/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
figure,
body {
  margin: 0;
}

* {
  box-sizing: border-box;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
}
body.popup-in:after {
  content: "";
  top: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 13;
}

img {
  max-width: 100%;
  width: 100%;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 3.6979166667vw;
  width: 14.2708333333vw;
  position: relative;
  text-shadow: -1.1px 1.6px 1px rgba(0, 0, 0, 0.7);
  font-size: 1.3020833333vw;
  font-weight: 900;
  color: #eff3ff;
  border: 3px solid transparent;
  text-transform: uppercase;
  background-clip: border-box;
  border-radius: 0.4166666667vw;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 0.4px;
  font-family: "Poppins";
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.48);
  background: url("assets/img/cta.png") no-repeat center/contain;
}
@media screen and (max-width: 991px) {
  .btn {
    width: 26.7578125vw;
    min-height: 6.93359375vw;
    font-size: 2.44140625vw;
    border-radius: 0.78125vw;
  }
}
@media screen and (max-width: 575px) {
  .btn {
    width: 48vw;
    min-height: 13.3333333333vw;
    font-size: 4.2666666667vw;
    border-radius: 1.0666666667vw;
    text-shadow: none;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.scene {
  width: 100vw;
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  background: #000 url("assets/img/bg.jpg") no-repeat center top/100% auto;
}
@media screen and (max-width: 991px) {
  .scene {
    background-size: auto 105.46875vw;
    padding-top: 10%;
  }
}
@media screen and (max-width: 575px) {
  .scene {
    background-size: auto 166.6666666667vw;
  }
}

.game-holder {
  width: 30.4166666667vw;
  height: 41.1458333333vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  filter: drop-shadow(0 0 20px #000);
  text-align: center;
  padding-top: 1.3020833333vw;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 991px) {
  .game-holder {
    width: 57.03125vw;
    height: 77.1484375vw;
  }
}
@media screen and (max-width: 767px) {
  .game-holder {
    width: 100%;
    height: unset;
  }
}

.logo {
  width: 11.5104166667vw;
  height: 13.28125vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -1.0416666667vw;
  position: relative;
  z-index: 1;
  animation: pulse 0.8s infinite linear;
}
@media screen and (max-width: 991px) {
  .logo {
    width: 21.58203125vw;
    height: 24.90234375vw;
    margin-bottom: -1.953125vw;
  }
}
@media screen and (max-width: 575px) {
  .logo {
    width: 33.0026666667vw;
    height: 38.08vw;
    margin-bottom: -2.6666666667vw;
  }
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  75% {
    transform: translateX(-5px);
  }
}
.game {
  width: 17.1354166667vw;
  height: 27.6041666667vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 991px) {
  .game {
    width: 32.12890625vw;
    height: 51.7578125vw;
  }
}
@media screen and (max-width: 575px) {
  .game {
    width: 57.2vw;
    height: 84vw;
  }
}
.game.shake {
  animation: shake 0.3s ease-in-out;
}
.game.shake-continuous {
  animation: shake 0.3s ease-in-out infinite;
}

.weight {
  width: 2.7604166667vw;
  height: 4.3229166667vw;
  display: inline-block;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .weight {
    width: 5.17578125vw;
    height: 8.10546875vw;
  }
}
@media screen and (max-width: 575px) {
  .weight {
    width: 7.0666666667vw;
    height: 11.0666666667vw;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes ping-left {
  0%, 100% {
    transform: translateX(-10px) translateY(-50%);
  }
  50% {
    transform: translateX(0px) translateY(-50%);
  }
}
@keyframes ping-right {
  0%, 100% {
    transform: translateX(10px) translateY(-50%) scaleX(-1);
  }
  50% {
    transform: translateX(0px) translateY(-50%) scaleX(-1);
  }
}
.btn-trigger {
  position: absolute;
  left: 50%;
  background: transparent;
  transform: translate(-50%, 0%);
  border: none;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  bottom: 0.5208333333vw;
  width: 7.1875vw;
  height: 7.4479166667vw;
}
@media screen and (max-width: 991px) {
  .btn-trigger {
    bottom: 0.48828125vw;
    width: 13.4765625vw;
    height: 13.96484375vw;
  }
}
@media screen and (max-width: 575px) {
  .btn-trigger {
    bottom: 0.6666666667vw;
    width: 23.7333333333vw;
    height: 24.4vw;
  }
}
.btn-trigger span {
  display: inline-block;
}
.btn-trigger.rotate {
  pointer-events: none;
}
.btn-trigger.rotate span {
  animation: rotate 0.3s ease-in-out;
  pointer-events: none;
}
.btn-trigger:before, .btn-trigger::after {
  content: "";
  width: 7.03125vw;
  height: 4.4791666667vw;
  filter: drop-shadow(0 0 0.5364583333vw #000);
  top: 50%;
  transform: translateY(-50%);
  background: url("assets/img/arrow.png") no-repeat center/contain;
  position: absolute;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .btn-trigger:before, .btn-trigger::after {
    width: 13.18359375vw;
    height: 8.3984375vw;
  }
}
@media screen and (max-width: 575px) {
  .btn-trigger:before, .btn-trigger::after {
    width: 18vw;
    height: 11.4666666667vw;
  }
}
.btn-trigger:before {
  right: 100%;
  animation: ping-left 1s ease-in-out infinite;
}
.btn-trigger:after {
  left: 100%;
  transform: translateY(-50%);
  animation: ping-right 1s ease-in-out infinite;
}

.message {
  display: inline-flex;
  border: 4px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 27.8125vw;
  height: 4.5833333333vw;
  z-index: 99;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  display: none;
}
@media screen and (max-width: 991px) {
  .message {
    min-width: 52.1484375vw;
    height: 8.59375vw;
  }
}
@media screen and (max-width: 575px) {
  .message {
    min-width: 71.2vw;
    height: 11.7333333333vw;
  }
}
.message span {
  -webkit-text-stroke: 1px #c69002;
  background-image: linear-gradient(to bottom, #fee039 0%, rgb(255, 255, 255) 51%, #f0ba16 65%);
  font-family: "Poppins";
  font-size: 1.71875vw;
  font-weight: 800;
  color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 991px) {
  .message span {
    font-size: 3.22265625vw;
  }
}
@media screen and (max-width: 575px) {
  .message span {
    font-size: 4.4vw;
  }
}

@keyframes toggle-bg {
  0%, 50% {
    background-image: url("assets/img/popup-off.png");
    /* First image */
    visibility: visible;
  }
  51%, 100% {
    background-image: url("assets/img/popup-on.png");
    visibility: visible;
  }
}
.award-popup {
  width: 34.375vw;
  height: 17.5vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: url("assets/img/popup-on.png") no-repeat center/contain, url("assets/img/popup-off.png") no-repeat center/contain;
  z-index: 111;
  padding: 1.5625vw 1.5625vw;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  animation: toggle-bg 2s infinite;
}
@media screen and (max-width: 991px) {
  .award-popup {
    top: 40%;
    width: 57.03125vw;
    height: 29.1015625vw;
    padding: 2.9296875vw 2.9296875vw;
  }
}
@media screen and (max-width: 575px) {
  .award-popup {
    width: 93.8666666667vw;
    height: 48vw;
    padding: 4vw 4vw;
  }
}
.award-popup p {
  -webkit-text-stroke: 1px #c69002;
  background-image: linear-gradient(to bottom, #fee039 0%, rgb(255, 255, 255) 51%, #f0ba16 65%);
  text-transform: uppercase;
  font-family: "Poppins";
  font-size: 2.0833333333vw;
  font-weight: 800;
  color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.5208333333vw;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .award-popup p {
    font-size: 3.90625vw;
    margin-bottom: 0.9765625vw;
  }
}
@media screen and (max-width: 575px) {
  .award-popup p {
    font-size: 5.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.award-popup h2 {
  font-family: "Poppins";
  line-height: 1.01;
  text-align: center;
  color: #fefefe;
  font-size: 1.3020833333vw;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0.5208333333vw;
}
@media screen and (max-width: 991px) {
  .award-popup h2 {
    font-size: 2.44140625vw;
    margin-bottom: 0.9765625vw;
  }
}
@media screen and (max-width: 575px) {
  .award-popup h2 {
    font-size: 3.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.award-popup h2 em {
  display: block;
  margin-top: 1.0416666667vw;
  padding: 0 3.125vw;
}
@media screen and (max-width: 991px) {
  .award-popup h2 em {
    margin-top: 1.953125vw;
    padding: 0 40px;
    padding: 0 5.859375vw;
  }
}
@media screen and (max-width: 575px) {
  .award-popup h2 em {
    margin-top: 2.6666666667vw;
    padding: 0 10.6666666667vw;
  }
}
.award-popup .btn-holder {
  margin-top: -10px;
}
.message-3 {
  z-index: -1;
}

#tsparticles {
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 0;
}

/*# sourceMappingURL=style.css.map */
