@import url("https://fonts.googleapis.com/css2?family=Aclonica&display=swap");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Aclonica", sans-serif;
  /* min-height: 100vh; */
  overflow: hidden;
  background-image: linear-gradient(180deg, rgba(35, 31, 32, 0.8), rgba(35, 31, 32, 0.8)), url(./bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
}

#unity-container {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#unity-canvas {
  width: 100%;
  height: 100%;
  /* background: #231F20 */
}

#unity-loading-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 3;
}

#unity-logo {
  margin-top: 150px;
  min-width: 200px;
  max-width: 500px;
  min-height: 300px;
  max-height: 400px;
  background: url("unity-logo-dark.png") no-repeat center;
  background-size: 100%;
}

#myVideo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 9999999;
  object-fit: fill;
  display: none;
}

@media (max-height: 575px) {
  #unity-logo {
    max-width: 140px;
    min-width: 140px;
    min-height: 140px;
    max-height: 140px;
    margin: 100px auto 0;
  }
}
@media (max-height: 379px) {
  #unity-logo {
    max-width: 100px;
    min-width: 100px;
    min-height: 100px;
    max-height: 100px;
    margin-inline: auto;
  }
}
@media (max-height: 339px) {
  #unity-logo {
    max-width: 100px;
    min-width: 100px;
    min-height: 100px;
    max-height: 100px;
    margin-inline: auto;
  }
}
@media (max-height: 339px) {
  #unity-logo {
    max-width: 80px;
    min-width: 80px;
    min-height: 80px;
    max-height: 80px;
    margin-inline: auto;
  }
}
@media (max-height: 299px) {
  #unity-logo {
    margin-top: 40px;
  }
}
/* 
#unity-progress-bar-empty {
    margin-left: auto;
    margin-right: auto;
    width: 141px;
    height: 18px;
    margin-top: 10px;
    background: url('progress-bar-empty-dark.png') no-repeat center
}

#unity-progress-bar-full {
    width: 0%;
    height: 18px;
    margin-top: 10px;
    background: url('progress-bar-full-dark.png') no-repeat center
} */
#unity-warning {
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translate(-50%);
  background: white;
  padding: 10px;
  display: none;
}

.loading p {
  font-size: 16px;
  text-align: end;
  color: #FFD08B;
  margin: 10px 0;
}

.loading .loading_box {
  width: 300px;
  height: 20px;
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 40px;
  box-shadow: 0 0 40px #f3c623;
  overflow: hidden;
  justify-content: flex-start;
}

@media (max-height: 339px) {
  .loading .loading_box {
    height: 20px;
  }
}
.loading .loading_box .loading_progress {
  width: 20px;
  height: 100%;
  max-width: 100%;
  background-color: #f3c623;
  width: 0%;
}

.click_here {
  font-size: 14px;
  cursor: pointer;
  font-family: inherit;
  color: #FFD08B;
  background-color: transparent;
  border: none;
  outline: none;
  margin: 14px auto 0;
  display: block;
}

#modal {
  display: none;
}

#modal.show {
  display: block;
}

.modal_backdrop {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.335);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.portrait_modal {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100vh;
  display: flex;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px;
}

.portrait_modal .modal_body {
  max-width: 500px;
  width: 100%;
  background-color: #232323;
  /* box-shadow: 0px 0px 40px 0px rgba($baseclr2, 0.302); */
  text-align: center;
  padding: 80px 40px;
}

.portrait_modal .modal_body img {
  max-width: 100px;
  animation: rotate 1s ease-in-out infinite;
}

