* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
  }
  html,
  body {
    height: 100%;
    width: 100%;
  }
  #main{
      position: relative;
      overflow: hidden;
  }
  #page{
      position: relative;
      height: 100vh;
      width: 100vw;
      background-color: #000;
  
  }
  #page>nav{
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0px 20px;
      height: 7vh;
      width: 50vw;
      position: absolute;
      top: 0%;
      left: 50%;
      transform: translateX(-50%);
      color: #fff;
  }
  #page>nav>button{
      padding: 7px 20px;
      border-radius: 50px;
      border: none;
      background-color: #fff;
      cursor: pointer;
  }
  #page>nav>h3{
      font-weight: 400;
  }
  #page>video{
      height: 100%;
      width: 50%;
      object-fit: cover;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
  }
  #page-bottom{
      height: 20%;
      width: 25%;
      position: absolute;
      bottom: 5%;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
  }
  #page-bottom>h3{
      margin-bottom: 1vw;
      /* background-color: red; */
      color: rgb(102, 101, 101);
  }
  #page1{
      position: relative;
      height: 100vh;
      width: 100vw;
      background-color: #fff;
  }

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

   #page1>h1{
    font-size: 4vw;
    color: #fff;
    font-weight: 400;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

#page2{
    position: relative;
    height: 100vh;
    width: 100vw;
}



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

#page2>h1{
    font-size: 4vw;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    text-align: center;
    color: #fff;
    font-weight: 400;
}

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


#page3>img{
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#page3-upper{
    height: 30%;
    width: 35%;
    /* background-color: green; */
    position: absolute;
    z-index: 9;
    left:50%;
    transform: translate(-50%);
    top: 5%;
    margin-left: 20px;
}



#page3-upper-inner{
    position: absolute;
    bottom: 10%;
    height: 50%;
    width: 100%;
    /* background-color: blue; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px;
    color: #ff823d;
}

#page3>button{
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 30px;
    border: 1px solid #000;
    font-weight: 400;
    background-color: #fff;
    border-radius: 50px;
    font-size: 1.4vw;
}

#page3>button:hover{
    background-color: #ff823d;
    color: white;
    cursor: pointer;
}

#page4{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: white;
}

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

#center-page4{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
    font-size: 2vw;
}

#page5{
    display: flex;
    position: relative;
    height: 80vh;
    width: 100vw;
}

.left5{
    width: 50%;
    height: 100%;
    position: relative;
}

.left5>h1{
    font-size: 2.3vw;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 10%;
}


.right5{
    width: 50%;
    height: 100%;
    display: flexbox;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    padding-left: 2.5vw;
}

.right5>h3{
    margin-top: 5%;
    font-size: 2vw;
    color: #484848;
}

.right5>button{
    padding: 10px 20px;
    border: none;
    background-color: white;
    font-weight: 400;
    border-radius: 50px;
    font-size: 1.3vw;
    margin-top: 1.5vw;
    color: black;
    border: 1px solid #000;
}

.right5>button:hover{
    background-color: #ff823d;
    color: white;
    cursor: pointer;
}

#page6{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    height: 70vh;
    width: 100vw;
    background-color: #f5f5f7;
}


#page6>h3{
    margin-bottom: 1.5vw;
    font-size: 2vw;
}

#page6>h1{
    margin-bottom: 1.5vw;
    font-size: 4vw;
}
#page6>p{
    font-size: 1.2vw;
    width: 60%;
    font-weight: 700;
    color: #545454c9;
}

#page7{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #f5f5f7;
}

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

}
#page8>h1{
    width: 20%;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
    font-size: 1.3vw;
    font-weight: 500;
    color: #4d4d4d;
    z-index: 99;
    position: absolute;
}
#page8>h1>span{
    color: #000;
}
#page9{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #f5f5f7;
}
#page9>h1{
    width: 20%;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    font-size: 1.3vw;
    font-weight: 500;
    color: #4d4d4d;
    z-index: 99;
    position: absolute;
}
#page9>h1>span{
    color: #000;
}
#page10{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #f5f5f7;

}
#page10>h1{
    width: 20%;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
    font-size: 1.3vw;
    font-weight: 500;
    color: #4d4d4d;
    z-index: 99;
    position: absolute;
}
#page10>h1>span{
    color: #000;
}
#page11{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #f5f5f7;
}
#page11>h1{
    width: 20%;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    font-size: 1.3vw;
    font-weight: 500;
    color: #4d4d4d;
    z-index: 99;
    position: absolute;
}
#page11>h1>span{
    color: #000;
}
#page12{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #f5f5f7;

}
#page12>h1{
    width: 20%;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
    font-size: 1.3vw;
    font-weight: 500;
    color: #4d4d4d;
    z-index: 99;
    position: absolute;
}
#page12>h1>span{
    color: #000;
}
#page13{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #f5f5f7;
}
#page13>h1{
    width: 20%;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    font-size: 1.3vw;
    font-weight: 500;
    color: #4d4d4d;
    z-index: 99;
    position: absolute;
}
#page13>h1>span{
    color: #000;
}

#page16{
    position: relative;
    height: 120vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#page16>h2{
    position: absolute;
    width: 60%;
    height: 40%;
    color: #434343c7;
    font-weight: 500;
    top: 2%;
}
#page16>h2>span{
    color: #000;
}
#page16>img{
    width: 60%;
    /* position: absolute; */
    bottom: 0%;
    margin-top: 20%;
}
#page16>button{
    position: absolute;
    bottom: 10%;
    padding: 10px 20px;
    font-size: 1.5vw;
    border-radius: 50px;
    color: black;
    border: 1px solid #000;
    background-color: white;
    font-weight: 300;
}


