.work-details {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 90%;
  max-width: 60em;
  padding-top: 4em;
  margin: 0 auto;
  gap: 3em;
  padding-bottom: 8em;
  opacity: 0;
  transform: translateY(20px);
}

.work-details .work-details__content-desc p {
  padding: 0 0 2em;
}

.work-details .work-details__content-desc p img {
    height: 300px;
      width: 100%;
      object-fit: contain;
}

.work-details a {
  color: #fff;
  text-decoration: none;
}

.work-details__header {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  gap: 0.5em;
  font-family: "Muro", sans-serif;
  letter-spacing: .2pc;
}

.work-details__header .title {
  font-family: "Phagspa", sans-serif;
  font-size: clamp(1.2em, 2vw, 1.5em);
  color: #fff;
}

.work-details__header .chip {
  border: 1px solid #ffffff;
  width: fit-content;
  padding: 0.5em 2em;
  border-radius: 5em;
  font-family: "Phagspa", sans-serif;
  font-size: clamp(0.8em, 1vw, 1em);
}

.work-details__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.work-details__banner-img {
  width: 100%;
}

.work-details__banner-img img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: contain;
  border-radius: 8px;
  
}

.work-details__content-title {
  font-family: "Muro", sans-serif;
  font-size: clamp(1em, 2vw, 2em);
  color: #fff;
  letter-spacing: 1px;
  font-size: 40px;
  padding: 0.5em 0;
}

.work-details__content-desc {
  font-family: "Microsoft Phagspa", sans-serif;
  font-size: clamp(1em, 2vw, 1.2em);
  color: #fff;
  line-height: 1.5;
}

.work-details__content-desc ul li {
  list-style: none;
}

.work-details__content-video {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em 0;
}

.work-details__content-credit {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.work-details__content-credit .title-credit {
  font-family: "Muro", sans-serif;
  font-size: clamp(2em, 2vw, 3em);
  letter-spacing: 1px;
  padding: 0.5em 0;
}

.work-details__content-credit-list {
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.work-details__content-credit-list li {
  list-style: none;
  display: grid;
  gap: 1em;
  grid-template-columns: 1fr;
  font-size: 1em;
}

@media screen and (min-width: 768px) {
  .work-details__content-credit-list li {
    grid-template-columns: 1fr 1fr;
  }
}

.credit-title {
  font-family: "Muro", sans-serif;
  font-size: clamp(1em, 2vw, 1.5em);
  letter-spacing: .2pc;
}

.credit-content {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  font-size: clamp(1em, 2vw, 1.5em);
}

.line-wide {
  width: 70%;
  height: 4px;
}

.work-details__bottom-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.work-details__bottom-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1em 0;
  font-family: "PT Sans Narrow", sans-serif;
}

.btm-line {
  width: 100%;
  height: 5px;
  margin-top: 2em;
  background: #fff;
  background: radial-gradient(
    circle,
    rgb(255, 255, 255) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.work-details__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}

.work-details__btn .btn a {
    color: #fff;
}

.btn {
  border-radius: 100%;
  padding: 0.5em 1em;
  background: linear-gradient(
    180deg,
    rgba(248, 93, 9, 1) 7%,
    rgba(253, 178, 22, 1) 100%
  );
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 2em;
  height: 2em;
}

.work-details__btn img {
  width: 12px;
  position: absolute;
}

.top-btn {
  font-size: 16px;
  border-radius: 3em;
  padding: 0.5em 3em;
  background: linear-gradient(
    180deg,
    rgba(248, 93, 9, 1) 5%,
    rgba(253, 178, 22, 1) 100%
  );
  display: flex;
  justify-content: center;
  align-items: center;
}
