.services {
  background: linear-gradient(to top,
        rgba(56, 69, 85, 0.2),
        rgba(7, 7, 7, 0.3)),
      url("../images/services.jpeg") center/cover no-repeat;
      background-position: center;
    position: relative;
    /* overflow: hidden; */
    height: 70vh;
    font-family: "Raleway", sans-serif;
  }
#services {
    width: 100%;
    /* height: 100%; */
    color: #fff;
}
.seasonal_products {
  text-align: center;
}
.seasonal_products h1{
  font-size: 3rem;
  font-weight: bolder;
}
.seasonal_products p{
  margin-bottom: 5rem;
}
.seasonal_product{
  position: relative;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 10rem;
  height: 100%;
}

.seasonal_product_section{
  display: relative;
  overflow: hidden;
  max-height: 60vh;

}

.image__holders {
  position: relative;
    width: 100%;
    text-align: right;
}
  
.image__holders img {
    width: 80%;
    height: 100%;
}

.prepared_product{
  position: absolute;
  margin-left: -50px;
  opacity: 0.5;
  z-index: 1;
  width: 40%;
  top: 20%;
  background-color: white;
  padding: 6rem;
  border-top: 1rem solid green;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: 0.9s;
  border-radius: 5px;
}
.translate{
   transform: translateX(40%);
   opacity: 1;
}

.seasonal_product1{
  position: relative;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 10rem;
  height: 100%;}

.seasonal_product_section1{
  display: relative;
  overflow: hidden;
  max-height: 60vh;

}

.image__holders1 {
  position: relative;
    width: 100%;
    text-align: left;
}
  
.image__holders1 img {
    width: 80%;
}

.prepared_product1{
  position: absolute;
  z-index: 1;
  width: 40%;
  top: 20%;
  right: 0;
  opacity: 0.5;
  background-color: white;
  padding: 6rem;
  border-top: 1rem solid green;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: 0.9s;
  border-radius: 5px;
}
.translate1{
   transform: translateX(-40%);
   opacity: 1;
}


@media only screen and (max-width: 567px) {
  .seasonal_product,.seasonal_product1{
    width: 100%;
  }
  
  .prepared_product{

    width: 80%;
    padding: 0.5rem;
  
  }
  .prepared_product1{
   
    width: 80%;
    padding: 0.5rem;
  
  }
}

.delivery_service{
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  
}
.van_info h2{
  color: var(--default-color2);
  font-size: 40px;
 
}
.van_pic img{
  width: 80%;
  border-radius: 50%;
}
.van{
  display: flex;
  flex-direction: column;
}
.van_sponser{
  display: flex;
  width: 15%;
}
.van_sponser img{
  padding:1rem;
}

.van_info{
width: 100%;
}

@media only screen and (max-width: 567px) {
  .delivery_service{
    width: 100%;
    display: flex;
    padding: 1rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  
}
