/* Custom CSS */
.filter-section {
    background-color: #f8f9fa;
    padding: 20px;
}

.event-main-container {
    min-height: calc(100vh - 136px);
}

#events-section {
    min-height: 80vh;
}

@media (max-width: 991px) {
    #events-section {
        padding: 0;
    }
}

.kmn-button {
    display: inline-block;
    color: white;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    clip-path: polygon( 100% 98.35%,98.796% 13.205%,1.082% 0%,0% 100%,100% 98.35% );
    transition: background-color 0.3s ease;
    border-radius: 0;
}

div.kmn-artist-header-background {
    background: var(--bs-myColor4);
    clip-path: polygon(0 0, 100% 0, 100% 18%, 0 14%);
    width: 100%;
    height: 100%;
}

div.kmn-artist-header-stamp {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 18%;
    z-index: 2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

div.kmn-artist-footer-background {
    background: white;
    width: 100%;
    height: 15%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

div.kmn-artist-footer-line-background {
    background: var(--bs-myColor8);
    clip-path: polygon(0 80%, 100% 78%, 100% 98%, 0 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 10%;
    left: 0;
}

div.kmn-artist-footer-line-text {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 10%;
    left: 0;
    z-index: 5;
    rotate: -1deg;
}


.swiper-slide img {
    /*bottom: 15% !important;*/
}

.swiper-slide span {
    font-size: 1.5rem;
    font-weight: 500;
}


.kmn-day-filter-button {
    border-radius: 0;
    font-weight: bold;
    color: white;
    transition: font-size 0.3s ease;
}

button.active {
    font-size: 1.75rem;
}


/*.kmn-section-title {*/
/*    color: white;*/
/*    clip-path: polygon( 100% 98.35%,98.796% 13.205%,1.082% 0%,0% 100%,100% 98.35% );*/
/*    transition: background-color 0.3s ease;*/
/*    border-radius: 0;*/
/*    background: var(--bs-myColor4);*/
/*    color: var(--bs-myColor4);*/
/*}*/

.commercial-slider-wrapper {
    /*max-height: 300px;*/
}

.commercial-slider {
    height: 500px;
    width: 200px;
}

.commercial-slider img {
    position: relative;
    top: 0;
    left: 0;
}

.commercial-slider img.desktop {
    display: block;
}

.commercial-slider img.mobile {
    display: none;
}

@media (max-width: 991px) {
    .commercial-slider {
        height: auto;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .commercial-slider .swiper-slide {
        width: 100%;
    }

    .commercial-slider img.desktop {
        display: none;
    }

    .commercial-slider img.mobile {
        display: block;
        position: relative;
        top: 0;
        left: 0;
    }

    .commercial-slider .swiper-slide {
        height: auto;
    }

}

.mySwiper .swiper-slide {
    height: 100vw;
}

@media (min-width: 768px) {
    .mySwiper .swiper-slide {
        height: 50vw;
    }
}

@media (min-width: 992px) {
    .mySwiper .swiper-slide {
        height: 30vw;
    }
}

@media (min-width: 1400px) {
    .mySwiper .swiper-slide {
        height: 20vw;
    }
}

.swiper-slide {
    text-align: center;
    font-size: 2rem;
    background: transparent;
    color: white;
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    align-items: center;
    transition: all ease-in-out 0.4s;
}

.swiper-slide img {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: -1;
}

.mySwiper h2 {
    font-weight: 700;
    font-size: 3rem;
    line-height: 1;
}

.swiper-button {
    color: white;
}

.soon-oszkar {
    position: absolute;
    top: 65%;
    left: 20%;
}

@media (max-width: 991px) {
    .soon-oszkar {
        top: 0;
        left: 65%;
    }
}

.not-found-container {
    height: 80vh;
    justify-content: center;
}

.not-found-container h1 {
    font-size: 3rem;
    font-weight: 600;
}

.not-found-container a {
    color: white;
}

.post-details-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

/*
    Loader for events filter
*/
#events-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: rgba(120, 140, 175, 0.5);
}

#events-loader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid rgba(120, 140, 175, 0.5);
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: animate-preloader 1s linear infinite;
}

.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}

@media (max-width: 768px) {
    .card-img-top {
        height: 30vh;
    }
}

.download-button * {
    color: white !important;
    font-size: 1.2rem !important;
}

.post-img {
    width: 100%;
}

@media (min-width: 992px) {
    .post-img {
        width: 75%;
    }
}

@media (min-width: 1200px) {
    .post-img {
        width: 50%;
    }
}