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

    .about-team-item-content {
        min-height: 75px;
    }
}

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

    /* .relevant_touch {
        gap: 1.4rem;
    } */
    .big-flex-about .section-title h4 {
        font-size: 2.8rem;
    }

    .about-team-item-content {
        min-height: 70px;
    }

    .hide_content.active {
        max-height: 450px;
    }

}

@media only screen and (max-width: 1366px) {
    .bg_property {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-position: unset;
        padding: 500px 0 30px 0;
        background-attachment: fixed;
    }

    .blogdetail p {
        font-size: 2rem;
        color: var(--black-color);
    }

    .hide_content.active {
        max-height: 420px;
        height: -webkit-fill-available;
        transition: height ease-in-out 1s, max-height ease-in-out 1s;
    }

}

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

    .flex-70 {
        flex-basis: 55%;
        width: 55%;
    }

    .flex-30 {
        flex-basis: 45%;
        width: 45%;
    }

    /* .relevant_touch {
        gap: 2.4rem;
    } */
    .about-team-item-content {
        min-height: 55px;
    }

    .hide_content.active {
        max-height: 380px;
        height: -webkit-fill-available;
        transition: height ease-in-out 1s, max-height ease-in-out 1s;
    }

}

@media only screen and (max-width: 1152px) {
    .contact_flex_alignment {
        height: 100%;
        justify-content: space-between;
        gap: 5rem;
    }

    .contact_wrapper .title_big h2 {
        font-size: 3rem;
    }

    .big-flex-about .section-title h4 {
        font-size: 2.2rem;
    }

}

