Text Slideshow CSS
.text-slideshow {
  	width: 100%;
    height: 50px;
  overflow: hidden;
}

.item-1, 
.item-2, 
.item-3 {
  color: #fff;
  font-style: italic;
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  align-items: center;
  animation-duration: 20s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
       -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.item-1{
	animation-name: anim-1;
}

.item-2{
	animation-name: anim-2;
}

.item-3{
	animation-name: anim-3;
}






@keyframes anim-1 {
	0%, 8.3% { left: -100%; opacity: 0; }
  8.3%,25% { left: 0%; opacity: 1; }
  33.33%, 100% { left: 110%; opacity: 0; }
}

@keyframes anim-2 {
	0%, 33.33% { left: -100%; opacity: 0; }
  41.63%, 58.29% { left: 0%; opacity: 1; }
  66.66%, 100% { left: 110%; opacity: 0; }
}

@keyframes anim-3 {
	0%, 66.66% { left: -100%; opacity: 0; }
  74.96%, 91.62% { left: 0%; opacity: 1; }
  100% { left: 110%; opacity: 0; }
}

@media (max-width: 425px) {
  
.item-3{
  font-size: 11px;
}
}

/* welcome */
@media  ( max-width: 540px){
  #text1,#text2{
   font-size: 20px;
}
}
/* welcome */


