@font-face {
  font-family: f;
  src: url("/media/games/rock-paper-scissors-minus-one/fonts/comicworld.otf");
}
@font-face {
  font-family: f2;
  src: url("/media/games/rock-paper-scissors-minus-one/fonts/comicworld.otf");
}
#full-area {
  width: 100%;
  height: 100vh;
  background: #000;
  position: absolute;
  overflow: hidden;
  user-select: none;
  font-family: f;
}
#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/rock-paper-scissors-minus-one/images/navbar/backer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
#full-area #game-area #content {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  padding: 20px;
  z-index: 999999999;
  background: url("/media/games/rock-paper-scissors-minus-one/images/background.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@keyframes scroll-bg {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(-2000px);
    /* Match the image's width */
  }
}
#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%;
  top: 43%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 77%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
}
#full-area #game-area #content #home-section #home-right #logo {
  height: 400px;
  justify-content: center;
  display: flex;
  margin: 0 auto;
  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%;
  height: 100%;
  position: relative;
}
#full-area #game-area #content #end-section .content #end-container,
#full-area #game-area #content #end-section .content #end-logos,
#full-area #game-area #content #end-section .content #play-again-button, #full-area #game-area #content #end-section .content #share-button {
  transform: scale(0);
}
#full-area #game-area #content #end-section .content #end-container.visible,
#full-area #game-area #content #end-section .content #end-logos.visible,
#full-area #game-area #content #end-section .content #end-btns img.visible {
  opacity: 1;
  transform: scale(1);
}
#full-area #game-area #content #end-section .content #end-container {
  height: 430px;
  justify-content: center;
  display: flex;
  margin: 0 auto;
  margin-top: 70px;
}
#full-area #game-area #content #end-section .content #end-logos {
  position: absolute;
  height: 167px;
  width: auto;
  left: 26%;
  top: 22%;
}
#full-area #game-area #content #end-section .content #end-logos.visible1 {
  opacity: 1;
}
#full-area #game-area #content #end-section .content #end-btns {
  left: 20%;
  top: 50%;
  transform: scale(1);
  position: absolute;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 60%;
}
#full-area #game-area #content #end-section .content #end-btns img {
  height: 90px;
  cursor: pointer;
  margin: 0 auto;
  margin-bottom: -20px;
  display: flex;
}
#full-area #game-area #content #play-section {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
  background: url("/media/games/rock-paper-scissors-minus-one/images/background.png");
  background-position: center;
  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 .content #play-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px;
  font-size: 35px;
  top: 0%;
}
#full-area #game-area #content #play-section .content #play-header p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
  color: white;
  text-shadow: 1px 2px #300800;
}
#full-area #game-area #content #play-section .content #play-header p span {
  font-size: 55px;
  margin-top: -20px;
}
#full-area #game-area #content #play-section .content #play-header img {
  height: 80px;
}
#full-area #game-area #content #play-section .content #play-header .lvlCont, #full-area #game-area #content #play-section .content #play-header #minus-divs {
  transition: transform 0.35s ease, opacity 0.35s ease;
  transform: scale(0);
  opacity: 0;
}
#full-area #game-area #content #play-section .content #play-header .lvlCont.scale-down, #full-area #game-area #content #play-section .content #play-header #minus-divs.scale-down {
  transform: scale(0);
  opacity: 0;
}
#full-area #game-area #content #play-section .content #play-header .lvlCont.scale-up, #full-area #game-area #content #play-section .content #play-header #minus-divs.scale-up {
  transform: scale(1);
  opacity: 1;
}
#full-area #game-area #content #play-section .content #middle {
  position: absolute;
  width: 100%;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
#full-area #game-area #content #play-section .content #middle img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: opacity 0.2s ease;
  will-change: transform, opacity;
}
#full-area #game-area #content #play-section .content #middle img.visible {
  opacity: 1;
  animation: scaleUp 0.4s ease-in-out forwards, translateLeft 0.4s ease-in-out 0.5s forwards;
}
@keyframes scaleUp {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes translateLeft {
  0% {
    transform: translate(-50%, -50%) scale(1);
    left: 50%;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    left: 8%;
  }
}
#full-area #game-area #content #play-section .content #middle img.second-move {
  animation: scaleUpSecond 0.4s ease-in-out forwards, translateLeftSecond 0.4s ease-in-out 0.5s forwards;
}
@keyframes scaleUpSecond {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes translateLeftSecond {
  0% {
    transform: translate(-50%, -50%) scale(1);
    left: 50%;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    left: 21%;
  }
}
#full-area #game-area #content #play-section .content #minus-timer {
  position: absolute;
  width: 100%;
  top: 90px;
}
#full-area #game-area #content #play-section .content #minus-timer p {
  width: 100%;
  text-align: center;
  font-size: 90px;
  letter-spacing: 4px;
  text-shadow: 0 5px 0 #015a5a;
  color: darkcyan;
}
#full-area #game-area #content #play-section .content #bot-turns {
  position: absolute;
  width: 100%;
  top: 42%;
  left: 79%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
