﻿@import url('https://fonts.googleapis.com/css2?family=Kufam:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;100,300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100;200;300;400;500;600;700;800;900&display=swap');


body {
    margin: 0;
    padding: 0;
    background-color: #FBF9F3;
    font-family: 'Kufam', sans-serif;
    font-family: 'Vazirmatn', sans-serif;
    scroll-behavior: smooth;
}

a {
    text-decoration: none
}

.container {
    width: 1200px;
}

.sidenav {
    height: auto;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 90px;
    left: 0;
    background-color: #fff;
    transition: .5s;
    display: none;
    box-shadow: 0 4px 8px rgba(0,0,0,.04);
    padding-bottom: 20px;
    border-top: 1px #ECEBEA solid;
}

    .sidenav .closebtn {
        position: absolute;
        top: -90px;
        left: 0;
        font-size: 23px;
        background-color: #fff;
        padding: 0 0 0 2px;
        user-select: none;
        color: #231f20
    }

.menu-btn {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 28px;
    cursor: pointer;
    user-select: none;
    color: #231f20;
}

.header {
    display: block;
    background-color: #fff;
    height: auto;
    padding: 20px 0;
}

.headerHome {
    background-color: transparent !important;
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 999;
    transform: translateX(-50%);
}

    .headerHome .menu-btn, .headerHome .lang a, .headerHome .log a, .headerHome .home a {
        color: #fff;
    }

.logo {
    width: 163px;
}

    .logo img {
        width: 100%
    }

.menu-extra {
    display: block;
    margin-top: 10px;
    border-top: 1px #ECEBEA solid;
}

    .menu-extra h3 {
        font-size: 16px;
        font-weight: 400;
        width: 250px;
        float: left
    }

.social {
    width: auto;
    float: left;
    margin-top: 15px;
}

    .social a {
        display: inline-block;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 44px;
        border: 1px #bc9d65 solid;
        color: #bc9d65;
        margin: 0 0 0 3px;
    }

        .social a i {
            font-size: 18px;
        }

        .social a:hover {
            color: #888
        }

.menu-wrapper {
    display: block;
    margin-top: 30px;
}

    .menu-wrapper h2 {
        /*font-family: 'Kufam', sans-serif;*/
        color: #092537;
        font-size: 24px;
        margin-bottom: 20px;
        text-transform: capitalize;
        margin-top: 20px;
        letter-spacing: 0;
    }

        .menu-wrapper h2 a {
            color: #092537;
        }

.menu-links {
    display: block
}

    .menu-links a {
        display: block;
        color: #688195;
        font-size: 16px;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 300;
        margin-bottom: 8px;
        letter-spacing: 0;
    }

        .menu-links a:hover {
            color: #092537
        }

    .menu-links span {
        display: block;
        color: #688195;
        font-size: 16px;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 300;
        margin-bottom: 6px;
        letter-spacing: 0;
        direction: ltr;
        text-align: right;
    }

.lang {
    float: right;
    position: absolute;
    left: 50px;
    top: 9px;
}

    .lang i {
        color: #bc9d65;
        font-size: 18px;
    }

    .lang a {
        font-family: 'Vazirmatn', sans-serif;
        color: #092537;
        font-size: 14px;
        text-decoration: none;
        margin: 0 0 0 7px;
        font-weight: 300;
    }

.log {
    position: absolute;
    top: 11px;
    left: 175px;
}

    .log a {
        color: #092537;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0;
        font-weight: 300;
    }

        .log a i {
            color: #bc9d65;
            font-size: 18px;
            margin-right: 5px;
        }

.home {
    position: absolute;
    top: 11px;
    left: 270px;
}

    .home a {
        color: #092537;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0;
        font-weight: 300;
    }

        .home a i {
            color: #bc9d65;
            font-size: 18px;
            margin-right: 5px;
        }

.title {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

    .title h1 {
        font-size: 36px;
        text-transform: uppercase;
        text-align: center;
        margin: 0;
        /* font-family: 'Kufam', sans-serif; */
        color: #092537;
        position: relative;
        display: inline-block
    }

        .title h1::before {
            content: '';
            width: 70px;
            height: 1px;
            background-color: #bc9d65;
            position: absolute;
            right: -100px;
            top: 20px;
        }

        .title h1::after {
            content: '';
            width: 70px;
            height: 1px;
            background-color: #bc9d65;
            position: absolute;
            left: -100px;
            top: 20px;
        }


.page-title {
    font-size: 36px;
    text-transform: uppercase;
    text-align: right;
    margin: 0;
    /* font-family: 'Kufam', sans-serif; */
    margin-bottom: 30px;
    color: #092537
}

.padding {
    padding: 100px 0;
}

.projects {
    display: block;
    background-color: #fff
}

.projects-card {
    display: block;
    background-color: #fff;
}

.projects-img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 16px
}

    .projects-img img {
        width: 100%
    }

.projects-card h2 {
    color: #092537;
    font-size: 24px;
}

.projects-card span {
    color: #092537;
    text-transform: uppercase;
    font-size: 13px;
}

.projects-card p {
    font-weight: 400;
    font-size: 16px;
    color: #676B84;
}

.read-more {
    display: block;
    border-top: 1px #bc9d65 solid;
    padding-top: 12px;
}

    .read-more a {
        color: #bc9d65;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 14px;
    }

        .read-more a i {
            margin-right: 10px;
        }

        .read-more a:hover {
            color: #444
        }

.gallery {
    display: block;
}

    .gallery a {
        text-decoration: none
    }

    .gallery h2 {
        color: #092537;
        font-size: 24px;
        font-weight: 800;
    }

