body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'TenorSans-Regular';

}

@font-face {
    font-family: "Monda", sans-serif;
    font-weight: normal;
    font-style: normal;
}

.text-justify {
    text-align: justify !important;
}

.same-gap {
    padding: 80px 0 !important;
}

.theme-bg {
    background-color: #2c2c2c;
}

footer {
    padding-top: 60px;
}

.text-center {
    text-align: center;
}

img,
svg {
    vertical-align: middle;
}

.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}

table {
    border-collapse: collapse;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-responsive>.table-bordered {
    border: 0;
}

*,
::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.price-section tr td .btn {
    font-size: 16px;
}

.main-text,
.blog-title {
    color: #f00 !important;
}

.project-info-div {
    border: 1px solid #fff;

}

.newClass {
    background-color: #1d407d;
    box-shadow: 0 0 5px gray;
    padding: 12px 0;
}

.inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.logo {
    max-width: 230px;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.contact-number {
    display: flex;
}

.contact-number a {
    font-size: 32px;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Monda", sans-serif;
    ;
}

.contact-number a img {
    margin: 0 10px 0 0;
}

.banner-div {
    background-image: url("../images/banner.webp");
    width: 100%;
    height: calc(100vh - 85px);
    background-position: center;
}

.border-right {
    border-right: 1px solid #dee2e6;
}

.banner-section {
    position: relative;
    padding-top: 85px;
}

.banner-txt {
    position: absolute;
    width: 100%;
    bottom: 15px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.banner-text-div {
    position: relative;
    padding: 10px;
}

.banner-text-div h1 {
    margin-top: 0;
    font-size: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 50px;
    font-family: "Monda", sans-serif;
    ;
    font-weight: 400;
}

.banner-text-div p {
    color: #fff;
    font-size: 18px;
    margin: 0 0 12px 0;
    line-height: 30px;
    font-family: "Monda", sans-serif;
    ;
    font-weight: 400;
}

.banner-text-div h6 {
    color: #fff;
    font-size: 18px;
    margin: 0;
    line-height: 30px;
    font-family: "Monda", sans-serif;
    ;
    font-weight: 400;
}

.starting-price {
    display: flex;
    justify-content: center;
    color: #fff;
    align-items: center;
    font-size: 30px;
    margin-bottom: 20px;
    font-family: "Monda", sans-serif;
    ;
    font-weight: 400;
}

.starting-price img {
    max-width: 30px;
}

.config .btn {
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
    font-weight: 400;
    border: 0;
    cursor: pointer;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 13px;
}

.btn {
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
    font-weight: 400;
    border: 0;
    cursor: pointer;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 14px;
}

.btn {
    font-family: "Monda", sans-serif;
}

.btn-white {
    background: #fff !important;
    color: #f00 !important;
    font-family: "Monda", sans-serif;
}

.btn-white:hover {
    background: #f00 !important;
    color: #fff !important;
}

.price-section .btn {
    background-color: #005042;
    color: #fff;
}

.price-section .btn {
    background-color: #1d407d;
    color: #fff;
}

.project-info-inner-div img {
    max-width: 340px;

    height: auto;
}

.title h1,
.title h2 {
    font-size: 2.75em;
    margin: 0px 0 25px 0;
    font-family: "Monda", sans-serif;
    ;
    font-weight: 600;
}

.project-info-item {
    padding: 10px;
    /*margin-bottom: 30px;*/
}

.project-info-inner-div {
    border: 2px solid #fff;
    padding: 10px;
    /*text-align: center;*/
    height: 100%;
    background: #fff;

    /*
  background: linear-gradient(-38deg, rgba(129, 128, 224, 1) 0%, rgba(9, 9, 121, 1) 150%, rgba(46, 55, 136, 1) 100%);*/
    padding: 15px;
}

.project-info-inner-div:hover {
    /* background: #F00; */
}

.project-info-inner-div:hover p {
    /*  color: #fff !important;*/
}

.project-info-inner-div h4 {
    margin: 5px 0 10px 0;
    font-size: 18px;
    text-transform: capitalize;
    font-family: "Monda", sans-serif;
    ;
    font-weight: normal;
    font-style: normal;
    color: #fff;
}

.project-info-inner-div p {
    margin: 0;

    font-style: normal;
}

.gallery-item {
    margin-bottom: 30px;
}

.floor-plan-item {
    margin-bottom: 30px;
    position: relative;
}

.floor-plan-item img {
    filter: blur(3px);
}

.floor-plan-item .btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #1d407d;
    color: #fff;
    width: 250px;
    font-size: 16px;
}

.location-advantage-text-itm {
    display: flex;
    background-color: #fff;
    margin-bottom: 10px;
    height: 80%;
}

.location-advantage-text-itm-right h5 {
    margin: 5px 0 0 0;
    color: #1d407d;

}

.location-advantage-text-itm-right p {
    margin: 5px 0 10px 0;
    color: #000;
    font-family: "Monda", sans-serif;
    ;
    font-weight: normal;
    font-style: normal;
}

.location-advantage-text-itm-left {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -15px 5px 0 0;
}

.price-section .price-box {
    padding: 50px 15px;
    border-radius: 4px;
    background-color: #212529;
    transition: 0.8s ease-in-out;
}

.price-section .typology {
    border: 2px solid #1d407d;
    width: fit-content;
    margin: auto;
    padding: 5px 35px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 400;
}

.price-section .price-details {
    text-align: center;
    padding-top: 20px;
    font-size: 24px;
    font-weight: 400;
}

span.rupee {
    font-size: 26px;
}

.price-section .size-detail {
    display: flex;
    justify-content: space-around;
    margin: 20px 30px 15px;
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px dashed;
}

.price-major {
    font-size: 16px;
}

.price-section .price-details {
    text-align: center;
    padding: 15px;
    font-size: 20px;
    font-weight: 400;
    border-bottom: 1px dotted #000;
}

.price-section .micro-btn {
    text-align: center;
    padding-top: 10px;
}

.amenities-item {
    border: 1px solid #00000078;
    text-align: center;
    position: relative;
    padding: 12px 24px;
    border-radius: 12px;
}

.amenities-img {
    position: relative;
}

.amenities-item p {
    color: #000;
    font-size: 16px;
}

.amenities-item h4 {
    color: #000;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 400;
}


.highlights-item {
    position: relative;
    text-align: center;
    padding: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.col-highlights {
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

.col-highlights:nth-child(3n + 3) {
    border-right: 0;
}

.col-highlights:nth-child(10),
.col-highlights:nth-child(11),
.col-highlights:nth-child(12) {
    border-bottom: 0;
}

.white-bg-section {
    background-color: #fff;
}

.white-bg-section .title h1 {
    color: #1d407d;
}

.price-section tr th,
.price-section tr td {
    color: #000;
}

.countryCode option {
    color: #000;
}

.highlights-content p {
    margin: 15px 0 0 0;
    color: #000;
    font-size: 18px;
}

.highlights-content p b {
    color: #1d407d;
}

footer {
    width: 100%;
    display: inline-block;
}

footer p {
    color: #fff;
    font-size: 12px;
    margin: 0 0 10px 0;
}

footer ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
}

footer ul li {
    margin: 0px 0px 15px 10px;
}

footer ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.mobile-price {
    display: none;
}

.enquire-div {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;

    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-group {
    margin-bottom: 20px;
    position: relative;
}

.enquire-div .input-group .form-control {
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #1d407d;
    border-radius: 0;
    color: #000;
    padding: 15px 0;
    font-size: 18px;
}

.countryCode {
    position: absolute;
    left: 0;
    height: 100%;
    border-radius: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #1d407d;
    font-size: 18px;
    width: 130px;
}

.enquire-div .input-group .countryCode~.form-control {
    padding: 15px 0 15px 150px;
}

.enquire-div .input-group .form-control:focus-visible {
    outline: 0;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;

    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    /*max-width: 500px;*/
    position: relative;
    border-radius: 5px;
}

.close {
    color: #aaa;
    font-size: 35px;
    font-weight: bold;
    position: absolute;
    right: 5px;
    top: -5px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-form .countryCode {
    color: #000;
}

.modal-form {
    text-align: center;
}

.modal-form .countryCode~.form-control {
    padding: 15px 0 15px 135px;
}

.modal-form .countryCode {
    color: #000;
    left: 10px;
    width: 120px;
}

.modal-form .form-control {
    padding: 10px;
    font-size: 18px;
    color: #000;
    border-color: #1d407d;
}

.modal-form h3 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.modal-form .form-control:focus-visible {
    outline: 0;
}

.contact-buttons {
    position: fixed;
    left: 20px;
    bottom: 0;
    z-index: 9;
}

.contact-buttons ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact-buttons ul li {
    margin: 0 0 15px 0;
}

.contact-buttons ul li a {
    text-decoration: none;
    background-color: #1d407d;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-buttons ul li a.whatsapp-btn {
    background-color: #3ac24d;
    color: #fff;
}

.modal-form .form-control::placeholder {
    color: #000;
    opacity: 1;
}

.modal-form .form-control::-ms-input-placeholder {
    color: #000;
}

.modal-form .btn {
    background-color: #1d407d;
    color: #fff;
}

.enquire-div .input-group .form-control::placeholder {
    color: #1d407d;
    opacity: 1;
}

.enquire-div .input-group .form-control::-ms-input-placeholder {
    color: #1d407d;
}

.floor-plan-item .btn:hover {
    background-color: #1d407d;
}

.project-video-section {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../img/banner-1.webp") no-repeat;
    background-size: cover;

    background-size: cover;
    background-position: center center;
}

.project-video-div {
    text-align: center;
    padding: 50px 0 50px 0;
}

.project-video-section .title h1 {
    color: #fff;
}

.enquire-section {
    background-color: #fff;
}

.enquire-section .title h1 {
    color: #1d407d;
}

.enquire-section .btn {
    background-color: #1d407d;
    color: #fff;
}

.side-enquire-now {
    position: fixed;
    right: -64px;
    top: 53%;
    transform: rotate(90deg);
}

.side-enquire-now .btn {
    background-color: #1d407d;
    color: #fff;
}

.contact-buttons ul li a span {
    display: none;
}

@media only screen and (max-width: 1400px) {
    .menu ul li a {
        font-size: 16px;
        padding: 10px 10px;
    }

    .contact-number a {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1250px) {
    .menu ul li a {
        font-size: 15px;
        padding: 10px 10px;
    }

    .contact-number a {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1199px) {
    .contact-number a {
        font-size: 20px;
    }

    .menu ul li a {
        font-size: 14px;
        padding: 10px 5px;
    }

    .contact-number a {
        font-size: 24px;
    }

    .logo {
        max-width: 160px;
    }

    .banner-section {
        padding-top: 66px;
    }

    .banner-text-div h1 {
        font-size: 30px;
        margin-bottom: 10px;
        line-height: 40px;
    }

    .banner-text-div h6 {
        font-size: 16px;
    }

    .starting-price {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .btn {
        padding: 10px 12px;
        font-size: 16px;
    }

    .highlights-item {
        padding: 15px;
    }

    .location-advantage-text-itm {
        height: 90%;
    }

    .location-advantage-text-itm-right h5 {
        margin: 0;
    }

    .price-section tr td .btn {
        font-size: 14px;
    }

    .title h1 {
        font-size: 30px;
    }

    .same-gap {
        padding: 30px 0 !important;
    }
}

@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%);
    }

    .button_container span {
        background: #fff;
        border: 0;
        height: 5px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.35s ease;
        cursor: pointer;
    }

    .button_container span:nth-of-type(2) {
        top: 11px;
    }

    .button_container span:nth-of-type(3) {
        top: 22px;
    }

    .contact-number a {
        padding: 0;
        position: absolute;
        right: 50px;
        top: 50%;
        transform: translateY(-50%);
        background-color: transparent;
        color: #fff;
        font-size: 18px;
    }

    @-webkit-keyframes widgetPulse {
        0% {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
            opacity: 1;
        }

        100% {
            -webkit-transform: scale(1.8, 1.8);
            transform: scale(1.8, 1.8);
            opacity: 0;
        }
    }

    @keyframes widgetPulse2 {
        0% {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
            opacity: 1;
        }

        100% {
            -webkit-transform: scale(1.4, 1.4);
            transform: scale(1.4, 1.4);
            opacity: 0;
        }
    }

    .overlay {
        position: fixed;
        background: #fff;
        top: 64px;
        left: 0;
        width: 100%;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        max-height: 0;
        -webkit-transition: max-height 0.3s, -webkit-transform 0.3s;
        transition: max-height 0.3s, -webkit-transform 0.3s;
        -o-transition: max-height 0.3s, transform 0.3s;
        transition: max-height 0.3s, transform 0.3s;
        transition: max-height 0.3s, transform 0.3s, -webkit-transform 0.3s;
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        overflow: auto;
    }

    .overlay nav {
        text-align: center;
    }

    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        width: 100%;
    }

    .overlay ul li {
        display: block;
        position: relative;
        opacity: 0;
        margin: 0;
    }

    .overlay ul li a,
    .overlay ul li span {
        display: block;
        position: relative;
        color: #000;
        text-decoration: none;
        overflow: hidden;
        font-size: 18px;
    }

    .overlay.open li {
        -webkit-animation: fadeInRight 0.5s ease forwards;
        animation: fadeInRight 0.5s ease forwards;
        animation-delay: 0s;
        animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-delay: 0.35s;
        animation-delay: 0.35s;
        opacity: 1;
        border-bottom: 1px solid gray;
    }

    .button_container.active .top {
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #fff;
    }

    .button_container.active .middle {
        opacity: 0;
        background: #fff;
    }

    .button_container.active .bottom {
        transform: translateY(-11px) translateX(0) rotate(-45deg);
        background: #fff;
    }

    .overlay.open {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        max-height: 100vh;
    }

    .location-advantage-img {
        margin-bottom: 30px;
    }

    .contact-buttons ul li a span {
        display: block;
    }

    .contact-buttons {
        left: 0;
        bottom: 0;
        width: 100%;
    }

    .contact-buttons ul {
        display: flex;
    }

    .contact-buttons ul li {
        margin: 0;
        width: 50%;
    }

    .contact-buttons ul li a {
        height: 50px;
        border-radius: 0;
        width: 100%;
    }

    .contact-buttons ul li a img {
        margin: 0 10px 0 0;
        max-width: 25px;
        height: auto;
    }

    footer {
        padding-bottom: 0px;
    }

    footer a {
        text-decoration: none !important;
    }

    .title h1 {
        font-size: 25px;
    }

    .banner-text-div h1 {
        font-size: 25px;
        margin-bottom: 10px;
        line-height: 35px;
    }

    .starting-price {
        font-size: 20px;
    }

    .side-enquire-now {
        display: none;
    }

    .contact-number {
        display: none;
    }
}

@media only screen and (max-width: 767px) {

    .table-bordered td,
    .table-bordered th {
        border: 1px solid;
        color: #fff;
        font-size: 14px;
    }

    .typology,
    .price-major,
    .price-details {
        color: #fff;
    }
}

@media only screen and (max-width: 575px) {
    .contact-buttons ul li a {
        height: 35px;
        padding: 0;
    }

    .contact-buttons ul li a img {
        max-width: 20px;
    }

    .contact-buttons ul li a span {
        font-size: 14px;
    }

    .banner-text-div h1 br {
        display: none;
    }

    .banner-text-div h1 {
        font-size: 20px;
        line-height: 25px;
    }

    .starting-price {
        font-size: 18px;
    }

    .btn {
        padding: 10px;
        font-size: 14px;
    }

    .starting-price img {
        max-width: 22px;
    }

    .logo {
        max-width: 130px;
    }

    .contact-number a {
        font-size: 16px;
        right: 40px;
    }

    .banner-section {
        padding-top: 58px;
    }

    .highlights-content p {
        font-size: 14px;
    }

    .project-info-inner-div h4 {
        font-size: 14px;
    }

    .mobile-price {
        display: block;
    }

    .price-section .price-box {
        margin-bottom: 30px;
    }

    .price-section .price-details {
        font-size: 16px;
    }

    .price-section .typology {
        font-size: 16px;
    }

    .overlay {
        top: 58px;
    }
}

* {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Monda", sans-serif;
    font-weight: 400;
    font-style: normal;

    font-optical-sizing: auto;

    font-style: normal;
    font-variation-settings: "wdth" 100;
}

#carouselExampleIndicators {
    margin-top: -120px;
    z-index: 2;
}

.navbar {
    transition: background-color 0.3s ease;
    z-index: 9;
    padding: 5px 0;
}

.navbar.scrolled {
    background-color: #000 !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 1000;
    max-width: 100% !important;
}

.nav-item a {
    margin: 0 10px;
    line-height: 2;
    margin-bottom: 0px;
    color: #fff !important;
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-family: "Monda", sans-serif;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    background: transparent !important;
}

.carousel-item {
    position: relative;
}

.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(45, 45, 45, 0.2) 0%,
            rgba(45, 45, 45, .20) 100%);
    z-index: 1;
}

.carousel-item img {
    width: 100%;
    height: auto;
}

.modal {
    z-index: 99999;
}

.modal-body {
    background-color: #fff;
    opacity: 1;
    align-items: center;
    text-align: center;
    /*padding: 12px 50px;*/
}

.modal-body img {
    width: 200px;
}

.modal-body h2 {
    font-size: 40px;
    letter-spacing: 2px;
    padding-bottom: 0;
    margin-bottom: 15px;
}

.modal-body h6 {
    font-family: "Poppins-Regular";
    font-size: 16px;
    padding-top: 0;
    letter-spacing: 0.8px;
    color: #666;
}

.modal-body h4 {
    color: var(--yellow);
    text-align: center;
    border-radius: 50px;

    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 25px;
    letter-spacing: 1.5px;
    color: #aa8b6c;
    margin-top: 10px;
}

.modal-body .btn-main {
    background: #aa8b6c;
    color: #fff;
    border-radius: 0;
    padding: 10px 25px;

    letter-spacing: 1px;
    width: 100%;
    display: block;
    text-align: center;
}

.modal-body .form-control {
    border: 0.5px solid #ccc;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0;
    padding: 15px 25px;
    margin-bottom: 10px;
}

.modal-body .form-control::placeholder {
    color: #666;

    letter-spacing: 0.7px;
}

.modal .close {
    color: #222;
    opacity: 1;
    right: 0px;
    position: absolute;
    z-index: 9999999 !important;
    top: -10px;
    padding: 8px 10px;
    border-radius: 50px;
    padding-top: 3px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    background: #fff;
}

.bg-light {
    background: #f9f9fa !important;
}

.bg-white {
    background: #fff !important;
}

.highlights-item img {
    filter: brightness(0) saturate(100%) invert(39%) sepia(18%) saturate(7495%) hue-rotate(35deg) brightness(97%) contrast(69%);
}

.text-primary {
    color: #1d407d !important;
}

/*.location-advantage-text-itm-left img,
#amenities img {    
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}*/

.black-png,
#highlights img {
    filter: brightness(0) saturate(100%);
}

