@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&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: 93%;
    left: 50%;
    top: 6px;
    z-index: 99;
    background-color: #ffffff;
    padding: 10px 0;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: translate(-50%);
    border-radius: 10px;
}

.newClass {
    box-shadow: 0 0 1px #000000;
    z-index: 999;
    border-radius: 0;
}

.inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.logo {
    max-width: 150px;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

p.banner-inner.price-info {
    font-size: 25px;
}

.menu ul li a {
    color: #000;
    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';
}

.project-overview-section .know-more {
    text-align: left;
}

/* HEADER CSS ENDS */
.banner-section {
    position: relative;
    overflow: hidden;
}

.banner-section .container-fluid {
    padding: 0;
}

.banner-section-information {
    position: absolute;
    top: 0;
    left: 5%;
    /* background: url(../images/desk-nav.png); */
    /* Gradient background (orange to red) */
  background: linear-gradient(to bottom, #f54236,#ff7e2e);
    content: "";
    z-index: 9;
    background-position: 100% 100%;
    background-size: cover;
    width: max-content;
    padding: 7% 5% 4% 5%;
    font-family: "Open Sans", sans-serif;
    color: #fff;
        border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
}

.banner-section-information h1 {
    font-size: 30px;
}

.banner-section-information h1 b {
    font-size: 84px;
    font-weight: 400;
}

.banner-location {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
}

.banner-configuration {
    font-family: 'Montserrat';
    font-size: 21px;
}

.banner-price {
    font-family: 'Montserrat';
    font-size: 19px;
}

.btn {
    background: transparent;
    color: #fff;
    font-family: 'Montserrat';
    border: 1px solid #fff;
    border-radius: 20px;
}

.padding-space-extra {
    padding: 70px 0;
}

.section-title {
    font-family: 'Montserrat';
}

.section-title h2 {
    color: #bc202e;
}

.section-title p {
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
}

.overview-section-in p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}

.overview-img img {
    border-radius: 20px;
    box-shadow: 0 0 3px #000;
}

.overview-img {
    position: relative;
}

.overview-img::before {
    position: absolute;
    top: -24px;
    right: -28px;
    width: 100%;
    height: 100%;
    content: "";
    background: #f47f3f;
    z-index: -1;
    border-radius: 10px;
}

.bg-color {
    background: url(../images/location-bg.webp);
}

.gallery-section-infromation .section-title {
    text-align: center;
}

.gallery-img img {
    border-radius: 10px;
    box-shadow: 0 0 3px #000;
}

.highlight-information {
    font-family: 'Montserrat';
}

.highlight-information ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #000;
}

.price-section-information .section-title {
    text-align: center;
}

.price-section-info {
    text-align: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 3px #a19f9f;
    padding: 10px;
    font-family: 'Montserrat';
}

.price-type {
    background: #bc202e;
    border-radius: 5px;
    color: #fff;
    font-family: 'Montserrat';
    padding: 10px;
    font-size: 20px;
    margin-bottom: 10px;
}

.price-type p {
    margin-bottom: 0;
}

.starting-price-infer {
    font-size: 23px;
    margin-bottom: 10px;
}

.project-price {
    margin-bottom: 10px;
    border-bottom: 1px dashed #000;
}

.starting-price-info {
    margin-bottom: 5px;
}

.price-section-info .btn {
    background: #000;
    color: #fff;
    border-radius: 5px;
}

.amenities-info {
    text-align: center;
}

.amenities-img {
    max-width: 99px;
    margin: 0 auto;
    /* filter: invert(1); */
}

.amenities-info {
    padding: 10px;
    box-shadow: 0 0 3px #9d9797;
    border-radius: 10px;
    color: #000;
    font-family: 'Montserrat';
    background: #fff;
}

.amenities-section-information .section-title {
    text-align: center;
}

.location-info ul {
    padding-left: 20px;
}

.location-points {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Montserrat';
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #000;
}

.location-info p {
    font-family: 'Montserrat';
}

.inn-location {
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #000;
}