.extra {
    display: block;
    margin-bottom: 14px;
}

    .extra span {
        font-size: 14px;
        font-weight: 300;
        color: #092537;
    }

    .extra b {
        font-size: 14px;
        background-color: #bc9d65;
        color: #fff;
        font-weight: 300;
        padding: 2px 7px;
        margin-left: 10px;
        text-transform: uppercase
    }

.slider {
    background-color: #fff
}

.read-more-btn {
    color: #bc9d65;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}

    .read-more-btn i {
        margin-left: 10px;
    }

    .read-more-btn:hover {
        color: #444
    }

.comunities {
    display: block;
    position: relative;
    overflow: hidden
}

    .comunities img {
        width: 70%;
    }

.comunities-txt {
    width: 38%;
    position: absolute;
    top: 22%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    padding: 40px;
}

    .comunities-txt h2 {
        font-size: 26px;
    }

    .comunities-txt p {
        font-weight: 400;
        font-size: 16px;
        color: #676B84;
    }

.who {
    display: block;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top left;
}

.who-wrapper {
    display: block;
    padding-right: 100px;
    width: 80%
}

    .who-wrapper p {
        font-weight: 400;
        font-size: 16px;
        color: #676B84;
        line-height: 28px;
    }

.brands-wrapper {
    width: 768px;
    margin: 0 auto;
}

.brands-card {
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    text-align: center;
}

    .brands-card img {
        width: 92%
    }

.job {
    background-color: #fff;
}

.job-txt {
    display: block;
    padding-left: 70px;
    margin-top: 60px
}

    .job-txt h3 {
        font-size: 17px;
        font-weight: 700;
        color: #092537;
    }

    .job-txt p {
        font-weight: 400;
        font-size: 16px;
        color: #676B84;
        margin-bottom: 30px;
        line-height: 28px;
    }

.btn-all {
    background-color: #092537;
    padding: 12px 40px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    text-transform: capitalize;
    display: inline-block;
    font-weight: 400;
}

    .btn-all:hover {
        background-color: #bc9d65
    }

.job-img {
    width: 100%;
    position: relative
}

    .job-img::before {
        content: '';
        background-color: #bc9d65;
        width: 40%;
        height: 40%;
        position: absolute;
        right: -10px;
        top: -10px;
    }

    .job-img img {
        width: 100%;
        position: relative;
    }

.footer {
    display: block;
    background-color: #092537;
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover
}

.footer-logo {
    width: 198px;
    display: block;
}

    .footer-logo img {
        width: 100%
    }

.footer-links {
    display: block;
    margin-bottom: 40px;
}

    .footer-links h2 {
        color: #fff;
        font-size: 22px;
        text-transform: uppercase;
        margin-bottom: 20px;
        position: relative;
        padding-bottom: 12px;
        /* font-family: 'Kufam', sans-serif; */
    }

        .footer-links h2::after {
            content: '';
            width: 60px;
            height: 2px;
            background-color: #bc9d65;
            position: absolute;
            bottom: 0;
            right: 0;
        }

    .footer-links a {
        display: block;
        color: #d3dbe1;
        text-decoration: none;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 400;
        margin-bottom: 6px;
    }

        .footer-links a:hover {
            color: #fff
        }

    .footer-links p {
        display: block;
        color: #d3dbe1;
        text-decoration: none;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0;
        direction: ltr;
        text-align: right;
    }

.footer-partner {
    margin-right: 34%;
    display: flex;
    align-items: flex-end;
}

    .footer-partner h3 {
        /* font-family: 'Kufam', sans-serif; */
        color: #fff;
        font-size: 22px;
        float: right;
        margin: 0 !important;
        padding: 0 !important;
        margin-bottom: 1px !important;
        /*margin-top: 42px;*/
    }

    .footer-partner img {
        width: 50%;
        margin-right: 30px;
    }

.avesta {
    display: block;
    border-top: 1px #15456B solid;
    padding: 20px 0;
}

    .avesta p {
        text-align: center;
        color: #B7CADB;
        font-size: 14px;
        font-weight: 300;
        margin: 0;
        text-transform: uppercase;
    }

.search {
    width: 200px;
    position: absolute;
    left: 360px;
    top: 10px;
}

.gsearch {
    width: 300px !important;
    direction: ltr !important;
    height: 30px;
    float: left !important
}

.gsc-control-cse {
    border-color: none !important;
    background: 0 0 !important;
    direction: ltr !important;
    height: 20px !important;
    padding: 0 !important;
    border: 0 !important
}

.gsc-input {
    text-align: left !important;
    direction: ltr !important;
    float: left !important;
    background: 0 0 !important;
    height: 20px !important
}

#gsc-i-id1 {
    text-align: left !important;
    direction: ltr !important;
    float: left !important;
    background: 0 0 !important
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    border: none !important;
    background-color: #474747 !important;
    background-image: none;
    filter: none;
    setanimation -webkit-transition:all .4s ease !important;
    transition: all .4s ease !important;
    margin-top: 2.5px !important;
    border-radius: 0 !important
}

    input.gsc-search-button:hover, input.gsc-search-button:hover, input.gsc-search-button:focus:hover {
        border: none !important;
        background-color: #eeaf06 !important;
        background-image: none;
        filter: none;
        setanimation -webkit-transition:all .4s ease !important;
        transition: all .4s ease !important
    }

.gsc-input-box {
    border: 1px solid #fff !important;
    background: none repeat scroll 0% 0% #fff;
    height: 28px !important;
    margin-top: 0 !important
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    width: 13px;
    height: 13px;
    padding: 5.5px 15px !important;
    min-width: 13px;
    margin-top: 1px
}

