@font-face {
    font-family: 'Karu';
    src: url('/web/fonts/karu/karu-black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Karu';
    src: url('/web/fonts/karu/karu-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Karu';
    src: url('/web/fonts/karu/karu-bold-italic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Karu';
    src: url('/web/fonts/karu/karu-extrabold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Karu';
    src: url('/web/fonts/karu/karu-extrabold-italic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Karu';
    src: url('/web/fonts/karu/karu-extralight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Karu';
    src: url('/web/fonts/karu/karu-extralight-italic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Karu';
    src: url('/web/fonts/karu/karu-light-italic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Karu';
    src: url('/web/fonts/karu/Karu Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Karu';
    src: url('/web/fonts/karu/karu-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Karu';
    src: url('/web/fonts/karu/karu-medium-italic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Karu';
    src: url('/web/fonts/karu/karu-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Karu';
    src: url('/web/fonts/karu/karu-italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

*:not(i) {
    font-family: 'Karu', 'Avenir Next W05', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    letter-spacing: 1px;
}

html {
    scroll-behavior: smooth !important;
}

/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.slider-element {
    aspect-ratio: 2.5 !important;
    height: unset !important;
    max-height: unset !important;
}


@media(min-width: 992px) {
    .slider-mobile {
        display: none !important
    }
}

@media(max-width: 992px) {
    .slider-element {
        aspect-ratio: 0.70 !important;
    }

    .slider-desktop {
        display: none !important
    }
}


/*-----------------------------------------------------------------*/
.button-rounded {
    border-radius: 24px;
    text-transform: uppercase;
}

.button.button-light:hover {
    background-color: var(--cnvs-themecolor);
}

#top-bar {
    color: white;
    padding: 5px 0;
}

.top-links-item > a {
    color: white;
    font-size: 14px;
}

.top-links-item:hover {
    background-color: transparent;
}

#header-wrap #logo img {
    height: 95px;
    padding: 10px 0px;
}

.menu-link {
    color: white;
}

.content-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

.entry-title.title-xs h2, .entry-title.title-xs .h2, .entry-title.title-xs h3, .entry-title.title-xs .h3 {
    --cnvs-post-title-font-size: 14px;
}


.text-color {
    color: var(--cnvs-themecolor)
}

.warning-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    text-transform: uppercase;
}

    .warning-box div {
        border: 1px solid white;
        padding: 15px;
        grid-column: span 3;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .warning-box div:first-child {
            background-color: #811419;
            grid-column: span 1
        }

.posts-carousel .oc-item {
    background-color: #222222;
    border-radius: 24px;
    overflow: hidden;
}

    .posts-carousel .oc-item .entry-title {
        padding: 0 15px 0 15px;
    }

    .posts-carousel .oc-item .entry-content {
        padding: 0 15px 15px 15px;
    }

        .posts-carousel .oc-item .entry-content p {
            height: 75px;
            overflow: hidden;
        }

#tickets .posts-carousel .oc-item .entry-content p {
    height: 115px;
    overflow: hidden;
}

.owl-carousel.justify-center .owl-stage {
    margin: auto;
}

.bg-img {
    background: url(/web/images/bg-home-img.jpg);
    aspect-ratio: 1920/650;
    display: flex;
    align-items: center;
    padding: 0;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

h5 {
    font-size: 14px;
}

p {
    font-size: 14px;
}

.entry-content p {
    font-size: 12px;
}

.entry-title {
    height: 34px;
}

.slider-content {
    position: absolute;
    z-index: 100;
    bottom: 100px;
    left: 50px;
}

    .slider-content h2 {
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: 800;
    }

    .slider-content p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .slider-content a {
        font-size: 14px;
    }

.top-links-section {
    width: 400px;
    max-width: 100vh;
    padding: 10px;
}



    .top-links-section p {
        font-size: 12px;
    }

        .top-links-section p strong {
            font-size: 16px;
        }

.language img {
    width: 30px !important;
    height: auto !important;
}

.language a {
    text-transform: uppercase !important;
    font-size: 14px !important;
}

.owl-item:has(.overlay) {
    position: relative;
}

    .owl-item:has(.overlay)::after {
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg,rgba(42, 123, 155, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 1) 100%);
        pointer-events: none;
        position: absolute;
        z-index: 10;
    }

.image-tag {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: white;
    border-radius: 16px;
    background-color: var(--cnvs-themecolor);
    font-size: 12px;
    padding: 0 10px;
}

    .image-tag.tag-top {
        bottom: unset;
        right: unset;
        top: 10px;
        left: 10px;
    }

.placeholder-question-mark {
    aspect-ratio: 223/290;
    object-fit: cover;
    object-position: center;
}


@media(max-width: 992px) {
    .slider-content {
        position: relative;
        bottom: 0;
        left: 0;
        text-align: center;
        padding: 15px;
    }

    #top-bar {
        display: none;
    }

    #header-wrap #logo img {
        height: 75px;
        padding: 10px 0px;
    }

    .top-links-section {
        left: -68px;
    }

    .bg-img {
        aspect-ratio: 3 / 4;
    }

    .placeholder-question-mark {
        aspect-ratio: 266/318
    }
}
