/*
Theme Name:         SBM 2023 Sage 9 - The Inside Project
Theme URI:          https://smithbrothersmedia.com.au/
Description:        Sage is a WordPress starter theme. <a href="https://github.com/roots/sage" target="_blank" rel="noreferrer">Contribute on GitHub</a>
Version:            1.0
Author:             Smith Brothers Media
Author URI:         https://smithbrothersmedia.com.au/
Text Domain:        sbm

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

.dvh-100 {
    min-height: 100dvh;
}

.absolute-intro {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 1rem;
    z-index: 10;

    * {
        color: white;
    }
}

.carousel-slide {
    width: 100%;

    &::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.4); /* overlay color and opacity */
        z-index: 2;
        pointer-events: none;
    }
    img {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
        z-index: 1;
        transform: scale(1);
        animation: zoomInSlow 20s ease-in-out infinite;
    }
}

.splide__pagination {
    bottom: 7.5em !important;
    left: unset !important;
    right: 3em !important;
}

.splide__pagination__page {
    background: #5D4D40;

    .is-active {
        background: #F0ECE6;
    }
}