@media (max-width: 640px) {
    h2{
        font-size: 3rem;
    }
    .home-intro__title{
        font-size: 3rem;
    }
    .home-intro{
        height: 70vh;
    }
    .mt-100{
        margin-top: 60px;
    }
    .mb-100{
        margin-bottom: 60px;
    }
    .hero-sec-content-img{
        padding-right: 0;
        margin-bottom: 20px;
    }
    .hero-sec-img{
        height: 350px;
    }
    .overlay_content{
        flex-direction: column;
        align-items: start;
    }
    .overlay_content h4{
        width: 100%;
        margin-bottom: 15px;
    }
    .products-grid{
        padding: 0;
    }
    .blogs_content{
        grid-template-columns: repeat(1, 1fr);
    }
    .hero-content h1{
        font-size: 3rem;
    }
    .contact_left{
        margin-top: 40px;
        padding-left: 0;
    }

    .contact_form input[type="submit"]{
        width: 100%;
    }
    .single-product__image{
        position: static;
    }
    .single-product__image img{
        height: 300px;
    }
    .contact_form .d-flex{
        flex-direction: column;
        gap: 0;
    }
    .map_container{
        height: 400px;
    }
    .grid-container2{
        grid-template-columns: repeat(1, 1fr);
    }
    .stats-container{
        flex-direction: column;
    }
    .about__images{
        padding-right: 0;
        margin-bottom: 40px;
    }
    .grid-img1 img{
        height: 200px;
    }
    .grid-img2 img{
        height: 272px;
    }
    .titles{
        gap: 15px;
    }
    .text-content{
        gap: 18px;
    }
    .stats-section{
        padding: 30px 15px;
    }
    .contact_form label{
        margin-bottom: 10px;
    }
    .product_overlay img{
        height: 300px;
    }
    .navbar__menu{
        padding: 0;
    }
    .btn-home{
        font-size: 1.4rem;
    }
    .contact_buttons{
        flex-direction: column;
    }
    .stat-item h2{
        font-size: 4rem;
    }
    .category_items_products{
        grid-template-columns: repeat(1, 1fr);
    }
    .product-wrapper{
        grid-template-columns: repeat(1, 1fr);
        row-gap: 30px;
    }
    .availability-section{
        padding: 0;
    }
    .mb-50{
        margin-bottom: 25px;
    }
    .product-content{
        flex-direction: column;
    }
    .product-gallery-custom{
        width: 100%;
    }
    .product_slider .swiper-slide{
        height: 300px;
    }
    .thumbnail-slider .swiper-slide img{
        height: 120px !important;
    }
    .product-details{
        width: 100%;
    }
    .product-section{
        padding: 0;
    }
}

@media (min-width: 641px) and (max-width: 1023px) {
    .home-intro{
        height: 70vh;
    }
    .all-hero-sec{
        flex-direction: column;
        gap: 30px;
    }
    .all-hero-sec .col-md-6{
        width: 100%;
    }
    .hero-sec-content-img{
        padding-right: 0;
    }
    .hero-sec-img{
        height: 400px;
    }
    .overlay_content{
        flex-direction: column;
        align-items: start;
    }
    .overlay_content h4{
        width: 100%;
        margin-bottom: 15px;
    }
    .product_overlay img{
        height: 330px;
    }
    .blogs_content{
        grid-template-columns: repeat(2, 1fr);
    }
    .contact_sec .row{
        flex-direction: column;
        gap: 40px;
    }
    .contact_sec .col-md-6{
        width: 100%;
    }
    .contact_left{
        padding-left: 0;
    }
    .single-product__image{
        position: static;
    }
    .about__section .row{
        flex-direction: column;
    }
    .about__section .col-md-6{
        width: 100%;
    }
    .about__images{
        margin-bottom: 40px;
        padding-right: 0;
    }
    .grid-container2{
        grid-template-columns: repeat(2, 1fr);
    }
    .stats-container{
        flex-wrap: wrap;
    }
    .stat-item{
        flex: 0 0 calc((100% / 2) - 20px) !important;
    }
    .category_items_products{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) and (max-width: 1365px) {
    .home-intro{
        height: 60vh;
    }
    .about_slider .swiper-slide img{
        height: 126px;
    }
    .overlay_content{
        flex-direction: column;
        align-items: start;
    }
    .overlay_content h4{
        width: 100%;
        margin-bottom: 15px;
    }
    .product_overlay img{
        height: 330px;
    }
    .blogs_content{
        grid-template-columns: repeat(2, 1fr);
    }
    .stats-container{
        flex-wrap: wrap;
    }
    .stat-item{
        flex: 0 0 calc((100% / 2) - 20px) !important;
    }
    .about__section .row{
        flex-direction: column;
    }
    .about__section .col-md-6{
        width: 100%;
    }
    .about__images{
        margin-bottom: 40px;
        padding-right: 0;
    }
}