@media only screen and (max-width: 1024px) {
    .animation-btn button {
        padding: 12px 20px;
    }

    .studio-i7_acr_wrapper .about-highlight-grid {
        grid-template-columns: repeat(3, 1fr);

    }

    .page_wrapper {
        padding-top: 15rem;
    }

    .bg_property {
        background-attachment: unset;
    }

    .hide_content.active {
        max-height: 280px;
        height: -webkit-fill-available;
        transition: height ease-in-out 1s, max-height ease-in-out 1s;
    }

    .big-flex-about .section-title h4 {
        font-size: 2rem;
    }
}

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

    .detail_provision_text h1 {
        width: 90%;
        text-align: center;
        margin: 0 auto;
    }

    .client_service_flex {
        flex-flow: row wrap;
    }

    .client_timeline_flex {
        flex-basis: calc(50% - 1rem);
        border-radius: 20px;
    }

    .mobile_header_link li p {
        font-size: 25px;
        color: var(--white-color);
    }

    .mobile_header_link ul {
        display: flex;
        align-items: flex-start;
        gap: 4.5rem;
        flex-direction: column;
    }

    .email_subscribe_flex {
        display: flex;
        gap: 4rem;
    }

    .dont_miss_container {
        width: 90%;
        margin: 0 auto;
    }

    .footer_grid_section_main {
        display: grid;
        grid-template-areas:
            "one one two two"
            "four four five five"
            "three three three three"
            "six six six six"
            "seven seven seven seven";
        grid-template-columns: repeat(4, 1fr);
        gap: 1.5rem;
    }

    .scoial_flex_img_content {
        gap: 14rem;
    }

    .social_image img {
        height: 25px;
    }

    .intrested_forms .form_grid_main {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-areas:
            "one"
            "two"
            "three"
            "four"
            "five ";
        gap: 1rem;
    }

    .intrested_forms input,
    .intrested_forms textarea {
        font-size: var(--smalltitle-font-size);
    }

    .header-link-sec,
    .login-button {
        display: none;
    }

    .dont_miss_email {
        gap: 12rem;
    }

    .header_bar_btn {
        display: block;
    }

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

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

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

    .common-radius {
        border-radius: 20px;
    }

    .studio-header-wrapper {
        border-radius: 20px;
    }

    .banner_img img {
        height: 80vh;
        object-fit: cover;
        width: 100%;
    }

    .page_wrapper {
        padding-top: 16rem;
    }

    .interioir_what_to_do_content .inner-flex-column {
        display: flex;
        gap: 25rem;
        flex-direction: column;
    }

    .harmony_mobile_version .inner-flex3 {
        flex-direction: column;
    }

    .harmony_mobile_version .inner-flex3>div:nth-child(1) {
        align-self: flex-start;
    }

    .harmony_mobile_version .inner-flex3>div:nth-child(2) {
        align-self: flex-end;
    }

    .hide_content.active {
        max-height: 270px;
        height: auto;
        transition: height ease-in-out 1s, max-height ease-in-out 1s;
    }

    .hide_content.active {
        max-height: 270px;
        height: auto;
        transition: height ease-in-out 1s, max-height ease-in-out 1s;
    }

    .blog_list_block-grid-bloglist {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}

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

    .home_abs  {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 95%;
        margin: 0 auto;
        text-align: center;
        z-index: 99;
    }
    .hide_content.active {
        max-height: 400px;
        height: -webkit-fill-available;
        transition: height ease-in-out 1s, max-height ease-in-out 1s;
    }

    .header-link-web {
        position: relative;
        top: -00%;
        left: 0;
        overflow: hidden;
    }

    .header-link-web.content {
        position: relative;
    }

    .header_smaller_text {
        font-size: 2.5rem;
    }

    .web_header_bg {
        background-color: transparent;
        background: transparent;
        padding: 1rem;
    }

    .web_service_flex span img {
        width: 3rem;
        filter: invert(1);
    }

    .studio-i7_acr_wrapper .about-highlight-grid {
        height: auto;
    }

    .studio-i7_acr_wrapper .about-highlight-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }

    /* .about-sect-grid {
        display: grid;
        grid-template-columns: calc(100% - 45% - 2rem) calc(100% - 55% - 2rem);
        gap: 4rem;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        display: flex;
    } */
    .about-sect-grid {
        display: grid;
        grid-template-columns: 100%;
        gap: 4rem;
        justify-content: space-between;
        align-items: flex-start;

    }

    .about-page-flex {
        display: flex;
        /* flex-direction: column; */
        align-items: flex-start;
        justify-content: space-between;
        gap: 1rem;
    }

    .counter_font h2 {
        font-size: 12rem !important;
    }

    .blog_list_block-grid-bloglist {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }

    .blog_deltail_wrapper {
        display: flex;
        gap: 3rem;
        align-items: flex-start;
        padding: 50px 0;
        flex-direction: column;
    }

    .logo-header-img {
        width: 7rem;
    }

    .about_space_mobile {
        gap: 6rem !important;
    }

    .about-team-grid {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        grid-template-rows: auto;
        grid-template-columns: repeat(1, 1fr);
        grid-auto-columns: 1fr;
        display: grid;
    }

    .miss_anything_title .paragraph p {
        font-size: 2rem;
    }

    .dont_miss_container-new {
        width: 95%;
        margin: 0 auto;
    }

    .about_wrapper {
        display: flex;
        gap: 1rem;
        flex-direction: column;
    }

    .about_wrapper_mobile {
        flex-direction: column-reverse;
    }

    .contact_wrapper {
        display: flex;
        gap: 1rem;
        flex-direction: column;
    }

    .hidden-xs {
        display: none;
    }

    .visible-xs {
        display: block;
    }

    .blog_list_block {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }

    .portfolio_wrapper_texting {
        display: flex;
        gap: 5rem;
        flex-direction: column;
    }

    .bottom_dyanic_row {
        display: grid;
        gap: 5rem;
        flex-direction: row;
        grid-template-columns: repeat(2, 1fr);
    }

    .intrested_forms input {
        height: 60px;
    }

    .policy_content a, .policy_content p {
        font-size: 2rem;

    }

    .policy_content_1 a, .policy_content_1 p {
        font-size: 2rem;
        color: var(--white-gray);
    }

    .intrested_forms input, .intrested_forms textarea {
        font-size: 2rem;
    }

    .intrested_forms input::placeholder, .intrested_forms textarea::placeholder {
        font-size: 2rem;
    }

    .banner_img img {
        height: 55vh;
        object-fit: cover;
    }

    .gallery_porfolio_wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        column-gap: 0rem;
        row-gap: 1rem;
        justify-content: space-between;
        /* align-items: center; */
    }

    .galllery_title_font h2 {
        font-family: var(--regular-font-family);
        font-size: 70px;
    }

    .grid-wrapper-listing {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }

    .relavant_space_flex {
        flex-direction: column;
    }

    .relavent_image img {
        object-fit: cover;
        border-radius: 20px;
    }

    .detail_balck_overlay {
        border-radius: 20px;
    }

    .banner_animation_mobile h1 {
        letter-spacing: 2px;
        padding: 1rem;
        font-size: 3.5rem;
        color: var(--bg-black);
        width: 100%;
    }

    .relevant_touch {
        width: 100%;
    }

    .policy_content p {
        display: none;
    }

    .paralax_image_mobile img {
        height: 40vh;
        object-fit: cover;
        border-radius: 20px;
        width: 100%;
    }

    .harmony_mobile_version .flex-50 {
        max-width: 100%;
    }

    .home_policy_flex {
        /* flex-direction: column; */
        align-items: flex-start;
    }

    .home_policy_flex_1 {
        flex-direction: column;
        gap: 2rem;
    }

    .porfolio_blog_flex_1 {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }

    .porfolio_blog_flex_2 {
        flex-direction: column;
        gap: 1rem;
    }

    .porfolio_blog_flex_3 {
        align-items: center;
        gap: 1rem;
    }

    .porfolio_blog_flex_4 {
        align-items: center;
        gap: 1rem;
    }

    .email_subscribe_flex {
        flex-direction: column;
        gap: 8rem;
    }

    .dont_miss_email {
        gap: 4rem;
    }

    .swiper-pagination {
        left: 50%;
        transform: translate(-50%, -50%);
        bottom: 1%;
    }

    .swiper-pagination-bullet {
        margin: 0 3px;
    }

    .swiper-pagination-bullet-active {
        background: #000;
    }

    .menulist-wrapper .mobile_header_link li {
        opacity: 0;
        /* transform: translateY(-5px); */
        transition: all ease-in-out 0.9s;
    }

    .menulist-wrapper.active .mobile_header_link li:nth-child(1) {
        opacity: 1;
        transition-delay: 0s;
    }

    .menulist-wrapper.active .mobile_header_link li:nth-child(2) {
        transition-delay: 0.1s;
        opacity: 1;
    }

    .menulist-wrapper.active .mobile_header_link li:nth-child(3) {
        transition-delay: 0.2s;
        opacity: 1;
    }

    .menulist-wrapper.active .mobile_header_link li:nth-child(4) {
        opacity: 1;
        transition-delay: 0.3s;
    }

    .menulist-wrapper.active .mobile_header_link li:nth-child(5) {
        opacity: 1;
        transition-delay: 0.4s;
    }

    .interior_swiper_main_sec .inner-flex-column,
    .sticky_image_tab .inner-flex-column {
        gap: 15rem;
    }

    .harmony_image_mobile img {
        height: auto;
        object-fit: cover;
        border-radius: 20px;
    }

    .blogdetail_combine img {
        width: 100%;
    }

    html {
        font-size: 10px;
    }

    .interioir_what_to_do_content .inner-flex-column {
        display: flex;
        gap: 25rem;
        flex-direction: column;
    }

    .architecture_image img {
        width: 60px;
        height: 60px;
    }

    .interior_swiper_main_sec .slider_interior,
    .sticky_image_tab .slider_interior {
        border-radius: 20px;
    }

    .interior_swiper_main_sec .medium-flex,
    .sticky_image_tab .medium-flex {
        align-items: flex-start;
    }

    .interior_swiper_main_sec p,
    .sticky_image_tab p {
        text-align: left;
    }

    .sticky_img img {
        height: 50vh;
        object-fit: cover;
    }

    .banner_animation_mobile {
        position: relative;
    }

    .black_overlay {
        border-radius: 20px;
    }

    .inner-flex-column {
        display: flex;
        gap: 10rem;
        flex-direction: column;
        min-height: unset;
    }

    .title_big h2 {
        /* font-size: 2rem; */
        font-size: 2.5rem;
    }

    .card-padding {
        padding: 2rem;
    }

    .section-title h4 {
        /* font-size: 2rem; */
        font-size: 2.7rem;
    }

    .flex-wrapper {
        display: flex;
        gap: 1rem;
        flex-direction: column;
    }

    .card-padding.medium {
        padding: 2rem;
    }

    .paragraph p {
        /* font-size: 1.5rem; */
        font-size: var(--medium-gap-size);
    }

    .paralaxbanner_title h1 {
        font-size: 2rem;
        margin-bottom: 0;
    }

    .bg_property {
        padding: 300px 0 30px 0;
        background-attachment: unset;
    }

    .sticky_div {
        padding-top: 0rem;
        position: unset;
        top: 1%;
        left: 0;
        width: 100%;
    }

    .sticky_div2 {
        padding-top: 0rem;
        position: unset;
        top: 1%;
        left: 0;
        width: 100%;
    }

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

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

    .animation-btn button {
        padding: 5px 10px;
    }

    .animation-btn button .icon--right span {
        font-size: 18px;
        display: grid;
        place-content: center;
        height: 100%;
    }

    .contact_btntext button .icon--right span {
        font-size: 18px;
        display: grid;
        place-content: center;
        height: 100%;
    }

    .detail_provision_text h1 {
        /* font-size: 6rem; */
        font-size: 4.2rem;

    }

    .header_smaller_text {
        font-size: 3rem !important;
        font-family: "Red Rose", serif;
    }

    .account_button p {
        font-size: 2rem;
        color: var(--white-color);
    }

}

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

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

    .client_timeline_flex {
        flex-basis: 100%;
    }
}