@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=Cinzel:wght@400..900&display=swap');

@font-face {
    font-family: 'winner sans';
    src: url(../font/winner\ sans.ttf) format('truetype');
}

body {
    font-family: "Montserrat", sans-serif;
}

/* HEADER CSS STARTS */
header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: #000000a1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 10px 0;
}

.newClass {
    background-color: #000000a1;
    box-shadow: 0 0 5px gray;
    z-index: 999;
}

.inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.logo {
    max-width: 128px;
    filter: invert(1);
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    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;
}

.menu ul li {
    margin-right: 10px;
}

.menu ul li:hover a {
    color: #fff;
}

.project-overview-section .know-more {
    text-align: left;
}

.contact-number {
    display: flex;
}

.contact-number a {
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    padding: 10px 15px;
    /* -moz--webkit-transition: all 0.5s ease; */
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.responsiv-mobile {
    display: none;
}

/* HEADER CSS ENDS */
.banner-section {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.banner-section .container-fluid {
    padding: 0;
}

.banner-section-img {
    height: 100vh;
}

.banner-section-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-section-infromation {
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 9;
    content: "";
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.project-title-info {
    font-family: "Montserrat", sans-serif;
    font-size: 58px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #d2bc88;
    text-transform: uppercase;
}

.project-int {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.banner-info-img {
    position: absolute;
    bottom: 0%;
    left: 50%;
    z-index: 9;
    content: "";
    width: 90%;
    text-align: center;
    height: 37vh;
    transform: translate(-50%);
}


.banner-info-img img {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg-color {
    background: #000;
}

.padding-space-extra {
    padding: 70px 0;
}

.section-title h2 {
    font-family: 'Cinzel';
    font-size: 34px;
    background: linear-gradient(90deg, #765521 0%, #c9a065 72%, #ad8753 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.price-section-infromation .section-title {
    text-align: Center;
}

.section-title p {
    font-family: 'Montserrat';
    letter-spacing: 1px;
    font-size: 14px;
}

.price-section-infromation {
    width: 85%;
    margin: 0 auto;
}

.project-information {
    background: #dadbdb;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 3px #8b8b8b;
}

.project-title {
    background: #a07721;
    padding: 10px 0;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}

.project-title p {
    font-size: 20px;
    margin-bottom: 0;
}

.project-size {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #4c4b4b;
}

.project-size p {
    margin-bottom: 0;
    font-size: 17px;
}

.enquire-btn {
    background: transparent;
    width: 80%;
    border-radius: 5px;
    position: relative;
    text-align: left;
    z-index: 9;
    /* overflow: hidden; */
    transition: all 0.3s ease;
}

.enquire-btn::before {
    position: absolute;
    top: -5px;
    left: 0;
    width: 50px;
    height: 50px;
    background: #a07721;
    content: "";
    border-radius: 100%;
    z-index: -1;
    transition: all 0.3s ease;
}

.enquire-btn:hover {
    background: #a07721;
    color: #fff;
    text-align: center;
}

.enquire-btn:hover::before {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
}

.infromation-project {
    background: #a07721;
    color: #fff;
}

.infromation-project .project-title {
    background: #fff;
    color: #000;
}

.infromation-project .project-size {
    border-bottom: 1px dashed #fff;
}

.infromation-project .enquire-btn {
    background: transparent;
    width: 80%;
    border-radius: 5px;
    position: relative;
    text-align: left;
    z-index: 9;
    /* overflow: hidden; */
    transition: all 0.3s ease;
}

.infromation-project .enquire-btn::before {
    position: absolute;
    top: -5px;
    left: 0;
    width: 50px;
    height: 50px;
    background: #fff;
    content: "";
    border-radius: 100%;
    z-index: -1;
    transition: all 0.3s ease;
}

.infromation-project .enquire-btn:hover::before {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    background: #fff !important;
}

.infromation-project .enquire-btn:hover {
    background: #fff !important;
    color: #000 !important;
    text-align: center;
}

.gallery-secton-infromation .section-title {
    text-align: Center;
    margin-bottom: 40px;
}

.swiper-button-next,
.swiper-button-prev {
    background: linear-gradient(90deg, #765521 0%, #c9a065 72%, #ad8753 0%);
    padding: 20px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 20px;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    color: #fff;
}

.overview-section-infromation {
    width: 85%;
    margin: 0 auto;
}

.overview-information .section-title h2 {
    border-left: 4px solid #b78722;
    padding-left: 5px;
}

.overview-information p {
    font-size: 14px;
}

.overview-section {
    position: relative;
    overflow: hidden;
}

/* Custom Scrollbar (Chrome, Edge, Safari) */
.more-text::-webkit-scrollbar {
    width: 6px;
}

.more-text::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.more-text::-webkit-scrollbar-thumb {
    background: #b78722;
    border-radius: 10px;
}

.more-text::-webkit-scrollbar-thumb:hover {
    background: #b78722;
}

.read-more-btn {
    border: none;
    background: 0 0;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    transition: color 0.3s;
}

.more-text {
    display: none;
    max-height: 150px;
    overflow-y: auto;
    padding-right: 10px;
    margin-top: 15px;
}
.more-text ul {
    color: #b8b8b8;
}
.information-inter {
    background: linear-gradient(90deg, #765521 0%, #c9a065 72%, #ad8753 0%);
    padding: 16px;
    margin-bottom: 10px;
    color: #fff;
    border-radius: 10px;
}

p.inter-inn {
    margin-bottom: 0;
    font-size: 24px;
    font-family: 'winner sans';
    letter-spacing: 2px;
    text-align: right;
}

p.inter-in {
    margin-bottom: 0;
}

.floor-plan-section {
    position: relative;
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
    background: url(../images/walkthrough-video.webp) center center / cover no-repeat fixed;
    background-position: center center;
    overflow: hidden;
}

.floor-tabs {
    display: flex;
    gap: 15px;
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid #e9c16a;
    justify-content: space-between;
    align-items: center;
}

.floor-tab {
    padding: 12px 35px;
    background: #f3f3f3;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.floor-tab:hover {
    background: linear-gradient(90deg, #765521 0%, #c9a065 72%, #ad8753 0%);
    color: #000;
    text-decoration: none;
}

.floor-tab:not(.collapsed),
.floor-tab.active {
    background: linear-gradient(90deg, #765521 0%, #c9a065 72%, #ad8753 0%);
    color: #000;
}

.collapse img {
    width: 100%;
    border-radius: 10px;
}

.floor-plan-inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.floor-plan-img {
    max-width: 370px;
    border-radius: 20px;
}

.floor-plan-img img {
    border-radius: 20px;
    margin-bottom: 20px;
}

.floor-plan-in {
    width: 100%;
    text-align: center;
}

.floor-plan-in h3 {
    font-family: 'Poppins';
    text-transform: uppercase;
    letter-spacing: 1px;
}

.floor-plan-in p {
    letter-spacing: 1px;
}

.floor-plan-information-section .section-title {
    text-align: center;
    color: #000;
    margin-bottom: 30px;
}

.floor-plan-inner .btn {
    background: linear-gradient(90deg, #765521 0%, #c9a065 72%, #ad8753 0%);
    color: #000;
}

.highlight-section-information .section-title {
    text-align: center;
}

.highlight-information-inte p {
    background: linear-gradient(90deg, #765521 0%, #c9a065 72%, #ad8753 0%);
    color: #fff;
    font-size: 14px;
    padding: 10px;
}

.highlight-img {
    margin-bottom: 20px;
}

.price-list-info {
    text-align: Center;
}

.price_small_section p {
    color: #b78722;
    margin-bottom: 10px;
}

.price_small_section h3 {
    font-size: 23px;
    font-family: 'winner sans';
    letter-spacing: 1px;
}

.price-list-info table tr {
    border-bottom: 1px solid #000;
}

.bg-color .section-title p {
    color: #b8b8b8;
}

.informa-inter {
    color: #fff;
    background: #000;
}

.about-section-section {
    width: 85%;
    margin: 0 auto;
}

.about-section-section p {
    color: #b8b8b8;
}

.about-section-section .read-more-btn {
    color: #fff;
}

.about-developer-img {
    max-width: 402px;
}

.about-developer-img img {
    border-radius: 10px;
}

.location-inform {
    padding: 20px 20px 10px 20px;
    border-radius: 10px;
    box-shadow: 0 0 3px #fff;
    color: #d2d2d2;
}

.location-inform ul {
    padding-left: 0px;
    list-style: none;
}

.inform-location {
    font-size: 25px;
    margin-bottom: 15px;
    font-family: 'winner sans';
    letter-spacing: 3px;
    color: #b78722;
}

.location-inform ul li {
    margin-bottom: 10px;
    letter-spacing: 1px;
    padding-bottom: 10px;
}

.location-inn b {
    font-weight: 300;
    font-size: 13px;
}

.location-inn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.location-inn p {
    margin-bottom: 0;
    font-size: 14px;
}

.location-section-infromation {
    width: 85%;
    margin: 0 auto;
}

.location-img img {
    border-radius: 10px;
    box-shadow: 0 0 3px #000;
}

.desktop-banner {
    display: block;
}

.tab-banner {
    display: none;
}

.mobile-banner {
    display: none;
}

.amenities-img {
    filter: invert(1);
    max-width: 85px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.amenities-info p {
    color: #fff;
    margin-bottom: 0;
}

.amenities-info {
    text-align: center;
    border: 1px solid;
    padding: 10px;
}

.amnenities-section-infromation .section-title {
    text-align: center;
    margin-bottom: 30px;
}

.footer-section-points {
    width: 90%;
    margin: 0 auto;
    color: #c0c0c0;
}

.footer-inner h3 {
    text-align: Center;
    font-family: 'Montserrat';
    letter-spacing: 0px;
    font-size: 19px;
}

.footer-group-row p,
.footer-points p {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #9a9797;
    font-size: 20px;
}

.footer-group-row ul {
    padding-left: 10px;
    list-style: none;
}

.footer-group-row ul li,
.footer-points ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.footer-points ul li a {
    color: #9a9797;
}

.side-enquire-now {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 99;
    writing-mode: vertical-rl;
}
.btn{
    color: #212121;
    font-size: 13px;
    font-style: normal;
    line-height: normal;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 25px;
    background: linear-gradient(90deg, #feebc3 0%, #ae8753 72%);
    border-radius: 0;
}
.side-enquire-now .btn {
    padding: 20px 5px;
    border-radius: 18px;
    background: #000;
    color: #fff;
    font-size: 16px;
    margin-right: 0;
    border: 1px solid #d2bc88;
}

.enquire-outer {
    display: none;
}
.project-btn{
    text-align:Center;
    margin-top:20px;
}
.faq-div .card {
    margin-bottom: 10px;
}

.pulse {
    animation: pulseGlow 1.5s infinite;
}

.shake {
    animation: shakeeGlow 1.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes pulseGlow {
    0% {
        transform: scale(1);
        filter: drop-shadow(0 0 0px #dbdbdb);
    }

    50% {
        transform: scale(1.1);
        filter: drop-shadow(0 0 8px #dbdbdb);
    }

    100% {
        transform: scale(1);
        filter: drop-shadow(0 0 0px #dbdbdb);
    }
}

@keyframes shakeeGlow {
    0% {
        transform: rotate(0deg);
        filter: drop-shadow(0 0 0px #dbdbdb);
    }

    25% {
        transform: rotate(10deg);
        filter: drop-shadow(0 0 4px #dbdbdb);
    }

    50% {
        transform: rotate(-10deg);
        filter: drop-shadow(0 0 8px #dbdbdb);
    }

    75% {
        transform: rotate(10deg);
        filter: drop-shadow(0 0 4px #dbdbdb);
    }

    100% {
        transform: rotate(0deg);
        filter: drop-shadow(0 0 0px #dbdbdb);
    }
}

.auto-popup-right h3 {
    font-size: 24px;
}

.side-enquire-inn {
    position: fixed;
    bottom: 15px;
    left: 10px;
    width: 90px;
    height: 90px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 3px #000;
    border-radius: 100%;
    padding: 10px;
    z-index: 99;
}

.footer-privacy {
    text-align: center;
}

.card {
    border: none;
    border-radius: 0;
    width: 100%;
    background: transparent;
    color: #9f9f9f;
}

.card:last-child {
    border-bottom: none;
}

.card-header {
    cursor: pointer;
    padding: 15px 20px;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    border-bottom: 1px solid #4b4b4b;
}

.card-header h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    word-wrap: break-word;
    /* Prevent long text overflow */
}

.faq-section-information .btn-link {
    text-decoration: none;
    color: #242424;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    background: transparent;
    border: none;
    white-space: normal;
    text-align: left;
    font-size: 17px;
}

.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
    color: #242424;
}

.icon {
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    transition: transform 0.3s;
    flex-shrink: 0;
    /* Keep icon from squeezing text */
}

.icon.plus::before {
    content: "+";
}

.icon.minus::before {
    content: "–";
}

/* faq end */
.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
    color: #242424;
}

.faq-title {
    text-align: center;
    font-family: 'Poppins';
}

.faq-title h2 {
    font-size: 40px;
    color: #000;
    font-weight: 200;
}

.faq-section-information {
    width: 90%;
    margin: 0 auto;
}

.faq-section-information .section-title {
    text-align: center;
}

.card-body {
    color: #242424;
}

.footer-inner form .form-group {
    margin-bottom: 0;
}

.footer-section-points hr {
    border-top: 1px dashed;
}

.banner-section::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #0000008f, #00000080, #00000000, transparent);
}

.banner-section-information {
    position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translate(-50%);
    width: 84%;
    text-align: center;
}

.banner-section-information h1 {
    background: linear-gradient(90deg, #fffaf2 0%, #c9a065 72%, #ad8753 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Cinzel", serif;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 0;
    width: fit-content;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 15px;
}

.banner-section-information p {
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
}

.banner-section-information p b {
    background: linear-gradient(90deg, #fffaf2 0%, #c9a065 72%, #ad8753 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
}

.banner_g_lineL {
    background: linear-gradient(90deg, rgba(232, 216, 172, 0) 0%, rgb(232 216 172 / 37%) 50%, rgba(232, 216, 172, 1) 100%);
    height: 1px;
    width: 150px;
    position: relative;
}

.banner_g_lineR {
    background: linear-gradient(90deg, rgb(232 216 172) 0%, rgb(232 216 172 / 37%) 50%, rgb(232 216 172 / 0%) 100%);
    height: 1px;
    width: 150px;
    position: relative;
}

.banner_g_lineL::before {
    content: " ";
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%) rotate(46deg);
    width: 5px;
    height: 5px;
    background: rgb(232 216 172);
    /* transform: rotate(46deg); */
}

.banner_g_lineR::before {
    content: " ";
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%) rotate(46deg);
    width: 5px;
    height: 5px;
    background: rgb(232 216 172);
    /* transform: rotate(46deg); */
}

.g-line {
    position: relative;
}

.g-line::before {
    content: "";
    width: 1px;
    height: 60px;
    background: linear-gradient(180deg, rgba(232, 216, 172, 0) 0%, rgba(232, 216, 172, 1) 55%, rgba(232, 216, 172, 0.06) 100%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 99;
}

.g-line::after {
    content: "";
    width: 1px;
    height: 60px;
    background: linear-gradient(180deg, rgba(232, 216, 172, 0) 0%, rgba(232, 216, 172, 1) 55%, rgba(232, 216, 172, 0.06) 100%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 99;
}

.banner-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0px 0 0 0;
    /* width: 100%; */
    cursor: pointer;
    margin-bottom: 8px;
    margin-top: 20px;
}

.banner-btn .btn {
    color: #212121;
    font-size: 13px;
    font-style: normal;
    line-height: normal;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 25px;
    background: linear-gradient(90deg, #feebc3 0%, #ae8753 72%);
    border-radius: 0;
}

.sales-manager {
    margin-left: 10px;
}

@media only screen and (max-width: 1295px) {
    .banner-section-information {
        width: 95%;
    }

}

@media only screen and (max-width: 1199px) {
    .section-title h2 {
        font-size: 33px;
    }

    .banner-section-information {
        width: 100%;
    }

    .menu ul li a {
        padding: 0px 8px;
    }

    .price-section-infromation {
        width: 90%;
    }

    .overview-section-infromation {
        width: 90%;
    }

    .about-section-section p {
        font-size: 14px;
    }

    .location-section-infromation {
        width: 90%;
    }

    .faq-section-information {
        width: 95%;
    }

    .banner-section-information p {
        font-size: 16px;
    }

    .banner-section-information p b {
        font-size: 28px;
    }
}

@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: #aa9a6f;
        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: #151414;
        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: #aa9a6f;
    }

    .button_container.active .top {
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #aa9a6f;
    }

    .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;
    }

    .g-line::before {
        display: none;
    }

    .padding-space-extra {
        padding: 55px 0;
    }

    .about-section-section {
        width: 95%;
    }

    .location-section-infromation {
        width: 100%;
    }

    .amenities-img {
        max-width: 61px;
    }

    .section-title h2 {
        font-size: 26px;
    }

    .card-body {
        color: #242424;
        font-size: 14px;
    }

    p.inter-inn {
        font-size: 20px;
    }

    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: block;
    }

    .mobile-banner {
        display: none;
    }

    header {
        background-color: #000000;
    }

    .newClass {
        background-color: #000000;
    }

    .banner-section {
        margin-top: 54px;
    }
}

@media only screen and (max-width: 767px) {
    .price-section-infromation {
        width: 100%;
    }

    .section-title h2 {
        font-size: 31px;
    }

    .footer-inner form .form-group {
        margin-bottom: 15px;
    }

    .location-information-section {
        margin-bottom: 20px;
    }

    .banner-section-information h1 {
        font-size: 31px;
    }

    .banner-btn .btn {
        font-size: 12px;
    }

    .about-developer-img {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 575px) {
    .banner-section-information h1 {
        gap: 7px;
    }

    .banner-section-information p {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .banner-btn {
        margin-bottom: 0;
        margin-top: 5px;
    }

    .banner-section-information {
        bottom: 2%;
    }

    .banner-section::before {
        background: linear-gradient(0deg, #000000cf, #000000a1, #0000000f, transparent);
    }

    .floor-tabs {
        width: 90%;
    }

    .floor-tab {
        padding: 12px 15px;
    }

    .floor-plan-information-section {
        padding: 50px 20px;
    }

    .section-title h2 {
        font-size: 28px;
    }

    .faq-section-information {
        width: 100%;
    }

    .banner_g_lineL {
        width: 70px;
    }

    .banner_g_lineR {
        width: 70px;
    }

    .banner-btn .btn {
        padding: 10px 13px;
    }

    .overview-information p {
        text-align: justify;
        font-size: 13px;
    }

    .about-section-section p {
        font-size: 13px;
        text-align: justify;
    }

    .inform-location {
        font-size: 21px;
    }

    .location-inn p {
        font-size: 13px;
    }

    .faq-section-information .btn-link {
        font-size: 14px;
    }

    .side-enquire-now .btn {
        font-size: 14px;
    }
    .price-list-info {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .price-list-info table {
        min-width: 650px;
    }
}

@media only screen and (max-width: 461px) {
    .section-title h2 {
        font-size: 23px;
    }

    .banner-btn .btn {
        font-size: 10px;
    }

    .banner-section-information p b {
        font-size: 24px;
    }

    .banner-section-information p {
        font-size: 15px;
    }

    .g-line::after {
        display: none;
    }

    .price_small_section h3 {
        font-size: 20px;
    }

    .price_small_section p {
        font-size: 14px;
    }

    .section-title p {
        font-size: 12px;
    }

    .floor-tab {
        font-size: 14px;
    }

    .footer-group-row p,
    .footer-points p {
        font-size: 16px;
    }

    p.footer-disclaimer {
        font-size: 13px;
    }
}

@media only screen and (max-width: 410px) {
    .banner-section-information h1 {
        font-size: 29px;
    }

    p.inter-inn {
        font-size: 18px;
    }

    p.inter-in {
        font-size: 14px;
    }

    .highlight-information-inte p {
        font-size: 12px;
    }
}