@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

:root {
    --bs-primary: #00022E;
    --bs-secondary: #F5F7FA;
    --bs-body-font-family: "Montserrat", sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #1A1A1A;
    --bs-body-bg: #fff;
}

body {
    overflow-x: hidden
}

html {
    scroll-behavior: initial !important
}

img {
    max-width: 100%;
    height: auto
}

.section {
    padding: 40px 0 60px;
}

.navbar {
    z-index: 9;
    background: #fff;
}

.navbar-nav .nav-link {
    font-weight: 400;
}

.navbar-nav .nav-link:hover {
    color: #EAAC4A;
}

/* .navbar-toggler-icon {
    filter: invert(1);
} */

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.btn {
    font-size: .875rem
}

.btn-primary {
    background-color: var(--bs-primary);
    color: #fff;
    border-color: transparent
}

.btn-primary:hover,
.btn-primary:active {
    background-color: var(--bs-primary);
    color: #fff;
    border-color: var(--bs-secondary)
}

.form-control:focus,
.form-select:focus {
    border: 1px solid transparent;
    box-shadow: none
}

.background_sec_color {
    background-color: var(--bs-primary);
}

.banner_content {
    position: absolute;
    top: 220px;
    left: 0;
    width: 100%;
}

.banner-content-info {
    position: absolute;
    bottom: 30px;
    width: 100%;
}

.banner-content-info span {
    border-bottom: 2px solid #fff;
    width: fit-content;
}

.banner-img img {
    height: 100vh;
}

.banner-img::after {
    content: "";
    width: 100%;
    height: 30%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent, #000);
    pointer-events: none;
}

.banner_head {
    display: grid;
    font-size: 2.5rem;
}

.banner_subhead {
    font-size: 1.125rem;
}

.banner_head span {
    border-bottom: 2px solid #fff;
    width: fit-content;
}

/* 
.banner-info {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotate(-90deg);
    translate: 100px -300px;
    color: #fff;
    font-weight: 700;
    background-color: #93B123;
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 14px 14px 0 0;
} */

.banner-form-row {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
}

.banner_form {
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 13px 20px #0000000d;
}

.banner_form .form-group {
    margin-bottom: 12px;
}

::placeholder {
    color: #0E4F87 !important;
}

.form_head {
    color: #0E4F87;
}

.form-group .form-control,
.form-group .form-select {
    padding: 5px 10px !important;
    background-color: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid #0E4F87 !important;
    border-radius: 0;
    font-size: 16px;
    color: #0E4F87 !important;
    box-shadow: none !important;
}

.form-group .form-select option {
    background-color: #2E180E !important;
    color: #0E4F87 !important;
}

.form-check-label,
.form-check-input {
    color: #0E4F87;
}

.sec_head {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 16px;
    color: var(--bs-primary);
    font-weight: 300;
}

.welcome_sec {
    background-image: url(../images/sec2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    min-height: 860px;
    width: 100%;
    display: flex;
    align-items: center;
}

.welcome_subhead {
    margin-bottom: 1rem;
}

.welcome_sec .text {
    font-size: 1.125rem;
}

.number_card .num {
    font-size: 2rem;
    font-weight: 600;
}


.amenities_swiper {
    overflow: visible;
}

.amen_card {
    border: none;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0px 4px 15px #00000041;
    position: relative;
}

.amen_card::after {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent, #000);
    pointer-events: none;
    border-radius: 12px;
}

.amen_card .card-img-overlay {
    top: auto;
    z-index: 1;
}

.amen_card .card-text {
    font-size: 1rem;
}

.swiper-sli {
    height: inherit;
}

.clubhouse_sec {
    padding: 120px 0;
    background-color: var(--bs-primary);
}

.club_card_img {
    border-radius: 16px;
    height: 100%;
}

.club_card_img img {
    object-fit: cover;
    height: 100%;
}


.swiper-sli-action {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px 0 0;
}

.swiper-sli-action .swiper-btn-next,
.swiper-sli-action .swiper-btn-prev {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    margin: 2px;
}

.swiper-sli-action .swiper-btn-prev {
    background-image: url(../images/pagination-prev.svg);
}

.swiper-sli-action .swiper-btn-next {
    background-image: url(../images/pagination-next.svg);
}

.swiper-sli-action .swiper-button-disabled {
    opacity: .4;
}

.swiper-sli-action .swipe-pagination {
    width: auto;
    margin: 0 6px;
}

.swiper-sli-action .swipe-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid #fff;
    opacity: 1;
}

.swiper-sli-action .swipe-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}

