#full-area {
  width: 100%;
  height: 100vh;
  position: absolute;
  overflow: hidden;
  user-select: none;
  background-color: black;
}
#full-area #game-area {
  background: transparent;
  position: absolute;
  width: 1280px;
  background: url("/media/games/sumo-wrestling/images/navbar/backer.jpg");
  height: 720px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#full-area #game-area #content {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  padding: 20px;
  z-index: 999999999;
  background: url("/media/games/sumo-wrestling/background.png");
  background-size: cover;
  background-position: center center;
}
#full-area #game-area #content #bg-effect {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#full-area #game-area #content .btnn {
  width: 300px;
  background: #000000bd;
  cursor: pointer;
  color: white;
  font-size: 37px;
  border-radius: 20px;
  border: 2px solid white;
  padding: 12px 0;
  outline: none;
}
#full-area #game-area #content #home-section {
  position: absolute;
  width: 100%;
  height: 100%;
}
#full-area #game-area #content #home-section #logo {
  height: 580px;
  justify-content: center;
  display: flex;
  margin: 0 auto;
  margin-top: 25px;
  animation: logoAnim 1.3s infinite;
}
#full-area #game-area #content #home-section #home-btns {
  width: 70%;
  margin-left: 15%;
  justify-content: space-around;
  display: flex;
  margin-top: 0px;
}
#full-area #game-area #content #home-section #home-btns img {
  width: 300px;
  cursor: pointer;
}
#full-area #game-area #content #level-section {
  width: 100%;
  height: 100%;
  background: url("/media/games/sumo-wrestling/images/choose-level-backer.png");
  background-size: cover;
  position: absolute;
}
#full-area #game-area #content #level-section #bg-effect {
  display: flex;
  justify-content: space-around;
}
#full-area #game-area #content #level-section #bg-effect #level-arrow {
  height: 20%;
  position: relative;
  top: 40%;
  cursor: pointer;
  border-radius: 50%;
}
#full-area #game-area #content #level-section #bg-effect #levels-area {
  width: 60%;
  height: 68%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background: url("/media/games/sumo-wrestling/images/game-board.png");
  background-size: cover;
}
#full-area #game-area #content #level-section #bg-effect #levels-area #level-banner {
  width: 50%;
  transform: translateY(-30%) translateX(-50%);
  position: relative;
  left: 50%;
}
#full-area #game-area #content #level-section #bg-effect #levels-area #levels-overflow {
  width: 93%;
  height: 75%;
  position: relative;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
