#stars {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#loading {
  transition: 0.6s;
  z-index: 99;
  width: 100%;
  height: 100%;
  position: relative;
  background: black;
}

.hideloading {
  opacity: 0;
}
.loadingBox {
  width: 20%;
  height: 50px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 656;
  top: 45%;
  transform: translateY(-50%);
  text-align: center;
}
.egmpText {
  color: #fff;
  font-family: "xdzgfont_regular";
  font-size: 26px;
  text-align: center;
  letter-spacing: 4px;
  position: relative;
}

.egmpWhrite{
  position: absolute;
  left: 0;
  top: 0;
  clip-path: polygon(0 0,0% 0,0% 100%, 0% 100%);
}
.progress {
  width: 71%;
  height: 2px;
  background-color: #525252;
  /* margin-top: 9%; */
  border-radius: 3px;
  margin: 0 auto;
  margin-top: 9%;
}

.progress-act{
  width: 0%;
  background-color: white;
  border-radius: 3px;
  height: 2px;
  transition: 0.3s;
}