@media (min-width:426px) and (max-width: 725px) {
  .text-slideshow {
  	width: 100%;
    height: 100px;
}
.item-3{
  font-size: 15px;
}
.item-1, 
.item-2, 
.item-3 {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  animation-duration: 20s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
      -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
 
}









*,
*:before,
*:after {
  box-sizing: border-box;
  -font-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* welcome */
@media  ( max-width: 540px){
  #text1,#text2{
   font-size: 20px;
}
}
/* welcome */


.stage {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper {
  font-family:   Arial;
  position: relative;
  color: #8339e6;
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  padding-top: 0.65rem;
  padding-left: 0.5rem;
  padding-right: 0.36rem;
  padding-bottom: 0.2rem;
}
.slash {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-24deg) scaleY(0);
  transform-origin: center center;
  width: 0.15rem;
  height: 145%;
  background: #8339e6;
  z-index: 4;
  -webkit-animation: slash 6s ease-in infinite;
          animation: slash 6s ease-in infinite;
}
.slash:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.75rem;
  height: 120%;
  /* background: #fff; */
  z-index: -1;
}
.slash:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8339e6;
}
.sides {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.sides .side {
  position: absolute;
  background: #8339e6;
}
.sides .side:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 0.15rem;
  transform: translateX(-101%);
  -webkit-animation: side-top ease 6s infinite;
          animation: side-top ease 6s infinite;
}
.sides .side:nth-child(2) {
  top: 0;
  right: 0;
  width: 0.15rem;
  height: 100%;
  transform: translateY(-101%);
  -webkit-animation: side-right ease 6s infinite;
          animation: side-right ease 6s infinite;
}
.sides .side:nth-child(3) {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.15rem;
  transform: translateX(101%);
  -webkit-animation: side-bottom ease 6s infinite;
          animation: side-bottom ease 6s infinite;
}
.sides .side:nth-child(4) {
  top: 0;
  left: 0;
  width: 0.15rem;
  height: 100%;
  transform: translateY(101%);
  -webkit-animation: side-left ease 6s infinite;
          animation: side-left ease 6s infinite;
}
.text {
  position: relative;
}
.text--backing {
  opacity: 0;
}
.text--left {
  position: absolute;
  top: 0;
  left: 0;
  width: 51%;
  height: 100%;
  overflow: hidden;
}
.text--left .inner {
  transform: translateX(100%);
  -webkit-animation: text-left 6s ease-in-out infinite;
          animation: text-left 6s ease-in-out infinite;
}
.text--right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.text--right .inner {
  transform: translateX(-200%);
  -webkit-animation: text-right 6s ease-in-out infinite;
          animation: text-right 6s ease-in-out infinite;
}
@-webkit-keyframes slash {
  0% {
    transform: translate(-50%, -50%) rotate(-24deg) scaleY(0);
  }
  6% {
    transform: translate(-50%, -50%) rotate(-24deg) scaleY(1);
  }
  13% {
    transform: translate(-50%, -50%) rotate(-24deg) scaleY(1);
  }
  16.6% {
    transform: translate(-50%, -50%) rotate(-24deg) scaleY(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-24deg) scaleY(0);
  }
}
@keyframes slash {
  0% {
    transform: translate(-50%, -50%) rotate(-24deg) scaleY(0);
  }
  6% {
    transform: translate(-50%, -50%) rotate(-24deg) scaleY(1);
  }
  13% {
    transform: translate(-50%, -50%) rotate(-24deg) scaleY(1);
  }
  16.6% {
    transform: translate(-50%, -50%) rotate(-24deg) scaleY(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-24deg) scaleY(0);
  }
}
@-webkit-keyframes text-left {
  0% {
    transform: translateX(100%);
  }
  10% {
    transform: translateX(0);
  }
  58% {
    transform: translateX(0);
  }
  70% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(-200%);
  }
}
@keyframes text-left {
  0% {
    transform: translateX(100%);
  }
  10% {
    transform: translateX(0);
  }
  58% {
    transform: translateX(0);
  }
  70% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(-200%);
  }
}
@-webkit-keyframes text-right {
  0% {
    transform: translateX(-200%);
  }
  10% {
    transform: translateX(-100%);
  }
  58% {
    transform: translateX(-100%);
  }
  70% {
    transform: translateX(-300%);
  }
  100% {
    transform: translateX(-300%);
  }
}
@keyframes text-right {
  0% {
    transform: translateX(-200%);
  }
  10% {
    transform: translateX(-100%);
  }
  58% {
    transform: translateX(-100%);
  }
  70% {
    transform: translateX(-300%);
  }
  100% {
    transform: translateX(-300%);
  }
}
@-webkit-keyframes side-top {
  0%, 14% {
    transform: translateX(-101%);
  }
  24%, 55% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(101%);
  }
  100% {
    transform: translateX(101%);
  }
}
@keyframes side-top {
  0%, 14% {
    transform: translateX(-101%);
  }
  24%, 55% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(101%);
  }
  100% {
    transform: translateX(101%);
  }
}
@-webkit-keyframes side-right {
  0%, 14%, 23% {
    transform: translateY(-101%);
  }
  30%, 62% {
    transform: translateY(0);
  }
  72% {
    transform: translateY(101%);
  }
  100% {
    transform: translateY(101%);
  }
}
@keyframes side-right {
  0%, 14%, 23% {
    transform: translateY(-101%);
  }
  30%, 62% {
    transform: translateY(0);
  }
  72% {
    transform: translateY(101%);
  }
  100% {
    transform: translateY(101%);
  }
}
@-webkit-keyframes side-bottom {
  0%, 14%, 24%, 28% {
    transform: translateX(101%);
  }
  37%, 70% {
    transform: translateX(0);
  }
  79% {
    transform: translateX(-101%);
  }
  100% {
    transform: translateX(-101%);
  }
}
@keyframes side-bottom {
  0%, 14%, 24%, 28% {
    transform: translateX(101%);
  }
  37%, 70% {
    transform: translateX(0);
  }
  79% {
    transform: translateX(-101%);
  }
  100% {
    transform: translateX(-101%);
  }
}
@-webkit-keyframes side-left {
  0%, 14%, 24%, 34%, 35% {
    transform: translateY(101%);
  }
  44%, 79% {
    transform: translateY(0);
  }
  86% {
    transform: translateY(-101%);
  }
  100% {
    transform: translateY(-101%);
  }
}
@keyframes side-left {
  0%, 14%, 24%, 34%, 35% {
    transform: translateY(101%);
  }
  44%, 79% {
    transform: translateY(0);
  }
  86% {
    transform: translateY(-101%);
  }
  100% {
    transform: translateY(-101%);
  }
}










  #shimmerWave {
    color: #8339e6;
    font-size: 24px;
    font-family: "Open-Sans", sans-serif;
    font-weight: 600;
    perspective: 80px;
    transform-style: preserve-3d;
  }
  #shimmerWave span {
    position: relative;
    transition: all 0.3s ease;
    display: inline-block;
    -webkit-animation: wave 2.4s ease infinite;
            animation: wave 2.4s ease infinite;
    letter-spacing: 0.01em;
    transform-origin: 100% 50%;
    transform-style: preserve-3d;
  }
  #shimmerWave span:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  #shimmerWave span:nth-child(2) {
    -webkit-animation-delay: 0.05s;
            animation-delay: 0.05s;
  }
  #shimmerWave span:nth-child(3) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  #shimmerWave span:nth-child(4) {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
  }
  #shimmerWave span:nth-child(5) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  #shimmerWave span:nth-child(6) {
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
  }
  #shimmerWave span:nth-child(7) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  #shimmerWave span:nth-child(8) {
    -webkit-animation-delay: 0.35s;
            animation-delay: 0.35s;
  }
  #shimmerWave span:nth-child(9) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  #shimmerWave span:nth-child(10) {
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s;
  }
  #shimmerWave span:nth-child(11) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  #shimmerWave span:nth-child(12) {
    -webkit-animation-delay: 0.55s;
            animation-delay: 0.55s;
  }
  #shimmerWave span:nth-child(13) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  #shimmerWave span:nth-child(14) {
    -webkit-animation-delay: 0.65s;
            animation-delay: 0.65s;
  }
  #shimmerWave span:nth-child(15) {
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
  }
  #shimmerWave span:nth-child(16) {
    -webkit-animation-delay: 0.75s;
            animation-delay: 0.75s;
  }
  #shimmerWave span:nth-child(17) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  #shimmerWave span:nth-child(18) {
    -webkit-animation-delay: 0.85s;
            animation-delay: 0.85s;
  }
  #shimmerWave span:nth-child(19) {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
  #shimmerWave span:nth-child(20) {
    -webkit-animation-delay: 0.95s;
            animation-delay: 0.95s;
  }
  #shimmerWave span:nth-child(21) {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  
  @-webkit-keyframes wave {
    0% {
      transform: translate3D(0, 0, 0) scale(1) rotateY(0);
      color: #8339e6;
      text-shadow: 0 0 0 rgba(70, 175, 200, 0);
    }
    12% {
      transform: translate3D(2px, -2px, 2px) scale(1.16) rotateY(6deg);
      color: #8339e6;
    }
    15% {
      text-shadow: 0 0 2px #8339e6;
    }
    24% {
      transform: translate3D(0, 0, 0) scale(1) rotateY(0);
      color: #8339e6;
      opacity: 1;
    }
    36% {
      transform: translate3D(0, 0, 0) scale(1);
    }
    100% {
      transform: scale(1);
      opacity: 0.8;
    }
  }
  
  @keyframes wave {
    0% {
      transform: translate3D(0, 0, 0) scale(1) rotateY(0);
      color: #8339e6;
      text-shadow: 0 0 0 rgba(70, 175, 200, 0);
    }
    12% {
      transform: translate3D(2px, -2px, 2px) scale(1.16) rotateY(6deg);
      color: #8339e6;
    }
    15% {
      text-shadow: 0 0 2px #8339e6;
    }
    24% {
      transform: translate3D(0, 0, 0) scale(1) rotateY(0);
      color: #8339e6;
      opacity: 1;
    }
    36% {
      transform: translate3D(0, 0, 0) scale(1);
    }
    100% {
      transform: scale(1);
      opacity: 0.8;
    }
  }

















  /* Explanation in JS tab */

