@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --bs-primary: #f5c45e;
    --bs-secondary: #181414;
    --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: #000;
    --bs-body-bg: #000000;
}

body {
    overflow-x: hidden;
    font-display: swap;
}

html {
    scroll-behavior: initial !important
}

img {
    max-width: 100%;
    height: auto
}

.section {
    padding: 60px 0
}

.sec_head {
    font-size: 2.75rem;
    margin-bottom: 0;
    color: #F9EEED;
    font-weight: 400;
    line-height: 1.1;
}

.sec_head span {
    color: var(--bs-primary);
    font-size: 3.125rem;
}

.btn {
    font-size: .875rem;
    padding: 8px 26px;
    border-radius: 20px;
}

.btn-primary {
    background-color: var(--bs-secondary);
    color: #fff;
    border-color: var(--bs-primary);
}

.btn-primary:hover,
.btn-primary:active {
    background-color: var(--bs-secondary);
    color: #fff;
    border-color: var(--bs-secondary)
}

.btn-outline-light {
    border-color: var(--bs-primary) !important;
}

.btn-outline-light:hover {
    background-color: var(--bs-secondary);
    color: #fff;
}

#header {
    width: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 33;
}

#header .header-wrap {
    padding: 15px 0;
}

#header .header-wrap .container-xl {
    position: relative;
}

#header .header-wrap .container-xl:after {
    content: '';
    width: calc(100% - 100px);
    height: 1px;
    background-color: #F9EEED;
    position: absolute;
    right: 12px;
    bottom: 12px;
}

#header .header-wrap .header-logo img {
    max-width: 64px;
}

#header .header-nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    grid-column-gap: 20px;
}

#header .header-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 1.3;
}

#header .header-nav li a {
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #F9EEED;
    text-decoration: none;
}


#header .header-nav li a:hover {
    color: var(--bs-primary);
}

#header .header-wrap .btn {
    min-width: 140px;
    padding: 5px 10px;
    line-height: 1.5;
    color: #ffffff;
    border-radius: 30px;
}
.banner-section {
    background-color: #eaeaea !important;
}
.banner-img  {
    overflow: hidden;
    padding-top: calc(1000 / 1920 * 100%);
}

.banner-img img {
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
}