#full-area #game-area #content #play-section .content #bot-turns img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  transform: translate(-50%, -50%) scale(0);
  /* Start scaled down */
  opacity: 0;
  transition: opacity 0.3s ease;
}
#full-area #game-area #content #play-section .content #bot-turns #bot-image1 {
  margin-left: 166px;
}
#full-area #game-area #content #play-section .content #bot-turns #bot-image,
#full-area #game-area #content #play-section .content #bot-turns #bot-image1 {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: opacity 0.35s ease, transform 0.35s ease;
  will-change: transform, opacity;
}
#full-area #game-area #content #play-section .content #bot-turns #bot-image.visible,
#full-area #game-area #content #play-section .content #bot-turns #bot-image1.visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
#full-area #game-area #content #play-section .content #bot-turns #bot-image.to-middle-and-scale,
#full-area #game-area #content #play-section .content #bot-turns #bot-image1.to-middle-and-scale {
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
}
#full-area #game-area #content #play-section .content #minus-divs {
  position: absolute;
  width: 36%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#full-area #game-area #content #play-section .content #minus-divs img {
  position: relative;
  width: 150px;
  height: auto;
  transform: scale(1);
  opacity: 1;
  transition: opacity 0.2s ease;
  cursor: pointer;
}
#full-area #game-area #content #play-section .content #minus-divs img:active {
  scale: 0.95;
  opacity: 0.8 !important;
}
#full-area #game-area #content #play-section .content #minus-divs #minus-bot {
  width: 0;
  order: 1;
}
#full-area #game-area #content #play-section .content #minus-divs #minus-player {
  order: 0;
}
#full-area #game-area #content #play-section .content #minus-divs #minus-player1 {
  order: 2;
}
#full-area #game-area #content #play-section .content #minus-divs #minus-player,
#full-area #game-area #content #play-section .content #minus-divs #minus-player1, #full-area #game-area #content #play-section .content #minus-divs #minus-bot {
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.35s ease, transform 0.35s ease;
  will-change: transform, opacity;
}
#full-area #game-area #content #play-section .content #minus-divs #minus-player.visible,
#full-area #game-area #content #play-section .content #minus-divs #minus-player1.visible, #full-area #game-area #content #play-section .content #minus-divs #minus-bot.visible {
  opacity: 1;
  transform: scale(1);
}
#full-area #game-area #content #play-section .content #minus-divs #minus-player.to-middle-and-scale,
#full-area #game-area #content #play-section .content #minus-divs #minus-player1.to-middle-and-scale, #full-area #game-area #content #play-section .content #minus-divs #minus-bot.to-middle-and-scale {
  transform: scale(0);
  opacity: 0;
}
#full-area #game-area #content #play-section .content #minus-divs #minus-player.scale-down,
#full-area #game-area #content #play-section .content #minus-divs #minus-player1.scale-down, #full-area #game-area #content #play-section .content #minus-divs #minus-bot.scale-down {
  transform: scale(0);
  opacity: 0;
}
#full-area #game-area #content #play-section .content #minus-divs .minus, #full-area #game-area #content #play-section .content #minus-divs #minus-bot {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
#full-area #game-area #content #play-section .content #minus-divs .minus.scale-down, #full-area #game-area #content #play-section .content #minus-divs #minus-bot.scale-down {
  transform: scale(0);
  opacity: 0;
}
#full-area #game-area #content #play-section .content #minus-divs .minus.scale-up, #full-area #game-area #content #play-section .content #minus-divs #minus-bot.scale-up {
  transform: scale(1);
  opacity: 1;
}
#full-area #game-area #content #play-section .content #middle img.to-middle-and-scale,
#full-area #game-area #content #play-section .content #bot-turns img.to-middle-and-scale {
  animation: translateToMiddleAndScaleDown 0.5s ease-in-out forwards;
}
@keyframes translateToMiddleAndScaleDown {
  100% {
    opacity: 0;
  }
}
#full-area #game-area #content #play-section .content #play-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  top: 40%;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
#full-area #game-area #content #play-section .content #play-bottom img {
  height: 180px;
}
#full-area #game-area #content #play-section .content #play-bottom.scale-down {
  transform: scale(0);
  /* Scale down to 0 */
  opacity: 0;
  /* Fade out */
}
#full-area #game-area #content #play-section .content #play-bottom #player-turn {
  position: absolute;
  display: flex;
  top: 2%;
  color: white;
  font-size: 38px;
  text-shadow: 2px 1px rgba(0, 0, 0, 0.609);
}
#full-area #game-area #content #play-section .content #play-bottom #possible-moves {
  position: absolute;
  display: flex;
  width: 35%;
  margin-top: 30px;
  justify-content: space-between;
}
#full-area #game-area #content #play-section .content #play-bottom #possible-moves img {
  height: 90px;
  width: auto;
  cursor: pointer;
  transform: scale(0);
  opacity: 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