table.gsc-search-box td.gsc-input {
    padding-right: 0 !important;
}

.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
    font-size: 16px
}

.gs-result .gs-title, .gs-result .gs-title * {
    color: #000 !important
}

.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
    color: silver !important
}

.gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
    color: gray !important;
    font-size: 12px !important
}

.gs-web-image-box img.gs-image {
    width: 150px !important;
    height: 150px !important;
    border: 2px solid silver;
    margin: 1px !important;
    padding: 1px !important
}

.gsc-branding {
    display: none !important
}

.gsc-clear-button {
    display: none !important
}

#gsc-i-id1 {
    padding: 0 !important;
    text-indent: 0 !important
}

.gsc-search-button {
    padding: 0 !important;
    color: #474747 !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    font-size: 1px;
    margin-top: 0 !important;
    text-indent: 0 !important;
    width: 34px !important;
    height: 28px;
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    margin-top: 0 !important
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
    font-size: 0;
    padding: 6px 27px;
    margin-top: 0 !important;
    width: auto;
    vertical-align: middle;
    border: 0 !important;
    border-top-color: #f41010;
    border-right-color: #f41010;
    border-bottom-color: #f41010;
    border-left-color: #f41010;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-color: #3079ed;
    background-color: #4d90fe;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
    background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
    background-image: linear-gradient(top,#4d90fe,#4787ed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');
    background: #fff;
}

    .cse .gsc-search-button-v2, .gsc-search-button-v2:hover {
        background: #fff !important
    }

.table.gsc-search-box td {
    padding: 0 !important
}

.gsc-search-button-v2 svg {
    fill: #bc9d65 !important;
}

table.gsc-search-box td.gsc-input {
    padding-left: 0 !important;
}

form.gsc-search-box {
    direction: ltr !important;
    border: 1px #ECEBEA solid !important;
}

.about-page-title {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .about-page-title h1 {
        /*font-family: 'Kufam', sans-serif;*/
        font-size: 34px;
        text-transform: uppercase;
        position: relative;
        padding: 100px 0;
        margin: 0;
        display: inline-block
    }

        .about-page-title h1:after {
            content: '';
            width: 100px;
            height: 1px;
            background-color: #bc9d65;
            float: left;
            margin-right: 20px;
            margin-top: 19px;
        }

.about-page {
    display: block;
    background-color: #fff
}

.qoute {
    display: block;
    margin-bottom: 60px;
    position: relative;
}

    .qoute h2 {
        /*font-family: 'Kufam', sans-serif;*/
        width: 80%;
        color: #092537;
        margin: 0
    }

    .qoute span {
        color: #092537;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 2px;
        display: block;
        margin-bottom: 10px
    }

.qoute-icon {
    position: absolute;
    left: 50px;
    top: 17px;
}

    .qoute-icon svg {
        width: 68px;
    }

.details-txt {
    font-weight: 400;
    font-size: 16px;
    color: #676B84;
    line-height: 28px;
}

.small-wrapper {
    width: 85%;
    margin: 0 auto;
}

.numbers {
    display: block;
    margin: 40px auto;
    width: 70%;
}

.numbers-card {
    border: 1px #E9E9E9 solid;
    text-align: center;
    padding: 20px 0;
}

    .numbers-card h4 {
        font-size: 54px;
        color: #092537;
        font-weight: 300
    }

    .numbers-card span {
        font-size: 16px;
        color: #bc9d65;
        font-weight: 900;
        text-align: center
    }

.ceo {
    display: block
}

.ceo-img {
    display: block;
    position: relative;
    width: 90%;
}

    .ceo-img img {
        max-width: 100%;
        position: relative;
        width: 100%
    }

    .ceo-img::before {
        content: '';
        background-color: #bc9d65;
        width: 40%;
        height: 40%;
        position: absolute;
        right: -10px;
        top: -10px;
    }

.ceo-txt {
    display: block;
    margin-top: 60px;
}

    .ceo-txt span {
        color: #092537;
        text-transform: uppercase;
        font-size: 14px;
        margin-bottom: 20px;
        display: block;
    }

    .ceo-txt h2 {
        /*font-family: 'Kufam', sans-serif;*/
        font-size: 34px;
        margin-bottom: 20px;
        color: #092537
    }

    .ceo-txt h3 {
        display: block;
        color: #bc9d65;
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 800;
        margin-bottom: 40px;
    }

.ceo-icon {
    display: block
}

    .ceo-icon svg {
        width: 68px;
    }

.team {
    display: block;
    background-color: #fff
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    margin-bottom: 70px;
}

.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-pagination-bullet-active {
    background-color: #bc9d65 !important;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide h3 {
    color: #092537;
    font-weight: 800;
    font-size: 18px;
    margin: 20px 0 0
}

.swiper-slide span {
    font-size: 14px;
    color: #bc9d65;
}

.csr {
    background-color: #092537;
    display: block;
}

.csr-card {
    display: block;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

    .csr-card img {
        width: 100%
    }

.csr-txt {
    display: block;
    padding: 30px;
}

    .csr-txt h3 {
        font-size: 22px;
        font-weight: 800;
    }

.main-page-title {
    background-image: url(images/project-bg.jpg);
    position: relative;
    display: block;
    height: 600px;
    background-position: center center;
    background-size: cover;
}

.main-page-title-bg {
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.76) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

    .main-page-title-bg h1 {
        /* font-family: 'Kufam', sans-serif; */
        font-size: 34px;
        text-transform: uppercase;
        position: absolute;
        display: inline-block;
        color: #fff;
        right: 19%;
        bottom: 30px;
    }

/*.main-page-title-bg h1:after {
            content: '';
            width: 100px;
            height: 1px;
            background-color: #fff;
            float: left;
            margin-right: 20px;
            margin-top: 19px;
        }*/

.contact {
    display: block;
    overflow: hidden;
}

.contact-info {
    display: block
}

    .contact-info h2 {
        font-size: 20px;
        font-weight: 700;
        color: #092537;
        margin-bottom: 40px;
    }

.contact-info-xtra {
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.contact-icon {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px #bc9d65 solid;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
}

    .contact-icon i {
        color: #bc9d65;
    }

.contact-info-xtra span {
    padding-right: 50px;
    margin-top: 7px;
    display: inline-block;
    color: #092537
}

.contact-social {
    display: block;
    margin-top: 40px;
    direction: ltr;
    text-align: right;
}

    .contact-social a {
        display: inline-block;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 46px;
        color: #092537;
        margin: 0 0 0 3px;
        background-color: #fff;
    }

        .contact-social a i {
            font-size: 18px;
        }

.contact-white-bg {
    background-color: #fff;
    padding-right: 40px;
    position: relative;
}

    .contact-white-bg::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: -100%;
        background-color: #fff;
    }

.contact-locations {
    display: block
}

.contact-locations-items {
    display: block;
    padding: 10px 0;
    border-top: 1px #bc9d65 solid
}

    .contact-locations-items h3 {
        font-size: 16px;
        font-weight: 600;
    }

    .contact-locations-items h4 {
        font-size: 12px;
        color: #434343;
        line-height: 20px;
        margin: 0;
    }

    .contact-locations-items a {
        font-size: 12px;
        color: #434343;
        line-height: 20px;
        margin: 0;
        float: left;
    }

.who h2 {
    color: #092537;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.career-cat {
    display: block
}

.career-card {
    display: block;
    height: 130px;
    position: relative;
    background-color: #bc9d65;
    text-align: center;
    background-position: center center;
    background-size: cover;
}

    .career-card::before {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        content: '';
        background-color: #bc9d65;
        height: 100%;
        transition: all 0.3s ease-in-out
    }

    .career-card:hover::before {
        opacity: 0.8;
    }

    .career-card h3 {
        color: #fff;
        font-size: 12px;
        margin: 0;
        padding: 50px 10px;
        line-height: 20px;
        font-weight: 400;
        position: relative
    }

.job-drop {
    float: left;
    margin-right: 20px;
}

.job-drop-input {
    border-radius: 0;
    border-color: #bc9d65;
    color: #bc9d65;
}

.job-list {
    display: block;
}

    .job-list ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .job-list ul li {
            padding: 30px;
            background-color: #fff;
            margin-top: 20px;
        }

            .job-list ul li h2 {
                font-size: 22px;
                font-weight: 600;
                color: #092537;
            }

            .job-list ul li span {
                color: #092537;
                text-transform: uppercase;
                font-size: 13px;
            }

            .job-list ul li p {
                margin: 20px 0 0 0;
                border-top: 1px #ddd solid;
                padding-top: 20px;
                color: #434343;
            }

.job-page {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

    .job-page h1 {
        font-family: 'Kufam', sans-serif;
        font-size: 34px;
        text-transform: uppercase;
        position: relative;
        margin: 0;
        display: block
    }

    .job-page h2 {
        font-size: 18px;
        font-weight: 600;
        color: #092537;
    }

        .job-page h2 span {
            font-weight: 400;
            margin-left: 10px;
        }

.job-page-detail {
    display: block;
    background-color: #fff
}

    .job-page-detail h3 {
        font-size: 20px;
        font-weight: 600;
        color: #092537;
        margin-bottom: 20px;
    }

    .job-page-detail h4 {
        font-size: 16px;
        font-weight: 600;
        color: #092537;
    }

    .job-page-detail p {
        font-weight: 400;
        font-size: 16px;
        color: #676B84;
    }

.job-form-input {
    border-radius: 0;
    font-size: 14px;
    color: #092537;
}

.upload {
    background-color: #fbf9f3;
    padding: 10px;
}

.login {
    width: 350px;
    background-color: #fff;
    padding: 30px;
    margin: 150px auto;
    display: block;
}

    .login h2 {
        font-size: 16px;
        font-weight: 600;
        color: #092537;
    }

.news {
    display: block;
    background-color: #fff;
}

.news-txt {
    display: block;
    height: 100%;
    border-bottom: 1px #bc9d65 solid;
}

    .news-txt h2 {
        color: #092537;
        font-size: 24px;
        font-weight: 800;
    }

    .news-txt span {
        color: #092537;
        text-transform: uppercase;
        font-size: 13px;
    }

    .news-txt p {
        margin: 10px 0;
        color: #434343;
    }

.partners {
    display: block;
    background-color: #fff;
    margin-bottom: 20px
}

    .partners img {
        width: 73%;
        display: block;
        margin: 20px auto 0
    }

.mySwiper2 .swiper-slide {
    width: auto !important
}

.swiper-pagination-bullet {
    opacity: 1 !important;
    background: var(--swiper-pagination-bullet-inactive-color,#cacaca);
}

.gallery-section {
    direction: ltr
}

.Amenities {
    display: block
}

.icon-wrppaer {
    width: 150px;
    height: 150px;
    background-color: #fff;
    border-radius: 150px;
    text-align: center;
    border: 1px #F1DD9E solid;
    margin: 0 auto 20px;
    display: block;
}

    .icon-wrppaer img {
        width: 90px;
        display: block;
        margin: 25px auto 0;
        height: auto !important
    }

.Amenities h2 {
    font-size: 18px;
    font-weight: 700;
    color: #092537;
}

.clearfix {
    clear: both
}

.location {
    display: block;
    margin-top: 100px
}

.location-map {
    display: block
}

    .location-map iframe {
        width: 100%;
        height: 400px;
    }

.units {
    display: block;
    background-color: transparent;
}

.units-card {
    display: block
}

    .units-card img {
        width: 100%;
        margin-bottom: 20px;
    }

.units-card-txt {
    display: block;
    clear: both;
    margin-bottom: 20px;
}

    .units-card-txt h2 {
        font-size: 24px;
        font-weight: 700;
        color: #092537;
        display: inline-block;
    }

    .units-card-txt h3 {
        font-size: 24px;
        font-weight: 700;
        color: #bc9d65;
        display: inline-block;
        margin-right: 40px;
    }

        .units-card-txt h3 span {
            color: #9A9A9A;
            font-size: 18px;
            font-weight: 400;
            margin-right: 5px;
        }

.faq {
    display: block;
    padding-top: 0
}

.accordion-button {
    font-size: 20px;
    font-weight: 600;
    color: #092537;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

    .accordion-button:not(.collapsed) {
        background-color: #fbf9f3;
        color: #092537;
    }

.accordion-item {
    border-bottom: 1px #bc9d65 solid;
    background: transparent !important;
}

.accordion-button {
    background: transparent !important;
}

.three-bg {
    display: block;
    background-image: url(../images/3-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.hills-about {
    display: block;
    /*    background-color: #bc9d65;*/
}

.lux-sign-bg {
    display: block;
    position: relative
}

    .lux-sign-bg::before {
        content: '';
        width: 204px;
        height: 201px;
        left: 20px;
        top: 20px;
        position: absolute;
        opacity: 0.2;
        background-image: url(../images/lux.png)
    }

.hills-about h1 {
    background-image: url(../images/title-sign.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 70px;
    display: inline-block
}

.hills-about h1, p {
    color: #000;
}

.Amenities-lu {
    /*background-image: url(../images/amnit-bg.png);*/
}

    .Amenities-lu h1 {
        background-image: url(../images/title-sign2.png);
        background-repeat: no-repeat;
        background-position: center left;
        padding-left: 70px;
        display: inline-block;
    }

.faq-lux {
    /*    background-color: #bc9d65*/
}

    .faq-lux h1 {
        color: #000;
        background-image: url(../images/title-sign.png);
        background-repeat: no-repeat;
        background-position: center left;
        padding-left: 70px;
        display: inline-block;
    }

.form-lux {
    background-color: #313131
}

    .form-lux h1 {
        color: #fff;
        background-image: url(../images/title-sign.png);
        background-repeat: no-repeat;
        background-position: center left;
        padding-left: 70px;
        display: inline-block;
    }

.green-gardenia {
    display: block;
    background-color: #fff;
    background-image: url(../images/green-bg.png);
}

    .green-gardenia h1 {
        color: #167E38
    }

#myVideo {
    width: 100%;
}

.partners-page {
    display: block
}

.partners p {
    color: #676B84
}

.accordion-button::after {
    margin-right: auto;
    margin-left: inherit;
}

.form-select {
    background-position: left.75rem center;
}

@media only screen and (max-width:1360px) {
    .main-page-title {
        height: 500px;
    }

    .main-page-title-bg h1 {
        right: 8%;
    }
}

@media only screen and (max-width:1200px) {
    .comunities-txt {
        top: 0;
        height: 100%;
    }

    .job-txt {
        padding-left: 20px;
        margin-top: 0;
    }
}

@media only screen and (max-width:1024px) {
    .comunities img {
        width: 100%;
    }

    .mySwiper2 {
        width: 90%;
        height: auto
    }

        .mySwiper2 .swiper-slide {
            width: auto !important;
            height: 340px;
        }

    .main-page-title {
        height: 330px;
    }

    .comunities-txt {
        position: static;
        width: 100%;
        padding: 20px;
    }

    .brands-wrapper {
        width: 96%;
    }

    .footer-links h2 {
        font-size: 18px;
    }

    .footer-partner h3 {
        font-size: 18px;
    }

    .footer-partner img {
        width: 50%;
        margin-right: 0;
    }
}

@media only screen and (max-width:768px) {
    .header {
        padding: 10px 0;
        height: 93px;
        width: 100%;
    }

    .lux-sign-bg::before {
        width: 144px;
        height: 143px;
        background-size: 100%;
    }

    .job-page {
        padding: 40px 0;
    }

    .gallery h2 {
        font-size: 16px;
    }

    .main-page-title {
        height: 240px;
    }

    .main-page-title-bg h1 {
        margin-top: 19%;
        font-size: 22px;
    }

    .job-page h1 {
        font-size: 24px;
    }

    .job-page h2 {
        font-size: 14px;
    }

    .main-page-title-bg h1::after {
        width: 60px;
        margin-right: 14px;
        margin-top: 12px;
    }

    .ceo-txt {
        margin-top: 0;
    }

        .ceo-txt h2 {
            font-size: 24px;
            margin-bottom: 20px;
        }

        .ceo-txt h3 {
            font-size: 14px;
            margin-bottom: 10px;
        }

    .ceo-icon svg {
        width: 48px;
    }

    .ceo-txt span {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .qoute {
        margin-bottom: 40px;
    }

        .qoute h2 {
            width: 75%;
            font-size: 22px;
        }

    .qoute-icon svg {
        width: 48px;
    }

    .qoute-icon {
        left: 0;
    }

    .small-wrapper {
        width: 100%;
    }

    .numbers {
        margin: 20px auto;
        width: 100%;
    }

    .numbers-card {
        padding: 14px 0;
    }

        .numbers-card h4 {
            font-size: 24px;
            margin: 0;
        }

        .numbers-card span {
            font-size: 10px;
            font-weight: 700;
        }

    .about-page-title h1 {
        font-size: 20px;
        padding: 60px 0;
    }

        .about-page-title h1::after {
            margin-top: 12px;
            width: 60px;
        }

    .search {
        width: 100%;
        position: absolute;
        right: 0;
        top: 40px;
    }

    .footer-partner {
        margin-right: 0%;
    }

        .footer-partner h3 {
            font-size: 18px;
            display: block;
            float: none;
        }

    .logo {
        width: 85px;
    }

    .who-wrapper {
        padding-right: 0;
        width: 100%;
    }

    .menu-btn {
        top: -4px;
        font-size: 24px;
    }

    .sidenav .closebtn {
        top: -47px;
        font-size: 19px;
    }

    .sidenav {
        top: 50px;
    }

    .menu-wrapper {
        margin-top: 10px;
    }

        .menu-wrapper h2 {
            font-size: 16px;
            margin-bottom: 10px;
        }

    .menu-links a {
        font-size: 12px;
    }

    .menu-links span {
        font-size: 12px;
    }

    .lang {
        left: 40px;
        top: 0;
    }

        .lang a {
            font-size: 12px;
            margin: 0 3px 0 5px;
        }

        .lang i {
            font-size: 16px;
        }

    .log {
        top: 0;
        left: 145px;
    }

        .log a {
            font-size: 12px;
        }

            .log a i {
                font-size: 16px;
            }

    .home {
        top: 0;
        left: 220px;
    }

        .home a {
            font-size: 12px;
        }

            .home a i {
                font-size: 16px;
            }
}

@media only screen and (max-width:700px) {
    .container {
        width: 96%
    }

    .news-txt {
        padding: 12px 0;
    }
}


@media only screen and (max-width:576px) {
    .header {
        padding: 12px 12px 12px 20px;
    }

    .about-page-title h1 {
        padding: 60px 0;
    }

    .lux-sign-bg:before {
        background-image: none
    }

    .mySwiper2 .swiper-slide {
        height: 230px;
    }

    .units-card img {
        margin-bottom: 14px;
    }

    .about-page-title h1::after {
        margin-top: 10px;
        width: 30px;
        margin-right: 12px;
    }

    .units-card-txt {
        margin-bottom: 14px;
    }

        .units-card-txt h2 {
            font-size: 20px;
            margin-bottom: 0;
        }

        .units-card-txt h3 {
            font-size: 20px;
            margin-bottom: 0;
        }

    .icon-wrppaer {
        width: 100px;
        height: 100px;
        margin: 0 auto 14px;
    }

    .accordion-button {
        font-size: 12px;
        padding: 10px;
    }

    .location {
        margin-top: 50px
    }

    .location-map iframe {
        height: 200px
    }

    .job-list ul li {
        padding: 20px;
    }

    .icon-wrppaer img {
        width: 57px;
        display: block;
        margin: 20px auto 0;
    }

    .Amenities h2 {
        font-size: 14px;
    }

    .job-drop {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .job-drop-input {
        font-size: 12px;
    }

    .job-list ul li h2 {
        font-size: 16px;
    }

    .job-list ul li p {
        font-size: 14px;
    }

    .contact-locations-items h4 {
        margin: 10px 0 0 0;
    }

    .career-card {
        height: auto;
    }

        .career-card h3 {
            padding: 40px 10px;
        }

    .main-page-title-bg h1 {
        margin-top: 23%;
    }

    .page-title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .sidenav .closebtn {
        right: 20px;
    }

    .menu-extra {
        display: none;
    }

    .menu-wrapper {
        margin-right: 13px;
    }

        .menu-wrapper h2 {
            margin-top: 0;
        }

    .padding {
        padding: 30px 0;
    }

    .title span {
        font-size: 12px;
    }

        .title span::before {
            width: 40px;
        }

        .title span::after {
            width: 40px;
        }

    .title h1 {
        font-size: 26px;
    }

    .projects-card h2 {
        font-size: 18px;
    }

    .projects-card p {
        font-size: 14px;
    }

    .avesta {
        padding: 10px 0;
    }

        .avesta p {
            font-size: 10px;
        }

    .units {
        padding-bottom: 0;
    }
}

@media only screen and (max-width:420px) {
    .home {
        right: 176px;
    }

    .news-txt h2 {
        font-size: 20px;
    }

    .btn-all {
        padding: 8px 32px;
        font-size: 11px;
    }




    .login {
        width: 96%;
        background-color: #fff;
        padding: 30px;
        margin: 30px auto;
        display: block;
    }

    .main-page-title {
        height: 206px;
    }

    .home span {
        display: none
    }

    .main-page-title-bg h1 {
        font-size: 16px;
    }

        .main-page-title-bg h1::after {
            width: 30px;
            margin-top: 10px;
        }

    .log span {
        display: none
    }

    .comunities-txt h2 {
        font-size: 18px;
    }

    .comunities-txt p {
        font-size: 14px;
    }

    .mySwiper2 .swiper-wrapper {
        margin-bottom: 40px;
    }
}

.swiper-button-next, .swiper-button-prev {
    color: #bc9d65 !important;
    border: 1px #fff solid;
    width: 50px !important;
    height: 50px !important;
    display: block !important;
    border-radius: 50px;
    text-align: center;
    line-height: 52px;
    background-color: #fff;
}

    .swiper-button-next::after, .swiper-button-prev::after {
        font-size: 24px !important;
    }

.btn-2 {
    background-color: #bc9d65;
    margin-top: 440px;
    margin-right: 19%;
}

@media only screen and (max-width:1360px) {
    .btn-2 {
        margin-top: 340px;
        margin-right: 9%;
    }
}

@media only screen and (max-width:1024px) {
    .btn-2 {
        margin-top: 180px;
        margin-right: 9%;
    }
}

@media only screen and (max-width:768px) {
    .btn-2 {
        margin-top: 110px;
        margin-right: 9%;
    }
}


.videos {
    display: block;
    margin-bottom: 30px;
}

.tabs {
    position: relative;
    background: white;
    width: 100%;
    height: auto;
    direction: rtl;
}

    .tabs input[name=tab-control] {
        display: none;
    }

    .tabs .content section h2,
    .tabs ul li label {
        font-size: 22px;
        color: #428BFF;
    }

    .tabs ul {
        list-style-type: none;
        padding-right: 0;
        display: block;
        border-bottom: 1px #ddd solid;
        margin: 0;
    }

        .tabs ul li {
            box-sizing: border-box;
            padding: 10px 0;
            text-align: center;
            width: 160px;
            display: inline-block;
        }

            .tabs ul li label {
                transition: all 0.3s ease-in-out;
                color: #929daf;
                padding: 5px auto;
                overflow: hidden;
                text-overflow: ellipsis;
                display: block;
                cursor: pointer;
                transition: all 0.2s ease-in-out;
                white-space: nowrap;
                -webkit-touch-callout: none;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
            }

                .tabs ul li label br {
                    display: none;
                }

                .tabs ul li label svg {
                    fill: #929daf;
                    height: 1.2em;
                    vertical-align: bottom;
                    margin-right: 0.2em;
                    transition: all 0.2s ease-in-out;
                }

                .tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
                    outline: 0;
                    color: #bec5cf;
                }

                    .tabs ul li label:hover svg, .tabs ul li label:focus svg, .tabs ul li label:active svg {
                        fill: #bec5cf;
                    }

    .tabs .slider {
        position: relative;
        width: 160px;
        transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
    }

        .tabs .slider .indicator {
            position: relative;
            width: 50px;
            max-width: 100%;
            margin: 0 auto;
            height: 3px;
            background: #bc9d65;
            border-radius: 1px;
        }

    .tabs .content {
        margin-top: 30px;
    }

        .tabs .content section {
            display: none;
            -webkit-animation-name: content;
            animation-name: content;
            -webkit-animation-direction: normal;
            animation-direction: normal;
            -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
            -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
            -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
            line-height: 1.4;
        }

            .tabs .content section h2 {
                color: #428BFF;
                display: none;
            }

                .tabs .content section h2::after {
                    content: "";
                    position: relative;
                    display: block;
                    width: 30px;
                    height: 3px;
                    background: #428BFF;
                    margin-top: 5px;
                    left: 1px;
                }

    .tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
        cursor: default;
        color: #092537;
    }

        .tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
            fill: #428BFF;
        }


    .tabs input[name=tab-control]:nth-of-type(1):checked ~ .slider {
        transform: translateX(0%);
    }

    .tabs input[name=tab-control]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
        display: block;
    }

    .tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
        cursor: default;
        color: #092537;
    }

        .tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
            fill: #428BFF;
        }


    .tabs input[name=tab-control]:nth-of-type(2):checked ~ .slider {
        transform: translateX(-100%);
    }

    .tabs input[name=tab-control]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
        display: block;
    }

    .tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
        cursor: default;
        color: #428BFF;
    }

        .tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
            fill: #428BFF;
        }



    .tabs input[name=tab-control]:nth-of-type(3):checked ~ .slider {
        transform: translateX(200%);
    }

    .tabs input[name=tab-control]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
        display: block;
    }

    .tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
        cursor: default;
        color: #428BFF;
    }

        .tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
            fill: #428BFF;
        }


    .tabs input[name=tab-control]:nth-of-type(4):checked ~ .slider {
        transform: translateX(300%);
    }

    .tabs input[name=tab-control]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
        display: block;
    }

