.intro-section1 {
  width: 100%;
  height: 100dvh;
  padding: 0 clamp(1.6rem, 3vw, 4rem);
  background-color: var(--background-color);
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}

.intro-section1-content {
  width: 100%;
  max-width: 144rem;
  min-width: var(--min-width);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
}

.introduce-hero-title {
  font-family: "Modern No. 20", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(3.2rem, 3vw, 3.6rem);
  line-height: 3.9rem;
  text-align: center;
}

.introduce-hero-video {
  width: 100%;
  height: 100%;
}

.introduce-hero-desc {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: clamp(1.6rem, 1vw, 2rem);
  line-height: 2.4rem;
  text-align: center;
}

.intro-section2 {
  position: relative;
  width: 100%;
  height: 100dvh;
  background-color: var(--background-color);
  z-index: 0;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 clamp(1.6rem, 3vw, 4rem);
}

.intro-section2::after {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  background: url("/home_assets/img/about/planet.png") no-repeat center/contain;
  z-index: 1;
}

.intro-section2-content {
  width: 100%;
  max-width: 144rem;
  min-width: var(--min-width);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1.2rem;
}

.prpLarge {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.prpLarge img {
  width: 100%;
  height: 100%;
}

.prpscience-info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.prpscience-info b {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.8rem, 1vw, 2.2rem);
  line-height: 2.4rem;
  padding-top: 1rem;
}

.prpscience-info p {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: clamp(1.4rem, 1vw, 1.7rem);
  line-height: 1.4;
}

.intro-section3 {
  position: relative;
  width: 100%;
  height: 100dvh;
}

.intro-section3 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.company-factory {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% / 3.5);
  min-width: var(--min-width);
  height: 100dvh;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0.2);
  float: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 clamp(1.6rem, 3vw, 4rem);
}

.company-txt {
  width: 100%;

  display: flex;
  flex-direction: column;
  gap: clamp(2.8rem, 3vw, 3.4rem);
  transform: translateY(40%);
}

.company-title {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.prp {
  font-family: "Modern No. 20", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 6.4rem;
  line-height: 4.8rem;
}

.science-factory {
  display: flex;
  gap: 0.8rem;
}

.science-factory h2,
.science-factory h3 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.science-factory h2 {
  font-size: clamp(1.6rem, 2vw, 2rem);
  line-height: 2.4rem;
}

.science-factory h3 {
  font-size: clamp(2rem, 2vw, 2.4rem);
  line-height: 2.4rem;
}

.factory-head-desc {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: clamp(2rem, 3vw, 2.4rem);
  line-height: 4.8rem;
  border-bottom: 0.1rem solid var(--main-font-color);
}

.factory-desc {
  max-width: 64rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding-top: clamp(4rem, 3vw, 6rem);
}

.factory-desc p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(1.4rem, 1vw, 2rem);
  line-height: 2.4rem;
  position: relative;
}

.factory-desc p:not(:first-child)::before {
  content: "";
  position: absolute;
  content: "";
  width: 0.323rem;
  height: 0.323rem;
  left: 0.8rem;
  top: -2rem;
  background: var(--main-font-color);
  box-shadow: 0px 0px 12.2059px var(--main-font-color),
    0px 0px 6.97482px var(--main-font-color),
    0px 0px 4.06865px var(--main-font-color),
    0px 0px 2.03432px var(--main-font-color),
    0px 0px 0.581235px var(--main-font-color),
    0px 0px 0.290618px var(--main-font-color);
  transform: rotate(36.55deg);
}

@media (max-width: 768px) {
  .intro-section1-content {
    height: 100%;
    position: relative;
  }

  .introduce-hero-title {
    position: absolute;
    z-index: 1;
    top: 14rem;
  }

  .introduce-hero-desc {
    position: absolute;
    z-index: 1;
    bottom: 10%;
  }

  .introduce-hero-video {
    position: absolute;
    /* inset: 0; */
    width: 100%;
    height: 100%;
    /* z-index: 1; */
  }

  .prpLarge {
    width: 100%;
    justify-content: flex-start;
  }

  .prpLarge img {
    width: 50%;
  }

  .prpscience-info p {
    max-width: 34.5rem;
  }

  .intro-section2-content {
    flex-direction: column;
  }

  .intro-section3-container {
    height: 100%;
    display: flex;
    align-items: flex-end;
  }

  .company-factory {
    position: static;

    width: 100%;
    height: 50%;
    justify-content: flex-end;

    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.533654) 37.98%,
      #000000 100%
    );
    backdrop-filter: blur(1.5px);
    -webkit-backdrop-filter: blur(1.5px);
    padding-bottom: 3.3rem;
  }

  .factory-head-desc {
    border: none;
    position: relative;
  }

  .factory-head-desc::after {
    display: block;
    content: "";
    width: 3.8rem;
    height: 0.1rem;
    background-color: var(--main-font-color);
    position: absolute;
    top: 140%;
  }

  .factory-desc {
    gap: 1.2rem;
  }

  .factory-desc p:not(:first-child)::before {
    display: none;
  }

  .company-txt {
    transform: none;
    gap: 1.8rem;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
