* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  width: 100%;
}
.main {
  position: relative;
  overflow: hidden;
  background-color: #1137ca;
}
#page1 {
  height: 100vh;
  width: 100vw;
  position: relative;
}
#page1 > video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#page1 > nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:77px;
  position: absolute;
  height: 10vh;
  width: 100vw;
}
#page1 > nav > img {
  width: 5%;
}
.right-nav > button {
  padding: 15px 25px;
  border-radius: 50px;
  border: 0.6px solid #ffffff73;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  margin-right: 5rem;
}
.menu{
  position: fixed;
  z-index: 999;
  right: -2rem;
}
.bottom-page1 {
  position: absolute;
  height: 35vh;
  width: 50vw;
  bottom: 5%;
  left: 10%;
}
.bottom-page1 > h1 {
  font-size: 5vw;
  font-weight: 100;
  color: #fff;
  line-height: 1;
}
.bottom-page1-inner {
  position: absolute;
  bottom: 0%;
  height: 35%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bottom-page1-inner > button {
  padding: 20px 30px;
  border: none;
  border-radius: 50px;
  background-color: #fff;
  color: #0b48ed;
  font-size: 16px;
  font-weight: 100;
}
.bottom-page1-inner > h4 {
  color: #fff;
  font-size: 1.3vw;
  font-weight: 100;
}
#page2 {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
  background-color: #0b48ed;
  position: relative;
  color: #fff;
  padding: 0vw 8vw;
}
#page2 > h2 {
  font-weight: 100;
  margin-bottom: 2vw;
}
#page2 > h1 {
  font-weight: 100;
  font-size: 3vw;
  width: 90%;
  line-height: 1.3;
  color: #ffffff9e;
}

#page3 {
  position: relative;
  height: 100vh;
  width: 100vw;
}
#page3 > canvas {
  max-width: 100vw;
  max-height: 100vh;
  position: relative;
}
#page4 {
  position: relative;
  height: 100vh;
  width: 100vw;
  background-color: #1137ca;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  padding: 0vw 8vw;
}
#page4 > h2 {
  font-weight: 100;
  margin-bottom: 2vw;
  color: #fff;
}
#page4 > h1 {
  width: 70%;
  font-size: 3vw;
  font-weight: 100;
  color: #ffffff9e;
}
#page5 {
  position: relative;
  height: 100vh;
  width: 100vw;
}
#page5 > canvas {
  position: relative;
  max-width: 100vw;
  max-height: 100vh;
}
#page6 {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  position: relative;
  height: 100vh;
  width: 100vw;
  background-color: #1137ca;
  padding: 0vw 8vw;
}
#page6 > h2 {
  font-weight: 100;
  margin-bottom: 2vw;
  color: #fff;
}
#page6 > h1 {
  width: 70%;
  font-size: 3vw;
  font-weight: 100;
  color: #ffffff9e;
}
#page7 {
  position: relative;
  height: 100vh;
  width: 100vw;
  background-color: #1137ca;
}
#page7 > canvas {
  position: relative;
  max-width: 100vw;
  max-height: 100vh;
}
.page7-cir {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  height: 30vh;
  width: 30vh;
  border: 1px solid #fff;
  border-radius: 50%;
}
.page7-cir-inner {
  height: 70%;
  width: 70%;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: transparent;
}

