@font-face {
  font-family: f;
  src: url("/media/games/squirrel-mania/fonts/LilitaOne-Regular.ttf");
}
@font-face {
  font-family: f2;
  src: url("/media/games/squirrel-mania/fonts/Hamberger-Bold.ttf");
}
#mode-modal {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(6, 36, 12, 0.88);
  z-index: 999999;
  pointer-events: auto;
}

.mode-modal.show {
  display: flex;
}

.mode-modal-content {
  background: #fff3d1;
  border-radius: 36px;
  padding: 32px 56px 40px;
  text-align: center;
  max-width: 540px;
  width: calc(100% - 60px);
  border: 6px solid #f3b71b;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
  position: relative;
}
.mode-modal-content:before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 28px;
  border: 3px dashed #ffde70;
  pointer-events: none;
}
.mode-modal-content h2 {
  font-family: f, cursive;
  color: #5c3b15;
  margin-bottom: 28px;
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.mode-buttons {
  display: flex;
  flex-direction: column;
  gap: 18px;
  outline: none;
}

.mode-btn {
  border: none;
  outline: none;
  border-radius: 100px;
  background: linear-gradient(180deg, #ffd73a 0%, #ffa902 100%);
  color: #4a2503;
  font-size: 22px;
  font-family: f, cursive;
  padding: 14px 16px;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  box-shadow: 0 12px 0 #c87c00, 0 14px 24px rgba(0, 0, 0, 0.25);
}
.mode-btn:active {
  transform: translateY(3px);
  box-shadow: 0 6px 0 #c87c00, 0 10px 16px rgba(0, 0, 0, 0.2);
  border: none;
  outline: none;
}

#full-area {
  width: 100%;
  height: 100vh;
  background: #000;
  position: absolute;
  overflow: hidden;
  user-select: none;
}
#full-area #game-area {
  position: absolute;
  width: 1280px;
  height: 720px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("/media/games/squirrel-mania/images/navbar/backer.jpg");
  overflow: hidden;
}
#full-area #game-area #content {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  padding: 20px;
  z-index: 999999999;
}
#full-area #game-area #content #deco {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#full-area #game-area #content #deco #background {
  width: 100%;
  height: 100%;
  background: url("/media/games/squirrel-mania/images/background.png");
  background-size: cover;
  background-position: center;
  z-index: 1;
}
#full-area #game-area #content #deco #tree {
  position: absolute;
  top: 100%;
  transform: translateY(-100%);
  z-index: 3;
}
#full-area #game-area #content #deco #deco-squirrel {
  position: absolute;
  top: 100%;
  transform: translateY(-100%) translateX(-50%);
  width: 160px;
  left: 50%;
  margin-top: -10px;
  margin-left: -5px;
  z-index: 3;
  opacity: 0;
}
#full-area #game-area #content #deco #falling-anim {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#full-area #game-area #content #deco #falling-anim div {
  position: absolute;
  transform: translateY(-100%);
}
#full-area #game-area #content #deco #falling-anim div img {
  width: 100%;
  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-size: cover;
  background-position: bottom center;
}
#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: 450px;
  justify-content: center;
  display: flex;
  margin: 0 auto;
  margin-top: 2px;
  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 #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%;
  left: 0%;
  height: 100%;
  position: relative;
  top: 0;
  position: relative;
  height: 100%;
  width: 100%;
}
#full-area #game-area #content #end-section .content #game-over {
  width: 75%;
  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 #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: space-between;
  background: url("/media/games/squirrel-mania/images/end-container.png");
  background-size: cover;
  width: 950px;
  height: 500px;
  padding: 20px 0;
  padding-bottom: 30px;
  border-radius: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#full-area #game-area #content #end-section .content #end-btns img {
  height: 150px;
  cursor: pointer;
  margin-bottom: -20px;
  display: flex;
  animation: scale 1.5s infinite;
}
#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 #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 #player-1-section, #full-area #game-area #content #play-section .content #player-2-section {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  margin-left: -10px;
}
#full-area #game-area #content #play-section .content #player-1-section .points, #full-area #game-area #content #play-section .content #player-2-section .points {
  position: absolute;
  width: 60px;
  height: 60px;
  background: url("/media/games/squirrel-mania/images/level-container.png");
  background-size: cover;
}
#full-area #game-area #content #play-section .content #player-1-section .points p, #full-area #game-area #content #play-section .content #player-2-section .points p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: bold;
  color: white;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: -5px;
  margin-left: -1px;
}
#full-area #game-area #content #play-section .content #player-1-section .player-container, #full-area #game-area #content #play-section .content #player-2-section .player-container {
  width: 407px;
  height: 400px;
  background: url("/media/games/squirrel-mania/images/container.png");
  background-size: cover;
  padding: 11px 10px;
  display: flex;
  flex-wrap: wrap;
  margin-left: 70px;
}
#full-area #game-area #content #play-section .content #player-1-section .player-container div, #full-area #game-area #content #play-section .content #player-2-section .player-container div {
  width: 127px;
  height: 126px;
  background: url("/media/games/squirrel-mania/images/green.png");
  background-size: cover;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  transition: 1.5s all, 0.2s filter;
}
#full-area #game-area #content #play-section .content #player-1-section .player-container div p, #full-area #game-area #content #play-section .content #player-2-section .player-container div p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  font-weight: bold;
  color: white;
  transition: 0.7s;
  text-shadow: 4px 3px 0 rgba(0, 0, 0, 0.329);
}
#full-area #game-area #content #play-section .content #player-1-section .player-container div img, #full-area #game-area #content #play-section .content #player-2-section .player-container div img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  opacity: 0;
}
#full-area #game-area #content #play-section .content #player-1-section .p2-container, #full-area #game-area #content #play-section .content #player-2-section .p2-container {
  opacity: 0.5;
}
#full-area #game-area #content #play-section .content #player-1-section .p2-container div:hover, #full-area #game-area #content #play-section .content #player-2-section .p2-container div:hover {
  filter: none;
}
#full-area #game-area #content #play-section .content #player-1-section .player-title, #full-area #game-area #content #play-section .content #player-2-section .player-title {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  margin-top: 20px;
  margin-left: 35px;
}
#full-area #game-area #content #play-section .content #player-1-section .player-title span, #full-area #game-area #content #play-section .content #player-2-section .player-title span {
  width: 30px;
  height: 30px;
  background: url("/media/games/squirrel-mania/images/turn-dot.png");
  background-size: cover;
  position: absolute;
  border-radius: 100px;
  left: 0;
  transform: scale(0);
  opacity: 0;
}
#full-area #game-area #content #play-section .content #player-1-section .player-title img, #full-area #game-area #content #play-section .content #player-2-section .player-title img {
  width: 100%;
}
#full-area #game-area #content #play-section .content #player-2-section {
  left: 100%;
  transform: translateX(-100%) translateY(-50%);
  margin-left: -80px;
}
#full-area #game-area #content #play-section .content #player-2-section .points {
  left: 100%;
}
#full-area #game-area #content #play-section .content #player-2-section .player-container {
  margin-right: 10px;
}
#full-area #game-area #content #play-section .content #mid-info {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
}
#full-area #game-area #content #play-section .content #mid-info img {
  width: 100%;
}
#full-area #game-area #content #play-section .content #mid-info #turn-info {
  font-family: f;
  position: absolute;
  width: 100%;
  opacity: 0.01;
  transform: scale(0);
}
#full-area #game-area #content #play-section .content #mid-info #turn-info p {
  text-transform: uppercase;
  color: white;
  font-size: 55px;
  text-align: center;
  line-height: 100%;
  letter-spacing: 2px;
  text-shadow: 2px 4px 0 rgba(0, 0, 0, 0.24);
  -webkit-text-stroke: 3px rgba(0, 0, 0, 0.808);
}
#full-area #game-area #content #play-section .content #mid-info #turn-info p span {
  font-size: 50px;
  top: 20px;
  position: relative;
  color: whitesmoke;
  text-shadow: 4px 6px 0 rgba(0, 0, 0, 0.24);
}
#full-area #game-area #content #play-section .content #mid-info #vs {
  margin-top: 90px;
  transition: 0.2s;
}
.end {
  animation: end 1s ease-out;
  animation-fill-mode: forwards;
}

