@font-face {
  font-family: f2;
  src: url("/media/games/memory-match/fonts/Ariston Comic Font.otf");
}
#game-area {
  width: 1280px;
  height: 720px;
  transform: translate(-50%, -50%) scale(1);
  left: 50%;
  top: 50%;
  position: absolute;
  background: url("/media/games/memory-match/images/background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
#game-area #animal-feedback-video {
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#game-area #home-section {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999999;
}
#game-area #home-section #home-logo {
  height: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: -50px;
}
#game-area #home-section #home-logo img {
  height: 100%;
  width: auto;
  opacity: 0;
  transform: scale(0);
}
#game-area #mode-section {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 30px;
  z-index: 99999999999;
}
#game-area #mode-section #choose-category {
  color: white;
  font-family: f2;
  text-transform: uppercase;
  font-size: 90px;
  width: 70%;
  margin-left: 15%;
  animation: scale 1.5s infinite;
  opacity: 0;
}
#game-area #mode-section #modes {
  margin-top: 30px;
  transform: scale(0);
  opacity: 0;
  display: flex;
  justify-content: center;
  z-index: 99999;
  position: relative;
}
#game-area #mode-section #modes .mode {
  width: 300px;
  position: relative;
  margin: 10px 12px;
  cursor: pointer;
}
#game-area #mode-section #modes .mode p {
  color: white;
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-family: puzzleGamesMainFont;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 3px 3px rgba(0, 0, 0, 0.182);
}
#game-area #mode-section #modes .mode p span {
  font-family: puzzleGamesMainFont;
  color: gold;
}
#game-area #mode-section #modes .mode img {
  width: 100%;
  transition: 0.1s;
}
#game-area #mode-section #modes .mode img:active {
  transform: scale(0.95);
  opacity: 0.9;
  filter: brightness(1.1);
}
#game-area #play-section {
  width: 100%;
  height: 100%;
  position: absolute;
}
#game-area #play-section #result-screen {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 0, 0, 0.6);
  background: transparent;
}
#game-area #play-section #result-screen #result-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#game-area #play-section #result-screen #result-text p {
  color: white;
  font-family: f2;
  text-transform: uppercase;
  font-size: 120px;
  width: 100%;
  text-align: center;
  letter-spacing: 3px;
  margin-top: 80px;
  animation: scale 1.5s infinite;
  text-shadow: 5px 5px rgba(0, 0, 0, 0.216);
  animation: scale 1.5s infinite;
  opacity: 0;
  text-wrap: nowrap;
}
#game-area #play-section #animGroup {
  opacity: 0;
}
#game-area #play-section #current-mode, #game-area #play-section #score {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(0) translateY(0%);
  margin: 20px 80px;
}
#game-area #play-section #current-mode p, #game-area #play-section #score p {
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-family: f2;
  font-weight: 500;
  font-size: 60px;
  letter-spacing: 2px;
  text-shadow: 3px 4px rgba(0, 0, 0, 0.212);
}
#game-area #play-section #current-mode h6, #game-area #play-section #score h6 {
  color: gold;
  text-align: center;
  text-transform: uppercase;
  font-family: f2;
  font-weight: 500;
  font-size: 50px;
  letter-spacing: 2px;
  text-shadow: 3px 4px rgba(0, 0, 0, 0.212);
  margin-top: -30px;
}
#game-area #play-section #score {
  left: 100%;
  transform: translateX(-100%);
  margin-left: -50px;
}
#game-area #play-section #score h6 {
  font-size: 70px;
  margin-top: -50px;
}
#game-area #play-section #current-mode-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 130px;
  width: auto;
  margin-top: 30px;
  cursor: pointer;
  z-index: 9999;
}
#game-area #play-section #current-mode-logo:active {
  transform: translateX(-50%) scale(0.95);
  opacity: 0.9;
  filter: brightness(1.1);
  transition: 0.2s;
}
#game-area #play-section #current-mode-logo img {
  height: 100%;
  animation: logoAnim_v2 1.5s infinite;
}
#game-area #play-section #match-list {
  width: 80%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 40px;
}
#game-area #play-section #match-list .match {
  background: black;
  margin: 10px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid white;
  border-radius: 20px;
  width: 200px;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  transform: scale(0);
  opacity: 0;
}
#game-area #play-section #match-list .match p {
  color: white;
  font-family: f2;
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#game-area #play-section #match-list .match h6 {
  position: absolute;
  left: 100%;
  top: 100%;
  transform: translate(-100%, -100%);
  color: white;
  font-size: 20px;
  margin: -5px -10px;
  font-family: puzzleGamesMainFont;
}
#game-area #play-section #answer-screen {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999999999;
}
#game-area #play-section #answer-screen h1 {
  color: white;
  font-family: f2;
  text-transform: uppercase;
  font-size: 120px;
  width: 80%;
  margin-left: 10%;
  text-align: center;
  letter-spacing: 3px;
  margin-top: 80px;
  animation: scale 1.5s infinite;
  text-shadow: 5px 5px rgba(0, 0, 0, 0.216);
  transform: scale(0);
  opacity: 0;
}
#game-area #play-section #answer-screen #testing {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  z-index: 9999999999999;
}
#game-area #end-section {
  width: 100%;
  height: 100%;
  position: absolute;
}
#game-area #end-section .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#game-area #end-section #end-logo {
  display: flex;
  justify-content: center;
  animation: logoAnim_v2 1.5s infinite;
  height: 300px;
  margin-top: -70px;
}
#game-area #end-section #end-logo img {
  height: 100%;
  transform: scale(0);
  opacity: 0;
}
#game-area #end-section #end-btns {
  position: relative;
  width: 100%;
  margin-top: 50px;
}
#game-area #end-section #end-btns div {
  display: flex;
  justify-content: center;
  width: 400px;
  margin: 10px auto;
  cursor: pointer;
  animation: scale 1.5s infinite;
}
#game-area #end-section #end-btns div img {
  width: 100%;
  cursor: pointer;
  transform: scale(1);
  opacity: 0;
}
#game-area #end-section #end-btns div img:active {
  transform: scale(0.95);
  opacity: 0.9;
  filter: brightness(1.1);
  transition: 0.2s;
}

