/** BANKRUPT AGENCY BACK AT IT AGAIN **/

/** FONT TIME **/
@font-face {
  font-family: "Authentic Sans Regular";
  src: url("assets/fonts/authentic/AUTHENTICSans-90.woff2") format("woff2");
}

@font-face {
  font-family: "Authentic Sans Bold";
  src: url("assets/fonts/authentic/AUTHENTICSans-130.woff2") format("woff2");
}

/** OK CARRY ON WITH THE CSS **/

a {
  text-decoration: none;
}

.overlay {
  background-color: #ffed00;
  width: 100%;
  height: 100%;
  z-index: 50;
  display: none;
  flex-flow: column nowrap;
  position: fixed;
  justify-content: center;
  align-content: center;
  justify-items: center;
  align-items: center;
  text-align: center;
  line-height: 2.3em;
}

#countdown {
  font-family: "Authentic Sans Bold", Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  margin-block-start: 0;
  margin-block-end: 0;
  color: #191919;
  padding-top: 30px;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  position: fixed;
  background: url("assets/img/blitz_bg.jpg") no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
canvas {
  cursor: grab;
  z-index: -10;
  width: 100%;
  height: 100%;
  outline: none;
}
#container {
  z-index: -10;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  justify-items: center;
  align-content: center;
}

.logo {
  position: absolute;
  top: 20px;
  z-index: 3;
  display: flex;
  flex-flow: row nowrap;
  height: 100px;
  width: 100%;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
}

.logo img {
  height: 100px;
  width: auto;
  animation: rotatethelogo 2s ease-in-out infinite;
  transition: 1.2s;
}

