*{
    margin:0;
    font-family:Arial;
    border:border-box;
}
.navbar{
    height: 60px;
    background-color: #0f1111;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.nav-logo{
    height: 50px;
    width: 100px;
}
.nav-signin{
    color: white;
}


.logo{
   background-image: url(./img/amazon_logo.png);
   background-size: cover;
    height: 50px;
    width: 100px;
    cursor: pointer;
    
}

.border{
    border:1.5px solid transparent;
}

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

/*box2*/
.add-first{
color: #cccccc;
font-size: 0.75rem;
margin: 15px;
}
.add-second{
font-size: 0.90rem;
margin-left: 3px;
}

.add-icon{
    display: flex;
    align-items: center;
    height: 0.5px;
    margin-bottom: 30px;
}
#forme{
    margin-bottom: 5px;
}

/*box3*/
.nav-search{
    display:flex;
    justify-content: space-evenly;
    background-color: pink;
    width: 620px;
    height: 40px;
    border-radius: 4px;
}

.nav-search:hover{
    border: 2px solid orange;
}

.search-select{
    background-color: #f3f3f3;
    width: 50px;
    text-align: center;
    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;
    font-size: 1.3rem;
    background-color: #febd68;
     border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #0f1111;
}
/*my box*/
.flag-size{
    height: 10px;
    width: 20px;
    margin-top: 14px;
}
.a{
    width: 40px;
    margin-top: 14px;
}
.en{
    height: 50px;
    justify-content: center;
    align-items: center;
}

/*box4*/
span{
    font-size: 0.7rem;
}

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

/*box6*/
.nav-cart i{
 font-size: 30px;
}
.nav-font{
    font-size: 0.85rem;
    font-weight: 700;
}

/*panel*/
.panel{
    height: 40px;
    background-color: #222f3d;
    display: flex;
    color: white;
    align-items: center;
    justify-content: space-evenly;
}

.panel-ops p{
    display: inline;
    margin-left: 15px;
}

.panel-ops{
    width:84%;
    font-size: 0.95rem;
}

 .hero-section{
    background-image: url("./img/hero1.jpg");
    height: 390px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
   
} 



.hero-msg{
    background-color: white;
    color: black;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    width: 80%;
     margin-bottom: 30px;
}

/*blue*/
.hero-msg a{
    color: blue;
}

/*shop*/
.box{
    /*border: 2px solid black;*/
    height: 430px;
    width: 23%;
    background-color: white;
    margin-top: 15px;
}

.shop-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color:rgb(174, 179, 198);
  
}

.box-img{
    
    height: 300px;
    padding: 20px 0px 15px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-size: cover;
    
}

.box-content{
    margin-left: 10px;
    margin-right: 10px;
}

.box-content p{
    color:blue
}

#h2{
    margin-top: 2px;
    text-align: center;
}

.hr{
    height: 10px;
     background-color:rgb(174, 179, 198);
}

.foot-panel1{
    background-color: #354737;
    color:white;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
}
footer{
    margin-top: 15px;
}

ul{
    margin-top: 20px;
}

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

.foot-panel2{
        display: flex;
        background-color: #222f3d;
        color: white;
        height: 300px;
        justify-content: space-evenly;
}

.foot-panel3{
    background-color: #222f3d;
    border-top: 0.5px solid white;
    height: 69px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo{
    background-image: url("./img/amazon_logo.png");
    height: 50px;
    width: 100px;
    margin-right: 20px;

}

.eng-box{
    height: 25px;
    width: 70px;
    border: 1px solid white;
    color: white;
    margin-left: 50px;
    justify-content: center;
    align-items: center;
}
.un-state{
    height:50px ;
    width: 120px;
    border: 1px solid white;
    color: white;
    margin-left: 60px;
    justify-content: center;
    align-items: center;
}
.un-state img{
    height: 20px;
    width: 26px;
}
.eng-box p{
    align-items: center;
    justify-content: center;
    margin-top: 4px;
    margin-left: 7px;
}

.imgclass{
    margin-left: 40%;

}

.un-state p{
    margin-left: 14px;
}

.foot-panel4{
    background-color: #1f1111;
    color: white;
    display:flex;
    justify-content: center;
    align-items: center;
    justify-content: space-evenly;
    height: 80px;
}

.pages{
    font-size: 0.79rem;
}

.copyright{
    font-size: 0.79rem;
    text-align: center;
    margin-top: 10px;
}
.a2{
    margin-left: 18px;
}
.a3{
    margin-left: 18px;
}



/*body*/

.content p {
  font-size: 14px;
  color: #555;
  margin: 4px 0 0;
}

.mainbox{
    display: flex;
    
    margin-top: 20px;
}

.mainbox1{
    display: flex;
    
    margin-top: 20px;
} */
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.mainbox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.accountbox {
  width: 320px;
  height: 100px;
  background-color: white;
  display: flex;
  align-items: flex-start;
  padding: 16px;
  border: 1px solid #d5d9d9;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s ease;
}

.accountbox:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.accountbox .icon {
  margin-right: 16px;
  margin-top: 4px;
}

.accountbox .icon img {
  width: 40px;
  height: 40px;
}

.accountbox .icon i {
  font-size: 36px;
  color: #333;
}

.accountbox .content {
  flex: 1;
}

.accountbox .content h3 {
  font-size: 16px;
  margin: 0;
  color: #111;
}

.accountbox .content p {
  font-size: 14px;
  color: #555;
  margin-top: 6px;
}