.location-img img {
    border-radius: 10px;
    box-shadow: 0 0 3px #000;
}

.location-points p {
    margin-bottom: 0;
    font-size: 19px;
}

.floor-section-information .section-title {
    text-align: center;
}

.floor-section-info {
    text-align: center;
    font-family: 'Montserrat';
    padding: 10px;
    box-shadow: 0 0 3px #cecece;
}

.floor-section-info p {
    margin-bottom: 0;
    padding: 5px;
    background: #000;
    color: #fff;
}

.configuration-section {
    background: url(../images/location-bg.webp);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    font-family: 'Montserrat';
}

.payment-plan {
    font-size: 23px;
}

.payment-plan b {
    color: #bc202e;
    font-size: 30px;
    animation: zoomOut 3s ease-in-out infinite;
}

@keyframes zoomOut {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.8);
        /* zooms out */
    }
}

.special-discount {
    text-align: center;
}

p.eoi-dester {
    text-align: center;
    font-size: 22px;
}

.eoi-dester b {
    color: #bc202e;
}

.valid {
    text-align: center;
}

.border-rights {
    border-right: 1px dashed #bc202e;
}

.special-discount h2 {
    font-family: 'Open Sans';
    font-size: 31px;
    font-weight: 800;
}

.highlight-img img {
    border-radius: 10px;
}

.desktop-banner {
    display: block;
}

.tab-banner {
    display: none;
}

.mobile-banner {
    display: none;
}

.mobile-overview {
    display: none;
}

.mobile-information {
    display: none;
}
.call-section {
    background: #bc202e;
    color: #fff;
    font-family: 'Montserrat';
    text-align: center;
}
.call-section form .form-group{
    margin-bottom:0;
}
.call-section .btn{
    border-radius:5px;
}
.footer-privacy{
     font-family: 'Montserrat';
     padding:20px 0;
     text-align:center;
}
.banner-mobile-fer{
    display:none;
}
.floor-img img{
    filter:blur(2px);
}
.modal-content {
    font-family: 'Montserrat';
    background: #bc202e;
    color:#fff;
}
.close {
    color: #ffffff;
    opacity: 1;
}
.project-btn .btn {
    background: #bc202e;
    box-shadow: 0 0 3px #000;
    border: none;
}
.gallery-section-infromation .project-btn {
    text-align: center;
    margin-top:20px;
}

.call-btn-fit {
    background-color: #3aa2e7;
    color: #fff;
    border-radius: 6px;
    width: 22%;
    height: 50px;
    position: fixed;
    right: 25px;
    margin: 0;
    z-index: 990;
    bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    animation: whatsapp-fill-call 1.5s 
ease infinite;
    font-size: 20px;
    font-family: 'Montserrat';
}
.call-btn-fit p{
    margin-bottom:0;
}
@keyframes whatsapp-fill-call {
    15% {
        box-shadow: 0 0 0 4px #3aa2e7c2;
    }

    25% {
        box-shadow: 0 0 0 8px #3aa2e793,
            0 0 0 16px #3aa2e785;
    }

    30% {
        box-shadow: 0 0 0 12px #3aa2e74f,
            0 0 0 24px #3aa2e723;
    }
}
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: 100px;
    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 screen and (max-width:1400px) {
    .amenities-img {
        max-width: 87px;
    }
}

@media screen and (max-width:1199px) {
    .banner-section-information h1 b {
        font-size: 66px;
    }

    .banner-section-information {
        padding: 4% 5% 4% 5%;
    }

    .banner-section-information h1 {
        font-size: 27px;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .overview-section-in p {
        text-align: justify;
        font-size: 18px;
    }

    .highlight-information p {
        font-size: 20px;
    }

    .highlight-information ul li {
        font-size: 18px;
    }

    .starting-price-info {
        font-size: 20px;
    }

    p.starting-size-info {
        font-size: 20px;
    }

    p.starting-infer {
        font-size: 22px;
    }
    .menu ul li a {
    padding: 0px 11px;
    font-size:12px;
}
.call-btn-fit {
    width: 30%;
}
}

@media screen and (max-width:991px) {
    .logo {
    max-width: 185px;
}
.call-btn-fit {
    width: 37%;
}
    .container {
        max-width: 879px;
    }

    .valid {
        font-size: 20px;
    }

    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: block;
    }

    .mobile-banner {
        display: none;
    }
header {
    width: 100%;
    top: 0px;
    border-radius: 0;
    padding:20px 0;
}
.banner-section-information {
    top: 70px;
}
    .overview-img {
        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%);
    }

    .button_container span {
        background: #000000;
        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: 73px;
        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: #000;
    }

    .button_container.active .top {
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #000;
    }

    .button_container.active .middle {
        opacity: 0;
        background: #000;
    }

    .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;
    }
}

