@font-face {
  font-family: "Furore";
  src: url(./fonts/Furore/Furore.woff);
}

@font-face {
  font-family: "Blender Pro Bold";
  src: url(./fonts/BlenderPro-Bold.woff);
}

@font-face {
  font-family: "Blender Pro 500";
  src: url(./fonts/BlenderPro-Book.woff);
}
@font-face {
  font-family: "Helvetica";
  src: url(./fonts/Helvetica/Helvetica-Bold.woff);
}
@media screen and (min-width: 480px) and (max-width: 787px) {
  .container {
    max-width: 787px;
    padding: 0px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 787px) and (max-width: 1200px) {
  .container {
    max-width: 1200px;
    padding: 0px;
    margin: 0 auto;
  }
}
body {
  margin: 0;
  margin-top: -20px;
  padding: 0;
  background-color: rgba(0, 0, 0);
}
.ar-link-open {
  display: none;
}
.ar-btn-thumb {
  margin-top: 60px;
  display: none;
  justify-content: center;
}
.back_btn {
  margin-top: 40px;
  margin-bottom: 220px;
  width: 125px;
  height: 60px;
  background-color: #232323;
  color: #fff;
  outline: none;
  border-radius: 5px;
  font-size: 12px;
  line-height: 14px;
  font-family: "Furore";
  font-weight: 400;

  border-radius: 10px;
}
.logos {
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-thumb {
  text-align: center;
}
.ar-button-text {
  color: #fff;
  font-family: "Furore";

  font-size: 24px;
  line-height: 31px;
  font-weight: 400;
}
.ar-button-text-second {
  color: #fff;
  font-family: "Furore";

  font-size: 24px;
  line-height: 31px;
  font-weight: 400;
}
.ar-button-text-third {
  color: #fff;
  font-family: "Furore";

  font-size: 24px;
  line-height: 31px;
  font-weight: 400;
}
.ar-btn-link {
  color: #fff;
  outline: none;
  text-decoration: none;
}
.hourglass_thumb {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
}

.hourglass {
  display: block;
  margin: 3em auto;
  width: 2em;
  height: 4em;
  animation: hourglass 2.5s linear infinite;
  position: fixed;
  top: 50%;
  margin-top: -50px;
}
.hourglass_logos {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hourglass_logos_thumb {
  position: absolute;
  bottom: 10px;
}
.border {
  width: 54px;
  height: 0px;
  border: 1px solid rgb(85, 94, 102);
  transform: rotate(90deg);
}
.border_black {
  width: 40px;
  height: 0px;
  border: 1px solid #000;
  transform: rotate(-90deg);
}
.outer {
  fill: #ffff;
}

.middle {
  fill: rgba(0, 0, 0, 0.9);
}

@keyframes hourglass {
  0% {
    transform: rotate(0deg);
    box-shadow: inset #fff 0 -0em 0 0, inset #fff 0 -2em 0 0,
      inset #fff 0 -4em 0 0;
  }
  80% {
    transform: rotate(0deg);
    box-shadow: inset #fff 0 -2em 0 0, inset #fff 0 -2em 0 0,
      inset #fff 0 -2em 0 0;
  }
  100% {
    transform: rotate(180deg);
    box-shadow: inset #fff 0 -2em 0 0, inset #fff 0 -2em 0 0,
      inset #fff 0 -2em 0 0;
  }
}
.ar-text {
  font-family: "Furore";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  position: fixed;
  top: 30%;
  margin-top: -30px;
  color: #fff;
}
.ar-text-second {
  font-family: "Furore";
  font-weight: 400;
  line-height: 21px;
  font-size: 14px;
  position: fixed;
  top: 35%;
  margin-top: -35px;
  color: #fff;
}
.ar-text-third {
  font-family: "Furore";
  font-weight: 400;
  line-height: 21px;
  font-size: 14px;
  position: fixed;
  top: 38.5%;
  margin-top: -38.5px;
  color: #fff;
}
.hidden {
  display: none;
}
#enterar:enabled {
  position: fixed;
  top: 34%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
  background-color: transparent;
  border: none;
  width: 238px;
  height: 68px;
}
.meta_section {
  display: none;
}
.meta_logos_thumb {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 10px;
}

.meta_logos {
  display: flex;
  align-items: center;
  justify-content: center;
}

.meta_text {
  margin-top: 100px;
  letter-spacing: 0.7px;
  text-align: center;
  font-family: "Helvetica";
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #000000;
  padding: 0px 15px;
}
.meta_text_blue {
  color: #0080f6;
}
.meta_dots_svg {
  vertical-align: text-bottom;
}
.meta_arrows_thumb {
  position: absolute;
  left: 30%;
  top: 58%;
}
.chevron {
  position: absolute;
  width: 24px;
  height: 4px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: " ";
  position: absolute;
  top: 40px;
  height: 100%;
  width: 51%;
  background: #0080f6;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, -30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, 30deg);
}

@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(-30px);
  }
  67% {
    opacity: 1;
    transform: translateY(-40px);
  }
  100% {
    opacity: 0;
    transform: translateY(-55px) scale3d(0.5, 0.5, 0.5);
  }
}
.animation_thumb {
  position: relative;
  overflow: hidden;
}
.button {
  position: absolute;
  top: -60px;
  left: 76%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 150px;
  width: 150px;
  border-radius: 100%;
  background: #ffffff;
  box-shadow: 0 0 20px 0 #0080f6;
}

