.progressCloud {
    float: left;
    width: 230px;
    margin-right: 15px;
    margin-bottom: 30px;
    position: relative;
    font-family: iranYekan;
}
.progressCloud::after {
    content: attr(data-value)"%";
    position: absolute;
    bottom: -35px;
    font-size: 20px;
    right: 50%;
    transform: translate(50%);
}
.progressCloud img{
    z-index: 2;
    position: relative;
}
.progressCloud .value {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 0;
}
.progressCloud .value.good {
    background: #93ffb9;
}
.progressCloud .value.bad {
    background: #ffaa93;
}