.banner-content-row {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.banner-content .head {
    font-size: 2.25rem;
    color: #fff;
    font-weight: 400;
}

.banner-content .subhead {
    font-size: 1.25rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 8px;
}

.banner-content .subhead i {
    color: var(--bs-primary);
}

.banner-form-row {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.banner-form {
    padding: 15px 10px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    /* background-image: url(../images/form_bg.svg); */
}

.banner-form .form-group {
    margin-bottom: 13px;
}

input,
textarea,
select {
    border: 1px solid var(--theme-color) !important;
    box-shadow: none !important;
    background: transparent !important;
}

.banner-form .form-control,
.banner-form .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;
}

::placeholder {
    color: #ffffff !important;
}

.elevated_sec {
    background-image: url("../images/bg-2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 700px;
    display: flex;
    align-items: self-start;
}

.elevate_card {
    padding: 20px 0;
}

.elevate_card .heading {
    color: var(--bs-primary);
    font-size: 1.25rem;
    margin-bottom: 6px;
}

.elevate_card .text {
    color: #F9F6ED;
    font-size: 1rem;
}

.lifestyle_sec {
    background-color: #000;
    min-height: 700px;
    overflow: hidden;
}

.lifestyle_card {
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    background-color: transparent;
    position: relative;
}

.lifestyle_card .card-img-top {
    border-radius: 10px;
}

.lifestyle_card .card-body {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: var(--bs-primary);
    border-radius: 0 0 10px 10px;
    padding: 10px 0;
}

.lifestyle_card .card-title {
    font-size: 1rem;
}

.lifestyle_card:hover .card-body {
    background-color: #000;
    color: var(--bs-primary);
}

.swiper-slide {
    height: initial;
}

.life_img,
.life_img img {
    height: 100%;
    border-radius: 0;
}

.life_swiper {
    overflow: visible;
}

.zoom-icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.floorplan_sec {
    background-image: url("../images/bg-3.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.floorplan_sec .master_img {
    background-color: #000;
}

.loc_block {
    background-color: #343434fc;
    border-radius: 12px;
    border: 1px solid var(--bs-primary);
}

.Amenities_acc {
    padding: 30px;
}

.accordion-item {
    background-color: transparent;
    border: none;
}

.accordion-button {
    background-color: transparent;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid transparent;
    padding: 10px;
    color: var(--bs-primary);
    font-size: 1.25rem;
    font-weight: 400;
    border-radius: 0 !important;
}

.accordion-button:after {
    /* background-image: url(../images/plus.svg) !important; */
    z-index: 1;
    background-position: center;
    width: 16px;
    height: 16px;
    filter: invert(1);
}

.accordion-button:focus {
    border-color: transparent;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: var(--bs-primary);
    box-shadow: none;
}

.accordion-button:not(.collapsed):after {
    transform: rotate(-180deg);
    /* background-image: url(../images/minus.svg) !important; */
    width: 16px;
    z-index: 1;
    background-position: center;
}

.accordion-body {
    padding: 10px 0;
}

.accordion-body li {
    color: #fff;
}

.accordion-body li::marker {
    color: var(--bs-primary);
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 12px;
    box-shadow: none
}

.gallery_sec {
    background-image: url("../images/bg-4.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 60px 0 120px;
}

.gallery_swiper {
    overflow: visible;
}

.gallery_swiper .swiper-slide .life_img img {
    border-radius: 6px;
    height: auto;
}

.gallery_swiper .swiper-slide:nth-child(even) .life_img {
    margin-top: 100px;
}

.sec_head_sub {
    font-size: 1.75rem;
    color: var(--bs-primary);
    margin-bottom: 20px;
}

.accordion_faq .accordion-item {
    border: 1px solid var(--bs-primary);
    margin-bottom: 16px;
    border-radius: 12px;
    padding: 4px 16px;
}

.accordion_faq .accordion-body {
    color: #Fff;
}

.accordion_faq .accordion-button {
    font-size: 1.125rem;
}

.footer {
    border-top: 1px solid var(--bs-primary);
    border-bottom: 1px solid var(--bs-primary);
    padding: 30px 0 20px;
}

.footer-head {
    font-size: 1.5rem;
    margin-bottom: 12px;
}

.fixed_button {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 999;
    transform: translateY(-50%);
    rotate: 270deg;
    margin-right: -90px;
}
.form_popUp .modal-content {
    border: 1px solid var(--bs-primary);
    padding: 0px;
}
.form_popUp .btn-close {
    filter: invert(1);
}
.form_popUp .form-control, .form-check-input {
    color: #fff;
    margin-bottom: 16px;
    border: 1px solid  #fff !important;
}
@media (max-width: 1199px) {
    .sec_head {
        font-size: 2.5rem;
    }

    .sec_head span {
        font-size: 2.8rem;
    }

}

@media (max-width: 991px) {
    .banner-section {
        background-color: #080707 !important;
    }
    .section {
        padding: 40px 0;
    }

    .sec_head {
        font-size: 2.125rem;
    }

    .sec_head span {
        font-size: 2.5rem;
    }

    #header {
        position: sticky;
    }

    #header .header-wrap {
        padding: 8px 0;
        background-color: var(--bs-secondary);
    }

    #header .header-wrap .container-xl:after {
        display: none;
    }

    #header .header-wrap .container-xl .row {
        align-items: center;
    }

    #header .header-wrap .header-logo img {
        max-width: 50px;
    }

    #header .header-nav {
        margin-top: 40px;
    }

    #header .header-nav ul {
        flex-direction: column;
    }

    #header .header-wrap .container-xl {
        position: initial
    }

    .navbar-expand .navbar-nav {
        position: absolute;
        bottom: -32px;
        display: inline-flex;
        justify-content: space-around;
        width: 100%;
        left: 0;
        right: 0;
        white-space: nowrap;
        overflow: scroll;
        padding: 0 10px;
        background-color: #eaeaea
    }

    #header .header-nav li a {
        padding: 8px;
        font-size: 15px;
        border-bottom: none;
        color: #000;
    }

    
    #header .header-nav li a:hover {
        color: #000;
    }
    .banner-form-row {
        position: relative;
        transform: none;
        padding: 40px 0;
        /* background-color: var(--bs-primary); */
    }
    .banner-form {
        border: 1px solid #fff;
        padding: 20px;
    }
    .banner-content .head {
        font-size: 2rem;
    }

    .banner-content-row {
        position: absolute;
        top: 60px;
        transform: none;
    }

    .elevate_card {
        padding: 10px 0;
    }

    .lifestyle_card .card-img-top {
        height: 160px;
    }

    .Amenities_acc {
        padding: 8px 16px;
    }

    .accordion-button {
        font-size: 1.1rem;
    }

    .accordion-body {
        font-size: 0.9rem;
        padding: 0;
    }

    .map_img iframe {
        height: 360px;
    }
}

