*{
    margin: 0;
    font-family: Arial;
    border: border-box;
}
.navbar{
    height: 60px;
    background-color: #0f1111;
    color: white;
    display: flex;
    align-items: center;
     justify-content: space-evenly;
}
.nav_logo{
    height: 50px;
    width: 100px;
}
.logo{
    background-image: url("amazon_logo.png");
    background-size: cover;
    height: 50px;
    width: 100px;
}
.border{
    border: 2px solid transparent;
}
.border:hover{
    border:2px solid white;
}

/* box 2 */

.address_first{
    font-size: 0.85rem;
    color: #cccccc;
    margin-left: 15px;
}
.address_second{
    font-size: 1rem;
    margin-left: 3px;
}
.add_icon{
    display: flex;
    align-items: center;
}

/* Box 3*/

.nav_search{
    display: flex;
    background-color: green;
    width: 620px;
    height: 40px;
    border-radius: 4px;
}
.select_search{
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    background-color: #e6e6e6;
    border: none;
}
.search_input{
    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: hsl(44, 100%, 50%);
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.nav_search:hover{
    border: 2px solid orange;
}

/* Box 4 */

span{
    font-size: 0.7rem;
}
.nav_second {
    font-size: 0.85rem;
    font-weight: 700;
}
.nav_card i {
    font-size:30px;
}
.nav_card{
    font-size: 0.85rem;
    font-weight: 700;
}

/* panel*/

.panel{
    height: 40px;
    background-color: #222f3d;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: white;
}
.panel_text{
   display: flex;
    width: 70%;
    font-size: 0.85rem;
}
.panel_deals{
    font-size: 0.95rem;
    font-weight: 700;
}

.panel_text p {
     margin-left: 38px;
}

/*  hero section*/

.hero_section{
    background-image: url(hero_image.jpg);
    height: 350px;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.hero_text{
    background-color: white;
    color: black;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    width: 90%;
    margin-bottom: 25px;
}
.hero_text a{
    color: #007185;
}

/* shop section*/

.shop_section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #e2e6e7;
}
.box{
    height: 400px;
    width:23%;
    background-size:cover ;
    background-color: white;
  margin-top: 15px;
}
.box_image{
    height: 300px;
    background-size: cover;
    margin-top: 1rem;
   
}
.box_content{
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
}
.box_content p{
   color: #007185;
}

/* fotter*/
footer{
    margin-top: 40px;
}
.fot_panel1{
    background-color:#37475a;
    color: white;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.90rem;
}
.fot_panel2{
    height: 500px;
    display: flex;
    justify-content: space-evenly;
    background-color: #222f3d;
    color: #dddd;
}
ul a{
    display: block;
    margin-top: 10px;
    font-size: 0.90rem;
}
.panel2_heading{
    font-size: 1.4rem;
    margin-top: 20px;
    font-weight: 600;
}
.fot_panel3{
    height:80px;
     background-color: #222f3d;
     border: 1px solid rgb(250, 240, 255);
     display: flex;
     justify-content: space-evenly;
     align-items: center;

}