.bar-container{

    }

    .bar{
        position: absolute;
        top: calc(var(--order) * 10%);

        transition: top 0.5s ease;
    }