body {
  margin: 0;
  /* overflow-y: auto !important; */
}

.parallax-con {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
  width: 100vw;
  transform-style: preserve-3d;
  z-index: -1;
}

.background {
  transform: translateZ(-5px) scale(2);
  /* margin-top: 200px; */
  object-fit: cover;
  height: 100% !important;
}

.foreground {
  transform: translateZ(-5px) scale(1.5);
}

.background,
.foreground {
  position: absolute;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}

.wrapper > section {
  font-size: 2rem;
  color: white;
}

.wrapper > .half-section {
  background: var(--white);
}

.foreground-parallax-bkg {
  width: 100vw;
  margin-top: 150px;
  padding-bottom: 150px;
  z-index: 3000;
  object-fit: cover;
}

.parallax-ice-cream {
  height: 800px;
}