#full-area #game-area #content #level-section #bg-effect #levels-area #levels {
  height: 100%;
  width: 200%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 5px;
  position: relative;
  left: 0%;
  align-items: center;
}
#full-area #game-area #content #level-section #bg-effect #levels-area #levels .level {
  width: 125px;
  height: 135px;
  background: url("/media/games/sumo-wrestling/images/choose-level-green-backer.png");
  background-size: cover;
  margin: 8px;
  cursor: pointer;
  opacity: 0.3;
  filter: grayscale(1);
}
#full-area #game-area #content #level-section #bg-effect #levels-area #levels .level p {
  font-size: 70px;
  color: white;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-shadow: 0px 5px 0 #1d4111;
}
#full-area #game-area #content #level-section #bg-effect #levels-area #levels .level:active {
  transform: scale(1.02);
}
#full-area #game-area #content #level-section #bg-effect #levels-area #levels .unlocked {
  opacity: 1;
  filter: grayscale(0);
}
#full-area #game-area #content #end-section {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#full-area #game-area #content #end-section .content {
  width: 65%;
  height: 73.7%;
  position: relative;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#full-area #game-area #content #end-section .content #level-completed {
  width: 70%;
  transform: translateY(-30%) translateX(-50%);
  position: relative;
  left: 50%;
}
#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 {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 340px;
  gap: 55px;
}
#full-area #game-area #content #end-section .content #end-btns img {
  height: 120px;
  cursor: pointer;
}
#full-area #game-area #content #sensei-section {
  width: 100%;
  height: 100%;
  position: absolute;
}
#full-area #game-area #content #sensei-section div {
  position: absolute;
  left: 50%;
  transform: translateX(-47%);
  height: 400px;
  top: 200px;
}
#full-area #game-area #content #sensei-section div img {
  height: 100%;
}
#full-area #game-area #content #sensei-section div #sensei-bubble {
  position: absolute;
  top: -80px;
  left: 90%;
  height: 50%;
  animation: bubleAnim 1s infinite;
}
#full-area #game-area #content #sensei-section div #sensei-bubble img {
  height: 100%;
  position: relative;
  transform: translateX(-50%) rotate(10deg);
}
#full-area #game-area #content #sensei-section div #sensei-bubble p {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: 3px;
  top: 0;
  height: 80%;
  top: 5%;
  padding: 10%;
  font-size: 23px;
  line-height: 27px;
  font-weight: bold;
  justify-content: center;
  display: flex;
  transform: translateX(-50%) rotate(13deg);
  align-items: center;
  color: black;
}
#full-area #game-area #content #play-section #directions-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -30px;
  display: none;
}
#full-area #game-area #content #play-section #directions-text #our-directions, #full-area #game-area #content #play-section #directions-text #bot-directions {
  position: absolute;
  width: auto;
  height: 220px;
  border-radius: 20px;
  padding: 10px;
  margin-top: -5px;
}
#full-area #game-area #content #play-section #directions-text #our-directions p, #full-area #game-area #content #play-section #directions-text #bot-directions p {
  font-size: 40px;
  font-weight: bolder;
  color: white;
  text-shadow: 2px 4px 0 rgba(0, 0, 0, 0.219);
  margin: 5px 0;
  user-select: none;
  position: absolute;
  width: 100%;
  text-align: center;
  transform: rotate(-30deg);
  opacity: 1;
}
#full-area #game-area #content #play-section #directions-text #our-directions p:nth-child(1), #full-area #game-area #content #play-section #directions-text #bot-directions p:nth-child(1) {
  top: 0;
}
#full-area #game-area #content #play-section #directions-text #our-directions p:nth-child(2), #full-area #game-area #content #play-section #directions-text #bot-directions p:nth-child(2) {
  bottom: 0;
}
#full-area #game-area #content #play-section #directions-text #our-directions, #full-area #game-area #content #play-section #directions-text #bot-directions {
  left: 13%;
  top: 70%;
  transform: translateY(-50%) rotate(30deg);
}
#full-area #game-area #content #play-section #directions-text #bot-directions {
  left: 84%;
  height: 210px;
  margin-top: 7px;
  transform: translateY(-50%) rotate(-20deg);
}
#full-area #game-area #content #play-section #directions-text #bot-directions p {
  transform: rotate(20deg);
}
#full-area #game-area #content #play-section #player-history, #full-area #game-area #content #play-section #bot-history {
  max-height: 60%;
  width: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  overflow: hidden;
  transition: 0.3s;
}
#full-area #game-area #content #play-section #player-history p, #full-area #game-area #content #play-section #bot-history p {
  font-size: 40px;
  font-weight: bolder;
  color: white;
  text-shadow: 2px 4px 0 rgba(0, 0, 0, 0.219);
  margin: 0;
  opacity: 0.3;
  text-transform: uppercase;
}
#full-area #game-area #content #play-section #player-history p:nth-child(1), #full-area #game-area #content #play-section #bot-history p:nth-child(1) {
  color: gold;
  opacity: 1;
}
#full-area #game-area #content #play-section #bot-history {
  left: 100%;
  transform: translateX(-100%) translateY(-50%);
}
#full-area #game-area #content #play-section #header {
  display: flex;
  justify-content: space-between;
  padding: 35px 70px;
}
#full-area #game-area #content #play-section #header #player-stats, #full-area #game-area #content #play-section #header #bot-stats {
  display: flex;
  height: 60px;
  width: 300px;
  background: rgba(255, 255, 255, 0.311);
  border-radius: 20px;
  justify-content: space-around;
  padding: 0 20px;
  padding-top: 10px;
  transform: scale(1.5);
  padding-left: 10px;
  margin: 0 20px;
}
#full-area #game-area #content #play-section #header #player-stats img, #full-area #game-area #content #play-section #header #bot-stats img {
  height: 40px;
  margin-right: 5px;
  animation: logoAnim 1s infinite;
}
#full-area #game-area #content #play-section #header #player-stats img:nth-child(3), #full-area #game-area #content #play-section #header #player-stats img:nth-child(5), #full-area #game-area #content #play-section #header #bot-stats img:nth-child(3), #full-area #game-area #content #play-section #header #bot-stats img:nth-child(5) {
  margin-left: 10px;
}
#full-area #game-area #content #play-section #header #player-stats p, #full-area #game-area #content #play-section #header #bot-stats p {
  font-size: 25px;
  color: white;
  font-weight: 500;
}
#full-area #game-area #content #play-section #players {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#full-area #game-area #content #play-section #players #trophies {
  position: absolute;
  display: none;
  margin-top: 3%;
}
#full-area #game-area #content #play-section #players #trophies div {
  position: absolute;
  height: 170px;
}
#full-area #game-area #content #play-section #players #trophies div img {
  height: 100%;
  width: auto;
  animation: bubleAnim 1s infinite;
}
#full-area #game-area #content #play-section #players #trophies div:nth-child(1) {
  transform: translate(440px, 315px);
}
#full-area #game-area #content #play-section #players #trophies div:nth-child(2) {
  transform: translate(710px, 315px);
}
#full-area #game-area #content #play-section #players .anim {
  position: absolute;
  z-index: 99;
  width: 290px;
  height: auto;
}
#full-area #game-area #content #play-section #players .anim img {
  width: 100%;
  height: auto;
  animation: anim 0.8s infinite;
  display: none;
}
#full-area #game-area #content #play-section #players #player, #full-area #game-area #content #play-section #players #bot {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(215px) translateY(190px);
  margin-top: 80px;
}
#full-area #game-area #content #play-section #players #player img, #full-area #game-area #content #play-section #players #bot img {
  width: 260px;
}
#full-area #game-area #content #play-section #players #player .bubble, #full-area #game-area #content #play-section #players #bot .bubble {
  position: absolute;
  width: 150px;
  transform: translate(200px, -40px) rotate(10deg);
  display: none;
}
#full-area #game-area #content #play-section #players #player div, #full-area #game-area #content #play-section #players #bot div {
  animation: bubleAnim 1s infinite;
  position: relative;
}
#full-area #game-area #content #play-section #players #player div p, #full-area #game-area #content #play-section #players #bot div p {
  position: absolute;
  left: 100%;
  width: 150px;
  height: 100px;
  transform: translateX(-40%) translateY(-30%) rotate(10deg);
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  top: 0;
  font-size: 25px;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: bold;
  text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.171);
  color: black;
}
#full-area #game-area #content #play-section #players #bot {
  transform: translateX(810px) translateY(190px);
}
#full-area #game-area #content #play-section #players #bot .sprite {
  transform: rotateY(180deg);
}
#full-area #game-area #content #play-section #players #bot .bubble {
  transform: translate(-90px, -40px) rotateY(180deg) rotate(-10deg);
}
#full-area #game-area #content #play-section #players #bot div p {
  left: 0;
  transform: translateX(-90px) translateY(-30%) rotate(10deg);
}
#full-area #game-area #content #play-section #bottom {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 95%;
  transform: translateY(-110%) scale(0.9);
  width: 100%;
}
#full-area #game-area #content #play-section #bottom img {
  height: 120px;
  cursor: pointer;
  margin: 30px 20px;
}
#full-area #game-area #content #play-section #bottom img:hover {
  filter: brightness(1.1);
}
#full-area #game-area #content #play-section #bottom img:active {
  transform: scale(1.05);
}

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