#page16>button:hover{
    background-color: #ff823d;
    color: white;
    cursor: pointer;
}

#page21{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #000;
    align-items: center;
}

#page21>#troff{
    top: 35%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    width: 50%;
    z-index: 9;
}
#page21>#tron{
    top: 35%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    width: 50%;
}

#page21>h1{
    font-size: 2vw;
    color: white;
    transform: translate(+25%);
    position: absolute;
    margin-top: 35%;
    margin-left: 25%;

}

#page21>p{
    font-size: 1.4vw;
    color:#4d4d4d;
    transform: translate(+25%);
    position: absolute;
    margin-top: 38%;
    margin-left: 15%;
    width: 50%;

}

#page21>p>span{
    color: white;
}

#page21>p>#s2{
    color: white;
}

#page22{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #000;
}

#page22>#snroff{
    top: 35%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    width: 50%;
    z-index: 9;
}
#page22>#snron{
    top: 35%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    width: 50%;
}

#page22>h1{
    font-size: 2vw;
    color: white;
    transform: translate(+25%);
    position: absolute;
    margin-top: 30%;
    margin-left: 25%;

}

#page22>p{
    font-size: 1.4vw;
    color:#4d4d4d;
    transform: translate(+25%);
    position: absolute;
    margin-top: 34%;
    margin-left: 15%;
    width: 50%;

}

#page22>p>span{
    color: white;
}

#page22>p>#s2{
    color: white;
}



#page23{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #000;
}

#page23>img{
    height: 100%;
    width: 100%;
    margin-top: 5%;
    /* object-fit: cover; */
    opacity: 0;
}

#page24{
    position: relative;
    height: 50vh;
    width: 100vw;
    background-color: #000;
}

#page24>h1{
    font-size: 2vw;
    color: white;
    transform: translate(+25%);
    position: absolute;
    margin-top: 0%;
    margin-left: 22%;

}

#page24>p{
    color:#4d4d4d;
    transform: translate(+25%);
    position: absolute;
    margin-top: 5%;
    margin-left: 15%;
    font-size: 1.2vw;
    width: 50%;
    font-weight: 700;

}

#page24>p>span{
    color: white;
}

#page24>p>#s2{
    color: white;
}

#page24>button{
    position: absolute;
    transform: translate(+25%);
    position: absolute;
    margin-top: 18%;
    margin-left: 30%;
    padding: 10px 20px;
    font-size: 1.5vw;
    border-radius: 50px;
    color: black;
    border: 1px solid #000;
    background-color: white;
    font-weight: 300;
}


#page24>button:hover{
    background-color: #ff823d;
    color: white;
    cursor: pointer;
}

#page25{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: white;
}

#page25>img{
   height: 100vh;
   width: 100vw;
   object-fit: cover;
   margin-top: 2%;
}



#page27{
    position: relative;
    height: 80vh;
    width: 100vw;
    background-color: white;
}

#page27>img{
    object-fit: contain;
    width: 100vw;
    margin-top: 5%;
    
}

#footer{
    height: 40vh;
    width: 100%;
    background-color: white;
    text-align: center;
    padding: 30px 0;
    top: 0%;
    
}

#footer h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
}

#footer p{
    margin-bottom: 8px;
    margin-top: 8px;
    /* font-weight: 600; */
    color: rgb(97, 91, 91);
}

i{
    color: rgb(87, 83, 83);
    margin-top: 2%;
    /* justify-content: space-evenly; */
    cursor: pointer;
}

.icons{
    /* align-items: center; */
    justify-content: space-between;
    margin-left: 2%;
    margin-top: 2%;
    cursor: pointer;
}

.icons .fa{
    margin: 0 13px;
    color: rgb(109, 107, 107);
    cursor: pointer;
    padding: 10px 0;
}

#footer>h4{
    color: black;
}
