@font-face {
  font-family: Papernotes;
  src: url('../fonts/Papernotes.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.section_main {
  background-image: linear-gradient(#4fbbe5, #e3f9ff);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.pond {
  background-image: url('../images/main_grass.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.grass {
  background-image: url('../images/grass_foreground.png');
  background-position: 170% 100%;
  background-size: auto 100%;
  width: 100%;
  height: 20%;
  position: absolute;
  inset: auto 0% 0%;
}

.block_water {
  justify-content: center;
  align-items: center;
  height: 30%;
  display: flex;
  position: absolute;
  inset: auto auto 6%;
}

.water {
  height: 100%;
  position: relative;
}

.lilly {
  height: 100%;
  position: relative;
  inset: auto;
}

.block_lilly {
  justify-content: center;
  align-items: center;
  height: 42%;
  display: flex;
  position: absolute;
  inset: auto auto 39%;
}

.block_frog {
  justify-content: center;
  align-items: center;
  height: 180%;
  display: flex;
  position: absolute;
  inset: auto auto 54%;
}

.frog {
  height: 100%;
  position: relative;
}

.frog_blink {
  height: 100%;
  display: none;
  position: absolute;
}

.block_frog_left {
  justify-content: center;
  align-items: center;
  height: 180%;
  display: none;
  position: absolute;
  inset: auto auto 54%;
}

.frog_left {
  height: 100%;
  position: relative;
}

.frog_blink_left {
  height: 100%;
  display: none;
  position: absolute;
}

.block_frog_right {
  justify-content: center;
  align-items: center;
  height: 180%;
  display: none;
  position: absolute;
  inset: auto auto 54%;
}

.frog_right {
  height: 100%;
  position: relative;
}

.frog_blink_right {
  height: 100%;
  display: none;
  position: absolute;
}

.plan_foreground_right {
  height: 33%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.plant_foreground_left {
  height: 33%;
  transform-style: preserve-3d;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.block_sun {
  height: 15%;
  display: flex;
  position: absolute;
  inset: auto auto 72% 16%;
}

.sun {
  height: 100%;
  position: relative;
}

.image-2 {
  position: absolute;
}

.block_clouds {
  background-image: url('../images/clouds.png');
  background-position: 50%;
  background-size: auto 100%;
  width: 200vw;
  height: 15%;
  position: absolute;
  inset: auto auto 64%;
}

.sun_blink {
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block {
  background-color: #fff;
  border: 3px solid #000;
  width: 800px;
  height: 100%;
  position: relative;
}

.frog_side {
  height: 180px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.logo {
  height: 29%;
  position: absolute;
  inset: auto auto 41%;
}

.block_header {
  z-index: 50;
  justify-content: center;
  align-items: center;
  margin: 25px;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.header {
  justify-content: center;
  align-items: center;
  width: 850px;
  height: 70px;
  display: flex;
  position: relative;
}

.header_in {
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 0;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  position: relative;
}

.header_stroke {
  background-color: #000;
  border: 3px solid #000;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto -6px -6px auto;
}

.x {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 19px;
  line-height: 19px;
  display: flex;
}

.x:hover {
  color: #000;
  background-color: #fff;
}

.tiktok {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-right: 15px;
  padding: 0;
  display: flex;
}

.tiktok svg {
  width: 22px;
  height: 22px;
  fill: #fff;
}

.tiktok:hover {
  background-color: #fff !important;
}

.tiktok:hover svg {
  fill: #000 !important;
}

.button {
  color: #000;
  background-color: #fff;
  border: 3px solid #000;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 45px;
  margin-right: 10px;
  padding: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 18px;
  line-height: 18px;
  display: flex;
}

.button:hover {
  color: #fff;
  background-color: #000;
}

.ca {
  color: #000;
  background-color: #fff;
  border: 3px solid #000;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 45px;
  margin-right: 10px;
  padding: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 18px;
  line-height: 18px;
  display: flex;
}

.ca:hover {
  color: #fff;
  background-color: #000;
}

.ticker {
  color: #000;
  background-color: #0000;
  border: 3px #000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 45px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  font-family: Papernotes, Impact, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 27px;
  display: flex;
  position: absolute;
  inset: auto auto auto 0%;
}

.ticker:hover {
  color: #000;
  background-color: #0000;
}

.bubble_2 {
  height: 140%;
  display: block;
  position: absolute;
  inset: -242% auto auto -29%;
  transform-origin: center bottom;
  opacity: 0;
  animation: bubblePop 8s ease-in-out -4s infinite;
}

.bubble_1 {
  height: 140%;
  display: block;
  position: absolute;
  inset: -242% -29% auto auto;
  transform-origin: center bottom;
  opacity: 0;
  animation: bubblePop 8s ease-in-out 0s infinite;
}

@keyframes bubblePop {
  0% {
    opacity: 0;
    transform: scale(0) translateY(12px);
  }
  3% {
    opacity: 1;
    transform: scale(1.18) translateY(0);
  }
  6% {
    transform: scale(0.9);
  }
  9% {
    transform: scale(1.06);
  }
  12% {
    transform: scale(1);
  }
  35% {
    opacity: 1;
    transform: scale(1);
  }
  41% {
    opacity: 0;
    transform: scale(0.2) translateY(12px);
  }
  100% {
    opacity: 0;
    transform: scale(0) translateY(12px);
  }
}

.rocket {
  z-index: 60;
  pointer-events: none;
  position: fixed;
  top: 16vh;
  left: 0;
  will-change: transform;
  animation: rocketFly 5s linear infinite;
}

.rocket_img {
  display: block;
  width: 200px;
  height: auto;
  will-change: transform;
  animation: rocketBob 1.8s ease-in-out infinite;
}

@keyframes rocketFly {
  0% {
    transform: translateX(-30vw);
  }
  100% {
    transform: translateX(130vw);
  }
}

@keyframes rocketBob {
  0%, 100% {
    transform: translateY(0) rotate(-3deg);
  }
  50% {
    transform: translateY(-14px) rotate(-3deg);
  }
}

@media screen and (max-width: 767px) {
  .rocket_img {
    width: 130px;
  }
}

.welcome {
  z-index: 1000;
  background-color: #62c3e8;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.loading {
  color: #000;
  font-family: Papernotes, Impact, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  display: inline-flex;
  align-items: baseline;
}

.loading_word {
  display: inline-block;
  transform-origin: center bottom;
  animation: toddle 0.7s ease-in-out infinite;
}

.loading_dots {
  display: inline-block;
  width: 1.2em;
  text-align: left;
}

.loading_dots::after {
  content: "";
  animation: loadingDots 1.4s steps(1, end) infinite;
}

@keyframes toddle {
  0%, 100% {
    transform: rotate(-4deg) translateY(0) scaleY(1);
  }
  25% {
    transform: rotate(0deg) translateY(-7px) scale(1.04, 0.96);
  }
  50% {
    transform: rotate(4deg) translateY(0) scaleY(1);
  }
  75% {
    transform: rotate(0deg) translateY(-7px) scale(1.04, 0.96);
  }
}

@keyframes loadingDots {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
  100% {
    content: "";
  }
}

.welcome.is-hiding {
  pointer-events: none;
  animation: welcomeOut 0.7s cubic-bezier(0.5, -0.4, 0.3, 1.5) forwards;
}

@keyframes welcomeOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  28% {
    transform: scale(0.94);
    opacity: 1;
  }
  100% {
    transform: scale(1.18);
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 991px) {
  .pond {
    height: 600px;
  }

  .grass {
    background-size: auto 100%;
    height: 200px;
  }

  .block_water {
    height: 250px;
    bottom: 180px;
  }

  .block_lilly {
    height: 49%;
  }

  .plan_foreground_right, .plant_foreground_left {
    height: 350px;
  }

  .block_sun {
    height: 180px;
    bottom: 789px;
    left: 12%;
  }

  .block_clouds {
    height: 180px;
    bottom: 690px;
  }

  .logo {
    height: 250px;
    bottom: 493px;
  }
}

@media screen and (max-width: 767px) {
  .block_sun {
    height: 150px;
  }

  .logo {
    height: 225px;
  }

  .button {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .pond {
    height: 400px;
  }

  .grass {
    height: 100px;
  }

  .block_water {
    height: 136.375px;
    bottom: 96px;
  }

  .block_lilly {
    height: 80%;
    bottom: 17%;
  }

  .plan_foreground_right, .plant_foreground_left {
    height: 200px;
  }

  .block_sun {
    height: 100px;
    bottom: 568px;
  }

  .block_clouds {
    height: 130px;
    bottom: 484px;
  }

  .frog_side {
    height: 120px;
  }

  .logo {
    height: 140px;
    bottom: 400px;
  }

  .bubble_2 {
    height: 120%;
    left: -10%;
  }

  .bubble_1 {
    height: 120%;
    right: -12%;
  }
}


@font-face {
  font-family: 'Papernotes';
  src: url('../fonts/Papernotes.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}