#full-area #game-area #content #play-section .content #play-bottom #possible-moves img:active {
  scale: 0.95;
  opacity: 0.8 !important;
}
#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/rock-paper-scissors-minus-one/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 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);
  }
}
@media (max-width: 600px) {
  #full-area #game-area #content *, #full-area #game-area #content *::before, #full-area #game-area #content *::after {
    transition: none !important;
    animation: none !important;
  }
  #full-area #game-area #content #home-section #logo {
    height: 350px;
  }
  #full-area #game-area #content #end-section .content {
    width: 100%;
    height: 100%;
    position: relative;
    transform: scale(0);
  }
  #full-area #game-area #content #end-section .content #end-container,
#full-area #game-area #content #end-section .content #end-logos,
#full-area #game-area #content #end-section .content #play-again-button, #full-area #game-area #content #end-section .content #share-button {
    transform: scale(0);
  }
  #full-area #game-area #content #end-section .content #end-container.visible,
#full-area #game-area #content #end-section .content #end-logos.visible,
#full-area #game-area #content #end-section .content #end-btns img.visible {
    opacity: 1;
    transform: scale(1);
  }
  #full-area #game-area #content #end-section .content #end-container {
    margin-top: 280px;
  }
  #full-area #game-area #content #end-section .content #end-logos {
    position: absolute;
    height: 167px;
    width: auto;
    left: 90px;
    top: 150px;
  }
  #full-area #game-area #content #end-section .content #end-logos.visible1 {
    opacity: 1;
    /* Fade in */
  }
  #full-area #game-area #content #end-section .content #end-btns {
    left: 5%;
    top: 31.5%;
    position: absolute;
    justify-content: center;
    display: flex;
    width: 90%;
  }
  #full-area #game-area #content #end-section .content #end-btns img {
    height: 100px;
    cursor: pointer;
    margin: 0 auto;
    margin-bottom: 40px;
    display: flex;
  }
  #full-area #game-area #content #play-section .content #play-header {
    margin: 0px;
    font-size: 40px;
    top: 1%;
  }
  #full-area #game-area #content #play-section .content #play-header p span {
    font-size: 65px;
    margin-top: -20px;
  }
  #full-area #game-area #content #play-section .content #play-header img {
    height: 70px;
  }
  #full-area #game-area #content #play-section .content #play-header .lvlCont, #full-area #game-area #content #play-section .content #play-header #minus-divs {
    transition: transform 0.35s ease, opacity 0.35s ease !important;
    transform: scale(0);
    opacity: 0;
  }
  #full-area #game-area #content #play-section .content #play-header .lvlCont.scale-down, #full-area #game-area #content #play-section .content #play-header #minus-divs.scale-down {
    transform: scale(0);
    opacity: 0;
  }
  #full-area #game-area #content #play-section .content #play-header .lvlCont.scale-up, #full-area #game-area #content #play-section .content #play-header #minus-divs.scale-up {
    transform: scale(1);
    opacity: 1;
  }
  #full-area #game-area #content #play-section .content #bot-turns {
    left: 70.5%;
  }
  #full-area #game-area #content #play-section .content #bot-turns img {
    width: 150px;
  }
  #full-area #game-area #content #play-section .content #bot-turns #bot-image1 {
    margin-left: 156px;
  }
  #full-area #game-area #content #play-section .content #bot-turns #bot-image,
