@import url(https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700&family=Poppins:wght@500;600;700;800;900&family=Quicksand:wght@400;500;600;700;800&display=swap);

:root {
    --event-blue: #1c458b;
    --event-blue-deep: #123872;
    --event-light: #dfe8f2;
    --event-muted: #777f8c;
}

.events-home-widget {
    padding: 48px 0 76px;
    background: #fff;
    font-family: Quicksand, sans-serif;
}

.events-home-widget .container {
    width: min(1440px, calc(100% - 32px));
    max-width: none;
}

.events-home-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 62px;
}

.events-title-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.events-home-header h2 {
    margin: 0;
    color: var(--event-blue);
    font-family: Poppins, sans-serif;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
}

.events-home-header p {
    margin: 7px 0 0;
    color: var(--event-blue);
    font-size: 16px;
    font-weight: 500;
}

.events-home-nav {
    display: inline-flex;
    gap: 8px;
}

.events-nav-btn {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: var(--event-blue);
    cursor: pointer;
}

.events-nav-btn.next {
    background: #8aa0c4;
}

.events-header-actions {
    display: flex;
    align-items: center;
    gap: 18px;
}

.events-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 170px;
    min-height: 50px;
    padding: 0 24px;
    border: 1px solid var(--event-blue);
    border-radius: 15px;
    color: var(--event-blue);
    background: #fff;
    font-family: Quicksand, sans-serif;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.events-action-btn.solid {
    color: #fff;
    background: var(--event-blue);
}

.events-home-slider.owl-carousel .owl-stage {
    display: flex;
}

.events-home-card {
    display: flex;
    flex-direction: column;
    height: 426px;
    color: var(--event-blue);
    text-decoration: none;
}

.events-home-card__image {
    width: 100%;
    height: 213px;
    overflow: hidden;
    border-radius: 8px;
    background: #eef3f9;
}

.events-home-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.events-home-card__body {
    position: relative;
    flex: 1;
    min-height: 195px;
    margin-top: 18px;
    padding: 16px 54px 14px 15px;
    border-radius: 8px;
    background: var(--event-light);
}

.events-home-card__title {
    min-height: 43px;
    color: var(--event-blue);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
}

.events-home-card__category {
    margin-top: 10px;
    color: #818181;
    font-size: 14px;
    font-weight: 600;
}

.events-home-card__place {
    margin-top: 36px;
    color: var(--event-blue);
    font-size: 14px;
    font-weight: 700;
}

.events-home-card__meta {
    display: grid;
    gap: 4px;
    margin-top: 9px;
    color: var(--event-blue);
    font-size: 13px;
    font-weight: 500;
}

.events-home-card__meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.events-home-card__map {
    position: absolute;
    right: 14px;
    bottom: 19px;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 11px;
    color: #fff;
    background: var(--event-blue);
    font-size: 19px;
}

.events-home-slider .owl-nav,
.events-home-slider .owl-dots {
    display: none;
}

.events-page {
    background: #f4f7fb;
    color: #17243d;
    font-family: Quicksand, sans-serif;
}

.events-page .container {
    width: min(1440px, calc(100% - 32px));
    max-width: none;
    margin: 0 auto;
}

.events-header-wrapper {
    position: relative;
    min-height: 294px;
    overflow: hidden;
    background: var(--event-blue);
}

.events-header-wrapper .header-container {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    z-index: 5 !important;
    transform: none !important;
}

.events-header-wrapper header {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    align-items: center;
    width: 100%;
    height: 150px;
    color: #fff;
}

.events-header-wrapper .header-logo {
    width: auto;
    color: #fff;
    text-decoration: none;
}

.events-header-wrapper .logo-h1 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Cinzel, serif;
}

