@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Display:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Noto Sans Display", sans-serif;
}

/* HEADER CSS STARTS */
header {
    position: fixed;
    width: 93%;
    left: 50%;
    top: 6px;
    z-index: 99;
    background-color: #fff;
    padding: 5px 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 {
    background-color: #fff;
    box-shadow: 0 0 1px #000;
    z-index: 999;
    border-radius: 10px;
}

.inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.logo {
    max-width: 117px;
}

.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;
}

.project-overview-section .know-more {
    text-align: left;
}

/* HEADER CSS ENDS */
.desktop-banner {
    display: block;
}

.tab-banner {
    display: none;
}

.mobile-banner {
    display: none;
}

.banner-section {
    position: relative;
    overflow: hidden;
}

.banner-section .container-fluid {
    padding: 0;
}

.banner-section::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(359deg, black, transparent, black);
    content: "";
    z-index: 9;
}

.banner-information {
    position: absolute;
    bottom: 3%;
    left: 0;
    color: #fff;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 30px;
}

.padding-space-extra {
    padding: 50px 0;
}

.price-section-box {
    background: #2e4f69;
    box-shadow: 0 0 3px #a5a5a5;
    padding: 20px;
    border-radius: 5px;
}

.price_conf h3 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
    padding: 5px;
    background: #ffffff;
    color: #000000;
    border-radius: 5px;
}

.price_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #848484;
    color: #fff;
}

.price_text p {
    margin-bottom: 0;
}

.enquire-btn {
    text-align: center;
}

.enquire-btn .btn {
    background: #ffffff;
    color: #000000;
    width: 50%;
}

.price-inn {
    position: relative;
    overflow: hidden;
}

.price-inn::before {
    position: absolute;
    top: 47%;
    left: 0;
    width: 100%;
    content: "";
    z-index: -1;
    border-bottom: 1px dashed #000000;
}

.price-inn::after {
    position: absolute;
    bottom: 30%;
    left: 0;
    width: 100%;
    content: "";
    z-index: -1;
    border-bottom: 1px dashed #000000;
}

.section-title {
    text-align: center;
    margin-bottom: 20px;
}

.section-title h2 {
    font-size: 28px;
}

.bg-color {
    background: #2e4f6924;
}

.gallery-img {
    position: relative;
    height: 370px;
}

.gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 0 3px #000;
}

.gallery-swiper {
    position: relative;
    padding-bottom: 60px;
}

.gallery-navigation {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
    align-items: center;
}

.gallery-prev,
.gallery-next {
    position: static !important;
    width: 45px;
    height: 45px;
    background: #2e4f69;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 0;
}

.gallery-prev:after,
.gallery-next:after {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
}

.gallery-prev:hover:after,
.gallery-next:hover:after {
    color: #fff;
}

.floor-plan-info p {
    font-size: 23px;
    text-align: center;
}

.floor-img {
    box-shadow: 0 0 3px #8e8b8b;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.floor-img img {
    border-radius: 10px;
    filter: blur(3px);
}

.floor-plan-info p {
    background: #2e4f69;
    color: #fff;
    border-radius: 6px;
    font-size: 20px;
    padding: 10px 0;
}

.more-text {
    display: none;
}

.read-more-btn {
    border: none;
    background: 0 0;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    transition: color 0.3s;
}

.read-more-btn:hover {
    color: #000;
}

.overview-section-information {
    width: 85%;
    margin: 0 auto;
}

.overview-img img {
    border-radius: 10px;
    box-shadow: 0 0 3px #000;
}

.whatsapp-now-btn {
    background: #1ec360 !important;
    width: 100%;
    color: #fff;
}
.whatsapp-now-btn a{
    color:#fff ;
    text-decoration:none;
}
.btn {
    background: #2e4f69;
    color: #fff;
    width: 100%;
}

.contact-us {
    background: #0591ff;
    color: #fff;
    width: 100%;
}
.contact-us a{
    color:#fff;
    text-decoration:none;
}
.highlight-information ul {
    padding-left: 5px;
}

.highlight-information ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #000;
}

.highlight-img img {
    border-radius: 10px;
    box-shadow: 0 0 3px #000;
}

.high {
    margin-top: 30px;
}

