@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;700&display=swap");
body {
  padding: 0;
  margin: 0;
}

body ::selection {
  color: white;
  background-color: #ff3dc1;
}

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

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

#full-area {
  width: 100%;
  height: 100vh;
  background: black;
  user-select: none;
  font-family: Montserrat;
  overflow: hidden;
}
#full-area #game-area #loader {
  width: 100%;
  height: 100px;
}
#full-area #game-area #loader img {
  width: 80%;
  max-width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -35px;
}
#full-area #game-area #loader #loader-box {
  width: 80%;
  max-width: 300px;
  height: 35px;
  border: 3px solid white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 35px;
  color: white;
  font-weight: 500;
  text-align: center;
  border-radius: 2px;
}
#full-area #game-area #loader #loader-box p {
  width: 100%;
  position: absolute;
  padding-top: 2px;
  z-index: 9;
  text-align: center;
}
#full-area #game-area #loader #loader-box div {
  position: absolute;
  width: 0%;
  height: 100%;
  background: #ff3dc1;
  transition-timing-function: ease-in;
}
#full-area #game-area #game-area-content {
  width: 1100px;
  height: 550px;
  background: url("media/bg2.webp");
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  overflow: hidden;
  display: none;
}
#full-area #game-area #game-area-content #click-desktop {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
#full-area #game-area #game-area-content #click-desktop #mobile-left, #full-area #game-area #game-area-content #click-desktop #mobile-right {
  position: absolute;
  width: 50%;
  height: 100%;
}
#full-area #game-area #game-area-content #click-desktop #mobile-right {
  left: 50%;
}
#full-area #game-area #game-area-content #logo {
  position: absolute;
  height: 40px;
  margin: 5px;
  opacity: 0.4;
  /*&:hover{
      opacity: 0.8;
      transition: 0.3s;
  }*/
}
#full-area #game-area #game-area-content #full-screen, #full-area #game-area #game-area-content #volume {
  width: 40px;
  height: 40px;
  background: black;
  color: white;
  border-radius: 3px;
  position: absolute;
  left: 100%;
  margin-left: -45px;
  margin-top: 5px;
  opacity: 0.3;
  cursor: pointer;
}
#full-area #game-area #game-area-content #full-screen svg, #full-area #game-area #game-area-content #volume svg {
  margin: 5px;
  width: 30px;
  height: 30px;
}
#full-area #game-area #game-area-content #full-screen:hover, #full-area #game-area #game-area-content #volume:hover {
  opacity: 0.8;
  transition: 0.3s;
}
#full-area #game-area #game-area-content #volume {
  margin-left: -90px;
}
#full-area #game-area #game-area-content #menu {
  position: absolute;
  left: 50%;
  top: 45%;
  z-index: 999;
  transform: translate(-50%, -50%) scale(1.3);
}
#full-area #game-area #game-area-content #menu div {
  width: 320px;
  height: 40px;
  background: rgba(0, 0, 0, 0.815);
  color: white;
  margin: 5px 0;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  font-size: 20px;
  padding-top: 5px;
  letter-spacing: 1px;
}
#full-area #game-area #game-area-content #menu div:hover {
  transition: 0.2s;
  background: rgba(0, 0, 0, 0.678);
}
#full-area #game-area #game-area-content #how-to-play {
  width: 60%;
  height: 250px;
  background: rgba(0, 0, 0, 0.651);
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
  border-radius: 3px;
  color: white;
  padding: 10px 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.185);
  display: none;
  z-index: 40;
}
#full-area #game-area #game-area-content #how-to-play h1 {
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 15px;
}
#full-area #game-area #game-area-content #how-to-play h2 {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
#full-area #game-area #game-area-content #how-to-play p {
  font-size: 20px;
  color: #ff3dc1;
}
#full-area #game-area #game-area-content #how-to-play p span {
  padding-left: 50px;
  width: 380px;
  position: absolute;
  color: white;
}
#full-area #game-area #game-area-content #how-to-play svg {
  position: absolute;
  width: 45px;
  height: 45px;
  left: 95%;
  margin: 10px 0 0 -30px;
  cursor: pointer;
  opacity: 0.7;
}
#full-area #game-area #game-area-content #how-to-play svg:hover {
  opacity: 1;
  transition: 0.2s;
}
#full-area #game-area #game-area-content #how-to-play #how-to-play-mobile {
  margin-top: 70px;
}
#full-area #game-area #game-area-content #game-over {
  width: 50%;
  height: 230px;
  background: rgba(0, 0, 0, 0.651);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 3px;
  color: white;
  padding: 10px 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.185);
  z-index: 99;
  text-align: center;
  display: none;
}
#full-area #game-area #game-area-content #game-over h1 {
  color: red;
  font-weight: 700;
  margin-top: 7px;
}
#full-area #game-area #game-area-content #game-over p {
  margin-top: -10px;
}
#full-area #game-area #game-area-content #game-over div {
  width: 320px;
  height: 40px;
  background: white;
  color: black;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  font-size: 20px;
  padding-top: 5px;
  letter-spacing: 1px;
  font-weight: 500;
  justify-content: center;
  margin: 7.5px auto;
}
#full-area #game-area #game-area-content #game-over div:hover {
  transition: 0.2s;
  background: rgba(255, 255, 255, 0.778);
}
#full-area #game-area #game-area-content #submit-section {
  width: 60%;
  height: 350px;
  background: rgba(0, 0, 0, 0.651);
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
  border-radius: 3px;
  color: white;
  padding: 10px 30px;
  z-index: 9999;
  text-align: center;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.185);
}
#full-area #game-area #game-area-content #submit-section h1 {
  font-size: 30px;
  margin-top: 25px;
  letter-spacing: 2px;
}
#full-area #game-area #game-area-content #submit-section p {
  margin-top: -10px;
}
#full-area #game-area #game-area-content #submit-section form {
  transform: scale(1.2);
  margin-top: 40px;
}
#full-area #game-area #game-area-content #submit-section form div label {
  width: 90px;
  text-align: right;
  margin-right: 10px;
}
#full-area #game-area #game-area-content #submit-section form div input {
  outline: none;
  font-weight: 500;
  padding-left: 5px;
  border: none;
  border-radius: 3px;
}
#full-area #game-area #game-area-content #submit-section form #checkbox {
  position: absolute;
  margin-left: -55px;
}
#full-area #game-area #game-area-content #submit-section form h2 {
  font-size: 9px;
  font-weight: 300;
  margin-left: 150px;
  margin-top: 1px;
}
#full-area #game-area #game-area-content #submit-section form button {
  background: #ff3dc1;
  color: white;
  border: none;
  border-radius: 3px;
  padding: 2.5px 70px;
  margin: 5px 0 0 122px;
  outline: none;
  font-size: 16px;
}
#full-area #game-area #game-area-content #submit-section form button:hover {
  transform: scale(1.03);
  transition: 0.3s;
}
#full-area #game-area #game-area-content #submit-section form #quit-submit {
  position: absolute;
  background: white;
  color: black;
  padding: 1.5px 30px;
  border-radius: 3px;
  font-size: 16px;
  margin: -28px 0 0 160px;
  cursor: pointer;
}
#full-area #game-area #game-area-content #submit-section form #quit-submit:hover {
  transform: scale(1.03);
  transition: 0.3s;
}
#full-area #game-area #game-area-content #leaderboard {
  display: none;
  width: 60%;
  height: 360px;
  background: rgba(0, 0, 0, 0.651);
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
  border-radius: 3px;
  color: white;
  padding: 10px 30px;
  z-index: 30;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.185);
}
#full-area #game-area #game-area-content #leaderboard h1 {
  position: absolute;
  font-size: 25px;
  width: 100%;
  border-bottom: 4px solid white;
  margin-left: -30px;
  padding-bottom: 5px;
  margin-top: -5px;
  padding-left: 10px;
}
#full-area #game-area #game-area-content #leaderboard h1 svg {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  margin-left: 460px;
  cursor: pointer;
  opacity: 0.7;
}
#full-area #game-area #game-area-content #leaderboard h1 svg:hover {
  opacity: 1;
  transition: 0.2s;
}
#full-area #game-area #game-area-content #leaderboard #players {
  width: 107%;
  height: 260px;
  margin-top: 40px;
  margin-left: -20px;
  overflow: hidden;
  overflow-y: scroll;
  padding-right: 20px;
  padding-bottom: 5px;
}
#full-area #game-area #game-area-content #leaderboard #players #player {
  display: flex;
  font-size: 20px;
  font-weight: 600;
}
#full-area #game-area #game-area-content #leaderboard #players #player #player-num {
  width: 10%;
  text-align: center;
  overflow: hidden;
}
#full-area #game-area #game-area-content #leaderboard #players #player #player-name {
  width: 70%;
  overflow: hidden;
}
#full-area #game-area #game-area-content #leaderboard #players #player #player-score {
  text-align: right;
  width: 20%;
  overflow: hidden;
}
#full-area #game-area #game-area-content #leaderboard #players #player:nth-child(1) {
  color: gold;
}
#full-area #game-area #game-area-content #leaderboard #players #player:nth-child(2) {
  color: silver;
}
#full-area #game-area #game-area-content #leaderboard #players #player:nth-child(3) {
  color: #CD7F32;
}
#full-area #game-area #game-area-content #leaderboard #current-player {
  display: flex;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  width: 100%;
  color: #ff3dc1;
  left: 0;
  margin-left: 7px;
  margin-top: 10px;
}
#full-area #game-area #game-area-content #leaderboard #current-player #current-player-num {
  width: 10%;
  text-align: center;
  overflow: hidden;
}
#full-area #game-area #game-area-content #leaderboard #current-player #current-player-name {
  width: 70%;
  overflow: hidden;
}
#full-area #game-area #game-area-content #leaderboard #current-player #current-player-score {
  text-align: right;
  width: 20%;
  overflow: hidden;
  margin-left: -40px;
}
#full-area #game-area #game-area-content .ground {
  width: 110%;
  height: 64px;
  background: url("media/ground.webp");
  top: 100%;
  left: 0;
  position: absolute;
  margin-top: -64px;
  z-index: -1;
}
#full-area #game-area #game-area-content #distance-score {
  position: absolute;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.445);
  margin-top: 5px;
}
#full-area #game-area #game-area-content #distance-score span {
  font-size: 35px;
  margin-right: 2px;
  margin-top: -4px;
}
#full-area #game-area #game-area-content #box-score {
  position: absolute;
  width: 100px;
  text-align: center;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.445);
  margin-top: 40px;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
}
#full-area #game-area #game-area-content #box-score span {
  font-size: 25px;
  margin-right: 2px;
  margin-top: 4px;
  margin-left: 0px;
  width: 42%;
  text-align: center;
}
#full-area #game-area #game-area-content #box-score img {
  width: 40px;
  height: 40px;
  margin: 1px 0 0 -5px;
  position: absolute;
  left: 100%;
  margin-left: -45px;
}
#full-area #game-area #game-area-content #obstacles #spike {
  top: 100%;
  position: absolute;
  margin-top: -134px;
  background: url("media/spike.webp");
  left: 100%;
  width: 62px;
  height: 70px;
  border: none;
  z-index: 40;
}
#full-area #game-area #game-area-content #obstacles #box {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0%;
  margin-top: 426px;
  left: 100%;
  z-index: 10;
}
#full-area #game-area #game-area-content #obstacles #box img {
  width: 100px;
  height: 100px;
  margin: -20px 0 0 -20px;
}
#full-area #game-area #game-area-content #obstacles #wheeling-area {
  position: absolute;
  top: 100%;
  margin-top: -264px;
  left: 100%;
  display: flex;
  width: 600px;
}
#full-area #game-area #game-area-content #obstacles #wheeling-area #wheeling-start, #full-area #game-area #game-area-content #obstacles #wheeling-area #wheeling-end {
  height: 200px;
  width: 30px;
  background: black;
  opacity: 0.7;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: absolute;
  text-align: center;
}
#full-area #game-area #game-area-content #obstacles #wheeling-area #wheeling-start p, #full-area #game-area #game-area-content #obstacles #wheeling-area #wheeling-end p {
  width: 160px;
  position: absolute;
  color: black;
  font-size: 20px;
  margin: 85px 0 0 40px;
}
#full-area #game-area #game-area-content #obstacles #wheeling-area #wheeling-end {
  left: 100%;
}
#full-area #game-area #game-area-content #obstacles #wheeling-area #wheeling-end p {
  margin: 85px 0 0 -170px;
}
#full-area #game-area #game-area-content #obstacles #sign {
  left: 220px;
  margin: -127px 0 0 0px;
  top: 100%;
  position: absolute;
}
#full-area #game-area #game-area-content #obstacles #plant {
  position: absolute;
  height: 150px;
  background-size: cover;
  top: 0%;
  margin-top: 337px;
  left: 100%;
  z-index: 10;
}
#full-area #game-area #game-area-content #bike {
  position: absolute;
  margin-top: 343px;
  left: 50px;
  top: 0;
  transform: rotate(0deg);
  width: 120px;
  height: 145px;
  z-index: 20;
  transform-origin: bottom left;
  transition-timing-function: linear;
}
#full-area #game-area #game-area-content #bike #bike-elements {
  margin-left: -12px;
  margin-top: 95px;
}
#full-area #game-area #game-area-content #bike #bike-elements div {
  display: none;
}
#full-area #game-area #game-area-content #bike img, #full-area #game-area #game-area-content #bike div {
  position: absolute;
}
#full-area #game-area #game-area-content #bike #bike-gif {
  width: 91px;
  position: absolute;
  margin: -66.5px 0 0 19px;
}
#full-area #game-area #game-area-content #bike #back-wheel {
  width: 51px;
}
#full-area #game-area #game-area-content #bike #bike-frame {
  width: 131.7px;
  margin: -25px 0 0 0;
  z-index: 2;
}
#full-area #game-area #game-area-content #bike #front-wheel {
  width: 51px;
  margin: 0 0 0 81px;
}
#full-area #game-area #game-area-content #bike #pedals {
  width: 40px;
  margin: 20px 0 0 47px;
  transform: rotate(0deg);
  z-index: 3;
}
#full-area #game-area #game-area-content #bike #legs {
  width: 65px;
  margin: -40px 0 0 30px;
  z-index: 3;
  display: none;
}
#full-area #game-area #game-area-content #bike #body {
  width: 70px;
  margin: -60px 0 0 28px;
  z-index: 5;
}
#full-area #game-area #game-area-content #bike #head {
  width: 32px;
  margin: -96px 0 0 68px;
}
#full-area #game-area #game-area-content #bike #bum {
  width: 25px;
  margin: -39px 0 0 28px;
  z-index: 2;
}
#full-area #game-area #game-area-content #bike #leg-right {
  width: 65px;
  margin: -39px 0 0 28px;
  z-index: 4;
}
#full-area #game-area #game-area-content #bike #leg-left {
  width: 63px;
  margin: -39px 0 0 28px;
  z-index: -1;
}

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