@charset "utf-8";
/* CSS Document */
/*
<a href="https://usecheck.com/" class="btn-shine" target="_blank">Get early access
</a>
*/
.btn-shine {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 12px 48px;
  color: #ffffff;
  background: linear-gradient(to right, #fafa95 0, white 10%, #888 20%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s 3 linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  font-family: 'Charm', cursive;
  font-weight: 700;
  font-size: 2.8rem;
  text-decoration: none;
  white-space: nowrap;
}
@keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 240px; 
  }
  100% {
    background-position: 300px;
  }
}
.txt-shine {
  font-weight: 700;
  text-align: center;
  font-size: 40px;
font-family: 'Charm', recursive;  
  text-transform: uppercase;
  background: linear-gradient(90deg, #000, #fff, #000);
  letter-spacing: 5px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-repeat: no-repeat;
  background-size: 80%;
  animation: txt-shine 4s linear 2;
  position: relative;
  
}

@keyframes txt-shine {
  0% {
    background-position-x: -500%;
  }
  100% {
    background-position-x: 800%; /* 500% */
  }
}

.luminance {
  background: 50% 100% / 50% 50% no-repeat
              radial-gradient(ellipse at bottom, #fff, transparent, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 10vw;
  font-family: "Charm", recursive;
  animation: reveal 3000ms ease-in-out forwards 200ms,
             glow 2500ms linear infinite 2000ms;

  @keyframes reveal {
    80%{
      letter-spacing: 8px;
    }
    100% {
      background-size: 300% 300%;
    }
  }
  @keyframes glow {
    40% {
      text-shadow: 0 0 8px #fff;
    }
  }
}  


.popup__left-bg {
  background-color: #dfe3e5;
  font: 700 2rem Helvetica;
}
.emboss {
  text-shadow: 0 -4px 3px rgba(255, 255, 255, 0.3), 0 3px 4px rgba(0, 0, 0, 0.2);
  /*color: #b7dee1;*/
  /* Was d7dee1 */
}
.popup__left-LoiNgo {
  font-family: "Great Vibes";
  font-size: 4rem;
  transform: rotate(-90deg) translateX(-12rem);
  color: #666;
  /*transform-origin: 180px 100px 0;*/
}
.popup__txtfx {
  text-shadow: 2px 2px 2px #FFFFFF;
  font-size: 1.6rem;
}
.txtfx1 {
  text-shadow: 3px 3px 3px #FFFFFF;
  font-size: 2.2rem;
  font-weight: bolder;
}
.txtfx {
  text-shadow: 2px 2px 2px #FFFFFF;
  font-size: 1.8rem;
}
.txtfx2 {
  text-shadow: 2px 2px 2px #FFFFFF;
  font-size: 4rem;
}
.txtfx3 {
  text-shadow: 0px 9px 10px rgba(81,67,21,0.8);  
}
.letterpress1 {
  background-color: #353536;
  color: transparent;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 5px 5px;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
}
.txtfx4 {
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75), 0px -1px 1px rgba(0, 0, 0, .75);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 60px;
  text-transform: uppercase;
  color: #999;
}
.spacing {
  letter-spacing: 0.65rem;
}