* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  width: 100%;
}
#main {
  position: relative;
  overflow: hidden;
  background-color: #1137ca;
}
@font-face {
  font-family: a;
  src: url(./Assets/jost-variable.ttf);
}
@font-face {
  font-family: b;
  src: url("./Assets/KFOlCnqEu92Fr1MmEU9fBBc4\\(1\).ttf");
}
@font-face {
  font-family: c;
  src: url("./Assets/KFOmCnqEu92Fr1Mu4mxK\\(1\).ttf");
}
#page1 {
  height: 100vh;
  width: 100vw;
  position: relative;
}
#page1 > video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#page1 > nav {
  margin-top: 1vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  height: 10vh;
  width: 100vw;
}
.left-nav > img {
  width: 5vw;
}
#page1 .left-nav {
  margin-top: 1.5vw;
  margin-left: 3.5vw;
}
#page1 .right-nav {
  margin-right: 8vw;
}
.right-nav button {
  padding: 10px 20px;
  color: white;
  background-color: transparent;
  border-radius: 50px;
  border: 1px solid #ffffff9a;
  font-family: a;
  font-size: 1vw;
}
#page1-bottom {
  position: absolute;
  bottom: 25%;
  left: 10%;
  /* width: 50vw; */
}
#page1-bottom h1 {
  color: #fff;
  font-family: a;
  font-weight: 100;
  letter-spacing: 0.1rem;
  font-size: 6vw;
  line-height: 14vh;
  margin-bottom: 10vh;
}
#page1-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  text-align: left;
}
#page1-bottom-inner h4 {
  color: #fff;
  font-family: a;
  font-weight: 100;
  font-size: 1.2vw;
}
#page1-bottom-inner button {
  padding: 10px 40px;
  border: none;
  border-radius: 50px;
  background: #fff;
  color: #0b48ed;
  font-size: 1.3vw;
  font-family: a;
  text-transform: uppercase;
}
/*page 2 begin here*/
#page2 {
  display: flex;
  align-items: start;
  font-family: a;
  justify-content: center;
  color: #fff;
  position: relative;
  height: 100vh;
  width: 100vw;
  flex-direction: column;
  padding: 0vw 10vw;
  background-color: #133acd;
}
#page2 h2 {
  margin-bottom: 2.5vw;
  font-weight: 100;
  text-transform: uppercase;
}
#page2 h1 {
  font-weight: 100;
  font-size: 3.8vw;
  line-height: 5vw;
  color: #dadada69;
}

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

#page4 {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  position: relative;
  color: #fff;
  font-family: a;
  height: 100vh;
  width: 100vw;
  background-color: #1137ca;
}
#page4 h3 {
  margin-left: 10vw;
  font-weight: 100;
  margin-bottom: 2vw;
}
#page4 h1 {
  margin-left: 10vw;
  margin-right: 15vw;
  font-weight: 100;
  font-size: 3.8vw;
  color: #ffffff5a;
}
#page5 {
  position: relative;
  height: 90%;
  width: 100%;
}
#page5 canvas {
  position: relative;
  max-height: 100%;
  max-width: 100%;
}
#page6 {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  font-family: a;
  position: relative;
  height: 100vh;
  width: 100vw;
  background-color: #0a3cce;
  color: #fff;
}
#page6 h1 {
  margin-left: 10vw;
  font-size: 3.5vw;
  font-weight: 100;
  margin-right: 15vw;
  color: #ffffff5a;
}
#page6 h3 {
  margin-left: 10vw;
  margin-bottom: 2vw;
  font-weight: 100;
  top: 100%;
}

#page7 {
  position: relative;
  height: 100vh;
  width: 100vw;
  background-color: #0a3cce;
}
#page7 canvas {
  position: relative;
  max-height: 100vh;
  max-width: 100vw;
}
.page7-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  height: 25vw;
  width: 25vw;
  border-radius: 50%;
  border: 1px solid #fff;
}
.page7-inner-circle {
  height: 70%;
  width: 70%;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
}

