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

*::-webkit-scrollbar {
    display:none;
}

body::-webkit-scrollbar {
    display:block;
  width: 13px;
  height: 13px;
  background-color: #f5f7f4; 
}

body::-webkit-scrollbar-thumb {
  background: #1f9da1;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

*{
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    /* font-style: normal; */
  }
  
body{
    background-color: #fff;
    overflow-x: hidden;
}

body.no-scroll{
    overflow: hidden;
}

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

p{
    margin: 0;
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}



.striscia-menu{
   display: none;
}

.striscia-menu-2{
    position: absolute;
    height: 5.25rem;
    top:0;
    left: -1.6rem;
    transition: 0.3s , height 0.2s;
}


.hero-logo{
    position: absolute;
    top: -10rem;
    left: -30rem;
    z-index: 90;
}

.hero-logo img{
   height: 120vh;
   width: 100%;
}

.bgd-nav {
    padding-top: 1rem;
    transition: 0.2s;
    position: fixed;
    right: 0;
    /* padding: 0rem 5rem; */
    z-index: 100;
    display: block;
    top: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    background-color: #22b7bc;
}

.top-head {
    float: right;
    /* transition: all 0.2s; */
    opacity: 1;
    position: fixed;
    top: 0;
}

.top-head-menu {
    display: flex;
    justify-content: flex-end;
}

.item-top-head {
    color: #fff;
    /* font-family: 'Source Code Pro', monospace; */
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0.5rem 0;
    position: relative;
    transition: 0.2s;
    margin-left: 3rem;
    cursor: default;
}

.item-top-head .active {
    font-weight: 700;
}

.item-top-head a span {
    position: relative;
    z-index: 3;
    /* cursor: pointer; */
}

.item-top-head .active span{
    cursor: default;
    pointer-events: none;
}

.item-top-head a:hover{
    color:#c0d2b6;
}

.navbar-cont {
    display: flex;
    width: 100%;
    transition: 0.1s;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}

.logo {
    /* width: 8rem; */
    transition: 0.3s;
    position: relative;
    /* text-align: center; */
    z-index: 110;
    margin-left: -1rem;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.logo > img {
    height: 100%;
}

.logo-tipo{
    margin-left: 1rem;
    width: 11rem;
    transition: 0.3s;
}

.logo-gramma{
    width: 4rem;
    transition: 0.3s;
}

.navigation-bar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

span.item-menu {
    cursor: pointer;
}

.item-menu {
    color: #fff;
    /* font-family: 'Source Code Pro', monospace; */
    text-transform: uppercase;
    font-size: 13px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    transition: 0.2s;
    /* padding-top: 2.6rem; */
    padding-bottom: 1.75rem;
    margin-top: 2.6rem;
}

.item-menu.active {
    color: #c0d2b6 ;
}

.item-menu.active svg{
    fill: #c0d2b6 ;
}

.item-menu span {
    position: relative;
    z-index: 3;
}

.item-menu:hover{
    color: #c0d2b6;
}

.item-menu:hover svg {
    fill: #c0d2b6;
}

.fake-menu {
    display: flex;
    gap: 5px;
    align-items: center;
}

.icon-dropdown {
    width: 0.8rem;
    height: 0.8rem;
    transition: 0.2s;
    position: relative;
    display: flex;
    align-items: center;
}

.icon-dropdown svg {
    fill: #fff;
    width: 85%;
    height: 85%;
}



.dropdown-menu {
    min-width: 10rem;
    background: #fff;
    border-radius: 0;
    display: flex;
    border: none;
    max-height: 0%;
    left: 0;
    width: fit-content;
    top: 1.8rem;
    padding: 1rem;
    transition: all 0.3s, max-height 0.2s, opacity 0.2s;
    overflow-y: scroll;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-30px);
    overflow-y: hidden;
    /* border: 1px solid #22b7bc; */
    box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.12);
}

