@font-face {
  font-family: f;
  src: url("/media/games/emoji-game/font/Playfulist.otf");
}
@font-face {
  font-family: f2;
  src: url("/media/games/emoji-game/font/LEMONMILK-Regular.otf");
}
@font-face {
  font-family: f3;
  src: url("/media/games/emoji-game/font/Bookerly Bold Italic.ttf");
}
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;
  background-image: url("/media/games/emoji-game/background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#full-area #game-area #content {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  padding: 20px;
}

#full-area #game-area #content .bg-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%) scale(1.415, 1.415);
  /*square root of 2*/
}

#full-area #game-area #content .bg-shape #rays_svg {
  width: 100%;
  height: 100%;
}

#full-area #game-area #content .bg-shape #rays_svg #rays {
  transform-box: fill-box;
  transform-origin: center;
  animation: rays-rotate 70s linear infinite;
}

#full-area #game-area #content .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#full-area #game-area #content #loader-section {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#full-area #game-area #content #loader-section #logo {
  height: 460px;
  justify-content: center;
  display: flex;
  animation: logoAnim 1.3s infinite;
}

#full-area #game-area #content #play-section {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999999;
  left: 0;
  top: 0;
}

#full-area #game-area #content #gameOver-section {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#full-area #game-area #content #gameOver-section .center {
  width: 100%;
  left: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  transform: translate(0%, 0%);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
#full-area #game-area #content #gameOver-section .center #logo1 {
  height: 55%;
  display: flex;
  margin: 0 auto;
  margin-top: -200px;
  z-index: 2;
  position: relative;
  animation: logoAnim 1.3s infinite;
}
#full-area #game-area #content #gameOver-section .center #gameOver-btns {
  left: 50%;
  top: 74%;
  transform: translate(-50%, -50%) scale(1);
  position: absolute;
  padding-top: 0px;
  display: flex;
  justify-content: center;
  padding: 20px 0;
  padding-bottom: 30px;
  border-radius: 50px;
}
#full-area #game-area #content #gameOver-section .center #gameOver-btns img {
  height: 130px;
  cursor: pointer;
  margin: 0px auto;
  margin-bottom: -20px;
  display: flex;
  animation: scale 1.5s infinite;
}

@keyframes rays-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#full-area #game-area #content #top-info {
  width: 100%;
  opacity: 1;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 20px;
}

#full-area #game-area #content #top-info button {
  border-radius: 100px;
  text-transform: uppercase;
  padding: 3px 30px;
  border: none;
  background: #7fcc0f;
  border-color: #426a08;
  border-bottom: 6px solid #426a08;
  color: white;
  font-weight: 500;
  font-size: 30px;
  opacity: 1;
  font-family: f;
  cursor: default;
  outline: none;
  text-shadow: 0px 1px 1px black;
}

#full-area #game-area #content #top-info button:nth-child(2) {
  border-bottom: 6px solid #7d1a09;
  border-color: #7d1a09;
  background: #ef390d;
}

#full-area #game-area #content #levels {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  font-family: f2;
  color: #ad0bfa;
  overflow-x: auto;
  padding-bottom: 10px;
  left: 0%;
  overflow-x: scroll;
}

#full-area #game-area #content #levels::-webkit-scrollbar {
  display: none;
}

#full-area #game-area #content #levels #level {
  min-width: 400px;
  max-width: 400px;
  height: 306px;
  margin: 0 20px;
  position: relative;
  cursor: pointer;
}

#full-area #game-area #content #levels {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  font-family: f2;
  color: #ad0bfa;
  left: 0%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  touch-action: pan-x;
}

#full-area #game-area #content #levels.dragging {
  cursor: grabbing;
}

#full-area #game-area #content #levels #level {
  flex: 0 0 auto;
}

#full-area #game-area #content #levels #level h2 {
  text-align: center;
  width: 100%;
  top: 100%;
  position: relative;
  transform: translateY(-200%);
  font-weight: 600;
  font-size: 33px;
  text-shadow: 0px 1px 1px black;
}

#full-area #game-area #content #levels #level p {
  text-align: right;
  margin-top: 120px;
  font-size: 22px;
  position: absolute;
  top: 0;
  left: 100%;
  transform: translateX(-200%);
  font-weight: 700;
  text-shadow: 0px 1px 1px black;
}

