@import url("https://fonts.googleapis.com/css2?family=Jersey+15&display=swap");
* {
  margin: 0;
  padding: 0;
}
header {
  border-radius: 2px solid black;
  background-color: skyblue;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-decoration: none;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}
header nav ul a {
  text-decoration: none;
  justify-content: space-between;
  height: 60px;
  padding: 0 20px;
  color: black;
}
header nav ul a:hover {
  background-color: #333;
  color: white;
  transition: all 0.3s ease;
}
.seller {
  background-color: #007bff;
  color: white;
  transition: all 0.3s ease;
}
.logo {
  display: flex;
  margin-left: 10px;
  height: 40px;
}
.search_bar {
  display: flex;
  height: 40px;
  min-width: 200px;
  align-items: center;
  width: 30%;
}
.material-symbols-outlined {
  border-radius: 4px 0 0 4px;
  box-sizing: content-box;
  height: 20px;
  padding: 10px;
  background-color: #f5f5f5;
  color: #282c3f;
  font-weight: 300;
  cursor: pointer;
}
.search_input {
  border: 0;
  background: #f5f5f6;
  flex-grow: 1;
  height: 40px;
  border-radius: 0 4px 4px 0;
}
.container {
  min-height: calc(100vh - 60px - 12vh);
  cursor: pointer;
}
.slider {
  margin: 12px auto;
  min-width: 300px;
  max-width: 100%;
}
.slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* section top */
.nav-category {
  display: flex;
  justify-content: center;
  background-color: white;
  padding: 15px 30px;
}

.nav-category-left {
  display: flex;
  justify-content: space-evenly;
}

.nav-category-right {
  display: flex;
  justify-content: space-evenly;
}

.nav-category-contain {
  display: flex;
  flex-direction: column;
}

.nav-category-contain img {
  width: 100%;
  padding: 5px;
  cursor: pointer;
}

.nav-category-contain a {
  font-size: 0.8em;
  text-align: center;
  text-decoration: none;
  color: black;
}

/* last section */
.closing_section {
  display: flex; 
  justify-content: space-between; 
  padding: 20px; 
}
.closing_section > div {
  flex: 1; 
  margin: 0 10px; 
}
.about {
  font-weight: bold; 
  margin-bottom: 10px; 
}
.about_a {
  display: block; 
  margin: 5px 0; 
  text-decoration: none; 
  color: #007bff; 
}
.about_a:hover {
  text-decoration: underline; 
}
.section1 {
  width: 100%;
  height: 122px;
  background-color: whitesmoke;
  box-shadow: 0 1px 1px 0 rgb(0 0 0 / 16%);
}
.section1_container {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.section1_items {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 500;
  color: black;
  align-items: center;
}
.section1_items img {
  height: 90px;
  width: 90px;
}
.section2{
margin-top: 8px;
height: 362px;
background-color: whitesmoke;
display: flex;
justify-content: space-between;
align-items: center;

}
.section2_items{
  width: 230px;
  height: 100%;
  background-image: url(https://rukminim1.flixcart.com/fk-p-flap/278/278/image/1e483f8045ec13a8.jpg?q=90);
  background-repeat: no-repeat;
  background-position: bottom;

}
.section2_offers{
  margin-top: 132px;
  width: 100%;
  display: flex;
font-size: 30px;
flex-direction: column;
align-items: center;
}
.section2_offers button{
  background-color: #007bff;color: white;
  text-align: center;
  justify-content: row;
  display: flex;
  padding: 8px;
  text-decoration: none;
  margin-top: 12px;
  border-color: whitesmoke;
  cursor: pointer;
}
.section3_list{
  height: 100%;
  width: calc(100% - 230px);
  display: flex;
  overflow-x: auto;
}
.section3_items{
  width: 232px;
  height: 100%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section3_items img{
 max-height: 200px;
  max-width: 200px;

}
.section3_items_head{
  margin-top: 16px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  

}
.section3_items_price{
  margin-top: 12px;
  font-size: 16px;
  color: #007bff;
  font-weight: 500;
  text-align: center;
}
.section3_items_explore{
margin-top: 12px;
opacity: 0.6;
font-size: 14px;
font-weight: 300;
text-align: center;
}

/* new implement */
.section5{
  margin-top: 8px;
  height: 362px;
  background-color: whitesmoke;
  display: flex;
  justify-content: space-between;
  align-items: center;
  
  }
.section5_items{
width: 230px;
height: 100%;
background-image: url(https://rukminim1.flixcart.com/fk-p-flap/278/278/image/1e483f8045ec13a8.jpg?q=90);
background-repeat: no-repeat;
justify-content: left;
/* background-position: bottom; */
  
  }
  .section5_offers{
    margin-top: 132px;
    width: 100%;
    display: flex;
  font-size: 30px;
  flex-direction: column;
  align-items: center;
  }
  .section5_offers button{
    background-color: #007bff;color: white;
    text-align: center;
    justify-content: row;
    display: flex;
    padding: 8px;
    text-decoration: none;
    margin-top: 12px;
    border-color: whitesmoke;
    cursor: pointer;
  }
.section5_list{
  height: 100%;
  width: calc(100% - 230px);
  display: flex;
  overflow-x: auto;
}
.section5_items{
  width: 232px;
  height: 100%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section5_items img{
  background-color: #007bff;
 max-height: 200px;
  max-width: 200px;

}
.section5_items_head{
  margin-top: 16px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  

}
.section5_items_price{
  margin-top: 12px;
  font-size: 16px;
  color: #007bff;
  font-weight: 500;
  text-align: center;
}
.section5_items_explore{
margin-top: 12px;
opacity: 0.6;
font-size: 14px;
font-weight: 300;
text-align: center;
}

.section4_container{
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
.section4 img{
  width: 33%;
}
