* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  width: 100%;
  background-color: #1338d0;
}

::selection {
  background: #000;
}

main {
  position: relative;
  overflow: hidden;
}

section {
  height: 100vh;
  width: 100vw;
  background: #0a3cce;
  position: relative;
}

section:first-of-type video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -20;
}

header {
  z-index: 1;
  padding: 20px 180px 0px 64px;
  display: flex;
  position: absolute;
  width: 100vw;
  height: 10vh;
  justify-content: space-between;
  align-items: center;
}

section:first-of-type header .nav-right-btn {
  display: flex;
  gap: 10px;
}

section:first-of-type header button {
  letter-spacing: 1px;
  font-family: "Jost", sans-serif;
  font-size: 1em;
  color: white;
  font-weight: bold;
  background: transparent;
  width: 160px;
  height: 46px;
  border: 1px solid #e3dfdf78;
  border-radius: 40px;
  cursor: pointer;
}

section:first-of-type header button:nth-of-type(2) {
  width: 80px;
  position: fixed;
  right: 64px;
}

section:first-of-type header button:nth-of-type(1) {
  overflow: hidden;
}

.bg-btn {
  transform: translateY(100%);
  width: 100%;
  height: 140%;
  background: #ffffff;
  z-index: -2;
  transition: all 700ms cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

section:first-of-type header button:nth-of-type(1):hover .bg-btn {
  transform: translateY(0%);
}

section:first-of-type header .btn {
  color: #fff;
  outline: none;
  cursor: pointer;
  position: relative;
}

section:first-of-type header .btn span {
  letter-spacing: 1px;
  transition: top 0.7s;
  z-index: 1;
}

.btn-text-one {
  font-family: "Jost", sans-serif;
  color: #1154ff;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-200%);
  font-weight: bolder;
  font-size: 1.06em;
  opacity: 0;
}

.btn-text-two {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-51%);
}

.btn:hover .btn-text-one {
  top: 57.7px;
  opacity: 1;
}

.btn:hover .btn-text-two {
  top: 159%;
}

section:first-of-type header .nav-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

section:first-of-type header .nav-btn .line {
  width: 22px;
  height: 1px;
  background-color: #ffffff;
}

section:first-of-type .wrap1-text {
  margin-left: 170px;
  margin-bottom: 89px;
  bottom: 0;
  font-family: "Jost", sans-serif;
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 60px;
  color: #ffffff;
}

section:first-of-type .wrap1-text h1 {
  line-height: 120px;

  font-weight: 500;
  font-size: 7.5em;
}

section:first-of-type .wrap1-text h5 {
  font-size: 1.5em;
  line-height: 36px;
  width: 460px;
  font-weight: 300;
}

section:first-of-type .wrap2-text {
  display: flex;
  gap: 30px;
}

section:first-of-type .wrap2-text button {
  margin-top: 10px;
  letter-spacing: 1px;
  font-family: "Jost", sans-serif;
  font-size: 1em;
  color: #2049ff;
  font-weight: bold;
  background-color: #ffffff;
  width: 220px;
  height: 60px;
  border-radius: 40px;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  border: 0;
}

.wrap2-text .btn {
  border: 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.wrap2-text .btn span {
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: top 0.5s;
}

.wrap2-text .btn .btn-text-one {
  color: #fff;
  position: absolute;
  width: 100%;
  top: -50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.wrap2-text .btn .btn-text-two {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.wrap2-text .btn:hover .btn-text-one {
  top: 50%;
}

.wrap2-text .btn:hover .btn-text-two {
  top: 120%;
}

.wrap2-text .bg-btn {
  transform: translateY(100%);
  width: 100%;
  height: 140%;
  background: #0f0f17;
  z-index: -2;
  transition: all 700ms cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

.wrap2-text .btn:hover .bg-btn {
  transform: translateY(0%);
}

/* ------------------------------ */
#page2 {
  display: flex;
  flex-direction: column;
  font-family: "Jost", sans-serif;
  padding: 25vh 8vw;
}

#page2 .page2-content {
  display: flex;
  flex-direction: column;
  gap: 25px;
  color: #fff;
}

#page2 .page2-content h2 {
  font-size: 1.4rem;
  font-weight: 500;
}

#page2 .page2-content h1 {
  font-size: 70px;
  font-weight: lighter;
  line-height: 5rem;
  color: #ffffff75;
}

/* --------- */
#page3 {
  z-index: -10;
}

#page3 > canvas {
  max-width: 100vw;
  max-height: 100vh;
  position: relative;
}

/* -------- */

#page4 {
  display: flex;
  flex-direction: column;
  font-family: "Jost", sans-serif;
  padding: 25vh 8vw;
  background: #1137ca;
}

