@media (max-width:1330px) {
    .banner .circle{
        width: 500px;
        height: 500px;
        top: -55px;
    }
    .banner h1{
        font-size: 170px;
    }
}

@media (max-width:1200px) {
    .deal-content{
        padding: 49px 0px;
    }  
     .banner h1{
        font-size: 140px;
        bottom: -78px;
    }
    .lower-head-left{
        display: none;
    }
    .lower-head{
        padding: 20px 0px;
    }
}

@media (max-width:1024px) {
    .banner .heading{
        font-size: 50px;
        line-height: 60px;
    }

}

@media (max-width: 991px) {
    .banner {
        padding: 20px;
        text-align: center;
    }

    .banner .row.display {
        flex-direction: column;
        align-items: center;
    }

    .banner .col-6 {
        width: 100%;
        padding: 10px;
    }

    .banner h1 {
        font-size: 100px;
        line-height: 120px;
        bottom: -20px;
        left: 0;
        z-index: 1;
    }

    .banner .price {
        font-size: 14px;
        padding: 4px 8px;
    }

    .banner .heading {
        font-size: 32px;
        line-height: 40px;
    }

    .banner button {
        font-size: 14px;
        padding: 12px 20px;
    }

    .banner .circle {
        width: 300px;
        height: 300px;
        top: -20px;
        left: 0;
    }

    .banner .col-6 img:not(.circle) {
        width: 100%;
        height: auto;
    }

    .fashion-img {
        height: auto;
    }
   
    .mid-head-left,  .head-left {
        display: none;
    }
    .mid-head-right {
        justify-content: center !important;
        text-align: center;
    }
}

@media(max-width:768px){
    .testimonial .slider-content{
                margin: 0px 0px 30px 0px;
                text-align: center;
                width: 100%;
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
    .product-img{
        width: 100%;
        height: 100%;
        object-fit:contain;
    }
    
}
@media (max-width:672px) {
    .women .men h2,.women .stroke-women{
        font-size: 120px;
    }
    .fashion-img img{
        width: 85%;
    }
    .stroke-text {
        bottom: 38%;
        left: 20%;
    }

    .women .stroke-women{
        right:0%;
    }
}

@media (max-width: 600px) {
  .testimonial h2{
    font-size: 30px;
  }
  .testimonial .quoted {
    left: 0%;
    top: 12%;
    width: 30%;
}
.sub-menu, .sub-menu-currency{
    padding: 5px;
    min-width: 80px;
}
.sub-menu-currency {
    left: 69%;
}
.sub-menu{
    left: 44%;
}
}

@media (max-width:500px) {
    .testimonial .quoted {
        display: none;
}

.women .stroke-women, .women .men h2{
    font-size: 80px;
}
  .stroke-text {
        bottom: 46%;
        left: 20%;
  }

    .form-control{
        padding: 0px;
        padding-left: 4px;
    }

    .deal-content .email button{
        padding: 10px 16px;
    }

    .deal .discount{
        padding: 20px;
    }

    .banner h1 {
        font-size: 80px;
    }
    .lower-head-right ul li:nth-child(1),.lower-head-right ul li:nth-child(2) {
        display: none;
    }
    .upper-head p{
        font-size: 10px;
    }
}

@media (max-width: 381px) {
    .deal-content {
        padding: 20px 0;
    }

    .email i{
        display: none;
    }
    .deal-content .email {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        padding: 0px;
    }

    .deal-content .email .display {
        display: block;
        width: 100%;
    }

    .deal-content .email input.form-control {
        width: 60%;
        padding: 6px 8px;
        font-size: 14px;
    }

    .deal-content .email button.btn {
        width: 100%;
        padding: 8px 10px;
        font-size: 14px;
    }
    .banner h1 {
        font-size: 60px;
    }
     .banner .circle {
        width: 200px;
        height: 200px;
        top: 0px;
        left: -13px;
    }
    .mid-head-right .order p, .main-item span{
        padding: 8px 12px;;
    }
    .lower-head-right ul li:nth-child(4){
        display: none;
    } 
    .total-cart{
        width: 269px;
        padding: 21px;
        right: 6%;
        top: 17%;
    }
}


@media (max-width: 576px) {
  .cart-item {
    text-align: center;
  }
  .cart-item img {
    max-width: 60px;
  }
  .cart-item .small-text {
    font-size: 14px;
  }
  .quantity-box button {
    font-size: 12px;
    padding: 2px 6px;
  }
  .qty {
    font-size: 14px;
  }
  .cart-head-names {
    display: none !important;
  }
}
@media (max-width: 330px) {
  .cart-item img {
    max-width: 50px;
  }
  .cart-item .small-text {
    font-size: 12px;
  }
  .quantity-box button {
    font-size: 10px;
    padding: 1px 4px;
  }
  .qty {
    font-size: 12px;
  }
}
