
.style2 .video__content a i {
    color:#fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .style2 .video__area .play-now {
        width: 150px;
        height: 150px;
        line-height: 120px;
    }
}
@media only screen and (max-width: 767px) {
    .style2 .video__area .play-now {
        width: 120px;
        height: 120px;
        line-height: 90px;
    }
}
.style2 .video__content {
    display: block;
    width: 100%;
    height: 550px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .style2 .video__content {
        height: 550px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .style2 .video__content {
        height: 550px;
    }
}
@media only screen and (max-width: 767px) {
    .style2 .video__content {
        height: 450px;
    }
}
.style2 .video__content a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: none;
    background-color: transparent;
}
.style2 .cursor {
    position: fixed;
    pointer-events: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #3BCFAB; 
    background: #fff;
    border: 16px solid #3BCFAB;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 135px;
    height: 135px;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    z-index: 999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.style2 .cursor.video {
    width: 200px;
    height: 200px;
}
@media only screen and (max-width: 767px) {
    .style2 .cursor.video {
        display: none;
    }
}


.work-shape-img-04{
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: work-shape-move;
}
@keyframes work-shape-move {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}



 /*rotate animation */

.finace-whychoose-rotateme {
  -webkit-animation-name: finace-whychoose-rotateme;
          animation-name: finace-whychoose-rotateme;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@keyframes finace-whychoose-rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}


.dance {
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 2s alternate infinite;
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}


.dance4 {
    -webkit-animation: dance4 3s alternate infinite;
    animation: dance4 3s alternate infinite;
}
@keyframes dance4 {
    0% {
        -webkit-transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1.1);
    }
}


