

.bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  z-index: 0;
  background-color: #ffe4c7;
}

.layer {
  position: fixed;
  top: 0px;
  margin: auto;
  width: 100%;
  z-index: 100;
  min-height: 300px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: top center;
  background-repeat: no-repeat;
  opacity: 0;
  /* border: 2px solid red; */
}

.parallax {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  perspective: 1px;
  scroll-behavior: smooth;
  display: block;
  /* border: 3px solid black; */
}


.parallax::-webkit-scrollbar {
  
  background-color: transparent;
}

.parallax-group {
  position: relative;
  height: 100vh;
  transform-style: preserve-3d;
  /* border: 3px solid black; */
  margin-top: 100px;
}

.parallax-group div:nth-child(1) {
 
  /* background-color: #ffe4c7; */
  margin-top: 300px;
  min-height: 200px;
  
  /* background-color: rgb(216.75, 209.1, 184.45); */
  transform: translateZ(-12px) scale(13);
  /* border:2px solid blue; */
  background-image: url("./images/l1.png");
  animation: show 0.5s ease-in-out 0s forwards;
  
}
/* .parallax-group div:nth-child(1):before {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-image: linear-gradient(135deg, transparent 66%, rgb(216.75, 209.1, 184.45) 66.01%), linear-gradient(45deg, rgb(216.75, 209.1, 184.45) 34%, transparent 34.01%);
  background-position: 293px 0px;
  background-size: 200px 100%;
  background-repeat: repeat-x;
  border:4px solid blue
} */

.parallax-group div:nth-child(2) {
  
  /* background-color: #ffe4c7; */
  margin-top: 1000px;
  /* background-color: rgb(178.5, 190.2, 169.9); */
  transform: translateZ(-10px) scale(11);
  background-image: url("./images/l2.png");
  /* border: 2px solid purple; */
  animation: show 0.5s ease-in-out 0.5s forwards;
}

/* .parallax-group div:nth-child(2):before {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-image: linear-gradient(135deg, transparent 66%, rgb(178.5, 190.2, 169.9) 66.01%), linear-gradient(45deg, rgb(178.5, 190.2, 169.9) 34%, transparent 34.01%);
  background-position: 159px 0px;
  background-size: 200px 100%;
  background-repeat: repeat-x;
} */

.parallax-group div:nth-child(3) {
  
  margin-top: 2600px;
  /* background-color: rgb(140.25, 171.3, 155.35); */
  transform: translateZ(-8px) scale(9);
  background-image: url("./images/l3.png");
  /* border: 2px solid orange; */
  animation: show 0.5s ease-in-out 1s forwards;
}

/* .parallax-group div:nth-child(3):before {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-image: linear-gradient(135deg, transparent 66%, rgb(140.25, 171.3, 155.35) 66.01%), linear-gradient(45deg, rgb(140.25, 171.3, 155.35) 34%, transparent 34.01%);
  background-position: 68px 0px;
  background-size: 200px 100%;
  background-repeat: repeat-x;
} */

.parallax-group div:nth-child(4) {
 
  margin-top: 2800px;
  /* background-color: rgb(102, 152.4, 140.8); */
  transform: translateZ(-6px) scale(7);
  background-image: url("./images/l4.png");
  /* border: 2px solid green; */
  animation: show 0.5s ease-in-out 1.5s forwards;
}

/* .parallax-group div:nth-child(4):before {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-image: linear-gradient(135deg, transparent 66%, rgb(102, 152.4, 140.8) 66.01%), linear-gradient(45deg, rgb(102, 152.4, 140.8) 34%, transparent 34.01%);
  background-position: 52px 0px;
  background-size: 200px 100%;
  background-repeat: repeat-x;
} */

.parallax-group div:nth-child(5) {
 
  margin-top: 2500px;
  /* background-color: #40867e; */
  transform: translateZ(-4px) scale(5);
  background-image: url("./images/l5.png");
  /* border: 2px solid pink; */
  animation: show 0.5s ease-in-out 2s forwards;
  
}
/* 
.parallax-group div:nth-child(5):before {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-image: linear-gradient(135deg, transparent 66%, rgb(63.75, 133.5, 126.25) 66.01%), linear-gradient(45deg, rgb(63.75, 133.5, 126.25) 34%, transparent 34.01%);
  background-position: 92px 0px;
  background-size: 200px 100%;
  background-repeat: repeat-x;
} */

.parallax-group div:nth-child(6) {
  background-color: #ffe4c7;
  margin-top: 2100px;
  background-color: rgb(25.5, 114.6, 111.7);
  transform: translateZ(-2px) scale(3);
}
.parallax-group div:nth-child(6):before {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-image: linear-gradient(135deg, transparent 66%, rgb(25.5, 114.6, 111.7) 66.01%), linear-gradient(45deg, rgb(25.5, 114.6, 111.7) 34%, transparent 34.01%);
  background-position: 88px 0px;
  background-size: 200px 100%;
  background-repeat: repeat-x;
}

.content2 {
  position: relative;
  background-color: transparent;
  font-family: "Arial";
  letter-spacing: 10px;
  text-transform: uppercase;
  line-height: 40px;
  z-index: 10;
  width: 100%;
  font-size: 15px;
  text-align: center;
  color: white;
  margin-top: 1000px;
  transform: translateZ(-2px) scale(3);
}

.fill {
  height: 80%;
  
  border: 3px solid red;
}



@keyframes show {
  0% {
    opacity: 0;
    filter: blur(5px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

/*# sourceMappingURL=style-generated.css.map */
