@font-face {
  font-family: f;
  src: url("/media/games/sound-snap/fonts/LilitaOne-Regular.ttf");
}
@font-face {
  font-family: f2;
  src: url("/media/games/sound-snap/fonts//Supercell-Magic Regular.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/sound-snap/images/navbar/backer.jpg");
  overflow: hidden;
}
#full-area #game-area #content {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  padding: 20px;
  z-index: 999999999;
  background: url("/media/games/sound-snap/images/background.png");
  background-size: cover;
  background-position: bottom center;
}
#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: 350px;
  justify-content: center;
  display: flex;
  margin: 0 auto;
  margin-top: 110px;
  margin-left: -40px;
  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;
  background: url("/media/games/sound-snap/images/background.jpg");
  background-size: cover;
  background-position: bottom center;
}
#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 #end-rank {
  position: absolute;
  width: 7%;
  top: 50%;
  margin: 0;
  left: 3%;
  transform: translateY(-50%);
}
#full-area #game-area #content #end-section .content #end-rank div {
  width: 100%;
  position: relative;
  opacity: 0.25;
}
#full-area #game-area #content #end-section .content #end-rank div img {
  width: 100%;
  margin: 10px 0;
}
#full-area #game-area #content #end-section .content #end-rank .rank-completed {
  opacity: 1;
  transition: 1s ease-out;
}
#full-area #game-area #content #end-section .content #end-rank .rank-completed img {
  animation: logoAnim 1.2s infinite;
}
#full-area #game-area #content #end-section .content #end-score {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 50px;
  width: 20%;
}
#full-area #game-area #content #end-section .content #end-score img {
  width: 100%;
}
#full-area #game-area #content #end-section .content #end-score p {
  font-size: 50px;
  color: white;
  font-family: f2;
  text-shadow: 0 3px #402973c2;
  -webkit-text-stroke: 2px #1685c8;
  text-align: center;
  margin-top: 50px;
  text-wrap: nowrap;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#full-area #game-area #content #end-section .content #end-score p#end-score-two {
  color: #f6c44f;
  -webkit-text-stroke: 2px #b07a12;
  text-shadow: 0 3px rgba(0, 0, 0, 0.35);
}
#full-area #game-area #content #end-section .content #end-score p#end-score-two span {
  color: #fff;
  -webkit-text-stroke: 2px #1685c8;
  text-shadow: 0 3px #402973c2;
}
#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: 52%;
  transform: translate(-50%, -50%) scale(1);
  position: absolute;
  padding-top: 0px;
  margin-left: 5px;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
  width: 50%;
  padding: 20px 0;
  padding-bottom: 30px;
  border-radius: 50px;
  box-shadow: 3px 6px rgba(0, 0, 0, 0.163);
}
#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 #choose-players {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  display: none;
}
#full-area #game-area #content #choose-players p {
  width: 100%;
  max-width: 650px;
  text-align: center;
  font-family: f;
  font-size: 65px;
  line-height: 70px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 0 5px rgba(0, 0, 0, 0.317);
  margin-bottom: 70px;
}
#full-area #game-area #content #choose-players button {
  background: rgba(255, 255, 255, 0.651);
  border: 3px solid white;
  backdrop-filter: blur(5px);
  outline: none;
  width: 90%;
  max-width: 500px;
  font-family: f;
  font-size: 50px;
  padding: 7px 0;
  border-radius: 15px;
  cursor: pointer;
  text-transform: uppercase;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  color: darkcyan;
  text-shadow: 0 3px rgba(0, 0, 0, 0.317);
  letter-spacing: 2px;
  transition: 0.2s;
}
#full-area #game-area #content #choose-players button:hover {
  filter: brightness(1.1);
}
#full-area #game-area #content #mode-select-section {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999999999;
  background: url("/media/games/sound-snap/images/background.jpg");
  background-size: cover;
  background-position: bottom center;
}
#full-area #game-area #content #mode-select-section .mode-select-content {
  width: 100%;
  left: 0%;
  height: 100%;
  position: relative;
  top: 0;
  text-align: center;
}
#full-area #game-area #content #mode-select-section .mode-select-content #modeTitle {
  width: 40%;
  height: auto;
  animation: scale 1.5s infinite;
  margin-top: 85px;
}
#full-area #game-area #content #mode-select-section .mode-select-content .mode-buttons {
  left: 50%;
  top: 53%;
  transform: translate(-50%, -50%) scale(1);
  position: absolute;
  padding-top: 0px;
  margin-left: 5px;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
  width: 50%;
  padding: 40px 0;
  padding-bottom: 30px;
  border-radius: 50px;
  box-shadow: 3px 6px rgba(0, 0, 0, 0.163);
}
#full-area #game-area #content #mode-select-section .mode-select-content .mode-buttons .mode-btn {
  height: 130px;
  cursor: pointer;
  margin: 0px auto;
  display: flex;
  animation: scale 1.5s infinite;
}
#full-area #game-area #content #choose-level {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#full-area #game-area #content #choose-level #choose-diff-title {
  width: 60%;
  margin-left: 20%;
  animation: scale 1.5s infinite;
  margin-top: 60px;
}
#full-area #game-area #content #choose-level #alexa-msg {
  width: 40%;
  margin-left: 30%;
  margin-top: 450px;
}
#full-area #game-area #content #choose-level #levels {
  width: 90%;
  display: flex;
  margin-left: 5%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  justify-content: space-around;
  margin-top: 10px;
}
#full-area #game-area #content #choose-level #levels img {
  height: 190px;
  cursor: pointer;
}
#full-area #game-area #content #play-section {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
  background: url("/media/games/sound-snap/images/background.jpg");
  background-size: cover;
  background-position: bottom center;
}
#full-area #game-area #content #play-section .content {
  position: relative;
  height: 100%;
  width: 100%;
}
#full-area #game-area #content #play-section #moves {
  position: absolute;
  margin: 20px;
  top: 420px;
  left: 100px;
}
#full-area #game-area #content #play-section #moves img {
  width: 150px;
}
#full-area #game-area #content #play-section #movesTwo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 130px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
#full-area #game-area #content #play-section #movesTwo #p1moves, #full-area #game-area #content #play-section #movesTwo #p2moves {
  margin-top: 55px;
}
#full-area #game-area #content #play-section #movesTwo #p1moves p, #full-area #game-area #content #play-section #movesTwo #p2moves p {
  font-family: f2;
  color: white;
  font-size: 50px;
  margin: 0;
  text-shadow: 0 7px rgba(0, 0, 0, 0.317);
  -webkit-text-stroke: 2px #494949;
  text-align: center;
}
#full-area #game-area #content #play-section #movesTwo #p1moves p:nth-child(3), #full-area #game-area #content #play-section #movesTwo #p2moves p:nth-child(3) {
  animation: logoAnim 1.3s infinite;
}
#full-area #game-area #content #play-section #movesTwo #p1moves #moves-nb1, #full-area #game-area #content #play-section #movesTwo #p1moves #moves-nb2, #full-area #game-area #content #play-section #movesTwo #p2moves #moves-nb1, #full-area #game-area #content #play-section #movesTwo #p2moves #moves-nb2 {
  margin-top: -30px;
}
#full-area #game-area #content #play-section #diff {
  position: absolute;
  margin: 5px;
  width: 230px;
  animation: logoAnim 1.5s infinite;
  margin: 20px;
  cursor: pointer;
}
#full-area #game-area #content #play-section #diff img {
  width: 100%;
}
#full-area #game-area #content #play-section #moves {
  position: absolute;
  left: 100%;
  top: 0;
  transform: translateX(-110%);
  width: auto;
  margin: 0;
  margin-top: 20px;
  margin-left: -10px;
}
#full-area #game-area #content #play-section #moves p {
  font-family: f2;
  color: white;
  font-size: 60px;
  margin-top: -5px;
  margin: 0;
  top: 0;
  text-shadow: 0 7px rgba(0, 0, 0, 0.317);
  -webkit-text-stroke: 2px #494949;
  text-align: center;
  margin-bottom: -10px;
  line-height: 70px;
}
#full-area #game-area #content #play-section #moves p:nth-child(3) {
  animation: logoAnim 1.3s infinite;
}
#full-area #game-area #content #play-section #tiles {
  width: 85%;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#full-area #game-area #content #play-section #tiles .tile {
  width: 182px;
  height: 188px;
  position: relative;
  cursor: pointer;
  margin: 5px;
  transform: scale(0);
  opacity: 0;
}
#full-area #game-area #content #play-section #tiles .tile div {
  animation: scaleTile 1.5s infinite;
  width: 100%;
  height: 100%;
  background: url("/media/games/sound-snap/images/tile.png");
  background-size: cover;
}
#full-area #game-area #content #play-section #tiles .tile p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: f2;
  color: white;
  font-size: 60px;
  margin-top: -5px;
  text-shadow: 0 -3px rgba(0, 0, 0, 0.48);
}
#full-area #game-area #content #play-section #tiles .tile img {
  max-height: 80%;
  max-width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -5px;
  transform: translate(-50%, -50%) scale(0) rotateY(180deg);
  opacity: 0;
}
#full-area #game-area #content #play-section #tiles .completed {
  cursor: default;
}
#full-area #game-area #content #play-section #tiles .completed div {
  transform: scale(0.85);
}
#full-area #game-area #content #scoreboard-section {
  width: 100%;
  height: 100%;
  z-index: 99999999;
  position: absolute;
  left: 0;
  top: 0;
  background: #00000097;
}
#full-area #game-area #content #scoreboard-section h1 {
  color: white;
  font-family: f2;
  font-size: 70px;
  text-align: center;
  color: black;
  letter-spacing: 10px;
  top: 120px;
  width: 100%;
  z-index: 2;
  position: absolute;
}
#full-area #game-area #content #scoreboard-section #back-btn {
  left: 100%;
  top: 100%;
  position: absolute;
  transform: translate(-100%, -100%);
  margin: -5px -25px;
  cursor: pointer;
  z-index: 1;
  cursor: pointer;
}
#full-area #game-area #content #scoreboard-section #back-btn img {
  width: 200px;
}
#full-area #game-area #content #scoreboard-section #back-btn p {
  font-size: 50px;
  color: white;
  font-family: f;
  padding: 0 30px;
  border: 2px solid white;
  border-radius: 15px;
  background: #000000a1;
}
#full-area #game-area #content #scoreboard-section #scores {
  width: 67%;
  height: 520px;
  position: absolute;
  background: url("/media/games/sound-snap/images/parchment.png");
  background-size: cover;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%) scale(1.1);
  padding-top: 175px;
}
#full-area #game-area #content #scoreboard-section #scores h6 {
  color: black;
  font-family: f;
  font-size: 70px;
  position: relative;
  width: 75%;
  text-align: center;
  top: 20%;
  transform: translateY(-100%);
  -webkit-text-stroke: 3px rgba(0, 0, 0, 0.716);
  margin-bottom: 20px;
}
#full-area #game-area #content #scoreboard-section #scores p {
  color: black;
  font-family: f2;
  letter-spacing: 5px;
  font-size: 35px;
  -webkit-text-stroke: 2px rgba(0, 0, 0, 0.716);
  margin: -37px 0;
  margin-left: 220px;
}
#full-area #game-area #content #scoreboard-section #scores p img {
  height: 50px;
  margin-right: 20px;
  margin-top: -10px;
  margin-left: 5px;
}
#full-area #game-area #content #scoreboard-section #scores p span:nth-child(1) {
  position: relative;
  top: 10px;
  font-size: 65px;
  margin-right: 50px;
  -webkit-text-stroke: 3px rgba(0, 0, 0, 0.716);
}

