@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed: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');
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates: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');

@font-face {
    font-family: 'Orpheus Pro';
    src: url(../font/Orpheus\ Pro.woff) format('woff'),
        url(../font/Orpheus\ Pro.woff2) format('woff2');
}

@font-face {
    font-family: 'cinzel.regular';
    src: url(../font/cinzel.regular.woff) format('woff'),
        url(../font/cinzel.regular.woff2) format('woff2');
}

@font-face {
    font-family: 'OPTIMA';
    src: url(../font/OPTIMA.TTF) format('truetype');
}

/* HEADER CSS STARTS */
header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 10px 0;
}

.newClass {
    background-color: #fff;
    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: 105px;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu ul li a {
    color: #232323;
    text-decoration: none;
    font-size: 17px;
    padding: 0px 6px;
    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 Alternates';
    font-weight: 500;
}

.menu ul li {
    margin-right: 0px;
}

.menu ul li:hover {
    background: #10203f;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

.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;
}

.banner-section .container-fluid {
    padding: 0;
}

.banner-section-information {
    font-family: "Barlow Condensed", sans-serif;
    position: absolute;
    top: 27%;
    left: 20%;
    z-index: 9;
    content: "";
    color: #fff;
    transform: translate(-50%);
    text-align: left;
}

.banner-section::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000000c2, #0000008c, transparent, transparent);
    content: "";
    z-index: 9;
}