.floor-plan-item img {
    filter: blur(3px);
}

.floor-plan-item .btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #1d407d;
    color: #fff;
    width: 250px;
    font-size: 16px;
}

/*
About page
*/
.breadcrumb__area {
    background: linear-gradient(58deg, #003366 0%, rgb(191, 63, 36) 88%);
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 150px 0;
    margin-top: 75px;
}

.breadcrumb__bg {
    height: 500px;
}

.breadcrumb__bg {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

/* end about page*/

#demo {
    background: transparent;
    max-width: 100%;
    margin: auto;
}

#demo .carousel-caption {
    position: initial;
    z-index: 10;
    padding: 0rem 3rem 0rem 3rem;
    text-align: center;
}

@media (max-width: 767px) {
    #demo .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;

        text-align: center;

        font-style: italic;
        font-weight: 600;
        line-height: 1.5rem;
    }
}

#demo.carousel-caption img {
    width: 6rem;
    border-radius: 5rem;
    margin-top: 2rem;
}

@media (max-width: 767px) {
    #demo .carousel-caption img {
        width: 4rem;
        border-radius: 4rem;
        margin-top: 1rem;
    }
}

#image-caption {
    font-style: normal;
    font-size: 1rem;
    margin-top: 0.5rem;
}

@media (max-width: 767px) {
    #image-caption {
        font-style: normal;
    }
}

