.hero-sliders-wrapper {
  position: relative;
}
.home-hero {
  height: 100vh;
  padding-bottom: 120px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home-hero .col-12 {
  padding-right: 0;
}
.home-hero::before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 48.66%, #000000 98.71%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.home-hero > div,
.home-hero > div > div,
.home-hero > div > div > div {
  height: 100%;
}
.home-hero > div > div > div {
  display: flex;
  align-items: flex-end;
}
.home-hero p {
  font-weight: 500;
}
.home-hero-buttons-row {
  margin-top: 25px;
}
.home-hero__size {
  font-weight: 700;
  font-size: clamp(42px, 3.125vw, 60px);
  line-height: 1.1;
  text-transform: uppercase;
  margin: 4px 0;
  max-width: 700px;
}
.home-hero-repertoar-container {
  height: unset !important;
  position: absolute;
  bottom: 120px;
  right: 0;
  z-index: 9;
  max-width: 850px;
  margin-right: 0;
  margin-left: auto;
  color: white;
}
.home-hero .container-fluid {
  padding-right: 15px !important;
}

.home-hero-repertoar-container .slick-list {
  padding-right: 170px !important;
}

.predstava-item-hero {
  display: flex !important;
  gap: 14px;
}
.predstava-item-hero {
  padding: 9px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));

  border: 1px solid #ffffff66;
  border-radius: 16px;
  margin-left: 8px;
  margin-right: 8px;
}
.predstava-item-hero.slick-current {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)),
    linear-gradient(180deg, #ed1c24 0%, rgba(135, 16, 21, 0) 100%);
}
.predstava-item-hero img {
  max-width: 141px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.predstava-title-hero {
  font-size: 24px;
  max-width: 150px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.predstava-info-hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.home-hero-repertoar-container .slick-track {
  display: flex;
}
.home-hero-repertoar-container .slick-track .slick-slide {
  height: inherit;
  display: flex;
}
.predstava-link-hero {
  padding: 7px 19px;
  border: 1px solid white;
  border-radius: 999px;
  color: white;
  text-transform: uppercase;
  display: flex;
  gap: 7px;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  white-space: nowrap;
  align-items: center;
}

.tip-scene {
  padding-left: 20px;
  position: relative;
  width: max-content;
  padding-top: 5px;
}
.tip-scene::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% + 3px);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.tip-scene.yellow {
  border-top: 2px solid #f4e10d;
}
.tip-scene.yellow::before {
  background-image: url("../../../assets/icons/yellow-circle.svg");
}
.tip-scene.green {
  border-top: 2px solid #1ccfe3;
}
.tip-scene.green::before {
  background-image: url("../../../assets/icons/blue-circle.svg");
}

.home-hero-content-info p {
  font-family: "DIN Pro Cond";
}
@media only screen and (max-width: 1600px) {
  .home-hero-repertoar-container .slick-list {
    padding-right: 40px !important;
  }
  .home-hero-repertoar-container {
    max-width: 750px;
  }
}

@media only screen and (max-width: 1440px) {
  .predstava-link-hero {
    font-size: 16px;
    padding: 5px 15px;
  }
  .home-hero-repertoar-container {
    max-width: 680px;
  }
  .home-hero__size {
    max-width: 550px;
  }
}
@media only screen and (max-width: 1299px) {
  .home-hero-repertoar-container .slick-list {
    padding-right: 120px !important;
  }
  .home-hero-repertoar-container {
    max-width: 500px;
  }
}
@media only screen and (max-width: 1064px) {
  .home-hero-repertoar-container {
    position: absolute;
    top: 114px;
    left: 15px;
    max-width: 100%;
  }
  .home-hero-repertoar-container .predstava-item-hero > a,
  .predstava-info-hero .predstava-link-hero {
    display: none;
  }
  .predstava-title-hero {
    max-width: 100%;
  }
  .home-hero-repertoar-container .slick-list {
    padding-right: 80px !important;
  }
  .predstava-item-hero {
    margin-left: 0;
    margin-right: 16px;
  }
  .predstava-item-hero img {
    display: none;
  }
}
