*{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    border: border-box;
}
/*1st div*/
#navbar{
    text-decoration: none;
    background-color:#0f1111;
    height: 60px;
    width: 100%;
    color: white;
    display: flex;
    align-items:start;
    justify-content: space-evenly;
}
/*box1*/
.nav-logo{
    width: 113px;
    height: 50px;
}
.logo{
    background-image: url("amazon_logo.png");
    background-size:cover;
    height: 50px;
    width: 100%;
}
.border{
    border: 1.5px solid transparent;
}

.border:hover{
    border: 1.5px solid white;
}
/*box2*/
.nav-location{   
    text-decoration: none;
    font-size: 16px;
    display: flex; 
    align-items: center;
    line-height: 39px;
    justify-content: center;
    width: fit-content;
    height: auto;
    padding: 0px 9px 0px 9px;
    margin:15px 2px 5px 0px;
}
#Deliver{
    font-size: 12px;
    color: #ccc;
    margin-top: 0;
    padding-right: 0;
    line-height: 14px;
    height: 14px;
    font-weight: 400px;
    font-family: Arial, Helvetica, sans-serif;
}
#India{
    color: #fff;
    line-height: 15px;
    font-weight: 700px;
    padding-bottom: 1px;
    padding-right: 0;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.location-icon {
    text-decoration: none;
    color: white;
    display: flex;
    width: 15px;
    height: 18px;
    margin-top: 10px;
    
}
.nav-loc{
    margin-left: 3px;
    position: static;
    float: none;
    display: inline-block;
}   
/*box3*/
.nav-search{
    display: flex;
    justify-content: space-evenly;
    width: 443.513px;
    height: 40px;
    border-radius: 3px;
    padding: 10px 4px 10px 3px;
}
#search-dropdown{
    background-color: #E6E6E6;
    height: 40px;
    width: 51.600px;
    text-align: center;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: none;
}
#search-bar{
    width: 346.91px;
    height: 40px;
    font-size: larger;
    border: none;
}
.search-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 40px;
    font-size: 1.8rem;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #f9ad4a;
    color: #0f1111;
}
#search-bar:hover{
    border: 2px solid #f9ad4a;
}
/*box4 & box5*/
.nav-sec{
    font-size: 1rem;
    font-weight: 700;
}
.sign-in span{
    font-weight: 500px;
    font-size:1rem;
}
.sign-in{
    text-decoration: none;
    color: white;
    margin-top: 10px;
}
/*box6*/
.cart i{
    font-size: 25px;
}
.cart{
    text-decoration: none;
    color: white;
    margin-top: 10px;
    font-size: 1rem;
    font-weight: 700;
}
/*2nd div*/
.panel{
    display: flex;
    background-color: #222F3E;
    color: white;
    height: 39px;
    align-items: center;
    justify-content: space-evenly;
}
.panel-all{
    text-decoration: none;
    color: white;
    font-size: 14px;
    align-items: center;
    position:absolute;
    left: 2%;
}
.panel-all span{
    font-size: 14px;
}
.panel-options p{
    color: white;
    display: inline;
    align-items: center;
    margin-left: 25px;
}
.panel-options{
    width: 90%;
    font-size: 14px;
}
.panel-options a{
    text-decoration: none;
}
.hero-section{
    background-image: url("hero_image.jpg");
    height: 350px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.hero-msg{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f6f6;
    height: 40px;
    width: 80%;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;   
    margin-bottom: 25px; 
}
.hero-msg a{
    color: #007185;
}
.shop-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #e2e7e6;
}
.box{
    height: 400px;
    width: 23%;
    background-color: white;
    padding: 20px 0px 15px;
    margin-top: 15px;
}
.box-image{
    height: 300px;   
    background-size: cover; 
    margin-top: 1rem;
    margin-bottom: 1rem;

}
.box-content{
    margin-left: 1rem;
    margin-right: 1rem;
}
.box-content p{
    color: #007185;
    font-weight: 500;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
/* footer */
footer{
    margin-top: 15px;;
}
.foot-panel1{
    background-color: #374758;
    color: white;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:14px;
}
.foot-panel2{
    color: #EEEEEE;
    height: 400px;
    display: flex;
    justify-content: space-evenly;
    background-color: #222f3d;
    color: white;
}
.foot-panel2 p{
    font-weight: 600;    
    font-size: 14px;
    margin-top: 0px;
}
li{
    list-style: none;
    font-size: 12px;
}
ul{
    line-height: 25px;
    margin-top: 40px;
}
footer{
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.foot-panel3{
    background-color: #222f3d;
    border-top: 0.01px solid #dddddd;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo{
    background-image: url("amazon_logo.png");
    background-size: cover;
    height: 50px;
    width: 100px;
}
.panel4{
    background-color: #131a22;
    height: 77px;
    color: white;
    color: #EEEEEE;
    font-size: 12px;
    text-align: center;
}

.pages{
    padding-top:10px ;
}
.copyright{
    text-align: center;
}
