@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');

body {
    font-family: "Work Sans", sans-serif;
}

/* 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;
    box-shadow: 0 0 5px gray;
    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: 128px;
}

.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 {
    border-top: 1px solid #979696;
    margin-right: 10px;
    border-bottom: 1px solid #979696;
}

.menu ul li:hover {
    background: #00456b;
}

.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 */
.desktop-banner {
    display: block;
}

.tab-banner {
    display: none;
}

.mobile-banner {
    display: none;
}

.banner-section {
    position: relative;
    overflow: hidden;
}

.banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, black, #0000003d, #000000b3);
    z-index: 8;
}

.banner-section .container-fluid {
    padding: 0;
}

.banner-section-information {
    position: absolute;
    bottom: 20%;
    left: 50%;
    content: "";
    z-index: 9;
    color: #fff;
    font-family: "Work Sans", sans-serif;
    text-align: center;
    transform: translate(-50%, -50%);
    background: linear-gradient(45deg, #000000b8, #0000008a, #000000ad);
    padding: 15px;
    border-radius: 20px;
}

.banner-section-information h1 {
    font-size: 43px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}

.banner-location {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
}

.banner-section-inn {
    position: absolute;
    content: "";
    z-index: 9;
    bottom: 0;
    color: #fff;
    left: 0%;
    background: linear-gradient(90deg, #000000c4, #000000c4, transparent);
    padding: 10px;
}

p.banner-price {
    font-size: 21px;
    margin-bottom: 10px;
    text-transform: uppercase;
  color:#fff;
}

p.banner-price b {
    color: #57d1ff;
    font-size: 31px;
}
p.banner-decription {
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 0px;
}

.banner-btn {
    position: absolute;
    content: "";
    z-index: 9;
    bottom: 0;
    color: #fff;
    right: 0%;
    padding: 10px;
}

.btn {
    background: #dec180;
}

.contact-sales-manager {
    background:#00456b;
    color: #fff;
}

.padding-space-extra {
    padding: 50px 0;
}

.price-section-information table {
    width: 100%;
    text-align: center;
}

.bg-color .section-title {
    color: #fff;
}

.section-title {
    text-align: center;
}

.section-title h2 {
    text-transform: uppercase;
    font-weight: 600;
}

.overview-description p {
    color: #fff;
}

tr td {
    border: 1px solid #fcdddd;
    padding: 10px;
}

tr th {
    background: #00456b;
    padding: 10px;
    color: #fff;
}

td a {
    text-decoration: none !important;
    color: #000;
}

td a i {
    background: #000000;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 20px;
}

.bg-color {
    background: #00456b;
}

.floor-plan-info {
    text-align: center;
    background: #000;
    color: #fff;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.floor-view {
    text-align: center;
    background: #000;
    color: #fff;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.floor-plan-info p,
.floor-view p {
    margin-bottom: 0;
}

.floor-img {
    box-shadow: 0 0 3px #000;
    position: relative;
    overflow: hidden;
}

.floor-img a {
    color: #272727;
}

.floor-img i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 65px;
}

.floor-img {
    box-shadow: 0 0 3px #000;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.more-text {
    display: none;
}

.read-more-btn {
    border: none;
    background: 0 0;
    color: #dec180;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    transition: color 0.3s;
}

.read-more-btn:hover {
    color: #000;
}

.about-developer-information .read-more-btn {
    color: #000;
}

.project-btn {
    margin-top: 20px;
    text-align: center;
}

.highlight-content .section-title {
    text-align: left;
}

.amenities-img {
    margin: 0 auto;
    background: #fff;
    margin-bottom: 10px;
}

.amenities-information {
    text-align: center;
    margin-top: 15px;
    color: #fff;
}

.highlight-img img {
    border-radius: 20px;
}

.highlight-content ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #8f8989;
}

.location-infer ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #000;
}

.location-infer ul li p {
    margin-bottom: 0;
    font-size: 18px;
}

.location-infer ul {
    padding-left: 5px;
}

.location-map img {
    border-radius: 20px;
}

.card-header h3 {
    font-size: 18px;
}

.faq-section .card-header-title>a:after {
    content: "\f078";
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
    right: 10px;
}

.faq-section .card-header-title>a[aria-expanded="true"]:after {
    content: "\f077";
}

