*{
    padding: 0;
    margin: 0;
}
.navbar{
    height: 60px;
    width: 100%;
    color: white;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
   
}
.navlogo{
    height: 50px;
    width: 100px;
}
.logo{
    background-image:url(amazon.jpg);
    background-size: cover;
    height: 50px;
    width: 100px;
}
.border
{
    border: 1.5px solid transparent;
}
.border:hover{
    border: 1.5px solid white;
}
.address{
    height: 50px;
    width: 85px;
    margin-left: 15px;
}
.address:hover{
    border: 1.5px solid white;
}
.add_icon{
    display: flex;
    
}
.add1{
    font-size: 14px;
    margin-left: 15px;
}
.add2{
    font-size: 16px;
    margin-left: 3px;
}
.search{
    height: 40px;
    width: 600px;
    display: flex;
    align-items: center;
    background-color: pink;
    border-radius: 4px;
    justify-content: space-evenly;
   
}
.search:hover{
    border: 2px solid orange;
}
.sin{
    font-size: 20px;
    height: 40px;
    width: 100%;
    border: none;
}
.all{
    background-color: #f3f3f3;
    text-align: center;
    height: 40px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: none;
}
.mag{
    width: 50px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 164, 7);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: none;
}
.sign{
    margin-left: 15px;
}
.return{
    margin-left: 15px;
}
.cart{
    display: flex;
    font-size: 35px;
    justify-content: center;
    align-items: center;
}
.car{
    margin-left: 4px;
}
.panel{
    background-color: #0f1111;
    color: white;
    height: 38px;
    display: flex;
}
.al{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 38px;
}
a{
    text-decoration: none;
    color: white;
    margin-right: 10px;
}
.deal{
    display: flex;
    align-items: center;
}
.bg{
    background-image: url(book.jpg);
    background-size: cover;
    height: 300px;
    display: flex;
    justify-content: center;
}
.click{
    display: flex;
    background-color: white;
    height: 30px;
    width: 90%;
    position: relative;
    top: 200px;
    justify-content: center;
    align-items: center;
}
.shop{
    display: flex;
    background-color: beige;
    justify-content: space-evenly;
}
.box1{
    height: 400px;
    width: 300px;
    border: 2px solid black;
    background-color: white;
    /*background-image: url(tech.png);
    background-size: cover;*/
}

.img{
    background-size: cover;
    height: 90%;
    margin-right: 10px;
}

.box2{
    height: 400px;
    width: 300px;
    border: 2px solid black;
}
.box3{
    height: 400px;
    width: 300px;
    border: 2px solid black;
}
.box4{
    height: 400px;
    width: 300px;
    border: 2px solid black;
}
.back{
    height: 50px;
    background-color: rgb(56, 78, 110);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con{
    background-color: rgb(21, 58, 92);
    height: 350px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.b1{
    display: flex;
    flex-direction: column;
    height: 250px;
    display: flex;
    justify-content: flex-start;
    color: white;
}
.fine{
    background-color: rgb(16, 47, 74);
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.foot{
    background-color: rgb(49, 81, 137);
    color: white;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}