html { height: 100%; }
body { padding: 0; margin: 0; height: 100%; background: url('background.jpg'); background-size: cover; }
#intro-video {position: fixed; min-width: 100%; min-height: 100%; display: none; z-index: 10; left: 50%; top: 50%; transform: translate3d(-50%, -50%, 100px); }
#unity-container { position: absolute; z-index: 1; opacity: 1; }
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#unity-container.unity-mobile { width: 100%; height: 100% }
#unity-canvas {  }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 35vh; height: 35vh; background: url('unity-logo-dark.png') no-repeat center; background-size: contain; margin-bottom: 28vh; }
#unity-progress-bar-empty { width: 35vh; height: 3.5vh; margin-top: 10px; }
#unity-progress-bar-full { width: 35vh; height: 3.5vh; margin-top: 10px; position: absolute; bottom: 0; clip-path: inset(0 100% 0 0); }
#progress-empty { width: 100%; }
#progress-full { width: 100%; transform: scale(0.98, 0.7); }
#astro { width: 12vh; position: absolute; bottom: 3vh; left: calc(-6vh + 0%); }
#loading-text { width: 100px; display: block; margin: 0 auto;}
#unity-footer { position: relative; display: none; }
.unity-mobile #unity-footer { display: none }
#unity-webgl-logo { float:left; width: 204px; height: 38px; background: url('webgl-logo.png') no-repeat center }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-fullscreen-button { display: none; float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
.web3modal-modal-card { font-family: sans-serif}

@media only screen and (max-width: 600px) {
    #unity-logo { width: 200px; height: 200px; margin-bottom: 240px; }

    #unity-progress-bar-empty { width: 200px; height: 30px;}
    #unity-progress-bar-full { width: 200px; height: 30px; }
    #astro { width: 100px; }
}

