/* Pai Hero Banner Animation Start From Here */
.andDataHeroAnimation.paiAnimation {
    position: relative;
    width: 100%;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.andDataHeroAnimation.paiAnimation::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../images/pai-innovation-bg.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    animation: paiBgBlink 50s 2s infinite linear;
}

@keyframes paiBgBlink {
    0% {
        transform: rotate(0);
        opacity: 1;
    }

    50% {
        transform: rotate(-180deg);
        opacity: 0.75;
    }

    100% {
        transform: rotate(-360deg);
        opacity: 0.5;
    }
}

.paiAnimation .paiAnimateCircle {
    position: relative;
    width: 424px;
    height: 424px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.paiAnimation .paiAnimateCircle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/pai-innovation-circle.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    animation: paiCircleRotate 50s 3s infinite linear;
}

@keyframes paiCircleRotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}
.paiAnimation .paiAnimateCircle img {
    width: 210px;
}
@media (max-width:1599px){
    .andDataHeroAnimation.paiAnimation {
        min-height: 550px;
    }
    .paiAnimation .paiAnimateCircle {
        width: 375px;
        height: 375px;
    }
    .paiAnimation .paiAnimateCircle img {
        width: 185px;
    }
}
@media (max-width:1399px){
    .andDataHeroAnimation.paiAnimation {
        min-height: 500px;
    }
    .paiAnimation .paiAnimateCircle {
        width: 325px;
        height: 325px;
    }
    .paiAnimation .paiAnimateCircle img {
        width: 160px;
    }
}
@media (max-width:1199px){
    .andDataHeroAnimation.paiAnimation {
        min-height: 400px;
    }
    .paiAnimation .paiAnimateCircle {
        width: 280px;
        height: 280px;
    }
    .paiAnimation .paiAnimateCircle img {
        width: 140px;
    }
}
@media (max-width:991px){
    .andDataHeroAnimation.paiAnimation {
        min-height: 350px;
    }
    .paiAnimation .paiAnimateCircle {
        width: 240px;
        height: 240px;
    }
    .paiAnimation .paiAnimateCircle img {
        width: 120px;
    }
}
@media (max-width:767px){
    .andData_Banner-ImgWrap:has(.andDataHeroAnimation.paiAnimation) {
        width: 100%;
        max-width: 350px;
    }
    .andDataHeroAnimation.paiAnimation::before{
        background-size: cover;
    }
}
@media (max-width:450px){
    .andDataHeroAnimation.paiAnimation {
        min-height: 280px;
    }
    .paiAnimation .paiAnimateCircle {
        width: 200px;
        height: 200px;
    }
    .paiAnimation .paiAnimateCircle img {
        width: 100px;
    }
}
/* Pai Hero Banner Animation Close From Here */
/* Voice Data banner Animation Start From Here */
.andDataHeroAnimation.voiceAnimation {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
.voiceAnimation .voicePowerImg .voicePowerBase {
    width: 258px;
}
.andDataHeroAnimation.voiceAnimation::after {
    content: '';
    position: absolute;
    top: 3%;
    left: calc(100% + 6%);
    width: 31px;
    height: 31px;
    background-image: url(../images/setting-dark-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    animation: rotateSettingSolid 10s infinite linear;
}

@keyframes rotateSettingSolid {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.andDataHeroAnimation.voiceAnimation::before {
    content: '';
    position: absolute;
    right: calc(100% + 10%);
    bottom: 30%;
    width: 36px;
    height: 36px;
    background-image: url(../images/setting-stroke-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    animation: rotateSettingStroke 10s infinite linear;
}

@keyframes rotateSettingStroke {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.voiceAnimation .voicePowerImg {
    position: relative;
}

.voiceAnimation .voicePowerImg::before,
.voiceAnimation .voicePowerImg::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 127px;
    height: 68px;
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center;
}

.voiceAnimation .voicePowerImg::before {
    right: 100%;
    background-image: url(../images/voiceLeftWave.png);
    animation: bgImgAnimateLeft 15s infinite linear forwards;
}

@keyframes bgImgAnimateLeft {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -500px 0;
    }
}

.voiceAnimation .voicePowerImg::after {
    left: 100%;
    background-image: url(../images/voiceRightWave.png);
    animation: bgImgAnimateRight 15s infinite linear forwards;
}

@keyframes bgImgAnimateRight {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 500px 0;
    }
}

.voicePowerImg .voicePowerIcon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    animation: zoomIcon 2s infinite linear alternate;
    width: 215px;
}

@keyframes zoomIcon {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        transform: translate(-50%, -50%) scale(0.8);
    }
}

