@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@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');

body {
    background: #000;
    color: #fff;
}

/* HEADER CSS STARTS */
header {
    position: fixed;
    width: 93%;
    left: 50%;
    top: 6px;
    z-index: 99;
    background-color: #ffffff;
    padding: 5px 0;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: translate(-50%);
    border-radius: 10px;
}

.newClass {
    background-color: #ffffff;
    box-shadow: 0 0 1px #000000;
    z-index: 999;
    border-radius: 10px;
}

.inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.logo {
    max-width: 125px;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

p.banner-inner.price-info {
    font-family: 'Lato-LightItalic';
    font-size: 25px;
}

.menu ul li a {
    color: #000000;
    text-decoration: none;
    font-size: 15px;
    padding: 0px 15px;
    text-transform: uppercase;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    letter-spacing: 1px;
    font-family: 'Montserrat';
}

.project-overview-section .know-more {
    text-align: left;
}

/* HEADER CSS ENDS */
.desktop-banner {
    display: block;
}

.tab-banner {
    display: none;
}

.mobile-banner {
    display: none;
}

.banner-section {
    position: relative;
    overflow: hidden;
}

.banner-section .container-fluid {
    padding: 0;
}

.banner-section::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(360deg, black, #00000085, transparent, transparent);
}

.banner-section-information {
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat';
}

.desktop-banner-information {
    width: 70%;
    margin: 0 auto;
    backdrop-filter: blur(40px);
    padding: 30px 0;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 2px solid #c2b229;
}

.configuration-inn {
    font-size: 21px;
    margin-bottom: 10px;
    color: #c2b229;
}

.configuration-fer {
    margin-bottom: 0;
}

.padding-space-extra {
    padding: 50px 0;
}

.price-section-information table {
    width: 100%;
}

.price-section-information table thead {
    background: #bcad29;
    text-align: center;
    color: #fff;
    font-family: 'Montserrat';
}

.price-section-information table thead tr th {
    padding: 10px 0;
}

.price-section-information table tbody {
    font-family: 'Montserrat';
    text-align: center;
}

.price-section-information table tbody tr td {
    padding: 10px 0;
    border: 1px solid #d3d3d3;
}

.section-title {
    font-family: 'Montserrat';
}

.price-section-information .section-title {
    text-align: center;
}

.gallerySwiper {
    width: 100%;
    padding-bottom: 50px;
}

.swiper-slide {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.4s;
    opacity: 0.3;
    /* transform: scale(0.85); */
}

.swiper-slide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

/* Active Slide Center */
.swiper-slide-active {
    opacity: 1;
    transform: scale(1);
}

/* Pagination Style */
.swiper-pagination-bullet {
    background: #999;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #8f8a8a;
    width: 25px;
    border-radius: 5px;
}

.gallery-section .section-title {
    text-align: center;
}

.bg-color {
    background: #bcad2963;
}

.project-btn {
    text-align: center;
}

.floor-section {
    text-align: center;
    font-family: 'Montserrat';
}

/* floor plan Details */
.floor-section .tabs {
    margin: 20px 0;
    display: flex;
    gap: 15px;
    justify-content: center;
}

.floor-section .tab-btn {
    padding: 10px 25px;
    border-radius: 30px;
    border: none;
    background: #afadad;
    cursor: pointer;
    font-size: 17px;
}

.floor-section .tab-btn.active {
    background: #bcad29;
    color: white;
}

.floor-section .cards-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 300px));
    gap: 25px;
    justify-content: center;
    /* 👈 ye important hai */
}

.floor-section .card {
    display: none;
    /* hide by default */
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.floor-section .card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    filter: blur(4px);
}

.floor-section .card h3 {
    padding: 12px;
    font-size: 19px;
    background: #bcad29;
    color: #000000;
    margin-bottom: 0;
}

.highlight-section-int p {
    color: #000;
    font-family: 'Montserrat';
    text-align: center;
}

.section-title {
    text-align: center;
}

.overview-section {
    font-family: 'Montserrat';
}

.more-text {
    display: none;
}

.read-more-btn {
    border: none;
    background: none;
    color: #bcad29;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
    transition: color 0.3s ease;
}

.read-more-btn:hover {
    color: #bcad29;
}

.overview-section-information p {
    text-align: justify;
    font-size: 14px;
}

.overview-img img {
    border-radius: 20% 30% 20% 30%;
    box-shadow: 0 0 3px #fff;
}

.location-information-points ul {
    font-family: 'Montserrat';
    padding-left: 10px;
}

