*{
    margin: 0;
    font-family: Arial;
    border: border-box;
}

.navbar{
    height: 60px;
    background-color: #0F1111;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.nav-logo{
    height: 50px;
    width: 100px;
}

.logo{
    background-image: url("amazon_logo.png");
    background-size: cover;
    height: 50px;
    width: 100%;
    margin-right: 25px;
}

.border{
    border: 1.3px solid transparent;
    border-radius: 2px;
}

.border:hover{
    border: 1.3px solid white ;
    
}

/* box 2 of nav bar*/

.add-1{
    color: #cccccc;
    font-size: 12px;
    margin-left: 14px;
}

.add-2{
    color: white;
    font-size: 14px;
    margin-left: 3px;
}

.add-icon{
    display: flex;
    align-items: center;
}


/* box 3 of nav bar*/
.nav-search{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: white;
    width: 600px;
    height: 30px;
    border-radius: 4px;
}

.nav-search:hover{
    border: solid 2px orange;
}

.search-select{
    color: #0F1111;
    width: 50px;
    height: 31px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #ddd9d9;
    font-size: 0.8rem;
    
}

.search-input{
    width: 100%;
    font-size: 1rem;
    border: none;
}

.search-icon{
    width: 45px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    background-color: #febd68;
    border-top-right-radius:4px ;
    border-bottom-right-radius:4px ;
    color: #0F1111;
}

/* box 4 - hello,signin */
.sign-in{
    justify-content: center;
    align-items: center;
}
.signin-hello{
    font-size: 11px;
    margin-left: 4px;
    color: #cccccc;
    margin-bottom: 0;
}

.signin-account{

    font-size: 14px;
    background-color: #0F1111;
    color: white;
    margin-top: 0;
    border: none;
}

/* box 5 of return & order */

.return_order{
    display: flex;
}
.return{
    font-size: 11px;
    color: #cccccc;
    margin-left: 1px;
}

.order{
    font-size: 14px;
    color: white;
    font-weight: 1000px;
}

/* box 6 of cart */
.nav-cart i{
    font-size: 30px;
    font-weight: 700;
}

.nav-cart {
    
    font-weight: 700;
}



/* panel */
.panel{
    height: 39px;
     display: flex;
    background-color: #222f3d;
    color: white;
    font-weight: 0;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    font-size: 0.8rem;

}

.inner-panel{
    display:flex ;
}
.icon{

    margin-left: 55px;
}

.icon i{
    margin-right: 2px;
}

.ops p {
    display: inline;
    width: 70%;
    margin-left: 20px;
}

.ops{
    margin-left: 60px;
}

.deals {
    margin-right: 40px; 

}

/* hero section */
.hero-section{
    background-image: url(hero_image.jpg);
    background-size: cover;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
   

}

.hero-msg{
    background-color: white;
    
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    font-size: 0.85rem;
    width: 95%;
    margin-bottom: 25px;

}

.hero-msg a{
    color: #007185;
}

/* content */
.content{
    display: flex;
    flex-wrap: wrap;
    background-color: #e2e7e6;
    justify-content: space-evenly;
}
.box{
    
    height: 400px;
    width: 23%;
    background-color: white;
    padding: 20px 0px 15px;
    margin-top: 15px;
    border-radius: 3px;

}

.box-img{
    height: 300px;
    background-size: cover;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    border-radius: 3px;
}

.box-content p {
    display: flex;
    justify-content: end;
    color: #007185;
    margin-right: 20px;
}

.box-content h2 {
    display: flex;
    justify-content: center;
    }


/* footer */
.foot-panel1{
    display: flex;
    background-color: #37475a;
    height: 30px;
    margin-top: 15px;
    color: white;
    justify-content: center;
    align-items: center;
    font-size: 10px;
}

.foot-panel2{
    display: flex;
    height: 300px;
    justify-content: space-evenly;
    background-color: #222f3d;
    color:white
    
    
}

ul p{
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: 700;
}

ul a {
    display: block;
    margin-top: 10px;
    color: #cccccc;
}

/* foot panel 3 */
.foot-panel3{
    background-color: #232f3f;
    color: white;
    border-top: 0.2px solid white;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

/* foot panel 4 */

.foot-panel4{
    background-color:#131A22;
    height: 77px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    color: white;
    justify-content: center;
    align-items: center;
    font-size: 10px;
   
}

.foot-panel4 a{
    margin-left: 10px;
}