@import url('https://fonts.googleapis.com/css?family=Raleway:500');
@import('https://use.fontawesome.com/releases/v5.8.1/css/all.css');

body {
  margin: 0;
  padding: 0;
  background-image: url(../images/11.gif);
  background-repeat: no-repeat;
  background-size: cover;

  -webkit-font-smoothing: antialiased;
}

section {
  height: 100vh;
}

h1 {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #ddd;
  font-size: 5em;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.2em;
}

h1 span, i {
  display: inline-block;
  text-align: center;
  animation: animate 1s linear forwards;
  background: linear-gradient(to right, #ffffff 0%, #ccffff 100%);
  mix-blend-mode: color;
  pointer-events: none;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h4, h5 {
  font-size: 4em;
}

@keyframes animate {
  0%
  {
    opacity: 0;
    transform: rotateY(90deg);
    filter: blur(10px);
  }
  100%
  {
    opacity: 1;
    transform: rotateY(0deg);
    filter: blur(0);
  }
}

h1 span:nth-child(1) {
  animation-delay: .5s;
}

h1 span:nth-child(2) {
  animation-delay: 1s;
}

h1 span:nth-child(3) {
  animation-delay: 1.5s;
}

h1 span:nth-child(4) {
  animation-delay: 1.75s;
}

h1 span:nth-child(5) {
  animation-delay: 2s;
}

h1 span:nth-child(6) {
  animation-delay: 2.5s;
}

h1 span:nth-child(7) {
  animation-delay: 3s;
}

h1 span:nth-child(8) {
  animation-delay: 3.5s;
}

h1 span:nth-child(9) {
  animation-delay: 4s;
}

#r {
  text-align: center;
  color: #ddd;
  font-size: 1em;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.2em;
}

k {
  color: white;
  font-size: 2em;
  letter-spacing: 0.2em;
}

#f {
  background: none;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  color: #ddd;
  font-size: 0.5em;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.2em;
}