.voicePowerImg .voiceRightBtn {
    position: absolute;
    top: 12%;
    right: -30%;
    z-index: 1;
    animation: voiceBtn 2s infinite linear alternate;
    width: 244px;
}

.voicePowerImg .voiceLeftBtn {
    position: absolute;
    bottom: 12%;
    left: -30%;
    z-index: 1;
    animation: voiceBtn 4s infinite linear alternate;
    width: 244px;
}

@keyframes voiceBtn {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(10px);
    }
}

.voiceBigChatBox {
    position: absolute;
    right: calc(100% + 10%);
    top: 22%;
    animation: moveChatBox 4s infinite linear alternate;
    width: 100px;
}

.voiceSmallChatBox {
    position: absolute;
    top: 32%;
    left: calc(100% + 6%);
    animation: moveChatBox 4s infinite linear alternate;
    width: 55px;
}

@keyframes moveChatBox {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(10px);
    }
}

.voiceInnerWave {
    position: absolute;
    bottom: 22%;
    right: 5px;
    animation: blinkWave .5s infinite linear alternate;
    width: 108px;
}

@keyframes blinkWave {
    0% {
        transform: scaleY(1);
    }

    100% {
        transform: scaleY(0.5);
    }
}
@media (max-width:1399px){
    .voiceAnimation .voicePowerImg .voicePowerBase {
        width: 225px;
    }
    .voicePowerImg .voiceRightBtn,
    .voicePowerImg .voiceLeftBtn {
        width: 200px;
    }
    .voicePowerImg .voicePowerIcon {
        width: 180px;
    }
    .voiceBigChatBox {
        width: 80px;
    }
    .voiceSmallChatBox {
        width: 40px;
    }
    .voiceAnimation .voicePowerImg::before, .voiceAnimation .voicePowerImg::after {
        width: 100px;
        height: 55px;
    }
    .voiceInnerWave {
        width: 80px;
    }
    .andDataHeroAnimation.voiceAnimation::before {
        width: 30px;
        height: 30px;
    }
    .andDataHeroAnimation.voiceAnimation::after {
        width: 25px;
        height: 25px;
    }
}
@media (max-width:1199px){
    .voiceAnimation .voicePowerImg .voicePowerBase {
        width: 175px;
    }
    .voicePowerImg .voiceRightBtn,
    .voicePowerImg .voiceLeftBtn {
        width: 150px;
    }
    .voicePowerImg .voicePowerIcon {
        width: 140px;
    }
    .voiceBigChatBox {
        width: 60px;
    }
    .voiceAnimation .voicePowerImg::before, .voiceAnimation .voicePowerImg::after {
        width: 80px;
        height: 40px;
    }
}
@media (max-width:450px){
    .voiceAnimation .voicePowerImg .voicePowerBase {
        width: 140px;
    }
    .voicePowerImg .voicePowerIcon {
        width: 115px;
    }
    .voicePowerImg .voiceRightBtn, .voicePowerImg .voiceLeftBtn {
        width: 100px;
    }
    .voiceBigChatBox {
        width: 50px;
    }
    .voiceSmallChatBox {
        width: 32px;
    }
    .voiceAnimation .voicePowerImg::before, .voiceAnimation .voicePowerImg::after {
        width: 60px;
        height: 40px;
    }
    .andDataHeroAnimation.voiceAnimation::after {
        width: 20px;
        height: 20px;
    }
    .andDataHeroAnimation.voiceAnimation::before {
        width: 25px;
        height: 25px;
    }
}
/* Voice Data banner Animation Close From Here */
/* Annotation banner CSS Start From Here */
.andDataHeroAnimation.annotationAnimation {
    position: relative;
    width: 95%;
    margin-left: auto;
}

.andDataHeroAnimation.annotationAnimation::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 505px;
    height: 185px;
    z-index: 1;
    background-image: url(../images/annotation-drops.png);
    background-size: contain;
    background-repeat: repeat;
    background-position: center bottom;
    animation: animatedDrops 15s infinite linear forwards;
}

@keyframes animatedDrops {
    0% {
        background-position: center bottom 0;
    }

    100% {
        background-position: center bottom 500px;
    }
}

.annotationAnimation .annotationContentImg {
    position: relative;
    z-index: 1;
    line-height: 0;
    width: fit-content;
    margin: 0 auto;
}
.annotationAnimation .annotationContentImg .voiceLeftBtn {
    width: 301px;
}
.annotationAnimation .annotationBase {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 0;
}

