*{
    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");
    height: 50px;
    width: 100%;
    background-size: cover;
}

.border{
    border: 2px solid transparent;
    border-radius: 3px;
}

.border:hover{
    border: 1.5px solid white;
}

/*SECOND BOX*/

.add-first{
    font-size: 0.85rem;
    color: #cccccc;
    margin-left: 15px;
}

.add-second{
    font-size: 1rem;
    margin-left: 3px;
    font-weight:bold;
    
}

.add-icon{
    display: flex;
    align-items: center;
}

/*THIRD BOX*/

.nav-search{
    display: flex;
    background-color: pink;
    width: 620px;
    height: 40px;
    justify-content: space-evenly;
    border-radius: 4px;
}

.nav-search:hover{
    border: 2px solid orange;
}

.search-select{
    border-top-left-radius:4px ;
    border-bottom-left-radius:4px ;
    background-color: #f3f3f3;
    width: 50px;
    text-align: center;
    border: none;
}



.search-input{
    width: 100%;
    font-size: 1 rem;
    border: none;
}

.search-icon{
    width: 45px; 
    border: none;
    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;
}

/*THIRD BOX*/


.signin-p1{
    font-size: 0.85rem;
}
.signin-p2{
    font-size: 1rem;
    font-weight:700;
}

/*FOURTH BOX*/

.ret-p1{
    font-size: 0.85rem;
}
.ret-p2{
    font-size: 1rem;
    font-weight:700;
}

/*FIFTH BOX*/
.nav-cart i{
    font-size: 30px;   
}

.nav-cart{
    font-size: 0.85rem;
    font-weight: 700;
}

/*PANEL */

.panel{
    display: flex;
    color: white;
    background-color: #222f3d;
    height: 40px;
    align-items: center;
    justify-content: space-evenly;
}
.panel-opt p{
    display: inline;
    margin-left: 2%;
}

.panel-opt{
    width: 70%;
}
.panel-deals{
    font-size: 0.9rem;
    font-weight: 700;
}

/*HERO SECTION*/
.hero-section{
    background-size: cover;
    background-image: url("hero_image.jpg");
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
    
    
    

.hero-msg{
    height: 40px;
    width: 80%;
    background-color: white;
    color: black;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.hero-msg a{
    color: #007185;
}
     
/*BOX*/
.shop-sec{
    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-img{
    height: 300px;
    background-size: cover;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.box-content{
    margin-left: 1rem;
    margin-right: 1rem;
}

.box-content p{
    color: #007185;
}

/*FOOT PANEL ONE*/

footer{
    margin-top: 15px;
}
.foot-panel1{
    background-color: #37475a;
    height: 50px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
}

.foot-panel2{
    background-color: #222f3d;
    color: white;
    height: 500px;
    display: flex;
    justify-content: space-evenly;
}
ul a{
    display: block;
    font-size: 0.85rem;
    margin-top: 10px;
}

ul{
    margin-top: 20px;
}

.foot-panel3{
    background-color: #222f3d;
    color: white;
    border-top: 0.5px 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-panel4{
    height: 80px;
    background-color: #131a22;
    color: #dddddd;
    
}

.panel4-pages{
    
    display: flex;
    justify-content: center;
    font-size: 0.7rem;
}

.panel4-pages a{
    margin-left: 20px;
}

.panel4-copyright{
    display: flex;
    justify-content: center;
    font-size: 0.7rem;
    margin-top: 5px;
}

.panel4-content{
    padding: 10px;
}