@import url(/assets/css/normalize.66cd58d9.css);
@import url(/assets/css/remixicon.902b1a7f.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% - -186px);
  left: calc(50% - 151px);
  animation-delay: 735ms;
  opacity: 0.54;
}
.shooting-star:nth-child(1)::before, .shooting-star:nth-child(1)::after {
  animation-delay: 735ms;
}
.shooting-star:nth-child(2) {
  top: calc(50% - 154px);
  left: calc(50% - 271px);
  animation-delay: 7074ms;
  opacity: 0.67;
}
.shooting-star:nth-child(2)::before, .shooting-star:nth-child(2)::after {
  animation-delay: 7074ms;
}
.shooting-star:nth-child(3) {
  top: calc(50% - 54px);
  left: calc(50% - 120px);
  animation-delay: 5853ms;
  opacity: 0.62;
}
.shooting-star:nth-child(3)::before, .shooting-star:nth-child(3)::after {
  animation-delay: 5853ms;
}
.shooting-star:nth-child(4) {
  top: calc(50% - 99px);
  left: calc(50% - 91px);
  animation-delay: 6448ms;
  opacity: 0.57;
}
.shooting-star:nth-child(4)::before, .shooting-star:nth-child(4)::after {
  animation-delay: 6448ms;
}
.shooting-star:nth-child(5) {
  top: calc(50% - -34px);
  left: calc(50% - 111px);
  animation-delay: 2755ms;
  opacity: 0.33;
}
.shooting-star:nth-child(5)::before, .shooting-star:nth-child(5)::after {
  animation-delay: 2755ms;
}
.shooting-star:nth-child(6) {
  top: calc(50% - -159px);
  left: calc(50% - 254px);
  animation-delay: 6293ms;
  opacity: 0.42;
}
.shooting-star:nth-child(6)::before, .shooting-star:nth-child(6)::after {
  animation-delay: 6293ms;
}
.shooting-star:nth-child(7) {
  top: calc(50% - 111px);
  left: calc(50% - 47px);
  animation-delay: 8101ms;
  opacity: 0.44;
}
.shooting-star:nth-child(7)::before, .shooting-star:nth-child(7)::after {
  animation-delay: 8101ms;
}
.shooting-star:nth-child(8) {
  top: calc(50% - 7px);
  left: calc(50% - 109px);
  animation-delay: 1150ms;
  opacity: 0.51;
}
.shooting-star:nth-child(8)::before, .shooting-star:nth-child(8)::after {
  animation-delay: 1150ms;
}
.shooting-star:nth-child(9) {
  top: calc(50% - -145px);
  left: calc(50% - 188px);
  animation-delay: 3809ms;
  opacity: 0.75;
}
.shooting-star:nth-child(9)::before, .shooting-star:nth-child(9)::after {
  animation-delay: 3809ms;
}
.shooting-star:nth-child(10) {
  top: calc(50% - -62px);
  left: calc(50% - 48px);
  animation-delay: 7959ms;
  opacity: 0.6;
}
.shooting-star:nth-child(10)::before, .shooting-star:nth-child(10)::after {
  animation-delay: 7959ms;
}
.shooting-star:nth-child(11) {
  top: calc(50% - 195px);
  left: calc(50% - 257px);
  animation-delay: 9247ms;
  opacity: 0.93;
}
.shooting-star:nth-child(11)::before, .shooting-star:nth-child(11)::after {
  animation-delay: 9247ms;
}
.shooting-star:nth-child(12) {
  top: calc(50% - 73px);
  left: calc(50% - 172px);
  animation-delay: 8378ms;
  opacity: 0.65;
}
.shooting-star:nth-child(12)::before, .shooting-star:nth-child(12)::after {
  animation-delay: 8378ms;
}
.shooting-star:nth-child(13) {
  top: calc(50% - 89px);
  left: calc(50% - 114px);
  animation-delay: 5240ms;
  opacity: 0.72;
}
.shooting-star:nth-child(13)::before, .shooting-star:nth-child(13)::after {
  animation-delay: 5240ms;
}
.shooting-star:nth-child(14) {
  top: calc(50% - 154px);
  left: calc(50% - 155px);
  animation-delay: 9041ms;
  opacity: 0.63;
}
.shooting-star:nth-child(14)::before, .shooting-star:nth-child(14)::after {
  animation-delay: 9041ms;
}
.shooting-star:nth-child(15) {
  top: calc(50% - 34px);
  left: calc(50% - 119px);
  animation-delay: 710ms;
  opacity: 0.97;
}
.shooting-star:nth-child(15)::before, .shooting-star:nth-child(15)::after {
  animation-delay: 710ms;
}
.shooting-star:nth-child(16) {
  top: calc(50% - -99px);
  left: calc(50% - 37px);
  animation-delay: 1534ms;
  opacity: 0.47;
}
.shooting-star:nth-child(16)::before, .shooting-star:nth-child(16)::after {
  animation-delay: 1534ms;
}
.shooting-star:nth-child(17) {
  top: calc(50% - -48px);
  left: calc(50% - 268px);
  animation-delay: 3203ms;
  opacity: 0.68;
}
.shooting-star:nth-child(17)::before, .shooting-star:nth-child(17)::after {
  animation-delay: 3203ms;
}
.shooting-star:nth-child(18) {
  top: calc(50% - -48px);
  left: calc(50% - 233px);
  animation-delay: 3865ms;
  opacity: 0.83;
}
.shooting-star:nth-child(18)::before, .shooting-star:nth-child(18)::after {
  animation-delay: 3865ms;
}
.shooting-star:nth-child(19) {
  top: calc(50% - -56px);
  left: calc(50% - 190px);
  animation-delay: 2698ms;
  opacity: 0.43;
}
.shooting-star:nth-child(19)::before, .shooting-star:nth-child(19)::after {
  animation-delay: 2698ms;
}
.shooting-star:nth-child(20) {
  top: calc(50% - 22px);
  left: calc(50% - 168px);
  animation-delay: 2956ms;
  opacity: 0.48;
}
.shooting-star:nth-child(20)::before, .shooting-star:nth-child(20)::after {
  animation-delay: 2956ms;
}

@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: 70px;
  margin: 0 auto;
  width: 70px;
}
header .intro h1 {
  color: #fff;
  display: block;
  font-size: 3em;
  line-height: 1em;
  margin: 0;
}
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;
}