*
{
    margin: 0%;
    padding: 0%;
    font-family: sans-serif;
}

/* for nav */
.navbar
{
    width: 100%;
    height: 50px;
    background-color:#0f1111 ;
    display: flex;
}
.nav-logo
{
    height: 45px;
    width: 100px;
    background-size: cover;
    background-image:url('image/amazon_logo.png') ;
}

.border
{
    border: 1px solid black;
}

.border:hover{
    border: 1px solid white;
}

/* box2 */
.nav-adress
{
    color: white;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    padding-top: 3px;
    margin-left: 3px;
    height: 43px;
    width: 88px;
    
}
.add-1
{
    align-items: center;
    justify-content: center;
    margin-left: 15px;

}
.add-2
{
    margin-right: 5px;
}
.add-icon
{
    display: flex;
    align-items: center;
   
}

.nav-search
{
    height: 38px;
    width: 890px;
    background-color: white;
    border-radius: 10px;
    border-color: transparent;
    margin-top: 8px;
    display: flex;
}

.section
{
   font-size: 10px;
    width: 51px;
    height: 38px;
    border-radius:8px 0px 0px 8px ;
    background-color: #e6e6e6;
    border-right: 0.5px  black;
    align-items: center;
    justify-content: center;
}
#dropdown
{
    border: none;
    background-color:#e6e6e6 ;
}
.all
{
    width: 50px;
    align-items: center;
    text-align: center;
    padding: 8px 5px;
}

.search-text
{
    color: #b1a7a7;
    font-size: 0.9rem;
    width: 790px;
    padding: 7px 10px 10px 0px;
}

.search-icon
{
    width: 40px;
    height: 38px;
    background-color:orange ;
    justify-content: center;
    align-items: center;
    font-size:25px ;
    text-align: center;
    border-radius: 0px 10px 10px 0px ;
}

/* box 3 */
.state
{
    height: 45px;
    width:73px ;
    display: flex;
    color: white;
    margin-left: 13px;
    margin-right: 15px;
}
.lang
{
    display: flex;
    justify-content: center;
    align-items: center;
    
   
}

.logo{
    margin: 20px 0px 8px ;
}
.usa-logo
{
    background-image: url(image/flag.png) ;
    height: 29px;
    width: 21px; 
    margin-right: 2px;
}

#dropdown2
{
    background-color: transparent;
    color: white;
    border: none;
}

/* box4 */
.greeting
{
    padding-top: 12px;
    font-size: 12px;
    height: 35px;
    width: 133px;
    color: white;
    border: none;
     margin-right: 15px;
}

/* box4 */
.return
{
    padding-top: 12px;
    font-size: 12px;
    height: 35px;
    width: 79px;
    color: white;
    border: none;
    margin-right: 15px;
}

/* box5 */
.buy
{
    width: 85px;
    height: 35px;
    color: white;
    font-size: 30px;
    /* text-align: center;
    justify-content: center; */
    padding-top: 12px;
    display: flex;
}
.cart
{
    margin-top: 15px;
    font-size: 15px;
}

/* for panel */
.panel
{
    height: 39px;
    width: 100%;
    background-color:#222f3d;
    color: white;
    display: flex;
}
.panel-all
{
    display: flex;
    margin: 5px 5px 3px 0px;
    padding: 8px 2px 0px 20px;
}
.panel-label
{
    padding-left: 6px;
}
.panel-ops
{
    display: flex;
    margin: 5px 0px 6px;
    padding: 8px 9px;
   
}
.panel-ops p{
    margin-right: 18px;
}

/* hero section */
.hero{
    background-image: url(img/hero.jpg);
    height: 350px;
    width: 1500px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items:flex-end;
}

.hero-txt
{
  margin-bottom: 80px;
    height: 40px;
    width: 1460px;
    background-color: #f5f6f5;
    color: #0f1111;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 0.85rem;
   
}
.hero-txt a
{
    color: #007185;
    text-decoration: none;
}

/* card */
.cards
{
    flex-wrap: wrap;
    display: flex;
   justify-content: space-evenly;
   background-color: #e2e7e6;
}
.card
{
    margin-top: 20px;
    height: 400px;
    width: 23%;
   
}
.box
{
    /* border: 1px solid black; */
    background-color: white;
    padding: 20px 0px 20px;
    padding: 1rem;
}
.box-img
{
    height: 300px;

}
.card-desc
{
    margin: 12px 5px;
    color: #007185;
}
/* sign in */
.sign
{
    height: 68px;
    width: 1440px;
    font-size: 0.85rem;
    display: block;
    justify-content: center;
    text-align: center; 
    padding:30px 30px;
    margin: 20px 0px;
    border: 0.3px solid grey;
}
.in
{
   
    width: 230px ;
    height: 28px;
    background-color: #FFFF00;
    color: black;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-size: 0.85rem;
    margin: auto;
    border-radius: 10px;

}

/* footer */
.foot-panel
{
    margin-top: 2px;
    height: 49px;
    background-color: #37475e;
    color: white;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 0.85rem;

}
.foot-panel span
{
    padding-top: 20px;
}

.foot-panel2
{
    background-color: #232f3e;
    color: white;
    display: flex;
    justify-content: space-evenly;
    font-size: 1rem;
    padding: 80px 10px;
    height: 200px;
    line-height: 1.5rem;
}
.foot-panel2 li{
    font-size: 0.8rem;
    list-style: none;
    color:#dddddd ;
    text-decoration: none !important;
}

/* panel 3 */
.foot-panel3
{
    border-top: 1px solid white;
    background-color: #232f3e;
    display: flex;
    justify-content: center;
    padding: 20px;
}
.footer
{
    width: 1000px;
    display: flex;
    margin-left: 220px;
}
.foot-img 
{
    height: 45px;
    width: 100px;
    background-image: url(image/amazon_logo.png);
    background-size: cover;
    margin: 0px 60px;
    
}

.btn
{
   padding: 10px 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 15px;
    border: 0.5px solid grey;
    color: #cccccc;
    border-radius: 5px;
    /* font-size: 0.85rem; */
    margin-right: 20px;

}

.us
{
    display: flex;
    width: 50%;
    text-align: center;
    font-size: 0.75rem;
}