*{
    margin:0;
    border:border-box;
    font-family: Arial, Helvetica, sans-serif;
}
/* navigation bar */
.navbar{
    height:60px;
    background-color: #0f1111;
    color:white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}
/* box1 */
.nav-logo{
    height:50px;
    width:100px;
}
.logo{
    background-image: url(amazon_logo.png);
    height:50px;
    width:100px;
    background-size: cover;
}
.border{
    border:1.5px solid transparent;
}
.border:hover{
    border:1.5px solid white;
    border-radius: 2px;
}
/* box2 */
.add-first{
    font-size: 0.85rem;
    color: #cccccc;
    margin-left: 15px;
}
.add-sec{
    font-size: 1rem;
    color: #ffffff;
    margin-left: 3px;
}
.add-icon{
    display: flex;
    align-items: center;
}
/* box3 */
.nav-search{
    display: flex;
    background-color: #febd68;
    width: 620px;
    height: 40px;
    /* align-items: center; */
    border-radius: 4px;
    justify-content: space-evenly;
}
.search-icon{
    color:#0f1111;
    width:45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
}
.search-select{
    background-color: #f3f3f3;
    width:50px;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: none;
}
.search-input{
    width:100%;
    font-size: 1rem;
    border: none;
}
.nav-search:hover{
    border:2px solid orange;
}
/* box4 */
.nav-country{
    display: flex;
    height:50px;
    width:70px;
    align-items: center;
    justify-content: space-evenly;
}
.country-drop{
    background-color: #0f1111;
    color: white;
    font-size: 1rem;
    border:none;
}
/* box5 */
.sigin-hello{
    font-size: 0.85rem;
    margin-left: 4px;
}
.sigin-account{
    font-size: 1rem;
    font-weight: 700;
    color:white;
    background-color: #0f1111;
    border: none;
}
/* box6 */
.return-return{
    font-size: 0.85rem;
}
/* box7 */
.nav-cart{
    display: flex;
    align-items: flex-end;
    font-size: 0.85rem;
    font-weight: 700;
}
.cart-icon{
    font-size: 30px;
}
/* panel */
.panel{
    display: flex;
    height: 40px;
    background-color: #222f3d;
    color: white;
    align-items: center;
    justify-content: space-evenly;
}
.panel-ops p{
    display: inline;
    margin-left: 15px;
}
.panel-ops{
    width:70%;
    font-size: 0.85rem;
}
.panel-deals{
    font-size: 0.9rem;
    font-weight: 700;
}
/* hero section */
.hero-section{
    height:350px;
    background-image: url(hero_image.jpg);
    background-size: cover;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-start;
}
a{
    text-decoration: none;
    color: black;
}
.hero-msg{
    background-color: white;
    height:40px;
    width:80%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    margin-bottom: 25px;
}
.hero-msg a{
    color:#007185;
}
/* shop section */
.shop-section{
    display: flex;
    justify-content: space-evenly;
    background-color: #e2e7e6;
    flex-wrap: wrap;
}
.box{
    border:2px solid black;
    height: 400px;
    width: 23%;
    background-color: white;
    border:none;
    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;
}
/* footer */
footer{
    margin-top: 15px;
}
.foot-panel1{
    background-color: #37475a;
    color:white;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
}
.panel2-get{
    display: flex;
    justify-content: space-evenly;
    background-color: #232f3e;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    height:300px;
}
li{
    list-style: none;
    font-size: 0.85rem;
    margin-top: 10px;
}
.panel2-get p{
    font-size: 1rem;
    font-weight: 700;
    color: white;
}
.panel2-get a{
    color: #dddddd;
}
.list{
    display: flex;
    flex-direction: column;
    align-items:start;
}
.foot-panel3{
    background-color: #232f3e;
    border-top: 0.5px solid #dddddd;
    height: 70px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.foot-panel4{
    background-color: #0f1111;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
    font-size: 0.7rem;
}
.pages a{
    color: white;
}
.copy{
    margin-top: 5px;
}