.hero--wrapper {
  background: rgb(5,12,14);
  background: linear-gradient(180deg, rgba(4,4,4,1) 0%, rgba(14,20,34,1) 100%);
  text-align: center;
  overflow: hidden;
}

.hero--wrapper .sub-text {
  max-width: 1000px;
  margin: 0 auto;
}

.hero--container {
  padding: 64px 0;
}

.rotating-text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
}

.rotating-text .str-1 {
  margin-right: 16px;
  text-align: right;
  width: 62%;
}

.str-2 {
  display: none;
  background: linear-gradient(85deg,#25A1DD, #9A2EE4 30%, #B32396 53%,#E62564 70%,#FF7B43 95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rotating-text h1 {
  font-weight: 700!important;
}

.slidingVertical {
  margin: 16px 0;
}

.slidingVertical span {
	animation: bottomToTop 6s linear forwards 0s;
	-ms-animation: bottomToTop 6s linear forwards 0s;
	-webkit-animation: bottomToTop 6s linear forwards 0s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
	opacity: 0;
	overflow: hidden;
	position: absolute;
  top: 0;
  background: linear-gradient(85deg,#25A1DD, #9A2EE4 30%, #B32396 53%,#E62564 70%,#FF7B43 95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slidingVerticalYou span {
	animation: You 6s linear forwards 0s;
	-ms-animation: You 6s linear forwards 0s;
	-webkit-animation: You 6s linear forwards 0s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
	opacity: 0;
	overflow: hidden;
	position: absolute;
  top: 0;
  background: linear-gradient(85deg,#25A1DD, #9A2EE4 30%, #B32396 53%,#E62564 70%,#FF7B43 95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slidingVertical span:nth-child(2) {
	animation-delay: 1s;
	-ms-animation-delay: 1s;
	-webkit-animation-delay: 1s;
}

.slidingVertical span:nth-child(3) {
	animation-delay: 2s;
	-ms-animation-delay: 2s;
	-webkit-animation-delay: 2s;
}

.slidingVertical span:nth-child(4) {
	animation-delay: 3s;
	-ms-animation-delay: 3s;
	-webkit-animation-delay: 3s;
}

.slidingVertical span:nth-child(5) {
	animation-delay: 4s;
	-ms-animation-delay: 4s;
	-webkit-animation-delay: 4s;
}

.slidingVertical span:nth-child(6) {
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}

@-webkit-keyframes bottomToTop{
	0% { opacity: 0; }
  2% { opacity: 0; -webkit-transform: translateY(30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px); }
	15% { opacity: 1; -webkit-transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(-50px); }
	90% { opacity: 0; }
	100% { opacity: 0; }
}

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

@-webkit-keyframes You{
  0% { opacity: 0; }
  2% { opacity: 0; -webkit-transform: translateY(30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px); }
	15% { opacity: 1; -webkit-transform: translateY(0px); }
	20% { opacity: 1; -webkit-transform: translateY(0); }
	90% { opacity: 1; }
	100% { opacity: 1; }
}

.actions a {
  margin: 16px;
}

@media only screen and (max-width: 1100px) {
  .lrg--header {
    font-size: 4rem!important;
  }
}

@media only screen and (max-width: 960px) {
  .str-1 {
    text-align: center!important;
    width: 100%!important;
  }
  .str-2 {
    display: inline-block!important;
    padding-left: 8px;
  }
  .slidingVertical, .slidingVerticalYou {
    display: none!important;
  }
}

@media only screen and (max-width: 640px) {
  .hero--container {
    padding: 8px 0 32px 0!important;
  }
  .hero--wrapper .sub-text {
  display: none;
  }
}