@import url("https://fonts.googleapis.com/css2?family=Trispace:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  width: 100vw !important;
  height: 100vh !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

body {
  position: fixed;
  width: 100vw !important;
  height: 100vh !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  font-family: "Lexend Deca", sans-serif;
}

#startScreen {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 2px solid #000000;
  background-color: rgba(254, 236, 100, 0.7);
  border-radius: 20px;
  z-index: 10;
  padding: 3em;
}
#startScreen .red {
  color: #e90303;
}
#startScreen h1 {
  font-family: "Trispace", sans-serif;
  font-size: 4em;
  color: #000000;
  text-align: center;
}
#startScreen h2 {
  font-family: "Trispace", sans-serif;
  font-size: 2.5em;
  color: #000000;
  text-align: center;
}
#startScreen h3 {
  margin-top: 1em;
  font-size: 1.5em;
}
#startScreen .btnContainer {
  margin-top: 3em;
  /*startButton
      background-color: #000000;
      border: 2px solid #000000;
      border-radius: 20px;
      padding: 1em;
      color: #feec00;
      font-size: 1.5em;
      cursor: pointer;
  */
}
#startScreen .btnContainer .btn-7,
#startScreen .btnContainer .btn-7 *,
#startScreen .btnContainer .btn-7 :after,
#startScreen .btnContainer .btn-7 :before,
#startScreen .btnContainer .btn-7:after,
#startScreen .btnContainer .btn-7:before {
  border: 0 solid;
  box-sizing: border-box;
}
#startScreen .btnContainer .btn-7 {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
  background-color: #000;
  background-image: none;
  color: #fff;
  cursor: pointer;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 100%;
  font-weight: 900;
  line-height: 1.5;
  margin: 0;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
  padding: 0;
  text-transform: uppercase;
}
#startScreen .btnContainer .btn-7:disabled {
  cursor: default;
}
#startScreen .btnContainer .btn-7:-moz-focusring {
  outline: auto;
}
#startScreen .btnContainer .btn-7 svg {
  display: block;
  vertical-align: middle;
}
#startScreen .btnContainer .btn-7 [hidden] {
  display: none;
}
#startScreen .btnContainer .btn-7 {
  border-radius: 99rem;
  border-width: 2px;
  -webkit-mask-image: none;
  overflow: hidden;
  padding: 0.8rem 3rem;
  position: relative;
}
#startScreen .btnContainer .btn-7 span {
  mix-blend-mode: difference;
}
#startScreen .btnContainer .btn-7:before {
  background: #fff;
  -webkit-clip-path: polygon(0 calc(var(--progress, 100%) / 2), 100% calc(var(--progress, 100%) / 2), 100% calc(100% - var(--progress, 100%) / 2), 0 calc(100% - var(--progress, 100%) / 2));
  clip-path: polygon(0 calc(var(--progress, 100%) / 2), 100% calc(var(--progress, 100%) / 2), 100% calc(100% - var(--progress, 100%) / 2), 0 calc(100% - var(--progress, 100%) / 2));
  content: "";
  inset: 0;
  position: absolute;
  transition: -webkit-clip-path 0.2s ease;
  transition: clip-path 0.2s ease;
  transition: clip-path 0.2s ease, -webkit-clip-path 0.2s ease;
}
#startScreen .btnContainer .btn-7:hover:before {
  --progress: 0%;
}

