@import url("https://fonts.googleapis.com/css?family=Prompt&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: "Prompt", sans-serif;
}
a {
  cursor: pointer !important;
}
div {
  position: relative;
}
img,
picture {
  display: block;
  width: 100%;
}

.head {
  margin: 5% 0px;
}
.ccbutton {
  width: 36%;
  height: 9.1%;
  position: absolute;
  top: 20%;
  left: 32%;
}
.howtoreg2 {
  top: 44.5%;
  left: 52%;
  width: 27%;
  height: 4%;
  position: absolute;
}
.howtoreg3 {
  bottom: 23%;
  right: 12%;
  width: 28%;
  height: 3%;
  position: absolute;
}
.line {
  position: absolute;
  width: 7%;
  height: 11%;
  top: 82%;
  left: 42.1%;
}
.inbox {
  position: absolute;
  width: 7%;
  height: 11%;
  top: 82%;
  left: 50.8%;
}

.applyButton {
  position: absolute;
  width: 33%;
  height: 12%;
  left: 12.5%;
  top: 70%;
}
.applyButton1 {
  position: absolute;
  width: 32%;
  height: 11.5%;
  left: 34%;
  top: 67%;
}
.applyButton2 {
  position: absolute;
  width: 26%;
  height: 14%;
  left: 64%;
  top: 73%;
}
.footer {
  margin-bottom: 10%;
}

.progress-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  width: 100%;
}

.progress {
  background-color: #fff8fb;
  border-radius: 20px;
  height: 45px;
  width: 80%;
}

.progress-text-end {
  float: right;
  font-size: 22px;
  color: #fff;
}

.progress-done {
  background-image: linear-gradient(to bottom, #ff349a, #ff349a);
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.progress-done::after {
  position: absolute;
  border-radius: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-size: 100%;
  background-image: linear-gradient(
    45deg,
    #fff 25%,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0) 50%,
    #fff 50%,
    #fff 75%,
    rgba(0, 0, 0, 0) 75%,
    rgba(0, 0, 0, 0)
  );
  background-size: 30px 30px;
  opacity: 0.3;
  animation: progress-bar-after-1 0.5s infinite linear;
}

@media only screen and (min-width: 961px) {
  .page {
    width: 960px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 480px) {
  .progress-bar {
    top: 45.7%;
  }

  .applyButton1 {
    width: 70.4%;
    height: 9.7%;
    top: 84.8%;
    left: 15%;
  }

  .line {
    left: 27%;
  }

  .inbox {
    left: 52.9%;
  }
  .inbox,
  .line {
    width: 20.5%;
    height: 11.1%;
    top: 80.5%;
  }
  .applyButton {
    width: 88.5%;
    height: 8%;
    left: 5.8%;
    top: 35%;
  }
  .applyButton1 {
    width: 88.5%;
    height: 12%;
    left: 5.8%;
    top: 63%;
  }
  .applyButton2 {
    width: 88.5%;
    height: 10%;
    left: 5.8%;
    top: 39%;
  }
  .howtoreg2 {
    left: 40%;
    width: 34%;
    top: 51%;
  }
  .howtoreg3 {
    bottom: 22.5%;
    right: 8%;
    width: 30%;
  }
  .ccbutton {
    width: 54%;
    height: 8.7%;
    top: 24.5%;
    left: 24%;
  }
}

@keyframes progress-bar-after-1 {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: 30px 100%;
  }
}
