@media screen and (max-width:1068px) {
    .hero{
        height: 80vh;
        background-position: right;
    }
    .hero h2{
        font-size: 46px;
    }
    .hero h1{
        font-size: 46px;
    }
    .banner h2{
        flex-direction: column;
        gap: 20px;
    }
    .banner2{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    .banner2 .ban-box{
        width: 90%;

    }
}
@media screen and (max-width:950px) {
    .banner3{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    .banner3 .ban-box {
        width: 90%;
    }
    .footer{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }
    .footer .coll{
        width: 100%;
        gap: 10px;
        justify-content: center;
    }
}
@media screen and (max-width:798px) {
    #header{
        padding: 20px 20px;
    }
    
    
    .nav-bar{
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        position: fixed;
        top: 0;
        right: -300px;
        height: 100vh;
        width: 300px;
        background-color: #eee;
        padding: 80px 0 0 10px;
        transition: 0.3s ease;

    }
    .cart-a{
        margin-top: 20px;
    }
    .order-main{
        width: 80%;
    }
    .pro-sec{
        padding: 20px 20px;
    }
    .text-sec p{
        line-height: 21px;
        font-size: 13px;
        font-weight: 500;
    }
    .nav-bar.navopen{
        right: 0;
    }
    .nav-bar li{
        margin-bottom: 25px;
    }
    .mobil{
        display: flex;
        cursor: pointer;

    }
    .mobil i{
        color: #1a1a1a;
        font-size: 24px;
        padding-right: 20px;
    }
    #closed{
        display: initial;
        position: absolute;
        top: 30px;
        left: 30px;
        color: #222;
        font-size: 24px;
        cursor: pointer;
    }
    .hero{
        height: 60vh;
    }
    .hero h2{
        font-size: 36px;
    }
    .hero h1{
        font-size: 36px;
    }
    .feauter{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    .feauter .fe-box{
        width: 80%;

    }
    .sm-pro h2{
        font-size: 40px;
        letter-spacing: 1px;
    }
    
}

@media screen and (max-width:660px) {
    .sm-pro .pro-container{
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }
    .sm-pro .pro-box{
        width: 70%;
    }
    .hero h2{
        font-size: 36px;
    }
    .hero h1{
        font-size: 36px;
    } 
    .hero p{
        font-size: 16px;
        text-align: center;
    }
    .pro-sec{
        flex-direction: column;
        align-items: center;
        gap: 10px;
        justify-content: center;
    }
    .pro-sec .for-img{
        width: 80%;
    }
    .pro-sec .text-sec{
        width: 80%;
    }
}

@media screen and (max-width:608px) {
    .hero{
        align-items: center;
        padding-top: 140px;
    }
}
@media screen and (max-width:508px) {
    .hero h2{
        font-size: 26px;
        text-align: center;
    }
    .shopping-cart {
        display: grid;
        grid-template-columns: repeat(1, 420px);
        justify-content: center;
        gap: 15px;
      }
    .hero h1{
        font-size: 26px;
        text-align: center;
    }
    .hero p{
        font-size: 14px;
        text-align: center;
    }
    .banner h4{
        font-size: 30px;
    }
    .banner h2{
        font-size: 30px;
    }
    .banner h2 span{
        font-size: 30px;
    }
    .banner2{
        padding: 20px 20px;
    }
    .banner2 .ban-box{
        width: 100%;
    }
    .mainsingup{
        width: 400px;
    }
    .signup-sec{
        padding: 0 20px;
    }
}
@media screen and (max-width:420px) {
    .hero{
        background-position: top 40px right;
    }
    .shopping-cart {
        display: grid;
        grid-template-columns: repeat(1, 300px);
        justify-content: center;
        gap: 15px;
      }
      .cart-img{
        border: 1px solid #030303;
        padding: 10px;
    }
    .cart-img img{
        width: 70px;
    }
      .cart-item {
        border: 2px solid #212529;
        border-radius: 5px;
        display: flex;
        cursor: pointer;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 1px;
        width: 100%;
      }
      
      .title-price-x {
        width: 130px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        /* border: 2px solid red; */
      }
      .cart-buttons{
        display: flex; 
        flex-direction: column-reverse;
    
        align-items: start;
        justify-content: start;
        gap: 20px;
        cursor: pointer;
    }
    
    .title-price {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    
    .cart-item-price {
        background-color: #212529;
        color: white;
        border-radius: 4px;
        padding: 3px 6px;
        width: 90px;
        margin-right: 0px;
    }
    
    .sm-pro h2{
        font-size: 30px;
        letter-spacing: 1px;
    }
    .sm-pro .pro-box{
        width: 100%;
    }
}