.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);
  }
}
@keyframes scaleTile {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 600px) {
  #full-area #game-area #content #home-section #logo {
    margin-top: 350px;
    margin-left: 10px;
  }
  #full-area #game-area #content #mode-select-section .mode-select-content {
    width: 100%;
    left: 0%;
    height: 100%;
    position: relative;
    top: 0;
    text-align: center;
  }
  #full-area #game-area #content #mode-select-section .mode-select-content #modeTitle {
    width: 80%;
    margin-top: 245px;
  }
  #full-area #game-area #content #mode-select-section .mode-select-content .mode-buttons {
    left: 50%;
    top: 53%;
    transform: translate(-50%, -50%) scale(1);
    position: absolute;
    padding-top: 0px;
    margin-left: 5px;
    justify-content: center;
    background: rgba(255, 255, 255, 0.6);
    width: 90%;
    padding: 40px 0;
    padding-bottom: 30px;
    border-radius: 50px;
    box-shadow: 3px 6px rgba(0, 0, 0, 0.163);
  }
  #full-area #game-area #content #mode-select-section .mode-select-content .mode-buttons .mode-btn {
    height: 200px;
    cursor: pointer;
    margin: 0px auto;
    display: flex;
    animation: scale 1.5s infinite;
  }
  #full-area #game-area #content #choose-level #choose-diff-title {
    margin-top: 100px;
    width: 80%;
    margin-left: 10%;
    margin-top: 60px;
  }
  #full-area #game-area #content #choose-level #levels {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
  }
  #full-area #game-area #content #choose-level #levels img {
    height: 270px;
  }
  #full-area #game-area #content #play-section #tiles {
    width: 100%;
  }
  #full-area #game-area #content #end-section .content #game-over {
    width: 80%;
    margin-top: -20px;
  }
  #full-area #game-area #content #end-section .content #end-score {
    transform: translateX(-50%) scale(1.4);
    margin-top: 140px;
  }
  #full-area #game-area #content #end-section .content #end-score p {
    font-size: 40px;
  }
  #full-area #game-area #content #end-section .content #end-score img {
    margin-bottom: 20px;
  }
  #full-area #game-area #content #end-section .content #end-btns {
    margin-top: -50px;
    width: 90%;
  }
  #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: 250px;
    max-height: 950px;
    margin-top: 40px;
    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 #mode-select-section .mode-select-content #modeTitle {
    margin-top: 35px;
  }
  #full-area #game-area #content #mode-select-section .mode-select-content .mode-buttons {
    left: 50%;
    top: 59%;
    transform: translate(-50%, -50%) scale(1);
    position: absolute;
    padding-top: 0px;
    margin-left: 5px;
    justify-content: center;
    background: rgba(255, 255, 255, 0.6);
    width: 50%;
    padding: 40px 0;
    padding-bottom: 30px;
    border-radius: 50px;
    box-shadow: 3px 6px rgba(0, 0, 0, 0.163);
  }
  #full-area #game-area #content #mode-select-section .mode-select-content .mode-buttons .mode-btn {
    height: 90px;
  }
  #full-area #game-area #content #choose-level #levels {
    transform: scale(0.7);
    left: -100px;
    top: 30%;
  }
  #full-area #game-area #content #choose-level #levels img {
    margin: 0 20px;
  }
  #full-area #game-area #content #play-section {
    width: 130%;
    margin-left: -15%;
  }
  #full-area #game-area #content #play-section #tiles {
    width: 70%;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
  }
  #full-area #game-area #content #play-section #tiles .tile {
    width: 152px;
    height: 158px;
  }
  #full-area #game-area #content #play-section #tiles .completed {
    cursor: default;
  }
  #full-area #game-area #content #play-section #tiles .completed div {
    transform: scale(0.85);
  }
  #full-area #game-area #content #play-section .content {
    transform: scale(0.75);
  }
  #full-area #game-area #content #play-section #movesTwo {
    padding: 0px;
  }
  #full-area #game-area #content #play-section #movesTwo #p1moves, #full-area #game-area #content #play-section #movesTwo #p2moves {
    margin-top: -135px;
  }
  #full-area #game-area #content #play-section #movesTwo #p1moves p, #full-area #game-area #content #play-section #movesTwo #p2moves p {
    font-size: 35px;
  }
  #full-area #game-area #content #play-section #movesTwo #p1moves #moves-nb1, #full-area #game-area #content #play-section #movesTwo #p1moves #moves-nb2, #full-area #game-area #content #play-section #movesTwo #p2moves #moves-nb1, #full-area #game-area #content #play-section #movesTwo #p2moves #moves-nb2 {
    margin-top: -30px;
  }
  #full-area #game-area #content #play-section #diff {
    margin: -57px -10px;
  }
  #full-area #game-area #content #play-section #diff img {
    width: 130px;
  }
  #full-area #game-area #content #play-section #moves {
    margin: -70px -10px;
  }
  #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 #end-rank {
    transform: translateY(-50%) scale(0.9);
  }
  #full-area #game-area #content #end-section .content #game-over {
    padding-top: 0px;
    position: relative;
    top: -30px;
    width: 50%;
  }
  #full-area #game-area #content #end-section .content #end-score {
    top: -220px;
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
  }
  #full-area #game-area #content #end-section .content #end-score img {
    width: 80%;
    margin-left: 10%;
  }
  #full-area #game-area #content #end-section .content #end-score p {
    font-size: 70px;
  }
  #full-area #game-area #content #end-section .content #end-score p#end-score-two {
    color: #f6c44f;
    -webkit-text-stroke: 2px #b07a12;
    text-shadow: 0 3px rgba(0, 0, 0, 0.35);
    font-size: 50px;
  }
  #full-area #game-area #content #end-section .content #end-score p#end-score-two span {
    color: #fff;
    -webkit-text-stroke: 2px #1685c8;
    text-shadow: 0 3px #402973c2;
  }
  #full-area #game-area #content #end-section .content #end-btns {
    margin-top: 0px;
  }
  #full-area #game-area #content #end-section .content #end-btns img {
    height: 180px;
  }
  #full-area #game-area #content #scoreboard-section h1 {
    font-size: 30px;
    -webkit-text-stroke: 1px darkred;
    left: 60%;
    top: 10%;
  }
  #full-area #game-area #content #scoreboard-section #scores {
    width: 1000px;
    transform: translate(-50%, -50%) scale(0.65);
  }
  #full-area #game-area #content #scoreboard-section #back-btn {
    margin: -10px 0px;
    transform: translate(-100%, -100%) scale(0.8);
  }
}

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