:root {
    --bg: #0d0e11;
    --panel: rgb(21, 22, 26);
    --accent: #ff6d2e;
    --muted: #9aa0a6;
    --card: #0f1114;
    --glass: rgba(255, 255, 255, 0.03);
    --container: 1440px;
    --grid: rgba(255, 255, 255, 0.05);
}
html {
    scroll-behavior: smooth;
}
*::-webkit-scrollbar{
    width: .2rem;
}
li { list-style-type: none;}
body.stop {
    overflow: hidden;
}
:focus {
    outline: none;
    border-color: transparent;
}
*::-webkit-scrollbar-track{
    background: transparent;
}

*::-webkit-scrollbar-thumb{
    background: var(--accent);
    border-radius: 1rem;
}
a{
    text-decoration: none;
}
* {
    box-sizing: border-box
}

body {
    margin: 0;
    overflow-x: hidden;
    font-family: Arial, sans-serif;
    background-color: #003047;
    color: #fff;
    background-size: 80px 80px;
    background-image: linear-gradient(var(--grid) 1px, transparent 1px), linear-gradient(90deg, var(--grid) 1px, transparent 1px);
}
main, footer{
    max-width: var(--container);
    margin: 0 auto;
    padding: 8px;
}

.stat{
    background-position: top;
    position: relative;
    background-size: cover;
    height: 584px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    z-index: 2;
    justify-content: space-between;
}
.stat:after{
    content: '';
    position: absolute;
    background: linear-gradient(187deg, #3535358a, transparent);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.stat .nav{
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    padding: 20px 79px;
    font-weight: 700;
    align-items: center;
}
.nav a{
    height: fit-content;
    color: white;
    transition: all .4s;
}
.nav a:hover{
    color: #ff4926;
}
.stat-main {
    position: relative;
    z-index: 2;
    padding: 42px 51px 36px;
    background: #00000038;
    backdrop-filter: blur(19px);
}
.stat-main h1{
    font-size: 48px;
    text-transform: uppercase;
    margin: 30px 0;
    font-weight: 900;
    line-height: 1.2;
}
.stat-main h2{
    font-size: 22px;
    text-transform: uppercase;
}
.benefits {
    padding: 70px 0;
    background: linear-gradient(to bottom, #00a0b1, #8aacbb);
    text-align: center;
    border-radius: 20px;
    margin-top: 14px;
}

.benefits-header .subtitle {
    font-size: 14px;
    color: white;
    letter-spacing: 2px;
}

.benefits-header h2 {
    font-size: 42px;
    font-weight: 900;
    color: white;
    line-height: 1.2;
    text-transform: uppercase;
    margin-top: 10px;
}

.benefits-header h2 span {
    color: #113456;
}

.benefits-cards {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    gap: 25px;
    padding: 0 40px;
}

.benefit-card {
    position: relative;
    width: 100%;
    background: white;
    border-radius: 20px;
    padding: 35px 25px 40px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    text-align: left;
    overflow: hidden;
}

.benefit-card h3 {
    font-size: 22px;
    font-weight: 900;
    color: #124067;
    height: 98px;
    /* margin-bottom: 57px; */
    text-transform: uppercase;
}

.benefit-card p {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
    margin-top: 5px;
}

.icon-circle {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #f5faff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #1ea145;
    font-weight: bold;
}

.card-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background-size: cover;
    background-position: center;
    opacity: 0.3;
}
.modules-product{
    display: flex;
    gap: 14px;
    margin-top: 14px;
    /* align-items: baseline; */
}
.modules-product .card{
    max-width: 38%;
    width: 100%;
    /* height: 560px; */
    /* background: bisque; */
    border-radius: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 14px;
}
.modules-product .card.max{
    max-width: 100%;
}
.modules-product .info{
    width: 100%;
    background: #ffffffe6;
    padding: 18px;
    border-radius: 14px;
    position: relative;
}
.modules-product .get-prod .info .cart-button{
    transition: all .4s;
    opacity: 0;
    transform: translateY(-100%) scale(.5);
    pointer-events: none;
    touch-action: none;
}
.modules-product .get-prod .info.active .cart-button{
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: unset;
    touch-action: unset;
}
.modules-product .get-prod .info.active .modules-pcn{
    background: #000000c9;
}
.modules-product .info .modules-pcn{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    background: rgba(0, 0, 0, 0);
}
.mod_a{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 14px;
}
.mod_a a:nth-child(2){
    color: #ff6d2e;
}
.modules-product span {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
    margin-top: 5px;
    font-weight: 600;
    margin-bottom: 14px;
}
.mod_card{
    max-width: 33%;
}
.mod_card .card{
    position: sticky;
    top: 2rem;
    max-width: 100%;
    height: 574px;
}
.modules-product .get-prod h3{
    color: white;
    font-size: 16px;
}
.modules-product .get-prod p{

    color: white;

    font-size: 18px;
}
.get-prod .info{
    opacity: .4;
    transition: all .4s;
    background: #ffffff5e;
    overflow: hidden;
    cursor: pointer;
}

.get-prod .info:hover,.get-prod .info.active{
    opacity: 1;
    scale: 1.02;
}

.modules-product h4 {
    font-size: 24px;
    font-weight: 900;
    color: #113456;
    /* margin-bottom: 10px; */
    text-transform: uppercase;
}
.modules-product .card .get-prod{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(216px, 1fr));
    grid-gap: 1.5rem;
}
.modules-product .card .get-prod .images{
    height: 200px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
/*model*/
.modal-wrapper-mw {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(100%);
    transition: transform .3s ease, background .3s ease;
    backdrop-filter: blur(24px);
    z-index: 999999;
    height: 100%;
}
.modal-mw {
    opacity: 0;
    transform: translateY(20%);
    transition: opacity .3s ease, transform .3s ease;
    display: flex;
    flex-direction: column;
    max-width: 640px;
    padding: 48px 39px;
    border-radius: 24px;
    --gradient-angle: 0deg;
    animation: rotate-gradient 5s infinite linear;
    background: #333333;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    max-height: 80%;
    overflow-y: scroll;
}
.m-na-name, span.mw-sp-00 {
    /* display: flex; */
    align-items: center;
    color: #fff;
    font-weight: 550;
    gap: 24px;
    text-transform: uppercase;
}
.close-modal-mw {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #000 !important;

}
.mwS-close{
    position: absolute;
    right: 10px;
    top: 10px;
}
#accessID, #time5ID, #error {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    background: #00000094;
    z-index: 9999;
    backdrop-filter: blur(8px);
}
#accessID > div,#error > div, #time5ID > div {
    max-width: 680px;
    border-radius: 8px;
    background: white;
    padding: 20px 24px;
    justify-content: center;
    align-items: center;
    display: flex;
}
#accessID h2,#error h2, #time5ID h2 {
    color: black;
}
#closered {
    padding: 14px 36px;
    border: solid 2px red;
    border-radius: 30px;
    color: red;
    font-weight: 600;
    width: fit-content;
    float: inline-end;
    cursor: pointer;
    margin-top: 24px;
}
.mw-form form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 16px;
}
.mw-form input {
    padding: .75rem 1.8rem;
    border: 2px solid #e9e9e9;
    border-radius: 12px;
    color: #fff;
    font-size: 18px;
    line-height: 1.75rem;
    background: unset;
    width: 100%;
    transition: .5s all;
}
.mw-form input::placeholder{
    color: white;
}
.modal-wrapper-mw button {
    padding: .75rem 1.8rem;
    border: 0;
    border-radius: 12px;
    color: #000;
    background: #fff;
    font-size: 18px;
    line-height: 1.75rem;
    width: 100%;
    transition: 1.5s all;
}
.modal-wrapper-mw button:disabled {
    opacity: .4;
}
.cart-button{
    padding: 20px 24px;
    background: #ff4926;
    display: block;
    width: fit-content;
    cursor: pointer;
    border-radius: 8px;
    font-weight: 600;
    text-transform: uppercase;
    /* margin-top: 14px; */
}
.mw-form input.clbk__input_checked {
    border: 2px solid #66ef61;
    color: #66ef61;
}
.mw-send-open-sck {
    display: flex;
    margin-top: 13px;
    gap: 20px;
    align-items: initial;
    justify-content: normal;
}
.mw-send-open-sck > div, .mw-send-open-sck > div > a {
    font-size: 12px;
    color: hsla(0, 0%, 100%, .77);
    font-weight: 700;
}
.mw-detlls {
    display: flex;
    justify-content: center;
    align-items: normal;
    flex-direction: column;
}
.order-info{
    display: flex;
    flex-direction: column;
}
.order-info ul{
    padding: 0;
}
.modal-mw span{
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    border-bottom: 1px solid;
    width: 100%;
    display: block;
    padding-bottom: 12px;
    color: white;
}



.gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.gallery img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    cursor: pointer;
    transition: .2s;
}

.gallery img:hover {
    transform: scale(1.03);
}

.gallery .big {
    grid-column: span 2;
    grid-row: span 2;
}

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
}
.images-se{
    margin-top: 14px;
    margin-bottom: 14px;
}


.swiper {
    width: 100%;
    height: 370px;
    border-radius: 12px;
    margin-top: 14px;
    margin-bottom: 14px;
}

.swiper-slide {

    background-repeat: no-repeat;

    position: relative;

    padding: 48px;

    display: flex !important;

    flex-direction: column;

    justify-content: space-between;

    align-items: baseline;

    background-size: 26%;

    backdrop-filter: blur(8px);

    background-position: right bottom;

    background-color: #00a1af24;
}
.swiper-slide p{
    max-width: 450px;
}


.swiper-button-next,
.swiper-button-prev {
    width: 30px !important;
    height: 30px !important;
    background: unset;
    border-radius: 50%;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: all 0.3s;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #ff6d2e;
    transform: scale(1.1);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 12px !important;
    color: #fff;
    font-weight: bold;
}

.navigate-swiper{
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.post-w{
    position: absolute;
    right: 32px;
    display: flex;
    gap: 8px;
    top: 72px;
}
.swiper-pagination {
    display: none;
}
.star-icon {
    width: 20px;
    height: 20px;
}
.icon-allow {
    display: none;
}
.raiting-stars {
    display: flex;
    gap: 7px;
}
.swiper-user span{
    font-weight: 550;
}
.swiper-user p{
    margin: 0;
    color: #b7b7b7;
    line-height: 1.5;
}
.drop, .drop-mobile {
    display: none;
}
/*whatsapp*/
.whatsapp-button {
    position: fixed;
    right: 0;
    bottom: -12px;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    z-index: 999;
    background-color: #29aaec;
background-image: url(../../images/telegram.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%
}

@keyframes HeaderWhatsApp {
    from {
        transform: translate(200%,-50%)
    }

    to {
        transform: translate(-50%,-50%)
    }
}

.whatsapp-button:before,.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 1px solid #29aaec;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: border-animate 1.5s linear infinite;
    opacity: 0
}
#snowCanvas {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 100;
}
.whatsapp-button:after {
    animation-delay: .5s
}
@keyframes border-animate {
    0% {
        transform: scale(0.5);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1.2);
        opacity: 0
    }
}
.contact{
    width: 100%;
    padding: 32px 0 0 0;
}
.maps-content{
    display: flex;
    gap: 10px;
}
.maps iframe{
    height: 100%;
}
.contact > div > div,.work-form > div{
    width: 50%;
}
.c-box > h2{
    color: white;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%
}
.c-box > a,.c-box > p{
    color: #fff;

    font-feature-settings: 'case' on;
    font-size: 16px;
    font-style: normal;
    font-weight: 550;
    line-height: 110%;
}
.maps{
    border-radius: 8px;
    overflow: hidden;
}
#map{
    border-radius: 8px;
    height: 100%;
    opacity: .2;
    transition: opacity .3s;
}
#map:hover {
    opacity: 1;
}
.cont-g > h1{
    color: #DE232E;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: none
}
.contact-box,.w-form form{
    display: grid;
    gap: 8px;
}
.contact-box > .sect-group{
    display: flex;
    gap: 8px;
}

