*{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    border:border-box;

}
.navbar{
    height: 60px;
    background-color: #0F1111;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;

}
.navlogo{
    height: 56px;
    width: 100px;
}
.logo{
    background-size: cover  ;
background-image: url(amazon_logo.png);
height: 50px;
width: 100%;
}
.border{
    border: 2px solid transparent;
}
.border:hover{
    border: 2px solid white;
}
/* box2 starts from here */
.deliver{
    color: #cccccc;
font-size: 0.85rem;
margin-left: 15px;
}
.india{
    font-size: 1rem;
    margin-left: 3px;
}
.addicon{
    display: flex;
    align-items:center;
}
/* box 3 starts from heree */

.nav-search{
    display:flex;
    justify-content: space-evenly;
    width: 620px;
height: 40px;
border-radius: 4px;
}
.select{
background-color: #e6e6e6;
width: 50px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
text-align: center;
border: none;
}
.search{
    width: 100%;
    font-size: 1rem;
    border: none;
}
.search-icon{
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    background-color: #febd69;
   color: #0F1111;
    border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.nav-search:hover{
    border: 2px solid orange;
}
/* box4 starts  */
span{
    font-size: 0.7rem;
    
}
.navacc{
    font-size: 0.85;
    font-weight: 700;
}
/* box5  */
span{
    font-size: 0.7rem;
    
}
.order{
    font-size: 0.85;
    font-weight: 700;
}
.navcart i {
font-size: 30px;
}
/* Panel Starts from HEre */
.panel{
  height: 40px;  
  background-color: #222f3d;
  display: flex;
 color: white;
 align-items: center;
 justify-content: space-evenly;

}
.option p {
display: inline;
margin-left: 10px;

}
.option{
    width: 70%;
    font-size: 0.9rem;
}
.deals{
    font-size: 1rem;
    font-weight: 700;
}
/* hero section */
.hero{
background-image: url(hero_image.jpg);
height: 600px;
background-size: cover;
display: flex;
justify-content:center ;
align-items: flex-end;
}
.heromess{
    background-color: white ;
    color: black;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    width: 80% ;
    margin-bottom: 25px;
}
.heromess a{
    color: #007185;
}
/* BOX starts from here */
.shop{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-evenly ;
   background-color: #e2e7e6;
}
.box   {
    height: 400px;
    /* border: 2px solid black; */
    width: 23%;
    background-color: white;
    padding: 20px 10px 15px 10px;
    margin-top: 10px;
}
.box1image{
    background-image: url(box1_image.jpg);
    height: 80%;
    background-size:cover;
    margin-top: 1rem;
    margin-bottom: 1rem;

}
.box1 p {
    color: #007185;
}
.box2image{
    background-image: url(box2_image.jpg);
    height: 80%;
    background-size:cover;
    margin-top: 1rem;
    margin-bottom: 1rem;

}
.box2 p {
    color: #007185;
}

.box3image{
    background-image: url(box3_image.jpg);
    height: 80%;
    background-size:cover;
    margin-top: 1rem;
    margin-bottom: 1rem;

}
.box3 p {
    color: #007185;
}
.box4image{
    background-image: url(box4_image.jpg);
    height: 80%;
    background-size:cover;
    margin-top: 1rem;
    margin-bottom: 1rem;

}
.box4 p {
    color: #007185;
}
.box5image{
    background-image: url(box5_image.jpg);
    height: 80%;
    background-size:cover;
    margin-top: 1rem;
    margin-bottom: 1rem;

}
.box5 p {
    color: #007185;
}
.box6image{
    background-image: url(box6_image.jpg);
    height: 80%;
    background-size:cover;
    margin-top: 1rem;
    margin-bottom: 1rem;

}
.box6 p {
    color: #007185;
}
.box7image{
    background-image: url(box7_image.jpg);
    height: 80%;
    background-size:cover;
    margin-top: 1rem;
    margin-bottom: 1rem;

}
.box7 p {
    color: #007185;
}
.box8image{
    background-image: url(box8_image.jpg);
    height: 80%;
    background-size:cover;
    margin-top: 1rem;
    margin-bottom: 1rem;

}
.box8 p {
    color: #007185;
}
/* footer  */

.panel1{
    background-color: #37475a;
    color: white;
    height: 50px;
    display: flex;
    justify-content:center;
align-items: center;
font-size:0.85rem ;


}
.panel1 a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.panel1 a:hover {
    text-decoration: underline;
}
.panel2{
    background-color: #222f3d;
color: white;
height: 500px;
display:flex ;
justify-content: space-evenly;
}
ul {
    list-style-type: none; 
    padding: 0; 
    margin: 10px; 
}

ul a {
    color: white; 
    text-decoration: none; 
    display: block; 
    padding: 5px 0; 
    font-size: 0.85rem;
}

ul a:hover {
    text-decoration: underline; 
}
ul p{
    font-weight: 700;
    font-size: 1rem;
}