#page8 {
  position: relative;
  height: 100vh;
  width: 100vw;
  background-color: #1137ca;
}
#page8 > video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.page8-bottom {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.page8-bottom > h1 {
  color: #fff;
  margin-bottom: 2vw;
  font-size: 5vw;
  font-weight: 100;
}
.page8-bottom > button {
  padding: 20px 30px;
  border-radius: 50px;
  border: none;
  background-color: #fff;
  color: #1137ca;
}
#page9 {
  position: relative;
  height: 100vh;
  width: 100vw;
  background-color: #1137ca;
  display: flex;
}
.left9 {
  height: 100%;
  width: 40%;
  position: relative;
}
.left9 > h1 {
  position: absolute;
  top: 40%;
  right: 5%;
  transform: translateY(-50%);
  font-size: 5vw;
  color: #fff;
  line-height: 1;
}
.right9 {
  height: 100%;
  width: 60%;
  position: relative;
}
.right9-center {
  height: 50%;
  width: 85%;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(https://thisismagma.com/wp-content/uploads/2023/04/magma.wp2.cubdev.com-home-1.jpeg);
  background-size: cover;
  left: 5%;
}

#page10 {
  position: relative;
  height: 100vh;
  width: 100vw;
  background-color: #1137ca;
}
.right10 {
  height: 100%;
  width: 60%;
  position: relative;
  left: 40%;
}
.right10-inner {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  height: 33.3%;
  width: 100%;
  color: #fff;
}
.right10-inner > h1 {
  font-size: 2vw;
}
.right10-inner > p {
  font-size: 1.3vw;
  width: 80%;
}
#page11 {
  position: relative;
  height: 120vh;
  width: 100vw;
  background-color: #fff;
}
#page11 > h1 {
  position: absolute;
  font-size: 4vw;
  top: 5%;
  left: 10%;
  color: #000;
  font-weight: 100;
}
.page11-inner {
  display: flex;
  top: 18%;
  position: relative;
  margin-bottom: 2vw;
  height: 24%;
  width: 100%;
}
.left11 {
  position: relative;
  height: 100%;
  width: 40%;
  left: 5%;
  border-radius: 10px;
  overflow: hidden;
}
.left11 > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.right11 {
  padding-top: 5vw;
  color: #000;
  left: 50%;
  position: absolute;
  height: 100%;
  width: 50%;
}
.right11 > h4 {
  font-weight: 100;
}
.right11 > h1 {
  font-size: 2vw;
}

#page12 {
  position: relative;
  height: 100vh;
  width: 100vw;
  background-color: #1137ca;
}
.page12-inner {
  position: absolute;
  top: 20%;
  right: 10%;
  color: #fff;
}
.page12-inner > h1 {
  font-size: 5vw;
  font-weight: 100;
}
.page12-inner > p {
  font-size: 1.3vw;
}

#page13 {
  position: relative;
  height: 80vh;
  width: 100vw;
  background-color: #000;
  color: #fff;
  padding: 5vw 10vw;
}
#page13 > h1 {
  font-size: 7vw;
  line-height: 1;
  font-weight: 100;
}
#page13 > button {
  padding: 20px 40px;
  border: none;
  background-color: #1137ca;
  border-radius: 50px;
  color: #fff;
  margin-top: 3vw;
  font-size: 1.3vw;
}

#page14 {
  position: relative;
  height: 60vh;
  width: 100vw;
  background-color: #000;
  color: #fff;
}
.page14-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0vw 5vw;
  height: 33.3%;
  width: 100%;
  color: #fff;
  border-top: 0.5px solid #ffffff9d;
  border-bottom: 0.5px solid #ffffff9d;
}
.page14-inner > i {
  font-size: 2.4vw;
  font-weight: 100;
  position: relative;
  z-index: 9999;
}
.page14-inner > h1 {
  font-size: 3vw;
  font-weight: 100;
  position: relative;
  z-index: 9999;
}
.center14 {
  background-color: #1137ca;
  position: absolute;
  width: 100%;
  height: 0%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease 0.5s;
}
.page14-inner:hover .center14 {
  height: 100%;
}

footer {
  height: 60vh;
  width: 100vw;
  background-color: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.footer-left {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0px 30px;
  height: 100%;
  width: 60%;
  margin-left: 2rem;
  color: #fff;
}
.footer-left a::after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #fff;
  display: block;
  margin: auto;
  transition: all ease 0.5s;
}
.footer-left a:hover::after {
  width: 100%;
}
.footer-left .inner-left a,
li {
  color: #fff;
  list-style: none;
  text-decoration: none;
  text-transform: uppercase;
  font-size: larger;
  padding-bottom: 1rem;
}
.footer-left .inner-right a,
li {
  color: #fff;
  list-style: none;
  text-decoration: none;
  text-transform: uppercase;
  font-size: larger;
  padding-bottom: 1rem;
}
.footer-right {
  width: 40%;
  display: flex;
  flex-direction: column;
  color: #fff;
  justify-content: center;
  align-items: start;
}
.footer-right h1 {
  font-weight: 100;
  margin-bottom: 2rem;
}
.footer-right-inner {
  width: 100%;
}
.footer-right-inner input {
  width: 60%;
  background-color: transparent;
  border-bottom: 1px solid #ffffff71;
  color: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
  border-right: none;
  border-top: none;
  border-left: none;
  font-size: larger;
}
.footer-right-inner input:hover {
  border-bottom: 1px solid #fff;
}
.footer-right i {
  font-size: 1.5rem;
  color: #fff;
  margin-left: -2rem;
  cursor: pointer;
}
footer p {
  font-size: 1.5rem;
  padding: 0rem 0 5rem 17rem;
}