#page4 .page4-content {
  display: flex;
  flex-direction: column;
  gap: 25px;
  color: #fff;
}

#page4 .page4-content h2 {
  font-size: 1.4rem;
  font-weight: 500;
}

#page4 .page4-content h1 {
  font-size: 70px;
  font-weight: lighter;
  line-height: 5rem;
  color: #ffffff75;
}

/* ---------------- */

#page5 > canvas {
  max-width: 100vw;
  max-height: 100vh;
  position: relative;
}

/* -------------- */

#page6 {
  display: flex;
  flex-direction: column;
  font-family: "Jost", sans-serif;
  padding: 25vh 8vw;
  background: #0a3cce;
}

#page6 .page6-content {
  display: flex;
  flex-direction: column;
  gap: 25px;
  color: #fff;
}

#page6 .page6-content h2 {
  font-size: 1.4rem;
  font-weight: 500;
}

#page6 .page6-content h1 {
  font-size: 70px;
  font-weight: lighter;
  line-height: 5rem;
  color: #ffffff75;
}

/* ----------------- */

#page7 {
  background: #0340d5;
}

#page7 > canvas {
  max-width: 100vw;
  max-height: 100vh;
  position: relative;
}

.page7-cir {
  height: 0vw;
  width: 0vw;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.222);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page7-inner-cir {
  height: 70%;
  width: 70%;
  border-radius: 50%;
  border: 1px solid white;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  font-size: 0rem;
  font-family: "jost", serif;
  font-weight: bolder;
  color: white;
}

/* ------------- */
#page8 {
  background: transparent;
  z-index: -1;
}

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

.page8-bottom {
  position: absolute;
  z-index: 10;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: center;
  align-items: center;
}

.page8-bottom h1 {
  font-size: 100px;
  font-weight: bold;
  line-height: 5rem;
  font-family: "jost", serif;
  color: #ffffff;
}

.page8-bottom button {
  letter-spacing: 1px;
  overflow: hidden;
  font-family: "Jost", sans-serif;
  font-size: 1em;
  color: white;
  font-weight: bold;
  background: transparent;
  width: 230px;
  height: 60px;
  border: 0px;
  border-radius: 40px;
  cursor: pointer;
  background-color: #ffffff;
  transition: 1s ease;
}

.page8-bottom button:hover {
  scale: 1.07;
}

.page8-bottom .bg-btn {
  transform: translateY(100%);
  width: 100%;
  height: 140%;
  background: #000000;
  z-index: -2;
  transition: all 700ms cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

.page8-bottom button:hover .bg-btn {
  transform: translateY(0%);
}

.page8-bottom .btn {
  color: #2049ff;
  outline: none;
  cursor: pointer;
  position: relative;
}

.page8-bottom .btn span {
  letter-spacing: 1px;
  transition: top 0.7s;
  z-index: 1;
}

.page8-bottom .btn-text-one {
  font-family: "Jost", sans-serif;
  color: #ffffff;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-200%);
  font-weight: bolder;
  font-size: 1.06em;
  opacity: 0;
}

.page8-bottom .btn-text-two {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-51%);
}

.page8-bottom .btn:hover .btn-text-one {
  top: 68px;
  opacity: 1;
}

.page8-bottom .btn:hover .page8-bottom .btn-text-two {
  top: 159%;
}

.page8-bottom .nav-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.page8-bottom .nav-btn .line {
  width: 22px;
  height: 1px;
  background-color: #ffffff;
}

/* ----------------- */

#page9 {
  position: relative;
  top: 10%;
  display: flex;
  padding: 10%;
  padding-top: 3%;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  gap: 20px;
  width: 100%;
  height: 100%;
  font-family: "Jost", sans-serif;
}

#page9 img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 20px;
}

#page9 > h1 {
  font-size: 5em;
  color: white;
  text-align: center;
}

.page9-text {
  display: grid;
  gap: 10px;
}

.page9-text h1 {
  font-size: 1.7em;
  color: #fff;
}

.page9-text h3 {
  font-size: 2em;
  color: #fff;
  font-weight: lighter;
}
/* ------------ */
/* footer  */
#page10 {
  background: #0f0f17;
  font-family: "jost", serif;
  width: 100vw;
  height: 100%;
}

#page10 .footer-head button {
  letter-spacing: 1px;
  overflow: hidden;
  font-family: "Jost", sans-serif;
  font-size: 1em;
  color: white;
  font-weight: bold;
  background: transparent;
  width: 230px;
  height: 60px;
  border: 0px;
  border-radius: 40px;
  cursor: pointer;
  background-color: #2049ff;
  transition: 1s ease;
}

#page10 button:hover {
  scale: 1.07;
}

