@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');

@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');
}

/* 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: 5px 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: 160px;
}

.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: 19px;
    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: "Barlow Condensed", sans-serif;
}

.menu ul li {
    margin-right: 10px;
}

.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;
}

.banner-section-information h1 {
    font-size: 60px;
    color: #ffffff;
    font-family: Orpheus Pro;
    margin-bottom: 0;
    font-weight: 500;
}

.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;
}s

p.banner-price {
    background: linear-gradient(45deg, #fff, transparent);
    font-size: 30px;
    padding: 10px;
    color: #10203e;
}

.banner-location {
    font-size: 25px;
    color: #E8C183;
    margin-bottom: 0px;
    font-family: 'Orpheus Pro';
}

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: "Barlow Condensed", sans-serif;
}

.section-title {
    text-align: center;
    font-family: "Barlow Condensed", sans-serif;
    color: #000;
}

.section-title h2 {
    font-size: 37px;
    font-family: Orpheus Pro;
    color: #10203e;
}

.floor-plan-img {
    filter: blur(10px);
}

.section-title p {
    font-size: 26px;
}

.gallery-img {
    outline: 1px dotted #fff;
    outline-offset: -12px;
    border-radius: 5px;
}

.gallery-img img {
    box-shadow: 0 0 3px #fff;
}

.highlight-section {
    font-family: 'Barlow Condensed';
    position: relative;
    overflow: hidden;
}

.bg-color {
    background: #10203f;
}

.bg-color .section-title {
    color: #ffffff;
}

.bg-color .section-title h2 {
    color: #fff;
}

.highlight-point-fer {
    border: 1px dotted #fff;
    padding: 10px;
    text-align: justify;
}

.highlight-section-img img {
    border: 5px solid #E8C183;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.highlight-para {
    color: #000;
    border: 1px dotted #000;
    padding: 5px;
    margin-bottom: 15px;
    text-align: justify;
}

.highlight-para p {
    font-size: 16px;
    margin-bottom: 0;
}

.overview-section-information .section-title p {
    text-align: center;
}

/* .highlight-section-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
} */
.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: 23px;
    margin-bottom: 10px;
}

.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;
}

.btn {
    font-size: 20px;
    background: #10203e;
    color: #ffffff;
    border-radius: 0;
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 3px #fff;
}

.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 .btn {
    font-family: 'Barlow Condensed';
}

.overview-section-information p {
    font-size: 20px;
    text-align: justify;
    color: #000000;
    font-family: 'Barlow Condensed';
}

.overview-section-img {
    position: relative;
    z-index: 9;
}

.overview-section-img img {
    position: relative;
    z-index: 9;
}

.overview-section-img::before {
    position: absolute;
    top: -25px;
    left: 10px;
    width: 50%;
    height: 54%;
    content: "";
    background: #000;
    z-index: -1;
    border-radius: 10px;
}
.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: 23px;
    margin-bottom: 0;
}

.amenities-section-information {
    text-align: center;
}

.location-points {
    display: flex;
    justify-content: space-between;
    font-family: 'Barlow Condensed';
    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;
}

.location-section-information .btn {
    background: #fff;
    color: #000;
    font-family: 'Barlow Condensed';
}

.floor-plan-info {
    background: #332510;
}

.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: 25px;
    margin-top: 10px;
    background: #10203e;
}

.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: 'Barlow Condensed';
    padding: 20px;
    color: #000;
}

footer p {
    font-size: 20px;
}

.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;
}

.swiper-button-next,
.swiper-button-prev {
    background: #10203e;
    box-shadow: 5px 5px #fffcfc;
    color: #ffffff;
    width: 55px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 24px;
}

.project-btn {
    text-align: center;
    margin-top: 20px;
}

.enquire-outer-desktop {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 99;
    font-family: 'Barlow Condensed';
}

.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;
}

.modal-content {
    font-family: 'Barlow Condensed';
}

.auto-popup-right h3 {
    font-size: 40px;
    margin-bottom: 0;
}

.ct-tag {
    font-size: 20px;
    margin-bottom: 10px;
}

.faq-heading {
    background: #10203e;
    color: #ffffff;
    box-shadow: 0 0 3px #000;
}

.faq-heading h3 {
    font-size: 23px;
    margin-bottom: 0;
    padding: 10px;
}

.faq-heading p {
    font-size: 20px;
}

.faq-heading p {
    background: #dbdbdb;
    color: #000000;
    padding: 10px;
}