@media (max-width: 767px) {
    .navbar-expand .navbar-nav {
        bottom: -42px;
    }
    .banner-img img {
        height: 600px;
        object-fit: cover;
    }
    .banner-img {
       padding-top: calc(700 / 725 * 100%);
        position: relative;
        overflow: hidden;
    }


    .sec_head,
    .sec_head_sub {
        font-size: 1.8rem;
        margin-bottom: 8px;
    }

    .sec_head span {
        font-size: 2rem;
    }

    .fixed_button {
        position: fixed;
        top: auto;
        bottom: 0;
        z-index: 999;
        transform: none;
        rotate: none;
        margin-right: 0;
        width: 100%;
    }

    .fixed_button .btn {
        border-radius: 8px !important;
        width: 100%;
    }

    footer {
        padding: 0 0 40px;
    }
}

@media (max-width: 575px) {
    .banner-img {
       padding-top: calc(1077 / 725 * 100%);
    }
    .banner-content .head {
        font-size: 1.5rem;
    }

    .banner-content .subhead {
        font-size: 1rem;
    }

    .sec_head,
    .sec_head_sub {
        font-size: 1.5rem;
        margin-bottom: 8px;
    }

    .sec_head span {
        font-size: 1.8rem;
    }

    .lifestyle_card .card-img-top {
        height: 180px;
    }

    .testi_card iframe {
        height: 200px;
    }

    p {
        font-size: 0.9rem;
    }

    .footer-head {
        font-size: 1.25rem;
    }

    .footer-logo {
        width: 80px;
    }

    .master_img>img {
        height: 260px;
        width: 100%;
    }

    .zoom-icon img {
        width: 26px;
    }
    .elevate_card {
        padding: 0 0 6px;
    }
    .elevate_card .heading {
        margin-bottom: 0;
        font-size: 1rem;
    }
    .elevate_card .text {
        font-size: 0.9rem;
    }
    .elevated_sec {
        height: 800px;
    }
}

/* .swiper-button-next, .swiper-button-prev {
    padding: 12px;
    background-color: transparent;
    border-radius: 16px;
    border: 1px solid var(--bs-primary);
    width: 30px;
    height: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.swiper-button-next::after, .swiper-button-prev::after {
    color: var(--bs-primary);
    font-size: 12px;
    font-weight: 900;
} */
.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 1px solid var(--bs-primary);
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--bs-primary);
}
.bottom-action {
    position: fixed;
    bottom: 20px;
    left: 50%;
    width: auto;
    padding: 4px;
    background-color: var(--bs-secondary);
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    z-index: 3;
}
.bottom-action .btn {
    padding: 5px 15px;
    font-weight: normal;
    color: #F9EEED;
    font-size: 14px;
    border-radius: 30px;
    white-space: nowrap;
}