@font-face {
  font-family: f;
  src: url("/media/games/animal-idol/fonts/LilitaOne-Regular.ttf");
}
@font-face {
  font-family: f2;
  src: url("/media/games/animal-idol/fonts/JungleAdventurer.ttf");
}
:root {
  --characters-width: 400px;
  --characters-height: 300px;
}

body {
  padding: 0;
  margin: 0;
}

#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/animal-idol/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 #home-section {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999999;
  left: 0;
  top: 0;
  background: url("/media/games/animal-idol/images/background.jpg");
  background-size: cover;
  background-position: bottom center;
}
#full-area #game-area #content #home-section #home-right {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 210px;
}
#full-area #game-area #content #home-section #logo {
  height: 380px;
  justify-content: center;
  display: flex;
  animation: logoAnim 1.3s infinite;
}
#full-area #game-area #content #phone-section {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/media/games/animal-idol/images/background-phone.png");
  background-size: cover;
  background-position: bottom center;
}
#full-area #game-area #content #phone-section #mobile {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
}
#full-area #game-area #content #phone-section #mobile #mobile-img {
  height: 400px;
  animation: mobileVibrating 1.5s infinite;
}
#full-area #game-area #content #phone-section #mobile #vib1, #full-area #game-area #content #phone-section #mobile #vib2 {
  position: absolute;
  height: 120px;
  left: 270px;
  top: calc( 50% - 60px );
  animation: scale 1.5s infinite;
}
#full-area #game-area #content #phone-section #mobile #vib1 {
  right: 275px;
  left: auto;
}
#full-area #game-area #content #details-section {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/media/games/animal-idol/images/details-bg.png");
  background-size: cover;
  background-position: center bottom;
}
#full-area #game-area #content #details-section .content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#full-area #game-area #content #details-section .content #details-fox-idle {
  position: absolute;
  left: 50%;
  width: 400px;
  top: 20%;
}
#full-area #game-area #content #details-section .content #details-buttons {
  position: fixed;
  top: 72px;
  left: 400px;
  z-index: 9999;
  display: flex;
  gap: 20px;
}
#full-area #game-area #content #details-section .content #details-buttons img {
  cursor: pointer;
  transition: 0.2s;
}
#full-area #game-area #content #details-section .content #details-buttons img:hover {
  filter: brightness(1.05);
}
#full-area #game-area #content #details-section .content #details-buttons img:active {
  transform: scale(0.97);
}
#full-area #game-area #content #details-section .content #char-details {
  position: absolute;
  width: 300px;
  height: auto;
  left: 36%;
  top: 57%;
  transform: translateX(-50%) translateY(-50%) scale(1.2);
  display: flex;
  flex-direction: column;
  gap: 10px;
  animation: floating 3s ease-in-out infinite;
}
#full-area #game-area #content #details-section .content #char-details img {
  width: 100%;
  margin-top: 5px;
}
#full-area #game-area #content #details-section .content #char-details .char-detail {
  width: 100%;
  height: 85px;
  background: url("/media/games/animal-idol/images/green-thumb.png");
  background-size: cover;
  color: white;
  font-family: f2;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  text-transform: uppercase;
  text-shadow: 0 4px 0px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.5px;
}
#full-area #game-area #content #details-section .content #char-details .char-detail p {
  width: 100%;
  height: 100%;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 33px;
  line-height: 0.9;
  padding-right: 40px;
  padding-bottom: 10px;
}
#full-area #game-area #content #details-section .content #char-details .char-detail.red {
  background: url("/media/games/animal-idol/images/red-thumb.png");
  background-size: cover;
}
#full-area #game-area #content #character-section {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/media/games/animal-idol/images/stage-bg.png");
  background-size: cover;
  background-position: bottom center;
}
#full-area #game-area #content #character-section #characters-section-title {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  top: 20px;
}
#full-area #game-area #content #character-section #characters-carousel {
  z-index: 22;
  left: 40px;
  top: 20px;
  position: relative;
  width: var(--characters-width);
  height: var(--characters-height);
  transform: scale(0.85);
}
#full-area #game-area #content #character-section #characters-viewport {
  width: 100%;
  height: 100%;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  /* hide scrollbar */
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#full-area #game-area #content #character-section #characters-viewport::-webkit-scrollbar {
  display: none;
}
#full-area #game-area #content #character-section #characters-list {
  height: 100%;
  box-sizing: border-box;
  width: 100%;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, 1fr);
  padding: 0 3px;
}
#full-area #game-area #content #character-section #characters-list img {
  max-width: calc( var(--characters-width) * 0.333333 );
  max-height: calc( var(--characters-height) * 0.5 );
  object-fit: contain;
  border-radius: 16px;
  scroll-snap-align: start;
  cursor: pointer;
  user-select: none;
}
#full-area #game-area #content #character-section .char-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  z-index: 5;
  background: #f6a21a;
  color: #fff;
  font-size: 34px;
  line-height: 56px;
  text-align: center;
  opacity: 0.95;
  transition: 0.2s;
}
#full-area #game-area #content #character-section .char-arrow:hover {
  filter: brightness(1.1);
}
#full-area #game-area #content #character-section .char-arrow.left {
  left: 0;
  transform: translateX(-100%) translateY(-50%);
}
#full-area #game-area #content #character-section .char-arrow.right {
  right: 0;
  transform: translateX(100%) translateY(-50%);
}
#full-area #game-area #content #character-section .char-arrow:disabled {
  opacity: 0.35;
  cursor: default;
}
#full-area #game-area #content #character-section #choose-animal-sprite {
  position: absolute;
  left: 49%;
  transform: translateX(-50%) scale(1.2);
  top: 68%;
  width: 37%;
}
#full-area #game-area #content #character-section #choose-animal-sprite #sprite {
  width: 300px;
  height: 300px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 500% 600%;
  position: relative;
  top: 65%;
  left: 52.5%;
  transform: translate(-50%, -50%);
}
#full-area #game-area #content #character-section #character-info {
  width: 380px;
  height: 250px;
  background: linear-gradient(30deg, rgba(36, 51, 64, 0.75), hwb(207 18% 64%/0.74));
  backdrop-filter: blur(1px);
  border-radius: 20px;
  border: 3px solid #000000ad;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 40px 20px;
  text-transform: uppercase;
  text-align: center;
  font-family: f2;
  position: absolute;
  right: 5%;
  margin: 0;
  top: 48%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
