@import url(https://fonts.googleapis.com/css2?family=Poppins: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 url(https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Karla:ital,wght@0,200..800;1,200..800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Karla:ital,wght@0,200..800;1,200..800&display=swap);
* {
    margin: 0;
    box-sizing: border-box;
    font-family: "Karla", sans-serif;
}
body {
    background-color: var(--off-white);
}
.banner-area .banner-item::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    margin: 0;
    padding: 0;
}
a,
a:hover {
    text-decoration: none;
}
li {
    list-style: none;
}
img {
    width: 100%;
    height: auto;
}
:root {
    --main-font: "Karla", sans-serif;
    --hdng-font: "Cormorant", serif;
    --primary: #0b3d2e;
    --secondary: #9faf8b;
    --accent-sand: #d8cfc4;
    --off-white: #fafaf7;
    --sub-1: #333333;
    --sub-2: #828282;
    --sub-3: #bdbdbd;
    --sub-4: #e0e0e0;
    --white: #ffffff;
    --black: #000000;
}
.color-blue {
    color: var(--primary) !important;
}
.color-white {
    color: #fff !important;
}
.color-black {
    color: #000 !important;
}
.color-mud {
    color: #000 !important;
}
#main-wrapper {
    overflow: hidden;
    position: relative;
    max-width: 1900px;
    margin: 0 auto;
    width: 100%;
}
span.strtng {
    padding: 0 0 0 0;
    line-height: 81px;
}
section.rdfne {
    padding: 0 0 25px 0;
}
section.rdfne .content {
    text-align: center;
}
.content h5 {
    width: auto;
    margin: 0 auto;
    float: none;
    display: table;
}
h5.mrtxt {
    background: url(../images/location-mark.png) no-repeat;
}
span.podium br {
    display: none;
}
.header-area {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 10px;
    margin-right: 10px;
    .container {
        background: #fff;
        padding: 10px 30px;
        box-shadow: rgb(99 99 99 / 0.2) 0 2px 8px 0;
        border-radius: 10px;
        .brand {
            max-width: 140px;
            display: block;
        }
        .pri-btn {
            background: #165276;
            color: #fff;
            border-color: #165276;
            transition: all 0.3s ease;
            width: auto;
            padding: 8px 32px;
        }
        .right {
            ul {
                display: flex;
                gap: 24px;
                align-items: center;
                justify-content: end;
                li {
                    a {
                        font-size: 16px;
                        color: #073e60;
                        font-family: var(--main-font);
                        font-weight: 500;
                    }
                    &.current-menu-item a {
                        background: #a77d57;
                        color: #fff;
                        border-radius: 21px;
                        padding: 3px 20px;
                    }
                }
            }
        }
        .bar {
            color: var(--black);
            font-size: 40px;
        }
    }
}
.off-menu {
    li {
        a {
            font-size: 16px;
            color: #000;
            font-family: var(--main-font);
            font-weight: 500;
        }
        &.current-menu-item a {
            color: var(--primary);
        }
    }
}
.banner-area {
    .banner-item {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        img {
            width: 100%;
            height: auto;
            max-height: unset;
            object-fit: fill;
        }
        .content {
            position: absolute;
            top: 9%;
            left: 8%;
            z-index: 2;
            h1 {
                font-size: 40px;
                color: var(--off-white);
                font-family: var(--main-font);
                font-weight: 400;
                line-height: 1.1;
                span {
                    font-weight: 700;
                    font-size: 55px;
                }
            }
            h2 {
                font-size: 35px;
                color: #fff;
                font-family: var(--main-font);
                font-weight: 400;
                line-height: 1.3;
                margin-top: 80px;
                .lrg {
                    font-size: 75px;
                    font-weight: 800;
                }
                .sml {
                    font-size: 44px;
                    font-weight: 700;
                }
                &.big {
                    font-size: 45px;
                }
            }
        }
    }
    .slick-dots {
        li {
            width: 8px;
            height: 8px;
            button {
                background: #999;
                border-radius: 20px;
                width: 8px;
                height: 8px;
            }
            &.slick-active button {
                background: #165276;
            }
        }
    }
}
.banner-main {
    justify-content: space-between;
    & > section {
        width: 49%;
        max-height: 580px;
    }
}
.pri-btn {
    padding: 8px 50px;
    background-color: var(--secondary);
    color: #fff;
    border-radius: 20px;
    border: 1px solid var(--secondary);
    font-weight: 600;
    display: flex;
}
form .pri-btn {
    font-size: 21px;
}
.banner-form {
    background-color: #e8ecf5;
    .comn-inp,
    select {
        background-color: #fff;
        color: #165276;
        border-radius: 10px;
        padding: 15px 15px;
        width: 100%;
        border: 1px solid #165276;
    }
    .pri-btn {
        background: #165276;
        color: #fff;
        border-color: #165276;
        transition: 0.3s ease-in-out;
        &:hover {
            background: #fff;
            color: #000;
            border-color: #000;
        }
    }
}
::-webkit-input-placeholder {
    color: #165276;
}
::-moz-placeholder {
    color: #165276;
}
:-ms-input-placeholder {
    color: #165276;
}
:-moz-placeholder {
    color: #165276;
}
::placeholder {
    color: #165276;
}
.review-area {
    .rating {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        .logo {
            max-width: 40px;
        }
        span {
            font-size: 15px;
            color: #000;
            &.blue {
                color: #22009e;
            }
        }
        .star {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: -3px;
            color: #fabb05;
        }
    }
    .review-slider {
        .inner {
            padding: 0 5px;
            .item {
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                gap: 10px;
                background-color: var(--primary);
                border-radius: 20px;
                padding: 18px;
                min-height: 250px;
                .star {
                    display: flex;
                    color: #fabb05;
                    gap: 4px;
                    font-size: 18px;
                    margin-bottom: 16px;
                }
                p {
                    font-size: 16px;
                    color: #fff;
                }
                .author {
                    display: flex;
                    align-items: center;
                    gap: 8px;
                    img {
                        width: 30px;
                        height: 30px;
                        border-radius: 50%;
                    }
                    h3 {
                        font-size: 16px;
                        color: #000;
                        font-family: var(--main-font);
                        font-weight: 600;
                        color: #fff;
                    }
                    h4 {
                        font-size: 13px;
                        color: #000;
                        font-family: var(--main-font);
                        font-weight: 500;
                        color: #fff;
                    }
                }
            }
        }
        .slick-dots {
            li {
                width: 5px;
                height: 5px;
                margin: 0 3px;
                button {
                    background: #999;
                    border-radius: 20px;
                    width: 5px;
                    height: 5px;
                    padding: 4px;
                    &::before {
                        display: none;
                    }
                }
                &.slick-active button {
                    background: #1e88e5;
                }
            }
        }
    }
}
.heading {
    font-size: 50px;
    font-weight: 700;
    color: #000;
    font-family: var(--hdng-font);
}
.property-area {
    background-color: #dadee7;
    .property-slider {
        .inner {
            padding: 0 10px;
            .item {
                img {
                    width: 100%;
                    height: 320px;
                    object-fit: cover;
                    border-radius: 10px;
                }
                .content {
                    h3 {
                        font-size: 20px;
                        font-weight: 700;
                        color: #fff;
                        text-align: center;
                        margin-top: 10px;
                    }
                }
            }
        }
        .slider-arrow {
            position: absolute;
            top: 45%;
            color: #fff;
            font-size: 36px;
            &::before {
                display: none;
            }
            &.slick-prev {
                left: -14px;
            }
            &.slick-next {
                right: -14px;
            }
        }
        .slick-dots {
            li {
                width: 5px;
                height: 5px;
                margin: 0 3px;
                button {
                    background: #78b8ef;
                    border-radius: 20px;
                    width: 5px;
                    height: 5px;
                    padding: 4px;
                    &::before {
                        display: none;
                    }
                }
                &.slick-active button {
                    background: #fff;
                }
            }
        }
    }
}
.video-area {
    iframe {
        width: 98%;
        border-radius: 20px;
        height: 600px;
        margin: 0 auto;
        display: block;
    }
}
.tab-area {
    background: #dadee7;
    .center {
        .nav {
            justify-content: center;
            flex-wrap: nowrap;
        }
        .nav-item {
            width: 100%;
        }
        .nav-pills .nav-link {
            background-color: #fff;
            padding: 30px 50px;
            border-radius: 21px;
            font-weight: 500;
            width: 100%;
            font-size: 22px;
            color: #000;
            &.active {
                background-color: #154d6e;
                color: #fff;
            }
        }
        .img-fluid {
            border-radius: 20px;
            overflow: hidden;
        }
        .tab-content {
            .pri-btn {
                color: #fff;
                background-color: #154d6e;
                border-color: #154d6e;
                transition: all 0.3s ease;
                margin: 0 auto;
                font-size: 21px;
                &:hover {
                    background-color: #fff;
                    color: #000;
                    border-color: var(--primary);
                }
            }
        }
    }
}
.club-area {
    .section-top {
        p {
            font-size: 21x;
            color: #2b2b2b;
            width: 80%;
            font-weight: 500;
            text-align: center;
            margin: 10px auto 0;
        }
    }
    .club-slider {
        .inner {
            padding: 0 10px;
            .item {
                img {
                    width: 100%;
                    height: 320px;
                    object-fit: cover;
                    border-radius: 10px;
                }
                .content {
                    h3 {
                        font-size: 20px;
                        font-weight: 700;
                        color: #000;
                        text-align: center;
                        margin-top: 10px;
                    }
                }
            }
        }
        .slider-arrow {
            position: absolute;
            top: 45%;
            color: #000;
            font-size: 30px;
            &::before {
                display: none;
            }
            &.slick-prev {
                left: -14px;
            }
            &.slick-next {
                right: -14px;
            }
        }
        .slick-dots {
            li {
                width: 5px;
                height: 5px;
                margin: 0 3px;
                button {
                    background: #aaa;
                    border-radius: 20px;
                    width: 5px;
                    height: 5px;
                    padding: 4px;
                    &::before {
                        display: none;
                    }
                }
                &.slick-active button {
                    background: #2b2b2b;
                }
            }
        }
    }
}
.connect-area {
    background-color: #dadee7;
    .connect-slider {
        .inner {
            padding: 0 10px;
        }
        .item {
            img {
                border-radius: 20px;
            }
            .content {
                margin-top: 34px;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                & > div {
                    width: 33%;
                }
                .inner {
                    padding: 0 30px 0;
                    &:nth-child(2),
                    &:nth-child(3),
                    &:nth-child(1) {
                        position: relative;
                        &::before {
                            content: "";
                            position: absolute;
                            top: 0;
                            right: 0%;
                            width: 1px;
                            height: 100%;
                            background-color: #fff;
                        }
                    }
                }
                h3 {
                    font-size: 18px;
                    color: #fff;
                    font-weight: 600;
                    margin-bottom: 10px;
                }
                ul {
                    li {
                        font-size: 14px;
                        color: #fff;
                        margin-bottom: 3px;
                        font-weight: 400;
                        b {
                            font-weight: 500;
                        }
                    }
                }
            }
        }
        .slick-dots {
            li {
                width: 6px;
                height: 6px;
                button {
                    background: #b9b9b9;
                    border-radius: 20px;
                    width: 6px;
                    height: 6px;
                    padding: 4px;
                    &::before {
                        display: none;
                    }
                }
                &.slick-active button {
                    background: #fff;
                }
            }
        }
    }
}
footer {
    .heading {
        color: #000;
    }
    .links {
        a {
            color: #000;
            font-weight: 600;
            font-size: 21px;
        }
        .divide {
            width: 1px;
            height: 18px;
            background-color: #fff;
        }
    }
    .bg-pri {
        background-color: #f8f8f8;
    }
    form {
        .comn-inp,
        select {
            padding: 12px 14px;
            border-radius: 10px;
            border: none;
            width: 100%;
            font-size: 17px;
            font-weight: 500;
            color: #154d6f;
            box-shadow: rgb(0 0 0 / 0.24) 0 3px 8px;
            border: 1px solid #b7b7b7b0;
        }
        select {
            option {
                font-size: 17px;
                color: #a9a9a9;
                font-weight: 500;
            }
        }
        .pri-btn {
            margin: 0 auto;
            color: #fff;
            background-color: #154d6f;
            border-color: var(--secondary);
            transition: all 0.3s ease;
            &:hover {
                background: #fff;
                color: #000;
                border-color: #000;
            }
        }
    }
    .btm {
        .brand {
            display: block;
            max-width: 180px;
        }
        .add {
            h4 {
                font-size: 22px;
                font-weight: 600;
                color: #000;
                margin-bottom: 6px;
            }
            p {
                font-size: 17px;
                color: #000;
                font-weight: 500;
            }
        }
    }
    hr {
        opacity: 1;
    }
    .border-left {
        border-left: 1px solid #000;
    }
    .copy {
        background-color: #fff0;
        padding: 10px 0;
        p {
            color: #000;
            font-size: 15px;
            font-weight: 400;
        }
    }
}
.image-container {
    position: relative;
    display: inline-block;
    cursor: none;
    overflow: hidden;
}
.image-container img {
    display: block;
    max-width: 100%;
}
.zoom-lens {
    width: 200px;
    height: 200px;
    background: #fff;
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    box-shadow:
        0 0 10px rgb(0 0 0 / 0.25),
        inset 0 0 0 2px rgb(255 255 255 / 0.5);
    z-index: 9999;
    opacity: 0;
    transform: scale(0);
    transform-origin: center;
    transition:
        opacity 0.2s,
        transform 0.2s;
    overflow: hidden;
}
.zoom-lens.active {
    opacity: 1;
    transform: scale(1);
}
.zoom-lens-img {
    position: absolute;
    max-width: none !important;
    top: 0;
    left: 0;
}
img.mpmrk {
    width: auto !important;
    margin: 8px 0 -20px 0;
}
h5.mrtxt {
    padding: 0 5px 0 21px;
    font-size: 24px;
}
img.fordskt {
    display: block;
}
img.formbl {
    display: none;
}
.slick-lightbox-slick-img {
    max-width: 100%;
    width: 100%;
}
.rdfne {
    margin-top: -5px;
    position: relative;
    z-index: 9;
}
.rdfne-box {
    background: #fff;
    border-radius: 14px;
    padding: 12px;
}
.info-card {
    background: #2b88c1;
    border-radius: 12px;
    padding: 14px;
    gap: 12px;
    height: 100%;
}
.info-card i {
    font-size: 36px;
    color: #fff;
    min-width: 28px;
}
.info-card p {
    margin: 0;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500;color: #fff;
}
.info-card p br {
    display: none;
}
.info-card strong {
    font-weight: 700;
}
.split-layout-section {
    position: relative;
    overflow: visible;
    z-index: 1;
}
.split-layout-section .items-center {
    align-items: center;
}
.split-layout-section .relative-z-1 {
    position: relative;
    z-index: 1;
}
.split-layout-section .relative-z-2 {
    position: relative;
    z-index: 2;
}
.split-layout-section .img-wrap {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    transition: all 0.5s ease;
    height: 100%;
    width: 100%;
}
.property-area .img-wrap {
    height: 478px;
}
section#about .img-wrap {
    height: 485px;
}
.split-layout-section .img-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 60%, rgb(0 0 0 / 0.4));
    pointer-events: none;
}
.split-layout-section .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        filter 0.5s ease;
}
.split-layout-section .img-wrap:hover {
    transform: translateY(-10px);
    box-shadow: 0 35px 60px -15px rgb(0 0 0 / 0.3);
}
.split-layout-section .img-wrap:hover img {
    transform: scale(1.1);
    filter: saturate(1.2);
}
.split-layout-section .decoration-circle {
    position: absolute;
    bottom: -40px;
    right: -40px;
    width: 150px;
    height: 150px;
    border: 2px solid rgb(159 175 139 / 0.5);
    border-radius: 50%;
    z-index: -1;
    animation: float 6s ease-in-out infinite;
}
.split-layout-section .decoration-dots {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 80px;
    height: 80px;
    background-image: none;
    background-size: 10px 10px;
    z-index: 2;
    opacity: 0.7;
}
@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}
.split-layout-section .content {
    background: #e8ecf5;
    padding: 24px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgb(0 0 0 / 0.08);
    position: relative;
    transition: transform 0.3s ease;
    border-right: 6px solid #165276;
}
.split-layout-section .content.card-overlap {
    margin-left: -80px;
    background: rgb(255 255 255 / 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgb(255 255 255 / 0.5);
}
.split-layout-section .content.card-overlap-left {
    margin-right: -70px;
    background: rgb(255 255 255 / 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgb(255 255 255 / 0.5);
}
.split-layout-section .sub-heading {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
    display: block;
}
.split-layout-section .content h3 {
    font-size: 38px;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 20px;
    line-height: 1.2;
}
.urbtxt {
    font-size: 21px !important;
}
.split-layout-section .lead-text {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
    font-style: normal;
    padding-left: 0;
    transition: all 0.3s ease;
}
.property-area .content {
    background: #fff0;
    box-shadow: none;
    padding: 0;
    border: none;
}
.property-highlight-item {
    cursor: pointer;
    padding: 0 30px 39px;
    margin-bottom: 20px;
    border-radius: 16px;
    transition: all 0.3s ease;
    background: #154d6f;
    border: 1px solid #eae9e985;
    border-left: 6px solid #eae9e985;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 119px;
}
.property-highlight-item:hover {
    background: #85603f;
    border-color: #eae9e985;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgb(0 0 0 / 0.1);
}
.property-highlight-item.active {
    background-color: #fff;
    border: 1px solid #154f72;
    border-left: 6px solid #eae9e985;
    box-shadow: 0 8px 25px rgb(0 0 0 / 0.2);
    transform: scale(1.02);
}
.property-highlight-item .sub-heading {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.3;
    transition: color 0.3s ease;
    text-transform: capitalize !important;
    color: #fff;
}
.property-highlight-item.active .sub-heading {
    color: #2c2d32;
}
.property-highlight-item .lead-text {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.7;
    font-weight: 400;
    border: none;
    padding: 0;
    font-style: normal;
    color: #fff;
}
.property-area.split-layout-section .property-highlight-item.active .lead-text {
    color: var(--sub-1);
}
#property-main-img {
    transition: all 0.3s ease-in-out;
}
.img-fade-out {
    opacity: 0.5;
}
.split-layout-section .content p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 9px;
}
.property-area.split-layout-section .content p {
    font-size: 16px;
    line-height: 21px;
    color: #e7e7e7;
    margin-bottom: 0;
    margin-top: 6px;
}
.split-layout-section .btn-link {
    color: #fff;
    background: var(--primary);
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgb(30 136 229 / 0.2);
}
.split-layout-section .btn-link:hover {
    background: #003149;
    gap: 15px;
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgb(0 49 73 / 0.3);
    color: #fff;
}
span.prur {
    font-size: 30px;
}
ul.achr li {
    position: relative;
    font-size: 13px;
    line-height: 1.8;
    color: #000;
    padding: 6px 5px 6px 5px;
    border: 2px solid #165276;
    border-radius: 12px;
    box-shadow: 5px 4px 6px #aeaeae99;
    margin: 0 0 9px 0;
    font-weight: 700;
}
ul.achr {
    display: initial;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.txt-center {
    text-align: center;
}
.color-white {
    color: #fff;
}
.bhklt .col-sm-6 ul.achr {
    position: relative;
}
.bhklt .col-sm-6 ul.achr:after {
    position: absolute;
    right: 18px;
    top: 9px;
    width: 1px;
    height: 117px;
    background-color: #7a7777;
    content: "";
    display: none;
}
.bhklt .col-sm-6:last-child ul.achr:after {
    display: none;
}
.bhklt .col-sm-6 {
    padding-left: 6px;
    padding-right: 6px;
}
.club-area {
    background-color: #f6f6f6;
}
.video-area {
    background-color: #fff;
}
footer {
    background-color: #fff;
}
section#location img {
    border: 2px solid #165174;
}
@media (min-width: 992px) {
    .main-menu {
        transition:
            transform 0.35s ease,
            opacity 0.35s ease;
    }
    .main-menu.fixed {
        position: fixed;
        top: -27px;
        left: 0;
        right: 0;
        z-index: 999;
        background: #fff0;
        padding: 15px 30px;
        box-shadow: none;
        transform: translateY(0);
        opacity: 1;
    }
}
@media (min-width: 992px) {
    .main-menu.fixed {
        animation: slideDown 0.35s ease forwards;
    }
    @keyframes slideDown {
        from {
            transform: translateY(-15px);
            opacity: 0;
        }
        to {
            transform: translateY(0);
            opacity: 1;
        }
    }
}
.fixed {
    .container {
        border: 1px solid #165276;
    }
}
.right a.normal {
    color: #fff;
    text-align: center;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
    width: auto;
    border-radius: 20px;
    &.wp {
        background-color: #57bb5b;
    }
}
.property-card {
    max-width: 100%;
    border-radius: 12px;
    overflow: hidden;
}
.card-image img {
    width: 99%;
    height: 299px;
    object-fit: cover;
    display: block;
    border-radius: 21px;
}
.card-content {
    background: #fff;
    padding: 20px;
}
.sub-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.lead-text {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}
.card-content {
    background: #fff;
    padding: 20px;
    margin: -40px 16px 16px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
}
.property-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}
.prop-slider {
    & .slider-arrow {
        &.slick-next {
            right: -24px;
        }
    }
}
.prop-slider {
    .slider-arrow {
        position: absolute;
        top: 35%;
        color: #000;
        font-size: 30px;
    }
}
.prop-slider {
    & .slider-arrow {
        &.slick-prev {
            left: -26px;
        }
    }
}
.prop-slider .slick-prev:before {
    content: "" !important;
}
.prop-slider .slick-next:before {
    content: "" !important;
}
.highlight-content {
    position: relative;
    align-items: center;
    gap: 25px;
}
.highlight-content .sub-heading {
    font-size: 29px;
    font-weight: 300 !important;
    line-height: 1.2;
    margin: 0;
    min-width: 176px;
    position: absolute;
    width: 100%;
    text-transform: uppercase !important;
}
.highlight-content .lead-text {
    margin: 0;
    opacity: 0.9;
    position: relative;
    top: 34px;
    left: 0;
    width: 100%;
}
.achr li i {
    color: #165276;
    font-size: 18px;
}
p.gtbck {
    font-size: 30px;
}
#banner,
#about,
#enquire-area,
#services,
#plans,
#gallery,
#location,
#explore-area {
    scroll-margin-top: 110px;
}
.banner-form select {
    height: 55px;
}
.footer select {
    height: 55px;
}
@media (max-width: 1299px) {
    .banner-area {
        & .banner-item {
            img {
                width: 100%;
                object-fit: fill;
            }
        }
    }
    .banner-main {
        & > section {
            width: 49%;
            max-height: 500px;
        }
    }
}
@media (max-width: 1199px) {
    .banner-area {
        & .banner-item {
            img {
                width: 100%;
                object-fit: fill;
            }
            .content {
                h2 {
                    font-size: 28px;
                    margin-top: 30px;
                    .lrg {
                        font-size: 45px;
                    }
                    .sml {
                        font-size: 30px;
                    }
                    &.big {
                        font-size: 34px;
                    }
                }
            }
        }
    }
    .banner-main {
        & > section {
            width: 49%;
            max-height: 450px;
        }
    }
    .heading {
        font-size: 30px;
        font-weight: 700;
        color: #000;
    }
}
@media (max-width: 991px) {
    .property-area,
    .club-area {
        .property-slider,
        .club-slider {
            .inner {
                .item {
                    img {
                        height: 200px;
                    }
                }
            }
        }
    }
    .connect-area {
        background-color: #f4ece1;
        .connect-slider {
            .inner {
                padding: 0 10px;
            }
            .item {
                img {
                    border-radius: 10px;
                }
                .content {
                    margin-top: 18px;
                    h3 {
                        font-size: 14px;
                        color: #fff;
                        font-weight: 600;
                        margin-bottom: 4px;
                    }
                    ul {
                        li {
                            font-size: 11px;
                            color: #fff;
                            font-weight: 400;
                        }
                    }
                }
            }
        }
    }
    .connect-area {
        & .connect-slider {
            & .item {
                & .content {
                    .inner {
                        padding: 0 15px 0;
                    }
                }
            }
        }
    }
    .video-area {
        iframe {
            width: 100%;
            height: 420px;
        }
    }
    .tab-area {
        & .center {
            .nav-pills .nav-link {
                padding: 15px 20px;
                font-size: 18px;
            }
        }
    }
    .banner-area {
        & .banner-item {
            & .content {
                h1 {
                    font-size: 30px;
                    span {
                        font-size: 44px;
                    }
                }
            }
        }
    }
    .split-layout-section .img-wrap {
        height: 350px;
        border-radius: 20px;
    }
    .split-layout-section .content.card-overlap,
    .split-layout-section .content.card-overlap-left {
        margin: -40px 15px 0 15px;
        background: #fff;
        padding: 30px;
    }
    .split-layout-section .decoration-circle,
    .split-layout-section .decoration-dots {
        display: none;
    }
    .split-layout-section .lead-text {
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    img.fordskt {
        display: none;
    }
    img.formbl {
        display: block;
    }
    .header-area {
        .container {
            padding: 10px 20px;
            .pri-btn {
                padding: 8px 7px;
                font-size: 12px;
            }
        }
    }
    .banner-area {
        .banner-item {
            position: relative;
            .content {
                position: absolute;
                top: 10%;
                left: 20px;
                z-index: 2;
                h1 {
                    font-size: 19px;
                    color: #003149;
                    font-family: var(--main-font);
                    font-weight: 400;
                    span {
                        font-weight: 700;
                        font-size: 25px;
                    }
                }
            }
            .content {
                h2 {
                    font-size: 24px;
                    margin-top: 30px;
                    .lrg {
                        font-size: 35px;
                    }
                    .sml {
                        font-size: 26px;
                    }
                    &.big {
                        font-size: 30px;
                    }
                }
            }
        }
    }
    .banner-main {
        justify-content: space-between;
        & > section {
            width: 100%;
        }
    }
    .banner-form {
        border-radius: 0;
    }
    .banner-area {
        & .banner-item {
            img {
                width: 100%;
                height: 285px;
                max-height: unset;
                object-fit: cover;
            }
        }
    }
    .banner-main {
        & > section {
            max-height: unset;
        }
    }
    .header-area {
        margin-bottom: 10px;
    }
    .heading {
        font-size: 28px;
        font-weight: 700;
        color: #000;
    }
    .review-area {
        .review-slider {
            .inner {
                padding: 0 3px;
                .item {
                    gap: 6px;
                    padding: 16px 12px;
                    min-height: 200px;
                    .star {
                        gap: 4px;
                        font-size: 12px;
                        margin-bottom: 10px;
                    }
                    p {
                        font-size: 15px;
                        color: #fff;
                    }
                    .author {
                        gap: 5px;
                        img {
                            width: 20px;
                            height: 20px;
                            border-radius: 50%;
                        }
                        h3 {
                            font-size: 14px;
                        }
                        h4 {
                            font-size: 10px;
                        }
                    }
                }
            }
        }
    }
    .video-area {
        flex-direction: column;
        & > div {
            width: 100%;
        }
        .right {
            border-radius: 0;
            .tab-content {
                padding: 0 40px;
            }
            .nav-pills .nav-link {
                font-size: 14px;
            }
        }
    }
    footer {
        & .btm {
            .brand {
                display: block;
                max-width: 150px;
                margin: 0 auto;
            }
            .add {
                h4 {
                    font-size: 17px;
                }
                p {
                    font-size: 14px;
                }
            }
        }
    }
    .connect-area {
        & .connect-slider {
            & .item {
                & .content {
                    flex-wrap: wrap;
                    row-gap: 20px;
                    & > div {
                        width: 49%;
                    }
                    .inner {
                        padding: 0 45px 0;
                        &:nth-child(3),
                        &:nth-child(1) {
                            &::before {
                                right: 1%;
                            }
                        }
                        &:nth-child(2) {
                            &::before {
                                display: none;
                            }
                        }
                    }
                }
            }
        }
    }
    footer {
        & .links {
            a {
                color: #fff;
                font-weight: 600;
                font-size: 15px;
            }
        }
    }
    .header-area {
        & .container {
            .brand {
                max-width: 100px;
            }
            .bar {
                color: var(--black);
                font-size: 30px;
            }
        }
    }
    .banner-area {
        & .slick-dots {
            li {
                width: 5px;
                height: 5px;
            }
        }
    }
    .banner-form {
        .comn-inp,
        select {
            padding: 10px 15px;
        }
    }
    .sticky-footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        gap: 0;
        z-index: 999;
        a {
            background-color: #003149;
            color: #fff;
            text-align: center;
            padding: 10px 10px;
            font-size: 14px;
            font-weight: 500;
            display: flex;
            justify-content: center;
            gap: 5px;
            align-items: center;
            width: 100%;
            &.wp {
                background-color: #57bb5b;
            }
        }
    }
    .slick-dots {
        bottom: 0;
        top: 302px;
    }
    section#about .img-wrap {
        height: 299px;
    }
}
@media (max-width: 576px) {

    .info-card p br {
    display: block;
}
    .banner-form select {
        height: 48px;
    }
    .footer select {
        height: 48px;
    }
    .split-layout-section .sub-heading {
        font-size: 21px;
    }
    .split-layout-section .lead-text {
        margin-bottom: 3px;
    }
    .card-content {
        padding: 13px;
        margin: -4px 0 16px;
    }
    .prop-slider {
        .slider-arrow {
            top: 69%;
        }
    }
    .right a.normal {
        padding: 8px 7px;
        font-size: 12px;
        gap: 5px;
        border-radius: 10px;
    }
    .prop-slider {
        & .slider-arrow {
            &.slick-next {
                right: -13px;
            }
        }
    }
    .prop-slider {
        & .slider-arrow {
            &.slick-prev {
                left: -15px;
            }
        }
    }
    .club-area {
        & .club-slider {
            .slick-dots {
                display: none !important;
            }
        }
    }
    .bhklt .col-sm-6 ul.achr:after {
        display: none;
    }
    .info-card i {
        font-size: 17px;
        color: #fff;
        min-width: 6px;
    }
    .info-card {
        padding: 7px;
    }
    .info-card p {
        font-size: 12px;
    }
    .content h5 {
        width: auto;
        margin: 0 auto 0;
    }
    h5.mrtxt {
        padding: 0 5px 0 21px;
        font-size: 13px;
        background-size: 13px;
    }
    span.strtng {
        padding: 0 0 0 0;
        line-height: 35px;
        font-size: 18px;
    }
    .banner-area {
        .banner-item {
            position: relative;
            .content {
                position: absolute;
                top: 39px;
                left: 0;
                z-index: 2;
                background-color: rgb(255 255 255 / 0.5);
                padding: 0 14px 18px;
                width: 77%;
                h1 {
                    font-size: 17px;
                    font-family: var(--main-font);
                    font-weight: 400;
                    span {
                        font-weight: 700;
                        font-size: 21px;
                    }
                }
            }
            .content {
                h2 {
                    font-size: 20px;
                    margin-top: 16px;
                    line-height: 28px;
                    .lrg {
                        font-size: 22px;
                    }
                    .sml {
                        font-size: 23px;
                    }
                    &.big {
                        font-size: 26px;
                    }
                }
            }
        }
    }
    .banner-area {
        & .banner-item {
            & .content {
                & h2.spppc {
                    .lrg br {
                        display: none;
                    }
                }
            }
        }
    }
    .banner-area {
        .banner-item {
            position: relative;
            .content h1,
            h5,
            h2 {
                color: #003149 !important;
            }
        }
    }
    .review-area {
        .review-slider {
            .inner {
                padding: 0 3px;
                .item {
                    border-radius: 12px;
                    gap: 6px;
                    padding: 14px 10px;
                    min-height: 160px;
                    .star {
                        gap: 4px;
                        font-size: 10px;
                        margin-bottom: 10px;
                    }
                    p {
                        font-size: 11px;
                        color: #fff;
                    }
                    .author {
                        gap: 5px;
                        img {
                            width: 20px;
                            height: 20px;
                            border-radius: 50%;
                        }
                        h3 {
                            font-size: 13px;
                        }
                        h4 {
                            font-size: 10px;
                        }
                    }
                }
            }
        }
    }
    .property-area,
    .club-area {
        .property-slider,
        .club-slider {
            .inner {
                padding: 0 16px;
                .item {
                    img {
                        height: 180px;
                    }
                    .content {
                        h3 {
                            font-size: 15px;
                        }
                    }
                }
            }
            .slider-arrow {
                font-size: 20px;
                &.slick-prev {
                    left: -10px;
                }
                &.slick-next {
                    right: -10px;
                }
            }
        }
    }
    .video-area {
        flex-direction: column;
        gap: 0;
        & > div {
            width: 100%;
            iframe {
                width: 100%;
                height: 269px;
            }
        }
        .right {
            border-radius: 0;
            margin-top: 0;
            .tab-content {
                padding: 0 16px;
            }
            .nav-pills .nav-link {
                font-size: 14px;
            }
        }
    }
    img.mgmg {
    height: 245px;
    object-fit: cover;
}
    footer {
        .links {
            a {
                font-size: 12px;
            }
        }
    }
    footer {
        & .btm {
            .add {
                h4 {
                    font-size: 14px;
                }
                p {
                    font-size: 12px;
                }
            }
        }
        .copy {
            p {
                color: #fff;
                font-size: 11px;
                font-weight: 500;
            }
        }
    }
    .connect-area {
        & .connect-slider {
            .inner {
                padding: 0 3px;
            }
        }
    }
    .connect-area {
        & .connect-slider {
            & .item {
                & .content {
                    flex-wrap: wrap;
                    row-gap: 20px;
                    & > div {
                        width: 49%;
                    }
                    .inner {
                        padding: 0 15px 0;
                        &:nth-child(3),
                        &:nth-child(1) {
                            &::before {
                                right: 1%;
                            }
                        }
                        &:nth-child(2) {
                            &::before {
                                display: none;
                            }
                        }
                    }
                }
            }
        }
    }
    .tab-area {
        & .center {
            .nav-pills .nav-link {
                padding: 10px 6px;
                font-size: 14px;
                border-radius: 10px;
            }
        }
    }
    footer {
        & form {
            .comn-inp,
            select {
                padding: 10px 14px;
            }
        }
    }
    .banner-form {
        form {
            padding: 0 10px;
        }
    }
    span.wbre {
        font-size: 14px;
    }
    .tab-area {
        & .center {
            & .tab-content {
                .pri-btn {
                    font-size: 15px;
                }
            }
        }
    }
    img.fordskt {
        display: none;
    }
    img.formbl {
        display: block;
        width: 12px !important;
    }
    .banner-area .slick-dots {
        bottom: 9px !important;
        top: initial;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
    section.rdfne {
        padding: 0 0 8px 0;
    }
    .content h1 {
        font-size: 20px;
    }
    form .pri-btn {
        font-size: 21px;
        margin: -6px 0 7px 0;
    }
    .property-area .slick-dots {
        bottom: -13px !important;
        top: initial;
    }
    .property-area .slick-dots li button:before {
        font-size: 31px;
    }
    .prop-slider {
        & .slider-arrow {
            &.slick-next {
                display: none !important;
            }
        }
    }
    .prop-slider {
        & .slider-arrow {
            &.slick-prev {
                display: none !important;
            }
        }
    }
    .club-area .slick-dots {
        display: none;
    }
    .review-area .slick-dots {
        bottom: -22px;
        top: initial;
    }
    span.podium br {
        display: block;
    }
}
@media (max-width: 991px) {
    .header-area .pri-btn {
        padding: 6px 15px;
        font-size: 14px;
        border-radius: 10px;
        height: auto;
        width: auto;
    }
    .header-area .bar {
        font-size: 28px;
        color: var(--primary);
    }
    .header-area .right {
        gap: 10px !important;
    }
}
header .left img {
    height: 61px;
    object-fit: contain;
    width: 102px;
}