@import "https://fonts.googleapis.com/css?family=Hind|Montserrat";
html {
  height: 100%;
}
html,
body {
  margin: 0;
  height: 100%;
  overflow: hidden;
}
#video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  opacity: 0.4;
}
#names {
  font-size: 30px;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  border: none;
  z-index: 30;
}
body {
  background: #000;
  opacity: 1;
  cursor: url(./cursor.png), auto;
  font-family: hind, sans-serif;
  transition: opacity 2s;
  -webkit-transition: opacity 2s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
h1,
h2,
h3 {
  font-family: montserrat, sans-serif;
}
.container {
  position: initial;
  height: auto;
  right: 10303px;
  float: right;
  text-align: right;
  width: 1000px;
  margin: -230px auto 30px;
  padding: 10px;
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}
.effect {
  font-size: 6vw;
  text-transform: uppercase;
  letter-spacing: 0.2vw;
  font-weight: 700;
  display: inline-block;
  position: relative;
  -webkit-background-clip: text;
  background-clip: text;
  background: -webkit-linear-gradient(0deg, #ffffff 50%, transparent 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 100% 0;
  background-size: 200% 100%;
  transition: 0.6s all cubic-bezier(0.86, 0, 0.07, 1) 0.8s;
}
.effect:before {
  content: "";
  height: 100%;
  width: 100%;
  background: #eaeaea;
  z-index: 2;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left;
  transform: scaleX(0);
}
.effect:after {
  content: "";
  height: 100%;
  width: 100%;
  background: #222;
  z-index: 2;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left;
  transform: scaleX(0);
}
.effect.active {
  color: #fff;
  background-position: 0 0;
}
.effect.active:before {
  color: #fff;
  animation: anime 1.2s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}
.effect.active:after {
  color: #fff;
  animation: anime 1.2s 0.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}
@keyframes anime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  51% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.cta {
  font-family: montserrat, sans-serif;
  text-transform: uppercase;
  cursor: url(http://www.cursor.cc/cursor/566/87/cursor.png), auto;
  font-size: 0.7em;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  line-height: 2em;
  padding: 2px 10px;
  background: #fff;
  margin-top: 20px;
  transition: 0.2s all ease-out;
  -webkit-transition: 0.2s all ease-out;
  -moz-transition: 0.2s all ease-out;
  color: #fff;
  transition: 0.3s all ease-out;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  letter-spacing: 1px;
}
a.cta.outline {
  position: relative;
  background: 0 0;
  border: 1px solid #fff;
  cursor: url(http://www.cursor.cc/cursor/566/87/cursor.png), auto;
  overflow: hidden;
}
.cta.outline:before {
  content: "";
  height: 100%;
  z-index: -1;
  width: 100%;
  cursor: url(http://www.cursor.cc/cursor/566/87/cursor.png), auto;
  background: #222;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transition: 0.6s transform cubic-bezier(1, 0.61, 0.165, 1);
  -webkit-transition: 0.6s transform cubic-bezier(1, 0.61, 0.165, 1);
  -moz-transition: 0.6s transform cubic-bezier(1, 0.61, 0.165, 1);
  transform-origin: right;
  -webkit-transform-origin: right;
}
.cta.outline span {
  position: relative;
  z-index: 3;
  -webkit-background-clip: text;
  cursor: url(http://www.cursor.cc/cursor/566/87/cursor.png), auto;
  background-clip: text;
  background: -webkit-linear-gradient(0deg, #7a30b3 50%, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 100% 0;
  color: #fff;
  text-decoration: none;
  background-size: 200% 100%;
  color: transparent;
  transition: 0.6s all cubic-bezier(1, 0.61, 0.165, 1) 0.2s;
  -webkit-transition: 0.6s all cubic-bezier(1, 0.61, 0.165, 1) 0.2s;
  -moz-transition: 0.6s all cubic-bezier(1, 0.61, 0.165, 1) 0.2s;
}
.cta.outline:hover:before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform-origin: left;
  -webkit-transform-origin: left;
  cursor: url(http://www.cursor.cc/cursor/566/87/cursor.png), auto;
}
.cta.outline:hover {
  box-shadow: none;
  cursor: url(http://www.cursor.cc/cursor/566/87/cursor.png), auto;
}
.cta.outline:hover span {
  background-position: 0 0;
  cursor: url(http://www.cursor.cc/cursor/566/87/cursor.png), auto;
}
.fade {
  opacity: 1;
  transform: translateY(20px);
  cursor: url(http://www.cursor.cc/cursor/566/87/cursor.png), auto;
  transition: 0.6s all ease-out 2s;
}
a.fade {
  transition: 0.6s all ease-out 2.6s;
  cursor: url(http://www.cursor.cc/cursor/566/87/cursor.png), auto;
}
.fade.active {
  transform: translateY(0);
  opacity: 1;
  color: #fff;
  cursor: url(http://www.cursor.cc/cursor/566/87/cursor.png), auto;
}
section {
  text-align: center;
  padding: 0 2 0%;
  height: 81vh;
}
.wrap {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.container {
  position: static;
  width: 101%;
  height: -689%;
}
@-webkit-keyframes animStar {
  from {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes animStar {
  from {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@media (max-width: 1000px) {
  .title {
    font-size: 32px;
  }
}
@media (max-width: 550px) {
  .title {
    display: none;
  }
}
