
/* common css */
.bwdah-heading {
  display: block;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  transition: 0.3s;
  color: #343352;
  text-decoration: none;
}

.bwdah-heading-inner-wrapper {
  display: inline-block;
}

.bwdah-heading-inner {
  display: inline-block;
  text-transform: capitalize;
}
.bwdah-animated-heading-after-text{
  display: inline-block;
}

.bwdah-heading-inner span.bwd-fade {
  text-transform: initial;
}

.bwdcd-is-link-add{
  display: block;
  text-decoration: none;
}

.bwdcd-is-link-add:hover{
  color: inherit;
}

.bwdah-heading-inner span {
  color: #FE41D1;
}

/* common css */
/* =================splitAnimatingText start============== */
/* heading1 */
.bwdah-animated-heading-spl-1 .bwdah-heading-inner span {
  display: inline-block;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.3s ease;
  color: #3bd943;
}

.bwdah-animated-heading-spl-1 .bwdah-heading-inner span.bwd-fade {
  opacity: 1;
  transform: translateY(0);
}
/* heading1 */

/* heading 2 start */
.bwdah-heading-inner {
  display: inline-block;
  text-transform: capitalize;
}

.bwdah-animated-heading-spl-2 .bwdah-heading-inner span {
  display: inline-block;
  opacity: 0;
  transform: scale(0);
  transition: all 0.4s cubic-bezier(0.08, 1.09, 0.05, 1.275);
  color: #0984e3;
}

.bwdah-animated-heading-spl-2 .bwdah-heading-inner span.bwd-fade {
  text-transform: initial;
  opacity: 1;
  transform: scale(1);
}

/* heading 3 start */

.bwdah-heading-inner {
  display: inline-block;
  text-transform: capitalize;
}

.bwdah-animated-heading-spl-3 .bwdah-heading-inner span {
  display: inline-block;
  opacity: 0;
  color: #F7810E;

  transform-origin: bottom;
  transform: rotate3d(3, 1, 0, 45deg) translateY(-45px);
  transition: 0.5s;
}

.bwdah-animated-heading-spl-3 .bwdah-heading-inner span.bwd-fade {
  opacity: 1;
  transform: scale(1);
  transform: rotate3d(3, 1, 0, 0) translateY(0);
}
/* heading 3 end */

/* animated heading 4 start */
.bwdah-animated-heading-spl-4 .bwdah-heading-inner span {
  display: inline-block;
  opacity: 0;
}

.bwdah-animated-heading-spl-4 .bwdah-heading-inner span.bwd-fade {
  animation: TopToBottomJump 0.6s 1 linear;
  opacity: 1;
}

/* animated heading 5 start */
.bwdah-animated-heading-spl-5 .bwdah-heading-inner span {
  display: inline-block;
  opacity: 0;
  transform: translateX(250px);
}

.bwdah-animated-heading-spl-5 .bwdah-heading-inner span.bwd-fade {
  opacity: 1;
  transform: translateX(0);
  transition: 1s ease-in;
}

/* animated heading 6 start */
.bwdah-animated-heading-spl-6 .bwdah-heading-inner span {
  display: inline-block;
  opacity: 0;
}

.bwdah-animated-heading-spl-6 .bwdah-heading-inner span:nth-child(odd) {
  transform: translateY(100px);
}
.bwdah-animated-heading-spl-6 .bwdah-heading-inner span:nth-child(even) {
  transform: translateY(-100px);
}

.bwdah-animated-heading-spl-6 .bwdah-heading-inner span.bwd-fade {
  opacity: 1;
  transform: translateY(0);
  transition: 1s ease-in;
}

/* animated heading 7 start */

.bwdah-animated-heading-spl-7 .bwdah-heading-inner {
  perspective: 1000px;
  transform-style: preserve-3d;
}

.bwdah-animated-heading-spl-7 .bwdah-heading-inner span {
  display: inline-block;
  opacity: 0;
  transform: translateX(100px) rotateY(90deg) rotateX(90deg);
  transform-style: preserve-3d;
}

.bwdah-animated-heading-spl-7 .bwdah-heading-inner span.bwd-fade {
  opacity: 1;
  transform: translateX(0) rotateY(0) rotateX(0);
  transition: 1s ease-in;
}

