.parallax-container {
  position: absolute;
  min-width: inherit;
  min-height: inherit;
  top: 40%;
  left: 0;
  z-index: -1;
  overflow-x: hidden;
}

.parallax-container .left-coral {
  position: absolute;
  bottom: -10%;
  left: 0;
  z-index: -1;
  height: 150%;
}

.parallax-container .center-coral {
  position: absolute;
  bottom: -1rem;
  width: 100%;
  z-index: -2;
}

.parallax-container .right-coral {
  position: absolute;
  bottom: -10%;
  right: 0;
  z-index: -1;
  height: 150%;
}

.parallax-container .center-text-coral {
  position: absolute;
  bottom: 10dvw;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 124px;
  z-index: -3;
}

section#learn {
  /* min-height: 100dvh; */
  /* background-color: var(--white); */
}

section#learn .wrapper {
  padding-top: 6rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

section#learn .wrapper h1 {
  font-size: 128px;
  text-align: center;
  width: 32rem;
  color: var(--white);
  text-shadow: 0px 2px 1.8px rgba(0, 0, 0, 0.3);
}

section#learn .wrapper .quote-wrapper {
  /* padding-block: 10%; */
}

section#learn .wrapper .learn-quote {
  background-image: url("../images/quote/learn-quote.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section#info {
  position: relative;
  top: 30rem;
  /* margin-top: 28%; */
}

section#info .header-bg {
  width: 100%;
  position: absolute;
  top: -30dvw;
}

section#info .wrapper {
}

section#info .wrapper .heading {
  display: flex;
  flex-direction: column;
  gap: 7rem;
}

section#info .wrapper .heading > img {
  width: auto;
  height: 20rem;
}

section#info .wrapper .heading .diving {
  position: relative;
  top: 15rem;
  margin-top: -15rem;
  z-index: 0;
  overflow-x: auto;
}

section#info .wrapper .heading p {
  font-size: 36px;
  color: var(--white);
  -webkit-text-stroke: 2px var(--secondary);
  text-align: center;
  word-wrap: break-word;
  transition: all 0.2s;
  cursor: pointer;
}

section#info .wrapper .heading p.text-1 {
  width: 24rem;
  position: absolute;
  left: 60%;
  top: 5%;
}

section#info .wrapper .heading p.text-1:hover {
  color: var(--light-green);
  -webkit-text-stroke: 2px var(--green);
  transition: all 0.2s;
}

section#info .wrapper .heading p.text-2 {
  width: 26rem;
  position: absolute;
  bottom: 40%;
  left: 20%;
}

section#info .wrapper .heading p.text-3 {
  width: 27rem;
  position: absolute;
  bottom: 42%;
  right: 0%;
}

section#info .wrapper .heading p.text-3:hover {
  color: var(--light-violette);
  -webkit-text-stroke: 2px var(--violette);
  transition: all 0.2s;
}

section#info .wrapper .heading p.text-4 {
  width: 32rem;
  position: absolute;
  bottom: 7%;
  right: 10%;
}

section#info .wrapper .heading p.text-4:hover {
  color: var(--light-rose);
  -webkit-text-stroke: 2px var(--rose);
  transition: all 0.2s;
}

section#info .wrapper .heading .diving img {
  width: 100%;
  position: relative;
  right: -10%;
}

section#our-mission {
  margin-top: 40rem;
  color: var(--white);
  text-shadow: 0px 2px 1.8px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  min-height: fit-content;
  padding-bottom: 20rem;
}

section#our-mission .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

section#our-mission h1 {
  margin: 0;
  text-align: center;
  font-size: 72px;
}

section#our-mission p {
  font-size: 36px;
  width: 22rem;
  text-align: center;
  word-break: auto-phrase;
}

section#our-mission .mission-coral-wrapper .coral-left {
  position: absolute;
  left: 0;
  height: 30rem;
  bottom: 0;
}

section#our-mission .mission-coral-wrapper .coral-right {
  position: absolute;
  right: -10%;
  top: 0%;
  height: 30rem;
}

section#get-involved {
  /* margin-top: 40rem; */
  color: var(--primary);
}

section#get-involved .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* padding-bottom: 25rem; */
}

.h1-wrapper {
  margin-block: 3rem;
}

section#get-involved .wrapper h1 {
  font-size: 72px;
  text-align: center;
  width: 20rem;
  text-shadow: 0px 2px 1.8px rgba(0, 0, 0, 0.3);
  margin: 0;
}

section#get-involved .wrapper .mission-ticket-wrapper {
  min-height: 25rem;
}

section#get-involved .wrapper .mission-ticket {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

section#get-involved .wrapper .mission-ticket img {
  position: absolute;
  top: 0;
}

section#get-involved .wrapper .mission-ticket img:first-child {
  z-index: 1;
  transition: opacity 0.5s;
}

section#get-involved .wrapper .mission-ticket img:first-child:hover {
  opacity: 0;
  transition: opacity 0.5s;
}

section#get-involved .wrapper .mission-ticket img:last-child {
  z-index: 0;
}

section#get-involved .wrapper .mission-ticket img:last-child:hover {
}

section#get-involved .wrapper .mission-koh-tao-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding-top: 10rem;
  width: 100%;
}

section#get-involved .wrapper .mission-koh-tao-wrapper {
  overflow: hidden;
  padding-bottom: 25rem;
  /* position: absolute; */
  /* top: 0; */
}

