@import url(https://fonts.googleapis.com/css?family=Exo+2:400,900,800,700,600,500,300,200,100&display=swap);

::-webkit-scrollbar {
   -webkit-appearance: none;
   width: 0px;
}


:focus-visible{
  outline: none; 
}



body{
    background-color: #151515;
    overflow-x: hidden;
    color:#fff;
}

.desktop{
    display:block;
}

a{
   text-decoration:none;
   color:inherit;
}

*{
    font-family: "Exo", sans-serif;
}

.mobile{
    display:none;
}


:focus-visible{
  outline: none; 
}


.relative{
    position:relative;
}

.flex-end{
    display: flex;
    align-items: center;
}

.bg-nav{
    display:block;
    /* background:#f8f1e7; */
    background-color:transparent;
    transition:0.2s;
    padding: 20px 0;
    /* box-shadow: 0 0 20px rgba(89, 102, 122, 0.1); */
    transition: background-color 0.3s;
}

.menu-scroll.bg-nav{
    background-color:#151515;
    border-bottom: 1px solid #ffffff1f;
}

.sticky-top {
    position: fixed;
    top: 0;
    z-index: 1020;
    left: 0;
    width: 100%;
}

.navbar-brand{
    padding: 0;
    margin: 0;
}

.logo {
    width: 15rem;
    transition:0.1s;
}


.menu-scroll .logo{
    width: 10rem;
}

.menu-scroll{
   /* padding:1rem 0; */
}

.menu-horizontal{
    width: 100%;
    justify-content: flex-end;
}

.nav-item{
    
}

.nav-link{
    font-family: 'Hanken Grotesk';
    text-transform:uppercase;
    color:#000;
    padding: 0 3rem !important;
    opacity: 0.55;
    font-size: 11px;
    letter-spacing: 2px;
    transition: font-weight 0.2s ease-in-out;
    font-weight:400;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    /*color: var(--bs-nav-pills-link-active-color);*/
    background-color: #ffffff00;
}

.nav-link:hover{
    opacity: 1;
    font-weight:700;
}


.nav-link.active{
    opacity: 1;
    font-weight:700;
}

.flex-end-cont{
    align-items: flex-end !important; 
}   


.nav-item:last-child .nav-link{
    padding: 0 0 0 3rem !important;
}

.nav-item:not(:last-child){border-right: 1px solid #cacaca;}







.top-head{
    width: 100%;
    text-align: right;
    margin-top:0.5rem;
}

.p-head{
    font-family: 'Hanken Grotesk';
    text-transform:uppercase;
    color:#171717;
    font-size: 11px;
    font-weight:bold;
    letter-spacing: 2px;
    margin: 0;
}

.h1-c{
   font-family: 'Hanken Grotesk';
   color:#171717;
   font-size: 6.5rem;
   position: relative;
   line-height: 6.5rem;
   font-weight: normal;
}


.h1-b{
   font-family: 'Hanken Grotesk';
   color:#171717;
   font-size: 6.5rem;
   position: relative;
   line-height: 6.5rem;
   font-weight: normal;
}

.part-1{
    text-indent: 8rem;
}

.h1-c:before{
   content:'';
   width: 5rem;
   height: 5px;
   position: absolute;
   background: #171717;
   top: 3.5rem;
   left: 0;
   opacity:1;
   transition:0.2s;
}

.h1-c.none:before{
    opacity:0;
}


.part-1, .part-2{
    transition:0.2s;
    transform: translateX(0);
    opacity: 1;
}

.part-1.none, .part-2.none{
    transform: translateX(-120%);
    opacity: 0;
}

.hero{
    padding-top: 12rem;
    padding-bottom: 1rem;
}

.hero-landing{
    padding-top: 6rem;
    padding-bottom: 1rem;
}

.hero, .hero-landing{
    /* background-position: center; */
    background-size: cover;
    background-repeat: no-repeat;
}

.sec-slide{
    padding:1rem 0 1rem 0;
}

.p-content{
    font-family: 'Hanken Grotesk';
    color:#171717;
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 1px;
    position:relative;
}

.p-content p{
    font-family: 'Hanken Grotesk';
    color:#171717;
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 1px;
    position:relative;
}


.before-circle{
    padding-left: 1rem;
    padding-top: 1rem;
    position: relative;
}

.before-circle p{
    transform:translateY(0);
    opacity:1;
    transition:0.2s;
}

.before-circle.none p{
    transform:translateY(50%);
    opacity:0;
}








.before-circle:before{
    content:'';
    position:absolute;
    background-image:url(/assets-frontend/img/svg/edilgosma_simbolo.svg);
    width: 10rem;
    height: 10rem;
    background-size: 100%;
    top: 2.5rem;
    left: -4rem;
    background-repeat: no-repeat;
    transition:5s;
    opacity:1;
}


.before-circle.none:before{
    opacity:0;
}


.before-circle-v-2:before{
    content:'';
    position:absolute;
    background-image:url(/assets-frontend/img/svg/edilgosma_simbolo.svg);
    width: 12rem;
    height: 12rem;
    background-size: 100%;
    top: -4.9rem;
    left: -5rem;
    background-repeat: no-repeat;
}


.img-slide {
    flex: 0 0 49%;
    flex-shrink: 0;
    width: 50%;
    height: 100%;
    position: relative;
    background-size: cover;
    transition-property: transform;
    padding-bottom: 1.7rem;
}

.slider-home {
    height: 40vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.box-info-slide{
    background: #0000003d;
    width: fit-content;
    padding: 4rem;
    position: absolute;
    bottom: 0;
}

.title-slide{
    font-family: 'Hanken Grotesk';
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    margin: 0;
}

.desc-slide{
    font-family: 'Hanken Grotesk';
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 1.5rem;
}


.nav-slides{
    z-index: 999;
    position: absolute;
    bottom: 2rem;
    right: 4rem;
    gap: 1rem;
    display: flex;
    flex-direction: column;
}

.arrow-next{
    width: 4rem;
}

.arrow-prev{
    width: 4rem;
    transform: rotate(-180deg);
}


.square{
    stroke: #fff;
    stroke-width: 10px;
    transition: 0.2s;
}


#map{
    width: 100%;
    height: 80vh;
}





.window-map  h4 {
    font-family: 'Hanken Grotesk';
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #171717;
    letter-spacing: 1px;
}

.body-window-map > p {
    font-family: 'Hanken Grotesk';
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 16px;
    color: #171717;}

.body-window-map > a {
    font-family: 'Hanken Grotesk';
    letter-spacing: 1px;
    font-weight: 500;
    background: #fff;
    padding: 0;
    color: #171717;
    font-size: 16px;
}


.img-window{
    width: 100%;
    height: 10rem;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 9px;
}

.body-window-map{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
}

.gm-style .gm-style-iw-c {
    position: absolute;
    box-sizing: border-box;
    overflow: hidden;
    max-height: 500px !important;
    top: 0;
    max-width: 30rem !important;
    left: 0;
    transform: translate3d(-50%,-100%,0);
    background-color: #fff;
    border-radius: 10px;
    padding: 0;
    box-shadow: none;
    border: 1px solid #171717;
    padding-top: 0!important;
}

.gm-style .gm-style-iw-d {
    box-sizing: border-box;
    overflow: hidden !important;
    max-height: 442px !important;
}

.window-map{
    min-width: 25rem;
    padding: 0;
    padding-right: 3px;
    display: grid;
    grid-template-columns: 40% auto;
    gap: 1rem;
    align-items: center;
}

.gm-style .gm-style-iw-c > button{
    top: 0 !Important;
    right: 4px !Important;
}

.gm-ui-hover-effect>span {
-webkit-mask-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22/%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22/%3E%3C/svg%3E);
    pointer-events: none;
    display: block;
    width: 20px !important;
    height: 20px !important;
    margin: 8px;
    background-color: #000!important;
}

.gm-style .gm-style-iw-tc::after {
    display:none;
}

.p-sec{
    padding:2rem 0 1rem 0;
}

.bg-color{
    background-color:#fafafa;
}

.box-img{
    width: 100%;
    height: 500px;
    background-position: center;
    background-size: cover;
    position: relative;
}

.flex-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* .p-sec .container {
    display: flex;
    gap: 5rem;
    flex-direction: column;
} */

.p-sec .container {
    margin-bottom: 3rem;
}

.banner{
    display: flex;
    flex-direction: row;
    width: 100%;
    align-content: center;
    align-items: center;
}


.img-banner{
    width: 12rem;
    height: 12rem;
    background-image: url(/assets-frontend/img/svg/edilgosma_simbolo.svg);
    background-position: center;
    background-size: 100%;
    z-index: 9;
    background-repeat: no-repeat;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.img-banner img{
    width: 100%;
    clip-path: ellipse(40% 30% at 50% 40%);
    transform: translateY(2px) translateX(1px);
}

.content-banner{
    background: #fff;
    display: flex;
    padding: 3rem;
    width: fit-content;
    flex-direction: row;
    gap: 5rem;
    width: 100%;
    margin-left: -5.5rem;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.text-banner{
    /* padding-left: 10rem; */
}

.icon-banner{
}

.icon-banner svg{
    width: 4rem;
    height: 4rem;
}


.icon-banner svg {
    width: 4rem;
    height: 4rem;
    transition: 0.2s;
}



.fill-black{
    fill: #141414;
}

.icon-banner:hover svg {
    background: #141414;
}


.icon-banner:hover svg .fill-black {
    fill: #fff;
}

.title-banner{
    margin-bottom: 0.5rem;
    line-height: 20px;
    font-family: 'Hanken Grotesk';
    /* margin: 0; */
    font-weight: bold;
    letter-spacing: 0;
    font-size: 20px;
    font-style: italic;
    color: #000;
    text-transform: uppercase;
}

.desc-banner{
    line-height: 17px;
    font-weight: 300;
    font-family: 'Hanken Grotesk';
    margin: 0;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 20px;
}
/* 
.request-appointment {
    border: none;
    border-bottom: 2px solid;
    display: flex;
    width: 100%;
    background: transparent;
    align-items: center;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Hanken Grotesk';
    letter-spacing: 2px;
    font-style: italic;
    color: #171717;
    padding: 0;
    justify-content: space-between;
    font-weight: bold;
} */

.request-appointment svg{
    width: 4rem;
    height: 4rem;
}

.title-footer{
   font-family: 'Hanken Grotesk';
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 18px;
    margin-bottom: 0.5rem!important;
}

.title-contact{
    font-family: 'Hanken Grotesk';
     font-weight: 600;
     letter-spacing: 1px;
     font-size: 18px;
     margin-bottom: 0.5rem!important;
 }

.desc-footer{
    font-family: 'Hanken Grotesk';
    font-weight: 200;
    letter-spacing: 1px;
    font-size: 14px;
}

.desc-footer a{
    font-family: 'Hanken Grotesk';
    font-weight: 200;
    letter-spacing: 1px;
    font-size: 14px;
    transition: all 0.3s;
}

.desc-footer a:hover{
    opacity: 0.5;
}

.desc-contact{
    font-family: 'Hanken Grotesk';
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
    color: #ffffff80;
}

.desc-contact a{
    font-family: 'Hanken Grotesk';
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
    color: #ffffff80;
    transition: all 0.3s;
}

.desc-contact a:hover{
    font-family: 'Hanken Grotesk';
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
    color: #ffffff;
}

.list-footer {
    list-style: none;
    padding: 0;
}

.list-footer li:not(last-child){
    margin: 0;
}

.list-footer li a{
    font-family: 'Hanken Grotesk';
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 200;
}

.copyright {
    margin: 0;
    font-family: 'Hanken Grotesk';
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
    color: #ffffff80;
    margin-bottom: 1rem;
}

.copyright a {
    margin: 0;
    font-family: 'Hanken Grotesk';
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
    color: #ffffff80;
    margin-bottom: 1rem;
    transition: all 0.3s;
}

.copyright a:hover {
    color: #fff;
}

.grid-2{
    display: grid;
    grid-template-columns: auto 40%;
    gap: 5rem;
    padding: 0 0 0 7.5rem;
    align-items: start;
    margin-top: -7rem;
}

.text-grid p{
    font-family: 'Hanken Grotesk';
    color:#171717;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 200;
}

.det-features{
    background: rgb(250,250,250);
    background: linear-gradient(180deg, rgba(250,250,250,1) 80%, rgba(255,255,255,0) 97%);
    padding-bottom: 5.5rem;
}

.head-feature{
    padding: 2rem;
    background-color: #cacaca3b;
    padding-top: 13.5rem;
}

.pre-title{
    margin: 0;
    font-family: 'Hanken Grotesk';
    color: #171717;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.title-feature{
    margin: 0;
    font-family: 'Hanken Grotesk';
    color: #171717;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0px;
}

.body-feature{
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-right: 5rem;
}

.body-feature .item{
    display: flex;
    font-family: 'Hanken Grotesk';
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 1rem;
     border-bottom: 1px solid #1717171c;
}

/* .item:last-child{
    border-bottom: 0px solid #1717171c;
} */

.body-feature .item p{
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.body-feature .item .value{
    font-size: 16px;
    font-weight: 500;
    text-transform: initial;
    letter-spacing: 1px;
    text-align: end;
}

.body-feature .item .value span{
    /* font-size: 2rem; */
    line-height: 1rem;
    letter-spacing: 0;
}

.cta:hover{
    /* text-decoration: underline; */
}

.text-grid{
    padding-top: 16rem;
    padding-bottom: 3rem;
}


/* .list-features{
    padding: 2rem 0;
    display: flex;
    gap: 2rem;
    flex-direction: column;
}

.item-feature{
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: flex-start;
} */

/* .number-feature{
    font-size: 3rem !important;
    line-height: 3rem;
    margin: 0;
} */

/* .desc-feature{
    font-family: 'Hanken Grotesk';
    color: #171717;
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 1px;
    width: 100%;
    padding-bottom: 2rem;
} */

.desc-feature.border-b{
    border-bottom: 1px dashed #1717171c;
}


.h3-c{
    font-family: 'Hanken Grotesk';
    color: #fff;
    font-size: 45px;
    font-weight: 500;
    line-height: 45px;
}


.popup{
    padding: 2rem;
    position: fixed;
    bottom: 3rem;
    left: 18rem;
    width: calc(70% - 8rem);
    background: #151515;
    z-index: 1101;
    transition: 0.5s;
    transform: translateY(150%);
    /* border-bottom-right-radius: 20px; */
    /* border-top-left-radius: 20px; */
    /* border-top-right-radius: 20px; */
    /* border-bottom-left-radius: 20px; */
    border: 1px solid #fff;
}


.popup.show{
    transform: translateY(00%);
}


.close-popup{
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: 2rem;
    top: 2rem;
    cursor:pointer;
}

.body-popup{
    margin-top: 2rem;
    margin-bottom: 2rem;
}


.input-c{
    padding: 15px;
    font-family: 'Hanken Grotesk';
    color: #fff;
    border: 1px solid #ffffff80;
    background-color: transparent;
    width: 100%;
    line-height: 1rem;
    font-size: 14px;
    text-align: left;
    letter-spacing: 1px;
    margin-top: 25px;
    transition: all 0.3s;
}

.input-c:focus{
    background-color: #151515!important;
}

.input-c::placeholder {
    color: #ffffff80;
 }
 
 .input-c:focus::placeholder {
     color: #ffffff;
 }
 

 input:not(:placeholder-shown) {
    background-color: #151515!important;
}

.datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 4px;
    position: fixed;
    top: 1.5rem !important;
    left: 24.5rem !important;
    border-radius: 0;
}


.choice-sel {
    display: grid;
    flex-direction: row;
    align-items: center;
    margin-top: 0;
    margin-top: 0.5rem;
    grid-template-columns: 1.5rem auto;
    gap: 1rem;
    margin-top: 2rem;
}


.checkbox-c[type=checkbox] {
   background: transparent;
   appearance: none;
   color: #fff;
   height: 27px;
   border: 1px solid #ffffff80;
   width: 27px;
   cursor: pointer;
}

.checkbox-c:checked[type=checkbox] {
   background-image: url(/assets/frontend/img/svg/select.svg);
   background-size: 20px 20px;
   background-position: center;
   background-repeat: no-repeat;
}

.label-check {
   font-family: 'Hanken Grotesk';
   color: #ffffff80;
   font-size: 14px;
   letter-spacing: 1px;
}


.label-check a{
    font-family: 'Hanken Grotesk';
    color: #ffffff80;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: underline!important;
    transition: all 0.3s;
 }

form .request-appointment{
    margin-top:1.5rem;
}
.datepicker-dropdown:before {
    content: '';
    display: none;
}

.datepicker-dropdown:after {
    content: '';
    display: none;
}

.datepicker table tr td, .datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
    font-family: 'Hanken Grotesk';
    text-transform: uppercase;
    font-weight: 500;
}

.day{
    padding: 1rem;
}

.dow{
    font-weight:bold !important;
}

.datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
    background: #ffffff;
    color: #00000036;
}

.datepicker table tr td.highlighted.disabled.focus, .datepicker table tr td.highlighted.disabled:focus, .datepicker table tr td.highlighted.disabled:hover, .datepicker table tr td.highlighted[disabled].focus, .datepicker table tr td.highlighted[disabled]:focus, .datepicker table tr td.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.highlighted.focus, fieldset[disabled] .datepicker table tr td.highlighted:focus, fieldset[disabled] .datepicker table tr td.highlighted:hover {
    background-color: #ffffff;
    border-color: #ffffff;
}


.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
    color: #171717;
    background-color: #cacaca;
    border-color: #cacaca;
    border-radius: 0;
}

.datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
    color: #171717;
    background-color: #cacaca;
    border-color: #cacaca;
}

