* {
  box-sizing: border-box;
  outline: none;
}

body {
  margin: 0;
  padding: 0;
  /* background-color: #000000; */
  /* background-image: url("assets/images/bg_start.jpg"); */
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  touch-action: none;
}

canvas {
  outline: none;
}

.preloader {
  width: 100%;
  height: 100vh;
  overflow: hidden;

  background-color: #ffffff;
  background-image: url("../assets/common/images/bg_start.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;

  /* z-index: 99999999; */
}
.logo2 {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  max-width: 50vw;
  /* z-index: 99999999; */
}
.btn-roblox {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
  max-width: 50vw;

  background: none;
  border: none;
  outline: none;

  margin: 0;
  padding: 0;

  z-index: 99;
}
.btn-roblox-img {
  width: 100%;
  height: auto;
}

.btn-start {
  position: absolute;
  left: 0;
  bottom: 0;

  width: 100%;
  height: auto;
  background: none;
  border: none;
  outline: none;

  margin: 0;
  padding: 0;
  /* z-index: 999999; */
}

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

.txt-start-bot {
  position: absolute;
  left: 0;
  bottom: 0;

  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;

  /* z-index: 9999999; */
}

.loader {
  width: 95%;
  height: auto;
  position: absolute;
  left: 50%;
  bottom: 6%;
  /* bottom: 4%; */
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.loader-txt {
  width: 100%;
  height: auto;
  /* margin-bottom: 5px; */
}

.bar__wrap {
  width: 100%;
  /* padding: 2%; */
  font-size: 15px;
}

@media screen and (min-width: 410px) {
  .bar__wrap {
    font-size: 11px;
  }
}

@media screen and (min-width: 768px) {
  .bar__wrap {
    font-size: 16px;
  }
}

@media screen and (min-width: 812px) {
  .bar__wrap {
    font-size: 17px;
  }
}

.bar {
  background-color: rgb(255, 255, 255);
  /* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); */
  border-radius: 46px;
  width: 100%;
  /* border: 3px solid #283479; */
  /* padding: 0.625em; */
  position: relative;
}

.filler {
  border-radius: 2.875em;
  background-color: #fb0002;
  height: 1em;
  line-height: 2em;
  z-index: 0;
}

.count {
  font-family: "Kinder";
  width: 100%;
  position: absolute;
  font-size: 2em;
  color: #004a8e;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.zappar-mobile-only {
  color: black !important;
  background-color: #283479 !important;
}

.zappar-permission-request {
  background-color: rgba(40, 52, 121, 0.5) !important;

  /* background-image: linear-gradient(0deg, #1D6FFC 0%, #369BFF 50%, #6FDDFD 100%) !important; */
  z-index: 999999 !important;
}

.zappar-title {
  display: none !important;
  color: white;
}

.zappar-text {
  color: white;

  display: none !important;
}

#zappar-permission-request-button {
  border: none !important;
  border-radius: 0 !important;

  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;

  width: 90% !important;
  height: auto !important;
}

#zappar-permission-request-button img {
  width: 100% !important;
  height: auto !important;
}

@keyframes fade-in-down {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -100%);
  }

  100% {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }
}

.popup-wrapper,
.popup-wrapper2 {
  position: relative;

  width: 100%;
  height: 100%;
  overflow: hidden;

  z-index: 999999;
  background: rgba(0, 0, 0, 0.7); 

}

.popup,
.popup2 {
  width: 100%;
  height: auto;

  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup img,
.popup2 img {
  width: 100%;
  height: auto;
}

@keyframes fade-out-up {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }

  100% {
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -100%);
  }
}

.wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.threefeed {
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  z-index: -50;
}

.pixifeed {
  padding: 0;
  /* margin: 0 auto; */
  display: block;
  border: 0;
  z-index: 99999;
}

.pixifeed canvas {
  display: block;
  padding: 0;
  margin: 0 auto;
}

.video-texture {
  transform: scale(0.0001, 0.0001);
  position: fixed;
  bottom: 0;
  right: 0;
}

.video {
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  z-index: -100;
}

.three-animation {
  transform: scale(0.0001, 0.0001);
  position: fixed;
  bottom: 0;
  right: 0;
}

.screenshot {
  transform: scale(0.0001, 0.0001);
  position: fixed;
  bottom: 0;
  right: 0;
}

#orientation {
  display: flex;
  align-items: center;
  justify-content: center;

  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  background-color: #ffffff;
  background-image: url("../assets/common/images/rotate_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  z-index: 9999999999;
}

#orientation img {
  /* -webkit-animation: blink5 5s linear infinite;
      animation: blink5 5s linear infinite; */

  /*height: 100%;*/
  /*width: auto;*/

  width: 30%;
  height: auto;
}

.spin-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

  /* background-color: #132a84;
      opacity: 0.57; */
}

.chars {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -25%);
}

.spin {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 100%;
  height: auto;

  /* z-index: 999; */

  transform: translate(-50%, -25%);

  /* animation: spin 1.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite both; */
}



@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes blink5 {
  0% {
    opacity: 0.3;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.3;
  }
}

@keyframes blink5 {
  0% {
    opacity: 0.3;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.3;
  }
}

.hidden {
  display: none;
  animation: none;
}
