@font-face {
  font-family: f;
  src: url("/media/games/piggy-bank/fonts/LilitaOne-Regular.ttf");
}
@font-face {
  font-family: f2;
  src: url("/media/games/piggy-bank/fonts/Hamberger-Bold.ttf");
}
#full-area {
  width: 100%;
  height: 100vh;
  background: #000;
  position: absolute;
  overflow: hidden;
  user-select: none;
  /* Track */
  /* Handle */
}
#full-area ::-webkit-scrollbar {
  width: 15px;
  background: transparent;
  height: 7px;
}
#full-area ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.327);
  height: 7px;
  border-radius: 100px;
}
#full-area ::-webkit-scrollbar-thumb {
  background: #de2f9d;
  border-radius: 100px;
}
#full-area #game-area {
  position: absolute;
  width: 1280px;
  height: 720px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("/media/games/piggy-bank/images/navbar/backer.jpg");
  overflow: hidden;
}
#full-area #game-area #skip-mode-intro-btn {
  position: absolute;
  top: 25px;
  right: 25px;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  box-shadow: none;
  transition: transform 0.2s, opacity 0.2s;
  z-index: 100000000000001;
  display: none;
}
#full-area #game-area #skip-mode-intro-btn img {
  width: 200px;
  height: auto;
  pointer-events: none;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.45));
}
#full-area #game-area #skip-mode-intro-btn:hover {
  transform: translateY(-2px);
}
#full-area #game-area #skip-mode-intro-btn:active {
  transform: translateY(0);
  opacity: 0.85;
}
#full-area #game-area #content {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  padding: 20px;
  z-index: 999999999;
  background: url("/media/games/piggy-bank/images/background2.jpg");
  background-size: cover;
  background-position: top center;
}
#full-area #game-area #content #falling-anim {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#full-area #game-area #content #falling-anim div {
  position: absolute;
  transform: translateY(-100%);
}
#full-area #game-area #content #falling-anim div img {
  max-width: 40px;
  max-height: 40px;
  animation: scale 1.5s infinite;
}
#full-area #game-area #content #scoreCoinsAnim {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99999999;
  display: none;
}
#full-area #game-area #content #scoreCoinsAnim div {
  position: absolute;
  transform: translate(620px, 370px) scale(1);
}
#full-area #game-area #content #scoreCoinsAnim div img {
  max-width: 40px;
  max-height: 40px;
  animation: scale 1.5s infinite;
}
#full-area #game-area #content #home-section {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: absolute;
  left: 0;
  background: url("/media/games/piggy-bank/images/background.jpg");
  background-size: cover;
  background-position: bottom center;
  margin-top: -20px;
}
#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: 500px;
  justify-content: center;
  display: flex;
  margin: 0 auto;
  margin-top: 60px;
  margin-left: 0px;
  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 #mode-selection-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.336);
  backdrop-filter: blur(8px);
  z-index: 1000000;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#full-area #game-area #content #mode-selection-overlay .mode-selection-box {
  width: 100%;
  max-width: 800px;
  min-height: 650px;
  text-align: center;
  color: #fff;
  padding: 60px 30px 160px;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, -50%) scale(1.3);
  top: 60%;
  left: 50%;
}
#full-area #game-area #content #mode-selection-overlay .mode-selection-box .choose-mode-bg {
  width: 100%;
  height: auto;
  max-width: 700px;
  margin: 0 auto;
  pointer-events: none;
}
#full-area #game-area #content #mode-selection-overlay .mode-selection-box .mode-selection-btns {
  display: flex;
  gap: 36px;
  justify-content: center;
  position: absolute;
  bottom: 220px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
