/* ***** Global ***** */
:root {
	--lqd-container-width: 1140px;
	--lqd-container-width-md: 970px;
	--lqd-container-width-sm: 750px;
	--lqd-row-gutter-x: 20px;
	--lqd-row-gutter-y: 20px;

	--lqd-body-text-color: #5F6973;
	--lqd-color-primary: #FFCD28;
	--lqd-color-secondary: #194341;
	--lqd-color-link: #5b7bfb;
	--lqd-color-link-hover: #181b31;
	--lqd-color-dark: #292929;
	--lqd-color-gradient-start: #007fff;
	--lqd-color-gradient-stop: #ff4d54;
	--lqd-color-accent: #F7F8FA;
	--lqd-color-blue-300: #39374D;
	--lqd-color-blue-900: #10131d;
	--lqd-color-green-100: rgba(0, 34, 44, 0.43);
	--lqd-color-green-600: rgba(17, 48, 46, 0.9);
	--lqd-color-green-700: #143331;
	--lqd-color-blue-700: #112446;
	--lqd-color-gray-100: #FCFAF9;
	--lqd-color-gray-200: #F4F4F4;
	--lqd-color-gray-300: #e5e3df;
	--lqd-color-gray-400: #909197;
	--lqd-color-gray-500: #7F8284;
	--lqd-color-slate-200: #F7F8F8;
	--lqd-color-slate-700: #3B4B53;
	--lqd-color-slate-900: #222232;
	--lqd-color-yellow-100: #F8F5F3;

	--lqd-body-font-family: 'Inter', sans-serif !important;
	--lqd-body-font-size: 17px;
	--lqd-body-line-height: 1.64em;

	--lqd-heading-font-family: 'Montserrat', sans-serif !important;
	--lqd-heading-font-weight: 400;
	--lqd-heading-line-height: 1.25em;
	--lqd-heading-color: #184341;
	--lqd-h1-font-size: 42px;
	--lqd-h2-font-size: 40px;
	--lqd-h3-font-size: 35px;
	--lqd-h4-font-size: 28px;
	--lqd-h5-font-size: 20px;
	--lqd-h5-line-height: 1.5em;
	--lqd-h6-font-size: 16px;
	--lqd-h6-line-height: 1.5em;
	--lqd-sticky-header-height: 72px;
}
/* Font Playfair */
.playfair-display-<uniquifier> {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.playfair {font-family: "Montserrat", serif;}

/* Font Inter */
.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

/* Font Bilbo */
.bilbo-swash-caps-regular {
  /*font-family: "Bilbo Swash Caps", cursive;*/
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 135px;
  margin-bottom: -25px;
}

.bilbo-swash-caps-regular2 {
  /*font-family: "Bilbo Swash Caps", cursive;*/
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 110px;
}

/* Font Montserrat */
.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}


.sottotitolo_slider {font-weight: 300; font-size: 23px; letter-spacing: 8px; line-height: 23px;}
.contenitore_testo_slider_home .mask-text .split-unit {overflow: inherit !important;}

.contenitore_testo_slider_home {width: 100%;}

