/* .banner-details {
  border-radius: 24px;
  background: url("../../../../public/Banner.svg");
  padding-right: 130px;
} */

.details-title {
  font-size: clamp(
    20px,
    calc(20px + (36 - 20) * ((100vw - 350px) / (1800 - 350))),
    36px
  );

  width: 75%;
}

.actions {
  margin-top: 58px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  /* align-items: center; */
}

.register-btn {
  color: white;
  font-weight: 600;
  padding: 10px 80px;
  font-size: 14px;
  background: linear-gradient(to right, #f98f17, #fd5701);
  border: none;
  border-radius: 12px;
}

.link {
  border: none;
  border-radius: 12px;
  padding: 10px 12px;
  background: #fb6c0933;
  color: #f98f17;
}

.price {
  color: #f98f17;
  font-size: 32px;
  font-weight: 700;
  padding-left: 1rem;
}

.divider {
  width: 1px;
  border: 1px solid #5f346e;
}

.olymp-logo {
  position: absolute;
  right: 28px;
  bottom: -1rem;
  box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.1);
  width: 180px;
  height: 180px;
  border-radius: 2rem;
}

.divider1 {
  padding-inline: 1rem;
  border-left: 1px solid#5f346e;
}

.shadow {
  box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.1);
}

.img {
  width: 100%;
}

.closing_today {
  background-color: #e43d3d;
  color: white;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 2rem;
  font-weight: 500;
}

.trending_now {
  background-color: #fb6c09;
  color: white;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 2rem;
  font-weight: 500;
}

.students {
  background-color: #2d8993;
  color: white;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 2rem;
  font-weight: 500;
}

.widgets {
  display: flex;
  column-gap: 8px;
  position: absolute;
  top: -1rem;
  right: 2rem;
}

.bg_gray {
  background: #0000000d;
}

a {
  display: flex;
  align-items: center;
}

.word_breack {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

::ng-deep img {
  max-width: 100%;
}

::ng-deep a {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

@media (max-width: 992px) {
  .olymp-logo {
    width: 100px;
    height: 100px;
  }

  .register-btn {
    color: white;
    font-weight: 600;
    padding: 10px 20px;
  }
}
