@font-face {
  font-family: f;
  src: url("/media/games/bing-bong-banana/fonts/Hamberger-Bold.ttf");
}
#full-area {
  width: 100%;
  height: 100vh;
  background: #000;
  position: absolute;
  overflow: hidden;
  user-select: none;
}
#full-area #game-area {
  position: absolute;
  width: 1280px;
  height: 720px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("/media/games/bing-bong-banana/images/navbar/backer.jpg");
  overflow: hidden;
}
#full-area #game-area #content {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  padding: 20px;
  z-index: 999999999;
}
#full-area #game-area #content #deco {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  background: url("/media/games/bing-bong-banana/images/bg.png");
  background-size: cover;
  background-position: bottom center;
}
#full-area #game-area #content #deco div {
  background: url("/media/games/bing-bong-banana/images/pattern.png");
  background-size: contain;
  width: 100%;
  height: 999999999px;
  transform: translate(0, 0);
  opacity: 0.4;
}
#full-area #game-area #content #home-section {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: absolute;
  left: 0;
  margin-top: -20px;
}
#full-area #game-area #content #home-section #home-right {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#full-area #game-area #content #home-section #logo {
  height: 570px;
  justify-content: center;
  display: flex;
  margin: 0 auto;
  margin-top: 30px;
  margin-left: 30px;
  animation: logoAnim 1.3s infinite;
}
#full-area #game-area #content #home-section #intro-btn {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 30px;
  cursor: pointer;
  width: 250px;
  display: none;
}
#full-area #game-area #content #home-section .grayed-out {
  opacity: 0.3;
  filter: grayscale(1);
}
#full-area #game-area #content #home-section #home-btns {
  width: 70%;
  margin-left: 11%;
  justify-content: space-around;
  display: flex;
  margin-top: 50px;
}
#full-area #game-area #content #home-section #home-btns img {
  width: 300px;
  cursor: pointer;
}
#full-area #game-area #content #end-section {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999999999;
}
#full-area #game-area #content #end-section .content {
  width: 100%;
  left: 0%;
  height: 100%;
  position: relative;
  top: 0;
  position: relative;
  height: 100%;
  width: 100%;
  margin-top: -20px;
}
#full-area #game-area #content #end-section .content #game-over {
  height: 80%;
  position: relative;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 0px;
}
#full-area #game-area #content #end-section .content #game-over img {
  width: 100%;
}
#full-area #game-area #content #end-section .content h1 {
  position: absolute;
  font-family: f;
  color: red;
  text-transform: uppercase;
  top: 210px;
  font-size: 70px;
  text-shadow: 0px 6px #740152, 0px 8px rgba(0, 0, 0, 0.188);
}
#full-area #game-area #content #end-section .content #logo2 {
  height: 60%;
  display: flex;
  margin: 0 auto;
  margin-top: -4%;
  z-index: 2;
  position: relative;
  top: 40px;
  animation: logoAnim 1.3s infinite;
}
#full-area #game-area #content #end-section .content #end-btns {
  left: 50%;
  top: 62%;
  transform: scale(1);
  position: absolute;
  padding-top: 0px;
  display: flex;
  margin-left: 0px;
  justify-content: space-between;
  background: url("/media/games/bing-bong-banana/images/end-container.png");
  background-size: cover;
  width: 500px;
  padding: 20px 0;
  padding-bottom: 30px;
  border-radius: 50px;
  left: 50%;
  transform: translateX(-50%) scale(1.2);
}
#full-area #game-area #content #end-section .content #end-btns img {
  height: 80px;
  cursor: pointer;
  margin-bottom: -20px;
  display: flex;
  animation: scale 1.5s infinite;
}
#full-area #game-area #content #end-section .content #end-score {
  position: absolute;
  z-index: 99;
  font-size: 60px;
  color: #1e305e;
  font-family: f;
  top: 365px;
  width: 100%;
  text-align: center;
}
#full-area #game-area #content #end-section .content #stars {
  position: absolute;
  display: flex;
  top: -260px;
  margin: 0;
  transform: scale(0.9);
}
#full-area #game-area #content #end-section .content #stars img {
  filter: brightness(0);
  opacity: 0.7;
  height: 70px;
  top: 0;
  position: relative;
  cursor: default;
}
#full-area #game-area #content #end-section .content #stars img:nth-child(2) {
  height: 90px;
  top: -30px;
}
#full-area #game-area #content #end-section .content #stars .starEarned {
  filter: brightness(1);
  opacity: 1;
}
#full-area #game-area #content #play-section {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
  font-family: f;
}
#full-area #game-area #content #play-section #testing {
  position: absolute;
  z-index: 2;
  left: 50px;
  top: 40%;
}
#full-area #game-area #content #play-section #testing input, #full-area #game-area #content #play-section #testing button {
  margin: 5px;
  outline: none;
}
#full-area #game-area #content #play-section #testing #testing-ready, #full-area #game-area #content #play-section #testing #testing-answer {
  display: none;
}
#full-area #game-area #content #play-section #validation {
  position: absolute;
  background: #00000081;
  width: 100%;
  height: 100%;
  z-index: 9999;
  backdrop-filter: blur(5px);
  display: none;
}
#full-area #game-area #content #play-section #validation #validation-content {
  width: 700px;
  height: 385px;
  background: url("/media/games/bing-bong-banana/images/valid-container.png");
  background-size: cover;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#full-area #game-area #content #play-section #validation #validation-content #validation-incorrect, #full-area #game-area #content #play-section #validation #validation-content #validation-correct {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
}
#full-area #game-area #content #play-section #validation #validation-content h1 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 100px;
  color: #f1165e;
  text-shadow: 0 5px 0 #9b032a, 0 8px 0 #1e305e;
  position: relative;
  top: 45%;
  transform: translateY(-50%);
}
#full-area #game-area #content #play-section #validation #validation-content #validation-btn {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  position: relative;
  top: 34%;
  height: 24%;
  cursor: pointer;
  transition: 0.2s;
}
#full-area #game-area #content #play-section #validation #validation-content #validation-btn img {
  height: 100%;
  animation: scale 1.5s infinite;
}
#full-area #game-area #content #play-section #validation #validation-content #validation-btn:active {
  filter: brightness(1.07);
}
#full-area #game-area #content #play-section #validation #validation-content #validation-correct h1 {
  color: #62cd07;
  text-shadow: 0 5px 0 #016c02, 0 8px 0 #1e305e;
}
#full-area #game-area #content #play-section .content {
  position: relative;
  height: 100%;
  width: 100%;
  background: #00000029;
  padding: 30px;
}
#full-area #game-area #content #play-section .content #answers {
  position: absolute;
  width: 100%;
  height: 345px;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  gap: 5px;
  justify-content: center;
  align-content: center;
  --gap: 5px;
  --minCell: 92px;
  --maxCell: 190px;
  --cellW: var(--cellW-js, var(--maxCell));
  grid-template-columns: repeat(auto-fit, minmax(var(--cellW), var(--cellW)));
  grid-auto-rows: var(--cellW);
}
#full-area #game-area #content #play-section .content #answers .bbb-sound-card {
  width: var(--cellW);
  height: var(--cellW);
  box-sizing: border-box;
  overflow: hidden;
  display: grid;
  place-items: center;
  align-content: center;
  transform: translateZ(0);
  padding: calc(var(--cellW) * 0.05) calc(var(--cellW) * 0.06);
  gap: calc(var(--cellW) * 0.03);
  transform-origin: 50% 50%;
  will-change: transform, opacity;
  transition: opacity 0.14s ease-out, transform 0.22s cubic-bezier(0.22, 0.9, 0.3, 1.08);
}
#full-area #game-area #content #play-section .content #answers .bbb-sound-card .bbb-sound-img {
  width: calc(var(--cellW) * 0.82);
  height: calc(var(--cellW) * 0.62);
  border-radius: calc(var(--cellW) * 0.14);
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: white;
  border: 2px solid #109FFE;
  transition: background 0.14s ease-out, border-color 0.14s ease-out, transform 0.18s cubic-bezier(0.22, 0.9, 0.3, 1.08), box-shadow 0.18s ease-out;
}
#full-area #game-area #content #play-section .content #answers .bbb-sound-card .bbb-sound-img::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 25%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.25) 100%);
  pointer-events: none;
}
#full-area #game-area #content #play-section .content #answers .bbb-sound-card .bbb-sound-img img {
  width: calc(var(--cellW) * 0.52);
  height: calc(var(--cellW) * 0.52);
  object-fit: contain;
  display: block;
  transition: filter 0.12s ease-out, transform 0.18s cubic-bezier(0.22, 0.9, 0.3, 1.08);
}
#full-area #game-area #content #play-section .content #answers .bbb-sound-card .bbb-sound-name {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  padding: calc(var(--cellW) * 0.035) calc(var(--cellW) * 0.06);
  border-radius: calc(var(--cellW) * 0.11);
  font-size: clamp(10px, calc(var(--cellW) * 0.13), 18px);
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
  position: relative;
  line-height: 1.05;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #109FFE;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  transition: background 0.14s ease-out, color 0.14s ease-out, transform 0.18s cubic-bezier(0.22, 0.9, 0.3, 1.08), opacity 0.12s ease-out;
}
#full-area #game-area #content #play-section .content #answers .bbb-sound-card .bbb-sound-name::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.05) 30%, rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0.35) 100%);
  pointer-events: none;
}
#full-area #game-area #content #play-section .content #answers .bbb-sound-card.is-silhouette .bbb-sound-img {
  border-color: #000000;
  background: #050505ca;
  transform: scale(0.94);
}
#full-area #game-area #content #play-section .content #answers .bbb-sound-card.is-silhouette .bbb-sound-img img {
  filter: brightness(0) saturate(0);
  transform: scale(0.88);
}
#full-area #game-area #content #play-section .content #answers .bbb-sound-card.is-silhouette .bbb-sound-name {
  color: transparent;
  text-shadow: none;
  background: #2f2f2fe9;
  transform: scale(0.96);
}
#full-area #game-area #content #play-section .content #answers .bbb-sound-card.is-revealed .bbb-sound-img {
  border-color: #109FFE;
  background: white;
  transform: scale(1);
}
#full-area #game-area #content #play-section .content #answers .bbb-sound-card.is-revealed .bbb-sound-img img {
  filter: none;
  transform: scale(1);
}
#full-area #game-area #content #play-section .content #answers .bbb-sound-card.is-revealed .bbb-sound-name {
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  background: #109FFE;
  transform: scale(1);
}
#full-area #game-area #content #play-section .content #answers .bbb-sound-card.is-correct .bbb-sound-img {
  opacity: 1;
  filter: none;
  transform: translateY(-1px) scale(1.02);
  border-radius: calc(var(--cellW) * 0.14);
  border: 2px solid #50c878;
}
#full-area #game-area #content #play-section .content #answers .bbb-sound-card.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.96);
}
#full-area #game-area #content #play-section .content #answers .bbb-sound-card.is-focus {
  position: fixed;
  left: 50%;
  top: 48%;
  z-index: 9999;
  transform-origin: 50% 50%;
  will-change: transform;
  /* Always centered by default */
  transform: translate(-50%, -50%) scale(var(--focusScale, 2));
  /* Animate from "where it was" into center */
  animation: bbbFocusToCenter 0.24s cubic-bezier(0.18, 0.88, 0.24, 1.18) forwards;
}
#full-area #game-area #content #play-section .content #answers .bbb-sound-card.is-focus .bbb-sound-img {
  opacity: 1;
  filter: none;
  border: 4px solid rgba(80, 200, 120, 0.65);
  box-shadow: 0 0 18px rgba(80, 200, 120, 0.55), 0 0 36px rgba(80, 200, 120, 0.35);
}
#full-area #game-area #content #play-section .content #answers .bbb-sound-card.is-focus.is-incorrect {
  animation: bbbFocusToCenter 0.24s cubic-bezier(0.18, 0.88, 0.24, 1.18) forwards, shakeX 0.32s ease;
}
#full-area #game-area #content #play-section .content #answers .bbb-sound-card.is-focus.is-incorrect .bbb-sound-img {
  border: 4px solid #ff0909;
  box-shadow: 0 0 18px rgba(255, 80, 80, 0.65), 0 0 36px rgba(255, 80, 80, 0.35);
}
@keyframes bbbFocusToCenter {
  from {
    transform: translate(-50%, -50%) translate(var(--fromX, 0px), var(--fromY, 0px)) scale(1);
  }
  to {
    transform: translate(-50%, -50%) translate(0px, 0px) scale(var(--focusScale, 2));
  }
}
@keyframes shakeX {
  0% {
    transform: translate(-50%, -50%) translate(0px, 0px) scale(var(--focusScale, 2)) translateX(0);
  }
  20% {
    transform: translate(-50%, -50%) translate(0px, 0px) scale(var(--focusScale, 2)) translateX(-10px);
  }
  40% {
    transform: translate(-50%, -50%) translate(0px, 0px) scale(var(--focusScale, 2)) translateX(10px);
  }
  60% {
    transform: translate(-50%, -50%) translate(0px, 0px) scale(var(--focusScale, 2)) translateX(-6px);
  }
  80% {
    transform: translate(-50%, -50%) translate(0px, 0px) scale(var(--focusScale, 2)) translateX(6px);
  }
  100% {
    transform: translate(-50%, -50%) translate(0px, 0px) scale(var(--focusScale, 2)) translateX(0);
  }
}
#full-area #game-area #content #play-section .content #playBtn1 {
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
  width: 80px;
  height: auto;
  cursor: pointer;
  will-change: transform;
}
#full-area #game-area #content #play-section .content #playBtn1.is-beating {
  animation: playBeat 520ms ease-in-out infinite;
}
@keyframes playBeat {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  35% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  70% {
    transform: translate(-50%, -50%) scale(0.98);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
#full-area #game-area #content #play-section .content .wave {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 246px;
  width: 80%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
  opacity: 0.6;
  z-index: 0;
}
#full-area #game-area #content #play-section .content .wave span {
  position: relative;
  width: 50px;
  height: 206px;
  border-radius: 0;
  transform-origin: bottom;
  overflow: hidden;
  animation: waveBounce 900ms ease-in-out infinite;
  animation-play-state: paused;
  background: #33ddff;
  box-shadow: 0 0 18px rgba(120, 200, 255, 0.55);
  border: 2px solid rgba(255, 255, 255, 0.35);
}
#full-area #game-area #content #play-section .content .wave.is-playing span {
  animation-play-state: running;
}
#full-area #game-area #content #play-section .content .wave .wave-notes {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 5;
}
#full-area #game-area #content #play-section .content .wave .wave-note {
  position: absolute;
  bottom: 38px;
  font-size: 38px;
  line-height: 1;
  opacity: 0;
  filter: blur(0.1px);
  will-change: transform, opacity;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.35), 0 0 24px rgba(120, 200, 255, 0.25);
  animation: noteFloat 2.8s ease-out forwards;
}
@keyframes noteFloat {
  0% {
    transform: translate3d(var(--x, 0px), 0px, 0) rotate(var(--r, 0deg)) scale(0.95);
    opacity: 0;
  }
  12% {
    opacity: 0.55;
  }
  60% {
    opacity: 0.35;
  }
  100% {
    transform: translate3d(var(--x, 0px), -170px, 0) rotate(var(--r, 0deg)) scale(1.05);
    opacity: 0;
  }
}
@keyframes waveBounce {
  0% {
    transform: scaleY(0.25);
  }
  50% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0.25);
  }
}
#full-area #game-area #content #play-section .content video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  opacity: 0;
}
#full-area #game-area #content #play-section .content #score {
  position: absolute;
  color: #f3f6fc;
  font-size: 50px;
  text-transform: uppercase;
  text-shadow: 3px 3px 0 #1e305e, 3px 6px 0 #000000;
  margin-top: -20px;
  left: 98%;
  transform: translateX(-100%);
  width: 300px;
  text-align: right;
  padding-right: 30px;
}
#full-area #game-area #content #play-section .content #score span {
  font-size: 60px;
}
#full-area #game-area #content #play-section .content #when-you-hear {
  position: absolute;
  color: #f3f6fc;
  font-size: 50px;
  text-transform: uppercase;
  text-shadow: 3px 3px 0 #1e305e, 3px 6px 0 #000000;
  margin-top: -10px;
  left: 0;
  width: auto;
  text-align: left;
  padding-left: 30px;
  opacity: 0;
  width: 100%;
}
#full-area #game-area #content #play-section .content #when-you-hear span {
  font-size: 35px;
  color: lime;
}
#full-area #game-area #content #play-section .content #home-btn {
  position: absolute;
  z-index: 99;
  top: 10px;
  left: 15px;
  cursor: pointer;
  transition: 0.2;
  width: 80px;
  opacity: 0;
}
#full-area #game-area #content #play-section .content #home-btn:hover {
  filter: brightness(1.1);
}
#full-area #game-area #content #play-section .content #home-btn:active {
  transform: scale(0.97);
}
#full-area #game-area #content #play-section .content #curr-name {
  position: absolute;
  color: #f3f6fc;
  font-size: 50px;
  text-transform: uppercase;
  text-shadow: 3px 3px 0 #1e305e, 3px 6px 0 #000000;
  margin-top: -10px;
  left: 50%;
  top: 75%;
  transform: translateX(-50%) scale(1.3);
  text-align: center;
  padding-left: 30px;
  background: url("/media/games/bing-bong-banana/images/container2.png");
  background-size: cover;
  width: 400px;
  height: 85px;
  text-align: center;
  justify-content: center;
  padding: 0;
  align-items: center;
  padding-top: 5px;
  opacity: 0;
}
#full-area #game-area #content #play-section .content #play-containers {
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%) scale(1.2);
}
#full-area #game-area #content #play-section .content #play-containers #play-container-1 {
  width: 400px;
  height: 320px;
  padding: 20px;
  position: relative;
}
#full-area #game-area #content #play-section .content #play-containers #play-container-1 h1 {
  position: absolute;
  font-size: 200px;
  height: 100%;
  margin-top: -20px;
  width: 100%;
  margin-left: -20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-shadow: 4px 8px 0 rgba(0, 0, 0, 0.192);
  opacity: 0;
  transform: scale(0);
}
#full-area #game-area #content #play-section .content #play-containers #play-container-1 p {
  color: white;
  font-size: 30px;
  text-shadow: 3px 3px 0 #0000003f;
  width: 100%;
  text-align: center;
  opacity: 0.001;
}
#full-area #game-area #content #play-section .content #play-containers #play-container-1 #contImg {
  height: 50%;
  position: relative;
  width: auto;
  animation: scale 1.5s infinite;
  opacity: 0.001;
}
#full-area #game-area #content #play-section .content #play-containers #play-container-1 #contImg img {
  height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#full-area #game-area #content #play-section .content #play-containers #play-container-1 #sound-waves {
  display: flex;
  justify-content: center;
  height: 50px;
  position: absolute;
  top: 91%;
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
  opacity: 0.001;
}
#full-area #game-area #content #play-section .content #play-containers #play-container-1 #sound-waves img {
  height: 100%;
}
#full-area #game-area #content #play-section .content #play-containers #play-container-1 #sound-waves #play-btn {
  cursor: pointer;
  transition: 0.2s;
}
#full-area #game-area #content #play-section .content #play-containers #play-container-1 #sound-waves #play-btn:active {
  opacity: 0.9;
}
#full-area #game-area #content #play-section .content #play-containers #play-container-1 #audio-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  opacity: 0;
}
#full-area #game-area #content #play-section .content #play-containers #play-container-1 #audio-icon img {
  width: 100%;
  animation: scale 1.5s infinite;
}
#full-area #game-area #content #play-section .content #play-containers #play-container-2 {
  width: 400px;
  height: 85px;
  background: url("/media/games/bing-bong-banana/images/container2.png");
  background-size: cover;
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
  padding: 0 10%;
}
#full-area #game-area #content #play-section .content #play-containers #play-container-2 p {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-shadow: 3px 3px 0 #0000003f;
  font-size: 35px;
  opacity: 0.001;
}
#full-area #game-area #content #play-section .content #play-containers #play-container-2 p span {
  margin-left: 10px;
  color: lime;
  text-transform: uppercase;
}
#full-area #game-area #content #play-section .content #play-containers #play-container-2 img {
  height: 70%;
  margin-top: 3%;
  cursor: pointer;
  transition: 0.2s;
}
#full-area #game-area #content #play-section .content #play-containers #play-container-2 img:active {
  opacity: 0.9;
}

