@font-face {
  font-family: "kawaii";
  src: url("../../public/fonts/BILLO___.TTF");
  font-weight: normal;
  font-style: normal;
}
.wrapper {
  position: relative;
  z-index: 10;
  height: 100%;
}

.container {
  padding-top: 0vh;
  width: 80%;
  max-width: 120rem;
  margin: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#particles {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 20;
  opacity: 0.6;
}

.index-front {
  z-index: 1000;
  position: relative;
}

.align-center {
  text-align: center;
}

#modal-enter {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #F8E8EE;
  font-size: clamp(4rem, 10vw, 10rem);
  z-index: 999999999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s transform ease;
}
#modal-enter button {
  cursor: pointer;
  background: #f6e0e8;
  border: 1px solid #e6adc3;
  border-radius: 10rem;
  padding: 3rem 6rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  transition: 0.2s box-shadow ease-out;
}
#modal-enter button:hover {
  box-shadow: inset 0px 0px 50px #f0cdda;
}
#modal-enter.hide {
  transform: translateY(200%);
}

.letters {
  z-index: 10;
  position: relative;
}

#pp-nav.right {
  right: 5px;
  opacity: 0.4;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Gochi Hand", cursive;
}
body * {
  letter-spacing: 5px;
  text-transform: uppercase;
}

img {
  max-width: 100%;
}

h1, h2 {
  font-size: clamp(3rem, 4vw, 7rem);
  text-shadow: 3px 3px 1px white;
}

.scene {
  overflow: hidden;
}

.scene-1 {
  background: url("../img/bg-2.jpg");
  background-repeat: repeat;
}
.scene-1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(248, 232, 238, 0.8);
}
.scene-1 h1 {
  padding-top: 10vh;
}
.scene-1 .sleeping-girl {
  width: clamp(20rem, 40vw, 30rem);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  z-index: 2;
}
.scene-1 .sun {
  width: clamp(20rem, 40vw, 40rem);
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(30%, -30%);
  z-index: 2;
}
.scene-1 .cloud-1 {
  width: clamp(15rem, 30vw, 35rem);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.scene-1 .cloud-2 {
  width: clamp(15rem, 30vw, 35rem);
  position: absolute;
  top: 15rem;
  right: -5rem;
  z-index: 3;
}
.scene-1 .rainbow {
  width: clamp(30rem, 50vw, 50rem);
  position: absolute;
  top: 5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.scene-2 {
  background: url("../img/bg-6.jpg");
  background-repeat: repeat;
}
.scene-2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(248, 232, 238, 0.8);
}
.scene-2 .racoon {
  width: clamp(15rem, 25vw, 30rem);
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, -100%) rotate(135deg);
  z-index: 1;
}
.scene-2 .bunny {
  width: clamp(15rem, 25vw, 30rem);
  position: absolute;
  top: 0;
  left: auto;
  right: auto;
  transform: translate(50%, -100%) rotate(180deg);
  z-index: 1;
}
.scene-2 .rooster {
  width: clamp(15rem, 25vw, 30rem);
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%, 100%) rotate(-90deg);
  z-index: 1;
}
.scene-2 .bear {
  width: clamp(15rem, 25vw, 30rem);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-100%, -100%) rotate(90deg);
  z-index: 1;
}
.scene-2 .rat {
  width: clamp(15rem, 25vw, 30rem);
  position: absolute;
  bottom: 0;
  left: auto;
  right: auto;
  transform: translate(-80%, 100%);
  z-index: 1;
}
.scene-2 .fox {
  width: clamp(15rem, 25vw, 30rem);
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(100%, 100%) rotate(-45deg);
  z-index: 1;
}

