

    .page-banner-pages-buttons .page-banner-page-link.etkinlikler-active {
        color: #fff;
        background: #026002;
    }

.mobile-banner-pages {
    display: none;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    width: calc(100% + 12px);
    align-items: center;
    column-gap: 12px;
    padding-right: 12px;
}

.mobile-banner-pages::-webkit-scrollbar {
    display: none;
}

.mobile-banner-pages .mobile-page-banner-page-link {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    color: #232323;
    text-decoration: none;
    padding: 13px 20px;
    background: #fff;
    border: 1px solid #F5F5F5;
    border-radius: 50px;
}

.mobile-banner-pages .mobile-page-banner-page-link.active {
    background: #026002;
    border: 1px solid #026002;
    color: #F7F8F3;
}

.etkinlikler-title {
    color: #232323;
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -4%;
    vertical-align: middle;
}

.etkinlik-card img {
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.etkinlik-card {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.etkinlik-row {
    margin-bottom: 112px !important;
    margin-top: 124px !important;
    row-gap: 54px !important;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-width: 3px !important;
    border-color: #026002 !important;
}

.fancybox__nav .carousel__button.is-next {
    background-color: #026002 !important;
}

.fancybox__nav .carousel__button.is-prev {
    background-color: white !important;
}

.carousel__button.is-prev.carousel__button svg {
    stroke: black !important;
}

.bulten-masa {
    text-align: center;
    width: 100%;
    border: 1px solid #E6E6E6;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #232323;
    padding: 17px 20px;
    background: #fff;
    border-radius: 50px;
    text-decoration: none;
}

.mobile-bulten {
    display: none !important;
    column-gap: 20px;
    margin-top: 60px;
    display: flex;
    align-items: center;
}

.bulten-masa.active {
    color: #fff;
    background: #026002;
}

@media only screen and (max-width: 991px) {
    .mobile-bulten {
        display: flex !important;
    }
    .etkinlik-row {
        margin-top: 0 !important;
    }
    .masa.page-banner-buttons {
        display: block !important;
    }
    .page-banner-text {
        max-width: 100%;
        padding: 70px 16px;
        padding-bottom: 30px;
        justify-content: end;
        row-gap: 10px;
        padding-right: 0;
    }
}