/* =====================  IMAGES ===================== */

.img-hover {

  overflow: hidden;

}

.img-hover img {

  transition: transform 0.5s ease;

}

.img-hover:hover img {

  transform: scale(1.08);

}

.image-wrapper {

  padding: 40px;
  overflow: hidden;

}

.image-wrapper img {

  width: 95%;
  transition: transform 0.5s ease;

}

.image-wrapper:hover img {

  transform: scale(1.08);

}

.curve-right img {

  border-radius: 0 120px 120px 0;

}

.curve-left img {

  border-radius: 120px 0 0 120px;

}

.curve-top-right img {

  border-radius: 0 120px 0 0;

}

#storage {

  width: 95%;
  padding-right: 20px;

}

#storage img {

  width: 500px;
  max-height: 500px;
  border-radius: 10px;

}

#hila-cups img {

  width: 95%;
  border-radius: 0 0 0 120px;

}


/* =====================  WHY US ===================== */

#hila-cups {
  display: flex;

  justify-content: center;
  align-self: start;

  padding-top: 120px;
}

#hila-cups img {
  width: 100%;
  max-width: 500px;

  object-fit: contain;

  filter:
  drop-shadow(0 20px 35px rgba(0,0,0,0.12));
  border-radius: 10px;
}

#mark-details-image img{  

  width: 100%;
  height: 100%;
  border-radius: 15px;
}