#full-area #game-area #content #levels #level:hover {
  transform: scale(1.02);
  opacity: 0.9;
  transition: 0.1s;
}

#full-area #game-area #content #levels .incomplete.l1 {
  background: url("/media/games/emoji-game/images/lobby-option-incomplete-l1.png");
  background-size: cover;
}

#full-area #game-area #content #levels .incomplete.l2 {
  background: url("/media/games/emoji-game/images/lobby-option-incomplete-l2.png");
  background-size: cover;
}

#full-area #game-area #content #levels .incomplete.l3 {
  background: url("/media/games/emoji-game/images/lobby-option-incomplete-l3.png");
  background-size: cover;
}

#full-area #game-area #content #levels .incomplete.l4 {
  background: url("/media/games/emoji-game/images/lobby-option-incomplete-l4.png");
  background-size: cover;
}

#full-area #game-area #content #levels .incomplete.l5 {
  background: url("/media/games/emoji-game/images/lobby-option-incomplete-l5.png");
  background-size: cover;
}

#full-area #game-area #content #levels .incomplete p {
  color: #ef390d;
}

#full-area #game-area #content #levels .complete.l1 {
  background: url("/media/games/emoji-game/images/lobby-option-complete-l1.png");
  background-size: cover;
}

#full-area #game-area #content #levels .complete.l2 {
  background: url("/media/games/emoji-game/images/lobby-option-complete-l2.png");
  background-size: cover;
}

#full-area #game-area #content #levels .complete.l3 {
  background: url("/media/games/emoji-game/images/lobby-option-complete-l3.png");
  background-size: cover;
}

#full-area #game-area #content #levels .complete.l4 {
  background: url("/media/games/emoji-game/images/lobby-option-complete-l4.png");
  background-size: cover;
}

#full-area #game-area #content #levels .complete.l5 {
  background: url("/media/games/emoji-game/images/lobby-option-complete-l5.png");
  background-size: cover;
}

#full-area #game-area #content #levels .sub {
  background: url("/media/games/emoji-game/images/lobby-option-incomplete-sub-v2.png");
  background-size: cover;
}

#full-area #game-area #content #answer-img {
  margin: 10px 0;
  width: 300px;
  height: 301px;
  background: url("/media/games/emoji-game/images/emoji-container.png");
  background-size: cover;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -30px;
  display: none;
}

#full-area #game-area #content #answer-img img {
  width: 70%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#full-area #game-area #content #answer-left-emojis {
  display: flex;
  justify-content: center;
  position: relative;
  width: 120px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  flex-wrap: wrap;
  margin-top: 15px;
  margin-left: 60px;
}

#full-area #game-area #content #answer-left-emojis div {
  margin: 5px 0px;
  width: 120px;
  height: 120px;
  background: url("/media/games/emoji-game/images/emoji-container.png");
  background-size: cover;
}

#full-area #game-area #content #answer-left-emojis div img {
  width: 70%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#full-area #game-area #content #emojis-containers {
  display: flex;
  justify-content: center;
  position: relative;
}

#full-area #game-area #content #emojis-containers div {
  margin: 10px 30px;
  width: 250px;
  height: 251px;
  background: url("/media/games/emoji-game/images/emoji-container.png");
  background-size: cover;
}

#full-area #game-area #content #emojis-containers div img {
  width: 70%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#full-area #game-area #content #countdown {
  width: 700px;
  height: 123px;
  background: url("/media/games/emoji-game/images/countdown-container.png");
  background-size: cover;
  position: relative;
  display: flex;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
}

#full-area #game-area #content #countdown p {
  width: 100%;
  text-align: center;
  font-size: 42px;
  font-family: f2;
  align-items: center;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  margin-top: 2px;
}

#full-area #game-area #content #countdown div {
  width: 100%;
  background: linear-gradient(40deg, #ffb815, #fffa00);
  border-radius: 100px;
  margin-left: 45px;
  height: 58px;
  margin-top: 34px;
}

#full-area #game-area #content #countdown img {
  position: relative;
  height: 58px;
  margin-top: 34px;
  margin-left: -25px;
}

#full-area #game-area #content #gameOver-btns {
  display: flex;
  justify-content: center;
}

