*
{
    margin: 0;
    padding: 0;


}

body{
    color: black;
}

.webgl
{
    position: fixed;
    top: 0;
    left: 0;
    outline: none;
    background: linear-gradient(0deg, hsl(200, 50%,100%) 50%, hsl(214,80%,70%) 100%);


    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.webgl:active{
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}


.title{
    font-size: 96px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
}

h1{
    font-size: 48px;
    font-weight: 400;
    line-height: 120%;
}

h2{
    font-size: 26px;
    font-weight: 600;
    line-height: 120%;
}

h3{
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
}

p2 {
    font-size: 22px;
    line-height: 150%;
    font-weight: 400;
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}

a{
   color: #757BFD;
   text-decoration: none;
}

a:hover {
    font-weight: 700;
    cursor: pointer;
}

.helptext{
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.sign {
    position: fixed;
    padding: 0 20px 0 20px;
    width: 100%;
    max-width: 560px;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 16px;
    box-sizing: border-box;
    z-index: 777;
    text-align: center;
}

#animation {
    width: 88px;
    height: 48px;
    margin: auto;
    margin-bottom: 12px;
    background-image: url(../img/drag_animation.svg);
}

.project {
    position: fixed;
    width: 90%;
    max-width: 400px;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 16px;
    padding: 0px;
    z-index: 777;
    box-sizing: border-box;
  }

.content {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 16px;
}

.text {
    width: 100%;
    display: block;
}

.thumbnail{
    display: flex;
    width: 80px;
    min-width: 80px;
    height: 80px;
    margin-right: 16px;
    border-radius: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.button{
    width: 100%;
    padding: 16px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    border: none;
    background-color: white;
    color: black;
    border-radius: 99px;
}

.button:hover {
    cursor: pointer;
    color: white; 
    background-color: #542BEC;
}
.button:active { 
    cursor: pointer;
    color: white; 
    background-color: black;
}

#switch {
    position: fixed;
    z-index: 888;
    bottom: 20px;
    right: 20px;
}
  
#switch input { 
    display: none;
}

.icon {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#moon{
    display: none;
}

#sun{
    display: block;
}

input:checked ~ #moon {
    display: block;
}

input:checked ~ #sun {
    display: none;
}
  

.modal {
    height: 100%;
    width: 100%;
    top: 0;
    overflow-y: scroll;
    /* background-color: black; */
    color: white;
    position: fixed; 
    z-index: 999; 
    display: none;
}

.header {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.header-wrapper {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 800px;
    margin: auto;
    filter: drop-shadow(0 0 50px black);
}

.modal-content-wrapper {
    max-width: 800px;
    margin: 0 auto 80px auto;
    display: flex;
    flex-direction: column;
    row-gap: 80px;
    justify-content: space-between;
}

.project-img{
    width:100%;
    height:auto;
}

.credits {
    text-align: center;
}

#logo{
    position: fixed;
    top: 20px;
    left: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    z-index: 999;
}

.button-round{
    background-color: white;
    color: black;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.button-round:hover {
    cursor: pointer;
    color: white; 
    background-color: #542BEC;
}


.close {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 999;
}

.embed-container {
    --video--width: 960;
    --video--height: 540;
  
    position: relative;
    padding-bottom: calc(var(--video--height) / var(--video--width) * 100%); /* 41.66666667% */
    overflow: hidden;
    max-width: 100%;
    background: black;
  }
  
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

/* Fade-In Effect */
.visible {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s linear;
}
/* Fade-Out Effect */
.hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.2s, opacity 0.2s linear;
}


@media only screen and (max-width: 1200px) {
    .modal-content-wrapper {
        margin: 48px 48px 48px 48px;
        row-gap: 64px;
    }

    .header-wrapper {
        margin: auto 48px auto 48px;
    }

}



@media only screen and (max-width: 600px) {
    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 20px;
    }

    p2 {
        font-size: 18px;
    }

    p {
        font-size: 16px;
    }

    .helptext span {
        display: none;
      }
    .helptext:after {
        content:'Swipe to explore';
    }

    #animation{
        background-image: url(../img/swipe_animation.svg);
    }

    .modal-content-wrapper {
        margin: 32px 20px 48px 20px;
        row-gap: 40px;
    }

    .header {
        height: 360px;
    }

    .header-wrapper {
        margin: auto 20px auto 20px;
    }

    .title{
        font-size: 64px;
    }

  }


