@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: #FFF7E7;
    --bs-secondary: #00692E;
    --bs-body-font-family: "Mulish", sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #000;
    --bs-body-bg: #FFF7E7;
    /* "Montserrat", sans-serif; */
}

body {
    overflow-x: hidden
}

html {
    scroll-behavior: initial !important
}

img {
    max-width: 100%;
    height: auto
}

.section {
    padding: 60px 0
}

.navbar {
    border-radius: 12px;
    z-index: 99;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 0;
    backdrop-filter: blur(50px);
}

.navbar-nav .nav-link {
    color: #fff;
    font-weight: 400;
}

.navbar-nav .nav-link:hover {
    color: #EAAC4A;
}

.navbar-brand img {
    /* height: 40px; */
}

.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-secondary);
    color: #fff;
    border-color: var(--bs-secondary)
}

.form-control:focus,
.form-select:focus {
    border: 1px solid transparent;
    box-shadow: none
}

.banner-img::after {
    content: "";
    width: 100%;
    height: 30%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent, #000);
    pointer-events: none;
}

.banner_content {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
}
.banner-img img {
    height: 100vh;
}
.banner_head {
    display: grid;
    font-family: "the-seasons";
    font-size: 3.25rem;
    text-shadow: 1px 1px #19CB68;
}

.banner_head span {
    font-size: 2rem;
}

.banner-content-info {
    border-bottom: 1px solid #fff;
    width: fit-content;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
}

.banner-info {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotate(-90deg);
    translate: 90px -170px;
    color: #B5B5B5;
    font-weight: 700;
}
.banner-form-row {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    /* transform: translateY(-50%); */
}
.banner_form {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 13px 20px #0000000d;
}
.banner_form .form-group {
    margin-bottom: 12px;
}
::placeholder {
    color: #fff !important;
}
.form-group .form-control, .form-group .form-select {
    padding: 5px 10px;
    background-color: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid #F9EEED !important;
    border-radius: 0;
    font-size: 16px;
    color: #ffffff !important;
    box-shadow: none !important;
}
.concept_sec {
    background-image: url('../images/concept.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 800px;
}

.sec_head {
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 16px;
    padding-top: 20px;
    color: #000;
    display: flex;
    align-items: center;
    font-family: "the-seasons";
    position: relative;
    overflow: hidden;
}

.sec_head .line::after {
    content: "";
    background: #F5E3BE;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 26px;
}

.sec_head .line {
    content: "";
    background: #F5E3BE;
    width: 18px;
    height: 18px;
    margin-top: 12px;
    margin-left: 10px;
    display: block;
    border-radius: 30px;
}

.sec_head::before {
    content: "";
    background-image: url(../images/circle.svg);
    background-size: cover;
    background-position: center;
    /* background-color: #F5E3BE; */
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: -30px;
    margin-top: -40px;
}

.background_sec_color .sec_head .line {
    background: #0B7E3E;
}

.background_sec_color .sec_head .line::after {
    background: #0B7E3E;
}

.background_sec_color .sec_head::before {
    background-image: url(../images/circle_g.svg);
}

.concept_text {
    font-size: 1.125rem;
    color: #000;
    font-weight: 500;
}

.number_card {
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(0, 109, 49, 1) 44%, rgba(17, 28, 16, 0.94) 95%);
}

.number_card .num {
    font-size: 5rem;
    line-height: 1.2;
    font-family: "the-seasons";

}

.background_sec_color {
    background: linear-gradient(180deg, rgba(0, 109, 49, 1) 44%, rgba(17, 28, 16, 0.94) 95%);

}

.bg-1,
.bg-2 {
    width: 300px;
}

.bg-1 {
    left: -120px;
}

.bg-2 {
    right: -180px;
    height: 100px;
    bottom: 140px;
}

.bg-2 img {
    /* height: 60px; */
}

.num_text {
    color: var(--bs-secondary);
    font-size: 1.125rem;
}

.bg-3 {
    background-color: var(--bs-secondary);
    height: 40px;
    width: 100%;
    content: '';
    position: absolute;
    top: 156px;
    z-index: -1;
}

.amenities_swiper {
    overflow: visible;
}

.amen_card {
    border: none;
    border-radius: 10px 10px 40px 40px;
    background-color: #fff;
    box-shadow: 0px 4px 15px #00000041;
}

.amen_card .card-text {
    border-radius: 0px 0px 20px 20px;
    font-size: 1.1rem;
}

.swiper-slide {
    height: initial;
}

.clubhouse_sec {}

.club_card_img {
    border: 3px solid #097F3D;
    border-radius: 16px;
    height: 100%;
}

.club_card_img img {
    padding: 12px;
    object-fit: cover;
    height: 100%;
}

.testimonial_card {
    background-color: #C2D6BC;
}

.testimonial_card .card-body {
    padding: 2rem 3rem;
}

.testimonial_card .card-title {
    color: #0A391C;
    font-size: 1.75rem;
}

