@import "https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap";
@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap";
@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap";
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

:root {
    --primary: #121212;
    --secondary: #555555;
    --border: rgba(18, 18, 18, 0.08);
    --theme: #121212;
    --black: #121212;
    --black-2: #555555;
    --white: #ffffff;
    --white-2: #999999;
    --action: #dc303f;
}

:root .dark {
    --primary: #ffffff;
    --secondary: #999999;
    --border: rgba(255, 255, 255, 0.08);
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .pb-30 {
        padding-bottom: 25px;
    }
}

.pb-35 {
    padding-bottom: 35px;
}

@media only screen and (max-width: 767px) {
    .pb-35 {
        padding-bottom: 30px;
    }
}

.pb-40 {
    padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .pb-40 {
        padding-bottom: 30px;
    }
}

.pb-45 {
    padding-bottom: 45px;
}

@media only screen and (max-width: 767px) {
    .pb-45 {
        padding-bottom: 30px;
    }
}

.pb-50 {
    padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .pb-50 {
        padding-bottom: 30px;
    }
}

.pb-55 {
    padding-bottom: 55px;
}

@media only screen and (max-width: 991px) {
    .pb-55 {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-55 {
        padding-bottom: 30px;
    }
}

.pb-60 {
    padding-bottom: 60px;
}

@media only screen and (max-width: 991px) {
    .pb-60 {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-60 {
        padding-bottom: 30px;
    }
}

.pb-65 {
    padding-bottom: 65px;
}

@media only screen and (max-width: 991px) {
    .pb-65 {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-65 {
        padding-bottom: 30px;
    }
}

.pb-70 {
    padding-bottom: 70px;
}

@media only screen and (max-width: 991px) {
    .pb-70 {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-70 {
        padding-bottom: 35px;
    }
}

.pb-75 {
    padding-bottom: 75px;
}

@media only screen and (max-width: 991px) {
    .pb-75 {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-75 {
        padding-bottom: 35px;
    }
}

.pb-80 {
    padding-bottom: 80px;
}

@media only screen and (max-width: 991px) {
    .pb-80 {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-80 {
        padding-bottom: 35px;
    }
}

.pb-85 {
    padding-bottom: 85px;
}

@media only screen and (max-width: 991px) {
    .pb-85 {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-85 {
        padding-bottom: 35px;
    }
}

.pb-90 {
    padding-bottom: 90px;
}

@media only screen and (max-width: 1199px) {
    .pb-90 {
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .pb-90 {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-90 {
        padding-bottom: 40px;
    }
}

.pb-95 {
    padding-bottom: 95px;
}

@media only screen and (max-width: 1199px) {
    .pb-95 {
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .pb-95 {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-95 {
        padding-bottom: 40px;
    }
}

.pb-100 {
    padding-bottom: 100px;
}

@media only screen and (max-width: 991px) {
    .pb-100 {
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-100 {
        padding-bottom: 60px;
    }
}

.pb-105 {
    padding-bottom: 105px;
}

@media only screen and (max-width: 991px) {
    .pb-105 {
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-105 {
        padding-bottom: 60px;
    }
}

.pb-110 {
    padding-bottom: 110px;
}

@media only screen and (max-width: 1399px) {
    .pb-110 {
        padding-bottom: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .pb-110 {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .pb-110 {
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-110 {
        padding-bottom: 60px;
    }
}

.pb-115 {
    padding-bottom: 115px;
}

@media only screen and (max-width: 1399px) {
    .pb-115 {
        padding-bottom: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .pb-115 {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .pb-115 {
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-115 {
        padding-bottom: 60px;
    }
}

.pb-120 {
    padding-bottom: 120px;
}

@media only screen and (max-width: 1399px) {
    .pb-120 {
        padding-bottom: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .pb-120 {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .pb-120 {
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-120 {
        padding-bottom: 60px;
    }
}

.pb-125 {
    padding-bottom: 125px;
}

@media only screen and (max-width: 1399px) {
    .pb-125 {
        padding-bottom: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .pb-125 {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .pb-125 {
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-125 {
        padding-bottom: 60px;
    }
}

.pb-130 {
    padding-bottom: 130px;
}

@media only screen and (max-width: 1399px) {
    .pb-130 {
        padding-bottom: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .pb-130 {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .pb-130 {
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-130 {
        padding-bottom: 60px;
    }
}

.pb-135 {
    padding-bottom: 135px;
}

@media only screen and (max-width: 1399px) {
    .pb-135 {
        padding-bottom: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .pb-135 {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .pb-135 {
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-135 {
        padding-bottom: 60px;
    }
}

.pb-140 {
    padding-bottom: 140px;
}

@media only screen and (max-width: 1399px) {
    .pb-140 {
        padding-bottom: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .pb-140 {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .pb-140 {
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-140 {
        padding-bottom: 60px;
    }
}

.pb-145 {
    padding-bottom: 145px;
}

@media only screen and (max-width: 1399px) {
    .pb-145 {
        padding-bottom: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .pb-145 {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .pb-145 {
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-145 {
        padding-bottom: 60px;
    }
}

.pb-150 {
    padding-bottom: 150px;
}

@media only screen and (max-width: 1399px) {
    .pb-150 {
        padding-bottom: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .pb-150 {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .pb-150 {
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-150 {
        padding-bottom: 60px;
    }
}

.pb-160 {
    padding-bottom: 160px;
}

@media only screen and (max-width: 1399px) {
    .pb-160 {
        padding-bottom: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .pb-160 {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .pb-160 {
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-160 {
        padding-bottom: 60px;
    }
}

.pb-170 {
    padding-bottom: 170px;
}

@media only screen and (max-width: 1399px) {
    .pb-170 {
        padding-bottom: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .pb-170 {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .pb-170 {
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-170 {
        padding-bottom: 60px;
    }
}

.pb-180 {
    padding-bottom: 180px;
}

@media only screen and (max-width: 1399px) {
    .pb-180 {
        padding-bottom: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .pb-180 {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .pb-180 {
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-180 {
        padding-bottom: 60px;
    }
}

.pb-190 {
    padding-bottom: 190px;
}

@media only screen and (max-width: 1199px) {
    .pb-190 {
        padding-bottom: 150px;
    }
}

@media only screen and (max-width: 991px) {
    .pb-190 {
        padding-bottom: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-190 {
        padding-bottom: 100px;
    }
}

.pb-200 {
    padding-bottom: 200px;
}

@media only screen and (max-width: 1199px) {
    .pb-200 {
        padding-bottom: 150px;
    }
}

@media only screen and (max-width: 991px) {
    .pb-200 {
        padding-bottom: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-200 {
        padding-bottom: 100px;
    }
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

@media only screen and (max-width: 767px) {
    .pt-30 {
        padding-top: 25px;
    }
}

.pt-35 {
    padding-top: 35px;
}

@media only screen and (max-width: 767px) {
    .pt-35 {
        padding-top: 30px;
    }
}

.pt-40 {
    padding-top: 40px;
}

@media only screen and (max-width: 767px) {
    .pt-40 {
        padding-top: 30px;
    }
}

.pt-45 {
    padding-top: 45px;
}

@media only screen and (max-width: 767px) {
    .pt-45 {
        padding-top: 30px;
    }
}

.pt-50 {
    padding-top: 50px;
}

@media only screen and (max-width: 767px) {
    .pt-50 {
        padding-top: 30px;
    }
}

.pt-55 {
    padding-top: 55px;
}

@media only screen and (max-width: 991px) {
    .pt-55 {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-55 {
        padding-top: 30px;
    }
}

.pt-60 {
    padding-top: 60px;
}

@media only screen and (max-width: 991px) {
    .pt-60 {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-60 {
        padding-top: 30px;
    }
}

.ptf-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

@media only screen and (max-width: 991px) {
    .pt-65 {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-65 {
        padding-top: 30px;
    }
}

.pt-70 {
    padding-top: 70px;
}

@media only screen and (max-width: 991px) {
    .pt-70 {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-70 {
        padding-top: 35px;
    }
}

.pt-75 {
    padding-top: 75px;
}

@media only screen and (max-width: 991px) {
    .pt-75 {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-75 {
        padding-top: 35px;
    }
}

.pt-80 {
    padding-top: 80px;
}

@media only screen and (max-width: 991px) {
    .pt-80 {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-80 {
        padding-top: 35px;
    }
}

.pt-85 {
    padding-top: 85px;
}

@media only screen and (max-width: 991px) {
    .pt-85 {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-85 {
        padding-top: 35px;
    }
}

.pt-90 {
    padding-top: 90px;
}

@media only screen and (max-width: 1199px) {
    .pt-90 {
        padding-top: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .pt-90 {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-90 {
        padding-top: 40px;
    }
}

.pt-95 {
    padding-top: 95px;
}

@media only screen and (max-width: 1199px) {
    .pt-95 {
        padding-top: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .pt-95 {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-95 {
        padding-top: 40px;
    }
}

.pt-100 {
    padding-top: 100px;
}

@media only screen and (max-width: 991px) {
    .pt-100 {
        padding-top: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-100 {
        padding-top: 60px;
    }
}

.pt-105 {
    padding-top: 105px;
}

@media only screen and (max-width: 991px) {
    .pt-105 {
        padding-top: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-105 {
        padding-top: 60px;
    }
}

.pt-110 {
    padding-top: 110px;
}

@media only screen and (max-width: 1399px) {
    .pt-110 {
        padding-top: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .pt-110 {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .pt-110 {
        padding-top: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-110 {
        padding-top: 60px;
    }
}

.pt-115 {
    padding-top: 115px;
}

@media only screen and (max-width: 1399px) {
    .pt-115 {
        padding-top: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .pt-115 {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .pt-115 {
        padding-top: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-115 {
        padding-top: 60px;
    }
}

.pt-120 {
    padding-top: 120px;
}

@media only screen and (max-width: 1399px) {
    .pt-120 {
        padding-top: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .pt-120 {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .pt-120 {
        padding-top: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-120 {
        padding-top: 60px;
    }
}

.pt-125 {
    padding-top: 125px;
}

@media only screen and (max-width: 1399px) {
    .pt-125 {
        padding-top: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .pt-125 {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .pt-125 {
        padding-top: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-125 {
        padding-top: 60px;
    }
}

.pt-130 {
    padding-top: 130px;
}

@media only screen and (max-width: 1399px) {
    .pt-130 {
        padding-top: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .pt-130 {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .pt-130 {
        padding-top: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-130 {
        padding-top: 60px;
    }
}

.pt-135 {
    padding-top: 135px;
}

@media only screen and (max-width: 1399px) {
    .pt-135 {
        padding-top: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .pt-135 {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .pt-135 {
        padding-top: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-135 {
        padding-top: 60px;
    }
}

.pt-140 {
    padding-top: 140px;
}

@media only screen and (max-width: 1399px) {
    .pt-140 {
        padding-top: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .pt-140 {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .pt-140 {
        padding-top: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-140 {
        padding-top: 60px;
    }
}

.pt-145 {
    padding-top: 145px;
}

@media only screen and (max-width: 1399px) {
    .pt-145 {
        padding-top: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .pt-145 {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .pt-145 {
        padding-top: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-145 {
        padding-top: 60px;
    }
}

.pt-150 {
    padding-top: 150px;
}

@media only screen and (max-width: 1399px) {
    .pt-150 {
        padding-top: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .pt-150 {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .pt-150 {
        padding-top: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-150 {
        padding-top: 60px;
    }
}

.pt-160 {
    padding-top: 160px;
}

@media only screen and (max-width: 1399px) {
    .pt-160 {
        padding-top: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .pt-160 {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .pt-160 {
        padding-top: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-160 {
        padding-top: 60px;
    }
}

.pt-170 {
    padding-top: 170px;
}

@media only screen and (max-width: 1399px) {
    .pt-170 {
        padding-top: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .pt-170 {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .pt-170 {
        padding-top: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-170 {
        padding-top: 60px;
    }
}

.pt-180 {
    padding-top: 180px;
}

@media only screen and (max-width: 1399px) {
    .pt-180 {
        padding-top: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .pt-180 {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .pt-180 {
        padding-top: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-180 {
        padding-top: 60px;
    }
}

.pt-190 {
    padding-top: 190px;
}

@media only screen and (max-width: 1199px) {
    .pt-190 {
        padding-top: 150px;
    }
}

@media only screen and (max-width: 991px) {
    .pt-190 {
        padding-top: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-190 {
        padding-top: 100px;
    }
}

.pt-200 {
    padding-top: 200px;
}

@media only screen and (max-width: 1199px) {
    .pt-200 {
        padding-top: 150px;
    }
}

@media only screen and (max-width: 991px) {
    .pt-200 {
        padding-top: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-200 {
        padding-top: 100px;
    }
}

.pt-210 {
    padding-top: 210px;
}

@media only screen and (max-width: 1919px) {
    .pt-210 {
        padding-top: 170px;
    }
}

@media only screen and (max-width: 1199px) {
    .pt-210 {
        padding-top: 160px;
    }
}

@media only screen and (max-width: 991px) {
    .pt-210 {
        padding-top: 150px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-210 {
        padding-top: 130px;
    }
}

.pt-230 {
    padding-top: 230px;
}

@media only screen and (max-width: 1919px) {
    .pt-230 {
        padding-top: 190px;
    }
}

@media only screen and (max-width: 1199px) {
    .pt-230 {
        padding-top: 180px;
    }
}

@media only screen and (max-width: 991px) {
    .pt-230 {
        padding-top: 170px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-230 {
        padding-top: 150px;
    }
}

.pt-250 {
    padding-top: 250px;
}

@media only screen and (max-width: 1919px) {
    .pt-250 {
        padding-top: 200px;
    }
}

@media only screen and (max-width: 1199px) {
    .pt-250 {
        padding-top: 200px;
    }
}

@media only screen and (max-width: 1199px) {
    .pt-250 {
        padding-top: 190px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-250 {
        padding-top: 160px;
    }
}

.pl-5 {
    padding-inline-start: 5px;
}

@media only screen and (max-width: 767px) {
    .pl-5 {
        padding-inline-start: 0;
    }
}

.pl-10 {
    padding-inline-start: 10px;
}

@media only screen and (max-width: 767px) {
    .pl-10 {
        padding-inline-start: 0;
    }
}

.pl-15 {
    padding-inline-start: 15px;
}

@media only screen and (max-width: 767px) {
    .pl-15 {
        padding-inline-start: 0;
    }
}

.pl-20 {
    padding-inline-start: 20px;
}

@media only screen and (max-width: 991px) {
    .pl-20 {
        padding-inline-start: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .pl-20 {
        padding-inline-start: 0;
    }
}

.pl-25 {
    padding-inline-start: 25px;
}

@media only screen and (max-width: 1199px) {
    .pl-25 {
        padding-inline-start: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .pl-25 {
        padding-inline-start: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .pl-25 {
        padding-inline-start: 0;
    }
}

.pl-30 {
    padding-inline-start: 30px;
}

@media only screen and (max-width: 1199px) {
    .pl-30 {
        padding-inline-start: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .pl-30 {
        padding-inline-start: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .pl-30 {
        padding-inline-start: 0;
    }
}

.pl-35 {
    padding-inline-start: 35px;
}

@media only screen and (max-width: 1399px) {
    .pl-35 {
        padding-inline-start: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .pl-35 {
        padding-inline-start: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .pl-35 {
        padding-inline-start: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .pl-35 {
        padding-inline-start: 0;
    }
}

.pl-40 {
    padding-inline-start: 40px;
}

@media only screen and (max-width: 1399px) {
    .pl-40 {
        padding-inline-start: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .pl-40 {
        padding-inline-start: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .pl-40 {
        padding-inline-start: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .pl-40 {
        padding-inline-start: 0;
    }
}

.pl-45 {
    padding-inline-start: 45px;
}

@media only screen and (max-width: 1919px) {
    .pl-45 {
        padding-inline-start: 40px;
    }
}

@media only screen and (max-width: 1399px) {
    .pl-45 {
        padding-inline-start: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .pl-45 {
        padding-inline-start: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .pl-45 {
        padding-inline-start: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .pl-45 {
        padding-inline-start: 0;
    }
}

.pl-50 {
    padding-inline-start: 50px;
}

@media only screen and (max-width: 1919px) {
    .pl-50 {
        padding-inline-start: 40px;
    }
}

@media only screen and (max-width: 1399px) {
    .pl-50 {
        padding-inline-start: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .pl-50 {
        padding-inline-start: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .pl-50 {
        padding-inline-start: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .pl-50 {
        padding-inline-start: 0;
    }
}

.pl-55 {
    padding-inline-start: 55px;
}

@media only screen and (max-width: 1919px) {
    .pl-55 {
        padding-inline-start: 40px;
    }
}

@media only screen and (max-width: 1399px) {
    .pl-55 {
        padding-inline-start: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .pl-55 {
        padding-inline-start: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .pl-55 {
        padding-inline-start: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .pl-55 {
        padding-inline-start: 0;
    }
}

.pl-60 {
    padding-inline-start: 60px;
}

@media only screen and (max-width: 1919px) {
    .pl-60 {
        padding-inline-start: 40px;
    }
}

@media only screen and (max-width: 1399px) {
    .pl-60 {
        padding-inline-start: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .pl-60 {
        padding-inline-start: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .pl-60 {
        padding-inline-start: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .pl-60 {
        padding-inline-start: 0;
    }
}

.pl-65 {
    padding-inline-start: 65px;
}

@media only screen and (max-width: 1919px) {
    .pl-65 {
        padding-inline-start: 40px;
    }
}

@media only screen and (max-width: 1399px) {
    .pl-65 {
        padding-inline-start: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .pl-65 {
        padding-inline-start: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .pl-65 {
        padding-inline-start: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .pl-65 {
        padding-inline-start: 0;
    }
}

.pl-70 {
    padding-inline-start: 70px;
}

@media only screen and (max-width: 1919px) {
    .pl-70 {
        padding-inline-start: 50px;
    }
}

@media only screen and (max-width: 1399px) {
    .pl-70 {
        padding-inline-start: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .pl-70 {
        padding-inline-start: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .pl-70 {
        padding-inline-start: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .pl-70 {
        padding-inline-start: 0;
    }
}

.pl-75 {
    padding-inline-start: 75px;
}

@media only screen and (max-width: 1919px) {
    .pl-75 {
        padding-inline-start: 50px;
    }
}

@media only screen and (max-width: 1399px) {
    .pl-75 {
        padding-inline-start: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .pl-75 {
        padding-inline-start: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .pl-75 {
        padding-inline-start: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .pl-75 {
        padding-inline-start: 0;
    }
}

.pl-80 {
    padding-inline-start: 80px;
}

@media only screen and (max-width: 1919px) {
    .pl-80 {
        padding-inline-start: 50px;
    }
}

@media only screen and (max-width: 1399px) {
    .pl-80 {
        padding-inline-start: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .pl-80 {
        padding-inline-start: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .pl-80 {
        padding-inline-start: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .pl-80 {
        padding-inline-start: 0;
    }
}

.pl-85 {
    padding-inline-start: 85px;
}

@media only screen and (max-width: 1919px) {
    .pl-85 {
        padding-inline-start: 50px;
    }
}

@media only screen and (max-width: 1399px) {
    .pl-85 {
        padding-inline-start: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .pl-85 {
        padding-inline-start: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .pl-85 {
        padding-inline-start: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .pl-85 {
        padding-inline-start: 0;
    }
}

.pl-90 {
    padding-inline-start: 90px;
}

@media only screen and (max-width: 1919px) {
    .pl-90 {
        padding-inline-start: 50px;
    }
}

@media only screen and (max-width: 1399px) {
    .pl-90 {
        padding-inline-start: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .pl-90 {
        padding-inline-start: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .pl-90 {
        padding-inline-start: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .pl-90 {
        padding-inline-start: 0;
    }
}

.pl-100 {
    padding-inline-start: 100px;
}

@media only screen and (max-width: 1919px) {
    .pl-100 {
        padding-inline-start: 50px;
    }
}

@media only screen and (max-width: 1399px) {
    .pl-100 {
        padding-inline-start: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .pl-100 {
        padding-inline-start: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .pl-100 {
        padding-inline-start: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .pl-100 {
        padding-inline-start: 0;
    }
}

.plr-50 {
    padding-inline-start: 50px;
    padding-inline-end: 50px;
}

@media only screen and (max-width: 991px) {
    .plr-50 {
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .plr-50 {
        padding-inline-start: 15px;
        padding-inline-end: 15px;
    }
}

.plr-100 {
    padding-inline-start: 100px;
    padding-inline-end: 100px;
}

@media only screen and (min-width: 1600px) {
    .box-layout .plr-100 {
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}

@media only screen and (max-width: 1919px) {
    .plr-100 {
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .plr-100 {
        padding-inline-start: 15px;
        padding-inline-end: 15px;
    }
}

.plr-150 {
    padding-inline-start: 150px;
    padding-inline-end: 150px;
}

@media only screen and (min-width: 1600px) {
    .box-layout .plr-150 {
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}

@media only screen and (max-width: 1919px) {
    .plr-150 {
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .plr-150 {
        padding-inline-start: 15px;
        padding-inline-end: 15px;
    }
}

.plr-200 {
    padding-inline-start: 200px;
    padding-inline-end: 200px;
}

@media only screen and (min-width: 1600px) {
    .box-layout .plr-200 {
        padding-inline-start: 50px;
        padding-inline-end: 50px;
    }
}

@media only screen and (max-width: 1919px) {
    .plr-200 {
        padding-inline-start: 50px;
        padding-inline-end: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .plr-200 {
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .plr-200 {
        padding-inline-start: 15px;
        padding-inline-end: 15px;
    }
}

.plr-250 {
    padding-inline-start: 250px;
    padding-inline-end: 250px;
}

@media only screen and (min-width: 1600px) {
    .box-layout .plr-250 {
        padding-inline-start: 50px;
        padding-inline-end: 50px;
    }
}

@media only screen and (max-width: 1919px) {
    .plr-250 {
        padding-inline-start: 50px;
        padding-inline-end: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .plr-250 {
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .plr-250 {
        padding-inline-start: 15px;
        padding-inline-end: 15px;
    }
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {
    .mt-30 {
        margin-top: 25px;
    }
}

.mt-35 {
    margin-top: 35px;
}

@media only screen and (max-width: 767px) {
    .mt-35 {
        margin-top: 30px;
    }
}

.mt-40 {
    margin-top: 40px;
}

@media only screen and (max-width: 767px) {
    .mt-40 {
        margin-top: 30px;
    }
}

.mt-45 {
    margin-top: 45px;
}

@media only screen and (max-width: 767px) {
    .mt-45 {
        margin-top: 30px;
    }
}

.mt-50 {
    margin-top: 50px;
}

@media only screen and (max-width: 767px) {
    .mt-50 {
        margin-top: 30px;
    }
}

.mt-55 {
    margin-top: 55px;
}

@media only screen and (max-width: 991px) {
    .mt-55 {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .mt-55 {
        margin-top: 30px;
    }
}

.mt-60 {
    margin-top: 60px;
}

@media only screen and (max-width: 991px) {
    .mt-60 {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .mt-60 {
        margin-top: 30px;
    }
}

.mt-65 {
    margin-top: 65px;
}

@media only screen and (max-width: 991px) {
    .mt-65 {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .mt-65 {
        margin-top: 30px;
    }
}

.mt-70 {
    margin-top: 70px;
}

@media only screen and (max-width: 991px) {
    .mt-70 {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .mt-70 {
        margin-top: 35px;
    }
}

.mt-75 {
    margin-top: 75px;
}

@media only screen and (max-width: 991px) {
    .mt-75 {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .mt-75 {
        margin-top: 35px;
    }
}

.mt-80 {
    margin-top: 80px;
}

@media only screen and (max-width: 991px) {
    .mt-80 {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .mt-80 {
        margin-top: 35px;
    }
}

.mt-85 {
    margin-top: 85px;
}

@media only screen and (max-width: 991px) {
    .mt-85 {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .mt-85 {
        margin-top: 35px;
    }
}

.mt-90 {
    margin-top: 90px;
}

@media only screen and (max-width: 1199px) {
    .mt-90 {
        margin-top: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .mt-90 {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .mt-90 {
        margin-top: 40px;
    }
}

.mt-95 {
    margin-top: 95px;
}

@media only screen and (max-width: 1199px) {
    .mt-95 {
        margin-top: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .mt-95 {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .mt-95 {
        margin-top: 40px;
    }
}

.mt-100 {
    margin-top: 100px;
}

@media only screen and (max-width: 991px) {
    .mt-100 {
        margin-top: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .mt-100 {
        margin-top: 60px;
    }
}

.mt-105 {
    margin-top: 105px;
}

@media only screen and (max-width: 991px) {
    .mt-105 {
        margin-top: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .mt-105 {
        margin-top: 60px;
    }
}

.mt-110 {
    margin-top: 110px;
}

@media only screen and (max-width: 1199px) {
    .mt-110 {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .mt-110 {
        margin-top: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .mt-110 {
        margin-top: 60px;
    }
}

.mt-115 {
    margin-top: 115px;
}

@media only screen and (max-width: 1199px) {
    .mt-115 {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .mt-115 {
        margin-top: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .mt-115 {
        margin-top: 60px;
    }
}

.mt-120 {
    margin-top: 120px;
}

@media only screen and (max-width: 1199px) {
    .mt-120 {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .mt-120 {
        margin-top: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .mt-120 {
        margin-top: 60px;
    }
}

.mt-125 {
    margin-top: 125px;
}

@media only screen and (max-width: 1199px) {
    .mt-125 {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .mt-125 {
        margin-top: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .mt-125 {
        margin-top: 60px;
    }
}

.mt-130 {
    margin-top: 130px;
}

@media only screen and (max-width: 1199px) {
    .mt-130 {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .mt-130 {
        margin-top: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .mt-130 {
        margin-top: 60px;
    }
}

.mt-135 {
    margin-top: 135px;
}

@media only screen and (max-width: 1199px) {
    .mt-135 {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .mt-135 {
        margin-top: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .mt-135 {
        margin-top: 60px;
    }
}

.mt-140 {
    margin-top: 140px;
}

@media only screen and (max-width: 1199px) {
    .mt-140 {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .mt-140 {
        margin-top: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .mt-140 {
        margin-top: 60px;
    }
}

.mt-145 {
    margin-top: 145px;
}

@media only screen and (max-width: 1199px) {
    .mt-145 {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .mt-145 {
        margin-top: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .mt-145 {
        margin-top: 60px;
    }
}

.mt-150 {
    margin-top: 150px;
}

@media only screen and (max-width: 1199px) {
    .mt-150 {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .mt-150 {
        margin-top: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .mt-150 {
        margin-top: 60px;
    }
}

.mt-160 {
    margin-top: 160px;
}

@media only screen and (max-width: 1199px) {
    .mt-160 {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .mt-160 {
        margin-top: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .mt-160 {
        margin-top: 60px;
    }
}

.mt-170 {
    margin-top: 170px;
}

@media only screen and (max-width: 1199px) {
    .mt-170 {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .mt-170 {
        margin-top: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .mt-170 {
        margin-top: 60px;
    }
}

.mt-180 {
    margin-top: 180px;
}

@media only screen and (max-width: 1199px) {
    .mt-180 {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .mt-180 {
        margin-top: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .mt-180 {
        margin-top: 60px;
    }
}

.mt-190 {
    margin-top: 190px;
}

@media only screen and (max-width: 1199px) {
    .mt-190 {
        margin-top: 150px;
    }
}

@media only screen and (max-width: 991px) {
    .mt-190 {
        margin-top: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .mt-190 {
        margin-top: 100px;
    }
}

.mt-200 {
    margin-top: 200px;
}

@media only screen and (max-width: 1199px) {
    .mt-200 {
        margin-top: 150px;
    }
}

@media only screen and (max-width: 991px) {
    .mt-200 {
        margin-top: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .mt-200 {
        margin-top: 100px;
    }
}

.mlr-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .mb-30 {
        margin-bottom: 25px;
    }
}

.mb-35 {
    margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
    .mb-35 {
        margin-bottom: 30px;
    }
}

.mb-40 {
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .mb-40 {
        margin-bottom: 30px;
    }
}

.mb-45 {
    margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
    .mb-45 {
        margin-bottom: 30px;
    }
}

.mb-50 {
    margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .mb-50 {
        margin-bottom: 30px;
    }
}

.mb-55 {
    margin-bottom: 55px;
}

@media only screen and (max-width: 991px) {
    .mb-55 {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .mb-55 {
        margin-bottom: 30px;
    }
}

.mb-60 {
    margin-bottom: 60px;
}

@media only screen and (max-width: 991px) {
    .mb-60 {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .mb-60 {
        margin-bottom: 30px;
    }
}

.mb-65 {
    margin-bottom: 65px;
}

@media only screen and (max-width: 991px) {
    .mb-65 {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .mb-65 {
        margin-bottom: 30px;
    }
}

.mb-70 {
    margin-bottom: 70px;
}

@media only screen and (max-width: 991px) {
    .mb-70 {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .mb-70 {
        margin-bottom: 35px;
    }
}

.mb-75 {
    margin-bottom: 75px;
}

@media only screen and (max-width: 991px) {
    .mb-75 {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .mb-75 {
        margin-bottom: 35px;
    }
}

.mb-80 {
    margin-bottom: 80px;
}

@media only screen and (max-width: 991px) {
    .mb-80 {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .mb-80 {
        margin-bottom: 35px;
    }
}

.mb-85 {
    margin-bottom: 85px;
}

@media only screen and (max-width: 991px) {
    .mb-85 {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .mb-85 {
        margin-bottom: 35px;
    }
}

.mb-90 {
    margin-bottom: 90px;
}

@media only screen and (max-width: 1199px) {
    .mb-90 {
        margin-bottom: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .mb-90 {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .mb-90 {
        margin-bottom: 40px;
    }
}

.mb-95 {
    margin-bottom: 95px;
}

@media only screen and (max-width: 1199px) {
    .mb-95 {
        margin-bottom: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .mb-95 {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .mb-95 {
        margin-bottom: 40px;
    }
}

.mb-100 {
    margin-bottom: 100px;
}

@media only screen and (max-width: 991px) {
    .mb-100 {
        margin-bottom: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .mb-100 {
        margin-bottom: 60px;
    }
}

.mb-105 {
    margin-bottom: 105px;
}

@media only screen and (max-width: 991px) {
    .mb-105 {
        margin-bottom: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .mb-105 {
        margin-bottom: 60px;
    }
}

.mb-110 {
    margin-bottom: 110px;
}

@media only screen and (max-width: 1199px) {
    .mb-110 {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .mb-110 {
        margin-bottom: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .mb-110 {
        margin-bottom: 60px;
    }
}

.mb-115 {
    margin-bottom: 115px;
}

@media only screen and (max-width: 1199px) {
    .mb-115 {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .mb-115 {
        margin-bottom: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .mb-115 {
        margin-bottom: 60px;
    }
}

.mb-120 {
    margin-bottom: 120px;
}

@media only screen and (max-width: 1199px) {
    .mb-120 {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .mb-120 {
        margin-bottom: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .mb-120 {
        margin-bottom: 60px;
    }
}

.mb-125 {
    margin-bottom: 125px;
}

@media only screen and (max-width: 1199px) {
    .mb-125 {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .mb-125 {
        margin-bottom: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .mb-125 {
        margin-bottom: 60px;
    }
}

.mb-130 {
    margin-bottom: 130px;
}

@media only screen and (max-width: 1199px) {
    .mb-130 {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .mb-130 {
        margin-bottom: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .mb-130 {
        margin-bottom: 60px;
    }
}

.mb-135 {
    margin-bottom: 135px;
}

@media only screen and (max-width: 1199px) {
    .mb-135 {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .mb-135 {
        margin-bottom: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .mb-135 {
        margin-bottom: 60px;
    }
}

.mb-140 {
    margin-bottom: 140px;
}

@media only screen and (max-width: 1199px) {
    .mb-140 {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .mb-140 {
        margin-bottom: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .mb-140 {
        margin-bottom: 60px;
    }
}

.mb-145 {
    margin-bottom: 145px;
}

@media only screen and (max-width: 1199px) {
    .mb-145 {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .mb-145 {
        margin-bottom: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .mb-145 {
        margin-bottom: 60px;
    }
}

.mb-150 {
    margin-bottom: 150px;
}

@media only screen and (max-width: 1199px) {
    .mb-150 {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .mb-150 {
        margin-bottom: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .mb-150 {
        margin-bottom: 60px;
    }
}

.mb-160 {
    margin-bottom: 160px;
}

@media only screen and (max-width: 1199px) {
    .mb-160 {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .mb-160 {
        margin-bottom: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .mb-160 {
        margin-bottom: 60px;
    }
}

.mb-170 {
    margin-bottom: 170px;
}

@media only screen and (max-width: 1199px) {
    .mb-170 {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .mb-170 {
        margin-bottom: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .mb-170 {
        margin-bottom: 60px;
    }
}

.mb-180 {
    margin-bottom: 180px;
}

@media only screen and (max-width: 1199px) {
    .mb-180 {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .mb-180 {
        margin-bottom: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .mb-180 {
        margin-bottom: 60px;
    }
}

.mb-190 {
    margin-bottom: 190px;
}

@media only screen and (max-width: 1199px) {
    .mb-190 {
        margin-bottom: 150px;
    }
}

@media only screen and (max-width: 991px) {
    .mb-190 {
        margin-bottom: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .mb-190 {
        margin-bottom: 100px;
    }
}

.mb-200 {
    margin-bottom: 200px;
}

@media only screen and (max-width: 1199px) {
    .mb-200 {
        margin-bottom: 150px;
    }
}

@media only screen and (max-width: 991px) {
    .mb-200 {
        margin-bottom: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .mb-200 {
        margin-bottom: 100px;
    }
}

.ml-5 {
    margin-left: 5px;
}

@media only screen and (max-width: 767px) {
    .ml-5 {
        margin-left: 0;
    }
}

.ml-10 {
    margin-left: 10px;
}

@media only screen and (max-width: 767px) {
    .ml-10 {
        margin-left: 0;
    }
}

.ml-15 {
    margin-left: 15px;
}

@media only screen and (max-width: 767px) {
    .ml-15 {
        margin-left: 0;
    }
}

.ml-20 {
    margin-left: 20px;
}

@media only screen and (max-width: 991px) {
    .ml-20 {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .ml-20 {
        margin-left: 0;
    }
}

.ml-25 {
    margin-left: 25px;
}

@media only screen and (max-width: 1199px) {
    .ml-25 {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .ml-25 {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .ml-25 {
        margin-left: 0;
    }
}

.ml-30 {
    margin-left: 30px;
}

@media only screen and (max-width: 1199px) {
    .ml-30 {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .ml-30 {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .ml-30 {
        margin-left: 0;
    }
}

.ml-35 {
    margin-left: 35px;
}

@media only screen and (max-width: 1399px) {
    .ml-35 {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .ml-35 {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .ml-35 {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .ml-35 {
        margin-left: 0;
    }
}

.ml-40 {
    margin-left: 40px;
}

@media only screen and (max-width: 1399px) {
    .ml-40 {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .ml-40 {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .ml-40 {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .ml-40 {
        margin-left: 0;
    }
}

.ml-45 {
    margin-left: 45px;
}

@media only screen and (max-width: 1919px) {
    .ml-45 {
        margin-left: 40px;
    }
}

@media only screen and (max-width: 1399px) {
    .ml-45 {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .ml-45 {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .ml-45 {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .ml-45 {
        margin-left: 0;
    }
}

.ml-50 {
    margin-left: 50px;
}

@media only screen and (max-width: 1919px) {
    .ml-50 {
        margin-left: 40px;
    }
}

@media only screen and (max-width: 1399px) {
    .ml-50 {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .ml-50 {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .ml-50 {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .ml-50 {
        margin-left: 0;
    }
}

.ml-55 {
    margin-left: 55px;
}

@media only screen and (max-width: 1919px) {
    .ml-55 {
        margin-left: 40px;
    }
}

@media only screen and (max-width: 1399px) {
    .ml-55 {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .ml-55 {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .ml-55 {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .ml-55 {
        margin-left: 0;
    }
}

.ml-60 {
    margin-left: 60px;
}

@media only screen and (max-width: 1919px) {
    .ml-60 {
        margin-left: 40px;
    }
}

@media only screen and (max-width: 1399px) {
    .ml-60 {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .ml-60 {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .ml-60 {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .ml-60 {
        margin-left: 0;
    }
}

.ml-65 {
    margin-left: 65px;
}

@media only screen and (max-width: 1919px) {
    .ml-65 {
        margin-left: 40px;
    }
}

@media only screen and (max-width: 1399px) {
    .ml-65 {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .ml-65 {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .ml-65 {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .ml-65 {
        margin-left: 0;
    }
}

.ml-70 {
    margin-left: 70px;
}

@media only screen and (max-width: 1919px) {
    .ml-70 {
        margin-left: 50px;
    }
}

@media only screen and (max-width: 1399px) {
    .ml-70 {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .ml-70 {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .ml-70 {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .ml-70 {
        margin-left: 0;
    }
}

.ml-75 {
    margin-left: 75px;
}

@media only screen and (max-width: 1919px) {
    .ml-75 {
        margin-left: 50px;
    }
}

@media only screen and (max-width: 1399px) {
    .ml-75 {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .ml-75 {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .ml-75 {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .ml-75 {
        margin-left: 0;
    }
}

.ml-80 {
    margin-left: 80px;
}

@media only screen and (max-width: 1919px) {
    .ml-80 {
        margin-left: 50px;
    }
}

@media only screen and (max-width: 1399px) {
    .ml-80 {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .ml-80 {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .ml-80 {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .ml-80 {
        margin-left: 0;
    }
}

.ml-85 {
    margin-left: 85px;
}

@media only screen and (max-width: 1919px) {
    .ml-85 {
        margin-left: 50px;
    }
}

@media only screen and (max-width: 1399px) {
    .ml-85 {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .ml-85 {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .ml-85 {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .ml-85 {
        margin-left: 0;
    }
}

.ml-90 {
    margin-left: 90px;
}

@media only screen and (max-width: 1919px) {
    .ml-90 {
        margin-left: 50px;
    }
}

@media only screen and (max-width: 1399px) {
    .ml-90 {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .ml-90 {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .ml-90 {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .ml-90 {
        margin-left: 0;
    }
}

.ml-100 {
    margin-left: 100px;
}

@media only screen and (max-width: 1919px) {
    .ml-100 {
        margin-left: 50px;
    }
}

@media only screen and (max-width: 1399px) {
    .ml-100 {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .ml-100 {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .ml-100 {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .ml-100 {
        margin-left: 0;
    }
}

.ptf-70 {
    padding-top: 70px;
}

.ptf-80 {
    padding-top: 80px;
}

@media only screen and (max-width: 767px) {
    .sm-pb-30 {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .sm-pb-40 {
        padding-bottom: 40px;
    }
}

.mbm-1 {
    margin-bottom: -1px;
}

:root {
    --font_recoleta: "Outfit", sans-serif;
    ;
    --font_body: "body-font", sans-serif;
    --font_awesome: "Font Awesome 6 Free";


    --font_dmsans: "DM Sans", sans-serif;
    --font_plusjakartasans: "Plus Jakarta Sans", sans-serif;
    --font_beatricetrial: "beatricetrial";
    --font_khand: "Khand", sans-serif;
    --font_getaway: "getaway";
    --font_instrumentsans: "Instrument Sans", sans-serif;
    --font_spacegrotesk: "Space Grotesk", sans-serif;
    --font_canelatrial: "canelatrial";
    --font_bonvivant: "bonvivant";
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--font_body);
    line-height: 1;
    scroll-behavior: smooth;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    color: var(--primary);
}

ul,
ol {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    transition: all 0.3s;
    color: inherit;
}

a:hover {
    color: var(--primary);
}

button {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
}

p {
    padding: 0;
    margin: 0;
    line-height: 1.41;
    font-weight: 400;
    font-size: 18px;
    color: var(--secondary);
}

strong {
    font-weight: 500;
}

video,
iframe,
img {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

.medium {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .g-0 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .row.g-0 {
        padding-right: 0;
        padding-left: 0;
    }

    br {
        display: none;
    }
}

main {
    display: inline-block;
    width: 100%;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

@font-face {
    font-family: "body-font";
    src: url("../fonts/SFPRODISPLAYREGULAR.otf");
    font-display: swap;
}

@font-face {
    font-family: "recoleta";
    src: url("../fonts/Latinotype%20-%20Recoleta%20Medium.otf");
    font-display: swap;
}

@font-face {
    font-family: "beatricetrial";
    src: url("../fonts/BeatriceTRIAL-Regular-BF64829e8f591fb.ttf");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "beatricetrial";
    src: url("../fonts/BeatriceTRIAL-Medium-BF64829e8f63463.ttf");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "getaway";
    src: url("../fonts/getaway.otf");
    font-display: swap;
}

@font-face {
    font-family: "canelatrial";
    src: url("../fonts/Canela-Thin-Trial.otf");
    font-display: swap;
}

@font-face {
    font-family: "bonvivant";
    src: url("../fonts/BonVivant-Regular.ttf");
    font-display: swap;
}

:root {
    --font_recoleta: "Outfit", sans-serif;
    ;
    --font_body: "body-font", sans-serif;


    --font_dmsans: "DM Sans", sans-serif;
    --font_plusjakartasans: "Plus Jakarta Sans", sans-serif;
    --font_beatricetrial: "beatricetrial";
    --font_khand: "Khand", sans-serif;
    --font_getaway: "getaway";
    --font_instrumentsans: "Instrument Sans", sans-serif;
    --font_spacegrotesk: "Space Grotesk", sans-serif;
    --font_canelatrial: "canelatrial";
    --font_bonvivant: "bonvivant";
}

.font-heading-recoleta-medium h1,
.font-heading-recoleta-medium h2,
.font-heading-recoleta-medium h3,
.font-heading-recoleta-medium h4,
.font-heading-recoleta-medium h5,
.font-heading-recoleta-medium h6 {
    font-family: var(--font_recoleta);
    font-weight: 500;
    line-height: 1.05;
}

.font-heading-teko-bold h1,
.font-heading-teko-bold h2,
.font-heading-teko-bold h3,
.font-heading-teko-bold h4,
.font-heading-teko-bold h5,
.font-heading-teko-bold h6 {
    font-family: var(--font_recoleta);
    font-weight: 700;
    line-height: 0.94;
}

.font-heading-dmsans-medium h1,
.font-heading-dmsans-medium h2,
.font-heading-dmsans-medium h3,
.font-heading-dmsans-medium h4,
.font-heading-dmsans-medium h5,
.font-heading-dmsans-medium h6 {
    font-family: var(--font_recoleta);
    font-weight: 500;
    line-height: 1;
}

.font-heading-plusjakartasans-regular h1,
.font-heading-plusjakartasans-regular h2,
.font-heading-plusjakartasans-regular h3,
.font-heading-plusjakartasans-regular h4,
.font-heading-plusjakartasans-regular h5,
.font-heading-plusjakartasans-regular h6 {
    font-family: var(--font_recoleta);
    font-weight: 400;
    line-height: 1;
}

.font-heading-plusjakartasans-regular-2 h1,
.font-heading-plusjakartasans-regular-2 h2,
.font-heading-plusjakartasans-regular-2 h3,
.font-heading-plusjakartasans-regular-2 h4,
.font-heading-plusjakartasans-regular-2 h5,
.font-heading-plusjakartasans-regular-2 h6 {
    font-family: var(--font_recoleta);
    font-weight: 400;
    line-height: 1.08;
}

.font-heading-beatricetrial-regular h1,
.font-heading-beatricetrial-regular h2,
.font-heading-beatricetrial-regular h3,
.font-heading-beatricetrial-regular h4,
.font-heading-beatricetrial-regular h5,
.font-heading-beatricetrial-regular h6 {
    font-family: var(--font_recoleta);
    font-weight: 400;
    line-height: 1.07;
}

.font-heading-beatricetrial-regular-2 h1,
.font-heading-beatricetrial-regular-2 h2,
.font-heading-beatricetrial-regular-2 h3,
.font-heading-beatricetrial-regular-2 h4,
.font-heading-beatricetrial-regular-2 h5,
.font-heading-beatricetrial-regular-2 h6 {
    font-family: var(--font_recoleta);
    font-weight: 400;
    line-height: 1.08;
}

.font-heading-beatricetrial-medium h1,
.font-heading-beatricetrial-medium h2,
.font-heading-beatricetrial-medium h3,
.font-heading-beatricetrial-medium h4,
.font-heading-beatricetrial-medium h5,
.font-heading-beatricetrial-medium h6 {
    font-family: var(--font_recoleta);
    font-weight: 500;
    line-height: 1.08;
}

.font-heading-khand-bold h1,
.font-heading-khand-bold h2,
.font-heading-khand-bold h3,
.font-heading-khand-bold h4,
.font-heading-khand-bold h5,
.font-heading-khand-bold h6 {
    font-family: var(--font_recoleta);
    font-weight: 700;
    line-height: 0.88;
}

.font-heading-instumentsans-medium h1,
.font-heading-instumentsans-medium h2,
.font-heading-instumentsans-medium h3,
.font-heading-instumentsans-medium h4,
.font-heading-instumentsans-medium h5,
.font-heading-instumentsans-medium h6 {
    font-family: var(--font_recoleta);
    font-weight: 500;
    line-height: 1;
}

.font-heading-instumentsans-semibold h1,
.font-heading-instumentsans-semibold h2,
.font-heading-instumentsans-semibold h3,
.font-heading-instumentsans-semibold h4,
.font-heading-instumentsans-semibold h5,
.font-heading-instumentsans-semibold h6 {
    font-family: var(--font_recoleta);
    font-weight: 600;
    line-height: 1;
}

.font-heading-spacegrotesk-bold h1,
.font-heading-spacegrotesk-bold h2,
.font-heading-spacegrotesk-bold h3,
.font-heading-spacegrotesk-bold h4,
.font-heading-spacegrotesk-bold h5,
.font-heading-spacegrotesk-bold h6 {
    font-family: var(--font_recoleta);
    font-weight: 700;
    line-height: 1;
}

.font-heading-canelatrial-thin h1,
.font-heading-canelatrial-thin h2,
.font-heading-canelatrial-thin h3,
.font-heading-canelatrial-thin h4,
.font-heading-canelatrial-thin h5,
.font-heading-canelatrial-thin h6 {
    font-family: var(--font_recoleta);
    font-weight: 300;
    line-height: 1.2;
}

.cf_parallax_image {
    overflow: hidden;
}

@keyframes wcBubble {
    0% {
        scale: 1;
    }

    50% {
        scale: 1.5;
    }

    100% {
        scale: 1;
    }
}

@keyframes wcZoom {
    0% {
        scale: 1;
    }

    50% {
        scale: 0.5;
    }

    100% {
        scale: 1;
    }
}

@keyframes wcZoom_2 {
    0% {
        scale: 1;
    }

    50% {
        scale: 0.9;
    }

    100% {
        scale: 1;
    }
}

@keyframes wcSlideBottom {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(50px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes reveal {
    to {
        opacity: 1;
        filter: blur(0px);
    }
}

@keyframes wcfadeUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes characters {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@keyframes sheen {
    50% {
        transform: translateY(-20px);
        color: var(--primary);
    }
}

.body-overlay {
    position: fixed;
    z-index: 9;
    pointer-events: none;
    top: 0;
    opacity: 1;
    inset-inline-start: 0;
    width: 100vw;
    height: 100vh;
    background-repeat: repeat;
    background-position: top left;
    background-image: url(../imgs/writer/body-bg.webp);
}

.container-xl {
    max-width: 1550px;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #d6d6d6;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.pagination.style-1 {
    display: flex;
    gap: 20px;
}

.pagination.style-1 li:last-child {
    padding-inline-start: 20px;
}

.pagination.style-1 li a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dir-rtl .pagination.style-1 li a img {
    transform: rotate(180deg);
}

.pagination.style-1 li a.current {
    color: #999;
}

.register-form-box {
    background-color: var(--white);
    border-radius: 30px;
    width: 420px;
    padding: 70px 45px 80px;
    position: relative;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .register-form-box {
        margin: 0 10px;
        padding: 50px 25px 60px;
        width: calc(100% - 20px);
    }
}

.register-form-box .close-btn {
    width: 45px;
    height: 45px;
    border: 1px solid var(--border);
    border-radius: 50%;
}

.register-form-box .btn-wrapper {
    position: absolute;
    right: 10px;
    top: 10px;
}

.register-form-box .title {
    font-size: 30px;
}

.register-form-box .title span {
    font-weight: 400;
    color: var(--primary);
}

.register-form-box .icon {
    margin-top: 20px;
    margin-bottom: 45px;
}

.register-form-box .input-field input {
    width: 100%;
    height: 60px;
    border: 1px solid var(--border);
    border-radius: 30px;
    padding: 0 30px;
    outline: none;
}

.register-form-box .input-field input:focus {
    border-color: var(--theme);
}

.register-form-box .input-field:not(:first-child) {
    margin-top: 12px;
}

.register-form-box .policy-field {
    margin-top: 20px;
    margin-bottom: 42px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.register-form-box .policy-field label {
    font-size: 14px;
}

.register-form-box .policy-field label a {
    font-weight: 600;
    text-decoration: underline;
}

.register-form-box .note {
    margin-top: 15px;
    text-align: start;
}

.register-form-box .note p {
    font-size: 14px;
}

.register-form-box .note p a {
    font-weight: 600;
    text-decoration: underline;
}

.register-form-box button {
    width: 100%;
}

.register-form-box .alternative-title {
    font-size: 16px;
    position: relative;
    margin-top: 38px;
}

.register-form-box .alternative-title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--border);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.register-form-box .alternative-title span {
    padding: 0 18px;
    background-color: var(--white);
    display: inline-block;
    position: relative;
}

.register-form-box .social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 37px;
}

.register-form-box .social-links a {
    width: 60px;
    height: 60px;
    background-color: #f5f5f5;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--primary);
}

.register-form-box .social-links a:hover {
    background-color: var(--theme);
}

.login-form-box {
    background-color: var(--white);
    border-radius: 30px;
    width: 420px;
    padding: 70px 45px 80px;
    position: relative;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .login-form-box {
        margin: 0 10px;
        padding: 50px 25px 60px;
        width: calc(100% - 20px);
    }
}

.login-form-box .close-btn {
    width: 45px;
    height: 45px;
    border: 1px solid var(--border);
    border-radius: 50%;
}

.login-form-box .btn-wrapper {
    position: absolute;
    right: 10px;
    top: 10px;
}

.login-form-box .title {
    font-size: 30px;
}

.login-form-box .title span {
    font-weight: 400;
    color: var(--primary);
}

.login-form-box .icon {
    margin-top: 20px;
    margin-bottom: 45px;
}

.login-form-box .input-field input {
    width: 100%;
    height: 60px;
    border: 1px solid var(--border);
    border-radius: 30px;
    padding: 0 30px;
    outline: none;
}

.login-form-box .input-field input:focus {
    border-color: var(--theme);
}

.login-form-box .input-field:not(:first-child) {
    margin-top: 12px;
}

.login-form-box .policy-field {
    margin-top: 15px;
    margin-bottom: 42px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.login-form-box .policy-field label {
    font-size: 14px;
}

.login-form-box .policy-field label a {
    font-weight: 600;
    text-decoration: underline;
}

.login-form-box .note {
    margin-top: 15px;
    text-align: start;
}

.login-form-box .note p {
    font-size: 14px;
}

.login-form-box .note p a {
    font-weight: 600;
    text-decoration: underline;
}

.login-form-box button {
    width: 100%;
}

.login-form-box .forget-password {
    font-size: 14px;
    color: var(--theme);
    margin-left: auto;
}

.pos-abs {
    position: absolute;
}

.header-area {
    transition: 0.3s;
}

.header-area.sticky {
    position: fixed !important;
    background-color: var(--white);
    z-index: 9999;
    height: 80px;
}

.dark .header-area.sticky {
    background-color: #121212;
}

.header-area.sticky .header-area__inner {
    height: 70px !important;
}

.header-area__inner .header__logo img {
    width: 140px;
}

.header-area.sticky button i {
    color: var(--primary);
}

.modal {
    z-index: 99999;
}

.modal-content {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
}

.btn-primary {
    background-color: rgba(0, 0, 0, 0);
    color: unset;
    border: unset;
    outline: unset;
}

.btn-primary:hover {
    background-color: unset;
}

.btn-primary:focus {
    outline: unset;
    background-color: unset;
    border: unset;
}

.form-search input {
    width: 100%;
    height: 55px;
    background: rgba(0, 0, 0, 0);
    border: 0;
    color: var(--white);
}

.form-search input:focus {
    outline: 0;
}

.form-search {
    display: flex;
    gap: 10px;
    border: 1px solid #19242b;
    border-radius: 70px;
    padding: 0 15px;
}

.form-search button i {
    color: var(--white);
}

.btn-close {
    content: "";
    font-family: "icomoon";
    font-size: 16px;
    opacity: 1;
    filter: brightness(100) contrast(0);
    border-radius: 50px;
    width: 2em;
    height: 2em;
    border: 1px solid var(--white);
    position: absolute;
    inset-inline-end: 20px;
    top: 20px;
    transition: unset;
}

.modal {
    background-color: var(--primary);
}

@media screen and (min-width: 1550px) {
    .container-large {
        max-width: 1630px;
    }

    .container-x-large {
        max-width: 1790px;
    }

    .container-hd {
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }
}

.circle-text {
    width: 140px;
    height: 140px;
    position: relative;
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .circle-text {
        width: 120px;
        height: 120px;
    }

    .footer-area .social-links {
        margin-bottom: 30px;
        margin-top: 15px;
    }

    .footer-area .social-links li a {
        font-size: 18px;
    }

    .footer-area .footer-widget-wrapper .title {
        margin-top: 30px;
    }

    .header__navicon .open-offcanvas {
        font-size: 25px;
    }
}

.circle-text .text {
    animation: spinner 5s infinite linear;
    padding: 2px;
}

.circle-text .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.circle-text:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 37px solid rgba(0, 0, 0, 0);
    border-radius: 50%;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.fix {
    overflow: hidden;
}

.bg-full {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.bg-full img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.has-top-line {
    position: relative;
    padding-top: 10px;
}

.has-top-line:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: currentColor;
    top: 0;
    left: 0;
}

.has-bottom-line {
    position: relative;
    padding-bottom: 10px;
}

.has-bottom-line:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: 0;
    left: 0;
}

.has-left-line {
    position: relative;
    padding-inline-start: 35px;
    display: inline-block;
}

.has-left-line:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    background-color: currentColor;
    inset-inline-start: 0;
    top: 50%;
    transform: translateY(-50%);
}

.has-right-line {
    position: relative;
    padding-inline-end: 35px;
    display: inline-block;
}

.has-right-line:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    background-color: currentColor;
    inset-inline-end: 0;
    top: 50%;
    transform: translateY(-50%);
}

.wc-btn-play {
    width: 56px;
    height: 56px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1.5px solid currentColor;
    color: var(--primary);
    border-radius: 50%;
    transition: all 0.5s;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .wc-btn-play {
        width: 50px;
        height: 50px;
        font-size: 12px;
        border-width: 1px;
    }
}

.wc-btn-play:hover {
    color: var(--theme, --action);
}

.wc-btn-play.light {
    color: var(--white);
}

.wc-btn-play.light:hover {
    color: var(--white);
}

.wc-btn-play.dark {
    color: var(--black);
}

.wc-btn-play.dark:hover {
    color: var(--black);
}

.show-light {
    display: inline-block;
}

.dark .show-light {
    display: none;
}

.show-dark {
    display: none;
}

.dark .show-dark {
    display: inline-block;
}

.line-area {
    position: relative;
    z-index: 1;
}

.lines {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: -1;
}

.lines .line {
    width: 1px;
    height: 100%;
    background-color: var(--border);
    display: inline-block;
    position: relative;
    z-index: 1;
}

.wc-btn-icon i {
    transform: rotate(-45deg);
    transition: all 0.3s;
    font-size: 20px;
    color: var(--primary);
}

.dir-rtl .wc-btn-icon i {
    transform: rotate(-135deg);
}

.wc-btn-icon:hover i {
    transform: rotate(0);
}

.dir-rtl .wc-btn-icon:hover i {
    transform: rotate(-180deg);
}

.list-check li {
    position: relative;
    padding-inline-start: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 10px;
}

.list-check li::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    background-image: url("../imgs/electrician/check-mark.webp");
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    top: 4px;
    transform: rotateY(0deg);
}

.dir-rtl .list-check li::before {
    transform: rotateY(180deg);
}

.list-check li:last-child {
    margin-bottom: 0;
}

.list-plus li {
    position: relative;
    padding-inline-start: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    display: inline-block;
    width: 100%;
}

.list-plus li::before {
    content: "+";
    position: absolute;
    inset-inline-start: 0;
    top: -10px;
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
}

.list-plus li:not(:last-child) {
    margin-bottom: 10px;
}

.pos-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.pagination-with-dash {
    font-size: 14px;
    display: flex;
    gap: 10px;
    color: var(--primary);
    align-items: center;
}

.pagination-with-dash .dash {
    width: 100px;
    height: 1px;
    background-color: var(--primary);
}

.pagination-with-dash .swiper-pagination-current {
    display: flex;
    gap: 5px;
    align-items: center;
}

.pagination-with-dash .swiper-pagination-total {
    display: flex;
    gap: 5px;
    align-items: center;
}

.wcf__toggle_switcher .slide-toggle-wrapper {
    display: flex;
    justify-content: center;
}

.wcf__toggle_switcher .slide-toggle-btn {
    --switcher-width: 40px;
    --switcher-border-width: 2px;
    --switcher-indicator-width: 16px;
    background-color: #f0f7f8;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.wcf__toggle_switcher .slide-toggle-btn input {
    display: none;
}

.wcf__toggle_switcher .before_label,
.wcf__toggle_switcher .after_label {
    cursor: pointer;
    font-size: 18px;
    color: var(--primary);
}

.wcf__toggle_switcher .toggle-pane {
    display: none;
}

.wcf__toggle_switcher .toggle-pane.show {
    display: block;
}

.wcf__toggle_switcher.style-1 .switcher {
    display: inline-block;
    width: var(--switcher-width);
    height: 20px;
    background-color: #999;
    border: var(--switcher-border-width) solid #999;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}

.wcf__toggle_switcher.style-1 .switcher::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: var(--switcher-indicator-width);
    height: var(--switcher-indicator-width);
    background-color: #fff;
    border-radius: 50%;
    transition: transform 0.3s;
    transform: translate(0px, -50%);
}

.wcf__toggle_switcher.style-1 input:checked+.switcher::before {
    transform: translate(calc(var(--switcher-width) - (var(--switcher-indicator-width) + 2 * var(--switcher-border-width))),
            -50%);
}

.wcf__toggle_switcher.style-1 input:checked+.switcher {
    background-color: #000;
    border-color: #000;
}

.wcf__toggle_switcher.style-2 .before_label,
.wcf__toggle_switcher.style-2 .after_label {
    padding: 22px 38px;
    position: relative;
    z-index: 2;
    font-size: 16px;
    line-height: 1;
    color: var(--primary);
}

.wcf__toggle_switcher.style-2 .before_label:after,
.wcf__toggle_switcher.style-2 .after_label:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 60px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--theme);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s;
}

.wcf__toggle_switcher.style-2 .before_label.active,
.wcf__toggle_switcher.style-2 .after_label.active {
    color: var(--primary);
}

.wcf__toggle_switcher.style-2 .before_label.active:after,
.wcf__toggle_switcher.style-2 .after_label.active:after {
    opacity: 1;
    visibility: visible;
    transform: translatex(0);
}

.wcf__toggle_switcher.style-2 .before_label:after {
    transform: translatex(100%);
}

.wcf__toggle_switcher.style-2 .after_label:after {
    transform: translatex(-100%);
}

.wcf__toggle_switcher.style-2 .slide-toggle-btn {
    gap: 0;
    border-radius: 60px;
}

html {
    --container-max-widths: 1320px;
}

@media only screen and (max-width: 1399px) {
    html {
        --container-max-widths: 1140px;
    }
}

@media only screen and (max-width: 1199px) {
    html {
        --container-max-widths: 960px;
    }
}

@media only screen and (max-width: 991px) {
    html {
        --container-max-widths: 720px;
    }
}

@media only screen and (max-width: 767px) {
    html {
        --container-max-widths: 540px;
    }
}

body {
    background-color: #f5f5f5;
    color: var(--secondary);
}

.dark body {
    background-color: #121212;
}

.body-wrapper {
    background-color: var(--white);
    overflow: hidden;
}

.dark .body-wrapper {
    background-color: var(--black);
}

.img_anim_reveal {
    visibility: hidden;
    overflow: hidden;
}

.img_anim_reveal img {
    -o-object-fit: cover;
    object-fit: cover;
    transform-origin: left;
}

.anim-reveal {
    overflow: hidden;
}

.anim-reveal-line {
    overflow: hidden;
}

.color-white {
    color: var(--white);
}

.color-black {
    color: var(--black);
}

.color-primary {
    color: var(--primary);
}

.color-secondary {
    color: var(--secondary);
}

.wc-bg-white {
    background-color: var(--white);
}

.wc-bg-black {
    background-color: var(--black);
}

.wc-bg-primary {
    background-color: var(--primary);
}

.wc-bg-secondary {
    background-color: var(--secondary);
}

.wc-bg-transparent {
    background-color: rgba(0, 0, 0, 0) !important;
}

.zi-1 {
    z-index: 1;
}

.zi-2 {
    z-index: 2;
}

.zi-0 {
    z-index: 0;
}

.zi--1 {
    z-index: -1;
}

.box-layout {
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden !important;
}

.text-underline {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.vertically-center {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-indent-40 {
    text-indent: 40px;
}

.text-indent-50 {
    text-indent: 50px;
}

header {
    margin-bottom: -1px;
    z-index: 100;
}

section {
    margin-bottom: -1px;
}

.dir-rtl {
    direction: rtl;
}

.line-divider-sm {
    height: 0.5px;
    background-color: var(--black-9);
}

.dark .line-divider-sm {
    background-color: #e9e9e9;
}

.admin-bar header,
.admin-bar .body-wrapper {
    margin-top: 32px;
}

.swiper,
.swiper-container {
    direction: ltr;
}

.border-e-0 {
    border-inline-end: 0 !important;
}

.border-s-0 {
    border-inline-start: 0 !important;
}

.hover-zoom li a:hover {
    transform: scale(1.1);
}

.hover-rotate li a i {
    transition: all 1s;
}

.hover-rotate li a:hover i {
    transform: rotate(360deg);
}

.hover-space li a:hover {
    letter-spacing: 1px;
}

.hover-border-move li a {
    position: relative;
    transition: all 0.5s;
}

.hover-border-move li a:hover::after {
    width: 100%;
    left: auto;
    right: 0;
}

.hover-border-move li a::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
    background-color: currentColor;
}

.menu-hover-default li a:hover {
    color: var(--primary);
}

.menu-hover-space li a:hover {
    letter-spacing: 1px;
}

.blog-img-leftmove img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.blog-img-leftmove:hover img {
    transform: scale(1.1) translateX(4%);
}

.blog-img-zoom {
    overflow: hidden;
}

.blog-img-zoom img {
    transform: scale(1);
    transition: all 1s;
}

.blog-img-zoom:hover img {
    transform: scale(1.1);
}

.anim_img_zoom img {
    transform: scale(1);
    transition: all 1s;
}

.anim_img_zoom:hover img {
    transform: scale(1.1);
}

.title-hover-flip {
    overflow: hidden;
    perspective: 1000px;
}

.title-hover-flip strong {
    font-weight: 400;
    position: relative;
    display: inline-block;
    transition: transform 0.5s;
    transform-origin: 50% 0;
    transform-style: preserve-3d;
}

.title-hover-flip strong:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    content: attr(data-hover);
    transition: all 0.5s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
}

.title-hover-flip:hover strong {
    transform: rotateX(90deg) translateY(-22px);
}

.service-hover-default:hover {
    background-color: var(--white-6);
}

.service-rollover-right {
    position: relative;
    transition: all 0.5s;
}

.service-rollover-right::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--white-6);
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}

.service-rollover-right:hover::after {
    width: 100%;
    left: auto;
    right: 0%;
}

.service-rollover-left {
    position: relative;
    transition: all 0.5s;
}

.service-rollover-left::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: var(--white-6);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    z-index: -1;
}

.service-rollover-left:hover::after {
    width: 100%;
    right: auto;
    left: 0%;
}

.service-rollover-top {
    position: relative;
    transition: all 0.5s;
}

.service-rollover-top::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    left: 0;
    bottom: 0;
    background-color: var(--white-6);
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}

.service-rollover-top:hover::after {
    height: 100%;
    bottom: auto;
    top: 0%;
}

.service-rollover-bottom {
    position: relative;
    transition: all 0.5s;
}

.service-rollover-bottom::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    top: 0;
    left: 0;
    background-color: var(--white-6);
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}

.service-rollover-bottom:hover::after {
    height: 100%;
    top: auto;
    bottom: 0%;
}

.container-preloader {
    align-items: center;
    cursor: none;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 900;
}

.container-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

.container-preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    height: 9em;
    width: 9em;
    border: 10px solid var(--white);
    border-top-color: var(--primary);
    margin: 0 auto 3.5em auto;
}

@media only screen and (max-width: 767px) {
    .container-preloader .animation-preloader .spinner {
        margin: 0 auto 0.2em auto;
    }
}

.container-preloader .animation-preloader .txt-loading {
    font:
        bold 5em "Montserrat",
        sans-serif;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.container-preloader .animation-preloader .txt-loading .characters {
    color: var(--white);
    position: relative;
    display: inline-block;
}

.dark .container-preloader .animation-preloader .txt-loading .characters {
    color: rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 767px) {
    .container-preloader .animation-preloader .txt-loading .characters {
        font-size: 50px;
    }
}

.container-preloader .animation-preloader .txt-loading .characters:before {
    color: var(--primary);
    content: attr(data-text);
    animation: characters 4s infinite;
    left: 0;
    top: 0;
    opacity: 0;
    position: absolute;
    transform: rotateY(-90deg);
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(2):before {
    animation-delay: 0.2s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(3):before {
    animation-delay: 0.4s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(4):before {
    animation-delay: 0.6s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(5):before {
    animation-delay: 0.8s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(6):before {
    animation-delay: 1s;
}

.container-preloader .loader-section {
    background-color: var(--black);
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.dark .container-preloader .loader-section {
    background-color: var(--white);
}

.container-preloader .loader-section.section-left {
    left: 0;
}

.container-preloader .loader-section.section-right {
    right: 0;
}

.loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.loaded .loader-section.section-left {
    transform: translateX(-101%);
    transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.loaded .loader-section.section-right {
    transform: translateX(101%);
    transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.scroll__down {
    display: flex;
    gap: 20px;
    align-items: center;
}

.scroll__down p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.9;
    text-transform: uppercase;
    color: var(--white);
}

.scroll__down span {
    width: 66px;
    height: 106px;
    border: 1px solid var(--black-6);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 89px;
}

.scroll__down span i {
    color: var(--white);
}

.scroll__down-wrapper {
    height: 425px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 1399px) {
    .scroll__down-wrapper {
        height: 380px;
    }
}

@media only screen and (max-width: 1199px) {
    .scroll__down-wrapper {
        height: 350px;
    }
}

@media only screen and (max-width: 767px) {
    .scroll__down-wrapper {
        height: auto;
        padding: 40px 0;
    }
}

.scroll-top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 15px;
    bottom: 0px;
    z-index: 9999;
    background: var(--white);
    border-radius: 100px;
    mix-blend-mode: exclusion;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.scroll-top.showed {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}

.go-top-writer {
    width: 105px;
    font-size: 16px;
    cursor: pointer;
    text-align: left;
    color: var(--white);
    background-image: url(../imgs/writer/go-top.webp);
    background-position: right center;
    background-repeat: no-repeat;
    right: 16%;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    transition: all 0.5s;
}

.dark .go-top-writer {
    color: var(--black);
    background-image: url(../imgs/writer/go-top-light.webp);
}

.go-top-writer:hover {
    color: var(--primary);
}

.go-top-writer.showed {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .go-top-writer br {
        display: block;
    }
}

.progress-wrap {
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    content: "";
    font: var(--fa-font-solid);
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: var(--black);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 200ms linear;
    border-radius: 50px;
}

.progress-wrap svg path {
    fill: var(--black-6);
}

.progress-wrap svg.progress-circle path {
    fill: var(--white);
    stroke: var(--theme);
    stroke-width: 5;
    box-sizing: border-box;
    transition: all 200ms linear;
}

.light .scroll__down p {
    color: var(--black);
}

.light .scroll__down span {
    border-color: var(--white-3);
}

.light .scroll__down span i {
    color: var(--black);
}

.light.go-top-writer {
    color: var(--black);
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../imgs/writer/go-top-light.webp);
}

.light.progress-wrap {
    margin: 0;
    background-color: rgba(0, 0, 0, 0);
}

.light.progress-wrap svg path {
    fill: var(--black);
}

.light.progress-wrap::after {
    color: var(--white);
}

.b-radius {
    border-radius: 12px;
}

.wc-btn {
    display: inline-flex;
    transition: all 0.3s;
}

.wc-btn-default {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    text-transform: capitalize;
    background: rgba(0, 0, 0, 0);
    border-radius: 100px;
    padding: 17px 35px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    border: 1px solid var(--border);
    overflow: hidden;
    transition: all 0.3s;
}

.wc-btn-default:hover {
    color: var(--white);
}

.dark .wc-btn-default {
    color: var(--black);
}

.dark .wc-btn-default:hover {
    color: var(--black);
}

.dir-rtl .wc-btn-default i {
    transform: rotateY(180deg);
}

.wc-btn-border {
    gap: 10px;
    display: inline-flex;
    align-items: center;
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding: 16px 30px;
    border: 1px solid var(--white);
    overflow: hidden;
    transition: all 0.3s;
    z-index: 1;
    position: relative;
}

.wc-btn-border:hover {
    color: var(--white);
}

.dark .wc-btn-border {
    color: var(--black);
    border-color: var(--black);
}

.dark .wc-btn-border:hover {
    color: var(--black);
}

.wc-btn-primary {
    padding: 21px 30px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: var(--white);
    background-color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 15px;
    text-transform: capitalize;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
    gap: 30px;
    white-space: nowrap;
}

.dark .wc-btn-primary {
    color: var(--black);
}

@media only screen and (max-width: 991px) {
    .wc-btn-primary {
        padding: 16px 25px;
    }
}

.wc-btn-primary:hover {
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary);
}

.wc-btn-primary.bordered {
    border-color: var(--primary);
    background-color: rgba(0, 0, 0, 0);
    color: var(--primary);
}

.wc-btn-primary.bordered:hover {
    border-color: var(--primary);
    background-color: var(--primary);
    color: var(--white);
}

.dark .wc-btn-primary.bordered:hover {
    color: var(--black);
}

.dir-rtl .wc-btn-primary i {
    transform: rotateY(180deg);
}

.wc-btn-circle {
    text-align: center;
    width: 70px;
    height: 70px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: var(--black);
    border-radius: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
}

@media only screen and (max-width: 1199px) {
    .wc-btn-circle {
        width: 50px;
        height: 50px;
    }
}

.wc-btn-circle:hover {
    background-color: var(--black);
    color: var(--white);
}

.wc-btn-oval {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: var(--white);
    border: 1px solid #3f3a36;
    display: inline-block;
    padding: 32px 52px;
    text-align: center;
    transition: all 0.3s;
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
}

.dark .wc-btn-oval {
    color: var(--black);
}

.wc-btn-oval:hover {
    color: var(--primary);
}

.wc-btn-light {
    color: var(--white) !important;
    border-color: var(--white) !important;
}

.wc-btn-light:hover {
    color: var(--black) !important;
}

.wc-btn-light span {
    background-color: var(--white) !important;
}

.wc-btn-ellipse {
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    padding: 45px 45px;
    position: relative;
    display: inline-block;
    background-color: var(--white);
    border-radius: 100%;
    border-top-left-radius: 200%;
    border-bottom-right-radius: 200%;
    z-index: 1;
}

.dark .wc-btn-ellipse {
    color: var(--black);
    background-color: var(--black);
}

.wc-btn-ellipse:before {
    position: absolute;
    content: "";
    width: calc(100% - 14px);
    height: calc(100% - 2px);
    background-color: var(--black);
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    border-top-left-radius: 200%;
    border-bottom-right-radius: 200%;
}

.dark .wc-btn-ellipse:before {
    background-color: #ededed;
}

.wc-btn-appointment {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--blue-6);
    text-align: center;
    border: 1px solid currentColor;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 215px;
    width: 215px;
    padding: 20px;
}

@media only screen and (max-width: 1199px) {
    .wc-btn-appointment {
        width: 200px;
        height: 200px;
    }
}

@media only screen and (max-width: 991px) {
    .wc-btn-appointment {
        width: 170px;
        height: 170px;
        font-size: 18px;
    }
}

.wc-btn-appointment i {
    font-size: 24px;
    margin-bottom: 10px;
}

.wc-btn-appointment:hover {
    color: var(--blue-3);
}

.wc-btn-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.7;
    color: var(--white);
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.dark .wc-btn-link {
    color: var(--black);
}

.wc-btn-link i {
    transform: rotate(-45deg);
    transition: all 0.3s;
}

.wc-btn-link:hover {
    color: var(--primary);
}

.wc-btn-link:hover i {
    transform: rotate(0);
    color: var(--primary);
}

.about-btn {
    display: inline-block;
    padding: 15px 30px;
    background-color: var(--primary);
    color: var(--black);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

.about-btn img {
    padding-left: 15px;
}

.readmore-btn img {
    margin-bottom: 3px;
}

.play_btn_5 {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--white);
}

@media only screen and (max-width: 991px) {
    .play_btn_5 {
        height: 80px;
        width: 80px;
    }
}

.play_btn_5:hover {
    border-color: var(--primary);
}

.play_btn_5 i {
    font-size: 20px;
    color: var(--white);
}

.dark .play_btn_5 i {
    color: var(--black);
}

.dark .play_btn_5 img {
    filter: brightness(0);
}

.get-touch {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: var(--white-11);
    padding: 13px 18px;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid var(--white);
    margin-inline-end: 40px;
}

.get-touch:hover {
    color: var(--white);
}

@media only screen and (max-width: 767px) {
    .get-touch {
        padding: 12px 10px;
        margin-inline-end: 12px;
    }
}

.wc-btns-group {
    text-align: center;
    display: flex;
}

@media only screen and (max-width: 991px) {
    .wc-btns-group {
        flex-direction: column;
    }
}

@media only screen and (max-width: 767px) {
    .wc-btns-group {
        padding: 40px 0;
    }

    .wc-btns-group br {
        display: block;
    }
}

.wc-btns-group .btn-wrapper a {
    width: 140px;
    height: 140px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--white);
    border-radius: 50%;
    color: var(--black);
    font-weight: 500;
}

@media only screen and (max-width: 1199px) {
    .wc-btns-group .btn-wrapper a {
        width: 110px;
        height: 110px;
    }
}

.wc-btns-group .btn-wrapper:first-child a {
    margin-inline-end: -15px;
    background-color: var(--primary);
}

@media only screen and (max-width: 991px) {
    .wc-btns-group .btn-wrapper:first-child a {
        margin-inline-end: 0;
    }
}

.wc-btns-group .btn-wrapper:first-child a span {
    background-color: var(--white);
}

.wc-btns-group .btn-wrapper:last-child a {
    margin-inline-start: -15px;
}

.dark .wc-btns-group .btn-wrapper:last-child a {
    background: var(--black);
    color: var(--white);
}

@media only screen and (max-width: 991px) {
    .wc-btns-group .btn-wrapper:last-child a {
        margin-inline-start: 0;
        margin-top: -15px;
    }
}

.wc-btns-group .btn-wrapper:last-child a:hover {
    border: 0;
}

.wc-btns-group .btn-wrapper:last-child a span {
    background-color: var(--primary);
}

.wc-btns-group-wrap {
    height: 425px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid var(--black-6);
}

.dark .wc-btns-group-wrap {
    border-color: #f3f2f2;
}

@media only screen and (max-width: 1399px) {
    .wc-btns-group-wrap {
        height: 380px;
    }
}

@media only screen and (max-width: 1199px) {
    .wc-btns-group-wrap {
        height: 350px;
    }
}

@media only screen and (max-width: 767px) {
    .wc-btns-group-wrap {
        height: auto;
    }
}

.wc-btns-group a:hover {
    border: 0;
}

.wc-btns-group a span {
    background-color: var(--white);
}

.btn-hover-bgchange {
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.btn-hover-bgchange span {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    z-index: -1;
    border-radius: 100%;
    transition: all 1s;
    background-color: var(--primary);
    transform: translate(-50%, -50%);
}

.btn-hover-bgchange:hover {
    color: var(--black);
    border: 1px solid var(--primary);
}

.btn-hover-bgchange:hover span {
    width: 400px;
    height: 400px;
}

.wc-btn-link-none {
    color: var(--primary);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.85;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 30px;
}

.wc-btn-link-none:hover {
    color: var(--action);
}

.wc-btn-underline {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    color: var(--primary);
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 4px;
    white-space: nowrap;
}

.wc-btn-underline:hover::before {
    width: 0;
}

.wc-btn-underline::before {
    position: absolute;
    content: "";
    inset-inline-start: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    transition: 0.3s;
}

.wc-btn-underline i,
.wc-btn-underline img {
    font-size: 10px;
}

.dir-rtl .wc-btn-underline i,
.dir-rtl .wc-btn-underline img {
    transform: rotateY(180deg);
}

.wc-btn-normal {
    display: inline-flex;
    position: relative;
    color: var(--secondary);
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    align-items: center;
    gap: 5px;
}

.wc-btn-normal:hover {
    color: var(--theme);
}

.wc-btn-normal i {
    font-size: 14px;
}

.dir-rtl .wc-btn-normal i {
    transform: rotateY(180deg);
}

.btn-text-flip {
    perspective: 1000px;
}

.btn-text-flip span {
    position: relative;
    display: inline-block;
    padding: 0;
    transition: transform 0.5s;
    transform-origin: center top;
    backface-visibility: hidden;
}

.btn-text-flip:hover span {
    transform: rotateX(0deg);
    color: rgb(226, 226, 226);
}

.btn-text-flip.dark__btn:hover span {
    transform: rotateX(0deg);
    color: rgb(48, 48, 48);
}

.btn-text-flip.dark__btn span {
    font-family: var(--font_recoleta);
}

.btn-text-flip:hover span:before {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.wc-btn-group {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
}

.wc-btn-group>*:nth-child(1) {
    transform: scale3d(0.5, 0.5, 1);
    margin-inline-end: -40px;
}

.wc-btn-group>*:nth-child(2) {
    transform: scale3d(1, 1, 1);
}

.wc-btn-group>*:nth-child(3) {
    transform: scale3d(1, 1, 1);
    margin-inline-start: 0;
}

.wc-btn-group:hover>*:nth-child(1) {
    transform: scale3d(1, 1, 1);
    margin-inline-end: 0;
}

.wc-btn-group:hover>*:nth-child(2) {
    transform: scale3d(1, 1, 1);
}

.wc-btn-group:hover>*:nth-child(3) {
    transform: scale3d(0.5, 0.5, 1);
    margin-inline-start: -40px;
}

@keyframes mask_animation {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
}

@keyframes mask_animation_2 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }

    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
}

.btn-hover-default {
    transition: all 0.5s;
}

.btn-hover-default:hover {
    color: var(--black);
    background-color: var(--white);
}

.btn-hover-cross {
    overflow: hidden;
    position: relative;
    transition: all 1s;
}

.btn-hover-cross::after {
    position: absolute;
    content: "";
    width: 150%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: var(--primary);
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transition: all 0.75s;
    opacity: 0.5;
    z-index: -1;
}

.btn-hover-cross:hover {
    border-color: var(--primary);
    background-color: rgba(0, 0, 0, 0);
}

.btn-hover-cross:hover::after {
    height: 120%;
    opacity: 1;
}

.btn-hover-divide {
    overflow: hidden;
    position: relative;
    transition: all 1s;
    z-index: 1;
}

.btn-hover-divide::after {
    position: absolute;
    content: "";
    width: 150%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: var(--primary);
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transition: all 0.75s;
    opacity: 0.5;
    z-index: -1;
}

.btn-hover-divide:hover {
    border-color: var(--primary);
    background-color: rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0);
}

.btn-hover-divide:hover::after {
    height: 400%;
    opacity: 1;
}

.btn-hover-cropping {
    overflow: hidden;
    position: relative;
    transition: all 1s;
}

.btn-hover-cropping::after {
    position: absolute;
    content: "";
    width: 150%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: var(--primary);
    transform: translateX(-50%) translateY(-50%) rotate(25deg);
    transition: all 0.75s;
    opacity: 0.5;
    z-index: -1;
}

.btn-hover-cropping:hover {
    border-color: var(--primary);
    background-color: rgba(0, 0, 0, 0);
}

.btn-hover-cropping:hover::after {
    height: 400%;
    opacity: 1;
}

.btn-hover-mask {
    gap: 10px;
    display: inline-flex;
    align-items: center;
    padding: 15px 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    border-radius: 5px;
    color: var(--white);
    font-weight: 400;
    font-size: 16px;
    border: 1px solid var(--white);
    z-index: 1;
}

.btn-hover-mask::after {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    position: absolute;
    content: attr(data-text);
    cursor: pointer;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--white);
    -webkit-mask: url("../images/nature-sprite.webp");
    mask: url("../images/nature-sprite.webp");
    -webkit-mask-size: 2300% 100%;
    mask-size: 2300% 100%;
    animation: mask_animation_2 0.7s steps(22) forwards;
}

.btn-hover-mask:hover {
    color: var(--white);
}

.btn-hover-mask:hover::after {
    animation: mask_animation 0.7s steps(22) forwards;
}

.dark .btn-hover-mask {
    border-color: var(--black);
}

.dark .btn-hover-mask::after {
    z-index: -1;
    color: var(--white);
    background-color: var(--black);
}

.dark .btn-hover-mask:hover {
    color: var(--black);
}

.btn-rollover-top {
    position: relative;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.btn-rollover-top:before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 0px;
    width: 100%;
    z-index: -1;
    content: "";
    background-color: var(--primary);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.btn-rollover-top:hover {
    border-color: var(--primary);
    background-color: rgba(0, 0, 0, 0);
}

.btn-rollover-top:hover::before {
    top: 0%;
    bottom: auto;
    height: 100%;
}

.btn-rollover-left {
    position: relative;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.btn-rollover-left::before {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: "";
    background-color: var(--primary);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

.btn-rollover-left:hover {
    border-color: var(--primary);
    background-color: rgba(0, 0, 0, 0);
}

.btn-rollover-left:hover::before {
    left: 0%;
    right: auto;
    width: 100%;
}

.btn-rollover-cross {
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
}

.btn-rollover-cross::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 100%;
    left: 100%;
    opacity: 0;
    border-bottom: 3px solid var(--primary);
    border-left: 3px solid var(--primary);
    transition: all 0.75s;
}

.btn-rollover-cross::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 100%;
    right: 100%;
    opacity: 0;
    border-top: 3px solid var(--primary);
    border-right: 3px solid var(--primary);
    transition: all 0.75s;
}

.btn-rollover-cross:hover {
    border-color: rgba(0, 0, 0, 0);
    color: var(--primary);
}

.btn-rollover-cross:hover::before {
    bottom: 0;
    left: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
}

.btn-rollover-cross:hover::after {
    top: 0;
    right: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
}

.btn-parallal-border {
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
}

.btn-parallal-border::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 0%;
    bottom: 0;
    left: 0;
    opacity: 0;
    border-bottom: 3px solid var(--primary);
    border-left: 3px solid var(--primary);
    border-radius: 5px;
    transition: all 0.75s;
}

.btn-parallal-border::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 0%;
    top: 0;
    right: 0;
    opacity: 0;
    border-top: 3px solid var(--primary);
    border-right: 3px solid var(--primary);
    border-radius: 5px;
    transition: all 0.75s;
}

.btn-parallal-border:hover {
    border-color: rgba(0, 0, 0, 0);
    color: var(--primary);
}

.btn-parallal-border:hover::before {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.btn-parallal-border:hover::after {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.main-menu.menu-dark>ul>li>a {
    color: var(--black);
}

.main-menu.menu-light>ul>li>a {
    color: var(--white);
}

.main-menu>ul {
    display: flex;
}

.main-menu>ul>li:hover>a {
    color: var(--primary);
}

.main-menu>ul>li:hover>ul {
    opacity: 1;
    pointer-events: all;
    inset-inline-start: 0;
}

.main-menu>ul>li:hover>ul.dp-menu li:hover>ul {
    opacity: 1;
    pointer-events: all;
    inset-inline-start: 100%;
    visibility: visible;
}

.main-menu li {
    position: relative;
}

.main-menu li a {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: var(--primary);
    padding: 37px 15px;
    text-transform: uppercase;
}

.main-menu ul.dp-menu {
    background-color: #232529;
    padding: 18px 0px;
    width: 250px;
    position: absolute;
    inset-inline-start: 10px;
    /* You can remove this if centering only */
    opacity: 0;
    pointer-events: none;
    /* Prevents interaction until hover */
    z-index: 10;
    transition: all 0.4s ease;
    border-radius: 10px;
    top: 105%;
    left: 50%;
    transform: translateX(-50%);
}


.main-menu ul.dp-menu ul {
    background: #232529;
    padding: 18px 0px;
    width: 230px;
    position: absolute;
    inset-inline-start: calc(100% + 10px);
    top: 0;
    opacity: 0;
    z-index: 10;
    transition: all 0.5s;
    visibility: hidden;
}

.main-menu ul.dp-menu li {
    position: relative;
    padding: 0 25px;
}

.main-menu ul.dp-menu li:hover>a {
    color: var(--white);
    background-color: rgba(0, 0, 0, 0);
}

.main-menu ul.dp-menu li:hover>ul {
    opacity: 1;
    transform: none !important;
    pointer-events: all;
}

.main-menu ul.dp-menu li a {
    font-size: 16px;
    font-weight: 500;
    color: #999;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 8px;
    text-transform: capitalize;
}

.main-menu ul.dp-menu li a:hover {
    letter-spacing: 0.5px;
}

.main-menu ul.dp-menu li a:after {
    transform: rotate(-90deg);
    margin-left: auto;
}

.main-menu ul.dp-menu.col-2 {
    -moz-column-count: 2;
    column-count: 2;
    width: 500px;
}

.main-menu .has-mega-menu {
    position: static;
}

.main-menu li.menu-item-has-children>a:after {
    content: "";
    font-family: var(--font_awesome);
    margin-inline-start: 5px;
    font-weight: 600;
    font-size: 14px;
}

.main-menu .mega-menu {
    background-color: var(--black);
    padding: 30px 50px;
    width: 100%;
    position: absolute;
    left: 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 50px;
    column-gap: 50px;
    justify-content: center;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
    transition: all 0.5s;
}

@media only screen and (max-width: 1399px) {
    .main-menu .mega-menu {
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
}

.main-menu .mega-menu li:has(ul)>a:after {
    content: "";
}

.main-menu .mega-menu li a {
    font-size: 16px;
    font-weight: 500;
    color: #999;
    height: 40px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--black);
    border-radius: 8px;
    overflow: hidden;
}

.main-menu .mega-menu li a:hover {
    color: var(--white);
    background: #2c2c2f;
}

.main-menu .mega-menu .title {
    font-weight: 600;
    color: var(--white);
    text-transform: uppercase;
    border-bottom: 1px solid #333337;
    padding-bottom: 20px;
    margin-bottom: 20px;
    pointer-events: none;
    border-radius: 0;
}

.main-menu .mega-style-2 {
    padding: 0 15%;
    gap: 0;
    grid-template-columns: repeat(2, 1fr);
}

.main-menu .mega-style-2 .title {
    height: 70px;
    padding-bottom: 0;
    margin-bottom: 0;
    position: relative;
    overflow: visible;
    padding-left: 30px;
}

.main-menu .mega-style-2 .title:after {
    position: absolute;
    content: "";
    width: 5000px;
    height: 1px;
    background-color: #333337;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
}

.main-menu .mega-style-2>li:not(:first-child) {
    border-left: 1px solid #333337;
}

.main-menu .mega-style-2 ul {
    -moz-column-count: 2;
    column-count: 2;
    position: relative;
    padding: 20px 0;
}

.main-menu .mega-style-2 ul:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 700px;
    background-color: #333337;
    top: 0;
    left: 50%;
    z-index: 1;
}

.main-menu .mega-style-2 ul li a {
    padding-left: 30px;
}

.main-menu .mega-style-3 {
    padding: 0 0 0 20px;
    gap: 0;
    grid-template-columns: repeat(3, 1fr);
}

.main-menu .mega-style-3 .title {
    height: 70px;
    padding-bottom: 0;
    margin-bottom: 0;
    position: relative;
    overflow: visible;
    padding-left: 30px;
}

.main-menu .mega-style-3 .title:after {
    position: absolute;
    content: "";
    width: 5000px;
    height: 1px;
    background-color: #333337;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
}

.main-menu .mega-style-3>li:not(:first-child) {
    border-left: 1px solid #333337;
}

.main-menu .mega-style-3>li:last-child {
    border: none;
    width: 36vw;
}

@media only screen and (max-width: 1399px) {
    .main-menu .mega-style-3>li:last-child {
        width: 32vw;
    }
}

.main-menu .mega-style-3 ul {
    -moz-column-count: 2;
    column-count: 2;
    position: relative;
    padding: 20px 0;
    -moz-column-gap: 0;
    column-gap: 0;
}

.main-menu .mega-style-3 ul:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 700px;
    background-color: #333337;
    top: 0;
    left: 50%;
    z-index: 1;
}

.main-menu .mega-style-3 ul li {
    margin: 0 10px;
}

.main-menu .mega-style-3 ul li a {
    padding-left: 20px;
}

.main-menu .mega-grid-6 {
    grid-template-columns: repeat(6, 1fr);
}

.main-menu .mega-grid-2 {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 60px;
}

.main-menu .list-3-column ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 50px;
    column-gap: 50px;
}

@media only screen and (max-width: 1399px) {
    .main-menu .list-3-column ul {
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
}

.main-menu .span-first-item ul li:first-child {
    grid-column: 1/-1;
    -moz-column-span: all;
    column-span: all;
}

.main-menu .new {
    font-size: 10px;
    font-weight: 600;
    background: #ffa38e;
    color: var(--black);
    padding: 3px 7px;
    line-height: 1;
    border-radius: 2px;
    margin-inline-start: 8px;
    display: inline-block;
}

@media only screen and (max-width: 1199px) {
    .main-menu-2 {
        display: none;
    }
}

.main-menu-2 li {
    display: inline-block;
    padding: 0 10px;
}

.main-menu-2 li a {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: var(--white);
    padding: 10px;
    text-transform: capitalize;
}

.main-menu-2 li a:hover {
    color: var(--primary);
}

@media only screen and (max-width: 1399px) {
    .main-menu-2 li a {
        padding: 5px 0;
    }
}

.main-menu-3 li {
    display: inline-block;
    margin-right: 45px;
}

@media only screen and (max-width: 1199px) {
    .main-menu-3 li {
        margin-right: 25px;
    }
}

.main-menu-3 li:last-child {
    margin-right: 0;
}

.main-menu-3 li a {
    color: var(--white);
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}

.main-menu-3 li a:hover {
    color: var(--primary);
}

.main-menu-4 li {
    display: inline-block;
    margin-right: 50px;
}

.main-menu-4 li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--white);
    text-transform: uppercase;
}

.main-menu-4 li a:hover {
    color: var(--primary);
}

.mega-menu-thumb {
    width: 108%;
    aspect-ratio: 100/83;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

@media only screen and (max-width: 1199px) {
    .mega-menu-thumb {
        width: 100%;
        height: 100%;
    }
}

.mega-menu-thumb:after {
    position: absolute;
    content: "";
    width: 76%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, rgba(28, 29, 32, 0) 0%, #1c1d20 100%);
}

.mega-menu-thumb .laptop-view {
    width: 70%;
    aspect-ratio: 100/114;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    position: absolute;
    right: 70px;
    bottom: 0;
}

.mega-menu-counter__item {
    text-align: center;
    display: inline-block;
    margin-top: 35%;
    margin-left: 17%;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .mega-menu-counter__item {
        margin: 30px auto 50px;
    }
}

.mega-menu-counter__text p {
    font-size: 30px;
    line-height: 28px;
    color: var(--white);
    font-weight: 500;
}

.mega-menu-counter__number {
    font-size: 150px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 24px;
    color: var(--white);
    background: linear-gradient(136deg, #9479ff 0%, #ffa6d6 47.92%, #fffce3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 1199px) {
    .menu-with-number {
        display: none;
    }
}

.menu-with-number li {
    display: inline-block;
}

.menu-with-number li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: var(--white);
    padding: 34px 40px;
    display: inline-block;
    text-transform: uppercase;
}

.menu-with-number li a:hover span {
    color: var(--white);
}

.menu-with-number li a:hover span::before {
    background-color: var(--white);
}

.menu-with-number li a.active span {
    color: var(--white);
}

.menu-with-number li a.active span::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 1px;
    right: 20px;
    top: 50%;
    background-color: var(--white);
}

.menu-with-number li a span {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 10px;
    text-align: right;
    color: #999;
    position: relative;
    transition: all 0.5s;
}

.menu-with-number li a span::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 1px;
    right: 20px;
    top: 50%;
    transition: all 0.5s;
    background-color: var(--black-6);
}

.sidebar-menu li {
    display: block;
    padding-bottom: 15px;
}

@media only screen and (max-width: 1919px) {
    .sidebar-menu li {
        padding-bottom: 10px;
    }
}

.sidebar-menu li a {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    color: var(--white);
    padding: 10px 0;
    text-transform: uppercase;
}

.sidebar-menu li a:hover,
.sidebar-menu li a.active {
    color: var(--primary);
}

@media only screen and (max-width: 1399px) {
    .sidebar-menu li a {
        padding: 5px 0;
    }
}

.offcanvas__menu-wrapper.mean-container .mean-nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.offcanvas__menu-wrapper.mean-container .mean-nav>ul>li:last-child>a {
    border-bottom: 1px solid var(--black-4);
}

.offcanvas__menu-wrapper.mean-container .mean-nav {
    background: none;
    margin-top: 0;
}

.offcanvas__menu-wrapper.mean-container .mean-nav .new {
    font-size: 10px;
    font-weight: 600;
    background: #ffa38e;
    color: var(--black);
    padding: 3px 7px;
    line-height: 1;
    display: flex;
    align-items: center;
    border-radius: 2px;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 15px 0;
    padding-inline-start: 15px;
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    color: var(--white);
    text-transform: capitalize;
    border-top: 1px solid var(--black-4);
    display: flex;
    gap: 8px;
    justify-content: flex-start;
    align-items: center;
    outline: none;
    transform: translateY(var(--y)) translateZ(0);
    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;
    box-sizing: border-box;
}

.dark .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
    color: var(--black);
    border-color: var(--white-4);
}

@media only screen and (max-width: 767px) {
    .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
        font-size: 20px;
    }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    width: 54px;
    height: 54px;
    justify-content: center;
    font-weight: 300;
    border: none !important;
}

.dark .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    background-color: var(--white-4);
}

.dir-rtl .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    right: 275px;
}

@media only screen and (max-width: 767px) {
    .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
        height: 50px;
    }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand:hover {
    background: var(--secondary);
    opacity: 1;
}

.dark .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand:hover {
    background-color: var(--white-4);
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li:first-child {
    border-top: 1px solid var(--black-4);
}

.dark .offcanvas__menu-wrapper.mean-container .mean-nav ul li li:first-child {
    border-color: var(--white-4);
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
    font-size: 20px;
    text-transform: capitalize;
    border-top: none !important;
    padding: 12px 0;
    padding-inline-start: 30px;
}

@media only screen and (max-width: 767px) {
    .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
        font-size: 18px;
    }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
    height: 58px;
}

@media only screen and (max-width: 991px) {
    .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
        height: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
        height: 22px;
    }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li:last-child {
    border-bottom: 1px solid var(--black-4);
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li a {
    padding-left: 40px;
}

.offcanvas__menu-wrapper.mean-container .mean-bar {
    padding: 0;
    background: none;
    max-height: auto;
    overflow-y: scroll;
}

.offcanvas__menu-wrapper.mean-container .mean-bar::-webkit-scrollbar {
    width: 0;
}

.offcanvas__menu-wrapper.mean-container a.meanmenu-reveal {
    display: none !important;
}

.light .main-menu li a:hover {
    color: var(--primary);
}

.light .main-menu-2 li a {
    color: var(--black);
}

.light .main-menu-2 li a:hover {
    color: var(--primary);
}

.light .main-menu-3 li a {
    color: var(--black);
}

.light .main-menu-3 li a:hover {
    color: var(--primary);
}

.light .sidebar-menu li a {
    color: var(--black);
}

.light .sidebar-menu li a:hover {
    color: var(--primary);
}

.light .menu-with-number li a {
    color: var(--black);
}

.light .menu-with-number li a:hover span {
    color: var(--black);
}

.light .menu-with-number li a:hover span::before {
    background-color: var(--black);
}

.light .menu-with-number li a span {
    color: var(--black-9);
}

.light .menu-with-number li a span::before {
    background-color: var(--black-9);
}

.light .menu-with-number li a.active span {
    color: var(--black);
}

.light .menu-with-number li a.active span::before {
    background-color: var(--black);
}

.modal__dialog {
    width: 760px;
    max-width: 100%;
    margin-top: 100px;
}

@media only screen and (max-width: 991px) {
    .modal__dialog {
        width: 700px;
        margin-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .modal__dialog {
        width: 350px;
    }
}

.modal__content {
    height: 500px;
}

@media only screen and (max-width: 767px) {
    .modal__content {
        height: 300px;
    }
}

.modal__content iframe {
    width: 100%;
    height: 100%;
}

.modal__close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: -15px;
    right: -15px;
    z-index: 9;
    border-radius: 50px;
    font-size: 20px;
    color: var(--white);
    background: var(--black);
    transition: all 0.3s;
}

.modal__close:hover {
    color: var(--primary);
}

.modal__sfluence {
    width: 100%;
    height: 100%;
    padding: 60px;
}

@media only screen and (max-width: 767px) {
    .modal__sfluence {
        padding: 20px 10px;
    }
}

.modal__sfluence-area {
    width: 100vw;
    height: 100vh;
    background: var(--black);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    transform: scale(0.5);
}

.modal__sfluence-area.showed {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.modal__sfluence-area .close_btn {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0px;
    right: 20px;
    z-index: 9;
    border-radius: 50px;
    font-size: 30px;
    color: var(--white);
    transition: all 0.3s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal__sfluence-area .close_btn:hover {
    color: var(--primary);
}

@media only screen and (max-width: 767px) {
    .modal__sfluence-area .close_btn {
        right: 0;
    }
}

.modal__sfluence-area iframe,
.modal__sfluence-area video {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 767px) {

    .modal__sfluence-area iframe,
    .modal__sfluence-area video {
        height: 300px;
        -o-object-fit: cover;
        object-fit: cover;
        margin-top: 45%;
    }
}

.cursor {
    position: fixed;
    pointer-events: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: var(--var(--white));
    background: var(--black);
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    z-index: 999;
    opacity: 0;
    mix-blend-mode: hard-light;
    transition: all 0.3s;
}

.cursor.large {
    width: 180px;
    height: 180px;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
}

.cursor1 {
    position: fixed;
    width: 40px;
    height: 40px;
    border: 1px solid var(--primary);
    border-radius: 50%;
    left: 0;
    top: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: 0.15s;
    z-index: 999;
}

@media (max-width: 1200px) {
    .cursor1 {
        display: none;
    }
}

.cursor2 {
    position: fixed;
    width: 8px;
    height: 8px;
    background-color: var(--primary);
    border-radius: 50%;
    left: 0;
    top: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: 0.2s;
    z-index: 999;
}

@media (max-width: 1200px) {
    .cursor2 {
        display: none;
    }
}

.cursor-testi {
    position: fixed;
    width: 80px;
    height: 80px;
    background-color: var(--black);
    border-radius: 50%;
    left: 0;
    top: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: 0.2s;
    z-index: 999;
}

@media (max-width: 1200px) {
    .cursor-testi {
        display: none;
    }
}

@supports (mix-blend-mode: exclusion) {

    .wc-cursor.exclusion,
    .wc-cursor.opaque {
        mix-blend-mode: exclusion;
    }
}

@supports (mix-blend-mode: exclusion) {

    .wc-cursor.exclusion:before,
    .wc-cursor.opaque:before {
        background: var(--white);
    }
}

.wc-cursor.normal,
.wc-cursor.text {
    mix-blend-mode: normal;
}

.wc-cursor.normal:before,
.wc-cursor.text:before {
    background: currentColor;
}

.wc-cursor.inverse {
    color: var(--white);
}

.wc-cursor.visible:before {
    transform: scale(0.2);
}

.wc-cursor.visible.active:before {
    transform: scale(0.23);
    transition-duration: 0.2s;
}

.wc-cursor.pointer:before {
    transform: scale(0.15);
}

.wc-cursor.text:before {
    opacity: 0.85;
    transform: scale(1.7);
}

.wc-cursor.text.active:before {
    transform: scale(1.6);
    transition-duration: 0.2s;
}

.wc-cursor.opaque:before {
    transform: scale(1.32);
}

.wc-cursor.opaque.active:before {
    transform: scale(1.2);
}

.wc-cursor.sm:before {
    transform: scale(1.25);
}

.wc-cursor.md:before {
    transform: scale(1.5);
}

.wc-cursor.lg:before {
    transform: scale(2);
}

.wc-cursor.xl:before {
    transform: scale(2.5);
}

.wc-cursor.xxl:before {
    transform: scale(3);
}

.wc-cursor.hidden:before {
    transform: scale(0);
}

.color-accent-lilac {
    color: #8d53e9;
}

.color-accent-lilac-bg {
    background: #8d53e9;
}

.wc-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    contain: layout style size;
    pointer-events: none;
    will-change: transform;
    color: var(--primary);
    transition:
        opacity 0.3s,
        color 0.4s;
}

.wc-cursor:before {
    content: "";
    position: absolute;
    top: -24px;
    left: -24px;
    display: block;
    width: 48px;
    height: 48px;
    transform: scale(0);
    background: currentColor;
    border-radius: 50%;
    transition:
        transform 0.3s ease-in-out,
        opacity 0.1s;
}

.wc-cursor-text {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0) rotate(10deg);
    opacity: 0;
    color: var(--white);
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.01em;
    transition:
        opacity 0.4s,
        transform 0.3s;
}

.wc-cursor.text .wc-cursor-text {
    opacity: 1;
    transform: scale(1);
}

@supports (mix-blend-mode: exclusion) {

    .wc-cursor.-exclusion,
    .wc-cursor.-opaque {
        mix-blend-mode: exclusion;
    }
}

@supports (mix-blend-mode: exclusion) {

    .wc-cursor.exclusion:before,
    .wc-cursor.opaque:before {
        background: var(--white);
    }
}

.wc-cursor.normal,
.wc-cursor.text {
    mix-blend-mode: normal;
}

.wc-cursor.normal:before,
.wc-cursor.text:before {
    background: currentColor;
}

.wc-cursor.inverse {
    color: var(--white);
}

.wc-cursor.visible:before {
    transform: scale(0.2);
}

.wc-cursor.visible.active:before {
    transform: scale(0.23);
    transition-duration: 0.2s;
}

.wc-cursor.pointer:before {
    transform: scale(0.15);
}

.wc-cursor.text:before {
    opacity: 0.85;
    transform: scale(1.7);
}

.wc-cursor.text.active:before {
    transform: scale(1.6);
    transition-duration: 0.2s;
}

.wc-cursor.opaque:before {
    transform: scale(1.32);
}

.wc-cursor.opaque.active:before {
    transform: scale(1.2);
}

.wc-cursor.sm:before {
    transform: scale(1.25);
}

.wc-cursor.md:before {
    transform: scale(1.5);
}

.wc-cursor.lg:before {
    transform: scale(2);
}

.wc-cursor.xl:before {
    transform: scale(2.5);
}

.wc-cursor.xxl:before {
    transform: scale(3);
}

.wc-cursor.xxxl:before {
    transform: scale(3.5);
}

.wc-cursor.hidden:before {
    transform: scale(0);
}

.progress__item p.title,
.progress__item-2 p.title {
    padding: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    color: var(--white);
    padding-bottom: 15px;
    text-transform: uppercase;
}

.progress__item-2 {
    padding-bottom: 25px;
}

.light .progress__item p.title,
.light .progress__item-2 p.title {
    color: var(--black);
}

.light .developer-skill__resume .sonny_progressbar .progress-percent {
    color: var(--black);
}

.cf-cta__text-wrapper {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between;
    grid-gap: 45px;
}

@media only screen and (max-width: 991px) {
    .cf-cta__text-wrapper {
        grid-template-columns: 1fr;
    }
}

.cf-cta__btn .wc-btn-default {
    font-size: 18px;
    font-weight: 600;
    padding: 35px 75px;
    background-color: var(--white);
    color: var(--black);
    text-transform: uppercase;
    border-width: 0;
}

.dark .cf-cta__btn .wc-btn-default {
    background-color: var(--black);
    color: var(--white);
}

@media only screen and (max-width: 1199px) {
    .cf-cta__btn .wc-btn-default {
        padding: 20px 40px;
        font-weight: 500;
    }
}

.dark .cf-cta__btn .wc-btn-default:hover {
    color: var(--black);
}

.cf-cta__text {
    max-width: 250px;
    position: absolute;
    inset-inline-end: -30px;
    top: 47%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 1199px) {
    .cf-cta__text {
        inset-inline-end: -130px;
        max-width: 270px;
    }
}

@media only screen and (max-width: 991px) {
    .cf-cta__text {
        inset-inline-end: 0;
        max-width: 270px;
    }
}

@media only screen and (max-width: 767px) {
    .cf-cta__text {
        position: static;
        transform: none;
    }
}

.cf-cta__text p {
    font-size: 18px;
}

.dark .cf-cta__text p {
    color: #555;
}

.cf-cta__sec-title-wrapper {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .cf-cta__sec-title-wrapper .sec-title-18 {
        margin-bottom: 20px;
        font-size: 40px;
    }
}

.switcher__area {
    position: relative;
    direction: ltr;
}

@media only screen and (max-width: 767px) {
    .switcher__area {
        display: none;
    }
}

.switcher__icon {
    position: fixed;
    width: 50px;
    height: 50px;
    background: var(--white);
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    z-index: 999;
    transition: all 0.3s;
    mix-blend-mode: exclusion;
}

.switcher__icon i {
    color: var(--black);
}

.switcher__icon button {
    font-size: 24px;
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    transition: all 0.3s;
}

.switcher__icon button:hover {
    color: var(--white-2);
}

.switcher__icon button#switcher_open {
    animation: wcSpinner 5s infinite linear;
}

.switcher__items {
    width: 280px;
    padding: 50px 30px;
    background: var(--black);
    position: fixed;
    right: -280px;
    top: 40%;
    z-index: 99;
    transform: translateY(-50%);
    font-family: var(--font_body);
    transition: all 0.3s;
}

.switcher__items .wc-col-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.switcher__item {
    margin-bottom: 30px;
}

@media only screen and (max-width: 1399px) {
    .switcher__item:nth-child(3) {
        display: none;
    }
}

.switcher__item:last-child {
    margin-bottom: 0;
}

.switcher__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: var(--white) !important;
    text-transform: capitalize;
    padding-bottom: 10px;
}

.switcher__btn button {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: var(--white-2);
    background: #2b2b2f;
    border-radius: 4px;
    padding: 10px 15px;
    text-transform: capitalize;
}

.switcher__btn button:hover,
.switcher__btn button.active {
    color: var(--white);
}

.switcher__btn select {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: var(--white-2);
    width: 100%;
    border: none;
    padding: 9px 10px;
    border-radius: 4px;
    background: #2b2b2f;
    text-transform: capitalize;
    outline: none;
    cursor: pointer;
}

#switcher_close {
    display: none;
}

.overlay-switcher-close {
    position: fixed;
    z-index: 99;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    display: none;
}

.overlay-switcher-close.show-overlay {
    display: block;
}

.offcanvas-3__area {
    background: var(--primary);
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 50px 50px 100px;
    z-index: 100000;
    overflow: hidden;
}

@media (max-height: 500px) {
    .offcanvas-3__area {
        padding: 40px;
    }
}

.offcanvas-3__inner {
    display: grid;
    grid-template-columns: 340px 1fr;
    height: 100%;
}

@media only screen and (max-width: 991px) {
    .offcanvas-3__inner {
        grid-template-columns: 260px 1fr;
    }
}

@media only screen and (max-width: 767px) {
    .offcanvas-3__inner {
        overflow-y: scroll;
        display: flex;
        flex-direction: column;
    }
}

@media (max-height: 500px) {
    .offcanvas-3__inner {
        overflow-y: scroll;
    }
}

.offcanvas-3__inner::-webkit-scrollbar {
    width: 0;
}

.offcanvas-3__meta li {
    font-size: 18px;
    line-height: 20px;
    color: var(--white);
    text-transform: uppercase;
}

.offcanvas-3__meta li:not(:last-child) {
    margin-bottom: 19px;
}

.offcanvas-3__meta li a:hover {
    color: var(--secondary);
}

.offcanvas-3__meta-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: space-between;
}

.offcanvas-3__social .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.offcanvas-3__social-links {
    display: flex;
    gap: 20px;
}

.offcanvas-3__social-links a {
    font-size: 18px;
    color: var(--white);
}

.offcanvas-3__social-links a:hover {
    color: var(--secondary);
}

.offcanvas-3__menu {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
}

.offcanvas-3__menu ul {
    position: relative;
}

.offcanvas-3__menu ul:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #333337;
    inset-inline-start: 8px;
    top: 0;
}

@media only screen and (max-width: 767px) {
    .offcanvas-3__menu ul:before {
        display: none;
    }
}

@media (max-height: 500px) {
    .offcanvas-3__menu ul:before {
        height: 100%;
    }
}

.offcanvas-3__menu li {
    padding-inline-start: 58px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .offcanvas-3__menu li {
        padding-left: 0;
    }
}

.offcanvas-3__menu li:hover>a {
    color: var(--white);
}

.offcanvas-3__menu li:hover:before {
    opacity: 1;
    visibility: visible;
}

.offcanvas-3__menu li:before {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background: var(--white);
    border-radius: 50%;
    border: 4px solid var(--black-2);
    inset-inline-start: 0;
    top: 38%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

@media only screen and (max-width: 767px) {
    .offcanvas-3__menu li:before {
        display: none;
    }
}

.offcanvas-3__menu li:not(:last-child) {
    margin-bottom: 26px;
}

@media only screen and (max-width: 991px) {
    .offcanvas-3__menu li:not(:last-child) {
        margin-bottom: 20px;
    }
}

.offcanvas-3__menu li a {
    font-size: 120px;
    font-size: 8vh;
    color: var(--secondary);
    text-transform: uppercase;
    line-height: 0.9;
    position: relative;
    transition: all 0.5s cubic-bezier(0, 0, 0.23, 1);
    text-decoration: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(90deg, #fff, #ddd 50%, #666 0);
    background-size: 200% 100%;
    background-position: 100%;
    transform: perspective(359px) rotateY(-18deg);
}

.offcanvas-3__menu li a:hover {
    background-position: 0;
    color: #fff;
    letter-spacing: 1.5px;
}

@media only screen and (max-width: 1399px) {
    .offcanvas-3__menu li a {
        font-size: 7vh;
    }
}

@media only screen and (max-width: 1199px) {
    .offcanvas-3__menu li a {
        font-size: 6vh;
    }
}

@media only screen and (max-width: 991px) {
    .offcanvas-3__menu li a {
        font-size: 2.5vh;
        color: rgba(255, 255, 255, 0.6705882353);
        background-image: unset;
        -webkit-text-fill-color: unset;
    }
}

.offcanvas-3__menu-wrapper {
    display: flex;
    align-items: flex-end;
    overflow-y: hidden;
}

.offcanvas-3__area {
    left: 0%;
    opacity: 0;
    visibility: hidden;
    transform: perspective(359px) rotateY(50deg);
}

.offcanvas-3__menu ul li {
    opacity: 0;
    top: -100px;
    position: relative;
    transform: perspective(359px) rotateX(50deg);
}

.offcanvas-3__meta {
    opacity: 0;
    top: -30px;
    position: relative;
}

.offcanvas-3__social {
    opacity: 0;
    top: -30px;
    position: relative;
}

.close-button {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: var(--black-2);
    position: relative;
    border: 1px solid #333337;
    transition: all 0.5s;
}

@media only screen and (max-width: 767px) {
    .close-button {
        width: 50px;
        height: 50px;
    }
}

.close-button:hover {
    background-color: var(--secondary);
}

.close-button:hover span {
    background-color: var(--primary);
}

.close-button span {
    width: 26px;
    height: 1px;
    display: inline-block;
    background-color: var(--white);
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 0.5s;
}

@media only screen and (max-width: 767px) {
    .close-button span {
        width: 20px;
    }
}

.close-button span:first-child {
    transform: translateX(-50%) rotate(45deg);
}

.close-button span:last-child {
    transform: translateX(-50%) rotate(-45deg);
}

.cf_feature.style-1 .thumb {
    margin-bottom: 50px;
}

@media only screen and (max-width: 1199px) {
    .cf_feature.style-1 .thumb {
        margin-bottom: 30px;
    }
}

.cf_feature.style-1 .title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 20px;
}

.cf_feature.style-1 .title:hover {
    color: var(--action);
}

.cf_feature.style-1 .text {
    color: var(--primary);
}

.cf_feature.style-1 .btn-wrapper {
    display: none;
}

.cf_feature.text-design {
    padding: 60px;
    padding-left: 70px;
    padding-right: 0;
    border-left: 1px solid rgba(18, 18, 18, 0.06);
}

@media only screen and (max-width: 1199px) {
    .cf_feature.text-design {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .cf_feature.text-design {
        border: 0;
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .cf_feature.text-design {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.cf_feature.text-design .thumb {
    margin-bottom: 30px;
}

.cf_feature.text-design .title-2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.16;
    text-decoration-line: underline;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
    .cf_feature.text-design .title-2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
}

.cf_feature.style-2 {
    padding: 60px;
    border-right: 1px solid rgba(18, 18, 18, 0.06);
}

@media only screen and (max-width: 1199px) {
    .cf_feature.style-2 {
        padding: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .cf_feature.style-2 {
        padding-left: 0;
    }
}

.cf_feature.style-2:first-child {
    padding-left: 0;
}

.cf_feature.style-2:last-child {
    border-right: 0;
    padding-right: 0;
}

.font-heading-Beatricetrial h1,
.font-heading-Beatricetrial h2,
.font-heading-Beatricetrial h3,
.font-heading-Beatricetrial h4,
.font-heading-Beatricetrial h5,
.font-heading-Beatricetrial h6 {
    font-family: var(--font_recoleta);
}

.cf_feature.style-3 {
    border-right: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    padding: 50px;
    padding-bottom: 0;
}

@media only screen and (max-width: 1199px) {
    .cf_feature.style-3 {
        padding: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .cf_feature.style-3 {
        flex-basis: 45%;
        border: 0;
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .cf_feature.style-3 {
        padding-left: 0;
        margin-bottom: 0;
        flex-basis: 100%;
        padding-bottom: 20px;
    }
}

.cf_feature.style-3:first-child {
    padding-left: 0;
}

.cf_feature.style-3:last-child {
    border-right: 0;
}

.cf_feature.style-3:hover .title {
    padding-left: 15px;
}

.cf_feature.style-3:hover .title::before {
    left: 0;
}

.cf_feature.style-3 .content {
    overflow: hidden;
}

.cf_feature.style-3 .count-title {
    color: var(--primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 25px;
}

.cf_feature.style-3 .title {
    color: var(--primary);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 25px;
    transition: 0.3s;
    position: relative;
}

.cf_feature.style-3 .title::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: var(--primary);
}

.cf_feature.style-3 .title:hover {
    color: var(--action);
}

.cf_feature.style-3 .text {
    margin-bottom: 100px;
}

@media only screen and (max-width: 991px) {
    .cf_feature.style-3 .text {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .cf_feature.style-3 .text {
        margin-bottom: 20px;
    }
}

.cf_feature.style-3 .btn-underline {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    color: var(--primary);
    text-transform: capitalize;
}

:root {
    --theme: #dc303f;
    --section-bg: #faf8f7;
}

.section-title {
    font-size: 90px;
    margin-top: -32px;
}

@media only screen and (max-width: 1919px) {
    .section-title {
        font-size: 70px;
        margin-top: -24px;
    }
}

@media only screen and (max-width: 1399px) {
    .section-title {
        font-size: 60px;
        margin-top: -20px;
    }
}

@media only screen and (max-width: 1199px) {
    .section-title {
        font-size: 50px;
        margin-top: -17px;
    }
}

@media only screen and (max-width: 991px) {
    .section-title {
        font-size: 40px;
        margin-top: -14px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title {
        font-size: 35px;
        margin-top: -12px;
    }
}

@media (max-width: 575px) {
    .section-title {
        font-size: 35px;
        margin-top: -10px;
    }
}

.section-spacing {
    padding-top: 150px;
    padding-bottom: 150px;
}

@media only screen and (max-width: 1399px) {
    .section-spacing {
        padding-top: 110px;
        padding-bottom: 110px;
    }
}

@media only screen and (max-width: 1199px) {
    .section-spacing {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .section-spacing {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.section-spacing-top {
    padding-top: 150px;
}

@media only screen and (max-width: 1399px) {
    .section-spacing-top {
        padding-top: 110px;
    }
}

@media only screen and (max-width: 1199px) {
    .section-spacing-top {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .section-spacing-top {
        padding-top: 60px;
    }
}

.section-spacing-bottom {
    padding-bottom: 150px;
}

@media only screen and (max-width: 1399px) {
    .section-spacing-bottom {
        padding-bottom: 110px;
    }
}

@media only screen and (max-width: 1199px) {
    .section-spacing-bottom {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 1199px) {
    .section-spacing-bottom {
        padding-bottom: 60px;
    }
}

@media (min-width: 1600px) {
    .container-large {
        max-width: 1744px;
        margin: auto;
    }
}

.wc-btn-link {
    font-size: 18px;
    text-decoration: underline;
}

.wc-btn-primary {
    font-size: 18px;
    font-weight: 500;
    padding: 30px 54px;
    border-radius: 25px;
    background-color: var(--theme);
    border-color: var(--theme);
    color: var(--black);
}

@media only screen and (max-width: 1919px) {
    .wc-btn-primary {
        padding: 25px 40px;
        border-radius: 20px;
    }
}

@media only screen and (max-width: 1399px) {
    .wc-btn-primary {
        padding: 21px 30px;
        border-radius: 15px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 1199px) {
    .wc-btn-primary {
        padding: 16px 25px;
        border-radius: 10px;
    }
}

.header-area {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    width: 100%;
}

.header-area .header-area__inner {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    height: 100px;
}

@media only screen and (max-width: 1919px) {
    .header-area .header-area__inner {
        height: 80px;
    }
}

.header-area .header-area__inner>*:first-child {
    margin-inline-end: auto;
}

.header-area .header__nav {
    background: url("../images/header-bg.svg") no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    width: 100%;
    width: 910px;
    height: 100px;
    display: flex;
    align-items: center;
}

.dark .header-area .header__nav {
    background: url("../images/header-bg-dark.svg") no-repeat;
}

@media only screen and (max-width: 1919px) {
    .header-area .header__nav {
        width: 800px;
        height: 80px;
        background-position: center;
    }
}

@media only screen and (max-width: 1199px) {
    .header-area .header__nav {
        background: none;
        width: auto;
        display: none;
    }
}

.header-area .header-search {
    cursor: pointer;
}

.header-area .header-search i {
    font-size: 22px;
    color: var(--primary);
}

.header-area .main-menu ul {
    gap: 12px;
}

.header-area .main-menu>ul>li>a {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 11px 17px 13px;
    border: 1px solid rgba(18, 18, 18, 0.12);
    border-radius: 15px;
}

.dark .header-area .main-menu>ul>li>a {
    border-color: rgba(255, 255, 255, 0.12);
}

.header-area .main-menu>ul>li>a.active {
    border: 1px solid #dc303f;
}

.header-area .search-icon {
    color: var(--primary);
}

@media (max-width: 575px) {
    .header-area .header__meta {
        display: none;
    }
}

.header-area .wc-btn-primary {
    padding: 14px 25px;
    border-radius: 15px;
    background-color: var(--primary);
    border-color: rgba(0, 0, 0, 0);
    color: var(--white);
}

.dark .header-area .wc-btn-primary {
    color: var(--black);
}

@media only screen and (max-width: 991px) {
    .header-area .wc-btn-primary {
        padding: 11px 20px;
    }
}

.dir-rtl .header-area .header__navicon img {
    transform: rotateY(180deg);
}

.intro-area {
    background-color: var(--section-bg);
    padding-top: 180px;
    padding-bottom: 80px;
}

.intro-area .intro-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.intro-area .intro-content .btn-text-flip span {
    color: white;
}

.intro-area .intro-content .wc-btn-primary {
    padding: 19px 46px;
    border-radius: 8px;
}

@media only screen and (max-width: 1199px) {
    .intro-area {
        padding-top: 140px;
        padding-bottom: 60px;
    }
}

.dark .intro-area {
    background-color: #171717;
}

.intro-area .intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* Two equal-width columns */
    gap: 20px;
    /* Optional: space between items */
}

@media only screen and (max-width: 1919px) {
    .intro-area .intro-grid {
        grid-template-columns: 1fr 1fr;
        /* Two equal-width columns */
    }

    .header-area .main-menu ul {
        gap: 9px;
    }
}

@media only screen and (max-width: 1399px) {
    .intro-area .intro-grid {
        grid-template-columns: 1fr 1fr;
        /* Two equal-width columns */
    }
}

@media only screen and (max-width: 991px) {
    .intro-area .intro-grid {
        grid-template-columns: 1fr 1fr;
        /* Two equal-width columns */
    }
}

@media only screen and (max-width: 767px) {
    .intro-area .intro-grid {
        grid-template-columns: 1fr;
    }
}

.intro-area .intro-info .text {
    padding-bottom: 13px;
    color: var(--secondary);
}

.intro-area .highlight-text {
    font-size: 18px;
    font-weight: 400;
    max-width: 131px;
    line-height: 1.8;
    padding-bottom: 78px;
}

@media only screen and (max-width: 1919px) {
    .intro-area .highlight-text {
        padding-bottom: 28px;
    }

    .header-area .main-menu>ul>li>a {
        font-size: 16px;
        padding: 11px 14px 13px;
        border-radius: 8px;
    }
}

@media only screen and (max-width: 1399px) {
    .intro-area .highlight-text {
        max-width: 201px;
    }
}

.intro-area .arrow-button {
    padding-bottom: 156px;
}

.dir-rtl .intro-area .arrow-button {
    transform: rotateY(180deg);
}

@media only screen and (max-width: 1919px) {
    .intro-area .arrow-button {
        max-width: 40px;
        padding-bottom: 46px;
    }
}

@media only screen and (max-width: 1399px) {
    .intro-area .arrow-button {
        display: none;
    }
}

.intro-area .counter-box {
    background-color: var(--white);
    padding: 35px;
    border-radius: 30px;
    max-width: 230px;
    position: relative;
}

.dark .intro-area .counter-box {
    background-color: #222;
}

@media only screen and (max-width: 1399px) {
    .intro-area .counter-box {
        padding: 25px;
        border-radius: 15px;
    }
}

.intro-area .counter-box::before {
    position: absolute;
    content: "";
    inset-inline-end: -68px;
    top: 50%;
    transform: translateY(-50%);
    width: 82px;
    height: 2px;
    background-color: var(--primary);
}

@media only screen and (max-width: 767px) {
    .intro-area .counter-box::before {
        display: none;
    }
}

.intro-area .counter-title {
    font-size: 50px;
    font-weight: 700;
    padding-bottom: 10px;
}

@media only screen and (max-width: 1919px) {
    .intro-area .counter-title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .intro-area .intro-content {
        order: -1;
        margin-bottom: 30px;
    }
}

.intro-area .intro-content .text {
    font-size: 24px;
    padding-bottom: 25px;
    font-weight: 300;
}

@media only screen and (max-width: 1399px) {
    .intro-area .intro-content .text {
        font-size: 20px;
    }
}

.intro-area .intro-title {
    font-size: 65px;
    padding-bottom: 18px;
    font-weight: 700;
    line-height: 0.92;
}

@media only screen and (max-width: 1919px) {
    .intro-area .intro-title {
        font-size: 65px;
    }

    .intro-area {
        padding-top: 115px;
    }
}

@media only screen and (max-width: 1399px) {
    .intro-area .intro-title {
        font-size: 65px;
    }
}

@media only screen and (max-width: 991px) {
    .intro-area .intro-title {
        font-size: 45px;
    }
}

@media (max-width: 575px) {
    .intro-area .intro-title {
        font-size: 40px;
    }
}

.intro-area .intro-title .small-hypen {
    display: inline-block;
    height: 15px;
    width: 30px;
    background-color: #121212;
    border-radius: 3px;
    position: relative;
    top: -8px;
}

@media only screen and (max-width: 1199px) {
    .intro-area .intro-title .small-hypen {
        height: 10px;
        top: -15px;
    }
}

@media only screen and (max-width: 991px) {
    .intro-area .intro-title .small-hypen {
        height: 5px;
        top: -10px;
    }
}

.intro-area .main-thumb {
    position: relative;
}

@media only screen and (max-width: 1199px) {}

.dir-rtl .intro-area .main-thumb img {
    transform: rotateY(180deg);
}

.intro-area .shape-1 {
    position: absolute;
    inset-inline-end: 0;
    bottom: 27%;
}

.dir-rtl .intro-area .shape-1 {
    transform: rotateY(180deg);
}

@media only screen and (max-width: 1919px) {
    .intro-area .shape-1 {
        width: 100px;
    }
}

@media only screen and (max-width: 1399px) {
    .intro-area .shape-1 {
        bottom: 17%;
    }
}

.about-area .section-heading {
    text-align: center;
}

.about-area .section-heading .section-title {
    max-width: 610px;
    margin-inline: auto;
}

.about-area .section-heading .section-desc {
    max-width: 780px;
    margin: auto;
    margin-top: 22px;
}

.about-area .about-thumb {
    text-align: center;
    margin-top: 14px;
}

.about-area .about-thumb img {
    width: 450px;
}

.dir-rtl .about-area .about-thumb img {
    transform: rotateY(180deg);
}

@media only screen and (max-width: 991px) {
    .about-area .about-thumb img {
        width: 350px;
    }
}

@media only screen and (max-width: 767px) {
    .about-area .about-thumb img {
        width: 250px;
    }
}

.project-area {
    background-color: var(--black);
}

.dark .project-area {
    background-color: var(--white);
}

.project-area .projects-grid {
    -moz-column-count: 2;
    column-count: 2;
    gap: 70px 130px;
    max-width: 1290px;
    margin: auto;
}

@media only screen and (max-width: 991px) {
    .project-area .projects-grid {
        gap: 70px 60px;
    }
}

@media only screen and (max-width: 767px) {
    .project-area .projects-grid {
        -moz-column-count: 1;
        column-count: 1;
        gap: 30px;
    }
}

.project-area .projects-grid>* {
    margin-top: 150px;
    display: inline-block;
}

@media only screen and (max-width: 991px) {
    .project-area .projects-grid>* {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .project-area .projects-grid>* {
        margin-top: 50px;
    }
}

.project-area .projects-grid>*:first-child {
    margin-top: 0;
}

.project-area .project-item {
    position: relative;
}

.project-area .project-item:hover .thumb .wc-btn-primary {
    opacity: 1;
    margin-top: 0;
}

.project-area .project-item:hover .thumb img {
    transform: scale(1.1);
}

.project-area .project-item .thumb {
    position: relative;
    overflow: hidden;
}

.project-area .project-item .thumb .wc-btn-primary {
    font-size: 14px;
    padding: 17px 26px;
    border-radius: 15px;
    background-color: var(--white);
    color: var(--black);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    margin-top: 20px;
}

.project-area .project-item .thumb img {
    transition: all 0.5s;
}

.project-area .project-content {
    padding-top: 25px;
}

.project-area .project-content .title {
    font-size: 30px;
    color: var(--white);
    padding-bottom: 5px;
}

@media only screen and (max-width: 767px) {
    .project-area .project-content .title {
        font-size: 24px;
    }
}

.dark .project-area .project-content .title {
    color: var(--black);
}

.project-area .project-content .text {
    color: var(--white-2);
}

.dark .project-area .project-content .text {
    color: var(--black-2);
}

.project-area .btn-wrap {
    text-align: center;
    padding-top: 93px;
}

@media only screen and (max-width: 991px) {
    .project-area .btn-wrap {
        padding-top: 43px;
    }
}

.project-area .wc-btn-primary {
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--white);
}

.dark .project-area .wc-btn-primary {
    border-color: rgba(18, 18, 18, 0.1);
    color: var(--black);
}

.project-area .wc-btn-primary:hover {
    border-color: var(--white);
    background-color: var(--white);
    color: var(--black);
}

.dark .project-area .wc-btn-primary:hover {
    border-color: var(--black);
    background-color: var(--black);
    color: var(--white);
}

.counter-area-inner {
    border-bottom: 1px solid var(--border);
    padding-top: 80px;
    padding-bottom: 80px;
}

.counter-area .counters-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .counter-area .counters-grid {
        display: grid;
        grid-template-columns: auto auto;
        gap: 30px;
    }
}

.counter-area .counter-item {
    text-align: center;
}

.counter-area .counter-item .title {
    font-family: var(--font_recoleta);
    font-size: 100px;
    padding-bottom: 10px;
  color: #e6e6e6;      /* fill color */
  -webkit-text-stroke: 0; /* remove stroke */
  text-shadow:
    1px 0 0 #000,
   -1px 0 0 #000,
    0 1px 0 #000,
    0 -1px 0 #000;
}



@media only screen and (max-width: 991px) {
    .counter-area .counter-item .title {
        font-size: 60px;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .counter-area .counter-item .title {
        font-size: 60px;
    }
}

.counter-area .counter-item .text {
    font-size: 20px;
    color: var(--secondary);
}

@media only screen and (max-width: 991px) {
    .counter-area .counter-item .text {
        font-size: 16px;
    }
}

.testimonial-area .section-heading {
    text-align: center;
    padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .testimonial-area .section-heading {
        padding-bottom: 20px;
    }
}

.testimonial-area .testimonial-item {
    max-width: 910px;
    margin: auto;
    text-align: center;
    cursor: grab;
}

.testimonial-area .text {
    font-size: 30px;
    padding-top: 20px;
    font-weight: 300;
    color: var(--primary);
}

@media only screen and (max-width: 991px) {
    .testimonial-area .text {
        font-size: 22px;
    }
}

.testimonial-area .meta {
    display: grid;
    grid-template-columns: 50px auto;
    gap: 10px;
    max-width: 186px;
    margin: auto;
    text-align: start;
    align-items: center;
    padding-top: 80px;
}

@media only screen and (max-width: 991px) {
    .testimonial-area .meta {
        padding-top: 30px;
    }
}

.testimonial-area .meta img {
    border-radius: 50%;
}

.testimonial-area .name {
    font-size: 20px;
}

.testimonial-area .post {
    font-size: 14px;
    line-height: 1;
    margin-top: 5px;
}

.testimonial-area .testimonial-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 48px;
    cursor: pointer;
}

@media only screen and (max-width: 991px) {
    .testimonial-area .testimonial-pagination {
        padding-top: 20px;
    }
}

.testimonial-area .testimonial-pagination .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
    border-radius: 50px;
    background-color: #e7e7e7;
    opacity: 1;
}

.dark .testimonial-area .testimonial-pagination .swiper-pagination-bullet {
    background-color: #4a4a4a;
}

.testimonial-area .testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primary);
    width: 30px;
}

/* latest services css */

.main___service-top-wrapper {
    margin-bottom: 70px;
}

.main___service-top-wrapper .section-heading .section-title {
    color: #DC303F;
    font-size: 44px;
    margin-bottom: 24px;
    text-align: center;
}

.main___service-top-wrapper .text {
    text-align: center;
}

.main___services {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.main___services hr {
    margin: 24px 0px;
}

.main___service-row {
    display: flex;
    background: #F2F2F2;
    border: 1px solid #DC303F;
    border-radius: 16px;
    overflow: hidden;
    min-height: 280px;
}

.main___service-row-reverse {
    display: flex;
    flex-direction: row-reverse;
    background: #F2F2F2;
    border: 1px solid #DC303F;
    border-radius: 16px;
    overflow: hidden;
    min-height: 280px;
}

.main___service-text {
    width: 50%;
    padding: 35px;
}

.main___service-image {
    width: 50%;
}

.main___service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main___service-text h4 {
    color: #dc303f;
    margin-bottom: 16px;
    letter-spacing: 1px;
}

.main___service-text p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.main___service-text ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    margin-bottom: 20px;
}

.main___service-text li {
    width: 45%;
    font-size: 16px;
    padding-left: 12px;
    position: relative;
}

.main___service-text li::before {
    content: "•";
    color: #dc303f;
    position: absolute;
    left: 0;
}

.btn {
    display: inline-block;
    padding: 9px 22px;
    border: 1px solid #dc303f;
    background: #dc303f;
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}

.btn:hover {
    background: #F2F2F2;
    border: 1px solid #dc303f;

    color: #dc303f;
}

.projects-section {
    padding: 70px 0;
}

.projects-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 40px;
}

.projects-title span {
    color: #dc303f;
}

/* FLEX CONTAINER */
.projects-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
}

/* 3 CARDS DESKTOP */
.project-card {
    flex: 1 1 calc(33.333% - 40px);
    text-align: center;
}

.project-card img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.project-card h4 {
    margin-top: 15px;
    font-size: 24px;
    font-weight: 500;
    color: #333;
}

/* CTA BUTTON */
.projects-btn-wrapper {
    text-align: center;
    margin-top: 50px;
}

.projects-btn {
    background: #dc303f;
    padding: 15px 22px;
    color: white;
    border-radius: 8px;
    display: inline-block;
    font-size: 15px;
}




/* Tablet: 2 cards per row, stacked inside */
@media (max-width: 1000px) {
    .main___service-row {
        flex-direction: column;
    }

    .main___service-row-reverse {
        flex-direction: column;
    }

    .main___service-image,
    .main___service-text {
        width: 100%;
    }

    .project-card {
        flex: 1 1 100%;
    }
}

/* Mobile: 1 card per row */
@media (max-width: 600px) {
    .main___service-row {
        width: 100%;
    }

    .main___service-top-wrapper .text {
        font-size: 15px;
    }

    .main___service-top-wrapper {
        margin-bottom: 48px;
    }

    .main___service-top-wrapper .section-heading .section-title {
        font-size: 35px;
        margin-bottom: 24px;

    }

    .main___service-text p {
        font-size: 12px;

    }

    .main___service-text h4 {

        font-size: 16px;
    }

    .main___service-text li {

        font-size: 12px;

    }

    .btn {

        font-size: 12px;
    }

    .main___service-text {
        padding: 16px;
    }

    .projects-title {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .project-card h4 {
        margin-top: 15px;
        font-size: 16px;
    }

    .projects-btn {
        font-size: 12px;
    }

    .projects-wrapper {
        gap: 30px;

    }
}


/* service internal stylings */
/* HERO */
.branding__hero {
    background: #1b1b1b;
    margin-top: 80px;
    padding: 70px 0;
}

.branding__hero-image img {
    border-radius: 16px;
}

.branding__hero-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.branding__title {
    font-size: 38px;
    font-weight: 700;
    color: #fff;

}

.branding__subtitle {
    margin-top: 12px;
    font-size: 16px;
    color: #DC303F;
}

/* WHAT SECTION */
.branding__section-title {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 18px;
}

.branding__what {
    padding: 100px;
}

.branding__why {
    padding: 50px 100px;
    background-color: #F2F2F2;
}

.branding__growth {
    padding: 100px 100px 0px 100px;
}

.branding__includes {
    padding: 40px 100px 0px 100px;
}

.branding__process {
    padding: 100px;
}

.branding__stats__container {
    display: flex;
    justify-content: space-between;
}

.branding__section-title span {
    color: #dc303f;
}

.branding__text {
    font-size: 24px;
    color: #444;
    margin-bottom: 18px;
    line-height: 1.6;
}

.branding__stats-list li {
    margin-bottom: 5px;
    list-style: disc !important;
    font-size: 20px;
    font-family: sans-serif;
}

.branding__bullet-area ul {
    padding-left: 32px;
    margin-bottom: 18px;
}

.branding__bullet-area ul li {
    margin-bottom: 5px;
    list-style: disc !important;
    font-size: 20px;
    font-family: sans-serif;
}

.branding__bullet-heading {
    font-size: 24px;
    margin-bottom: 8px;
}

.branding__importance-heading {
    font-size: 24px;
    margin-bottom: 18px;
}

.branding__rrc {
    margin-top: 20px;
}

.branding__rrc-title {
    font-weight: 600;
    font-size: 24px;
}

.branding__rrc-flex {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
    font-family: sans-serif;
    font-size: 20px;
}

.mil-button {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;

    height: 70px;
    padding: 0 10px 0 50px;

    background-color: #db303e;
    color: #000;

    border: none;
    border-radius: 70px;

    font-size: 12px;
    font-family: var(--font_recoleta);
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;

    transition: 
        background-color 0.4s cubic-bezier(0, 0, 0.3642, 1),
        transform 0.25s ease;
}

.mil-button img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.mil-button:hover img {
    transform: scale(1.1);
}

.mil-button img {
    transition: transform 0.25s ease;
}

/* Optional hover effect */
.mil-button:hover {
    background-color: #f13544;
    transform: scale(1.02);
}


/* WHY (CARDS) */

.red-icon {
    width: 48px;
    height: 48px;
    background-color: #FFD1D5;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.red-icon i {
    color: #dc303f;
    font-size: 18px;
}

.red-icon-s {
    width: 48px;
    height: 48px;
    background-color: #FFD1D5;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
}

.red-icon-s i {
    color: #dc303f;
    font-size: 18px;
}

.icon-outline {
    color: transparent;
    -webkit-text-stroke: 1.5px #dc303f;
}

.branding__cards {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 30px;
}

.branding__card {
    background: #fff;
    border: 1px solid #DFDDDD;
    border-radius: 10px;
    padding: 20px;
    flex: 1 1 calc(33% - 25px);
}

.branding__card img {
    width: 25px;
    margin-bottom: 10px;
}

/* GROWTH BENEFITS */
.branding__benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 25px;
    margin-left: 70px;
    margin-right: 70px;
}

.branding__benefit-item {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    padding: 12px 18px;
    border-radius: 8px;
    border: 1px solid #eee;
    flex: 1 1 calc(33% - 15px);
    border: 1px solid #F2CACA;
}

/* ---- Statistics ---- */
.branding__stats {
    background: #fff;
    padding: 60px 0px 0px 0px;
}

.branding__stats-title {
    font-size: 40px;
    font-weight: 700;
}

.branding__stats-title span {
    color: #dc303f;
}

.branding__stats-list {
    margin: 20px 0;
    line-height: 1.8;
    padding-left: 32px;
}

.branding__stats-img img {
    padding: 60px 0;
    width: 90%;
    display: block;
}

/* ---- Includes Section ---- */
.branding__includes-flex {
    display: flex;
    gap: 25px;
    margin-top: 30px;
}

.branding__include-box {
    flex: 1;
    border: 1px solid #DFDDDD;
    padding: 25px;
    border-radius: 10px;
    background: #fff;
}

.branding__include-box h3 {
    font-size: 28px;
    font-weight: 700;
    color: #dc303f;
}

.branding__include-box h4 {
    margin: 8px 0;
    font-size: 18px;
}

/* ---- Process ---- */
.branding__process-wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 35px;
}

.branding__process-image img {
    /* width: 380px; */
    border-radius: 10px;
    display: block;
}

.branding__process-steps {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.branding__step {
    display: flex;
}

.branding__step .circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #dc303f;
    display: inline-block;
    margin-top: 6px;
}

/* ---- Responsive ---- */
@media(max-width: 1200px) {


    .branding__what {
        padding: 40px;
    }

    .branding__why {
        padding: 25px 50px;
        background-color: #F2F2F2;
    }

    .branding__growth {
        padding: 50px 50px 0px 50px;
    }

    .branding__includes {
        padding: 20px 50px 0px 50px;
    }

    .branding__process {
        padding: 50px;
    }

    .services-projects-section {
        padding: 0px 50px 50px 50px !important;
    }

    .branding__process-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 50px;
        margin-top: 35px;
    }
}

@media(max-width: 1000px) {

    .branding__includes-flex,
    .branding__process-wrapper {
        flex-direction: column;
    }

    .branding__process-image img {
        width: 100%;
    }

    .branding__hero-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 25px;
    }

    .branding__card,
    .branding__benefit-item {
        flex: 1 1 100%;
    }

    .branding__stats__container {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
    }
}

@media (max-width: 500px) {
    .branding__what {
        padding: 20px;
    }

    .branding__why {
        padding: 12px 25px;
        background-color: #F2F2F2;
    }

    .branding__growth {
        padding: 25px 25px 0px 25px;
    }

    .branding__benefits {

        margin-top: 6px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .branding__includes {
        padding: 10px 25px 0px 25px;
    }

    .branding__process {
        padding: 20px;
    }

    .branding__step img {
        height: 70px !important;
    }

    .branding__step p {
        font-size: 15px !important;
    }

    .services-projects-section {
        padding: 0px 25px 25px 25px !important;
    }

    .branding__title {
        font-size: 25px;

    }

    .branding__section-title {
        font-size: 25px;

    }

    .branding__text {
        font-size: 16px;

    }

    .branding__bullet-heading {
        font-size: 20px;
    }

    .branding__bullet-area ul li {

        font-size: 15px;
    }

    .branding__rrc-title {

        font-size: 20px;
    }

    .branding__rrc-flex {

        font-size: 12px;
    }

    .branding__importance-heading {
        font-size: 20px;
        margin-bottom: 9px;
    }

    .branding__cards {

        margin-top: 15px;
    }

    .branding__cards h4 {
        font-size: 20px;
    }

    .branding__cards p {
        font-size: 16px;
    }

    .branding__stats-title {
        font-size: 25px;
    }

    .branding__stats-list li {

        font-size: 16px;
    }
}









.service-area {
    background-color: #faf8f7;
    position: relative;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
}

.dark .service-area {
    background-color: #171717;
}

.service-area .service-top-wrapper {
    display: grid;
    grid-template-columns: 1fr 520px;
    padding-bottom: 80px;
    align-items: flex-start;
}

@media only screen and (max-width: 991px) {
    .service-area .service-top-wrapper {
        grid-template-columns: 1fr;
    }
}

.service-area .service-top-wrapper .text {
    padding-bottom: 31px;
    font-family: var(--font_body);
}

@media only screen and (max-width: 991px) {
    .service-area .service-top-wrapper .text {
        padding-bottom: 10px;
    }
}

.service-area .wc-btn-underline {
    color: var(--primary);
    text-transform: capitalize;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}

/* ===============================
   🧭 SERVICES HORIZONTAL SCROLL
================================= */

/* Wrapper to control scroll area */
.service-area .services-wrapper-box {
    overflow: hidden;
    /* important to hide horizontal overflow */
    position: relative;
}

/* Horizontal grid scroll */
.service-area .services-grid.services__section {
    display: grid;
    grid-auto-flow: column;
    /* make grid flow horizontally */
    grid-auto-columns: 25%;
    /* 4 cards per view on desktop */
    gap: 25px;
    margin: 0;
    will-change: transform;
    scrollbar-width: none;
    /* Firefox hide scrollbar */
}

.service-area .services-grid.services__section::-webkit-scrollbar {
    display: none;
    /* Chrome / Safari hide scrollbar */
}

/* Responsive breakpoints for number of cards per view */
@media only screen and (max-width: 1399px) {
    .service-area .services-grid.services__section {
        grid-auto-columns: 25%;
        /* still 4 per view on slightly smaller screens */
    }
}

@media only screen and (max-width: 1199px) {
    .service-area .services-grid.services__section {
        grid-auto-columns: 33.33%;
        /* 3 cards per view */
    }
}

@media only screen and (max-width: 991px) {
    .service-area .services-grid.services__section {
        grid-auto-columns: 50%;
        /* 2 cards per view */
    }
}

@media only screen and (max-width: 575px) {
    .service-area .services-grid.services__section {
        grid-auto-columns: 100%;
        /* 1 card per view */
    }
}

/* ===============================
   🧱 SERVICE ITEM STYLING
================================= */

.service-area .service__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-area .service-item {
    padding: 25px 40px;
    border: 1px solid #ece7e4;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dark .service-area .service-item {
    border-color: #272727;
}

@media only screen and (max-width: 1399px) {
    .service-area .service-item {
        padding: 20px 30px;
    }
}

.service-area .service-item .icon {
    padding-bottom: 28px;
}

.service-area .service-item .icon img {
    max-width: 60px;
    height: auto;
    display: block;
}

@media only screen and (max-width: 1199px) {
    .service-area .service-item .icon {
        padding-bottom: 25px;
    }
}

.service-area .service-item .title {
    padding-bottom: 25px;
    font-size: 30px;
    line-height: 1.3;
    color: #000;
}

.dark .service-area .service-item .title {
    color: #fff;
}

@media only screen and (max-width: 1919px) {
    .service-area .service-item .title {
        font-size: 24px;
    }
}

.service-area .service-item .service-features {
    padding: 0;
    margin: 0;
}

.service-area .service-item .service-features li {
    font-size: 14px;
    color: var(--secondary);
    font-weight: 300;
    padding-bottom: 15px;
    list-style: disc;
    list-style-position: inside;
}

.dark .service-area .service-item .service-features li {
    color: #bfbfbf;
}

.service-area .service-item .service-features li:last-child {
    padding-bottom: 0;
}

/* ===============================
   🪄 ANIMATION STATES (OPTIONAL)
================================= */

/* Subtle scale effect while scrolling */
.service-area .service__item {
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.service-area .service__item.is-active {
    transform: scale(1.05);
    opacity: 1;
}

.service-area .service__item:not(.is-active) {
    opacity: 0.8;
}


.awards-area {
    position: relative;
    z-index: 1;
}

.awards-area .area-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    z-index: -1;
}

.awards-area .area-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.awards-area .area-bg:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(18, 18, 18, 0.85);
    top: 0;
    inset-inline-start: 0;
}

.awards-area .section-title {
    color: var(--white);
}

.awards-area .section-subtitle {
    color: var(--white);
}

.awards-area .section-subtitle.has-right-line {
    padding-inline-end: 130px;
}

.awards-area .section-subtitle.has-right-line:after {
    width: 120px;
    background-color: var(--white);
}

.awards-area .subtitle-wrapper {
    margin-bottom: -90px;
}

@media only screen and (max-width: 1399px) {
    .awards-area .subtitle-wrapper {
        margin-bottom: -70px;
    }
}

@media only screen and (max-width: 1199px) {
    .awards-area .subtitle-wrapper {
        margin-bottom: -40px;
    }
}

@media only screen and (max-width: 991px) {
    .awards-area .subtitle-wrapper {
        margin-bottom: 10px;
    }
}

.awards-area .section-title-wrapper {
    display: flex;
    align-items: flex-end;
    gap: 50px;
}

@media only screen and (max-width: 991px) {
    .awards-area .section-title-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}

.awards-area .awards-area-inner {
    position: relative;
    z-index: 1;
}

.awards-area .section-content {
    margin-top: 72px;
    margin-inline-start: 438px;
}

@media only screen and (max-width: 1919px) {
    .awards-area .section-content {
        margin-top: 62px;
        margin-inline-start: 378px;
    }
}

@media only screen and (max-width: 1399px) {
    .awards-area .section-content {
        margin-top: 52px;
        margin-inline-start: 308px;
    }
}

@media only screen and (max-width: 1199px) {
    .awards-area .section-content {
        margin-top: 22px;
        margin-inline-start: 228px;
    }
}

@media only screen and (max-width: 991px) {
    .awards-area .section-content {
        margin-inline-start: 0;
    }
}

.awards-area .section-content .text {
    max-width: 480px;
    color: #999;
}

.awards-area .section-content .awards-list {
    margin-top: 63px;
}

@media only screen and (max-width: 991px) {
    .awards-area .section-content .awards-list {
        margin-top: 33px;
    }
}

.awards-area .section-content .awards-list ul {
    display: flex;
    gap: 20px 50px;
    max-width: 480px;
}

.client-area-text {
    position: relative;
}

.client-area-text .text {
    font-size: 32px;
    line-height: 1;
    max-width: 310px;
    position: absolute;
    inset-inline-start: 40%;
    top: 70px;
}

.client-area-inner .section-spacing-top{
    padding-top: 80px;
    padding-bottom: 80px;
}

@media only screen and (max-width: 1399px) {
    .client-area-text .text {
        font-size: 26px;
    }
}

@media only screen and (max-width: 1199px) {
    .client-area-text .text {
        font-size: 22px;
        max-width: 280px;
        top: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .client-area-text .text {
        font-size: 18px;
        max-width: 230px;
        top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .client-area-text .text {
        text-align: center;
        position: static;
        margin: 0 auto;
        margin-bottom: 10px;
    }
}

.client-area .clients-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

@media only screen and (max-width: 767px) {
    .client-area .clients-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 575px) {
    .client-area .clients-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

.client-area .client-box {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--border);
    min-width: 100px;
    aspect-ratio: 100/100;
    padding: 0 20px;
    margin-top: -1px;
    border-inline-start-color: rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 767px) {
    .client-area .client-box {
        border: none;
        aspect-ratio: 100/50;
    }
}

.client-area .client-box:hover img {
    opacity: 1;
}

.client-area .client-box:nth-child(1) {
    grid-column-start: 2;
    border-inline-start-color: var(--border);
}

@media only screen and (max-width: 767px) {
    .client-area .client-box:nth-child(1) {
        grid-column-start: auto;
    }
}

.client-area .client-box:nth-child(2) {
    grid-column-start: 1;
    border-inline-start-color: var(--border);
}

@media only screen and (max-width: 767px) {
    .client-area .client-box:nth-child(2) {
        grid-column-start: auto;
    }
}

.client-area .client-box:nth-child(7) {
    grid-column-start: 2;
    border-inline-start-color: var(--border);
}

@media only screen and (max-width: 767px) {
    .client-area .client-box:nth-child(7) {
        grid-column-start: auto;
    }
}

.client-area .client-box:nth-child(12) {
    grid-column-start: 5;
    border-inline-start-color: var(--border);
}

@media only screen and (max-width: 767px) {
    .client-area .client-box:nth-child(12) {
        grid-column-start: auto;
    }
}

.client-area .client-box img {
    opacity: 0.6;
    transition: all 0.5s;
}

.blog-area-inner {
    border-bottom: 1px solid var(--border);
    padding-top: 80px;
    padding-bottom: 80px;
}

.blog-area .section-title {
    max-width: 500px;
}

.blog-area .section-header {
    display: grid;
    gap: 20px 60px;
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .blog-area .section-header {
        grid-template-columns: auto;
    }
}

.blog-area .blog-wrapper-box {
    margin-top: 51px;
}

@media only screen and (max-width: 1399px) {
    .blog-area .blog-wrapper-box {
        margin-top: 41px;
    }
}

.blog-area .blog-wrapper {
    display: grid;
    gap: 20px 20px;
    grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 991px) {
    .blog-area .blog-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .blog-area .blog-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.blog:hover .thumb img {
    transform: scale(1.1);
}

.blog .thumb {
    overflow: hidden;
}

.blog .thumb img {
    width: 100%;
    transition: all 0.5s;
}

.blog .content-wrapper {
    margin-top: 28px;
}

.blog .title {
    font-size: 30px;
    line-height: 1.15;
}

@media only screen and (max-width: 1399px) {
    .blog .title {
        font-size: 22px;
    }
}

.blog .tag {
    font-size: 14px;
    display: inline-block;
}

.blog .meta {
    margin-top: 27px;
    display: flex;
    gap: 5px;
    align-items: center;
}

@media only screen and (max-width: 1399px) {
    .blog .meta {
        margin-top: 17px;
    }
}

.blog .date {
    font-size: 14px;
    display: inline-block;
    color: #c2c2c2;
}

.blog .date.has-left-line {
    padding-inline-start: 25px;
}

.blog .date.has-left-line:before {
    width: 20px;
}

.cta-area-inner .section-spacing{
    padding-top: 80px;
    padding-left: 80px;
}

.cta-area .section-content {
    text-align: center;
}

.cta-area .section-content .section-title {
    max-width: 840px;
    margin-inline: auto;
}

@media only screen and (max-width: 1919px) {
    .cta-area .section-content .section-title {
        max-width: 700px;
    }
}

@media only screen and (max-width: 1199px) {
    .cta-area .section-content .section-title {
        max-width: 580px;
    }
}

.cta-area .section-content .btn-wrapper {
    margin-top: 51px;
}

@media only screen and (max-width: 1399px) {
    .cta-area .section-content .btn-wrapper {
        margin-top: 41px;
    }
}

@media only screen and (max-width: 1199px) {
    .cta-area .section-content .btn-wrapper {
        margin-top: 31px;
    }
}

.footer-area {
    background-color: var(--primary);
    z-index: 111;
    position: relative;
}

.dark .footer-area {
    background-color: #1b1b1b;
}

.footer-area .footer-area-inner {
    display: grid;
    grid-template-columns: 275px 190px 190px 385px;
    justify-content: space-between;
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 50px;
}

@media only screen and (max-width: 1399px) {
    .footer-area .footer-area-inner {
        padding-top: 80px;
        padding-bottom: 80px;
        grid-template-columns: 215px 190px 190px 315px;
    }
}

@media only screen and (max-width: 1199px) {
    .footer-area .footer-area-inner {
        padding-top: 60px;
        padding-bottom: 80px;
        grid-template-columns: 2.2fr 1fr 1fr;
    }
}

@media only screen and (max-width: 767px) {
    .footer-area .footer-area-inner {
        grid-template-columns: auto auto;
    }
}

@media (max-width: 575px) {
    .footer-area .footer-area-inner {
        grid-template-columns: auto;
    }
}

.footer-area .footer-area-inner>* {
    min-width: 130px;
}

.footer-area .footer-area-inner>*:first-child {
    grid-row: span 2;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .footer-area .footer-area-inner>*:first-child {
        grid-row: auto;
    }
}

.footer-area .footer-area-inner>*:first-child:after {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% + 400px);
    background-color: #202020;
    top: -200px;
    inset-inline-end: 0;
}

@media only screen and (max-width: 1199px) {
    .footer-area .footer-area-inner>*:first-child:after {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .footer-area .footer-area-inner>*.newsletter {
        grid-column: span 2;
    }
}

@media only screen and (max-width: 767px) {
    .footer-area .footer-area-inner>*.newsletter {
        order: 1;
    }
}

@media (max-width: 575px) {
    .footer-area .footer-area-inner>*.newsletter {
        grid-column: auto;
    }
}

.footer-area .footer-logo img {
    width: 150px;
}

@media only screen and (max-width: 1199px) {
    .footer-area .footer-logo img {
        width: 140px;
    }
}

.footer-area .footer-widget-wrapper .title {
    color: var(--white);
    font-size: 30px;
    line-height: 0.73;
}

@media only screen and (max-width: 1399px) {
    .footer-area .footer-widget-wrapper .title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1199px) {
    .footer-area .footer-widget-wrapper .title {
        font-size: 22px;
    }
}

.footer-area .footer-nav-list {
    margin-top: 27px;
}

.footer-area .footer-nav-list li {
    font-size: 18px;
    line-height: 30px;
    color: var(--white-2);
}

.footer-area .footer-nav-list li a:hover {
    color: var(--white);
}

.footer-area .footer-nav-list li .location {
    margin-bottom: 22px;
    display: inline-block;
}

.footer-area .social-links {
    display: flex;
    gap: 20px;
    margin-top: 36px;
}

.footer-area .social-links li {
    line-height: 1;
}

.footer-area .social-links li a {
    color: var(--white-2);
}

.footer-area .social-links li a:hover {
    color: var(--white);
}

.footer-area .newsletter-text {
    margin-top: 29px;
}

.footer-area .newsletter-text .text {
    color: var(--white-2);
}

.subscribe-form {
    margin-top: 38px;
}

.subscribe-form .input-field {
    background-color: #202020;
    border-radius: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 25px 25px;
}

@media only screen and (max-width: 1399px) {
    .subscribe-form .input-field {
        padding: 18px 25px;
    }
}

.subscribe-form .input-field input {
    border: 0;
    background-color: #202020;
    color: var(--primary);
    width: 100%;
}

.subscribe-form .input-field input::-moz-placeholder {
    color: var(--white-2);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

.subscribe-form .input-field input::placeholder {
    color: var(--white-2);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

.subscribe-form .input-field input:focus {
    outline: 0;
}

.subscribe-form .input-field .subscribe-btn img,
.subscribe-form .input-field .subscribe-btn i {
    color: var(--theme);
}

.dir-rtl .subscribe-form .input-field .subscribe-btn img,
.dir-rtl .subscribe-form .input-field .subscribe-btn i {
    transform: rotateY(180deg);
}

.subscribe-form .input-field .icon {
    color: var(--white-2);
}

.subscribe-form .policy-field {
    margin-top: 20px;
}

.subscribe-form .policy-field label {
    font-size: 14px;
    margin-inline-start: 6px;
}

.subscribe-form .policy-field label span {
    color: var(--primary);
    font-weight: 500;
}

.copyright-area {
    border-top: 1px solid #202020;
}

.copyright-area-inner {
    padding: 32px 0;
    position: relative;
}

.copyright-area .copyright-text .text {
    text-align: center;
    font-weight: 500;
    color: var(--white-2);
}

.copyright-area .copyright-text .text a {
    color: var(--white);
}

/*# sourceMappingURL=master-digital-agency.css.map */




.about__section {
    padding: 80px 0px;
    background: rgb(32, 32, 32);
}

.about__section h3 {
    font-family: var(--font_recoleta);
    text-align: center;
    color: white;
    font-size: 46px;
    font-weight: 400;
}

.about__section .flex___box {
    display: flex;
    margin-top: 70px;
    justify-content: space-between;
}

.about__section .flex___box .bx__about {
    width: 75%;
    margin-bottom: 40px;
    box-shadow: rgba(0, 0, 0, 0.47) -4.961px 25.522px 40px 0px;
    background: linear-gradient(134deg, rgb(14, 14, 14) 0%, rgb(46, 46, 46) 100%);
    border-radius: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(187, 187, 187, 0.212);
    border-image: initial;
    padding: 20px 20px;
    position: relative;
    transition: 0.5s ease-in;
    z-index: 11;
}

.about__section .flex___box .bx__about::before {
    content: '01';
    position: absolute;
    top: -21px;
    right: -14px;
    font-size: 45px;
    font-weight: 800;
    z-index: -1;
    transition: 0.5s ease-in;
    font-family: var(--font_recoleta);
}

.about__section .flex___box .bx__about.first__one::before {
    content: '01';
}

.about__section .flex___box .bx__about.first__two::before {
    content: '02';
}

.about__section .flex___box .bx__about.first__three::before {
    content: '03';
}

.about__section .flex___box .bx__about.first__four::before {
    content: '04';
}

.about__section .flex___box .bx__about.first__five::before {
    content: '05';
}

.about__section .flex___box .bx__about.first__six::before {
    content: '06';
}

.about__section .flex___box .bx__about:hover::before {
    color: white;
    right: -24px;
}

.about__section .flex___box .bx__about:hover {
    border-color: white;
}

.about__section .flex___box .bx__about.first_left {
    float: right;
}

.about__section .flex___box .bx__about.second_left {
    float: left;
}

.about__section .flex___box .bx__about.first_right {
    float: left;
}

.about__section .flex___box .bx__about.second_right {
    float: right;
}

.about__section .flex___box .bx__about p {
    font-size: 16px;
    margin-top: 18px;
    margin-bottom: 0px;
    font-family: var(--font_body);
    color: rgb(228, 228, 228);
}

.about__section .flex___box .bx__about .head__bx {
    display: flex;
    gap: 10px;
}

.about__section .flex___box .bx__about .head__bx .icon {
    color: white;
    box-shadow: rgba(0, 0, 0, 0.47) -4.961px 25.522px 40px 0px;
    background: linear-gradient(134deg, rgb(14, 14, 14) 0%, rgb(46, 46, 46) 100%);
    border-radius: 5px;
    display: flex;
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
}

.about__section .flex___box .bx__about .head__bx .icon i {
    color: white;
    font-size: 18px;
}

.about__section .flex___box .bx__about .head__bx h6 {
    font-size: 19px;
    color: white;
    font-family: var(--font_recoleta);
}

.about__section .flex___box .left_section {
    width: 30%;
    padding: 0px 15px;
}

.about__section .flex___box .right_section {
    width: 30%;
}

.center_section {
    width: 40%;
    padding: 0 28px;
    display: flex;
    gap: 4%;
    max-height: 580px;
    overflow: hidden;
    position: relative;
}

.center_section img {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
}

.first_half,
.second_half {
    width: 48%;
    overflow: hidden;
}

.scroll_content {
    display: flex;
    flex-direction: column;
    animation: scrollUp 20s linear infinite;
}

.second_half .scroll_content {
    animation: scrollDown 20s linear infinite;
}

/* Infinite scroll effect */
@keyframes scrollUp {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }
}

@keyframes scrollDown {
    0% {
        transform: translateY(-50%);
    }

    100% {
        transform: translateY(0);
    }
}


/* Pause on hover if needed */
/* .about__section .flex___box .center_section:hover .first_half,
.about__section .flex___box .center_section:hover .second_half {
    animation-play-state: paused;
} */


.ft__description {
    color: rgb(172, 172, 172);
    margin-top: 32px;
    padding-right: 5px;
}

.fz___60 {
    font-size: 60px;
}

.client-area .client-box img.show-light {
    filter: grayscale(100%);
}

.client-area .client-box img.show-light:hover {
    filter: grayscale(0%);
}



/* ===============================
   AWARDS SECTION STYLING
================================ */
.awards-area {
    position: relative;
    padding: 80px 0;
    color: #fff;
    overflow: hidden;
}

.awards-area .area-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.awards-area .area-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(70%);
}

.awards-area .area-bg .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.4) 100%);
}

.awards-area-inner {
    position: relative;
    z-index: 2;
}

.awards-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
}

/* ===============================
   VIDEO WRAPPER
================================ */
.video-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-thumb {
    position: relative;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    transition: transform 0.4s ease;
}

.video-thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.video-thumb:hover {
    transform: scale(1.03);
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    color: #000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
}

.play-btn:hover {
    background: var(--primary);
    color: #fff;
}

/* ===============================
   TESTIMONIAL CAROUSEL
================================ */
.testimonial-carousel {
    position: relative;
    width: 100%;
    padding: 30px;
}

.testimonial-item {
    text-align: left;
}

.testimonial-text {
    font-size: 20px;
    color: rgb(224, 224, 224);
    font-style: italic;
    margin-bottom: 20px;
}

.testimonial-meta {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
}

.testimonial-meta h5 {
    font-size: 22px;
    font-family: var(--font_recoleta);
    font-weight: 600;
    margin-bottom: 3px;
    color: rgb(224, 224, 224);
}

.testimonial-meta span {
    font-size: 16px;
    color: rgb(224, 224, 224);
    opacity: 0.8;
}

/* Swiper buttons */
.swiper-button-prev,
.swiper-button-next {
    color: #fff;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    color: var(--primary);
}

.testimonial-carousel .swiper-button-next,
.swiper-button-prev {
    right: 58px;
    bottom: 0px;
    top: unset;
    left: unset;
    background: var(--action);
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 5px;
}

.testimonial-carousel .swiper-button-next,
.swiper-button-next {
    right: 0px;
    bottom: 0px;
    top: unset;
    left: unset;
    background: var(--action);
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 5px;
}

.testimonial-carousel .swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
}

/* ===============================
   Responsive
================================ */
@media (max-width: 991px) {
    .awards-title {
        font-size: 26px;
    }

    .testimonial-text {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .awards-area {
        padding: 60px 0;
    }

    .video-wrapper {
        margin-bottom: 40px;
    }
}

.section_testimonial_title {
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 40px;
    text-align: center;
    color: white;
    font-family: var(--font_recoleta);
}

.quote__icon {
    position: absolute;
    right: 0px;
    width: 80px;
}

.testimonial-carousel {
    margin-top: 30px;
}

.testimonial-carousel .swiper-button-next:hover,
.swiper-button-prev:hover {
    color: white;
}



.portfolio___section {
    background-color: black;
    padding: 80px 0px;
}

.portfolio___section .flex__box {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 15px;
}

/* Base box */
.portfolio___section .flex__box .p__box {
    position: relative;
    flex: 0 0 23%;
    /* using flex-basis instead of width */
    min-height: 450px;
    background: linear-gradient(to bottom, rgba(89, 86, 125, .6) 0%, rgba(233, 174, 213, .6) 100%);
    border-radius: 16px;
    overflow: hidden;
    transition: flex-basis 0.5s ease;
}

/* Expand hovered box */
.portfolio___section .flex__box .p__box:hover {
    flex: 0 0 50%;
    transition: flex-basis 0.5s ease;
}

/* Shrink only the other boxes when one is hovered */
.portfolio___section .flex__box:has(.p__box:hover) .p__box:not(:hover) {
    flex: 0 0 15%;
    transition: flex-basis 0.5s ease;
}

/* IMAGE BOX */
.portfolio___section .flex__box .p__box .img__box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.portfolio___section h3 {
    color: white;
    font-family: var(--font_recoleta);
    font-size: 45px;
    text-align: left;
}

#services-section h3{
    font-family: var(--font_recoleta);
    font-size: 45px;
    text-align: left;
}

.portfolio___section .flex__box .p__box .img__box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.portfolio___section .flex__box .p__box .img__box h4 {
    position: absolute;
    color: white;
    font-size: 24px;
    top: 25px;
    left: 25px;
}

/* TEXT BOX */
@media screen and (min-width: 992px) {
    .portfolio___section .flex__box .p__box .txt__box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.4s ease 0s, visibility 0s linear 0s;
        padding: 20px;
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: linear-gradient(to bottom, rgba(89, 86, 125, .85), rgba(233, 174, 213, .85));
        z-index: 2;
    }

    /* On hover fade in text and fade out image */
    .portfolio___section .flex__box .p__box:hover .txt__box {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.5s ease 0.5s, visibility 0s linear 0.5s;
    }

    .portfolio___section .flex__box .p__box:hover .img__box {
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease;
    }

    /* TEXT BOX CONTENT */
    .portfolio___section .txt__box .flex__content {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}


.portfolio___section .txt__box .flex__content .txt_section {
    width: 48%;
}

.portfolio___section .txt__box .flex__content .txt_section h5 {
    color: white;
    font-size: 25px;
    font-family: var(--font_recoleta);
}

.portfolio___section .txt__box .flex__content .txt_section h6 {
    color: white;
    margin-top: 15px;
    font-size: 20px;
    font-family: var(--font_recoleta);
}

.portfolio___section .txt__box .flex__content .txt_section p {
    color: white;
    font-size: 17px;
    font-family: var(--font_body);
    margin-top: 15px;
}

.portfolio___section .txt__box a button {
    background: #f7f7f7;
    color: black;
    padding: 13px 20px;
    border-radius: 30px;
    font-family: var(--font_recoleta);
    position: absolute;
    bottom: 25px;
    font-size: 16px;
    right: 25px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.portfolio___section .txt__box .flex__content .img__section {
    width: 50%;
}

.portfolio___section .txt__box .flex__content .img__section img {
    width: 100%;
}

.mt___4 {
    margin-top: 35px;
}

.read_m_btn {
    margin-top: 25px;
    background: black;
    width: fit-content;
    padding: 10px 20px;
    border: 1px solid black;
    cursor: pointer;
    transition: 0.5s ease;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border-radius: 25px;
    color: white;
}

.read_m_btn:hover {
    background: rgb(231, 231, 231);
    color: black;
}

.padding___30_50 {
    padding-top: 30px;
    padding-bottom: 50px;
}


.contact___form {
    padding: 80px 0px;
}

.contact___form .left__section span {
    font-size: 18px;
    font-family: var(--font_recoleta);
}

.contact___form .left__section h3 {
    font-family: var(--font_recoleta);
    font-size: 40px;
    margin: 15px 0px;
}

.contact___form .left__section p {
    font-family: var(--font_body);
    font-size: 18px;
    font-weight: 400;
}

.contact___form .left__section .flex__box {
    display: flex;
    gap: 20px;
    margin-top: 25px;
    align-items: stretch;
}

.contact___form .left__section .flex__box .bx {
    margin-bottom: 30px;
}

.contact___form .left__section .flex__box .bx h6 {
    font-size: 24px;
    margin-bottom: 15px;
    font-family: var(--font_recoleta);
}

.contact___form .left__section .flex__box .bx a {
    font-size: 20px;
    font-weight: 400;
    font-family: var(--font_body);
}

.contact___form .left__section .flex__box .bx_location .bx .icons {
    display: flex;
    gap: 15px;
}

.contact___form .left__section .flex__box .bx_location .bx .icons i {
    font-size: 22px;
}

.contact___form .right__section form {
    padding: 35px;
    border-radius: 15px;
    background-color: rgba(224, 224, 224, 0.658);
}

.contact___form .right__section form {
    padding: 35px;
    border-radius: 15px;
    background-color: rgba(224, 224, 224, 0.658);
}

.contact___form .right__section form h5 {
    font-size: 30px;
    font-family: var(--font_recoleta);
}

.contact___form .right__section form input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgb(29, 29, 29);
    padding: 10px 0px;
    height: unset;
    line-height: unset;
    margin-bottom: 15px;
}

.contact___form .right__section form textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgb(29, 29, 29);
    padding: 10px 0px;
    height: unset;
    line-height: unset;
    margin-bottom: 15px;
}

.contact___form .right__section form button {
    background-color: black;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    transition: 0.5s ease-in;
    border: 1px solid black;
    font-size: 18px;
    padding: 10px 25px;
    border-radius: 25px;
}

.contact___form .right__section form button:hover {
    background-color: rgba(235, 235, 235, 0.699);
    color: black;
}

.breadcrumb__section {
    background-color: rgba(235, 235, 235, 0.699);
    padding-top: 150px;
    padding-bottom: 80px;
}

.breadcrumb__section h4 {
    font-size: 60px;
    font-family: var(--font_recoleta);
    text-align: center;
}

.iframe__section iframe {
    width: 100%;
    height: 450px;
}



.about_us_page {
    padding: 60px 0px;
}

.about_us_page h4 {
    font-size: 35px;
    margin-bottom: 20px;
    font-family: var(--font_recoleta);
}

.about_us_page p {
    font-size: 18px;
    font-family: var(--font_body);
}

.about_us_page ul {
    list-style: circle !important;
    padding-left: 20px;
}

.about_us_page ul li {
    font-size: 18px;
    margin-bottom: 10px;
    list-style: circle !important;
    font-family: var(--font_body);
}

.about_us_page .img_flex_box_one {
    display: flex;
    justify-content: space-between;
}

.about_us_page .img_flex_box_one img {
    width: 49%;
}

.elementor-1234 .elementor-element.elementor-element-c71dcc0 .hero__images .hero__image {
    margin-top: 0px;
}

.elementor-1234 .elementor-element.elementor-element-572d490 {
    min-height: unset;
    padding-top: 50px;
    background: rgba(246, 246, 246, 0.496);
    padding-bottom: 50px;
    --min-height: unset;
}

.elementor-1234 .elementor-element.elementor-element-8f09076 .elementor-heading-title {
    margin-top: 70px;
}

.Service_slider {
    padding-bottom: 30px;
}

.Service_slider .swiper-pagination-bullet-active {
    background: black;
}

.Service_slider .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0px;
}



@media screen and (max-width: 500px) {
    .intro-area {
        padding-top: 95px;
    }

    .intro-area .main-thumb img {
        border-radius: 10px;
        margin-bottom: 15px;
    }

    .portfolio___section .flex__box {
        flex-direction: column;
        margin-top: 15px;
    }

    .portfolio___section h3 {
        font-size: 35px;
        margin-bottom: 30px;
    }

    .portfolio___section .flex__box .p__box {
        min-height: 160px;
    }

    .service-area .section-title {
        margin-bottom: 15px;
    }

    .service-area .service-top-wrapper .text {
        padding-bottom: 20px;
    }

    .service-area .service-top-wrapper {
        padding-bottom: 40px;
    }

    .about__section h3 {
        font-size: 35px;
    }

    .about__section .flex___box {
        margin-top: 45px;
        flex-direction: column;
    }

    .about__section .flex___box .left_section {
        width: 100%;
        padding: 0px 10px;
    }

    .center_section {
        width: 100%;
        margin-bottom: 50px;
        padding: 0px 15px;
        margin-top: 30px;
    }

    .about__section .flex___box .right_section {
        width: 100%;
        padding: 0px 15px;

    }

    .about__section .flex___box .bx__about {
        width: 100%;
        padding: 12px 19px;
    }

    .about__section .flex___box .bx__about .head__bx h6 {
        font-size: 22px;
    }

    .about__section .flex___box .bx__about .head__bx {
        gap: 16px;
    }

    .section_testimonial_title {
        font-size: 35px;
    }

    .testimonial-carousel {
        padding: 10px;
    }

    .quote__icon {
        position: absolute;
        left: 15px;
        width: 50px;
        rotate: 180deg;
        top: -21px;
    }

    .client-area-text .text {
        font-size: 35px;
        max-width: 100%;
    }

    .blog-area .section-title.fz___60 {
        font-size: 35px;
    }
}



.portfolio__section_detail {
    margin: 40px 0px;
}

.portfolio__section_detail .bx__p .head____txt {
    font-size: 25px;
    margin-top: 12px;
    margin-bottom: 10px;
    font-family: var(--font_recoleta);
    font-weight: 500;
}

.portfolio__section_detail .bx__p img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
}

.nuvotec__portfolio__section_detail {
    margin-top: 50px;
}

.nuvotec__portfolio__section_detail .bx__p {
    position: relative;
}

.nuvotec__portfolio__section_detail .bx__p img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
}

.nuvotec__portfolio__section_detail .bx__p .head____txt {
    font-size: 25px;
    margin-top: 12px;
    margin-bottom: 10px;
    font-family: var(--font_recoleta);
    font-weight: 500;
}

.nuvotec__portfolio__section_detail .bx__p .date___txt {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: white;
    padding: 8px 15px;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    font-size: 14px;
    height: fit-content;
}

.objecives_section {
    margin-top: 50px;
}

.objecives_section h2 {
    font-size: 60px;
}

.objecives_section h4 {
    font-size: 25px;
}

.objecives_section p {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 35px;
}

/* Portfolio stylings */

/* #lightgallery.fl___ex_box {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax(70px, auto);   
  gap: 12px;                            
  padding: 15px 20px;                   
}

#lightgallery .img__bx {
  overflow: hidden;
  border-radius: 8px;
}

#lightgallery .img__bx img {
  width: 100%;
  object-fit: cover;
  display: block;
}


#lightgallery .img__bx:nth-child(1)  { grid-column: 1 / span 4; grid-row: 1 / span 7; }    

#lightgallery .img__bx:nth-child(2)  { grid-column: 5 / span 4; grid-row: 1 / span 3; }    
#lightgallery .img__bx:nth-child(3)  { grid-column: 5 / span 4; grid-row: 4 / span 4; }   

#lightgallery .img__bx:nth-child(4)  { grid-column: 9 / span 4; grid-row: 1 / span 7; }    

#lightgallery .img__bx:nth-child(5)  { grid-column: 1 / span 8; grid-row: 8 / span 7; }    

#lightgallery .img__bx:nth-child(6)  { grid-column: 9 / span 4; grid-row: 8 / span 3; }    
#lightgallery .img__bx:nth-child(7)  { grid-column: 9 / span 4; grid-row: 11 / span 4; }   

#lightgallery .img__bx:nth-child(8)  { grid-column: 1 / span 4; grid-row: 15 / span 3; }   
#lightgallery .img__bx:nth-child(9)  { grid-column: 1 / span 4; grid-row: 18 / span 4; }

#lightgallery .img__bx:nth-child(10) { grid-column: 5 / span 8; grid-row: 15 / span 7; }  


@media (max-width: 1400px) and (min-width: 990px) {

#lightgallery.fl___ex_box {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: minmax(40px, auto);
    gap: 12px;
    padding: 15px 20px;
}
}

@media (max-width: 991px) {
#lightgallery.fl___ex_box {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: minmax(30px, auto);
    gap: 12px;
    padding: 15px 20px;
}
}

@media (max-width: 767px) {
  #lightgallery.fl___ex_box {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding: 10px;
  }

  #lightgallery .img__bx:nth-child(1)  { grid-column: 1 / span 2; grid-row: 1 / span 4; }
  #lightgallery .img__bx:nth-child(2)  { grid-column: 1 / span 1; grid-row: 5 / span 2; }
  #lightgallery .img__bx:nth-child(3)  { grid-column: 2 / span 1; grid-row: 5 / span 2; }
  #lightgallery .img__bx:nth-child(4)  { grid-column: 1 / span 2; grid-row: 7 / span 4; }

  #lightgallery .img__bx:nth-child(5)  { grid-column: 1 / span 2; grid-row: 11 / span 4; }
  #lightgallery .img__bx:nth-child(6)  { grid-column: 1 / span 1; grid-row: 15 / span 2; }
  #lightgallery .img__bx:nth-child(7)  { grid-column: 2 / span 1; grid-row: 15 / span 2; }

  #lightgallery .img__bx:nth-child(8)  { grid-column: 1 / span 1; grid-row: 17 / span 2; }
  #lightgallery .img__bx:nth-child(9)  { grid-column: 2 / span 1; grid-row: 17 / span 2; }
  #lightgallery .img__bx:nth-child(10) { grid-column: 1 / span 2; grid-row: 19 / span 4; }
}

@media (max-width: 479px) {
  #lightgallery.fl___ex_box {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 8px;
  }

  #lightgallery .img__bx {
    grid-column: 1 / -1 !important;
  }

  #lightgallery .img__bx:nth-child(1)  { grid-row: 1 / span 4; }
  #lightgallery .img__bx:nth-child(2)  { grid-row: 5 / span 3; }
  #lightgallery .img__bx:nth-child(3)  { grid-row: 8 / span 3; }
  #lightgallery .img__bx:nth-child(4)  { grid-row: 11 / span 4; }
  #lightgallery .img__bx:nth-child(5)  { grid-row: 15 / span 4; }
  #lightgallery .img__bx:nth-child(6)  { grid-row: 19 / span 3; }
  #lightgallery .img__bx:nth-child(7)  { grid-row: 22 / span 3; }
  #lightgallery .img__bx:nth-child(8)  { grid-row: 25 / span 3; }
  #lightgallery .img__bx:nth-child(9)  { grid-row: 28 / span 3; }
  #lightgallery .img__bx:nth-child(10) { grid-row: 31 / span 4; }
}
 */


.nuvotec__portfolio__section {
    width: 100%;
    margin-top: 50px;
}

.nuvotec__portfolio__section .container {
    width: 100%;
}

.nuvotec__portfolio__section .flex_box_one {
    display: flex;
    gap: 8px;
}

.nuvotec__portfolio__section .flex_box_one .first_box {
    width: 37%;
}

.nuvotec__portfolio__section .flex_box_one .first_box .first_image {
    width: 100%;
}

.nuvotec__portfolio__section .flex_box_one .second_box {
    width: 33%;
    display: flex;
    gap: 6px;
    flex-direction: column;
}

.nuvotec__portfolio__section .flex_box_one .second_box .second_image {
    width: 100%;
}

.nuvotec__portfolio__section .flex_box_one .second_box .third_image {
    width: 100%;
}

.nuvotec__portfolio__section .flex_box_one .third_box {
    width: 29%;
}

.nuvotec__portfolio__section .flex_box_one .third_box .fourth_image {
    width: 100%;
}


.nuvotec__portfolio__section .flex_box_two {
    display: flex;
    gap: 5px;
    margin-top: 8px;
}

.nuvotec__portfolio__section .flex_box_two .first_box {
    width: 70%;
}

.nuvotec__portfolio__section .flex_box_two .second_box {
    width: 29.5%;
    display: flex;
    flex-direction: column;
}

.nuvotec__portfolio__section .flex_box_three {
    display: flex;
    gap: 10px;
    margin-top: 6px;
}

.nuvotec__portfolio__section .flex_box_three .first_box {
    width: 42.2%;
    display: flex;
    gap: 3px;
    flex-direction: column;
}

.nuvotec__portfolio__section .flex_box_three .second_box {
    width: 70.3%;
    display: flex;
    flex-direction: column;
}




.woodstop__portfolio__section .flex_box_one {
    display: flex;
    gap: 8px;
}

.woodstop__portfolio__section .flex_box_one .first_box {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 38%;
}

.woodstop__portfolio__section .flex_box_one .second_box {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 77%;
}

.woodstop__portfolio__section .flex_box_two {
    width: 100%;
}

.woodstop__portfolio__section .flex_box_two .first_box {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.woodstop__portfolio__section .flex_box_two .first_box a.first_image {
    width: 65.5%;
}

.woodstop__portfolio__section .flex_box_two .first_box img.first_image {
    width: 100%;
}

.woodstop__portfolio__section .flex_box_two .first_box img.second_image {
    width: 100%;
    object-fit: contain;
}

.woodstop__portfolio__section .flex_box_two .first_box a.second_image {
    width: 34%;
}

.woodstop__portfolio__section .flex_box_three .first_box {
    margin-top: 8px;

}

.woodstop__portfolio__section .flex_box_four .first_box {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.woodstop__portfolio__section .flex_box_four .first_box a.first_image {
    width: 32%;
}

.woodstop__portfolio__section .flex_box_four .first_box a.second_image {
    width: 67.5%;
}

.woodstop__portfolio__section .flex_box_four .first_box img.first_image {
    width: 100%;
    object-fit: contain;
}

.woodstop__portfolio__section .flex_box_four .first_box img.second_image {
    width: 100%;
    object-fit: contain;
}

.woodstop__portfolio__section .flex_box_five .first_box {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.woodstop__portfolio__section .flex_box_five .first_box a.first_image {
    width: 66.7%;
}

.woodstop__portfolio__section .flex_box_five .first_box a.second_image {
    width: 32.6%;
}

.woodstop__portfolio__section .flex_box_five .first_box img.first_image {
    width: 100%;
    object-fit: contain;
}

.woodstop__portfolio__section .flex_box_five .first_box img.second_image {
    width: 100%;
    object-fit: contain;
}

.woodstop__portfolio__section .flex_box_six .first_box {
    margin-top: 8px;

}

.intech__portfolio__section .flex_box_one {
    display: flex;
    gap: 8px;
}

.intech__portfolio__section .flex_box_one .first_box {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 40.8%;
}

.intech__portfolio__section .flex_box_one .second_box {
    width: 26%;
}

.intech__portfolio__section .flex_box_one .third_box {
    width: 40%;
}

.intech__portfolio__section .flex_box_two .first_box {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 59%;
}

.intech__portfolio__section .flex_box_two {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.intech__portfolio__section .flex_box_two .second_box {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.intech__portfolio__section .flex_box_two .second_box .second-mini {
    display: flex;
    height: 100%;
    gap: 8px;
}

.intech__portfolio__section .flex_box_two .second_box .second-mini a.second_image {
    width: 63%;
}

.intech__portfolio__section .flex_box_two .second_box .second-mini img.second_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.intech__portfolio__section .flex_box_three {
    position: relative;
}

.intech__portfolio__section .flex_box_three .second_image_style img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 25px;
    margin-top: 6px;
}

.intech__portfolio__section .flex_box_three .third_image_style img {
    position: absolute;
    right: 0px;
    top: -285px;
    width: 36.5%;
    height: 610px;
}

.intech__portfolio__section .flex_box_two .second_box .second-mini-1 {
    display: flex;
    flex-direction: column;
}

.intech__portfolio__section .flex_box_two .second_box .second-mini-1 .second_image {
    width: 100%;
}

.intech__portfolio__section .flex_box_three .first_box {
    width: 74.5%;
}

.intech__portfolio__section .flex_box_four .first_box {
    margin-top: 8px;
}

.intech__portfolio__section .flex_box_four .first_box .first_image_style {
    width: 100%;
}

.intech__portfolio__section .flex_box_five .first_box {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.mbl__intech__portfolio__section {
    display: none;
}

.mbl__intech__portfolio__section .flex_box_one {
    display: flex;
    gap: 20px;
}

.mbl__intech__portfolio__section .flex_box_one .first_box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 36.5%;
}

.mbl__intech__portfolio__section .flex_box_one .second_box {
    display: flex;
    gap: 20px;
    width: 62%;
}

.mbl__intech__portfolio__section .flex_box_two {
    display: flex;
    gap: 20px;
    width: 100%;
    margin-top: 20px;
}

.mbl__intech__portfolio__section .flex_box_two .first_box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 47.3%;
}

.mbl__intech__portfolio__section .flex_box_two .second_box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 80.2%;
}

.mbl__intech__portfolio__section .flex_box_three .first_box {
    display: flex;
    gap: 20px;
    width: 100%;
    margin-top: 20px;
}

@media screen and (max-width: 1100px) {

    .intech__portfolio__section {
        display: none;
    }

    .mbl__intech__portfolio__section {
        display: block;
    }

    .mbl__intech__portfolio__section .flex_box_one {
        display: flex;
        gap: 12px;
    }

    .mbl__intech__portfolio__section .flex_box_one .first_box {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 36.5%;
    }

    .mbl__intech__portfolio__section .flex_box_one .second_box {
        display: flex;
        gap: 12px;
        width: 62%;
    }

    .mbl__intech__portfolio__section .flex_box_two {
        display: flex;
        gap: 12px;
        width: 100%;
        margin-top: 12px;
    }

    .mbl__intech__portfolio__section .flex_box_two .second_box {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 80.2%;
    }

    .mbl__intech__portfolio__section .flex_box_two .first_box {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 47.3%;
    }

    .mbl__intech__portfolio__section .flex_box_three .first_box {
        display: flex;
        gap: 12px;
        width: 100%;
        margin-top: 12px;
    }
}

@media screen and (max-width: 500px) {
    .mbl__intech__portfolio__section .flex_box_one .first_box {
        display: flex;
        flex-direction: column;
        gap: 6px;
        width: 36.8%;
    }

    .mbl__intech__portfolio__section .flex_box_one {
        display: flex;
        gap: 6px;
    }

    .mbl__intech__portfolio__section .flex_box_one .second_box {
        display: flex;
        gap: 6px;
        width: 63.5%;
    }

    .mbl__intech__portfolio__section .flex_box_two {
        display: flex;
        gap: 6px;
        width: 100%;
        margin-top: 6px;
    }

    .mbl__intech__portfolio__section .flex_box_two .first_box {
        display: flex;
        flex-direction: column;
        gap: 6px;
        width: 47.3%;
    }

    .mbl__intech__portfolio__section .flex_box_two .second_box {
        display: flex;
        flex-direction: column;
        gap: 6px;
        width: 80.2%;
    }

    .mbl__intech__portfolio__section .flex_box_three .first_box {
        display: flex;
        gap: 6px;
        width: 100%;
        margin-top: 6px;
    }
}









.medtour-expo__portfolio__section .flex_box_one {
    display: flex;
    gap: 8px;
}

.medtour-expo__portfolio__section .flex_box_one .first_box {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 65%;
}

.medtour-expo__portfolio__section .flex_box_one .second_box {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 43.2%;
}

.medtour-expo__portfolio__section .flex_box_two {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.medtour-expo__portfolio__section .flex_box_two .first_box {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 62%;
}

.medtour-expo__portfolio__section .flex_box_two .second_box {
    width: 40%;
}

.medtour-expo__portfolio__section .flex_box_three .first_box {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}


.amidst-nature__portfolio__section {
    padding: 20px;
    background-color: #003e1a;
}

.amidst-nature__portfolio__section .flex_box_one {
    display: flex;
    gap: 1%;
}

.amidst-nature__portfolio__section .flex_box_one .first_box {
    width: 32.5%;
}

.amidst-nature__portfolio__section .flex_box_one .first_box a {
    width: 100%;
}

.amidst-nature__portfolio__section .flex_box_one .first_box a img {
    width: 100%;
}

.amidst-nature__portfolio__section .flex_box_one .second_box {
    width: 66.5%;
}

.amidst-nature__portfolio__section .flex_box_one .second_box .mini_flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
}

.amidst-nature__portfolio__section .flex_box_one .second_box .mini_flex .first_image_row {
    width: 100%;
}

.amidst-nature__portfolio__section .flex_box_one .second_box .mini_flex .second_mini_box {
    width: 100%;
    position: relative;
    display: flex;
}

.amidst-nature__portfolio__section .flex_box_one .second_box .mini_flex .second_mini_box .second_image_row_a_tag {
    margin-top: 18px;
    width: 49%;
    position: relative;
}

.amidst-nature__portfolio__section .flex_box_one .second_box .mini_flex .second_image_row_a_tag .second_image_row {
    width: 100%;
}

.amidst-nature__portfolio__section .flex_box_one .second_box .mini_flex .third_image_row {
    position: absolute;
    right: 0px;
    width: 55.5%;
    top: -75.5px;
    height: 862px;
}

.amidst-nature__portfolio__section .flex_box_two {
    width: 100%;
    margin-top: 15px;
}

.amidst-nature__portfolio__section .flex_box_two .first_box {
    display: flex;
    gap: 1.5%;
    align-items: end;
}

.amidst-nature__portfolio__section .flex_box_two .first_box .first_image_a_tag {
    width: 69%;
}

.amidst-nature__portfolio__section .flex_box_two .first_box .second_image {
    margin-bottom: -2px;
}

.amidst-nature__portfolio__section .flex_box_two .first_box .first_image_a_tag .first_image {
    width: 100%;
}

.amidst-nature__portfolio__section .flex_box_three .first_box {
    margin-top: 1.5%;
}

.amidst-nature__portfolio__section .flex_box_four {
    margin-top: 1.5%;
}

.amidst-nature__portfolio__section .flex_box_four .first_box {
    display: flex;
    gap: 1.5%;
}

/* tab and mbl section  */

.mbl-amidst-nature__portfolio__section {
    padding: 20px;
    background-color: #003e1a;
    display: none;
}

.mbl-amidst-nature__portfolio__section .flex_box_one {
    display: flex;
    gap: 20px;
}

.mbl-amidst-nature__portfolio__section .flex_box_one .first_box {
    display: flex;
    flex-direction: column;
    width: 34.35%;
    gap: 20px;
}

.mbl-amidst-nature__portfolio__section .flex_box_one .second_box {

    width: 70.5%;

}

.mbl-amidst-nature__portfolio__section .flex_box_two .first_box .first_image {
    margin-top: 20px;
    width: 100%;
}


.mbl-amidst-nature__portfolio__section .flex_box_three {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.mbl-amidst-nature__portfolio__section .flex_box_three .first_box {

    width: 48%;
}

.mbl-amidst-nature__portfolio__section .flex_box_three .second_box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 57.5%;
}

@media screen and (max-width: 1100px) {

    .amidst-nature__portfolio__section {
        display: none;
    }

    .mbl-amidst-nature__portfolio__section {
        display: block;
    }

    .mbl-amidst-nature__portfolio__section .flex_box_one .first_box {
        gap: 12px;
    }

    .mbl-amidst-nature__portfolio__section .flex_box_one {
        gap: 12px;
    }

    .mbl-amidst-nature__portfolio__section .flex_box_two .first_box .first_image {
        margin-top: 12px;
    }

    .mbl-amidst-nature__portfolio__section .flex_box_three {
        margin-top: 12px;
        gap: 12px;
    }

    .mbl-amidst-nature__portfolio__section .flex_box_three .second_box {
        gap: 12px;
    }
}

@media screen and (max-width: 500px) {

    .nuvotec__portfolio__section .flex_box_one {
        display: flex;
        gap: 2px;
    }

    .nuvotec__portfolio__section .flex_box_one .second_box {
        width: 33%;
        display: flex;
        gap: 2px;
        flex-direction: column;

    }

    .nuvotec__portfolio__section .flex_box_two {
        display: flex;
        gap: 2px;
        margin-top: 3px;
    }

    .nuvotec__portfolio__section .flex_box_three {
        display: flex;
        gap: 3px;
        margin-top: 3px;
    }

    .nuvotec__portfolio__section .flex_box_three .first_box {
        width: 41.3%;
        display: flex;
        gap: 3.5px;
        flex-direction: column;
    }


    .woodstop__portfolio__section .flex_box_two .first_box .first_image {
        width: 63.5%;
        object-fit: contain;
    }

    .woodstop__portfolio__section .flex_box_five .first_box .first_image {
        width: 64%;
        object-fit: contain;
    }


    .mbl-amidst-nature__portfolio__section .flex_box_one {
        gap: 6px;
    }

    .mbl-amidst-nature__portfolio__section .flex_box_one .first_box {
        gap: 6px;
    }

    .mbl-amidst-nature__portfolio__section .flex_box_two .first_box .first_image {
        margin-top: 6px;
    }

    .mbl-amidst-nature__portfolio__section .flex_box_three {
        margin-top: 6px;
        gap: 6px;
    }

    .mbl-amidst-nature__portfolio__section .flex_box_three .second_box {
        gap: 6px;
    }
}



.first_gallery_section {
    padding: 80px 0px;
}

.first_gallery_section .flex______box {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 1%;
}

.first_gallery_section .flex__box_gallery_first {
    width: 32%;
    min-height: 640px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 2%;
    max-height: 640px;
}

.first_gallery_section .flex__box_gallery_first .first__bx {
    max-height: 35%;
    min-height: 35%;
    width: 100%;
    padding: 18px;
    border-radius: 10px;
    background-color: rgba(228, 228, 228, 0.534);
}

.first_gallery_section .flex__box_gallery_first .first__bx .txt_first_content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.first_gallery_section .flex__box_gallery_first .first__bx .txt_first_content h4 {
    font-size: 30px;
    font-weight: 600;
}

.first_gallery_section .flex__box_gallery_first .first__bx .txt_first_content p {
    font-size: 15px;
}

.first_gallery_section .flex__box_gallery_first .second__bx {
    min-height: 63%;
    max-height: 63%;
}

.first_gallery_section .flex__box_gallery_first .second__bx img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.first_gallery_section .flex__box_gallery_second {
    width: 32%;
}

.first_gallery_section .flex__box_gallery_second .third__bx {}

.first_gallery_section .flex__box_gallery_second .third__bx img {
    width: 100%;
    height: 640px;
    object-fit: cover;
    border-radius: 10px;
}

.first_gallery_section .flex__box_gallery_third {
    width: 32%;
    min-height: 100%;
    max-height: 640px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.first_gallery_section .flex__box_gallery_third .fourth__bx {
    min-height: 62%;
    max-height: 62%;
    height: 62%;
    width: 100%;
}

.first_gallery_section .flex__box_gallery_third .fourth__bx img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.first_gallery_section .flex__box_gallery_third .fifth__bx {
    min-height: 35%;
    max-height: 35%;
    width: 100%;
    padding: 18px;
    border-radius: 10px;
    background-color: rgba(228, 228, 228, 0.534);
}

.first_gallery_section .flex__box_gallery_third .fifth__bx .txt_first_content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.first_gallery_section .flex__box_gallery_third .fifth__bx .txt_first_content h4 {
    font-size: 30px;
    font-weight: 600;
}

.first_gallery_section .flex__box_gallery_third .fifth__bx .txt_first_content p {
    font-size: 15px;
}


.gallery____photos {}

.gallery____photos {
    overflow: hidden;
    width: 100%;
    padding: 20px 0 10px;
}

.flex__box_gallery_photos {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: scrollGallery 40s linear infinite;
}

.flex__box_gallery_photos img {
    width: 260px;
    height: 400px;
    border-radius: 10px;
    object-fit: cover;
}

/* Infinite horizontal scroll animation */
@keyframes scrollGallery {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}






/* wrapper + responsive svg */
.team-svg {
    position: relative;
    margin-bottom: -341px;
    z-index: 1;
}

.team-svg svg {
    width: 100%;
    height: auto;
    display: block;
}

/* base style for each member image */
.team-svg svg image[data-name] {
    cursor: pointer;
    /* transitions for smooth hover */
    transition: filter .18s ease, transform .18s ease, opacity .18s ease;
    /* required for transforms on <image> */
    transform-box: fill-box;
    transform-origin: center;
    will-change: filter, transform;
}

/* --- MODERN: blur everyone except the hovered one using :has() --- */
.team-svg:has(svg image[data-name]:hover) svg image[data-name]:not(:hover) {
    filter: blur(4px) brightness(.85);
}

/* hovered one: keep sharp, lift, and add strong shadow */
.team-svg svg image[data-name]:hover {
    filter: url(#hoverShadowStrong);
    transform: translateY(-8px) scale(1.02);
    opacity: 1;
}

/* --- FALLBACK for browsers without :has() (JS toggles these classes) --- */
.team-svg.is-hovering svg image[data-name] {
    filter: blur(4px) brightness(.85);
}

.team-svg.is-hovering svg image[data-name].active {
    filter: url(#hoverShadowStrong);
    transform: translateY(-8px) scale(1.02);
}

/* THEME */
.team-svg {
    --tip-bg: rgba(16, 16, 22, 0.88);
    /* glass dark */
    --tip-fg: #fff;
    --tip-border: rgba(255, 255, 255, 0.14);
    --tip-accent: #7aa2ff;
    /* change to your brand color */
}


/* Tooltip container */
.member-tip {
    position: absolute;
    z-index: 10;
    pointer-events: none;

    /* glass look */
    background: var(--tip-bg);
    color: var(--tip-fg);
    backdrop-filter: blur(10px) saturate(120%);
    -webkit-backdrop-filter: blur(10px) saturate(120%);

    border: 1px solid var(--tip-border);
    border-radius: 12px;
    padding: 10px 12px;
    min-width: 160px;
    box-shadow:
        0 14px 34px rgba(0, 0, 0, .35),
        0 2px 0 rgba(255, 255, 255, .05) inset;

    /* entry animation */
    opacity: 0;
    transform: translate(14px, -14px) scale(.98);
    transition: opacity .16s ease, transform .16s ease;
    white-space: nowrap;
}

/* left accent bar */
.member-tip::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    border-radius: 12px 0 0 12px;
    background: linear-gradient(180deg, var(--tip-accent), transparent);
    opacity: .95;
}

/* arrow */
.member-tip::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: var(--tip-bg);
    border-left: 1px solid var(--tip-border);
    border-top: 1px solid var(--tip-border);
    transform: rotate(45deg);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
}

/* arrow positions (JS toggles .dir-*) */
.member-tip.dir-right::after {
    left: -6px;
    top: calc(50% - 5px);
}

.member-tip.dir-left::after {
    right: -6px;
    top: calc(50% - 5px);
    transform: rotate(45deg);
}

.member-tip.dir-top::after {
    left: calc(50% - 5px);
    bottom: -6px;
    transform: rotate(45deg);
}

.member-tip.dir-bottom::after {
    left: calc(50% - 5px);
    top: -6px;
    transform: rotate(45deg);
}

/* visible state (JS toggles this) */
.member-tip.is-visible {
    opacity: 1;
    transform: translate(14px, -14px) scale(1);
}

/* text styles */
.member-tip .member-name {
    font: 700 14px/1.2 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    letter-spacing: .2px;
}

.member-tip .member-role {
    display: inline-block;
    margin-top: 6px;
    padding: 3px 8px;
    border-radius: 999px;
    font: 600 12px/1 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .12);
}

.mt_minus {
    margin-top: -341px !important;
}

/* motion reduce */
@media (prefers-reduced-motion: reduce) {
    .member-tip {
        transition: none;
    }
}

/* accessibility */
@media (prefers-reduced-motion: reduce) {
    .team-svg svg image[data-name] {
        transition: none;
    }
}


@media screen and (max-width: 1600px) {

    .team-svg {
        margin-bottom: -270px;
    }
}

@media screen and (max-width: 1200px) {

    .team-svg {
        margin-bottom: -215px;
    }
}

@media screen and (max-width: 1100px) {

    .team-svg {
        margin-bottom: -182px;
    }
}

@media screen and (max-width: 800px) {

    .team-svg {
        margin-bottom: -138px;
    }
}

@media screen and (max-width: 500px) {
    .mt_minus {
        margin-top: -70px !important;
    }

    .team-svg {
        margin-bottom: -76px;
    }

    .portfolio___section .flex__box .p__box .img__box h4 {
        font-size: 22px;
        top: 15px;
        left: 15px;
    }

    .about__section {
        padding: 50px 0px;
    }

    .about__section .flex___box .bx__about {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 400px) {

    .team-svg {
        margin-bottom: -68px;
    }
}

@media screen and (max-width: 350px) {

    .team-svg {
        margin-bottom: -58px;
    }
}




.testimonial-section {
    text-align: center;
    padding: 4.5rem 1.25rem;
    background: #000;
    color: #fff;
    z-index: 111;
    overflow: hidden;
    position: relative;
}

.testimonial-section h2 {
    font-size: 3rem;
    color: #fff;
    font-weight: 700;
    margin: 0 0 6px;
}

.testimonial-section .subtitle {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 2.25rem;
}

/* ——— Layout ——— */
.testimonials-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 3rem;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
}

/* ——— Left: Video Carousel ——— */
.video-column {
    flex: 0 0 33%;
    min-width: 280px;
    max-width: 540px;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.video-carousel {
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    padding: 1.25rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.06);
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
}

.video-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(.2, .9, .2, 1);
    will-change: transform;
}

.video-card {
    flex: 0 0 100%;
    padding: 6px;
    box-sizing: border-box;
}

.video-stage {
    width: 260px;
    height: 380px;
    border-radius: 14px;
    overflow: hidden;
    background: #111;
    position: relative;
    left: 38px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-stage img,
.video-stage video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    z-index: 4;
    backdrop-filter: blur(4px);
}

.play-overlay svg {
    width: 28px;
    height: 28px;
    fill: white;
    transform: translateX(3px);
}

.video-meta {
    color: #fff;
    text-align: left;
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    padding-left: 40px;
}

.video-meta .brand {
    font-size: 16px;
}

.vc-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    z-index: 6;
}

.vc-arrow svg {
    width: 18px;
    height: 18px;
    fill: #fff;
}

.vc-arrow.left {
    left: 10px;
}

.vc-arrow.right {
    right: 10px;
}

/* ——— Right: Text Testimonials (Slick) ——— */
.text-column {
    flex: 0 0 52%;
    min-width: 260px;
    max-width: 680px;
}

.testimonial {
    background: rgba(255, 255, 255, 0.03);
    padding: 1.5rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 2px 2px 10px rgba(255, 255, 255, 0.06);
    text-align: left;
    min-height: 220px;
    transition: all 0.3s ease;
}

.testimonial p {
    font-size: 1rem;
    line-height: 1.6;
    color: #eaeaea;
    margin-bottom: 1.2rem;
}

.author {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.author img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.1);
    object-fit: cover;
}

.author h4 {
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 1.05rem;
    text-align: left;
}

.author span {
    color: #aaa;
    font-size: 0.9rem;
    display: block;
}

/* ——— Slick Spacing Fix ——— */
.testimonial-slider .slick-slide {
    padding: 15px;
    box-shadow: 2px 2px 10px rgba(255, 255, 255, 0.06);
    /* Space between slides */
    box-sizing: border-box;
}

.testimonial-slider .slick-list {
    margin: 0 -15px;
    /* Prevents clipping */
}

/* ——— Slick Dots & Arrows ——— */
.slick-dots li button:before {
    color: #fff;
    opacity: 0.5;
}

.slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1;
}

.slick-prev:before,
.slick-next:before {
    color: #fff;
    font-size: 26px;
}

.slick-track {
    display: flex;
    gap: 20px;
}

.slick-dots {
    position: absolute;
    bottom: -36px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.client__btn {
    display: flex;
    padding: 2px 16px;
    margin-right: 25px;
    font-family: var(--font_recoleta);
    font-size: 16px;
    border-radius: 50px;
    justify-content: center;
    cursor: pointer;
    border: 1px solid black;
    background-color: white;
    color: black;
    align-items: center;
}

@media screen and (max-width: 500px) {

    .client__btn img{
        width: 30px;
        height: 30px;
    }

    .client__btn p{
        font-size: 12px;
    }

    .client__btn{
            margin-right: 0px;
            padding: 2px;
            width: 100px;
    }

}


/* -------------------------------------------

preloader

------------------------------------------- */
.mil-preloader {
    position: fixed;
    z-index: 111111;
    top: 0;
    font-family: var(--font_recoleta);
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgb(0, 0, 0);
    color: white;
}

.mil-preloader .mil-preloader-animation {
    opacity: 0;
    position: relative;
    height: 100vh;
    color: rgb(255, 255, 255);
}

.mil-preloader .mil-preloader-animation .mil-pos-abs {
    position: absolute;
    height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mil-preloader .mil-preloader-animation .mil-pos-abs p {
    opacity: 0;
    color: rgb(226, 226, 226);
    font-size: 20px;
    margin-right: 15px;
}

@media screen and (max-width: 992px) {
    .mil-preloader .mil-preloader-animation .mil-pos-abs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .mil-preloader .mil-preloader-animation .mil-pos-abs p {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.mil-preloader .mil-preloader-animation .mil-pos-abs .mil-reveal-frame {
    position: relative;
    padding: 0 30px;
}

.mil-preloader .mil-preloader-animation .mil-pos-abs .mil-reveal-frame .mil-reveal-box {
    z-index: 4;
    position: absolute;
    opacity: 0;
    height: 100%;
    background-color: #db303e;
}

.mil-preloader.mil-hidden {
    pointer-events: none;
}




.lottie__icon_wtsap {
    width: 135px;
    bottom: 20px;
    left: 12px;
    z-index: 111;
    position: fixed;
}

.lottie__icon_call {
    width: 120px;
    bottom: 90px;
    z-index: 111;
    left: 20px;
    position: fixed;
}



.testimonial__se_ction {
    background-color: black;
    padding: 80px 0px;
}

.testimonial__se_ction .testimonial___flex__box {
    display: flex;
    gap: 5%;
}

.testimonial__se_ction .testimonial___flex__box .video__carousel {
    width: 20%;
}

.testimonial__se_ction .testimonial___flex__box .video__carousel .video_testimonial {
    position: relative;
    width: 100% !important;
}

.testimonial__se_ction .testimonial___flex__box .video__carousel .video_testimonial img {
    width: 100%;
    height: 450px;
    border-radius: 5px;
    object-fit: cover;
}

.testimonial__se_ction .testimonial___flex__box .video__carousel .video_testimonial i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    cursor: pointer;
    color: white;
}

.testimonial__se_ction .slick-dots {
    position: absolute;
    bottom: 13px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}



.testimonial__se_ction .slick-dots li {
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.testimonial__se_ction .slick-dots li.slick-active button:before {
    color: white;
}

.testimonial__se_ction .slick-dots li button:before {
    color: rgb(216, 216, 216);
}


.testimonial__se_ction .text__testimonial_section {
    width: 75%;
}

.testimonial__se_ction .text__testimonial_section .text__testimonial_carousel {
    height: 75%;
}

.testimonial__se_ction .text__testimonial_section .text__testimonial_carousel .test__bx {
    min-height: 200px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px;
}

.testimonial__se_ction .text__testimonial_section .text__testimonial_carousel .test__bx p {
    color: rgb(228, 228, 228);
    font-family: var(--font_body);
    font-size: 17px;
}

.testimonial__se_ction .text__testimonial_section .text__testimonial_carousel .test__bx h5 {
    color: rgb(228, 228, 228);
    font-size: 20px;
    margin-top: 25px;
    font-family: var(--font_recoleta);
}

.testimonial__se_ction .text__testimonial_section .text__testimonial_carousel .test__bx h6 {
    color: rgb(145, 145, 145);
    font-size: 17px;
    margin-top: 10px;
    font-family: var(--font_recoleta);
}

.testimonial__se_ction .text__testimonial_section .section_testimonial_title {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 40px;
    text-align: left;
    color: white;
    font-family: var(--font_recoleta);
}

.testimonial__se_ction .swiper-button-next {
    top: unset;
    bottom: 0px;
    padding: 19px 22px;
    left: 55px;
}

.testimonial__se_ction .swiper-button-prev {
    top: unset;
    bottom: 0px;
    padding: 19px 22px;
    left: 0px;
}

.testimonial__se_ction .swiper-button-next:after,
.testimonial__se_ction .swiper-button-prev:after {
    font-size: 21px;
    color: white;
}

.copyright-area .copyright-text .text a {
    color: #999799;
}

.service-area.section-spacing .swiper-wrapper {
    padding-bottom: 30px;
}

.service-area.section-spacing .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0px;
}

p {
    font-family: var(--font_body) !important;
}

.tp-breadcrumb-s7-content p {
    font-family: var(--font_body) !important;
}

.tp-breadcrumb-s7-list ul li {
    font-family: var(--font_recoleta) !important;
}

.objecives_section h4 {
    font-family: var(--font_recoleta) !important;
}

@media screen and (max-width: 500px) {
    .tp-breadcrumb-s7-ptb {
        padding-bottom: 30px !important;
    }

    .service-details-title {
        font-size: 28px !important;
    }

    .py____5 {
        padding: 70px 0px !important;
        padding-bottom: 35px !important;
    }

    .inner-step-style .bnc-step-wrapper {
        padding-bottom: 10px !important;
    }

    .inner-step-title {
        font-size: 27px !important;
    }

    .inner-step-content p {
        margin-bottom: 25px !important;
    }

    .inner-step-style .py____5 {
        margin-bottom: 40px !important;
    }

    .objecives_section h2 {
        font-size: 30px !important;
        margin-bottom: 20px;
    }

    .tp-breadcrumb-s7-ptb {
        padding-bottom: 30px;
    }

    .service-details-style {
        padding: 0px 0px !important;
    }

    .testimonial__se_ction {
        padding: 50px 0px;
    }

    .testimonial__se_ction .testimonial___flex__box {
        gap: 25px;
        flex-direction: column;
    }

    .testimonial__se_ction .testimonial___flex__box .video__carousel {
        margin-bottom: 1px;
        width: 100%;
    }

    .testimonial__se_ction .testimonial___flex__box .video__carousel .video_testimonial img {
        height: 400px;
    }

    .testimonial__se_ction .text__testimonial_section {
        width: 100%;
    }

    .testimonial__se_ction .text__testimonial_section .text__testimonial_carousel {
        height: unset;
        padding-bottom: 70px;
    }

    .testimonial__se_ction .text__testimonial_section .text__testimonial_carousel .test__bx {
        min-height: unset;
        padding: 15px;
        border: 1px solid rgba(179, 179, 179, 0.342);
    }

    .testimonial__se_ction .text__testimonial_section .section_testimonial_title {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .footer-area .footer-area-inner {
        padding-bottom: 35px;
    }


.lottie__icon_wtsap {
        width: 112px;
        bottom: 72px;
        left: unset;
        right: -13px;
    }

    .lottie__icon_call {
        width: 100px;
        bottom: 125px;
        left: unset;
        right: -7px;
    }

    .mockup__grid .fl___ex_box .img__bx.first {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .mockup__grid .fl___ex_box .img__bx.second {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .mockup__grid .fl___ex_box .img__bx.third {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .mockup__grid .fl___ex_box .img__bx.fourth {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .mockup__grid .fl___ex_box .img__bx.fifth {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .mockup__grid .fl___ex_box .img__bx.sixth {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .mockup__grid .fl___ex_box .img__bx.seventh {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}


/* intech media queries */
@media screen and (max-width: 1380px) {

    .intech__portfolio__section .flex_box_three .third_image_style img {
        top: -212px;
        width: 39.5%;
        height: 538px;
    }

    .intech__portfolio__section .flex_box_three .first_box {
        width: 72%;
    }
}

@media screen and (max-width: 1200px) {
    .intech__portfolio__section .flex_box_three .second_image_style img {
        height: 320px;
    }

    .intech__portfolio__section .flex_box_three .first_box {
        width: 69%;
    }

    .intech__portfolio__section .flex_box_three .third_image_style img {
        top: -156px;
        width: 43.5%;
        height: 482px;
    }
}

@media screen and (max-width: 1000px) {
    .intech__portfolio__section .flex_box_three .second_image_style img {
        height: unset;
    }

    .intech__portfolio__section .flex_box_three .first_box {
        width: 64%;
    }

    .intech__portfolio__section .flex_box_three .third_image_style img {
        top: -309px;
        width: 50.5%;
    }

    .intech__portfolio__section .flex_box_three .second_image_style img {
        border-radius: 12px;
    }

    .intech__portfolio__section .flex_box_two .second_box .second-mini img.second_image {
        border-radius: 12px;
    }
}

@media screen and (max-width: 800px) {
    .intech__portfolio__section .flex_box_two .second_box .second-mini a.second_image {
        width: 166%;
    }

    .intech__portfolio__section .flex_box_three .first_box {
        width: 75%;
    }

    .intech__portfolio__section .flex_box_three .third_image_style img {
        top: -113px;
        width: 34.5%;
        margin-top: 6px;
    }
}

@media screen and (max-width: 500px) {
    .intech__portfolio__section .flex_box_two .second_box .second-mini a.second_image {
        width: 199%;
    }

    .intech__portfolio__section .flex_box_three .third_image_style img {
        top: -109px;
        width: 33.5%;
        margin-top: 6px;
    }

    .intech__portfolio__section .flex_box_three .first_box {
        width: 75.5%;
    }
}

@media screen and (max-width: 470px) {
    .intech__portfolio__section .flex_box_three .third_image_style img {
        top: -100px;
        width: 34%;
    }
}

@media screen and (max-width: 440px) {
    .intech__portfolio__section .flex_box_three .third_image_style img {
        top: -88px;
        width: 36%;
    }

    .intech__portfolio__section .flex_box_three .first_box {
        width: 74%;
    }

    .intech__portfolio__section .flex_box_three .second_image_style img {
        height: 96px;
    }
}

@media screen and (max-width: 400px) {
    .intech__portfolio__section .flex_box_three .first_box {
        width: 72%;
    }

    .intech__portfolio__section .flex_box_three .third_image_style img {
        top: -75px;
        width: 38%;
    }

    .intech__portfolio__section .flex_box_three .second_image_style img {
        height: 102px;
    }
}

@media screen and (max-width: 360px) {
    .intech__portfolio__section .flex_box_three .third_image_style img {
        top: -65px;
        width: 39%;
    }
}

/* @media screen and (max-width: 500px) {
    .intech__portfolio__section .flex_box_three .first_box{
        width: 73.5%;
    }
    .intech__portfolio__section .flex_box_three .third_image_style img {
        top: -81px;
        width: 36.5%;
        margin-top: 6px;
    }
    .intech__portfolio__section .flex_box_two .second_box .second-mini a.second_image{
        width: 220%;
    }
    .intech__portfolio__section .flex_box_three .second_image_style img{
        height: 90px;
    }

} */
@media screen and (max-width: 330px) {

    .intech__portfolio__section .flex_box_three .third_image_style img {
        top: -56px;
        width: 40.5%;
        margin-top: 6px;
    }

    .intech__portfolio__section .flex_box_two .second_box .second-mini a.second_image {
        width: 220%;
    }

    .intech__portfolio__section .flex_box_three .second_image_style img {
        height: 92px;
    }

    .intech__portfolio__section .flex_box_three .first_box {
        width: 70%;
    }
}


.footer-area .social-links i {
    font-size: 20px;
}


.test___video {
    height: 450px;
    border-radius: 10px;
    object-fit: cover;
}