@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&amp;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&amp;display=swap');

/* 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: 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: #1f534e;
}

.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;
    bottom: 20%;
    left: 50%;
    z-index: 9;
    content: "";
    color: #fff;
    transform: translate(-50%);
    text-align: center;
}

.banner-section::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, black, transparent);
    content: "";
    z-index: 9;
}

.banner-section-information h1 {
    font-size: 60px;
}

.banner-location {
    font-size: 25px;
}

.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;
}

.section-title h2 {
    font-size: 40px;
}

.section-title p {
    font-size: 30px;
}

.gallery-img {
    padding: 20px;
    background: #3b6456;
    outline: 1px dotted #fff;
    outline-offset: -12px;
    border-radius: 5px;
}

.highlight-section {
    font-family: 'Barlow Condensed';
    position: relative;
    overflow: hidden;
}

.bg-color {
    background: #385f51;
    color: #fff;
}

.highlight-point-fer {
    border: 1px dotted #fff;
    padding: 10px;
    text-align: justify;
}

.highlight-section-img img {
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}

.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 solid #385f51;
}

.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: #385f51;
    color: #fff;
    border-radius: 0;
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.enquire-outer-desktop .btn {
    font-size: 20px;
    background: #ffffff;
    color: #3b6456;
    border-radius: 0;
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 3px #3b6456;
}

@-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 {
    background: #fff;
    color: #385f51;
}

.overview-section {
    outline-offset: -10px;
    outline: dashed;
}

.amenities-info {
    background: #385f51;
    color: #fff;
    text-align: center;
    border: 2px solid #385f51;
    box-shadow: 0 0 3px #000;
}

.amenities-info p {
    padding: 5px;
    font-size: 23px;
    margin-bottom: 0;
}

.amenities-section-information {
    text-align: center;
}

.amenities-section-information .btn {
    margin-top: 20px;
}

.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;
}

.location-points p {
    margin-bottom: 0;
}

.location-section-point ul {
    list-style: none;
    padding-left: 10px;
}

.location-section-img img {
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}

.location-section-information .btn {
    background: #fff;
    color: #385f51;
    font-family: 'Barlow Condensed';
}

.floor-plan-information {
    text-align: center;
    background: #385f51;
    color: #fff;
    padding: 10px;
    box-shadow: 0 0 3px #000;
}

.floor-plan-information p {
    margin-bottom: 0;
    font-size: 25px;
    margin-top: 10px;
}

.footer-inner h5 {
    text-align: center;
    font-size: 24px;
}

.footer-inner form .form-group {
    margin-bottom: 0;
}

.footer-inner form .brochure {
    background: #fff;
    color: #385f51;
}

footer {
    text-align: center;
    font-family: 'Barlow Condensed';
    padding: 20px;
}

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: #1f534e;
    box-shadow: 5px 5px #fff;
    color: #fbe486;
    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-section {
    background: #d7d5d2;
}

.faq-heading {
    background: #385f51;
    color: #fff;
    box-shadow: 0 0 3px #000;
}

.faq-heading h3 {
    font-size: 20px;
    margin-bottom: 0;
    padding: 10px;
}

.faq-heading p {
    background: #fff;
    color: #385f51;
    padding: 10px;
}

.close {
    font-size: 41px;
    opacity: 1;
}

.youtube-section-information iframe {
    border: 2px solid #fff;
}

.youtube-btn {
    background: #d5052e;
}

.footer-group-row p {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #fff;
    font-size: 23px;
}
.footer-group-row ul {
    padding-left: 5px;
}
.footer-group-row ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #fff;
    display: flex;
    justify-content: start;
    align-items: center;
}

.footer-points p {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #fff;
    font-size: 19px;
}
.footer-points ul {
    padding-left:15px;
}
.footer-points ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #fff;
}

.footer-points ul li a {
    color: #fff;
    font-size: 20px;
}

.footer-group-row ul li .btn {
    background: transparent;
    color: #fff;
    padding: 0;
}

.footer-group-row ul li a {
    color: #fff;
}
.footer-group-row ul li i {
    margin-right: 10px;
}
.footer-group-row ul li .btn{
    padding:0;
}
@media only screen and (max-width: 1199px) {
    .menu ul li a {
        padding: 0px 10px;
    }

    .banner-section-information {
        bottom: 25%;
    }

    .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: 991px) {
    .banner-section-information {
        width: 100%;
        bottom: 20%;
    }

    .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: #1e514c;
        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;
    }
}

@media only screen and (max-width: 800px) {
    .banner-section {
        margin-top: 50px;
    }

    .banner-section-information {
        width: 100%;
        bottom: 23%;
    }

}

@media only screen and (max-width: 767px) {
    .banner-informat {
        width: 100%;
        position: relative;
    }

    .banner-section-information {
        bottom: 20%;
    }

    .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;
        border-top: 5px solid #fff;
        border-bottom: 5px solid #fff;
    }

    .highlight-points-section {
        margin: 20px 0;
    }

    .container {
        max-width: 615px;
    }

    .location-mobile-view {
        display: block;
        margin-top: 20px;
    }

    .location-section-information .section-title {
        display: none;
    }

    .location-section-information {
        margin: 20px 0;
    }

    .location-points p {
        margin-bottom: 0;
        font-size: 21px;
    }

    .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;
    }

    .youtube-section-information iframe {
        border: 2px solid #fff;
        height: 350px;
    }
}

@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) {
    .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;
    }

    .banner-section-information {
        bottom: 30%;
    }

    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;
    }

    .auto-popup-right h3 {
        font-size: 30px;
    }

    .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 #d3d3d3;
    }

    .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 #fff;
        border-left: 1px solid #fff;
    }

    .enquire-outer ul li .enquire-form-fit {
        width: 100%;
        border-radius: 0;
        font-size: 18px;
        font-family: 'Work Sans';
        color: #fff;
        background-color: #1f534e;
    }
}

@media only screen and (max-width: 441px) {
    .banner-section-information h1 {
        font-size: 48px;
    }

    .padding-space-extra {
        padding: 30px 0;
    }

    .section-title h2 {
        font-size: 29px;
    }

    .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: 17px;
    }

    .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;
    }
}

@media only screen and (max-width: 421px) {
    .banner-location {
        font-size: 22px;
        margin-bottom: 7px;
    }

    .banner-section-information {
        bottom: 33%;
    }

    .banner-section-information h1 {
        font-size: 41px;
    }

    .banner-section {
        margin-top: 45px;
    }

    p.configuration-ferter {
        font-size: 26px;
        text-transform: uppercase;
    }

    p.banner-price-fer {
        font-size: 27px;
    }

    .youtube-section-information iframe {
        height: 280px;
    }
}

@media only screen and (max-width: 359px) {
    .banner-section-information {
        bottom: 35%;
    }

    .banner-section-information h1 {
        font-size: 42px;
    }

    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;
    }
       .whtsap-btn {
        display: none;
    }
}