#full-area #game-area #content #play-section .content #bot-turns #bot-image1 {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
    transition: opacity 0.35s ease, transform 0.35s ease !important;
    will-change: transform, opacity;
  }
  #full-area #game-area #content #play-section .content #bot-turns #bot-image.visible,
#full-area #game-area #content #play-section .content #bot-turns #bot-image1.visible {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  #full-area #game-area #content #play-section .content #bot-turns #bot-image.to-middle-and-scale,
#full-area #game-area #content #play-section .content #bot-turns #bot-image1.to-middle-and-scale {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  #full-area #game-area #content #play-section .content #minus-timer {
    margin-top: 90px;
  }
  #full-area #game-area #content #play-section .content #minus-divs {
    position: absolute;
    width: 36%;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #full-area #game-area #content #play-section .content #minus-divs img {
    position: relative;
    width: 150px;
    height: auto;
    transform: scale(1);
    opacity: 1;
    transition: opacity 0.2s ease !important;
    cursor: pointer;
  }
  #full-area #game-area #content #play-section .content #minus-divs img:active {
    scale: 0.95;
    opacity: 0.8 !important;
  }
  #full-area #game-area #content #play-section .content #minus-divs #minus-bot {
    width: 0;
    order: 1;
  }
  #full-area #game-area #content #play-section .content #minus-divs #minus-player {
    order: 0;
  }
  #full-area #game-area #content #play-section .content #minus-divs #minus-player1 {
    order: 2;
  }
  #full-area #game-area #content #play-section .content #minus-divs #minus-player,
#full-area #game-area #content #play-section .content #minus-divs #minus-player1, #full-area #game-area #content #play-section .content #minus-divs #minus-bot {
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.35s ease, transform 0.35s ease !important;
    will-change: transform, opacity;
  }
  #full-area #game-area #content #play-section .content #minus-divs #minus-player.visible,
#full-area #game-area #content #play-section .content #minus-divs #minus-player1.visible, #full-area #game-area #content #play-section .content #minus-divs #minus-bot.visible {
    opacity: 1;
    transform: scale(1);
  }
  #full-area #game-area #content #play-section .content #minus-divs #minus-player.to-middle-and-scale,
#full-area #game-area #content #play-section .content #minus-divs #minus-player1.to-middle-and-scale, #full-area #game-area #content #play-section .content #minus-divs #minus-bot.to-middle-and-scale {
    transform: scale(0);
    opacity: 0;
  }
  #full-area #game-area #content #play-section .content #minus-divs #minus-player.scale-down,
#full-area #game-area #content #play-section .content #minus-divs #minus-player1.scale-down, #full-area #game-area #content #play-section .content #minus-divs #minus-bot.scale-down {
    transform: scale(0);
    opacity: 0;
  }
  #full-area #game-area #content #play-section .content #minus-divs .minus, #full-area #game-area #content #play-section .content #minus-divs #minus-bot {
    opacity: 1;
    transform: scale(1);
    transition: transform 0.3s ease, opacity 0.3s ease !important;
  }
  #full-area #game-area #content #play-section .content #minus-divs .minus.scale-down, #full-area #game-area #content #play-section .content #minus-divs #minus-bot.scale-down {
    transform: scale(0);
    opacity: 0;
  }
  #full-area #game-area #content #play-section .content #minus-divs .minus.scale-up, #full-area #game-area #content #play-section .content #minus-divs #minus-bot.scale-up {
    transform: scale(1);
    opacity: 1;
  }
  #full-area #game-area #content #play-section .content #middle {
    position: absolute;
    width: 100%;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #full-area #game-area #content #play-section .content #middle img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: opacity 0.2s ease;
    will-change: transform, opacity;
  }
  #full-area #game-area #content #play-section .content #middle img.visible {
    opacity: 1;
    animation: scaleUp 0.4s ease-in-out forwards, translateLeft 0.4s ease-in-out 0.5s forwards;
  }
  @keyframes scaleUp {
    0% {
      transform: translate(-50%, -50%) scale(0);
    }
    100% {
      transform: translate(-50%, -50%) scale(1);
    }
  }
  @keyframes translateLeft {
    0% {
      transform: translate(-50%, -50%) scale(1);
      left: 50%;
    }
    100% {
      transform: translate(-50%, -50%) scale(1);
      left: 10%;
    }
  }
  #full-area #game-area #content #play-section .content #middle img.second-move {
    animation: scaleUpSecond 0.4s ease-in-out forwards, translateLeftSecond 0.4s ease-in-out 0.5s forwards;
  }
  @keyframes scaleUpSecond {
    0% {
      transform: translate(-50%, -50%) scale(0);
    }
    100% {
      transform: translate(-50%, -50%) scale(1);
    }
  }
  @keyframes translateLeftSecond {
    0% {
      transform: translate(-50%, -50%) scale(1);
      left: 50%;
    }
    100% {
      transform: translate(-50%, -50%) scale(1);
      left: 29%;
    }
  }
  #full-area #game-area #content #play-section .content #middle img.to-middle-and-scale,
