.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-c9feade:#171718;--e-global-typography-primary-font-family:"Avenir";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Avenir";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Avenir";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Avenir";--e-global-typography-accent-font-weight:500;--e-global-typography-e1b0e91-font-family:"Avenir";--e-global-typography-e1b0e91-font-size:72px;--e-global-typography-e1b0e91-font-weight:600;--e-global-typography-e1b0e91-line-height:1em;font-family:"Avenir", Sans-serif;font-size:18px;background-color:#17171800;}.elementor-kit-5 p{margin-bottom:14px;}.elementor-kit-5 a{color:#FFFFFF;}.elementor-kit-5 a:hover{color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{--lightbox-text-color:#FFFFFF;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-e1b0e91-font-size:44px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */#mynav {
    position: absolute;
    top: 0px !important;
    right:0!important;
}

@media only screen and (max-width: 767px) {
  #mynav {
    position: absolute;
    top: 20px !important;
    right:0!important;
}
  
}

#nav-icon {
  width: 26px;
  height: 19px;
  margin-top: -12px;
  padding:0!important;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: white;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon span:nth-child(2) {
  top: 8px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon span:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
  left: 0px;
}
#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 16px;
  left: 0px;
}

/* Add this custom CSS in your Elementor interface */
/* Add this custom CSS in your Elementor interface */

/* Hide the logo when the popup is open */
.fullscreen-nav.open + .elementor-widget-wrap .logo-container {
    display: none !important;
    transition: 0.3s ease !important;

}

 .hide {
        opacity: 0 !important;
        transition: 0.3s ease !important;
    }




/****** Disable default gallery animation *******/
/* Add hover effect to the image */
.jet-images-layout__item .jet-images-layout__image-instance {
    transition: transform 0.3s ease-in-out !important;
}

.jet-images-layout__item:hover .jet-images-layout__image-instance {
    transform: scale(1.06) rotate(2deg) !important;
}

/* Ensure the image stays within its frame */
.jet-images-layout__item {
    overflow: hidden !important;
}

/* Reset transition on the content for a smoother hover effect */
.jet-images-layout__item .jet-images-layout__content {
    transition: transform 0.3s ease-in-out !important;
}

/* Adjust content position on hover */
.jet-images-layout__item:hover .jet-images-layout__link:hover .jet-images-layout__content {
    transform: translateY(-100%) !important;
}

/* Reset content position when not hovering */
.jet-images-layout__item:hover .jet-images-layout__link:not(:hover) .jet-images-layout__content {
    transform: translateY(0) !important;
}

/* Add overlay color when hovering */
.jet-images-layout__item:hover .jet-images-layout__link {
    position: relative;
}

.jet-images-layout__item:hover .jet-images-layout__link:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000004D !important; /* Overlay color */
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out !important;
}

.jet-images-layout__item:hover .jet-images-layout__link:hover:after {
    opacity: 1 !important;
    transition: opacity 0.3s ease-in-out !important;
}









.header-section {
    flex-wrap: nowrap !important;
}

/* Add a class to the logo for easy targeting */
.site-logo {
    transition: mix-blend-mode 0.3s ease-in-out;
}

/* Apply blend mode when scrolling */
.blend-logo {
    mix-blend-mode: difference;
}


.fullscreen-nav.open {
        overflow: hidden !important;
    }



.hentry .portfolio-text .blog-nosidebar {
    background: #171718! important;
}

.container {
    background: #171718;
    
}

.item-description {
    top: 50%;
}

.portfolio-item-slug .hover-webm {
   min-width: calc(100% + 4px) !important;
   min-height: calc(100% + 3px) !important;
}


p {
    font-family: avenir !important;
    color: #fff !important;
    font-size: 22px !important;
    line-height: 1.5 !important;
}

.text-title {
    font-size: 20px !important;
    font-weight: 700 !important;
}


html {cursor:url("https://razvijanje.chili-films.com/wp-content/uploads/2023/03/Chili-Cursor-SMaller.png"), auto !important;}

body a, button, input, i, div, iframe, textarea, label  {cursor:url("https://razvijanje.chili-films.com/wp-content/uploads/2023/03/Chili-Cursor-SMaller.png"), auto !important;}



[ht_message mstyle=”info” title=”” show_icon=”” id=”” class=”” style=”” ]::-moz-selection {
background-color: #AD222A;
color: #fff;
}

::selection {
background-color: #AD222A;
color: #fff;
[/ht_message]
    
}