p.configuration {
    font-size: 24px;
    font-family: 'Montserrat Alternates';
    background: linear-gradient(45deg, #e8c183d9, #ffffffb0, #e8c18375);
    padding: 10px;
    color: #000;
    margin-bottom: 15px;
}

.banner-section-information h1 {
    font-size: 50px;
    color: #ffffff;
    font-family: 'Montserrat Alternates';
    margin-bottom: 0;
    font-weight: 500;
    text-transform: uppercase;
}

.banner-section-information h1 b {
    color: #E8C183;
}

p.configuration-banner {
    font-family: "Barlow Condensed", sans-serif !important;
    margin-bottom: 5px;
    font-size: 37px;
    text-transform: uppercase;
}

.banner-location {
    font-size: 20px;
    color: #E8C183;
    margin-bottom: 10px;
    font-family: 'Montserrat Alternates';
}

p.configuration-point {
    font-size: 35px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

p.starting-price-banner {
    font-size: 27px;
    margin-bottom: 0;
    background: linear-gradient(90deg, transparent, #E8C183, transparent);
    color: #000;
}

.starting-price-banner b {
    font-size: 39px;
}

.banner-informat {
    font-family: "Barlow Condensed", sans-serif;
    position: absolute;
    bottom: 2%;
    left: 50%;
    z-index: 9;
    content: "";
    color: #fff;
    display: flex;
    justify-content: space-between;
    width: 67%;
    transform: translate(-50%);
    background: #3b6456;
    padding: 20px;
    outline: 1px dotted #fff;
    outline-offset: -4px;
}

.locaion-name,
.configuration-name,
.banner-starting-price {
    margin-bottom: 0;
    font-size: 25px;
}

.location-ferter,
.configuration-ferter,
.banner-price-fer {
    font-size: 27px;
    margin-bottom: 0;
}

.padding-space-extra {
    padding: 50px 0;
    font-family: "Montserrat Alternates", sans-serif;
}

.section-title {
    text-align: center;
    font-family: "Montserrat Alternates", sans-serif;
    color: #000;
}

.section-title h2 {
    font-size: 30px;
    font-family: "Montserrat Alternates", sans-serif;
    color: #10203e;
    text-transform: uppercase;
}

.location-section-info ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #000;
}

.location-section-info ul li p {
    margin-bottom: 0;
}

.configuration-section-info {
    background: #020717;
    color: #fff;
    padding: 20px;
    box-shadow: 0 0 3px #000;
}

.configuration-box {
    text-align: center;
    font-family: "Montserrat Alternates", sans-serif;
}

.configuration-box h2 {
    font-size: 21px;
}

.configuration-box p {
    font-size: 25px;
    margin-bottom: 0;
    color: #E8C183;
}

.floor-plan-img {
    filter: blur(10px);
}

.section-title p {
    font-size: 19px;
}

.gallery-img img {
    box-shadow: 0 0 3px #fff;
}

.highlight-section {

    position: relative;
    overflow: hidden;
}

.bg-color {
    background: #10203f;
}

.bg-color .section-title {
    color: #ffffff;
}

.highlight-section-infer .section-title {
    text-align: left;
}

.highlight-section-infer .section-title h2 {
    font-size: 32px;
}

.highlight-section-infer .section-title p {
    font-size: 20px;
}

.highlight-section-infer ul {
    list-style: none;
    padding-left: 0px;
    text-align: left;
}

.highlight-section-infer ul li {
    font-size: 19px;
    border-bottom: 1px dotted #000;
}

.highlight-section-imgs {
    padding: 10px;
    border: 2px dashed #020717;
}

.bg-color .section-title h2 {
    color: #fff;
}

.overview-section-information .section-title p {
    text-align: center;
}

.high-point .project-btn {
    margin-bottom: 20px;
    text-align: left;
}

.high-point .project-btn .btn {
    background: #e8c183;
    color: #000000;
}

.project-section-info {
    text-align: center;
    padding: 10px;
    border: 3px solid #385f51;
    box-shadow: 0 0 3px #1a1919;
}

.apartment {
    margin-bottom: 10px;
}

.apartment p {
    font-size: 26px;
    margin-bottom: 0;
    background: #385f51;
    color: #fff;
}

.project-size-name {
    font-size: 20px;
    margin-bottom: 5px;
}

.project-size-point {
    font-size: 26px;
    margin-bottom: 0;
}

.project-size {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #000000;
}

.price-section-info hr {
    border-top: 1px solid #E8C183;
}

.price-section-info {
    color: #000000;
    text-align: center;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 3px #737171;
}

.price-type {
    background: #E8C183;
    color: #000;
    margin-bottom: 10px;
}

.price-type p {
    margin-bottom: 0;
    font-size: 30px;
    background: #10203e;
    color: #ffffff;
}

.project-price-sect {
    font-size: 20px;
    margin-bottom: 0px;
}

.project-price-sert {
    font-size: 29px;
}

.project-price-sert b {
    color: #E8C183;
}

.project-size p {
    font-size: 19px;
    margin-bottom: 5px;
}

.project-price-lister {
    font-size: 20px;
    margin-bottom: 5px;
}

.project-price-list-fer {
    font-size: 26px;
    margin-bottom: 0;
}

.project-price-list {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #385f51;
}

.banner-btn .btn {
    font-size: 17px;
    background: #E8C183;
    color: #000;
}

.btn {
    font-size: 16px;
    background: #10203e;
    color: #ffffff;
    border-radius: 0;
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 3px #ffffff3b;
    font-family: 'Montserrat Alternates';
}

.modal-content {
    font-family: 'Montserrat Alternates';
}

.enquire-outer-desktop .btn {
    font-size: 20px;
    background: #E8C183;
    color: #000000;
    border-radius: 0;
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 3px #fff;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 20px #1f534e1c;
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 20px #1f534e1c;
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 20px #1f534e1c;
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 20px #1f534e1c;
    }
}

.overview-section-information p {
    font-size: 20px;
    text-align: justify;
}

.overview-section-information {
    text-align: center;
}

.overview-section-information p {
    font-size: 17px;
    text-align: justify;
    color: #000000;
}

.overview-section-img {
    position: relative;
    z-index: 9;
}

.overview-section-img img {
    position: relative;
    z-index: 9;
}

.overview-section-img img {
    box-shadow: 0 0 3px #000000;
    border-radius: 10px;
}

.amenities-info {
    background: #000000;
    color: #fff;
    text-align: center;
    border: 2px solid #f3f3f3;
}

.amenities-info p {
    padding: 5px;
    font-size: 18px;
    margin-bottom: 0;
}

.amenities-section-information {
    text-align: center;
}

.location-points {
    display: flex;
    justify-content: space-between;

    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #fff;
    color: antiquewhite;
}

.location-points b {
    font-size: 22px;
    color: #ffffff;
}

.location-points p {
    margin-bottom: 0;
    font-size: 21px;
}

.location-section-point ul {
    list-style: none;
    padding-left: 10px;
}

.location-section-img img {
    box-shadow: 10px 10px #8b8282;
    outline: 2px dashed #000;
    outline-offset: -9px;
}

.location-section-info .section-title {
    text-align: left;
}

.location-section-info ul {
    padding-left: 5px;
    list-style: none;
}

.floor-plan-info {
    margin-top: 20px;
}

.call-section {
    background: #10203e;
}

.floor-plan-para h3 {
    color: #fff;
    font-size: 40px;
}

.floor-plan-para h4 {
    color: antiquewhite;
    letter-spacing: 1px;
}

.floor-plan-information {
    text-align: center;
    color: #fff;
}

.floor-plan-information p {
    margin-bottom: 0;
    font-size: 18px;
    margin-top: 10px;
    background: #10203e;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    border-radius: 5px;
}

.footer-inner h5 {
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.footer-inner form .form-group {
    margin-bottom: 0;
}

.footer-inner form .brochure {
    background: #000;
    color: #fff;
}

footer {
    text-align: center;
    font-family: 'Montserrat Alternates';
    padding: 20px;
    color: #000;
}

footer p {
    font-size: 17px;
}

.desktop-banner {
    display: block;
}

.tab-banner {
    display: none;
}

.mobile-banner {
    display: none;
}

.highlight-mobile-view {
    display: none;
}

.location-mobile-view {
    display: none;
}

.banner-mobile-view {
    display: none;
}

.gallery-section {
    position: relative;
}

.gallery-section .container-fluid {
    padding: 0;
}

.swiper-button-next,
.swiper-button-prev {
    background: transparent;
    color: #ffffff;
    width: 55px;
    border: 1px solid #e8c183;
    border-radius: 100%;
    height: 55px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 24px;
}

.project-type {
    background: #10203f;
    color: #fff;
    font-size: 24px;
}

.startin-project-price {
    font-size: 19px;
    margin-bottom: 0;
}

p.starting-project-price b {
    font-size: 26px;
}

p.starting-project-price {
    font-size: 20px;
    margin-bottom: 0px;
}

.project-price {
    border-bottom: 1px dotted #000;
    margin-bottom: 10px;
}

.project-btn {
    text-align: center;
    margin-top: 20px;
}

.enquire-outer-desktop {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 99;

}

.enquire-outer-desktop ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    list-style: none;
}

.highlight-points-section .project-btn .btn {
    background: #fff;
    color: #1e514c;
}

.enquire-outer {
    display: none;
}

.auto-popup-right h3 {
    font-size: 28px;
    margin-bottom: 0;
    font-family: 'Montserrat Alternates';
}

.ct-tag {
    font-size: 14px;
    margin-bottom: 10px;
    font-family: 'Montserrat Alternates';
}

.faq-heading {
    background: #10203e;
    color: #ffffff;
    box-shadow: 0 0 3px #000;
}

.faq-heading h3 {
    font-size: 20px;
    margin-bottom: 0;
    padding: 10px;
}

.faq-heading p {
    font-size: 20px;
}

.faq-heading p {
    background: #dbdbdb;
    color: #000000;
    padding: 10px;
    font-size: 17px;
}

.close {
    font-size: 34px;
    opacity: 1;
}

.amenities-points {
    outline: 2px dashed #e8c183;
    outline-offset: -12px;
}

.amenities-points p {
    background: #e8c183;
    color: #000;
    padding: 10px;
    font-size: 20px;
}

.location-img-point .section-title {
    display: none;
}

.mobile-overview {
    display: none;
}

.desktop-overview {
    display: block;
}

.high-point ul {
    color: #000;
    font-size: 19px;
    padding-left: 15px;
}

.high-point ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e8c183;
    color: antiquewhite;
}