.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 #041624;
    opacity: 1;
}

.swiper-sli-action .swipe-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #041624;
}

.masterplan_img {
    border: 3px solid #EFDCB5;
    border-radius: 16px;
}

.masterplan_img img {
    padding: 12px;
}

.unitplan_swiper {
    padding: 0 30px;
}

.unitplan_img {
    border: 3px solid #097F3D;
    border-radius: 16px;
    margin: 0 16px;
}

.unitplan_img img {
    padding: 12px;
}

.unit-swiper-slide-action.swiper-sli-action {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    justify-content: space-between;
}

.unit-swiper-slide-action.swiper-sli-action .swiper-btn-next,
.unit-swiper-slide-action.swiper-sli-action .swiper-btn-prev {
    filter: invert(1);
}

.category-header {
    font-size: 1.5rem;
    font-weight: 600;
}

.time {
    font-weight: 600;
}

.location-list {
    margin-bottom: 10px;
}

.location-list li::marker {
    color: var(--bs-secondary);
}

.gallery_swiper {
    overflow: visible;
}

.gallery_img {
    border: 3px solid #097F3D;
    border-radius: 16px;
}

.gallery_img img {
    padding: 12px;
}

.video_img {
    border: 3px solid #EFDCB5;
    border-radius: 16px;
    position: relative;
}

.video_img img {
    padding: 16px;
    border-radius: 30px;
}

.play_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer {
    padding: 30px 0 70px;
}

.footer-text a {
    font-size: 1.125rem;
}

.footer .footer-social ul {
    margin: 0;
    padding: 0;
    display: flex;
    grid-gap: 12px;
}

.footer-social p {
    color: #006D31;
    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: 30px;
    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: 30px;
    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;
}
@media (max-width: 1199px) {
    .banner_head {
        font-size: 3rem;
    }

    .section {
        padding: 40px 0 30px;
    }

    .number_card .num {
        font-size: 4rem;
    }

    .sec_head {
        font-size: 3rem;
    }

    .sec_head .line::after {
        bottom: 20px;
    }

    .sec_head::before {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin-right: -26px;
        margin-top: -16px;
    }

    .bg-3 {
        top: 130px;
    }
}

@media (max-width: 991px) {
    .banner_head {
        font-size: 2.75rem;
    }

    .banner-content-info {
        margin: auto;
    }

    .banner-img img {
        height: 500px;
        object-fit: cover;
    }
    .banner-form-row {
        position: relative;
        transform: none;
        margin-top: 20px;
        bottom: 0;
    }
    .section {
        padding: 20px 0;
    }

    .sec_head {
        font-size: 2.5rem;
    }

    .sec_head .line::after {
        bottom: 16px;
    }

    .bg-3 {
        top: 100px;
    }

    .amen_card .card-title {
        font-size: 1.35rem;
    }

    .testimonial_card .card-body {
        padding: 2rem;
    }

}

@media (max-width: 767px) {
    .navbar-brand img {
        width: 120px;
    }

    .navbar-nav .nav-link {
        padding: 0 0 0 8px;
    }

    .sec_head::before {
        width: 40px;
        height: 40px;
        margin-right: -20px;
        margin-top: -20px;
    }

    .banner_head {
        font-size: 2.5rem;
    }

    .banner-content-info {
        font-size: 1.15rem;
    }

    .banner-img img {
        height: 660px;
    }

    .number_card .num {
        font-size: 3rem;
    }

    .sec_head {
        justify-content: center;
    }

    .bg-3 {
        top: 90px;
    }

    .testimonial_card .card-body {
        padding: 1rem;
    }

    .testimonial_card .card-title {
        font-size: 1.35rem;
    }

    .club_card {
        text-align: center;
    }

    .masterplan_sec .row {
        flex-direction: column-reverse;
    }

    .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%;
    }
}

@media (max-width: 576px) {
    .number_card .num {
        font-size: 2rem;
    }

    .number_card .card-body {
        padding: 10px 6opx;
    }

    .number_card .text {
        font-size: 0.8rem;
    }

    .banner_head {
        font-size: 2rem;
    }

    .banner_head span {
        font-size: 1.5rem;
    }

    .banner-info {
        right: -10px;
    }

    .bg-3 {
        top: 76px;
    }

    .amen_card img {
        height: 260px;
        object-fit: cover;
    }

    .amen_card .card-title {
        font-size: 1.15rem;
    }

    .amen_card .card-text {
        font-size: 0.85rem;
        padding: 8px !important;
    }

    .club_card h3 {
        font-size: 1.15rem;
    }

    .location-list {
        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: 2px !important;
    }

    .sec_head {
        margin-bottom: 10px;
        padding-top: 10px;
        font-size: 2.125rem;
    }

    p,
    .num_text {
        font-size: 0.85rem;
    }
    .testimonial_card .card-title {
        font-size: 1rem;
    }
}