@font-face {
  font-family: f;
  src: url("media/Montserrat-VariableFont_wght.ttf");
}
body {
  padding: 0;
  margin: 0;
}

body ::selection {
  color: white;
  background-color: rgba(135, 207, 235, 0.775);
}

::-webkit-scrollbar {
  background: transparent;
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 5px;
}

#full-area {
  width: 100%;
  height: 100vh;
  user-select: none;
  background: url("media/cloud2.webp") skyblue;
  background-size: contain;
  background-position: center center;
  background-position-x: -100px;
}
#full-area #full-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000094;
}
#full-area #game-area {
  width: 2000px;
  height: 1125px;
  background: #80bdde;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.323);
  overflow: hidden;
}
#full-area #game-area #mobile-controllers {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3000;
  display: none;
}
#full-area #game-area #mobile-controllers div {
  width: 205px;
  height: 205px;
  background: gold;
  border: 5px solid white;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.179);
  position: absolute;
  opacity: 0.9;
}
#full-area #game-area #mobile-controllers div p {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 50px;
  font-weight: 900;
}
#full-area #game-area #mobile-controllers div:nth-child(1) {
  top: 100%;
  left: 0;
  margin: -30px 30px;
  transform: translateY(-100%);
}
#full-area #game-area #mobile-controllers div:nth-child(2) {
  top: 100%;
  left: 0;
  margin: -30px 10px;
  left: 260px;
  transform: translateY(-100%);
}
#full-area #game-area #mobile-controllers div:nth-child(3) {
  top: 100%;
  left: 100%;
  margin: -30px;
  transform: translate(-100%, -100%);
}
#full-area #game-area #end-screen, #full-area #game-area #win-screen, #full-area #game-area #home-section, #full-area #game-area #howtoplay-screen {
  width: 100%;
  height: 100%;
  background: #0000005a;
  position: absolute;
  z-index: 9999;
  font-family: f;
}
#full-area #game-area #end-screen .content, #full-area #game-area #win-screen .content, #full-area #game-area #home-section .content, #full-area #game-area #howtoplay-screen .content {
  width: 95%;
  max-width: 1400px;
  height: auto;
  background: skyblue;
  padding: 40px 30px;
  border: 10px solid white;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.359);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#full-area #game-area #end-screen .content h1, #full-area #game-area #win-screen .content h1, #full-area #game-area #home-section .content h1, #full-area #game-area #howtoplay-screen .content h1 {
  text-align: center;
  color: white;
  font-size: 90px;
  text-transform: uppercase;
  font-weight: 900;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.251);
}
#full-area #game-area #end-screen .content p, #full-area #game-area #win-screen .content p, #full-area #game-area #home-section .content p, #full-area #game-area #howtoplay-screen .content p {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}
#full-area #game-area #end-screen .content button, #full-area #game-area #win-screen .content button, #full-area #game-area #home-section .content button, #full-area #game-area #howtoplay-screen .content button {
  background: gold;
  color: black;
  width: 95%;
  max-width: 400px;
  font-size: 40px;
  font-weight: 700;
  border: none;
  border-radius: 5px;
  justify-content: center;
  border: 5px solid white;
  display: flex;
  margin: 0 auto;
  margin-top: 40px;
  outline: none;
  cursor: pointer;
}
#full-area #game-area #end-screen .content button:hover, #full-area #game-area #win-screen .content button:hover, #full-area #game-area #home-section .content button:hover, #full-area #game-area #howtoplay-screen .content button:hover {
  transform: scale(1.03);
  filter: brightness(1.1);
  transition: 0.1s;
}
#full-area #game-area #howtoplay-screen {
  display: none;
}
#full-area #game-area #howtoplay-screen .content p {
  font-size: 30px;
  text-align: left;
  margin-left: 50px;
  margin-top: 40px;
}
#full-area #game-area #howtoplay-screen .content p span {
  color: white;
  font-size: 40px;
  margin-left: -20px;
}
#full-area #game-area #sound-btn {
  width: 22px;
  min-width: 0;
  padding: 0;
  height: 22px;
  position: absolute;
  left: 10px;
  top: 10px;
  margin: 0;
  color: black;
  background: gold;
  border: 0.5px solid white;
  border-radius: 3px;
  cursor: pointer;
  transform: scale(3.5);
  left: 96%;
  top: 4%;
  z-index: 9999999999999;
  cursor: pointer;
}
#full-area #game-area #sound-btn svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#full-area #game-area #sound-btn:hover {
  transform: scale(3.65);
  filter: brightness(1.1);
  transition: 0.1s;
}
#full-area #game-area #game-section {
  width: 100%;
  height: 100%;
  position: absolute;
}
#full-area #game-area #game-section #lifes {
  position: absolute;
  z-index: 50;
  margin: 30px;
}
#full-area #game-area #game-section #lifes img {
  width: 90px;
}
#full-area #game-area #game-section #score {
  width: 100%;
  position: absolute;
  z-index: 50;
  text-align: center;
  margin-top: 0px;
  font-size: 70px;
  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.269);
  font-weight: 900;
}
#full-area #game-area #game-section #score img {
  width: 90px;
  margin-top: -9px;
  margin-left: -20px;
}
#full-area #game-area #game-section #character {
  z-index: 99;
  position: absolute;
  transform: translateX(500px) translateY(365px);
  width: 80px;
  height: 180px;
}
#full-area #game-area #game-section #character img {
  width: 110px;
  top: -10px;
  left: -10px;
  position: absolute;
  transform: scale(0.85);
}
#full-area #game-area #game-section .jump {
  animation: jumpAnim 1s;
}
#full-area #game-area #game-section #game-background {
  width: 90000000px;
  height: 100%;
  position: absolute;
  transform: translateX(0px);
}
#full-area #game-area #game-section #game-background #sun {
  position: absolute;
  top: 450px;
  left: 200px;
}
#full-area #game-area #game-section #game-background #water {
  background: url("media/water.webp");
  background-size: contain;
  height: 241px;
  width: 100%;
  position: absolute;
  top: 100%;
  transform: translateY(-100%) translateX(-45%);
  z-index: 20;
}
#full-area #game-area #game-section #game-background #cloud {
  background: url("media/cloud.webp");
  height: 405px;
  width: 100%;
  position: absolute;
  top: 89%;
  transform: translateY(-100%) translateX(-45%);
  z-index: 19;
}
#full-area #game-area #game-section #game-background #cloud2 {
  background: url("media/cloud2.webp");
  height: 550px;
  width: 100%;
  position: absolute;
  transform: translateX(-45%);
}
#full-area #game-area #game-section #game-background #jbal {
  background: url("media/jbal.webp");
  background-size: contain;
  background-repeat: repeat-x;
  height: 461px;
  width: 100%;
  position: absolute;
  top: 75%;
  transform: translateY(-100%) translateX(-45%);
  z-index: 18;
}
#full-area #game-area #game-section #game-background #tiles {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 25;
}
#full-area #game-area #game-section #game-background #tiles .tile {
  background: url("media/tile.webp");
  background-size: contain;
  background-repeat: repeat-x;
  width: 500px;
  height: 357px;
  transform: translateY(800px) translateX(0);
  position: absolute;
}
#full-area #game-area #game-section #game-background #tiles .tile2 {
  background: url("media/tile2.webp");
  background-size: cover;
  background-repeat: repeat-x;
  width: 500px;
  height: 127px;
  transform: translateY(700px) translateX(700px);
}
#full-area #game-area #game-section #game-background #tiles .animated {
  animation: tile2Anim 2s infinite;
}
#full-area #game-area #game-section #game-background #collect {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 25;
}
#full-area #game-area #game-section #game-background #collect .collect {
  width: 80px;
  height: auto;
  transform: translateY(800px) translateX(0);
  position: absolute;
}
#full-area #game-area #game-section #game-background #trees, #full-area #game-area #game-section #game-background #decos {
  width: 100%;
  position: absolute;
  z-index: 26;
  top: 0;
}
#full-area #game-area #game-section #game-background #trees img, #full-area #game-area #game-section #game-background #decos img {
  position: absolute;
  left: 0px;
}
#full-area #game-area #game-section #game-background #decos {
  z-index: 24;
}

@media (max-width: 800px) {
  #full-area #game-area {
    width: 1500px;
  }
}
@keyframes jumpAnim {
  0% {
    transform: translateX(300px) translateY(665px);
  }
  50% {
    transform: translateX(300px) translateY(355px);
  }
  100% {
    transform: translateX(300px) translateY(665px);
  }
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0;
  transform: scale(0.7);
  margin: 0;
  margin-top: 2px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  border: 6px 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;
  margin: 0;
  left: 0;
}

.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=index.css.map */
