body{
    
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #000;
}
*:focus,*:focus-visible,*:focus-within,.form-control:focus{
    outline: none;
    box-shadow: none;
}
.bigimg{ 
    width: 100%;
    border-top-left-radius: 60px;
    border-top-right-radius:60px;
}
.loghi{
    width: 100%;
    background: #fcf5f0;
    padding-top: 40px;
    padding-bottom: 40px;
}
#lang{
    position: fixed;
    bottom: 0px;
    top: 0px;
    right: 2px;
    width: 30px;
    height: 60px;
    margin: auto;
    background: #000;
    z-index: +999;
}
#lang a{
    display:block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    text-decoration: none;

}
.attivo_l{
    background: #fff;
    color: #000 !important;
    text-decoration: underline !important;
    font-weight: 500;
    opacity: 1 !important;
}
.loghi h2{ font-size: 24px; margin-bottom: 30px;}
.loghi p{ font-size: 16px; margin-bottom: 40px;}
.loghi .container-fluid{ max-width: 940px !important;}

.logo-slider {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    padding: 0;
    background: #fcf5f0;
}
.logo-track {
    display: inline-block;
    white-space: nowrap;
    animation: scroll 45s linear infinite;
}
/* Keyframes to create leftward scrolling effect */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* Move left by 50% of the track width */
  }
}
.logo-track img {
    height: 100px;
    vertical-align: middle;
    transition: transform 0.3s ease;
}

 /* Video Background Container */
        .video-container {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: -1;
        }

        /* Video Styling */
        #bg-video {
            position: absolute;
            top: 50%;
            left: 50%;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            transform: translate(-50%, -50%);
            object-fit: cover;
        }

        /* Overlay for better text readability */
        .video-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4);
            z-index: 0;
        }

.accordion-button:not(.collapsed){ background: none !important; box-shadow: none !important;}
.accordion-button:focus{ box-shadow: none !important}
body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    line-height: normal;
}
*{ -webkit-transition: background 1s; /* For Safari 3.0 to 6.0 */transition: background 1s; /* For modern browsers */}
.container-fluid{
max-width: 1920px;
}
.fullw{ max-width: 100% !important;}
.home_content{ position: relative; z-index: +9; background: #fff;}
.wrapper{
    width: 100%;
    clear: both;
    overflow-x: hidden;
}

#header{
position: fixed;
left: 0px;
top: 0px;
z-index: +999;
width: 100%;
padding-top: 20px;
padding-bottom: 20px;
}
#mainmenu{
    list-style: none;
    margin-bottom: 0px;
}
#mainmenu li{
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
h1,h2{
    font-weight: 500;
}
h1{
    font-size: 60px;
}
h2{
    font-size: 16px;
}
.s24{ font-size: 24px;}
 .spinner-border-sm {
            display: none;
        }
#mainmenu li a{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
#mainmenu li{ position: relative;}
#mainmenu li a.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0%; /* partenza a 0% */
    height: 1px;
    background: #d9c8ba;
    border-radius: 2px;
    animation: slideGradient 2s linear infinite, expandWidth 0.5s forwards;
}
#mainmenu li a.active{ color:#d9c8ba ;}
/* slide del gradiente */
@keyframes slideGradient {
    0% { background-position: 0% 0%; }
    100% { background-position: 200% 0%; }
}

/* animazione della larghezza */
@keyframes expandWidth {
    0% { width: 0%; }
    100% { width: 100%; }
}
.hero_txt h1,.hero_txt h2{
    color: #fff;
}

