@font-face {
  font-family: f2;
  src: url("/media/games/riddle-challenge/fonts/Ariston Comic Font.otf");
}
@font-face {
  font-family: fbot;
  src: url("/media/games/leaning-tower-of-pizza/fonts/VT323-Regular.ttf");
}
#game-area {
  width: 1280px;
  height: 720px;
  transform: translate(-50%, -50%) scale(1);
  left: 50%;
  top: 50%;
  position: absolute;
  background: url("/media/games/leaning-tower-of-pizza/images/background.png");
  background-size: cover;
  user-select: none;
  font-family: f2;
  overflow: hidden;
}
#game-area ::-webkit-scrollbar {
  width: 0px;
}
#game-area #intro-video, #game-area #end-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  z-index: -1;
  pointer-events: none;
  z-index: 99999;
  display: none;
  background: #082f56e1;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
#game-area #skip-intro-btn {
  position: absolute;
  top: 20px;
  right: 24px;
  height: 58px;
  z-index: 100000;
  cursor: pointer;
  display: none;
}
#game-area #end-video {
  height: 100%;
  width: auto;
}
#game-area #water {
  position: absolute;
  bottom: -50px;
  left: -5%;
  width: 110%;
  height: 422px;
  background: url("/media/games/leaning-tower-of-pizza/images/water.png");
  background-size: cover;
  background-position: top center;
}
#game-area #khachba {
  position: absolute;
  width: 600px;
  bottom: 50px;
  left: -150px;
}
#game-area #wall-mobile {
  display: none;
  position: absolute;
  left: 119%;
  transform: translateX(-100%);
  top: 258px;
  z-index: 9;
  width: 250px;
}
#game-area #wall-mobile img {
  width: 100%;
}
#game-area #monster, #game-area #end-monster {
  position: absolute;
  width: 150px;
  bottom: 0;
  right: 20px;
  top: 20px;
  z-index: 999;
  transition: 3s ease;
}
#game-area #monster #monster-sprite, #game-area #monster #end-monster-sprite, #game-area #end-monster #monster-sprite, #game-area #end-monster #end-monster-sprite {
  height: 150px;
  width: 150px;
}
#game-area #monster.throwing img, #game-area #end-monster.throwing img {
  animation: monster-throw 150ms ease-out both;
}
#game-area #monster.falling, #game-area #end-monster.falling {
  transform: translate(-300px, 1000px) scale(0.7);
  opacity: 0.7;
}
#game-area #monster.falling #monster-sprite, #game-area #end-monster.falling #monster-sprite {
  animation: rotate 1.3s linear infinite;
}
#game-area #monster #text-monster, #game-area #monster #end-text-monster, #game-area #end-monster #text-monster, #game-area #end-monster #end-text-monster {
  position: absolute;
  top: 90px;
  left: -180%;
  width: 350px;
  height: 89px;
  background: url("/media/games/leaning-tower-of-pizza/images/robot-bubble.png");
  background-size: cover;
  animation: buble 1.75s ease-in-out infinite;
  transform-origin: right top;
  opacity: 0.85;
  display: none;
}
#game-area #monster #text-monster p, #game-area #monster #end-text-monster p, #game-area #end-monster #text-monster p, #game-area #end-monster #end-text-monster p {
  font-size: 25px;
  line-height: 25px;
  color: white;
  text-align: center;
  position: relative;
  padding: 5px 5px;
  padding-top: 9px;
  width: 90%;
  height: 65%;
  left: 50%;
  top: 58%;
  transform: translate(-50%, -50%);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 1px;
  align-items: center;
  justify-content: center;
  font-family: fbot;
  display: flex;
  align-items: center;
  color: #07ff00;
}
#game-area #monster #text-monster p span, #game-area #monster #end-text-monster p span, #game-area #end-monster #text-monster p span, #game-area #end-monster #end-text-monster p span {
  color: darkgoldenrod;
}
#game-area #end-monster {
  right: auto;
  bottom: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 99999;
}
#game-area #end-monster #end-text-monster p {
  line-height: 19px;
}
#game-area #end-monster #end-monster-sprite {
  transform: scale(2);
}
#game-area #end-animation-bot {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  pointer-events: none;
  overflow: hidden;
}
#game-area #gepeto {
  position: absolute;
  width: 130px;
  top: 49%;
  left: 50px;
  height: 100px;
  z-index: 110;
}
#game-area #gepeto #gepeto-sprite {
  width: 123px;
  height: 200px;
  background-size: cover;
}
#game-area #gepeto #text-gepeto {
  position: absolute;
  top: -150px;
  left: 70%;
  width: 400px;
  height: 175px;
  background: url("/media/games/leaning-tower-of-pizza/images/popup-pino.png");
  background-size: cover;
  opacity: 0.9;
  animation: buble 1.75s ease-in-out infinite;
  transform-origin: bottom left;
  display: none;
}
#game-area #gepeto #text-gepeto p, #game-area #gepeto #text-gepeto #gepeto-span {
  font-size: 30px;
  line-height: 27px;
  color: darkslategray;
  text-align: center;
  position: relative;
  padding: 5px 15px;
  width: 80%;
  height: 65%;
  left: 53%;
  top: 44.5%;
  transform: translate(-50%, -50%);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 1px;
  align-items: center;
  justify-content: center;
}
#game-area #gepeto #text-gepeto p span, #game-area #gepeto #text-gepeto #gepeto-span span {
  color: darkgoldenrod;
}
#game-area #gepeto #text-gepeto #gepeto-span {
  position: absolute;
  font-size: 70px;
  opacity: 0.7;
  letter-spacing: 2px;
  display: none;
}
#game-area #gepeto #text-gepeto img {
  position: absolute;
  width: 50px;
  left: 95%;
  top: 80%;
  transform: translate(-100%, -100%);
  display: none;
}
#game-area #tip-box {
  position: absolute;
  top: 10px;
  left: 40%;
  transform: scale(0);
  width: 320px;
  z-index: 9999999999;
  border-radius: 22px;
  font-family: f2;
  border: 6px solid #135177;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
}
#game-area #tip-box img {
  position: absolute;
  right: -2%;
  max-width: 105px;
  max-height: 175px;
  height: auto;
  object-fit: contain;
}
#game-area #tip-box #tip-content {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  background: #ffffff;
  border-radius: 16px;
  border: 6px solid #6DC6E8;
}
#game-area #tip-box #tip-content #tip-text {
  display: flex;
  flex-direction: column;
  flex: 1;
}
#game-area #tip-box #tip-content #tip-text h1 {
  margin: 0;
  padding: 8px 16px;
  width: 100%;
  padding-right: 40px;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1B445B;
  background: #C3EBFA;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#game-area #tip-box #tip-content #tip-text p {
  min-height: 40px;
  height: auto;
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  color: #1B445B;
  background: white;
  padding-top: 10px;
  padding-left: 16px;
  padding-right: 70px;
  border-radius: 10px;
}
#game-area #tip-info {
  position: absolute;
  right: 1%;
  bottom: 12%;
  z-index: 9999999999;
  font-family: f2;
  cursor: pointer;
  border-radius: 22px;
  border: 6px solid #135177;
  overflow: hidden;
  max-width: 210px;
  max-height: 86px;
  transition: max-width 0.45s cubic-bezier(0.22, 0.8, 0.25, 1), max-height 0.45s cubic-bezier(0.22, 0.8, 0.25, 1);
}
#game-area #tip-info #tip-info-content {
  display: block;
  width: 100%;
  padding: 10px 18px;
  background: #ffffff;
  border-radius: 16px;
  border: 6px solid #6DC6E8;
  line-height: 1.1;
  font-size: 26px;
  font-weight: 900;
  color: #1B445B;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: padding 0.3s ease, opacity 0.25s ease, transform 0.25s ease;
}
#game-area #tip-info #tip-info-content.fade-out {
  opacity: 0.9;
  transform: translateY(4px);
}
#game-area #tip-info #tip-info-content.fade-in {
  opacity: 1;
  transform: translateY(0);
}
#game-area #tip-info #tip-info-content span {
  font-weight: 700;
}
#game-area #tip-info.expanded {
  max-width: min(480px, 92vw);
  max-height: 220px;
}
#game-area #tip-info.expanded #tip-info-content {
  padding: 10px 24px;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  line-height: 1.15;
}
#game-area #feedback-lie {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scaleX(0);
  transform-origin: left;
  width: 100%;
  padding: 4px 30px;
  color: white;
  font-size: 80px;
  font-weight: 900;
  text-align: center;
  background: linear-gradient(90deg, #1a1a1a42 0%, #000000c0 50%, #1a1a1a42 100%);
  letter-spacing: 4px;
  text-shadow: 0 3.5px 0 rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  overflow: hidden;
  z-index: 999999;
  transition: transform 0.4s cubic-bezier(0.22, 0.8, 0.25, 1), opacity 0.2s ease;
}
#game-area #feedback-lie.show {
  opacity: 1;
  transform: translate(-50%, -50%) scaleX(1);
  transform-origin: left;
}
#game-area #feedback-lie.hide-right {
  transform: translate(-50%, -50%) scaleX(0);
  transform-origin: right;
}
#game-area #pizza-stack {
  width: auto;
  height: 200px;
  position: absolute;
  left: 46%;
  top: 78px;
  z-index: 999;
  display: flex;
  justify-content: center;
  transform: rotateX(30deg) scaleY(2);
}
#game-area #pizza-stack .pizza-stack {
  position: relative;
  width: 25px;
  height: 100%;
  background: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-image: none;
  filter: brightness(1.5);
  animation: slightRotate 2s ease-in-out infinite;
  transition: background-image 0.5s ease;
}
#game-area #sun {
  position: absolute;
  width: 200px;
  top: -20px;
  left: 59%;
  transform: translateX(-50%);
  opacity: 0.9;
  z-index: -2;
}
#game-area #sun img {
  width: 100%;
  animation: rotate 100s linear infinite;
}
#game-area #tower {
  position: absolute;
  left: 50%;
  margin-left: 25px;
  top: 0%;
  transform: translate(-50%, 0%) scaleX(0.9);
  width: 620px;
  width: 160px;
  z-index: -1;
  opacity: 1;
  filter: brightness(1.13);
}
#game-area #tower img {
  width: 100%;
}
#game-area #stop-btn {
  position: absolute;
  width: 100px;
  height: 154px;
  top: 330px;
  right: -10px;
  background: url("/media/games/leaning-tower-of-pizza/images/stop-btn-container.png");
  background-size: cover;
}
#game-area #stop-btn.pressed img {
  animation: pressBtn 1s ease-out both;
}
#game-area #stop-btn img {
  width: 81%;
  transition: 0.1s;
  top: 27px;
  left: -23px;
  position: absolute;
}
#game-area #rain-animation {
  position: absolute;
  inset: 0;
  width: 120%;
  height: 100%;
  left: -10%;
  overflow: hidden;
  pointer-events: none;
  z-index: 10;
  --rain-tilt: -8deg;
}
#game-area #rain-animation .raindrop {
  position: absolute;
  top: -120px;
  width: 2px;
  height: 90px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 45%, skyblue 100%);
  filter: blur(0.3px);
  transform: rotate(var(--rain-tilt));
  animation: rain-fall linear infinite;
  will-change: transform;
}
#game-area #strong-light {
  position: absolute;
  width: 600px;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  opacity: 0.8;
}
#game-area #strong-light img {
  width: 100%;
}
#game-area #pinochio {
  position: absolute;
  width: 90px;
  bottom: 20%;
  left: 220px;
  transform: scale(0.9);
  z-index: 100;
}
#game-area #pinochio img {
  width: 100%;
}
#game-area #pinochio #nose {
  width: 1015px;
  height: 30px;
  position: absolute;
  top: 85px;
  left: 65px;
}
#game-area #pinochio #nose #nose-div {
  width: 0%;
  transition: 2s ease;
  position: relative;
}
#game-area #pinochio #nose #nose-div #nose-length {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#game-area #pinochio #nose #nose-div #nose-length img {
  width: 1020px;
  height: auto;
}
#game-area #pinochio #nose #nose-div #magic-wand-fx {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  left: 100%;
  --burst-every: 300ms;
  --min-particles: 30;
  --max-particles: 50;
  --min-speed: 480ms;
  --max-speed: 500ms;
  --ring-dur: 600ms;
  --ray-dur: 700ms;
  --glow: 22px;
  transform: scale(0.3);
}
#game-area #pinochio #nose #nose-div #magic-wand-fx.hide {
  transform: scale(0);
}
#game-area #pinochio #nose #nose-div .mw-burst {
  position: absolute;
  left: var(--x, 50%);
  top: var(--y, 50%);
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 0 var(--glow) var(--c));
}
#game-area #pinochio #nose #nose-div .mw-ring {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  box-shadow: 0 0 12px 4px var(--c);
  animation: mw-ring var(--ring-dur) ease-out forwards;
  mix-blend-mode: screen;
}
#game-area #pinochio #nose #nose-div .mw-ray {
  position: absolute;
  width: 3px;
  height: 26px;
  left: -1px;
  top: -13px;
  background: linear-gradient(to bottom, var(--c), rgba(255, 255, 255, 0.9), transparent 80%);
  border-radius: 2px;
  transform: rotate(var(--a)) scaleY(0.2);
  transform-origin: 50% 100%;
  opacity: 0.9;
  animation: mw-ray var(--ray-dur) ease-out forwards;
  mix-blend-mode: screen;
}
#game-area #pinochio #nose #nose-div .mw-p {
  position: absolute;
  width: var(--s);
  height: var(--s);
  left: calc(-.5 * var(--s));
  top: calc(-.5 * var(--s));
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, #fff, rgba(255, 255, 255, 0.6) 45%, transparent 60%), radial-gradient(circle at 50% 50%, var(--c), transparent 60%);
  mix-blend-mode: screen;
  animation: mw-fly var(--dur) cubic-bezier(0.15, 0.6, 0.2, 1) forwards, mw-twinkle calc(var(--dur) * .6) linear infinite;
  filter: drop-shadow(0 0 calc(var(--s) * .9) var(--c));
}
#game-area #pinochio #text-pinochio {
  position: absolute;
  top: 100px;
  left: 100%;
  width: 400px;
  height: 175px;
  background: url("/media/games/leaning-tower-of-pizza/images/popup-pino1.png");
  background-size: cover;
  opacity: 0.9;
  animation: buble 1.75s ease-in-out infinite;
  transform-origin: bottom left;
  display: none;
}
#game-area #pinochio #text-pinochio p, #game-area #pinochio #text-pinochio span {
  font-size: 30px;
  line-height: 27px;
  color: darkslategray;
  text-align: center;
  position: relative;
  padding: 5px 15px;
  width: 80%;
  height: 65%;
  left: 53%;
  top: 55%;
  transform: translate(-50%, -50%);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 1px;
  align-items: center;
  justify-content: center;
}
#game-area #pinochio #text-pinochio span {
  position: absolute;
  font-size: 70px;
  opacity: 0.7;
  letter-spacing: 2px;
  display: none;
}
#game-area #pinochio #testing-input {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  display: flex;
  gap: 8px;
}
#game-area #pinochio #testing-input #testing-lie-input {
  width: 320px;
  padding: 10px 14px;
  font-size: 18px;
  border: 2px solid #e6a020;
  border-radius: 8px;
  outline: none;
  font-family: inherit;
  background: rgba(255, 255, 255, 0.95);
  color: #333;
}
#game-area #pinochio #testing-input #testing-lie-submit {
  padding: 10px 20px;
  font-size: 18px;
  font-family: inherit;
  border: none;
  border-radius: 8px;
  background: #e6a020;
  color: #fff;
  cursor: pointer;
}
#game-area #pinochio #testing-input #testing-lie-submit:hover {
  background: #c98a10;
}
#game-area #home-section {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999999;
  background: #00000034;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
