/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15-Aug-2021, 06:17:45
    Author     : swapnil
*/

/* Animation Index Slide 1 */

#sw_ab1.fadeUp .textBlock:first-of-type h1 {
  opacity: 0;
  animation-name: fadeUp_sl1;
  animation-duration: 2s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 0s;
  animation-timing-function: ease-out;
}
#sw_ab1.fadeUp .textBlock:first-of-type p:first-of-type {
  opacity: 0;
  animation-name: fadeUp2_sl1;
  animation-duration: 1s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 1s;
  animation-timing-function: ease-out;
}
#sw_ab1.fadeUp .textBlock:first-of-type #dIntro,
#sw_ab1.fadeUp .textBlock:first-of-type img {
  opacity: 0;
  animation-name: fadeUp_sl1;
  animation-duration: 1.5s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 2s;
  animation-timing-function: ease-out;
}

@keyframes fadeUp_sl1 {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeUp2_sl1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeUp3_sl1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Animation Index Slide 3 */
#sw_ab3.fadeUp #drops h1 {
  opacity: 0;
  animation-name: fadeUp_sl3;
  animation-duration: 2s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 0s;
  animation-timing-function: ease-out;
}
#sw_ab3.fadeUp .cardsWrapper {
  opacity: 0;
  animation-name: fadeUp2_sl3;
  animation-duration: 2s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 1.8s;
  animation-timing-function: ease-out;
}
#sw_ab33.fadeUp #drops h1 {
  opacity: 0;
  animation-name: fadeUp_sl3;
  animation-duration: 2s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 0s;
  animation-timing-function: ease-out;
}
#sw_ab33.fadeUp .cardsWrapper {
  opacity: 0;
  animation-name: fadeUp2_sl3;
  animation-duration: 2s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 1.8s;
  animation-timing-function: ease-out;
}
@keyframes fadeUp_sl3 {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeUp2_sl3 {
  0% {
    opacity: 0;
    transform: scale(50%);
  }
  100% {
    opacity: 1;
    transform: scale(100%);
  }
}
/* Animation Index Slide 4 */

#sw_ab4 .owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-left: -0.8%;
}

#sw_ab4 .owl-theme .owl-dot {
  width: 9em;
  height: 0.3em;
  margin: 1em 0em 1em 0em;
  margin-left: 1%;
  background: #d6d6d6;
  border-radius: 0.3em;
  overflow: hidden;
}
#sw_ab4 .owl-theme .owl-dots .owl-dot span {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-backface-visibility: visible;
  margin: 0px 0px;
  padding-left: 2em;
  margin-left: 0.5em;
}
#sw_ab4 .owl-theme .owl-dots .owl-dot:first-of-type span {
  background: url("../media/dot_1.png") no-repeat;
  transform: translateX(-106%);
  background-size: cover;
}
#sw_ab4 .owl-theme .owl-dots .owl-dot:last-of-type span {
  background: url("../media/dot_2.png") no-repeat;
  transform: translateX(-106%);
  background-size: cover;
}
#sw_ab4 .owl-theme .owl-dots .active span {
  animation: animatedBackground 10s linear infinite;
  -moz-animation: animatedBackground 10s linear infinite;
  -webkit-animation: animatedBackground 10s linear infinite;
  -ms-animation: animatedBackground 10s linear infinite;
  -o-animation: animatedBackground 10s linear infinite;
}

@keyframes animatedBackground {
  0% {
    transform: translateX(-106%);
  }
  100% {
    transform: translateX(-5%);
  }
}
@-moz-keyframes animatedBackground {
  0% {
    transform: translateX(-106%);
  }
  100% {
    transform: translateX(-5%);
  }
}
@-webkit-keyframes animatedBackground {
  0% {
    transform: translateX(-106%);
  }
  100% {
    transform: translateX(-5%);
  }
}
@-ms-keyframes animatedBackground {
  0% {
    transform: translateX(-106%);
  }
  100% {
    transform: translateX(-5%);
  }
}
@-o-keyframes animatedBackground {
  0% {
    transform: translateX(-106%);
  }
  100% {
    transform: translateX(-5%);
  }
}

/* Animation Index Slide 9 */

