@import url(/assets/css/normalize.66cd58d9.css);
@import url(/assets/css/remixicon.2e1316cb.css);
.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  /* Fix for safari gap */
  min-height: 100px;
  max-height: 150px;
}

/* Animation */
.parallax > use {
  animation: move-forever 35s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 12s;
}

.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 16s;
}

.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 23s;
}

.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 30s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
/* Shrinking for mobile */
@media (width <= 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
}
.night {
  position: relative;
  transform: rotateZ(55deg);
}

.shooting-star {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2px;
  background: linear-gradient(-45deg, rgb(95, 145, 255), rgba(0, 0, 255, 0));
  border-radius: 999px;
  filter: drop-shadow(0 0 6px rgb(105, 155, 255));
  animation: tail 5000ms ease-in-out infinite, shooting 5000ms ease-in-out infinite;
}
.shooting-star::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  background: linear-gradient(-45deg, rgba(0, 0, 255, 0), rgb(95, 145, 255), rgba(0, 0, 255, 0));
  transform: translateX(50%) rotateZ(45deg);
  border-radius: 100%;
  animation: shining 5000ms ease-in-out infinite;
}
.shooting-star::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  background: linear-gradient(-45deg, rgba(0, 0, 255, 0), rgb(95, 145, 255), rgba(0, 0, 255, 0));
  border-radius: 100%;
  animation: shining 5000ms ease-in-out infinite;
  transform: translateX(50%) rotateZ(-45deg);
}
.shooting-star:nth-child(1) {
  top: calc(50% - -98px);
  left: calc(50% - 229px);
  animation-delay: 686ms;
  opacity: 0.93;
}
.shooting-star:nth-child(1)::before, .shooting-star:nth-child(1)::after {
  animation-delay: 686ms;
}
.shooting-star:nth-child(2) {
  top: calc(50% - 19px);
  left: calc(50% - 122px);
  animation-delay: 9193ms;
  opacity: 0.57;
}
.shooting-star:nth-child(2)::before, .shooting-star:nth-child(2)::after {
  animation-delay: 9193ms;
}
.shooting-star:nth-child(3) {
  top: calc(50% - -20px);
  left: calc(50% - 155px);
  animation-delay: 3625ms;
  opacity: 0.85;
}
.shooting-star:nth-child(3)::before, .shooting-star:nth-child(3)::after {
  animation-delay: 3625ms;
}
.shooting-star:nth-child(4) {
  top: calc(50% - -192px);
  left: calc(50% - 17px);
  animation-delay: 6872ms;
  opacity: 0.61;
}
.shooting-star:nth-child(4)::before, .shooting-star:nth-child(4)::after {
  animation-delay: 6872ms;
}
.shooting-star:nth-child(5) {
  top: calc(50% - 8px);
  left: calc(50% - 159px);
  animation-delay: 3576ms;
  opacity: 0.92;
}
.shooting-star:nth-child(5)::before, .shooting-star:nth-child(5)::after {
  animation-delay: 3576ms;
}
.shooting-star:nth-child(6) {
  top: calc(50% - 148px);
  left: calc(50% - 111px);
  animation-delay: 2482ms;
  opacity: 0.7;
}
.shooting-star:nth-child(6)::before, .shooting-star:nth-child(6)::after {
  animation-delay: 2482ms;
}
.shooting-star:nth-child(7) {
  top: calc(50% - 122px);
  left: calc(50% - 55px);
  animation-delay: 3290ms;
  opacity: 0.63;
}
.shooting-star:nth-child(7)::before, .shooting-star:nth-child(7)::after {
  animation-delay: 3290ms;
}
.shooting-star:nth-child(8) {
  top: calc(50% - 113px);
  left: calc(50% - 146px);
  animation-delay: 9439ms;
  opacity: 0.92;
}
.shooting-star:nth-child(8)::before, .shooting-star:nth-child(8)::after {
  animation-delay: 9439ms;
}
.shooting-star:nth-child(9) {
  top: calc(50% - 36px);
  left: calc(50% - 145px);
  animation-delay: 4706ms;
  opacity: 0.35;
}
.shooting-star:nth-child(9)::before, .shooting-star:nth-child(9)::after {
  animation-delay: 4706ms;
}
.shooting-star:nth-child(10) {
  top: calc(50% - 159px);
  left: calc(50% - 26px);
  animation-delay: 9793ms;
  opacity: 0.57;
}
.shooting-star:nth-child(10)::before, .shooting-star:nth-child(10)::after {
  animation-delay: 9793ms;
}
.shooting-star:nth-child(11) {
  top: calc(50% - 60px);
  left: calc(50% - 67px);
  animation-delay: 1887ms;
  opacity: 0.57;
}
.shooting-star:nth-child(11)::before, .shooting-star:nth-child(11)::after {
  animation-delay: 1887ms;
}
.shooting-star:nth-child(12) {
  top: calc(50% - 14px);
  left: calc(50% - 89px);
  animation-delay: 3491ms;
  opacity: 0.72;
}
.shooting-star:nth-child(12)::before, .shooting-star:nth-child(12)::after {
  animation-delay: 3491ms;
}
.shooting-star:nth-child(13) {
  top: calc(50% - 0px);
  left: calc(50% - 78px);
  animation-delay: 6326ms;
  opacity: 0.61;
}
.shooting-star:nth-child(13)::before, .shooting-star:nth-child(13)::after {
  animation-delay: 6326ms;
}
.shooting-star:nth-child(14) {
  top: calc(50% - 78px);
  left: calc(50% - 128px);
  animation-delay: 1708ms;
  opacity: 0.85;
}
.shooting-star:nth-child(14)::before, .shooting-star:nth-child(14)::after {
  animation-delay: 1708ms;
}
.shooting-star:nth-child(15) {
  top: calc(50% - 138px);
  left: calc(50% - 26px);
  animation-delay: 1964ms;
  opacity: 0.65;
}
.shooting-star:nth-child(15)::before, .shooting-star:nth-child(15)::after {
  animation-delay: 1964ms;
}
.shooting-star:nth-child(16) {
  top: calc(50% - -22px);
  left: calc(50% - 206px);
  animation-delay: 6238ms;
  opacity: 0.8;
}
.shooting-star:nth-child(16)::before, .shooting-star:nth-child(16)::after {
  animation-delay: 6238ms;
}
.shooting-star:nth-child(17) {
  top: calc(50% - -57px);
  left: calc(50% - 104px);
  animation-delay: 9908ms;
  opacity: 0.53;
}
.shooting-star:nth-child(17)::before, .shooting-star:nth-child(17)::after {
  animation-delay: 9908ms;
}
.shooting-star:nth-child(18) {
  top: calc(50% - -91px);
  left: calc(50% - 268px);
  animation-delay: 2818ms;
  opacity: 0.66;
}
.shooting-star:nth-child(18)::before, .shooting-star:nth-child(18)::after {
  animation-delay: 2818ms;
}
.shooting-star:nth-child(19) {
  top: calc(50% - -147px);
  left: calc(50% - 124px);
  animation-delay: 2923ms;
  opacity: 0.93;
}
.shooting-star:nth-child(19)::before, .shooting-star:nth-child(19)::after {
  animation-delay: 2923ms;
}
.shooting-star:nth-child(20) {
  top: calc(50% - -17px);
  left: calc(50% - 37px);
  animation-delay: 9316ms;
  opacity: 0.39;
}
.shooting-star:nth-child(20)::before, .shooting-star:nth-child(20)::after {
  animation-delay: 9316ms;
}

