body {
  padding: 0;
  margin: 0;
}

#full-area {
  width: 100%;
  height: 100vh;
  position: absolute;
  user-select: none;
  background: url("./media/bg.webp");
  background-size: cover;
  background-position: bottom center;
}
#full-area #bg-area {
  width: 100%;
  height: 100%;
  background: #000000c7;
}
#full-area #game-area {
  width: 800px;
  height: 500px;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.079);
  overflow: hidden;
}
#full-area #game-area #home-section, #full-area #game-area #end-section {
  width: 100%;
  height: 100%;
  background: #00000021;
  position: absolute;
  z-index: 50;
}
#full-area #game-area #home-section img, #full-area #game-area #end-section img {
  position: absolute;
  height: 55%;
  top: 100%;
  left: 13%;
  transform: translateY(-98%);
  animation: homeFlower 3s infinite;
  z-index: 2;
}
#full-area #game-area #home-section img:nth-child(2), #full-area #game-area #end-section img:nth-child(2) {
  left: 79%;
}
#full-area #game-area #home-section img:hover, #full-area #game-area #end-section img:hover {
  height: 53%;
  transition: 0.1s;
}
#full-area #game-area #home-section img:not(:hover), #full-area #game-area #end-section img:not(:hover) {
  height: 55%;
  transition: 0.1s;
}
#full-area #game-area #home-section h1, #full-area #game-area #end-section h1 {
  text-align: center;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 5px;
  text-wrap: nowrap;
  opacity: 0.9;
  text-shadow: 2px 3px 0 rgba(0, 128, 0, 0.767);
  color: #62bb47;
}
#full-area #game-area #home-section h6, #full-area #game-area #end-section h6 {
  opacity: 0.9;
  text-align: center;
  margin-bottom: 50px;
  font-size: 13px;
  text-shadow: 0.5px 1.5px 0 rgba(255, 255, 255, 0.622);
  letter-spacing: 1px;
  text-wrap: nowrap;
  font-weight: bold;
  margin-top: -5px;
  user-select: text;
}
#full-area #game-area #home-section h6 span, #full-area #game-area #end-section h6 span {
  font-weight: 500;
  opacity: 1;
}
#full-area #game-area #home-section button, #full-area #game-area #end-section button {
  background: rgba(255, 255, 255, 0.672);
  border-radius: 1px;
  justify-content: center;
  text-transform: uppercase;
  outline: none;
  position: relative;
  font-weight: 900;
  letter-spacing: 1px;
  border: 2px solid white;
  box-shadow: 2px 3px 0px rgba(0, 0, 0, 0.356);
  display: flex;
  padding: 5px;
  width: 30%;
  margin: 10px auto;
  color: rgba(0, 0, 0, 0.903);
}
#full-area #game-area #home-section button:hover, #full-area #game-area #end-section button:hover {
  background: rgba(255, 255, 255, 0.772);
}
#full-area #game-area #home-section button:active, #full-area #game-area #end-section button:active {
  transform: scale(0.97);
}
#full-area #game-area #home-section #logout, #full-area #game-area #end-section #logout {
  background: rgba(139, 0, 0, 0.855);
  box-shadow: 2px 3px 0px rgba(139, 0, 0, 0.611);
  color: rgba(255, 255, 255, 0.902);
}
#full-area #game-area #home-section #logout:hover, #full-area #game-area #end-section #logout:hover {
  background: rgba(139, 0, 0, 0.955);
}
#full-area #game-area #end-section {
  background: #00000062;
  display: none;
  overflow: hidden;
}
#full-area #game-area #end-section .center {
  background: rgba(255, 255, 255, 0.406);
  width: 65%;
  border: 4px solid white;
  padding: 20px;
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.124);
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
}
#full-area #game-area #end-section h1 {
  opacity: 0.9;
  color: #c70202;
  text-shadow: 2px 3px 0 darkred;
  margin-bottom: 30px;
}
#full-area #game-area #end-section button {
  width: 50%;
}
#full-area #game-area .center {
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#full-area #game-area #header {
  width: 100%;
  position: absolute;
  z-index: 5;
  padding: 10px 20px;
}
#full-area #game-area #header #lifes {
  position: absolute;
  display: flex;
}
#full-area #game-area #header #lifes img {
  height: 30px;
}
#full-area #game-area #header #score {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  font-size: 35px;
  text-shadow: 1px 1.5px 0 rgba(255, 255, 255, 0.622);
  letter-spacing: 1px;
  text-wrap: nowrap;
  font-weight: bold;
  margin-top: -12px;
}
#full-area #game-area #character {
  width: 50px;
  height: 30px;
  position: absolute;
  z-index: 2;
  transform: translate(150px, 200px);
}
#full-area #game-area #character img {
  width: 70px;
  position: absolute;
  left: -10px;
  top: -15px;
}
#full-area #game-area #character .shield {
  position: absolute;
  z-index: 5;
  width: 80px;
  transform: none;
  margin: -15px -5px;
  animation: shieldAnim 1s linear infinite;
  border-radius: 50%;
  display: none;
}
#full-area #game-area #character .dead {
  position: absolute;
  z-index: 7000;
  width: 70px;
  opacity: 0.9;
  transform: none;
  display: none;
}
#full-area #game-area #character #blast {
  position: absolute;
  width: auto;
  height: 35px;
  left: -63px;
  z-index: -1;
  top: 3px;
  animation: blastAnim 2s infinite linear;
  display: none;
}
#full-area #game-area #obstacles {
  position: absolute;
  width: 1000000000px;
  height: 100%;
  background: url("./media/bg.webp");
  background-size: contain;
  transform: translateX(-1600px);
}
#full-area #game-area #obstacles #mobile {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
}
#full-area #game-area #obstacles #obs-bg {
  width: 100%;
  height: 100%;
  background: #00000011;
  position: absolute;
}
#full-area #game-area #obstacles #obs, #full-area #game-area #obstacles #wind {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
}
#full-area #game-area #obstacles #obs .collect, #full-area #game-area #obstacles #wind .collect {
  width: 50px;
  height: 50px;
  background: url("./media/buble.webp");
  background-size: cover;
  transform: translateX(1900px) translateY(100px);
  animation: toCollect 1s infinite linear;
  border-radius: 50%;
  position: absolute;
}
#full-area #game-area #obstacles #obs .collect img, #full-area #game-area #obstacles #wind .collect img {
  max-width: 65%;
  max-height: 65%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: toCollectObject 0.7s infinite linear;
}
#full-area #game-area #obstacles #obs .collect .collect-shield, #full-area #game-area #obstacles #wind .collect .collect-shield {
  top: 52%;
}
#full-area #game-area #obstacles #obs .collect .collect-blast, #full-area #game-area #obstacles #wind .collect .collect-blast {
  max-width: 85%;
}
#full-area #game-area #obstacles #obs .collect .collect-life, #full-area #game-area #obstacles #wind .collect .collect-life {
  max-width: 70%;
}
#full-area #game-area #obstacles #obs .collect .explode, #full-area #game-area #obstacles #wind .collect .explode {
  animation: none;
  max-width: none;
  max-height: none;
  width: 200%;
  left: -50%;
  top: -40%;
  transform: scale(0);
  opacity: 1;
}
#full-area #game-area #obstacles #obs .obs, #full-area #game-area #obstacles #wind .obs {
  height: 50%;
  width: 50px;
  position: absolute;
}
#full-area #game-area #obstacles #obs .obs img, #full-area #game-area #obstacles #wind .obs img {
  height: 100%;
  position: relative;
  margin-left: -8px;
}
#full-area #game-area #obstacles #obs .obsTop img, #full-area #game-area #obstacles #wind .obsTop img {
  transform: rotate(180deg);
  animation: gameFlower2 2.5s infinite;
}
#full-area #game-area #obstacles #obs .obsBottom img, #full-area #game-area #obstacles #wind .obsBottom img {
  animation: gameFlower 2.5s infinite;
}
#full-area #game-area #obstacles #obs .scoring, #full-area #game-area #obstacles #wind .scoring {
  width: 100px;
  height: 100%;
  position: absolute;
}
#full-area #game-area #obstacles #wind .wind {
  position: absolute;
  width: 20px;
  transform: translateX(2000px);
}

