@media (min-width: 370px) and (max-width: 470px) {
    /* .banner .carousel-item {
        height: 200px;
    } */

    /* .banner .carousel-item h1,
    .banner .carousel-item .itco-shield {
        padding-right: 18px;
        margin-left: auto;
        margin-top: 1rem;
    } */

    .banner .carousel-item .itco-shield {
        margin-bottom: 13px;
    }

    .banner .carousel-inner .carousel-item:nth-child(2) {
        background-image: url('../img/mob-bg-3.png');
    }

    .banner .carousel-item p {
        font-size: 14px;
    }

    .banner .carousel-item h1 {
        font-size: 18px;
    }


}

@media (min-width: 370px) and (max-width: 767px) {
    /* start client-list section */

    .client-list .grid-container1,
    .client-list .grid-container2,
    .client-list .grid-container3 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 20px;

    }

    .client-list .grid-container .item {
        width: 135px;
    }


}

@media (min-width: 768px) and (max-width: 1000px) {

    /* start banner section */
    .banner .carousel-item {
        height: 300px;
        background-image: url('../img/banner-bg-2.png');
        background-position: -130px 0px;
    }

    .banner .carousel-inner .carousel-item:nth-child(2) {
        background-image: url('../img/banner-bg-3.png');
    }

    .banner .carousel-item h1 {
        font-size: 23px;
        width: 34%;
        margin: 1rem auto 0;
    }

    /* end banner section */
}


@media (min-width: 768px) {

    /* main {
        padding-top: 122px;
    } */

    .heading h2::before {
        inset: 0 0 -40px 0;
    }

    .heading-left h2::before {
        inset: 0 0 -40px 11px;
    }
    
    header .header-menu .menu-links {
        top: 145px;
    }


    .banner .carousel-item {
        background-size: cover;
    }


    .showcase .carousel-indicators {
        bottom: -9px;
    }

    /* start client-list section */

    .client-list .grid-container1,
    .client-list .grid-container2,
    .client-list .grid-container3 {
        display: grid;
        grid-template-rows: auto auto auto;
        column-gap: 1rem;

    }

    .client-list .grid-container1 {
        grid-template-columns: repeat(7, 1fr);
    }

    .client-list .grid-container2 {
        grid-template-columns: repeat(8, 1fr);
    }

    .client-list .grid-container3 {
        grid-template-columns: repeat(7, 1fr);
    }

    .client-list .grid-container .item {
        width: 75px;
    }

    /* end client-list section */

    /* start contact section */
    .contact {
        height: 350px;
    }

    /* end contact section */

    /* start why-prefer section */

    .why-prefer .grid-container {
        grid-template-columns: repeat(4, 1fr);
    }

    .why-prefer .grid-container .item {
        width: 100%;
    }

    /* end why-prefer section */

    /* start product showcase  section */
    .showcase .product {
        min-height: 510px;
    }

    /* end product showcase section */

    .detail-nav .machine-list {
        position: sticky;
        top: 70px;
    }
}