.annotationAnimation .annotationBase img {
    width: 550px;
    display: block;
    margin: 0 auto;
}
.annotationAnimation .annotationContentImg::before, .annotationAnimation .annotationContentImg::after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    animation: annotationBoxMove 1.5s infinite linear alternate;
}
.annotationAnimation .annotationContentImg::before {
    width: 220px;
    height: 120px;
    background-image: url(../images/annotation-left-box.svg);
    background-position: top right;
    right: 91%;
    top: 20%;
}
.annotationAnimation .annotationContentImg::after {
    width: 185px;
    height: 100px;
    background-image: url(../images/annotation-right-box.svg);
    background-position: top left;
    left: 91%;
    top: 17%;
}
@keyframes annotationBoxMove{
    0%{
        transform: translateY(0);
    }
    100%{
        transform: translateY(-10px);
    }
}
.andData_Banner-ImgWrap:has(.andDataHeroAnimation.annotationAnimation) {
    width: 100%;
}
@media (max-width:1599px){
    .annotationAnimation .annotationContentImg .voiceLeftBtn {
        width: 250px;
    }
    .annotationAnimation .annotationBase img {
        width: 460px;
    }
    .annotationAnimation .annotationContentImg::before {
        width: 180px;
        height: 90px;
    }
    .annotationAnimation .annotationContentImg::after {
        width: 140px;
        height: 70px;
        left: 92%;
        top: 20%;
    }
    .andDataHeroAnimation.annotationAnimation::before {
        width: 425px;
        height: 160px;
    }
}
@media (max-width:1399px){
    .annotationAnimation .annotationContentImg .voiceLeftBtn {
        width: 225px;
    }
    .annotationAnimation .annotationBase img {
        width: 400px;
    }
    .annotationAnimation .annotationContentImg::before {
        width: 150px;
        height: 75px;
    }
    .annotationAnimation .annotationContentImg::after {
        width: 120px;
        height: 60px;
        top: 22%;
    }
    .andDataHeroAnimation.annotationAnimation::before {
        width: 375px;
        height: 130px;
    }
}
@media (max-width:1199px){
    .annotationAnimation .annotationContentImg .voiceLeftBtn {
        width: 190px;
    }
    .annotationAnimation .annotationBase img {
        width: 375px;
    }
    .annotationAnimation .annotationContentImg::before {
        width: 130px;
        height: 65px;
    }
    .annotationAnimation .annotationContentImg::after {
        width: 106px;
        height: 53px;
    }
    .andDataHeroAnimation.annotationAnimation::before {
        width: 345px;
        height: 130px;
    }
}
@media (max-width:991px){
    .annotationAnimation .annotationContentImg .voiceLeftBtn {
        width: 165px;
    }
    .annotationAnimation .annotationBase img {
        width: 350px;
    }
    .annotationAnimation .annotationContentImg::before {
        width: 110px;
        height: 55px;
    }
    .annotationAnimation .annotationContentImg::after {
        width: 90px;
        height: 45px;
    }
    .andDataHeroAnimation.annotationAnimation::before {
        width: 260px;
        height: 105px;
    }
}
@media (max-width:767px){
    .andData_Banner-ImgWrap:has(.andDataHeroAnimation.annotationAnimation) {
        max-width: 450px;
    }
    .annotationAnimation .annotationContentImg .voiceLeftBtn {
        width: 200px;
    }
    .annotationAnimation .annotationBase img {
        width: 380px;
    }
    .annotationAnimation .annotationContentImg::before {
        width: 140px;
        height: 70px;
    }
    .annotationAnimation .annotationContentImg::after {
        width: 110px;
        height: 55px;
    }
    .andDataHeroAnimation.annotationAnimation::before {
        width: 350px;
        height: 130px;
    }
}
@media (max-width:450px){
    .annotationAnimation .annotationContentImg .voiceLeftBtn {
        width: 140px;
    }
    .annotationAnimation .annotationBase img {
        width: 250px;
    }
    .annotationAnimation .annotationContentImg::before {
        width: 90px;
        height: 45px;
    }
    .annotationAnimation .annotationContentImg::after {
        width: 66px;
        height: 33px;
    }
    .andDataHeroAnimation.annotationAnimation::before {
        width: 225px;
        height: 95px;
    }
}
/* Annotation banner CSS Close From Here */