@media (min-width:300px)and(max-width:600px){
    body{
        display: block;
        background-color: #E3E6E6;

    }
}



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

body{
    background-color: #E3E6E6;
}


.navbar{
    height: 60px;
    background-color: #131921;
    color: white;
    display: flex;
    align-items: center;
    /* justify-content: space-evenly; */
    flex-direction: row;
}

.nav-logo{
    /* margin-left: 15px; */
    height: 50px;
    width: 100px;
}

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

.border{
    border: 2px solid transparent;
}

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


/* Box2 */
.add-icon{
    display: flex;
}

.add-1{
    color: #CCCCCC;
    font-size:0.85rem;
    margin-left: 15px;

}

.add-2{
    color: white;
    font-size: 1rem;
    margin-left: 3px;
}

/* Box-3 */

.nav-search{
    /* margin-left: 15px; */
    display: flex;
    justify-content: space-evenly;
    background-color: #F3A847;
    width: 620px;
    height: 40px;
    border-radius: 4px;
}

.search-select{
    background-color: #f3f3f3;
    width: 50px;
    text-align: center;
    padding: 5px;
    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;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 1.2rem;
    cursor: pointer;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.nav-search:hover{
    border:2px solid#F3A847;
}
/* Box-4 */

span{
    font-size: 0.7rem;
}

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

/* box-5 */

.nav-cart i{
    font-size: 30px;
}

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

/* DownBar */

.downbar{
    background-color: #232F3E;
    display: flex;
    color: #CCCCCC;
    align-items: center;
    text-align: center;
    /* justify-content: space-evenly; */
    height: 35px;
    font-weight: 400;
    font-size: 15px;
}
.All{
    margin-left: 25px;
    border: 3px solid transparent;
}
.All:hover{
    border: 3px white solid;
}

.banner{
    background-image: url(Books.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    width: 100%;
    cursor: pointer;
}

.note{
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
    display: flex;
    font-size: 0.85rem;
    color: black;
    margin-left: 15px;
    background-color: white;
    border: 3px solid transparent;
    border-radius: 5px;
    margin-top: -120px;
    height: 30px;
    width: 1200px;
    margin-left: 30px;
}
#link{
    text-decoration: none;
    color: rgb(85, 188, 192);
}

#link:hover{
    text-decoration: underline;
    color: #D16F1F;
}

/* Shop-section */

.shop-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 10px;
}

.box{
    height: 380px;
    width: 23%;
    background-color: white;
    padding: 20px 0px 15px;
    margin-top: 15px;
}
.box-img{
    cursor: pointer;
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.box-content{
    margin-left: 1rem;
    margin-right: 1rem;
}


/* Non */

/* Home Decor And Books For You */

.non{
    margin-left: 15px;
    margin-top: 20px;
    
}
.home-decor{
    margin-left: 15px;
    margin-top: 10px;
}

.line{
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    background-color: #E3E6E6;
    height: 200px;
    width: 1500px;
    background-color: white;
    padding: 20px 0px 15px;
    margin-top: 15px;
    margin-left: 10px;
    display: flex;
    overflow:auto;
    cursor: pointer;
}

.line-img{
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#null{
    background-color: white;
    margin-left: 25px;
    margin-top: 20px;
    margin-bottom: -20px;
    width: 1500px;
}


/* Footer */
.footer{
    margin-top: 15px;
}
.footer-panel1{
    background-color: #222f3d;
    color: white;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
    cursor: pointer;
}

.footer-panel2{
    background-color: #232F3E;
    color: white;
    height: 300px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.ul{
    margin-top: 20px;
}

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

.footer-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;
}

.git{
    margin-left: 25px;
    font-size: 35px;
}

.footer-panel4{
    background-color: #131A22;
    color: white;
    height: 80px;
    font-size: 0.7rem;
    text-align: center;

}

.pages{
    padding-top: 25px;
}

.copyright{
    padding-top: 5px;
}


.git:hover{
    transform: scale(1.1);
    color: white;
}

ul:hover{
    cursor: pointer;
    text-decoration: underline;
}


.footer-panel1:hover{
    background-color:#37475a ;
}