#packaging {
  margin-top: 3rem;
}

.packaging-row {
  margin-bottom: 5rem;
}

.packaging-img-h {
  height: 80px;
  color: rgb(5, 171, 9);
}

.packaging-img {
  margin-bottom: 1rem;
}

.packaging-col {
  margin-bottom: 2rem;
}

.hidden {
  display: none;
}

.hidden1 {
  display: none;
}

.hidden2 {
  display: none;
}

.sliderContainer {
  display: flex;
  justify-content: center;
}

.sliderContainer1 {
  display: flex;
  justify-content: center;
}

.sliderContainer2 {
  display: flex;
  justify-content: center;
}

.sliderContainer > div {
  color: #000;
  font-size: 25px;
  text-transform: capitalize;
}

.sliderContainer1 > div {
  color: #000;
  font-size: 25px;
  text-transform: capitalize;
}

.sliderContainer2 > div {
  color: #000;
  font-size: 25px;
  text-transform: capitalize;
}

.magicStartLoop {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  animation: op 200ms linear;
}

.magicStartLoop1 {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  animation: op1 200ms linear;
}

.magicStartLoop2 {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  animation: op2 200ms linear;
}

@keyframes op {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes op1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes op2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

