@font-face {
  font-family: 'neuropolXrg';
  src: local('neuropolXrg'), url(fonts/neuropolXrg.ttf), format('ttf');
}

@font-face {
  font-family: 'Roboto-Thin';
  src: local('Roboto-Thin'), url(fonts/Roboto-Thin.ttf), format('ttf');
}
@font-face {
  font-family: 'TypoGotikaSmallCapsDemo';
  src: local('TypoGotikaSmallCapsDemo'), url(fonts/TypoGotikaSmallCapsDemo.otf), format('otf');
}
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    position: fixed;
    height: 100vh;
    width: 100%;
    display: inline;
    background-color: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-family: brlnsdb;
    overflow: hidden;
  }
  nav {
    position: absolute;
    background-color: none;
    /* box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1); */
    position: relative;

  }
  /* nav bar */
  nav ul {
    background-color: rgb(182, 182, 182, 0.2);
    backdrop-filter: blur(10px); 
    box-shadow: -10px 0 20px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 120px;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    
  }
  nav li {
    height: 120px;
    font-family: TypoGotikaSmallCapsDemo;
    font-size: 2px;
    
  }
  /* Nav buttons both */
  nav a {
    background-color: none;
    height: 100%;
    margin: 20px;
    padding: 10px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: rgb(0, 0, 0);
    font-size: 40px;
    
  }
  nav .a1 {
    background-color: none;
    height: 100%;
    margin: 1px;
    padding: 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: rgb(0, 0, 0);
    font-size: 22px;
    
  }
  nav a:hover {
    background-color: none;
    color: rgb(209, 209, 209);
  }
  nav li:first-child{
    margin-right: auto;
    display: fixed;
    height: auto;
    font-family: neuropolXrg;
    font-size: 32px;
  }
  .sidebar{
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    width: 70%;
    z-index: 999;
    background-color: rgba(255, 247, 247, 0.2);
    backdrop-filter: blur(10px); 
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start; 
    
  }
  /* sidebar buttons */
  .sidebar li{
    width: 100%;
    padding: 20px;
    height: 8%;
  }
  .sidebar a{
    width: 100%;
  }
  .menu-button{
    position: relative;
    display: none;
    top: -20px;
  }
  @media(max-width: 1742px){
    .hideOnMobile{
      display: none;
    }
    .menu-button{
      display: block;
    }
  }
  @media(max-width: 500px){
    .sidebar{
      width: 100%;
    }
  }

  .container {
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    height: 100vh;
    
  }

  section {
    
    height: 100vh;
    display: flex;
    font-size: 42px;
    scroll-snap-align: start;
  }

  .back-video{
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  h1 {
    background-color: rgb(0, 0, 0, 0.5);
    position: flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100%;
    padding: 50px;
    font-family: Roboto-Thin;
    font-weight: 100;
    color: rgb(255, 255, 255);
    font-size: 80%;
    text-align: center;
    /* top: 50px; */
  }
  /* Page background blur common*/
  .wrapper-grp {
    backdrop-filter: blur(10px); 
    width: 100%;
    height: 100%;
    
  }
  /* Feature films */
  .wrapper {
    position: relative;
    margin: auto;
    padding: auto;
    top: 2%;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.5);
    border-radius: 5px;
    color: azure;
    font-family: Roboto-Thin;
    font-size: 20px;
    font-weight: 100;
  }
  
  .wrapper .vid2{
    position: relative;
    align-items: center;
    justify-content: center;
    float: auto;
    border-radius: 5px;
    display: flex;
    max-height: 50%;
    max-width: 100%;
    cursor: pointer;
    object-fit: contain;
    position: relative;
    margin: auto;
    padding: auto;
  }

  .text-box {
    color: azure;
    font-family: Roboto-Thin;
    font-size: 30px;
    font-weight: 100;
    text-align: center;
    padding: 50px;
  }
  .text-box h2 {
    font-size: 52px;
    padding: 1%;
  }
  
  /* VFX */
  .wrapper2 {
    position: relative;
    margin: auto;
    padding: auto;
    top: 2%;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.5);
    border-radius: 5px;
    color: azure;
    font-family: Roboto-Thin;
    font-size: 20px;
    font-weight: 100;
  }
  .wrapper2 .vid3 {
    position: relative;
    align-items: center;
    justify-content: center;
    float: auto;
    border-radius: 5px;
    display: flex;
    max-height: 50%;
    max-width: 100%;
    cursor: pointer;
    object-fit: contain;
    position: relative;
    margin: auto;
    padding: auto;
  }

  .text-box2 {
    color: azure;
    font-family: Roboto-Thin;
    font-size: 30px;
    font-weight: 100;
    text-align: center;
    padding: 50px;
  }
  .text-box2 h2{
    font-size: 52px;
    padding: 1%;
  }
  
  /* Episodic content */
  .wrapper3 {
    position: relative;
    top: 2%;
    width: 100vw;
    height: 100vh;
    background-color: rgb(0, 0, 0, 0.5);
    border-radius: 5px;
    color: azure;
    font-family: Roboto-Thin;
    font-size: 20px;
    font-weight: 100;
  }
  .wrapper3 .vid4 {
    position: relative;
    float: left;
    border-radius: 5px;
    display: flex;
    max-height: 50%;
    max-width: 100%;
    cursor: pointer;

  }
  .wrapper3 .vid5 {
    position: relative;
    float: auto;
    border-radius: 5px;
    display: flex;
    max-height: 50%;
    max-width: 100%;
    cursor: pointer;

  }
  .text-box3 {
    color: azure;
    font-family: Roboto-Thin;
    font-size: 30px;
    font-weight: 100;
    text-align: center;
    padding: 50px;
  }
  .text-box3 h2{
    font-size: 52px;
    padding: 20px;
  }

  /* Explainer Videos*/
  .wrapper4 {
    position: relative;
    top: 2%;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.5);
    border-radius: 5px;
    color: azure;
    font-family: Roboto-Thin;
    font-size: 20px;
    font-weight: 100;
    text-align: center;
    justify-content: center;
  }
  .wrapper4 .vid6 {
    position: relative;
    align-items: center;
    justify-content: center;
    float: left;
    border-radius: 5px;
    display: flex;
    max-height: 50%;
    max-width: 40%;
    cursor: pointer;
    object-fit: contain;
  }
  .wrapper4 .vid7 {
    position: relative;
    align-items: center;
    justify-content: center;
    float: auto;
    border-radius: 5px;
    display: flex;
    max-height: 50%;
    max-width: 100%;
    cursor: pointer;
    object-fit: contain;
  }
  .text-box4 {
    color: azure;
    font-family: Roboto-Thin;
    font-size: 30px;
    font-weight: 100;
    text-align: center;
    padding: 80px;
  }
  .text-box4 h2{
    font-size: 52px;
    padding: 1%;
  }

  /* Architectural Visualization */
  .wrapper5 {
    
    position: relative;
    top: 2%;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.5);
    border-radius: 5px;
    color: azure;
    font-family: Roboto-Thin;
    font-size: 20px;
    font-weight: 100;
    text-align: center;
    justify-content: center;

  }
  .wrapper5 .vid8 {
    position: relative;
    align-items: center;
    justify-content: center;
    float: left;
    border-radius: 5px;
    display: flex;
    max-height: 45%;
    max-width: 100%;
    cursor: pointer;
    object-fit: contain;

  }
  .wrapper5 .vid9 {
    position: relative;
    align-items: center;
    justify-content: center;
    float: bottom;
    margin-right: 10px;
    border-radius: 5px;
    display: flex;
    max-height: 45%;
    max-width: 100%;
    cursor: pointer;
    object-fit: contain;
  }
  .wrapper5 .enterV {
    position: relative;
    color: rgb(255, 142, 122);
    font-size: 22px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 20px;
    top: 25px;
    
  }

  .wrapper5 .text-box5 {
    width: 100vw;
    position: relative;
    top: -20px;
    font-size: 30px;
    width: 90%;
    left: 4%;
  }

  .wrapper5 .text-box5 h2{
    font-size: 52px;
    padding: 2%;
  }
  
  .wrapper5 .text-box6 {
    position: relative;
    font-size: 20px;
    background-color: transparent;
    border: none;
    top: 10px;
    cursor: pointer;
    font-family: Roboto-Thin;
    color: #000000;

  }

  /* AR/VR */
  .wrapper6 {
    position: relative;
    top: 2%;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.5);
    border-radius: 5px;
    color: azure;
    font-family: Roboto-Thin;
    font-weight: 100;
    text-align: center;
    justify-content: center;

  }
  .wrapper6 .text-box7 {
    width: 90%;
    position: relative;
    top: 40%;
    font-size: 30px;
    margin: auto;
    padding: auto;
  }
  .wrapper6 .text-box7 .h2 {
    font-size: 52px;
    padding: 2%;
  }

  /* AboutUs */
  .wrapper7 {
    position: relative;
    display: flex;
    top: 2%;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.5);
    border-radius: 5px;
    color: azure;
    font-family: Roboto-Thin;
    font-weight: 100;
    text-align: center;
    justify-content: center;

  }
  .wrapper7 .people {
    position: absolute;
    display: flex;
    bottom: 20%;
    float: left;
    border-radius: 5px;
    max-height: 45%;
    max-width: 100%;
  }
  .wrapper7 .text-box9 {
    width: 100%;
    height: 100%;
  }
  .wrapper7 .text-box10 {
    position: relative;
    top: 5%;
    width: 90%;
    font-size: 30px;
    margin: auto;
    padding: 20px;
    color: azure;
    font-family: Roboto-Thin;

  }

  /* Contact */
  .wrapper8 {
    position: relative;
    display: flex;
    top: 2%;
    width: 100vw;
    height: 100vh;
    background-color: rgb(0, 0, 0, 0.5);
    text-align: center;
    justify-content: center;
  }
  .wrapper8 .text-box11 {
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
    top: -15%;
    width: 50%;
    height: 500px;
    font-size: 20px;
    margin: auto;
    padding: auto;
    color: azure;
    font-family: Roboto-Thin;
    font-weight: 100;
    border-radius: 5px;
    font-size: 25px;
    
  }
  .wrapper8 .text-box11 h2{
    position: relative;
    display: flex;
    flex-direction: column;
    top: 40px;
    font-size: 42px;
  }
  .wrapper8 .text-box8 {
    position: relative;
    display: flex;
    flex-direction: column;
    top: 80px;
    
  }
  .wrapper8 .text-box11 .btn{
    position: relative;
    margin: auto;
    padding: 40px;
    font-weight: 100;
    background-color: transparent;
    color: azure;
    cursor: pointer;
  }
  
  .wrapper8 .footer {
    position: absolute;
    display: flex;
    flex-direction: column-reverse;
    bottom: 10%;
    height: 200px;
    width: 100%;
    background-color: #1a1a1a;
    font-family: Roboto-Thin;
    font-size: 15px;
    color: #979797;
    margin: 10px;
    padding: 80px;

  }
  /* Copyright */
  .attach {
    background-color: none;
    position: fixed;
    bottom: 20px;
    right: 50px;
    font-family: Roboto-Thin;
    font-size: 24px;
  }



  
  /* .one {
    background-color: #00c71b;
  
  }
  .two {
    background-color: rgb(255, 153, 0);
  }

  .three{
    background-color: rgb(144, 125, 255);
  }

  .four {
    background-color: rgb(251, 144, 255);
  }

  .five {
    background-color: rgb(81, 214, 255);
  }

  .six {
    background-color: rgb(255, 84, 141);
  }

  .seven {
    background-color: rgb(126, 178, 221);
  }

  .eight {
    background-color: #1f1f1f;

  } */

  
  /* html {

  }

  body {
    width: 100%;
    min-height: 100vh;
    background-color: #d7d7d7;
    font-family: 'brlnsdb';
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    
  }
  video {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -999;
  }

  .container {
    display: flex;
    position: fixed;
    width: 100vh;
    height: 100vh;
    top: 100px;
    left: 50px;
  }

  #heading {
    position: fixed;
    display: flex;
    width: 100vh;
    height: 100vh;
  }
  
  h1 {
    font-family: neuropolXrg;
    background: none;
    position: fixed;
    display: flex;
    color: #fff7f0;
    font-size: 42px;
    margin: 0px;

  }

  h2 {

    color: #1a1a1a;
    font-family: brlnsdb;
    font-size: 25px;
    margin: 0px;
    line-height: 30px;
    font-weight: 100;
    position: flex;
  }
  h9 {

    margin: 10px;
    line-height: 100px;
    position: flex;
  }
  h10 {
    margin: 10px;
    line-height: 100px;
    position: flex;
  }

  .btn-group{
    position: fixed;
    width: 100vh;
    height: 100vh;
    top: 200px;
    left: 50px;
    
  }
  .btn-group .button1 {
    font-family: SinkinSans-200XLight;
    width: auto;
    background: none;
    height: 70px;
    margin: 0.1px;
    cursor: pointer;
    text-decoration: none;
    border: none;
    color: #ffe8bd;
    text-align: left;
    font-size: 25px;
    display: block;
    
  }
  .btn-group .button2 {
    font-family: SinkinSans-200XLight;
    width: auto;
    background: none;
    height: 70px;
    margin: 0.1px;
    cursor: pointer;
    text-decoration: none;
    border: none;
    color: #ffe8bd;
    text-align: left;
    font-size: 25px;
    display: block;
  }
  .btn-group .button3 {
    font-family: SinkinSans-200XLight;
    width: auto;
    background: none;
    height: 70px;
    margin: 0.1px;
    cursor: pointer;
    text-decoration: none;
    border: none;
    color: #ffe8bd;
    text-align: left;
    font-size: 25px;
    display: block;
  }
  .btn-group .button4 {
    font-family: SinkinSans-200XLight;
    width: auto;
    background: none;
    height: 70px;
    margin: 0.1px;
    cursor: pointer;
    text-decoration: none;
    border: none;
    color: #ffe8bd;
    text-align: left;
    font-size: 25px;
    display: block;
  }
  .btn-group .button5 {
    font-family: SinkinSans-200XLight;
    width: auto;
    background: none;
    height: 70px;
    margin: 0.1px;
    cursor: pointer;
    text-decoration: none;
    border: none;
    color: #ffe8bd;
    text-align: left;
    font-size: 25px;
    display: block;
  }
  .btn-group .button6 {
    font-family: SinkinSans-200XLight;
    width: auto;
    background: none;
    height: 70px;
    margin: 0.1px;
    cursor: pointer;
    text-decoration: none;
    border: none;
    color: #ffe8bd;
    text-align: left;
    font-size: 25px;
    display: block;
  }
  .btn-group .button7 {
    font-family: SinkinSans-200XLight;
    width: auto;
    background: none;
    height: 70px;
    margin: 0.1px;
    cursor: pointer;
    text-decoration: none;
    border: none;
    color: #ffe8bd;
    text-align: left;
    font-size: 25px;
    display: block;
  }
  .btn-group .button8 {
    font-family: SinkinSans-200XLight;
    width: auto;
    background: none;
    height: 70px;
    margin: 0.1px;
    cursor: pointer;
    text-decoration: none;
    border: none;
    color: #ffe8bd;
    text-align: left;
    font-size: 25px;
    display: block;
  }
*/


  .loader {
    position: relative;
    margin: auto;
    padding: auto;
    text-align: center;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1a1a1a;
    transition: opacity 0.75s, visibility 0.75s;
    
  }
  .ring {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border-radius: 50%;
    animation: ring 2s linear infinite;
  }
  @keyframes ring {
    0% {
      transform: rotate(0deg);
      box-shadow: 1px 5px 2px #e65c00;
    }
    50% {
      transform: rotate(180deg);
      box-shadow: 1px 5px 2px #18b201;
    }
    100% {
      transform: rotate(360deg);
      box-shadow: 1px 5px 2px #0456c8;
    }
  }
  .ring:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 0 5px rgb(255, 255, 255, .3);
  }
  span {
    color: #737373;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 200px;
    right: 300px;
    animation: text 3s ease-in-out infinite;
  }
  @keyframes text {
    50% {
      color: black;
    }
  }

  .loader--hidden {
    opacity: 0;
    visibility: hidden;
  }