.hero_txt h2{ letter-spacing: 2px; text-transform: uppercase;}
.text-right{
    text-align: right;
}
.hero_txt2{ max-width: 510px !important;}
.hero_txt2 p{ color: #fff;}
.hero_txt2{
    margin-top: 45px;
}
.logo{
    max-width: 175px;
}
.spacer{
    clear: both;
    width: 100%;
    height: 60px;
}

.btc{

    width: 100%;
    max-width: 270px;
    text-align: center;
    line-height: 64px;
    color: #fff;
    border-radius: 64px;
    border: 1px solid #fff;
    letter-spacing: 2px;
    display: inline-block;
    text-decoration: none;
    margin-top: 40px;
    font-weight: 500;
}
.btc:hover{
    background: #fcf5f0;
    color: #000;
}
.nobog_b{ background: #fff !important; margin-top: 0px !important;}
.btc_chiaro{
    color: #000 !important;
    border: 1px solid #000 !important;
}
.hero {
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: hidden;
    z-index: +2;
   /* background-image: url('../img/slider.jpg');*/
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
}

.simobile {
    display: none;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 50px;
    background: #000;
    width: 100%;
    max-width: 320px;
    color: #fff;
    margin: auto;
    text-align: center;
    border-radius: 11px;
    padding: 10px;
    padding-bottom: 1px;
}
.viewport-header {
    position: relative;
    height: 100%;
    width: 100%;
}
.landing {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center; /* CENTRO verticale */
    align-items: center;     /* CENTRO orizzontale */
    height: 100vh;
    margin: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
    position: relative;
}

#cover{

     align-items: center;
    display: flex;
    height: 100vh;
    justify-content: left;
    margin: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
    position: relative;
}
.he{
    min-height: 670px;
}
.box_info{
    border-radius: 50px;
    padding: 30px;
    background: #fcf5f0;

}
.lable-info{
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}
.box_info h1{
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
}
.box_info img{
    width: 100%;
    border-radius: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.box_info p{
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
}
.smaller_tct p{ font-size: 16px  !important;}
.smallspace{ height: 30px; clear: both;}
.nobg{ background: #fff !important; border-radius: 0px !important;}

.accordion-item:first-of-type,
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed
{ border-radius: 0px !important;}
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{
    border-bottom: 0px;
}
.accordion-item{ border-left: 0px; border-right: 0px !important; border-color: #d9c8ba !important;}
.accordion-button{ font-size: 21px; font-weight: 500; color: #000 !important;}
.accordion-body p{ font-size: 21px;}

.navbar-scroll-down #header{ background: #000;}
.swiper-slide{
    position: relative;
}
.sl-img{
    width: 100%;
    border-radius: 53px;
}
.primo_sl{
    background: #000;
}
.sl-content{  position: absolute; z-index: +9; padding: 20px;}
.sl-content h1,.sl-content p{ color: #fff;}
.sl-content h1{ font-weight: 500; font-size: 21px;}
.content-top{
    top: 15px;
    left: 15px;
}
.content-bottom{
    bottom: 15px;
    left: 15px;
}

.sl_nav {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.swiper-button-next, .swiper-button-prev{
    position: static !important;
    display: inline-block !important;
    color: #000 !important;
}
.swiper-button-next::after, .swiper-button-prev::after{
display: none !important;
}

.bck{
    border-radius: 50px;
    width: 100%;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 60px;
    background-image: url('../img/sostenibilita.jpg');
    background-position: center center;
    background-size: cover;
    position: relative;
}
.bck h2{
    font-size: 24px;
    color: #fff;
}
.bck p{

    color: #fff;
}
.txt{
    position: relative;
    z-index: +1;
}
.gra{
    background: rgba(0,0,0,0.4);
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    width: 100%;
      border-radius: 50px;
}
.lista_s {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.lista_s li{
    display: block;
    width: 50%;
    float: left;
    margin-bottom: 40px;
    margin-top: 40px;
}

.lista_s li img{
    max-width: 42px;
    margin-bottom: 10px;

}
#footer{
    background: #fcf5f0;
    padding-top: 40px;
    padding-bottom: 40px;
        border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  
    width: 100%;
    top: -30px;
  
}
.footer_ctr{
    width: 100%;
    height: 200px;
    position: relative;
    background: #fff;
}
#footer .logo{
    margin-bottom: 20px;
}
#footer h2{
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 300;
}
#footer a{
    font-size: 16px;
    font-weight: 300;
    color: #000;
    text-decoration: none;
}
#contactForm input,textarea{
    border: none !important;
    background: #fff !important;
    border-bottom: 1px solid #d9c8ba !important;
    border-radius: 0px !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    width: 100% !important;
}

.wrapper{
    z-index: +99;
}


#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4,#nav-icon5 {

     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     transform: rotate(0deg);
     -webkit-transition: .5s ease-in-out;
     -moz-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
     transition: .5s ease-in-out;
     cursor: pointer;
       top: -3px;
       width: 40px;
       height: 40px;
   
       position: relative;
       top: -5px;
       display: none;
   
   }
   
   #nav-icon1 span, #nav-icon3 span, #nav-icon4 span ,#nav-icon5 span {
     display: block;
     position: absolute;
     height: 2px;
     width: 30px;
     background: #fff;
     border-radius: 1px;
     opacity: 1;
     left: 5px;
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     transform: rotate(0deg);
     -webkit-transition: .25s ease-in-out;
     -moz-transition: .25s ease-in-out;
     -o-transition: .25s ease-in-out;
     transition: .25s ease-in-out;
   }
   .navbar-scroll-down   #nav-icon3 span{
    background: #fff;
   }
    #nav-icon4 span{ height:5px}
    #nav-icon5 span{ height:5px}
   
   #nav-icon1 span:nth-child(1) {
     top: 0px;
   }
   
   #nav-icon1 span:nth-child(2) {
     top: 20px;
   }
   
   #nav-icon1 span:nth-child(3) {
     top: 40px;
   }
   
   #nav-icon1.open span:nth-child(1) {
     top: 18px;
     -webkit-transform: rotate(135deg);
     -moz-transform: rotate(135deg);
     -o-transform: rotate(135deg);
     transform: rotate(135deg);
   }
   
   #nav-icon1.open span:nth-child(2) {
     opacity: 0;
     left: -60px;
   }
   
   #nav-icon1.open span:nth-child(3) {
     top: 18px;
     -webkit-transform: rotate(-135deg);
     -moz-transform: rotate(-135deg);
     -o-transform: rotate(-135deg);
     transform: rotate(-135deg);
   }
   
   
   /* Icon 3 */
   
   #nav-icon3 span:nth-child(1) {
     top: 0px;
   }
   
   #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
     top: 6px;
   }
   
   #nav-icon3 span:nth-child(4) {
     top: 12px;
   }
   
   #nav-icon3.open span:nth-child(1) {
     top: 18px;
     width: 0%;
     left: 50%;
   }
   
   #nav-icon3.open span:nth-child(2) {
     -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
     -o-transform: rotate(45deg);
     transform: rotate(45deg);
   }
   
   #nav-icon3.open span:nth-child(3) {
     -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
     transform: rotate(-45deg);
   }
   
   #nav-icon3.open span:nth-child(4) {
     top: 18px;
     width: 0%;
     left: 50%;
   }
   
   #nav-icon3 span:nth-child(1) {
     top: 18px;
   }
   
   #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
     top: 24px;
   }
   
   #nav-icon3 span:nth-child(4) {
     top: 30px;
   }
   
   #nav-icon4.open span:nth-child(1) {
     top: 18px;
     width: 0%;
     left: 50%;
   }
   
   #nav-icon4.open span:nth-child(2) {
     -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
     -o-transform: rotate(45deg);
     transform: rotate(45deg);
   }
   
   #nav-icon4.open span:nth-child(3) {
     -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
     transform: rotate(-45deg);
   }
   
   #nav-icon4.open span:nth-child(4) {
     top: 18px;
     width: 0%;
     left: 50%;
   }
   
   
   #nav-icon5.open span:nth-child(1) {
     top: 18px;
     width: 0%;
     left: 50%;
   }
   #nav-icon5.open span:nth-child(2) {
     -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
     -o-transform: rotate(45deg);
     transform: rotate(45deg);
   }
   
   #nav-icon5.open span:nth-child(3) {
     -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
     transform: rotate(-45deg);
   }
   
   #nav-icon5.open span:nth-child(4) {
     top: 18px;
     width: 0%;
     left: 50%;
   }
   
   
   
   #nav-icon2.open span:nth-child(1) {
     top: 18px;
     width: 0%;
     left: 50%;
   }
   
   #nav-icon2.open span:nth-child(2) {
     -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
     -o-transform: rotate(45deg);
     transform: rotate(45deg);
   }
   
   #nav-icon2.open span:nth-child(3) {
     -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
     transform: rotate(-45deg);
   }
   
   #nav-icon2.open span:nth-child(4) {
     top: 18px;
     width: 0%;
     left: 50%;
   }


   @media only screen  and (max-width :1024px) {
    .hero{ position: static; height: auto;}
    .viewport-header{ display: none; height: 0px;}

    #lang{ width: 60px; height: 30px; bottom: 0px; top: auto; left: 0px; margin: auto;}
 #lang a{ display: inline-block;}
    #nav-icon3{ display: inline-block;}
    #header{ padding-top: 0px; overflow-x: hidden;
    padding-bottom: 0px;}
    #header .logo{ position: relative; z-index: +999;}
    #mainmenu{
        position: fixed;
        left: -100%;
        width: 99%;
        top: 0px;
        height: 100vh;
                -webkit-transition: left 0.5s;
        -moz-transition: left 0.5s;
        -o-transition: left 0.5s;
        transition: left 0.5s;
        background: #000;
        padding-top: 100px;
        padding-left: 0px;
    }
    .m_attivo{ left: 0px !important;}
    #mainmenu li{
        display: block;
        margin-bottom: 10px;
        text-align: center;
        padding: 0px;
    }
    .navbar-scroll-down #chisiamo{
            border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    }
    .hero_txt h1{ font-size: 42px;}
    .box_info h1{ font-size: 38px;}
    .he{
        min-height: auto;
        margin-bottom: 15px;
        padding: 15px;
    }
    .box_info,.box_info img{
    border-radius: 30px;}
    .lista_s p{
        min-height: 45px;
    }
    .bigimg{
border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    }
    .lista_s li{ margin-bottom: 0px;}
   }