.scene-3 {
  background: url("../img/bg-7.jpg");
  background-repeat: repeat;
}
.scene-3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(248, 232, 238, 0.8);
}
.scene-3 .sushi-roll {
  width: clamp(15rem, 12vw, 30rem);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  z-index: 2;
}
.scene-3 .pineapple {
  width: clamp(15rem, 12vw, 30rem);
  position: absolute;
  top: 0;
  right: 50%;
  transform: translate(100%, 0%);
  z-index: 1;
}
.scene-3 .orange {
  width: clamp(12rem, 12vw, 30rem);
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(25%, 25%);
  z-index: 1;
}
.scene-3 .sitting-girl {
  width: clamp(15rem, 12vw, 30rem);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-25%, 50%);
  z-index: 1;
}
@media (min-width: 768px) {
  .scene-3 .sitting-girl {
    transform: translate(-25%, 0%);
  }
}

.scene-4 {
  background: url("../img/bg-10.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.scene-4::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(248, 232, 238, 0.85);
}
.scene-4 .moon {
  width: clamp(20rem, 30vw, 30rem);
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(5%, 5%);
  z-index: 1;
}
.scene-4 .star-1 {
  width: clamp(12rem, 12vw, 30rem);
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%, 100%);
  z-index: 1;
}
.scene-4 .star-2 {
  width: clamp(12rem, 12vw, 30rem);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-100%, 100%);
  z-index: 1;
}

.scene-5 {
  background: url("../img/bg-5.jpg");
  background-repeat: repeat;
}
.scene-5::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(248, 232, 238, 0.8);
}
.scene-5 h2 {
  padding-bottom: 25vh;
}
.scene-5 .happy-girl {
  width: clamp(20rem, 30vw, 25rem);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -30%);
  z-index: 1;
}
.scene-5 .monitor {
  width: clamp(25rem, 35vw, 30rem);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 15%);
  z-index: 3;
}
.scene-5 .setup {
  width: clamp(35rem, 50vw, 50rem);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  z-index: 2;
}
.scene-5 .balloon-cat {
  width: clamp(20rem, 30vw, 30rem);
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-5%, 5%);
  z-index: 2;
}

.scene-6 {
  background: url("../img/bg-8.jpg");
  background-repeat: repeat;
}
.scene-6::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(248, 232, 238, 0.8);
}
.scene-6 .chubby-cat {
  width: clamp(20rem, 30vw, 30rem);
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-10%, 10%);
  z-index: 1;
}
.scene-6 .unicorn {
  width: clamp(20rem, 30vw, 30rem);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(10%, 10%);
  z-index: 1;
}

.scene-7 {
  background: url("../img/bg-1.jpg");
  background-repeat: repeat;
}
.scene-7::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(248, 232, 238, 0.8);
}
.scene-7 .happy-birthday {
  width: 100%;
  z-index: 2;
}
.scene-7 .happy-birthday-char {
  width: clamp(12rem, 25vw, 30rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-25%, -100%);
  z-index: 1;
}
.scene-7 .squishy-1 {
  width: clamp(5rem, 10vw, 20rem);
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-20%, 15%) rotate(90deg);
  z-index: 1;
}
.scene-7 .squishy-2 {
  width: clamp(5rem, 10vw, 20rem);
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-100%, -20%) rotate(180deg);
  z-index: 1;
}
.scene-7 .squishy-3 {
  width: clamp(5rem, 10vw, 20rem);
  position: absolute;
  top: 60%;
  left: 0;
  transform: translate(-20%, 50%) rotate(90deg);
  z-index: 1;
}
.scene-7 .squishy-4 {
  width: clamp(5rem, 10vw, 20rem);
  position: absolute;
  bottom: 0;
  left: 25%;
  transform: translate(0, 20%);
  z-index: 1;
}
.scene-7 .squishy-5 {
  width: clamp(5rem, 10vw, 20rem);
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(20%, -20%) rotate(-90deg);
  z-index: 1;
}
.scene-7 .squishy-6 {
  width: clamp(5rem, 10vw, 20rem);
  position: absolute;
  top: 30%;
  right: 0;
  transform: translate(20%, -50%) rotate(-90deg);
  z-index: 1;
}
.scene-7 #particles {
  z-index: -1;
}