@media (max-width:1024px) {
    .banner_wrapper {
        /* min-height: inherit; */
    }

    #background-video {
        min-height: inherit;
    }

    .all_cities_div {
        display: grid;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 20px;
    }

    .our-partner_wrapper {
        /* margin-top: 170px !important; */
    }
}

@media (max-width:991px) {


    section {
        padding: 30px 0;
    }

    h2 {
        font-size: 30px;
        line-height: 40px;
    }

    h3 {
        font-size: 20px;
    }


    .header-scrolled {
        height: auto;
    }

    .header_wrapper .menu-navbar-nav {
        text-align: center;
        background-color: var(--gray-color);
        padding-bottom: 15px;
    }

    .header_wrapper .nav-item .nav-link {
        margin-top: 15px;
    }


    .banner_wrapper {
        padding: 110px 0px 25px 0;
    }

    .portfolio_wrapper .card {
        min-height: 400px;
    }

    .our-partner_wrapper {
        /* margin-top: 50px; */
        /* margin-top: 360px !important; */
    }

    .contact-sec .hb_contact_form_div {
        padding: 25px;
    }

    .contact-sec .social ul {
        padding-left: 0px;
    }

    .contact-sec .social ul li {
        padding-right: 10px;
    }

    .hb_contact_info_div {
        background: var(--primary-color);
        padding: 20px 20px;
    }

    .hb_contact_info_div .box {
        display: inherit;
    }

    .counterup_sec #counter {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }

    #counter .item .text {
        font-size: 22px;
        font-weight: 500;
        text-transform: capitalize;
        position: inherit;
        transform: inherit;
        background: none;
        white-space: inherit;
        padding: 0px;
        border-radius: 0px;
    }

    #counter .item .count {
        text-align: center;
    }

    .all_cities_div {
        display: grid;
        grid-template-columns: repeat(2, 2fr) !important;
        gap: 20px;
    }

    .search-room-sec .search-div {
        padding: 0px 25px;
    }

    .search-room-sec {
        transform: translateY(-14%);
    }
}

@media (max-width: 767px) {

    h1 {
        font-size: 30px;
        line-height: 15px;
        text-align: left;
    }

    h2 {
        font-size: 25px;
    }

    p {
        font-size: 13px;
        line-height: 24px;
    }

    .portfolio_wrapper .card {
        min-height: 500px;
    }

    #background-video {
        width: 100%;
        top: 20%;
        min-height: fit-content;
        height: fit-content;
    }

    .banner_wrapper {
        display: inherit;
        min-height: inherit;
    }

    .banner_wrapper h6 {
        font-size: 14px;
        text-align: left;
    }

}

@media (max-width: 567px) {
    .site_plan_wrapp h2 {
        font-size: 25px;
    }

    .unit_plan_wrapp .tab-content .unit_plan_img {
        padding: 0px 25px;
    }

    .site_plan_wrapp .site_plan_img {
        padding: 0px 30px;
    }

    .specifications_wrapp .row {
        padding: 0px 25px;
    }

    .single_project_wrapp .row {
        padding: 0px 10px;
    }

    .faq .row {
        padding: 0px 25px;
    }
    .banner_wrapper {
        padding: 110px 0px 0px 0;
    }
        .search-filter {
        padding: 35px 15px 0;
       
    }
}
