.progress-value{

    animation: load 10s normal forwards;
  box-shadow: 0 10px 40px -10px #fff;
  border-radius: 100px;
  background-color: green;
  background-image: linear-gradient(315deg, #eec0c6
  0%, #0078ff 74% );
  height: 10px;
  width: 0;
  
  }
  
  @keyframes load{
    100% {width: 50;
    }
    100%{width:100%
    }
  
    }
  .progress{
    background-color: rgba(255, 255, 255, 0.1);
  justify-content: flex-start;
  border-radius:0.7;
  align-items: flex-start;
  position: relative;
  
  display: flex;
  height: 10px;
  width: 500px;
  margin: 0.5rem 0 1.2rem 0;
  }