#sw_ab9.scaleIn > img {
  animation-name: scaleIn;
  animation-duration: 4s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
}
#sw_ab9.scaleIn #ab_9 {
  background-color: transparent;
  animation-name: bg_change_ab_9;
  animation-duration: 2s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 4s;
  animation-timing-function: ease;
}

#sw_ab9.scaleIn .textBlock:first-of-type h1 {
  opacity: 0;
  animation-name: fadeUp_sl9;
  animation-duration: 2s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 4.5s;
  animation-timing-function: ease-out;
}
#sw_ab9.scaleIn .textBlock:first-of-type p {
  opacity: 0;
  animation-name: fadeUp_sl9;
  animation-duration: 1s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 5.5s;
  animation-timing-function: ease-out;
}

#sw_ab9.scaleIn .textBlock:last-of-type {
  opacity: 0;
  animation-name: fadeUp2_sl9;
  animation-duration: 2s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 4.5s;
  animation-timing-function: ease;
}

@keyframes scaleIn {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    transform: scale(1.6);
    opacity: 1;
  }
}

@keyframes bg_change_ab_9 {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@keyframes fadeUp_sl9 {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeUp2_sl9 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Animation  About Slide 1 */
#sw_about1.fadeUp .textBlock h1 {
  /* opacity:0;
    animation-name: fadeUp_about1;
    animation-duration: 2s;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-iteration-count:1;
    animation-delay: 0s;
    animation-timing-function: ease-out; */
}

#sw_about1.fadeUp .textBlock p {
  /* opacity:0;
    animation-name: fadeUp_about1;
    animation-duration: 2s;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-iteration-count:1;
    animation-delay: 1s;
    animation-timing-function: ease-out; */
}

#sw_about1 .textBlock h1 {
  /*    opacity:1;
    animation-name: fadeOut_about1;
    animation-duration: 2s;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-iteration-count:1;
    animation-delay: 0s;
    animation-timing-function: ease-out;*/
}
#sw_about1 .textBlock p {
  /*    opacity:1;
    animation-name: fadeOut_about1;
    animation-duration: 2s;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-iteration-count:1;
    animation-delay: 1s;
    animation-timing-function: ease-out;*/
}

#reveal1 {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#reveal1.visible {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

@keyframes fadeUp_about1 {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

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

/*  about slide 2  */

#sw_about2.fadeUp .textBlock p {
  opacity: 0;
  animation-name: fadeUp_about2;
  animation-duration: 2s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 5s;
  animation-timing-function: ease-out;
}

@keyframes fadeUp_about2 {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

/*  about slide 3  */
#sw_about3.fadeUp .textBlock img {
  opacity: 0;
  animation-name: scaleUp_about3;
  animation-duration: 2s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 0s;
  animation-timing-function: ease-out;
}
#sw_about3 .textBlock p {
  opacity: 0;
}
#sw_about3 .textBlock p.fadeUpPara:first-of-type {
  opacity: 0;
  animation-name: fadeUp_about3;
  animation-duration: 2s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 0s;
  animation-timing-function: ease-out;
}

#sw_about3 .textBlock p.fadeUpPara:last-of-type {
  opacity: 0;
  animation-name: fadeUp_about3;
  animation-duration: 2s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 1s;
  animation-timing-function: ease-out;
}

@keyframes fadeUp_about3 {
  0% {
    opacity: 0;
    transform: translateY(30%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@keyframes scaleUp_about3 {
  0% {
    opacity: 0;
    transform: scale(0.1) translateY(100%);
  }
  /*    40%{
        transform:scale(0.5) translateY(50%);
    }*/
  100% {
    opacity: 1;
    transform: scale(1) translateY(0%);
  }
}

/*  about slide 4  */
#sw_about4 .imgBlock img {
}
#sw_about4.fadeUp .imgBlock img {
  opacity: 0;
  transform: scale(0.5) translateY(100%);
  animation-name: scaleUp_about4;
  animation-duration: 3s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 0s;
  animation-timing-function: ease-out;
}
#sw_about4.fadeUp .textBlock {
  opacity: 0;
  animation-name: fadeUp_about4;
  animation-duration: 2s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 3s;
  animation-timing-function: ease-out;
}

@keyframes fadeUp_about4 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes scaleUp_about4 {
  0% {
    opacity: 0;
    transform: scale(0.5) translateY(100%);
  }
  50% {
    transform: scale(0.5) translateY(50%);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0%);
  }
}