#page10 .bg-btn {
  transform: translateY(100%);
  width: 100%;
  height: 140%;
  background: #fff;
  z-index: -2;
  transition: all 700ms cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

#page10 button:hover .bg-btn {
  transform: translateY(0%);
}

#page10 .btn {
  color: #ffffff;
  outline: none;
  cursor: pointer;
  position: relative;
}

#page10 .btn span {
  letter-spacing: 1px;
  transition: top 0.7s;
  z-index: 1;
}

#page10 .btn-text-one {
  font-family: "Jost", sans-serif;
  color: #2049ff;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-200%);
  font-weight: bolder;
  font-size: 1.06em;
  opacity: 0;
}

#page10 .btn-text-two {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-51%);
}

#page10 .btn:hover .btn-text-one {
  top: 68px;
  opacity: 1;
}

#page10 .btn:hover .btn-text-two {
  top: 159%;
}

#page10 .nav-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

#page10 .nav-btn .line {
  width: 22px;
  height: 1px;
  background-color: #ffffff;
}

.social-link {
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  justify-content: space-between;
  display: flex;
  width: 100%;
  height: 150px;
  border-bottom: 1px solid #ffffff3b;
  border-top: 1px solid #ffffff3b;
  cursor: pointer;
  background: transparent;
  position: relative;
}

.social-link2 {
  border-bottom: 0px solid #ffffff3b;
  border-top: 0px solid #ffffff3b;
}

.social-link h1 {
  font-weight: bold;
  color: #fff;
  font-size: 2.4rem;
  z-index: 10;
}

.social-link i {
  font-size: 4rem;
  color: #fff;
  z-index: 10;
}
.footer-head {
  padding: 100px;
  display: grid;
  gap: 1rem;
}
.footer-head > h1 {
  font-size: 100px;
  font-weight: bold;
  line-height: 5rem;
  color: #ffffff;
}

.bg-hover {
  height: 0%;
  width: 100%;
  background-color: #0a3cce;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease 0.5s;
}

.social-link:hover .bg-hover {
  height: 100%;
}

.bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 16px;
  padding-left: 5%;
  padding-right: 5%;
  color: #fff;
}
.bottom h1 {
  font-size: 1.2rem;
}
.input-btn {
  display: flex;
  flex-direction: column;
}
.input-btn label {
  font-size: 1.5rem;
}
.input-field input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid white;
  width: 250px;
  outline: 0;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
}
.input-field button {
  background: transparent;
  color: white;
  border: 0;
  position: relative;
  right: 19px;
  font-size: 1.2rem;
}

@media (max-width: 1100px) {
  section:first-of-type .wrap1-text {
    scale: 0.7;
    margin-left: 0px;
  }
}

@media (max-width: 800px) {
  section:first-of-type .wrap1-text {
    gap: 2px;
    scale: 0.5;
    transform: translateX(-200px);
  }

  section:first-of-type .wrap2-text {
    flex-direction: column;
    gap: 20px;
  }

  section:first-of-type .wrap1-text h1 {
    line-height: 90px;
    font-weight: 700;
    font-size: 5.5em;
  }
  #page2,
  #page4,
  #page6 {
    padding: 15vh 4vw;
    height: 100%;
  }

  #page2 .page2-content h1,
  #page4 .page4-content h1,
  #page6 .page6-content h1 {
    font-size: 50px;
    line-height: 3rem;
  }
  .page7-cir {
    scale: 1;
  }
  .page8-bottom {
    gap: 0;
  }
  .page8-bottom h1 {
    font-size: 2.3rem;
  }
  .page8-bottom button {
    scale: 0.8;
  }

  #page9 {
    padding: 5%;
    padding-top: 15%;
  }
  #page9 h1 {
    font-size: 3rem;
  }
  .footer-head {
    padding: 10%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-head h1 {
    font-size: 3rem;
  }
  .bottom {
    padding: 10%;
    gap: 70px;
    flex-direction: column;
    height: 100%;
  }
}

@media (max-width: 500px) {
  section:first-of-type header button:nth-of-type(1) {
    visibility: hidden;
  }

  header {
    z-index: 1;
    padding: 20px 180px 0px 4px;
  }

  header img {
    scale: 0.8;
  }

  section:first-of-type header button:nth-of-type(2) {
    right: 23px;
  }

  #page2 .page2-content h2,
  #page6 .page6-content h2 {
    font-size: 1.2rem;
    font-weight: 500;
  }
  #page2 .page2-content h1,
  #page6 .page6-content h1 {
    font-size: 40px;
    line-height: 3rem;
  }
  #page4 .page4-content h1 {
    font-size: 30px;
    line-height: 2rem;
  }
  #page4 .page4-content h2 {
    font-size: 1rem;
    font-weight: 500;
  }
}