.overlay-popup{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000096;
    z-index: 1100;
    opacity: 0;
    visibility: hidden;
    transition:0.2s;
}

.overlay-popup.show{
    opacity: 1;
    visibility: visible;
}


select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    background: url(/assets/frontend/img/svg/select-arrow-grey.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    cursor: pointer;
}




.load-body{
   animation: removeBlur 0.5s ease-in-out;
}


span.nav-link{
    cursor:pointer;
}




@keyframes removeBlur {
 0% {
   filter: blur(15px);
 }
 50% {
   filter: blur(7px);
 }
 100% {
   filter: blur(0px);
 }
 
}

.p-sec-2 {
    padding-top: 5rem;
    padding-bottom: 0;
    background-color: #fafafa;
}

footer{
    padding-top:5rem;
}

input::-webkit-date-and-time-value{ 
    text-align:left; 
    
}








.h2-c{
    font-family: 'Hanken Grotesk';
    color: #171717;
    font-size: 35px;
    line-height: 38px;
    font-weight: 500;
    letter-spacing: 2px;
}







.message-send {
    position: absolute;
    color: #ffffff;
    top: 0;
    width: 100%;
    font-family: 'Hanken Grotesk';
    font-size: 1.5rem;
    left: 0;
    background: #151515;
    padding: 3rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.not-show {
    display: none;
}


.circle-img{
    width: 6.7rem;
    height: 6.7rem;
    border-radius: 50%;
    background-image: url(/assets-frontend/img/jpg/gabriele-fiorenzoni.jpg);
    background-position: top center;
    background-size: cover;
}


.banner-black {
    background-color: #000;
    padding: 1rem 0;
}

.banner-green {
    
    padding: 1rem 0;
}

.banner-black p{
    margin:0;
    text-transform:uppercase;
    letter-spacing:5px;
    font-weight:bold;
    font-size: 18px;
    text-align: center;
}

.banner-green p{
    margin:0;
    text-transform:uppercase;
    letter-spacing:5px;
    font-weight:bold;
    font-size: 18px;
    text-align: center;
}


.white{
    color:#fff;
}

.logo-footer {
    width: 10rem;
    /* margin-top: 9rem;
    margin-left: 9rem; */
}

.title-footer.mt-2{
    margin-top: 2rem!important;
}

.desc-footer.mt-2{
    margin-top: 2rem!important;
}

.row.mb-5.mb-1{
    /* margin-bottom: 1rem!important; */
}








.richiedi {
    padding: 10px;
    background-color: #fff;
    transition: 0.5s;
    color: #000;
    border: 2px solid black;
}

.richiedi-ora{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px!important;
    letter-spacing: 1px!important;
}

.richiedi:hover{
    box-shadow: 3px 3px 0px 1px #000000;
}

.h3-c{
    /* border-bottom: 1px solid #1717174a;  */
    /* margin-bottom: 1.5rem; */
}

.h3-c h3{
    font-size: 1.5rem;
}

.mt-2{
    margin-top: 2rem!important;
}











.gallery-pattern {
    background: #000000ad;
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    height: 100%;
    z-index: 9999;
    align-content: center;
    align-items: center;
    left: 0;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    justify-content: center;
}

.close-gallery {
    position: absolute;
    z-index: 999;
    color: #fff;
    top: 1.5rem;
    height: 1.5rem;
    right: 1.5rem;
    width: 1.5rem;
    cursor: pointer;
}

.close-gallery > svg {
    width: 100%;
    height: 100%;
}
img, svg {
    vertical-align: middle;
}

.controls {
    display: flex;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
    align-items: center;
    width: 100%;
    z-index: 11;
    margin: auto 8rem;
}

.button-c {
    width: 2rem;
    height: 2rem;
    text-align: center;
    color: var(--default-color);
    padding: 2px 0px;
    transition: 0.5s all;
    cursor: pointer;
}

.button-c > svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}

