*{
    margin:0;
    padding: 0;
    font-family: Arial;
    border:border-box;  /*included into content area */
}
/* Remove default margins and padding from the page */
body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #0f1111; /* Same as footer background or your page color */
}
  
  /* Optional: make sure the footer spans full width */
  footer {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 0;
  padding-bottom: 0;
  background-color: #0f1111;
  }
.nav{
    height:80px;
    background-color: #0f1111;
    color:white;
    display: flex; /*to include logo and address in same line*/
    align-items: center;
    justify-content: space-evenly;

}
/* box1*/
.nav-logo{
    height:70px;
    width:133px;
}
.logo{
    background-image: url("amazonlogo.png");
    height:70px;
    width:100%;
    background-size: cover;
}
.border{
    border: 1.5px solid transparent;
}
.border:hover{
    border:1.5px solid white;
}
/*box2*/
.add-first{
    color:#CCCCCC;
    font-size: 0.85rem;
    margin-left:25px

}
.add-second{
    color:white;
    font-size: 1rem;
    margin-left: 5px;
}
.add-icon{
    display: flex;
    align-items: center;
}
/*box3*/
.nav-search{
    display: flex;
    justify-content: space-evenly;
    background-color: pink;
    width: 650px;
    height: 50px;
    border-radius: 4px;
}
.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:55px;
    display: flex;
    justify-content:center;
    align-items: center;
    font-size: 1.5rem;
    background-color: rgb(243, 188, 61);
    border-top-right-radius: 4px ;
    border-bottom-right-radius: 4px;

}
.nav-search:hover{
    border:2px solid rgb(243, 188, 61);
}
/*box4*/
span{
    font-size: 0.85rem;
}
.nav-second{
font-size:0.95rem;
font-weight: 0.75rem;
}
/*box5*/
.nav-cart i {
    font-size: 30px;
}
.nav-cart{
    font-size: 0.99rem;
    font-weight: 700;
}
/*Panel*/
.panel{

    height:40px ;
    color:white;
    display: flex;
    background-color:#222f3d ;
    align-items: center;
    justify-content: space-evenly;
}
.panel-ops p {
    display:inline;
    margin-left: 25px;
}
.panel-ops{
    width:70%;
    font-size:0.90rem;
}
.panel-ops:hover {
    text-decoration: underline;
  }
.panel-deals {
    font-size:0.99rem;
    font-weight: 700;
}
/*hero section*/
.hero-section{
    height:400px;

background-image: url("amazon2._SX3000_.jpg");
background-size: cover;
display:flex;
justify-content: center;
align-items: flex-end;
}
.hero-message{
    background-color: white;
    color:black;
    height:40px;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 0.99rem;
    width:90%;
    margin-bottom: 25px;

}
.hero-message a{
    color:#007185;
}
.hero-message a:hover {
    text-decoration: underline;
  }
/* Common styles */
.shop-section,
.shop-section2,
.shop-section3 {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 0;
  background-color: rgb(247, 239, 148);
}

/* Box styling */
.box,
.box-2,
.box-3 {
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  padding: 10px;
}

/* Box sizes */

.box,
.box-2 {
  width: 22%;
  min-width: 250px;
  height: auto;
}

/* Full-width single box */
.box-3 {
  width: 95%;
}

/* Image containers */
.box-img,
.box-img1 {
  height: 250px;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  margin-bottom: 10px;
}

/* Text inside boxes */
h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

.amz-link {
  color: #007185;
  font-size: 14px;
  cursor: pointer;
}

.amz-link:hover {
  text-decoration: underline;
}
/* 4 small images inside each box */
.mini-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 10px 0;
  }
  
  .mini-grid img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 6px;
    transition: transform 0.2s ease;
  }
  
  .mini-grid img:hover {
    transform: scale(1.03);
  }
  
  .mini-grid p {
    font-size: 13px;
    margin-top: 5px;
  }
  
  /* Amazon-style blue links */
  .amz-link {
    color: #007185;
    font-size: 14px;
    cursor: pointer;
    margin-top: 10px;
  }
  
  .amz-link:hover {
    text-decoration: underline;
  }
  /*footer*/
  .foot-panel1{
    background-color: #37475a;
    color:white;
    height:50px;
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
  }
  .foot-panel2{
    background-color: #222f3d;
    color:white;
    height:300px;
    display: flex;
    justify-content: space-evenly;
    

  }
  .foot-panel2 ul p{
    margin:10px;
    color:#dddddd;
  }
  .foot-panel3{
    background-color: #222f3d;
    border-top:0.5px solid white;
    height: 90px;
    display: flex;
    justify-content:center;
    align-items:center;
  }
  .botlogo{
 background-image: url("amazonlogo.png");
    height:90px;
    border-radius: 10px;
    width:10%;
    background-size: cover;
}
.foot-panel4{
    height:100px;
color:white;
flex-direction: column;
background-color: #0f1111;
align-items: center;
justify-content: center;
margin: 0;
  padding: 0;

}
.pages{
margin-left: 38%;
padding-top: 15px;
}
.copyright{
    margin-left: 40%;
    
    }