/* Cool font from Google Fonts! */
@import url('https://fonts.googleapis.com/css?family=Raleway:900&display=swap');

body {
	margin: 0px;
}

#container {
	/* Center the text in the viewport. */
	position: absolute;
	margin: auto;
	width: 100vw;
	height: 80pt;
	
	
	/* This filter is a lot of the magic, try commenting it out to see how the morphing works! */
	filter: url(#threshold) blur(0.6px);
}

/* Your average text styling */
#text1, #text2 {
	position: absolute;
	width: 100%;
	display: inline-block;
	/* font-style: italic; */
  /* font-family: 'Courier New', Courier, monospace; */
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	/* font-family: 'Raleway', sans-serif; */
	font-size: 50pt;
	color: black;
	text-align: center;
	
	user-select: none;
}











/* 12 */
.btn-12{
  position: relative;
  right: 20px;
  bottom: 20px;
  border:none;
  box-shadow: none;
  width: 130px;
  height: 40px;
  line-height: 42px;
  -webkit-perspective: 230px;
  perspective: 230px;
}
.btn-12 span {
  color: #fff;
  background:#8339e6;
/* background: linear-gradient(0deg, rgba(0,172,238,1) 0%, rgba(2,126,251,1) 100%); */
  display: block;
  position: absolute;
  width: 130px;
  height: 40px;
  font-size: 18px;
  
  border-radius: 5px;
  margin:0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn-12 span:nth-child(1) {

  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.btn-12 span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.btn-12:hover span:nth-child(1) {

  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.btn-12:hover span:nth-child(2) {

 color: transparent;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}


.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
}