.pixel-btn {
  font-size: 25px;
  color: white;
  height: auto;
  margin: 0px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pixel-btn:active {
  top: 2px;
}

.pixel-btn {
  position: relative;
  display: block;
  margin: 0px;
  font-family: "VT323";
  font-size: 25px;
  color: black;
}

.pixel-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: -10px;
  right: -10px;
  background: white;
  z-index: -1;
}

.pixel-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: -6px;
  right: -6px;
  background: white;
  z-index: -1;
}

.pixel-btn {
  padding: 0px 10px;
  position: relative;
  background: white;
  width: auto;
  z-index: 2;
}

@font-face {
  font-family: f;
  src: url("./media/Mangarans DEMO.ttf");
}
body {
  padding: 0;
  margin: 0;
  letter-spacing: 2px;
}

#full-area {
  width: 100%;
  height: 100vh;
  position: absolute;
  user-select: none;
  background: #000;
  overflow: hidden;
}
#full-area #game-area {
  width: 1800px;
  height: 1002px;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  overflow: hidden;
  font-family: f;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#full-area #game-area:focus {
  outline: none !important;
}
#full-area #game-area #home-section, #full-area #game-area #submit-section, #full-area #game-area #howtoplay-section, #full-area #game-area #end-section, #full-area #game-area #pause-section, #full-area #game-area #leaderboard-section {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
  background: #0000007c;
}
#full-area #game-area #home-section #home-btns, #full-area #game-area #submit-section #home-btns, #full-area #game-area #howtoplay-section #home-btns, #full-area #game-area #end-section #home-btns, #full-area #game-area #pause-section #home-btns, #full-area #game-area #leaderboard-section #home-btns {
  position: absolute;
  display: flex;
  left: 100%;
  transform: translateX(-100%);
  margin-top: 20px;
  margin-left: -20px;
}
#full-area #game-area #home-section #home-btns div, #full-area #game-area #submit-section #home-btns div, #full-area #game-area #howtoplay-section #home-btns div, #full-area #game-area #end-section #home-btns div, #full-area #game-area #pause-section #home-btns div, #full-area #game-area #leaderboard-section #home-btns div {
  margin: 0 20px;
  background: white;
  padding: 10px 5px;
  border-radius: 3px;
  font-size: 30px;
}
#full-area #game-area #home-section #home-btns div svg, #full-area #game-area #submit-section #home-btns div svg, #full-area #game-area #howtoplay-section #home-btns div svg, #full-area #game-area #end-section #home-btns div svg, #full-area #game-area #pause-section #home-btns div svg, #full-area #game-area #leaderboard-section #home-btns div svg {
  width: 50px;
  height: 50px;
}
#full-area #game-area #home-section #logo, #full-area #game-area #submit-section #logo, #full-area #game-area #howtoplay-section #logo, #full-area #game-area #end-section #logo, #full-area #game-area #pause-section #logo, #full-area #game-area #leaderboard-section #logo {
  width: 800px;
  position: relative;
  margin-top: -200px;
}
#full-area #game-area #home-section .content, #full-area #game-area #submit-section .content, #full-area #game-area #howtoplay-section .content, #full-area #game-area #end-section .content, #full-area #game-area #pause-section .content, #full-area #game-area #leaderboard-section .content {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#full-area #game-area #home-section .content h1, #full-area #game-area #home-section .content p, #full-area #game-area #submit-section .content h1, #full-area #game-area #submit-section .content p, #full-area #game-area #howtoplay-section .content h1, #full-area #game-area #howtoplay-section .content p, #full-area #game-area #end-section .content h1, #full-area #game-area #end-section .content p, #full-area #game-area #pause-section .content h1, #full-area #game-area #pause-section .content p, #full-area #game-area #leaderboard-section .content h1, #full-area #game-area #leaderboard-section .content p {
  width: 100%;
  color: white;
  font-size: 70px;
  text-transform: uppercase;
  text-shadow: 4px 4px 0 black;
  font-weight: bold;
  text-align: center;
}
#full-area #game-area #home-section .content h1, #full-area #game-area #submit-section .content h1, #full-area #game-area #howtoplay-section .content h1, #full-area #game-area #end-section .content h1, #full-area #game-area #pause-section .content h1, #full-area #game-area #leaderboard-section .content h1 {
  color: white;
  margin-bottom: 30px;
  letter-spacing: 10px;
}
#full-area #game-area #home-section .content p, #full-area #game-area #submit-section .content p, #full-area #game-area #howtoplay-section .content p, #full-area #game-area #end-section .content p, #full-area #game-area #pause-section .content p, #full-area #game-area #leaderboard-section .content p {
  font-size: 35px;
  letter-spacing: 3px;
  text-shadow: none;
  margin-bottom: 40px;
}
#full-area #game-area #home-section .content p span, #full-area #game-area #submit-section .content p span, #full-area #game-area #howtoplay-section .content p span, #full-area #game-area #end-section .content p span, #full-area #game-area #pause-section .content p span, #full-area #game-area #leaderboard-section .content p span {
  color: white;
}
#full-area #game-area #home-section .content button, #full-area #game-area #submit-section .content button, #full-area #game-area #howtoplay-section .content button, #full-area #game-area #end-section .content button, #full-area #game-area #pause-section .content button, #full-area #game-area #leaderboard-section .content button {
  margin: 0px 0;
  font-size: 50px;
  width: 60%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 3px;
  border: none;
  background: white;
  font-weight: 500;
  outline: none;
  padding-top: 0px;
  min-width: 500px;
  height: 75px;
  font-weight: 900;
  font-family: f;
  letter-spacing: 3px;
}
#full-area #game-area #home-section .content button:hover, #full-area #game-area #submit-section .content button:hover, #full-area #game-area #howtoplay-section .content button:hover, #full-area #game-area #end-section .content button:hover, #full-area #game-area #pause-section .content button:hover, #full-area #game-area #leaderboard-section .content button:hover {
  filter: brightness(1.1);
}
#full-area #game-area #home-section .content input, #full-area #game-area #submit-section .content input, #full-area #game-area #howtoplay-section .content input, #full-area #game-area #end-section .content input, #full-area #game-area #pause-section .content input, #full-area #game-area #leaderboard-section .content input {
  margin: 0px 0;
  font-size: 40px;
  width: 65%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 3px;
  border: none;
  background: white;
  font-weight: 500;
  outline: none;
  padding-top: 0px;
  min-width: 520px;
  height: 70px;
  font-weight: 900;
  font-family: f;
  letter-spacing: 3px;
  cursor: text;
}
#full-area #game-area #leaderboard-section {
  text-transform: uppercase;
}
#full-area #game-area #leaderboard-section .center {
  height: 90%;
  width: 100%;
}
#full-area #game-area #leaderboard-section h1 {
  color: white;
}
#full-area #game-area #leaderboard-section h1 span {
  font-size: 20px;
}
#full-area #game-area #leaderboard-section hr {
  width: 67%;
  left: 16.5%;
  background: white;
}
#full-area #game-area #leaderboard-section #currPlayer {
  display: flex;
  font-size: 15px;
  padding-right: 10px;
  left: 16.5%;
  overflow-y: auto;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 20px;
  position: relative;
  width: 67%;
}
#full-area #game-area #leaderboard-section #currPlayer .player-rank {
  width: 7%;
  font-weight: bold;
  color: white;
  text-align: center;
}
#full-area #game-area #leaderboard-section #currPlayer .player-score {
  width: 8%;
  text-align: right;
  overflow: hidden;
  color: white;
}
#full-area #game-area #leaderboard-section #currPlayer .player-username {
  padding: 0 10px;
  width: 85%;
  overflow: hidden;
  user-select: text;
  color: white;
}
#full-area #game-area #leaderboard-section #players {
  height: 65%;
  width: 67%;
  position: relative;
  left: 16.5%;
  overflow-y: auto;
  font-weight: 500;
  margin-top: 20px;
}
#full-area #game-area #leaderboard-section #players .player {
  display: flex;
  font-size: 15px;
  padding-right: 10px;
}
#full-area #game-area #leaderboard-section #players .player .player-rank {
  width: 7%;
  font-weight: bold;
  color: white;
  text-align: center;
}
#full-area #game-area #leaderboard-section #players .player .player-score {
  width: 8%;
  text-align: right;
  overflow: hidden;
}
#full-area #game-area #leaderboard-section #players .player .player-username {
  padding: 0 10px;
  width: 85%;
  overflow: hidden;
  user-select: text;
}
#full-area #game-area #play-section {
  position: absolute;
  width: 100%;
  height: 100%;
}
#full-area #game-area #play-section #mobile-controls {
  width: 100%;
  height: 100%;
  z-index: 9;
  position: absolute;
  display: flex;
}
#full-area #game-area #play-section #mobile-controls div:nth-child(1) {
  width: 50%;
  height: 100%;
}
#full-area #game-area #play-section #mobile-controls div:nth-child(2) {
  width: 50%;
  height: 100%;
}
#full-area #game-area #play-section #play-btns {
  position: absolute;
  display: flex;
  left: 100%;
  transform: translateX(-100%);
  margin-top: 20px;
  margin-left: -20px;
  z-index: 99;
}
#full-area #game-area #play-section #play-btns div {
  margin: 0 20px;
  background: white;
  padding: 10px 5px;
  border-radius: 3px;
}
#full-area #game-area #play-section #play-btns div svg {
  width: 50px;
  height: 50px;
}
#full-area #game-area #play-section #header {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 95%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  padding: 20px;
  display: none;
}
#full-area #game-area #play-section #header #score {
  color: white;
  font-size: 40px;
  text-shadow: 3px 4px 0 black;
  font-weight: bold;
  margin-top: 6px;
  position: absolute;
  opacity: 0.8;
  left: 50%;
  transform: translateX(-50%);
}
#full-area #game-area #play-section #header #health-bar img {
  position: absolute;
  width: 250px;
  z-index: 2;
}
#full-area #game-area #play-section #header #health-bar #health {
  position: absolute;
  width: 195px;
  height: 30px;
  margin-left: 55px;
  margin-top: 19px;
}
#full-area #game-area #play-section #header #health-bar #health div {
  width: 100%;
  height: 100%;
  background: linear-gradient(60deg, #7a0000, #991111, #ad2626);
}
#full-area #game-area #play-section #header #fireball {
  display: flex;
  margin-top: 6px;
}
#full-area #game-area #play-section #header #fireball p {
  color: white;
  font-size: 40px;
  text-shadow: 3px 4px 0 black;
  font-weight: bold;
  margin-right: 5px;
  opacity: 0.8;
}
#full-area #game-area #play-section #header #fireball img {
  height: 30px;
  transform: rotate(-30deg);
  margin-top: 15px;
}
#full-area #game-area #play-section #obstacles {
  width: 100000000px;
  height: 100%;
  position: absolute;
  background: url("./media/background.png");
  background-size: contain;
  transform: translateX(0px);
}
#full-area #game-area #play-section #obstacles .fireBallToCollect {
  width: 30px;
  position: absolute;
  z-index: 2;
  transform: translateX(500px) translateY(950px) rotate(-30deg);
}
#full-area #game-area #play-section #obstacles .obs1, #full-area #game-area #play-section #obstacles .obs2, #full-area #game-area #play-section #obstacles .obs3, #full-area #game-area #play-section #obstacles .obs4, #full-area #game-area #play-section #obstacles .obs5, #full-area #game-area #play-section #obstacles .obs6, #full-area #game-area #play-section #obstacles .obs7 {
  width: 100px;
  position: absolute;
  z-index: 30;
  transform: translateX(500px) translateY(850px);
}
#full-area #game-area #play-section #obstacles .obs2 {
  width: 135px;
}
#full-area #game-area #play-section #obstacles .obs3 {
  width: 95px;
  transform: translateX(500px) translateY(880px);
}
#full-area #game-area #play-section #obstacles .obs4 {
  width: 170px;
  transform: translateX(500px) translateY(755px);
}
#full-area #game-area #play-section #obstacles .obs5 {
  width: 95px;
  transform: translateX(500px) translateY(910px);
}
#full-area #game-area #play-section #obstacles .obs6 {
  width: 95px;
  transform: translateX(500px) translateY(540px);
}
#full-area #game-area #play-section #obstacles .obs7 {
  width: 30px;
}
#full-area #game-area #play-section .fireball {
  width: 50px;
  position: absolute;
  transform: translate(50px, 50px);
}
#full-area #game-area #play-section #tiles {
  width: 100%;
  height: 100%;
  z-index: 9;
  position: absolute;
}
#full-area #game-area #play-section #tiles .tile {
  width: auto;
  height: auto;
  position: absolute;
  display: flex;
  transform: translateX(200px) translateY(675px);
}
#full-area #game-area #play-section #tiles .tile div {
  width: 100px;
  height: 400px;
}
#full-area #game-area #play-section #tiles .tile div:nth-child(1) {
  background: url("./media/tile2.png");
  background-size: cover;
  background-position: center left;
}
#full-area #game-area #play-section #tiles .tile div:nth-child(2) {
  background: url("./media/tile1.png");
  margin: 0 -1px;
  background-size: contain;
  width: 1200px;
}
#full-area #game-area #play-section #tiles .tile div:nth-child(3) {
  background: url("./media/tile3.png");
  background-size: cover;
  background-position: center right;
}
#full-area #game-area #play-section #tiles .tile .cave {
  background: url("./media/cave1.png");
  background-size: cover;
  background-position: left center;
  height: 680px;
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  transform: translateY(-100%);
}
#full-area #game-area #play-section #tiles .tile2 {
  width: auto;
  height: auto;
  position: absolute;
  display: flex;
  transform: translateX(200px) translateY(675px);
}
#full-area #game-area #play-section #tiles .tile2 div {
  width: 133px;
  height: 400px;
  background: url("./media/tile4.png");
  background-size: cover;
  background-position: center center;
}
#full-area #game-area #play-section #tiles .tile3 {
  width: auto;
  height: auto;
  position: absolute;
  display: flex;
  transform: translateX(200px) translateY(675px);
}
#full-area #game-area #play-section #tiles .tile3 div {
  width: 352px;
  height: 400px;
  background: url("./media/tile5.png");
  background-size: cover;
  background-position: center center;
}
#full-area #game-area #play-section #shoots {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
#full-area #game-area #play-section #shoots .shoot {
  position: absolute;
  height: 25px;
}
#full-area #game-area #play-section #character {
  position: absolute;
  z-index: 2;
  transform: translateX(400px) translateY(545px);
  width: 100px;
  height: 140px;
}
#full-area #game-area #play-section #character #elem {
  width: 100px;
  height: 140px;
  position: absolute;
  transform: translateX(0px) translateY(0px);
}
#full-area #game-area #play-section #character img {
  width: 450px;
  position: relative;
  left: -200px;
  top: -120px;
}
#full-area #game-area #play-section .hurt {
  animation: hurt 0.5s infinite;
}

@keyframes hurt {
  0% {
    opacity: 1;
    filter: grayscale(0);
  }
  50% {
    opacity: 0.5;
    filter: grayscale(1);
  }
  100% {
    opacity: 1;
    filter: grayscale(0);
  }
}
button {
  font-family: f;
  font-weight: bold;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  transform: scale(1.2);
  position: absolute;
  justify-content: center;
  margin: 0 auto;
  display: flex;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  z-index: 9;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border: 4px solid black;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: black transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

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