.event-slider-wrap{
  overflow: hidden!important;
}
.event-slider.swiper {
  position: relative;
  width: 100%;
  min-height: 600px;
  overflow: visible;
}
.event-slider .swiper-wrapper{
  height: 70vh;
}
.swiper-slide {
  background-size: cover;
  background-position: 70% center;
}
@media all and (min-width:992px){
  .event-slider.swiper {
    height: 100vh;
    min-height: 800px;
  }
  .event-slider .swiper-wrapper{
    height: 100vh;
  }
  .swiper-slide {
    background-position: center left;
  }
}

.slider-static-ui {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  z-index: 10;
  padding-left: 5%;
}
.slider-logo{
  display: block;
  position: relative;
  margin-top: 14rem;
  margin-bottom: 5rem;
  margin-left: -450px;
}
@media all and (min-width:992px){
  .slider-logo{
    margin-top: 8rem;
    margin-left: 0;
  }
}
.slider-logo:before{
  content: "";
    display: block;
    position: absolute;
    top: -768px;
    left: -664px;
    width: 1000px;
    height: 1000px;
    background: white;
    background-image: url("https://skw.itentego.pl/wp-content/themes/sk-wpl/images/pattern-noise-bg.webp");
    transform: rotate(45deg);
    z-index: -1;
}
.slider-logo:after{
    content: "";
    display: block;
    position: absolute;
    top: 368px;
    left: -475px;
    width: 1300px;
    height: 1300px;
    background: white;
    background-image: url("https://skw.itentego.pl/wp-content/themes/sk-wpl/images/pattern-noise-bg.webp");
    transform: rotate(45deg);
    z-index: -2;
    transition: all .3s ease-in-out;
}
.slider-text {
  position: relative;
  padding-left: 5%;
  padding-bottom: 1rem;
  z-index: 11;
}
@media all and (min-width: 992px){
  .slider-text {
    position: absolute;
    z-index: 11;
    bottom: 8%;
  }
}

.slider-text .event-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  max-width: 450px;
}

@media all and (min-width: 992px){
  .slider-text .event-title {
    font-size: 2.2rem;
  }
}

/* Nawigacja */
.swiper-button-prev{
  display: none;
}
.swiper-button-prev,
.swiper-button-next {
  color: white;
  width: 70px;
  height: 70px;
  z-index: 20;
  background: #FA00FA;
  transition: all .3s ease-in-out;
  top: 35%;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: black;
}
.swiper-button-prev img{
  width: 55px;
  transform: rotate(-180deg);
}
.swiper-button-next img{
  width: 55px;
}
.swiper-button-prev{
  left: 0;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

@media all and (min-width: 992px){
  .swiper-button-prev,
  .swiper-button-next {
    color: white;
    width: 70px;
    height: 70px;
    z-index: 20;
    background: #FA00FA;
    transition: all .3s ease-in-out;
    top: 50%;
  }
}

/* Kontrolki */
.swiper-controls {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1rem;
  margin-top: -60px;
  margin-right: 1rem;
  margin-bottom: 2rem;
  z-index: 13;
}
@media all and (min-width: 992px){
  .swiper-controls {
    margin-top: -100px;
    margin-right: 2rem;
  }
}

/* Paski postępu */
.progress-bars {
  display: flex;
  gap: 6px;
}

.progress-bar-item {
  width: 40px;
  height: 4px;
  background: rgba(255,255,255,0.5);
  border: 1px solid rgba(0, 0, 0, .05);
  overflow: hidden;
  border-radius: 2px;
}
@media all and (min-width:992px){
  .progress-bar-item {
    width: 80px;
  }
}
.progress-bar-fill {
  height: 100%;
  width: 0%;
  background: #ff00ff;
  transition: width 0.1s linear;
}

/* Play/Pause */
.swiper-playpause {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 50%;
  transition: all .5s ease-in-out;
  cursor: pointer;
}
.swiper-playpause:hover{
  background: #FA00FA;
}
.slider-left:has(.btn--default:hover) .slider-logo::after {
  left:-1800px;
}
.slider-left:has(.btn--default:hover) .event-title {
  color: white;
}