/* Reset initial state of the banner image and overlay */
.custom-lily-banner .jet-banner__img,
.custom-lily-banner .jet-banner__overlay {
  transform: none !important;
  transition: none !important;
}

/* Reset hover state for the banner image and overlay */
.custom-lily-banner:hover .jet-banner__img,
.custom-lily-banner:hover .jet-banner__overlay {
  transform: none !important;
}

/* Set initial state of the banner text */
.custom-lily-banner .jet-banner__content-wrap {
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.35s;
}

/* Set hover state for the banner text */
.custom-lily-banner:hover .jet-banner__content-wrap {
  transform: translateY(0%);
  opacity: 1;
}


/* Set the overflow property for the parent element */
.custom-lily-banner .jet-banner {
  overflow: hidden !important;
  position: relative !important;
}

/* Set initial state of the banner figure and overlay */
.custom-lily-banner .jet-banner.jet-effect-lily,
.custom-lily-banner .jet-banner__overlay {
  transform: scale(1) rotate(0deg);
  transition: all 0.35s;
}

/* Set hover state for the banner figure and overlay */
.custom-lily-banner:hover .jet-banner.jet-effect-lily,
.custom-lily-banner:hover .jet-banner__overlay {
  transform: scale(1.06) rotate(2deg);
}

.custom-lily-banner:hover .jet-banner__content-wrap,
.custom-lily-banner:hover .jet-banner__text {
  transform: scale(1.06) rotate(-1deg) !important;
}



.elementor-image-carousel .swiper-container{
  pointer-events: none !important;
}



/** GLOBAL HOVER ANIMATION **/

.hover-animation:hover {
    transform: scale(1.1) rotate(1.4deg);
}

.elementor-button:hover, .eicon-close:hover {
    transform: scale(1.1) rotate(1.8deg);
}

.elementor-size-sm, .elementor-social-icon, .hover-animation, .text-animation, .eicon-close {
      transition: all 0.35s;
}

.elementor-social-icon:hover {
      transform: scale(1.2) rotate(1.8deg);
}

.text-animation:hover {
     transform: scale(1.05) rotate(1deg) !important;

}

/** Photo slider Popup styles **/

.elementor-arrows-position-outside .swiper-container {
    width: calc(100% - 120px);
}


.jet-banner.jet-effect-lily .jet-banner__content-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    height: 60%;
    z-index: 2;
}

.my-custom-carousel .swiper-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
}


.my-custom-carousel .swiper-wrapper {
    align-items: center;
}





/* Change TranslatePress country names to lowercase */
.trp-ls-language-name {
  text-transform: lowercase !important;
}


/* Set inactive language color */
.trp-language-switcher-container a.elementor-item .trp-ls-language-name {
  color: #525254 !important;
}

/* Set active language color */
.trp-language-switcher-container.current-language-menu-item a.elementor-item .trp-ls-language-name {
  color: #ffffff !important;
}



@media only screen and (max-width: 787px) {
.contact-text p {
    text-align: left !important;
}}

.flatpickr-mobile:before {
content: attr(placeholder);
color: #A2A2A3 !important;
width: 100% !important;
}
.flatpickr-mobile:focus[value]:not([value=""]):before {
display: none;
}

input[type="hidden"][value]:not([value=""]) + .flatpickr-mobile:before {
display: none;
}

input[type="date"].flatpickr-mobile {
  text-align: left !important;
}


.elementor-message {
    color: #fff !important;
}


/*** Galerija slik ***/

/* Custom CSS for the gallery widget *//* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://razvijanje.chili-films.com/wp-content/uploads/2023/01/Avenir-Book.woff') format('woff'),
		url('https://razvijanje.chili-films.com/wp-content/uploads/2023/01/Avenir-Book.ttf') format('truetype');
}
@font-face {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://razvijanje.chili-films.com/wp-content/uploads/2023/01/Avenir-Black.woff') format('woff'),
		url('https://razvijanje.chili-films.com/wp-content/uploads/2023/01/Avenir-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://razvijanje.chili-films.com/wp-content/uploads/2023/01/Avenir-Medium.woff2') format('woff2'),
		url('https://razvijanje.chili-films.com/wp-content/uploads/2023/01/Avenir-Medium.woff') format('woff'),
		url('https://razvijanje.chili-films.com/wp-content/uploads/2023/01/Avenir-Medium.ttf') format('truetype');
}
/* End Custom Fonts CSS */