#full-area #game-area #content #character-section #character-info h1 {
  color: lime;
  font-size: 43px;
  width: 100%;
  white-space: nowrap;
  text-wrap: nowrap;
  text-shadow: 0 5px 0px rgba(0, 0, 0, 0.3);
  margin-top: 15px;
  line-height: 1;
}
#full-area #game-area #content #character-section #character-info p {
  color: white;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 1.1;
  text-shadow: 0 3px 0px rgba(0, 0, 0, 0.3);
}
#full-area #game-area #content #character-section #characters-buttons {
  display: flex;
  width: 63%;
  position: relative;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  justify-content: space-between;
  position: absolute;
}
#full-area #game-area #content #character-section #characters-buttons img {
  width: 210px;
  cursor: pointer;
  transition: 0.2s;
}
#full-area #game-area #content #character-section #characters-buttons img:hover {
  filter: brightness(1.05);
}
#full-area #game-area #content #character-section #characters-buttons img:active {
  transform: scale(0.97);
}
#full-area #game-area #content #end-section {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999999999;
  background: url("/media/games/animal-idol/images/end-bg.png");
  background-size: cover;
  background-position: center bottom;
}
#full-area #game-area #content #end-section .black-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000081;
  left: 0;
  top: 0;
}
#full-area #game-area #content #end-section .content {
  width: 820px;
  height: 480px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("/media/games/animal-idol/images/game-over.png");
  background-size: cover;
  color: white;
  font-family: f2;
  text-transform: uppercase;
}
#full-area #game-area #content #end-section .content h1 {
  text-align: center;
  width: 100%;
  margin-top: 130px;
  font-size: 50px;
  text-shadow: 0 5px 0px rgba(0, 0, 0, 0.3);
}
#full-area #game-area #content #end-section .content h1 span {
  color: gold;
  letter-spacing: 2px;
}
#full-area #game-area #content #end-section .content p {
  text-align: center;
  width: 100%;
  margin-top: -10px;
  font-size: 25px;
  text-shadow: 0 3px 0px rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
}
#full-area #game-area #content #end-section .content p span {
  color: gold;
}
#full-area #game-area #content #end-section .content #end-btns {
  display: flex;
  flex-wrap: wrap;
  width: 250px;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%) translateY(-130%);
  gap: 10px;
}
#full-area #game-area #content #end-section .content #end-btns img {
  width: 100%;
  cursor: pointer;
  transition: 0.2s;
}
#full-area #game-area #content #end-section .content #end-btns img:hover {
  filter: brightness(1.05);
}
#full-area #game-area #content #end-section .content #end-btns img:active {
  transform: scale(0.97);
}
#full-area #game-area #content #video-section {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
}
#full-area #game-area #content #video-section button {
  position: absolute;
  z-index: 9999999;
  top: 20px;
  right: 20px;
  font-family: f2;
  border: 2px solid white;
  outline: none;
  background: #f28403;
  color: white;
  font-size: 30px;
  padding: 0px 25px;
  border-radius: 15px;
  letter-spacing: 1px;
  text-transform: capitalize;
  text-shadow: 0 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: 0.2s;
}
#full-area #game-area #content #video-section button:hover {
  filter: brightness(1.1);
}
#full-area #game-area #content #video-section button:active {
  transform: scale(0.95);
}
#full-area #game-area #content #video-section svg {
  position: absolute;
  width: 200px;
  height: 200px;
  z-index: 2;
  color: white;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#full-area #game-area #content #video-section img {
  width: 100%;
  position: absolute;
  z-index: 99999;
  height: 100%;
}
#full-area #game-area #content #video-section #v1 {
  display: block;
}
#full-area #game-area #content #video-section #v2 {
  display: none;
}
#full-area #game-area #content #video-section video {
  height: 100%;
  left: 50%;
  top: 100%;
  transform: translateX(-50%) translateY(-100%);
  position: absolute;
  background: #000;
}
#full-area #game-area #content #airplane-screen {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#full-area #game-area #content #airplane-screen video {
  width: 100%;
}
#full-area #game-area #content #play-section {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: absolute;
  left: 0;
  background-size: cover;
  background-position: bottom center;
  margin-top: -20px;
  display: none;
}
#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 #secret-word {
  position: absolute;
  left: 100%;
  transform: translateX(-100%) scale(1.1);
  background: url("/media/games/animal-idol/images/secret-container.png");
  background-size: cover;
  color: white;
  width: 170px;
  height: 49px;
  margin-left: -40px;
  padding: 2px 5px;
  font-family: f2;
  font-size: 20px;
  text-align: center;
  line-height: 22px;
  color: #bb71ff;
  display: none;
}
#full-area #game-area #content #play-section .content #secret-word span {
  font-size: 27px;
  color: white;
}
#full-area #game-area #content #play-section .content #sentence-container {
  width: 700px;
  height: 65px;
  background: url("/media/games/animal-idol/images/text-bar.png");
  background-size: cover;
  position: absolute;
  left: 0;
  top: 30px;
}
#full-area #game-area #content #play-section .content #sentence-container p {
  font-size: 48px;
  font-family: f2;
  color: white;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 4px 0px rgba(0, 0, 0, 0.1);
}
#full-area #game-area #content #play-section .content #sentence-container p span {
  font-size: 55px;
}
#full-area #game-area #content #play-section .content #imposters {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 110px;
  left: 0;
}
#full-area #game-area #content #play-section .content #imposters .imposter {
  position: relative;
  margin: 0 10px;
  margin: 0 -20px;
}
#full-area #game-area #content #play-section .content #imposters .imposter img {
  width: auto;
  height: 420px;
  margin-top: 30px;
  transition: 0.6s;
}
#full-area #game-area #content #play-section .content #imposters .imposter .nb-container {
  color: #ffb200;
  background: url("/media/games/animal-idol/images/nb-container.png");
  background-size: cover;
  padding: 10px;
  border-radius: 5px;
  width: 70px;
  height: 70px;
  position: absolute;
  font-size: 50px;
  font-family: f2;
  text-align: center;
  text-shadow: 0px 2px 0px #f28403;
  z-index: 2;
  transition: 0.5s;
}
#full-area #game-area #content #play-section .content #imposters .imposter .nb-container p {
  margin: -13px -10px;
}
#full-area #game-area #content #play-section .content #imposters .imposter .imposter-word {
  color: white;
  background: url("/media/games/animal-idol/images/text-container.png");
  background-size: cover;
  width: 200px;
  height: 61px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  font-family: f2;
  font-size: 31px;
  text-transform: uppercase;
  margin: 0 auto;
  line-height: 25px;
  text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
}
#full-area #game-area #content #play-section .content #imposters .dark img {
  filter: brightness(0);
}
#full-area #game-area #content #play-section .content #imposters .dark .imposter-word {
  opacity: 0.2;
  filter: grayscale(1);
}
#full-area #game-area #content #play-section .content #imposters .dark .nb-container {
  opacity: 0;
}
#full-area #game-area #content #play-section .content #imposters .selection img {
  animation: btnAnim 1.5s ease-in-out infinite;
  cursor: pointer;
}
#full-area #game-area #content #play-section .content #imposters .selection img:hover {
  filter: brightness(1.5);
}
#full-area #game-area #content #play-section .content #imposters .selected img {
  animation: btnAnim 1.5s ease-in-out infinite;
}
#full-area #game-area #content #ready-screen {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #00000081;
  backdrop-filter: blur(5px);
  left: 0;
  top: 0;
  display: none;
}
#full-area #game-area #content #ready-screen .content {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%) scale(1.1);
  height: 336px;
  width: 600px;
  background: #00000029;
  padding: 30px;
  background: url("/media/games/animal-idol/images/guess-container.png");
  background-size: cover;
  background-position: center center;
  padding-top: 40px;
}
#full-area #game-area #content #ready-screen .content p {
  color: white;
  font-family: f2;
  font-size: 68px;
  text-align: center;
  line-height: 70px;
  text-shadow: 0 5px 0px rgba(0, 0, 0, 0.3);
}
#full-area #game-area #content #ready-screen .content #btns {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0 30px;
  margin-top: 40px;
}
#full-area #game-area #content #ready-screen .content #btns div {
  width: 220px;
  height: 69px;
  background: url("/media/games/animal-idol/images/yes-btn.png");
  background-size: cover;
  cursor: pointer;
  transition: 0.2s;
}
#full-area #game-area #content #ready-screen .content #btns div:active {
  transform: scale(0.95);
}
#full-area #game-area #content #ready-screen .content #btns div p {
  font-size: 40px;
  text-shadow: 0 3px 0px rgba(0, 0, 0, 0.3);
}
#full-area #game-area #content #ready-screen .content #btns .no-btn {
  background: url("/media/games/animal-idol/images/no-btn.png");
  background-size: cover;
}

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

