* {
    margin: 0;
    font-family: arial;
    border:border-box;
 }
 body{
   overflow-x: hidden;
 }
 .navbar{
     height: 60px;
     background-color: #0f1111;
     color: white;
     display: flex;
     align-items: center;
     justify-content: space-evenly;
 }
 .nav-logo{
     height: 50px;
     width: 100px;
 }
 .logo{
     height: 50px;
     width:100%;
     background-image: url(amazon_logo.png);
     background-size:cover;
 }
 .border{
     border:2px solid transparent;
 }
 .border:hover{
     border: 1.5px solid white;
     border-radius: 5%;
 } 
 
 /*----------------------Box 2---------------------------------------*/
 
 .nav-address{
     height: 50px;
     width: 100px;
     display: flex;
     justify-content: center;
     flex-direction: column;
 }
 .add-icon{
     display: flex;
     align-items: center;
 } 
 #Deliver{
    font-size: 0.8rem;
    color:#CCCC;
    margin-left: 15px;
 }
 #country{
    font-size: 1rem;
    color: #FFFF;
    margin-left: 3px;
 }
 .border2{
     border:2px solid transparent;
 }
 .border2:hover{
     border: 1.5px solid white;
     border-radius: 5%;
 }
 
 /*------------------Box3-----------------------*/
 
 .nav-search{
    display: flex;
    justify-content: space-evenly;
    width: 620px;
    height:40px;
    border-radius: 4px;
 }
 .search-select{
     background-color: #F3F3F3;
     margin-left: 5px;
     width: 50px;
     text-align:center;
     border: none;
     border-top-left-radius: 4px;
     border-bottom-left-radius: 4px;
 }
 .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;
     color: black;
     background-color: #febd68;
     border: none;
     border-top-right-radius: 4px;
     border-bottom-right-radius: 4px;
 }
 .nav-search:hover{
     border: 2px solid orange;
 }
 
 /*----------------------Box4-------------------------*/
 .nav-language{
     height: 45px;
     width: 100px;
     display: flex;
     margin-top: 8px;
     justify-content: center;
     align-items: center;
 }
 .us_logo{
     height: 17px;
     width:  22px;
     background-image: url(us_logo.png);
     background-size: cover;
     margin-right: 2px;
 }
 .lang-select{
     font-size: 14px;
     background: transparent;
     color: #FFFF;
     border: none;
     font-weight: bold;
 }
 /*-----------------Box5--------------------------*/
 .nav-signin{
     height: 50px;
     width: 132px;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
 }
 #signin-1{
    font-size: 0.8rem;
    align-self: flex-start;
    margin-left: 5px;
 }
 #signin-2{
    font-size: 1rem;
    font-weight: 700;
 }
 
 /*-----------------Box6 --------------------------*/
 .nav-returns{
     height: 50px;
     width: 77px;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
 }
 #returns-1{
     font-size: 0.8rem;
     align-self: flex-start;
     margin-left: 5px;
  }
  #returns-2{
     font-size: 1rem;
     font-weight: 700;
  }
 
  /*-----------------Box7 --------------------------*/
 .nav-cart{
     height: 50px;
     width: 80px;
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 5px;
 }
  #cart-text{
     font-size: 1rem;
     font-weight: bolder;
     align-self:center;
     margin-top: 12px;
  } 
 
  /*--------------------Panel-----------------------*/
  .panel{
     height: 39px;
     display: flex;
     background-color: #232f3e;
     color: #ffffff;
     justify-content: space-evenly;
     align-items: center;
  }
  .panel-all{
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 8px;
  }
  #all-text{
     font-size: 14px;
     font-weight: 700;
     margin-left: 4px;
  }
  #all-icon{
     font-size: 1.3rem;
  }
  .panel-options p{
     display: inline;
     margin-left: 14px;
  }
  .panel-options{
     width: 70%;
  }
  .panael-L_option{
     font-size: 1rem;
     font-weight: 700;
  }
  #P1{
     /* height: 28px;
     width: 100px; */
     padding: 8px;
  }
  #P2{
     padding: 8px;
  }
  #P3{
     padding: 8px;
  }
  #P4{
     padding: 8px;
  }
  #P5{
     padding: 8px;
  }
 
  /*---------------------------------Hero Section--------------------------*/
  .hero-section{
     height: 350px;
     width: 1500px;
     display: flex;
     justify-content:center;
     align-items: end;
     background-image: url(hero_image.jpg);
     background-size: cover;
  }
  .box{
     height: 370px;
     width: 340px;
     background-color: white;
     margin-left: 20px;
     border: 2px solid black;
     margin-bottom: 20px;
  }
  .shop-section{
     display: flex;
     flex-wrap: wrap;
     background-color: #8BD0C5 ;
     padding-left: 100px;
  }
  .headset{
    margin-top: 40px;
     height: 100px;
     width: 160px;
 
  }
  .chairs{
    margin-top: 40px;
     height:100px;
     width: 160px;
  }
  .keyboard{
    height:100px;
     width: 160px;
     margin-top: 40px;
  }
  .mice{
    height:100px;
     width: 160px;
     margin-top: 40px;
  }
 
  .name{
    padding-top: 10px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
  }
  .pic{
    display: flex;
    flex-wrap: wrap;
     justify-content: space-evenly;
  }
  .single{
    margin-top: 15px;
    padding: 5px;
    height: 300px;
    width: 330px;
  }
 
  /*-----------------------footer------------------------*/
 
  .footer-panel1{
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    background-color: #37573a;
    text-align: center;
    height: 19px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .footer-panel2{
    /* padding-top: 15px; */
    background-color: #222f3d;
    color: white;
    height: 300px;
    display: flex;
    justify-content: space-evenly;
  }
  ul{
    margin-top: 15px;
  }
  ul a{
    display: block;
    font-size: 0.8rem;
    margin-top: 12px;
  }
  .footer-panel3{
    margin-top: 1px;
    height: 75px;
    background-color: #222f3d;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .logo{
    width: 100px;
    margin-right: 50px;
  }
  .text1 a{
    padding: 4px;
    border: 1px solid white;
    height: 50px;
    color: white;
    font-size: 0.8rem;
  }
  .footer-panel4{
    padding-top: 15px;
    height: 500px;
    background-color: #0f1111;
    color: white;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 250px;
    padding-right: 250px;
  }
  .footer-panel4 ul{
    width: 106px;
    height: 80px;
    font-size: 0.8rem;
  }
  .footer-panel4 a{
    color: #999999;
  }
  