@font-face {
  font-family: f;
  src: url(media/LostFish-5DOz.ttf);
}
body {
  padding: 0;
  margin: 0;
}

::-webkit-scrollbar {
  background: transparent;
  width: 0px;
}

::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 5px;
}

#full-area {
  width: 100%;
  height: 100vh;
  user-select: none;
  background: linear-gradient(-200deg, #ee6f27 20%, #ab3c4b);
}
#full-area #colorArea {
  width: 100%;
  height: 100%;
  background: #00000049;
}
#full-area #game-area {
  width: 700px;
  height: 381px;
  background: url("media/BG.png");
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1) translate(-50%, -50%);
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.253);
}
#full-area #game-area #volume, #full-area #game-area #full-screen {
  background: linear-gradient(-200deg, #ee6f27 20%, #ab3c4b);
  color: white;
  position: absolute;
  padding: 3.5px;
  padding-top: 0;
  border-radius: 3px;
  left: 100%;
  cursor: pointer;
  z-index: 99999999;
  margin: 5px 0 0 -32.5px;
}
#full-area #game-area #volume:hover, #full-area #game-area #full-screen:hover {
  filter: brightness(1.1);
}
#full-area #game-area #full-screen {
  margin-left: -70px;
  width: 28px;
  padding-left: 6px;
}
#full-area #game-area #menu-section {
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
#full-area #game-area #menu-section img {
  color: white;
  font-family: f;
  text-align: center;
  width: 50%;
  justify-content: center;
  display: flex;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: -20px;
}
#full-area #game-area #menu-section .btn {
  display: flex;
  justify-content: center;
  margin: 10px auto;
  background: white;
  width: 250px;
  height: 35px;
  border-radius: 3px;
  align-items: center;
  cursor: pointer;
  background: linear-gradient(-200deg, #ee6f27 20%, #ab3c4b);
  color: white;
  font-size: 20px;
  padding-top: 7px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: Montserrat;
}
#full-area #game-area #menu-section .btn:hover {
  filter: brightness(1.1);
}
#full-area #game-area #leaderboard-section {
  width: 100%;
  height: 100%;
  background: url("media/bg-leaderboard.jpg");
  background-size: cover;
  background-position: center center;
  display: none;
  position: absolute;
  z-index: 9;
}
#full-area #game-area #leaderboard-section #leaderboard-content {
  width: 35%;
  background: #00000057;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50px;
  padding: 25px 30px;
}
#full-area #game-area #leaderboard-section h1 {
  width: 100%;
  font-size: 15px;
  padding: 5px 0px;
  padding-top: 10px;
  color: white;
  font-family: Montserrat;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-top: -10px;
}
#full-area #game-area #leaderboard-section svg {
  position: absolute;
  left: 100%;
  transform: translate(-100%);
  color: white;
  margin: -43px 0 0 -10px;
  cursor: pointer;
}
#full-area #game-area #leaderboard-section #players-list {
  width: 100%;
  overflow: hidden;
  overflow-y: scroll;
  height: 201px;
  font-size: 9px;
  margin-top: -5px;
  font-family: Montserrat;
}
#full-area #game-area #leaderboard-section #players-list #player {
  display: flex;
  color: white;
  font-weight: 300;
  background: rgba(255, 255, 255, 0.104);
  margin: 5px 0;
  height: 20px;
  padding: 3px;
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
}
#full-area #game-area #leaderboard-section #players-list #player #player-rank {
  width: 10%;
  text-align: center;
  text-align: center;
}
#full-area #game-area #leaderboard-section #players-list #player #player-name {
  width: 80%;
  padding: 0 5px;
  text-align: center;
  overflow: hidden;
}
#full-area #game-area #leaderboard-section #players-list #player #player-score {
  width: 10%;
  text-align: center;
}
#full-area #game-area #leaderboard-section button {
  display: flex;
  justify-content: center;
  margin: 10px auto;
  background: linear-gradient(-200deg, #ee6f27 20%, #ab3c4b);
  color: white;
  width: 100%;
  height: 20px;
  border-radius: 3px;
  font-family: Montserrat;
  align-items: center;
  cursor: pointer;
  font-size: 10px;
  padding-top: 1px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: none;
  border-radius: 90px;
  outline: none;
  margin-top: 12px;
}
#full-area #game-area #leaderboard-section button:hover {
  filter: brightness(1.1);
}
#full-area #game-area #play-section {
  display: none;
  width: 100%;
  height: 100%;
}
#full-area #game-area #play-section #game-info {
  width: 100%;
  padding: 0 15px;
  justify-content: space-between;
  display: flex;
  margin-top: 1px;
  display: none;
  position: absolute;
}
#full-area #game-area #play-section #score, #full-area #game-area #play-section #currGame, #full-area #game-area #play-section #best-score {
  text-align: center;
  font-size: 30px;
  padding-top: 5px;
  position: relative;
  font-weight: 700;
  z-index: 1000;
  color: rgba(255, 255, 255, 0.856);
  font-size: 10px;
  width: 50px;
}
#full-area #game-area #play-section #score span, #full-area #game-area #play-section #currGame span, #full-area #game-area #play-section #best-score span {
  font-size: 25px;
  text-align: center;
  left: 0;
  justify-content: center;
  position: relative;
  top: -5px;
  margin: 0 auto;
  display: flex;
}
#full-area #game-area #play-section #main {
  width: 40px;
  position: absolute;
  top: 57%;
  left: 19%;
  z-index: 5;
}
#full-area #game-area #play-section #home {
  height: 90%;
  transition: 0s;
  position: absolute;
  top: 10%;
  left: 5%;
}
#full-area #game-area #play-section #bubbles img {
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  margin-top: 0px;
  margin-left: 0px;
  z-index: 5;
}
#full-area #game-area #play-section #objs img {
  position: absolute;
  left: 100%;
  top: 0;
  width: auto;
  height: 60px;
  margin-top: 0px;
  margin-left: 0px;
  z-index: 4;
  top: 100%;
  transform: translateY(-95%);
  transition: left 30s;
}
#full-area #game-area #play-section #anim img {
  position: absolute;
  left: 10%;
  top: 0;
  width: 30px;
  margin-top: 0px;
  margin-left: 0px;
  z-index: 3;
  top: 10%;
  transition: 3s;
}
#full-area #game-area #play-section .obs {
  height: 100%;
  position: absolute;
  left: 100%;
  z-index: 10;
  transition: 4s;
}
#full-area #game-area #play-section .obs .obs-top {
  height: 140px;
  background: url("media/obs.png");
  background-size: cover;
  position: absolute;
  transform: rotate(0deg);
  margin-top: -140px;
}
#full-area #game-area #play-section .obs .obs-bottom {
  height: 140px;
  background: url("media/obs.png");
  background-size: cover;
  position: absolute;
  top: 370px;
  margin-top: 0;
}
#full-area #game-area #end-section {
  display: none;
  background: url("media/bg-form.jpg");
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
}
#full-area #game-area #end-section #end-section-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-59%);
}
#full-area #game-area #end-section h1, #full-area #game-area #end-section h2 {
  color: white;
  font-family: Montserrat;
  font-weight: 700;
  text-align: center;
  font-size: 30px;
}
#full-area #game-area #end-section h2 {
  margin-top: 30px;
  font-weight: 500;
}
#full-area #game-area #end-section #quit-btn {
  display: flex;
  justify-content: center;
  margin: 7px auto;
  background: white;
  width: 100%;
  height: 20px;
  border-radius: 90px;
  align-items: center;
  cursor: pointer;
  background: white;
  color: white;
  font-size: 10px;
  padding-top: 1px;
  border: none;
  outline: none;
  font-family: f;
  padding-top: 2px;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: Montserrat;
  color: purple;
}
#full-area #game-area #end-section #quit-btn:hover {
  filter: brightness(1.1);
}
#full-area #game-area #end-section #quit-btn {
  background: linear-gradient(-200deg, #ee6f27 20%, #ab3c4b);
  color: white;
  width: 30%;
  padding-top: 0;
  margin-top: 30px;
  height: 25px;
}
#full-area #game-area #buttons {
  width: 100%;
  justify-content: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  display: none;
  z-index: 99999;
  transform: translate(0, 0);
}
#full-area #game-area #again, #full-area #game-area #submit {
  display: flex;
  justify-content: center;
  margin: 10px auto;
  background: linear-gradient(-200deg, #ee6f27 20%, #ab3c4b);
  color: white;
  width: 250px;
  height: 35px;
  border-radius: 3px;
  font-family: Montserrat;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
  padding-top: 1px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
#full-area #game-area #again:hover, #full-area #game-area #submit:hover {
  filter: brightness(1.1);
}
#full-area #game-area #submit-section {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  background: url("media/bg-form.jpg");
  background-size: cover;
  background-position: center center;
  z-index: 9;
}
#full-area #game-area #submit-section #submit-content {
  width: 35%;
  background: #00000057;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50px;
  padding: 25px 30px;
}
#full-area #game-area #submit-section #submit-content img {
  width: 35%;
}
#full-area #game-area #submit-section #submit-content h2 {
  color: white;
  font-size: 15px;
  font-family: Montserrat;
  margin-top: 10px;
}
#full-area #game-area #submit-section form {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
  margin-top: 40px;
}
#full-area #game-area #submit-section form h5 {
  color: white;
  font-size: 7px;
  font-weight: 400;
  margin-top: 10px;
}
#full-area #game-area #submit-section form input {
  width: 180px;
  outline: none;
  border: none;
  padding-left: 5px;
  height: 20px;
  border-radius: 3px;
  margin: 5px 0;
  color: white;
  font-weight: 500;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-family: Montserrat;
  background: transparent;
  border: 0.5px solid rgba(255, 255, 255, 0.379);
}
#full-area #game-area #submit-section form button, #full-area #game-area #submit-section form #quit-btn, #full-area #game-area #submit-section form div {
  display: flex;
  justify-content: center;
  margin: 7px auto;
  background: white;
  width: 100%;
  height: 20px;
  border-radius: 90px;
  align-items: center;
  cursor: pointer;
  background: white;
  color: white;
  font-size: 10px;
  padding-top: 1px;
  border: none;
  outline: none;
  font-family: f;
  padding-top: 2px;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: Montserrat;
  color: purple;
}
#full-area #game-area #submit-section form button:hover, #full-area #game-area #submit-section form #quit-btn:hover, #full-area #game-area #submit-section form div:hover {
  filter: brightness(1.1);
}
#full-area #game-area #submit-section form p {
  color: white;
  text-align: center;
  font-family: f;
  margin-bottom: 0px;
}
#full-area #game-area #submit-section form button, #full-area #game-area #submit-section form div {
  background: linear-gradient(-200deg, #ee6f27 20%, #ab3c4b);
  color: white;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  transform: scale(0.85);
  margin-top: -6px;
  position: absolute;
  justify-content: center;
  margin: 0 auto;
  display: flex;
  left: 50%;
  margin-left: -15px;
  z-index: 9;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border: 4px solid white;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: white transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

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