* {
  margin: 0;
  font-family: Arial;
  box-sizing: 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-logo i {
  font: size 5px;
}
.logo {
  background-image: url("images2/amazon_logo.png");
  height: 50px;
  width: 100px;
  background-size: cover;
  background-repeat: no-repeat;
}
.border {
  display: inline-block;
  border: 1.5px solid transparent;
  padding: 6px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
   
}

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


/* box 2 */
.add-first {
  color: #cccccc;
  font-size: 14px;
  margin-left: 18px;
}
.add-sec {
  font-size: 1rem;
  color: #ffffff;
}
.add-icon {
  display: flex;
}
/* box 3 */
.nav-search {
  display: flex;
  background-color: rgb(235, 164, 23);
  width: 440px;
  height: 40px;
  border-radius: 4px;
}
.nav-search:hover {
  border: 2px solid rgb(223, 154, 24);
}
.search-select {
  background-color: hsl(180, 37%, 93%);
  width: 50px;
  text-align: center;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border: none;
}
.search-input {
  width: 400px;
  font-size: 15px;
  border: none;
}
.search-icon {
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  color: #0f1111;
  
}
/* box 4 */
.nav-signin {
  padding-top: 6px;
}
.nav-returns {
  padding-top: 6px;
}
.nav-first {
  font-size: 12px;
}
.nav-sec {
  font-size: 14px;
  white-space: nowrap;
}
/* box 5 */
.nav-cart i {
  font-size: 30px;
}
.nav-cart {
  font-size: 12px;
  font-weight: bolder;
}
.panel {
  height: 40px;
  background-color: #222f3d;
  display: flex;
  align-items: center;
  
}
.border1{
   display: inline-block;  
  border: 1.5px solid transparent;
  padding: 6px 8px;
  
}
.border1:hover{
   border: 1.5px solid white;
}

.All {
  color: white;
  padding-right: 20px;
  padding-left: 20px;
}

.panel-opt p {
  display: inline;
}
.panel-opt {
  display: flex;
  color: white;
  width: 70%;
  font-size: 14px;
  gap: 20px;
}
.hero-section {
  background-image: url(images2/eid-al-fithr.jpg);
  background-size: cover;
  background-position: top center;
  height: 260px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  
  
}
.hero-msg {
  background-color: white;
  color: black;
  height: 40px;
  width: 96.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin-bottom: 5px;
  
}
.hero-msg a {
  color: #007185;
}

.shop-section {
  display: flex;
  justify-content: space-evenly;
  background-color: rgb(231, 114, 30);
  background: linear-gradient(to bottom,#f0650f, #e2e7e2);
  
   
}
.box {
  border: 2px solid white;
  height: 400px;
  width: 23%;
  padding: 20px 0px 15px;
  margin-top: 15px;
  background-color: white;
}
.heading {
  padding-top: 10px;
  font-size: 21px;
}
.box-img {
  height: 280px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
}
.bottom-note {
  color: #2162a1;
  font-size: 13px;
}
.box-content {
  margin-left: 15px;
  margin-right: 15px;
}
.small-box {
  display: flex;
  flex-wrap: wrap;
  background-repeat: no-repeat;
  justify-content: space-between;
}
.vbox-content{
 
  display: flex;
  justify-content: space-between;
  background-repeat: no-repeat;
  gap: 10px;
}

.small-box1 {
  width: 46%;
  height: 110px;
  margin-bottom: 15px;
  margin-top: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
}
.small-box2{
   width: 46%;
  height: 100px;
  margin-bottom: 15px;
  margin-top: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.small-box3{
   width: 46%;
  height: 115px;
  margin-bottom: 15px;
  margin-top: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.inner-bottom-note {
  font-size: 13px;
}
.bottom-note1 {
  color: #2162a1;
  font-size: 13px;
  padding-top: 15px;
}
.bottom-note2 {
  color: #2162a1;
  font-size: 13px;
  padding-top: 30px;
}
.bottom-note3 {
  color: #2162a1;
  font-size: 13px;
  padding-top: 8px;
}
.bottom-note4 {
  color: #2162a1;
  font-size: 13px;
  padding-top: 30px;
}


.shop-section2 {
  display: flex;
  justify-content: space-evenly;
  background-color: #e2e7e2;
  
}

.medium-box1 {
width: 96%;
  height: 145px;
  margin-bottom: 15px;
  margin-top: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.vsmall-box1{
  width: 78px;
  height: 85px;
  margin-bottom: 15px;
  margin-top: 5px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  
 
}
.scroll-bar{
  width: 98%;
  height: 280px;
    overflow-x: scroll;
    overflow-y: hidden;
   gap: 15px ;
   display:flex;
   flex-direction: column;
    border: 1px solid #ccc;
    margin: 15px;
    background-color: white;
}
.scroll-item{

width: 200px;
height: 160px;
flex-shrink: 0;
 margin-top: 15px;
 margin-bottom: 15px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 6px;
  
  
}
.shop-section3{
  display: flex;
  background-color: #e2e7e2;

}
.scroll-section{
  display: flex;

  width: 100%;             
  
}
.headingscroll{
  font-weight: bold;
  font-size: 21px;
  margin-top: 15px;
  margin-left: 10px;
}
footer{
  margin-top: 20px;

}
.panel1{
  background-color: #37475a;
  font-size: 14px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.panel2{
  background-color: #222f3d;
  color: white;
  height: 370px;
  display: flex;
  justify-content: space-evenly;

}

ul{
  margin-top: 40px;
}
ul a{
  display: block;
  font-size: 14px;
  margin-top: 10px;
  color: #DDDDDD;

}
.panel3{
  background-color: #222f3d;
  border-top: 1px solid white;
  color: white;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.foot-logo{
  background-image: url("images2/amazon_logo.png");
  height: 50px;
  width: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100px;

}
.panel4{
  background-color: #131A22;
  color: white;
  height: 200px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;

  padding-bottom: 10px;
}

.top-page{
  display: contents;
  justify-content: space-between;
  display: block;
  flex-direction: row;
 
}
.pages-top{
  display: flex;
  flex-direction: row;
  font-size: 12px;
  color: #999999;
   gap:20px;

}
.pages-top p{
  color: #DDDDDD;
}
.bottom-page{
  margin-top: 30px;
}
.pages{
  
  font-size: 12px;
  display: flex;
  text-align: center;
  gap: 10px;
}
.copyright{
  font-size: 12px;
  text-align: center;
 
}