@-webkit-keyframes content {
    from {
        opacity: 0;
        transform: translateY(5%);
    }

    to {
        opacity: 1;
        transform: translateY(0%);
    }
}

@keyframes content {
    from {
        opacity: 0;
        transform: translateY(5%);
    }

    to {
        opacity: 1;
        transform: translateY(0%);
    }
}

@media only screen and (max-width:420px) {
    .tabs ul li {
        width: 49%;
    }

    .tabs .content {
        margin-top: 10px;
    }
}


.projects-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 5rem;
}

@media screen and (max-width: 991px) {
    .projects-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 700px) {
    .projects-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 460px) {
    .projects-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.projects-grid-item {
    color: #000;
}

.projects-grid-item-hills {
    background: rgba(255, 255, 255, 0.2);
    padding: 1rem;
    border-radius: 1rem;
}

.projects-grid-item .projects-grid-item-img {
    width: 2.5rem;
    height: 2.5rem;
}

    .projects-grid-item .projects-grid-item-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.projects-grid-item h3 {
    font-size: 1.4rem;
    margin-top: 1rem;
}

.projects-grid-item p {
    margin-top: -0.3rem;
}

.projects-grid-item h3, .projects-grid-item p {
    color: #000;
}

.truncate-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}




body.theme-1089 .footer {
    background-color: #9c4122 !important;
}