@keyframes winAnim {
  0% {
    transform: rotate(0deg) scale(1);
    margin-left: -10px;
    opacity: 1;
  }
  100% {
    transform: rotate(-360deg) scale(0);
    margin-left: -10px;
    opacity: 0;
  }
}
@keyframes winAnim2 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
}
@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 bubleAnim {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes anim {
  0% {
    transform: scale(1.1) rotate(-15deg);
  }
  25% {
    transform: scale(0.9) rotate(0deg);
  }
  50% {
    transform: scale(0.9) rotate(-15deg);
  }
  75% {
    transform: scale(0.9) rotate(0deg);
  }
  100% {
    transform: scale(1.1) rotate(-15deg);
  }
}
@media (max-width: 600px) {
  #full-area #game-area #content {
    background: url("/media/games/sumo-wrestling/background-mobile.jpg");
    background-size: cover;
    background-position: bottom center;
  }
  #full-area #game-area #content #home-section #logo {
    margin-top: 250px;
  }
  #full-area #game-area #content #sensei-section div {
    transform: scale(1.5);
    left: 30%;
    top: 35%;
  }
  #full-area #game-area #content #play-section #directions-text {
    visibility: hidden;
  }
  #full-area #game-area #content #play-section #bottom img {
    height: 160px;
    margin-top: -50px;
  }
  #full-area #game-area #content #play-section #player-history, #full-area #game-area #content #play-section #bot-history {
    max-height: 480px;
    margin-top: 50px;
  }
  #full-area #game-area #content #play-section #header #player-stats, #full-area #game-area #content #play-section #header #bot-stats {
    display: flex;
    flex-wrap: wrap;
    width: 130px;
    height: 170px;
    margin-top: 40px;
    margin-left: 0px;
  }
  #full-area #game-area #content #play-section #header #bot-stats {
    margin-left: 0px;
    margin-right: 0px;
  }
  #full-area #game-area #content #play-section #players {
    transform: scale(0.75);
    left: -180px;
    top: 300px;
  }
  #full-area #game-area #content #end-section .content {
    background: none;
  }
  #full-area #game-area #content #end-section .content #end-btns {
    margin-top: 640px;
    width: 100%;
  }
  #full-area #game-area #content #end-section .content #end-btns img {
    height: 160px;
    margin: 0px 30px;
  }
}
@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: 300px;
    max-height: 270px;
    margin-top: 50px;
  }
  #full-area #game-area #content #home-section #home-btns {
    width: 90%;
    margin-left: 5%;
    justify-content: space-around;
    display: flex;
    margin-top: -30px;
    transform: scale(0.6);
  }
  #full-area #game-area #content #sensei-section div {
    height: 300px;
    top: 80px;
  }
  #full-area #game-area #content #sensei-section div img {
    height: 100%;
  }
  #full-area #game-area #content #sensei-section div #sensei-bubble p {
    font-size: 18px;
  }
  #full-area #game-area #content #play-section {
    transform: none;
  }
  #full-area #game-area #content #play-section #directions-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -30px;
    display: none;
  }
  #full-area #game-area #content #play-section #directions-text #our-directions, #full-area #game-area #content #play-section #directions-text #bot-directions {
    position: absolute;
    width: auto;
    height: 220px;
    border-radius: 20px;
    padding: 10px;
    margin-top: 235px;
  }
  #full-area #game-area #content #play-section #directions-text #our-directions p, #full-area #game-area #content #play-section #directions-text #bot-directions p {
    font-size: 40px;
    font-weight: bolder;
    color: white;
    text-shadow: 2px 4px 0 rgba(0, 0, 0, 0.219);
    margin: 5px 0;
    user-select: none;
    position: absolute;
    width: 100%;
    text-align: center;
    transform: rotate(-30deg);
    opacity: 1;
  }
  #full-area #game-area #content #play-section #directions-text #our-directions p:nth-child(1), #full-area #game-area #content #play-section #directions-text #bot-directions p:nth-child(1) {
    top: 0;
  }
  #full-area #game-area #content #play-section #directions-text #our-directions p:nth-child(2), #full-area #game-area #content #play-section #directions-text #bot-directions p:nth-child(2) {
    bottom: 0;
  }
  #full-area #game-area #content #play-section #directions-text #our-directions, #full-area #game-area #content #play-section #directions-text #bot-directions {
    left: 13%;
    top: 70%;
    transform: translateY(-50%) rotate(30deg);
  }
  #full-area #game-area #content #play-section #directions-text #bot-directions {
    left: 100%;
    margin-left: 140px;
    height: 210px;
    margin-top: 235px;
    transform: translateY(-50%) rotate(-20deg);
  }
  #full-area #game-area #content #play-section #directions-text #bot-directions p {
    transform: rotate(20deg);
  }
  #full-area #game-area #content #play-section #header {
    padding: 10px;
  }
  #full-area #game-area #content #play-section #header #player-stats, #full-area #game-area #content #play-section #header #bot-stats {
    transform: scale(1);
  }
  #full-area #game-area #content #play-section #players {
    transform: scale(0.7);
    top: -110px;
    left: -110px;
  }
  #full-area #game-area #content #play-section #bottom {
    transform: scale(0.6) translateY(-130%);
  }
  #full-area #game-area #content #end-section .content {
    width: 52%;
    height: 73.7%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #full-area #game-area #content #end-section .content #level-completed {
    width: 70%;
    transform: translateY(-30%) translateX(-50%);
    position: relative;
    left: 50%;
  }
  #full-area #game-area #content #end-section .content #logo2 {
    height: 50%;
    margin-top: -2%;
  }
  #full-area #game-area #content #end-section .content #end-btns {
    margin-top: 260px;
  }
  #full-area #game-area #content #end-section .content #end-btns img {
    height: 75px;
  }
}

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