/* animated heading 8 start */
.bwdah-animated-heading-spl-8 .bwdah-heading-inner span {
  display: inline-block;
  opacity: 0;
}
.bwdah-animated-heading-spl-8 .bwdah-heading-inner span.bwd-fade {
  animation: BottomToTopJump 0.6s 1 linear;
  opacity: 1;
}
/* animated heading 9 start */
.bwdah-animated-heading-spl-9 .bwdah-heading-inner span {
  display: inline-block;
  opacity: 0;
  transform: rotate(-90deg);
  transition: 0.6s;
}
.bwdah-animated-heading-spl-9 .bwdah-heading-inner span.bwd-fade {
  transform: rotate(0);
  opacity: 1;
}
/* animated heading 10 start */
.bwdah-animated-heading-spl-10 .bwdah-heading-inner span {
  display: inline-block;
  opacity: 0;
  transform: rotateY(1440deg);
  transition: 0.6s;
}
.bwdah-animated-heading-spl-10 .bwdah-heading-inner span.bwd-fade {
  transform: rotateY(0);
  opacity: 1;
}
/* animated heading 11 start */
.bwdah-animated-heading-spl-11 .bwdah-heading-inner span {
  display: inline-block;
  color: #0984e3;
  animation: infiniteRotateX 0.6s infinite linear;
  text-transform: uppercase;
}
.bwdah-animated-heading-spl-11 .bwdah-heading-inner span.bwd-fade {
  animation: stopRotateX 0.6s 1  linear;
  text-transform: initial;
  opacity: 1;
}
@keyframes infiniteRotateX {
  from {
    transform: rotateX(0);
  }
  to {
    transform: rotateX(260deg);
  }
}
@keyframes stopRotateX {
  from {
    transform: rotateX(0deg);
  }
  to {
    transform: rotateX(0deg);
  }
}
/* animated heading 12 start */
.bwdah-animated-heading-spl-12 .bwdah-heading-inner span {
  display: inline-block;
  color: #0984e3;
  animation: infiniteRotateY 0.6s infinite linear;
  text-transform: uppercase;
  
}

.bwdah-animated-heading-spl-12 .bwdah-heading-inner span.bwd-fade {
  animation: stopRotateY 0.6s 1 linear;
  text-transform: initial;
  opacity: 1;
}

@keyframes infiniteRotateY {
  from {
    transform: rotateY(0);
  }
  to {
    transform: rotateY(1440deg);
  }
}

@keyframes stopRotateY {
  from {
    transform: rotateY(0);
  }
  to {
    transform: rotateY(0);
  }
}

/* animated heading 13 start */
.bwdah-animated-heading-spl-13 .bwdah-heading-inner span {
  display: inline-block;
}

.bwdah-animated-heading-spl-13 .bwdah-heading-inner span.bwd-fade {
  animation: TBUpDown 0.5s 1 ease-in;
  text-transform: initial;
}

@keyframes TBUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}

/* animated heading 14 start */
.bwdah-animated-heading-spl-14 .bwdah-heading-inner span {
  display: inline-block;

}

.bwdah-animated-heading-spl-14 .bwdah-heading-inner span.bwd-fade {
  animation: BTUpDown 0.5s 1 ease-in;
  text-transform: initial;
}

@keyframes BTUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
}

/* ======================================= */

/* =================splitAnimatingText end============== */

/* ==================================== */

/* =================typingRoot start============== */

/* animated heading 15 start */
.bwdah-animated-heading-typ-1 .bwdah-heading-inner-wrapper {
  position: relative;
  color: #0984e3;
  font-weight: 400;
}
.bwdah-animated-heading-typ-1 .bwdah-heading-inner-wrapper::before {
  content: "";
  position: absolute;
  width: 2px;
  background: red;
  height: 100%;
  right: -7px;
  max-height: 60px;
  top: 50%;
  transform: translateY(-50%);
  animation: linePopUp 0.6s infinite ease-in alternate;
}
@keyframes linePopUp {
  from {
    max-height: 0;
  }
  to {
    max-height: 100%;
  }
}
/* animated heading 15 end */

/* animated heading 16 start */
.bwdah-animated-heading-typ-2 {
  color: #0c2461;
}

.bwdah-animated-heading-typ-2 .bwdah-heading-inner-wrapper {
  position: relative;
  font-weight: 400;
  background-color: #0c2461;
  padding: 5px 15px;
  border-radius: 15px;
  color: #fff;
}

.bwdah-animated-heading-typ-2 .bwdah-heading-inner-wrapper::before {
  content: "";
  position: absolute;
  width: 3px;
  background: rgb(182, 3, 164);
  height: 100%;
  right: 0;
  max-height: 60px;
  top: 50%;
  transform: translateY(-50%);
  animation: linePopUp2 0.8s infinite ease-in alternate;
}
/* =================typingRoot end============== */