#gallery i {
    background-color: transparent !important;
    padding: 10px 20px;
    border-radius: 25%;
    color: #211E4C;
    border: 1px solid #211E4C;
}

#demo i {
    background-color: transparent !important;
    padding: 10px 15px;
    border-radius: 40%;
    color: #211E4C;
    border: 1px solid #211E4C;
}

#demo .carousel-control-prev {
    left: 10%;
    top: 85%;
}

#demo .carousel-control-next {
    right: 68%;
    top: 85%;
}


@media (max-width: 767px) {
    #demo i {
        padding: 0.8rem;
    }

    #demo .carousel-control-prev {
        left: -0px !important;
    }

    #demo .carousel-control-next {
        right: -0px !important;
    }
}

#demo .carousel-control-prev {
    justify-content: flex-start;
}

#demo .carousel-control-next {
    justify-content: flex-end;
}

#demo .carousel-control-prev,
#demo .carousel-control-next {
    transition: none;
    opacity: unset;
}

.accordion-button:not(.collapsed) {
    background: #212529;
    color: #fff;
}

/* Custom CSS for testimonal section */
.testimonal {
    position: relative;

    z-index: 10;
}

.text-main {
    color: #003366 !important;
}

.bg-main {
    background: #003366 !important;
}

.overlay-section .text-white {
    color: #fff;
}

