@font-face {
  font-family: f;
  src: url("/media/games/fart-game/fonts/LilitaOne-Regular.ttf");
}
@font-face {
  font-family: f2;
  src: url("/media/games/fart-game/fonts/Chocolate Bar Demo.otf");
}
#full-area {
  width: 100%;
  height: 100vh;
  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/fart-game/images/navbar/backer.webp");
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.158);
  border-radius: 10px;
}
#full-area #game-area #content {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  padding: 20px;
  z-index: 999999999;
  background: url("/media/games/fart-game/images/home-bg.webp");
  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: 1350px;
  justify-content: center;
  display: flex;
  margin: 0 auto;
  margin-top: -250px;
  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/fart-game/images/background.webp");
  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: 70px;
}
#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: 45%;
  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: 100%;
}
#full-area #game-area #content #end-section .content #end-score #end-score-single {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#full-area #game-area #content #end-section .content #end-score #end-score-single p {
  margin-top: -20px;
  font-family: f2;
  font-size: 90px;
  color: #01ffef;
  text-shadow: 0 7px #402973c2;
  -webkit-text-stroke: 2px #0c7d66;
  text-wrap: nowrap;
}
#full-area #game-area #content #end-section .content #end-score #end-score-single #end-single-score {
  color: #01ffef;
}
#full-area #game-area #content #end-section .content #end-score #end-score-single p {
  color: #01ffef;
}
#full-area #game-area #content #end-section .content #end-score #end-score-single img {
  width: 20%;
  display: block;
}
#full-area #game-area #content #end-section .content #end-score #end-score-two {
  width: 100%;
  text-align: center;
  margin-top: -20px;
  bottom: 50px;
}
#full-area #game-area #content #end-section .content #end-score #end-score-two p {
  font-family: f2;
  font-size: 60px;
  text-shadow: 0 7px #402973c2;
  -webkit-text-stroke: 2px #1685c8;
  color: #01ffef;
  margin-top: -60px;
  line-height: 1.2;
  white-space: pre-line;
}
#full-area #game-area #content #end-section .content #end-score #end-score-two #end-p1,
#full-area #game-area #content #end-section .content #end-score #end-score-two #end-p2 {
  color: #ffffff;
  -webkit-text-stroke: 2px #1685c8;
}
#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: 30%;
  transform: translate(-50%, -100%) scale(1);
  position: relative;
  padding-top: 0px;
  display: flex;
  margin-left: 5px;
  justify-content: center;
}
#full-area #game-area #content #end-section .content #end-btns img {
  height: 250px;
  cursor: pointer;
  margin: 20px;
  animation: scale 1.5s infinite;
}
#full-area #game-area #content #mode-select-section {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/media/games/fart-game/images/background.webp");
  background-size: cover;
  background-position: bottom center;
}
#full-area #game-area #content #mode-select-section #modeTitle {
  width: 70%;
  margin-left: 15%;
  animation: scale 1.5s infinite;
  margin-top: 60px;
}
#full-area #game-area #content #mode-select-section .mode-buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  gap: 30px;
  margin-top: 30px;
}
#full-area #game-area #content #mode-select-section .mode-buttons img {
  height: 350px;
  cursor: pointer;
}
#full-area #game-area #content #choose-level {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/media/games/fart-game/images/background.webp");
  background-size: cover;
  background-position: bottom center;
}
#full-area #game-area #content #choose-level #choose-diff-title {
  width: 70%;
  margin-left: 15%;
  animation: scale 1.5s infinite;
  margin-top: 60px;
}
#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: 30px;
}
#full-area #game-area #content #choose-level #levels img {
  height: 220px;
  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/fart-game/images/background.webp");
  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 #diff {
  position: absolute;
  margin: 5px;
  width: 230px;
  animation: logoAnim 1.5s infinite;
  cursor: pointer;
  z-index: 9999;
}
#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: 10px;
  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;
}
#full-area #game-area #content #play-section #moves p:nth-child(3) {
  animation: logoAnim 1.3s infinite;
}
#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 #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: 200px;
  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/fart-game/images/tile.webp");
  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: 130px;
  margin-top: -5px;
  text-shadow: 0 7px rgba(0, 0, 0, 0.317);
  -webkit-text-stroke: 2px #494949;
}
#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/fart-game/images/parchment.webp");
  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 tilesAnim {
  0% {
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
}
@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 {
    width: 800px;
    height: 1180px;
  }
  #full-area #game-area #content #home-section #logo {
    margin-top: -50px;
    margin-left: 10px;
  }
  #full-area #game-area #content #mode-select-section {
    text-align: center;
  }
  #full-area #game-area #content #mode-select-section #modeTitle {
    width: 80%;
    animation: scale 1.5s infinite;
    margin: 0;
    margin-top: 100px;
  }
  #full-area #game-area #content #mode-select-section .mode-buttons {
    flex-direction: column;
  }
  #full-area #game-area #content #mode-select-section .mode-buttons img {
    height: 350px;
    cursor: pointer;
  }
  #full-area #game-area #content #choose-level #choose-diff-title {
    margin-top: 100px;
    width: 80%;
    margin-left: 10%;
  }
  #full-area #game-area #content #choose-level #levels {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #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 {
    margin-top: 200px;
  }
  #full-area #game-area #content #end-section .content #end-score #end-score-single {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #full-area #game-area #content #end-section .content #end-score #end-score-single p {
    margin-top: -20px;
    font-family: f2;
    font-size: 90px;
    color: #01ffef;
    text-shadow: 0 7px #402973c2;
    -webkit-text-stroke: 2px #0c7d66;
    text-wrap: nowrap;
  }
  #full-area #game-area #content #end-section .content #end-score #end-score-single #end-single-score {
    color: #01ffef;
  }
  #full-area #game-area #content #end-section .content #end-score #end-score-single p {
    color: #01ffef;
  }
  #full-area #game-area #content #end-section .content #end-score #end-score-single img {
    width: 20%;
    display: block;
  }
  #full-area #game-area #content #end-section .content #end-score #end-score-two p {
    font-size: 90px;
  }
  #full-area #game-area #content #end-section .content #end-rank {
    display: flex;
    width: 80%;
    height: auto;
    justify-content: center;
    gap: 20px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    top: 25%;
    margin-top: -30px;
  }
  #full-area #game-area #content #end-section .content #end-rank div {
    width: 20%;
  }
  #full-area #game-area #content #end-section .content #end-rank div img {
    width: 100%;
  }
  #full-area #game-area #content #end-section .content #end-btns {
    margin-top: -50px;
  }
  #full-area #game-area #content #end-section .content #end-btns img {
    height: 300px;
  }
}
@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: 950px;
    max-height: 950px;
    margin-top: -240px;
    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 #choose-level #levels {
    transform: scale(0.7);
    left: -100px;
    top: 30%;
  }
  #full-area #game-area #content #play-section {
    width: 130%;
    margin-left: -15%;
  }
  #full-area #game-area #content #play-section .content {
    transform: scale(0.75);
  }
  #full-area #game-area #content #play-section #tiles .tile {
    width: 160px;
    height: 150px;
  }
  #full-area #game-area #content #play-section #tiles .tile p {
    font-size: 100px;
  }
  #full-area #game-area #content #play-section #diff {
    margin: -60px -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 #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 #mode-select-section #modeTitle {
    width: 55%;
    margin-left: 20%;
    margin-top: 40px;
  }
  #full-area #game-area #content #mode-select-section .mode-buttons img {
    height: 250px;
  }
  #full-area #game-area #content #end-section .content {
    width: 140%;
    margin-left: -20%;
    transform: scale(0.7);
  }
  #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: 40%;
  }
  #full-area #game-area #content #end-section .content #end-score {
    top: -40px;
  }
  #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 #end-score-single img {
    margin-left: 0;
  }
  #full-area #game-area #content #end-section .content #end-score #end-score-two {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #full-area #game-area #content #end-section .content #end-score #end-score-two img {
    width: 15%;
    margin-left: 0;
  }
  #full-area #game-area #content #end-section .content #end-score #end-score-two p {
    font-size: 50px;
    margin-top: -35px;
  }
  #full-area #game-area #content #end-section .content #end-btns {
    margin-top: 45px;
  }
  #full-area #game-area #content #end-section .content #end-btns img {
    height: 230px;
  }
  #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 */