.current:hover {
    cursor: url('/assets/img/jcursor.svg');
    /* background-blend-mode: overlay; */
    /* background-color: #0d111f89; */
    place-items: center;
    display: grid
  }
  
  .appmenu-item {
    transition: background-color .15s, box-shadow .15s
  }
  
  .appmenu-item__img {
    margin: auto;
    width: 36px;
    height: 36px
  }
  
  @media (min-width:640px) {
    .appmenu-item__img {
      width: 44px;
      height: 44px
    }
  }
  
  .appmenu-item__text {
    overflow: hidden;
    color: #444
  }
  
  .appmenu-item__badge {
    background-color: #ff6b6b;
    color: #fff;
    border-radius: 60px;
    padding: 0 8px;
    font-weight: 800;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0
  }
  
  .appmenu-item--main {
    position: relative;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    padding: 6px 0 3px
  }
  
  @media (min-width:1024px) {
    .appmenu-item--main:hover {
      background-color: #05b46c;
      color: #fff
    }
  }
  
  .appmenu-item--main.appmenu-item--active {
    background: url()no-repeat center 6px;
    background-size: auto 40px
  }
  
  @media (min-width:640px) {
    .appmenu-item--main.appmenu-item--active {
      background-size: auto 64px
    }
  }
  
  @media (min-width:1024px) {
    .appmenu-item--main.appmenu-item--active {
      background: #05b46c;
      color: #fff
    }
  }
  
  .appmenu-item--main.appmenu-item--active .appmenu-item__text {
    color: #05b46c
  }
  
  @media (min-width:1024px) {
    .appmenu-item--main.appmenu-item--active .appmenu-item__text {
      color: #fff
    }
  
    .appmenu-item--main {
      -webkit-flex: none;
      -ms-flex: none;
      flex: none;
      height: auto;
      padding: 3px 0 12px
    }
  }
  
  .appmenu-item--main .appmenu-item__text {
    text-align: center;
    display: block;
    font-weight: 800;
    font-size: 12px;
    line-height: 10px;
    letter-spacing: -.5px
  }
  
  @media (min-width:640px) {
    .appmenu-item--main .appmenu-item__text {
      font-weight: 800;
      font-size: 14px;
      line-height: 18px;
      letter-spacing: -.5px
    }
  }
  
  .appmenu-item--main .appmenu-item__img {
    display: block;
    margin: -1px auto 2px
  }
  
  @media (min-width:1024px) {
    .appmenu-item--main .appmenu-item__img {
      height: auto;
      width: 100%;
      padding: 0 21px;
      margin-bottom: -1px;
      margin-top: -1px
    }
  }
  
  .appmenu-item--main .appmenu-item__badge {
    position: absolute;
    right: 6px;
    top: 0
  }
  
  @media (min-width:640px) {
    .appmenu-item--main .appmenu-item__badge {
      right: 24px;
      top: 6px
    }
  }
  
  @media (min-width:1024px) {
    .appmenu-item--main .appmenu-item__badge {
      top: 12px
    }
  }
  
  .appmenu-item--light .appmenu-item__text {
    color: #8b98ae
  }
  
  @media (min-width:1024px) {
    .appmenu-item--light:hover .appmenu-item__text {
      color: #5fbf77
    }
  }
  
  .appmenu-item--light.appmenu-item--active {
    background: 0 0;
    background: #5fbf77;
    box-shadow: inset 0 4px 0 rgba(57, 65, 75, .15)
  }
  
  .appmenu-item--light.appmenu-item--active .appmenu-item__text {
    color: #fff
  }
  
  .app-appmenu {
    width: 100%;
    height: 60px;
    box-sizing: content-box
  }
  
  @supports (padding-bottom:constant(safe-area-inset-bottom)) {
    .app-appmenu {
      padding-bottom: constant(safe-area-inset-bottom)
    }
  }
  
  @supports (padding-bottom:env(safe-area-inset-bottom)) {
    .app-appmenu {
      padding-bottom: env(safe-area-inset-bottom)
    }
  }
  
  @media (min-width:640px) {
    .app-appmenu {
      height: 90px
    }
  }
  
  .appmenu {
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 103;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(57, 65, 75, .1);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  
  @supports (padding-bottom:constant(safe-area-inset-bottom)) {
    .appmenu {
      padding-bottom: constant(safe-area-inset-bottom)
    }
  }
  
  @supports (padding-bottom:env(safe-area-inset-bottom)) {
    .appmenu {
      padding-bottom: env(safe-area-inset-bottom)
    }
  }
  
  .appmenu--light {
    background-color: #fff
  }
  
  @media (min-width:1024px) {
    .appmenu {
      right: 10px;
      bottom: 10px;
      overflow-y: auto;
      overflow-x: hidden;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
      height: fit-content;
      padding: 10px 0 0;
      border-radius: 10px;
      width: 100px;
      display: none
    }
  
    .appmenu__item {
      margin-top: 6px
    }
  }
  
  .appmenu__item:first-child {
    margin-top: 0
  }
  