.predstave-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 500px;
}
.predstave-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(237, 28, 36, 0) 0%,
    rgba(237, 28, 36, 0.5) 87.88%
  );
}
.predstave-hero::after {
  content: "";
  position: absolute;
  bottom: 65px;
  right: 40px;
  width: 470px;
  height: 330px;
  background-image: url(../icons/hero-before.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.predstave__content {
  position: absolute;
  bottom: 65px;
  left: 15px;
  z-index: 5;
}

.play {
  background: #faf4e5;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  margin-top: -25px;
  position: relative;
  z-index: 5;
}
.archive-predstave .predstava-content {
  color: #000;
  display: flex;
  flex-direction: column;
  position: static;
  height: 100%;
}
.archive-predstave .predstava-scene {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 5;
  background-color: #fff;
  padding: 7px;
  border-radius: 700px;
}
.archive-predstave .predstava-scene:before {
  display: none;
}
.archive-predstave.card-predstava {
  padding: 14px;
  border: none;
  background-color: #fff;
  border: none;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.archive-predstave .predstava-thumb > a::after {
  display: none;
}

.archive-predstave .predstava-excerpt {
  font-family: "DIN Pro";
}

.archive-predstave .predstava-duration {
  font-weight: 500;
  font-size: clamp(16px, 0.9375vw, 18px);
}
.archive-predstave .button-icon {
  width: 100%;
}

.archive-predstave .filled__button:hover path {
  stroke: #fff;
}
.filter-btn {
  padding: 12px 18px;
  background: white;
  border-radius: 9999px;
  border: 1px solid var(--main-red);
  color: var(--main-red);
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-family: "DIN Pro Cond";
  transition: 0.3s;
  font-size: 18px;
  text-transform: uppercase;
}
.predstave-filter {
  display: flex;
  gap: 10px;
}

.filter-btn.active,
.filter-btn:hover {
  background: var(--main-red);
  color: white;
  border-color: var(--main-red);
  transition: 0.3s;
}
.predstave-heading {
  padding: 15px;
  background-color: #ffffffcc;
  border-radius: 700px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.select-box {
  gap: 10px;
}

.archive-predstave .predstava-meta a {
  padding-top: 7px;
  padding-bottom: 7px;
}
.archive-predstave .predstava-meta {
  margin-top: auto;
}
.archive-predstave .predstava-thumb img {
  width: 100%;
  height: 375px;
  object-fit: cover;
  border-radius: 16px;
}
.select-box.mobile {
  display: none;
}
@media only screen and (max-width: 1440px) {
  .predstave__content {
    /* left: 0; */
  }
  .predstave-hero::after {
    width: 350px;
    height: 247px;
  }
}
@media only screen and (max-width: 767px) {
  .predstave__content {
    left: 15px;
  }
  .predstave-hero::after {
    width: 205px;
    height: 145px;
  }
}
@media only screen and (max-width: 567px) {
  .predstave-hero::after {
    width: 118px;
    height: 81px;
  }
  .predstave-hero::after {
    display: none;
  }
  .predstave-filter.desktop {
    display: none;
  }
  .select-box.mobile {
    display: block;
  }
  .play {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }
}
