/*!
 * Developed by Gidea Medya Teknoloji A.Ş.
 * https://gidea.tr
 * © Gidea Medya Teknoloji A.Ş. All rights reserved.
 */


body {
    font-family: 'Poppins', sans-serif;
}


.material-symbols-outlined {
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1.5px;
    bottom: -4px;
    left: 50%;
    background-color: #2a2b6a;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(-50%);
    opacity: 0;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 12px;
    opacity: 1;
}

.nav-link:hover {
    color: #2a2b6a;
}

.event-gallery .owl-stage-outer {
    overflow: hidden !important;
}

#news-gallery .owl-nav {
    display: flex !important;
    justify-content: center;
    gap: 15px;
    margin-top: 25px;
}

#news-gallery .owl-nav button {
    width: 45px !important;
    height: 45px !important;
    background: white !important;
    border: 1px solid #f3f4f6 !important;
    border-radius: 14px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    color: #2a2b6a !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

#news-gallery .owl-nav button:hover {
    background: #2a2b6a !important;
    color: white !important;
    transform: translateY(-3px);
}

#news-gallery .owl-nav button span {
    font-size: 24px;
    line-height: 1;
}

#news-gallery .owl-dots {
    display: none;
}

.news-slider .owl-stage,
.activities-slider .owl-stage {
    display: flex;
}

.news-slider .owl-item,
.activities-slider .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.news-slider .owl-item article,
.activities-slider .owl-item article {
    width: 100%;
}