.location-information-points ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #fff;
}

.location-information-innrert {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.location-information-innrert p {
    margin-bottom: 0;
}

.location-img img {
    border-radius: 25px;
}

.section-title h2 {
    font-size: 25px;
}

.amenities-swiper .swiper-slide {
    opacity: 1;
}

.amenities-info p {
    color: #000;
    margin-bottom: 0;
    text-align: center;
    padding: 5px 0;
    font-family: 'Montserrat';
}

.card-header {
    background: #bcad29;
    font-family: 'Montserrat';
}

.card-header h3 {
    font-size: 18px;
}

.card-body {
    color: #000;
    font-family: 'Montserrat';
}

.faq-section .card-header-title>a:after {
    content: "\f078";
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
    right: 10px;
}

.faq-section .card-header-title>a[aria-expanded="true"]:after {
    content: "\f077";
}

.faq-section-form {
    border: 1px dashed #fff;
    padding: 10px;
    border-radius: 5px;
}

.faq-section-form form .btn {
    width: 100%;
}

.footer-section-points {
    text-align: center;
    font-family: 'Montserrat';
}

.footer-outer {
    text-align: left;
}

.footer-group-row p {
    font-size: 20px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #fff;
}

.footer-points p {
    font-size: 20px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #fff;
}

.footer-points ul {
    padding-left: 6px;
    list-style: none;
}

.footer-points ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #fff;
}

.footer-points ul li a {
    color: #fff;
}

.footer-group-row ul {
    padding-left: 6px;
    list-style: none;
}

.footer-group-row ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #fff;
}

.footer-group-row ul li i {
    margin-right: 10px;
}

.footer-group-row ul li .btn {
    background: transparent;
    color: #fff;
    padding: 0;
}

.footer-inner {
    background: #bcad29;
    padding: 10px;
    border-radius: 10px;
}

.footer-inner h3 {
    font-size: 22px;
}

.footer-inner form .form-group {
    margin-bottom: 0;
}

.btn {
    background: #bcad29;
    color: #fff;
    font-family: 'Montserrat';
}

.submit-brochure {
    background: #000;
}

.enquire-outer {
    display: none;
}

footer {
    text-align: center;
    background: #e9e5df;
    color: #000;
    font-family: 'Montserrat';
}

.privacy-policy {
    margin-bottom: 0;
}

.privacy-policy a {
    color: #000;
    background: #bcad29;
    padding: 5px;
    border-radius: 5px;
}

.desktop-infor-banner {
    display: block;
}

.mobile-infor-banner {
    display: none;
}

.mobile-fer {
    display: none;
}

.auto-popup-right {
    color: #000;
    font-family: 'Montserrat';
}

.banner-section-information p i {
    color: #bcad29;
    font-size: 30px;
    animation: blink 1s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

@media only screen and (max-width: 1199px) {
    .menu ul li a {
        font-size: 13px;
        padding: 0px 10px;
    }

    .desktop-banner-information {
        width: 80%;
    }

    .banner-section-information h1 {
        font-size: 35px;
    }

    .banner-section-information p i {
        color: #bbab28;
        font-size: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .button_container {
        position: absolute;
        top: 50%;
        right: 0;
        height: 29px;
        width: 35px;
        cursor: pointer;
        z-index: 100;
        transition: opacity 0.25s ease;
        transform: translateY(-50%);
    }

    .button_container span {
        background: #071c35;
        border: none;
        height: 3px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.35s ease;
        cursor: pointer;
        border-radius: 31px;
    }

    .overlay {
        position: fixed;
        background: #fff;
        top: 62px;
        left: 0;
        width: 100%;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        max-height: 0;
        -webkit-transition: max-height .3s, -webkit-transform .3s;
        transition: max-height .3s, -webkit-transform .3s;
        -o-transition: max-height .3s, transform .3s;
        transition: max-height .3s, transform .3s;
        transition: max-height .3s, transform .3s, -webkit-transform .3s;
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        overflow: auto;
    }

    .overlay.open {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        max-height: 100vh;
    }

    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        width: 100%;
    }

    .overlay nav {
        text-align: center;
    }

    .overlay.open li {
        opacity: 1;
        border-bottom: 1px solid gray;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .button_container.active .bottom {
        transform: translateY(-11px) translateX(0) rotate(-45deg);
        background: #071c35;
    }

    .button_container.active .top {
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #071c35;
    }

    .button_container.active .middle {
        opacity: 0;
        background: #fff;
    }

    .button_container span:nth-of-type(2) {
        top: 11px;
        width: 61%;
        height: 3px;
        right: 0;
        left: auto;
    }

    .button_container span:nth-of-type(3) {
        top: 22px;
    }

    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: block;
    }

    .mobile-banner {
        display: none;
    }

    .desktop-banner-information {
        width: 90%;
        padding: 20px 0;
    }

    .banner-section-information h1 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        max-width: 660px;
    }

    .floor-section .cards-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(300px, 300px));
    }

    .floor-section .card h3 {
        font-size: 15px;
    }

    .overview-img img {
        margin-top: 20px;
    }

    .location-information-points .project-btn {
        text-align: left;
        margin-bottom: 10px;
    }

    .footer-inner form .form-group {
        margin-bottom: 10px;
    }

    .footer-group-row ul li {
        font-size: 14px;
    }

    .footer-group-row ul li .btn {
        font-size: 14px;
    }

    .footer-points ul li a {
        font-size: 14px;
    }

    .footer-group-row p {
        font-size: 18px;
    }

    .footer-points p {
        font-size: 18px;
    }

    .footer-inner h3 {
        font-size: 18px;
    }

    .footer-inner {
        padding: 20px;
    }

    .card-header h3 {
        font-size: 16px;
    }

    .card-body {
        font-size: 14px;
        padding: 10px 15px;
    }

    .configuration-inn {
        font-size: 19px;
    }
}