.footer-section-points p {
    font-size: 20px;
    border-bottom: 1px dashed;
}

.footer-group-row ul {
    padding-left: 5px;
    list-style: none;
}

.footer-group-row ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #fff;
}

.footer-group-row ul li .btn {
    background: transparent;
    padding: 0;
    color: #fff;
}

.footer-points ul {
    padding-left: 15px;
}

.footer-points ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #fff;
}

.footer-points ul li a {
    color: #fff;
}

.footer-group-row ul li i {
    margin-right: 10px;
}

.footer-inner form .form-group {
    margin-bottom: 0;
}

.footer-inner h4 {
    text-align: center;
}

.footer-privacy {
    text-align: center;
}

.footer-section {
    color: #fff;
}

.location-infer .section-title {
    text-align: left;
}

.desktop-gallery {
    display: block;
}

.tab-gallery {
    display: none;
}
.enquire-outer {
    display: block;
    position: fixed;
    bottom: 0;
    right: 18px;
    z-index:99;
}
.enquire-outer ul li {
    margin-bottom: 18px;
}
.enquire-outer ul {
    list-style: none;
}
.enquire-outer ul li img {
    max-width: 55px;
    background: #fff;
    border-radius: 13%;
    padding: 9px;
    box-shadow: 0 0 3px #000;
}
.btn a{
    color:#000;
}
.contact-sales-manager a{
    color:#fff !important;
}
@media only screen and (max-width: 1199px) {
    .highlight-content .section-title h2 {
        font-size: 27px;
    }

    .section-title h2 {
        font-size: 28px;
    }

    .location-infer .section-title h2 {
        font-size: 27px;
    }

    .card-header h3 {
        font-size: 17px;
    }
}

@media only screen and (max-width: 991px) {
    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: block;
    }

    .mobile-banner {
        display: none;
    }

    .highlight-section .container {
        max-width: 859px;
    }

    .highlight-content ul {
        padding-left: 12px;
    }

    .highlight-content ul li {
        font-size: 14px;
    }

    .section-title P {
        font-size: 14px;
    }

    .location-infer ul li p {
        font-size: 15px;
    }

    .location-section .container {
        max-width: 840px;
    }

    .section-title h2 {
        font-size: 25px;
    }

    .developer-description p {
        font-size: 15px;
    }

    .button_container {
        position: absolute;
        top: 50%;
        right: 0;
        height: 29px;
        width: 35px;
        cursor: pointer;
        z-index: 100;
        transition: opacity 0.25s ease;
        transform: translateY(-50%);
    }

    .button_container span {
        background: #071c35;
        border: none;
        height: 3px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.35s ease;
        cursor: pointer;
        border-radius: 31px;
    }

    .overlay {
        position: fixed;
        background: #fff;
        top: 62px;
        left: 0;
        width: 100%;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        max-height: 0;
        -webkit-transition: max-height .3s, -webkit-transform .3s;
        transition: max-height .3s, -webkit-transform .3s;
        -o-transition: max-height .3s, transform .3s;
        transition: max-height .3s, transform .3s;
        transition: max-height .3s, transform .3s, -webkit-transform .3s;
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        overflow: auto;
    }

    .overlay.open {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        max-height: 100vh;
    }

    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        width: 100%;
    }

    .overlay nav {
        text-align: center;
    }

    .overlay.open li {
        opacity: 1;
        border-bottom: 1px solid gray;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .button_container.active .bottom {
        transform: translateY(-11px) translateX(0) rotate(-45deg);
        background: #071c35;
    }

    .button_container.active .top {
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #071c35;
    }

    .button_container.active .middle {
        opacity: 0;
        background: #fff;
    }

    .button_container span:nth-of-type(2) {
        top: 11px;
        width: 61%;
        height: 3px;
        right: 0;
        left: auto;
    }

    .button_container span:nth-of-type(3) {
        top: 22px;
    }

    .overview-description p {
        color: #fff1f1;
        font-size: 14px;
        text-align: justify;
    }

    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: block;
    }

    .mobile-banner {
        display: none;
    }

    .banner-section-information {
        position: absolute;
        bottom: 20%;
        left: 50%;
        content: "";
        z-index: 9;
        color: #fff;
        font-family: "Work Sans", sans-serif;
        text-align: center;
        transform: translate(-50%, -50%);
        background: linear-gradient(45deg, #000000b8, #0000008a, #000000ad);
        padding: 15px;
        border-radius: 20px;
        width: 65%;
    }

    .desktop-gallery {
        display: none;
    }

    .tab-gallery {
        display: block;
    }
    p.banner-decription {
    font-size: 21px;
}
p.banner-price {
    font-size: 18px;
}
}

