body{
     background-color:#1d1d1b;
     overflow-x: clip;
}
 ::-webkit-scrollbar {
     -webkit-appearance: none;
     width: 0px;
}
 :focus-visible{
     outline: none;
}
.overlay {
    position: fixed;
    z-index: 99999;
    background: #000000;
    width: 100vw;
    height: 100vh;
    display: flex;
    visibility:visible;
    opacity:1;
    transition:0.3s ease-in;
    align-items: center;
    justify-content: center;
}

.img-loader{
    width:15rem;
}

.overlay.none {
   
    visibility:hidden;
    opacity:0;
}

 h1{
     color: #fff;
     font-family: 'ArdelaEdgeX02';
     font-weight: 900;
     font-style: italic;
     text-shadow: 10px 0 0px #ffffff30;
     transition: 0.2s;
     font-size: clamp(4.5rem, 2.2394rem + 7.6338vw, 9rem);
}
.text-shadow-none{
    text-shadow: 0px 0px #ffffff30;
}

 h2{
     color: #fff;
     font-weight: 300;
     font-family: 'Archivo';
     letter-spacing: 1px;
}
 h3{
     color: #fff;
     font-size: 16px;
     font-weight: 600;
     text-transform:uppercase;
     font-family: 'Archivo';
     margin: 0;
     font-style: italic;
     letter-spacing: 1px;
}
 p{
     letter-spacing:1px;
     color: #fff;
     font-size: 16px;
     font-family: 'Archivo';
     font-weight: 100;
}
 .navbar{
     padding-top:1rem;
     padding-bottom:1rem;
     position: fixed;
     width: 100%;
     z-index: 10;
}
 .navbar:after{
     content:'';
     position:absolute;
     top:0;
     width:100%;
     left:0;
     background:#121111;
     height:0;
     z-index:8;
     transition: all 0.3s ease;
}
 .navbar.scroll-menu:after {
     height:100%;
}
 .nav-flex-distance{
     z-index:9;
}
 .text-logo {
    /* Transizione per il RITORNO (quando la classe viene rimossa) */
     transition: transform 0.3s ease-out 0.1s, opacity 0.2s ease-out 0.3s;
     transform: translateX(0%);
     opacity: 1;
}
 .scroll-menu .text-logo {
    /* Transizione per l'USCITA (quando la classe viene aggiunta) */
     transition: transform 0.6s ease-in, opacity 0.2s ease-in;
     transform: translateX(-90%);
     opacity: 0;
}
 .navbar-brand{
     width:10rem;
}
 .navbar-brand svg{
     width:100%;
}
 .cls-0{
     fill:#000;
}
 .cls-1{
     fill: #fff;
}
 .cls-2 {
     fill: #fff;
}
 .cls-3 {
     fill: #3dbfef;
}
 .cls-4 {
     fill: #37b4aa;
}
 .cls-5 {
     fill: #d3cb0e;
}


