﻿.art-card{
    /*border:none !important;*/
}


.art-carousel-nav .owl-prev, .art-carousel-nav .owl-next{
    width: 60px;
    height: 60px;
    margin: 0 5px;
    display: inline-flex;
    background: none;
    border: none;
}

/* base appearance for all slides */
.installations .owl-item .card ,.art-slider .swiper-slide .card{
    position: relative;
    border-radius: 16px !important;
    overflow: hidden;
    /*transform: scale(.9);*/
    opacity: 1;
    background-color:transparent;
    transition: transform .35s ease, opacity .35s ease, box-shadow .35s ease;
    /*height:500px;*/
    /*transform:scale(0.85);*/
}

/* enlarge only the custom featured one */
.installations .owl-item.is-featured .card, .swiper-slide.swiper-slide-active {
    /*transform: scale(1.1, 0.85);*/
    opacity: 1;
    /*box-shadow: 0 20px 50px rgba(0,0,0,.25);*/
}

/* button hidden by default */
.installations .btn-view, .art-slider .btn-view {
    position: absolute;
    left: 24px;
    bottom: 24px;
    padding: 12px 25px;
    background-color: rgba(0, 0, 0, 0.66);
    font-size: 18px;
    color: #fff;
    border-radius: 999px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity .25s ease, transform .25s ease;
}

/* show button only on the featured slide */
.installations .owl-item.is-featured .btn-view, .art-slider .swiper-slide.swiper-slide-active .btn-view {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.art-slider .art-card img {
    width: 100%;
    border-radius: 10px;
}
.art-slider .swiper-slide {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    border-radius: 16px;
}

.art-slider .swiper-slide-active {
    transform: scale(1.1) !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    border-radius: 24px;
}




/*.installations .owl-item.main-slide {
    width: 500px !important;*/ /* or any larger value */
    /*transition: width 0.3s;
}

.installations .owl-item {
    width: 400px !important;*/ /* smaller width for other slides */
    /*height:500px !important;
}*/


 .heading{
    font-family:'Satoshi-Bold';
}

.past-event-carousel-nav .prev, .past-event-carousel-nav .next {
    width: 60px;
    height: 60px;
    margin: 0 5px;
    display: inline-flex;
    background: none;
    border: none;
}

.swiper-button-disabled {
    opacity: 0.5;
}


.event-carousel .owl-item {
    cursor: pointer;
}

.event-card {
    position: relative;
    color: white;
}


.thumbs-swiper .swiper-slide-thumb-active .card-body .event-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 2;
}
/*
.content {
    position: absolute;
    top: 35%;
    left: 35%;
    opacity: 0;
    font-size: 20px;
    z-index: 3;
    font-family: 'Satoshi-Bold';
}*/
.content {
    opacity: 0;
    font-size: 1.3rem;
    z-index: 3;
    font-family: 'Satoshi-Bold';
    justify-content: center;
    display: flex;
    align-items: center;
    height: 100%;
}

/*.firstActiveItem{
    width:
}*/
@media(min-width:1500px) {
    .content{
        top:40%;
        left:38%;
    }
}
.event-card-label{
    font-family: 'Satoshi-Bold';
    opacity:0.5;

}

.swiper-slide .content {
    display: none;
}

.thumbs-swiper .swiper-slide-thumb-active .card-body .content {
    opacity: 1;
    display:flex;
}

@media(max-width:1240px){
    .content{
        font-size:1.1rem;
    }
}
@media(max-width:1500px){
    .content{
        font-size:1.2rem;
    }
}
@media(max-width:800px) {
    .content {
        left: 30%;
        top: 30%;
        font-size: 1rem;
    }
}
.thumbs-swiper .swiper-slide{
    cursor:pointer;
}   
@media(max-width:576px){
    .content{
        font-size:1rem;
        text-align:center;
    }
    .past-event-carousel-nav .prev, .past-event-carousel-nav .next, .art-carousel-nav .owl-prev, .art-carousel-nav .owl-next {
        width: 50px;
        height: 50px;
    }
    .installations .btn-view, .art-slider .btn-view {
        padding: 8px 14px;
        font-size: 1.1rem;
    }
}