@media screen and (max-width: 768px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  #page1 > nav > img {
    margin-top: -1.7vw;
    width: 15vw;
  }
  .right-nav > button:nth-child(1) {
    display: none;
  }
  .menu{
    right: -4rem;
  }
  .right-nav > button{
    padding: 9px 20px;
    top: 6%;
  }
  .right-nav > button > i {
    font-size: medium;
  }
  .bottom-page1 {
    position: absolute;
    height: 90vh;
    left: 10%;
    top: 18%;
    width: 80%;  }
  .bottom-page1 > h1 {
    font-size: 15vw;
    font-weight: 100;
    color: #fff;
    line-height: 1.1;
  }
  .bottom-page1>h1>br {
    display: none;
  }
  .bottom-page1-inner {
    position: absolute;
    height: 50%;
    flex-direction: column;
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    top: 30%;
  }
  .bottom-page1-inner > h4 {
    color: #fff;
    font-size: 5.3vw;
    font-weight: 100;
    line-height: 1.5;
  }
  .bottom-page1-inner > button {
    padding: 11px 20px;
    border: none;
    border-radius: 50px;
    background-color: #fff;
    color: #0b48ed;
    font-size: 14px;
    font-weight: bold;
    margin-top: 1rem;
  }
  #page2 > h2{
    font-size: medium;
  }
  #page2 > h1{
    font-size: 7.6vw;
    width: 100%;
    margin-top: 2rem;
  }
  #page4 > h2{
    font-size: medium;
  }
  #page4 > h1{
    font-size: 7.6vw;
    width: 100%;
    margin-top: 2rem;
  }
  #page6 > h2{
    font-size: medium;
  }
  #page6 > h1{
    font-size: 7.6vw;
    width: 100%;
    margin-top: 2rem;
  }
  .page8-bottom{
    left: 8%;
    transform: none;
  }
.page8-bottom>h1{
    font-size: 8vh;
}
#page9{
    flex-direction: column;
}
.left9{
    width: 100%;
}
.left9>h1{
    top: 33%;
    right: 44%;
    font-size: 14vw;
    line-height: 1;
    font-weight: 100;
}
.right9{
    width: 100%;
}
.right9-center{
    top: -6%;
}
#page10{
  height: auto;
  padding-bottom: 4vh;
}
.right10{
    left: 3%;
    top: -40%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.right10-inner{
    gap: 2vh;
    padding: 1vh;
    height: auto;
}
.right10-inner>h1{
    font-size: 6vw;
}
.right10-inner>p{
    font-size: 6vw;
    font-weight: 100;
}
#page11{
  height: auto;
  padding: 2vh 0 2vh 0;
}
#page11>h1{
  font-size: 12vw;
  position: relative;
  margin-bottom: 1rem;
}
.page11-inner{
  flex-direction: column;
  height: 50%;
}
.left11{
  width: 90%;
}
.right11{
  position: relative;
  left: 5%;
  width: 90%;
}
.right11>h4{
  font-size: 5vw;
}
.right11>h1{
  font-size: 7vw;
}
.page12-inner{
  padding-left: 1rem;
}
.page12-inner>h1{

  font-size: 14vw;
}
.page12-inner>p{
  font-size: 6vw;
}
#page13{
  height: 40vh;
  padding: 9vw 10vw;
}
#page13>h1{
  font-size: 13vw;
}
#page13>button{
  font-size: 5.3vw;
  padding: 18px 40px;
  margin-top: 5vw;
}
.page14-inner{
  height: 22.3%;
}
.page14-inner>h1{
  font-size: 7vw;
}
.page14-inner>i{
  font-size: 7.4vw;
}
.footer-main{
  flex-direction: column;

}
.footer-left{
  width: 100%;
  padding: auto;
  margin-left:2rem;
}
.footer-left a, li {
  font-size: medium;
}
.footer-right{
width: 100%;
margin-left: 4rem;
}
.footer-right>h1{
font-size: 7vw;
}
.footer-right-inner>input{
  width: 80%;

}
footer>p{
font-size: 1.2rem;
padding: 1rem 0px 1rem 1rem;

}
}