*{
    margin:0;
    font-style: italic;
    border:border-box;
   
}
.navbar{
    height:60px;
    background-color: #0f1111;
    color: white;
    display: flex;
    justify-content: space-evenly;
    align-items: center;

}

.nav-logo{
    height:50px;
    width:100px;
}
.logo{
    background-image:url("Images/amazon-logo.png") ;
    background-size: cover;
    height:50px;
    width:100px;
}
.border{
    border:1.5px solid transparent
}
.border:hover {
    border:1.5px solid white;
}

/* box2 */

.address-first{
    color:#cccccc;
    font-size:0.75rem;
    margin-left: 15px;


}
.address-second{
    font-size: 1rem;
    margin-left: 3px;
       
}
.add-icon{
    display:flex;
    align-items:center;
}
/* box 3 */
.nav-search{
    display: flex;
    justify-content: space-evenly;
    width:600px;
    height:40px;
    background-color: #cccccc;
    border-radius:4px;
}
.nav-search:hover{
    border:1.5px solid orange;
}
.select{
    background-color:#cccccc;
    width:60px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    text-align: center;
    border:none;
}
.search-input{
    width:100%;
    border:none;
    font-size:1rem;
}
.search-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    color: black;
    background-color: rgba(255, 179, 0, 0.913);
    border-top-right-radius:4px ;
    border-bottom-right-radius: 4px;
}
/* box4 */
.nav-first{
    font-size: 0.75rem;
}
.nav-second{
    font-size: 0.95rem;
    font-weight: 800px;
}
/* box5 */
.nav-cart i{
    font-size: 30px;
}
.nav-cart{
    font-size: 0.85rem;
}
 /* Panel */
 .panel{
    display:flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.831);
    color:white;
    height:40px;
    justify-content: space-evenly;
 }
 .panel-options p{
     display: inline;
     margin-left: 13px;
 }
 .panel-options{
    width:70%;
    font-size:0.85rem;
    font-weight:500px;
 }
 .panel-deal{
    font-weight:700px;
 }
 /* container */

.hero-section{
    background-image:url(Images/amazone.jpg) ;
    background-size: cover;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    }
    
.hero-message{
    height :50px;
    background-color: aliceblue;
    align-items: center;
    width:95%;
    display: flex;
    justify-content: center;
    margin-left: 10px;
    /* position:relative; */
    margin-bottom:30px;
    }
    /* box section */
    .shop-section{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        background-color: rgba(46, 139, 86, 0.171);
    }
    .box{
        margin-top: 15px;
        height: 400px;
        border:1.5px solid black;
        width:23%;
        background-color: white;
        border: none;
    }
    .image-1{
        background-image: url("Images/CleaningTools.jpg");
        background-size: cover;
        height:320px;
        margin-top: 8px;
    }
    .see-more{
        color: cadetblue;
        margin-top: 15px;
    }
    .box1{
    
        padding:0px 10px 15px;
    }
    h2{
        margin-top: 15px;
    }
    .image-2{
        background-image:url("Images/jeans.jpg");
        background-size: cover;
        height:320px;
        margin-top:8px;
    }
   .box2{
    
        padding:0px 10px 15px;
    }
    .image-3{
        background-image:url("Images/gameImage.jpg");
        background-size: cover;
        height:320px;
        margin-top:8px;
    }
    .box3{
    
        padding:0px 10px 15px;
    }
    .image-4{
        background-image:url("Images/132054f7350f1934b2b458352f3e01a4.jpg");
        background-size:cover;
        height:320px;
        margin-top:8px;
    }
    .box4{
        padding:0px 10px 15px;
    }
    .image-5{
        background-image:url("Images/Bedding.jpg") ;
        background-size: cover;
        height:320px;
        margin-top: 8px;
    }
   
    
    .box5{
    
        padding:0px 10px 15px;
    }
    .image-6{
        background-image:url("Images/shoes.jpg");
        background-size: cover;
        height:320px;
        margin-top:8px;
    }
   .box6{
    
        padding:0px 10px 15px;
    }
    .image-7{
        background-image:url("Images/HomeDecor.jpg");
        background-size: cover;
        height:320px;
        margin-top:8px;
    }
    .box7{
    
        padding:0px 10px 15px;
    }
    .image-8{
        background-image:url("Images/50434-Satoru-Gojo-White-Hair-Blue-Eyes-GlassesSatoru-Gojo.jpg");
        background-size:cover;
        height:320px;
        margin-top:8px;
    }
    .box8{
        padding:0px 10px 15px;
    }
    /* footer */
    footer{
        margin-top:10px;
    }
    .panel-1{
        background-color: #37475a;
        color:white;
        height :50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 0.85rem;
    }
    .panel-2{
        background-color: #222f3d;
        height:300px;
        color:white;
        display: flex;
        justify-content: space-evenly;
        
    }
    ul{
        margin-top: 35px;
        font-weight: bold;
    }
    ul a{
        display:block;
        margin-top:10px;
        font-size: 0.80rem;
        color:lightgrey;
        font-family: arial;
    }
    .foot-panel3{
        background-color:#222f3d; 
        height:100px;
        border-top:2px solid white;
        color:white;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .foot-logo{
        background-image:url("Images/aaaaa-logo.png");
        background-size: cover;
        height:50px;
        width:100px;
    }


    /* For Tablet CSS Styling start */

   