@font-face {
  font-family: f;
  src: url("/media/games/decision-time/fonts/LilitaOne-Regular.ttf");
}
@font-face {
  font-family: f2;
  src: url("/media/games/decision-time/fonts/FontsFree-Net-Montserrat-Medium.ttf");
}
#full-area {
  width: 100%;
  height: 100vh;
  background: #000;
  position: absolute;
  overflow: hidden;
  user-select: none;
}
#full-area .screamAnim {
  animation: screamAnim 0.2s infinite;
}
#full-area #game-area {
  position: absolute;
  width: 1280px;
  height: 720px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("/media/games/decision-time/images/background.png");
  background-size: cover;
  background-position: center center;
  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 #falling-anim {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#full-area #game-area #content #falling-anim div {
  position: absolute;
  transform: translateY(-100%);
}
#full-area #game-area #content #falling-anim div img {
  max-width: 80px;
  max-height: 80px;
  animation: scale 1.5s infinite;
}
#full-area #game-area #content #home-section {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: absolute;
  left: 0;
}
#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: 460px;
  justify-content: center;
  display: flex;
  margin: 0 auto;
  margin-top: 80px;
  margin-left: 0px;
  animation: logoAnim 1.3s infinite;
}
#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;
  background-size: cover;
}
#full-area #game-area #content #end-section .content #game-over {
  width: 60%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 50px;
}
#full-area #game-area #content #end-section .content #game-over img {
  width: 100%;
}
#full-area #game-area #content #end-section .content #logo2 {
  height: 65%;
  display: flex;
  margin: 0 auto;
  margin-top: 0%;
  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: 78%;
  transform: translate(-50%, -50%) scale(1);
  position: absolute;
  padding-top: 0px;
  display: flex;
  margin-left: 5px;
  justify-content: center;
  width: 50%;
  padding: 20px 0;
  padding-bottom: 30px;
  border-radius: 50px;
}
#full-area #game-area #content #end-section .content #end-btns img {
  height: 130px;
  cursor: pointer;
  margin: 0px auto;
  margin-bottom: -20px;
  display: flex;
  animation: scale 1.5s infinite;
}
#full-area #game-area #content #question-section {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
  background: #00000012;
}
#full-area #game-area #content #question-section #question {
  height: 400px;
  width: 650px;
  background: url("/media/games/decision-time/images/question-bubble.png");
  background-size: cover;
  position: absolute;
  left: 50%;
  margin-top: 50px;
  transform: translateX(-50%) scale(0);
  opacity: 0;
  padding: 50px 90px 50px 70px;
}
#full-area #game-area #content #question-section #question p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -5px;
  text-align: center;
  font-family: f2;
  font-weight: 900;
  font-size: 24px;
  color: #252525;
  letter-spacing: 1px;
}
#full-area #game-area #content #question-section #question-btns {
  display: flex;
  width: 100%;
  top: 86.5%;
  position: absolute;
  transform: translateY(-80%) scale(0.7);
  opacity: 0;
}
#full-area #game-area #content #question-section #question-btns img {
  width: 100%;
  animation: scale 1.5s infinite;
  cursor: pointer;
}
#full-area #game-area #content #answer-section {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
}
#full-area #game-area #content #answer-section #answer-title {
  margin-top: 50px;
  animation: scale 1.5s infinite;
  opacity: 0;
}
#full-area #game-area #content #answer-section #answer-title p {
  color: white;
  font-size: 45px;
  font-family: f2;
  text-align: center;
  font-weight: 900;
  letter-spacing: 1px;
  text-shadow: 4px 6px rgba(0, 0, 0, 0.279);
}
#full-area #game-area #content #answer-section #answer-db {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 20px;
}
#full-area #game-area #content #answer-section #answer-db #nb-yes, #full-area #game-area #content #answer-section #answer-db #nb-no, #full-area #game-area #content #answer-section #answer-db #nb-answer {
  width: 340px;
  height: 300px;
  background: url("/media/games/decision-time/images/wrong-tile.png");
  background-size: cover;
  margin: 0 20px;
  padding: 40px;
  transform: scale(0);
  opacity: 0;
}
#full-area #game-area #content #answer-section #answer-db #nb-yes img, #full-area #game-area #content #answer-section #answer-db #nb-no img, #full-area #game-area #content #answer-section #answer-db #nb-answer img {
  display: flex;
  margin: 0 auto;
  max-width: 70%;
  max-height: 70%;
  animation: logoAnim 1.5s infinite;
}
#full-area #game-area #content #answer-section #answer-db #nb-yes p, #full-area #game-area #content #answer-section #answer-db #nb-no p, #full-area #game-area #content #answer-section #answer-db #nb-answer p {
  color: #ac00ac;
  font-family: f;
  font-size: 60px;
  font-weight: 900;
  text-align: center;
  text-shadow: 3px 3px rgba(65, 0, 65, 0.126);
}
#full-area #game-area #content #answer-section #answer-db #nb-yes {
  background: url("/media/games/decision-time/images/right-tile.png");
  background-size: cover;
}
#full-area #game-area #content #answer-section #answer-db #nb-answer {
  background: url("/media/games/decision-time/images/white-rect.png");
  background-size: cover;
}
#full-area #game-area #content #answer-section #answer-db #nb-answer img {
  animation: scale 1.5s infinite;
}
#full-area #game-area #content #answer-section #answer-db #nb-yes {
  order: 1;
}
#full-area #game-area #content #answer-section #answer-db #nb-answer {
  order: 2;
}
#full-area #game-area #content #answer-section #answer-db #nb-no {
  order: 3;
}
#full-area #game-area #content #play-section {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
  background: url("/media/games/decision-time/images/background.jpg");
  background-size: cover;
  background-position: bottom center;
}
#full-area #game-area #content #play-section .content {
  position: relative;
  height: 100%;
  width: 100%;
}

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