section#get-involved .wrapper .mission-koh-tao-wrapper .paradise-stamp {
  position: absolute;
  right: -7%;
  top: 0;
}

section#get-involved .wrapper .mission-koh-tao-wrapper .coral-stamp {
  position: absolute;
  bottom: 10%;
  left: 10%;
}

section#get-involved .wrapper .mission-koh-tao-wrapper .th-stamp {
  position: absolute;
  left: 20%;
  height: 15rem;
  width: auto;
  top: 20%;
}

section#get-involved .wrapper .mission-koh-tao-wrapper .three-stamp {
  position: absolute;
  right: 20%;
  bottom: 20%;
  height: 35rem;
}

section#get-involved .wrapper .mission-koh-tao-wrapper img {
  width: auto;
  height: 22rem;
}

section#get-involved .wrapper .mission-koh-tao-wrapper p {
  width: 19rem;
  word-wrap: break-word;
  text-align: center;
}

section#get-involved .wrapper .mission-koh-tao {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  position: relative;
}

section#get-involved .wrapper .mission-koh-tao-wrapper button {
  border: 3px solid var(--primary);
  border-radius: 40px;
  background-color: var(--white);
  color: var(--primary);
  cursor: pointer;
  padding: 0.5rem 2rem;
  transition:
    background-color 0.5s,
    color 0.5s;
}

section#get-involved .wrapper .mission-koh-tao-wrapper button:hover {
  background-color: var(--primary);
  color: var(--white);
  transition:
    background-color 0.5s,
    color 0.5s;
}

@media screen and (max-width: 768px) {
  .parallax-container {
    top: 20%;
  }

  .parallax-container .center-text-coral > h1 {
    font-size: 128px;
  }
  .parallax-container .right-coral,
  .parallax-container .left-coral {
    height: 125%;
  }

  section#info {
    top: 20rem;
  }

  section#info .wrapper .heading > img {
    height: 15rem;
  }
  section#our-missionsection#our-mission
    section#info
    .wrapper
    .heading
    .diving
    img {
    right: 0;
  }

  section#info .wrapper .heading p {
    font-size: 24px;
    -webkit-text-stroke: 1px var(--secondary);
  }
  section#info .wrapper .heading p.text-1 {
    width: 16rem;
    left: 50%;
  }

  section#info .wrapper .heading p.text-2 {
    width: 16rem;
    left: 5%;
  }

  section#info .wrapper .heading p.text-3 {
    width: 18rem;
  }

  section#info .wrapper .heading p.text-4 {
    width: 16rem;
    bottom: 0%;
    right: 25%;
  }

  section#our-mission {
    margin-top: 30rem;
    min-height: fit-content;
    padding-bottom: 5rem;
  }

  section#our-mission .mission-coral-wrapper .coral-right {
    right: -10%;
    top: 0%;
    height: 20rem;
  }

  section#get-involved .wrapper .mission-koh-tao-wrapper .paradise-stamp {
    right: -14%;
  }
  section#get-involved .wrapper .mission-koh-tao-wrapper .th-stamp {
    left: 10%;
  }

  section#get-involved .wrapper .mission-koh-tao-wrapper .three-stamp {
    right: 0;
  }

  section#get-involved .wrapper .mission-koh-tao-wrapper .coral-stamp {
    left: 0;
  }
}

@media screen and (max-width: 520px) {
  .parallax-container .right-coral {
    right: 0;
  }

  .parallax-container .left-coral {
    left: 10%;
  }
  .parallax-container .center-coral {
    height: 40rem;
    object-fit: cover;
  }

  section#learn .wrapper h1 {
    font-size: 64px;
    width: 16rem;
  }

  sectio#learn .wrapper .quote-wrapper {
    height: 12rem;
  }

  section#info {
    top: 10rem;
  }

  section#info .wrapper .heading {
    gap: 3rem;
  }

  section#info .wrapper .heading > img {
    height: 10rem;
  }

  section#info .wrapper .heading .diving img {
    right: 0;
    width: unset;
    /* height: 1px; */
  }

  section#info .wrapper .heading p {
    font-size: 38px;
    -webkit-text-stroke: 2px var(--secondary);
  }

  section#info .wrapper .heading p.text-1 {
    width: 24rem;
    left: 140%;
  }

  section#info .wrapper .heading p.text-2 {
    width: 22rem;
    left: 50%;
  }

  section#info .wrapper .heading p.text-3 {
    width: 28.5rem;
    right: -225%;
  }

  section#info .wrapper .heading p.text-4 {
    width: 28rem;
    right: -130%;
  }

  section#our-mission {
    margin-top: 20rem;
  }

  section#our-mission .mission-coral-wrapper .coral-right {
    right: -20%;
  }
  section#our-mission .mission-coral-wrapper .coral-left {
    height: 20rem;
  }

  section#get-involved .wrapper .mission-koh-tao-wrapper {
    padding-bottom: 10rem;
  }

  section#get-involved .wrapper .mission-koh-tao-wrapper .coral-stamp {
    left: -40%;
  }
  section#get-involved .wrapper .mission-koh-tao-wrapper .th-stamp {
    left: -15%;
  }

  section#get-involved .wrapper .mission-koh-tao-wrapper .three-stamp {
    right: -35%;
    bottom: 10%;
  }

  section#get-involved .wrapper .mission-koh-tao-wrapper .paradise-stamp {
    right: -30%;
  }
}
