/* Video Game Cyber Glitch Effect */
.glitch-text-fd8275b7 {
    position: relative;
    display: inline-block;
    color: #fff;
    text-shadow: 0.05em 0 0 rgba(255, 0, 0, 0.75),
                -0.025em -0.05em 0 rgba(0, 255, 0, 0.75),
                0.025em 0.05em 0 rgba(0, 0, 255, 0.75);
    animation: glitch_fd8275b7 1s infinite;
}

.glitch-text-fd8275b7::before,
.glitch-text-fd8275b7::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

.glitch-text-fd8275b7::before {
    left: 2px;
    text-shadow: -2px 0 #ff00c1;
    clip: rect(44px, 450px, 56px, 0);
    animation: glitch_anim_1_fd8275b7 5s infinite linear alternate-reverse;
}

.glitch-text-fd8275b7::after {
    left: -2px;
    text-shadow: -2px 0 #00fff9, 0 2px #ff00c1;
    clip: rect(85px, 450px, 140px, 0);
    animation: glitch_anim_2_fd8275b7 5s infinite linear alternate-reverse;
}

@keyframes glitch_fd8275b7 {
    0% {
        text-shadow: 0.05em 0 0 rgba(255, 0, 0, 0.75),
                    -0.025em -0.05em 0 rgba(0, 255, 0, 0.75),
                    0.025em 0.05em 0 rgba(0, 0, 255, 0.75);
    }
    14% {
        text-shadow: 0.05em 0 0 rgba(255, 0, 0, 0.75),
                    -0.025em -0.05em 0 rgba(0, 255, 0, 0.75),
                    0.025em 0.05em 0 rgba(0, 0, 255, 0.75);
    }
    15% {
        text-shadow: -0.05em -0.025em 0 rgba(255, 0, 0, 0.75),
                    0.025em 0.025em 0 rgba(0, 255, 0, 0.75),
                    -0.05em -0.05em 0 rgba(0, 0, 255, 0.75);
    }
    49% {
        text-shadow: -0.05em -0.025em 0 rgba(255, 0, 0, 0.75),
                    0.025em 0.025em 0 rgba(0, 255, 0, 0.75),
                    -0.05em -0.05em 0 rgba(0, 0, 255, 0.75);
    }
    50% {
        text-shadow: 0.025em 0.05em 0 rgba(255, 0, 0, 0.75),
                    0.05em 0 0 rgba(0, 255, 0, 0.75),
                    0 -0.05em 0 rgba(0, 0, 255, 0.75);
    }
    99% {
        text-shadow: 0.025em 0.05em 0 rgba(255, 0, 0, 0.75),
                    0.05em 0 0 rgba(0, 255, 0, 0.75),
                    0 -0.05em 0 rgba(0, 0, 255, 0.75);
    }
    100% {
        text-shadow: -0.025em 0 0 rgba(255, 0, 0, 0.75),
                    -0.025em -0.025em 0 rgba(0, 255, 0, 0.75),
                    -0.025em -0.05em 0 rgba(0, 0, 255, 0.75);
    }
}

@keyframes glitch_anim_1_fd8275b7 {
    0% { clip: rect(15px, 9999px, 66px, 0); }
    10% { clip: rect(34px, 9999px, 55px, 0); }
    20% { clip: rect(1px, 9999px, 83px, 0); }
    30% { clip: rect(62px, 9999px, 75px, 0); }
    40% { clip: rect(5px, 9999px, 45px, 0); }
    50% { clip: rect(87px, 9999px, 91px, 0); }
    60% { clip: rect(22px, 9999px, 14px, 0); }
    70% { clip: rect(98px, 9999px, 30px, 0); }
    80% { clip: rect(40px, 9999px, 73px, 0); }
    90% { clip: rect(65px, 9999px, 12px, 0); }
    100% { clip: rect(81px, 9999px, 5px, 0); }
}

@keyframes glitch_anim_2_fd8275b7 {
    0% { clip: rect(45px, 9999px, 12px, 0); }
    10% { clip: rect(12px, 9999px, 87px, 0); }
    20% { clip: rect(89px, 9999px, 45px, 0); }
    30% { clip: rect(10px, 9999px, 33px, 0); }
    40% { clip: rect(54px, 9999px, 67px, 0); }
    50% { clip: rect(23px, 9999px, 98px, 0); }
    60% { clip: rect(76px, 9999px, 12px, 0); }
    70% { clip: rect(34px, 9999px, 45px, 0); }
    80% { clip: rect(88px, 9999px, 2px, 0); }
    90% { clip: rect(11px, 9999px, 99px, 0); }
    100% { clip: rect(43px, 9999px, 11px, 0); }
}