@keyframes homeFlower {
  0% {
    transform: translateY(-98%) rotate(-2deg);
    transform-origin: bottom center;
  }
  50% {
    transform: translateY(-98%) rotate(2deg);
    transform-origin: bottom center;
  }
  100% {
    transform: translateY(-98%) rotate(-2deg);
    transform-origin: bottom center;
  }
}
@keyframes gameFlower {
  0% {
    transform: rotate(-2deg);
    transform-origin: bottom center;
  }
  50% {
    transform: rotate(2deg);
    transform-origin: bottom center;
  }
  100% {
    transform: rotate(-2deg);
    transform-origin: bottom center;
  }
}
@keyframes gameFlower2 {
  0% {
    transform: rotate(-2deg) rotateX(180deg);
  }
  50% {
    transform: rotate(2deg) rotateX(180deg);
  }
  100% {
    transform: rotate(-2deg) rotateX(180deg);
  }
}
@keyframes blastAnim {
  0% {
    opacity: 1;
    transform: scaleY(0.8);
  }
  50% {
    opacity: 0.7;
    transform: scaleY(1);
  }
  100% {
    opacity: 1;
    transform: scaleY(0.8);
  }
}
@keyframes shieldAnim {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0px white;
    opacity: 1;
  }
  50% {
    transform: scale(1.15);
    opacity: 0.2;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.611);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0px white;
    opacity: 1;
  }
}
@keyframes toCollect {
  0% {
    box-shadow: 0 0 0px white;
    opacity: 1;
  }
  50% {
    opacity: 1;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.432);
  }
  100% {
    box-shadow: 0 0 0px white;
    opacity: 1;
  }
}
@keyframes toCollectObject {
  0% {
    transform: translate(-50%, -50%) rotate(-3deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(3deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-3deg);
  }
}
@keyframes adv {
  0% {
    color: #008e49;
  }
  20% {
    color: #8dc63f;
  }
  40% {
    color: #62bb47;
  }
  60% {
    color: #008e49;
  }
  80% {
    color: #fbb46e;
  }
  100% {
    color: #008e49;
  }
}

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