@media only screen and (max-width: 1680px) {
    html {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1450px) {
    html {
        font-size: 14px;
    }

    .amenities-grid>div {
        min-height: 130px;
    }

    .mini-container {
        width: 70%;
        margin: 0 auto;
    }

}

@media only screen and (max-width: 1366px) {
    html {
        font-size: 13px;
    }

    .home-listing-banner img {
        height: 90svh;
        object-fit: cover;
    }
}

@media only screen and (max-width: 1280px) {
    .mini-container {
        width: 75%;
    }
}

@media only screen and (max-width: 1152px) {
    html {
        font-size: 12px;
    }

    .mini-container {
        width: 80%;
        margin: 0 auto;
    }

    .specs_data {
        min-height: 250px;
    }

    .thankyou-title h1 {
        font-size: 5rem;
    }
}

@media only screen and (max-width: 1024px) {
    html {
        font-size: 11px;
    }
}

@media only screen and (max-width: 991px) {
    html {
        font-size: 12px;
    }

    .main-container {
        width: 95%;
        margin: 0 auto;
    }

    .visible-tab-mobile {
        display: block !important;
    }

    .hide-tab-mobile {
        display: none !important;
    }

    .mobile_menu_wrapper {

        width: 100%;

    }

    .flex-col-teb {
        flex-direction: column;
    }

    .inner-flex-big {
        gap: 6rem;
    }

    .alstart {
        align-items: flex-start;
    }

    .flex-row-form-project {
        flex-direction: column;
        justify-content: space-between;
    }


    .project-footer-accordion a {
        display: flex;
        /* align-items: center; */
        justify-content: space-between;
    }

    ul.quicklinks-footer.quicklinks-footer-mobile li {
        padding-bottom: 1rem;
        border-bottom: 1px solid var(--white-color);
    }

    .footer-logo {
        width: 11rem;
        margin-bottom: 4rem;
    }

    .footer-content-accordian ul li {
        border-bottom: 0px !important;
    }

    /* .project-footer-accordion .project-links {
        margin: 0.5rem 0 0.5rem 0 !important;
        padding: 0;
    } */

    .project-footer-accordion .project-links ul li p a {
        font-size: var(--section-content);
    }

    .project-footer-accordion .project-links.footer-content-accordian li {
        padding: 0;
        border: 0;
        display: block;
    }

    /* .project-footer-accordion i {
        font-size: 1.25rem;
    } */
    .footer-content-accordian {
        height: 100%;
        max-height: 0;
        overflow: hidden;
        transition: var(--common-transition);

    }

    .footer-content-accordian.active_list {
        display: block !important;
        transition: var(--common-transition);

        max-height: 85vh;
    }

    .project-footer-accordion>div.active .down_arrow_footer .manu-accordian-downarrow {
        display: none;
    }

    .project-footer-accordion>div.active .down_arrow_footer .manu-accordian-uparrow {
        display: block;
    }

    .project-list-grid-2-column {
        grid-template-columns: 100%;

    }

    .homes-image-contact {
        height: 60svh;
        object-fit: cover;
    }

    .mini-container {
        width: 95%;
        margin: 0 auto;
    }

    .project-amenities-grid {
        grid-template-columns: 100%;
        padding: 0;
        border: none;
    }

    .projectBannerFlex {
        top: unset;
        transform: unset;
        bottom: 3rem;
        left: 0;
        width: 100%;
        padding: 0 15px;
        text-align: left;
    }

    .project-info-flex p {
        text-align: left;
    }

    .construction-update-card-grid {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .inner-flex-medium {
        gap: 2rem;
    }

    .project_gallery_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .project_detail_inquiry_form {
        width: 100%;
        padding-top: unset;
    }

    .gallery-card-3d,
    .gallery-card-3d img {
        height: 70vh;
        width: 100%;
        object-fit: cover;
        background-color: var(--white-gray);
    }

    .swiper-button-next span.material-symbols-outlined,
    .swiper-button-prev span.material-symbols-outlined {
        font-size: 12px !important;
        line-height: 1 !important;
        display: block !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 24px;
        height: 24px;
    }

    .inner-flex-tab {
        display: flex;
        flex-direction: column;
        gap: var(--common-gap-size);
    }

    .highlights-grid-home {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: var(--small-gap-size);
    }

    .main-tab-floorrrrrs-wrapper {
        display: flex;
        grid-template-columns: unset;
        flex-direction: column;
        gap: 4rem;
    }

    .coreValueGrid {
        display: flex;
        grid-template-columns: unset;
        gap: 0;
        grid-template-areas: unset;
        row-gap: 1rem;
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    html {
        font-size: 13px;
    }

    .inner-flex-big {
        gap: 3rem;
    }

    .center-dot-relative::before {
        content: none;
    }

    .about-vector-abs {
        position: absolute;
        right: 0;
        top: 10%;
        width: 80%;
        opacity: 0.5;
    }

    .coreValueGridContent::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 1.5rem;
        background-color: transparent;
        height: 90%;
        width: 0;
        border-bottom-left-radius: 0;
        border-left: 1px solid #825641;
        border-bottom: 1px solid #825641;
    }

    .flex-col-mob {
        flex-direction: column;
    }

    .sec5_location {
        width: 100%;
    }

    .mini-container {
        width: 95%;

    }

    .section-padding {
        padding: 3rem 0;
    }

    .section-title h1,
    .section-title h1 span,
    .section-title h2,
    .section-title h2 span {

        font-size: 2rem;
    }

    .list-panel-ul ul li::after {
        right: -0.5rem;
    }

    .inner-flex-medium {
        gap: 2rem;
    }

    .project_banner_image img,
    .project_banner_image {
        height: 80vh;

    }

    .banner-title h1,
    .banner-title h1 span,
    .banner-title h2,
    .banner-title h2 span {
        font-size: 2.5rem;
    }

    .section-title-big h1,
    .section-title-big h1 span,
    .section-title-big h2,
    .section-title-big h2 span {
        font-size: 2.5rem;
    }

    .section-subtitle h4,
    .section-subtitle h4 span {
        font-size: 1.75rem;
        font-family: var(--semibold-font-family);
        color: var(--primary-color);
    }

    /* .projectBannerFlex {
        top: unset;
        transform: unset;
        bottom: 3rem;
        left: 0;
        width: 100%;
        padding: 0 15px;
    } */

    .highlightGrid>div {
        padding-right: 0;
        border-right: none;
        flex-basis: 100%;
    }

    .highlightGrid {
        gap: 2rem;
    }

    .walk-thumbnail-image {
        height: 400px;
        /* margin: 0 -15px; */
    }

    .walk-thumbnail-image img {
        height: 400px;
    }

    .walkthrough-banner-content {
        width: fit-content;
    }

    .play_cons_icon {
        width: 2.5rem;
    }

    .construction-update-card-grid>div:nth-child(1),
    .construction-update-card-grid>div:nth-child(2) {
        width: 100%;
        flex-basis: 100%;
    }

    .project-info-list .inner-flex-medium {
        gap: 0.5rem;
    }

    .construction-progreess-bar {
        width: 60%;
        height: 0.5rem;
        background-color: #D9D9D9;
        border-radius: 1rem;
        position: relative;
    }
    .fixedInquiryBtn.showStrip {
        bottom: 0%;
    }
    
    .fixedInquiryBtn {
        position: fixed;
        bottom: -100%;
        left: 0;
        width: 100%;
        padding: 1rem 1.5rem;
        z-index: 99;
        background: #fff;
        box-shadow: 1px 1px 12px #00000050;
        transition: var(--common-transition);
    }


    .header-navigation-links ul li .header_accordion p,
    .header-navigation-links ul li a p {
        font-family: var(--semibold-font-family);
    }

    .projectBannerFlex .inner-flex-medium {
        gap: 0.5rem;
    }

    .section-title h1,
    .section-title h1 span,
    .section-title h2,
    .section-title h2 span {
        font-size: 1.85rem;
    }

    .project_gallery_grid {
        grid-template-columns: repeat(2, 1fr);

    }

    .amenities-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: var(--common-gap-size);
    }

    .highlights-grid-home {
        display: flex;
        grid-template-columns: unset;
        gap: var(--small-gap-size);
        flex-direction: column;
    }

    .project-map-iframe iframe {
        height: 400px;
    }

    .thankyou-title h1 {
        font-size: 4rem;
    }

    .footer-subscribe {
        flex-basis: 100%;
        width: 100%;
    }

    .page-list-2-col-grid {
        grid-template-columns: 100%;
    }

    .common-banner-title-abs {
        width: 95%;
    }

    .inquiry_popup {
        width: 100%;
        right: 0;
        top: unset;
        bottom: -100%;
    }

    .inquiry_popup.inqury_active {
        bottom: 0;
    }

    .inner-flex-mob {
        display: flex;
        flex-direction: column;
        gap: var(--common-gap-size);
    }

    .flex-30 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .flex-70 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .section-paragraph p,
    .section-paragraph p span {
        font-size: 1.35rem;
    }

    .awards_swiper_outer .swiper-container {
        padding: 0rem;
        width: 95%;
        margin: 0 auto;
    }

    .blog-grid {
        grid-template-columns: 100%;
    }

    .reecosys-template-page-wrapper,
    .reecosys-main-wrapper {
        padding-top: 4rem;
    }

    .imageThumbnail img,
    .imageThumbnail video {
        height: 60vh;
        width: 100%;
        object-fit: cover;
    }

    .project-img-list img {
        height: 400px;
        width: 100%;
        object-fit: cover;
    }

    .section-padding-bottom {
        padding-bottom: 4rem;
    }

    .mobile_menu_wrapper {
        padding: 8rem 1rem 4rem 1rem;
    }

    .tab-panel-main-btns-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: var(--small-gap-size);
        width: 100%;
    }

    .tab-btn-main-type {
        padding: 1rem 1rem;
    }
}


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

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