.overlay-section .testimonal {
    z-index: 9 !important;
    position: relative;
}

/* Overlay effect */
.overlay-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(4, 67, 113, 0.78);
    /* Adjust opacity as needed */
}

/* Testimonial card */
.testimonial-card {
    background: transparent;
    border-radius: 10px;
}

#carouselExampleCaptions {
    margin-top: 90px !important;
}

.sidebar-box {
    position: relative;
}

.sidebar {
    position: fixed;
    top: 45%;
    right: 0;
    /* Initially hidden */
    transition: right 0.3s ease;
    z-index: 9;
}

/* Styles for the icons */
.sidebar-icon img,
.close-icon img {
    width: 45px;
}

/* Styles for the popup */
.popup {
    background: #eceded;
    width: 340px;
    padding: 15px;
    float: left;
    right: -150px;
    position: fixed;
    top: 30%;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    z-index: 9;
}

.popup.show {
    transform: translate(-50%, -50%) scale(1);
    /* Scaled to normal size */
    right: 49px;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}

.popup .border-box {
    border-color: rgb(164 164 165) !important;
}

.popup h4 {
    font-size: 0.9375rem;
    color: #222;
    text-align: center;
    margin: 10px 0;
}

.popup img {
    width: 45px;
    margin: 0 auto;
    display: block;
    padding-top: 10px;
}