.amneities-img img {
    border-radius: 10px;
    box-shadow: 0 0 3px #000;
}

.amenities-info p {
    background: #2e4f69;
    color: #fff;
    padding: 7px;
    text-align: center;
    border-radius: 5px;
    margin-top: 10px;
}

.about-developer-information {
    width: 85%;
    margin: 0 auto;
}

.about-developer-img img {
    border-radius: 10px;
    box-shadow: 0 0 3px #000;
}

.location-infer ul {
    padding-left: 10px;
}

.location-infer ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #000;
}

.location-infer ul li p {
    margin-bottom: 0;
}

.location-map img {
    border-radius: 10px;
    box-shadow: 0 0 3px #000;
}

.card-header h3 a {
    font-size: 17px;
}

.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-inner h3 {
    font-size: 21px;
    text-align: center;
    margin-bottom: 20px;
}

.footer-group-row p,
.footer-points p {
    border-bottom: 1px dashed #000000;
    margin-bottom: 10px;
    font-size: 18px;
}

.footer-group-row ul {
    padding-left: 10px;
    list-style: none;
}

.footer-group-row ul li,
.footer-points ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #000;
}

.footer-points ul {
    padding-left: 10px;
}

.footer-points ul li a {
    color: #000;
}

.footer-privacy {
    text-align: center;
}

.footer-inner form .form-group {
    margin-bottom: 0;
}

p.banner-location {
    font-size: 18px;
    margin-bottom: 10px;
}

p.banner-configuration {
    font-size: 20px;
    margin-bottom: 10px;
}

.banner-btn .btn {
    width: auto;
}

.contact-sales-manager {
    background: #347fb9;
}
.contact-sales-manager a{
    color:#fff;
    text-decoration:none;
}
.pulse {
    animation: pulseGlow 1.5s infinite;
}

