@font-face {
  font-family: "BalooChettan2";
  font-style: normal;
  font-weight: 400;
  src: url(./assets/Baloo_Chettan_2/BalooChettan2-VariableFont_wght.ttf) format("truetype");
  /* Chrome 26+, Opera 23+, Firefox 39+ */
  unicode-range: U+000-5FF;
}
.baloo-chettan-bold {
  font-family: "BalooChettan2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.baloo-chettan {
  font-family: "BalooChettan2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

html {
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  touch-action: pan-x pan-y;
  touch-action: none;
  margin: 0;
  padding: 0;
  background-color: black;
  background-image: url("./assets/consoluta-bg.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
  animation: background-slide 30s ease infinite;
}

@keyframes background-slide {
  0% {
    background-position: 100% 100%;
    x-background-size: 100%;
  }
  50% {
    background-position: 10% 10%;
    x-background-size: 200%;
  }
  100% {
    background-position: 100% 100%;
    x-background-size: 100%;
  }
}
.background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: black;
}

.page {
  display: flex;
  position: absolute;
  top: 20px;
  bottom: 140px;
  right: 20px;
  left: 20px;
}

.box {
  margin: auto;
}

.to-front {
  z-index: 50;
  xx-transform: translate3d(0, 0, 0) translateZ(1000px);
}

.title {
  font-size: 10rem;
  font-weight: bold;
  color: white;
  text-shadow: 0.03rem 0.03rem black;
}

.claim {
  font-size: 3.3rem;
  font-weight: bold;
  color: #c0ff54;
  text-shadow: 0.03rem 0.03rem black;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.mark {
  flex-grow: 1;
}

.disclaimer {
  position: absolute;
  background-color: rgba(192, 255, 84, 0.4);
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}

a, .address {
  font-size: 1rem;
  color: white;
  flex-grow: 1;
  padding: 1.5rem;
  xx-border: 0.1rem solid red;
  xx-background-color: yellow;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.left {
  text-align: right;
}

.label {
  font-size: 1rem;
  color: #c0ff54;
}

.spacer {
  flex-grow: 99;
}

.text-focus-in-0 {
  animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.1s both;
}

.text-focus-in-1 {
  animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.5s both;
}

.text-focus-in-2 {
  animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 2.5s both;
}

.text-focus-in-3 {
  animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 3.5s both;
}

@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
.fade-out-0 {
  -webkit-animation: fade-out 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s both;
  animation: fade-out 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s both;
}

.fade-in-1 {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s both;
}

.fade-in-2 {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 2.5s both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 2.5s both;
}

.fade-in-3 {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 3.5s both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 3.5s both;
}

.fade-in-4 {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 4.5s both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 4.5s both;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.on-min {
  display: none;
}

.on-max {
  display: none;
}

/*@media all and (min-width: 410px) {*/
.scale-up-ver-bottom {
  xx-webkit-animation: scale-up-ver-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 5s both;
  xx-animation: scale-up-ver-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 5s both;
}

@-webkit-keyframes scale-up-ver-bottom {
  0% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4) translate3d(0, 0, 0) translateZ(1000px);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1) translate3d(0, 0, 0) translateZ(1000px);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
}
@keyframes scale-up-ver-bottom {
  0% {
    -webkit-transform: scaleY(0.001);
    transform: scaleY(0.001) translate3d(0, 0, 0) translateZ(1000px);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1) translate3d(0, 0, 0) translateZ(1000px);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
}
/*}*/
@media all and (min-width: 800px) {
  .on-max {
    display: block;
    flex-grow: 99;
  }
}
@media all and (max-width: 694px) {
  html {
    font-size: 14px;
  }
  .desktop {
    display: none;
  }
  .address {
    font-size: 0.7rem;
  }
  .label {
    font-size: 0.7rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 430px) and (min-device-height: 568px) and (max-device-height: 932px) {
  .on-min {
    display: block;
    flex-grow: 2;
  }
  html {
    xx-font-size: 10px;
  }
  .title {
    font-size: 4.2rem;
  }
  .claim {
    font-size: 1.43rem;
  }
  .address {
    padding: 1.1rem;
    font-size: 10px;
  }
  .label {
    font-size: 10px;
  }
}
@keyframes move {
  100% {
    transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}

/*# sourceMappingURL=styles.css.map */