#full-area #game-area #content #play-section .content #bot-turns img.to-middle-and-scale {
    animation: translateToMiddleAndScaleDown 0.5s ease-in-out forwards !important;
  }
  @keyframes translateToMiddleAndScaleDown {
    100% {
      opacity: 0;
    }
  }
  #full-area #game-area #content #play-section .content #play-bottom {
    top: 45%;
    transition: transform 0.2s ease, opacity 0.2s ease !important;
  }
  #full-area #game-area #content #play-section .content #play-bottom img {
    height: 210px;
  }
  #full-area #game-area #content #play-section .content #play-bottom #player-turn {
    font-size: 50px;
  }
  #full-area #game-area #content #play-section .content #play-bottom #possible-moves {
    width: 55%;
    margin-top: 50px;
  }
  #full-area #game-area #content #play-section .content #play-bottom #possible-moves img {
    height: 90px;
    transition: transform 0.2s ease, opacity 0.2s ease !important;
  }
  #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/rock-paper-scissors-minus-one/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);
  }
}
@media (width: 960px) and (height: 480px) {
  #full-area #game-area {
    position: absolute;
    width: 960px;
    height: 480px;
  }
  #full-area #game-area #content #home-section #home-right #logo {
    height: 250px;
  }
  #full-area #game-area #content #end-section .content #end-container {
    height: 330px;
    margin-top: 20px;
  }
  #full-area #game-area #content #end-section .content #end-logos {
    height: 147px;
    width: auto;
    left: 22%;
    top: 22%;
  }
  #full-area #game-area #content #end-section .content #end-btns {
    top: 73%;
  }
  #full-area #game-area #content #end-section .content #end-btns img {
    height: 75px;
  }
  #full-area #game-area #content #play-section .content #play-header p {
    margin-top: -20px;
  }
  #full-area #game-area #content #play-section .content #play-header p span {
    font-size: 45px;
    margin-top: -22px;
  }
  #full-area #game-area #content #play-section .content #play-header img {
    height: 55px;
    margin-top: -25px;
  }
  #full-area #game-area #content #play-section .content #middle img {
    width: 100px;
  }
  #full-area #game-area #content #play-section .content #minus-timer {
    top: 50px;
  }
  #full-area #game-area #content #play-section .content #minus-timer p {
    font-size: 65px;
  }
  #full-area #game-area #content #play-section .content #bot-turns {
    position: absolute;
    width: 100%;
    top: 42%;
    left: 79%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #full-area #game-area #content #play-section .content #bot-turns img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
  }
  #full-area #game-area #content #play-section .content #bot-turns #bot-image1 {
    margin-left: 125px;
  }
  #full-area #game-area #content #play-section .content #minus-divs {
    top: 55%;
    left: 50%;
  }
  #full-area #game-area #content #play-section .content #minus-divs img {
    width: 140px;
  }
  #full-area #game-area #content #play-section .content #play-bottom {
    top: 32%;
  }
  #full-area #game-area #content #play-section .content #play-bottom img {
    height: 140px;
  }
  #full-area #game-area #content #play-section .content #play-bottom #player-turn {
    top: 2%;
    font-size: 30px;
  }
  #full-area #game-area #content #play-section .content #play-bottom #possible-moves {
    margin-top: 30px;
  }
  #full-area #game-area #content #play-section .content #play-bottom #possible-moves img {
    height: 70px;
  }
}
/*# sourceMappingURL=index.css.map */

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