@font-face {
  font-family: "Pixeboy Z 8 Xgd";
  src: url('../fonts/Pixeboy-z8XGD.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.wrapper {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.floor {
  height: 40%;
  position: absolute;
  inset: auto 0% 0%;
}

.wall {
  height: 60%;
  position: absolute;
  inset: 0% 0% auto;
}

.section_hero {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
}

.block_main_chara {
  justify-content: center;
  align-items: center;
  height: 42%;
  margin-top: 0;
  display: flex;
  position: absolute;
  inset: auto auto 14%;
}

.main_chara {
  height: 100%;
}

.brain {
  height: 15%;
  margin-right: 10px;
  position: absolute;
  inset: -29% auto auto;
}

.backgrounds {
  background-color: #b9b9b9;
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bg_glitch {
  background-image: url('../images/glitch.gif');
  background-position: 50%;
  background-size: 250px;
  width: 100%;
  height: 100%;
  display: none;
}

.bg_nature {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.sky {
  background-image: url('../images/sky.gif');
  background-position: 0 0;
  background-size: 350px;
  height: 60%;
}

.grass {
  background-image: url('../images/grass.gif');
  background-position: 0 0;
  background-size: 150px;
  height: 40%;
}

.bg_mountains {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.mountains {
  background-image: url('../images/mountains.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 60%;
}

.ground {
  background-image: url('../images/ground.gif');
  background-position: 50% 100%;
  background-size: 300px;
  height: 40%;
}

.bg_stars {
  mix-blend-mode: color-dodge;
  background-image: url('../images/stars.webp');
  background-position: 50%;
  background-size: 250px;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block {
  opacity: 1;
  mix-blend-mode: color-dodge;
  background-image: url('../images/trip.gif');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.section_main {
  z-index: 50;
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ca {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  background-color: #b1b1b1;
  border: 3px solid #000;
  border-bottom-width: 7px;
  margin: 25px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: "Pixeboy Z 8 Xgd", sans-serif;
  font-size: 25px;
  line-height: 25px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.ca:hover {
  border-top-width: 7px;
  border-bottom-width: 3px;
}

.menu_socials {
  justify-content: flex-end;
  align-items: center;
  margin: 25px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.socials {
  text-align: center;
  background-color: #393939;
  border: 3px solid #000;
  border-bottom-width: 7px;
  justify-content: center;
  align-items: center;
  width: 150px;
  margin: 0 0 0 10px;
  padding: 8px 0;
  font-family: "Pixeboy Z 8 Xgd", sans-serif;
  font-size: 25px;
  line-height: 25px;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.socials:hover {
  border-top-width: 7px;
  border-bottom-width: 3px;
}

.crazy_gif {
  mix-blend-mode: normal;
  background-image: url('../images/gif2.gif');
  background-position: 50%;
  background-size: 250px;
  width: 100%;
  height: 100%;
  display: none;
}

.logo {
  height: 17%;
  margin: 25px;
  position: absolute;
  inset: auto auto 44%;
}

.block_window {
  background-color: #cecece;
  background-image: url('../images/trip.gif');
  background-position: 0 0;
  background-size: auto;
  border: 3px solid #9b43ff;
  flex-flow: column;
  width: 450px;
  height: 300px;
  margin: 25px;
  padding: 41px 10px 10px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.block_menu {
  background-color: #4b0897;
  background-image: url('../images/glitch.gif');
  background-position: 0 0;
  background-size: 120px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 35px;
  padding-left: 10px;
  padding-right: 3px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.block_title {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  cursor: default;
  background-clip: border-box;
  margin-top: 0;
  font-family: "Pixeboy Z 8 Xgd", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 21px;
}

.block_top {
  cursor: pointer;
}

.block_description {
  background-color: #0e0e0e;
  background-image: url('../images/addicted.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 80%;
  border: 3px solid #5917a4;
  border-color: #220740 #5917a4 #5917a4 #220740;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.para {
  color: #b778ff;
  text-align: center;
  margin-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 23px;
  line-height: 25px;
}

.welcome {
  z-index: 1000;
  background-color: #0c0c0c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.continue {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  background-color: #444;
  border: 3px solid #000;
  border-bottom-width: 7px;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin: 25px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: "Pixeboy Z 8 Xgd", sans-serif;
  font-size: 25px;
  line-height: 25px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.continue:hover {
  border-top-width: 7px;
  border-bottom-width: 3px;
}

.h1 {
  color: #e387ff;
  text-align: center;
  font-family: "Pixeboy Z 8 Xgd", sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.brein {
  z-index: 20;
  height: 7%;
  position: absolute;
  inset: auto auto 63%;
}

.bg1 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.skyy {
  background-image: url('../images/grass.gif');
  background-position: 0 0;
  background-size: auto;
  height: 40%;
  position: absolute;
  inset: auto 0% 0%;
}

.grasss {
  background-image: url('../images/sky.gif');
  background-position: 0 0;
  background-size: auto;
  height: 60%;
  position: absolute;
  inset: 0% 0% auto;
}

.bg2 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.top {
  background-image: url('../images/ground.gif');
  background-position: 50% 0;
  background-size: auto 100%;
  height: 40%;
  position: absolute;
  inset: auto 0% 0%;
}

.bottom {
  background-image: url('../images/mountains.png');
  background-position: 0 0;
  background-size: auto 100%;
  height: 60%;
  position: absolute;
  inset: 0% 0% auto;
}

.gltch {
  mix-blend-mode: color-dodge;
  background-image: url('../images/trip.gif');
  background-position: 0 0;
  background-size: auto 100%;
  height: 60%;
  position: absolute;
  inset: 0% 0% auto;
}

.bg3 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.tv {
  background-image: url('../images/glitch.gif');
  background-position: 50% 0;
  background-size: auto 15%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.ca_mobile {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  background-color: #b1b1b1;
  border: 3px solid #000;
  border-bottom-width: 7px;
  margin: 25px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: "Pixeboy Z 8 Xgd", sans-serif;
  font-size: 25px;
  line-height: 25px;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.ca_mobile:hover {
  border-top-width: 7px;
  border-bottom-width: 3px;
}

@media screen and (max-width: 991px) {
  .logo {
    width: 90%;
    height: auto;
    inset: 4% auto auto;
  }

  .block_window {
    flex: 0 auto;
    width: 300px;
    height: 200px;
    display: flex;
  }

  .welcome {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .block_main_chara {
    width: 95%;
    height: auto;
  }

  .ca {
    inset: auto auto 5%;
  }

  .menu_socials {
    margin-left: 0;
    margin-right: 0;
    inset: auto auto 0%;
  }

  .socials {
    margin-left: 0;
  }

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

  .block_window {
    width: 250px;
    height: 200px;
    display: flex;
  }

  .ca_mobile {
    inset: auto auto 5%;
  }
}

@media screen and (max-width: 479px) {
  .block_main_chara {
    width: 90%;
    height: auto;
  }

  .ca {
    display: none;
    inset: auto auto 5%;
  }

  .menu_socials {
    justify-content: center;
    align-items: center;
    width: 100%;
    inset: auto auto 0%;
  }

  .socials {
    margin-left: 5px;
    margin-right: 5px;
  }

  .logo {
    top: 6%;
  }

  .block_window {
    width: 90%;
    height: 80%;
    display: none;
  }

  .para {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 20px;
  }

  .ca_mobile {
    display: flex;
    inset: auto auto 5%;
  }
}


@font-face {
  font-family: 'Pixeboy Z 8 Xgd';
  src: url('../fonts/Pixeboy-z8XGD.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}