@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
    font-family: "Montserrat", 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;
    box-shadow: 0 0 1px #000;
}

.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(91deg, #00000000, #00000078, #00000094, #00000000);
    content: "";
    z-index: 9;
}

.banner-section-information {
    position: absolute;
    top: 40%;
    left: 50%;
    content: "";
    z-index: 9;
    color: #fff;
    transform: translate(-50%, -50%);
    text-align: center;
}

.banner-section-information h1 {
    font-size: 50px;
    font-family: "Tinos", serif;
}

p.banner-location {
    /* background: #4747d0; */
    background: #8d2700f7;
    padding: 5px 10px;
    width: 50%;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.banner-configuration {
    font-size: 21px;
    margin-bottom: 10px;
}

.banner-price {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    padding: 5px 10px;
    width: 100%;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 20px;
    color: #000;
}

.banner-price b {
    color: #8d2700;
    font-size: 30px;
    padding: 0 5px;
}

.banner-btn {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%);
    z-index: 9;
}

.contact-sales-manager {
    background: #8d2700 !important;
    border-radius: 20px;
    border: 1px solid #fff;
    box-shadow: 0 0 3px #fff;
    margin-left: 10px;
}

.project-btn .contact-sales-manager {
    background: #8d2700 !important;
    border-radius: 20px;
    border: 1px solid #fff;
    box-shadow: 0 0 3px #fff;
    width: 100%;
    margin-left: 0 !important;
}

.contact-sales-manager a {
    color: #fff;
    text-decoration: none;
}

.btn {
    background: #fff;
    color: #000;
    border-radius: 20px;
    box-shadow: 0 0 3px #6e6e6e;
}

.padding-space-extra {
    padding: 60px 0;
}

.overview-section-information {
    width: 90%;
    margin: 0 auto;
}

.overview-img img {
    border-radius: 20px;
    box-shadow: 0 0 3px #656262;
}

.overview-info {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.overview-info::before {
    position: absolute;
    top: 0;
    left: 15%;
    height: 100%;
    border-left: 2px solid #8d2700;
    content: "";
    z-index: 9;
}

.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;
}

.whatsapp {
    background: #32b24f;
    width: 100%;
}

.whatsapp a {
    color: #fff;
    text-decoration: none;
}

.download {
    background: #202021;
    color: #fff;
    width: 100%;
}

.bg-color {
    background: #fbf3e4;
}

.price-section-information {
    margin: 0 auto;
    width: 90%;
}

.price-section-information .section-title {
    text-align: center;
}

.section-title h2 {
    font-family: "Tinos", serif;
    font-size: 39px;
    font-weight: 400;
}

.price-section-inn {
    text-align: center;
    box-shadow: 0 0 3px #827d7d;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
}

.project-title {
    background: #8d2700;
    padding: 6px 0;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 8px;
}

.project-title p {
    margin-bottom: 0;
    font-size: 18px;
}

.project-size {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #8d2700;
}

.project-size p {
    margin-bottom: 0;
}

.enquire-btn {
    background: #202021;
    color: #fff;
    font-size: 15px;
    border-radius: 7px;
    width: 85%;
}

.gallery-img-1 {
    position: relative;
    height: 190px;
    overflow: hidden;
    box-shadow: 0 0 3px #000;
    border-radius: 20px;
    margin-bottom: 10px;
}

.gallery-img-1 img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-img {
    position: relative;
    overflow: hidden;
    height: 400px;
    box-shadow: 0 0 3px #000;
    border-radius: 20px;
    margin-bottom: 10px;
}

.gallery-img img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-information {
    width: 90%;
    margin: 0 auto;
}

.gallery-section-information .section-title {
    text-align: Center;
}

.floor-in {
    text-align: center;
}

.floor-in .btn {
    width: 80%;
    margin-bottom: 10px;
}

.floor-plan-section-infromation {
    width: 90%;
    margin: 0 auto;
}

.floor-plan-img img {
    border-radius: 17px;
    filter: blur(6px);
}

.floor-plan-img {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 3px #aaa4a4;
    border-radius: 17px;
}

.floor-plan-img i {
    position: absolute;
    top: 33%;
    left: 39%;
    z-index: 9;
    background: #8d2700;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 28px;
    transform: translate(-50%, -50%);
    border-radius: 100%;
}

.floor-plan-section-infromation .section-title {
    text-align: center;
}

.about-developers-section {
    width: 90%;
    margin: 0 auto;
}

.about-img {
    box-shadow: 0 0 3px #000;
    border-radius: 20px;
}

.about-img img {
    border-radius: 20px;
}

.highlight-section-infromation {
    width: 90%;
    margin: 0 auto;
}

.highlight-img {
    border-radius: 15px;
    box-shadow: 0 0 3px #000;
}

.highlight-img img {
    border-radius: 15px;
}

.highlight-section-in ul {
    padding-left: 10px;
}

.highlight-section-in ul li {
    margin-bottom: 10px;
    padding: 10px;
    background: #ffffff;
    box-shadow: 0 0 3px #abaaaa;
}

.amenities-section-infromation {
    width: 90%;
    margin: 0 auto;
}

