.hero-schedule {
  background-image: url("../img/schedule-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;

  position: relative;
  margin-bottom: 0;
  padding: 60px;
  isolation: isolate;
}

.hero-schedule::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: #120b32;
  opacity: 0.5;
}

.hero-schedule>h2 {
  font-family: "RobotoCondensed", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}

@keyframes pushUp {
  from {
    transform: translateY(80px);
    /* Initial position pushed down */
  }

  to {
    transform: translateY(0);
    /* Final position at normal height */
  }
}

.hero-schedule>h1 {
  color: #fff;
  font-family: "KorolevBold", Sans-serif;
  font-size: 55px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3em;
  letter-spacing: 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.76);
  text-align: center;
  animation: pushUp 1.5s ease-out;
}

.information {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  border: #1b325f dashed;
  background: rgb(232, 234, 239);
  padding: 1rem;
  gap: 1rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
  inline-size: min(100% - 1rem, 67rem);
  margin-inline: auto;
}

.information>* {
  flex: 1 1 49%;
  min-width: 30ch;
}

.dashed-box {
  border: 1px #1b325f dashed;
}

.box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  gap: 2rem;
  background: #1b325f;
  height: 100%;
}

.icon {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  fill: #ffffff;
  color: #fff;
  font-size: 78px;
}

.box .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.5rem;
  height: 100%;
}

.box .content h3 {
  font-family: "KorolevBold", Sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: white;
  text-align: left;
}

.box .content p {
  color: #fff;
  font-family: "RobotoCondensed", Sans-serif;
  font-size: 16px;
  text-align: left;
}

.box .content ul {
  list-style: disc;
  text-align: left;
  color: #ffffff;
  font-family: "RobotoCondensed", Sans-serif;
  font-size: 16px;
  margin-left: 3rem;
}

.btn-download-pdf {
  padding: 10px 20px;
  font-family: "KorolevBold", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  background-color: #7b1222;
  color: white;
  cursor: pointer;
  border: none;
}

.btn-download-pdf:hover {
  background-color: #1b325f;
}

.download-pdf-div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.schedule-wrapper {
  inline-size: min(100% - 1rem, 67rem);
  margin-inline: auto;
}

.schedule-wrapper>* {
  flex: 1;
}

.schedules {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-inline: auto;
  margin-bottom: 4rem;
}

.whitebox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1em;
  padding: 2rem;
  width: 49%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.whitebox .title {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  width: 100%;
}

.whitebox .title h2 {
  color: #1b325f;
  font-family: "KorolevBold", Sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1;
}

.whitebox .title .timerange {
  color: #7a7a7a;
  font-family: "RobotoCondensed", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
}

.timerange {
  text-transform: uppercase;
}

.blue-btn {
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  font-family: "KorolevBold", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  background-color: #1b325f;
  color: #fff;
  border: none;
}

.divider {
  display: flex;
  align-items: center;
  position: relative;
}

.line {
  width: 100%;
  position: relative;
  margin-right: 5px;
  border-bottom: 1px #1b325f solid;
}

.star {
  width: 1em;
  height: 1em;
  font-weight: 900;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  color: #1b325f;
}

.whitebox .description {
  display: flex;
  flex-direction: column;
  gap: 1em;
  color: #1b325f;
  font-family: "RobotoCondensed", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
}

.whitebox .description ul {
  margin-left: 3rem;
}

.note {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  font-family: "RobotoCondensed", Sans-serif;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0px;
  margin-inline: 1rem;
  margin-block: 1rem;
}

.livestream-purchase-btn {
  font-family: "KorolevBold", Sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
  background-color: #861394;
  color: white;
  text-decoration: none;
  border-radius: 1rem;
  margin-top: 15px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.livestream-purchase-btn:hover {
  background-color: #1b3264;
}

.livestream-purchase-btn i {
  margin-right: 8px;
}

.information--note {
  margin-top: 0;
}

@media (width <=900px) {
  .box {
    flex-direction: column;
  }

  .box .content h3 {
    text-align: center;
  }

  .box .content p {
    text-align: center;
  }

  .schedules {
    align-items: center;
    flex-direction: column;
  }

  .whitebox {
    width: 90%;
  }
}

@media (width <=900px) {
  .whitebox .description ul {
    margin-left: 1rem;
  }
}