.highlight-information-points .desktop-overview {
    text-align: left;
}

.mobile-btn {
    display: none;
}

.information-tert b {
    font-size: 33px;
}

p.information-tert {
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    color: #10203e;
}

.highlight-information-img img {
    box-shadow: 0 0 3px #000;
}

.highlight-information-text p {
    font-size: 15px;
    padding: 10px;
}

p.project-price-listing {
    font-size: 23px;
    margin-bottom: 0;
}

.project-price-listing b {
    font-size: 35px;
    color: #10203e;
}

.project-price-para {
    font-size: 20px;
    border-bottom: 1px dotted #000;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.explore-section {
    text-align: center;
    color: #fff;
}

p.explore-life {
    margin-bottom: 0;
    font-size: 33px;
}

.explore-apartment-img {
    margin-bottom: 15px;
}

.explore-apartment-img img {
    max-width: 75px;
}

.explore-lifestyle-points {
    margin-top: 20px;
}

.explore-apartment-text p {
    font-size: 26px;
    margin-bottom: 0;
}

.explore-apartment {
    padding: 10px;
    border-radius: 7px;
}

.highlight-information-text {
    color: #fff;
    background: #10203f;
}

.banner-section-information .project-btn {
    text-align: left;
}

.banner-section-information .project-btn .btn {
    color: #000;
    background: #fff;
}