@media only screen and (max-width: 767px) {

    /* .highlight-img {
    display: none;
} */
    .container {
        max-width: 691px;
    }

    .footer-inner form .form-group {
        margin-bottom: 15px;
    }

    .section-title P {
        font-size: 15px;
    }

    tr td {
        font-size: 15px;
    }

    .banner-section-information h1 {
        font-size: 37px;
    }

    /* .banner-section-inn {
        background: linear-gradient(90deg, #000000c4, #000000c4, #000000cc);
    } */
    .banner-section-information {
        bottom: 44%;
    }
}

@media only screen and (max-width: 635px) {
    .banner-section-information h1 {
        font-size: 34px;
    }

    .banner-location {
        font-size: 17px;
    }

    p.banner-decription {
        font-size: 21px;
        margin-bottom: 0;
    }

    .banner-section-inn {
        background: linear-gradient(88deg, #00000057, #000000c4, #0000003b);
        left: 50%;
        transform: translate(-50%);
        width: 75%;
        text-align: center;
        bottom: 10%;
    }

    p.banner-price {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 575px) {
    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }

    .banner-section-information {
        width: 75%;
        background: linear-gradient(90deg, #00000069, #000000c9, #0000006b);
        border-radius: 0;
    }
    p.banner-price b {
    font-size: 27px;
}
    .banner-btn {
        right: 50%;
        transform: translate(50%);
        width: 60%;
        text-align: center;
    }

    .banner-section-inn {
        border-radius: 10px;
        width: 85%;

    }

}

@media only screen and (max-width: 510px) {
        .banner-section-information {
        width: 90%;
        bottom: 50%;
    }

       .banner-section-information h1 {
        font-size: 31px;
    }

    .banner-btn {
        width: 75%;
    }
    .enquire-outer ul li img {
    max-width: 45px;
    background: #fff;
    border-radius: 13%;
    padding: 7px;
    box-shadow: 0 0 3px #978b8b;
}
    .banner-section-inn {
        width: 90%;
    }
}

@media only screen and (max-width: 460px) {
    .banner-section-information h1 {
        font-size: 30px;
    }

    .banner-section-inn {
        width: 95%;
    }
    
}

@media only screen and (max-width: 440px) {
       p.banner-price {
        font-size: 15px;
    }

    .banner-section-information h1 {
        font-size: 27px;
    }
    p.banner-price b {
        font-size: 24px;
    }
    .banner-location {
        font-size: 15px;
        margin-bottom: 0;
    }

    .banner-section-information {
        padding: 15px 5px;
    }
}

@media only screen and (max-width: 415px) {
    .banner-section-inn {
        bottom: 13%;
    }

    tr td {
        padding: 10px 0;
    }

    .section-title h2 {
        font-size: 22px;
    }

    .location-infer .section-title h2 {
        font-size: 21px;
    }

    .location-infer .section-title {
        text-align: center;
    }

    .amenities-information p {
        margin-bottom: 0;
    }

    .card-header h3 {
        font-size: 15px;
    }

    .card-body {
        font-size: 13px;
        padding: 5px 10px;
    }

    .footer-inner h4 {
        font-size: 19px;
    }

    p.footer-disclaimer {
        font-size: 14px;
    }

    .highlight-content .section-title h2 {
        font-size: 22px;
    }

    .banner-btn {
        width: 90%;
    }

    tr td {
        font-size: 13px;
    }

    .banner-section {
        margin-top: 70px;
    }

    .contact-sales-manager {
        font-size: 14px;
    }

    .btn {
        font-size: 14px;
    }

    tr th {
        font-size: 15px;
    }

    .overview-description p {
        font-size: 13px;
    }
}

@media only screen and (max-width: 390px) {
    .section-title h2 {
        font-size: 20px;
    }

    .section-title P {
        font-size: 13px;
    }

    .developer-description p {
        font-size: 13px;
    }

    .footer-points ul li a {
        font-size: 14px;
    }
}