#full-area #game-area #content #gameOver-btns button {
  border-radius: 100px;
  text-transform: uppercase;
  padding: 10px 0px;
  border: none;
  border: 6px solid white;
  background: linear-gradient(#71dc81, #42ad52);
  color: white;
  font-weight: 500;
  font-size: 35px;
  opacity: 1;
  font-family: f;
  outline: none;
  text-shadow: 0px 1px 1px black;
  margin: 0 50px;
  width: 350px;
  font-family: f2;
}

#full-area #game-area #content #gameOver-btns button:nth-child(2) {
  background: linear-gradient(#e01a23, #ac1828);
}

#full-area #game-area #content #gameOver-btns button:hover {
  transform: scale(1.02);
  opacity: 0.95;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
  transition: 0.1s;
}

#full-area #game-area #content #answers-history {
  position: relative;
  width: 200px;
  left: 55%;
  margin-top: -150px;
  transform: translateX(-100%);
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

#full-area #game-area #content #answers-history button {
  border-radius: 100px;
  text-transform: uppercase;
  padding: 3px 30px;
  border: none;
  border-bottom: 6px solid #78255c;
  background: #d452ae;
  color: white;
  font-weight: 500;
  font-size: 25px;
  opacity: 1;
  font-family: f;
  cursor: default;
  outline: none;
  text-shadow: 0px 1px 1px black;
  margin-bottom: 20px;
}

