.gecmisEtkinliklerSection{
    width: 1820px;
    height: auto;
    background: rgba(0,0,0,1);
    padding: 100px 50px;
    display: flex;
    flex-direction: column;
}
.gecmisEtkinliklerWrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.gecmisEtkinliklerHeader{
    margin-bottom: 100px;
}
.gecmisEtkinliklerHeader h2{
    font-size: 65px;
    font-weight: 600;
    line-height: 78px;
    letter-spacing: -0.03em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(255,255,255,1);
    margin: 0;
}
.gecmisEtkinliklerSlider .gecmisEtkinliklerSlider__item{
    width: 400px;
    height: 400px;
    gap: 0px;
    border-radius: 24px;
    border: 1px solid transparent;
    background: linear-gradient(124.48deg, rgba(255, 255, 255, 0.5) -0.5%, rgba(255, 255, 255, 0.075) 49.75%, rgba(255, 255, 255, 0.5) 100%) border-box;
    overflow: hidden;
}
.gecmisEtkinliklerSlider .gecmisEtkinliklerSlider__item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}
.gecmisEtkinliklerSlider{
    position: relative;
    gap: 40px;
}
.owl-nav {
    width: 89px;
    display: flex;
    gap: 9px;
    align-items: center;
}
.gecmisEtkinliklerSlider .owl-nav .owl-next i,
.gecmisEtkinliklerSlider .owl-nav .owl-prev i{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.15);
    font-size: 20px;
    background-color: black;
    color: white;
    padding: 10px;
}

.owl-dots {
    display: flex;
    width: 150px;
    height: 2px;
    border-radius: 1px;
    overflow: hidden;
}
.owl-dot {
    flex-grow: 1;
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
    transition: background 0.3s ease-in-out;
}
.owl-dot.active {
    background: linear-gradient(105.66deg, #00F4FF 16.76%, #68FFED 46.39%, #9867FF 76.01%) !important;
} 
.currentSlide {
    color: rgba(255, 255, 255, 1);
  }
  
  .totalSlides {
    color: rgba(255, 255, 255, 0.15);
  }
  
  .separator {
    color: rgba(255, 255, 255, 0.15); 
  }
.sliderControls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 55px;
}
.sliderCounter {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    gap: 5px;
    color: white;
    white-space: nowrap;
}
.sliderControls .owl-dots {
    display: flex !important;
    justify-content: center;
    border: none;
}
.sliderControls .owl-dot {
    width: 10px;
    height: 10px;
    transition: background 0.3s ease-in-out;
    border: none;
}
.sliderControls .owl-dot.active {
    background: linear-gradient(105.66deg, #00F4FF 16.76%, #68FFED 46.39%, #9867FF 76.01%) !important;
}
.sliderControls .owl-nav {
    display: flex !important;
    gap: 10px;
    align-items: center;
}
.sliderControls .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.15);
    background-color: black;
    color: white;
    padding: 10px;
}