@font-face {
  font-family: "DigitalSansEF";
  src: url("../fonts/DigitalSansEF.ttf") format("truetype");
}
body {
  overflow: hidden;
  margin: 0;
}

html, body, #xr-app {
  height: 100%;
}

#wrap-top {
  height: 100%;
  position: relative;
}

.main, .webxr-container {
  display: none;
}

#wrap-top.webxr .webxr-container{
  display: block;
  height: 100%;
}

#wrap-top.ios .main{
  display: block;
}

#ar-overlay,
#xr-app {
  display: none;
}

.main, .xr-ui {
  position: relative;
  height: 100vh;
  background-image: url(../img/bg.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main__info {
  position: absolute;
  top: 20vh;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: calc(100% - 40px);
  padding: 5px 30px;
  border-radius: 50px;
  background-color: #103349;
}
.main__info p {
  margin: auto 20px auto 0;
  font-family: "DigitalSansEF", sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
}
.main__info img {
  height: 50px;
  margin: auto 0;
}
.main__btn {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.main__btn img {
  position: absolute;
  top: 40vh;
  left: 50%;
  transform: translateX(-50%);
  width: 40vw;
  max-width: calc(100% - 40px);
  transform-origin: center;
  transition: transform 0.3s;
}

#xr-link {
  font-family: "DigitalSansEF", sans-serif;
  position: absolute;
  bottom: 70px;
  left: 30px;
  height: 100px;
  background: #103349;
  right: 30px;
  border-radius: 20px;
  color: white;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  display: none;
}

.xr-end {
  font-size: 80px;
  color: white;
  position: absolute;
  top: 20px;
  right: 50px;
}

body .wg-loading-screen {
  background: rgba(39, 39, 39, 0.5) url('../img/loader.gif') center center no-repeat;
  background-size: 30px 30px;
  z-index: 0;
}
