
/* Effect 1 */

.typingEffect1 {
	font-family: lato;
  font-size: 5px;
  font-weight: 400;
  color: #312e2e;
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  border-right: 5px solid #d22960;
  animation: types 4s steps(30, end), cursorblink 1s step-end infinite;
}
@keyframes types {
   from { width: 0; }
   to { width:250px; }
}
 
@keyframes cursorblink{
  from, to {border-color: transparent}
  50%{ border-color:#d22960}
} 



/* Effect 2 */

.typingEffect2 {
  position: absolute;
  left: 16.5%;
  top: 77%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  letter-spacing: 5px;
  color: transparent;
}
.typingEffect2::before {
  content: attr(data-text);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  color: #782525;
  overflow: hidden;
  border-right: 5px solid #782525;
  animation: type 10s steps(18) infinite;
  white-space: nowrap;
  font-size: 22px;
	font-family: lato;

  font-weight: 400;

  text-transform: capitalize;
}
@keyframes type {
  
  0%{
    width:0%;
  }
  
  50%{
    width:100%;
    
  }
  
  100%{
    width:0%;
  }
  
}
/*****animated text End*****/
@-webkit-keyframes bg-animation {
    0% {
        background-position: top;
    }

    50% {
        background-position: bottom;
    }
    100% {
        background-position: top;
    }
}

@keyframes bg-animation {
    0% {
        background-position: top;
    }

    50% {
        background-position: bottom;
    }
    100% {
        background-position: top;
    }
}


/* Effect 3 */
h1.typingEffect3 {
  font-size: 36px;
  color: #8e8484;
  line-height: normal;
}
.typingEffect3{
  overflow:hidden;
  white-space:nowrap;
  width:8em;
  -webkit-animation: type 2s steps(15), blink 1s linear infinite; 
  margin:0;padding:0;
  border-right: 1px solid;
}
.typingEffect3:nth-child(2){
  width:10.5em;
  -webkit-animation: type2 4s steps(19), blink 1s linear infinite;
}
.typingEffect3:nth-child(3){
  width:10.5em;
  -webkit-animation: type2 8s steps(19), blink 1s linear infinite;
}
@keyframes type{
  from{width:0}
}
@keyframes type2{
  0%{width: 0;}
  50%{width: 0;}
  100%{ width: 100; } 
}
@keyframes blink{
  0%,100%{border-color:transparent}
  50%{border-color:black}
}


/* Effect 4 */
.typingEffect4 {
  animation: ctype 3s steps(21);
  overflow: hidden;
  white-space: nowrap;
  font-family: consolas;
  wdith: 22ch;
}
@keyframes ctype {
  0% {
    width: 0ch;
  }
  100% {
    width: 21ch;
  }
}


/* Effect 5 */

.typingEffect5 {
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
  font-family: 'Source Code Pro', monospace;
  font-size: 28px;
  color: rgba(142, 43, 43, 0.7);
  position: relative;
}

.borderstyle {
 border-bottom: solid 3px rgba(251, 12, 12, 0.93);
  position: absolute;
  right: -7px;
  width: 20px;
}
/* Animation */
.typingEffect5 {
  animation: animated-text 2s steps(30,end) 1s 1 normal both
}

.borderstyle {
   animation: animated-cursor 600ms steps(30,end) infinite;
}

/* text animation */

@keyframes animated-text{
  from{width: 0;}
  to{width: 515px;}
}

/* cursor animations */

@keyframes animated-cursor{
  from{border-bottom-color: rgba(251, 12, 12, 0.93);}
  to{border-bottom-color: transparent;}
}
/* Animation */
.typingEffect5 {
  animation: animated-text 2s steps(30,end) 1s 1 normal both
}

.borderstyle {
   animation: animated-cursor 600ms steps(30,end) infinite;
}

/* text animation */

@keyframes animated-text{
  from{width: 0;}
  to{width: 515px;}
}

/* cursor animations */

@keyframes animated-cursor{
  from{border-bottom-color: rgba(251, 12, 12, 0.93);}
  to{border-bottom-color: transparent;}
}






/* Effect 6 */

.typingEffect6 {
  border-right: solid 5px rgba(175, 183, 89, 0.7);
  white-space: nowrap;
  overflow: hidden;
  font-family: 'Source Code Pro', monospace;
  font-size: 28px;
  color: rgba(175, 183, 89, 0.7);
}

/* Animation */
.typingEffect6 {
  animation: animated-text-effect 4s linear 1s 1 normal both,
             animated-cursor 600ms linear infinite;
}

/* text animation */

@keyframes animated-text-effect{
  from{width: 0;}
  to{width: 456px;}
}

/* cursor animations */

@keyframes animated-cursor{
  from{border-right-color: rgba(175, 183, 89, 0.7);}
  to{border-right-color: transparent;}
}


/* Effect 7 */
.typingEffect7,
.te7-item {
  display: block;
  font-weight: 400;
}


/*The good stuff*/
.typingEffect7,
.te7-item {
  height: 80px;
}

.typingEffect7 {
  font-family: "Fira Mono", monospace;
  overflow: hidden;
  background-color: #d9d2d1;
  color: #343AA1;
  font-size: 14px;
  margin: 0;
}

.te7-item {
  position: relative;
  font-size: 1.5em;
  animation: animatetotop 6s steps(3) infinite;
}

.te7-item_inner,
.te7-item-overlay {
  display: inline-block;
}

.te7-item_inner {
  position: relative;
  line-height: 1;
}

.te7-item_inner:after {   
  content: "";
  position: absolute;
  top:-1px;
  right:0;
  bottom:-2px;
  left:0;
  border-left: 1px solid #343AA1;
  background-color: #ffffff;
  animation: animatetoright 1s steps(10) infinite alternate;
}

@keyframes animatetoright {
  0% {
    left: 0;
    margin-right: auto;
  }
  100% {
    left: 100%;
    margin-left: .6em;
    margin-right: -.6em;
  }
}

@keyframes animatetotop {
  0% {
    top: 0;
  }
  100% {
    top: -240px;
  }
}




/* Effect 8 */
.typingEffect8 p {
  border-right: .15em solid orange;
  font-family: "Courier";
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
}
.typingEffect8 p:nth-child(1) {
  width: 7.3em;
  -webkit-animation: type 2s steps(40, end);
  animation: type 2s steps(40, end);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.typingEffect8 p:nth-child(2) {
  width: 11.5em;
  opacity: 0;
  -webkit-animation: type2 2s steps(40, end);
  animation: type2 2s steps(40, end);
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.typingEffect8 p:nth-child(3) {
  width: 7.3em;
  opacity: 0;
  -webkit-animation: type3 5s steps(20, end), blink .5s step-end infinite alternate;
  animation: type3 5s steps(20, end), blink .5s step-end infinite alternate;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    border-right: .15em solid orange;
  }
  100% {
    border: none;
  }
}

@-webkit-keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    border-right: .15em solid orange;
  }
  100% {
    border: none;
  }
}

@keyframes type2 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    border-right: .15em solid orange;
  }
  100% {
    opacity: 1;
    border: none;
  }
}

@-webkit-keyframes type2 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    border-right: .15em solid orange;
  }
  100% {
    opacity: 1;
    border: none;
  }
}

@keyframes type3 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes type3 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}
@-webkit-keyframes blink {
  50% {
    border-color: tranparent;
  }
}