#exampleModal1 .input-group-text {
    width: 50px;
    background: #fff !important;
    color: #f00;
    height: 56px;
    text-align: center;
    margin: 0 auto;

    display: grid;
}

.modal .close {
    background: transparent !important;
    border: none !important;
}

#exampleModal1 label {
    display: block !important;
    text-align: left !important;
}

.bg-pink {
    background: #f6ebe7 !important;
}

@media only screen and (min-width: 769px) {
    .mobile {
        display: none !important;
    }

    .desktop {
        display: block !important;
    }
}

@media only screen and (max-width: 768px) {
    .mobile {
        display: block !important;
    }

    .desktop {
        display: none !important;
    }
}

.dark-img {
    filter: brightness(0) saturate(100%) invert(15%) sepia(58%) saturate(2321%) hue-rotate(191deg) brightness(88%) contrast(102%) !important;
}

.btn-primary {
    background: #003366;
    color: #fff;
}

.btn-primary:hover {
    background: #959595;
    color: #fff;
}

.z-index-2 {
    z-index: 2;
}

.big-heading {
    line-height: 120px !important;
    font-weight: 600 !important;
    font-size: 120px !important;
}

.big-heading2 {
    font-size: 60px !important;
    line-height: 100px !important;
}



.main-heading,
.title h1,
.title h2 {
    font-size: 40px !important;
    line-height: 50px !important;
    font-family: "Monda", sans-serif;
    font-weight: 400 !important;
}