@keyframes playerSelected {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.1) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
@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);
  }
}
.level {
  transition: transform 0.3s ease;
}

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

#full-area #game-area #content #top-info2 {
  width: 100%;
  opacity: 1;
  display: flex;
  justify-content: center;
  position: relative;
}

#full-area #game-area #content #top-info2 {
  padding: 3px 30px;
  border: none;
  color: white;
  font-weight: 500;
  font-size: 7vh;
  opacity: 1;
  cursor: default;
  text-shadow: 0px 1px 1px black;
}

/*# sourceMappingURL=index.css.map */
@media (max-width: 600px) {
  #full-area #game-area #content #home-section #logo {
    margin-top: 300px;
    margin-left: 10px;
  }
  #full-area #game-area #content #question-section #question {
    margin-top: 140px;
  }
  #full-area #game-area #content #question-section #question-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    transform: translateY(-80%) scale(0.6);
    margin-top: -40px;
  }
  #full-area #game-area #content #question-section #question-btns div {
    margin: -60px;
  }
  #full-area #game-area #content #answer-section #answer-title {
    margin-top: 70px;
  }
  #full-area #game-area #content #answer-section #answer-db {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 50px;
  }
  #full-area #game-area #content #answer-section #answer-db #nb-yes, #full-area #game-area #content #answer-section #answer-db #nb-no, #full-area #game-area #content #answer-section #answer-db #nb-answer {
    margin-bottom: 40px;
  }
  #full-area #game-area #content #answer-section #answer-db {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 50px;
    justify-content: space-between;
  }
  #full-area #game-area #content #answer-section #answer-db #nb-answer {
    order: 0;
    width: 110%;
    margin-bottom: 40px;
    background: url("/media/games/decision-time/images/white-rect.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  #full-area #game-area #content #answer-section #answer-db #nb-yes {
    order: 1;
    margin-bottom: 40px;
  }
  #full-area #game-area #content #answer-section #answer-db #nb-no {
    order: 2;
    margin-bottom: 40px;
  }
  #full-area #game-area #content #end-section .content #logo2 {
    height: 500px;
    margin-top: 30px;
  }
  #full-area #game-area #content #end-section .content #end-btns {
    margin-top: -120px;
    display: flex;
    flex-wrap: wrap;
  }
  #full-area #game-area #content #end-section .content #end-btns img {
    height: 200px;
  }
}
@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 #home-section #logo {
    height: 350px;
    max-height: 950px;
    margin-top: 0px;
    margin-left: 20px;
  }
  #full-area #game-area #content #home-section #home-btns {
    width: 90%;
    margin-left: -1%;
    justify-content: space-around;
    display: flex;
    margin-top: 0px;
    transform: scale(0.6);
  }
  #full-area #game-area #content #question-section #question {
    height: 250px;
    width: 420px;
    margin-top: 20px;
  }
  #full-area #game-area #content #question-section #question p {
    font-size: 15px;
  }
  #full-area #game-area #content #question-section #question-btns {
    transform: translateY(-48%) scale(0.6);
  }
  #full-area #game-area #content #answer-section #answer-title p {
    font-size: 40px;
    margin-top: -10px;
    text-shadow: 2px 3px rgba(0, 0, 0, 0.271);
  }
  #full-area #game-area #content #answer-section #answer-db {
    transform: translate(-50%, -50%) scale(0.7);
    margin-top: 50px;
  }
  #full-area #game-area #content #play-section {
    width: 130%;
    margin-left: -15%;
  }
  #full-area #game-area #content #play-section .content {
    transform: scale(0.65);
  }
  #full-area #game-area #content #end-section .content {
    width: 140%;
    margin-left: -20%;
    transform: scale(0.6);
  }
  #full-area #game-area #content #end-section .content #logo2 {
    max-height: 700px;
    height: 430px;
    margin-top: -80px;
  }
  #full-area #game-area #content #end-section .content #end-btns {
    margin-top: 230px;
  }
  #full-area #game-area #content #end-section .content #end-btns img {
    height: 150px;
  }
}

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