@import url('https://fonts.googleapis.com/css2?family=Libertinus+Math&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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: 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: 15px;
    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: 'Montserrat';
}

.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 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #000;
    font-family: "Libertinus Math", system-ui;
    background: #000000c9;
    padding: 20px 10px;
    border-radius: 10px;
    box-shadow: 0 0 3px #212121;
    z-index:9;
}

.banner-section-information .banner-location {
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    background: #50b748;
    color: #000000;
    padding: 5px 0;
    border-radius: 6px;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-section-information h1 {
    font-size: 50px;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
}

.banner-configuration {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 24px;
    margin-bottom: 10px;
}

.banner-price {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 23px;
    margin-bottom: 5px;
}

.banner-price b {
    font-size: 30px;
    color: #eda850;
}

.padding-space-extra {
    padding: 50px 0;
}

.section-title {
    text-align: center;
}

.section-title h2 {
    font-family: "Libertinus Math", system-ui;
    font-size: 35px;
}

.section-title p {
    font-family: 'Montserrat';
    text-align: center !important;
    font-size: 20px;
}

.explore-lyf {
    background: #144168;
    color: #fff;
    font-family: 'Montserrat';
}

p.starting-size-infer {
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #000;
}

.project-starting-price {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #000;
}

.project-starting-price b {
    font-size: 25px;
}

p.starting-size {
    margin-bottom: 5px;
}

p.starting-price {
    margin-bottom: 5px;
}

.explore-section-info {
    text-align: center;
    border: 1px dashed #fff;
    padding: 10px;
}

.explore-img img {
    max-width: 100px;
    margin-bottom: 20px;
}

.explore-section-info p {
    margin-bottom: 0;
}

.highlight-information-text {
    box-shadow: 8px -10px 0 #68cf60;
    background: #144168;
    color: #fff;
    font-family: 'Montserrat';
    padding: 10px;
}

.price-section {
    background: #144168;
    color: #fff;
    font-family: 'Montserrat';
}

.price-section-infer {
    background: #fff;
    box-shadow: 5px 5px 0 #68cf60;
    color: #000;
    text-align: center;
    padding: 20px 0;
}

.project-type {
    background: #144168;
    width: 70%;
    padding: 5px;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 10px;
}

.project-type p {
    margin-bottom: 0;
    font-size: 19px;
}

.over-section-information {
    font-family: 'Montserrat';
}

.floor-plan-information {
    background: #144168;
    color: #fff;
    font-family: 'Montserrat';
    text-align: center;
    padding: 10px;
    box-shadow: 5px 5px 0 #68cf60;
}

.floor-plan-img {
    margin-bottom: 10px;
}

.bg-color {
    background: #144168;
    color: #fff;
}

.gallery-img {
    padding: 10px;
}

.gallery-img img {
    box-shadow: 5px 5px 0 #68cf60;
}

.location-points {
    font-family: 'Montserrat';
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #000;
}
.location-points b {
    text-align: right;
}

.location-points p {
    margin-bottom: 0;
    font-size: 17px;
}

.amenities-section-info {
    background: #fff;
    color: #000;
    font-family: 'Montserrat';
    text-align: center;
    padding: 10px;
    box-shadow: 5px 5px 0 #68cf60;
    margin: 5px;
}

.amenities-section-info p {
    margin-bottom: 0;
    margin-top: 5px;
}

.location-img {
    margin: 10px;
    box-shadow: 5px 5px 0 #68cf60;
    background: #144168;
    padding: 10px;
}

.faq-heading {
    background: #cdcfcd;
    font-family: 'Montserrat';
    color: #fff;
}

.overview-img {
    margin: 10px;
    padding: 10px;
    background: #144168;
    box-shadow: 5px 5px 0 #68cf60;
}

.faq-heading h3 {
    font-family: 'Libertinus Math';
    font-size: 23px;
    background: #144168;
    color: #fff;
    padding: 10px;
    margin-bottom: 0;
}

.faq-heading p {
    padding: 10px;
    color: #000;
    font-size: 14px;
}

.footer-section {
    background: #144168;
    font-family: 'Montserrat';
    color: #fff;
    text-align: center;
}

.footer-inner form .form-group {
    margin-bottom: 0;
}

.footer-inner h4 {
    margin-bottom: 20px;
}

.footer-privacy {
    text-align: center;
    font-family: 'Montserrat';
    padding: 30px 0;
}

.highlight-information-text p {
    margin-bottom: 0;
}

.btn {
    background: #144168;
    color: #fff;
    animation: call 1.5s ease infinite;
}
@keyframes call {
    15% {
        box-shadow: 0 0 0 4px #ffffffc0;
    }
    25% {
        box-shadow: 0 0 0 8px #ffffff7e,
                    0 0 0 16px #ffffff75;
    }
    30% {
        box-shadow: 0 0 0 12px #ffffff63,
                    0 0 0 24px #ffffff48;
    }
}

.floor-plan-information p {
    margin-bottom: 0;
}

.over-section-information p {
    text-align: justify;
}

.desktop-banner {
    display: block;
}

.tab-banner {
    display: none;
}

.mobile-banner {
    display: none;
}
.banner-btn {
    font-family: 'Montserrat';
}
.mobile-location-title{
    display:none;
}
.project-btn {
    font-family: 'Montserrat';
    text-align: center;
    margin-top: 20px;
}
.bg-color .project-btn .btn{
    background:#fff;
    color:#000;
}
.footer-inner .btn {
    background: #fff;
    color: #000;
}
.modal-content {
    font-family: 'Montserrat';
}
.banner-section::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000005c;
    z-index: 9;
    content: "";
}
.footer-inner .btn{
    animation:none;
}
.banner-btn .btn i {
    background: #fff;
    color: #1c304f;
    padding: 10px;
    border-radius: 4px;
    outline: 1px dashed #fff;
    outline-offset: 3px;
}
.desktop-information{
    display:block;
}
.mobile-information{
    display:none;
}
.mobile-btn{
    display:none;
}
.enquire-outer{
    display:none;
}
a.whatsapp {
    background-color: #2fb842;
    color: #fff;
    font-size: 25px;
    border-radius: 6px;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 25px;
    margin: 0;
    z-index: 990;
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    animation: whatsapp-fill 1.5s ease infinite;
}

