@media screen and (max-width: 900px) {
    .hero-style .slide-title h2{
        font-size: 56px;
    }
    .two-watch-sec h6{
        font-size: 26px;
    }
    .about-sec, .gallery-sec {
       padding: 50px 0px 50px 0px;
    }
    .brand-sec{
           padding: 50px 0px 0px 0px;
    }
    .about-sec h2, .brand-sec h2, .new-style-sec h2, .footer-sec .container h2{
        font-size: 32px;
    }
     .footer-sec, .clints-sec {
         padding: 50px 0px 20px 0px;
    }
    .footer-sec .container{
         padding: 50px 20px 0px 20px;
         
    }
.image-slide-sec {
    padding-bottom:0px;
}
.shop-sec, .store-sec{
    padding-top: 50px;
}
.shop-sec h2, .clints-sec h2{
    font-size: 26px;
}
.store-sec h2{
    font-size: 30px;
}

.space {
    position: relative;
    margin: 38px 0px 60px calc((100% - 589px) * 0.5);
    left: 33px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

element.style {
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.clints-sec img {
    width: 115px !important;
    height: 115px;
}


   
}



@media screen and (max-width: 800px) {

 .brand-sec img {
        width: 90px;
        height: 40px;
        text-align: center;
        margin: auto;
        display: table;
    }
.mob-none{
    display:none !important;
}

}


@media screen and (max-width: 600px) {
        .image-slide-sec img {
            height: 100%;
            -o-object-fit: contain;
            object-fit: contain;
        }

        .hero-style {
            height: 400px;
            transition: all 0.4s ease;
        }

    .hero-style .slide-title h2 {
        font-size: 42px;
        line-height: 49px;
    }

        
element.style {
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
 .clints-sec img {
    width: 70px !important;
    height: 70px;
    border-radius: 100px;
    -o-object-fit: cover;
    object-fit: cover;
}

 .footer-sec {
         padding: 0px 0px 20px 0px;
    }

    .footer-sec .container h2{
        text-align: center;
    }
    .footer-sec .container .contact ul{
        text-align: center;
    }
 .footer-sec .container .social-media ul {
    padding-left: 0px;
    text-align: center;
   }
.brand-sec{
           padding: 0px 0px 0px 0px;
    }
    .hero-slider .swiper-button-prev{
        display: none;
    }
     .hero-slider .swiper-button-next{
        display: none;
    }
    .space {
        position: relative;
        margin: 38px 0px 60px calc((100% - 469px) * 0.5);
       
}
}


@media screen and (min-width: 800px) {

 .desk-none{
    display: none !important;
 }
}
 