body.theme-1089 .avesta {
    display: block;
    border-top: 1px #b76244 solid !important;
    padding: 20px 0;
}

body.theme-1089 .social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px #ffffff solid;
    color: #ffffff;
    margin: 0 0 0 3px;
}

    body.theme-1089 .social a:hover {
        border: 1px #ffdbce solid !important;
        color: #ffdbce !important;
    }

body.theme-1089 .footer-links h2::after {
    content: '';
    background-color: #ffcebd;
}

body.theme-1089 .footer-links a {
    display: block;
    color: #fff7f4;
}

body.theme-1089 .footer-links p {
    display: block;
    color: #ffffff;
}

body.theme-1089 .avesta p {
    text-align: center;
    color: #ffffff;
}

body.theme-1089 .btn-pdf {
    background-color: #d15720;
    color: #fff;
}

    body.theme-1089 .btn-pdf:hover {
        background-color: #2E2E2E;
        color: #fff;
    }


body.theme-1089 .Amenities h2 {
    font-size: 18px;
    font-weight: 700;
    color: #2E2E2E;
}

body.theme-1089 .page-title {
    font-size: 36px;
    text-transform: uppercase;
    color: #2e2e2e;
}

body.theme-1089 .projects-grid-item .projects-grid-item-img {
    width: 2.5rem;
    height: 2.5rem;
    filter: invert(22%) sepia(82%) saturate(2200%) hue-rotate(6deg) brightness(98%) contrast(102%);
}