.end {
  animation: end 1s ease-out;
  animation-fill-mode: forwards;
}

@keyframes btnAnim {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.97);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes logoAnim {
  0% {
    transform: scale(1) rotate(-5deg);
  }
  50% {
    transform: scale(0.96) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(-5deg);
  }
}
@keyframes seqAnim {
  0% {
    transform: scale(1) rotate(-15deg);
    transform-origin: bottom right;
  }
  50% {
    transform: scale(0.96) rotate(-5deg);
    transform-origin: bottom right;
  }
  100% {
    transform: scale(1) rotate(-15deg);
    transform-origin: bottom right;
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 600px) {
  #full-area #game-area #content #home-section #logo {
    height: 600px;
    margin-top: 230px;
  }
  #full-area #game-area #content #home-section #intro-btn {
    width: 340px;
    margin-top: 50px;
  }
  #full-area #game-area #content #play-section .content #when-you-hear {
    margin-top: 30px;
    font-size: 55px;
    width: 86%;
  }
  #full-area #game-area #content #play-section .content #playBtn1 {
    left: 93%;
    top: 9%;
  }
  #full-area #game-area #content #play-section .content #curr-name {
    transform: translateX(-50%) scale(1.6);
    top: 82%;
  }
  #full-area #game-area #content #play-section .content #home-btn {
    top: 160px;
    left: 81%;
    transform: translateX(-50%) scale(1.2);
  }
  #full-area #game-area #content #play-section .content #home-btn:active {
    transform: translateX(-50%) scale(1.17);
  }
  #full-area #game-area #content #play-section .content #score {
    transform: scale(1.2);
    margin: 0 30px;
    left: 10%;
    margin-left: -145px;
    top: 14%;
    font-size: 35px;
  }
  #full-area #game-area #content #play-section .content #score span {
    font-size: 45px;
  }
  #full-area #game-area #content #play-section .content #play-containers {
    transform: translate(-50%, -50%) scale(1.6);
  }
  #full-area #game-area #content #end-section .content {
    transform: scale(0.5);
  }
  #full-area #game-area #content #end-section .content #end-score {
    font-size: 130px;
    top: 580px;
  }
  #full-area #game-area #content #end-section .content #end-btns {
    transform: translateX(-50%) scale(1.9);
    margin-top: 50px;
  }
}
@media (width: 960px) and (height: 480px) {
  #full-area #game-area {
    width: 960px;
    height: 480px;
  }
  #full-area #game-area #content #home-section {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999999;
    position: absolute;
    left: 0;
    margin-top: -20px;
  }
  #full-area #game-area #content #home-section #logo {
    height: 300px;
    max-height: 950px;
    margin-top: 30px;
    margin-left: 20px;
  }
  #full-area #game-area #content #end-section .content {
    transform: scale(1.1);
    margin-top: 10px;
  }
  #full-area #game-area #content #end-section .content h1 {
    position: absolute;
    font-family: f;
    color: red;
    text-transform: uppercase;
    top: 210px;
    font-size: 70px;
    text-shadow: 0px 6px #740152, 0px 8px rgba(0, 0, 0, 0.188);
  }
  #full-area #game-area #content #end-section .content #logo2 {
    height: 60%;
    display: flex;
    margin: 0 auto;
    margin-top: -4%;
    z-index: 2;
    position: relative;
    top: 40px;
    animation: logoAnim 1.3s infinite;
  }
  #full-area #game-area #content #end-section .content #end-btns {
    transform: translateX(-50%) scale(1);
  }
  #full-area #game-area #content #end-section .content #end-score {
    font-size: 50px;
    top: 173px;
  }
  #full-area #game-area #content #end-section .content #stars {
    position: absolute;
    display: flex;
    top: -260px;
    margin: 0;
    transform: scale(0.9);
  }
  #full-area #game-area #content #end-section .content #stars img {
    filter: brightness(0);
    opacity: 0.7;
    height: 70px;
    top: 0;
    position: relative;
    cursor: default;
  }
  #full-area #game-area #content #end-section .content #stars img:nth-child(2) {
    height: 90px;
    top: -30px;
  }
  #full-area #game-area #content #end-section .content #stars .starEarned {
    filter: brightness(1);
    opacity: 1;
  }
  #full-area #game-area #content #play-section video {
    height: auto;
    min-height: 100%;
    width: 100%;
  }
  #full-area #game-area #content #play-section #validation #validation-content {
    transform: translate(-50%, -50%) scale(0.7);
  }
  #full-area #game-area #content #play-section .content {
    position: relative;
    height: 100%;
    width: 100%;
    background: #00000029;
    padding: 30px;
  }
  #full-area #game-area #content #play-section .content #score {
    font-size: 30px;
    margin-top: -15px;
  }
  #full-area #game-area #content #play-section .content #score span {
    font-size: 40px;
  }
  #full-area #game-area #content #play-section .content #when-you-hear {
    font-size: 35px;
  }
  #full-area #game-area #content #play-section .content #home-btn {
    top: 10px;
    width: 200px !important;
  }
  #full-area #game-area #content #play-section .content #curr-name {
    font-size: 30px;
    margin-top: -10px;
    top: 82%;
    width: 280px;
    height: 60px;
  }
}

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