@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: 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;
    }

    .completed-project-list-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@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;
    }

    .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 #555555;
    }

    .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%;
        gap: var(--medium-gap-size);

    }

    .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;
    }

    .inner-flex-medium {
        gap: 2rem;
    }

    .project_gallery_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .project_detail_inquiry_form {
        width: 100%;
    }

    .inner-flex-tab {
        display: flex;
        flex-direction: column;
    }



    .highlights-grid>div {
        padding: 1rem 0;
        border-bottom: 1px solid #DEDEDE;
    }

    .completed-project-list-grid>div {
        width: calc(100% / 2 - 3rem);
        flex-basis: calc(100% / 2 - 3rem);
    }

    .specificationGrid {
        grid-template-columns: 100%;
    }

}

@media only screen and (max-width: 767px) {
    html {
        font-size: 13px;
    }

    .inner-flex-big {
        gap: 3rem;
    }

    .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: 100%;
    }

    .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);
    }

    .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;

    }

    .flex-30 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .flex-70 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .contactPageDescription p span,
    .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: 300px;
        width: 100%;
        object-fit: cover;
    }

    .down_arrow_footer {
        /* filter: invert(1); */
    }

    .homeBannerSwiper .slide-inner{
        position: relative !important;
    }
    .section-padding-bottom {
        padding-bottom: 4rem;
    }

    .mobile_menu_wrapper {
        padding: 8rem 1rem 4rem 1rem;
    }

    .walkthrough-project-thumb .walk-thumbnail-image iframe {
        aspect-ratio: 1;
    }

    .overview-new-grid {
        display: flex;
        grid-template-columns: unset;
        gap: var(--small-gap-size);
        flex-direction: column-reverse;
    }

    .header-flex {
        padding: 0.75rem 1rem;
    }

    .homeBannerOverlaytwo {
        opacity: .6;
        background: linear-gradient(180deg, #00000000 45%, #000 100%);
    }

    .progress {
        width: 24px;
        height: 24px;
        line-height: 150px;
        background: none;
        margin: 0 auto;
        box-shadow: none;
        position: relative;
    }


    .bottomStrip {
        /* padding: 0.75rem 0rem 0.75rem; */
        background-color: transparent;
        border-top: 0px solid #00000050;
        /* border-radius: 0.5rem 0.5rem 0; */
        /* box-shadow: 0px 0px 12px #00000050; */
    }

    .amenities_popup {
        top: 0%;
        right: -100%;
        width: 100%;
        height: 100%;
        max-height: 100%;
        transform: unset;
        background-color: var(--white-color);
        z-index: -1;
        padding: 3rem 2rem;
        left: unset;
    }

    .amenities_popup.active {
        transform: unset;
        right: 0;
        z-index: 4;
    }

    .amenities-close-icon {
        position: absolute;
        top: -2rem;
        right: -1rem;
    }

    .all-amenites-list ul {
        grid-template-columns: 100%;
        gap: 0;
    }

    .all-amenites-list ul li {
        padding: 1rem 0;
        border-bottom: 1px solid #DEDEDE;
    }

    .all-amenities-grid-detail {
        padding-top: 2rem;
    }

    .reecosys-template-button.bottomStripButton {
        height: auto;
        padding: 0.5rem;
        justify-content: space-between;
    }

    .reecosys-template-button.bottomStripButton:hover {
        background-color: var(--secondary-color);
    }

    .reecosys-template-button.bottomStripButton:hover span, .reecosys-template-button.bottomStripButton:hover p {
        color: var(--white-color) !important;
    }

    .reecosys-template-button.bottomStripButton span.material-symbols-outlined {
        font-size: 2rem;
    }

    .reecosys-template-button.bottomStripButton span img {
        max-width: 40px;
    }

    /* .footer-inquiryForm .submitbtn button .common-icon {
        filter: unset;
    } */


    /* .footer-inquiryForm .md-label {
        background-color: var(--white-color) !important;
        color: var(--primary-color) !important;
    }

    .subscribe_section p {
        color: var(--primary-color) !important;
    }

    .subscribe_section {
        background-color: var(--white-color);
    } */

    .completed-project-list-grid>div {
        width: 100%;
        flex-basis: 100%;
    }

    .reecosys-template-button {
        padding: 0 1.25rem;
    }

    .mini-container,
    .main-container,
    .main-container-fluid,
    .swiper-pagination.homeSwiperPagination,
    .bannerText {
        width: 90%;
    }

    .downloadDataFlex>li {
        flex-basis: 50%;
    }

    .project-footer-accordion .footer-content-accordian a {
        display: block;
    }


    .greenturban-main-wrapper {
        padding-top: 4rem;
    }

    .homeBannerSwiper,
    .piramyd-banner-section .bannerImg,
    .piramyd-banner-section .bannerImg img {
        height: 85vh !important;
    }

    .form_wrapper {
        padding-top: 1.4rem;
        display: flex;
        flex-direction: column;
        gap: 2.2rem;
    }



    .whatsapp_connect {
        bottom: 15px;
        right: 15px;
    }

    .amenities-grid>div:nth-child(5),
    .amenities-grid>div:nth-child(3),
    .amenities-grid>div:nth-child(1) {
        border-right: 1px solid #DEDEDE;
        border-bottom: 1px solid #DEDEDE;
        border-left: 0px;

    }

    .amenities-grid>div:nth-child(4),
    .amenities-grid>div:nth-child(2) {
        border-top: 0px;
        border-left: 0px;
        border-right: 0px;
        border-bottom: 1px solid #DEDEDE;
    }

    .amenities-grid>div:nth-child(5) {
        border-top: 0px;
        border-bottom: 0px;

    }

    .amenities-grid>div:nth-child(6) {
        border: 0px
    }

    .completed-project-list-grid>div:hover {
        border-radius: 1rem;
        /* border-color: var(--secondary-color); */
    }
    
    .completed-project-list-grid>div:hover::after {
        transform-origin: left;
        width: 0%;
    }
    
    .completed-project-list-grid>div .project-information-div ,
    .completed-project-list-grid>div .charter_regular {
        transition: var(--common-transition);
    }
    
    .completed-project-list-grid>div:hover .charter_regular {
        color: var(--primary-color);
    }
    .completed-project-list-grid>div:hover .project-information-div {
        filter: unset;
    }
    

    .project-list-card .progress {
        width: 20px;
        height: 20px;
        line-height: 150px;
        background: none;
        margin: 0 auto;
        box-shadow: none;
        position: relative;
    }

    .backArrowProject {
        display: none;
    }


}


@media only screen and (max-width: 600px) {}

@media only screen and (max-width: 325px) {}