@keyframes tail {
  0% {
    width: 0;
  }
  30% {
    width: 100px;
  }
  100% {
    width: 0;
  }
}
@keyframes shining {
  0% {
    width: 0;
  }
  50% {
    width: 30px;
  }
  100% {
    width: 0;
  }
}
@keyframes shooting {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(300px);
  }
}
@keyframes sky {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(405deg);
  }
}
body {
  overflow: hidden;
}

h1 {
  color: white;
  display: flex;
  font-family: Anton, sans-serif;
}

.btn {
  text-decoration: none;
  color: inherit;
}
.btn:hover, .btn:active, .btn:visited, .btn:focus {
  text-decoration: none;
  color: inherit;
}

a.main-btn {
  font-family: Anton, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  border: 2px solid #e1e1e1;
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.2s ease-in;
}

header {
  background: radial-gradient(ellipse at bottom, #203752 0%, #090a0f 100%);
  height: 100vh;
  display: flex;
  flex-direction: column;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: bounceInDown;
}
header .intro {
  flex-grow: 1;
  width: 100%;
  color: #fff;
  text-align: center;
  flex-direction: column;
  place-content: center;
  display: flex;
}
header .intro .avatar {
  border-radius: 50%;
  display: block;
  height: 90px;
  margin: 0 auto;
  width: 90px;
}
header .intro h1 {
  color: #fff;
  display: block;
  font-size: 3em;
  line-height: 1em;
  margin: 0.5em;
}
header .intro h2 {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  margin: 0 0 20px;
  font-size: 1.5em;
  font-weight: normal;
  letter-spacing: 0.2em;
  padding-top: 20px;
}
header .intro .separator {
  width: 10em;
  flex-shrink: 0;
  align-self: center;
}
header .intro .links {
  margin-top: 1em;
  color: white;
}
header .intro .links a {
  margin: 0 1em;
}
header .intro .links a i {
  font-size: 2em;
}
header .intro .dowload {
  flex-shrink: 0;
  align-self: center;
  margin-top: 2em;
  color: white;
  border-color: white;
}
header .intro .dowload:hover {
  background-color: white;
  border-color: white;
  color: #090a0f;
}
header .waves-section {
  flex-grow: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
}