#game-area #home-section #logo {
  height: 65%;
  position: absolute;
  left: 50%;
  top: 44%;
  transform: translate(-50%, -50%);
  margin: -10px;
}
#game-area #home-section #logo img {
  height: 100%;
  animation: logoAnim 1.5s infinite;
}
#game-area #play-section {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 20px 70px;
  z-index: 90;
}
#game-area #play-section #pizzas {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#game-area #play-section #pizzas .pizza {
  width: 100px;
  transform: scale(0);
}
#game-area #play-section #pizzas .pizza img {
  width: 100%;
  animation: rotateAbit 1s ease-in-out infinite;
}
#game-area #play-section #timer {
  position: absolute;
  left: 3.5%;
  top: 100px;
  transform: translateX(0%);
  background: url("/media/games/leaning-tower-of-pizza/images/timer.png");
  background-size: cover;
  width: 150px;
  height: 65px;
}
#game-area #play-section #timer p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  letter-spacing: 2px;
  padding-left: 2px;
  text-shadow: 0 3.5px 0 rgba(0, 0, 0, 0.3);
}
#game-area #play-section #timer p.warning {
  color: #ff2222;
  text-shadow: 0 3.5px 0 rgba(0, 0, 0, 0.2);
  animation: pulse 0.5s ease;
}
#game-area #play-section #meters {
  position: absolute;
  width: 300px;
  height: 33px;
  background: url("/media/games/leaning-tower-of-pizza/images/progress-bar.png");
  background-size: cover;
  top: 50px;
  left: 50px;
}
#game-area #play-section #meters div {
  height: 66%;
  border: 2px solid #013c00;
  width: 6%;
  background: #119b11;
  position: absolute;
  border-radius: 100px;
  top: 50%;
  left: 8px;
  transform: translateY(-50%) scaleX(0.95);
  transform-origin: left center;
  transition: width 1s ease;
  display: none;
}
#game-area #play-section #meters #score {
  position: absolute;
  top: -100%;
  left: 20px;
  font-size: 28px;
  letter-spacing: 2px;
  color: #faef30;
  text-shadow: -1px -1px 0 #013c00, 1px -1px 0 #013c00, -1px 1px 0 #013c00, 1px 1px 0 #013c00;
}
#game-area #falling-anim {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none;
}
#game-area #falling-anim div {
  position: absolute;
  transform: translateY(-100%);
}
#game-area #falling-anim div img {
  max-width: 150px;
  max-height: 150px;
  animation: scale 1.5s infinite;
}
#game-area #end-section {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.204);
  background-repeat: no-repeat;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background-size: cover;
  z-index: 99999999;
}
#game-area #end-section .content {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%) scale(0.9);
  background: url("/media/games/leaning-tower-of-pizza/images/game-over-container.png");
  background-size: cover;
  width: 800px;
  height: 500px;
}
#game-area #end-section #end-nose-length {
  position: absolute;
  width: 300px;
  height: 100px;
  top: 32%;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  letter-spacing: 1px;
}
#game-area #end-section #end-nose-length p {
  font-size: 50px;
  text-align: center;
  color: #3f2a00;
  line-height: 60px;
}
#game-area #end-section #end-nose-length p span {
  font-size: 70px;
  color: white;
  letter-spacing: 3px;
  text-shadow: 0 4px 0 #3f2a00;
}
#game-area #end-section #bestLie {
  position: absolute;
  width: 100%;
  height: 80px;
  top: 56%;
  overflow: hidden;
}
#game-area #end-section #bestLie p {
  position: absolute;
  width: 700px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  color: white;
  padding: 0 20px;
  text-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: black;
  text-wrap: wrap;
  text-align: center;
  height: auto;
  max-height: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  top: 50%;
  transform: translate(-50%, -50%);
}
#game-area #end-section #bestLie p span {
  font-size: 40px;
  text-decoration: underline;
  color: #3f2a00;
  text-shadow: none;
}
#game-area #end-section #end-btns {
  position: absolute;
  width: 100%;
  margin-top: 30px;
  display: flex;
  top: 67%;
  gap: 10px;
  justify-content: center;
  transform: scale(0.8);
}
#game-area #end-section #end-btns img {
  width: 380px;
  cursor: pointer;
  transition: 0.2s;
}
#game-area #end-section #end-btns img:active {
  transform: scale(0.95);
  opacity: 0.9;
  filter: brightness(1.1);
}
#game-area #end-section #end-btns img:hover {
  filter: brightness(1.1);
}
#game-area #end-section #end-btns div {
  display: flex;
  justify-content: center;
  width: 380px;
  margin: 10px auto;
  cursor: pointer;
  animation: scale 1.5s infinite;
}
#game-area #end-section #end-btns div img {
  width: 100%;
  cursor: pointer;
}
#game-area #end-section.win .content {
  background: url("/media/games/leaning-tower-of-pizza/images/winner-modal.png");
  background-size: cover;
  height: 510px;
}
#game-area #end-section.win .content #bestLie {
  display: flex;
}
#game-area #end-section.win .content #end-nose-length {
  top: 32%;
}
#game-area #end-section.lose .content {
  background: url("/media/games/leaning-tower-of-pizza/images/game-over-container.png");
  background-size: cover;
}
#game-area #end-section.lose .content #bestLie {
  display: none;
}
#game-area #end-section.lose .content #end-nose-length {
  top: 40%;
}

