*{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    border: border-box;
}
.navbar{
    height: 80px;
    background-color: #0f1111;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;

}
.nav-logo{
    height: 50px;
    width: 140px;
}
.logo{
    background-image: url("amazon_logo.png");
    height: 60px;
    width: 120px;
    background-size: cover;

}
.border{
    border: 2px solid transparent;
}
.border:hover{
    border: 1.5px solid white;
}
/** box2 **/
.address-first{
    color: #CCCCCC;
   font-size: 0.85rem;
   margin-left: 15px;

}
.address-second{
    color: white;
    font-size: 1rem;
    margin-left: 3px;
}
.add-icon{
    display: flex;
    align-items: center;
    
}
/** box3 **/
.nav-search{
    display: flex;
    justify-content: space-evenly;
    background-color: pink;
    width: 620px;
    height:40px;
    border-radius: 5px;
}
.search-select{
    background-color: #F3F3F3;
    width: 50px;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius :5px;
    border: none;
    
}
.search-input{
    width: 100%;
    font-size: 1rem;
    border: none;
    
}
.search-icon{
    background-color: #febd68;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    color: #0f1111;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
/**  box4 **/

.country{
    display: flex;
    
}
.lang{
    background-color: transparent;
    color: #ffffff;
    border: none;
    font-weight: bold;  
}

/**  box5 **/

.account-section{
    display: flex;
    align-items: center;
}
.hello{
    color: #ffffff;
    font-size: 0.85rem;
    margin-left: 5px;
}
.accounts{
    font-size: 0.95rem;
    background-color: transparent;
    color: #ffffff;
    border: none;
    width: 100%;
    font-weight: bold;
}

/* box 6 */

.return{
    color: #ffffff;
    font-size: 0.85rem;
}
.orders{
    color: #ffffff;
    font-size: 1rem;
    font-weight: bold;
}

/* box 7 */

.cart-section{
    display: flex;
}
.cart-icon{
    font-size: 30px;
}
.cart-text{
    font-size: 0.90rem;
    margin-top: 17px;
    font-weight: bold;
}
/* panel section */

.panel{
    height: 40px;
    background-color: #222f3d;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    color: white;
    
}
.panel-ops p{
    display: inline;
    color: white;
    margin-left: 15px;

}
.panel-ops{
    width: 70%;
    font-size: 0.85rem;

}
.panel-deals{
    font-size: 0.90rem;
    font-weight: 700;
}

/* hero section */

.hero-section {
   
    background-image: url("hero.jpg");
    background-size: cover;
    height: 370px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
     animation: fade 12s 4s infinite;
     
}

.hero-msg{
    background-color: white;
    counter-reset: black;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    width: 80%;
    margin-bottom: 25px;

}
.hero-msg a{
    color: #007185;
}
.hero-msg a:hover{
    color: black;
}
  
 @keyframes fade {
    0% { 
        
    background-image: url("hero.jpg"); }
    50% { 
        
    background-image: url("heroimageuu.jpg"); 
    }
    100%{
        
    background-image: url("kitchenhero.jpg"); }
} 
  

/* shop-section */

.shop-section{
    display: flex;
    justify-content: space-evenly;
    background-color: #e2e7e6;
    
}
.box{
    height: 400px;
    width: 23%;
    background-color: white;
    padding: 20px 0px 15px;
    margin-top: 1rem;
}
.game-img{
    height: 300px;
    background-size: cover;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.box-content{
    margin-left: 1rem;
    margin-right: 1rem;

}
.see{
    color: #2162a1;
    font-size: 0.90rem;
}
.see:hover{
   color: black;
}
/* product card section */
.box3{
    max-width: 400px;
}
.box3 h2{
    margin-left: 1rem;
}
.card-product-nested-card{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 20px;
    
}
.card-nested img{
    height: 115px;
    width: 140px;
}
.see_p{
    color: #007185;
    text-align: left;
   margin-left: 20px;
   margin-top: 40px;
   font-size: 0.90rem;
}
.see_p:hover{
    color: black;
}

/* sign in section */

.sign-in-border{
    height: 189px;
    width: 100%;
    border: 1px solid #e3e6e6;

}

.sign-up{
    height: 150px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.sign-up p{
    font-size: 24px;
    font-weight: bold;
    
}
.sign-in-button{
    height: 30px;
    width: 152px;
    background-color:  #ffd814;
    border: 2px solid #ffd814;
    border-radius: 500px;
    margin-top: 50px;
    margin-right: 100px;
}

/* todays-deals */

.today_deals{
    padding: 10px 20px;
    background-color: white;
    border: 20px solid #e3e6e6;

}
.today-deals_container h2{
    margin-bottom: 10px;
    margin-top: 15px;
    font-weight: bold;
}
.today-card-holder{ 
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap;
    overflow: auto;
    height: 220px;
    /* margin: 0; */
}
.today-cards{
    display: inline-block;
    width: 200px !important;
    flex: 0 0 auto;
    justify-content: center;
    align-items: center;
}
.today-cards img{
    width: auto;
    height: auto;
    max-width: 270px;
    max-width: 200px;
    vertical-align: middle;

    

}

/* footer */

.foot-panel1{
    background-color: #37475a;
    color: white;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
}
.foot-panel2{
    background-color: #222f3d;
    color: white;
    height: 300px;
    display: flex;
    justify-content: space-evenly;
}
ul{
    margin-top: 20px;
}
ul a{
    display: block;
    font-size: 0.85rem;
    margin-top: 10px;
    color: #dddddd;
}
.foot-panel3{
    background-color: #222f3d;
    color: white;
    border-top: 0.5px solid white;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center ;
}
.logos{
    background-image: url("wezon_logo.png");
    height: 80px;
    width: 180px;
    background-size: cover;

}
.foot-panel4{
    background-color: #0f1111;
    color: white;
    height: 80px;
    font-size: 0.75rem;
    text-align: center;
    
    /* display: flex;
    justify-content: center;
    align-items: center; */
}
.pages{
    
    padding-top:25px;
}
.copyright{
    
    margin-top: 5px;
}