@media (max-width: 600px) {
  #full-area #game-area #content #home-section #home-right {
    margin-top: 380px;
  }
  #full-area #game-area #content #home-section #logo {
    height: 380px;
    justify-content: center;
    display: flex;
    animation: logoAnim 1.3s infinite;
  }
  #full-area #game-area #content #phone-section {
    transform: scale(1.5);
  }
  #full-area #game-area #content #details-section .content #details-fox-idle {
    left: 46%;
    width: 500px;
    top: 38%;
  }
  #full-area #game-area #content #details-section .content #details-buttons {
    top: 152px;
    left: 50%;
    transform: translateX(-50%);
    gap: 30px;
  }
  #full-area #game-area #content #details-section .content #details-buttons img {
    width: 300px;
  }
  #full-area #game-area #content #details-section .content #char-details {
    width: 350px;
    height: auto;
    left: 28%;
    top: 57%;
    gap: 20px;
  }
  #full-area #game-area #content #details-section .content #char-details .char-detail {
    height: 99px;
  }
  #full-area #game-area #content #details-section .content #char-details .char-detail p {
    font-size: 43px;
    padding-right: 40px;
    padding-bottom: 0px;
  }
  #full-area #game-area #content #character-section #characters-section-title {
    width: 700px;
    top: 35px;
  }
  #full-area #game-area #content #character-section #characters-carousel {
    left: 50%;
    top: 150px;
    width: var(--characters-width);
    height: var(--characters-height);
    transform: translateX(-50%) scale(1.2);
  }
  #full-area #game-area #content #character-section .char-arrow {
    width: 86px;
    height: 86px;
  }
  #full-area #game-area #content #character-section .char-arrow.left {
    left: 0;
    transform: translateX(-100%) translateY(-50%);
  }
  #full-area #game-area #content #character-section .char-arrow.right {
    right: 0;
    transform: translateX(100%) translateY(-50%);
  }
  #full-area #game-area #content #character-section #choose-animal-sprite {
    left: 77%;
    top: 73%;
  }
  #full-area #game-area #content #character-section #character-info {
    left: 5%;
    top: 65%;
  }
  #full-area #game-area #content #character-section #characters-buttons {
    bottom: 7%;
  }
  #full-area #game-area #content #character-section #characters-buttons img {
    width: 230px;
  }
  #full-area #game-area #content #end-section .content {
    width: 790px;
    height: 450px;
  }
  #full-area #game-area #content #video-section button {
    font-size: 60px;
  }
  #full-area #game-area #content #video-section svg {
    position: absolute;
    width: 200px;
    height: 200px;
    z-index: 2;
    color: white;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #full-area #game-area #content #airplane-screen video {
    height: 100%;
    width: auto;
  }
  #full-area #game-area #content #play-section {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999999;
    position: absolute;
    left: 0;
    background-size: cover;
    background-position: bottom center;
    margin-top: -20px;
    display: none;
  }
  #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 #secret-word {
    position: absolute;
    left: 100%;
    transform: translateX(-100%) scale(1.1);
    background: url("/media/games/animal-idol/images/secret-container.png");
    background-size: cover;
    color: white;
    width: 170px;
    height: 49px;
    margin-left: -40px;
    padding: 2px 5px;
    font-family: f2;
    font-size: 20px;
    text-align: center;
    line-height: 22px;
    color: #bb71ff;
    display: none;
  }
  #full-area #game-area #content #play-section .content #secret-word span {
    font-size: 27px;
    color: white;
  }
  #full-area #game-area #content #play-section .content #sentence-container {
    width: 700px;
    height: 65px;
    background: url("/media/games/animal-idol/images/text-bar.png");
    background-size: cover;
    position: absolute;
    left: 0;
    top: 30px;
  }
  #full-area #game-area #content #play-section .content #sentence-container p {
    font-size: 48px;
    font-family: f2;
    color: white;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 2px 4px 0px rgba(0, 0, 0, 0.1);
  }
  #full-area #game-area #content #play-section .content #sentence-container p span {
    font-size: 55px;
  }
  #full-area #game-area #content #play-section .content #imposters {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 110px;
    left: 0;
  }
  #full-area #game-area #content #play-section .content #imposters .imposter {
    position: relative;
    margin: 0 10px;
    margin: 0 -20px;
  }
  #full-area #game-area #content #play-section .content #imposters .imposter img {
    width: auto;
    height: 420px;
    margin-top: 30px;
    transition: 0.6s;
  }
  #full-area #game-area #content #play-section .content #imposters .imposter .nb-container {
    color: #ffb200;
    background: url("/media/games/animal-idol/images/nb-container.png");
    background-size: cover;
    padding: 10px;
    border-radius: 5px;
    width: 70px;
    height: 70px;
    position: absolute;
    font-size: 50px;
    font-family: f2;
    text-align: center;
    text-shadow: 0px 2px 0px #f28403;
    z-index: 2;
    transition: 0.5s;
  }
  #full-area #game-area #content #play-section .content #imposters .imposter .nb-container p {
    margin: -13px -10px;
  }
  #full-area #game-area #content #play-section .content #imposters .imposter .imposter-word {
    color: white;
    background: url("/media/games/animal-idol/images/text-container.png");
    background-size: cover;
    width: 200px;
    height: 61px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    font-family: f2;
    font-size: 31px;
    text-transform: uppercase;
    margin: 0 auto;
    line-height: 25px;
    text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
  }
  #full-area #game-area #content #play-section .content #imposters .dark img {
    filter: brightness(0);
  }
  #full-area #game-area #content #play-section .content #imposters .dark .imposter-word {
    opacity: 0.2;
    filter: grayscale(1);
  }
  #full-area #game-area #content #play-section .content #imposters .dark .nb-container {
    opacity: 0;
  }
  #full-area #game-area #content #play-section .content #imposters .selection img {
    animation: btnAnim 1.5s ease-in-out infinite;
    cursor: pointer;
  }
  #full-area #game-area #content #play-section .content #imposters .selection img:hover {
    filter: brightness(1.5);
  }
  #full-area #game-area #content #play-section .content #imposters .selected img {
    animation: btnAnim 1.5s ease-in-out infinite;
  }
  #full-area #game-area #content #ready-screen .content {
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%) scale(1.1);
    height: 336px;
    width: 600px;
    background: #00000029;
    padding: 30px;
    background: url("/media/games/animal-idol/images/guess-container.png");
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
  }
  #full-area #game-area #content #ready-screen .content p {
    color: white;
    font-family: f2;
    font-size: 68px;
    text-align: center;
    line-height: 70px;
    text-shadow: 0 5px 0px rgba(0, 0, 0, 0.3);
  }
  #full-area #game-area #content #ready-screen .content #btns {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 30px;
    margin-top: 40px;
  }
  #full-area #game-area #content #ready-screen .content #btns div {
    width: 220px;
    height: 69px;
    background: url("/media/games/animal-idol/images/yes-btn.png");
    background-size: cover;
    cursor: pointer;
    transition: 0.2s;
  }
  #full-area #game-area #content #ready-screen .content #btns div:active {
    transform: scale(0.95);
  }
  #full-area #game-area #content #ready-screen .content #btns div p {
    font-size: 40px;
    text-shadow: 0 3px 0px rgba(0, 0, 0, 0.3);
  }
  #full-area #game-area #content #ready-screen .content #btns .no-btn {
    background: url("/media/games/animal-idol/images/no-btn.png");
    background-size: cover;
  }
}
@keyframes btnAnim {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.97);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes mobileVibrating {
  0% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}