@media (max-width: 600px) {
  #game-area {
    background: url("/media/games/leaning-tower-of-pizza/images/background.png");
    background-size: auto 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  #game-area #water {
    height: 57%;
  }
  #game-area #khachba {
    left: -25%;
    top: 58%;
  }
  #game-area #wall-mobile {
    display: block;
  }
  #game-area #gepeto {
    top: 46%;
    left: 55px;
  }
  #game-area #gepeto #gepeto-sprite {
    width: 123px;
    height: 200px;
  }
  #game-area #tip-box {
    position: absolute;
    top: 77.2%;
    left: 2%;
    transform: scale(0);
    width: 320px;
    z-index: 9999999999;
    border-radius: 22px;
    font-family: f2;
    border: 6px solid #135177;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
  }
  #game-area #tip-box img {
    position: absolute;
    right: -2%;
    max-width: 105px;
    max-height: 175px;
    height: auto;
    object-fit: contain;
  }
  #game-area #tip-box #tip-content {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    background: #ffffff;
    border-radius: 16px;
    border: 6px solid #6DC6E8;
  }
  #game-area #tip-box #tip-content #tip-text {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  #game-area #tip-box #tip-content #tip-text h1 {
    margin: 0;
    padding: 8px 16px;
    width: 100%;
    padding-right: 40px;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1B445B;
    background: #C3EBFA;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  #game-area #tip-box #tip-content #tip-text p {
    min-height: 40px;
    height: auto;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    color: #1B445B;
    background: white;
    padding-top: 10px;
    padding-left: 16px;
    padding-right: 70px;
    border-radius: 10px;
  }
  #game-area #pizza-stack {
    left: 45%;
    top: 204px;
    transform: rotateX(30deg) scaleY(2) scale(1.5);
  }
  #game-area #strong-light {
    left: 450px;
    top: 300px;
    opacity: 1;
  }
  #game-area #sun {
    left: 570px;
  }
  #game-area #tower {
    position: absolute;
    left: 50%;
    margin-left: 30px;
    top: 0%;
    transform: translate(-50%, 0%) scaleX(0.9);
    width: 620px;
    width: 250px;
    z-index: -1;
    opacity: 1;
    filter: brightness(1.13);
  }
  #game-area #tower img {
    width: 100%;
  }
  #game-area #pinochio {
    left: 23%;
    top: 40.5%;
  }
  #game-area #pinochio #nose {
    width: 520px;
  }
  #game-area #intro-video {
    height: auto;
    width: 100%;
    bottom: 0;
    top: 102%;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
  }
  #game-area #skip-intro-btn {
    top: 18px;
    right: 18px;
    height: 48px;
  }
  #game-area #stop-btn {
    top: 43%;
    z-index: 10000;
    right: -2px;
  }
  #game-area #home-section #logo {
    height: 42%;
  }
  #game-area #monster {
    transform: translateY(32%) translateX(-30px) scale(1.6);
  }
  #game-area #play-section #timer {
    top: 140px;
    left: 80px;
    transform: translateX(0%) scale(1.5);
  }
  #game-area #play-section #meters {
    transform: scale(1.5);
    top: 60px;
    left: 120px;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rain-fall {
  from {
    transform: rotate(var(--rain-tilt)) translateY(-120px);
  }
  to {
    transform: rotate(var(--rain-tilt)) translateY(820px);
  }
}
@keyframes rotateAbit {
  0% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
@keyframes monster-throw {
  0% {
    transform: rotate(0deg);
  }
  35% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes buble {
  0% {
    transform: rotate(-0.5deg);
  }
  50% {
    transform: rotate(0.5deg);
  }
  100% {
    transform: rotate(-0.5deg);
  }
}
@keyframes pressBtn {
  0% {
    transform: translateX(0px);
    opacity: 1;
    filter: brightness(1);
  }
  50% {
    transform: translateX(10px);
    opacity: 0.9;
    filter: brightness(1.1);
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
    filter: brightness(1);
  }
}
@keyframes mw-ring {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  10% {
    opacity: 1;
  }
  70% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
    transform: scale(12);
  }
}
@keyframes mw-ray {
  0% {
    opacity: 0;
    transform: rotate(var(--a)) scaleY(0.2) translateY(0);
  }
  20% {
    opacity: 1;
    transform: rotate(var(--a)) scaleY(1) translateY(-4px);
  }
  100% {
    opacity: 0;
    transform: rotate(var(--a)) scaleY(0.2) translateY(-18px);
  }
}
@keyframes mw-fly {
  0% {
    transform: translate(0, 0) scale(0.6);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translate(var(--tx), var(--ty)) scale(0.8);
    opacity: 0;
  }
}
@keyframes mw-twinkle {
  0%, 100% {
    box-shadow: 0 0 0 0 var(--c);
  }
  50% {
    box-shadow: 0 0 8px 2px var(--c);
  }
}
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    text-shadow: 0 3.5px 0 rgba(0, 0, 0, 0.3);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    text-shadow: 0 3.5px 0 rgba(0, 0, 0, 0.3);
  }
}
@keyframes slightRotate {
  0% {
    transform: rotate(-4deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(4deg);
    transform-origin: center bottom;
  }
  100% {
    transform: rotate(-4deg);
    transform-origin: center bottom;
  }
}
.sprite > canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

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