/* Slider kapsayıcısı */
.e42art-slider3 {
    position: relative;
  
}

/* Slayt öğeleri */
.e42art-slider3 .uk-slideshow-items > li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: none; /* Başlangıçta tüm slaytları gizle */
}

/* Aktif slayt */
.e42art-slider3 .uk-slideshow-items > li.uk-active {
    display: block;
}

/* Gradient kapsayıcısı */
.e42art-slider3 .m-living-world__bg {
  background: linear-gradient(180deg, transparent 49.01%, #000 99.96%);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

/* Slayt etiketi */
.e42art-slider3 .m-living-world__nav-label {
  min-height: 96px;
  color: #fff;
  position: absolute;
  bottom: 0px;
  left: 30px;
  z-index: 2;
  font-family: 'Barlow', sans-serif;
  font-size: 36px;
  line-height: 46px;
}

@media (min-width: 640px) {
  .e42art-slider3 .m-living-world__nav-label {
    font-size: 42px;
    line-height: 48px;
  }
}

/* Navigasyon */
.e42art-slider3 .m-living-world__nav {
    position: relative;
    bottom: 175px;
    left: 0;
    width: 100%;
    z-index: 3;
}

/* Kategori linkleri */
.e42art-slider3 .o-living-worlds__nav-items {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.e42art-slider3 .o-living-worlds__nav-items li {
    margin: 0 15px;
}

.e42art-slider3 .o-living-worlds__nav-control {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.e42art-slider3 .o-living-worlds__nav-control.active {
    font-weight: bold;
}

/* Alt navigasyon */
.e42art-slider3 .uk-container-wrapper {
    border-top: 1.5px solid hsla(0, 0%, 100%, .3);
    padding-top: 18px;
}

.e42art-slider3 .uk-dotnav {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.e42art-slider3 .uk-dotnav li {
    margin: 0 5px;
}

.e42art-slider3 .uk-dotnav a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;  /* Resim boyutunu aşarsa gizle */
    border: 2px solid transparent;
}

.e42art-slider3 .uk-dotnav a.uk-active {
    border-color: #fff;
}

.e42art-slider3 .uk-dotnav a img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Resimleri kırp ve tam doldur */
     display: block; /* Eğer gerekliyse */
}

/* Alt navigasyon konteyneri */
.e42art-slider3 .uk-container-wrapper {
  display: flex; /* Flexbox'ı etkinleştir */
  justify-content: flex-end; /* Öğeleri sağa yasla */
}

.uk-child-width-1-2\@s>* {
     width: 100%;
}