.title span {
    font-size: 20px !important;
    line-height: 50px !important;
    font-family: "Monda", sans-serif;
    font-weight: 400 !important;
}


#overview .title h2 {
    font-size: 40px !important;
    line-height: 52px !important;
    font-family: "Monda", sans-serif;
    font-weight: 400 !important;
}

.m-25 {
    margin-bottom: 25px !important;
}

.sub-heading {
    font-size: 22px !important;
    line-height: 35px !important;
    font-weight: 400 !important;
}

.section-main-heading {
    font-size: 40px !important;
    line-height: 48px !important;
    font-weight: 400 !important;
    font-family: "Monda", sans-serif;
}


footer input {
    height: 60px;
    background-color: transparent !important;
}

footer input::placeholder {
    color: white !important;
    opacity: 1;
    /* Ensures the color is fully white */
}

.footer-button {
    border-radius: 37px;
    padding: 20px;
    background-color: #fff;
}

.bhk {
    font-size: 40px !important;
    line-height: 48px !important;
    font-weight: 400 !important;
    font-family: "Monda", sans-serif;
}

@media only screen and (max-width: 768px) {

    .border-end {
        border-right: none !important;
        border-bottom: 1px solid;
        margin-bottom: 15px;
    }

    .mob-center {
        text-align: center;
    }

    .panel.panel-primary {
        height: 140px;
    }

    .panel-body {
        position: relative;
        top: 52%;
        color: #211E4B;
        font-size: 18px;
        letter-spacing: 4px;
    }

    .panel-body .progress-number {
        font-size: 60px;
        font-weight: 400;
        position: absolute;
        top: -80px;
        left: 0;
        right: 0;
        text-align: center;
        opacity: 0.15;
    }
}

