/* --- Desktop | 1200px and up ---- */

@media screen and (min-width: 1200px) {

    .container {
        max-width: 1170px;
    }

}

/* --- Laptop Landscope | 992px to 1199px ---- */

@media screen and (min-width: 992px) and (max-width: 1199px) {

    html {
        font-size: 56%;
    }

    .title_xl {
        font-size: 10rem;
    }

    .product_section {
        padding: 13rem 0rem;
    }
    .hero_banner .hero_fiximg{
        height: 500px;
    }
    .hero_banner .hero_fiximg.sm{
        height: 300px;
    }
}


/* --- Tablet | 991px and down ---- */

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

    .title_xl {
        font-size: 7rem;
    }

    .hero_item h4 {
        font-size: 2rem;
    }

    .hero_item {
        padding-bottom: 0rem;
        padding-top: 1.5rem;
    }

    .hero_item h2 {
        margin-bottom: 2.4rem;
    }

    .swiper-button-next {
        right: 3.5rem;
    }

    .swiper-button-prev {
        left: 3.5rem;
    }

    .product_section {
        padding: 8rem 0rem;
    }

    .product_row {
        padding-top: 5rem;
        grid-template-columns: repeat(2, 1fr);
    }

    .about_section {
        padding-bottom: 8rem;
    }

    .contact_section {
        padding: 10rem 0rem;
    }

    .news_section {
        padding: 8rem 0rem;
    }

    .news_row {
        padding-top: 4.5rem;
    }

    .news_text h4 {
        font-size: 2rem;
    }

    .certification_section {
        padding: 2.4rem 1.2rem;
    }

    .footer_section {
        padding: 9rem 0rem 8rem;
    }

    .hero_banner .hero_fiximg{
        height: 500px;
    }
    .hero_banner .hero_fiximg.sm{
        height: 300px;
    }

}


/* --- Mobile | 767px and down ---- */

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

    .container {
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }

    .humbergar_btn img {
        width: 2.1rem;
    }

    .title_xl {
        font-size: 4rem;
    }

    .hero_banner img {
        min-height: 32rem;
        object-fit: cover;
    }

    .hero_item {
        padding-bottom: 0rem;
        padding-top: 1.5rem;
    }

    .hero_item h4 {
        font-size: 1.8rem;
        letter-spacing: 1rem;
        margin-bottom: 1.4rem;
    }

    .hero_item h2 {
        margin-bottom: 2.5rem;
    }

    .swiper-button-next {
        right: 1.5rem;
        width: 1.5rem;
        height: 1.5rem;
    }

    .swiper-button-prev {
        left: 1.5rem;
        width: 1.5rem;
        height: 1.5rem;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 2.1rem;
    }

    .product_section {
        padding: 6.5rem 0rem 7rem;
    }

    .product_row {
        padding-top: 5rem;
        grid-template-columns: 1fr;
    }

    .about_section {
        padding-bottom: 8rem;
    }

    .contact_section {
        padding: 7rem 0rem;
    }

    .news_section {
        padding: 6.5rem 0rem 5rem;
    }

    .news_row {
        padding-top: 3.5rem;
    }

    .news_text h4 {
        font-size: 1.9rem;
    }

    .news_text {
        padding: 2.5rem 1.5rem 1.5rem 2.5rem;
    }

    .certification_section {
        padding: 2rem 0.8rem;
    }

    .footer_section {
        padding: 8rem 0rem;
    }

    .about_section .row {
        --bs-gutter-y: 1.5rem;
    }

    .solutions_card {
        padding: 3.5rem 3rem 5.4rem;
    }

    .solutions_card h4 {
        font-size: 3.2rem;
        margin-bottom: 3.6rem;
    }

    .contact_box p {
        font-size: 2.2rem;
        margin: 3rem 0rem;
    }

    .footer_links li {
        padding-left: 0rem;
    }

    .footer_links {
        margin: 3.5rem 0rem;
    }

    .hero_banner .hero_fiximg{
        height: 300px;
    }
    .hero_banner .hero_fiximg.sm{
        height: 300px;
    }

}


/*----- xs devices 575px and down -----*/
@media screen and (max-width: 575px) {

    html {
        font-size: 2.415vw;
    }

}