/* ============================================
   FISHOP - Animations & Effects
   ============================================ */

/* ============================================
   SCROLL REVEAL ANIMATIONS
   ============================================ */
[data-aos] {
    opacity: 0;
    transition-property: transform, opacity;
}

[data-aos].aos-animate {
    opacity: 1;
}

[data-aos="fade-up"] {
    transform: translateY(50px);
}

[data-aos="fade-up"].aos-animate {
    transform: translateY(0);
}

[data-aos="fade-down"] {
    transform: translateY(-50px);
}

[data-aos="fade-down"].aos-animate {
    transform: translateY(0);
}

[data-aos="fade-left"] {
    transform: translateX(50px);
}

[data-aos="fade-left"].aos-animate {
    transform: translateX(0);
}

[data-aos="fade-right"] {
    transform: translateX(-50px);
}

[data-aos="fade-right"].aos-animate {
    transform: translateX(0);
}

[data-aos="zoom-in"] {
    transform: scale(0.8);
}

[data-aos="zoom-in"].aos-animate {
    transform: scale(1);
}

[data-aos="flip-up"] {
    transform: perspective(2500px) rotateX(100deg);
}

[data-aos="flip-up"].aos-animate {
    transform: perspective(2500px) rotateX(0);
}

/* Delay variations */
[data-aos-delay="100"] { transition-delay: 100ms; }
[data-aos-delay="200"] { transition-delay: 200ms; }
[data-aos-delay="300"] { transition-delay: 300ms; }
[data-aos-delay="400"] { transition-delay: 400ms; }
[data-aos-delay="500"] { transition-delay: 500ms; }
[data-aos-delay="600"] { transition-delay: 600ms; }

/* ============================================
   PARALLAX EFFECTS
   ============================================ */
.parallax-container {
    perspective: 1px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.parallax-layer {
    position: absolute;
    inset: 0;
    will-change: transform;
}

.parallax-deep {
    transform: translateZ(-2px) scale(3);
}

.parallax-mid {
    transform: translateZ(-1px) scale(2);
}

.parallax-front {
    transform: translateZ(0);
}

/* ============================================
   GLITCH EFFECT
   ============================================ */
.glitch {
    position: relative;
    animation: glitch-skew 1s infinite linear alternate-reverse;
}

.glitch::before,
.glitch::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.glitch::before {
    left: 2px;
    text-shadow: -2px 0 var(--color-accent-tertiary);
    clip: rect(44px, 450px, 56px, 0);
    animation: glitch-anim 5s infinite linear alternate-reverse;
}

.glitch::after {
    left: -2px;
    text-shadow: -2px 0 var(--color-accent-primary);
    clip: rect(44px, 450px, 56px, 0);
    animation: glitch-anim2 5s infinite linear alternate-reverse;
}

@keyframes glitch-anim {
    0% { clip: rect(31px, 9999px, 94px, 0); transform: skew(0.85deg); }
    5% { clip: rect(70px, 9999px, 71px, 0); transform: skew(0.34deg); }
    10% { clip: rect(32px, 9999px, 26px, 0); transform: skew(0.45deg); }
    15% { clip: rect(97px, 9999px, 24px, 0); transform: skew(0.92deg); }
    20% { clip: rect(82px, 9999px, 78px, 0); transform: skew(0.15deg); }
    25% { clip: rect(21px, 9999px, 55px, 0); transform: skew(0.22deg); }
    30% { clip: rect(68px, 9999px, 17px, 0); transform: skew(0.77deg); }
    35% { clip: rect(25px, 9999px, 63px, 0); transform: skew(0.52deg); }
    40% { clip: rect(39px, 9999px, 92px, 0); transform: skew(0.38deg); }
    45% { clip: rect(47px, 9999px, 42px, 0); transform: skew(0.61deg); }
    50% { clip: rect(18px, 9999px, 89px, 0); transform: skew(0.29deg); }
    55% { clip: rect(76px, 9999px, 34px, 0); transform: skew(0.73deg); }
    60% { clip: rect(53px, 9999px, 61px, 0); transform: skew(0.44deg); }
    65% { clip: rect(28px, 9999px, 77px, 0); transform: skew(0.18deg); }
    70% { clip: rect(91px, 9999px, 19px, 0); transform: skew(0.56deg); }
    75% { clip: rect(44px, 9999px, 85px, 0); transform: skew(0.33deg); }
    80% { clip: rect(12px, 9999px, 48px, 0); transform: skew(0.67deg); }
    85% { clip: rect(66px, 9999px, 37px, 0); transform: skew(0.49deg); }
    90% { clip: rect(35px, 9999px, 95px, 0); transform: skew(0.21deg); }
    95% { clip: rect(58px, 9999px, 22px, 0); transform: skew(0.84deg); }
    100% { clip: rect(73px, 9999px, 69px, 0); transform: skew(0.11deg); }
}

@keyframes glitch-anim2 {
    0% { clip: rect(65px, 9999px, 42px, 0); transform: skew(0.43deg); }
    5% { clip: rect(23px, 9999px, 88px, 0); transform: skew(0.78deg); }
    10% { clip: rect(87px, 9999px, 31px, 0); transform: skew(0.15deg); }
    15% { clip: rect(41px, 9999px, 76px, 0); transform: skew(0.62deg); }
    20% { clip: rect(19px, 9999px, 54px, 0); transform: skew(0.37deg); }
    25% { clip: rect(72px, 9999px, 93px, 0); transform: skew(0.89deg); }
    30% { clip: rect(38px, 9999px, 15px, 0); transform: skew(0.24deg); }
    35% { clip: rect(84px, 9999px, 67px, 0); transform: skew(0.51deg); }
    40% { clip: rect(56px, 9999px, 29px, 0); transform: skew(0.76deg); }
    45% { clip: rect(14px, 9999px, 82px, 0); transform: skew(0.33deg); }
    50% { clip: rect(69px, 9999px, 46px, 0); transform: skew(0.68deg); }
    55% { clip: rect(27px, 9999px, 91px, 0); transform: skew(0.19deg); }
    60% { clip: rect(95px, 9999px, 38px, 0); transform: skew(0.54deg); }
    65% { clip: rect(33px, 9999px, 74px, 0); transform: skew(0.81deg); }
    70% { clip: rect(78px, 9999px, 21px, 0); transform: skew(0.42deg); }
    75% { clip: rect(49px, 9999px, 86px, 0); transform: skew(0.27deg); }
    80% { clip: rect(16px, 9999px, 59px, 0); transform: skew(0.63deg); }
    85% { clip: rect(62px, 9999px, 44px, 0); transform: skew(0.38deg); }
    90% { clip: rect(89px, 9999px, 73px, 0); transform: skew(0.72deg); }
    95% { clip: rect(36px, 9999px, 17px, 0); transform: skew(0.16deg); }
    100% { clip: rect(51px, 9999px, 97px, 0); transform: skew(0.57deg); }
}

@keyframes glitch-skew {
    0% { transform: skew(-2deg); }
    10% { transform: skew(1deg); }
    20% { transform: skew(-1deg); }
    30% { transform: skew(0.5deg); }
    40% { transform: skew(-0.5deg); }
    50% { transform: skew(0deg); }
    60% { transform: skew(-0.5deg); }
    70% { transform: skew(0.5deg); }
    80% { transform: skew(-1deg); }
    90% { transform: skew(1deg); }
    100% { transform: skew(-2deg); }
}

/* ============================================
   NEON GLOW EFFECTS
   ============================================ */
.neon-text {
    text-shadow: 
        0 0 5px var(--color-accent-primary),
        0 0 10px var(--color-accent-primary),
        0 0 20px var(--color-accent-primary),
        0 0 40px var(--color-accent-primary);
    animation: neon-flicker 1.5s infinite alternate;
}

@keyframes neon-flicker {
    0%, 18%, 22%, 25%, 53%, 57%, 100% {
        text-shadow: 
            0 0 5px var(--color-accent-primary),
            0 0 10px var(--color-accent-primary),
            0 0 20px var(--color-accent-primary),
            0 0 40px var(--color-accent-primary);
    }
    20%, 24%, 55% {
        text-shadow: none;
    }
}

.neon-border {
    box-shadow: 
        0 0 5px var(--color-accent-primary),
        0 0 10px var(--color-accent-primary),
        inset 0 0 5px var(--color-accent-primary),
        inset 0 0 10px var(--color-accent-primary);
}

.neon-border-purple {
    box-shadow: 
        0 0 5px var(--color-accent-secondary),
        0 0 10px var(--color-accent-secondary),
        inset 0 0 5px var(--color-accent-secondary),
        inset 0 0 10px var(--color-accent-secondary);
}

/* ============================================
   HOVER EFFECTS
   ============================================ */
.hover-lift {
    transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.hover-lift:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
}

.hover-glow {
    transition: box-shadow var(--transition-normal);
}

.hover-glow:hover {
    box-shadow: var(--shadow-glow);
}

.hover-scale {
    transition: transform var(--transition-normal);
}

.hover-scale:hover {
    transform: scale(1.05);
}

.hover-rotate {
    transition: transform var(--transition-normal);
}

.hover-rotate:hover {
    transform: rotate(5deg);
}

.hover-shine {
    position: relative;
    overflow: hidden;
}

.hover-shine::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: rotate(30deg);
    transition: left 0.7s ease;
    left: -200%;
}

.hover-shine:hover::after {
    left: 200%;
}

/* ============================================
   LOADING ANIMATIONS
   ============================================ */
.skeleton {
    background: linear-gradient(
        90deg,
        var(--color-bg-tertiary) 25%,
        var(--color-bg-secondary) 50%,
        var(--color-bg-tertiary) 75%
    );
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
}

@keyframes skeleton-loading {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.spinner {
    width: 40px;
    height: 40px;
    border: 3px solid var(--color-border);
    border-top-color: var(--color-accent-primary);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.dots-loading {
    display: inline-flex;
    gap: 4px;
}

.dots-loading span {
    width: 8px;
    height: 8px;
    background: var(--color-accent-primary);
    border-radius: 50%;
    animation: dots-bounce 1.4s infinite ease-in-out both;
}

.dots-loading span:nth-child(1) { animation-delay: -0.32s; }
.dots-loading span:nth-child(2) { animation-delay: -0.16s; }
.dots-loading span:nth-child(3) { animation-delay: 0; }

@keyframes dots-bounce {
    0%, 80%, 100% { transform: scale(0); }
    40% { transform: scale(1); }
}

/* ============================================
   PARTICLE EFFECTS
   ============================================ */
.particles {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: var(--color-accent-primary);
    border-radius: 50%;
    animation: particle-float 10s infinite ease-in-out;
    opacity: 0.6;
}

.particle:nth-child(odd) {
    background: var(--color-accent-secondary);
}

.particle:nth-child(3n) {
    background: var(--color-accent-tertiary);
}

@keyframes particle-float {
    0%, 100% {
        transform: translateY(100vh) rotate(0deg);
        opacity: 0;
    }
    10% {
        opacity: 0.6;
    }
    90% {
        opacity: 0.6;
    }
    100% {
        transform: translateY(-100vh) rotate(720deg);
        opacity: 0;
    }
}

/* ============================================
   RIPPLE EFFECT
   ============================================ */
.ripple {
    position: relative;
    overflow: hidden;
}

.ripple::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, var(--color-accent-primary) 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform 0.5s, opacity 1s;
}

.ripple:active::after {
    transform: scale(0, 0);
    opacity: 0.3;
    transition: 0s;
}

/* ============================================
   MORPH ANIMATIONS
   ============================================ */
.morph-blob {
    animation: morph 8s ease-in-out infinite;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}

@keyframes morph {
    0%, 100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    25% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    }
    50% {
        border-radius: 50% 60% 30% 60% / 30% 70% 50% 50%;
    }
    75% {
        border-radius: 40% 50% 60% 50% / 60% 40% 50% 60%;
    }
}

/* ============================================
   TEXT ANIMATIONS
   ============================================ */
.text-reveal {
    animation: text-reveal 1s ease forwards;
    animation-delay: calc(var(--delay, 0) * 0.1s);
}

@keyframes text-reveal {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.typewriter {
    overflow: hidden;
    border-right: 2px solid var(--color-accent-primary);
    white-space: nowrap;
    animation: 
        typing 3.5s steps(40, end),
        blink-caret 0.75s step-end infinite;
}

@keyframes typing {
    from { width: 0; }
    to { width: 100%; }
}

@keyframes blink-caret {
    from, to { border-color: transparent; }
    50% { border-color: var(--color-accent-primary); }
}

/* ============================================
   3D CARD EFFECT
   ============================================ */
.card-3d {
    transform-style: preserve-3d;
    perspective: 1000px;
}

.card-3d-inner {
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.card-3d:hover .card-3d-inner {
    transform: rotateY(180deg);
}

.card-3d-front,
.card-3d-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.card-3d-back {
    transform: rotateY(180deg);
}

/* ============================================
   MAGNETIC EFFECT (JS Required)
   ============================================ */
.magnetic {
    display: inline-block;
    transition: transform 0.3s ease-out;
}

/* ============================================
   TILT EFFECT (JS Required)
   ============================================ */
.tilt {
    transform-style: preserve-3d;
    transform: perspective(1000px);
}

.tilt-inner {
    transform: translateZ(50px);
}

/* ============================================
   COUNTER ANIMATION
   ============================================ */
.counter {
    display: inline-block;
}

.counter.animated {
    animation: counter-pop 0.3s ease-out;
}

@keyframes counter-pop {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

/* ============================================
   GRADIENT ANIMATIONS
   ============================================ */
.gradient-animate {
    background-size: 400% 400%;
    animation: gradient-move 15s ease infinite;
}

@keyframes gradient-move {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* ============================================
   WAVE ANIMATION
   ============================================ */
.wave {
    position: relative;
    overflow: hidden;
}

.wave::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z' fill='%23ffffff'/%3E%3C/svg%3E");
    background-size: 50% 100%;
    animation: wave-move 10s linear infinite;
}

@keyframes wave-move {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ============================================
   REVEAL ON SCROLL (JS Required)
   ============================================ */
.reveal {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.8s ease;
}

.reveal-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.reveal-right {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.8s ease;
}

.reveal-right.visible {
    opacity: 1;
    transform: translateX(0);
}

.reveal-scale {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.8s ease;
}

.reveal-scale.visible {
    opacity: 1;
    transform: scale(1);
}

/* ============================================
   STAGGER ANIMATION
   ============================================ */
.stagger-item {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s ease;
}

.stagger-item.visible {
    opacity: 1;
    transform: translateY(0);
}

.stagger-item:nth-child(1) { transition-delay: 0.1s; }
.stagger-item:nth-child(2) { transition-delay: 0.2s; }
.stagger-item:nth-child(3) { transition-delay: 0.3s; }
.stagger-item:nth-child(4) { transition-delay: 0.4s; }
.stagger-item:nth-child(5) { transition-delay: 0.5s; }
.stagger-item:nth-child(6) { transition-delay: 0.6s; }
.stagger-item:nth-child(7) { transition-delay: 0.7s; }
.stagger-item:nth-child(8) { transition-delay: 0.8s; }
.stagger-item:nth-child(9) { transition-delay: 0.9s; }
.stagger-item:nth-child(10) { transition-delay: 1s; }

/* ============================================
   SHAKE ANIMATION
   ============================================ */
.shake {
    animation: shake 0.5s ease-in-out;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
    20%, 40%, 60%, 80% { transform: translateX(5px); }
}

/* ============================================
   PULSE ANIMATION
   ============================================ */
.pulse-ring {
    animation: pulse-ring 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

@keyframes pulse-ring {
    0% {
        transform: scale(0.5);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

/* ============================================
   CONFETTI EFFECT
   ============================================ */
.confetti {
    position: fixed;
    width: 10px;
    height: 10px;
    background: var(--color-accent-primary);
    animation: confetti-fall 3s linear forwards;
    z-index: 9999;
}

@keyframes confetti-fall {
    0% {
        transform: translateY(-100vh) rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: translateY(100vh) rotate(720deg);
        opacity: 0;
    }
}

/* ============================================
   UNDERWATER BUBBLES EFFECT
   ============================================ */
.bubbles-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: 1;
}

.bubble {
    position: absolute;
    bottom: -50px;
    background: radial-gradient(circle at 30% 30%, 
        rgba(255, 255, 255, 0.8), 
        rgba(0, 212, 255, 0.3) 40%, 
        rgba(0, 212, 255, 0.1) 60%,
        transparent 70%);
    border-radius: 50%;
    animation: bubble-rise linear infinite;
    opacity: 0.6;
}

.bubble::before {
    content: '';
    position: absolute;
    top: 20%;
    left: 20%;
    width: 30%;
    height: 30%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
}

@keyframes bubble-rise {
    0% {
        transform: translateY(0) translateX(0) scale(1);
        opacity: 0;
    }
    10% {
        opacity: 0.6;
    }
    90% {
        opacity: 0.6;
    }
    100% {
        transform: translateY(-100vh) translateX(var(--bubble-drift, 20px)) scale(0.8);
        opacity: 0;
    }
}

/* Generate multiple bubbles */
.bubble:nth-child(1) { left: 5%; width: 20px; height: 20px; animation-duration: 8s; animation-delay: 0s; --bubble-drift: 15px; }
.bubble:nth-child(2) { left: 15%; width: 12px; height: 12px; animation-duration: 10s; animation-delay: 1s; --bubble-drift: -10px; }
.bubble:nth-child(3) { left: 25%; width: 25px; height: 25px; animation-duration: 7s; animation-delay: 2s; --bubble-drift: 25px; }
.bubble:nth-child(4) { left: 35%; width: 15px; height: 15px; animation-duration: 12s; animation-delay: 0.5s; --bubble-drift: -20px; }
.bubble:nth-child(5) { left: 45%; width: 18px; height: 18px; animation-duration: 9s; animation-delay: 3s; --bubble-drift: 10px; }
.bubble:nth-child(6) { left: 55%; width: 22px; height: 22px; animation-duration: 11s; animation-delay: 1.5s; --bubble-drift: -15px; }
.bubble:nth-child(7) { left: 65%; width: 14px; height: 14px; animation-duration: 8s; animation-delay: 4s; --bubble-drift: 30px; }
.bubble:nth-child(8) { left: 75%; width: 28px; height: 28px; animation-duration: 10s; animation-delay: 2.5s; --bubble-drift: -25px; }
.bubble:nth-child(9) { left: 85%; width: 16px; height: 16px; animation-duration: 13s; animation-delay: 0.2s; --bubble-drift: 18px; }
.bubble:nth-child(10) { left: 95%; width: 20px; height: 20px; animation-duration: 9s; animation-delay: 3.5s; --bubble-drift: -12px; }

/* Swimming fish silhouettes in background */
.swimming-fish {
    position: fixed;
    width: 60px;
    height: 30px;
    opacity: 0.1;
    pointer-events: none;
    z-index: 0;
    animation: fish-swim-across linear infinite;
}

.swimming-fish svg {
    width: 100%;
    height: 100%;
    fill: var(--color-accent-primary);
}

@keyframes fish-swim-across {
    0% {
        transform: translateX(-100px) translateY(0) scaleX(1);
    }
    49% {
        transform: translateX(calc(100vw + 100px)) translateY(var(--fish-wave, 20px)) scaleX(1);
    }
    50% {
        transform: translateX(calc(100vw + 100px)) translateY(var(--fish-wave, 20px)) scaleX(-1);
    }
    100% {
        transform: translateX(-100px) translateY(0) scaleX(-1);
    }
}

.swimming-fish:nth-child(1) { top: 20%; animation-duration: 25s; --fish-wave: 30px; }
.swimming-fish:nth-child(2) { top: 40%; animation-duration: 35s; animation-delay: -10s; --fish-wave: -20px; opacity: 0.08; }
.swimming-fish:nth-child(3) { top: 60%; animation-duration: 30s; animation-delay: -5s; --fish-wave: 40px; opacity: 0.06; }
.swimming-fish:nth-child(4) { top: 80%; animation-duration: 40s; animation-delay: -15s; --fish-wave: -30px; opacity: 0.05; }

/* Wave effect at bottom - DISABLED */
.wave-container {
    display: none;
}

.wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z' fill='rgba(0, 212, 255, 0.05)'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-size: 50% 100%;
    animation: wave-motion 15s linear infinite;
}

.wave:nth-child(2) {
    bottom: 10px;
    opacity: 0.5;
    animation-duration: 20s;
    animation-direction: reverse;
}

@keyframes wave-motion {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