.shake {
    animation: shakeeGlow 1.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes pulseGlow {
    0% {
        transform: scale(1);
        filter: drop-shadow(0 0 0px #fff);
    }

    50% {
        transform: scale(1.1);
        filter: drop-shadow(0 0 8px #fff);
    }

    100% {
        transform: scale(1);
        filter: drop-shadow(0 0 0px #fff);
    }
}

@keyframes shakeeGlow {
    0% {
        transform: rotate(0deg);
        /* filter: drop-shadow(0 0 0px #fff); */
    }

    25% {
        transform: rotate(10deg);
        /* filter: drop-shadow(0 0 4px #fff); */
    }

    50% {
        transform: rotate(-10deg);
        /* filter: drop-shadow(0 0 8px #fff); */
    }

    75% {
        transform: rotate(10deg);
        /* filter: drop-shadow(0 0 4px #fff); */
    }

    100% {
        transform: rotate(0deg);
        /* filter: drop-shadow(0 0 0px #fff); */
    }
}

.floor-img i {
    position: absolute;
    top: 35%;
    left: 41%;
    z-index: 9;
    background: #2e4f69;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 35px;
    transform: translate(-50%, -50%);
    border-radius: 100%;
}

.highlight-section-information .overview-inn-info {
    text-align: center;
}

.banner-price {
    padding-left: 5px;
    font-size: 24px;
}

.banner-price b {
    color: #62baff;
}

.price-section-information {
    width: 85%;
    margin: 0 auto;
}

.highlight-section-information {
    width: 85%;
    margin: 0 auto;
}

.location-information {
    width: 85%;
    margin: 0 auto;
}

.faq-section-information {
    width: 85%;
    margin: 0 auto;
}

.footer-section-points {
    width: 85%;
    margin: 0 auto;
}

.desktop-banner {
    display: block;
}

.tab-banner {
    display: none;
}

.mobile-banner {
    display: none;
}
.side-enquire-now {
    position: fixed;
    top: 45%;
    right: 0;
    z-index: 9;
    writing-mode: vertical-rl;
}

.side-enquire-now .btn {
    padding: 15px 5px;
}
.enquire-outer{
    display:none;
}

.floor-section-information {
    width: 85%;
    margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
    .enquire-btn .btn {
        width: 70%;
    }
}

@media only screen and (max-width: 991px) {
    .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%);
    }

    .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;
    }

    .price-section-information {
        width: 95%;
    }

    .floor-img i {
        position: absolute;
        top: 31%;
        left: 38%;
        z-index: 9;
        background: #2e4f69;
        width: 70px;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 26px;
        transform: translate(-50%, -50%);
        border-radius: 100%;
    }

    .overview-info p {
        text-align: justify;
    }

    .overview-inn-info .btn {
        margin-bottom: 10px;
    }

    .about-develoepr p {
        text-align: justify;
    }

    .section-title h2 {
        font-size: 25px;
    }

    .banner-info h1 {
        font-size: 34px;
    }

    p.banner-location {
        font-size: 15px;
    }

    p.banner-configuration {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .floor-plan-info p {
        font-size: 17px;
    }
}

@media only screen and (max-width: 767px) {
    .price-inn::before {
        display: none;
    }

    .price-inn::after {
        display: none;
    }

    .price-section-box {
        margin-bottom: 10px;
    }

    .banner-information {
        display: block;
    }

    .banner-information {
        display: block;
        left: 50%;
        transform: translate(-50%);
        text-align: center;
        bottom: -10px;
        padding: 20px;
        border: 1px solid #fff;
        width: 70%;
        border-radius: 10px;
    }

    .banner-info h1 {
        font-size: 29px;
    }

    .banner-btn .btn {
        width: auto;
        font-size: 14px;
    }

    .overview-img {
        display: none;
    }

    .img-highlight {
        display: none;
    }

    .highlight-img {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }

    .floor-img i {
        top: 40%;
        left: 45%;
    }

    .floor-img {
        margin-bottom: 10px;
    }

    .overview-section-information {
        width: 95%;
    }

    .highlight-section-information {
        width: 95%;
    }

    .about-developer-information {
        width: 95%;
    }

    .faq-section-information {
        width: 95%;
    }

    .footer-inner form .form-group {
        margin-bottom: 10px;
    }

    .banner-info h1 {
        font-size: 27px;
    }

    .banner-price {
        font-size: 19px;
    }
    .enquire-outer {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 9;
    }
    .enquire-outer ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 0;
    background: #2e4f69;
    margin-bottom: 0;
}
.enquire-outer ul li {
    width: 100%;
    padding: 10px;
    text-align: center;
}
.enquire-outer ul li a{
    color:#fff;
    text-decoration:none;
}
.whatsapp-now {
    background: #34a83a;
}
}

@media only screen and (max-width: 500px) {
    .banner-information {
        width: 80%;
    }
}

@media only screen and (max-width: 470px) {
    .banner-information {
        width: 90%;
    }

    .banner-info h1 {
        font-size: 24px;
    }

    .section-title h2 {
        font-size: 20px;
    }

    .section-title p {
        font-size: 14px;
    }

    .floor-img i {
        left: 40%;
    }

    .overview-info p {
        font-size: 13px;
    }

    .highlight-information ul li {
        font-size: 14px;
        text-align: justify;
    }

    .about-develoepr p {
        text-align: justify;
        font-size: 13px;
    }

    .location-infer ul li p {
        font-size: 14px;
    }

    .location-information {
        width: 95%;
    }

    .location-map {
        margin-top: 10px;
    }

    .card-header h3 a {
        font-size: 15px;
    }

    .card-body {
        font-size: 14px;
    }

    .footer-inner h3 {
        font-size: 17px;
    }

    .footer-section-points {
        width: 95%;
    }

    .footer-group-row p,
    .footer-points p {
        font-size: 15px;
    }

    .footer-group-row ul li,
    .footer-points ul li {
        font-size: 15px;
    }

    .footer-points ul {
        padding-left: 18px;
    }

    p.footer-disclaimer {
        font-size: 14px;
        text-align: justify;
    }

    header {
        width: 100%;
        top: 0;
        border-radius: 0;
    }

    .newClass {
        border-radius: 0;
    }

    .banner-section {
        margin-top: 57px;
    }

    .banner-section::before {
        background: #00000080;
    }
}

@media only screen and (max-width: 400px) {
    .banner-info h1 {
        font-size: 22px;
    }

    .floor-img i {
        top: 31%;
        width: 60px;
        height: 60px;
    }
}