/* SVG principale (riempito) */
        .umbria-main {
            position: relative;
            z-index: 2;
        }

        .umbria-main .cls-1 {
            fill: #ffffff;
        }

        /* SVG outline (solo bordo, spostato a destra) */
        .umbria-outline {
            position: absolute;
            
             /* Spostamento verso destra */
            z-index: 1;
            width: 100%;
            left: 0.8rem;
            top: 0;
        }

        .umbria-outline .cls-1 {
            fill: none;
            stroke: #ffffff38;
            stroke-width: 1px;
        }


 .logos{
     width: 40%;
     margin-top:2rem;
     display: flex;
     gap: 3rem;
    /* opzionale - spazio tra le colonne */
}
 .item-logo svg{
     height: 3.5rem;
}
 .item-logo:hover .cls-3, .item-logo:hover .cls-4, .item-logo:hover .cls-5 {
     fill: #fff;
     transition:0.3s ease-in;
}
 .item-logo .cls-3 {
     fill: #3dbfef;
}
 .item-logo .cls-4 {
     fill: #37b4aa;
}
 .item-logo .cls-5 {
     fill: #d3cb0e;
}
 .menu{
     display: flex;
     gap: 2rem;
}
 .item-menu{
     color: #fff;
     text-decoration: none;
     font-size: 14px;
     font-family: 'Archivo';
     letter-spacing: 1px;
     display: flex;
     gap: 10px;
}
 .item-menu svg{
     width: 0.5rem;
     transform: rotate(-45deg);
     opacity: 0;
     transition:0.2s ease-in;
}
 .item-menu:hover svg{
     transform: rotate(0deg);
     opacity: 1;
}
/*section{
    */
    /* background-color:#1d1d1b;
    */
    /* position: sticky;
    */
    /* z-index: 7;
    */
    /* top: 0;
    */
    /*
}
*/
 .wrapper {
     background-color:#1d1d1b;
     overflow-x: clip;
     z-index: 9;
     position: relative;
}
 .contact-menu{
    background: transparent;
    color: white;
    padding: 0.5rem 1.5rem;
    border: 1px solid white;
    font-family: 'Archivo';
    letter-spacing: 1px;
    cursor: pointer;
    background: linear-gradient(to right, #ffffff 50%, #b2b7c300 50%);
    font-size: 16px;
    transform: skewX(-15deg);
    transition: all 0.3s ease;
    border-radius: 8px 0 8px 0;
    background-size: 200% 100%;
    background-position: right bottom;
    text-decoration: none;
    display:flex;
}
 .contact-menu:hover{
     background-position: left bottom;
     color: #000;
}
 .contact-menu span {
     transform: skewX(15deg);
     color: #fff;
     font-size: 14px;
     font-family: 'Archivo';
     letter-spacing: 2px;
     font-weight: 300;
}

 .contact-menu:hover span {
     mix-blend-mode:difference;
}

 .right-menu{
     display:flex;
     gap: 4rem;
     align-content: center;
     align-items: center;
}
 .change-lang{
     cursor:pointer;
}
 .hero{
     
     padding-top: 13rem;
     padding-bottom: 8rem;
     display: flex;
     align-items: flex-end;
     z-index: 8;
     position: relative;
}

.img-hero{
    position: absolute;
    z-index: 7;
    top: -6rem;
    opacity: 0.5;
    right: 0;
}

.img-hero .trail__img{
    height: 120vh;
}

 .hero .container{
     display:flex;
     flex-direction: column;
     justify-content: space-between;
     gap: 15vh;
     z-index: 8;
}
 @keyframes noise {
     0% {
         transform: translate3d(1%, -1%, 0) 
    }
     10% {
         transform: translate3d(-5%, -2%, 0) 
    }
     20% {
         transform: translate3d(10%, 5%, 0) 
    }
     30% {
         transform: translate3d(5%, -11%, 0) 
    }
     40% {
         transform: translate3d(-12%, -5%, 0) 
    }
     50% {
         transform: translate3d(10%, 9%, 0) 
    }
     60% {
         transform: translate3d(15%, 0, 0) 
    }
     70% {
         transform: translate3d(-10%, 8%, 0) 
    }
     80% {
         transform: translate3d(10%, 2%, 0) 
    }
     90% {
         transform: translate3d(1%, 5%, 0) 
    }
     to {
         transform: translate3d(0, 8%, 0) 
    }
}
 .grain {
     position: fixed;
     top: -50%;
     left: -50%;
     width: 200%;
     height: 200%;
     background: url(../img/noise.png);
     opacity: .1;
     animation: noise 1.2s steps(3) infinite both;
     will-change: auto;
     pointer-events: none;
     z-index: 99998 
}
 .p-relative{
     position:relative;
}
 .title-svg{
     position: absolute;
     width: 100%;
     left: 1.05rem;
     top: -0.1rem;
     opacity: 0.2;
}
 .bg-black{
     background-color: #121111 !important;
}
 .p-5{
     padding: 5rem 0 !important;
}
 .grid-section{
     display: grid;
     
     padding: 5rem 0;
     gap:0;
}

.landscape-1{
   grid-template-columns: 1fr 2fr; 
}
.landscape-2{
   grid-template-columns: 2fr 1fr; 
}
 .grid-section h2 {
     font-size: 3rem;
     margin-bottom: 4rem !important;
}
 .col-visual{
     position: relative;
     z-index: 8;
     display: flex;
     align-items: center;
     justify-content: flex-start;
}
 .col-text{
     position: relative;
     z-index: 9;
}
 .img-visual{
     position: absolute !important;
     left: -19rem;
     width: 55rem;
}

.col-visual:after{
    content:'';
}

.content {
	flex: 1;
	/* display: grid; */
	/* place-items: center; */
}

.trail {
	display: grid;
	place-items: center;
}

.no-js .trail {
	width: 250px;
	height: 375px;
	background-size: cover;
}

.trail__img {
    /* height: 100%; */
    will-change: transform;
    grid-area: 1 / 1 / 2 / 2;
    height: 35rem;
}



 .img-visual.v-2{
     right: -10rem;
     left: inherit;
}
 .img-visual.v-3{
     left: -15rem;
}
 .text-grid {
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     gap: 0 3rem;
     margin: 0 auto;
}
 .svg-section{
     width:10rem;
     margin-bottom:2rem;
     margin-top: 0;
}
 .form-grid {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 20px;
}
 .full-width {
     grid-column: 1 / -1;
}
 .cutom-input{
     width:100%;
     background-color:transparent;
     color: #fff;
     font-family: 'Archivo';
     border:1px solid;
     border-color:#ffffff80;
     padding:10px;
     font-size:16px;
     letter-spacing:1px;
     font-weight: 100;
}
 .cutom-input::placeholder{
     color: #fff;
     font-family: 'Archivo';
     font-size:16px;
     letter-spacing:1px;
     font-weight: 100;
}
 .group-fake-select{
     position:relative;
}
 .change-select {
     position: absolute;
     cursor: pointer;
     right: 15px;
     top: 20px;
     transition: 0.2s ease-in;
    /* Centra il punto di origine per la rotazione */
     transform-origin: center center;
}
 .active .change-select {
    /* Oppure se vuoi -90 gradi ma centrato: */
     transform: rotate(-90deg);
}
 .change-select svg {
     width: 0.5rem;
     height: 0.5rem;
    /* Assicura che l'SVG sia centrato nel container */
     display: block;
}
 .fake-input{
     cursor:pointer;
}
 .card-sel{
     position: absolute;
     width: 100%;
     background: #fff;
     height: fit-content;
     border-radius: 0;
     left: 0;
     top: 2.8rem;
     padding: 1rem;
     display: flex;
     z-index: 9;
     flex-direction: column;
     gap: 0.5rem;
     transform: translateY(15px);
     opacity: 0;
     visibility: hidden;
     transition: 0.2s;
     font-family: 'Archivo';
}
 .item-option {
     font-family: 'Archivo';
     color: #000;
     letter-spacing: 0;
     font-size: 16px;
     line-height: 20px;
     text-transform: uppercase;
     color: #000;
     cursor: pointer;
     transition: 0.2s;
}
 .group-fake-select.active .card-sel {
     transform: translateY(0px);
     opacity: 1;
     visibility: visible;
}
 .checkbox-input{
     display: flex;
     gap: 1rem;
     align-items: center;
}
 .checkbox-c[type=checkbox] {
     appearance: none;
     height: 1.5rem;
     transition: 0.2s;
     width: 1.5rem;
     background: transparent;
     border:1px solid;
     border-color:#ffffff80;
     cursor: pointer;
}
 .checkbox-c:checked[type=checkbox] {
     background-size: 15px 15px;
     background-position: center;
     background-image: url(../img/check-white.svg);
     background-repeat: no-repeat;
}
 .label-check {
     color: #ffffff;
     letter-spacing: 1px;
     font-size: 16px;
     font-weight: 100;
     font-family: 'Archivo';
}
 .label-check a{
     color: #ffffff;
     cursor: pointer;
}
 .send-button{
     background: transparent;
     color: white;
     padding: 0.5rem 3rem;
     border: 1px solid white;
     cursor: pointer;
     display: block;
     font-size: 16px;
     font-weight: bold;
     transform: skewX(-15deg);
     transition: all 0.3s ease;
     border-radius: 8px 0 8px 0;
     text-decoration: none;
     display: flex;
     align-items: center;
     gap: 1.5rem;
     background: linear-gradient(to right, #ffffff 50%, #b2b7c300 50%);
     transition: all 0.3s ease;
     background-size: 200% 100%;
     background-position: right bottom;
}
 .send-button:hover{
     background-position: left bottom;
}
 .send-button span {
     transform: skewX(15deg);
     color: #fff;
     font-size: 16px;
     font-family: 'Archivo';
     letter-spacing: 2px;
     font-weight: 300;
}
 .send-button:hover span {
     color: #000;
}
 .svg-send{
     width: 0.5rem;
     height: 0.5rem;
     mix-blend-mode:difference;
     transform: skewX(15deg) rotate(-90deg);
     transition:0.2s ease-in;
}
 .send-button:hover .svg-send{
     transform: skewX(15deg) rotate(-45deg);
}
 footer{
     padding:12rem 0 0rem 0;
     position: sticky;
     bottom: 0;
     left: 0;
     overflow-x:hidden;
}
 .banner-text{position: relative;width: 100%;margin-bottom: 1rem;color: #fff;font-family: 'ArdelaEdgeX02';font-weight: 900;font-style: italic;font-size: clamp(2rem, 0rem + 9.6338vw, 9rem);}

 footer h3{
     font-style:normal;
     text-transform:inherit;
     font-size: 18px;
     letter-spacing: 1px;
}
 footer h4{
     font-style:normal;
     text-transform:inherit;
     font-size: 18px;
     letter-spacing: 1px;
     margin-top:1rem;
     color:#fff;
}
 footer p{
     white-space: pre-line;
     font-size: 14px;
     color: #ffffff85;
}
 footer p a{
     color: #ffffff85;
     text-decoration:none;
     cursor: pointer;
     transition:0.2s;
}


 footer p a:hover{
     color: #ffffff;
}

 .footer-links{
     list-style:none;
     padding: 0;
     margin-bottom: 0;
     margin-top: 1rem;
}
 .footer-links li{
     border-bottom: 1px solid;
     border-color: #ffffff80;
}
 .footer-links li a{
     color: #ffffff85;
     text-decoration:none;
     padding: 10px 0;
     overflow-y: hidden;
     display: block;
     position: relative;
         font-weight: 100;
transition:0.2s;
}


 .footer-links li a:hover{
     color: #ffffff;
}




 .footer-links li a:hover:after{
     transform: translateY(0.75rem);
}
 .footer-links li a:after{
     content:'';
     background-image:url('../img/freccia-su.svg');
     background-size: 100%;
     position: absolute;
     right: 0;
     width: 0.5rem;
     height: 0.5rem;
     transform: translateY(3rem);
     transition: 0.2s ease-in;
}
 .footer-bottom {
     margin-top:2rem;
}
 .footer-bottom p{
     letter-spacing: 0.5px;
     font-size: 11px;
}
 .footer-bottom p a{
     color:#ffffff85;
     transition:0.2s;
}

 .footer-bottom p a:hover{
     color:#ffffff;
}

/* CSS per toast con effetto skew personalizzato */
 .success-toast {
     color: white !important;
     padding: 0.5rem 1.5rem !important;
     border: 1px solid white !important;
     cursor: default !important;
     display: block !important;
     background: #000000 !important;
     font-size: 16px !important;
     font-weight: bold !important;
     transform: skewX(-15deg) !important;
     border-radius: 8px 0 8px 0 !important;
     text-decoration: none !important;
     min-height: auto !important;
     box-shadow: none !important;
     font-family: 'Archivo', sans-serif !important;
}
/* Contenuto del toast con skew inverso */
 .success-toast .toast-content {
     transform: skewX(15deg) !important;
     color: #fff !important;
     font-size: 16px !important;
     font-family: 'Archivo', sans-serif !important;
     letter-spacing: 2px !important;
     font-weight: 300 !important;
     display: block !important;
}
/* Stili per errore con stesso design */
 .error-toast {
     color: white !important;
     padding: 0.5rem 1.5rem !important;
     border: 1px solid #cc0000 !important;
     cursor: default !important;
     display: block !important;
     background: #000000 !important;
     font-size: 16px !important;
     font-weight: bold !important;
     transform: skewX(-15deg) !important;
     border-radius: 8px 0 8px 0 !important;
     text-decoration: none !important;
     min-height: auto !important;
     box-shadow: none !important;
     font-family: 'Archivo', sans-serif !important;
}
 .error-toast .toast-content {
     transform: skewX(15deg) !important;
     color: #cc0000 !important;
     font-size: 16px !important;
     font-family: 'Archivo', sans-serif !important;
     letter-spacing: 2px !important;
     font-weight: 300 !important;
     display: block !important;
}
/* Stili per warning */
 .warning-toast {
     color: white !important;
     padding: 0.5rem 1.5rem !important;
     border: 1px solid #ff8800 !important;
     cursor: default !important;
     display: block !important;
     background: #000000 !important;
     font-size: 16px !important;
     font-weight: bold !important;
     transform: skewX(-15deg) !important;
     border-radius: 8px 0 8px 0 !important;
     text-decoration: none !important;
     min-height: auto !important;
     box-shadow: none !important;
     font-family: 'Archivo', sans-serif !important;
}
 .warning-toast .toast-content {
     transform: skewX(15deg) !important;
     color: #ff8800 !important;
     font-size: 16px !important;
     font-family: 'Archivo', sans-serif !important;
     letter-spacing: 2px !important;
     font-weight: 300 !important;
     display: block !important;
}
/* Reset degli stili di default di Toastify che potrebbero interferire */
 .success-toast, .error-toast, .warning-toast {
     background-image: none !important;
     background-color: transparent;
}
/* Animazione di entrata personalizzata */
 .skew-toast-enter {
     animation: skewSlideIn 0.5s ease-out !important;
}
 @keyframes skewSlideIn {
     0% {
         transform: skewX(-15deg) translateX(100%) scale(0.8);
         opacity: 0;
    }
     100% {
         transform: skewX(-15deg) translateX(0) scale(1);
         opacity: 1;
    }
}
/* Hover effects */
/*.success-toast:hover {
    */
    /* background: #333333 !important;
    */
    /* border-color: #cccccc !important;
    */
    /* transition: all 0.2s ease !important;
    */
    /*
}
*/
/*.error-toast:hover {
    */
    /* background: #ff0000 !important;
    */
    /* border-color: #ff6666 !important;
    */
    /* transition: all 0.2s ease !important;
    */
    /*
}
*/
/*.warning-toast:hover {
    */
    /* background: #ffaa00 !important;
    */
    /* border-color: #ffcc44 !important;
    */
    /* transition: all 0.2s ease !important;
    */
    /*
}
*/
/* Overlay */
 .privacy-overlay {
     position: fixed;
     top: 0;
    /* left: 0;
     */
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.8);
     backdrop-filter: blur(5px);
     z-index: 1000;
     display: flex;
     align-items: center;
     justify-content: center;
     opacity: 0;
     visibility: hidden;
     transition: all 0.3s ease;
}
 .privacy-overlay.active {
     opacity: 1;
     visibility: visible;
}
/* Modal */
 .privacy-modal {
     background: white;
     border-radius: 0;
     max-width: 1024px;
     width: 90%;
     max-height: 90vh;
     display: flex;
     border: 1px solid #ffffff80;
     flex-direction: column;
     transform: translateY(50px);
     transition: transform 0.3s ease;
     overflow: hidden;
}
 .privacy-overlay.active .privacy-modal {
     transform: translateY(0);
}
/* Header */
 .privacy-header {
     background: #1d1d1b;
     color: white;
     padding: 30px;
     text-align: center;
     position: relative;
     border-bottom: 1px solid;
}
 .privacy-header h2 {
     font-size: 2rem;
     margin-bottom: 8px;
}
 .privacy-header .subtitle {
     font-size: 16px;
     font-weight: 100;
     font-family: 'Archivo';
     letter-spacing: 1px;
}
 .close-btn {
     position: absolute;
     top: 20px;
     right: 25px;
     background: rgba(255, 255, 255, 0.2);
     border: none;
     color: white;
     width: 40px;
     height: 40px;
     border-radius: 50%;
     cursor: pointer;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 20px;
     transition: all 0.3s ease;
}
/*.close-btn:hover {
    */
    /* background: rgba(255, 255, 255, 0.3);
    */
    /* transform: rotate(90deg);
    */
    /*
}
*/
/* Content */
 .privacy-content {
     padding: 30px;
     overflow-y: auto;
     flex: 1;
     font-size: 15px;
     line-height: 1.7;
     color: #ffffff;
     background: #121111;
     font-family: 'Archivo';
}
 .privacy-content h3 {
     color: #ffffff;
     font-size: 18px;
     margin: 25px 0 15px 0;
     padding-bottom: 8px;
}
 .privacy-content h3:first-child {
     margin-top: 0;
}
 .privacy-content p {
     margin-bottom: 15px;
     text-align: justify;
}
 .privacy-content strong {
     color: #ffffff;
     font-weight: 600;
}
/* Footer */
 .privacy-footer {
     background: #1d1d1b;
     padding: 25px 30px;
     border-top: 1px solid #e9ecef;
     display: flex;
     justify-content: space-between;
     align-items: center;
     flex-wrap: wrap;
     gap: 15px;
}
 .contact-info {
     font-size: 14px;
     color: #ffffff;
     font-family: 'Archivo';
     letter-spacing: 1px;
}
 .contact-info strong {
     color: #ffffff;
}
 .btn-accept {
     background: #000;
     color: #fff;
     border: none;
     padding: 0.5rem 1rem;
     font-family: 'Archivo';
     cursor: pointer;
     letter-spacing: 1px;
     border: 1px solid;
     border-radius: 8px 0 8px 0;
     transform: skewX(-15deg);
     display:flex;
}
 .btn-accept span{
     transform: skewX(15deg);
}
/*.btn-accept:hover {
    */
    /* transform: translateY(-2px);
    */
    /* box-shadow: 0 6px 20px rgba(44, 90, 160, 0.4);
    */
    /*
}
*/
/* Demo button */
 .demo-btn {
     background: linear-gradient(135deg, #2c5aa0 0%, #1e3c72 100%);
     color: white;
     border: none;
     padding: 15px 30px;
     border-radius: 25px;
     cursor: pointer;
     font-weight: 600;
     font-size: 16px;
     transition: all 0.3s ease;
     box-shadow: 0 4px 15px rgba(44, 90, 160, 0.3);
}
 .demo-btn:hover {
     transform: translateY(-2px);
     box-shadow: 0 6px 20px rgba(44, 90, 160, 0.4);
}
/* Scrollbar personalizzata */
 .privacy-content::-webkit-scrollbar {
     width: 3px;
}
 .privacy-content::-webkit-scrollbar-track {
     background: #1d1d1b;
}
 .privacy-content::-webkit-scrollbar-thumb {
     background: #fff;
}
 .privacy-content::-webkit-scrollbar-thumb:hover {
     background: #1d1d1b;
}
/* Responsive */
 @media (max-width: 768px) {
     .privacy-modal {
         width: 95%;
         margin: 10px;
    }
     .privacy-header {
         padding: 20px;
    }
     .privacy-header h2 {
         font-size: 24px;
    }
     .privacy-content {
         padding: 20px;
         font-size: 14px;
    }
     .privacy-footer {
         padding: 20px;
         flex-direction: column;
         text-align: center;
    }
}

.grid-flex-hero{
    display:flex;
    gap:5rem;
}

#CookiebotWidget * {
    color: #141414 !important;
}
#CookiebotWidget strong {
    font-weight: 600 !important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {

    color: #FFFFFF !important;
}


 .hide{
     display:none;
}
 .mobile{
     display:none;
}
 