.wave_one_section_four.active .img_screen.one {
    animation: translateD1 0.9s both 0.5s;
}
.wave_one_section_four.active .img_screen.two {
    animation: translateD 0.9s both 1s;
}
.wave_one_section_four.active .img_screen.three {
    animation: translateDT 0.9s both 1.3s;
}
.wave_one_section_four.active .img_four {
    animation: wavee_fadeInUp 0.9s both 1.6s;
}
.wave_one_section_four .w_content_two h2,
.wave_one_section_four .w_content_two p,
.wave_one_section_four .w_content_two .p_btn {
    animation: wavee_fadeOut 0.4s both;
}

.wave_one_section_four.active .w_content_two h2 {
    animation: wavee_fadeInUp 0.9s both 1s;
}
.wave_one_section_four.active .w_content_two p {
    animation: wavee_fadeInUp 0.9s both 1.2s;
}

.wave_one_section_four.active .w_content_two .p_btn {
    animation: wavee_fadeInUp 0.9s both 1.4s;
}

.w_mockup_img .img_screen.three {
    transform: rotate(-5deg);
    animation: wavee_fadeOut 0.9s both;
}
.w_mockup_img .img_screen.two {
    transform: rotate(-12deg);
    animation: wavee_fadeOut 0.9s both;
}

.w_mockup_img .img_screen.one,
.wave_one_section_two .w_img_one img,
.w_phone_img .p_two,
.w_mockup_img .img_four {
    animation: wavee_fadeOut 0.9s both;
}
.w_phone_img .dot {
    transform: translateY(-50%);
}
.wave_one_section_three.active .w_phone_img .p_one {
    animation: wavee_fadeInLeft 0.9s both 0.5s;
}
.wave_one_section_three.active .w_phone_img .p_two {
    animation: wavee_slideInLeft 0.9s both 1s;
}
