#loader {
  position: fixed;
  background-color: #0b0b0b;
  width: 100%;
  height: 100%;
  z-index: 9999;
  padding: 25vh 5vw;
  /* background-color: red; */
}
.line {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: ceter;
      -ms-flex-align: ceter;
          align-items: ceter;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 3vw;
}
#line1-part1 {
  /* background-color: red; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#line1-part1 h5,
#line1-part1 h6 {
  font-size: 4vw;
  font-family: "silk serif";
  font-weight: 100;
  padding-bottom: 2vw;
}
#line1-part1 h5 {
  width: 10vw;
  /* background-color: red; */
  text-align: right;
}
.line h1 {
  font-size: 7vw;
  text-transform: uppercase;
  font-weight: 900;
}
.line h2 {
  font-size: 7vw;
  text-transform: uppercase;
  font-weight: 900;
  opacity: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes anime {
  0% {
    font-family: "plain light";
    -webkit-text-stroke: 1px #fff;
    color: #fff;
    opacity: 1;
    font-weight: 500;
  }
  47% {
    font-family: "plain light";
    -webkit-text-stroke: 1px #fff;
    color: #fff;
    opacity: 0;
    font-weight: 500;
  }
  50% {
    font-family: "silk serif";
    -webkit-text-stroke: 1px #fff;
    color: transparent;
    opacity: 1;
    font-weight: 500;
  }
  100% {
    font-family: "silk serif";
    -webkit-text-stroke: 1px #fff;
    color: transparent;
    opacity: 0;
    font-weight: 500;
  }
}
@keyframes anime {
  0% {
    font-family: "plain light";
    -webkit-text-stroke: 1px #fff;
    color: #fff;
    opacity: 1;
    font-weight: 500;
  }
  47% {
    font-family: "plain light";
    -webkit-text-stroke: 1px #fff;
    color: #fff;
    opacity: 0;
    font-weight: 500;
  }
  50% {
    font-family: "silk serif";
    -webkit-text-stroke: 1px #fff;
    color: transparent;
    opacity: 1;
    font-weight: 500;
  }
  100% {
    font-family: "silk serif";
    -webkit-text-stroke: 1px #fff;
    color: transparent;
    opacity: 0;
    font-weight: 500;
  }
}
