*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
    

:root{
    --myOrange: #fb8500;
    --myGreen: #5c8001;
}

body{
    background-image: url("./Asset/pexels-photo-2341290\ 1.png");
    width: 100vw;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow-x:hidden;
}

header{
    width: 100vw;
    height: auto;
}

header .topBar{
   background-color: #000;
   color: #fff;
   font-size: 14px;
   width: 100%;
   height: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
}

header .topBar span{
    color: #fb8500;
}

header .navContainer{
    display: flex;
    height: 80px;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-around;
   
}

header .navContainer .logo{
    width: 50px;
    height: 50px;
    margin-left: 30px;
}
header .navContainer img{
    width: 70px;
    height: 70px;
    margin-left: 50px;
}

header .navContainer nav{
    width: 500px;
    height: 40px;
    display: flex;
    flex-direction: row;
    margin-top: 60px;
    
}
header .navContainer nav ul{
   
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

 
header .navContainer nav #close{
    display: none;
}


header .navContainer nav .B{
    text-decoration: none;
    color: #000;
    font-weight: 600;
}

header .navContainer .cart {
    margin-top: 60px;
    font-size: 20px;
    margin-left: 0px;
    margin-right: 100px;
    width: 50px;
    height: 50px;
}

header .navContainer .cart #menu-btn{
    display: none;
}

article{
    width: 100vw;
    height: 100%;
    display: flex;
    flex-direction: column;
}

