.waves.parme {
    background-image: url('data:image/svg+xml,<svg width="720" height="126" viewBox="0 0 720 126" fill="none" xmlns="http://www.w3.org/2000/svg"><path id="MyPath" d="M900 125.377H-180V50.3766C-180 50.3766 -110.768 0.284196 -60 0.37663C-9.1378 0.469236 10 50.3766 60 50.3766C110 50.3766 129.232 0.37663 180 0.37663C230.768 0.37663 249.232 50.3766 300 50.3766C350.768 50.3766 369.232 0.37663 420 0.37663C470.768 0.37663 489.232 50.3766 540 50.3766C590.768 50.3766 609.232 0.376617 660 0.376617C710.768 0.376617 729.232 50.3766 780 50.3766C830.768 50.3766 900 0.37663 900 0.37663V125.377Z" fill="%23E0E0FF"/></svg>');
    color: var(--prune-950);
    transform: translateY(1px);
}

.waves.prune {
    background-image: url('data:image/svg+xml,<svg width="720" height="126" viewBox="0 0 720 126" fill="none" xmlns="http://www.w3.org/2000/svg"><path id="MyPath" d="M900 125.377H-180V50.3766C-180 50.3766 -110.768 0.284196 -60 0.37663C-9.1378 0.469236 10 50.3766 60 50.3766C110 50.3766 129.232 0.37663 180 0.37663C230.768 0.37663 249.232 50.3766 300 50.3766C350.768 50.3766 369.232 0.37663 420 0.37663C470.768 0.37663 489.232 50.3766 540 50.3766C590.768 50.3766 609.232 0.376617 660 0.376617C710.768 0.376617 729.232 50.3766 780 50.3766C830.768 50.3766 900 0.37663 900 0.37663V125.377Z" fill="%23360842"/></svg>');
    color: var(--parme-400);
    transform: translateY(1px);
}

.waves {
    background-repeat: repeat-x;
    background-size: contain;
    background-position: bottom;
    background-clip: content-box;
    width: 100%;
    height: 126px;
    position: relative;
}

.waves-text {
    transform: translateY(36px);
    display: flex;
    justify-content: center;
}

.waves-text textPath {
    font-family: var(--title-font-family);
    font-weight: bold;
    font-size: 1.3rem;
    letter-spacing: 3px;
    word-spacing: 8px;
}

.second-waves {
    background-color: var(--parme-400);
}

@media only screen and (min-width: 640px) and (min-height: 500px) {
    .waves-text {
        transform: translateY(30px);
    }

    .waves-text textPath {
        font-size: 0.9rem;
        letter-spacing: 2px;
        word-spacing: 4px;
    }
}
