@font-face {
  font-family: f1;
  src: url("media/Satoshi-Regular.otf");
}
@font-face {
  font-family: f2;
  src: url("media/rakesly bk.otf");
}
@font-face {
  font-family: f2b;
  src: url("media/rakesly bd.otf");
}
::-webkit-scrollbar {
  background: transparent;
  width: 10px;
}

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

* {
  touch-action: none;
}

body {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#mobile-controllers {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
  display: flex;
  top: 0;
  left: 0;
}
#mobile-controllers div {
  position: absolute;
}
#mobile-controllers div:nth-child(1) {
  width: 50%;
  height: 100%;
}
#mobile-controllers div:nth-child(2) {
  width: 50%;
  height: 100%;
  left: 50%;
}

#full-area {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: #000;
  user-select: none;
  overflow: hidden;
}
#full-area #game-area {
  width: 1300px;
  position: absolute;
  height: 800px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#full-area #game-area:focus {
  outline: none !important;
}
#full-area #game-area #home-section {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("media/home-bg.png");
  background-size: cover;
  background-position: bottom center;
}
#full-area #game-area #home-section #instructions-btn {
  position: absolute;
  z-index: 4;
  width: 80px;
  height: 88px;
  background: url("media/Ellipse 12.png");
  background-size: cover;
  left: 100%;
  transform: translateX(-100%);
  cursor: pointer;
}
#full-area #game-area #home-section #instructions-btn img {
  width: 30px;
  position: absolute;
  top: 45%;
  left: 55%;
  transform: translate(-50%, -50%);
}
#full-area #game-area #home-section #instructions-btn:hover {
  filter: brightness(1.2);
}
#full-area #game-area #home-section #clouds {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 300px;
  top: 120px;
}
#full-area #game-area #home-section #clouds img {
  width: 100px;
  position: absolute;
}
#full-area #game-area #home-section #home-deco {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}
#full-area #game-area #home-section #home-deco .tree {
  width: 16%;
  position: absolute;
  top: 300px;
  left: 60px;
  margin: 0;
  animation: tree infinite 2.2s linear;
}
#full-area #game-area #home-section #home-deco .tree:nth-child(2) {
  left: 100%;
  transform: translateX(-100%);
  margin-left: -60px;
  animation: tree2 infinite 2.2s linear;
}
#full-area #game-area #home-section #home-deco .tree2 {
  width: 16%;
  position: absolute;
  top: 600px;
  left: 60px;
  margin: 0;
}
#full-area #game-area #home-section #home-deco .tree2:nth-child(3) {
  left: 100%;
  transform: translateX(-100%);
  margin-left: -60px;
}
#full-area #game-area #home-section #home-deco .sit {
  position: absolute;
  width: 12%;
  top: 580px;
  left: 650px;
}
#full-area #game-area #home-section #home-deco .sit:nth-child(6) {
  top: 630px;
  left: 500px;
  transform: rotateY(180deg);
}
#full-area #game-area #home-section #home-content-area {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
}
#full-area #game-area #home-section #home-content-area #logo-vector {
  position: absolute;
  width: 100%;
  transform: translateY(-65%);
}
#full-area #game-area #home-section #home-content-area #logo {
  width: 200px;
  justify-content: center;
  display: flex;
  margin: 0 auto;
  margin-top: 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#full-area #game-area #home-section #home-content-area h1 {
  width: 100%;
  text-align: center;
  font-family: f2b;
  margin-top: 20px;
  text-transform: uppercase;
  color: white;
  font-size: 70px;
  font-weight: 900;
  z-index: 30000000;
  position: relative;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.157);
}
#full-area #game-area #home-section #home-content-area p {
  color: #4c2c78;
  width: 100%;
  text-align: center;
  font-family: f1;
  margin-top: 20px;
  max-width: 350px;
  justify-content: center;
  display: flex;
  margin: 0 auto;
  font-weight: 900;
  font-size: 18px;
  margin-top: 170px;
  z-index: 30000000;
  position: relative;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.157);
}
#full-area #game-area #home-section #home-content-area #credentials {
  text-align: center;
  position: absolute;
  color: white;
  top: 5px;
}
#full-area #game-area #home-section #home-content-area #credentials h6 {
  font-size: 15px;
  line-height: 12px;
  margin: 7px 30px;
}
#full-area #game-area #home-section #home-content-area #credentials h6 span {
  color: gold;
}
#full-area #game-area #home-section #home-btns-area {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 31.5%;
  top: 50.5%;
}
#full-area #game-area #home-section #home-btns-area #home-btns {
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
}
#full-area #game-area #home-section #home-btns-area button {
  background: #4c2c78;
  color: white;
  font-family: f1;
  border: none;
  width: 300px;
  height: 50px;
  font-size: 20px;
  border-radius: 100px;
  margin: 10px 0;
  z-index: 999;
  outline: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.197);
}
#full-area #game-area #home-section #home-btns-area button:hover {
  filter: brightness(1.1);
}
#full-area #game-area #instructions-section {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #4c2c78;
  color: white;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 50000000;
}
#full-area #game-area #instructions-section img {
  position: absolute;
  width: 50px;
  top: 2%;
  left: 98%;
  transform: translateX(-100%);
  cursor: pointer;
}
#full-area #game-area #instructions-section img:hover {
  filter: brightness(1.1);
}
#full-area #game-area #instructions-section div {
  width: 90%;
  max-width: 500px;
  margin-top: 100px;
  margin-left: 5%;
}
#full-area #game-area #instructions-section div h1 {
  font-family: f2b;
}
#full-area #game-area #instructions-section div p {
  font-family: f1;
}
#full-area #game-area #game-section {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}
#full-area #game-area #game-section #sound-btn {
  position: absolute;
  z-index: 50000000000;
  width: 65px;
  left: 93%;
  top: 15px;
  cursor: pointer;
}
#full-area #game-area #game-section #sound-btn:hover {
  filter: brightness(1.1);
}
#full-area #game-area #game-section #pause-btn {
  position: absolute;
  z-index: 50000000000;
  width: 65px;
  height: 65px;
  border-radius: 100px;
  left: 87%;
  top: 15px;
  cursor: pointer;
  background: #f8a6a6;
}
#full-area #game-area #game-section #pause-btn svg {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  color: black;
}
#full-area #game-area #game-section #pause-btn:hover {
  filter: brightness(1.1);
}
#full-area #game-area #game-section #game-header {
  width: 100%;
  height: 100px;
  position: absolute;
  z-index: 200;
}
#full-area #game-area #game-section #game-header h1 {
  position: absolute;
  z-index: 2;
  color: white;
  font-family: f2b;
  font-size: 60px;
  left: 20px;
  top: 10px;
}
#full-area #game-area #game-section #game-header #header-bg-mobile {
  display: none;
}
#full-area #game-area #game-section #game-header #header-bg {
  width: 105%;
  position: absolute;
  top: -50px;
}
#full-area #game-area #game-section #game-header #header-logo {
  width: 150px;
  position: absolute;
  top: 35px;
  left: 30px;
}
#full-area #game-area #game-section #game-header #score, #full-area #game-area #game-section #game-header #timer {
  width: 100%;
  position: absolute;
  text-align: center;
  z-index: 2;
  height: 100px;
  font-size: 60px;
  left: -150px;
}
#full-area #game-area #game-section #game-header #score p, #full-area #game-area #game-section #game-header #timer p {
  color: white;
  font-size: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-family: f2b;
}
#full-area #game-area #game-section #game-header #timer {
  left: 150px;
  letter-spacing: 2px;
}
#full-area #game-area #game-section .hurt {
  animation: hurt 0.5s infinite;
}
#full-area #game-area #game-section #character {
  position: absolute;
  z-index: 2;
  width: 155px;
  height: 100px;
  transform: translateY(620px) translateX(540px);
  top: 0;
  left: 0px;
}
#full-area #game-area #game-section #character #jumpPart {
  width: 155px;
  position: absolute;
  height: 100px;
  top: 0px;
  opacity: 1;
  transform: translate(0px, 0px);
}
#full-area #game-area #game-section #character img {
  width: 175px;
  position: absolute;
  top: 0px;
  left: -20px;
  opacity: 1;
}
#full-area #game-area #game-section #crack {
  position: absolute;
  height: 300px;
  transform: translateY(635px) translateX(570px);
  box-shadow: 3px 0px 0px rgba(0, 0, 0, 0.145), -3px 0px 0px rgba(0, 0, 0, 0.139);
}
#full-area #game-area #game-section #obstacles {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  transform: translateX(0);
}
#full-area #game-area #game-section #obstacles .obs, #full-area #game-area #game-section #obstacles .point {
  position: absolute;
  transform: translate(0, 0);
  width: 70px;
}
#full-area #game-area #game-section #obstacles .obs, #full-area #game-area #game-section #obstacles .point {
  max-width: 90px;
  max-height: 80px;
  width: auto;
  height: auto;
}
#full-area #game-area #game-section #obstacles .point-3 {
  max-width: 70px;
  max-height: 70px;
}
#full-area #game-area #game-section #obstacles .obs-3 {
  max-width: 90px;
  max-height: 100px;
}
#full-area #game-area #leaderboard-section {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #4c2c78;
  color: white;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 5;
}
#full-area #game-area #leaderboard-section h1 {
  color: #4c2c78;
  font-family: f2b;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  color: white;
}
#full-area #game-area #leaderboard-section img {
  position: absolute;
  width: 50px;
  top: 2%;
  left: 98%;
  transform: translateX(-100%);
  cursor: pointer;
}
#full-area #game-area #leaderboard-section img:hover {
  filter: brightness(1.1);
}
#full-area #game-area #leaderboard-section #players {
  width: 100%;
  height: 600px;
  margin-top: 40px;
  margin-left: -20px;
  overflow: hidden;
  overflow-y: scroll;
  padding: 0 5%;
  padding-bottom: 5px;
  font-family: f1;
}
#full-area #game-area #leaderboard-section #players #player {
  display: flex;
  font-size: 20px;
  font-weight: 600;
}
#full-area #game-area #leaderboard-section #players #player #player-num {
  width: 10%;
  text-align: center;
  overflow: hidden;
}
#full-area #game-area #leaderboard-section #players #player #player-name {
  width: 70%;
  overflow: hidden;
  letter-spacing: 1px;
}
#full-area #game-area #leaderboard-section #players #player #player-score {
  text-align: right;
  width: 20%;
  overflow: hidden;
}
#full-area #game-area #leaderboard-section #players #player:nth-child(1) {
  color: gold;
}
#full-area #game-area #leaderboard-section #players #player:nth-child(2) {
  color: silver;
}
#full-area #game-area #leaderboard-section #players #player:nth-child(3) {
  color: #CD7F32;
}
#full-area #game-area #chooseDiff {
  position: absolute;
  z-index: 2000;
  width: 100%;
  top: 190px;
  display: none;
}
#full-area #game-area #chooseDiff button {
  background: #4c2c78;
  color: white;
  font-family: f1;
  border: none;
  width: 90%;
  max-width: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  height: 50px;
  font-size: 20px;
  border-radius: 100px;
  margin: 30px auto;
  outline: none;
}
#full-area #game-area #chooseDiff button:hover {
  filter: brightness(1.1);
}
#full-area #game-area #end-section, #full-area #game-area #win-section, #full-area #game-area #pause-section {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.543);
  position: absolute;
  z-index: 6;
}
#full-area #game-area #end-section #end-section-content, #full-area #game-area #end-section #win-section-content, #full-area #game-area #win-section #end-section-content, #full-area #game-area #win-section #win-section-content, #full-area #game-area #pause-section #end-section-content, #full-area #game-area #pause-section #win-section-content {
  position: absolute;
  background: white;
  border-radius: 5px;
  width: 90%;
  height: auto;
  left: 50%;
  top: 50%;
  padding-bottom: 20px;
  max-width: 600px;
  transform: translate(-50%, -50%);
}
#full-area #game-area #end-section #end-section-content h1, #full-area #game-area #end-section #end-section-content h2, #full-area #game-area #end-section #win-section-content h1, #full-area #game-area #end-section #win-section-content h2, #full-area #game-area #win-section #end-section-content h1, #full-area #game-area #win-section #end-section-content h2, #full-area #game-area #win-section #win-section-content h1, #full-area #game-area #win-section #win-section-content h2, #full-area #game-area #pause-section #end-section-content h1, #full-area #game-area #pause-section #end-section-content h2, #full-area #game-area #pause-section #win-section-content h1, #full-area #game-area #pause-section #win-section-content h2 {
  color: #4c2c78;
  font-family: f2b;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
}
#full-area #game-area #end-section #end-section-content h1, #full-area #game-area #end-section #win-section-content h1, #full-area #game-area #win-section #end-section-content h1, #full-area #game-area #win-section #win-section-content h1, #full-area #game-area #pause-section #end-section-content h1, #full-area #game-area #pause-section #win-section-content h1 {
  text-transform: none;
  padding: 0 70px;
  line-height: 40px;
}
#full-area #game-area #end-section #end-section-content h1 span, #full-area #game-area #end-section #win-section-content h1 span, #full-area #game-area #win-section #end-section-content h1 span, #full-area #game-area #win-section #win-section-content h1 span, #full-area #game-area #pause-section #end-section-content h1 span, #full-area #game-area #pause-section #win-section-content h1 span {
  color: red;
  font-size: 50px;
  text-transform: uppercase;
  line-height: 80px;
}
#full-area #game-area #end-section #end-section-content h2, #full-area #game-area #end-section #win-section-content h2, #full-area #game-area #win-section #end-section-content h2, #full-area #game-area #win-section #win-section-content h2, #full-area #game-area #pause-section #end-section-content h2, #full-area #game-area #pause-section #win-section-content h2 {
  font-size: 25px;
  margin-top: 30px;
}
#full-area #game-area #end-section #end-section-content h2 span, #full-area #game-area #end-section #win-section-content h2 span, #full-area #game-area #win-section #end-section-content h2 span, #full-area #game-area #win-section #win-section-content h2 span, #full-area #game-area #pause-section #end-section-content h2 span, #full-area #game-area #pause-section #win-section-content h2 span {
  font-size: 60px;
}
#full-area #game-area #end-section #end-section-content form, #full-area #game-area #end-section #win-section-content form, #full-area #game-area #win-section #end-section-content form, #full-area #game-area #win-section #win-section-content form, #full-area #game-area #pause-section #end-section-content form, #full-area #game-area #pause-section #win-section-content form {
  width: 90%;
  margin-left: 5%;
}
#full-area #game-area #end-section #end-section-content form label, #full-area #game-area #end-section #win-section-content form label, #full-area #game-area #win-section #end-section-content form label, #full-area #game-area #win-section #win-section-content form label, #full-area #game-area #pause-section #end-section-content form label, #full-area #game-area #pause-section #win-section-content form label {
  text-align: left;
  color: #000;
  font-family: f1;
  font-weight: bold;
}
#full-area #game-area #end-section #end-section-content form input, #full-area #game-area #end-section #win-section-content form input, #full-area #game-area #win-section #end-section-content form input, #full-area #game-area #win-section #win-section-content form input, #full-area #game-area #pause-section #end-section-content form input, #full-area #game-area #pause-section #win-section-content form input {
  width: 100%;
  justify-content: center;
  display: flex;
  margin: 0 auto;
  background: #dddddd;
  border: none;
  padding-left: 10px;
  outline: none;
  border: none;
  height: 50px;
  font-size: 22px;
  border-radius: 5px;
}
#full-area #game-area #end-section #end-section-content form #checkbox, #full-area #game-area #end-section #win-section-content form #checkbox, #full-area #game-area #win-section #end-section-content form #checkbox, #full-area #game-area #win-section #win-section-content form #checkbox, #full-area #game-area #pause-section #end-section-content form #checkbox, #full-area #game-area #pause-section #win-section-content form #checkbox {
  position: absolute;
  width: 25px;
  height: 25px;
  margin-top: 20px;
}
#full-area #game-area #end-section #end-section-content form p, #full-area #game-area #end-section #win-section-content form p, #full-area #game-area #win-section #end-section-content form p, #full-area #game-area #win-section #win-section-content form p, #full-area #game-area #pause-section #end-section-content form p, #full-area #game-area #pause-section #win-section-content form p {
  margin-left: 30px;
  margin-top: 20px;
  font-weight: bold;
  font-family: f1;
}
#full-area #game-area #end-section #end-section-content form button, #full-area #game-area #end-section #win-section-content form button, #full-area #game-area #win-section #end-section-content form button, #full-area #game-area #win-section #win-section-content form button, #full-area #game-area #pause-section #end-section-content form button, #full-area #game-area #pause-section #win-section-content form button {
  background: #36995e;
  color: white;
  font-family: f1;
  border: none;
  width: 100%;
  height: 50px;
  font-size: 20px;
  border-radius: 100px;
  margin: 10px 0;
  outline: none;
}
#full-area #game-area #end-section #end-section-content form button:hover, #full-area #game-area #end-section #win-section-content form button:hover, #full-area #game-area #win-section #end-section-content form button:hover, #full-area #game-area #win-section #win-section-content form button:hover, #full-area #game-area #pause-section #end-section-content form button:hover, #full-area #game-area #pause-section #win-section-content form button:hover {
  filter: brightness(1.1);
}
#full-area #game-area #end-section #end-section-content button, #full-area #game-area #end-section #win-section-content button, #full-area #game-area #win-section #end-section-content button, #full-area #game-area #win-section #win-section-content button, #full-area #game-area #pause-section #end-section-content button, #full-area #game-area #pause-section #win-section-content button {
  background: #4c2c78;
  color: white;
  font-family: f1;
  border: none;
  width: 90%;
  max-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  height: 50px;
  font-size: 20px;
  border-radius: 100px;
  margin: 30px auto;
  outline: none;
}
#full-area #game-area #end-section #end-section-content button:hover, #full-area #game-area #end-section #win-section-content button:hover, #full-area #game-area #win-section #end-section-content button:hover, #full-area #game-area #win-section #win-section-content button:hover, #full-area #game-area #pause-section #end-section-content button:hover, #full-area #game-area #pause-section #win-section-content button:hover {
  filter: brightness(1.1);
}
#full-area #game-area #win-section #win-section-content {
  max-width: 500px;
}
#full-area #game-area #win-section #win-section-content h1 span {
  color: green;
}
#full-area #game-area #win-section #win-section-content h1 .dog-name {
  font-size: 35px;
  color: skyblue;
  line-height: 35px;
}
#full-area #game-area #win-section #win-section-content img {
  max-width: 200px;
  display: flex;
  margin: 0 auto;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.149);
}

.lds-ring {
  display: inline-block;
  position: absolute;
  width: 60px;
  height: 60px;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%) scale(0.4);
  margin: 0;
  margin-top: 1px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  border: 6px 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;
  margin: 0;
  left: 0;
}

.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);
  }
}
@keyframes tree {
  0% {
    transform: rotate(-2deg);
    transform-origin: bottom center;
  }
  50% {
    transform: rotate(2deg);
    transform-origin: bottom center;
  }
  100% {
    transform: rotate(-2deg);
    transform-origin: bottom center;
  }
}
@keyframes tree2 {
  0% {
    transform: translateX(-100%) rotate(-2deg);
    transform-origin: bottom center;
  }
  50% {
    transform: translateX(-100%) rotate(2deg);
    transform-origin: bottom center;
  }
  100% {
    transform: translateX(-100%) rotate(-2deg);
    transform-origin: bottom center;
  }
}
@keyframes hurt {
  0% {
    opacity: 1;
    filter: grayscale(0);
  }
  50% {
    opacity: 0.2;
    filter: grayscale(1);
  }
  100% {
    opacity: 1;
    filter: grayscale(0);
  }
}

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