@media screen and (max-width: 1400px) {
    :root {
        --fs-bigger: 30px;
        --fs-big: 16px;
        --fs-large: 16px;
        --fs-medium: 16px;
        --fs-small: 12px;
    }
    .sticky-top .navbar-brand img {
        width: 170px;
    }
    .sticky-top .navbar-nav {
        gap: 15px;
    }
    .banner-content h1 {
        font-size: 40px;
    }
    .banner-content h1 {
        margin-bottom: 20px;
    }
    .banner-count {
        bottom: -100px;
    }
    .sticky-top.scrolled .navbar-brand img {
        width: 150px;
    }
    .sticky-top .nav-social-link a {
        padding: 3px 7px;
    }
    .sticky-top .nav-social-link a:nth-child(1) {
        padding: 3px 10px;
    }
    .swiper-button-prev {
        left: 0;
    }

    .swiper-button-next {
        right: 0;
    }
    .home_about_company img {
        width: 95%;
        object-fit: cover;
    }
}

@media screen and (max-width: 1200px) {
    :root {
        --fs-bigger: 28px;
        --fs-big: 15px;
        --fs-large: 16px;
        --fs-medium: 14px;
        --fs-small: 12px;
    }

    .sticky-top {
        padding: 7px 0;
    }
    .sticky-top .navbar-brand img {
        width: 150px;
    }
    .sticky-top .navbar-nav {
        gap: 10px;
    }
    .banner-content h1 {
        font-size: 38px;
    }
    .sticky-top.scrolled .navbar-brand img {
        width: 130px;
    }
    .banner-count {
        bottom: -70px;
    }
    .banner-count .counts {
        padding: 30px 15px;
    }
    .counts .count-details img {
        width: 75px;
        padding: 15px;
    }
    .counts .count-details b {
        font-size: var(--fs-big);
        font-weight: 500;
    }
    .counts .count-details span {
        font-size: var(--fs-medium);
    }

    .home_product .product_card {
        height: 380px;
    }
    .home_product .product_card {
        border-radius: 15px;
    }
    .home_product .product_card .product_detail {
        padding: 15px;
    }
    .home_product .product_card img {
        height: 230px;
    }
    .home_product .product_card:hover img {
        height: 195px;
    }
    .home_cs_fb .quote-icon img {
        width: 20px;
    }
    .home_cs_fb .testimonial-text {
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .home_cs_fb .testimonial-profile img {
        width: 50px;
        height: 50px;
    }
    .home_about_company img {
        width: 100%;
        object-fit: cover;
    }
}

@media screen and (max-width: 992px) {
    :root {
        --fs-bigger: 28px;
        --fs-big: 18px;
        --fs-large: 16px;
        --fs-medium: 14px;
        --fs-small: 12px;
    }
    .home_banner_back {
        height: 650px;
    }
    .about_banner_back2 {
        height: auto;
    }
    .sticky-top .navbar-brand img {
        width: 140px;
    }
    .banner-content h1 {
        font-size: 38px;
    }
    .banner-content p br {
        display: none;
    }
    .sticky-top.scrolled {
        padding: 3px 0;
    }
    .sticky-top.scrolled .navbar-brand img {
        width: 120px;
    }

    .offcanvas-start {
        width: 300px;
        background: #000000e2;
    }
    .custom-toggler .fa-bars {
        color: #fb8a05;
    }
    .btn-close .fa-close {
        font-size: var(--fs-big);
        color: #fff;
        padding-right: 10px;
    }
    .offcanvas-header,
    .offcanvas-body {
        padding-left: 20px;
    }
    .offcanvas-title img {
        width: 100px;
    }

    .banner-count {
        bottom: -110px;
    }
    .banner-count .counts .row {
        row-gap: 20px;
    }
    .banner-count .counts .row .col-6:nth-child(2) {
        border-right: none;
    }

    .home_about_company .row {
        row-gap: 30px;
    }
    .home_about_company img {
        width: 70%;
    }
    .product_detail_home img {
        width: 100%;
    }
    .home_about_company .col-12:nth-child(1) {
        order: 2;
    }
    .home_about_company .col-img:nth-child(2) {
        text-align: center;
    }

    .product_detail_home .col-12:nth-child(2) {
        order: 2;
    }

    .home_product .product_card {
        height: fit-content;
    }
    .home_product .row {
        row-gap: 25px;
    }

    .home_product .product_card img {
        height: 300px;
    }

    .home_product .product_card:hover img {
        height: 300px;
    }
    .home_product .product_card .product_detail .read_more {
        display: inline;
        opacity: 1;
    }

    .home_service .row {
        row-gap: 30px;
    }
    .home_service .col-12:nth-child(1) {
        text-align: center;
    }
    .home_service img {
        width: 70%;
    }
    .home_service .service_type .col-2 {
        text-align: center;
    }
    .home_service .service_type img {
        width: 70%;
    }

    .home_cs_fb .row:nth-child(1) {
        row-gap: 30px;
    }
    .home_contact .col-lg-6 img {
        height: 300px;
    }

    .home_newsletter .row {
        row-gap: 30px;
    }
    footer .row {
        row-gap: 30px;
    }
    footer .footer-end1 {
        justify-content: start;
    }
    footer .footer-end2 {
        justify-content: center;
    }

    /* About */
    .about_about_company2 {
        padding: 60px 0;
        padding-bottom: 0;
    }
    .about_service .row {
        row-gap: 25px;
    }
    .about_service .card {
        padding: 20px;
    }
    .about_service .card span {
        font-size: var(--fs-big);
    }
    .about_service .card img {
        width: 80px;
        padding: 10px;
    }
    .masonry-grid {
        margin: 0 auto;
        padding-left: 0px;
    }
    .masonry-item {
        width: calc(25% - 20px);
        margin-bottom: 20px;
    }
    .swiper-button-prev {
        left: 80px;
    }

    .swiper-button-next {
        right: 80px;
    }
    .home_newsletter form {
        align-items: start;
    }
}

@media screen and (max-width: 768px) {
    :root {
        --fs-bigger: 26px;
        --fs-big: 18px;
        --fs-large: 16px;
        --fs-medium: 14px;
        --fs-small: 12px;
    }
    .btn {
        width: 130px;
        height: 45px;
    }
    .sticky-top {
        padding: 0px 0;
    }
    .sticky-top.scrolled {
        padding: 0px 0;
    }
    .offcanvas-header {
        padding-top: 20px;
    }
    .banner-content h1 {
        font-size: 34px;
    }
    .about_banner_back2 .banner-content h1 {
        margin-bottom: 10px;
    }
    .about_team .member_card img {
        height: 400px;
    }
    .about_team .member_card .product_detail span {
        font-size: var(--fs-big);
    }
    .home_product .product_card img {
        height: 250px;
    }

    .home_product .product_card:hover img {
        height: 250px;
    }
    footer img {
        width: 230px;
    }
    .sub-footer .copyright {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .home_cs_fb {
        padding-bottom: 30px;
    }

    .product_home {
        padding-top: 20px;
    }
    .product_count {
        padding: 20px 0;
    }
    .home_contact .col-lg-6 form input {
        padding: 10px;
    }
    .masonry-item {
        width: calc(50% - 15px);
    }
    .home_contact .col-lg-6 img {
        height: 250px;
    }
    .home_newsletter input {
        padding: 10px 20px;
    }
    .home_newsletter button {
        padding: 10px 30px;
    }
    .swiper-button-prev {
        left: 0px;
    }

    .swiper-button-next {
        right: 0px;
    }
}

@media screen and (max-width: 576px) {
    :root {
        --fs-bigger: 26px;
        --fs-big: 17px;
        --fs-large: 16px;
        --fs-medium: 16px;
        --fs-small: 14px;
    }
    .home_banner_back {
        height: 570px;
    }
    .about_banner_back2 {
        height: auto;
        padding-top: 130px;
    }
    .sticky-top .navbar-brand img {
        width: 120px;
    }
    .sticky-top.scrolled .navbar-brand img {
        width: 100px;
    }
    .banner-content h1 {
        font-size: 28px;
    }
    .banner-count {
        bottom: -80px;
    }
    .banner-count .counts {
        padding: 25px 15px;
    }

    .counts .count-details {
        gap: 10px;
    }
    .counts .count-details img {
        width: 50px;
        padding: 8px;
    }
    .counts .count-details b {
        font-size: var(--fs-medium);
        font-weight: 500;
    }
    .counts .count-details span {
        font-size: var(--fs-small);
    }

    .home_about_company {
        padding-top: 150px;
    }
    .product_detail_home {
        padding-top: 60px;
    }
    .home_about_company img {
        width: 90%;
    }
    .product_detail_home img {
        width: 100%;
    }
    .about_about_company2 {
        padding-top: 60px;
    }

    .home_product .product_card img {
        height: 330px;
    }
    .product_home .product_card img {
        height: 250px;
    }

    .home_product .product_card:hover img {
        height: 330px;
    }
    .product_home .product_card:hover img {
        height: 250px;
    }
    .home_service img {
        width: 90%;
    }

    .home_service .service_type .col-2 {
        display: flex;
        align-items: center;
        width: 30%;
    }
    .home_service .service_type .col-9 {
        width: 70%;
    }
    .home_service .service_type img {
        width: 100%;
    }

    .home_contact .col-lg-6 form {
        padding: 20px 15px;
        gap: 20px;
    }
    .home_newsletter form {
        flex-direction: column;
        gap: 15px;
    }
    .home_newsletter button {
        width: 100%;
    }

    footer .row {
        margin-left: 0;
    }
    footer img {
        width: 180px;
    }
    footer .footer-end2 {
        justify-content: start;
    }
    footer ul li {
        margin-top: 15px;
    }
    .product_count .counts {
        padding: 20px 0;
    }
    .product_count .counts .row .col-6 {
        padding: 0;
    }

    .masonry-item {
        padding-left: 10px;
    }
    .masonry-item img {
        width: 100%;
        margin: 0 auto;
    }

    .popup-content {
        width: 95%;
        padding: 10px;
    }

    .product-image-viewer .main-product-img {
        height: 350px;
        object-fit: cover;
        object-position: center;
    }
    .home_newsletter form p {
        flex-direction: column;
        width: 100%;
    }
    .home_newsletter input {
        width: 100%;
    }
    .home_newsletter form p .wpcf7-spinner {
        top: auto;
        bottom: 13px;
    }
    .home_cs_fb .sketchfab-embed-wrapper iframe {
        width: 100%;
        min-height: 350px;
    }
}
