*{
    margin: 0;
   
}



.navbar{

background-color:#0f1111;
height: 60px;
width: 100%;
color: white;
display: flex;


}

.logo{
    background-image: url("amazon_logo.png");
    width: 100px;
    height: 60px;
    background-size: cover;
    align-content: center;
    display: flex;


}

.icon{
    display: flex;
    
    
}
.location{
    margin-left: 20px;
    margin-top: 10px;
    font-size: 12px;   
}
.search{
    margin-left: 20px;
    margin-top: 10px;
    width: 700px;
    height: 30px;
    border-radius: 5px;
    border: none;
    padding-left: 10px;
    display: flex;
    justify-content: space-evenly;
   
}
.searchbox{
    width: 100%;
    border: none;
}
.searchicon{
   width: 30px;
   display: flex;
   justify-content: center;
    align-items: center;
    background-color: #febd69;
    
}

.sign{
    margin-left: 35px;
    margin-top: 10px;
    font-size: 15px;
}

.returns{
    margin-left: 35px;
    margin-top: 10px;
    font-size: 15px;
}
.cart{
    margin-left: 60px;
    margin-top: 1px;
    font-size: 30px;
    display: flex;
    align-items: center;
    
}
.w{
    background-color: #222f3d;
    color: white;
    text-align: center;
}
.hero{
    background-image: url("hero_image.jpg");
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.boxes{
    background-color: rgb(194, 193, 193);
    height: 500px;
    width: 100%;
    display: flex;
    justify-content: center;
  
}
.box1{
    background-color: white;
    height: 400px;
    width: 250px;
    margin: 20px;
    padding: 20px;
    text-align: center;
    

}
.img1{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px;
    
}
.box2{
     background-color: white;
    height: 400px;
    width: 250px;
    margin: 20px;
    padding: 20px;

}
.img2{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px;
   
}

.box3{
     background-color: white;
    height:400px;
    width: 250px;
    margin: 20px;
    padding: 20px;
}
.img3{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px;
          
}
.box4{
    background-color: white;
    height: 400px;
    width: 250px;
    margin: 20px;
    padding: 20px;
}
.img4{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px;
      
}
.boxes2{
    background-color: rgb(194, 193, 193);
    height: 480px;
    width: 100%;
    display: flex;
}
.box{
    background-color: white;
    height: 400px;
    width: 250px;
    margin: 20px;
    padding: 20px;
   
}
.img5{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px;
    
}
.col2{
     background-color: white;
    height: 400px;
    width: 250px;
    margin: 20px;
    padding: 20px;

}
.img6{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;    
}
.box7{
     background-color: white;
    height: 400px;
    width: 250px;
    margin: 20px;
    padding: 20px;

}
.img7{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px;    
}
.box8{
    background-color: white;
    height: 400px;
    width: 250px;
    margin: 20px;
    padding: 20px;
}
.img8{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px;    
}
.per{
    background-color: white;
    height: 200px;
    width: 98%;
    border: solid rgb(201, 195, 195) 1px;
    margin: 10px;
     border-top-left-radius:10px ;
    border-top-right-radius:10px ;
    border-bottom-left-radius:10px ;
    border-bottom-right-radius:10px ; 
    text-align: center;  
}
.per1{
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 15px; 
}
.button{
    background-color: rgb(245, 245, 91);
    margin-left: 600px;
    margin-top: 60px;
    margin-right: 600px;
    height: 20px;
    width: 100px;
     border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    text-align: center;
    align-items: center;
    cursor: pointer;
   

    font-size: 15px;
}
.st{
    margin-top: 10px;
}

.to{
    background-color: #37475a;
    height: 50px;
    width: 100%;
    text-align: center;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer2{
    background-color: #222f3d;
    height: 400px;
    width: 100%;
    display: flex;  
    color: white;
    border-bottom-style:solid;
    ;
   
    
}
.f1{
    
    justify-content: center;
    align-items: center;
    margin: 30px;
    margin-left: 50px;
}
.f2{
    
    justify-content: center;
    align-items: center;
    margin: 10px;
    margin-left: 120px;
}
.f3{
    
    justify-content: center;
    align-items: center;
    margin: 10px;
    margin-left: 120px;
}
.f4{
    
    justify-content: center;
    align-items: center;
    margin: 10px;
    margin-left: 120px;
}
    
    



   



          