#main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
#main #infosection {
  display: grid;
  grid-template-columns: 10% 1fr 10%;
  grid-template-rows: 10% 1fr 1fr 1fr 1fr 1fr 10%;
}
#main #infosection #pts1 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 2em;
}
#main #infosection #pts1 img {
  max-width: 20%;
  max-height: 5em;
}
#main #infosection #pts2 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 2em;
}
#main #infosection #pts2 img {
  max-width: 20%;
  max-height: 5em;
}
#main #infosection #pts3 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 4;
  grid-row-end: 5;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 2em;
}
#main #infosection #pts3 img {
  max-width: 20%;
  max-height: 5em;
}
#main #infosection #pts4 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 5;
  grid-row-end: 6;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 2em;
}
#main #infosection #pts4 img {
  max-width: 20%;
  max-height: 5em;
}
#main #infosection #pts5 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 6;
  grid-row-end: 7;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 2em;
}
#main #infosection #pts5 img {
  max-width: 20%;
  max-height: 5em;
}
#main #board {
  border: 7px double #000000;
  overflow: hidden;
  grid-column-start: 2;
  grid-column-end: 3;
  width: 100%;
  height: 100vh;
}
#main #board #ship {
  position: absolute;
}
#main #board #ship #ship_img {
  max-width: 80px;
}
#main #board #astro1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  opacity: 0.6;
  width: 100%;
}
#main #board #astro1 img {
  max-width: 80%;
}
#main #board #bullet {
  position: absolute;
  opacity: 0;
  left: 800px;
  top: 500px;
  height: 15px;
  width: 4px;
  background-color: #000000;
}
#main #board #ufobullet {
  position: absolute;
  opacity: 0;
  left: 800px;
  top: 0px;
  height: 18px;
  width: 8px;
  background-color: #ff0000;
}
#main #board #planetoid1 {
  position: absolute;
  left: 200px;
  top: 50px;
  width: 150px;
  height: 150px;
}
#main #board #planetoid1 img {
  width: 150px;
  height: 150px;
}
#main #board #planetoid2 {
  position: absolute;
  left: 150px;
  top: 50px;
  width: 200px;
  height: 200px;
}
#main #board #planetoid2 img {
  width: 200px;
  height: 200px;
}
#main #board #ufo {
  position: absolute;
  left: 200px;
  top: 5px;
  width: 120px;
  height: 77px;
}
#main #board #ufo img {
  width: 120px;
}
#main #board #ufoExplosion {
  position: absolute;
  left: 650px;
  top: 5px;
  width: 120px;
  opacity: 0;
}
#main #board #ufoExplosion img {
  width: 120px;
}
#main #board #shipExplosion {
  position: absolute;
  left: 650px;
  top: 5px;
  width: 120px;
  opacity: 0;
}
#main #board #shipExplosion img {
  width: 120px;
}
#main #board #diamond1 {
  position: absolute;
  top: 10px;
}
#main #board #diamond1 img {
  width: 50px;
  height: 50px;
}
#main #board:hover {
  cursor: none;
}
#main #gamestats {
  grid-column-start: 3;
  grid-column-end: 4;
  width: 100%;
  padding: 1em;
}
#main #gamestats .rabat-info {
  font-size: 26px;
  text-align: center;
  margin-top: 300px;
}
#main #gamestats .rabat-info h3 {
  margin-top: 20px;
}
#main #gamestats .rabat-info .red {
  color: #ff0000;
}

#nobonus {
  position: fixed;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
  width: 50%;
  height: 50%;
  border: 2px solid #000000;
  background-color: rgba(254, 236, 0, 0.7);
  border-radius: 20px;
  z-index: 10;
  padding: 3em;
}

#game-over-screen {
  background-color: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
#game-over-screen h1 {
  font-size: 70px;
  font-weight: 900;
}
#game-over-screen p {
  font-size: 24px;
  text-align: center;
  padding: 10px 30px 10px 30px;
  line-height: 36px;
}

@media screen and (max-width: 1440px) {
  .rabat-info {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  #startScreen {
    border-radius: 0;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
  }
  #startScreen h3 {
    text-align: center;
  }
  #main {
    display: grid;
    grid-template-columns: 1fr;
  }
  #main #infosection {
    display: none;
  }
  #main #astro1 {
    z-index: -5;
  }
  #main #gamestats {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    width: 100%;
    color: rgb(255, 255, 0);
    text-shadow: #000000 1px 1px 1px;
  }
  #main #board {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    width: 100vw;
    height: 100vh;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #main {
    display: grid;
    grid-template-columns: 60% 1fr;
  }
  #main #board {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  #main #gamestats {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  #main #infosection {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}/*# sourceMappingURL=shooter.css.map */