.panel-body .progress-number {
    transition: transform 0.2s ease-in-out, color 0.2s;
    cursor: pointer;
}

.panel-body .progress-number:hover {
    color: #231d53;
    opacity: 1;
    transform: scale(1.2);
    /* Zoom in */
}

.panel-body .progress-number:not(:hover) {
    transform: scale(1);
    /* Zoom out */
}


@media only screen and (min-width: 768px) {

    .panel.panel-primary {
        height: 135px;
    }

    .panel-body {
        position: relative;
        top: 65%;
        color: #211E4B;
        font-size: 18px;
        letter-spacing: 4px;
    }

    .panel-body .progress-number {
        font-size: 60px;
        font-weight: 400;
        position: absolute;
        top: -80px;
        left: 0;
        right: 0;
        text-align: center;
        opacity: 0.15;
    }
}


.more-button {
    text-decoration: none;
    color: #211E4B;
    font-size: 20px;
}

.more-button img {
    width: 15%;
    margin-left: 15px;
}

.more-button:hover {
    color: #000;
    font-size: 22px;
}

.more-button:hover img {
    width: 15%;
    margin-left: 16px;
}

.about-section {
    position: relative;
    background: 0;
    overflow: hidden;
}


.about-section-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: #fff;
}

.about-section-content h4 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 35px;
}

.hover-img img {
    position: relative;
    z-index: -1;
    width: 100%;
}

.hover-img:hover::after {
    bottom: 0;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.hover-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 40%;
    background: #2c2c2c9e;
    top: auto;
    bottom: -100%;
    left: 0;
    right: 0;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    z-index: -1;
}



.hover-img2 img {
    position: relative;
    z-index: -1;
    width: 100%;
}

.hover-img2:hover::after {
    bottom: 0;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.hover-img2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 25%;
    background: #2c2c2c9e;
    top: auto;
    bottom: -100%;
    left: 0;
    right: 0;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    z-index: -1;
}


@media (max-width: 1600px) {
    .section-title {
        font-size: 42px;
        margin-bottom: 50px;
    }
}

.section-title {
    font-weight: 400 !important;
    font-style: normal !important;
    text-transform: uppercase;
}

.blue-png {
    filter: brightness(0) saturate(100%) invert(12%) sepia(51%) saturate(1521%) hue-rotate(218deg) brightness(88%) contrast(98%);
}

.text-justify {
    text-align: justify !important;
}

.story .space {
    border-right: 1px solid #c9a485;
    padding-right: 6%;
    margin-right: 5%;
}

@media (min-width: 768px) {
    .story .values h3 {
        font-size: 55px !important;
        line-height: 50px;
        letter-spacing: 3.5px;
    }

    .story .values h3 span {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 3.5px;
        top: 16px;
        position: relative;
        padding-left: 30px;
    }

    .story .values {
        display: flex;
        height: 200px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-left: 8%;
    }
}

@media (max-width: 768px) {
    .story .values h3 {
        font-size: 55px !important;
        line-height: 50px;
        letter-spacing: 3.5px;
    }

    .story .values h3 span {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 3.5px;
        top: 16px;
        position: relative;
        padding-left: 30px;
    }

    .story .values {
        height: auto;
        padding-top: 31px;
        margin-bottom: 0 !important;
    }
    .story .space {
        border-right: 1px solid #c9a485;
        padding-right: 6%;
        margin-right: 5%;
        margin-left: 34%;
    }
}

.story .values h3 {
    display: flex;
    color: #c9a485;
    text-transform: uppercase;
}

.story .space p {
    width: 75%;
    margin-top: 10%;
}

.contact-info span {
    font-size: 15px;
    margin-top: 10px;
}

.sbtn {
    background: white;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
    padding: 10px 35px;
    border: none;
}

.sbtn:hover {
    background: #2c2c2c !important;
    border-radius: 25px;
    padding: 10px 35px;
    color: #FFFFFF !important;
    border: none !important;
}

.marginright {
    margin-right: 25px;
}

.marginright i {
    color: #2c2c2c;
}