.amenities-info {
    text-align: center;
    box-shadow: 0 0 3px #adabab;
    padding: 10px;
    margin-bottom: 20px;
}

.amenities-info p {
    margin-bottom: 0;
}

.amenities-img img {
    filter: brightness(0.5);
}

.amenities-section-infromation .section-title {
    text-align: center;
}

.location-inform .card {
    margin-bottom: 20px;
}

.location-inform .card-header {
    background: #202021;
    color: #fff;
}

.location-inform .card-header a {
    font-size: 18px;
}

.location-inform .card-body {
    padding: 10px;
}

.location-inform .card-body ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.location-inform .card-body ul li {
    margin-bottom: 10px;
}

.location-section-infroamtion {
    width: 90%;
    margin: 0 auto;
}

.location-img img {
    border-radius: 20px;
}

.location-img {
    box-shadow: 0 0 3px #8b8686;
    border-radius: 20px;
}

.location-inform .card-header-title>a:after {
    content: "\f078";
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
    right: 10px;
}

.faq-section .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;
}

.location-inform .card-header-title>a[aria-expanded="true"]:after {
    content: "\f077";
}

.faq-section .card-header-title>a[aria-expanded="true"]:after {
    content: "\f077";
}

.faq-section-information {
    width: 85%;
    margin: 0 auto;
}

.footer-section-points {
    width: 85%;
    margin: 0 auto;
}

.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;
}

.footer-section {
    background: #e3e3e3;
}

.footer-inner form .btn {
    border-radius: 5px;
    background: #202021;
    color: #fff;
}

.side-enquire-now {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 99;
    writing-mode: vertical-rl;
}

.side-enquire-now .btn {
    padding: 15px 5px;
    border-radius: 5px;
    background: #202021;
    color: #fff;
}

.enquire-outer {
    display: none;
}

.faq-div .card-header {
    background: #eeeeee;
}

.faq-div .card {
    margin-bottom: 10px;
}

.desktop-banner {
    display: block;
}

.tab-banner {
    display: none;
}

.mobile-banner {
    display: none;
}

.faq-section-information .section-title {
    text-align: center;
}

.project-btn {
    width: 70%;
}

