@font-face {
  font-family: Nasi Goreng Demo;
  src: url('../fonts/Nasi_Goreng_DEMO.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.body {
  background-color: #f8d339;
}

.section_wrapper {
  background-color: #7f7760;
  background-image: linear-gradient(#7f7760, #685d49);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 10px;
  display: flex;
  position: relative;
}

.floor {
  background-color: #edc622;
  border: 1px #000;
  border-radius: 0 0 20px 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 23%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-2 {
  background-color: #423604;
  width: 100%;
  height: 2%;
  margin-bottom: 5px;
  position: absolute;
  inset: auto 0% 0%;
}

.image {
  height: 55%;
  position: absolute;
  inset: auto auto 15%;
}

.grass {
  background-image: url('../images/grass.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 8%;
  position: absolute;
  inset: auto 0% 22.8%;
}

.cat {
  height: 100%;
  margin-bottom: 0;
  position: relative;
  inset: auto auto 0%;
}

.block_cat {
  justify-content: center;
  align-items: center;
  height: 35%;
  margin-bottom: 22px;
  margin-right: 25px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.cat_shadow {
  background-color: #dab51a;
  border-radius: 100%;
  width: 95%;
  height: 25%;
  margin-bottom: -6px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-3 {
  margin: 25px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button {
  background-color: #353535;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  display: flex;
}

.binance {
  opacity: .22;
  height: 75%;
  position: absolute;
  inset: auto;
}

.junk1 {
  height: 34%;
  position: absolute;
  inset: auto auto 19% -26%;
}

.junk2 {
  height: 18%;
  position: absolute;
  inset: auto 0% 30% auto;
}

.tv {
  height: 105%;
  position: absolute;
  inset: auto auto -8% -84%;
}

.wrapper {
  background-color: #0000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.screen_wrap {
  background-color: #3f3828;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4px;
  display: flex;
  position: relative;
}

.screen1 {
  background-image: linear-gradient(#89836d, #6e634d);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px 25px 75px;
  display: flex;
  position: relative;
}

.screen2 {
  background-image: linear-gradient(#32322a, #4e4e3f);
  border-radius: 17px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 35px;
  display: flex;
  position: relative;
}

.screen3 {
  background-color: #fddd95;
  background-image: linear-gradient(#6b6047, #8d7d58);
  border-radius: 23px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px;
  display: flex;
  position: relative;
}

.block_circle {
  background-color: #5c5039;
  border: 2px solid #4b4230;
  border-radius: 100%;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding: 3px;
  position: static;
  inset: auto auto 0%;
}

.circle_in {
  background-color: #423a29;
  border: 2px solid #f0d049;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.glitch {
  z-index: 150;
  opacity: .04;
  pointer-events: none;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: overlay;
  background-image: url('../images/glitch.gif');
  background-position: 50%;
  background-size: auto;
  background-clip: border-box;
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.screen_commands {
  justify-content: center;
  align-items: center;
  margin-bottom: 22px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.arrow_left {
  background-color: #0000;
  background-image: url('../images/arrow_left.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 30px;
  height: 30px;
  margin-top: 0;
  padding: 0;
}

.arrow_right {
  background-color: #0000;
  background-image: url('../images/arrow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 30px;
  height: 30px;
  margin-top: 0;
  padding: 0;
}

.header_left {
  z-index: 50;
  justify-content: flex-start;
  align-items: center;
  margin: 20px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.header_right {
  z-index: 50;
  justify-content: flex-end;
  align-items: center;
  margin: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.tg {
  background-color: #252525;
  background-image: url('../images/tg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 85%;
  border: 2px #000;
  border-radius: 10px;
  width: 53px;
  height: 53px;
  margin-left: 10px;
}

.tg:hover {
  background-color: #705d0f;
}

.x {
  background-color: #252525;
  background-image: url('../images/x.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 93%;
  border: 2px #000;
  border-radius: 10px;
  width: 53px;
  height: 53px;
  margin-left: 10px;
}

.x:hover {
  background-color: #705d0f;
}

.dex {
  background-color: #252525;
  background-image: url('../images/dex.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 80%;
  border: 2px #000;
  border-radius: 10px;
  width: 53px;
  height: 53px;
  margin-left: 15px;
}

.dex:hover {
  background-color: #705d0f;
}

.button_buy {
  z-index: 50;
  color: #ffc844;
  background-color: #252525;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 53px;
  margin: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 22px;
  line-height: 22px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.logo {
  height: 80px;
  margin-right: 25px;
  position: static;
  inset: auto auto 64%;
  transform: skew(0deg, -4deg);
}

.block_interaction {
  z-index: 30;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 45%;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: 13% auto auto;
}

.tap {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.title {
  color: #5f4c00;
  font-family: Nasi Goreng Demo, Impact, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.count {
  color: #b5b8b4;
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  font-family: Nasi Goreng Demo, Impact, sans-serif;
  font-size: 40px;
  line-height: 40px;
  position: relative;
  transform: skew(0deg);
}

.block_count {
  position: relative;
}

.count_shadow {
  color: #000;
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  margin-top: 4px;
  font-family: Nasi Goreng Demo, Impact, sans-serif;
  font-size: 40px;
  line-height: 40px;
  position: absolute;
  inset: 0%;
  transform: skew(0deg);
}

.block_tap {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  position: relative;
}

.leaderboard_icon {
  background-color: #252525;
  background-image: url('../images/trophy.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  width: 28px;
  height: 28px;
  margin-right: 10px;
}

.block_leaderboard {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.page1 {
  background-color: #f8d339;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.page2 {
  background-color: #f8d339;
  background-image: linear-gradient(#f8d339cc, #f8d339cc), url('../images/bg2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.cat2 {
  height: 35%;
  position: absolute;
  inset: auto auto 0%;
}

.page3 {
  background-color: #f8d339;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.wave {
  background-color: #0000;
  background-image: url('../images/wave.svg');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto 100%;
  border: 1px #000;
  border-radius: 0 0 20px 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.cat3 {
  height: 35%;
  margin-right: 0;
  position: absolute;
  inset: auto auto 0%;
}

.page4 {
  background-color: #78ebff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.cat4 {
  transform-style: preserve-3d;
  height: 35%;
  margin: 35px;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.clouds {
  filter: blur(8px);
  mix-blend-mode: screen;
  background-image: url('../images/clouds.gif');
  background-position: 0 0;
  background-size: auto 75%;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.buy {
  background-color: #252525;
  background-image: url('../images/x.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 93%;
  border: 2px #000;
  border-radius: 10px;
  width: 53px;
  height: 53px;
  margin-left: 10px;
  display: none;
}

.buy:hover {
  background-color: #705d0f;
}

.page5 {
  background-color: #78ebff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.sand {
  background-image: url('../images/sand.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
  height: 20%;
  position: absolute;
  inset: auto 0% 0%;
}

.cat5 {
  transform-style: preserve-3d;
  height: 31%;
  margin: 30px;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.sea {
  background-color: #71ffff;
  border-top: 2px solid #36b8b8;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.num {
  color: #ffdc4b;
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  font-family: Nasi Goreng Demo, Impact, sans-serif;
  font-size: 40px;
  line-height: 40px;
  position: absolute;
}

.section_welcome {
  z-index: 100;
  background-color: #f8d339;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.loading {
  font-family: Nasi Goreng Demo, Impact, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.continue {
  z-index: 50;
  color: #ffc844;
  background-color: #252525;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 53px;
  margin: 20px 0 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 22px;
  line-height: 22px;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
}

@media screen and (min-width: 1440px) {
  .page5 {
    display: none;
  }

  .section_welcome {
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .floor {
    height: 150px;
  }

  .grass {
    height: 80px;
    bottom: 148px;
  }

  .block_cat {
    height: 250px;
    margin-right: 0;
    right: auto;
  }

  .wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .button_buy {
    display: none;
  }

  .logo {
    height: 55px;
  }

  .block_interaction {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 122px;
    position: absolute;
    inset: 0% auto auto;
  }

  .block_tap {
    height: 450px;
  }

  .page1 {
    display: none;
  }

  .cat2 {
    height: 300px;
  }

  .cat3 {
    height: 300px;
    margin-right: 0;
    right: auto;
  }

  .cat4 {
    height: 350px;
    right: auto;
  }

  .buy {
    background-image: url('../images/chart.svg');
    background-size: auto 80%;
    display: flex;
  }

  .sand {
    height: 135px;
  }

  .cat5 {
    height: 250px;
  }

  .sea {
    height: 180px;
  }

  .continue {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .block_cat {
    height: 200px;
  }

  .header_left {
    margin: 15px 0 0;
    left: auto;
  }

  .header_right {
    margin: 85px 0 0;
    right: auto;
  }

  .dex {
    margin-left: 0;
  }

  .button_buy {
    margin: 0 0 15px;
    left: auto;
  }

  .logo {
    margin-right: 0;
  }

  .block_interaction {
    margin-top: 173px;
  }

  .block_tap, .cat2 {
    height: 250px;
  }

  .cat4 {
    height: 300px;
  }

  .cat5 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .num {
    font-size: 30px;
    line-height: 30px;
  }

  .continue {
    margin: 20px 0 15px;
    left: auto;
  }
}

@media screen and (max-width: 479px) {
  .binance {
    height: auto;
    margin-bottom: 90px;
    inset: auto auto 0% 0%;
  }

  .junk1 {
    bottom: 26%;
    left: -3%;
  }

  .screen_wrap {
    padding: 2px;
  }

  .screen1 {
    border-radius: 21px;
    padding: 5px;
  }

  .screen2 {
    padding: 10px;
  }

  .screen3 {
    border-radius: 8px;
  }

  .screen_commands {
    display: none;
  }

  .header_right {
    margin-top: 66px;
    margin-left: 0;
  }

  .tg, .x, .dex {
    width: 40px;
    height: 40px;
  }

  .button_buy {
    display: none;
  }

  .logo {
    height: 40px;
  }

  .block_interaction {
    margin-top: 131px;
  }

  .title {
    font-size: 16px;
    line-height: 16px;
  }

  .count, .count_shadow {
    font-size: 30px;
    line-height: 30px;
  }

  .block_tap {
    height: 200px;
  }

  .page2 {
    background-image: linear-gradient(to bottom, null, null), url('../images/bg2.jpg');
    background-position: 0 0, 50% 0;
  }

  .cat2 {
    width: 90%;
    height: auto;
  }

  .wave {
    background-position: 50% 100%;
    height: 500px;
  }

  .cat3 {
    width: auto;
    height: 220px;
  }

  .cat4 {
    height: 200px;
    margin-bottom: 10px;
  }

  .clouds {
    background-position: 50% 100%;
    background-size: auto 50%;
  }

  .buy {
    width: 40px;
    height: 40px;
  }

  .sand {
    height: 100px;
  }

  .cat5 {
    height: 185px;
    margin-bottom: 15px;
  }

  .sea {
    height: 150px;
  }

  .num {
    font-size: 25px;
    line-height: 25px;
  }

  .continue {
    display: flex;
  }
}


@font-face {
  font-family: 'Nasi Goreng Demo';
  src: url('../fonts/Nasi_Goreng_DEMO.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}