@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);
  }
}
.level {
  transition: transform 0.3s ease;
}

.pressed {
  transform: scale(0.5);
  /* Adjust the scale to a suitable level */
}

#full-area #game-area #content #top-info2 {
  width: 100%;
  opacity: 1;
  display: flex;
  justify-content: center;
  position: relative;
}

#full-area #game-area #content #top-info2 {
  padding: 3px 30px;
  border: none;
  color: white;
  font-weight: 500;
  font-size: 7vh;
  opacity: 1;
  cursor: default;
  text-shadow: 0px 1px 1px black;
}

@media (max-width: 600px) {
  #full-area #game-area #content #deco #tree {
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
  }
  #full-area #game-area #content #deco #deco-squirrel {
    margin-top: -30px;
    z-index: 999999;
  }
  #full-area #game-area #content #home-section #logo {
    height: 550px;
    margin-top: 250px;
  }
  #full-area #game-area #content #play-section {
    padding: 0;
  }
  #full-area #game-area #content #play-section #mid-info {
    display: none;
  }
  #full-area #game-area #content #play-section .content {
    display: block;
    margin: 0px 0px;
  }
  #full-area #game-area #content #play-section .content #player-1-section, #full-area #game-area #content #play-section .content #player-2-section {
    width: 100%;
    height: 40%;
    top: 0;
    transform: none;
    margin: 0;
    left: 0;
    margin-top: 40px;
    margin-left: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #full-area #game-area #content #play-section .content #player-1-section .player-title, #full-area #game-area #content #play-section .content #player-2-section .player-title {
    width: 350px;
    transform: rotate(90deg);
    margin-left: -150px;
    margin-top: 0px;
  }
  #full-area #game-area #content #play-section .content #player-1-section .player-container, #full-area #game-area #content #play-section .content #player-2-section .player-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.1);
    margin: 0;
  }
  #full-area #game-area #content #play-section .content #player-1-section .points, #full-area #game-area #content #play-section .content #player-2-section .points {
    margin-left: 80px;
    margin-top: 0px;
    transform: scale(1.3);
    left: 0;
  }
  #full-area #game-area #content #play-section .content #player-2-section {
    top: 41%;
  }
  #full-area #game-area #content #play-section .content #player-2-section .points {
    margin-left: 80px;
    margin-top: 0px;
    transform: scale(1.3);
    left: 0;
  }
  #full-area #game-area #content #end-section .content #game-over {
    width: 90%;
    margin-top: 50px;
  }
  #full-area #game-area #content #end-section .content #game-over img {
    width: 100%;
  }
  #full-area #game-area #content #end-section .content h1 {
    font-size: 40px;
  }
  #full-area #game-area #content #end-section .content #logo2 {
    height: 50%;
    margin-top: -20%;
  }
  #full-area #game-area #content #end-section .content #end-btns {
    width: 100%;
    height: 300px;
    padding: 0px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: -200px;
  }
  #full-area #game-area #content #end-section .content #end-btns img {
    width: 75%;
    height: auto;
  }
  #full-area #game-area #content #end-section .content #end-score {
    font-size: 30px;
  }
}
@media (width: 960px) and (height: 480px) {
  #full-area #game-area {
    width: 960px;
    height: 480px;
  }
  #full-area #game-area #content #deco #tree {
    width: 100%;
    left: 0%;
  }
  #full-area #game-area #content #deco #deco-squirrel {
    transform: translateY(-100%) translateX(-50%) scale(0.8);
    margin-top: 15px;
  }
  #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: 200px;
    max-height: 950px;
    margin-top: 5px;
    margin-left: -10px;
  }
  #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: 150%;
    margin-left: -25%;
  }
  #full-area #game-area #content #play-section .content {
    transform: scale(0.6);
    background: none;
    margin-top: 0px;
  }
  #full-area #game-area #content #play-section .content #mid-info {
    margin-top: -120px;
    margin-left: -10px;
  }
  #full-area #game-area #content #play-section .content #mid-info #vs {
    width: 150px;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    margin-top: 70px;
  }
  #full-area #game-area #content #end-section .content {
    width: 140%;
    margin-left: -21%;
    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 #game-over {
    transform: translateX(-50%);
    padding-top: 0px;
    margin-top: -100px;
  }
  #full-area #game-area #content #end-section .content #end-btns {
    width: 1000px;
  }
  #full-area #game-area #content #end-section .content #end-btns img {
    height: 150px;
  }
}
/*# sourceMappingURL=index.css.map */

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