/* ==================================== */

/* =================scrollAnimation start============== */


/* animated heading 17 start */
.bwdah-animated-heading-srl-1 {
  transition: all 0.8s cubic-bezier(0.08, 1.09, 0.05, 1.275);
  transform: translateX(1000px);
  visibility: hidden;
  opacity: 0;
  color: #187dca;
}
.bwdah-animated-heading-srl-1.active {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

/* animated heading 15 start */
.bwdah-animated-heading-srl-1 {
  transition: all 0.8s cubic-bezier(0.08, 1.09, 0.05, 1.275);
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
  color: #187dca;
}
.bwdah-animated-heading-srl-1.active {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}

/* animated heading 18 start*/
.bwdah-animated-heading-srl-2 {
  transition: .5s;
  text-transform: capitalize;
  transform: translateX(500px) rotateY(180deg);
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
}

.bwdah-animated-heading-srl-2.active {
  transform: translateX(0) rotateY(0);
  visibility: visible;
  opacity: 1;
}

.bwdah-animated-heading-before-text {
  transition: 0.4s;
  display: inline-block;
}
/* animated heading 18 end*/

/* ======================================= */
/* =================scrollAnimation end============== */

/* ==================================== */

/* =================textAnimation start============== */

/* ======================================= */
/* animated heading 19 start*/
.bwdah-animated-heading-mlt-1 .bwdah-heading-inner-wrapper {
  transform: scale(1.2);
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease-in-out;
  text-transform: capitalize;
  color: #273c75;
}

.bwdah-animated-heading-mlt-1 .bwdah-heading-inner-wrapper.active {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
/* animated heading 19 end*/
/* ======================================= */
/* animated heading 20 start*/
.bwdah-animated-heading-mlt-2 .bwdah-heading-inner-wrapper {
  transform: translateX(100px) rotateY(180deg);
  visibility: hidden;
  opacity: 0;
  transition: 0.7s ease-in-out;
  text-transform: capitalize;
  color: #273c75;
}

.bwdah-animated-heading-mlt-2 .bwdah-heading-inner-wrapper.active {
  transform: translateX(0) rotateX(0);
  visibility: visible;
  opacity: 1;
}
/* animated heading 20 end*/
/* ======================================= */
/* animated heading 21 start*/
.bwdah-animated-heading-mlt-3 .bwdah-heading-inner-wrapper {
  position: relative;
  text-transform: capitalize;
  color: #3b3b98;
  transform-origin: bottom;

  animation: cd-rotate-1-out 2s infinite;
}
/* animated heading 21 end*/

/* animation */
@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}

/* ======================================= */
/* animated heading 22 start*/
.bwdah-animated-heading-mlt-4 .bwdah-heading-inner-wrapper {
  position: relative;
  text-transform: capitalize;
  color: #273c75;
  transform-origin: bottom;
}

.bwdah-animated-heading-mlt-4 .bwdah-heading-inner-wrapper.active {
  animation: wordDancing 1s 1;
}

/* ======================================= */
/* animated heading 23 start*/
.bwdah-animated-heading-mlt-5 .bwdah-heading-inner-wrapper {
  position: relative;
  text-transform: capitalize;
  color: #273c75;
  transform-origin: bottom;
}

.bwdah-animated-heading-mlt-5 .bwdah-heading-inner-wrapper.active {
  animation: LTR 0.7s 1 ease;
}

/* ======================================= */
/* animated heading 24 start*/
.bwdah-animated-heading-mlt-6 .bwdah-heading-inner-wrapper {
  position: relative;
  text-transform: capitalize;
  color: #273c75;
  transform-origin: bottom right;
  transform: rotate(-30deg);
  transition: all 0.5s cubic-bezier(0.08, 1.09, 0.16, 1.275);
  opacity: 0;
  visibility: hidden;
}

.bwdah-animated-heading-mlt-6 .bwdah-heading-inner-wrapper.active {
  transform: rotate(0);
  opacity: 1;
  visibility: visible;
}


/* animated heading 25 start*/
.bwdah-animated-heading-mlt-7 .bwdah-heading-inner-wrapper {
  position: relative;
  text-transform: capitalize;
  color: #273c75;
  transform-origin: top;
}

.bwdah-animated-heading-mlt-7 .bwdah-heading-inner-wrapper.active {
  animation: bottomHanging 0.5s 4 linear;
}

@keyframes bottomHanging {
  from {
    transform: rotateX(60deg);
  }

  to {
    transform: rotateX(-60deg);
  }
}

/* ======================================= */
/* animated heading 26 start*/
.bwdah-animated-heading-mlt-8 .bwdah-heading-inner-wrapper {
  position: relative;
  text-transform: capitalize;
  color: #273c75;
  transform: translateY(-30px);
  transition: all 0.5s cubic-bezier(0.08, 1.09, 0.16, 1.275);
  opacity: 0;
  visibility: hidden;
  font-style: italic;
}

.bwdah-animated-heading-mlt-8 .bwdah-heading-inner-wrapper.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

/* animated heading 27 start */
.bwdah-animated-heading-mlt-9{
  text-transform: capitalize;
}

.bwdah-animated-heading-mlt-9 .bwdah-heading-inner-wrapper {
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.08, 1.09, 0.32, 1.275);
  color: tomato;
  position: absolute;
}