#full-area #game-area #content #mode-selection-overlay .mode-selection-box .mode-selection-btns .mode-select-btn {
  flex: 0 0 auto;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: transform 0.2s, filter 0.2s;
}
#full-area #game-area #content #mode-selection-overlay .mode-selection-box .mode-selection-btns .mode-select-btn img {
  width: 260px;
  height: auto;
  pointer-events: none;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.45));
}
#full-area #game-area #content #mode-selection-overlay .mode-selection-box .mode-selection-btns .mode-select-btn:hover {
  transform: translateY(-3px);
}
#full-area #game-area #content #mode-selection-overlay .mode-selection-box .mode-selection-btns .mode-select-btn:active {
  filter: brightness(1.05);
}
#full-area #game-area #content #end-section {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999999999;
  background: url("/media/games/piggy-bank/images/background2.jpg");
  background-size: cover;
  background-position: top center;
}
#full-area #game-area #content #end-section .content {
  width: 100%;
  left: 0%;
  height: 100%;
  position: relative;
  position: relative;
  height: 100%;
  width: 100%;
  background: #00000049;
}
#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 h1 {
  position: absolute;
  font-family: f2;
  color: red;
  text-transform: uppercase;
  top: 210px;
  font-size: 70px;
  text-shadow: 0px 6px #740152, 0px 8px rgba(0, 0, 0, 0.188);
}
#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: 30px;
  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;
}
#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: 48%;
  transform: scale(1);
  position: absolute;
  padding-top: 0px;
  display: flex;
  margin-left: 5px;
  justify-content: center;
  background: url("/media/games/piggy-bank/images/end-container.png");
  background-size: cover;
  width: 750px;
  height: 500px;
  margin-left: -375px;
  margin-top: -270px;
  padding: 20px 0;
  padding-bottom: 30px;
  border-radius: 50px;
}
#full-area #game-area #content #end-section .content #end-btns img {
  height: 100px;
  cursor: pointer;
  margin-bottom: -20px;
  display: flex;
  animation: scale 1.5s infinite;
  margin-top: 410px;
}
#full-area #game-area #content #end-section .content #end-score {
  position: absolute;
  z-index: 99;
  font-size: 60px;
  color: #dc2d9c;
  font-family: f2;
  top: 275px;
  width: 100%;
  text-align: center;
}
#full-area #game-area #content #end-section .content #stars {
  position: absolute;
  display: flex;
  top: -260px;
  margin: 0;
  transform: scale(0.9);
}
#full-area #game-area #content #end-section .content #stars img {
  filter: brightness(0);
  opacity: 0.7;
  height: 70px;
  top: 0;
  position: relative;
  cursor: default;
}
#full-area #game-area #content #end-section .content #stars img:nth-child(2) {
  height: 90px;
  top: -30px;
}
#full-area #game-area #content #end-section .content #stars .starEarned {
  filter: brightness(1);
  opacity: 1;
}
#full-area #game-area #content #rules-section {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999999999999999999;
  left: 0;
  top: 0;
  background: #000000b9;
}
#full-area #game-area #content #rules-section .content {
  width: 753px;
  height: 500px;
  background: url("/media/games/piggy-bank/images/rules-container.png");
  background-size: cover;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  position: absolute;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.327);
}
#full-area #game-area #content #rules-section .content h1, #full-area #game-area #content #rules-section .content h2, #full-area #game-area #content #rules-section .content h3 {
  color: gold;
  font-family: f2;
}
#full-area #game-area #content #rules-section .content ul {
  list-style-type: none;
  padding: 0;
}
#full-area #game-area #content #rules-section .content ul li {
  margin: 10px 0;
  font-family: f2;
  color: white;
  text-transform: uppercase;
  font-size: 25px;
}
#full-area #game-area #content #rules-section .content ul li span {
  color: lime;
  text-shadow: none;
}
#full-area #game-area #content #rules-section .content .pig-image {
  display: flex;
  align-items: center;
  margin: 10px 0;
  display: flex;
}
#full-area #game-area #content #rules-section .content .pig-image span {
  text-shadow: none;
  font-family: f2;
  color: white;
  font-size: 30px;
  text-align: center;
  width: 50%;
}
#full-area #game-area #content #rules-section .content .pig-image img {
  width: 250px;
  height: 250px;
  margin-right: 10px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.153);
  padding: 40px;
  max-width: 40%;
  max-height: 40%;
}
#full-area #game-area #content #rules-section .content #rules-text {
  width: 659px;
  height: 255px;
  margin-top: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  overflow-y: scroll;
  padding: 0 20px;
}
#full-area #game-area #content #rules-section .content #rules-text p {
  color: white;
  font-family: f2;
  text-transform: uppercase;
  font-size: 25px;
}
#full-area #game-area #content #rules-section .content #ok-btn {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
  margin-top: 25px;
  width: 200px;
  cursor: pointer;
}
#full-area #game-area #content #rules-section .content #ok-btn:active {
  transform: translateY(-100%) translateX(-50%) scale(0.98);
  filter: brightness(1.1);
  opacity: 0.95;
}
#full-area #game-area #content #rules-section .content #ok-btn img {
  width: 100%;
}
#full-area #game-area #content #alert-section {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999999;
  left: 0;
  top: 0;
  background: #000000cc;
}
#full-area #game-area #content #alert-section h1 {
  color: white;
  font-family: f2;
  text-transform: uppercase;
  font-size: 95px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 40%;
  text-shadow: 5px 5px rgba(0, 0, 0, 0.412);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0 20px;
}
#full-area #game-area #content #alert-section h1 span {
  color: gold;
}
#full-area #game-area #content #play-section {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
}
#full-area #game-area #content #play-section .content {
  position: relative;
  height: 100%;
  width: 100%;
  background: #00000029;
  padding: 30px;
}
#full-area #game-area #content #play-section .content #current-player {
  position: absolute;
  left: 100%;
  top: 100%;
  transform: translate(-100%, -100%);
  margin: -60px -30px;
}
#full-area #game-area #content #play-section .content #current-player p {
  color: gold;
  font-family: f2;
  text-transform: uppercase;
  font-size: 50px;
  text-shadow: 4px 4px rgba(0, 0, 0, 0.155);
  text-align: center;
  line-height: 50px;
}
#full-area #game-area #content #play-section .content #current-player p span {
  color: white;
}
#full-area #game-area #content #play-section .content #rules-btn {
  position: absolute;
  top: 100%;
  transform: translateY(-100%);
  margin-top: -80px;
  width: 200px;
  cursor: pointer;
}
#full-area #game-area #content #play-section .content #rules-btn:active {
  transform: translateY(-100%) scale(0.98);
  filter: brightness(1.1);
  opacity: 0.95;
}
#full-area #game-area #content #play-section .content #rules-btn img {
  width: 100%;
}
#full-area #game-area #content #play-section .content #play-header {
  display: flex;
  justify-content: space-around;
  margin-top: 0px;
}
#full-area #game-area #content #play-section .content #play-header .pig-icon {
  width: 100px;
  animation: scale 2s infinite;
  margin-top: -10px;
}
#full-area #game-area #content #play-section .content #play-header .pig-icon img {
  width: 100%;
}
#full-area #game-area #content #play-section .content #play-header .pig-icon:nth-child(3) img {
  transform: rotateY(180deg);
}
#full-area #game-area #content #play-section .content #play-header #header-container {
  width: 45%;
  height: 90px;
  background: url("/media/games/piggy-bank/images/game-score.png");
  background-size: cover;
  display: flex;
  justify-content: space-between;
  padding: 20px 48px;
  margin: 0 -300px;
}
#full-area #game-area #content #play-section .content #play-header #header-container p {
  font-family: f2;
  color: white;
  text-transform: uppercase;
  font-size: 30px;
  text-shadow: 3px 3px rgba(0, 0, 0, 0.42);
  margin-top: 14px;
  width: 50px;
  text-align: center;
}
#full-area #game-area #content #play-section .content #play-header #header-container p:nth-child(2), #full-area #game-area #content #play-section .content #play-header #header-container p:nth-child(3) {
  font-size: 40px;
}
#full-area #game-area #content #play-section .content #play-header #header-container #player1-total-score, #full-area #game-area #content #play-section .content #play-header #header-container #player2-total-score {
  width: 120px;
  font-size: 32px;
  margin-left: -30px;
  text-align: center;
  margin-top: 15px;
}
#full-area #game-area #content #play-section .content #play-header #header-container #player1-total-score span, #full-area #game-area #content #play-section .content #play-header #header-container #player2-total-score span {
  color: gold;
  font-size: 28px;
}
#full-area #game-area #content #play-section .content #play-header #header-container #player1-total-score {
  text-align: center;
  margin-left: -10px;
}
#full-area #game-area #content #play-section .content #play-container {
  width: 800px;
  height: 507px;
  background: url("/media/games/piggy-bank/images/game-container.png");
  background-size: cover;
  transform: translateX(-50%) scale(0);
  position: relative;
  left: 50%;
}
#full-area #game-area #content #play-section .content #play-container #coins-group {
  width: 90%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
  margin-top: -25px;
}
#full-area #game-area #content #play-section .content #play-container #roll-btn, #full-area #game-area #content #play-section .content #play-container #stop-btn {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -75%);
  cursor: pointer;
  width: 270px;
  margin-left: -140px;
}
#full-area #game-area #content #play-section .content #play-container #roll-btn:active img, #full-area #game-area #content #play-section .content #play-container #stop-btn:active img {
  filter: brightness(1.1);
}
#full-area #game-area #content #play-section .content #play-container #roll-btn img, #full-area #game-area #content #play-section .content #play-container #stop-btn img {
  width: 100%;
  animation: none;
}
#full-area #game-area #content #play-section .content #play-container #roll-btn .rollAnim, #full-area #game-area #content #play-section .content #play-container #stop-btn .rollAnim {
  animation: scale 1.5s infinite;
}
#full-area #game-area #content #play-section .content #play-container #stop-btn {
  margin-left: 140px;
}
#full-area #game-area #content #play-section .content #play-container #roll-name {
  width: 45%;
  height: 55px;
  background: #6f0347;
  border: 2px solid #340022;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.115);
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: 50px;
  margin-left: -22.5%;
}
#full-area #game-area #content #play-section .content #play-container #roll-name p {
  color: white;
  font-family: f2;
  text-transform: uppercase;
  font-size: 25px;
  width: 100%;
  height: 100%;
  text-align: center;
  align-content: center;
  padding-top: 4px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.799);
}
#full-area #game-area #content #play-section .content #play-container #roll-points {
  width: 100%;
  position: absolute;
  margin-top: 110px;
  transform: scale(0);
  opacity: 0;
}
#full-area #game-area #content #play-section .content #play-container #roll-points p {
  font-size: 70px;
  font-family: f2;
  color: #8327f9;
  width: 100%;
  text-align: center;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.186);
}
#full-area #game-area #content #play-section .content #play-container #roll-scene {
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 210px;
}
#full-area #game-area #content #play-section .content #play-container #roll-scene .roll-scene-img {
  height: 120px;
  margin: 0 -2px;
}
#full-area #game-area #content #play-section .content #play-container #roll-scene .roll-scene-img img {
  height: 100%;
  margin-top: 0px;
}
#full-area #game-area #content #play-section .content #play-container #roll-scene .roll-scene-img:nth-child(1) img {
  transform: rotateY(180deg);
}
#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/piggy-bank/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 #scoreCoinsAnim div {
    transform: translate(380px, 600px) scale(1);
  }
  #full-area #game-area #content #mode-selection-overlay .mode-selection-box {
    max-width: 90%;
    min-height: 600px;
    padding: 40px 20px 120px;
    transform: translate(-50%, -50%) scale(1.1);
  }
  #full-area #game-area #content #mode-selection-overlay .mode-selection-box .choose-mode-bg {
    max-width: 100%;
  }
  #full-area #game-area #content #mode-selection-overlay .mode-selection-box .mode-selection-btns {
    bottom: 220px;
    gap: 24px;
  }
  #full-area #game-area #content #mode-selection-overlay .mode-selection-box .mode-selection-btns .mode-select-btn img {
    width: 220px;
  }
  #full-area #game-area #content #home-section #logo {
    margin-top: 280px;
    margin-left: 10px;
  }
  #full-area #game-area #content #play-section .content #play-container {
    margin-top: 180px;
  }
  #full-area #game-area #content #play-section .content #play-header #header-container {
    width: 75%;
    transform: scale(1.2);
    margin-top: 30px;
  }
  #full-area #game-area #content #play-section .content #play-header .pig-icon {
    display: none;
    position: absolute;
  }
  #full-area #game-area #content #play-section .content #play-header .pig-icon:nth-child(1) {
    left: 10px;
  }
  #full-area #game-area #content #play-section .content #play-header .pig-icon:nth-child(3) {
    margin-left: 0;
    left: 87%;
    transform: translateX(-100%);
  }
}
@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 #scoreCoinsAnim div {
    position: absolute;
    transform: translate(465px, 220px) scale(1);
  }
  #full-area #game-area #content #scoreCoinsAnim div img {
    max-width: 35px;
    max-height: 35px;
    animation: scale 1.5s infinite;
  }
  #full-area #game-area #content #home-section #logo {
    height: 250px;
    max-height: 950px;
    margin-top: 60px;
    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 #play-section {
    width: 130%;
    margin-left: -15%;
  }
  #full-area #game-area #content #play-section .content {
    transform: scale(0.65);
    background: none;
    margin-top: -70px;
  }
  #full-area #game-area #content #play-section .content #play-header #header-container {
    width: 560px;
  }
  #full-area #game-area #content #play-section .content #rules-btn {
    left: -100px;
    top: 600px;
  }
  #full-area #game-area #content #play-section .content #current-player {
    margin-left: 80px;
    margin-top: 210px;
  }
  #full-area #game-area #content #play-section .content #play-container {
    margin-top: -25px;
  }
  #full-area #game-area #content #rules-section .content {
    transform: translate(-50%, -50%) scale(0.65);
  }
  #full-area #game-area #content #mode-selection-overlay .mode-selection-box {
    max-width: 500px;
    top: 95%;
    left: 50%;
  }
  #full-area #game-area #content #mode-selection-overlay .mode-selection-box .mode-selection-btns {
    display: flex;
    gap: 36px;
    justify-content: center;
    position: absolute;
    bottom: 315px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  #full-area #game-area #content #mode-selection-overlay .mode-selection-box .mode-selection-btns .mode-select-btn {
    flex: 0 0 auto;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: transform 0.2s, filter 0.2s;
  }
  #full-area #game-area #content #mode-selection-overlay .mode-selection-box .mode-selection-btns .mode-select-btn img {
    width: 160px;
    height: auto;
    pointer-events: none;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.45));
  }
  #full-area #game-area #content #mode-selection-overlay .mode-selection-box .mode-selection-btns .mode-select-btn:hover {
    transform: translateY(-3px);
  }
  #full-area #game-area #content #mode-selection-overlay .mode-selection-box .mode-selection-btns .mode-select-btn:active {
    filter: brightness(1.05);
  }
  #full-area #game-area #content #end-section .content {
    width: 140%;
    margin-left: -20%;
    transform: scale(0.6);
    background: none;
  }
  #full-area #game-area #content #end-section .content #end-rank {
    transform: translateY(-50%) scale(0.9);
  }
  #full-area #game-area #content #end-section .content #stars {
    margin-top: 10px;
  }
  #full-area #game-area #content #end-section .content #stars .star {
    height: 60px;
  }
  #full-area #game-area #content #end-section .content #end-score {
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
    margin-top: 50px;
  }
  #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-btns img {
    height: 110px;
  }
  #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 */