.portrait_modal .modal_body p {
  font-size: 2.4rem;
  color: #FFD08B;
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(45deg);
  }
}
.bordered_bg {
  width: calc(100% - 25px);
  height: calc(100% - 25px);
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(0deg, transparent, transparent 50%, #FFD08B 50%, #FFD08B 100%), linear-gradient(0deg, transparent, transparent, transparent 50%, #FFD08B 50%, #FFD08B 100%), linear-gradient(90deg, transparent, transparent 50%, #FFD08B 50%, #FFD08B 100%), linear-gradient(90deg, transparent, transparent 50%, #FFD08B 50%, #FFD08B 100%);
  background-repeat: repeat-y, repeat-y, repeat-x, repeat-x;
  background-size: 2px 20px, 2px 20px, 20px 2px, 20px 2px;
  opacity: 1;
  pointer-events: none;
  animation: border 60s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes border {
  0% {
    background-position: 0 0, 100% 100%, 100% 0, 0 100%;
  }
  100% {
    background-position: 0 100%, 100% 0%, 0 0, 100% 100%;
  }
}
.background {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
}

.background span {
  width: 20vmin;
  height: 20vmin;
  border-radius: 20vmin;
  backface-visibility: hidden;
  position: absolute;
  animation-name: move;
  animation-duration: 6s;
  animation-timing-function: linear;
  mix-blend-mode: color;
  animation-iteration-count: infinite;
  z-index: 1;
}
.background span:nth-child(1) {
  color: #583C87;
  top: 78%;
  left: 26%;
  animation-duration: 11.5s;
  animation-delay: -6s;
  transform-origin: 7vw -1vh;
  box-shadow: -40vmin 0 7.7679200422vmin currentColor;
}
.background span:nth-child(2) {
  color: #E45A84;
  top: 15%;
  left: 56%;
  animation-duration: 13s;
  animation-delay: -4.7s;
  transform-origin: -11vw 14vh;
  box-shadow: -40vmin 0 14.192217481vmin currentColor;
}
.background span:nth-child(3) {
  color: #FFACAC;
  top: 93%;
  left: 7%;
  animation-duration: 15.7s;
  animation-delay: -3.2s;
  transform-origin: -1vw 10vh;
  box-shadow: 40vmin 0 10.1002040773vmin currentColor;
}
.background span:nth-child(4) {
  color: #FFACAC;
  top: 47%;
  left: 18%;
  animation-duration: 14.2s;
  animation-delay: -2.2s;
  transform-origin: 20vw -18vh;
  box-shadow: 40vmin 0 11.127048015vmin currentColor;
}
.background span:nth-child(5) {
  color: #FFACAC;
  top: 70%;
  left: 16%;
  animation-duration: 11.7s;
  animation-delay: -11.8s;
  transform-origin: -2vw -9vh;
  box-shadow: 40vmin 0 5.6053903137vmin currentColor;
}
.background span:nth-child(6) {
  color: #583C87;
  top: 18%;
  left: 3%;
  animation-duration: 15.3s;
  animation-delay: -4s;
  transform-origin: -5vw 9vh;
  box-shadow: -40vmin 0 11.1438766871vmin currentColor;
}
.background span:nth-child(7) {
  color: #583C87;
  top: 27%;
  left: 83%;
  animation-duration: 14.7s;
  animation-delay: -11.2s;
  transform-origin: 21vw -14vh;
  box-shadow: -40vmin 0 9.6411271831vmin currentColor;
}
.background span:nth-child(8) {
  color: #FFACAC;
  top: 20%;
  left: 20%;
  animation-duration: 13.8s;
  animation-delay: -11.5s;
  transform-origin: -18vw 6vh;
  box-shadow: -40vmin 0 5.456977744vmin currentColor;
}
.background span:nth-child(9) {
  color: #583C87;
  top: 24%;
  left: 24%;
  animation-duration: 15.2s;
  animation-delay: -9.3s;
  transform-origin: -19vw 4vh;
  box-shadow: -40vmin 0 14.3249815445vmin currentColor;
}
.background span:nth-child(10) {
  color: #FFACAC;
  top: 72%;
  left: 41%;
  animation-duration: 14.1s;
  animation-delay: -10.7s;
  transform-origin: 14vw 7vh;
  box-shadow: -40vmin 0 9.7109664861vmin currentColor;
}
.background span:nth-child(11) {
  color: #583C87;
  top: 2%;
  left: 27%;
  animation-duration: 11s;
  animation-delay: -15.9s;
  transform-origin: 13vw -2vh;
  box-shadow: 40vmin 0 11.2842882604vmin currentColor;
}
.background span:nth-child(12) {
  color: #E45A84;
  top: 99%;
  left: 67%;
  animation-duration: 12.7s;
  animation-delay: -9.8s;
  transform-origin: -11vw 13vh;
  box-shadow: -40vmin 0 11.7607822236vmin currentColor;
}
.background span:nth-child(13) {
  color: #FFACAC;
  top: 27%;
  left: 33%;
  animation-duration: 13.7s;
  animation-delay: -15.6s;
  transform-origin: -22vw -23vh;
  box-shadow: -40vmin 0 14.4882523718vmin currentColor;
}
.background span:nth-child(14) {
  color: #583C87;
  top: 92%;
  left: 91%;
  animation-duration: 13.7s;
  animation-delay: -8.4s;
  transform-origin: -3vw 14vh;
  box-shadow: 40vmin 0 14.572858029vmin currentColor;
}
.background span:nth-child(15) {
  color: #E45A84;
  top: 58%;
  left: 1%;
  animation-duration: 12.7s;
  animation-delay: -9.7s;
  transform-origin: -15vw -24vh;
  box-shadow: 40vmin 0 6.8449403078vmin currentColor;
}
.background span:nth-child(16) {
  color: #E45A84;
  top: 21%;
  left: 89%;
  animation-duration: 10.9s;
  animation-delay: -7.5s;
  transform-origin: -19vw 5vh;
  box-shadow: -40vmin 0 5.5664152525vmin currentColor;
}
.background span:nth-child(17) {
  color: #FFACAC;
  top: 34%;
  left: 18%;
  animation-duration: 12.4s;
  animation-delay: -0.9s;
  transform-origin: 23vw -6vh;
  box-shadow: 40vmin 0 11.3497484176vmin currentColor;
}
.background span:nth-child(18) {
  color: #583C87;
  top: 73%;
  left: 94%;
  animation-duration: 10.9s;
  animation-delay: -3s;
  transform-origin: 25vw -18vh;
  box-shadow: 40vmin 0 7.1645628316vmin currentColor;
}
.background span:nth-child(19) {
  color: #E45A84;
  top: 92%;
  left: 96%;
  animation-duration: 15.9s;
  animation-delay: -16s;
  transform-origin: -12vw 17vh;
  box-shadow: -40vmin 0 8.5400912885vmin currentColor;
}
.background span:nth-child(20) {
  color: #E45A84;
  top: 10%;
  left: 11%;
  animation-duration: 10.8s;
  animation-delay: -10.2s;
  transform-origin: 13vw -17vh;
  box-shadow: 40vmin 0 6.1001688473vmin currentColor;
}

@keyframes move {
  100% {
    transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}/*# sourceMappingURL=style.css.map */
