.vision {
  width: 100%;
  height: 100%;
  background-color: var(--background-color);
  overflow: hidden;
}

.vision-section1 {
  position: relative;
  width: 100%;
  height: 100dvh;
  padding: 18.5rem clamp(1.6rem, 3vw, 4rem) 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.vision-title {
  justify-content: center;
  align-items: center;
}

.vision-content {
  width: 100%;
  height: 100%;
  max-width: 128rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 5%;
}

.light {
  position: relative;
  width: clamp(9.7rem, 5vw, 11.3rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(193, 157, 107, 0.2);
  margin-top: 5%;
}

.shine-light {
  position: absolute;
  width: clamp(5.7rem, 5vw, 6.7rem);
  aspect-ratio: 1/1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #d9d9d9;
  box-shadow: 0px 0px 250px #d9d9d9, 0px 0px 162px #d9d9d9,
    0px 0px 94.5px #d9d9d9, 0px 0px 47.25px #d9d9d9, 0px 0px 13.5px #d9d9d9,
    0px 0px 6.75px #d9d9d9;
}

.youth {
  position: absolute;
  width: 60%;
  min-width: 112.2rem;
  max-width: 128rem;
  aspect-ratio: 1 / 1.1;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, 0%);
  overflow: hidden;
}

.youth::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(233, 201, 155, 0.5) 0%,
      rgba(216, 193, 151, 0.4) 6.3%,
      rgba(141, 132, 110, 0.3) 17.57%,
      rgba(16, 30, 42, 0.15) 35.68%);
  transform: translateY(-30%);
  animation: lightDown 3s ease-out forwards;
  z-index: -1;
}

@keyframes lightDown {
  from {
    transform: translateY(-30%);
  }

  to {
    transform: translateY(0%);
  }
}

.youth h1 {
  width: 100%;
  height: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  font-family: "Modern No. 20";
  font-style: normal;
  font-weight: 400;
  font-size: clamp(3.6rem, 5vw, 4.8rem);
  line-height: 5.1rem;
  text-align: center;
  color: #ffffff;
  opacity: 0.2;
  animation: textLight 3s ease-out forwards;
}

