*{
    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;
}
.navlogo{
    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:1px solid;
}
.add1{
    color: #cccccc;
    font-size: 0.85rem;
    margin-left: 15px;
}
.add2{
    font-size: 1rem;
    font-weight: bold;
    margin-left: 3px;
}
.logofb{
    display: flex;
    align-items: center;
}
.search{
    display: flex;
    width: 576px;
    height: 40px;
    border-radius: 4px;
    background-color: #0f1111;
}
.select_all{
    background-color: #f3f3f3;
    width: 53px;
    border: none;
    text-align: center;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.place{
    width: 100%;
    padding: 7px 10px 10px 10px;
    font-size: 1rem;
    border: none;
}
.logoser{
    align-items: center;
    width: 45px;
    background-color: orange;
    align-items: center;
    display: flex;
    justify-content: center;
    border: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #0f1111;
}
.search:hover{
    border: 1.5px solid orange;
}
.Account{
    align-items: center; 
    width: 141px;
    height: 55px;
}
.return{
    align-items: center; 
    width: 76px;
    height:50px;
}
.line1{
    margin-top: 9px;
    font-size: 12px;
}
.line2{
    font-size: 14px;
    font-weight: 700;
}
.cart{
    width: 84px;
    height: 50px;
    display: flex;
    font-size:0.8rem;
    font-weight: 700;
    align-items: center;
}
.cart i{
    font-size: 25px;
}
.second{
    background-color: #222f3d;
    height: 39px;
    width: 100%;
    color: white;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.second i{
    color: white;
    width: 17px;
    height: 14px;
}
.hero{
    background-image: url(hero.jpg);
    background-size: cover;
    height: 300px;
    width: 100%;
    justify-content: center;
    align-items: flex-end;
    display: flex;
}
.herotext{
    height: 40px;
    background-color: white;
    color: black;
    font-size: 14px;
    width: 90%;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.herotext a{
    color: #2162a1;
}
.boxclass{
    height: 900px;
    display: flex;
    justify-content: space-evenly;
    background-color: #e2e7e6;
    flex-wrap: wrap;
}
.box1{
    height: 400px;
    width: 23%;
    background-color: white;
    padding: 20px 0px 15px;
    margin-top: 15px;
}
.boximg{
    background-size: contain;
    height: 300px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.box1 a{
    color: #2162a1;
}
.box{
    margin-left: 15px;
    margin-right: 15px;
}
.panel1{
    background-color:#222f3d;
    color:white;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.panel2{
    padding-top: 60px;
    height: 300px;
    background-color:#0f1111;
    display: flex;
    justify-content: space-around;
}
ul {
    font-size: 1.2rem;
    color: white;
}
ul a{
    font-size: 0.85rem;
    color: #DDDDDD;
    display: block;
    margin-top: 10px;
}
ul p{
    font-size: 16px;
    font-weight: 700;
}
.panel3{
    background-color: #222f3d;
    display: flex;
    justify-content: center;
    height: 68px;
    align-items: center;
    border-top: 0.5px solid white;
}
.panelimg{
    background-image: url(amazon_logo.png);
    width: 90px;
    height: 60px;
    background-size:contain;
}