@keyframes rotatethelogo {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(-10deg);
  }

  50% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(10deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.logo img:hover {
  filter: hue-rotate(-50deg);
}

.leftpanel {
  position: absolute;
  background: linear-gradient(#ffed00, #f9ce00);
  border: 5px solid #2fe16e;
  border-radius: 20px;
  padding: 40px 20px;
  display: flex;
  flex-flow: column nowrap;
  top: 200px;
  left: 50px;
}

.title {
  font-family: "Authentic Sans Bold", Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  margin-block-start: 0;
  margin-block-end: 0;
  color: #191919;
}

.subtitle {
  font-family: "Authentic Sans Regular", Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  color: #e42b25;
  text-transform: uppercase;
  margin-block-start: 0;
  margin-block-end: 0;
}

ul {
  font-family: "Authentic Sans Regular", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  list-style: none;
  text-indent: 0;
  padding-inline-start: 40px;
  margin-block-end: 0;
  margin-block-start: 0;
  line-height: 2.3em;
  font-size: 1em;
}

.rightpanel {
  position: absolute;
  background: linear-gradient(#ffed00, #f9ce00);
  border: 5px solid #2fe16e;
  border-radius: 20px;
  padding: 40px 20px;
  display: flex;
  flex-flow: column nowrap;
  top: 200px;
  right: 50px;
}

.preordertitle {
  font-family: "Authentic Sans Regular", Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #191919;
  text-transform: uppercase;
  margin-block-start: 0;
  margin-block-end: 0;
}

.signup {
  background: linear-gradient(#2fe16e, #26b658);
  padding: 10px;
  color: white;
  font-family: "Authentic Sans Bold", Arial, Helvetica, sans-serif;
  font-size: 1em;
  border: none;
  border-radius: 20px;
  cursor: unset;
}

.signup:hover {
  background: linear-gradient(#ffffff, #dddddd);
  padding: 8px;
  border: 2px solid #2fe16e;
  border-radius: 20px;
  color: #2fe16e;
  cursor: unset;
}

.movetext {
  position: absolute;
  display: flex;
  flex-flow: row nowrap;
  bottom: 40px;
  align-items: center;
  align-content: center;
  justify-items: center;
  justify-content: center;
  font-family: "Authentic Sans Bold", Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  text-transform: uppercase;
  animation: iliketomoveit 1.5s linear;
  animation-iteration-count: 3;
  color: #191919;
  text-align: center;
  width: 100%;
}

footer {
  position: absolute;
  display: flex;
  flex-flow: row nowrap;
  bottom: 10px;
  align-items: center;
  align-content: center;
  justify-items: center;
  justify-content: center;
  font-family: "Authentic Sans Regular", Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  color: #191919;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}

@keyframes iliketomoveit {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0);
  }
}

.preordertitle-mobile {
  display: none;
}

.signup-mobile {
  display: none;
}

/** STUPID AMOUNT OF MEDIA QUERIES **/

@media all and (max-width: 1300px) {
  .leftpanel {
    padding: 20px 20px;
  }

  .title {
    font-size: 1.2em;
  }

  .subtitle {
    font-size: 0.7em;
  }

  ul {
    font-size: 0.7em;
    line-height: 1.5em;
  }
}

@media all and (max-width: 1000px) {
  .leftpanel {
    border: 2px solid #2fe16e;
    padding: 20px 5px;
  }

  .rightpanel {
    border: 2px solid #2fe16e;
  }

  .title {
    font-size: 0.8em;
  }

  .subtitle {
    font-size: 0.4em;
  }

  ul {
    font-size: 0.6em;
    line-height: 1.4em;
  }
}

@media all and (max-width: 800px) {
  body {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100vh;
  }

  canvas {
    position: relative;
    width: 100%;
    height: 100%;
    width: 320px !important;
    height: 320px !important;
    z-index: 1;
  }

  #container {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .logo {
    position: relative;
    top: unset;
    padding: 20px;
    height: unset;
    width: 75%;
  }

  .logo img {
    height: 75px;
  }

  .leftpanel {
    display: flex;
    position: relative;
    top: unset;
    left: unset;
    width: 85%;
    border: 2px solid #2fe16e;
    padding: 10px 10px 5px 10px;
    flex-flow: column wrap;
  }

  .none {
    display: none;
  }

  .rightpanel {
    right: unset;
    top: unset;
    position: relative;
    border: 2px solid #2fe16e;
    display: flex;
    flex-flow: column wrap;
    width: 65%;
    bottom: 30px;
    padding: 20px 20px;
    justify-items: center;
    align-content: center;
    align-items: center;
    align-self: center;
    justify-content: center;
    vertical-align: center;
    flex-grow: 2;
  }

  .signup {
    margin: 10px;
    padding: 10px;
    border-radius: 15px;
    font-size: 0.8em;
  }

  .title {
    font-size: 0.8em;
  }

  .subtitle {
    font-size: 0.4em;
  }

  ul {
    font-size: 0.6em;
    line-height: 1.4em;
  }

  .movetext {
    display: none;
  }

  .preordertitle-mobile {
    display: none;
  }

  .signup-mobile {
    display: none;
  }
}

@media all and (max-width: 650px) {
  body {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100vh;
  }

  canvas {
    position: relative;
    width: 100%;
    height: 100%;
    width: 250px !important;
    height: 250px !important;
    z-index: 1;
  }

  #container {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .logo {
    position: relative;
    top: unset;
    padding: 20px;
    height: unset;
    width: 95%;
  }

  .logo img {
    height: 75px;
  }

  .leftpanel {
    display: flex;
    position: relative;
    top: unset;
    left: unset;
    width: 95%;
    border: 2px solid #2fe16e;
    padding: 10px 10px 5px 10px;
    border-radius: 10px;
    flex-flow: column wrap;
  }

  .none {
    display: none;
  }

  .rightpanel {
    display: none;
  }

  .signup {
    margin: 10px;
    padding: 10px;
    border-radius: 15px;
    font-size: 0.8em;
  }

  .title {
    font-size: 0.8em;
  }

  .subtitle {
    font-size: 0.4em;
  }

  div.subtitle {
    text-align: center;
    padding-bottom: 5px;
  }

  ul {
    font-size: 0.6em;
    line-height: 1.4em;
  }

  .movetext {
    display: none;
  }

  .signup-mobile {
    display: unset;
    background: linear-gradient(#2fe16e, #26b658);
    font-family: "Authentic Sans Bold", Arial, Helvetica, sans-serif;
    border: none;
    margin: 10px;
    padding: 10px;
    border-radius: 15px;
    font-size: 0.8em;
    cursor: unset;
    color: white;
    text-decoration: none;
  }

  .preordertitle-mobile {
    display: unset;
    font-family: "Authentic Sans Regular", Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #191919;
    text-transform: uppercase;
    margin-block-start: 0;
    margin-block-end: 0;
    text-align: center;
  }
}

@media all and (max-width: 480px) {
  body {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100vh;
  }

  canvas {
    position: relative;
    width: 100%;
    height: 100%;
    width: 250px !important;
    height: 250px !important;
  }

  #container {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .logo {
    position: relative;
    top: unset;
    padding: 20px;
    height: unset;
    width: 85%;
  }

  .logo img {
    height: 50px;
  }

  .leftpanel {
    display: flex;
    position: relative;
    top: unset;
    left: unset;
    width: 85%;
    border: 2px solid #2fe16e;
    padding: 10px 10px 5px 10px;
    border-radius: 10px;
    flex-flow: column nowrap;
    height: 450px;
    flex-basis: 60%;
  }

  .none {
    display: none;
  }

  .rightpanel {
    display: none;
  }

  .signup {
    margin: 10px;
    padding: 10px;
    border-radius: 15px;
    font-size: 0.8em;
  }

  .title {
    font-size: 0.8em;
  }

  .subtitle {
    font-size: 0.4em;
  }

  ul {
    font-size: 0.6em;
    line-height: 1.4em;
  }

  .movetext {
    display: none;
  }

  .signup-mobile {
    display: unset;
    background: linear-gradient(#2fe16e, #26b658);
    font-family: "Authentic Sans Bold", Arial, Helvetica, sans-serif;
    border: none;
    border-radius: 20px;
    margin: 0;
    padding: 5px 20px;
    border-radius: 15px;
    font-size: 0.6em;
    width: 150px;
    margin-top: 5px;
  }

  .preordertitle-mobile {
    display: unset;
    font-family: "Authentic Sans Regular", Arial, Helvetica, sans-serif;
    font-size: 0.6em;
    color: #191919;
    padding-top: 10px;
    text-transform: uppercase;
    margin-block-start: 0;
    margin-block-end: 0;
    text-align: left;
  }
}

@media all and (max-width: 320px) {
  body {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100vh;
  }

  canvas {
    position: relative;
    width: 100%;
    height: 100%;
    width: 200px !important;
    height: 200px !important;
    z-index: 1;
  }

  #container {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .logo {
    position: relative;
    top: unset;
    padding: 20px;
    height: unset;
    width: 85%;
  }

  .logo img {
    height: 45px;
  }

  .leftpanel {
    display: flex;
    position: relative;
    top: unset;
    left: unset;
    width: 85%;
    border: 2px solid #2fe16e;
    padding: 10px 10px 5px 10px;
    border-radius: 10px;
    flex-flow: column nowrap;
    height: 500px;
    flex-basis: 70%;
  }

  .none {
    display: none;
  }

  .rightpanel {
    display: none;
  }

  .signup {
    margin: 10px;
    padding: 10px;
    border-radius: 15px;
    font-size: 0.8em;
  }

  .title {
    font-size: 0.6em;
  }

  .subtitle {
    font-size: 0.3em;
  }

  ul {
    font-size: 0.5em;
    line-height: 1.4em;
  }

  .movetext {
    display: none;
  }

  .signup-mobile {
    display: unset;
    background: linear-gradient(#2fe16e, #26b658);
    font-family: "Authentic Sans Bold", Arial, Helvetica, sans-serif;
    border: none;
    border-radius: 20px;
    margin: 0;
    padding: 5px 20px;
    border-radius: 15px;
    font-size: 0.6em;
    width: 150px;
    margin-top: 5px;
  }

  .preordertitle-mobile {
    display: unset;
    font-family: "Authentic Sans Regular", Arial, Helvetica, sans-serif;
    font-size: 0.6em;
    color: #191919;
    padding-top: 10px;
    text-transform: uppercase;
    margin-block-start: 0;
    margin-block-end: 0;
    text-align: left;
  }
}