.swiper-sli-action-end {
    justify-content: flex-end;
    right: 20px;
    position: absolute;
    bottom: 40px;
    z-index: 1;
}

.masterplan_img img {
    padding: 12px;
}


.unitplan_swiper {
    padding: 0 30px;
}

.unitplan_img {
    margin: 16px;

}

.unitplan_img img {
    padding: 12px;
}

.unit-swiper-slide-action.swiper-sli-action {
    position: absolute;
    top: 58%;
    /* left: 0; */
    right: 0;
    transform: translateY(-50%);
    justify-content: space-between;
    z-index: 99;
    margin-top: 0;
}

.tower_text {
    text-align: end;
    padding-right: 80px;
    font-size: 2rem;
    font-weight: 400;
    margin-top: 30px;
    line-height: 1;
}

.unit-swiper-slide-action.swiper-sli-action .swiper-btn-next,
.unit-swiper-slide-action.swiper-sli-action .swiper-btn-prev {
    filter: invert(1);
    width: 40px;
    height: 40px;
}

.swiper-sli-action .unit-swiper-pagination .swiper-pagination-bullet {
    filter: invert(1);
}

.unit-swiper-btn-next.swiper-button-disabled,
.unit-swiper-btn-prev.swiper-button-disabled {
    display: none !important;
}

.location_sec {
    background-color: #F5F7FA;
    padding: 120px 0;
}

.location-list {
    margin-bottom: 10px;
    font-size: 1.125rem;
}

.location-list li::marker {
    color: var(--bs-primary);
    font-size: 28px;
}

.gallery_swiper {
    overflow: visible;
}

.gallery_img {
    /* border-radius: 0; */
}

.gallery-swiper-slide-action {
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 99;
}

.gallery-swiper-slide-action .swiper-btn-prev {
    background-image: url(../images/prev.svg);
}

.gallery-swiper-slide-action .swiper-btn-next {
    background-image: url(../images/next.svg);
}

.gallery-swiper-slide-action.swiper-sli-action .swiper-btn-next,
.gallery-swiper-slide-action.swiper-sli-action .swiper-btn-prev {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 25px;
}

.swiper-sli-action .gallery-swiper-pagination .swiper-pagination-bullet {
    filter: invert(1);
}

.video_img {
    position: relative;
}

/* .video_img img {
    padding: 16px;
    border-radius: 30px;
} */

.play_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer {
    padding: 80px 0 70px;
    background-color: var(--bs-primary);
}


.footer-text a {
    font-size: 1.125rem;
}

.footer .footer-social ul {
    margin: 0;
    padding: 0;
    display: flex;
    grid-gap: 12px;
}

.footer-social p {
    /* color: #226860; */
    font-size: 1.125rem;
    font-weight: 700;
}

.bottom-action {
    position: fixed;
    bottom: 20px;
    left: 50%;
    width: auto;
    padding: 4px;
    border: 1px solid #fff;
    border-radius: 4px;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    z-index: 3;
}

.bottom-action .btn {
    padding: 8px 15px;
    font-weight: normal;
    color: #F9EEED;
    font-size: 14px;
    font-weight: 300;
    border: 1px solid #fff;
    border-radius: 8px;
    white-space: nowrap;
    line-height: 1;
}

.popup-form .btn-close {
    opacity: 1;
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 30px;
    padding: 0 12px;
    /* filter: invert(1); */
}

.banner_form .h5 {
    font-size: 1.125rem;
}

.btn-outline-light:hover {
    background-color: var(--bs-primary);
}

@media (max-width: 1199px) {
    .banner_head {
        font-size: 2.25rem;
    }

    .section {
        padding: 40px 0 30px;
    }

    .sec_head {
        font-size: 2.25rem;
        text-align: center;
    }

    .number_card .num {
        font-size: 2.25rem;
    }

    .welcome_sec {
        background-size: cover;
    }

    .amen_card .card-text {
        font-size: 0.9rem;
    }

    .location-list {
        font-size: 1rem;
    }
}