/*.particle {
    position: absolute;
    border-radius: 50%;
    z-index: -10;
  }
  
  @-webkit-keyframes particle-animation-1 {
    100% {
      transform: translate3d(38vw, 19vh, 25px);
    }
  }
  
  @keyframes particle-animation-1 {
    100% {
      transform: translate3d(38vw, 19vh, 25px);
    }
  }
  .particle:nth-child(1) {
    -webkit-animation: particle-animation-1 60s infinite;
            animation: particle-animation-1 60s infinite;
    opacity: 0.12;
    height: 7px;
    width: 7px;
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s;
    transform: translate3d(61vw, 46vh, 74px);
    background: #d99726;
  }
  
  @-webkit-keyframes particle-animation-2 {
    100% {
      transform: translate3d(41vw, 21vh, 85px);
    }
  }
  
  @keyframes particle-animation-2 {
    100% {
      transform: translate3d(41vw, 21vh, 85px);
    }
  }
  .particle:nth-child(2) {
    -webkit-animation: particle-animation-2 60s infinite;
            animation: particle-animation-2 60s infinite;
    opacity: 0.29;
    height: 6px;
    width: 6px;
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s;
    transform: translate3d(64vw, 62vh, 4px);
    background: #d93526;
  }
  
  @-webkit-keyframes particle-animation-3 {
    100% {
      transform: translate3d(4vw, 13vh, 67px);
    }
  }
  
  @keyframes particle-animation-3 {
    100% {
      transform: translate3d(4vw, 13vh, 67px);
    }
  }
  .particle:nth-child(3) {
    -webkit-animation: particle-animation-3 60s infinite;
            animation: particle-animation-3 60s infinite;
    opacity: 0.77;
    height: 10px;
    width: 10px;
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s;
    transform: translate3d(16vw, 84vh, 99px);
    background: #d98526;
  }
  
  @-webkit-keyframes particle-animation-4 {
    100% {
      transform: translate3d(42vw, 11vh, 15px);
    }
  }
  
  @keyframes particle-animation-4 {
    100% {
      transform: translate3d(42vw, 11vh, 15px);
    }
  }
  .particle:nth-child(4) {
    -webkit-animation: particle-animation-4 60s infinite;
            animation: particle-animation-4 60s infinite;
    opacity: 0.21;
    height: 7px;
    width: 7px;
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s;
    transform: translate3d(41vw, 12vh, 79px);
    background: #d99726;
  }
  
  @-webkit-keyframes particle-animation-5 {
    100% {
      transform: translate3d(67vw, 82vh, 19px);
    }
  }
  
  @keyframes particle-animation-5 {
    100% {
      transform: translate3d(67vw, 82vh, 19px);
    }
  }
  .particle:nth-child(5) {
    -webkit-animation: particle-animation-5 60s infinite;
            animation: particle-animation-5 60s infinite;
    opacity: 0.33;
    height: 9px;
    width: 9px;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
    transform: translate3d(83vw, 53vh, 88px);
    background: #d94426;
  }
  
  @-webkit-keyframes particle-animation-6 {
    100% {
      transform: translate3d(29vw, 60vh, 77px);
    }
  }
  
  @keyframes particle-animation-6 {
    100% {
      transform: translate3d(29vw, 60vh, 77px);
    }
  }
  .particle:nth-child(6) {
    -webkit-animation: particle-animation-6 60s infinite;
            animation: particle-animation-6 60s infinite;
    opacity: 0.88;
    height: 8px;
    width: 8px;
    -webkit-animation-delay: -1.2s;
            animation-delay: -1.2s;
    transform: translate3d(87vw, 77vh, 54px);
    background: #d95926;
  }
  
  @-webkit-keyframes particle-animation-7 {
    100% {
      transform: translate3d(18vw, 69vh, 73px);
    }
  }
  
  @keyframes particle-animation-7 {
    100% {
      transform: translate3d(18vw, 69vh, 73px);
    }
  }
  .particle:nth-child(7) {
    -webkit-animation: particle-animation-7 60s infinite;
            animation: particle-animation-7 60s infinite;
    opacity: 0.56;
    height: 9px;
    width: 9px;
    -webkit-animation-delay: -1.4s;
            animation-delay: -1.4s;
    transform: translate3d(52vw, 41vh, 39px);
    background: #d9af26;
  }
  
  @-webkit-keyframes particle-animation-8 {
    100% {
      transform: translate3d(25vw, 66vh, 85px);
    }
  }
  
  @keyframes particle-animation-8 {
    100% {
      transform: translate3d(25vw, 66vh, 85px);
    }
  }
  .particle:nth-child(8) {
    -webkit-animation: particle-animation-8 60s infinite;
            animation: particle-animation-8 60s infinite;
    opacity: 0.42;
    height: 9px;
    width: 9px;
    -webkit-animation-delay: -1.6s;
            animation-delay: -1.6s;
    transform: translate3d(42vw, 51vh, 12px);
    background: #d92c26;
  }
  
  @-webkit-keyframes particle-animation-9 {
    100% {
      transform: translate3d(6vw, 76vh, 62px);
    }
  }
  
  @keyframes particle-animation-9 {
    100% {
      transform: translate3d(6vw, 76vh, 62px);
    }
  }
  .particle:nth-child(9) {
    -webkit-animation: particle-animation-9 60s infinite;
            animation: particle-animation-9 60s infinite;
    opacity: 0.79;
    height: 9px;
    width: 9px;
    -webkit-animation-delay: -1.8s;
            animation-delay: -1.8s;
    transform: translate3d(60vw, 49vh, 96px);
    background: #d95f26;
  }
  
  @-webkit-keyframes particle-animation-10 {
    100% {
      transform: translate3d(68vw, 81vh, 9px);
    }
  }
  
  @keyframes particle-animation-10 {
    100% {
      transform: translate3d(68vw, 81vh, 9px);
    }
  }
  .particle:nth-child(10) {
    -webkit-animation: particle-animation-10 60s infinite;
            animation: particle-animation-10 60s infinite;
    opacity: 0.28;
    height: 8px;
    width: 8px;
    -webkit-animation-delay: -2s;
            animation-delay: -2s;
    transform: translate3d(26vw, 69vh, 96px);
    background: #d99126;
  }*/