.bannerText h2,
.bannerText h3 {
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-block;
  transform-origin: left;
  text-transform: uppercase;
  transform: scaleX(0);
  animation: revealTEextReverse 1s ease-in-out forwards;


}

.bannertext {
  background-color: #000;
  font-family: 'Roboto'sans-serif;

}

.bannertext .web h3 {
  position: absolute;

  margin: 0;
  padding: 0;
  bottom: 0;
  left: 5px;
}


.bannerText h2 {
  font-size: 3em;
  animation-delay: 10s;
  font-family: 'Roboto'sans-serif;
  letter-spacing: 10px;
}

.bannerText h3 {
  font-size: 20px;
  animation-delay: 11s;
  letter-spacing: 2px;
  font-weight: 10px;
  padding-top: 10px;

}

.bannerText p {
  font-size: 1.5em;
  animation: fadeIn 1s linear forwards;
  animation-delay: 12s;
  line-height: px;

}

.bannerText a {
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 1px;
  animation: fadeInBottom 1s linear forwards;
  animation-delay: 13s;
  text-decoration: none;
}

.bannerText h2:before,
.bannerText h3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #20785e;
  width: 100%;
  height: 100%;
  transform-origin: right;
  animation: revealTEext 1s ease-in-out forwards;
  animation-delay: 3s;
}

.bannerText h3:before {
  animation-delay: 4s;
}

@keyframes revealTEext {
  0% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(0);
  }
}

@keyframes revealTEextReverse {
  0% {
    transform: scaleX(0);
  }

  100% {
    transform: scaleX(1);
  }
}



@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}



@keyframes fadeInBottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.intro {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #ddd;
  font-family: sans-serif;
  letter-spacing: em;
}

.introp {
  margin: 0;
  padding: 0;
  position: absolute;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #ddd;
  letter-spacing: normal;
}

.smokeh2 span {
  opacity: 0;
  display: inline-block;
  animation: animate 0.5s linear forwards;

}

.card-subtitle {
  letter-spacing: normal;
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
    filter: blur(5px);
  }

  100% {
    opacity: 1;
    transform: rotateY(0deg);
    filter: blur(0);
  }
}

.smokeh2 span:nth-child(1) {
  animation-delay: 0.5s;

}

.smokeh2 span:nth-child(2) {
  animation-delay: 0.5s;

}

.smokeh2 span:nth-child(3) {
  animation-delay: 0.7s;

}

.smokeh2 span:nth-child(4) {
  animation-delay: 0.9s;

}

.smokeh2 span:nth-child(5) {
  animation-delay: 1s;

}

.smokeh2 span:nth-child(6) {
  animation-delay: 1.2s;

}

.smokeh2 span:nth-child(7) {
  animation-delay: 1.4s;

}

.smokeh2 span:nth-child(8) {
  animation-delay: 1.6s;

}

.smokeh2 span:nth-child(9) {
  animation-delay: 1.9s;

}

.smokeh2 span:nth-child(10) {
  animation-delay: 2s;

}

.smokeh2 span:nth-child(11) {
  animation-delay: 2.2s;

}

.smokeh2 span:nth-child(12) {
  animation-delay: 2.5s;

}

.smokeh2 span:nth-child(13) {
  animation-delay: 3.7s;

}

.smokeh2 span:nth-child(14) {
  animation-delay: 3.9s;

}

.smokeh2 span:nth-child(15) {
  animation-delay: 3.9s;

}

.active .fa-times {
  display: block;
}

.active .fa-bars {
  display: none;
}

header.active::before {
  transform: translate(0, 0);
  opacity: 1;
  transition: opacity .6s;
}

.active .sidebar {
  transform: translateX(0);
}

.active .zoom-content {
  transform: translate3d(0, 0, -25rem);
}

@media screen and (max-width: 450px) {
  .nav-link {
    line-height: 5rem;
  }

  .hamburger {
    top: 1.5rem;
    right: 1.5rem;
  }
}

@media screen and (max-width: 450px) {
  .sidebar {
    width: rem;
  }
}

.now a {
  position: relative;
  display: flex;
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400px;
  overflow: hidden;
  transition: 0.2s;
  background: #2196f3;
  opacity: 1px;
  border-radius: 40px;
  border-color: #2196f3;
  margin-bottom: 30px;


}

.now a:hover {
  color: #fff;
  background: linear-gradient(to right, #2af598 0%, #009efd 100%);
  box-shadow: 0 0 5px #2196f3, 0 0 10px #2196f3, 0 0 10px #2196f3;
  transition-delay: 0s;

}


.now a span {
  position: absolute;
  display: block;
  font-size: 16px;
}

.now a span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #2196f3);
}

.now a:hover span:nth-child(1) {

  left: 100%;
  transition: 1s;
}

.now a span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #2196f3);
}

.now a:hover span:nth-child(3) {

  right: 100%;
  transition: 1s;
  transition-delay: 0.5s;
}


.now a span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #2196f3);
}

.now a:hover span:nth-child(2) {
  top: 100%;
  transition: 1s;
  transition-delay: 0.25s;

}

.now a span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #2196f3);
}

.now a:hover span:nth-child(4) {
  bottom: 100%;
  transition: 1s;
  transition-delay: 0.75s;

}

.leScaleYIn span {
  animation-name: leScaleYIn
}

@keyframes leScaleYIn {
  from {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  50% {
    opacity: 1
  }
}

.leFlyInTop span {
  animation-name: leFlyInTop
}

@keyframes leFlyInTop {
  0% {
    transform: translate(0px, -80px);
    opacity: 0
  }

  50% {
    transform: translate(10px, 50px);
    animation-timing-function: ease-in-out
  }
}

@keyframes leJump {
  to {
    transform: translateY(-20px)
  }
}

.leAboundRight span {
  animation-name: leAboundRight
}

@keyframes leAboundRight {
  50% {
    transform: translateX(100px);
    animation-timing-function: ease-in
  }
}

.leFlyInTop span {
  animation-name: leFlyInTop
}

@keyframes leFlyInTop {
  0% {
    transform: translate(0px, -80px);
    opacity: 0
  }

  50% {
    transform: translate(10px, 50px);
    animation-timing-function: ease-in-out
  }
}

.leWaterWave span {
  animation: leWaterWave .2s linear infinite
}

@keyframes leWaterWave {
  50% {
    transform: skewY(1deg) skewX(-1deg) scale(1.06)
  }
}