section .decorations .bg-bottom {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0%;
  z-index: -1;
}

#explore {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

#explore h1 {
  margin: 0;
  font-size: 140px;
  text-align: center;
  width: 32rem;
  color: var(--white);
  text-shadow: 0px 2px 1.8px rgba(0, 0, 0, 0.3);
}

#welcome-to-kohtao {
  background-color: var(--white);
  position: relative;
  overflow: hidden;
  padding-top: 5%;
}

#welcome-to-kohtao .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

#welcome-to-kohtao .wrapper .paragraph {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  gap: 2rem;
  width: 20rem;
  font-size: 32px;
  margin-top: 25%;
  margin-bottom: 25%;
  text-align: center;
}

#welcome-to-kohtao .wrapper .paragraph > div {
  text-align: center;
}

#welcome-to-kohtao .wrapper .heading > h1 {
  color: var(--rose);
  font-size: 64px;
  text-align: center;
  margin-bottom: 2rem;
  text-shadow: 0px 2px 1.8px rgba(0, 0, 0, 0.3);
  width: 20rem;
}

#welcome-to-kohtao .decorations img:not(:first-child) {
  position: absolute;
  width: auto;
}

#welcome-to-kohtao .decorations .coral-stamp {
  left: -4%;
  top: 32%;
}
#welcome-to-kohtao .decorations .th-stamp {
  left: -9%;
  top: 5%;
}
#welcome-to-kohtao .decorations .three-stamp {
  right: -8%;
  top: 17%;
}
#welcome-to-kohtao .decorations .paradise-stamp {
  right: 2%;
  top: -3%;
}
#welcome-to-kohtao .decorations .ele-left {
  bottom: 25%;
  left: -15%;
}

#welcome-to-kohtao .decorations .ele-right {
  bottom: 25%;
  right: -15%;
}

#welcome-to-kohtao .wrapper .green-frame {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

#welcome-to-kohtao .wrapper .green-frame > div {
  color: var(--green);
  position: absolute;
  z-index: 1;
  font-size: 32px;
  text-align: center;
  width: 16rem;
}

#welcome-to-kohtao .wrapper .paragraph-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  gap: 2rem;
  width: 22rem;
  font-size: 32px;
  margin-top: 25%;
  margin-bottom: 50%;
  text-align: center;
}

#explore-kohtao {
  position: relative;
  overflow: hidden;
  transition: background-color 1s ease-in-out;
}

#explore-kohtao .wrapper img {
  position: absolute;
  opacity: 0.5;
  transition: all 0.3s;
}

#explore-kohtao .wrapper img {
  position: absolute;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#explore-kohtao .wrapper img:first-child {
  opacity: 1;
}

#explore-kohtao .decorations img {
  position: absolute;
  width: auto;
}

#diving {
  position: relative;
  overflow: hidden;
  padding-top: 10%;
}

#diving p {
  margin: 0;
}

#diving .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

#diving .wrapper .diving-text {
  font-size: 128px;
  width: 26rem;
  word-wrap: break-word;
  text-align: center;
}

#diving .slider-wrapper {
  margin-left: 12.5%;
  margin-right: 10%;
  padding-bottom: 12.5%;
  overflow: hidden;
}

#diving .slider-wrapper .element {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding-top: 25%; */
  /* padding-bottom: 12.5%; */
}

#diving .slider-wrapper .element-text {
  position: absolute;
  font-size: 64px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#diving .slider-wrapper .paragraph > .text-1 {
  font-size: 32px;
}

#diving .slider-wrapper .paragraph > .text-2 {
  font-size: 24px;
  width: 15rem;
}

#diving .slider-wrapper .slider {
  margin-bottom: 5%;
  margin-left: 2rem;
  margin-right: 2rem;
}

#diving .slider-wrapper .slider .slider-item:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-right: 2rem;
}

#diving .slider-wrapper .oxygen-img {
  height: 100%;
  width: auto;
}

@media screen and (max-width: 768px) {
  #welcome-to-kohtao .decorations .coral-stamp {
    left: -15%;
  }
  #welcome-to-kohtao .decorations .th-stamp {
    left: -20%;
  }
  #welcome-to-kohtao .decorations .three-stamp {
    right: -20%;
  }
  #welcome-to-kohtao .decorations .paradise-stamp {
    right: -10%;
  }
  #welcome-to-kohtao .decorations .ele-left {
    bottom: 10%;
    left: -25%;
  }

  #welcome-to-kohtao .decorations .ele-right {
    bottom: 25%;
    right: -15%;
  }

  #diving .slider-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  #diving .slider-wrapper .slider {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 520px) {
  .decorations .bg-bottom {
    width: unset !important;
    height: unset !important;
  }

  #explore h1 {
    font-size: 68px;
    width: 16rem;
  }

  #diving img.bouncing {
    width: auto;
    height: 24rem;
  }

  #welcome-to-kohtao .decorations img:not(:first-child) {
    height: 16rem;
  }

  #welcome-to-kohtao .decorations .coral-stamp {
    left: -25%;
    top: 25%;
  }
  #welcome-to-kohtao .decorations .th-stamp {
    left: -15%;
    height: 12rem !important;
  }
  #welcome-to-kohtao .decorations .three-stamp {
    right: -18%;
    height: 26rem !important;
  }
  #welcome-to-kohtao .decorations .paradise-stamp {
    right: -10%;
  }

  #welcome-to-kohtao .decorations .ele-left {
    bottom: 25%;
    left: -22%;
    height: 20rem !important;
  }

  #welcome-to-kohtao .decorations .ele-right {
    bottom: 30%;
    right: -20%;
    height: 20rem !important;
  }

  #welcome-to-kohtao .wrapper .paragraph {
    margin-top: 50%;
    margin-bottom: 50%;
    width: 16rem;
    font-size: 24px;
  }

  #welcome-to-kohtao .wrapper .paragraph-2 {
    margin-top: 75%;
    font-size: 24px;
    width: 16rem;
    margin-bottom: 90%;
  }

  #diving .wrapper .diving-text {
    font-size: 74px;
    width: 16rem;
  }

  #diving .slider-wrapper .element-text {
    font-size: 54px;
  }
}
