@media (min-width: 992px) {
    a.navbar-brand {
        width: 15%;
    }

    .developer-logo-column {
        width: 15%;
    }

    #nav-menu {
        align-items: center;
    }

    .project-logo {
        width: max-content;
        top: 0px;
        position: relative;
    }

    /* 
    #nav .navbar {
        padding: 0px 10px !important;
    } */

    .md-none {
        display: none !important;
    }

    .bottom-btn {
        z-index: 9;
        position: fixed;
        bottom: 30px;
        right: 30px;
    }

    .pulse {
        animation: pulse-animation 2s infinite;
    }

    @keyframes pulse-animation {
        0% {
            box-shadow: 0 0 0 0px #BA9B65;
        }

        100% {
            box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
        }
    }


    #aboutUs::before {
        position: absolute;
        top: 20px;
        right: 30px;
        content: '';
        height: 48px;
        width: 394px;
        background-image: url(../images/logo-element-about-1.png);
        background-size: cover;
    }

    #highlight::after {
        position: absolute;
        bottom: 50px;
        left: 40px;
        content: '';
        height: 18px;
        width: 198px;
        background-image: url(../images/line-element-1.png);
        background-size: cover;
    }

    #highlight::before {
        position: absolute;
        top: 40px;
        right: 40px;
        content: '';
        height: 18px;
        width: 198px;
        background-image: url(../images/line-element-1.png);
        background-size: cover;
    }

    #amenitiesSection::before {
        position: absolute;
        bottom: 0px;
        left: 30px;
        content: '';
        height: 70px;
        width: 550px;
        background-image: url(../images/logo-element-amenities-1.png);
        background-size: cover;
    }

    .main-img {
        width: 50%;
    }

    .location-heading {
        padding-left: 8%;
    }

    .location-seprator {
        margin-left: 8%;
        margin-right: 4%;
    }

    .main-location-list {
        padding-left: 10%;
    }

    .location-btn {
        margin-left: 8%;
    }

}