.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 #dbdbdb);
    }

    50% {
        transform: scale(1.1);
        filter: drop-shadow(0 0 8px #dbdbdb);
    }

    100% {
        transform: scale(1);
        filter: drop-shadow(0 0 0px #dbdbdb);
    }
}

@keyframes shakeeGlow {
    0% {
        transform: rotate(0deg);
        filter: drop-shadow(0 0 0px #dbdbdb);
    }

    25% {
        transform: rotate(10deg);
        filter: drop-shadow(0 0 4px #dbdbdb);
    }

    50% {
        transform: rotate(-10deg);
        filter: drop-shadow(0 0 8px #dbdbdb);
    }

    75% {
        transform: rotate(10deg);
        filter: drop-shadow(0 0 4px #dbdbdb);
    }

    100% {
        transform: rotate(0deg);
        filter: drop-shadow(0 0 0px #dbdbdb);
    }
}

.project-btn .live-location {
    background: #8d2700;
    width: 100%;
    border-radius: 0;
    margin-bottom: 10px;
    color: #fff;
}

.auto-popup-right h3 {
    font-size: 20px;
    margin-bottom: 0;
}
.ct-tag {
    font-size: 12px;
    margin-bottom: 10px;
}
.extra-brochure{
     background: #8d2700;
     color:#fff;
     border-radius:0;
}
@media only screen and (max-width: 1199px) {
    .price-section-information {
        width: 95%;
    }

    .section-title h2 {
        font-size: 34px;
    }

    .price-section-information .section-title p {
        font-size: 15px;
    }

    .floor-plan-img i {
        width: 75px;
        height: 75px;
    }

    .highlight-section-in ul li {
        font-size: 14px;
    }

    .about-developers-section {
        width: 95%;
    }

    .project-btn {
        width: 80%;
    }

    .menu ul li a {
        font-size: 13px;
        padding: 0px 10px;
    }

    .logo {
        max-width: 100px;
    }
}

@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;
    }

    .location-inform .card-body ul li {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .location-inform .card-header {
        padding: 10px;
    }

    .location-inform .card-header a {
        font-size: 15px;
    }

    .location-inform .card-header-title>a:after {
        top: 19px;
    }

    .section-title p {
        font-size: 15px;
    }

    .banner-btn {
        width: 70%;
        text-align: center;
    }

    .banner-section-information {
        width: 70%;
    }

    .price-section-inn {
        margin-bottom: 20px;
    }

    .project-btn {
        width: 100%;
    }

    .btn {
        font-size: 14px;
    }

    .about-developer-info p {
        font-size: 14px;
        text-align: justify;
    }

    .section-title h2 {
        font-size: 27px;
    }

    .highlight-section-in ul li {
        font-size: 13px;
    }

    .footer-inner h3 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title h2 {
        font-size: 30px;
    }

    .about-developer-info p {
        text-align: justify;
    }

    .floor-in {
        text-align: center;
        margin: 10px 0;
    }

    .footer-inner form .form-group {
        margin-bottom: 10px;
    }

    .footer-inner h3 {
        font-size: 19px;
    }

    .faq-div .card-body {
        font-size: 14px;
        padding: 8px;
    }

    header {
        width: 100%;
        top: 0px;
        border-radius: 0;
    }

    .newClass {
        border-radius: 0;
    }

    .banner-section {
        position: relative;
        overflow: hidden;
        margin-top: 69px;
    }

    .overview-info::before {
        display: none;
    }

    .project-btn {
        width: 100%;
    }

    .banner-section-information h1 {
        font-size: 40px;
    }

    .banner-price {
        font-size: 19px;
    }

    .overview-section-information p {
        font-size: 13px;
        text-align: justify;
    }

    .btn {
        font-size: 14px;
    }

    .read-more-btn {
        font-size: 14px;
    }

    .padding-space-extra {
        padding: 40px 0;
    }

    .gallery-img {
        height: 335px;
    }

    .gallery-img-1 {
        height: 160px;
    }

    .about-developer-info p {
        font-size: 15px;
    }

    .faq-div .card-header {
        padding: 0 10px 10px 10px;
    }

    .faq-section .card-header-title>a:after {
        top: 10px;
    }

    .faq-section .card-header h3 a {
        font-size: 15px;
    }

    .faq-section-information {
        width: 90%;
        margin: 0 auto;
    }

    p.footer-disclaimer {
        font-size: 14px;
        text-align: justify;
    }

    .location-footer {
        margin-bottom: 15px;
    }

    .whatsapp {
        margin-top: 12px;
    }

    .amenities-img {
        max-width: 52px;
        margin: 0 auto;
    }

    .project-btn .live-location {
        background: #8d2700;
        width: 100%;
        border-radius: 0;
        margin-bottom: 10px;
        color: #fff;
    }
}

@media only screen and (max-width: 575px) {
    .banner-btn {
        width: 80%;
        text-align: center;
    }

    .banner-section::before {
        background: #0000006b;
    }

    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }

    .banner-section-information {
        width: 80%;
    }

    .overview-section-information {
        width: 100%;
    }

    .contact-sales-manager {
        margin-left: 0px;
        margin-top: 10px !important;
    }

    .project-btn .contact-sales-manager {
        margin-top: 10px;
    }

    .section-title h2 {
        font-size: 23px;
    }

    .gallery-information {
        width: 100%;
        margin: 0 auto;
    }

    .gallery-img-1 {
        height: 141px;
    }

    .gallery-img {
        height: 295px;
    }

    .about-developer-info p {
        font-size: 13px;
    }

    .section-title p {
        font-size: 13px;
    }

    .banner-section-information h1 {
        font-size: 36px;
    }

    .banner-price {
        font-size: 19px;
    }

    .banner-configuration {
        font-size: 19px;
    }

    .banner-btn {
        width: 95%;
        text-align: center;
    }

    .footer-inner h3 {
        font-size: 16px;
    }

    .footer-section-points {
        width: 100%;
        margin: 0 auto;
    }

    .footer-group-row p,
    .footer-points p {
        font-size: 15px;
    }

    .footer-points ul li a {
        font-size: 15px;
    }

    .footer-group-row ul li,
    .footer-points ul li {
        border-bottom: 1px dashed #000;
        font-size: 15px;
    }

    .faq-section-information {
        width: 100%;
    }

    p.market-privacy {
        font-size: 14px;
    }

    .location-section-infroamtion {
        width: 100%;
        margin: 0 auto;
    }

    .amenities-section-infromation {
        width: 100%;
        margin: 0 auto;
    }

    .highlight-section-infromation {
        width: 100%;
        margin: 0 auto;
    }

    p.banner-location {
        font-size: 14px;
        width: 60%;
    }

    .enquire-outer {
        display: block;
    }

    .enquire-outer ul {
        display: flex;
        justify-content: space-between;
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 9;
    }

    .enquire-outer ul li {
        width: 100%;
        padding: 10px;
        text-align: center;
        background: #8d2700 !important;
    }

    .enquire-outer ul li a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
    }

    .enquire-outer ul .whatsapp-now {
        background: #32b24f !important;
        width: 100%;
    }

    .section-title {
        text-align: center;
    }

    .banner-price b {
        font-size: 26px;
    }
}

@media only screen and (max-width: 490px) {
    .banner-section-information {
        width: 90%;
    }

    .banner-price {
        padding: 0;
        font-size: 17px;
    }

    .banner-configuration {
        font-size: 18px;
    }

    .floor-plan-img i {
        width: 68px;
        height: 68px;
        font-size: 24px;
    }
}

@media only screen and (max-width: 390px) {
    .gallery-img {
        height: 255px;
    }

    .gallery-img-1 {
        height: 162px;
        border-radius: 10px;
    }

    .gallery-img-1 img {
        border-radius: 10px;
    }

    .price-section-information {
        width: 100%;
    }

    .banner-section-information h1 {
        font-size: 32px;
    }

    .banner-configuration {
        font-size: 15px;
    }

    .gallery-img img {
        border-radius: 10px;
    }

    .gallery-img {
        border-radius: 10px;
    }
}