@font-face {
  font-family: f;
  src: url("/media/games/blob-battle/fonts/LilitaOne-Regular.ttf");
}
@font-face {
  font-family: f2;
  src: url("/media/games/blob-battle/fonts/Hamberger-Bold.ttf");
}
body {
  padding: 0;
  margin: 0;
}

#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: #2288f9;
  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/blob-battle/images/navbar/backer.jpg");
  overflow: hidden;
}
#full-area #game-area #skip-intro-btn {
  position: absolute;
  top: 20px;
  right: 28px;
  width: 140px;
  height: auto;
  cursor: pointer;
  z-index: 10000000001 !important;
  transition: transform 0.15s ease-out, filter 0.15s ease-out, box-shadow 0.15s ease-out;
}
#full-area #game-area #skip-intro-btn:hover {
  transform: scale(1.04);
  filter: brightness(1.06);
}
#full-area #game-area #skip-intro-btn:active {
  transform: scale(0.97);
}
#full-area #game-area #content {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  padding: 20px;
  z-index: 999999999;
  background: url("/media/games/blob-battle/images/background.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 #home-section {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: absolute;
  left: 0;
  background: url("/media/games/blob-battle/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: 400px;
  justify-content: center;
  display: flex;
  margin: 0 auto;
  margin-top: 130px;
  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-section, #full-area #game-area #content #difficulty-section {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center center;
  padding: 60px;
  margin: -20px;
  margin-top: -70px;
}
#full-area #game-area #content #mode-section h1, #full-area #game-area #content #difficulty-section h1 {
  color: white;
  font-family: f2;
  text-transform: uppercase;
  font-size: 80px;
  width: 100%;
  text-align: center;
  margin-top: 90px;
  letter-spacing: 3px;
  text-shadow: 3px 7px #be2037, 3px 10px #661121ca;
  animation: scale 1.5s infinite;
  opacity: 0;
}
#full-area #game-area #content #mode-section #modes, #full-area #game-area #content #mode-section #diff-modes, #full-area #game-area #content #difficulty-section #modes, #full-area #game-area #content #difficulty-section #diff-modes {
  margin-top: 70px;
  transform: scale(0);
  opacity: 0;
}
#full-area #game-area #content #mode-section #modes .mode, #full-area #game-area #content #mode-section #diff-modes .mode, #full-area #game-area #content #difficulty-section #modes .mode, #full-area #game-area #content #difficulty-section #diff-modes .mode {
  width: 400px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0px 0;
}
#full-area #game-area #content #mode-section #modes .mode img, #full-area #game-area #content #mode-section #diff-modes .mode img, #full-area #game-area #content #difficulty-section #modes .mode img, #full-area #game-area #content #difficulty-section #diff-modes .mode img {
  width: 100%;
  transition: 0.1s;
  cursor: pointer;
}
#full-area #game-area #content #mode-section #modes .mode img:active, #full-area #game-area #content #mode-section #diff-modes .mode img:active, #full-area #game-area #content #difficulty-section #modes .mode img:active, #full-area #game-area #content #difficulty-section #diff-modes .mode img:active {
  transform: scale(0.95);
  opacity: 0.9;
  filter: brightness(1.1);
}
#full-area #game-area #content #mode-section #diff-modes, #full-area #game-area #content #difficulty-section #diff-modes {
  margin-top: 40px;
}
#full-area #game-area #content #mode-section #diff-modes .mode, #full-area #game-area #content #difficulty-section #diff-modes .mode {
  width: 350px;
}
#full-area #game-area #content #end-section {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999999999;
  background: url("/media/games/blob-battle/images/background.jpg");
  background-size: cover;
  background-position: top center;
}
#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: 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 #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(0);
  opacity: 0;
  position: absolute;
  padding-top: 0px;
  display: flex;
  margin-left: 5px;
  justify-content: center;
  background: url("/media/games/blob-battle/images/end-container.png");
  background-size: cover;
  width: 750px;
  height: 460px;
  margin-left: -375px;
  margin-top: -250px;
  padding: 20px 0;
  padding-bottom: 30px;
  border-radius: 50px;
}
#full-area #game-area #content #end-section .content #end-btns h1 {
  position: absolute;
  font-family: f2;
  font-size: 70px;
  margin-top: 190px;
  color: #fa9921;
  text-shadow: 0px 6px #c35701, 0 10px #361801be;
  opacity: 0;
}
#full-area #game-area #content #end-section .content #end-btns img {
  height: 95px;
  cursor: pointer;
  margin-bottom: -20px;
  display: flex;
  animation: scale 1.5s infinite;
  margin-top: 330px;
  margin-left: 5px;
  opacity: 0;
}
#full-area #game-area #content #alert-section {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999999;
  left: 0;
  top: 0;
  background: #000000ab;
}
#full-area #game-area #content #alert-section div {
  position: absolute;
  top: 52%;
  width: 100%;
  transform: translateY(-50%);
}
#full-area #game-area #content #alert-section h1 {
  color: white;
  font-family: f2;
  text-transform: uppercase;
  font-size: 110px;
  width: 100%;
  text-align: center;
  position: relative;
  top: 0%;
  text-shadow: 5px 5px rgba(0, 0, 0, 0.412);
  animation: scale 1.5s infinite;
  text-shadow: 0px 8px #c35701, 0 12px #361801be;
}
#full-area #game-area #content #alert-section h1 span {
  color: gold;
}
#full-area #game-area #content #rules-btn {
  position: absolute;
  left: 10px;
  z-index: 9;
  top: 10px;
  cursor: pointer;
  transition: 0.2s;
}
#full-area #game-area #content #rules-btn img {
  width: 180px;
}
#full-area #game-area #content #rules-btn:active {
  transform: scale(0.95);
  opacity: 0.95;
}
#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/blob-battle/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: white;
  text-shadow: 2px 4px rgba(0, 0, 0, 0.327);
  font-family: f2;
}
#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;
  font-size: 26px;
  letter-spacing: 1px;
}
#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 #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%;
  padding: 8.9px 35.6px;
  display: flex;
  justify-content: space-between;
}
#full-area #game-area #content #play-section .content h1 {
  position: absolute;
  width: auto;
  text-align: center;
  left: 0;
  font-family: f2;
  color: yellow;
  text-shadow: 0px 5.34px #c35701, 0 8.9px #36180132;
  text-transform: uppercase;
  font-size: 48.95px;
  cursor: pointer;
  transition: 0.1s;
  opacity: 0;
  z-index: 3;
  top: 7%;
  left: 50%;
  transform: translateX(-50%);
}
#full-area #game-area #content #play-section .content h1 span {
  color: white;
}
#full-area #game-area #content #play-section .content h1:active {
  filter: brightness(1.1);
  transform: translateX(-50%) scale(0.97);
  opacity: 0.9;
}
#full-area #game-area #content #play-section .content #board-anim {
  transform: scale(1);
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#full-area #game-area #content #play-section .content #board {
  height: 494px;
  width: 489.5px;
  margin-top: 23.4px;
  background: url("/media/games/blob-battle/images/container.png");
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  padding-right: 0;
  transform: scale(0.95);
}
#full-area #game-area #content #play-section .content #board .tile {
  width: 142.4px;
  height: 142.4px;
  margin-left: 13px;
  margin-top: 6.23px;
  cursor: pointer;
  position: relative;
}
#full-area #game-area #content #play-section .content #board .tile div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}
#full-area #game-area #content #play-section .content #board .tile div video {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: 9999;
}
#full-area #game-area #content #play-section .content #board .tile:nth-child(1) div {
  border-top-left-radius: 30px;
}
#full-area #game-area #content #play-section .content #board .tile:nth-child(3) div {
  border-top-right-radius: 30px;
}
#full-area #game-area #content #play-section .content #board .tile:nth-child(7) div {
  border-bottom-left-radius: 30px;
}
#full-area #game-area #content #play-section .content #board .tile:nth-child(9) div {
  border-bottom-right-radius: 30px;
}
#full-area #game-area #content #play-section .content #board .tile p {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  color: white;
  align-items: center;
  font-family: f2;
  text-transform: uppercase;
  font-size: 66.7px;
  margin-top: 5px;
  text-align: center;
  position: absolute;
  text-shadow: 2.67px 2.67px rgba(255, 255, 255, 0.138);
  opacity: 0.9;
  display: none;
}
#full-area #game-area #content #play-section .content #board .tile .blob-img {
  width: 115.7px;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}