.bwdah-animated-heading-mlt-9 .bwdah-heading-inner-wrapper.active {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  position: initial;
}
/* animated heading 27 end */


/* animated heading 28 start*/
.bwdah-animated-heading-mlt-10 .bwdah-heading-inner-wrapper {
  position: relative;
  text-transform: capitalize;
  color: #273c75;
  transform-origin: top;
}

.bwdah-animated-heading-mlt-10 .bwdah-heading-inner-wrapper.active {
  animation: heartBeat 0.8s 1 linear;
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.4);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}

/* ======================================= */
/* animated heading 29 start*/
.bwdah-animated-heading-mlt-11 .bwdah-heading-inner-wrapper {
  position: relative;
  text-transform: capitalize;
  color: #273c75;
}

.bwdah-animated-heading-mlt-11 .bwdah-heading-inner-wrapper.active {
  animation: backInDown 0.8s 1 ease;
}

@keyframes backInDown {
  0% {
    transform: translateY(-300px) scale(0.7);
    opacity: 0;
  }

  70% {
    transform: translateY(0) scale(0.7);
    opacity: 1;
  }

  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

/* ======================================= */
/* animated heading 30 start*/
.bwdah-animated-heading-mlt-12 .bwdah-heading-inner-wrapper {
  position: relative;
  text-transform: capitalize;
  color: #273c75;
}

.bwdah-animated-heading-mlt-12 .bwdah-heading-inner-wrapper.active {
  animation: backInLeft 0.8s 1 ease;
}

@keyframes backInLeft {
  0% {
    transform: translateX(-400px) scale(0.7);
    opacity: 0;
  }

  70% {
    transform: translateX(0) scale(0.7);
    opacity: 1;
  }

  100% {
    transform: translateX(0) scale(1);
    opacity: 1;
  }
}

/* ======================================= */
/* animated heading 31 start*/
.bwdah-animated-heading-mlt-13 .bwdah-heading-inner-wrapper {
  position: relative;
  text-transform: capitalize;
  color: #273c75;
}

.bwdah-animated-heading-mlt-13 .bwdah-heading-inner-wrapper.active {
  animation: swing 0.8s 1 ease;
}

@keyframes swing {
  0% {
    transform: rotate(0) scale(1);
  }

  20% {
    transform: rotate(15deg) scale(1.2);
  }
  40% {
    transform: rotate(-15deg) scale(1.2);
  }
  60% {
    transform: rotate(12deg) scale(1.2);
  }
  80% {
    transform: rotate(-12deg) scale(1.2);
  }
  100% {
    transform: rotate(0) scale(1);
  }
}

/* all animation */
@keyframes linePopUp2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* wordDancing animation */
@keyframes wordDancing {
  20% {
    transform: skew(10deg, 10deg);
  }
  40% {
    transform: skew(-10deg, -10deg);
  }
  60% {
    transform: skew(5deg, 5deg);
  }
  80% {
    transform: skew(-5deg, -5deg);
  }
  100% {
    transform: skew(0deg, 0deg);
  }
}

/* left to right animation*/
@keyframes LTR {
  0% {
    transform: translateX(-120px);
  }
  45% {
    transform: translateX(50px);
  }

  80% {
    transform: translateX(-30px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes TopToBottomJump {
  0% {
    transform: translateY(-100px);
    opacity: 1;
  }

  65% {
    transform: translateY(70px);
    opacity: 1;
  }
  80% {
    transform: translateY(-20px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes BottomToTopJump {
  0% {
    transform: translateY(100px);
    opacity: 1;
  }

  65% {
    transform: translateY(-70px);
    opacity: 1;
  }

  80% {
    transform: translateY(20px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* =================textAnimation end============== */
/* ==================================== */
