

.progress {
    position: relative;
    background: #80808029;
    justify-content: flex-start;
    border-radius: 10px;
    overflow: hidden;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 12px;
    width: 70%;
    margin: 15px auto;
}

.progress-value {
    animation: load 3s normal forwards;
    background: var(--primary-clr);
    height: 12px;
    width: 0;
}