/* Ripple magic */
.button {
  position: relative;
}

@media screen and (min-width: 480px) and (max-width: 787px) {
  .button {
    position: relative;
    top: -60px;
    left: 86%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 150px;
    width: 150px;
    border-radius: 100%;
    background: #ffffff;
    box-shadow: 0 0 20px 0 #0080f6;
  }
}
@media screen and (min-width: 788px) and (max-width: 1200px) {
  .button {
    position: relative;
    top: -60px;
    left: 90%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 150px;
    width: 150px;
    border-radius: 100%;
    background: #ffffff;
    box-shadow: 0 0 20px 0 #0080f6;
  }
}
.button:after {
  content: "";
  position: absolute;
  top: -8px;
  left: -14px;
  right: 0;
  bottom: 0;
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 100%;
  width: 100%;
  border: 8px solid #0080f6;
  border-radius: 100%;
  z-index: 10;
}
@keyframes ripple {
  from {
    opacity: 1;
    transform: scale3d(0.75, 0.75, 1);
  }

  to {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1);
  }
}

.button::after {
  animation: ripple 1.2s ease-out infinite;
  animation-delay: 3s;
}
.ar-section {
  display: none;
}
.meta_logos_thumb_facebook {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 40px;
  margin-bottom: 240px;
}
.meta_text_facebook {
  margin-top: 240px;
  margin-bottom: 160px;
  letter-spacing: 0.7px;
  text-align: center;
  font-family: "Helvetica";
  font-size: 31px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: -0.02em;
  color: #000000;
  padding: 0px 15px;
}
.meta_arrows_thumb_facebook {
  position: absolute;
  left: 20%;
  top: 55%;
}

.chevron_facebook {
  position: absolute;
  width: 24px;
  height: 4px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron_facebook:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron_facebook:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron_facebook:before,
.chevron_facebook:after {
  content: " ";
  position: absolute;
  top: 40px;
  height: 100%;
  width: 51%;
  background: #0080f6;
}

.chevron_facebook:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron_facebook:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(-30px);
  }
  67% {
    opacity: 1;
    transform: translateY(-40px);
  }
  100% {
    opacity: 0;
    transform: translateY(-55px) scale3d(0.5, 0.5, 0.5);
  }
}
.animation_thumb {
  position: relative;
  overflow: hidden;
}
.animation_thumb_facebook {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}

