* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

html,
body {
  height: 100%;
  width: 100%;
}

#main {
  position: relative;
  overflow: hidden;
}

#page {
  position: relative;
  height: 100vh;
  width: 100vw;
  background-color: black;
}
#page > nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 7vh;
  width: 50vw;
  background-color: rgb(0, 0, 0);
  color: white;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
}
#page > nav > button {
  padding: 5px 7px;
  border-radius: 50px;
  border: none;
}
#page > video {
  height: 100%;
  position: absolute;
  width: 70%;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  /* transform: translateX(50%); */
  object-fit: cover;
  left: 50%;
  transform: translateX(-50%);
  /* top: 10%; */
}
#page-bottom {
  height: 20%;
  /* background-color: crimson; */
  position: absolute;
  width: 25%;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #6e6e73;
}

#page1 {
  position: relative;
  height: 100vh;
  width: 100vw;
  background-color: #fdfdfd;
}
#page1 > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page1 > h1 {
  font-size: 4vw;
  color: #fff;
  font-weight: 400;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

#page2 {
  position: relative;
  height: 100vh;
  width: 100vw;
  background-color: #fdfdfd;
}
#page2 > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page2 > h1 {
  font-size: 3vw;
  color: #fff;
  font-weight: 700;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  text-align: center;
}

#page3 {
  position: relative;
  height: 100vh;
  width: 100vw;
  background-color: #fdfdfd;
}

#page3 > img {
  position: absolute;
  width: 65%;
  /* bottom: 30%; */
  top: 40%;
  left: 55%;
  transform: translateX(-50%);
}

#page3-upper {
  height: 30%;
  width: 35%;
  /* background-color: crimson; */
  position: absolute;
  z-index: 9;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}

#page3-upper > img {
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: red; */
}
#page3-upper > h3 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  top: 58%;
  color: #ff5a00;

  left: 50%;
  transform: translateX(-80%);
  line-height: 1;
  font-weight: 350;
  /* background-color: blue; */
}
#page3-upper > h2 {
  position: absolute;
  font-size: 30px;
  top: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #86868b;
  width: 200%;
  left: 30%;
  transform: translateX(-40%);
  /* line-height: 1; */
  /* font-weight: 350; */
}

#page3-upper > h3:hover {
  text-decoration: underline;
}

#page3-upper > i {
  background-color: green;
}

#closer-button {
  position: absolute;
  font-size: 20px;
  border-radius: 25px;
  /* font-weight: 700; */
  font-weight: bold;
  top: 89%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f0f0f;
  width: 17%;
  height: 7.5%;
  left: 50%;
  transform: translateX(-50%);
}

#closer-button:hover {
  background-color: black;
  color: white;
  transition: all 1s ease;
}

#page4 {
  position: relative;
  height: 100vh;
  width: 100vw;
  background-color: #fdfdfd;
  object-fit: cover;
  color: white;
  /* ---------------------------- */
}
#center-page4 {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, 50%);
  text-align: center;
  > h1 {
    font-size: 45px;
  }
  > h3 {
    font-size: 30px;
  }
}

#page4 > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#page7 {
  position: relative;
  height: 100vh;
  width: 100vw;
  background-color: #f5f5f7;
}
#page7 > canvas {
  position: relative;
  max-width: 100vw;
  max-height: 100vh;
  z-index: 100;
}

#page8 {
  position: relative;
  height: 100vh;
  width: 100vw;
  background-color: #f5f5f7;
}
#page8 > h1 {
  width: 30%;
  padding-left: 100px;
  font-size: 1.5vw;
  font-weight: 500;
  color: rgb(147, 144, 144);
  z-index: 100;
}
#page8 > h1 > span {
  color: black;
}

#page9 {
  position: relative;
  height: 100vh;
  width: 100vw;
  background-color: #f5f5f7;
}
#page9 > h1 {
  width: 30%;
  padding-left: 100px;
  font-size: 1.5vw;
  font-weight: 500;
  color: rgb(147, 144, 144);
  z-index: 200;
}
#page9 > h1 > span {
  color: black;
}

#page10 {
  position: relative;
  height: 100vh;
  width: 100vw;
  background-color: #db0808;
}

#page11 {
  position: relative;
  height: 100vh;
  width: 100vw;
  background-color: #c709aa;
}

#page12 {
  position: relative;
  height: 100vh;
  width: 100vw;
  background-color: #2b1196;
}

#page13 {
  position: relative;
  height: 100vh;
  width: 100vw;
  background-color: #12b9cf;
}