.images-gallery {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.box-image-gallery {
    width: 80%;
    top: 0rem;
    display: flex;
    height: 75vh;
    position: relative;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}

.item-gallery {
    width: 100%;
    display: none;
    text-align: center;
}

.item-gallery.animate__animated {
    animation-duration: 0.3s;
    --animate-delay: 0.3s;
}

.item-gallery.show {
    display: block;
}

.show {
    opacity: 1;
    visibility: visible;
}

.item-gallery > img {
    max-width: 100%;
    height: auto;
    max-height: 70vh;
}

.col-lg-5,
.col-lg-6{
    width: 46%;
}

.col-lg-1{
    width: 8%;
}


.hide {
    /* display: none; */
}


.tab-lang{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: flex-end;
    align-items: center;
}

.lang-item{
    cursor: pointer;
    display: block;
    margin-right: 1rem;
    text-transform: uppercase;
    transition: 0.5s;
}

.lang-item.active{
    background-color: #000;
    color: #fff;
    padding: 0 5px;
    pointer-events: none;
}

/*
.tab-lang{
    display: none;
}
*/




















/*MANUTENZIONE*/

.h1-manutenzione {
    font-family: 'Hanken Grotesk';
    color: #171717;
    font-size: 6.5rem;
    position: relative;
    line-height: 6rem;
    font-weight: normal;
}

.h2-manutenzione {
    font-family: 'Hanken Grotesk';
    color: #171717;
    font-size: 2.5rem;
    position: relative;
    line-height: 3rem;
    font-weight: normal;
    margin-bottom: 12rem;
}



@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (orientation: portrait) { 

    .h1-manutenzione {
        font-size: 3rem;
        line-height: 3rem;
    }

    .h2-manutenzione {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: 3rem;
    }
  }

  .mt-3 {
    margin-top: 3rem !important;
}

.leaf{
    height: 1.5rem;
}


.banner-content {
    gap: 2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}




































/*CUSTOM CSS*/
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');



h1{
    /* font-family: 'Helvetica Neue';  */
}

h2{
    /* font-family: "Exo", sans-serif; */
}

a{
    text-decoration:none!important;
    color:inherit;
}

.place{
    /* margin-bottom: 2rem; */
}

.place span{
    /* font-family: 'Helvetica Neue';  */
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 100;
    letter-spacing: 4px;
}

.navbar:not(.navbar--jungle) ul li a, .navbar:not(.navbar--jungle) ul li span {
    font-family: 'Hanken Grotesk';
}

.navbar:not(.navbar--jungle) ul li a:hover{
    /* font-weight: 500; */
}

.logo {
    width: 12rem;
}

.logo-loader{
    width: 15rem;
}

.navbar:not(.navbar--jungle) ul {
    margin-bottom: 0;
}





.home-slider-canvas{
    /* scale: 1;
    transition: 20s; */
    /* scale: 1.4; */
}






/*media min with 768px*/
.navbar:not(.navbar--jungle) ul li a, .navbar:not(.navbar--jungle) ul li span {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Hanken Grotesk';
    transition: all 0.1s;
    line-height: 35px;
}

.menu-scroll .link--leda{
    font-size: 16px!important;
    line-height: 29px!important;
}

.menu-scroll .link--leda span{
    font-size: 16px!important;
    line-height: 29px!important;
}

/*media min with 1024px*/
.site-header {
    padding: 2rem 0 2rem;
}

.home-slider__slide {
    margin-bottom: 5rem
}

.home-slider__slide__title {
    font-size: 5.5rem;
    letter-spacing: 2px;
    padding: 0px 4rem;
}

.home-slider__slide__title a {
    /* margin-bottom: 20px;    */
}

.home-footer-container{
    display: flex;
}

.flex{
    display: flex;
}

.home-footer{
    background-color: #151515;
    padding: 0;

    /* top:inherit;
    position: fixed;
    bottom: -125px;
    left: 0;
    width: 100%;
    transition: bottom 0.3s ease; */
}

.footer-content{
    padding: 1.2rem 0;
    cursor: default;
}

.privacy{
    color: #9b9b9b;
    margin: 0;
    font-family: 'Hanken Grotesk';
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 200;
}

.privacy a{
    color: #fff;
}

.footer-contact{
    color: #9b9b9b;
    margin: 0;
    margin-left: 2rem;
    font-family: 'Hanken Grotesk';
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 200;
}

.footer-contact a{
    color: #fff;
}

.home-slider__slide__cta{
    font-size: 1rem;
}









.left-top-menu-item {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    /* padding: 0; */
}

.side-menu{
    z-index: 3;
    width: 3rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

.site-header__inner{
    padding: 0!important;
}






/*MENU*/
.header__icons{
	width: 50px;
	display: flex;
	align-items: center;
	width: 80px;
}


.icon-hamburger{
	height: 40px;
	width: 30px;
	margin-bottom: 12px;	
	display: none;	
}

.header__icons a {
	color: #fff;
	opacity: 0.8;
	font-size: 27px;
	transition: color 0.3s;
}

.header__menu {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #151515;
    width: 0;
    height: 100vh;
    overflow-x: hidden;
    transition: all 0.5s cubic-bezier(.215, .61, .355, 1);
    padding-top: 8rem;
    padding-left: 0;
    cursor: default;
    list-style: none;
}

.header__menu li {
    width: 100%;
}

.header__menu li:not(:last-child) {
    border-bottom: 1px solid #444;
}

.header__menu li a {
    /* font-family: 'Helvetica Neue'; */
    color: #fff;
    /* opacity: 0.8; */
    display: block;
    padding: 20px 17px;
    font-size: 19px;
}

.menu-open .header__menu{
    width: 25vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}




.header__icons{
    display: flex;
    width: 80px;
}

.menu.active, .icon-hamburger{
    display:block;
}

.sub-menu li a{
    color: #ffffff;
}

.header__menu a:hover {
    color: #7d7d7d;
}

.sub-menu li a:hover{
    color: #7d7d7d;
}

/* Nasconde le sottovoci del menu per impostazione predefinita */
.header__menu .sub-menu {
    list-style: none;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 1s cubic-bezier(.215, .20, .355, 1), height 0.4s cubic-bezier(.215, .20, .355, 1);
}

/* Visualizza le sottovoci quando la classe "aperto" ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ presente */
.header__menu .sub-menu.aperto {
    height: 150px;
    opacity: 1;

}

.footer-content{
    display: none;
}









.select-menu{
    width: 1.4rem;
}

.select-menu-flex{
    display: flex!important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.select-menu-flex-lang{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    transform: translateY(15px);
    margin-right: 1rem;
}


/* .select-menu-flex::after{
    width: 0.8rem;
    height: 0.8rem;
    content: '';
    display: block;
    background-image: url("select.svg");
    background-repeat: no-repeat;
    cursor: pointer;
    margin-top: 5px;
    margin-left: 10px;
} */

.link-azienda{
    width: 100%;
}

.arrow-down-lang{
    height: 30px;
    width: 0.6rem;
    transform: translateY(-12px);
    transition: 0.5s;
}

.select-menu-flip{
    transform: scale(1, -1);
}

.no-pointer{
    cursor: default!important;
}

.translateY{
    transform: translateY(13px);
}

.second-item{
    visibility: hidden;
    opacity: 0;
    transform: translateY(-15px);
    transition: all 0.3s!important;
}

.hide{
    visibility: hidden;
    opacity: 0;
}

.show{
    visibility: visible!important;
    opacity: 1!important;
    transform: translateY(0);
}

.block{
    display: block!important;
    margin-right: 5px;
    list-style: none;
}

.mr-0{
    margin-right: 0!important;
}

.side-menu-footer{
    visibility: hidden;
    opacity: 0;
    padding-left: 3rem;
    padding-bottom: 1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.2s;
}







.b-gallery-card__heading {
    width: 70%;
}

.site-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.site-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.black{
    color: #151515!important;
    fill: #151515!important;
}

.black::before{
    color: #151515!important;
    background: #151515!important;
}

.bg-black{
    background: #151515!important;
}

.burger-menu.change .line.bg-black{
    background: #fff!important;
}


.white{
    color: #fff;
}

.js-navbar{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.menu-content{
    display: flex;
}

.menu-horizontal li{
    list-style: none;
    margin-right: 5rem;
}

.menu-horizontal li:last-child {
    margin-right: 0;
}

/* 
.logo {
    position: relative;
    z-index: 3;
    mix-blend-mode: difference;
} */

.h1-d {
    margin-top: 5rem;
    font-family: 'Hanken Grotesk';
    color: #171717;
    font-size: 80px;
    position: relative;
    line-height: 75px;
    font-weight: 400;
    border-bottom: 1px solid #00000050;
    padding: 0 0 4rem 0;
    letter-spacing: -3px;
}

.l-standard-container{
    padding-top: 20px!important;
}

.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'Hanken Grotesk';
    /* margin-left: -10px; */
}

.breadcrumbs > li > a {
    /* font-family: 'Titillium Web'; */
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
}

.breadcrumbs > li > a.active{
    font-weight: 500;
}

.breadcrumbs > li:not(:last-child):after {
    /* font-family: 'Titillium Web'; */
    content: '/';
    margin: 0px 10px;
    font-size: 12px;
}

.arrow-dx-black{
    width: 4rem;
}

.list-footer.mt-2{
    margin-top: 2rem!important;
}

.footer-list{
    list-style: none;
}

.link-footer.mt-cta {
    margin-top: 1.4rem !important;
}

.link-footer {
    font-family: "Hanken Grotesk";
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 14px;
    transition: all 0.3s;
}

.social-footer{
    font-family: "Hanken Grotesk";
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 18px;
    margin-bottom: 0.5rem;
    transition: all 0.3s;
}

.edilgosma{
    font-family: 'Hanken Grotesk';
    font-size: 80px;
}

.footer-menu{
    margin-top: 2rem;
}

.footer{
    background-color: #ab3636;
    color: #fff;
    /* border-top: 1px solid #ffffff80; */
}

.top-footer{
    padding-bottom: 1rem;
    border-bottom: 1px solid #ffffff80;;
}

.bottom-footer{
    margin-top: 5rem!important;
}

.banner-projects {
    padding: 15px 0;
    background-color: transparent !important;
    border-top: 2px solid #000;
}

.banner-p {
    font-family: 'Hanken Grotesk';
    color: #171717;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 0;
}





.banner-projects {
    overflow: hidden;
}

.banner-content {
    white-space: nowrap;
    animation: marquee 17s linear infinite; 
}

.banner-p {
    margin-right: 20vw;
}

@keyframes marquee {
    from {
        transform: translateX(100%); 
    }
    to {
        transform: translateX(-100%); 
    }
}

.arrow-down:hover{
    opacity: 0.5;
}








/* .menu-horizontal > li:hover {
    animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
}

@keyframes MoveUpInitial {
100% {
    transform: translate3d(0, -105%, 0);
}
}


@keyframes MoveUpEnd {
0% {
    transform: translate3d(0, 100%, 0);
}
} */

*, *::after, *::before {
    box-sizing: border-box;
}

.link::before, .link::after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    top: 100%;
    left: 0;
    pointer-events: none;
}

.link-en::before, .link::after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    top: 100%;
    left: 0;
    pointer-events: none;
}

.content__item {
    width: fit-content;
    height: 100%;
    margin: 0;
    padding: 0;
    counter-increment: itemcounter;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.link--leda {
    overflow: hidden;
    font-weight: 700;
}

.link {
    cursor: pointer;
    font-size: 18px;
    position: relative;
    white-space: nowrap;
    color: #fff;
    transition: color 0.3s ease;
}

.link--leda span {
    display: inline-block;
    transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
}

.link--leda::after {
    content: attr(data-text);
    height: 100%;
    top: 0;
    background: none;
    transform-origin: 100% 50%;
    transform: translate3d(150%, 0, 0);
    transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
}

.link--leda::before {
    height: 1px;
    top: calc(100% - 5px);
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
}

.link::before {
    content: '';
}



.link--leda:hover::after {
    transform: translate3d(0, 0, 0);
}

.link--leda:hover::before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}

.link--leda:hover span {
    transform: translate3d(-150%, 0, 0);
}

.freccia-dx-container {
    display: flex;
    position: relative;
    width: 6rem;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.freccia-dx-slider {
    transition: 0.2s;
    transform: translateX(-6rem);
}

.b-gallery-card:hover div {
    transform: translateX(0);
}

/* .b-gallery-card__img{
    height: 50vh!important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
} */

.b-gallery-card{
    cursor: pointer;
}


.block > li > a{
    line-height: 0!important;
}

.b-gallery-card__subtitle {
    display: flex!important;
    padding-bottom: 5px;
    border-bottom: 1px solid #00000050;
    justify-content: space-between;
    align-items: baseline;
}

.link-footer:hover, .social-footer:hover{
    opacity: 0.5;
}

.lang-item{
    width: 0.7rem;
}

.lang-item-en{
    width: 1.2rem;
}

.site-header__logo{
    margin-left: -2rem;
}

.h1-e {
    font-family: 'Hanken Grotesk';
    color: #fff;
    font-size: 90px;
    position: relative;
    line-height: 90px;
    font-weight: 400;
    padding: 0 0 4rem 0;
    letter-spacing: -3px;
    width: 100%;
}

.col-hero{
    border-bottom: 1px solid #ffffff80;
}

.hero-landing{
    position: relative;
}

.hero-landing:before{
    content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000060;
}

/* .bg-nav-landing {
    display: block;
    background: transparent;
    transition: 0.2s;
    padding: 20px 0;
} */

.breadcrumbs-landing > li:not(:last-child):after {
    font-family: 'Titillium Web';
    content: '/';
    margin: 0px 10px;
    font-size: 16px;
}

.breadcrumbs-landing {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'Hanken Grotesk';
    color: #fff;
    font-weight: 300;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.breadcrumbs-landing > li > a {
    font-family: 'Hanken Grotesk';
    font-weight: 300;
    opacity: .6;
}


.breadcrumbs-landing > li > a.active {
    opacity: 1;
}

.container-hero{
    margin-top: 9rem;
}

.banner-landing {
    padding: 13px 0;
    background-color: #151515;
}

.banner-d {
    font-family: 'Hanken Grotesk';
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 0;
    margin-right: 20vw;
}

.feature-tab{
    margin-top: 3rem;
    margin-bottom: 3rem;
}


.cta-container{
    padding-right: 5rem;
    padding-left: 1rem;
    margin-bottom: 3rem;
}

.cta-box{
    /* border: 1px solid #00000060; */
    /* border-top-right-radius: 10px; */
    /* border-top-left-radius: 10px; */
    /* border-bottom-right-radius: 10px; */
    /* border-bottom-left-radius: 10px; */
    transition: background-color 0.3s ease;
    width: fit-content;
}

.cta-box-contact{
    border: 1px solid #000000;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: 0.5s;
}

.cta-box-contact:hover{
    box-shadow: 3px 3px 0px 1px #000000;
}

.cta-box-contact:hover .cta-call{
    text-decoration: underline;

}

.cta-img{
    width: 10rem;
    height: 10rem;
    /* border-radius: 50%; */
    background-image: url(/assets-frontend/img/jpg/gabriele-fiorenzoni.jpg);
    background-position: top center;
    background-size: cover;
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
}

.cta-content{
    width: 100%;
    padding: 1rem 4rem 1rem 2rem;
}

.cta-call{
    font-family: 'Hanken Grotesk';
    margin: 0;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 16px;
    font-style: italic;
    color: #000;
    letter-spacing: 1px;
}

.cta-wa {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.text-app {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.wa-logo svg{
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.cta-app {
    font-family: 'Hanken Grotesk';
    margin: 0;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 15px;
    color: #000;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.cta-plan {
    font-family: 'Hanken Grotesk';
    margin: 0;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 15px;
    color: #000;
    letter-spacing: 1px;
    margin-left: 25px;
    transition: color 0.3s ease;
}

.cta-box:hover{
    /* background-color: #151515; */
}

.cta-box:hover .cta-app{
    color: #fff;
    text-decoration: underline;
}

.cta-box:hover .cta-plan{
    color: #fff;
    text-decoration: underline;
}

.cta-box:hover .cta-plan{
    color: #fff;
    /* text-decoration: underline; */
}

.cta-box:hover .icon-app{
    fill: #fff;
}

.icon-app{
    z-index: 999;
}

.button--mimas svg{
    position: relative;
    mix-blend-mode: difference;
    fill: #fff;
    margin-top: 2px;
    width: 18px;
}

.card{
    background-color: transparent;
    border: 0px;
}

.card-header {
    padding-bottom: 1rem;
    padding-top: 1rem;
    background-color: transparent;
    cursor: pointer;
}

.change-collapse {
    width: 10px;
    height: 10px;
    margin: 0.6rem 0;
    display: flex;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.change-collapse > .bar-1 {
    width: 100%;
    background: #000;
    height: 2px;
}

.change-collapse > .bar-2 {
    width: 100%;
    background: #000;
    height: 2px;
    margin-top: -2px;
    transition: 0.1s;
    transform: rotate(90deg);
}

.card-body-collapse {
    transform: translateY(0px);
    position: relative;
    transition: 0.3s all;
}

.card-body-collapse.hide {
    height: 0;
    /* display: none; */
    padding-bottom: 0;
    padding-top: 0;
    transform: translateY(-30px);
    transition: 0s all;
}

.change-collapse.open > .bar-2 {
    transform: rotate(180deg);
}

.list-features{
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.card-header span{
    font-size: 18px;
    font-weight: 500;
    text-transform: initial;
}

.desc-feature {
    font-size: 18px;
    font-weight: 300;
    text-transform: initial;
}






.img-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p-content p{
    background-color: #f8f1e7!important;
}

.cta-container-b {
    padding-left: 1rem;
    margin-bottom: 7rem;
}

.templates {
    display: flex;
    flex-direction: column;
    padding: 3rem 0;
}

.icon-app{
    font-size: 0px;
}





.button--mimas {
    width: 100%;
    display: flex !important;
    border-radius: 0.5rem;
    overflow: hidden;
    color: #fff;
    background: #f8f1e7;
    flex-direction: row;
    justify-content: center;
}

.button {
    pointer-events: auto;
    cursor: pointer;
    background: #151515;
    padding: 1rem 3rem;
    margin: 0;
    font-family: 'Hanken Grotesk';
    font-size: inherit;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #00000060;
    color: #fff;
}

.button::before, .button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.button--mimas span {
    position: relative;
    mix-blend-mode: difference;
    margin-left: 1rem;
}

.button--mimas:hover::before {
    transform: translate3d(100%, 0, 0);
}

.button--mimas::before {
    content: '';
    background: #f8f1e7;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.3s cubic-bezier(0.3, 1, 0.8, 1);
}

/* .menu-scroll .link{
    color:#000;
}

.menu-scroll .link:before{
    background:#000;
} */

.navbar-brand svg{
    width: 8rem;
    fill: #fff;
    transition: 0.1s ease;
}

.menu-scroll .navbar-brand svg{
    width: 7rem;
    /* fill: #000; */
}
/* 
.hydrated svg{
    fill: #fff;
} */


/*BURGER MENU*/
.burger-menu {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    height: 2.5rem;
    justify-content: center;
}

.burger-menu .line {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: #fff;
    width: 2.3rem;
    height: 3px;
    transition: 0.3s;
}

.burger-menu.change .bar_1 {
    transform: rotate(45deg) translate(8px, 6px) scaleX(1);
}

.burger-menu.change .bar_3 {
    transform: rotate(-45deg) translate(2px, 0px) scaleX(1);
}

/* .menu-scroll .burger-menu .line{
    background: #000;
} */

.menu-scroll .burger-menu.change .bar_1{
    background: #fff;
}

.menu-scroll .burger-menu.change .bar_3{
    background: #fff;
}





.contact-main{
    padding: 6rem 0;
}

.contact-row{
    border-right: 1px solid #ab3636;
}

.contact-form {
    padding: 0 0 0 5rem;
}

.h3-f{
    font-family: 'Hanken Grotesk';
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 2rem;
}


.box-image-4 {
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 265px;
    background-position: center;
    background-size: cover;
    background-image: url(/media/novearchitects_cover.jpg);
}

.box-image-4 span {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    font-size: 13px;
    color: #fff;
    font-family: 'Hanken Grotesk';
    font-weight: 300;
    text-transform: uppercase;
    line-height: 10px;
    letter-spacing: 0.5px;
}

.p-3 {
    padding: 1rem !important;
}

.photo-title {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Hanken Grotesk';
}

.photo-description {
    display: block;
    color: #fff;
    text-align: center;
    width: 100%;
    font-family: 'Hanken Grotesk';
}


.close-gallery.plan {
    position: absolute;
    z-index: 999;
    color: #151515;
    top: 4rem;
    height: 1.5rem;
    right: 7.5rem;
    width: 1.5rem;
    cursor: pointer;
}

.controls.plan {
    stroke: #000;
    display: flex;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
    align-items: center;
    width: 100%;
    z-index: 11;
    margin: auto 8.5rem;
}

.images-gallery.plan {
    top: 3rem;
    position: fixed;
    width: 90%;
    z-index: 10;
    height: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    background-color: #f8f1e7;
}

.box-image-gallery.plan {
    width: 80%;
    top: 0rem;
    display: flex;
    height: 75vh;
    position: relative;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}

.close-gallery.plan > svg {
    width: 2rem;
    height: 2rem;
}

.button-c.plan {
    width: 3.5rem;
    height: 3.5rem;
    text-align: center;
    color: var(--default-color);
    padding: 2px 0px;
    transition: 0.5s all;
    cursor: pointer;
}

.item-gallery.plan img{
    border-radius: 15px;
    max-height: 80%;
}

.gallery-plan{
    display: none;
}

.button-c.plan img{
    width: 100%;
    height: 100%;
}

.navbar-collapse{
    margin-right: 1rem;
}

.plan-container{
    /* margin-top: 1.5rem; */
}

.plan-container-b{
    margin-top: 1.5rem
}

.cta-bottom{
    margin-bottom: 5rem;
}

.flex-footer{
    display: flex;
}

.responsive-phone{
    display: none;
}

.flex-menu{
    display: flex;
}

.card-header {
    border-bottom: 1px solid #171717;
}

/* .header__menu li{
    opacity: 0;
    transform: translateX(-100%);
    transition: 0.1s all;
}

.header__menu.active li{
    opacity: 1;
    transform: translateX(0);
} */

.request-appointment span{
    margin-left: 0;
}

.scroll-none{
    overflow-y: hidden!important;
}

.slide_text{
    position: absolute;
    width: 100%;

}

.slide_title{
    text-align: center;
    font-size: 90px;
    line-height: 95px;
    font-family: 'Hanken Grotesk';
    padding-bottom: 2rem;
    letter-spacing: -2px;
}

.slide_subtitle {
    margin-bottom: 25px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Hanken Grotesk';
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 3px;
}

.slide__img{
    filter: brightness(0.5);
}


.home-slider__nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
    z-index: 2;
}

.freccia-sx-slider, .freccia-dx-slider {
    width: 5rem;
}

.home-slider__nav__btn {
    height: 70%;
    /* padding: 2rem; */
    display: flex;
    align-items: center;
    pointer-events: all;
    cursor: pointer;
}

.home-slider__nav__btn--next {
    padding-left: 10rem;
}

@media (min-width: 1024px){
.home-slider__nav__btn--next {
    padding-left: 30rem;
}
}

.home-slider__nav__btn--prev {
    padding-right: 10rem;
}

@media (min-width: 1024px){
.home-slider__nav__btn--prev {
    padding-right: 30rem;
}
}

.freccia-dx-container-slider {
    display: flex;
    position: relative;
    width: 9rem;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.freccia-sx-container-slider {
    display: flex;
    position: relative;
    width: 9rem;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.freccia-dx {
    /* margin-right: 3rem; */
    transition: 0.5s;
    transform: translateX(-6rem);
}

.freccia-dx-slider {
    margin-right: 3rem;
    transition: 0.5s;
    transform: translateX(-6rem);
}

.home-slider__nav__btn:hover div {
    transform: translateX(0);
}

.home-slider__nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
    z-index: 2;
}

.freccia-sx-slider {
    margin-left: 3rem;
    transition: 0.5s;
    transform: translateX(6rem);
}

.home-slider__slide__cta {
    display: block;
    text-transform: lowercase;
    color: #fff;
    padding: 0 .4rem .4rem;
    overflow: hidden;
    opacity: .9;
    pointer-events: auto;
    cursor: pointer;
    font-size: 1rem;
    font-family: 'Hanken Grotesk';
    font-weight: 500;
    letter-spacing: 1px;
}

.home-slider__slide__cta span:first-child {
    text-align: center;
    display: block;
    transform: translateY(100%);
    padding-top: .4rem;
    transition: 0.3s ease-in-out;
}

.slide_text:hover .home-slider__slide__cta span:first-child{
    transform: translateY(0);
}


.des-dn,
.mobile-controls{
    display: none;
}

.mobile-controls{
    position: absolute;
    bottom: 7rem;
    z-index: 999;
    width: 100%;

}

.mobile-nav{
    display: flex;
    gap: 5rem;
    justify-content: center;
}

.storia{
    margin-top: 5rem;
    margin-bottom: 3rem;
}

.storia-p{
    font-family: 'Hanken Grotesk';
    font-size: 18px;
    font-weight: 300;
}

.col-storia {
    flex: 0 0 auto;
    width: 47%;
}

.storia-r{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.storia-gallery{
    margin-top: 1rem;
    margin-bottom: 5rem;
}

.rel{
    position: relative;
}

.single-slide{
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    filter: brightness(0.5);
}

.single_slide_text {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 30%;
}

.b-gallery-card__description{
    font-family: 'Hanken Grotesk';
    padding: 1rem 0 2rem 0;
    font-size: 20px;
    line-height: 24px;
    font-weight:200;
}

.b-gallery-card__heading_single {
    font-family: 'Hanken Grotesk';
    font-size: 35px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    color: #4d4d4d;
    text-decoration: none;
    transition: color .25s ease-in-out;
    width: 100%;
}

.b-gallery-card:hover .b-gallery-card__heading_single {
    color: #000;
}

.flex-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mt--10{
    margin-top: -10px!important;
}

.b-gallery-card__img.single-img{
    height: 45vh;
}

.form-column{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.col-form{
    flex: 0 0 49%;
}

.button--mimas.login-submit span {
    margin-left: 0;
}

.form-login{
    margin-top: 3rem;
    margin-bottom: 7rem;
}

.download-container{
    margin-top: 4rem;
    margin-bottom: 0;
}

.box-item{
    border: 1px solid #151515;
    border-radius: 15px;
    padding: 2rem;

}

.box-item-content {
    display: flex;
    align-items: center;         
    width: 100%;          
}

.box-item-content > *:first-child { 
    flex: 0 0 15%;                    
}

.box-item-content > *:nth-child(2) { 
    flex: 0 0 65%;                   
}

.box-item-content > *:last-child {   
    flex: 0 0 20%;                    
}

.item-img svg{
    width: 6rem;
}

.item-img img{
    width: 5rem;
}

.item-type {
    font-family: 'Hanken Grotesk';
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0;
    margin-bottom: 0;
}

.item-title {
    font-family: 'Hanken Grotesk';
    font-size: 34px;
    line-height: 38px;
    font-weight: 500;
    letter-spacing: 0;
}

.button--mimas.button-download span {
    margin-left: 0;
}

.download-link {
    pointer-events: none;
    cursor: default;
}

.title-storia {
    font-family: 'Hanken Grotesk';
    font-size: 34px;
    line-height: 38px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.link--leda.active span {
    font-weight: 700!important;
}

.brand-banner {
    background: #f8f1e7;
    padding: 3rem 0;
    margin-bottom: 0;
}

.no-x-scroll {
    overflow-x: hidden;
}


.img-100 {
    width: 100%;
    height: auto;
}

.freccia-dx{
    width: 4rem;
    fill:#000;
}

.servizi-container {
    display: grid;
    grid-template-columns: auto auto;
    gap: 1rem;
    padding: 10px;
  }
  
  .servizi-container > div {
    text-align: center;
    padding: 20px 0;
    font-size: 30px;
    display: flex;
    align-items: center;
    border: 1px solid #151515;
    border-radius: 15px;
    padding: 2rem;
  }

.item-svg-container{
    flex: 0 0 20%;
}

.item-svg{
    width: 4rem;
}

.item-h3{
    font-family: 'Hanken Grotesk';
    font-size: 34px;
    line-height: 38px;
    font-weight: 500;
    letter-spacing: 0;
}

.box-item-text {
    display: flex;
    align-items: center;
    justify-content: left;
    flex: 0 0 80%;
    margin-left: 2rem;
}

.azienda{
    padding-top: 2rem;
    padding-bottom: 7rem;
}

#map-b {
    /* width: 100%;
    height: 50vh; */
    min-height: 100px;
    height: 60vh;
    width: 100%;
    background-position: right bottom;
    background: linear-gradient(to right, #715e51 50%, #b2b7c300 50%);
    transition: 0.2s;
    background-size: 200% 100%;
    background-position: right bottom;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 2px solid #000;
}

.map.open {
    background-position: left bottom;
}

.map-sec {
    margin: 1rem 0rem 3rem 0rem;
}

.box-map {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
}

.content-map {
    /* color: var(--default-color); */
    /* width: 40%; */
    /* background: #151515; */
    /* border: 1px solid #151515; */
}

.search-map {
    /* padding: 2rem 30px; */
    /* border-bottom: 1px solid #15151550; */
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.search-map > h3 {
    font-weight: 400;
    /* font-style: italic; */
    font-size: 26px;
    margin-bottom: 1.5rem;
}

.input-cms {
    font-family: 'Hanken Grotesk';
    background-color: transparent;
    border-color: #15151550;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px 0px 0px 0px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    min-height: 47px;
    padding: 6px 16px;
    width: 100%;
    margin-bottom: 10px;
}

.col-flex-80{
    display: flex;
    flex: 0 0 90%;
}

.col-flex-20{
    display: flex;
    flex: 0 0 10%;
}

.btn-map-search {
    font-family: 'Hanken Grotesk';
    letter-spacing: 1px;
    font-weight: 600;
    width: 100%;
    background: #151515;
    color: #fff;
    /* text-transform: uppercase; */
    padding: 12px;
    font-size: 13px;
    margin-top: 15px;
    border: none;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    /* flex: 0 0 10% */
    margin-right: 1rem;
    /* width: 30%; */
}

.btn-map-search svg{
    width: 1.5rem;
}

.btn-map-all {
    font-family: 'Hanken Grotesk';
    letter-spacing: 1px;
    font-weight: 600;
    width: 100%;
    background: #15151536;
    color: #fff;
    /* text-transform: uppercase; */
    padding: 12px;
    font-size: 13px;
    margin-top: 15px;
    border: none;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    /* flex: 0 0 10% */
    /* width: 30%; */
    transition: all ease 0.3s;
}

.btn-map-all:hover{
    background: #151515;
}

.btn-map-all svg{
    width: 1.5rem;
}

.fl-4{
    /* flex: 0 0 40% */
    margin-right: 1rem;
}

.map-filter{
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.list-locations {
    /* overflow-y: scroll;
    height: 300px;
    margin: 2rem 30px; */
    transition: 0.2s;
}

.item-location {
    margin: 20px 0;
    /* margin-right: 20px; */
    padding: 2rem;
    display: flex;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.item-location {
    border: 1px solid #151515;
}

.item-location > h3 {
    font-family: 'Hanken Grotesk';
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.item-button-black {
    font-family: 'Hanken Grotesk';
    letter-spacing: 1px;
    font-weight: 300;
    background: #151515;
    /* text-transform: uppercase; */
    padding: 10px;
    font-size: 13px;
    /* margin-bottom: 10px; */
    width: 100%;
    text-align: center;
    margin-top: 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    color: #fff;
}

.item-button-black:hover {
    text-decoration: underline!important;
}

.item-button-white {
    font-family: 'Hanken Grotesk';
    letter-spacing: 1px;
    font-weight: 500;
    background: transparent;
    /* text-transform: uppercase; */
    padding: 10px;
    font-size: 13px;
    /* margin-bottom: 10px; */
    width: 100%;
    text-align: center;
    margin-top: 10px;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border: 1px solid #151515;
    color: #151515;
}

.item-button-white:hover {
    text-decoration: underline!important;
}

.item-buttons{
    display: flex;
    flex-wrap: wrap;
}

.item-cta{
    flex: 0 0 25%;
}

.item-content{
    flex: 0 0 60%;
    padding: 1rem 2rem;
}

.item-content h3{
    font-family: 'Hanken Grotesk';
    letter-spacing: 1px;
    padding-bottom: 10px;
    border-bottom: 1px solid #15151550;
    font-size: 24px;
}

.item-content p{
    margin-bottom: 0px;
    font-family: 'Hanken Grotesk';
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 13px;
}

.item-address{
    flex: 0 0 15%;
    padding: 1rem 0rem;
}

.item-address h3{
    color: transparent;
    font-family: 'Hanken Grotesk';
    letter-spacing: 1px;
    padding-bottom: 10px;
    border-bottom: 1px solid #15151550;
    font-size: 24px;
}

.item-address p{
    /* line-height: 13px; */
    margin-bottom: 0px;
    font-family: 'Hanken Grotesk';
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 13px;
}

.item-address p{
    padding-top: 10px;
}

.item-address > div:not(:last-child){
    border-bottom: 1px solid #15151550;
    padding-bottom: 10px;
}

.item-address > div{
    font-family: 'Hanken Grotesk';
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
}


.item-image{
    width: 100%;
    height: 25vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.item-p-descr p{
    font-family: 'Hanken Grotesk';
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 16px;
}

.window-map-simple h4 {
    text-transform: none;
    font-size: 20px;
    letter-spacing: 0;
    border-bottom: 1px solid #15151550;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.window-map-simple {
    min-width: 25rem;
    padding: 0;
}

.body-window-map-simple {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 30px;
}

.window-sb{
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.window-sb p{
    margin-bottom: 0;
}


/*VIDEO*/


.video > iframe {
    width: 100%;
    height: 65vh;
    display: block;
}

.popup-video{
    padding: 4rem;
    position: fixed;
    left: 18rem;
    width: calc(70% - 8rem);
    background: #151515;
    z-index: 1101;
    transition: 0.5s;
    transform: translateY(150%);
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    bottom: 5rem;
    opacity: 0;
    visibility: hidden;
}

.popup-video.show {
    transform: translateY(00%);
}

.close-popup-video {
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
    cursor: pointer;
    fill: #fff;
}





.list-item-map{
    margin-bottom: 5rem;
}


.item-buttons.mob-yes{
    opacity: 0;
    visibility: hidden;
    display: none;
}

.gm-style-iw-chr {
    height: 0;
}

.no-item{
    text-align: center;
}

.post-type {
    font-family: 'Hanken Grotesk';
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0;
    margin-bottom: 0;
}

.post-title {
    font-family: 'Hanken Grotesk';
    font-size: 34px;
    line-height: 38px;
    font-weight: 500;
    letter-spacing: 0;
}

.post-header{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    border: 1px solid #151515;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    transition: all 0.3s;
}

.post-img{
    flex: 0 0 20%;
    display: block;
    height: 25vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.post-titles{
    padding: 2rem;
}

.change-collapse.big{
    width: 25px;
    height: 25px;
}

.post-button {
    flex: 1;
    margin-right: 2rem;
}

.collapse-card{
    /* border: 1px solid #151515; */
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.collapse-files-list{
    opacity: 1;
    visibility: visible;
    transition: all 0.3s, height 0.5s;
    transform: translateY(0);
    overflow-y: hidden;
    /* padding-bottom: 2rem; */
}

.collapse-files-list.hide{
    height: 0!important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-30px);
    padding: 0;
}

.project-container{
    margin-bottom: 2rem;
}

.collapse-files-list > div{
    padding: 2rem;
}

.collapse-files-list:not(last-child) > div{
    padding-bottom: 0!important;
}

.collapse-files-list {
    display: none; 
}

.flex-row-reverse{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.logout-section{
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.hero-flex{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #00000050;
}

.logout-container {
    margin-top: 1.5rem;
    display: none;
}

.col-3-logout{
    width: 25%;
    margin-top: 1rem;
}

.refresh-button {
    display: flex;
    cursor: pointer;
    width: fit-content;
    justify-content: center;
    gap: 0.5rem;
    padding-left: 3rem;
    padding-right: 3.5rem;
    align-items: center;
}

.refresh-button img{
    width: 1.5rem;
}

.no-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.no-item p{
    margin-bottom: 0;
}

.gabri-container {
    border: 1px solid #ab3636;
    /* border-top-right-radius: 15px; */
    /* border-top-left-radius: 15px; */
    /* border-bottom-right-radius: 15px; */
    /* border-bottom-left-radius: 15px; */
    display: flex;
    align-content: center;
    align-items: center;
    padding: 1.5rem;
    justify-content: space-between;
    pointer-events: none;
    cursor: default;
    margin-top: 7rem;
}

.gabri-img{
    width: 12rem;
    height: 9rem;
    /* border-radius: 50%; */
    background-image: url(/assets/frontend/img/png/placeholder.png);
    background-position: top center;
    background-size: cover;
    /* border-top-right-radius: 9px;
    border-top-left-radius: 9px;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px; */
}

.gabri{
    padding-bottom: 7rem;
}


.gabri-text{
    padding: 1rem;
    max-width: 59%;
}

.gabri-content{
    padding-left: 2rem;
    display: flex;
    align-content: center;
    align-items: center;
    /* justify-content: space-between; */
    gap: 1rem;
}

.gabri-text h4 {
    margin-bottom: 0.5rem;
    line-height: 24px;
    font-family: 'Hanken Grotesk';
    /* margin: 0; */
    font-weight: bold;
    letter-spacing: 0;
    font-size: 24px;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
}

.gabri-text p {
    line-height: 21px;
    font-weight: 300;
    font-family: 'Hanken Grotesk';
    margin: 0;
    font-size: 21px;
    font-style: italic;
    margin-bottom: 20px;
}

.gabri-button{
    cursor: pointer;
}

.icons_container{
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.icons_container div{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    justify-content: flex-start;
}

.icon{
    padding: 0px;
    flex: 0 0 12%;
}

.icon-img img{
    width: 5rem;
}

.icon-h4{
    text-align: center;
    font-size: 15px;
    line-height: 17px;
    font-weight: 500;
    font-family: 'Hanken Grotesk';
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 95vh;
    /* filter: brightness(0.5); */
}

.hero-title {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    z-index: 95;
    align-items: center;
    height: 100vh;
    justify-content: center;
}

.hero-title h1 {
    text-align: center;
    font-size: 90px;
    line-height: 95px;
    font-family: 'Hanken Grotesk';
    padding-bottom: 2rem;
    letter-spacing: -1px;
}

.slide_subtitle {
    margin-bottom: 25px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Hanken Grotesk';
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 3px;
}

.h2-a{
    text-align: left;
    font-size: 70px;
    line-height: 75px;
    font-family: 'Hanken Grotesk';
    letter-spacing: 1px;
}

.materiali{
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.mat-img{
    /* display: block; */
    height: 30rem;
    width: 100%;
    /* background-image: url('/assets/frontend/img/jpg/fipem-azienda-01.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
}

.swiper-slide.swiper-mat {
    height: 30rem;
    filter: inherit;
}

.mat-img{
    -webkit-box-shadow: 12px 12px 0px 3px #ab3636; 
    box-shadow: 12px 12px 0px 3px #ab3636;
}

.mat-txt p{
    font-family: 'Hanken Grotesk';
    padding-top: 2rem;
    padding-right: 5rem;
    font-size: 18px;
    line-height: 27px;
    font-weight: 200;
    /* opacity: 0.8; */
    letter-spacing: 1px;
}

.content__item_2 {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    counter-increment: itemcounter;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.content__item_2::before {
    color: var(--color-number);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.button {
    pointer-events: auto;
    cursor: pointer;
    background: #e7e7e7;
    border: none;
    padding: 1.5rem 3rem;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    position: relative;
    display: inline-block;
}

.button--pandora {
    background: #fff;
    font-weight: 700;
    padding: 0;
    border-radius: 0;
}

.button--pandora span {
    display: block;
    background: #151515;
    padding: 1rem 7rem;
    border: 1px solid #fff;
    border-radius: 0;
    transform: translate3d(-4px, -4px, 0);
    transition: all 0.3s;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 17px;
}

.button--pandora:hover span {
    transform: translate3d(-8px, -8px, 0);
}


.prod-title {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
}

.line-title {
    display: inline-block;
    position: relative;
    padding: 0 45px;
}

.line-title::before,
.line-title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 55%;
    height: 1px;
    background-color: #ab363650;
}

.line-title::before {
    right: 100%;
}

.line-title::after {
    left: 100%;
}

.prodotti{
    padding-top: 2rem;
    padding-bottom: 6rem;
}

.prod-container{
    padding-top: 4rem;
    padding-bottom: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.single-prod{
    border: 1px solid #ab3636;
    padding: 1.5rem;
    display: flex;
    gap: 3rem;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.5s;
    height: 100%;
    width: 100%;
}

.prod-icon{
    display: block;
    width: 6rem;
    height: 6rem;
    /*background-color: #ab3636;
    background-image: url('/assets/frontend/img/jpg/fipem-slider-01.jpg'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.single-prod:hover{
    -webkit-box-shadow: 12px 12px 0px 3px #ab3636;
    box-shadow: 10px 10px 0px 1px #ab3636;
}

.h3-a{
    text-align: left;
    font-size: 24px;
    line-height: 25px;
    font-family: 'Hanken Grotesk';
    letter-spacing: 1px;
}

.prod-cta {
    display: block;
    text-transform: lowercase;
    color: #fff;
    /* padding: 0 .4rem .4rem; */
    overflow: hidden;
    pointer-events: auto;
    cursor: pointer;
    font-size: 1rem;
    font-family: 'Hanken Grotesk';
    font-weight: 500;
    letter-spacing: 1px;
    /* text-decoration: underline; */
}

.prod-cta span{
    text-align: left;
    display: block;
    transform: translateY(100%);
    padding-top: .4rem;
    transition: 0.3s ease-in-out;
    text-align: left;
    font-size: 15px;
    line-height: 16px;
    font-family: 'Hanken Grotesk';
    letter-spacing: 2px;
    font-weight: 200;
}

.single-prod:hover .prod-cta span{
    transform: translateY(0);
}

.prod-text{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cta{
    display: block;
    background: #151515;
    padding: 1rem 7rem;
    border: 1px solid #fff;
    border-radius: 0;
    transition: all 0.5s;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 17px;
    width: fit-content;
    color: #fff;
}

.cta:hover{
    -webkit-box-shadow: 12px 12px 0px 3px #fff;
    box-shadow: 10px 10px 0px 1px #fff;
}

.mat-cta{
    width: fit-content;
}

.arrows-slider{
    /* opacity: 0;
    visibility: hidden; */
    display: block;
    width: 5rem;
}


.prod-title-mobile{
    display: none;
}

.h1-a{
    font-size: 90px;
    line-height: 95px;
    font-family: 'Hanken Grotesk';
    letter-spacing: -1px;
}



.mat-ul {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 21px;
    font-weight: 200;
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.mat-ul li {
    font-family: 'Hanken Grotesk';
    display: grid;
    align-items: baseline;
    grid-template-columns: 10px auto;
    gap: 15px;
    letter-spacing: 1px;
}

.mat-ul li:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #ab3636;
}

.mat-p {
    font-family: 'Hanken Grotesk';
    padding-top: 2rem;
    font-size: 18px;
    line-height: 27px;
    font-weight: 200;
    /* opacity: 0.8; */
    letter-spacing: 1px;
}

.mat-img-1 {
    display: block;
    height: 20rem;
    width: 100%;
    /* background-image: url('/assets/frontend/img/jpg/fipem-azienda-03.jpg'); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: 12px 12px 0px 3px #ab3636;
    box-shadow: 12px 12px 0px 3px #ab3636;
    margin-top: 8rem;
}

.mat-img-2 {
    display: block;
    height: 27rem;
    width: 100%;
    /* background-image: url('/assets/frontend/img/jpg/fipem-azienda-02.jpg'); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: 12px 12px 0px 3px #ab3636;
    box-shadow: 12px 12px 0px 3px #ab3636;
    margin-top: 2rem;
    margin-bottom: 4rem;
}

.swiper-mat-img-1{
    height: 20rem;
}

.swiper-mat-img-2{
    height: 27rem;
}

.mat-content{
    padding-bottom: 8rem;
}

.mat-columns{
    display: flex;
    /* justify-content: space-between; */
}

.single-product{
    display: grid;
    grid-template-columns: 25rem auto;
    gap: 4rem;
    padding: 4rem 0;
    justify-items: start;
    border-bottom: 1px solid #ab3636;
}

.prod-img{
    display: block;
    height: 20rem;
    width: 25rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.prod-text{
    display: flex;
    flex-direction: column;
}

.prod-text h3{
    font-size: 35px;
    line-height: 35px;
    font-family: 'Hanken Grotesk';
    letter-spacing: 1px;
}

.prod-text p{
    font-family: 'Hanken Grotesk';
    font-size: 18px;
    line-height: 27px;
    font-weight: 200;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.prod-ul {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 19px;
    font-weight: 200;
    padding: 1rem 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.prod-ul li {
    font-family: 'Hanken Grotesk';
    display: grid;
    align-items: baseline;
    grid-template-columns: 10px auto;
    gap: 15px;
    letter-spacing: 1px;
}

.prod-ul li:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #ab3636;
}

.loghi-caminetti{
    display: flex;
    margin-top: 4rem;
}

.logo-cam:hover{
    -webkit-box-shadow: 9px 9px 0px 2px #ab3636;
    box-shadow: 6px 6px 0px 1px #ab3636;
}

.logo-cam{
    display: block;
    height: 4rem;
    width: 8rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 2rem;
    transition: all 0.3s;
    border: 1px solid #ab3636;
}

.logo-cam a{
    display:block;
    width:100%;
    height:100%;
}

.products-container{
    padding-bottom: 8rem;
}

.close-popup svg{
    fill: #fff;
}

.tab-mat-imgs{
    display: none;
}

.cta.red{
    border: 1px solid #ab3636;
}

.cta.red:hover{
    -webkit-box-shadow: 9px 9px 0px 2px #ab3636;
    box-shadow: 6px 6px 0px 1px #ab3636;
}


.certificazioni{
    padding-bottom: 6rem;
}

.cert-desc p {
    font-family: 'Hanken Grotesk';
    padding-top: 2rem;
    font-size: 18px;
    line-height: 27px;
    font-weight: 200;
    /* opacity: 0.8; */
    letter-spacing: 1px;
}

/* .cert-container .single-cert:not(:last-child) {
    border-bottom: 1px solid #ab3636;
}    */

/* .single-cert{
    padding: 4rem 0;

    display: flex;
    align-items: center;
    justify-content: space-between;
} */

/* .single-cert-flex{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.infocert-link {
    font-family: 'Hanken Grotesk';
    font-size: 20px;
    line-height: 22px;
    font-weight: 200;
    letter-spacing: 1px;
    margin-left: 2rem;
    margin-right: 3rem;
    transition: all 0.3s;
}

.infocert-link:hover {
    color: #ab3636;
} */

.cert-cta{
    /* margin-top: 2rem; */
    
}

/* .h3-b {
    text-align: left;
    font-size: 42px;
    line-height: 42px;
    font-family: 'Hanken Grotesk';
    letter-spacing: 1px;
    text-align: left;
    width: 100%;
} */












.cert-container {
    font-family: 'Hanken Grotesk', sans-serif;
}

.single-cert {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2rem;
    align-items: center;
    padding: 4rem 0;
    border-bottom: 1px solid #ab3636;
}

/* .single-cert:last-child {
    grid-template-columns: 1fr;
} */

.single-cert:last-child .cert-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.h3-b {
    font-size: 42px;
    line-height: 1;
    letter-spacing: 1px;
    margin: 0;
}

.cert-cta {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.cert-cta .cta {
    display: inline-block;
    padding: 1rem 5rem;
    background-color: transparent;
    color: white;
    text-decoration: none;
    transition: all 0.3s;
}



.infocert-link {
    font-size: 20px;
    line-height: 22px;
    font-weight: 200;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.infocert-link:hover {
    color: #ab3636;
}





















.w-cta{
    padding: 1rem 3rem;
}

.w-cta svg{
    fill: #fff;
    width: 18px;
    margin-right: 5px;
    margin-bottom: 2px;
}

.input-file{
    cursor: pointer;
    padding: 12.5px;
    opacity: 0;
    visibility: hidden;
}

.fake-input-button{
    color: #ffffff80;
}

.fake-input-button:hover{
    border-color: #fff;
    color:#fff;
}

.fake-input-button:focus{
    border-color: #fff;
    color:#fff;
}

.input-file {
    cursor: pointer;
    padding: 12.5px;
    opacity: 0;
    visibility: hidden;
}

.file-input-wrapper {
    display: flex;
    align-items: center;
    padding: 0;
}

.file-name {
    flex: 1;
    margin-left: 15px;
    /* font-size: 16px; */
    color: #ffffff80;
}

.file-name.selected {
    color: #fff;
}

.fake-input-button {
    cursor: pointer;
    padding: 13.5px;
    height: 100%;
    background-color: #151515;
}

.remove-file {
    display: none;
    margin-right: 10px;
    cursor: pointer;
    font-size: 20px;
    color: #ab3636;
}

.remove-file.visible {
    display: inline;
}

.wa-fix-cont{
    position: fixed;
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    bottom: 2rem;
    right: 1.5rem;
    background-color: #000;
    border: 1px solid #fff;
    transition: all 0.3s;
    z-index: 10000;
}

.wa-fix{
    display: flex;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    align-items: center;
    align-content: center;
}

.wa-fix svg {
    fill: #fff;
    stroke: #fff;
    height: 2.5rem;
    width: 1.6rem;
    transition: all 0.3s;
}

/* .wa-fix-cont:hover .wa-fix svg{
    fill: #ab3636;
} */

.wa-fix-cont:hover {
    -webkit-box-shadow: 3px 3px 0px 1px #ab3636;
    box-shadow: 3px 3px 0px 1px #fff;
}

.single-cert-title {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.single-cert-title p{
    font-family: 'Hanken Grotesk';
    font-size: 18px;
    line-height: 27px;
    font-weight: 200;
    /* opacity: 0.8; */
    letter-spacing: 1px;
}

.pad-3{
    padding-top:3rem;
}

.swiper-slide.prod-img{
    filter: none;
}

.geoloc{
    display:flex;
    gap:1rem;
    transition:all 0.3s;
}

.geoloc svg{
    display:block;
    width:1rem;
    height:1rem;
    margin-top:5px;
}

.col-footer .geoloc span{
    font-family: 'Hanken Grotesk';
    font-weight: 200;
    letter-spacing: 1px;
    font-size: 14px;
}

.col-footer .geoloc:hover{
    opacity: 0.5;
}