@keyframes textLight {
  0% {
    opacity: 0.2;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.science-young {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: clamp(2rem, 3vw, 2.4rem);
  line-height: 2.9rem;
  text-align: center;
  padding-top: 1.6rem;
}

.vision-section2 {
  width: 100%;
  height: 100dvh;

  display: flex;
  justify-content: center;
  align-items: center;
}

.vision-section2-container {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 192rem;
  min-width: var(--min-width);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 clamp(1.6rem, 3vw, 4rem) 0;
  overflow: hidden;
}

.vision-img-box {
  position: absolute;
  width: 100%;
  height: 100%;
}

.vision-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visions {
  width: 100%;
  height: 100%;
  list-style: none;
}

.vision-item {
  width: 45.6rem;
  position: absolute;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  line-height: 1.9rem;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.vision1 {
  left: 8%;
  top: 40%;
  text-align: right;
  margin-right: clamp(130rem, 20vw, 200rem);
}

.vision2 {
  right: 10%;
  top: 55%;
  text-align: left;
}

.vision3 {
  left: 17%;
  top: 83%;
  text-align: right;
}

.vision-section3 {
  width: 100%;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vision-section3-container {
  width: 100%;
  height: 100%;
  min-width: var(--min-width);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12.5rem;
}

.attributes {
  width: 100%;
}

.attributes img {
  width: 100%;
}

.attributes-desc {
  width: 100%;
  position: static;
  padding: 0 clamp(1.6rem, 3vw, 4rem) 14rem;
  display: flex;
  justify-content: center;
}

.attributes-desc p {
  width: 100%;
  /* max-width: 78rem; */
  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;
  color: #ffffff;
}

.vision-section4 {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vision-sectin4-container {
  width: 100%;
  height: 100%;
  max-width: 144rem;
  min-width: var(--min-width);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: clamp(6.4rem, 3vw, 12.8rem);
  padding: 14.7rem clamp(2.4rem, 5vw, 4rem) 14rem;
}

.forward {
  width: 55%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.quotes {
  position: absolute;
  right: -9.5%;
  bottom: 5rem;
  padding: 0.5rem;
}

.forward p span {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: clamp(1.4rem, 1vw, 2rem);
  line-height: 24px;
  color: #101e2a;
}

.youth h1 .word {
  display: block;
  line-height: 1;
  margin-bottom: 5px;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.youth h1 .word:nth-child(3) {
  margin-bottom: 15px;
}

.forward p span br {
  display: block;
}

@media (max-width: 1920px) {

  /*1920*1080*/
  .vision1 {
    left: 11%;
    /* top: 40%; */
  }

  .vision2 {
    right: 13%;
    /* top: 55%; */
  }

  .vision3 {
    left: 19%;
    /* top: 83%; */
  }
}

@media (max-width: 1280px) {
  /*1280*720*/

  .vision1 {
    width: 35%;
    left: 0%;
    /* top: 40%; */
  }

  .vision2 {
    width: 33%;
    right: 3%;
    /* top: 55%; */
  }

  .vision3 {
    left: 7%;
    /* top: 83%; */
  }
}

@media (max-width: 1024px) {

  /*1024*768*/
  .attributes-desc p br {
    display: none;
  }

  .vision1 {
    width: 30%;
    left: 0%;
    /* top: 40%; */
  }

  .vision2 {
    width: 27%;
    right: clamp(4rem, 2vw, 5rem);
    /* top: 55%; */
  }

  .vision3 {
    width: 30%;
    left: 10%;
    /* top: 83%; */
  }
}

@media (max-width: 768px) {
  .vision-section1 {
    overflow: visible;
    padding-top: 0;
  }

  .youth {
    transform: translate(-50%, 0);
  }

  .vision-section2 {
    height: 100%;
  }

  .vision-section2-container {
    flex-direction: column;
    background: none;
    padding-bottom: 0;
  }

  .vision-section2-container::after {
    content: "";
    background: none;
  }

  .vision-bg {
    display: none;
  }

  .vision-title {
    width: 100%;
    padding-bottom: 4.4rem;
    justify-content: flex-start;
  }

  .visions {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .vision-item {
    width: 100%;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    text-align: left;
    font-weight: 100;
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .vision-item br {
    display: none;
  }

  .forward p span br {
    display: none;
  }

  .vision-item::before {
    content: "";
    position: absolute;
    top: -2rem;
    left: 0.5rem;
    display: block;
    width: 0.789rem;
    height: 0.789rem;
    background: var(--sub-font-color);
    box-shadow: 0px 0px 12.2059px #c19d6b, 0px 0px 6.97482px #c19d6b,
      0px 0px 4.06865px #c19d6b, 0px 0px 2.03432px #c19d6b,
      0px 0px 0.581235px #c19d6b, 0px 0px 0.290618px #c19d6b;
    transform: rotate(36.55deg);
  }

  .vision-section3 {
    height: 100%;
  }

  .vision-section3-container {
    padding: 0 1.6rem;
  }

  .attributes {
    display: none;
  }

  .attributes-desc {
    width: 100%;
    padding: 0;
  }

  .attributes-desc p {
    width: 100%;
    text-align: left;
    font-weight: 100;
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .vision-section4 {
    background-color: transparent;
  }

  .vision-section4-container {
    padding: 1.6rem;
  }

  .prpLogo {
    display: none;
  }

  .forward {
    width: 100%;
  }

  .forward p {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .forward p span {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #ffffff;
  }

  .forward p span:nth-child(2) {
    padding-bottom: 1.4rem;
  }

  .quotes.front {
    right: 0;
    bottom: 0;
    top: -5rem;
    left: -0rem;
    transform: rotate(180deg);
  }

  .quotes {
    fill-opacity: 0.5;
    bottom: -4rem;
    right: -0rem;
  }
}