body.theme-1089 .icon-wrppaer img {
    width: 90px;
    display: block;
    margin: 25px auto 0;
    height: auto !important;
    filter: invert(22%) sepia(82%) saturate(2200%) hue-rotate(6deg) brightness(98%) contrast(102%);
}

body.theme-1089 .icon-wrppaer {
    width: 150px;
    height: 150px;
    background-color: #fff;
    border-radius: 150px;
    text-align: center;
    border: 1px #f6ddca solid;
    margin: 0 auto 20px;
    display: block;
}

body.theme-1089 wiper-pagination-bullet-active {
    background-color: #d15720 !important;
}

body.theme-1089 .units-card-txt h2 {
    font-size: 24px;
    font-weight: 700;
    color: #2E2E2E;
    display: inline-block;
}

body.theme-1089 .units-card-txt h3 {
    font-size: 24px;
    font-weight: 700;
    color: #d15720;
}

body.theme-1089 .main-page-title-bg {
    background: linear-gradient(rgb(0 0 0 / 20%) 0%, rgb(0 0 0 / 20%) 100%);
    position: absolute;
}

body.theme-1089 .home a i {
    color: #ffffff;
}

body.theme-1089 .log a i {
    color: #ffffff;
}

body.theme-1089 .lang i {
    color: #ffffff;
}