.button_facebook {
  position: absolute;
  left: 82%;
  bottom: 0%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 150px;
  width: 150px;
  border-radius: 100%;
  background: #ffffff;
  box-shadow: 0 0 20px 0 #0080f6;
}

/* Ripple magic */
.button_facebook {
  position: relative;
}

@media screen and (min-width: 480px) and (max-width: 787px) {
  .button_facebook {
    position: relative;
    top: 20px;
    left: 82%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 150px;
    width: 150px;
    border-radius: 100%;
    background: #ffffff;
    box-shadow: 0 0 20px 0 #0080f6;
  }
}
@media screen and (min-width: 788px) and (max-width: 1200px) {
  .button_facebook {
    position: relative;
    top: -60px;
    left: 90%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 150px;
    width: 150px;
    border-radius: 100%;
    background: #ffffff;
    box-shadow: 0 0 20px 0 #0080f6;
  }
}
.button_facebook:after {
  content: "";
  position: absolute;
  top: -8px;
  left: -14px;
  right: 0;
  bottom: 0;
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 100%;
  width: 100%;
  border: 8px solid #0080f6;
  border-radius: 100%;
  z-index: 10;
}
@keyframes ripple {
  from {
    opacity: 1;
    transform: scale3d(0.75, 0.75, 1);
  }

  to {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1);
  }
}

.button_facebook::after {
  animation: ripple 1.2s ease-out infinite;
  animation-delay: 3s;
}
.facebook_block {
  display: none;
}
.meta_dots_svg {
  display: inline-flex;
  margin-left: 2px;
  margin-right: 2px;
}
.second_hourglass_thumb {
  display: none;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
}
.shopAR_logo {
  margin-right: 2px;
}
.desktop_ar_thumb{
  display: flex;
  justify-content: center;
  width:100vw;
  height:100vh;
  position: relative;
}

.desktop_ar_image{
  width: 400px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}

.qr_text{
  letter-spacing: 0.7px;
  font-size: 18px;
  line-height: 26ppx;
  font-family: "Montserrat";
  font-weight: 400;
  margin-top: 100px;
}




.animation_thumb {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.alien_thumb {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.animation_thumb_mobile {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}


.logos-pc {
  display: flex;
  align-items: center;
  z-index: 100;
  padding-top: 20px;
}

.logos-mobile {
  display: flex;
  align-items: center;
  z-index: 100;
  padding-top: 40px;
}

.video {
  height: 570px;
}

 .video-mobile {
  width: 100%;
}

.gif-container {
  position: relative;
  display: block;
  width: 100vw;
  height: 100vh;
}

.gif-soc {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.qr {
  display: block;
  background-color: #fff;
  width: 226px;
  height: 226px;
  padding: 4px;
}

.qr-block {
display: flex;
align-items: center;
width: 292px;
height: 292px;
background-color: #ffffff;
justify-content: center;
margin-top: -118px;
}

.qr-block-in {
display: flex;
align-items: center;
width: 258px;
height: 258px;
border: 8px solid black;
background-color: #ffffff;
justify-content: center;
}


.mobile-title {
  font-family: "Blender Pro Bold";
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  color: #ffffff;
  margin: 0;
}


/* Setting loading bar */

#unity-webgl-logo {
  display: none;
}
#unity-canvas {
  width: 100%;
  height: 100%;
  background-color: transparent;
}
#unity-loading-bar {
  position: absolute;
  top: 252px;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: transparent;
  z-index: 1;
}
#progress-circle {
  width: 136px;
  height: 136px;
  position: relative;
}

#progress-text-container {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-family: 'Blender Pro Bold', sans-serif;
font-weight: 700;
font-size: 32px;
line-height: 100%;
color: #ffffff;
text-transform: uppercase;
pointer-events: none;
user-select: none;
}

#progress-wrapper {
position: relative;
width: 136px;
height: 136px;
margin: 0 auto;
}

.hide {
opacity: 0;
transition: opacity 0.5s ease;
}