article .topCont {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

article .container{
    display: flex;
    width: 100%;
    height: 500px;
}

article .container .slider-wrapper{
    position: relative;
    max-width: 48rem;
   margin-top: 120px;
   margin-left: 350px;
}
article .container .slider-wrapper .slider{
    display: flex;
    flex-direction: column;
    height: 500px;
    aspect-ratio: 3 / 3;
    overflow-y: hidden;
    overflow-x: hidden;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    box-shadow: 0.15rem 3rem -0.75rem hsla(0, 0%, 0.25);
    border-radius: 0.5rem;
}
article .container .slider-wrapper .slider img{
    flex: 1 0 100%;
    scroll-snap-align: start;
    object-fit: cover;
    width: 500px;
} 
article .container .slider-wrapper .slider-nav{
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    position: absolute;
    top: 100px;
    left: 610px;
    transform: translateX(-50%);
    z-index: 1;
    
}
article .container .slider-wrapper .slider-nav a{
    border: 2px solid #B4B4B4 ;
    background-color: #B4B4B4;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transition: opacity ease 250ms;
    transition: 0.5rem;
    margin-top: 10px;
}
article .container .slider-wrapper .slider-nav a:focus{
    opacity: 1;
    background-color:  #FB8500;
} 
article .container .slider-wrapper .slider-nav a:hover{
    opacity: 1;
    background-color:  #FB8500;
} 


article .topCont .grain{
    margin-top: 20px;
    width: 90%;
    height: 400px;
    margin-left: 5%;
    display: flex;
    flex-direction: row;

}


article .topCont .grain .grainsTypes{
    width: 350px;
    height: 360px;
    display: flex;
    flex-direction: column;
    color: #E3DAC9;
}


article .topCont .grain .grainsTypes  .choiceCont{
    width: 280px;
    height: 350px;
    border-radius: 30px; 
    background-color: #fff; 
}

article .topCont .grain .grainsTypes  .choiceCont a {
    text-decoration: none;
    color: #000;
}
article .topCont .grain .grainsTypes  .choiceCont h2{
    margin-top: 170px;
    margin-left:  50px;
    text-align: start;
    width: 90px;
    font-weight: 900;

}

article .topCont .grain .grainsTypes  .choiceCont hr{
    color: #000;
    margin-top: 30px;
    opacity: 0.3;
}

article .topCont .grain .grainsTypes  .choiceCont .timePrice{
    width: 90%;
    height: 80px;
    margin-left: 14px;
    display: flex;
    color: #000;
    flex-direction: row;
   gap: 150px;
}
article .topCont .grain .grainsTypes  .choiceCont .timePrice span{
    flex-direction: column;
}
article .topCont .grain .grainsTypes  .choiceCont .timePrice span .A{
    height: auto;
    width: 10px;
}

article .topCont .grain .grainsTypes  .choiceCont .timePrice span .B{
    font-weight: 900;
   width: 5px;
}
article .topCont .grain .grainsTypes  .choiceCont .timePrice  .C{
    margin-top: 38px;
    font-weight: 900;
}



article .topCont .grain .grainsTypes .imgCont img{
    position: relative;
    margin-left: 50px;
    bottom: 320px;
    width: 150px;
}

article .topCont .grain2{
    margin-top: 100px;
    width: 90%;
    height: 400px;
    margin-left: 5%;
    display: flex;
    flex-direction: row;
    
}
article .topCont .grain2 .grainsTypes{
    width: 350px;
    height: 360px;
    display: flex;
    flex-direction: column;
}


article .topCont .grain2 .grainsTypes  .choiceCont{
    width: 280px;
    height: 350px;
    border-radius: 30px; 
    background-color: #fff; 
}

article .topCont .grain2 .grainsTypes  .choiceCont a {
    text-decoration: none;
    color: #000;
}
article .topCont .grain2 .grainsTypes  .choiceCont h2{
    margin-top: 170px;
    margin-left:  50px;
    text-align: start;
    width: 90px;
    font-weight: 900;

}

article .topCont .grain2 .grainsTypes  .choiceCont hr{
    margin-top: 30px;
    opacity: 0.3;
}

article .topCont .grain2 .grainsTypes  .choiceCont .timePrice{
    width: 90%;
    height: 80px;
    margin-left: 14px;
    display: flex;
    flex-direction: row;
   gap: 150px;
}
article .topCont .grain2 .grainsTypes  .choiceCont .timePrice span{
    flex-direction: column;
}
article .topCont .grain2 .grainsTypes  .choiceCont .timePrice span .A{
    height: auto;
    width: 10px;
}

article .topCont .grain2 .grainsTypes  .choiceCont .timePrice span .B{
    font-weight: 900;
   width: 5px;
}
article .topCont .grain2 .grainsTypes  .choiceCont .timePrice  .C{
    margin-top: 38px;
    font-weight: 900;
}



article .topCont .grain2 .grainsTypes .imgCont img{
    position: relative;
    margin-left: 50px;
    bottom: 320px;
    width: 150px;
}
 
article .pages{
    height: 30px;
    width: 12%;
    margin-left: 40%;
    display: flex;
    flex-direction: row;
}
article .pages p{
    font-size: 24px;
    font-weight: 900;
}
article .pages p span{
    color: #FB8500;
}

article .pages .links{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 20px;
    height: 20%;
    margin-top: 18px;
    margin-left: 4px;
}
article .pages .links a{
    border: 1px solid;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    color: #000;
    background: #000;
  
} 
.footer{
    margin-top: 150px;
    background-color: #000000;
    height: 570px;
    width: 100%;
    display: flex;
    flex-direction: row;
 }
 .footer img{
    width: 80px;
    height: 60px;
    color: white;
    margin-left: 120px;
    margin-top: 160px;
 }
 .footer p{
    color: white;
    display: flex;
    flex-direction: column;
    margin-left: 120px;
    margin-top: 80px;
 }
 .footer .visa{
    margin-top: 60px;
     width: 220px;
     height: 50px;
 }
 .footer .quick{
    margin-left: 100px;
    margin-top: 100px;
    font-size: 30px;
 }
 .footer .quick .tag{
    font-size: 15px;
    margin-top: 80px;
 }
 .footer .quick .copy{
    font-size: 15px;
    display: flex;
    flex-direction: row;
    color: white;
    margin-top: 120px;
 }
 .footer .news{
    margin-left: 2px;
    margin-top: 100px;
    font-size: 30px;
 }
 .footer .news .to{
    font-size: 15px;
    margin-left: 120px;
 }
 .footer .news .form{
    width: 230px;
    display: flex;
    flex-direction: row;
    font-size: 10px;
    background-color: #fb8500;
    color: #000000;
    font-weight: 900;
    margin-left: 110px;
    margin-top: 50px;
 }  
 .footer .form button{
    padding: 8px;
    background-color: #fb8500;
 } 
 .footer .news .privacy{
    font-size: 15px;
    margin-top: 120px;
    margin-left: 220px;
 }
 
@media(max-width: 500px){
        body{
        background-image: url("./Asset/pexels-photo-2341290\ 1.png");
        background-color: #fff;
        width: 100%;
        height: 100%;
        width: 100vw;
        height: 100%;
        overflow-x: hidden;
        background-color: white;
        }
        
        header .topBar{
            background-color: #000;
            color: #fff;
            font-size: 9px;
            width: 100%;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
         }
        header .topBar span{
             color: #fb8500;
         }
         
          header .navContainer{
             display: flex;
             flex-direction: row;
            
         }
         
          header .navContainer .logo{
             margin-top: 30px;
             width: 50px;
             height: 50px;
             margin-left: 10px;
        
         }
         
          header .navContainer .logo img{
             width: 70%;
             height: 70%;
         }
         
          header .navContainer nav{
            position: absolute;
            top: 0;
            left: 0;
            margin-left: 5px;
            width: 50%;
            height: 100%;
            display: none;
            flex-direction: column;
            background-color: #fff;
            z-index: 5;
            
        
             
         }
          header .navContainer nav ul{
             width: 100%;
             height: 300px;
             list-style: none;
             display: flex;
             flex-direction: column;
             justify-content: space-between;
             margin-left: 5px;
             z-index: 5;
         }
         
          
          header .navContainer nav #close{
             display: flex;
             margin-left: 150px;
             font-size: 20px;
         }
         
          header .navContainer nav .B{
             text-decoration: none;
             color: #000;
             font-weight: 600;
         }
         
          header .navContainer .cart {
            margin-left: 100px;
            margin-bottom: 40px;
            width: 10px;
            height: 10px;
            display: flex;
            flex-direction: row;
            gap: 25px;
            font-size: 25px;
         }
          header .navContainer .cart #menu-btn{
            display: flex;
            flex-direction: row;
            width: 20px;
            height: 20px;
            font-size: 25px;
         }
        article{
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        article .topCont {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        article .container{
            display: flex;
            width: 100%;
            height: 250px;
        }

        article .container .slider-wrapper{
            position: relative;
            max-width: 24rem;
            margin: 0 auto;
        }
        article .container .slider-wrapper .slider{
            display: flex;
            flex-direction: column;
            height: 200px;
            aspect-ratio: 3 / 3;
            overflow-y: hidden;
            overflow-x: hidden;
            scroll-snap-type: y mandatory;
            scroll-behavior: smooth;
            box-shadow: 0.7rem 1rem -0.35rem hsla(0, 0%, 0.25);
            border-radius: 0.2rem;
        }
        article .container .slider-wrapper .slider img{
            flex: 0.5 0 100%;
            scroll-snap-align: start;
            object-fit: cover;
            height: 200px;
            width: 200px;
        } 
        article .container .slider-wrapper .slider-nav{
            display: flex;
            flex-direction: column;
            row-gap: 0.5rem;
            position: absolute;
            top: 70px;
            left: 230px;
            transform: translateX(-50%);
            z-index: 1;

        }
        article .container .slider-wrapper .slider-nav a{
            border: 2px solid #B4B4B4 ;
            background-color: #B4B4B4;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            transition: opacity ease 125ms;
            transition: 0s;
            margin-top: 0px;
        }
        article .container .slider-wrapper .slider-nav a:focus{
            opacity: 1;
            background-color:  #FB8500;
        } 
        article .container .slider-wrapper .slider-nav a:hover{
            opacity: 1;
            background-color:  #FB8500;
        } 

        article .topCont .grain{
            margin-top: 5px;
            width: 90%;
            height: 250px;
            margin-left: 5%;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
        
        }
        article .topCont .grain .grainsTypes{
            width: 150px;
            height: 170px;
            display: flex;
            flex-direction: column;
        }
        article .topCont .grain #A{
            display: none;
        }
        article .topCont .grain .grainsTypes  .choiceCont{
            width: 150px;
            height: 150px;
            border-radius: 10px; 
            background-color: #fff; 
        }
        article .topCont .grain .grainsTypes  .choiceCont a {
            text-decoration: none;
            color: #000;
        }
        article .topCont .grain .grainsTypes  .choiceCont h2{
            margin-top: 50px;
            margin-left:  15px;
            text-align: start;
            width: 50px;
            font-weight: 700;
            font-size: 15px;
        }
        article .topCont .grain .grainsTypes  .choiceCont hr{
            margin-top: 10px;
            opacity: 0.3;
        }
        article .topCont .grain .grainsTypes  .choiceCont .timePrice{
            width: 90%;
            height: 40px;
            margin-left: 5px;
            display: flex;
            flex-direction: row;
            gap: 60px;
        }
        article .topCont .grain .grainsTypes  .choiceCont .timePrice span{
            flex-direction: column;
        }
        article .topCont .grain .grainsTypes  .choiceCont .timePrice span .A{
            height: auto;
            width: 5px;
            font-size: 8px
        }
        article .topCont .grain .grainsTypes  .choiceCont .timePrice span .B{
           font-weight: 600;
           width: 3px;
           font-size: 6px;
        }
        article .topCont .grain .grainsTypes  .choiceCont .timePrice  .C{
            margin-top: 15px;
            font-weight: 700;
            font-size: 12px;
        }
        article .topCont .grain .grainsTypes .imgCont img{
            position: relative;
            margin-left: 0px;
            bottom: 230px;
            width: 150px;
            height: 150px;
            right: 5px;
        }
        article .topCont .grain2{
            margin-top: 0px;
            width: 90%;
            height: 150px;
            margin-left: 5%;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
        }
        article .topCont .grain2 .grainsTypes{
            width: 150px;
            height: 200px;
            display: flex;
            flex-direction: column;
        }
        article .topCont .grain2 #B{
            display: none;
        }
        article .topCont .grain2 .grainsTypes  .choiceCont{
            width: 150px;
            height: 150px;
            border-radius: 10px; 
            background-color: #fff; 
        }
        article .topCont .grain2 .grainsTypes  .choiceCont a {
            text-decoration: none;
            color: #000;
        }
        article .topCont .grain2 .grainsTypes  .choiceCont h2{
            margin-top: 50px;
            margin-left:  15px;
            text-align: start;
            width: 50px;
            font-weight: 700;
            font-size: 15px;
        }
        article .topCont .grain2 .grainsTypes  .choiceCont hr{
            margin-top: 10px;
            opacity: 0.3;
        }
        article .topCont .grain2 .grainsTypes  .choiceCont .timePrice{
            width: 90%;
            height: 40px;
            margin-left: 5px;
            display: flex;
            flex-direction: row;
            gap: 60px;
        }
        article .topCont .grain2 .grainsTypes  .choiceCont .timePrice span{
            flex-direction: column;
        }
        article .topCont .grain2 .grainsTypes  .choiceCont .timePrice span .A{
            height: auto;
            width: 5px;
            font-size: 8px;
        }
        article .topCont .grain2 .grainsTypes  .choiceCont .timePrice span .B{
            font-weight: 600;
            width: 3px;
            font-size: 6px;
        }
        article .topCont .grain2 .grainsTypes  .choiceCont .timePrice  .C{
            margin-top: 15px;
            font-weight: 700;
            font-size: 12px;
        }
        article .topCont .grain2 .grainsTypes .imgCont img{
            position: relative;
            margin-left: 0px;
            bottom: 230px;
            width: 150px;
            height: 150px;
            right: 5px;
        }

        article .pages{
            height: 15px;
            width: 27%;
            margin-left: 40%;
            display: flex;
            flex-direction: row;
            margin-top: -15%;
        }
        article .pages p{
            font-size: 14px;
            font-weight: 700;
        }
        article .pages p span{
            color: #FB8500;
        }

        article .pages .links{
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            width: 10px;
            height: 10%;
            margin-top: 10px;
            margin-left: 2px;
        }
        article .pages .links a{
            border: 1px solid;
            border-radius: 50%;
            width: 2px;
            height: 2px;
            color: #000;
            background: #000;
        
        } 
        .footer{
            margin-top: 90px;
            background-color: #000000;
            height: 100%;
            width: 100%;
            display: flex;
            flex-direction: column;
        }
        .footer img{
            width: 80px;
            height: 60px;
            color: white;
            margin-left: 50px;
            margin-top: 50px;
        }
        .footer p{
            color: white;
            display: flex;
            flex-direction: column;
            margin-left: 50px;
            margin-top: 30px;
        }
        .footer .visa{
            margin-top: 30px;
             width: 220px;
             height: 50px;
        }
        .footer .quick{
            margin-left: 10px;
            margin-top: 20px;
            font-size: 25px;
        }
        .footer .quick .tag{
            font-size: 15px;
            margin-top: 20px;
        }
        .footer .quick .copy{
            font-size: 15px;
            display: flex;
            flex-direction: row;
            color: white;
            margin-top: 50px;
        }
        .footer .news{
            margin-left: 10px;
            margin-top: 30px;
            font-size: 20px;
        }
        .footer .news .to{
          margin-left: 50px;
            font-size: 15px;
            margin-top: 20px;
        }
        .footer .news .form{
            width: 256px;
            display: flex;
            flex-direction: row;
            font-size: 10px;
            background-color: #fb8500;
            color: #000000;
            font-weight: 900;
            margin-left: 50px;
            margin-top: 30px;
        }  
        .footer .form button{
            padding: 12px;
            background-color: #fb8500;
        } 
        .footer .news .privacy{
            font-size: 15px;
            margin-top: 70px;
            margin-left: 130px;
        }
}   