.hero-copy {
  max-width: 760px;
}

.hero-welcome {
  align-items: center;
  color: #ead48e;
  display: flex;
  font-size: clamp(15px, 1.35vw, 20px);
  gap: 15px;
  margin-bottom: 18px;
}

.hero-welcome::before {
  background: linear-gradient(90deg, #d5b75d, transparent);
  content: "";
  height: 1px;
  width: 74px;
}

.hero h1 {
  line-height: 1.03;
}

.hero h1 span {
  color: #fff;
  font-size: clamp(58px, 7.2vw, 108px);
  font-weight: 500;
}

.hero h1 strong {
  font-size: clamp(72px, 8vw, 116px);
  line-height: 1;
  padding-bottom: .08em;
}

.event-details {
  border-bottom: 1px solid rgba(229, 199, 111, .22);
  border-top: 1px solid rgba(229, 199, 111, .22);
  margin: 20px 0 34px;
  max-width: 610px;
  padding: 18px 0 16px;
}

.event-details time {
  align-items: center;
  color: rgba(255, 255, 255, .88);
  direction: rtl;
  display: flex;
  font-size: clamp(18px, 1.65vw, 24px);
  font-weight: 600;
  gap: 17px;
  justify-content: flex-end;
  letter-spacing: .02em;
}

.event-details time i {
  background: linear-gradient(90deg, transparent, #d5b75d, transparent);
  height: 1px;
  width: 48px;
}

.event-details p {
  align-items: center;
  color: #d9be6c;
  display: flex;
  font-size: clamp(15px, 1.35vw, 19px);
  gap: 13px;
  justify-content: flex-start;
  margin: 9px 0 0;
}

.event-details p span {
  font-size: 7px;
  opacity: .72;
}

@media (max-width: 1040px) {
  .hero-welcome,
  .event-details p {
    justify-content: center;
  }

  .hero-welcome::after {
    background: linear-gradient(90deg, transparent, #d5b75d);
    content: "";
    height: 1px;
    width: 74px;
  }

  .event-details {
    margin-left: auto;
    margin-right: auto;
  }

  .event-details time {
    justify-content: center;
  }
}

@media (max-width: 620px) {
  .hero-welcome {
    font-size: 14px;
    gap: 10px;
    margin-bottom: 13px;
  }

  .hero-welcome::before,
  .hero-welcome::after {
    width: 42px;
  }

  .hero h1 span {
    font-size: clamp(48px, 14vw, 62px);
  }

  .hero h1 strong {
    font-size: clamp(54px, 15vw, 68px);
  }

  .event-details {
    margin-bottom: 25px;
    margin-top: 14px;
    padding: 14px 0 13px;
  }

  .event-details time {
    font-size: 16px;
    gap: 10px;
  }

  .event-details time i {
    width: 24px;
  }

  .event-details p {
    font-size: 14px;
    margin-top: 8px;
  }
}
