/*==================================
SWIPER - minimal styling
===================================*/
:root {
    --swiper-navigation-size: 20px !important;
}

.swiper-wrapper {
    padding: 1rem 0rem;
}

.swiper-container {
    width: 100%;
    height: 574px;
    margin-top: 3em;
}

.swiper-slide {
    background: #fff;
    display: flex;
    width: 900px !important;
    height: 500px !important;
    /*box-shadow: 0 0 4px rgba(0, 0, 0, .2);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
/*     margin-right: 20px; */
}
.swiper-slide:not(:last-child){
     margin-right: 20px;
}


.swiper-slide a {
    /*width: 900px !important;*/
    /*height: 500px !important;*/
    width: 100% !important;
    height: 100% !important;
    display: flex;
    position: relative;
}

.swiper-slide a:focus {
    outline: 2px solid blue;
    outline-offset: 2px;
}

.swiper-slide::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 65%, rgba(0, 0, 0, 0.8) 85%, rgba(0, 0, 0, 0.9) 100%);
}

.swiper-controls{
    width: inherit;
    /*display: initial;*/
    position: absolute;
    /*border: 1px solid black;*/
    height: 50px;
    bottom: 0;
    /*left: calc(50% - 250px);*/
    
    display: flex;
    justify-content: center;
}

.swiper-pagination-bullets.swiper-pagination-horizontal{
    /*top: 14px!important;*/
    
    width: auto;
    order: 2;
    padding: 8px 12px;
    height: fit-content;
    position: unset;
    
    
}
.swiper-pagination-bullet {
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #000;
    opacity: 1 !important;
    background: #8A8A8A !important;
    transition: background-color 0.5s ease, color 0.5s ease;
}

.swiper-pagination-bullet:hover {
    transition: background-color 0.5s ease;
    background: #373636 !important;
    color: white;
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #373636 !important;
}

.swiper-button-next,
.swiper-button-prev {
    /*top: 14px !important;*/
    /*bottom: 10px !important;*/
    height: 40px !important;
    width: 40px !important;
    background-color: #007D98;
    border-radius: 20px;
    background-repeat: no-repeat;
    /*background-position: 50%;*/
    position: unset;
    margin-top:0;
    transition: background-color 400ms ease-in-out;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none !important;
}

.swiper-button-next:hover,
.swiper-button-next:active,
.swiper-button-next:focus,
.swiper-button-prev:hover,
.swiper-button-next:active,
.swiper-button-next:focus {
    /*background-color: #016d88;*/
    background-color: var(--color-charcoal-base);
}

.swiper-button-prev {
    order: 1;
    background-position: 48% 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.02849 7.13889L6.42622 0.908405C6.68646 0.608006 7.10861 0.608006 7.36885 0.908405L7.99847 1.6352C8.25843 1.93528 8.25871 2.4213 7.99958 2.72202L3.72166 7.68294L7.9993 12.6442C8.25871 12.9449 8.25815 13.4309 7.99819 13.731L7.36857 14.4578C7.10834 14.7582 6.68618 14.7582 6.42595 14.4578L1.02849 8.227C0.768254 7.9266 0.768254 7.43929 1.02849 7.13889Z' fill='white'/%3E%3C/svg%3E%0A");
}

.swiper-button-next {
    order: 3;
    background-position: 52% 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.03565 7.8036L6.59876 7.15059L6.03569 6.49755L1.85332 1.6468L2.10274 1.3589L7.11977 7.15055L2.10247 12.9419L1.85305 12.654L6.03565 7.8036ZM1.81797 13.2703C1.81803 13.2702 1.81809 13.2702 1.81815 13.2701L1.81797 13.2703Z' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.swiper-button-next svg, .swiper-button-prev svg {
    display: none!important;
}
.swiper-exhibit-details__wrapper {
    position: absolute;
    bottom: 0;
    margin-bottom: 40px;
}

.swiper-exhibit-status__container {
    width: 156px;
    height: 34px;
    border-radius: 0px 20px 20px 0px;
    /* margin-top: 80px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-exhibit-status__container.current {
    background-color: #FF66B7;
}

.swiper-exhibit-status__container.upcoming {
    background-color: #58BCAF;
}

.swiper-exhibit-status__container.past {
    background-color: #E1E1E1;
}


.swiper-exhibit-status__text {
    font-weight: 700;
    font-size: 14px;
    color: #000000;
    text-transform: capitalize;
}
.past .exhibit-details__container .exhibit-status__text {
    color: #373636!important;
}
.swiper-exhibit-details__container {
    margin-left: 50px;
    width: 600px;
    color: #FFF;
}

.swiper-exhibit__date {
    font-weight: 700;
}

.swiper-exhibit__desc {
    /*max-width: 465px;*/
}


/*@media (min-width: 768px) and (max-width: 979px) {*/
    
/*}*/

@media screen and (max-width: 1000px) {
    .swiper-container {
        width: 100%;
        height: 540px;
        margin-top: 3em;
    }
    .swiper-slide {
        background: #fff;
        display: flex;
        width: calc(100% - 70px)!important;
        height: 466px !important;
        /*box-shadow: 0 0 4px rgba(0, 0, 0, .2);*/
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 20px;
    }
    
    .swiper-slide a {
        width: 100%!important;
        height: 466px !important;
        display: flex;
        position: relative;
    }
    
    .swiper-exhibit-details__container {
        margin-left: 30px;
        width: calc(100% - 40px);
        color: #FFF;
    }
    .swiper-exhibit__desc {
        margin-right: 30px;
    }
    
}