@media only screen and (max-width: 565px) {
    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }

    .enquire-outer {
        position: fixed;
        z-index: 99;
        bottom: 0;
        display: block;
        width: 100%;
        background: #10203e;
        box-shadow: 0 0 2px #8f8f8f;
        font-family: 'Montserrat';
    }

    .enquire-outer .btn {
        animation: none;
    }

    .enquire-outer ul {
        display: flex;
        align-items: center;
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
    }

    .enquire-outer ul li {
        width: 50%;
        background: #fefefe;
        padding: 5px 0;
        color: #000000;
        border-bottom: 1px solid #b4afaf;
        text-align: center;
    }

    .enquire-outer ul .call-now {
        background: #000;
        color: #fff;
    }

    .enquire-outer ul .call-now a {
        color: #fff;
        text-decoration: none;
    }

    .enquire-outer ul .call-now img {
        max-width: 28px;
    }

    .enquire-outer ul li img {
        max-width: 28px;
    }

    .enquire-outer ul li p {
        margin-bottom: 0;
        font-size: 14px;
    }

    .desktop-infor-banner {
        display: none;
    }

    .mobile-infor-banner {
        display: block;
        position: relative;
        text-align: center;
        font-family: 'Montserrat';
        width: 80%;
    }

    .mobile-fer {
        padding-top: 20px;
        display: block;
    }

    .in-border {
        margin-bottom: 5px;
        padding-bottom: 5px;
        border-bottom: 1px dashed;
    }

    .section-title h2 {
        font-size: 21px;
    }

    .floor-section .cards-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(400px, 300px));
    }

    .download-brochure-in {
        display: none;
    }

    .mobile-fer .banner-btn {
        text-align: center;
    }

    .floor-section .tab-btn {
        padding: 10px;
        font-size: 14px;
    }

    .section-title p {
        font-size: 14px;
    }

    .highlight-section-int p {
        font-size: 14px;
    }

    .overview-img img {
        border-radius: 5px;
    }

    p.disclaimer {
        font-size: 14px;
    }

    p.Rera {
        font-size: 14px;
    }

    .privacy-policy {
        margin-bottom: 30px;
        font-size: 15px;
    }

    .logo {
        max-width: 110px;
    }

    .price-section-information table tbody tr td {
        font-size: 13px;
    }

    .banner-section-information h1 {
        font-size: 26px;
        margin-bottom: 0;
    }

    .auto-popup-right h3 {
        font-size: 20px;
        margin-bottom: 0;
    }

    .ct-tag {
        font-size: 13px;
        padding-bottom: 10px;
    }

    .amenities-info .amenities-img img {
        height: 200px;
    }
}

@media only screen and (max-width: 430px) {
    .mobile-infor-banner {
        width: 90%;
    }

    .mobile-fer {
        padding-top: 5px;
    }

    .banner-section-information p {
        font-size: 14px;
    }

    .price-section-information table tbody tr td .enquire-now {
        font-size: 13px;
    }

    .price-section-information table thead tr th {
        font-size: 14px;
    }

}