.events-header-wrapper .logo-h1 img {
    width: 95px;
    height: 95px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.events-header-wrapper .logo-text {
    color: #fff;
    font-family: Cinzel, serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.08;
}

.events-header-wrapper .logo-text span {
    display: block;
}

.events-header-wrapper .logo-text .thin {
    margin-top: 2px;
    font-family: Cinzel, serif;
    font-size: 18px;
    letter-spacing: 1px;
}

.events-header-wrapper nav,
.events-header-wrapper .header-nav-row {
    height: 100%;
}

.events-header-wrapper .header-nav-row {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 14px;
}

.events-header-wrapper .header-nav-top,
.events-header-wrapper .header-nav-top-buttons,
.events-header-wrapper .header-nav-top-glass-buttons,
.events-header-wrapper .header-nav-bottom ul {
    display: flex;
    align-items: center;
    gap: 12px;
}

.events-header-wrapper .button-link,
.events-header-wrapper .header-nav-bottom a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 12px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.events-header-wrapper .header-nav-bottom a {
    border-color: transparent;
    font-size: 14px;
}

.events-header-wrapper .glass-btn-item .button-link {
    width: 45px;
    padding: 0;
    background: rgba(255, 255, 255, .08);
}

.events-header-wrapper .header-absolute-img {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.events-header-wrapper .header-absolute-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(12, 34, 73, .62), rgba(12, 34, 73, .34));
}

.events-header-wrapper .header-absolute-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.events-page .page-container {
    padding: 30px 0 70px;
    background: #eef3f9;
}

.events-page .inner-page__wrapper {
    width: min(1440px, calc(100% - 32px));
    margin: 0 auto;
}

.events-page .module-breadcrumb-container.breadcrumb-v2 {
    margin-bottom: 30px;
}

.events-page .breadcrumb {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 20px 0 16px;
    border-radius: 16px;
    background: #fff;
}

.events-page .bread-links {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #8ba4cc;
    font-size: 14px;
}

.events-page .bread-links a,
.events-page .bread-back-link {
    color: #8ba4cc;
    text-decoration: none;
}

.events-page .bread-links .main {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.events-page .bred-main-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: #eef3f9;
    color: #8aa4cc;
    font-size: 20px;
}

.events-page .bread-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.events-page .inner-page-rower {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 26px;
    align-items: flex-start;
}

.events-sidebar {
    display: grid;
    gap: 22px;
}

.events-sidebar .sidebar-search-button-wrapper {
    height: 56px;
}

.events-sidebar .activity-search-modal-open-trigger {
    display: flex;
    align-items: center;
    height: 56px;
    padding: 0 16px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(20, 48, 89, .08);
}

.events-sidebar .activity-search-modal-open-trigger .icon {
    color: var(--event-blue);
}

.events-sidebar input {
    width: 100%;
    height: 100%;
    padding-left: 12px;
    border: 0;
    outline: 0;
    color: var(--event-blue);
    background: transparent;
}

.static-mini-calendar {
    padding: 18px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(20, 48, 89, .08);
}

.static-mini-calendar .mini-calendar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.static-mini-calendar .nav-btn {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 9px;
    color: #fff;
    background: var(--event-blue);
}

.static-mini-calendar h3 {
    color: var(--event-blue);
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 800;
}

.static-mini-calendar .mini-calendar-days,
.static-mini-calendar .mini-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
}

.static-mini-calendar .weekday,
.static-mini-calendar .mini-calendar-grid a,
.static-mini-calendar .mini-calendar-grid span {
    display: grid;
    place-items: center;
    min-height: 32px;
    border-radius: 8px;
    color: var(--event-blue);
    font-size: 12px;
    font-weight: 700;
}

.static-mini-calendar .weekday {
    color: #8291a8;
}

.static-mini-calendar .mini-calendar-grid a {
    background: #f1f5fb;
}

.static-mini-calendar .mini-calendar-grid a.has-event {
    color: #fff;
    background: var(--event-blue);
}

.events-page .inner-page__content {
    padding: 32px 36px 42px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 20px 46px rgba(23, 54, 105, .08);
}

.events-page .inner-page__content-header .title {
    margin: 0 0 24px;
    color: var(--event-blue);
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.25;
}

.events-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
    overflow-x: auto;
}

.events-tabs a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 10px;
    color: var(--event-blue);
    background: #edf3fb;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.events-tabs a.active {
    color: #fff;
    background: var(--event-blue);
}

.events-list-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.event-list-card {
    display: flex;
    flex-direction: column;
    min-height: 430px;
    color: var(--event-blue);
    text-decoration: none;
}

.event-list-card .img-wrapper {
    height: 210px;
    overflow: hidden;
    border-radius: 8px;
    background: #eef3f9;
}