#full-area #game-area #content #play-section .content #board .tile .blob-img img {
  width: 100%;
  transform: scale(0);
  opacity: 0;
}
#full-area #game-area #content #play-section .content #board .tile .size-5 {
  width: 115.7px;
}
#full-area #game-area #content #play-section .content #board .tile .size-4 {
  width: 102.35px;
}
#full-area #game-area #content #play-section .content #board .tile .size-3 {
  width: 89px;
}
#full-area #game-area #content #play-section .content #board .tile .size-2 {
  width: 75.65px;
}
#full-area #game-area #content #play-section .content #board .tile .size-1 {
  width: 62.3px;
}
#full-area #game-area #content #play-section .content #board .tile:nth-child(1), #full-area #game-area #content #play-section .content #board .tile:nth-child(4), #full-area #game-area #content #play-section .content #board .tile:nth-child(7) {
  margin-left: 4.45px;
}
#full-area #game-area #content #play-section .content #p1-info, #full-area #game-area #content #play-section .content #p2-info {
  width: 124.6px;
  display: flex;
  flex-direction: column;
  gap: 13.35px;
  margin-top: 30.05px;
  opacity: 0;
}
#full-area #game-area #content #play-section .content #p1-info #p1-icon, #full-area #game-area #content #play-section .content #p1-info #p2-icon, #full-area #game-area #content #play-section .content #p2-info #p1-icon, #full-area #game-area #content #play-section .content #p2-info #p2-icon {
  background: #000;
  width: 106.8px;
  height: 106.8px;
  border-radius: 178px;
  background: #ff5a00;
  border: 3.56px solid #013b7b;
  animation: logoAnim 1.5s infinite;
}
#full-area #game-area #content #play-section .content #p1-info #p1-icon p, #full-area #game-area #content #play-section .content #p1-info #p2-icon p, #full-area #game-area #content #play-section .content #p2-info #p1-icon p, #full-area #game-area #content #play-section .content #p2-info #p2-icon p {
  color: white;
  text-shadow: 3.56px 3.56px #a03701;
  font-size: 53.4px;
  font-family: f2;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  padding-top: 4.45px;
}
#full-area #game-area #content #play-section .content #p1-info .blob-icon, #full-area #game-area #content #play-section .content #p2-info .blob-icon {
  width: 115.7px;
  display: flex;
  justify-content: center;
  margin: 12.46px auto;
  cursor: pointer;
  transition: 0.1s;
}
#full-area #game-area #content #play-section .content #p1-info .blob-icon p, #full-area #game-area #content #play-section .content #p2-info .blob-icon p {
  color: white;
  font-family: f2;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  left: 120.15px;
  font-size: 26.7px;
  text-shadow: 0px 2.67px #a03701;
  background: #000000bf;
  border-radius: 4.45px;
  border: 2.67px solid white;
  padding-top: 1.78px;
  width: 124.6px;
  box-shadow: 0 0 8.9px rgba(0, 0, 0, 0.132);
  display: none;
}
#full-area #game-area #content #play-section .content #p1-info .blob-icon:active, #full-area #game-area #content #play-section .content #p2-info .blob-icon:active {
  transform: scale(1.03);
  opacity: 0.9;
  filter: brightness(1.1);
}
#full-area #game-area #content #play-section .content #p1-info .blob-icon:nth-child(2) img, #full-area #game-area #content #play-section .content #p2-info .blob-icon:nth-child(2) img {
  width: 102.35px;
}
#full-area #game-area #content #play-section .content #p1-info .blob-icon:nth-child(3) img, #full-area #game-area #content #play-section .content #p2-info .blob-icon:nth-child(3) img {
  width: 89px;
}
#full-area #game-area #content #play-section .content #p1-info .blob-icon:nth-child(4) img, #full-area #game-area #content #play-section .content #p2-info .blob-icon:nth-child(4) img {
  width: 75.65px;
}
#full-area #game-area #content #play-section .content #p1-info .blob-icon:nth-child(5) img, #full-area #game-area #content #play-section .content #p2-info .blob-icon:nth-child(5) img {
  width: 62.3px;
}
#full-area #game-area #content #play-section .content #p1-blobs img {
  animation: scale 1.5s infinite;
}
#full-area #game-area #content #play-section .content #p2-blobs .blob-icon p {
  left: -129.05px;
}
#full-area #game-area #content #play-section .content .player-turn #p2-icon, #full-area #game-area #content #play-section .content .player-turn #p1-icon {
  box-shadow: 0 0 44.5px white;
}
#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/blob-battle/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);
  }
}
.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 #home-section #logo {
    height: 320px;
    margin-top: 370px;
  }
  #full-area #game-area #content #mode-section h1, #full-area #game-area #content #difficulty-section h1 {
    font-size: 80px;
    margin-top: 250px;
  }
  #full-area #game-area #content #mode-section #modes, #full-area #game-area #content #mode-section #diff-modes, #full-area #game-area #content #difficulty-section #modes, #full-area #game-area #content #difficulty-section #diff-modes {
    margin-top: 120px;
  }
  #full-area #game-area #content #mode-section #modes .mode, #full-area #game-area #content #mode-section #diff-modes .mode, #full-area #game-area #content #difficulty-section #modes .mode, #full-area #game-area #content #difficulty-section #diff-modes .mode {
    width: 500px;
    margin-bottom: 5px;
  }
  #full-area #game-area #content #mode-section #modes .mode img, #full-area #game-area #content #mode-section #diff-modes .mode img, #full-area #game-area #content #difficulty-section #modes .mode img, #full-area #game-area #content #difficulty-section #diff-modes .mode img {
    width: 100%;
  }
  #full-area #game-area #content #difficulty-section h1 {
    font-size: 80px;
    margin-top: 200px;
  }
  #full-area #game-area #content #difficulty-section #diff-modes {
    margin-top: 70px;
  }
  #full-area #game-area #content #difficulty-section #diff-modes .mode {
    width: 450px;
  }
  #full-area #game-area #content #play-section .content #curr-mode {
    font-size: 79px;
    display: flex;
    margin-top: -60px;
  }
  #full-area #game-area #content #play-section .content #curr-mode span {
    margin-left: 20px;
  }
  #full-area #game-area #content #play-section .content #p1-info, #full-area #game-area #content #play-section .content #p2-info {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    min-width: 100%;
    height: 110px;
    margin-top: 130px;
    left: 30px;
    position: absolute;
  }
  #full-area #game-area #content #play-section .content #p1-info #p1-blobs, #full-area #game-area #content #play-section .content #p1-info #p2-blobs, #full-area #game-area #content #play-section .content #p2-info #p1-blobs, #full-area #game-area #content #play-section .content #p2-info #p2-blobs {
    display: flex;
    width: auto;
  }
  #full-area #game-area #content #play-section .content #p1-info #p1-blobs p, #full-area #game-area #content #play-section .content #p1-info #p2-blobs p, #full-area #game-area #content #play-section .content #p2-info #p1-blobs p, #full-area #game-area #content #play-section .content #p2-info #p2-blobs p {
    left: 0;
    top: 100%;
    transform: none;
    width: auto;
    padding: 0 15px;
    left: 50%;
    transform: translateX(-50%);
  }
  #full-area #game-area #content #play-section .content #p1-info #p1-blobs .blob-icon, #full-area #game-area #content #play-section .content #p1-info #p2-blobs .blob-icon, #full-area #game-area #content #play-section .content #p2-info #p1-blobs .blob-icon, #full-area #game-area #content #play-section .content #p2-info #p2-blobs .blob-icon {
    height: auto;
    position: relative;
    display: flex;
    margin: 0 12px;
    align-items: center;
    width: auto;
    height: 120px;
  }
  #full-area #game-area #content #play-section .content #p1-info #p1-blobs .blob-icon img, #full-area #game-area #content #play-section .content #p1-info #p2-blobs .blob-icon img, #full-area #game-area #content #play-section .content #p2-info #p1-blobs .blob-icon img, #full-area #game-area #content #play-section .content #p2-info #p2-blobs .blob-icon img {
    align-items: center;
    display: flex;
  }
  #full-area #game-area #content #play-section .content #p1-info #p1-blobs .blob-icon:nth-child(2) img, #full-area #game-area #content #play-section .content #p1-info #p2-blobs .blob-icon:nth-child(2) img, #full-area #game-area #content #play-section .content #p2-info #p1-blobs .blob-icon:nth-child(2) img, #full-area #game-area #content #play-section .content #p2-info #p2-blobs .blob-icon:nth-child(2) img {
    height: 102.35px;
    width: auto;
  }
  #full-area #game-area #content #play-section .content #p1-info #p1-blobs .blob-icon:nth-child(3) img, #full-area #game-area #content #play-section .content #p1-info #p2-blobs .blob-icon:nth-child(3) img, #full-area #game-area #content #play-section .content #p2-info #p1-blobs .blob-icon:nth-child(3) img, #full-area #game-area #content #play-section .content #p2-info #p2-blobs .blob-icon:nth-child(3) img {
    height: 89px;
    width: auto;
  }
  #full-area #game-area #content #play-section .content #p1-info #p1-blobs .blob-icon:nth-child(4) img, #full-area #game-area #content #play-section .content #p1-info #p2-blobs .blob-icon:nth-child(4) img, #full-area #game-area #content #play-section .content #p2-info #p1-blobs .blob-icon:nth-child(4) img, #full-area #game-area #content #play-section .content #p2-info #p2-blobs .blob-icon:nth-child(4) img {
    height: 75.65px;
    width: auto;
  }
  #full-area #game-area #content #play-section .content #p1-info #p1-blobs .blob-icon:nth-child(5) img, #full-area #game-area #content #play-section .content #p1-info #p2-blobs .blob-icon:nth-child(5) img, #full-area #game-area #content #play-section .content #p2-info #p1-blobs .blob-icon:nth-child(5) img, #full-area #game-area #content #play-section .content #p2-info #p2-blobs .blob-icon:nth-child(5) img {
    height: 62.3px;
    width: auto;
  }
  #full-area #game-area #content #play-section .content #p2-info {
    top: 75%;
    transform: translateY(-100%);
  }
  #full-area #game-area #content #play-section .content #board-anim {
    width: 100%;
    height: calc(150px * 3 + 100px);
    top: 320px;
    left: 0;
    position: absolute;
  }
  #full-area #game-area #content #play-section .content #board {
    position: relative;
    left: -10px;
    margin: 0;
    margin-top: 20px;
    transform: scale(1.1);
  }
  #full-area #game-area #content #rules-btn img {
    width: 270px;
    margin: 20px;
  }
}
@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: 950px;
    margin-top: 40px;
    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 #mode-section h1, #full-area #game-area #content #difficulty-section h1 {
    margin-top: 60px;
    font-size: 70px;
    text-wrap: nowrap;
  }
  #full-area #game-area #content #mode-section #modes, #full-area #game-area #content #difficulty-section #modes {
    margin-top: 0;
  }
  #full-area #game-area #content #mode-section #modes .mode, #full-area #game-area #content #difficulty-section #modes .mode {
    width: 300px;
  }
  #full-area #game-area #content #difficulty-section h1 {
    font-size: 50px;
    margin-top: 35px;
  }
  #full-area #game-area #content #difficulty-section #diff-modes {
    margin-top: 10px;
  }
  #full-area #game-area #content #difficulty-section #diff-modes .mode {
    max-width: 250px;
  }
  #full-area #game-area #content #rules-section .content {
    width: 515px;
    height: 340px;
    top: 48%;
  }
  #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: white;
    text-shadow: 2px 4px rgba(0, 0, 0, 0.327);
    font-family: f2;
  }
  #full-area #game-area #content #rules-section .content #rules-text {
    width: 490px;
    height: 195px;
    margin-top: 8px;
  }
  #full-area #game-area #content #rules-section .content #rules-text p {
    color: white;
    font-family: f2;
    font-size: 18px;
    letter-spacing: 1px;
  }
  #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 #play-section {
    width: 160%;
    margin-left: -30%;
  }
  #full-area #game-area #content #play-section .content {
    transform: scale(0.6);
    background: none;
    margin-top: -70px;
  }
  #full-area #game-area #content #play-section .content #board {
    height: 524px;
    width: 489.5px;
    margin-top: 303.4px;
  }
  #full-area #game-area #content #play-section .content #board .tile {
    width: 142.4px;
    height: 148.4px;
    margin-left: 13px;
    margin-top: 6.23px;
    cursor: pointer;
    position: relative;
  }
  #full-area #game-area #content #play-section .content #board .tile div {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
  }
  #full-area #game-area #content #play-section .content #board .tile div video {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: 9999;
  }
  #full-area #game-area #content #play-section .content #board .tile:nth-child(1) div {
    border-top-left-radius: 30px;
  }
  #full-area #game-area #content #play-section .content #board .tile:nth-child(3) div {
    border-top-right-radius: 30px;
  }
  #full-area #game-area #content #play-section .content #board .tile:nth-child(7) div {
    border-bottom-left-radius: 30px;
  }
  #full-area #game-area #content #play-section .content #board .tile:nth-child(9) div {
    border-bottom-right-radius: 30px;
  }
  #full-area #game-area #content #play-section .content #board .tile p {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    color: white;
    align-items: center;
    font-family: f2;
    text-transform: uppercase;
    font-size: 66.7px;
    margin-top: 5px;
    text-align: center;
    position: absolute;
    text-shadow: 2.67px 2.67px rgba(255, 255, 255, 0.138);
    opacity: 0.9;
    display: none;
  }
  #full-area #game-area #content #play-section .content #board .tile .blob-img {
    width: 115.7px;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
  }
  #full-area #game-area #content #play-section .content #board .tile .blob-img img {
    width: 100%;
    transform: scale(0);
    opacity: 0;
  }
  #full-area #game-area #content #play-section .content #board .tile .size-5 {
    width: 115.7px;
  }
  #full-area #game-area #content #play-section .content #board .tile .size-4 {
    width: 102.35px;
  }
  #full-area #game-area #content #play-section .content #board .tile .size-3 {
    width: 89px;
  }
  #full-area #game-area #content #play-section .content #board .tile .size-2 {
    width: 75.65px;
  }
  #full-area #game-area #content #play-section .content #board .tile .size-1 {
    width: 62.3px;
  }
  #full-area #game-area #content #play-section .content #board .tile:nth-child(1), #full-area #game-area #content #play-section .content #board .tile:nth-child(4), #full-area #game-area #content #play-section .content #board .tile:nth-child(7) {
    margin-left: 4.45px;
  }
  #full-area #game-area #content #alert-section h1 {
    font-size: 85px;
  }
  #full-area #game-area #content #end-section .content {
    width: 140%;
    margin-left: -20%;
    transform: scale(0.7);
    background: none;
  }
  #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 {
    margin-top: -220px;
  }
  #full-area #game-area #content #end-section .content #end-btns img {
    height: 95px;
    margin-top: 335px;
  }
  #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=index.css.map */

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