* {
  margin: 0;
  padding: 0;
  font-family: 'Sigmar One', cursive;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("./IMGS/3319.jpg");
  background-size: 100% 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}

body nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: 'Sigmar One', cursive;
  background: -webkit-gradient(linear, left top, right top, from(#8300F1));
  background: linear-gradient(to right, #8300F1);
  width: 100%;
  height: 10vh;
  text-align: center;
  padding: .5rem;
}

body nav h1 {
  color: white;
}

body nav h1 .beating-hunt {
  font-size: 2rem;
  text-shadow: 0 0 1rem red;
  -webkit-animation: beating 3s 3s infinite forwards;
          animation: beating 3s 3s infinite forwards;
  color: pink;
}

body .sky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: none;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 60vh;
  position: relative;
  border: 10px solid #080039;
  overflow: hidden;
}

body .sky img {
  position: absolute;
}

body .sky .dancer {
  bottom: 0%;
  right: 10%;
  height: 25rem;
  -webkit-animation: dancingMan 6s infinite 0s;
          animation: dancingMan 6s infinite 0s;
  display: none;
}

body .sky .ufo {
  height: 2rem;
  width: 4rem;
  bottom: 0%;
  left: 0%;
  z-index: 10;
  display: none;
}

body .sky .moon {
  left: 25%;
  height: 5rem;
  top: 10%;
  z-index: 11;
}

body .sky i {
  font-size: 2rem;
  position: absolute;
  top: 100%;
  left: 50%;
  color: greenyellow;
  -webkit-animation: upupaway 6s infinite 0s;
          animation: upupaway 6s infinite 0s;
}

body .sky i:active {
  color: red;
}

body .sky .two {
  margin-left: 40rem;
}

body .sky .x {
  z-index: 2;
  -webkit-transition: all ease;
  transition: all ease;
  height: 4rem;
  width: 4rem;
}

body .sky .flash {
  z-index: 2;
  display: none;
  position: absolute;
  width: 4rem;
  height: 4rem;
}

body .sky:active .flash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  opacity: .5;
}

body .sky .cityScape {
  z-index: 1;
  width: 100%;
  position: relative;
}

body .sky .roundInd {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 11;
  left: 25%;
  bottom: 10%;
  position: absolute;
  background: #8300F1;
  border-radius: 1rem;
  border: .25rem solid #080039;
  color: white;
  overflow: hidden;
  height: 20rem;
  width: 50%;
  display: flex;
  justify-items: center;
  align-items: center;
}

body .sky .roundInd h1 {
  margin-top: 15%;
  height: 5rem;
  text-align: center;
}

body .sky .roundInd button {
  cursor: pointer;
}

body .croud {
  z-index: 5;
  width: 100%;
  height: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

body .croud img {
  width: 55%;
  height: 30vh;
  margin-bottom: 25vh;
}

body .ground {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  background: url("./IMGS/road.jpg");
  background-size: 100% 100%;
  width: 100%;
  height: 30vh;
}

body .ground .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 50%;
  width: 25%;
  background: #080039;
  border-radius: 1rem;
  border: .25rem solid #8300F1;
  color: white;
  overflow: hidden;
}

body .ground .count .empty-shot {
  display: none;
  text-align: center;
  cursor: pointer;
}

body .ground .shot.count .shot-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
}

body .ground .shot.count .shot-container i {
  font-size: 2rem;
}

body .ground .hit.count {
  width: 40%;
}

body .ground .hit.count .hits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
}

body .ground .hit.count .hits .hits-container {
  width: 50%;
}

body .ground .hit.count .hits .hits-container i {
  font-size: 1rem;
  color: #F76BD3;
  position: relative;
}

body .ground .hit.count .hits .hits-container .check-lung {
  color: lime;
  position: absolute;
  top: 10%;
  left: 15%;
  font-size: 1rem;
}

body .ground .hit.count .hits h1 {
  text-align: center;
  width: 50%;
}

body .ground .hit.count .decor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
  letter-spacing: .1rem;
}

body .ground .score.count h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50%;
}

@-webkit-keyframes beating {
  0% {
    font-size: 2rem;
  }
  20% {
    font-size: 2.5rem;
  }
  40% {
    font-size: 2rem;
  }
  60% {
    font-size: 2.5rem;
  }
  80% {
    font-size: 2rem;
  }
}

@keyframes beating {
  0% {
    font-size: 2rem;
  }
  20% {
    font-size: 2.5rem;
  }
  40% {
    font-size: 2rem;
  }
  60% {
    font-size: 2.5rem;
  }
  80% {
    font-size: 2rem;
  }
}

@-webkit-keyframes upupaway {
  0% {
    opacity: 0;
    margin-left: 0rem;
  }
  35% {
    opacity: .8;
    margin-left: -2rem;
  }
  40% {
    z-index: 10;
    opacity: 1;
    z-index: 10;
  }
  40% {
    margin-left: 1rem;
  }
  100% {
    top: -25%;
  }
}

@keyframes upupaway {
  0% {
    opacity: 0;
    margin-left: 0rem;
  }
  35% {
    opacity: .8;
    margin-left: -2rem;
  }
  40% {
    z-index: 10;
    opacity: 1;
    z-index: 10;
  }
  40% {
    margin-left: 1rem;
  }
  100% {
    top: -25%;
  }
}

@-webkit-keyframes ufoGo {
  0% {
    left: 0%;
    bottom: 100%;
  }
  10% {
    left: 100%;
    bottom: 90%;
  }
  20% {
    left: 0%;
    bottom: 60%;
  }
  30% {
    left: 90%;
    bottom: 40%;
  }
  40% {
    left: 0%;
    bottom: 20%;
  }
  50% {
    left: 90%;
    bottom: 0%;
  }
  60% {
    left: 0%;
    bottom: 20%;
  }
  70% {
    left: 90%;
    bottom: 40%;
  }
  80% {
    left: 0%;
    bottom: 60%;
  }
  90% {
    left: 90%;
    bottom: 80%;
  }
  100% {
    left: 0%;
    bottom: 120%;
  }
}

@keyframes ufoGo {
  0% {
    left: 0%;
    bottom: 100%;
  }
  10% {
    left: 100%;
    bottom: 90%;
  }
  20% {
    left: 0%;
    bottom: 60%;
  }
  30% {
    left: 90%;
    bottom: 40%;
  }
  40% {
    left: 0%;
    bottom: 20%;
  }
  50% {
    left: 90%;
    bottom: 0%;
  }
  60% {
    left: 0%;
    bottom: 20%;
  }
  70% {
    left: 90%;
    bottom: 40%;
  }
  80% {
    left: 0%;
    bottom: 60%;
  }
  90% {
    left: 90%;
    bottom: 80%;
  }
  100% {
    left: 0%;
    bottom: 120%;
  }
}

@-webkit-keyframes dancingMan {
  0% {
    bottom: 0%;
    right: 10%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    bottom: 0%;
    right: 15%;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  40% {
    bottom: 0%;
    right: 10%;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    bottom: 0%;
    right: 15%;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  80% {
    bottom: 0%;
    right: 10%;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}

@keyframes dancingMan {
  0% {
    bottom: 0%;
    right: 10%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    bottom: 0%;
    right: 15%;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  40% {
    bottom: 0%;
    right: 10%;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    bottom: 0%;
    right: 15%;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  80% {
    bottom: 0%;
    right: 10%;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
/*# sourceMappingURL=style.css.map */