.close {
    font-size: 41px;
    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: 18px;
    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:20px;
}
.amenities-section-information .btn{
    margin-top:20px;
    background:#fff;
    color:#000;
}
p.banner-price {
    font-size: 26px;
    background: linear-gradient(45deg, #ffffff, transparent);
    color: #000;
    padding: 10px;
}
.footer-group-row {
    color: #fff;
    text-align: left;
}
.footer-group-row p {
    margin-bottom: 10px;
    font-size: 33px;
    border-bottom: 1px solid #fff;
}
.footer-group-row ul {
    padding-left: 1px;
    list-style: none;
}
.footer-group-row ul li {
    font-size: 20px;
    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;
}
.footer-points{
    color: #fff;
    text-align: left;
}
.footer-points p{
    margin-bottom: 10px;
    font-size: 33px;
    border-bottom: 1px solid #fff;
}
.footer-points ul{
    padding-left: 1px;
    list-style: none;
}
.footer-points ul li{
    font-size: 20px;
    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;
}
@media only screen and (max-width: 1295px) {
    .banner-section {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 1199px) {
    .overview-section-img::before {
        display: none;
    }

    .menu ul li a {
        padding: 0px 10px;
    }

    .banner-section-information {
        left: 30%;
    }

    .banner-section {
        margin-top: 67px;
    }

    .location-section-information .section-title h2 {
        font-size: 31px;
        margin-bottom: 0;
    }

    .location-section-information .section-title p {
        margin-bottom: 0;
        font-size: 22px;
    }

    .highlight-section-img {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 85vh;
    }

    .highlight-section-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

}

@media only screen and (max-width: 1080px) {
    .banner-section-information {
        left: 32%;
    }
}

@media only screen and (max-width: 991px) {
    .logo {
        max-width: 200px;
    }

    .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;
    }
}

@media only screen and (max-width: 767px) {
    .banner-informat {
        width: 100%;
        position: relative;
    }

    .project-price-para {
        font-size: 24px;
    }

    .project-size p {
        font-size: 26px;
    }

    .floor-plan-info {
        margin-top: 20px;
    }

    .section-title h2 {
        font-size: 37px;
    }

    .banner-section-information h1 {
        font-size: 55px;
    }

    .floor-plan-para {
        padding: 20px 0;
    }

    .locaion-name,
    .configuration-name,
    .banner-starting-price {
        margin-bottom: 0;
        font-size: 22px;
    }

    .section-title p {
        font-size: 27px;
    }

    .highlight-mobile-view {
        display: block;
        padding-top: 20px;
    }

    .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: 67px;
    }

    .floor-plan-information {
        margin-bottom: 15px;
    }

    .footer-inner h5 {
        text-align: center;
        font-size: 29px;
    }

    .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) {

    .location-ferter,
    .configuration-ferter,
    .banner-price-fer {
        font-size: 23px;
        margin-bottom: 0;
    }

    .banner-section-information h1 {
        font-size: 54px;
        margin-bottom: 0;
    }

    .banner-location {
        font-size: 24px;
    }

    .floor-plan-section-information .section-title h2 {
        font-size: 36px;
    }

    .banner-section {
        margin-top: 70px;
    }
}

@media only screen and (max-width: 575px) {
    .section-title h2 {
        font-size: 35px;
    }

    .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: 30px;
    }

    p.policy-point {
        margin-bottom: 30px;
    }

    .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: #db8621;
        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 li {
        width: 100%;
        border-right: 1px solid #000;
        border-left: 1px solid #000;
    }

    .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: 50px;
    }

    .mobile-btn {
        display: block;
    }

    .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;
}
}

@media only screen and (max-width: 501px) {
    .banner-section-information h1 {
        font-size: 40px;
    }

    p.banner-price {
        background: #fff;
    }
    p.banner-price {
        font-size: 26px;
        padding: 5px;
        color: #000;
    }   
    .overview-section-information {
        padding: 0;
    }

    .location-section-img {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 55vh;
    }

    .banner-section-information {
        width: 95%;
        left: 50%;
        top: 50%;
        text-align: center;
    }

    .faq-heading h3 {
        font-size: 20px;
    }

    .faq-heading p {
        font-size: 21px;
    }

    .banner-section {
        margin-top: 60px;
        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;
}
}

@media only screen and (max-width: 441px) {
    .banner-section-information h1 {
        font-size: 40px;
    }

    .padding-space-extra {
        padding: 30px 0;
    }

       .section-title h2 {
        font-size: 26px;
    }
        .location-section-information .section-title h2 {
        font-size: 26px;
    }

    .section-title p {
        font-size: 21px;
    }

    .highlight-point-fer p {
        font-size: 17px;
    }

    .project-section-info {
        margin-bottom: 20px;
    }

    .location-section-img {
        height: 100%;
    }

        .overview-section-information p {
        font-size: 20px;
    }

    .floor-plan-section-information .section-title h2 {
        font-size: 31px;
    }

    .footer-inner h5 {
        text-align: center;
        font-size: 25px;
    }

    p.footer-disclaimer {
        font-size: 16px;
    }

    p.market-privacy {
        font-size: 17px;
    }
        .banner-section-information h1 {
        font-size: 36px;
    }
    p.configuration-banner {
    font-size: 34px;
}
}

@media only screen and (max-width: 421px) {
    .banner-location {
        font-size: 22px;
        margin-bottom: 7px;
    }

       .banner-section-information h1 {
        font-size: 37px;
    }

    .banner-section {
        margin-top: 45px;
    }

    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: 26px;
        padding: 5px;
    }
    .banner-location {
        margin-bottom: 0;
    }
           .banner-section-information {
        width: 95%;
        left: 50%;
        top: 49%;
        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: 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: 337px) {
    .banner-section-information h1 {
        font-size: 39px;
    }

    .gallery-img {
        padding: 0;
        background: transparent;
        outline: none;
        outline-offset: 0;
        border-radius: 0;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .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;
    }
}