@media (max-width: 600px) {
  #game-area #home-section #home-logo {
    height: 35%;
  }
  #game-area #home-section #home-logo img {
    height: 100%;
  }
  #game-area #mode-section #choose-category {
    font-size: 50px;
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
  #game-area #mode-section #modes {
    flex-wrap: wrap;
    justify-content: center;
  }
  #game-area #mode-section #modes .mode {
    width: 300px;
  }
  #game-area #mode-section #modes .mode img {
    width: 100%;
  }
  #game-area #play-section #current-mode {
    margin: 20px 20px;
  }
  #game-area #play-section #result-screen #result-text p {
    font-size: 85px;
    width: 100%;
  }
  #game-area #play-section #current-mode-logo {
    height: 100px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 20px;
  }
  #game-area #play-section #current-mode-logo img {
    height: 100%;
  }
  #game-area #play-section #match-list {
    width: 95%;
  }
  #game-area #play-section #match-list .match {
    width: 300px;
    margin: 20px;
  }
  #game-area #play-section #match-list .match p {
    font-size: 60px;
  }
  #game-area #play-section #match-list .match h6 {
    font-size: 30px;
  }
  #game-area #play-section #answer-screen h1 {
    width: 100%;
    margin-left: 0;
    text-wrap: wrap;
    text-align: center;
  }
  #game-area #end-section .content {
    width: 100%;
    text-align: center;
  }
  #game-area #end-section #end-logo {
    height: 350px;
    margin-top: -50px;
  }
  #game-area #end-section #end-logo img {
    height: 100%;
  }
  #game-area #end-section #end-btns div {
    width: 450px;
    margin: 30px auto;
  }
  #game-area #end-section #end-btns div img {
    width: 100%;
  }
}

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