body.theme-1089 .swiper-pagination-bullet-active {
    background-color: #d15b00 !important;
}

body.theme-1089 .accordion-button {
    color: #2e2e2e;
}


body.theme-1089 .accordion-item {
    border-bottom: 1px #db592d38 solid;
    background: transparent !important;
}

body.theme-1089 .swiper-button-next, .swiper-button-prev {
    color: #2e2e2e !important;
    background-color: #fff !important;
}




/*===================video===============================*/
/* ===== Scoped: only affects your video section ===== */
.videos-section {
    background: #fbf6ef;
    padding: 70px 0;
}

    .videos-section .container {
        width: min(1200px, 94%);
        margin: 0 auto;
    }

    .videos-section .page-title {
        margin: 0 0 28px;
        color: #222;
    }

    .videos-section .videos-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 22px;
    }

    .videos-section .video-tile {
        border: 0;
        padding: 0;
        background: transparent;
        cursor: pointer;
        border-radius: 1 px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 16px 38px rgba(0, 0, 0, 0.10);
        transition: transform .25s ease, box-shadow .25s ease;
    }

        .videos-section .video-tile:hover {
            transform: translateY(-6px);
            box-shadow: 0 22px 55px rgba(0,0,0,0.14);
        }


    .videos-section .video-embed {
        position: relative;
        width: 100%;
        aspect-ratio: 16 / 9;
        background: #000;
    }

        .videos-section .video-embed iframe {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            border: none;
        }

    .videos-section .video-play {
        position: absolute;
        inset: 0;
        display: grid;
        place-items: center;
        pointer-events: none;
    }

        .videos-section .video-play::before {
            content: "";
            width: 68px;
            height: 68px;
            border-radius: 999px;
            background: rgba(0,0,0,0.45);
            backdrop-filter: blur(4px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.25);
        }

        .videos-section .video-play::after {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-left: 18px solid rgba(255,255,255,0.95);
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            transform: translateX(3px);
        }


@media (max-width: 1000px) {
    .videos-section .videos-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .videos-section .videos-grid {
        grid-template-columns: 1fr;
    }
}

.video-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
}

    .video-modal.is-open {
        display: block;
    }

.video-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.75);
}

.video-modal__dialog {
    position: relative;
    width: min(1100px, 92vw);
    margin: 6vh auto 0;
    border-radius: 18px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 30px 90px rgba(0,0,0,0.45);
}

.video-modal__close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
}

    .video-modal__close:hover {
        background: rgba(255,255,255,0.22);
    }


.video-modal__frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
}

    .video-modal__frame iframe {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }
