

:where(#wrapper) .title-description {
    opacity: 0;
    --duration: 1s;
}
:where(#wrapper) .title-description.animateActive {
    animation: fade var(--duration) forwards;
    animation-delay: var(--delay, 0);
}
:where(#wrapper) .title-description.animateActive {
    --delay: 0.3s;
}