.dropdown-menu.show {
    max-height: 400px;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s, max-height 0.5s;
    transform: translateY(0);
    overflow-y: hidden;
}

.dropdown-menu.show {
    display: flex;
}

.icon-dropdown.open {
    transform: rotate(45deg);
}

.sub-menu {
    width: 100%;
    height: 100%;
    position: relative;
    overflow-y: scroll;
}

.dropdown-menu .sub-menu {
    min-width: 11rem;
    position: relative;
    padding: 0;
    /* border-top: 1px solid #000;
    border-bottom: 1px solid #000; */
    border-radius: 10px;
}

.dropdown-menu .sub-menu .nav-item {
    margin: 0;
}

.btr{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.bbr{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.nav-link.cms {
    /* font-family: 'Source Code Pro', monospace; */
    display: flex;
    cursor: pointer;
    align-items: center;
}

.dropdown-menu .sub-menu .nav-item .nav-link.cms {
    color: #22b7bc;
    fill: #22b7bc;
    margin: 0;
    padding: 10px;
    transition: 0.2s all;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 40px
}

.nav-link.cms p{
    margin-bottom: 0;
    padding-left: 5px;
}

.nav-link.cms img{
    width: 2rem;
}

.nav-item:hover .nav-link{
    background-color: #c0d2b650;
}

.nav-containter{
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.navigation-bar a:last-child{
    padding-right: 0;
}

.top-head-menu div:last-child{
    padding-right: 0;
}

.top-head-social{
    display: flex;
}

.item-social{
    font-size: 15px;
    line-height: 13px;
}



.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;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.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: 75px;
    line-height: 75px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}

.hero-title h2{
    text-align: center;
    font-size: 75px;
    line-height: 75px;
    font-weight: 700;
    color: #fff;
}

.sub-title {

padding: 0 2rem 2rem 2rem;

display: flex;

flex-direction: column;

align-content: center;

justify-content: center;

align-items: center;
}

.home-products{
    padding: 7rem 0 5rem 0;
    z-index: 15;
    position: relative;
}

.sub-title h2{
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    color: #22b7bc;
    text-align: center;
}

.sub-title h3{
    font-size: 60px;
    line-height: 60px;
    font-weight: 400;
    color: #c0d2b6;
    text-align: center;
}

.home-products-cards{
    display: flex;
    align-content: center;
    justify-content: space-around;
    padding: 3rem 0;
    margin: 0 1rem;
}

.home-prod-card{
    border: 0;
    background: #f5f7f4;
    border-radius: 30px;
    padding: 2rem;
    transition: 0.3s ease;
    max-width: 30%;
}

.menu-scroll .top-head{
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}



.menu-scroll .item-menu {
    transition: 0.2s;
    margin-top: 1.75rem;
    padding-bottom: 1.75rem;
}

.menu-scroll .striscia-menu-2 {
    transition: 0.3s;
    height: 4.7rem;
    left: -26rem;
}

/* .menu-scroll .dropdown-menu{
    top: 2.9rem;
    transition: 0.3s;
} */

/* .menu-scroll .logo{

} */

.menu-scroll .logo-tipo{
    width: 0rem;
    transition: 0.2s;
}

.menu-scroll .logo-gramma{
    width: 3rem;
    transition: 0.2s;
}

.menu-scroll .nav-containter{
    border-bottom: 0;
}

.hero-mask{
    display: block;
    height: 6rem;
    width: 6rem;
    position: absolute;
    top: 40rem;
    left:0;
    background-color: #fff;
    z-index: 80;
}


.prod-card-img img{
    width: 9rem;
}


.card-wrapper{
    height: 100%;
    padding: 2rem;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* gap: 15px; */
    justify-content: space-between;
}



.prod-card-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.prod-card-text h3 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #22b7bc;
    text-transform: uppercase;
}

.prod-card-text p {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    font-weight: 300;
}

.prod-card-button{
    width: 100%;
    margin-top: 1rem;
}

.button-prod{
    text-align: center;
    font-size: 16px;
    padding: 15px;
    font-weight: 700;
    background-color: #c0d2b6;
    color: #fff;
    text-transform: uppercase;
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    letter-spacing: 1px;
}

.home-prod-card:hover .button-prod{
    opacity: 1;
    visibility: visible;
}





.home-client{
    position: relative;
    z-index: 5;
    border-radius: 30px;
    background-color:#c0d2b6;
    /* height: 80vh; */
    overflow: hidden;
    padding: 4rem 0;
}

.home-client-mask{
    position: absolute;
    left: 0;
    top: -15.5px;
    display: block;
    background-color:#22b7bc;
    width: 51rem;
    height: 63rem;
    border-top-right-radius: 338px;
    transform: rotate(-24deg);
    z-index: 1;
}

.home-client-mask-2{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background-color:#22b7bc;
    width: 27%;
    height: 100%;
}




.client-container{
    display: flex;
    justify-content: space-around;
    gap: 10rem;
    position: relative;
    z-index: 20;
}

.home-client-img img{
    width: 12rem;
    margin-bottom: 2rem;
}

.home-client-title h3{
    font-size: 60px;
    line-height: 65px;
    font-weight: 700;
    color: #fff;
}

.home-client-title{
    margin-bottom: 1rem;
}

.home-single-client{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-client-button{
    width: fit-content;
}

.button-cl{
    text-align: center;
    font-size: 16px;
    padding: 15px 60px;
    font-weight: 700;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    border-radius: 20px;
    transition: 0.3s;
    letter-spacing: 1px;
}

.button-cl:hover.blue{
    background-color: #fff;
    color:#22b7bc;
}

.button-cl:hover.green{
    background-color: #fff;
    color:#c0d2b6;
}





.home-specie{
    padding: 7rem 0;
    position: relative;
    z-index: 15;
    background-color:#fff;
}

.home-specie-img img{
    width: 8rem;
}

.home-specie-container{
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 1rem 0;
    margin: 0;
    flex-wrap: wrap;
    gap: 2rem;
}

.home-card-specie{
    border: 0;
    background: #f5f7f4;
    border-radius: 20px;
    padding: 1rem;
    transition: 0.3s ease;
    width: 19%;
}

.specie-wrapper{
    padding: 1rem;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-specie-title h3 {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #22b7bc;
    text-transform: uppercase;
}



.home-specie-button{
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.button-sp{
    text-align: center;
    font-size: 16px;
    padding: 15px 100px;
    font-weight: 700;
    border: 2px solid #22b7bc;
    background-color:#22b7bc;
    color: #fff;
    text-transform: uppercase;
    border-radius: 20px;
    transition: 0.3s;
    letter-spacing: 1px;
}

.button-sp:hover{
    background-color:#fff;
    color: #22b7bc;
}




.home-cert{
    padding: 2rem 0 5rem 0;
}

.cert-container{
    display: flex;
    border-top: 2px solid #c0d2b6;
    justify-content: space-around;
    padding-top: 2rem;
}

.cert{
    padding: 2rem;
}


.home-cert-button{
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.button-cert{
    text-align: center;
    font-size: 16px;
    padding: 15px 50px;
    font-weight: 700;
    border: 2px solid #c0d2b6;
    background-color:#c0d2b6;
    color: #fff;
    text-transform: uppercase;
    border-radius: 20px;
    transition: 0.3s;
    letter-spacing: 1px;
}

.cert img{
    width: 10rem;
}

.button-cert:hover{
    background-color:#fff;
    color: #c0d2b6;
}

.swiper-pagination{
    display: none;
}



footer{
    position: relative;
    z-index: 0;
    background-color: #22b7bc;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    overflow: hidden;
}

.footer-mask {
    display: block;
    width: 25rem;
    height: 65rem;
    position: absolute;
    top: -20rem;
    left: 0;
    transform: rotate(27deg);
    background-color: #ffffff30;
    z-index: 10;
}

.footer-logo{
    width: fit-content;
    display: block;
    z-index: 15;
    position: relative;
}
 
.footer-logo img{
    width: 12rem;
    height: 100%;
}

.footer-wrapper{
    padding-top: 5rem;
    padding-bottom: 1rem;
    display: flex;
}

.footer-menu{
    display: flex;
}

.footer-titles{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #fff;
}

.footer-li{
    margin-bottom: 18px;
}

.footer-li li{
    margin-bottom: 5px;
}

.footer-p{
    margin-bottom: 1rem;
}

.footer-li li a{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #ffffff90;
    transition: all 0.3s;
}

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

.footer-p li p{
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #fff;
}

.footer-p li a{
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #ffffff90;
    transition: all 0.1s;
}

.footer-p li a:hover{
    color: #fff;
}

.footer-info{
    margin-top: 1rem;
}

.footer-info p{
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #fff;
}

.footer-info p a{
    text-decoration: underline;
}

.footer-social{
    margin-top: 25px;
}

.footer-social li a{
    display: flex;
    fill: #ffffff90;
    color: #ffffff90;
    align-items: center;
    width: fit-content;
}

.footer-social-link{
   margin-top: 10px;
}

.footer-social-link p{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-left: 10px;
    transition: all 0.1s;
}

.footer-social-link i{
    font-size: 13px;
    transition: all 0.1s;
}

.footer-social-link:hover i{
    color: #fff;
}

.footer-social-link:hover p{
    color: #fff;
}




.hero{
    padding: 4rem 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.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;
    padding-bottom: 2rem;
}

.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;
    color: #fff;
    text-transform: uppercase;
}

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

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

.h1-a{
    font-size: 90px;
    line-height: 90px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
}

.hero-container{
    padding: 5rem 0 0 0;
}


.azienda{
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.azienda-p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    /* margin-top: 2rem; */
}

.storia{
    padding: 4rem 2rem;
    background-color: #fff;
    /* border-top-left-radius: 30px; */
    /* border-top-right-radius: 30px; */
}

.h2-a{
    font-size: 80px;
    line-height: 85px;
    font-weight: 400;
    color: #22b7bc;
    margin-bottom: 2rem;
}

.h2-b{
    font-size: 80px;
    line-height: 85px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 2rem;
}

.map-image{
    background-image: url('/assets/frontend/img/jpg/mappa.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 90vh;
    margin-bottom: 2rem;
}

.map-text{
    padding-bottom: 4rem;
}


.azienda-stats{
    padding: 4rem 0;
    background-color: #22b7bc;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}


.stat-container > div{
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #fff;
    width: 45%;
}

.stat-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* gap: 5rem; */
    padding-bottom: 2rem;
    flex-wrap: wrap;
}

.single-stat{
    display: flex;
    align-items: center;
    gap: 3rem;
}

.stat-img img {
    width: 6rem;
}


.h4-a{
    font-size: 25px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #22b7bc;
}

.stat-text p{
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    text-transform: uppercase;
    color: #22b7bc;
}

.last-stat-1,
.last-stat-2{
    border-bottom: 0!important;
}

.h2-b{
    font-size: 80px;
    line-height: 85px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 2rem;
}

.gamma-p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color:#fff;
    margin-bottom: 2rem;
}

.gamma{
    background-color: #22b7bc;
    position: relative;
    padding: 7rem 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.gamma:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color: #c0d2b6;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}


.gamma-button{
    display: block;
    width: 70%;
}



.gamma-wrapper{
    padding-right: 2rem;
}

.gamma-products{
    /* margin-top: 2rem; */
    /* padding-left: 4rem; */
    border-left: 1px solid #ffffff50;
    color: #fff;
    text-transform: uppercase;
}

.gamma-products li{
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    position: relative;
    padding-left: 4rem;
    transition: all 0.3s;
}
.gamma-products li a{
    display: grid;
    align-items: baseline;
    grid-template-columns: 10px auto;
    gap: 2rem;
}

.gamma-quad{
    display: block;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

.gamma-products:hover > :not(:hover){
    opacity: 0.6;
}


.people{
    padding: 7rem 0;
}



.az-products-cards{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding: 1rem 0;
    justify-content: center;
    gap: 3rem;
}



.az-card-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
}

.az-card-text h3 {
    text-align: center;
    font-size: 30px;
    line-height: 31px;
    font-weight: 700;
    color: #22b7bc;
}

.az-card-text h5 {
    text-align: center;
    font-size: 16px;
    line-height: 17px;
    font-weight: 300;
    color: #22b7bc;
}

.az-card-text p {
    font-size: 19px;
    line-height: 21px;
    text-align: center;
    font-weight: 300;
    margin-top: 0.5rem;
}

.az-card-img{
    display: block;
    width: 9rem;
    height: 9rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 8px;
}

.az-card-top{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.people-text{
    margin-bottom: 2rem;
}

.col-empty{
    width: 4%;
    flex: 0 0 auto;
}

.col-history {
    flex: 0 0 auto;
    width: 48%;
}




.az-img-container{
    display: block;
    width: 10rem;
    height: 10rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* border-radius: 50%; */
    position: relative;
}



.quality-container {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.quality-p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}

.ul-quality {
    color: #22b7bc;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ul-quality li{
    display: grid;
    align-items: baseline;
    grid-template-columns: 10px auto;
    gap: 15px;
    /* line-height: normal; */
    /* margin-bottom: 1rem; */
}

.ul-quality li:before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #22b7bc;
    /* margin-right: 1rem; */
}


.quality-cert{
    background-color: #f4f7f3;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 7rem 0;
}

.cards-q-container{
    padding-top: 4rem;
}

.cards-q-container > div:not(:last-child){
    margin-bottom: 2rem;
}

.card-q{
    border-radius: 30px;
    border: 0;
    background-color: #fff;
    display: flex;
    padding: 3rem;
    flex-direction: row;
    align-items: center;
}

.card-q-img{
    flex: 0 0 20%;
}

.card-q-img img{ 
    width: 8rem;
}

.card-q-text{
    flex: 0 0 80%;
    display: flex;
    flex-direction: column;
}

.card-q-ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.card-q-ul li{
    display: grid;
    align-items: baseline;
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
    grid-template-columns: 10px auto;
    gap: 1rem;
}

.card-q-ul li:before{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #22b7bc;
}

.card-q.fs{
    align-items:flex-start;
}

.card-q-p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}

.products-page{
    padding: 4rem 0;
}

.customers{
    padding: 6rem 0;
}

.customers-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.customer-card{
    padding: 2rem 8rem;
    border-radius: 30px;
    border: 0;
}

.c-card-wrapper{
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    height: 100%;
}

.customer-card.blue{
    background-color: #22b7bc;
}

.customer-card.green{
    background-color: #c0d2b6;
}

.c-card-img img {
    width: 10rem;
    margin-bottom: 1rem;
}

.c-card-text{
    margin-bottom: 1rem;
}

.c-card-text h3 {
    font-size: 60px;
    line-height: 65px;
    font-weight: 700;
    color: #fff;
}

.c-card-button{
    width: 100%;
}

.button-customers {
    text-align: center;
    font-size: 16px;
    padding: 15px;
    font-weight: 700;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    border-radius: 20px;
    transition: 0.3s;
}

.customer-card.blue:hover .button-customers.blue{
    background-color: #fff;
    color:#22b7bc;
}

.customer-card.green:hover .button-customers.green{
    background-color: #fff;
    color:#c0d2b6;
}

.specie{
    padding: 6rem 0;
}

.contacts{
    padding: 6rem 0;
    position: relative;
}


.input-c {
    padding: 20px;
    color: #000;
    border: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #f5f7f4;
    width: 100%;
    line-height: 1rem;
    font-size: 16px;
    text-align: left;
    letter-spacing: 0;
    margin-top: 5px;
    font-weight: 300;
}

.input-c:focus-visible{
    outline: none;
}

.label-c{
    padding-left: 20px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    color: #c0d2b6;
    text-transform: uppercase;
}

.m-t-2{
    margin-top: 1rem;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url('/assets/frontend/img/svg/apri.black.svg');
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: calc(100% - 25px) center;
    cursor: pointer;
}

.choice-sel{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.checkbox-container{
    flex: 0 0 5%;
}

.label-check{
    flex: 0 0 94%;
    font-size: 14px;
    font-weight: 300;
}

.label-check a{
    text-decoration: underline;
    color: #22b7bc;
}

.checkbox-c[type=checkbox] {
    /* margin-left: 20px; */
    background: #f5f7f4;
    appearance: none;
    color: #171717;
    height: 35px;
    border: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 35px;
    cursor: pointer;
    transition: all 0.3s;
}

.checkbox-c:checked[type=checkbox] {
    background-image: url('');
    background-size: 15px;
    background: #c0d2b6;
    background-position: center;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    margin-left: 8px;
    margin-top: 8px;
}


.checkbox-mask {
    margin-left: 10px;
    background: #f5f7f4;
    height: 35px;
    border: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 35px;
    /* position: absolute; */
}


.button-send{
    text-align: center;
    font-size: 16px;
    padding: 15px;
    font-weight: 700;
    background-color: #c0d2b6;
    color: #fff;
    text-transform: uppercase;
    border-radius: 20px;
    transition: 0.3s;
    border: 2px solid #c0d2b6;
}

.button-send:hover{
    background-color: #fff;
    color:#c0d2b6;
}

.message-send {
    position: absolute;
    color: #22b7bc;
    top: 0;
    width: 100%;
    font-size: 1.5rem;
    left: 0;
    background: #fff;
    padding: 3rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.not-show {
    display: none;
}


.side-menu{
    display: none;
}

.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;
}

.header__icon {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    height: 2.5rem;
    justify-content: center;
    position: relative;
    z-index: 10000;
}

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

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

.header__menu {
    position: absolute;
    left: 0;
    top: 0;
    /* background-color: #22b7bc; */
    background: rgb(34,183,188); background: linear-gradient(-180deg, rgba(34,183,188,1) 10%, rgba(192,210,182,1) 100%);
    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;
    z-index: 1000;
}

.header__menu li {
    font-size: 21px;
    padding: 25px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    color: #fff;
    letter-spacing: 1px;
}

.header__menu li a {
    padding: 15px 0;
    display: block;
    width: 100%;
}

.header__menu {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100% !important;
    transform: translateX(+100%);
}

.menu-open .header__menu {
    width: 100% !important;
    transform: translateX(0);
}

.menu-open .header__menu {
    padding-left: 2rem;
    padding-right: 2rem;
}

.header__menu li:not(:last-child):not(:nth-last-child(2)) {
    width: 100%;
    border-bottom: 1px solid #ffffff90;
}


.header__menu li:last-child {
    text-align: end;
}

.lang-flag img{
    width: 2rem;
}

.m-t-3{
    margin-top: 2rem;
}

.desc-container{
    display: flex;
    justify-content: center;
}

.h-desc{
    display: flex;
    justify-content: center;
}

.h-desc p{
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    font-weight: 300;
}

.num-img img{
    width: 8rem;
}

.h4-b {
    font-size: 25px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
}

.h4-c {
    font-size: 25px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.num-container{
    display: flex;
    align-items: center;
}

.num-container > div {
    padding: 2rem;
    border-right: 1px solid #fff;
    width: 34%;
    gap: 2rem;
}

.num-container > div:last-child {
    border-right: 0;
}

.single-num{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}


.products-cards {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-around;
    padding: 3rem 0;
    margin: 0 1rem;
    gap: 2rem
}

.prod-card {
    border: 0;
    background: #f5f7f4;
    border-radius: 30px;
    padding: 2rem;
    transition: 0.3s ease;
    /* max-width: 30%; */
    pointer-events: none;
    cursor: default;
}

.prod-card-wrapper {
    height: 100%;
    padding: 2rem;
    transition: all 0.3s;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 6rem;
}

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

.prod-text h3 {
    text-align: left;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #22b7bc;
    text-transform: uppercase;
    width: 100%;
}

.prod-text p {
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    font-weight: 300;
    width: 100%;
}



.prod-button {
    width: 40%;
    margin-top: 2rem;
}


.services{
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.collapse-services{
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #f4f7f3;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.serv-card{
    border-radius: 30px;
    padding: 1rem;
    background-color: #fff;
    cursor: pointer;
    margin-bottom: 2rem;
    transition: all 0.3s;
}

.serv-card-wrapper{
    display: flex;
    flex-direction: column;
    padding: 2rem;
    align-items: center;
    transition: all 0.3s;
}

.serv-card-text{
    display: flex;
    flex-direction: column;
    /* gap: 2rem; */
}

.serv-title h3 {
    text-align: start;
    font-size: 45px;
    line-height: 45px;
    font-weight: 300;
    color: #22b7bc;
}

.serv-title p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}

/* .serv-button{
    position: absolute;
    top: 3rem;
    right: 4rem;
} */

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

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

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

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

.float-end {
    float: right !important;
}

.serv-desc{
    opacity: 1;
    visibility: visible;
    transition: all 0.3s, height 0.5s;
    transform: translateY(0);
    overflow-y: hidden;
    margin-top: 1rem;
    display: none;
    height: fit-content;
    width: 100%;
}

/* .serv-desc{
    display: none;
} */

.serv-desc.hide {
    height: 0 !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-30px);
    padding: 0;
    margin-top: 0;
}

.wrap-container{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    gap: 1rem;
}



.serv-desc p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    max-width: 95%;
}

.gp-li{
    pointer-events: none;
    cursor: default;
}

.form-button{
    border: 0;
    background: transparent;
}

.desktop-lang{
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 999999999999;
    transform: translateX(5rem);
    transition: all 0.3s;
}

.menu-scroll .desktop-lang{
    transform: translateX(0);
}

.card-q-button{
    margin-top: 4rem;
}

.prod-card:focus-visible {
    outline: none;
}

.top-footer {
    position: relative;
    z-index: 0;
    background-color: #c0d2b6;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    /* overflow: hidden; */
}

.top-footer-info{
    padding: 2rem 0 2rem 0;
}

.top-footer-info p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #fff;
}

.footer-info-mask-1 {
    display: block;
    width: 3rem;
    height: 3rem;
    position: absolute;
    bottom: -2rem;
    left: 0;
    background-color: #c0d2b6;
    z-index: -1;
}

.footer-info-mask-2 {
    display: block;
    width: 3rem;
    height: 3rem;
    position: absolute;
    bottom: -2rem;
    right: 0;
    background-color: #c0d2b6;
    z-index: -1;
}

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

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

.popup {
    padding: 2rem;
    position: fixed;
    bottom: 3rem;
    left: 18rem;
    width: calc(70% - 8rem);
    background: #f8f1e7;
    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;
}


.popup {
    bottom: 3rem;
    left: 16.5rem;
    width: calc(90% - 25rem);
}

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

.open-popup{
    cursor: pointer;
}

.close-popup {
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: 2rem;
    top: 2rem;
    cursor: pointer;
    /* fill: #22b7bc; */
}

.body-popup {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
}   

.video-window{
    width: 95%;
    height: 95%;
    border-radius: 15px;
}

.flex-button{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.flex-button svg{
    width: 2rem;
}

.video-button{
    padding-top: 2rem;
}

.button-cl:hover .cls-2 {
    stroke: #22b7bc!important;
}