@media screen and (max-width:767px) {
    .container {
        max-width: 700px;
    }
    .call-btn-fit {
        width: 45%;
    }
    .valid {
        font-size: 19px;
    }

    .payment-plan {
        font-size: 21px;
    }

    .payment-plan b {
        font-size: 28px;
    }

    .special-discount h2 {
        font-size: 28px;
    }

    .highlight-img {
        margin: 0 auto;
        text-align: center;
    }

    .price-section-info {
        margin-bottom: 20px;
    }

    .location-img {
        margin: 0 auto;
        text-align: center;
    }

    .floor-section-info {
        margin-bottom: 20px;
    }

    .configuration-section {
        padding: 40px 0;
    }

    .banner-section-information h1 {
        font-size: 26px;
    }

    .banner-section-information h1 b {
        font-size: 60px;
    }

    .banner-location {
        font-size: 20px;
    }

    .banner-btn .download-brochure {
        display: none;
    }
    .call-section form .form-group{
    margin-bottom: 15px;
}
}

@media screen and (max-width:565px) {
    .payment-plan {
        margin-bottom: 3px;
    }

    .special-discount h2 {
        font-size: 30px;
    }

    .border-rights {
        border-right: none;
        border-bottom: 1px dashed #bc202e;
        margin-bottom: 10px;
    }
    .call-btn-fit p {
    display: none;
}
    .valid {
        margin-bottom: 0;
    }

    p.eoi-dester {
        font-size: 20px;
    }

    .section-title h2 {
        font-size: 27px;
        font-weight: 600;
    }

    .section-title p {
        font-size: 19px;
    }

    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }

    .desktop-information {
        display: none;
    }

    .mobile-information {
        display: block;
        /* background: none; */
    }

    .banner-section-information {
        position: absolute;
        top: 0;
        left: 50%;
        width: 60%;
        text-align: center;
        /* background: #bc202e; */
        margin: 0 auto;
        transform: translate(-50%);
        padding: 20px;
    }
    .banner-mobile-fer {
        display: block;
        background: #000000c2;
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        color: #fff;
        padding: 10px 0;
    }
    .banner-section {
    margin-top: 70px;
}
.banner-configuration {
    margin-bottom: 5px;
}
.banner-price {
    margin-bottom: 10px;
}
p.footer-disclaimer {
    text-align: justify;
}
.hidden-view{
    display:none;
}
}
@media screen and (max-width:420px) {
    .banner-section-information h1 b {
        font-size: 40px;
    }
        .banner-section-information h1 {
        font-size: 20px;
    }
        .payment-plan b {
        font-size: 23px;
    }
        .payment-plan {
        font-size: 19px;
    }
        p.eoi-dester {
        font-size: 18px;
        margin-bottom: 10px;
    }
        .valid {
        font-size: 15px;
    }
    .padding-space-extra {
    padding: 45px 0;
}
    .section-title h2 {
        font-size: 22px;
        font-weight: 600;
        text-align: center;
    }
        .section-title p {
        font-size: 17px;
    }
        .overview-section-in p {
        text-align: justify;
        font-size: 16px;
    }
        .highlight-information p {
        font-size: 18px;
    }
     .highlight-information ul li {
        font-size: 16px;
    }
    .footer-inner h3 {
    font-size: 19px;
}
}