*{
    margin: 0;
    font-family:Arial, Helvetica, sans-serif ;
    border: border-box;
   
}

.navbar{
    height: 60px;
    background-color: #131921;
    color:white;
    display:flex;
    align-items: center;
    justify-content: space-evenly;
}
/* box 1 */
.nav-logo{
    height: 50px;
    width:110px;
   
}

.logo{
    background-image: url("amazon_logo.png");
    height: 50px;
    background-size: cover;
    width: 100%;
    
}

.border{
    border:1px solid transparent;

}

.border:hover{
    border:1px solid white;
}

/* box 2 */
.adress_1st{
color: #cccccc;
font-size: 0.75rem;
margin-left: 15px;
}

.adress_2nd{
font-size: 1rem;
margin-left: 3px;
}

.add-icon{
    display:flex;   
    align-items:center;
}

/* box 3 */
.nav-search{
        background-color: #131921;
        width: 620px;
        height: 40px;
        border-radius: 4px;
        display: flex;
        justify-content: space-evenly;
        border:2px solid transparent;
}
.nav-search:hover{
    border: 2px solid rgb(255, 174, 0);
}

.search-select{
    background-color: #f3f3f3;
    width:50px;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 0;

}

.search-text{
    width:100%;
    font-size: 1rem;
    border: none;
    
}

.search-icon{
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    background-color: rgb(255, 174, 0);
    color:#131921;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;

}


/* box 4 */
.nav-lang{
    display: flex;
   
}


.flag{
    background-image: url(US-United-States-Flag-icon.png);
    background-size: cover;
    height:30px;
    width: 20px;
}

.scroll{
    background-color: transparent;
    color: white;
    font-size: 0.85rem;
    border: 0;
    font-weight: bold;
}

/* box 5 */

.navfirst{
    font-size: 0.85rem;
}

.navsec{
    font-size: 1rem;
    font-weight: bold;
}
 /* box 6 */
 .nav-cart i{
font-size: 30px;
}

.nav-cart{
    font-size: 0.9rem;
    font-weight: bold;
}

/* panel */
.panel{
    background-color: #222E3E;
    color: white;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.panel-ops{
    display: flex;
    width:80%;
}
.under{
    margin: 10px;
}
.panel-deals{
    font-size:1rem;
    font-weight: bold;
    
}
/* hero-section */
.hero-section{
    height:300px;
    background-image: url(hero_image.jpg);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;

}
.hero-message{
    background-color: white;
    color: black;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    width: 80%;
    margin-top: 200px;
    border-radius: 10px;
}
.hero-message a{
    color: #007185;
}
/* shopping */
.shopping{
    display:flex;
    justify-content: space-evenly;
    background-color: #e2e7e6;
    flex-wrap: wrap;
}

.boxx{
    height: 400px;
    border:2px solid black;
    width:23%;
    background-color: white;
    padding:20px 0px 15px;
    border: 0px solid transparent;
    margin-top: 15px;
    

}
.box1img{
    background-size: cover;
    height:350px;
    margin-right: 20px;
    margin-left: 20px;
}
.boxx h2{
    margin-left: 20px;

}
.boxx p{
    margin-top: 10px;
    color:#4396A5;
    margin-left: 20px;

    /* font-weight: bold; */
}

/* sign in box  */
.reccomend{
    margin-top: 30px;
    border:4px solid #DCDDDC;
    width: 100%;
    height: 160px;
}
.jk{
    
    margin-top: 40px;
    display: flex;
    justify-content: center;
    font-size: 0.85rem;
}
.op{
    display: flex;
    width: 100%;
    justify-content: center;
}
.sign-in{
    margin-top: 8px;
    height: 30px;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FED979;
    border-radius: 4px;
    font-weight: bold;
    font-size: 0.9rem;
    
}
.neww{
    display: flex;
    justify-content: center;
    font-size: 0.75rem;
    margin-top: 8px;    
}
.reccomend a{
    margin-left: 5px;
    color: #01A0D1;
    
}
a:link {
      text-decoration: none;
}

a:visited {
      text-decoration: none;
}

a:hover {
      text-decoration: none;
}

a:active {
      text-decoration: none;
}

.foot-panel:hover{
    background-color: #5a626e;
}
/* footer */

.foot-panel{
    background-color: #485668;
    color: white;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
}
.foot-panel2{
    background-color: #222e3e;
    color: white;
    height: 300px;
    display: flex;
    justify-content: space-evenly;

}
ul{
    margin-top: 20px;
}

ul p{
    font-weight: bold;
}
ul a{display: block;
    font-size: 0.85rem;
    margin-top: 10px;
    color: #dddddd;

}
.foot-panel3{
    background-color:  #222e3e;
    color: white;
    border-top: 0.5px solid white;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo{
     background-image: url("amazon_logo.png");
    height: 50px;
    background-size: cover;
    width: 100px;
}

.footpanel4{
    
    background-color: #131921;
    color: white;
    /* border-top: 0.5px solid white; */
    /* display: flex;
    align-items: center;
    justify-content: center; */
    height: 80px;
    text-align: center;
}

.pages{
    font-size: 0.8rem;
    
    padding-top: 25px;
}
 .copyright{
    
    font-size:0.8rem;
    padding-top: 5px;
 }
 