@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);
  }
}
@keyframes floating {
  0% {
    transform: translateX(-50%) translateY(-50%) translateY(0px) scale(1.2);
  }
  50% {
    transform: translateX(-50%) translateY(-50%) translateY(-4px) scale(1.2);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateY(0px) scale(1.2);
  }
}
@media (width: 960px) and (height: 480px) {
  #full-area #game-area {
    width: 960px;
    height: 480px;
  }
  #full-area #game-area #content .btnn {
    width: 250px;
    font-size: 25px;
  }
  #full-area #game-area #content #scoreCoinsAnim div {
    position: absolute;
    transform: translate(465px, 220px) scale(1);
  }
  #full-area #game-area #content #scoreCoinsAnim div img {
    max-width: 35px;
    max-height: 35px;
    animation: scale 1.5s infinite;
  }
  #full-area #game-area #content #home-section #logo {
    height: 250px;
    top: 60px;
  }
  #full-area #game-area #content #phone-section #mobile {
    top: 44%;
  }
  #full-area #game-area #content #phone-section #mobile #mobile-img {
    height: 250px;
  }
  #full-area #game-area #content #phone-section #mobile #vib1, #full-area #game-area #content #phone-section #mobile #vib2 {
    height: 90px;
    left: 175px;
    top: calc( 50% - 45px );
  }
  #full-area #game-area #content #phone-section #mobile #vib1 {
    right: 180px;
    left: auto;
  }
  #full-area #game-area #content #details-section .content #details-fox-idle {
    width: 250px;
    top: 5%;
  }
  #full-area #game-area #content #details-section .content #details-buttons {
    position: fixed;
    top: 0px;
    left: 530px;
    z-index: 9999;
    display: flex;
    gap: 20px;
    transform: scale(0.55);
  }
  #full-area #game-area #content #details-section .content #char-details {
    width: 250px;
    top: 55%;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
  #full-area #game-area #content #details-section .content #char-details .char-detail {
    height: 70px;
    font-size: 18px;
  }
  #full-area #game-area #content #details-section .content #char-details .char-detail p {
    font-size: 25px;
  }
  #full-area #game-area #content #character-section #characters-section-title {
    width: 400px;
    top: 10px;
  }
  #full-area #game-area #content #character-section #characters-carousel {
    left: 0;
    top: -40px;
    transform: scale(0.65);
  }
  #full-area #game-area #content #character-section #character-info {
    width: 300px;
    height: 200px;
    font-size: 14px;
    padding: 20px;
  }
  #full-area #game-area #content #character-section #character-info h1 {
    font-size: 30px;
  }
  #full-area #game-area #content #character-section #character-info p {
    font-size: 20px;
  }
  #full-area #game-area #content #character-section #choose-animal-sprite {
    width: 45%;
    transform: scale(0.8);
    left: 27%;
    top: 50%;
  }
  #full-area #game-area #content #character-section #choose-animal-sprite #sprite {
    width: 200px;
    height: 200px;
  }
  #full-area #game-area #content #character-section #characters-buttons {
    width: 45%;
  }
  #full-area #game-area #content #character-section #characters-buttons img {
    width: 130px;
  }
  #full-area #game-area #content #video-section video {
    height: auto;
    width: 770px;
  }
  #full-area #game-area #content #airplane-screen video {
    min-width: 100%;
    min-height: 100%;
  }
  #full-area #game-area #content #play-section {
    width: 130%;
    margin-left: -15%;
  }
  #full-area #game-area #content #play-section .content {
    transform: scale(0.65);
    background: none;
    margin-top: -70px;
  }
  #full-area #game-area #content #play-section .content #sentence-container {
    left: -120px;
  }
  #full-area #game-area #content #play-section .content #secret-word {
    height: 49px;
    border: 1px solid white;
    border-radius: 10px;
    transform: translateX(-50%) scale(1.4);
    margin-top: 10px;
  }
  #full-area #game-area #content #play-section .content #imposters {
    transform: scale(0.9);
    top: 90px;
  }
  #full-area #game-area #content #end-section .content {
    transform: translate(-50%, -50%) scale(0.67);
  }
}
/*# sourceMappingURL=index.css.map */

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