@keyframes whatsapp-fill {
    15% {
        box-shadow: 0 0 0 4px #2fb84141;
    }

    25% {
        box-shadow: 0 0 0 8px #2fb84163,
            0 0 0 16px #2fb841a9;
    }

    30% {
        box-shadow: 0 0 0 12px #2fb841b6,
            0 0 0 24px #2fb8412c;
    }
}
@media only screen and (max-width: 1295px) {
    .location-section-info .section-title h2 {
        font-size: 42px;
    }
    .banner-section {   
    margin-top: 35px;
}
}

@media only screen and (max-width: 1199px) {
    .explore-section-info p {
        font-size: 24px;
    }

    .banner-section-information {
        width: 60%;
    }

    .section-title h2 {
        font-size: 33px;
    }

    .location-section-info .section-title h2 {
        font-size: 37px;
    }

    .banner-section-information h1 {
        font-size: 49px;
        margin-bottom: 15px;
    }

    p.hidden-view {
        display: none;
    }

    .explore-img img {
        max-width: 85px;
    }
    .menu ul li {
    margin-right: 0px;
}
.menu ul li a{
    padding:0 10px;
}
}

@media only screen and (max-width: 991px) {
     .button_container {
        position: absolute;
        top: 50%;
        right: 0;
        height: 29px;
        width: 35px;
        cursor: pointer;
        z-index: 100;
        transition: opacity 0.25s ease;
        transform: translateY(-50%);
    }

    .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;
    }
    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: block;
    }

    .mobile-banner {
        display: none;
    }

    .container {
        max-width: 846px;
    }

    .explore-section-info p {
        font-size: 21px;
    }

    .location-section-info .section-title h2 {
        font-size: 33px;
    }

    .banner-section-information {
        width: 75%;
    }

    .section-title p {
        font-size: 18px;
    }

    .faq-heading h3 {
        font-size: 21px;
    }

    .banner-section-information h1 {
        font-size: 44px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-section {
    margin-top: 50px;
}
    .banner-section-information {
        width: 87%;
    }
    .banner-section-information .banner-location {
        font-size: 23px;
        width: 65%;
    }
    .banner-configuration {
    font-size: 28px;
}
.explore-section-info {
    margin-bottom: 20px;
}
.price-section-img {
    display: none;
}
.floor-plan-information{
    margin-bottom: 20px;
}
.mobile-location-title{
    display: block;
}
.desktop-location-title{
    display:none;
}
.location-section-info {
    margin-top: 20px;
}
.footer-inner form .form-group {
    margin-bottom: 15px;
}
}
@media only screen and (max-width: 650px) {
    .banner-section-information h1 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 600px) {
    .banner-section-information {
        width: 95%;
    }
}
@media only screen and (max-width: 575px) {
    .enquire-outer {
        position: fixed;
        z-index: 99;
        bottom: 0;
        display: block;
        width: 100%;
        background: #68cf60;
        box-shadow: 0 0 2px #ffffff;
    }

    .enquire-outer .btn {
        animation: none;
    }

    .enquire-form-fit i {
        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 a .btn{
        background: #1c304f !important;
        color:#fff;
    }
    .enquire-outer ul li .enquire-form-fit {
        width: 100%;
        border-radius: 0;
        font-size: 18px;
        font-family: 'Montserrat';
        color: #000;
        background-color: #68cf60;
    }
    .desktop-banner {
        display: none;
    }
    .tab-banner {
        display: none;
    }
    .mobile-banner {
        display: block;
    } 
    .desktop-information{
    display:none;
}
.mobile-information{
    display:block;
}
.mobile-btn{
    display:block;
    position:absolute;
    bottom:5%;
    left:50%;
    transform: translateX(-50%);
    z-index:9;
}
.highlight-information-info {
    text-align: center;
}
    .banner-section-information {
        width: 95%;
        background: none;
        box-shadow: none;
        top:35%;
    }
        .banner-section-information h1 {
        color: #000;
    }
         .banner-configuration {
        color: #ffffff;
        background: linear-gradient(45deg, #00000091, #000000a6, #000000a6);
    }
    .banner-price {
    background: linear-gradient(45deg, #00000091, #000000a6, #000000a6);
}
    .price-section-infer {
    margin-bottom: 20px;
}  
.footer-inner h4 {
    font-size: 20px;
}
          .banner-section::before {
        background: #00000000;
    }
    a.whatsapp {
    bottom: 49px;
}
}
@media only screen and (max-width: 534px) {
        .banner-section-information h1 {
        font-size: 36px;
    }
    .section-title h2 {
        font-size: 30px;
    }
    p.footer-disclaimer {
    text-align: justify;
}
}
@media only screen and (max-width: 480px) {
    .banner-section-information h1 {
        font-size: 33px;
        margin-bottom: 10px;
    }
    .banner-configuration {
        font-size: 25px;
    }
    .banner-section-information .banner-location {
        font-size: 19px;
        margin-bottom: 10px;
    }
    .location-points b {
    text-align: right;
    font-size:13px;
}

.location-points p {
    margin-bottom: 0;
    font-size: 13px;
}
}

@media only screen and (max-width: 435px) {
    .banner-section-information h1 {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .banner-price b {
    font-size: 27px;
}
    .banner-section-information .banner-location {
        margin-bottom: 10px;
    }
    .section-title h2 {
        font-size: 28px;
    }
    .highlight-information-info {
    text-align: center;
}
    .banner-configuration {
        font-size: 25px;
    }
    .explore-img img {
        max-width: 70px;
    }
    .banner-price {
    font-size: 20px;
}
.padding-space-extra {
    padding: 30px 0;
}
}
@media only screen and (max-width: 415px) {
    .banner-price {
    font-size: 20px;
}
    .banner-configuration {
        font-size: 22px;
    }
    .banner-section-information {
        width: 100%;
        border-radius: 0;
    }
       .banner-section-information h1 {
        font-size: 32px;
    }
    .section-title h2 {
        font-weight: 700;
    }
        .banner-section-information .banner-location {
        font-size: 19px;
    }
}
@media only screen and (max-width: 390px) {
    .banner-section-information .banner-location {
        font-size: 17px;
    }
    .banner-price {
        font-size: 18px;
    }
        .section-title h2 {
        font-size: 24px;
    }
        .section-title p {
        font-size: 16px;
    }
        .explore-section-info p {
        font-size: 18px;
    }
        .banner-price b {
        font-size: 24px;
    }
}