*{
    margin:0px;
    padding:0px;
    border:border-box;
    font-family: arial;

}

.navbar{
    height:60px;
    background-color: #0f1111;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.navlogo{
    height:50px;
    width:100px;
}

.logo{
    height:50px;
    width:100px;
    background-image: url("Amazon-Emblem.jpg");
    background-size: cover;
}

.border{
    border: 2px solid transparent;
}

.border:hover{
    border: 1.5px solid white;
}

.addf{
    color:#ccc;
    font-size: 12px;
    margin-left: 15px;;
}
.adds{
    color: white;
    font-size: 14px;
    margin-left: 3px;
}

.address{
    display:flex;
}

.border1{
    border: 2px solid transparent;
}

.border1:hover{
    border: 2px solid white;
}

.navsearch{
    display: flex;
    justify-content: space-evenly;
    width:620px;
    height:40px;
    background-color: aqua;
    border-radius: 4px;
}

.navsearch:hover{
    border:3px solid orange;
}

.searchselect{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width:50px;
    background-color: #f3f3f3;
    text-align: center;
    border: none;
}

.searchinput{
    width:100%;
    font-size: 20px;
    padding: 4px;
    border: none;
}

.search_icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    font-size: 20px;
    background-color:#febd68;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #0f1111;
}

span{
    font-size: 15px;
}

.navsecond{
    font-size: 20px;
    font-weight: 700;
}

.navcart i{
font-size: 30px;
}

.navcart{
    font-size: 20px;
    font-weight: 700;
}

.panel{
    height:40px;
    display: flex;
    background-color: #222f3d;
    color: white;
    justify-content: space-evenly;
    align-items: center;
}

.panelops p{
    display: inline;
    margin-left: 15px;
}

.panelops{
    width:70%;
    font-size: 14px ;
}

.paneldeals{
    font-size: 16px;
    font-weight: 700;
}

.border2{
    border:4px solid transparent;
}

.border2:hover{
    border:2px solid white;
}

.herosection{
    height:350px;
    background-size: cover;
    background-image: url("amazon1.jpg");
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.heromsg{
    background-color: white;
    color: black;
    height:40px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 14px;
   width: 80%;
   margin-bottom: 25px;
}

.heromsg a{
    color: #007185;
}


.shopsection{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #e2e7e6;
}
.box{
    height:400px;
    width:23%;
    background-color: white;
    margin-top: 15px;
}


.boximage{
    height: 300px;
    padding:20px 0px 15px;
    background-size: cover;
    margin-top: 1rem;
}

.boxcontent{
    margin-left: 10px;
    margin-right: 10px;
   align-items: center;
}

.boxcontent p{
    color:#007185;
}

footer{
    margin-top: 15px;
}

.footpanel1{
    background-color: #37475a;
    color: white;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.footpanel2{
    background-color: #222f3d;
    color: white;
    height:500px;
    display: flex;
    justify-content: space-evenly;
    
}

ul a{
    display: block;
    font-size: 14px;
    margin-top: 10px;
    color: #dddddd;
}

ul p{
    font-weight: 700;
    margin-top: 50px;
}

.footpanel3{
    background-color:#222f3d ;
    border-top: 0.5px solid white;
    color: white;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footpanel4{
    background-color: #0f1111;
    color: white;
    height: 80px;
    text-align: center;
    padding-top: 25px;
}


.pages{
font-size: 12px;
}

.copyright{
    padding-top: 5px;
    font-size: 12px;
}

.logofooter{
    height:50px;
    width:100px;
    background-image: url("amazon.webp");
    background-size: cover;
}