@media(max-width:991px) {
    .links {
        display: none;
    }

    .subheader {
        background-color: black;
        /* position: relative; */
        height: 57px;
    }
    
    #carouselExampleFade {
        padding-top: 57px;
    }

    .txt h1 {
        font-size: 28px;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 1rem;
        height: 1rem;
    }

    .w-md-100 {
        width: 100% !important;
    }

    .ftrlink {
        display: block !important;
        margin: 0;
        padding: 0;
    }

    .ftrlink li a {
        display: block;
        text-align: center;
        margin-bottom: 8px;
    }

    .ftrlink {
        max-width: 100%;
    }

    .footer-text {
        max-width: 100%;
    }

    .social-icons {
        display: flex !important;
        margin: auto;
    }

    .social-icons li {
        padding: 0px 10px;
    }

    .main-footer .upper-section {
        padding: 60px 15px 25px;
    }

    .section .title,
    .section .middle {
        height: auto !important;
    }

    .parallax-paragraph h1 {
        font-size: 30px;
        line-height: 45px;
    }

    .parallax-paragraph {
        width: 95% !important;
    }
}

@media(max-width:800px) {


    .font-small {
        font-size: 12px;
        line-height: 16px;
    }

    .extra-menu {
        overflow: hidden;
        overflow-x: scroll;
        padding: 15px 0px 15px 15px;
    }

    .extra-menu a:first-child {
        padding-left: 0px !important;
    }

    .parallax-paragraph h1 {
        font-size: 25px;
        line-height: 30px;
    }

    .parallax-paragraph h1 {
        width: 95% !important;
    }

}

@media(max-width:400px) {
    /* header {
        height: 240px;
    } */

    .side-menu {
        width: 300px;
    }

    .logo img {
        width: 80px;
        height: 30px;
    }

    .links a {
        font-size: 8px;
    }

    .links a {
        display: none;
    }

    .carousel-item img {
        height: 100%;
    }

    .txt {
        top: 50%;
    }

    .txt h1 {
        font-size: 30px;
        margin: 0;
    }

    .txt h3 {
        font-size: 16px;
    }

    .part-2 {
        height: auto;
    }

    /* 
    .boxes {
        height: auto;
    } */

    #shadow {
        font-size: 25px;
        text-shadow: 2px 5px 10px lightgray;
    }

    /* swiper slide  */

    .swiper {
        width: 100%;
    }

    .slides {
        height: auto;
    }

    .swiper.mySwiper {
        height: auto;
    }

    .swiper-slide {
        flex-direction: column;
    }

    .swiper-slide button {
        margin-bottom: 15px;
    }

    /* swiper slide  */

    .ftr {
        flex-direction: column;
    }

    .ftr div {
        width: 100%;
        text-align: center;
    }

    .ftr h6 {
        margin-left: 2px;
    }

    .ftrlink {
        /* flex-direction: column; */
        /* margin-top: -3% !important; */
        margin-bottom: 20px !important;
    }

    .ftrlink a {
        padding-top: 8px;
    }
}
@media only screen and (max-width: 767px){

.sixtwelvw {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
    margin-bottom: -0px !important;
    margin-top: 100px;
}
.grid-layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding-bottom: 20px;
}
#data-output-products {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}
.grid-footer {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 15px;
}
.s300x600 {
    height: 150px !important;
    object-fit: cover !important;
    width: 100% !important;
    box-shadow: 0px;
}
.s600x1200 {
    height: 450px !important;
    object-fit: cover !important;
    width: 200px !important;
    margin: auto;
}
}

@media only screen and (min-width: 768px)  and (max-width: 1023px){

#data-output-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.grid-footer {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
}
}