.banner-section-information .project-btn .contact-sales-manager {
    margin-left: 20px;
}

.highlight-section-information {
    text-align: center;
}

.gallery-section-information {
    text-align: center;
}

.gallery-section-information .btn {
    margin-top: 0px;
}

.amenities-section-information .btn {
    margin-top: 20px;
    background: #fff;
    color: #000;
}

p.banner-price {
    font-size: 23px;
    background: linear-gradient(45deg, #e8c183d9, #ffffffb0, #e8c18375);
    color: #000;
    padding: 10px;
    font-family: 'Montserrat Alternates';
}

.footer-group-row {
    color: #fff;
    text-align: left;
}

.footer-group-row p {
    margin-bottom: 10px;
    font-size: 24px;
    border-bottom: 1px solid #fff;
}

.footer-group-row ul {
    padding-left: 1px;
    list-style: none;
}

.footer-group-row ul li {
    font-size: 17px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #fff;
    display: flex;
    justify-content: start;
    align-items: center;
}

.footer-group-row ul li a {
    color: #fff;
}

.footer-group-row ul li i {
    margin-right: 12px;
}

.footer-group-row ul li .btn {
    background: transparent;
    box-shadow: none;
    animation: none;
    padding: 0;
    font-size: 18px;
}

.footer-points {
    color: #fff;
    text-align: left;
}

.footer-points p {
    margin-bottom: 10px;
    font-size: 24px;
    border-bottom: 1px solid #fff;
}

.footer-points ul {
    padding-left: 1px;
    list-style: none;
}

.footer-points ul li {
    font-size: 16px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #fff;
}

.footer-points ul li a {
    color: #fff;
}

.location-footer {
    padding: 5px;
    border: 2px solid #fff;
}

.call-section hr {
    border-top: 1px dotted #fff;
}

.mobile-btn {
    display: none;
}

.desktop-btn {
    display: block;
}

.desktop-gallery {
    display: block;
}

.mobile-gallery {
    display: none;
}

.more-text {
    display: none;
}

.read-more-btn {
    border: none;
    background: none;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
    transition: color 0.3s ease;
}

.read-more-btn:hover {
    color: #a66b3a;
}

@media only screen and (max-width: 1295px) {
    .banner-section {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 1199px) {
    .container {
        max-width: 1013px;
    }

    .menu ul li a {
        padding: 0px 10px;
    }

    .banner-section-information {
        left: 23%;
    }

    .banner-section {
        margin-top: 67px;
    }

    .location-section-information .section-title h2 {
        font-size: 29px;
        margin-bottom: 0;
    }

    .location-section-information .section-title p {
        margin-bottom: 0;
        font-size: 15px;
    }

    .highlight-section-img {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 85vh;
    }

    .highlight-section-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .banner-section-information h1 {
        font-size: 39px;
    }

    p.configuration {
        font-size: 22px;
    }

    p.banner-price {
        font-size: 20px;
    }

    .section-title h2 {
        font-size: 25px;
    }

    .overview-section-information p {
        font-size: 14px;
    }

    .faq-heading p {
        font-size: 14px;
    }

    .faq-heading h3 {
        font-size: 17px;
    }

    .location-section-information .section-title h2 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1080px) {
    .banner-section-information {
        left: 25%;
    }
}

@media only screen and (max-width: 991px) {
    .logo {
        max-width: 130px;
    }

    p.banner-price {
        width: 50%;
    }

    p.configuration {
        width: 50%;
    }

    .banner-section {
        margin-top: 51px;
    }

    .banner-section::before {
        background: linear-gradient(90deg, #000000c2, #0000008c, #00000082, transparent);
    }

    .container {
        max-width: 911px;
    }

    .banner-section-information {
        left: 54%;
        width: 100%;
    }

    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: block;
    }

    .mobile-banner {
        display: none;
    }

    .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%);
    }

    .banner-highlights {
        right: 2%;
        height: 55%;
        width: 36%;
    }

    .overlay {
        position: fixed;
        background: #000000;
        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;
    }

    .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;
    }

    .menu ul li a {
        color: #fff;
    }

    header {
        padding: 10px 0;
    }

    .banner-informat {
        width: 90%;
    }

    .location-section-img {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 80vh;
    }

    .location-section-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .highlight-section-img {
        height: 95vh;
    }

    p.hidden-view {
        display: none;
    }

    .footer-points p {
        font-size: 27px;
    }
}