@media (max-width: 991px) {
    .banner_head {
        font-size: 1.75rem;
    }

    .banner_content {
        top: auto;
        bottom: 30px;
    }

    .banner-content-info {
        margin: auto;
        bottom: 8px;
    }

    .banner-content-info>div {
        display: flex;
        justify-content: space-between;
    }

    .banner-content-info span {
        /* width: auto; */
        /* border-bottom: none; */
    }

    .banner_form {
        border: 1px solid var(--bs-primary);
    }

    .banner-img img {
        /* height: 500px; */
        object-fit: cover;
    }

    .banner-form-row {
        position: relative;
        transform: none;
        margin: 20px 0;
        bottom: 0;
    }

    .section {
        padding: 30px 0;
    }


    .testimonial_card .card-body {
        padding: 2rem;
    }

    .number_card .num {
        font-size: 3rem;
    }

    .number_card .text {
        font-size: 0.9rem;
    }

    .welcome_subhead {
        font-size: 1.125rem;
    }

    .banner_head span {
        margin: auto;
    }

    .number_card .num {
        font-size: 2rem;
    }

    .welcome_sec {
        min-height: 660px;
        display: block;
    }

    .club_card h5 {
        font-size: 1.125rem;
    }

    .amen_card img {
        height: 360px;
    }

    .unitplan_card .row {
        flex-direction: column-reverse;
        margin-top: 30px;
    }

    .tower_text {
        text-align: center;
        padding-right: 0;
    }

    .unit-swiper-slide-action.swiper-sli-action {
        top: auto;
        left: 0;
        transform: none;
        justify-content: center;
        bottom: 0;
    }

    .unit-swiper-btn-next.swiper-button-disabled,
    .unit-swiper-btn-prev.swiper-button-disabled {
        display: block !important;
    }

    .footer {
        padding: 30px 0 70px;
    }
}

@media (max-width: 767px) {

    .gallery-swiper-slide-action {
        justify-content: center;
        top: auto;
        width: 100%;
        transform: none;
        z-index: 99;
    }

    .navbar-nav .nav-link {
        padding: 0 0 0 8px;
    }

    .banner_head,
    .banner_subhead {
        font-size: 1.125rem;
    }

    .banner-content-info {
        font-size: 1rem;
    }

    .banner-info {
        font-size: .9rem;
    }

    .banner-img img {
        height: 460px;
    }

    .number_card .num {
        font-size: 1.5rem;
    }

    .welcome_subhead {
        font-size: 1rem;
    }

    .sec_head {
        text-align: center !important;
        font-size: 2rem;
    }


    .testimonial_card .card-body {
        padding: 1rem;
    }

    .testimonial_card .card-title {
        font-size: 1.35rem;
    }

    .club_card {
        text-align: center;
    }

    .unitplan_swiper {
        padding: 0;
    }

    .loc_block {
        padding: 0 0 0 30px;
    }

    .gallery_img img {
        height: 300px;
        object-fit: cover;
    }

    /* 
    .unit-swiper-slide-action.swiper-sli-action {
        position: relative;
        left: 0;
        right: 0;
        justify-content: center;
        filter: invert(1);
    } */

    .location-list {
        padding-left: 8px !important;
    }

    .video_img>img {
        min-height: 280px;
        object-fit: cover;
        padding: 8px;
        border-radius: 16px;
    }

    .bottom-action {
        left: 50%;
    }

    .swiper-sli-action-end {
        justify-content: center;
        position: relative;
    }

    .amen_card img {
        height: 360px;
        object-fit: cover;
    }

    .amen_card .card-title {
        font-size: 1.15rem;
    }

    .amen_card .card-text {
        font-size: 0.85rem;
    }

    footer::before {
        top: 0;
    }

    .amen_card .card-img-overlay {
        bottom: 20px;
    }

    .amen_card::after {
        height: 80%;
    }
}

@media (max-width: 576px) {
    .number_card .num {
        font-size: 1.5rem;
    }

    .number_card .card-body {
        padding: 10px 60px;
    }

    .sec_head {
        font-size: 1.75rem;
    }

    .unitplan_card .row {
        margin-top: 10px;
    }

    .unit-swiper-slide-action.swiper-sli-action .swiper-btn-next,
    .unit-swiper-slide-action.swiper-sli-action .swiper-btn-prev {
        width: 26px;
        height: 26px;
    }

    .tower_text {
        font-size: 1.5rem;
    }

    .number_card .text {
        font-size: 0.8rem;
    }

    .banner-info {
        right: 0px;
    }


    .club_card h3 {
        font-size: 1.15rem;
    }

    .location-list li {
        font-size: 0.9rem;
    }

    .loc_block {
        padding: 0 0 0 10px;
    }

    .video_img .play_icon img {
        padding: 8px;
        width: 80px;
    }

    .footer-text a {
        font-size: 0.9rem;
    }

    .footer-text p {
        gap: 10px !important;
        flex-wrap: wrap;
    }

    p,
    .num_text {
        font-size: 0.85rem;
    }

    .category-header {
        font-size: 1rem;
    }

    .banner-content-info>div {
        display: block;
    }

    .banner_content {
        bottom: 46px;
    }

    .location-list li::marker {
        font-size: 1rem;
    }
}