#page8 {
  position: relative;
  height: 100vh;
  width: 100vw;
  background-color: #0a3cce;
}
#page8 video {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
}
.page8-bottom {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-family: a;
}
.page8-bottom > h1 {
  color: #fff;
  font-weight: 100;
  font-size: 5vw;
  margin-bottom: 2vw;
}
.page8-bottom > button {
  padding: 20px 30px;
  border-radius: 50px;
  color: #0a3cce;
  background-color: #fff;
  border: none;
}
#page9 {
  display: flex;
  height: 100vh;
  width: 100vw;
  background-color: #0a3cce;
  position: relative;
}
.left9 {
  position: relative;
  height: 100%;
  width: 30%;
  font-family: a;
}
.left9 h1 {
  position: absolute;
  color: #fff;
  font-size: 6vw;
  top: 30%;
  left: 5%;
  font-weight: 100;
  transform: translateX(40%);
  line-height: 1;
}
.right9 {
  height: 100%;
  width: 70%;
  position: relative;
}
.right9-inner {
  height: 70%;
  width: 80%;
  background-image: url(./Assets/page9-bg.jpeg);
  object-fit: cover;
  position: absolute;
  transform: translateX(-50%);
  top: 20%;
  left: 50%;
  border-radius: 4%;
}
#page10 {
  display: flex;
  height: 100vh;
  width: 100vw;
  background-color: #0a3cce;
}
.right10 {
  height: 100%;
  width: 65%;
  position: relative;
  left: 37%;
  top: 10%;
}
.right10-inner {
  display: flex;
  align-items: start;
  flex-direction: column;
  height: 33.3%;
  width: 100%;
  font-family: a;
  color: #fff;
}
.right10-inner h1 {
  font-size: 1.8vw;
  font-weight: 900;
}
.right10-inner > p {
  font-size: 1.5vw;
  font-weight: 100;
  width: 80%;
}
#page11 {
  position: relative;
  height: 170vh;
  width: 100vw;
  background-color: #fff;
  font-family: a;
}
#page11 > h1 {
  position: absolute;
  font-weight: 100;
  font-size: 6vw;
  top: 10%;
  left: 10%;
}
.page11-inner {
  display: flex;
  position: relative;
  top: 22%;
  width: 100%;
  height: 20%;
  margin-bottom: 2vw;
}
.left11 {
  position: relative;
  height: 100%;
  width: 40%;
  left: 10%;
  border-radius: 10px;
  overflow: hidden;
}
.left11 > img {
  height: 100%;
  width: 100%;
  scale: 1;
  object-fit: cover;
  transition: all ease 0.5s;
}
.right11 {
  position: absolute;
  left: 53%;
  padding-top: 3vw;
  padding-right: 5%;
}
.right11 > h1 {
  font-size: 1.6vw;
  font-weight: 100;
}
.right11 > h4 {
  font-weight: 900;
}
.left11:hover > img {
  scale: 1.1;
}
#page11 button {
  position: absolute;
  left: 50%;
  top: 92%;
  background-color: transparent;
  color: #0a3cce;
  padding: 1%;
  border: 1px solid black;
  border-radius: 25px;
  font-size: large;
}

#page12 {
  height: 100vh;
  width: 100vw;
  background-color: #02268e;
  position: relative;
}
.page12-inner {
  position: absolute;
  font-family: a;
  color: #fff;
  top: 20%;
  right: 18%;
}
.page12-inner h1 {
  font-size: 6vw;
  font-weight: 100;
  margin-bottom: 1vw;
}
.page12-inner p {
  font-size: 1.2vw;
  font-weight: 100;
}
.page12-image img {
  height: auto;
}
#scroller-page12 {
  height: 50vh;
  width: 100vw;
  background-color: #02268e;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
#page12-scroller {
  display: flex;
  gap: 20%;
  background-color: #02268e;
  white-space: nowrap;
  animation: scroll 20s linear infinite;
}
#page12-scroller::-webkit-scrollbar {
  display: none;
}
@keyframes scroll {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}

#page13 {
  height: 80vh;
  width: 100vw;
  background-color: #0f0f17;
  font-family: a;
  position: relative;
  padding: 7vw 10vw;
}
#page13 h1 {
  color: #fff;
  font-size: 6vw;
  line-height: 7vw;
  font-weight: 100;
  margin-bottom: 4vw;
}
#page13 button {
  font-size: larger;
  padding: 1.1vw 2.5vw;
  border: none;
  background-color: #0a3cce;
  color: #fff;
  border-radius: 60px;
}

#page14 {
  position: relative;
  height: 115vh;
  width: 100vw;
  background-color: #0f0f17;
}
.page14-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-family: a;
  padding: 0vw 10vw;
  height: 17%;
  width: 100%;
  border-top: 0.1px solid #ffffff2a;
  border-bottom: 0.1px solid #ffffff2a;
}
.page14-inner > h1 {
  font-size: 2.5vw;
  font-weight: 100;
  position: relative;
  z-index: 99;
}
.page14-inner > i {
  font-size: 2.4vw;
  font-weight: 100;
  position: relative;
  z-index: 99;
}
.center14 {
  height: 0%;
  width: 100%;
  position: absolute;
  background-color: #0a3cce;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease 0.5s;
}
.page14-inner:hover .center14 {
  height: 100%;
}
#footer {
  display: flex;
  color: #fff;
  position: relative;
  justify-content: space-between;
  padding: 4vw 10vw;
}
.footer-left {
  display: flex;
  justify-content: start;
  gap: 8vw;
}
.footer1 {
  display: flex;
  flex-direction: column;
  line-height: 2.4vw;
  justify-content: start;
}
.footer2 {
  display: flex;
  flex-direction: column;
  justify-content: start;
  line-height: 2.4vw;
}
.footer-left h1 {
  font-family: a;
  font-weight: 100;
  font-size: 1vw;
}
.footer-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 2vw;
  /* text-align: center; */
}
.footer-right h1 {
  font-family: a;
  font-weight: 100;
  font-size: 2.5vw;
}
input[type="email"] {
  border: none;
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
  font-size: 1vw;
  padding: 5px;
  margin-bottom: 20px;
  background-color: #0f0f17;
  color: #fff;
}
.footer-right > i {
  position: relative;
  left: 45%;
  bottom: 40%;
}
#footer h4 {
  font-family: a;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  bottom: 5%;
  left: 43%;
}
