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

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

}

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

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


.border{
    border: 2px solid transparent;
}

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

.addfirst{
    color: #cccccc;
    font-size: 0.85rem;
    margin-left: 20px;
}

.addsecond{
    color:#ffffff;
    font-size: 1rem;
}

.add_icon{
    display: flex;
    align-items: center;
}



.nav-search{
    display: flex;
    justify-content: space-evenly;
    height: 40px;
    background-color: yellow;
    width: 620px;
    border-radius: 4px;
}

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


.search_select{
    color: #0f1111;
    background-color: #e6e6e6;
    text-align: center;
    width: 50px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: none;
}


.search_input{
    width: 100%;
    font-size: 1rem;
    border: none;
    

}


.search_icon{
    width: 45px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    background-color: #febd68;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    color: black;
}



span{
    font-size: 0.7rem;
}

.nav_second{
    font-size: 0.95rem;
    font-weight: 700;
}

.nav-cart{
    font-size: 0.85rem;
    font-weight: 700;
}

.nav-cart i{
    font-size: 2rem;
}


.panel{
    height: 40px;
    width: 100%;
    background-color: #222f3d;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    
    
}

.panel_opt p{
    display: inline;
    font-size: 15px;
    margin-left: 40px;

}


 a{
    color: white;
    text-decoration: none;
} 


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

.amzn{
    color: #2162a1;

}

.hero-msg{
    background-color: white;
    color: black;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
    width: 80%;
    margin-bottom: 25px;
    font-weight: 700;
}

.shop-section{
    display: flex;
    justify-content: space-evenly;
    background-color: #e2e7e6;
    flex-wrap: wrap;
}

.box{
    height: 420px;
    border: 2px ;
    width: 355px;
    background-color: white;
    padding: 20px 0px 15px;
    margin-top: 15px;
}




.box1_img{
    
    height: 320px;
    background-size: cover;
    border: none;
    margin-top: 1rem;
    margin-bottom: 1rem;


}

.span1{
    font-size: 29px;

}

.offer1{
    font-size: 14px;
    color: #2162a1;
    height: 17px;
    
    
    
}


.box-content{
    margin-left: 1rem;
    margin-right: 1rem;
}



/* Footer Styling */


footer{
    margin-top: 15px;
}

.foot-panel{
    background-color: #37475a;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}


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

    

}

ul{
    margin-top: 20px;
}

ul a{
    display: block ;
    font-size: 0.93rem;
    margin-top: 10px;
    color: #dddddd;
}

.footpanel2{
    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;

}

.footpanel4{
    background-color: #0f1111;
    height: 80px;
    font-size: 0.7rem;
    text-align: center;
    /* display: flex;
    justify-content: center;
    align-items: center; */

}

.pages1{
     color: white;
     padding-top: 25px;
    
     
}


.copyright{
    padding-top: 5px;
    color: white;
    
}