@media (max-width: 991px) {

    .navbar-toggler .navbar-toggler-icon,
    .navbar-toggler.collapsed .close-icon {
        display: none;
    }

    .navbar-toggler.collapsed .navbar-toggler-icon {
        display: block !important;
    }

    .sm-none {
        display: none !important;
    }

    .navbar-collapse {
        position: fixed;
        top: 55px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        height: 100%;
        width: 100%;
        background: #FFF7EF;
    }

    .navbar-collapse.collapsing {
        height: 100%;
        left: -75%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        height: 100%;
        left: 0;
        transition: left 400ms ease-in-out;
    }

    .navbar-toggler.collapsed~.navbar-collapse {
        transition: left 400ms ease-in;
    }

    .nav-item {
        border-bottom: 1px solid #554F3D;
    }

    .navbar .nav-item>a {
        color: #000;
        margin: 10px 0px;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    #mobile-footer-widget {
        position: fixed;
        width: 100%;
        padding: 0 !important;
        margin: 0;
        left: 0;
        bottom: 0;
        z-index: +999;
    }

    .bottom-btn {
        background-color: #554F3D;
        color: #fff;
        padding: 20px 15px;
        width: 100%;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .main-slider-banner {
        /* padding-top: 50px; */
    }

    .main-footer {
        margin-bottom: 45px;
    }

    .bottom-right {
        left: 5%;
        right: 5%;
        bottom: -75%;
        width: 90%;
        /* height: 320px !important; */
        z-index: 9 !important;
        box-shadow: 0px 0px 2px #00000082;
        padding: 30px 10px;
    }

    .upper-left {
        top: 70px;
        left: 10px;
        font-size: 14px;
    }

    .bottom-right h2 {
        font-size: 16px;
    }

    .location {
        font-size: 16px;
    }

    #aboutUs {
        /* padding-top: 360px; */
    }

    .about-us-para {
        width: 100%;
        text-align: justify;
    }

    .section-heading {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .aboutus-wrapper img:first-child {
        float: left;
        max-width: 55% !important;
        margin-right: auto;
        position: relative;
        bottom: -11px;
        padding: 0px !important;
    }

    .aboutus-centerimg {
        padding: 10px;
        max-width: 80% !important;
        z-index: 9;
    }

    .aboutus-wrapper img:last-child {
        float: right;
        max-width: 55% !important;
        margin-left: auto;
        position: relative;
        top: -11px;
        padding: 0px !important;
    }

    #aboutUs .row,
    #highlight .row,
    .highlight-carousel-section .row,
    #amenitiesSection .row,
    #contactus .row,
    #locationSection .row,
    #mobile-footer-widget .row {
        margin: auto !important;
    }

    #amenitiesSection .row {
        justify-content: center;
    }

    #contactus .row,
    #locationSection .row {
        flex-direction: column-reverse;
        gap: 60px;
    }

    .mobile-highlight .row div {
        flex-basis: 50%;
        max-width: 50%;
    }

    .highlight-mobile {
        padding-left: 15px;
        padding-right: 15px !important;
        padding-bottom: 60px;
    }

    .highlight-mobile ul {
        padding-left: 0px !important;
    }

    .details-wrapper {
        padding-left: 20px;
        border-left: 1px solid #000;
        padding-top: 30px;
        margin-left: 15px;
    }

    .highlight-list {
        padding-bottom: 37px;
    }

    .highlight-list::after {
        left: 0px;
        top: -20px;
    }

    .highlight-mobile ul li:last-child {
        padding-bottom: 0px !important;
        margin-bottom: 30px;
    }

    .highlight-mobile ul li:first-child {
        margin-top: 51px !important;
    }

    .highlight-btn {
        margin-left: 20px;
    }

    #locationSection .details-wrapper {
           border-left: 0px !important;
        margin-left: 0px;
        padding-left: 0px !important;
        padding-top: 0px;
    }
    .modal-para{
        margin-top: 1rem;
    }
    #modal_form{
        padding: 0px 20px;
    }
    .amenities-item {
        width: 100% !important;
        padding: 37px 10px !important;
        font-size: 16px;
        min-height: 234px;
    }

    #amenitiesSection .col-md-6 {
        padding: 0px;
    }

    #amenitiesSection .owl-carousel {
        margin-bottom: 50px;
    }

    #amenitiesSection .owl-carousel .owl-stage-outer {
        overflow: visible !important;
    }

    .nav-arrow {
        width: 60px;
    }

    .gallery-carousel .owl-nav button {
        top: 40%;
    }

    .contactus-border {
        position: relative;
        padding: 30px;
        border: 2px solid transparent;
        border-radius: 9px;
        background:
            linear-gradient(#fff, #fff) padding-box,
            linear-gradient(90.95deg, #BBAF86 0.82%, #554F3D 142.05%) border-box;
        background-clip: padding-box, border-box;
    }

    .banner-phoneno {
        font-size: 18px;
    }

    .modal-body {
        width: 100%;
        margin: auto;
    }

    .modal-close-btn {
        top: 10px;
        z-index: 9;
        right: 10px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .modal-body {
        right: 0px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #enquire-now .row {
        margin: auto;
    }

    #aboutUs::after {
        bottom: 21px;
        left: 10px;
        height: 295px;
        width: 40px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    #amenitiesSection::before {
        bottom: -10px;
        left: 24px;
        height: 30px;
        width: 70%;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .main-img {
        width: 80%;
    }

    section#home {
        overflow-x: visible !important;
    }

    .developer-logo {
        width: 75%;
    }

    .location-col {
        padding-bottom: 60px;
    }
}

@media (min-width: 1200px) {
    .modal-dialog {
        max-width: 1100px !important;
    }
}

@media (min-width: 1024px) and (max-width: 1390px) {
    .highlight-carousel-section {
        padding: 60px 0px !important;
    }

    .col-md-7.ps-md-5.pe-md-5.highlight-mobile {
        padding-right: 0px !important;
    }

    .section-heading {
        font-size: 24px;
    }

    .highlight-list,
    .location-list {
        margin-bottom: 5px;
    }

    .highlight-list::after,
    .location-list::after {
        height: 18px;
        width: 18px;
    }
}