@media (min-width: 1024px) {

    /* start common css */
    .description-width {
        /* width: 75%; */
        margin: auto;
    }

    /* end common css */

    main {
        padding-top: 152px;
    }

    /* header css start */
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 4;
        transition: .5s ease-out;
        background: var(--whiteColor);
    }
    header .header-menu .logo {
        width: 179px;
    }

    header .sticky .header-menu .logo {
        width: 150px;
    }

    header .social-link {
        gap: 7px;
    }

    header .social-link li a {
        width: 29px;
        height: 50px;
    }

    header .header-menu .menu-links {
        top: 0;
        width: 65%;
        position: relative;
        box-shadow: none;
        background-color: transparent;
    }

    header .header-menu .menu-links ul .links-li {
        border-bottom: none;
        margin-right: 16px;
        padding: 0;
        position: relative;
    }

    header .header-menu .menu-links ul .links-li .link {
        transition: none;
        padding: 1px;
        position: relative;
        z-index: 1;
        font-size: 15px;
        color: var(--blackColor);
    }

    header .header-menu .menu-links ul .active {
        background-color: var(--primaryColor);
        border-radius: 3px;
        padding: 0px 11px;
    }

    header .header-menu .menu-links ul .active .link {
        color: white;
    }

    header .header-menu .menu-links ul .links-li .link::before {
        content: '';
        position: absolute;
        bottom: -4px;
        left: 0;
        background-color: var(--primaryColor);
        width: 0;
        height: 2px;
        z-index: -1;
        transition: 0.5s ease;
    }

    header .header-menu .menu-links ul .active .link::before {
        content: none;
    }

    header .header-menu .menu-links ul .active .link:hover {
        color: #fff !important;
    }

    header .header-menu .menu-links ul .links-li .link:hover {
        color: var(--primaryColor);
    }

    header .header-menu .menu-links ul .links-li .link:hover::before {
        width: 100%;
    }

    /* 
    header .sticky {
        padding: 1rem 1.5rem;
    } */

    header .sticky .container {
        position: relative;
        /* padding: 1rem 0; */
    }

    header .sticky .logo {
        width: 130px;
    }

    header .sticky .header-line {
        display: block !important;
    }

    header .header-menu .btn-primary {
        width: 170px;
    }

    /* header css end */

    /* start banner section */
    .banner .carousel-item {
        height: 293px;
        background-size: 100% 100%;
        background-image: url('../img/banner-bg-2.png');
        padding: 0;
    }

    .banner .carousel-inner .carousel-item:nth-child(2) {
        background-image: url('../img/banner-bg-3.png');
    }

    .banner .banner-content {
        width: 33%;
        margin: 2rem auto 0;
    }

    .banner .banner-content h4 {
        font-size: 20px;
    }

    .banner .banner-content h1 {
        font-size: 30px;
    }

    .banner .carousel-item .itco-shield {
        width: 130px;
    }

    /* end banner section */

    .client-list .grid-container .item {
        width: 100px;
    }

    /* start product showcase section */

    .showcase .product h1 {
        font-size: 24px;
    }

    .showcase .product span {
        width: 90%;
        display: block;
    }

    .showcase .carousel-control-next, .showcase .carousel-control-prev {
        margin: auto 80px;
    }

    /* end product showcase section */


    .detail-nav .machine-list {
        top: 130px;
        width: 95%;
    }

}

@media (max-width: 850px) {
    .contact-us  .form {
        grid-template-columns: 1fr;
    }

    .contact-form:before {
        top: -13px;
        left: initial;
        right: 70px;
    }

}

/* @media (max-width: 480px) {

    form,
    .contact-info {
        padding: 1.7rem 1.6rem;
    }

    .text,
    .information,
    .social-media p {
        font-size: 0.8rem;
    }

    .social-icons a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .input {
        padding: 0.45rem 1.2rem;
    }
} */

@media (min-width: 1200px) {


    section {
        padding: var(--lgPadding);
    }

    .banner .carousel-item {
        height: 343px;
    }

    .banner .banner-content h1 {
        font-size: 35px;
    }

    .client-list .grid-container .item {
        width: 125px;
    }

    .why-prefer .grid-container {
        grid-template-columns: repeat(8, 1fr);
    }
}

@media (min-width: 1366px) {

    .banner .carousel-item {
        height: 391px;
    }

    .banner .banner-content {
        margin: 4rem auto 0;
    }

}

@media (min-width: 1440px) {

    .banner .carousel-item {
        height: 412px;
    }

    .banner .banner-content h1 {
        font-size: 40px;
    }
}

@media (min-width: 1600px) {

    body {
        font-size: 18px;
    }

    .banner .carousel-item {
        height: 480px;
    }

    .banner .banner-content h1 {
        font-size: 50px;
    }

    .client-list .grid-container .item {
        width: 140px;
    }

    .showcase .carousel-control-next, .showcase  .carousel-control-prev {
        margin: auto 100px;
    }
}

@media (min-width: 1800px) {}

@media (min-width: 1367px) and (max-width: 1920px) {}

@media (min-width: 1920px) {

    .banner .carousel-item {
        height: 560px;
    }
}