#full-area #game-area #content #answers-history img {
  width: 80px;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 600px) {
  #full-area #game-area {
    width: 960px;
    height: 480px;
  }

  #full-area #game-area #content .center {
    transform: translate(-50%, -50%) scale(0.7);
  }

  #full-area #game-area #content .bg-shape {
    transform: translate(-50%, -50%) scale(2);
    transform-origin: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #full-area #game-area #content #countdown div {
    margin-left: 54px;
    height: 66px;
    margin-top: 40px;
  }

  #full-area #game-area #content #countdown {
    width: 800px;
    height: 140px;
  }

  #full-area #game-area #content #gameOver-section .center #logo1 {
    height: 500px;
    margin-top: -300px;
  }
  #full-area #game-area #content #gameOver-section .center #gameOver-btns {
    margin-top: -50px;
    display: flex;
  }
  #full-area #game-area #content #gameOver-section .center #gameOver-btns button {
    height: 100px;
    width: 350px;
    margin: 0 20px;
  }

  #full-area #game-area #content #top-info {
    margin-top: 20px;
  }

  #full-area #game-area #content #top-info button {
    font-size: 45px;
  }

  #full-area #game-area #content #levels {
    margin-top: -10px;
  }

  #full-area #game-area #content #levels #level {
    min-width: 647px;
    max-width: 647px;
    height: 495px;
  }

  #full-area #game-area #content #levels #level h2 {
    font-size: 50px;
  }

  #full-area #game-area #content #levels #level p {
    font-size: 40px;
    margin-top: 190px;
  }

  #full-area #game-area #content #answer-left-emojis {
    width: 100%;
    top: 70%;
    margin-left: 0px;
  }

  #full-area #game-area #content #answer-left-emojis div {
    margin: 5px 15px;
    width: 150px;
    height: 150px;
    background: url("/media/games/emoji-game/images/emoji-container.png");
    background-size: cover;
  }

  #full-area #game-area #content #answer-left-emojis div img {
    width: 70%;
  }

  #full-area #game-area #content #emojis-containers {
    margin-top: -170px;
  }

  #full-area #game-area #content #emojis-containers div {
    margin: 10px 15px;
    width: 350px;
    height: 351px;
  }

  #full-area #game-area #content #answer-img {
    margin: 10px 15px;
    width: 350px;
    height: 351px;
    margin-top: -170px;
  }

  #full-area #game-area #content #answers-history {
    width: 170px;
    margin-left: 80px;
    margin-top: -300px;
  }

  #full-area #game-area #content #answers-history button {
    font-size: 20px;
    margin-bottom: 10px;
  }

  #full-area #game-area #content #answers-history img {
    width: 60px;
  }

  #full-area #game-area #content #loader-section #logo {
    height: 490px;
    margin-top: -40px;
  }
}
@media (width: 960px) and (height: 480px) {
  #full-area #game-area {
    width: 960px;
    height: 480px;
  }

  #full-area #game-area #content .center {
    transform: translate(-50%, -50%) scale(0.7);
  }

  #full-area #game-area #content .bg-shape {
    transform: translate(-50%, -50%) scale(2);
    transform-origin: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #full-area #game-area #content #countdown div {
    margin-left: 45px;
    height: 60px;
    margin-top: 33px;
  }

  #full-area #game-area #content #countdown {
    width: 700px;
    height: 123px;
    margin-top: -20px;
  }

  #full-area #game-area #content #gameOver-section .center #logo1 {
    height: 250px;
    margin-top: -120px;
  }
  #full-area #game-area #content #gameOver-section .center #gameOver-btns {
    margin-top: 40px;
    display: flex;
  }
  #full-area #game-area #content #gameOver-section .center #gameOver-btns button {
    height: 70px;
    width: 250px;
    margin: 0 20px;
    font-size: 25px;
  }

  #full-area #game-area #content #top-info {
    margin-top: -5px;
  }

  #full-area #game-area #content #top-info button {
    font-size: 25px;
  }

  #full-area #game-area #content #levels {
    margin-top: 30px;
  }

  #full-area #game-area #content #levels #level {
    min-width: 347px;
    max-width: 347px;
    height: 267px;
  }

  #full-area #game-area #content #levels #level h2 {
    font-size: 25px;
  }

  #full-area #game-area #content #levels #level p {
    font-size: 18px;
    margin-top: 110px;
  }

  #full-area #game-area #content #answer-left-emojis {
    display: flex;
    justify-content: center;
    position: relative;
    width: 120px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    flex-wrap: wrap;
    margin-top: 15px;
    margin-left: 60px;
  }

  #full-area #game-area #content #answer-left-emojis div {
    margin: 5px 0px;
    width: 90px;
    height: 90px;
    background: url("/media/games/emoji-game/images/emoji-container.png");
    background-size: cover;
  }

  #full-area #game-area #content #answer-left-emojis div img {
    width: 70%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #full-area #game-area #content #emojis-containers {
    margin-top: -10px;
    transform: scale(0.7);
  }

  #full-area #game-area #content #emojis-containers div {
    margin: 10px 15px;
    width: 350px;
    height: 351px;
  }

  #full-area #game-area #content #answer-img {
    margin: 10px 15px;
    width: 250px;
    height: 251px;
    margin-top: -10px;
    margin-bottom: 40px;
  }

  #full-area #game-area #content #answers-history {
    width: 170px;
    margin-left: 80px;
    margin-top: -40px;
  }

  #full-area #game-area #content #answers-history button {
    font-size: 20px;
    margin-bottom: 10px;
  }

  #full-area #game-area #content #answers-history img {
    width: 60px;
  }

  #full-area #game-area #content #loader-section #logo {
    height: 340px;
    margin-top: -40px;
  }
}
.logo-section {
  width: 34%;
  height: 100%;
}

.dropdown {
  position: absolute;
  top: 20vh;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  display: none;
}

.button-container {
  display: flex;
  justify-content: space-around;
  padding: 10px;
}

#animation {
  position: absolute;
  z-index: -10;
  height: 100%;
  transform: translate(-50%, -40%) scale(1.5);
  width: 100%;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 60%;
}

.speedPopUp {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50vw;
  height: 50vh;
  background-image: url("/media/games/emoji-game/images/speedy-answer.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  display: none;
  z-index: 100;
  display: none;
  justify-content: center;
  pointer-events: none;
  align-items: center;
  padding: 2vw;
  box-sizing: border-box;
}

.popup-container {
  position: fixed;
  top: 0;
  pointer-events: none;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.speedPopUp.visible {
  display: flex;
  /* Assuming flex from previous configuration */
  opacity: 1;
}

.speedPopUp.hidden {
  opacity: 0;
}

.level {
  transition: transform 0.3s ease;
}

.pressed {
  transform: scale(0.5);
  /* Adjust the scale to a suitable level */
}

@keyframes logoAnim {
  0% {
    transform: scale(1) rotate(-5deg);
  }
  50% {
    transform: scale(0.96) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(-5deg);
  }
}

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