.sect-group > div{
    width: 50%;
}
.contact-box .c-box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 8px;
    padding: 20px;
    height: 130px;
    /* background: linear-gradient(to bottom, #00a0b1, #8aacbb); */
    backdrop-filter: blur(8px);
    background-position: right bottom;
    background-color: #00a1af24;
}

.button-nv {
    padding: 12px 17px;
    border-radius: 12px;
    color: white !important;
    border: 1px solid #fff;
    max-width: 324px;
    cursor: pointer;
    display: flex;
    text-decoration: unset;
    align-items: center;
    gap: 8px;
    font-size: 14px!important;
    transition: all .3s;
    width: fit-content;
}
.button-nv:hover {
    background: #fc3f1d ;
    border: 1px solid #fc3f1d ;

}
footer.stat{
    height: 680px;
    justify-content: end;
}
footer.stat .nav{
    max-width: 480px;
    width: 100%;
    padding: 20px 0;
}
footer.stat > div:nth-child(1){
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff73;
    margin: 20px;
    position: relative;
    z-index: 3;
    align-items: center;
    font-weight: 600;
}
.footer-end{
    padding-bottom: 50px;
    position: relative;
    z-index: 3;
    margin: 20px;
}
footer.stat:after{
    background: linear-gradient(187deg, #35353536, #00000080);
}
@media (max-width: 1276px) {
    .mod_a{
        flex-direction: column-reverse;
        align-items: stretch;
    }
}


@media (max-width: 991px) {
    footer.stat .nav a{
        display: block;
    }
    footer.stat .nav{
        justify-content: space-between;
    }
    .benefits-cards,.modules-product{
        flex-direction: column;
    }
    .mod_card{
        width: 100%;
        max-width: 100%;
    }
    .stat .nav a{
        display: none;
    }
    .stat .nav a.logo{
        display: block;
    }
    .swiper-slide{
        background-size: 55%;
        padding: 60px 12px;
        background-position: right bottom;
    }
    .stat .nav{
        padding: 20px;
        justify-content: center;
    }

    /*menu mobi*/
    .drop, .drop-mobile {
        position: fixed;
        cursor: pointer;
        transform: translateZ(0);
        backface-visibility: hidden;
        z-index: 99;
        left: 8px;
        top: 8px;
        display: block;
    }
    .drop-mobile{
        left: auto;
        right: 8px;
        top: 16px;
    }
    .drop .label, .drop-mobile a{
        color: white;
        padding: 8px 16px;
        background: rgb(0 48 71);
        box-shadow: inset 0.5px 0.5px 0 rgba(255, 255, 255, 0.2), inset -0.5px -0.5px 0 rgba(255, 255, 255, 0.2);
        border-radius: 20px;
        transition: all 0.2s ease;
    }
    .drop .options {
        position: absolute;
        color: white;
        padding: 8px;
        top: 0;
        background: rgb(0 48 71);
        box-shadow: inset 0.5px 0.5px 0 rgba(255, 255, 255, 0.2), inset -0.5px -0.5px 0 rgba(255, 255, 255, 0.2);
        border-radius: 120px;
        transition: all 0.3s ease;
        transform: scale(0.5) translateY(-50%);
        opacity: 0;
        pointer-events: none;
        touch-action: none;
        cursor: alias;
    }
    .drop.liquid .options{
        pointer-events: unset;
        touch-action: unset;
        cursor: pointer;
    }
    .drop .options div{
        padding: 8px 24px 8px 12px;
        filter: blur(6px);
        transition: all 0.2s ease;
        white-space: nowrap;
        border-radius: 12px;
    }
    .drop .options div a{
        color: white;
    }
    .drop .options div:hover {
        background: rgba(255, 255, 255, 0.06);
    }
    .drop.liquid .label {
        background: rgba(255, 255, 255, 0.6);
        transform: scale(1.1);
        opacity: 0;
    }
    .drop.liquid .options {
        transform: scale(1) translateY(0);
        opacity: 1;
        animation: droppath 0.2s ease forwards;
    }
    .drop.liquid .options div {
        filter: blur(0);
        transition: all 0.4s ease;
    }

    @keyframes droppath {
        0% {
            opacity: 1;
            border-radius: 120px;
            transform: scale(0.25) translate(-60px, -40px);
            background: rgba(255, 255, 255, 0.5);
        }
        50% {
            transform: scale(0.5) translate(-30px, 40px);
            border-radius: 120px;
        }
        100% {
            transform: scale(1) translate(0, 0);
            border-radius: 20px;
        }
    }
    .maps-content{
        flex-direction: column;
    }
    .contact > div > div, .work-form > div{
        width: 100%;
    }
}
@media (max-width: 768px) {
    footer.stat > div:nth-child(1){
        flex-direction: column;
        padding-bottom: 20px;
    }
}
@media (max-width: 576px) {
    .maps iframe{
        height: 400px;
    }
    .contact-box > .sect-group{
        flex-direction: column;
    }
    .stat-main h1{
        font-size: 38px;
    }
    .benefits-header h2{
        font-size: 32px;
        padding: 0 12px!important;
    }
    .modal-wrapper-mw{
        padding: 0 24px;
    }
    .sect-group > div{
        width: 100%;
    }
    .benefits-cards{
        margin-top: 0;
        gap: 12px;
        padding: 0 12px;
    }
    .modules-product .card .get-prod{
        grid-gap: 12px;
    }
    .stat-main{
        padding: 20px 24px 22px;
        background: #00000069;
        backdrop-filter: blur(19px);
    }
    .modules-product .card{
        padding: 0;
    }
    .gallery{
        gap: 8px;
    }
    .gallery img{
        border-radius: 8px;
    }
    .modules-product .card .get-prod{
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
    .modules-product .card .get-prod .images{
        height: 150px;
    }

}