body {background-color: #292929;}

.bg_modulo_form {background-color: #3f3f3f5c;}
.bg_modulo_form_mappa {background-color: #3f3f3fbd;}
.text-white {color:#fff;}
.text-white-trasparente {color:#ffffffa6;}

.grayscale {
  filter: grayscale(100%);
}

.bg-white-transparent {background-color: #ffffff0f;}
.testo_bianco {color: #fff;}

.inter {font-family: "Inter", sans-serif;}

.fontweight100 {font-weight:100 !important;}
.fontweight200 {font-weight:300 !important;}
.fontweight300 {font-weight:300 !important;}
.fontweight400 {font-weight:400 !important;}
.fontweight500 {font-weight:500 !important;}
.fontweight700 {font-weight:700 !important;}

.titlebar-col p {letter-spacing: 4px;}
.ld-fancy-heading h6 {font-size:21px !important;}
h6.ld-fh-element {font-size:20px !important;}

.nav-trigger.collapsed.style-mobile .bar:nth-child(2) {
    width: 20px;
}

.nav-trigger.style-1 .bar:first-child, .nav-trigger.style-1 .bar:last-child {
    width: 25px;
    opacity: 0;
    visibility: hidden;
}

.text-justify {
  text-align: justify !important;
}

/* ABOUT */
/* ***** Banner Image ***** */
.banner-image .module-btn {
	right: 19%;
	top: 32vh;
}

.banner-image .btn {
	--icon-font-size: 22px;
}

.banner-image .btn-icon:before {
	border-color: #FFFFFF;
}

.titlebar-inner {
	background-color: #292929 !important;
}


.hide_mobile {visibility: inherit !important; display: inherit !important;}
.hide_desktop {visibility: hidden !important; display: none !important;}

.image_transition {
  position: relative;
  width: 362px; /* imposta la dimensione desiderata */
  height: 402px;
  overflow: hidden;
  left: -28px;
}

.image_transition.home_transition {
  left: -5px;
}

.home_transition img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: fadeCycle 6s infinite;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}

.home_transition .img1 {
  z-index: 1;
}

.home_transition .img2 {
  z-index: 2;
  animation-delay: 3s; /* metà del ciclo (2s / 2) */
}

@keyframes fadeCycle {
  0%   { opacity: 1; }
  40%  { opacity: 1; }
  50%  { opacity: 0; }
  90%  { opacity: 0; }
  100% { opacity: 1; }
}

.image_transition.storia_transition {
  left: -28px;
}

.storia_transition img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: fadeCycle 12s infinite ease-in-out;
  animation-fill-mode: both;
}

/* Ogni immagine parte sfalsata di 4 secondi */
.storia_transition .img1 { z-index: 1; animation-delay: 0s; }
.storia_transition .img2 { z-index: 2; animation-delay: -4s; }
.storia_transition .img3 { z-index: 3; animation-delay: -8s; }

#cm { background-color:#171a1c !important; color:#fff !important;}
.c_custom_accetta {background: #b08f5d !important;}

.padding_right_left_image_storia_02{width: 525px;}

.max_width_image01 {max-width: 710px;}

/* Keyframes morbidi con sovrapposizione */
@keyframes fadeCycle {
  0%   { opacity: 0; }
  10%  { opacity: 1; }  /* fade in dolce */
  40%  { opacity: 1; }  /* resta visibile */
  60%  { opacity: 0; }  /* fade out lento */
  100% { opacity: 0; }
}

@media screen and (min-width: 1200px) {
	 [data-sticky-footer] {
        position: inherit;
        position: inherit;
        bottom: 0;
        overflow: hidden
    }
}
@media (max-width: 1199px) {
	.banner-image .module-img {
		width: 600px;
		max-width: 600px;
	}

	.banner-image .module-btn {
		right: 17%;
		z-index: 5;
		top: 19vh;
	}
}

@media (max-width: 767px) {
    .about .module-middle {
        margin-bottom: 5%;
    }
}

@media (max-width: 767px) {
	.section_marginx_prefooter {margin-left: 10px; margin-right: 15px; margin-bottom:15px;}
	.padding_right_left_image_storia_01{padding: 0 18px;}
	.padding_right_left_image_storia_02{padding: 0 10px 0 0; width: 90%;}
	.max_width_image01 {width: 100% !important; max-width:none !important;}
	.padding10mobile_prefotter_foto {padding:10px;}
	.lqd-mobile-sec .navbar-header>* {width: 50.33%; flex: 0 0 auto;}
	.h-690 {height: 400px !important;}
	.mt-80percent_mobile { margin-top:0% !important;}
	.ml-10percent_mobile {margin-left: 0%;}
	.mx-10percent_mobile {margin-left: 0%;}
	.mr-10percent_mobile {margin-right: 0%;}
	.mx-10percent_mobile {margin-right: 0%;}
	.hide_mobile {visibility:hidden !important; display:none !important;}
	.hide_desktop {visibility: inherit !important; display: inherit !important;}
	.paddin_top_10_mobile { padding-top:10px !important;}
	.paddin_top_20_mobile { padding-top:20px !important;}
	.paddin_bottom_10_mobile { padding-bottom:10px !important;}
	.paddin_bottom_20_mobile { padding-bottom:20px !important;}
	.pr-0-mobile {padding-right: 0% !important;}
	.pr-0px-mobile {padding-right: 0px !important;}
	.pr-10-mobile {padding-right: 10px !important;}
	.pl-10-mobile {padding-left: 10px !important;}
	.prl-10-mobile {padding-right: 10px !important; padding-left: 10px !important;}
	.prl-20-mobile {padding-right: 20px !important; padding-left: 20px !important;}
	.mr-50-mobile { margin-right: 0px !important;}
	.pt-20-mobile { padding-top:20px;}
	.lft_image_01_mobile {left: 30% !important;}
	.padding_left_mobile_10 {padding-left: 10px !important;}
	.pt_mobile_20 {padding-top:20px !important;}
	.pb_mobile_20 {padding-bottom:20px !important;}
	.pb_mobile_40 {padding-bottom:40px !important;}
	.align_mobile_left {text-align:left !important;}
	.banner-image .module-img {
		width: 100vw;
		max-width: 100vw;
		top: 65px;
	}

	.banner-image .lqd-imggrp-single {
		margin: -65px 0px 0px 0px;
	}

	.banner-image .module-btn {
		right: 30vw;
	}
}

/* ***** Banner ***** */
.banner .module-bg {
	background-position: 95% 95%;
}

.banner .btn-xl {
	--btn-pt: 1.5em;
	--btn-pe: 3.15em;
	--btn-pb: 1.5em;
	--btn-ps: 3.15em;
}

@media (max-width: 1199px) {
	.banner {
		padding: 0 30px;
		z-index: 2;
	}
}

@media (max-width: 767px) {
	.banner {
		padding: 60px 10px 50px 10px;
	}

	.banner .ld-fancy-heading h1 {
		font-size: 10vw;
	}

	.banner .module-text p {
		font-size: 18px;
	}

	.banner .btn-solid {
		margin-bottom: 15px;
	}
}

/* ***** Clients ***** */
@media (max-width: 767px) {
	.clients .ld-fancy-heading p {
		margin-bottom: 1em;
	}
}

/* ***** About ***** */
@media (max-width: 767px) {
	.about {
		padding: 20px 10px 0 10px;
	}

	.about .module-first {
		margin-bottom: 30px;
	}
}

/* ***** Digital Experience ***** */
.digital-experience .module-img-1 {
	right: 4vw;
}

.digital-experience .module-img-2 {
	right: 55px;
}

.digital-experience .module-img-3 {
	left: -19%;
}

@media (max-width: 1199px) {
	.digital-experience {
		padding: 50px 30px;
	}

	.digital-experience .module-img-2 {
		width: 192px;
		max-width: 192px;
		top: 6.5%;
		right: 5%;
	}

	.digital-experience .module-img-3 {
		width: 272px;
		max-width: 272px;
		top: 0%;
		left: 15px;
	}

	.digital-experience .module-img-4 {
		width: 319px;
		max-width: 319px;
	}
}

@media (max-width: 767px) {
	.digital-experience {
		padding: 0 10px 30px 10px;
	}

	.digital-experience .btn {
		margin-bottom: 15px;
	}
}

/* ***** Digital Experience Counter ***** */
@media (max-width: 1199px) {
	.digital-experience-counter {
		padding: 50px 30px 60px 30px;
	}

	.digital-experience-counter .module-counter {
		padding: 10px;
	}
}

@media (max-width: 767px) {
	.digital-experience-counter {
		padding: 30px 10px 0 10px;
	}
}

/* ***** Services ***** */
.services .icon-box-bg-color:hover {
	background-color: #FFFFFF;
	box-shadow: 0 25px 70px 0 rgba(0, 0, 0, 0.07);
}

.services .icon-box-bg-color:hover .iconbox-heading-arrow-onhover h3 svg {
	opacity: 1;
	transform: translateX(.5em);
}

.services .icon-box-bg-color:hover p {
	color: var(--lqd-color-title);
}

@media (max-width: 1199px) {
	.services {
		padding: 0 40px;
	}

	.services .col-sm-12 {
		padding: 0;
	}

	.services .icon-box-bg-color {
		padding: 20px;
	}
}

@media (max-width: 767px) {
	.services {
		padding: 50px 20px;
	}
}

/* ***** Case Studies ***** */
.case-studies .liquid-filter-items {
	margin-bottom: 50px;
}

@media (max-width: 1199px) {
	.case-studies {
		padding: 100px 30px 50px 30px;
	}
}

@media (max-width: 767px) {
	.case-studies {
		padding: 0 0px;
	}
}

/* ***** Testimonials ***** */
.testimonials .carousel-nav {
	bottom: -40px;
}

.testimonials .flickity-button,
.testimonials .flickity-button:focus,
.testimonials .flickity-button:hover {
	background-color: transparent;
	color: #000;
}

.testimonials .d-flex .module-shape-2 {
	right: 3vw;
}

.testimonials .carousel-dots-mobile.carousel-dots-mobile-outside .flickity-page-dots {
	margin-top: 2.25em;
}

@media (max-width: 1199px) {
	.testimonials {
		padding-right: 30px;
		padding-left: 30px;
	}

	.testimonials .d-flex .module-shape-2 {
		bottom: -70px;
		right: -50px;
	}
}

@media (max-width: 767px) {
	.testimonials {
		padding-right: 10px;
		padding-left: 10px;
	}

	.testimonials .carousel-item-content {
		font-size: 20px;
	}

	.testimonials .module-last {
		margin-bottom: 20px;
	}
}

/* ***** Global Companies ***** */
@media (max-width: 1199px) {
	.global-companies {
		padding: 40px 30px 60px 30px;
	}

	.global-companies .lqd-imggrp-single {
		margin: 40px 0 0 0;
	}
}

@media (max-width: 767px) {
	.global-companies {
		padding: 0 10px;
	}

	.global-companies .lqd-imggrp-single {
		margin: 0 0 15px 0;
	}

	.global-companies .btn-solid {
		margin-bottom: 15px;
	}
}

/* ***** Blog ***** */
@media (max-width: 1199px) {
	.blog {
		padding: 50px 30px;
	}
}

@media (max-width: 767px) {
	.blog {
		padding: 20px 10px 40px 10px;
	}
}

/* ***** Contact ***** */
@media (max-width: 1199px) {
	.contact {
		padding: 0 30px 70px 30px;
	}

	.contact .module-content {
		padding: 40px;
	}

	.contact .module-shape {
		top: -10px;
		right: 32%;
	}
}

@media (max-width: 767px) {
	.contact {
		padding: 0 10px;
		margin: 0 10px;
	}

	.contact .module-content {
		padding: 40px 15px;
	}

	.contact .btn-solid {
		margin-bottom: 15px;
		padding: 20px;
	}
}

.carousel-nav .lqd-carousel-slides {
    display: inline-flex
;
    width: auto;
    height: auto;
    margin-inline-start: 1em;
    margin-inline-end: 1em;
    position: relative;
    top: auto;
    left: auto;
    font-size: 1em;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.flickity-button svg {
    width: auto;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    fill: #fff;
}

.bg-primary {background-color: #bf1e2b !important;}
.bg_grigio_medio {background-color:#212425 !important;}
.lqd-highlight-brush-svg {fill: #c81f2c !important;}
.ld-fh-txt-outline {-webkit-text-stroke:2px #666;}
[data-mobile-header-scheme=gray] .lqd-mobile-sec .navbar-header {background-color: #212425;}
.nav-trigger .bar {background-color: rgb(255 255 255); transition: all .3s;}
[data-mobile-nav-style=classic] .lqd-mobile-sec .navbar-collapse, [data-mobile-nav-style=minimal] .lqd-mobile-sec .navbar-collapse {max-height: 80vh; box-shadow: 0 10px 50px rgba(0, 0, 0, .05); background-color: #212425;}
.lqd-mobile-sec ul.main-nav.lqd-mobile-main-nav>li>a {display: flex; padding: 11px 25px; border-bottom: 1px solid #304345; align-items: center; color: #fff;}

.is-stuck {background-color: hsl(0deg 0% 0% / 24%);}

.bg_oro {background-color:#B08F5D !important;}
.oro {color:#B08F5D !important;}

.navbar-fullscreen {display: flex !important;
    width: 70vw;
    z-index: 90;
    opacity: 0;
    transition: all .15s .8s ease;
    transform: translateZ(0);
}

.navbar-fullscreen .main-nav-trigger {
    left: -32em !important;
}

.text-16 {font-size: 17px !important;}
.text-20 {font-size: 20px !important;}

@media screen and (max-width: 1280px) {
	.navbar-fullscreen .main-nav-trigger {left: -22em !important;}
}

@media screen and (max-width: 1024px) {
	.navbar-fullscreen .main-nav-trigger {left: -20em !important;}
	.text-26 {font-size: 22px;}
}


@media screen and (max-width: 768px) {
	.text-justify-mobile {text-align:justify !important;}
	.text-74 {font-size: 36px;}
	.mb-100 {margin-bottom:10px;}
	.h2_titolo_home h2{font-size:22px !important;}
	.font-size-footer-justify-mobile {font-size: 16px !important;}
	.text-68 {font-size:40px;}
	.text-36-mobile {font-size: 22px !important;}
	h6 .split-inner {font-size:22px;}
	.px-55 {padding-left: 22px;}
	.px-55 {padding-right: 22px;}
	.leading-0\/9em {line-height: 1.1em;}
	.case-study {padding: 0px 0;}
	#lqd-site-content {z-index: 2; transition: transform .3s; top: -80px;}
	[data-mobile-header-scheme=gray] .lqd-mobile-sec .navbar-header {background-color: #21242500;}
	.image_transition.storia_transition {left: -15px;}
	.image_transition {width: 349px;}
}
@media screen and (max-width: 768px) {
	.marginLeftMobilePulsanteStoria {margin-left: 59px;}
	.p-25-mobile {padding: 25px;}
	.margintop_box_contatti_mobile {margin-top:85px;}
	.mt-100_mappa_mobile {margin-top:10px;}
	.text-left-justify-mobile{text-align: left !important;}
	.text_16_lanostrastoria01 {font-size: 16px !important; line-height: 1.4em;}
	.padding_left_right_mobile_text_box_eventi { padding-left:10px; padding-right:10px;}
	.full_mobile_box_singolo_evento {width: 94%; margin-left: 11px;}
	.full_mobile_box_singolo_evento02 {width: 94%; margin-left: 11px;}
	.bilbo-swash-caps-regular {font-size: 40px !important; margin-bottom: -15px;}
	.bilbo-swash-caps-regular2 {font-style: normal;  font-size: 65px;}
	h6.sottotitolo_slider .split-inner {font-weight: 300; font-size: 18px !important; line-height:18px; letter-spacing: 4px;}
	.contenitore_testo_slider_home .mask-text .split-unit {overflow: inherit !important;}
	.padding_bottom_bg_footer_img {padding-bottom: 40px;}
	.sottotitolo_slider {
		font-weight: 300;
		font-size: 18px;
		letter-spacing: 8px;
		line-height: 18px;
		padding-top: 10px;
	}
}
@media screen and (max-width: 1350px) {
.fontSizeMobile{font-size:13px !important;}
}

.controlloForm{display:none !important;}
.label-danger{color:#e32f2f;}