@media only screen and (max-width: 800px) {
    .banner-section {
        margin-top: 50px;
    }

    p.configuration {
        width: 60%;
    }

    p.banner-price {
        width: 60%;
    }

    p.starting-project-price b {
        font-size: 25px;
    }

    p.starting-project-price {
        font-size: 16px;
    }

    .location-section-information .section-title h2 {
        font-size: 26px;
    }

    .location-section-information .section-title p {
        font-size: 19px;
    }
}

@media only screen and (max-width: 767px) {
    .desktop-overview {
        display: none;
    }

    .overview-section-information p {
        margin-top: 20px;
    }

    .mobile-overview {
        display: block;
    }

    .banner-informat {
        width: 100%;
        position: relative;
    }

    .price-section-info {
        margin-bottom: 20px;
    }

    .startin-project-price {
        font-size: 17px;
        margin-bottom: 5px;
    }

    .project-price-para {
        font-size: 24px;
    }

    .project-size p {
        font-size: 26px;
    }

    .floor-plan-info {
        margin-top: 20px;
    }

    .section-title h2 {
        font-size: 25px;
    }

    .banner-section-information h1 {
        font-size: 32px;
    }

        p.banner-price {
        width: 68%;
        margin: 0 auto;
        margin-bottom: 10px;font-size: 18px;
    }

        p.configuration {
        width: 68%;
        margin: 0 auto;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .floor-plan-para {
        padding: 20px 0;
    }

    .box-bottom {
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .locaion-name,
    .configuration-name,
    .banner-starting-price {
        margin-bottom: 0;
        font-size: 22px;
    }

    .section-title p {
        font-size: 17px;
    }

    .highlight-mobile-view {
        display: block;
        padding-top: 20px;
    }
        .location-section-information .section-title p {
        font-size: 17px;
    }
    .highlight-section-points .section-title {
        display: none;
    }

    .highlight-section-img {
        height: 100%;
    }

    .highlight-section-information .row .col-12.col-sm-12.col-md-7 {
        padding: 0;
    }

    .highlight-section-img img {
        border-left: none;
        border-right: none;
    }

    .highlight-section-information .col-lg-5.col-md-12.col-sm-12 {
        padding: 0;
    }

    .highlight-points-section {
        margin: 20px 0;
    }

    .container {
        max-width: 615px;
    }

    .overview-section-img {
        height: 100%;
        border: none;
    }

    .overview-section-information .col-md-5.col-sm-12 {
        padding: 0;
    }

    .location-mobile-view {
        display: block;
        margin-top: 20px;
    }

    .location-img-point .section-title {
        display: block;
        margin-bottom: 10px;
    }

    .location-img-point .section-title h2 {
        font-size: 40px;
    }

    .location-img-point .section-title p {
        font-size: 30px;
    }

    .location-section-info {
        margin-top: 30px;
    }

    .location-section-info .section-title {
        display: none;
    }

    .location-section-information {
        margin: 20px 0;
    }

    .location-points p {
        margin-bottom: 0;
        font-size: 21px;
    }

    .banner-section {
        margin-top: 69px;
    }
    .banner-location {
        font-size: 21px;
    }
        .banner-section-information {
        left: 50%;
        width: 100%;
        top: 50%;
        text-align: center;
    }

    .floor-plan-information {
        margin-bottom: 15px;
    }

        .footer-inner h5 {
        text-align: center;
        font-size: 21px;
    }
    .logo {
        max-width: 100px;
    }
    .footer-inner form .form-group {
        margin-bottom: 15px;
    }

    p.footer-disclaimer {
        text-align: justify;
    }

    .location-section .row .col-xl-7.col-lg-6.col-md-6.col-sm-12.col-12 {
        padding: 0;
    }
}

@media only screen and (max-width: 612px) {
    .banner-section-information {
        top: 40%;
        text-align: center;
    }
    .location-ferter,
    .configuration-ferter,
    .banner-price-fer {
        font-size: 23px;
        margin-bottom: 0;
    }

    .banner-location {
        font-size: 24px;
    }

    .floor-plan-section-information .section-title h2 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 575px) {
    .desktop-gallery {
        display: none;
    }

    .mobile-gallery {
        display: block;
    }

    .footer-points p {
        font-size: 24px;
    }

    .section-title h2 {
        font-size: 32px;
        margin-bottom: 0;
    }

    p.starting-project-price {
        font-size: 23px;
    }
        .banner-location {
        font-size: 18px;
    }
    .banner-section-information {
        left: 50%;
        width: 100%;
        top: 50%;
        text-align: center;
    }

    p.configuration {
        width: 68%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .highlight-section-information .col-lg-5.col-md-6.col-sm-12 {
        padding: 0;
    }

    .high-point ul {
        color: #000;
        font-size: 19px;
        padding-left: 20px;
    }

    .project-size p {
        font-size: 24px;
        margin-bottom: 0px;
    }

    .overview-section-information {
        padding: 20px 0;
    }

    .price-type p {
        font-size: 35px;
    }

    .project-price-sert {
        font-size: 32px;
    }

    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }

    .banner-section {
        margin-top: 0px;
    }

    .banner-informat {
        display: block;
        text-align: center;
        bottom: 0;
    }

    .location-point {
        display: none;
    }

    p.configuration-ferter {
        border-bottom: 1px dotted #fff;
        padding-bottom: 10px;
        font-size: 30px;
    }

    p.banner-price-fer {
        font-size: 30px;
    }

    .banner-mobile-view {
        display: block;
    }

    .banner-mobile-view .btn {
        background: #fff;
        color: #1e514c;
        position: relative;
    }

    .gallery-img {
        padding: 0;
        background: transparent;
        outline: 0;
        outline-offset: 0;
        border-radius: 0;
    }

    .gallery-img img {
        box-shadow: 0 0 3px #000;
    }

    .price-section-info {
        margin-bottom: 20px;
    }

        .auto-popup-right h3 {
        font-size: 23px;
    }

    p.policy-point {
        margin-bottom: 40px;
    }

    .mobile-overview {
        display: block;
    }

    .desktop-overview {
        display: none;
    }

    .enquire-outer-desktop {
        display: none;
    }

        .enquire-outer {
        position: fixed;
        z-index: 99;
        bottom: 0;
        display: block;
        width: 100%;
        background: #10203e;
        box-shadow: 0 0 2px #8f8f8f;
    }

    .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 .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;
}
.project-type p {
    font-size: 20px;
}
    .startin-project-price {
        font-size: 17px;
    }
        .enquire-outer ul li {
        font-family: 'Montserrat Alternates';
        width: 50%;
        background: #fefefe;
        padding: 5px 0;
        color: #000000;
        border-bottom: 1px solid #b4afaf;
                text-align: center;
    }
    .enquire-outer ul li .enquire-form-fit {
        width: 100%;
        border-radius: 0;
        font-size: 18px;
        font-family: 'Work Sans';
        color: #000000;
        background-color: #e8c183;
    }

    .banner-section-information h1 {
        font-size: 34px;
    }

    .mobile-btn {
        display: none;
    }

    .mobile-btn .btn {
        animation: none;
    }

    p.starting-price-banner {
        margin-bottom: 15px;
    }

    .banner-section::before {
        background: linear-gradient(0deg, #000000, transparent);
    }

    .location-section-information {
        margin: 0px 0;
    }

    .explore-apartment {
        padding: 10px;
        border-radius: 7px;
        border: 1px solid #fff;
        margin-bottom: 10px;
        height: 222px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    p.banner-price {
        background: #fff;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 10px;
        width: 78%;
    }

        .section-title p {
        font-size: 14px;
        margin-bottom: 22px;
        margin-top: 0;
    }

    .highlight-section-information .project-btn {
        margin-top: 0;
    }

    .floor-plan-information p {
        width: 60%;
        font-size:16px;
    }
        p.starting-project-price b {
        font-size: 22px;
    }
}

@media only screen and (max-width: 501px) {

    p.banner-price {
        background: #fff;
    }

    .section-title h2 {
        font-size: 28px;
        margin-bottom: 0;
    }

    .overview-section-information {
        padding: 0;
    }

    .location-section-img {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 55vh;
    }
    button.btn.download-brochure {
    display: none;
}
    .banner-section-information {
        left: 50%;
        width: 100%;
        top: 37%;
        text-align: center;
    }


    .faq-heading h3 {
        font-size: 20px;
    }

    .faq-heading p {
        font-size: 21px;
    }

    .banner-section {
        margin-top: 69px;
        border-bottom: 1px solid #e8c183;
    }

    .banner-section-img {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 75vh;
    }

    .banner-section-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .explore-apartment-img img {
        max-width: 69px;
    }

    .explore-apartment-text p {
        font-size: 22px;
    }

    .project-price-listing b {
        font-size: 30px;
    }

    p.configuration {
        width: 80%;
    }

    .overview-section-img img {
        border-radius: 0px;
    }

    .amenities-info p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 441px) {
    .configuration-box p {
        font-size: 20px;
    }

    .configuration-box h2 {
        font-size: 17px;
    }

    .banner-section-information h1 {
        font-size: 40px;
    }

    .padding-space-extra {
        padding: 30px 0;
    }

    .mobile-btn {
        display: block;
    }

    .desktop-btn {
        display: none;
    }

        .banner-section-information {
        display: none;
    }
    .configuration-section-information .section-title h2 {
        font-size: 25px;
    }
    .section-title p {
        margin-bottom: 10px;
    }

         .section-title h2 {
        font-size: 20px;
    }

         p.banner-price {
        font-size: 17px;
        width: 90%;
        background: transparent;
        color: #fff;
        padding: 10px 0 0 0;
    }
        p.configuration {
        width: 80%;
        margin-bottom: 5px;
        background: transparent;
        padding: 0;
        color: #fff;
        border-bottom: 1px dashed #fff;
    }
        .location-section-information .section-title h2 {
        font-size: 18px;
    }

        .faq-heading p {
        font-size: 14px;
    }

    .faq-heading h3 {
        font-size: 15px;
    }
.footer-group-row p {
    font-size: 19px;
}
.footer-group-row ul li {
    font-size: 14px;
}
    .footer-points p {
        font-size: 20px;
    }

    .startin-project-price {
        font-size:17px;
    }

    p.starting-project-price {
        font-size: 20px;
    }

    .project-size p {
        font-size: 18px;
    }

    .highlight-point-fer p {
        font-size: 17px;
    }

    .location-section-information .section-title p {
        font-size: 15px;
    }

    .project-section-info {
        margin-bottom: 20px;
    }

    .location-section-img {
        height: 100%;
    }

        .overview-section-information p {
        font-size: 14px;
    }

    .floor-plan-section-information .section-title h2 {
        font-size: 31px;
    }

    .footer-inner h5 {
        text-align: center;
        font-size: 18px;
    }

       p.footer-disclaimer {
        font-size: 14px;
    }

        p.market-privacy {
        font-size: 14px;
    }
        .logo {
        max-width: 86px;
    }

        .banner-section-information h1 {
        font-size: 32px;
    }

    p.configuration-banner {
        font-size: 34px;
    }
}

@media only screen and (max-width: 421px) {
    p.configuration {
        width: 90%;
    }

    .banner-location {
        font-size: 22px;
        margin-bottom: 7px;
    }

    .banner-section-information h1 {
        font-size: 33px;
    }

    .banner-section {
        margin-top: -30px;
    }

    p.configuration-ferter {
        font-size: 26px;
        text-transform: uppercase;
    }

    p.banner-price-fer {
        font-size: 27px;
    }

    .location-img-point .section-title h2 {
        font-size: 28px;
    }

    .location-img-point .section-title p {
        font-size: 23px;
    }

    .floor-plan-para h3 {
        font-size: 30px;
    }

    p.starting-price-banner {
        font-size: 20px;
    }

    .starting-price-banner b {
        font-size: 35px;
    }

    p.explore-life {
        font-size: 30px;
    }

    .price-type p {
        font-size: 30px;
    }
}

@media only screen and (max-width: 391px) {
    .banner-section-information h1 {
        font-size: 33px;
    }

    p.banner-price {
        font-size: 19px;
        padding: 5px;
    }

    p.configuration {
        font-size: 20px;
    }

    .banner-location {
        font-size: 20px;
    }

    .banner-location {
        margin-bottom: 0;
    }

    .banner-section-information {
        width: 95%;
        left: 50%;
        top: 55%;
        text-align: center;
    }

    p.explore-life {
        font-size: 28px;
    }

    .banner-section-information .project-btn .contact-sales-manager {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 375px) {
    p.banner-price {
        font-size: 18px;
    }

    .banner-location {
        font-size: 19px;
    }

    p.configuration {
        font-size: 20px;
    }
}

@media only screen and (max-width: 363px) {
    .banner-section-information .project-btn .contact-sales-manager {
        margin-left: 4px;
    }
}

@media only screen and (max-width: 359px) {
    .banner-section-information h1 {
        font-size: 32px;
    }

    .banner-section-information .project-btn .contact-sales-manager {
        margin-left: 0px;
    }

    p.configuration-ferter {
        font-size: 27px;
    }

    p.banner-price-fer {
        font-size: 28px;
    }

    .locaion-name,
    .configuration-name,
    .banner-starting-price {
        font-size: 20px;
    }
}

@media only screen and (max-width: 338px) {
    .banner-section-information h1 {
        font-size: 33px;
    }

    p.banner-price {
        width: 100%;
    }

    .section-title h2 {
        font-size: 21px;
    }

    .configuration-box p {
        font-size: 23px;
    }

    .gallery-img {
        padding: 0;
        background: transparent;
        outline: none;
        outline-offset: 0;
        border-radius: 0;
    }

    .section-title h2 {
        font-size: 22px;
    }

    .overview-section-information p {
        font-size: 17px;
    }

    .floor-plan-section-information .section-title h2 {
        font-size: 30px;
    }

    .footer-inner h5 {
        font-size: 26px;
    }

    p.footer-disclaimer {
        font-size: 17px;
        margin-bottom: 10px;
    }
}