.event-list-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-list-card .event-body {
    position: relative;
    flex: 1;
    margin-top: 14px;
    padding: 16px 56px 16px 16px;
    border-radius: 8px;
    background: #dfe7f2;
}

.event-list-card .event-title {
    color: var(--event-blue);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.22;
}

.event-list-card .event-category {
    margin-top: 10px;
    color: #777;
    font-size: 14px;
    font-weight: 600;
}

.event-list-card .event-location {
    margin-top: 28px;
    color: var(--event-blue);
    font-size: 14px;
    font-weight: 700;
}

.event-list-card .event-meta {
    display: grid;
    gap: 4px;
    margin-top: 10px;
    font-size: 13px;
}

.event-list-card .event-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.event-list-card .map-icon {
    position: absolute;
    right: 14px;
    bottom: 18px;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 11px;
    color: #fff;
    background: var(--event-blue);
}

.etkinlik-detay-info-bar {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 28px;
}

.etkinlik-detay-info-bar .info-bar-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 130px;
    padding: 18px;
    border-radius: 10px;
    color: var(--event-blue);
    background: #edf3fb;
    text-decoration: none;
}

.etkinlik-detay-info-bar .icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 9px;
    color: #fff;
    background: var(--event-blue);
}

.etkinlik-detay-info-bar .title {
    color: #6d7888;
    font-size: 12px;
    font-weight: 800;
}

.etkinlik-detay-info-bar .etkinlik-full-dates,
.etkinlik-detay-info-bar .etkinlik-saat,
.etkinlik-detay-info-bar .tag,
.etkinlik-detay-info-bar .etkinlik-yer {
    color: #111;
    font-size: 14px;
    font-weight: 700;
}

.etkinlik-detail-page-rower {
    display: flex;
    gap: 24px;
    margin-bottom: 28px;
}

.etkinlik-detail-page-rower .page-content-w-auto-img {
    flex: 0 0 52%;
    overflow: hidden;
    border-radius: 10px;
    background: #edf3fb;
}

.etkinlik-detail-page-rower .page-content-w-auto-img img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
}

.etkinlik-detail-page-rower .content {
    flex: 1;
    padding: 12px 0;
}

.page-content__title {
    color: var(--event-blue);
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.25;
}

.page-content__description {
    margin-top: 18px;
    color: var(--event-muted);
    font-size: 15px;
    line-height: 1.7;
}

.events-page .inner-page__content-description {
    color: #4b596d;
    font-size: 16px;
    line-height: 1.75;
}

.events-page .inner-page__content-description p {
    margin: 0 0 16px;
}

.events-page .inner-page__content-description img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.events-footer {
    position: relative;
    padding-top: 40px;
    background: var(--event-blue);
}

.events-footer .absolute-logo {
    position: absolute;
    left: 50%;
    top: -38px;
    width: 130px;
    transform: translateX(-50%);
}

.events-footer .footer-wrapper {
    padding: 70px 0 28px;
    color: #fff;
}

.events-footer a {
    color: #fff;
}

.events-footer .footer-bottom {
    margin-top: 30px;
    color: rgba(255, 255, 255, .72);
}

@media (max-width: 1180px) {
    .events-list-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .etkinlik-detay-info-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .events-home-header,
    .events-header-actions,
    .etkinlik-detail-page-rower {
        flex-direction: column;
    }

    .events-header-wrapper header,
    .events-page .inner-page-rower,
    .events-list-grid {
        grid-template-columns: 1fr;
    }

    .events-header-wrapper header {
        height: auto;
        padding: 24px 0;
    }

    .events-header-wrapper .header-nav-row {
        align-items: flex-start;
    }

    .events-header-wrapper .header-nav-top,
    .events-header-wrapper .header-nav-top-buttons,
    .events-header-wrapper .header-nav-bottom ul {
        flex-wrap: wrap;
    }

    .events-header-wrapper {
        min-height: 360px;
    }

    .events-page .inner-page__content {
        padding: 24px 18px;
    }

    .etkinlik-detay-info-bar {
        grid-template-columns: 1fr;
    }

    .etkinlik-detail-page-rower .page-content-w-auto-img {
        flex-basis: auto;
    }
}
