.background-image {
    display: flex;
}

#intro{
    margin-top: 25rem;
}

.image{
    background-image: url(../img/icon/sau.png);
    position: absolute;
    margin-top: 5rem;
    width: 70rem;
    height: 7rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    animation: lightning 1s infinite alternate;
}

.facilities-card{
    margin-top: 2rem;
    margin-bottom: 2rem;
    background-color: var(--black-color);
    padding: 2rem;
    border-radius: 1rem;
    backdrop-filter: blur(1rem);
    box-shadow: 0 0 1rem var(--black-color);
}

.facilities-card .text{
    font-weight: 600;
    font-size: 3rem;
    line-height: 4rem;
    margin: 0;
    text-shadow: 0 0 1rem var(--black-color);
    text-align: center;
    top: 0;
    /*color: var(--cream-color);*/
    color: white;
}

.slider-img-title {
    position: absolute;
    text-align: center;
    width: 100%;
    /*color: var(--red-color);*/
    color: white;
    font-size: 2rem;
    font-weight: 600;
    text-shadow: 0 0 1rem var(--black-color);
}

.slider-container {
    height: 535px;

}

.slider.powerlifting{
    width: 3196px;
}

.slider.streetlifting{
    width: 2397px;
}

.slider.hypertrophy{
    width: 3997px;
}

@media screen and (max-width: 768px) {
    .image{
        height: 3rem;
        width: 20rem;
    }

    #intro{
        margin-top: 13rem;
    }

    #intro .text{
        width: 100%;
    }

    .section-type-3 .intro-div{
        flex-direction: column;
        display: flex;
        width: 100%;
    }

    .section-type-3 .intro-div .summary{
        font-size: 1.2rem;
        width: 80%;
        padding-right: 0;
        padding-left: 1.2rem;
        margin-right: 0;
        margin-left: 2rem;
        padding-top: 2.2rem;
        padding-bottom: 0.9rem;
    }

    .section-type-3 .intro-div .summary .material-symbols-outlined{
        font-size: 2.5rem;
        vertical-align: -12px;
        margin-bottom: 2rem;
    }

    .facilities-card{
        height: 30rem;
        padding: 0;
        width: 100%;
    }

    .facilities-card .images{
        display: flex;
        justify-content: center;
    }

    .slider-button{
        top: 20%;
    }

    .slider.powerlifting{
        width: 900px;
    }

    .slider.streetlifting{
        width: 900px;
    }

    .slider.hypertrophy{
        width: 900px;
    }
}

@keyframes lightning {
    0% { filter: drop-shadow(0 0 10px white); }
    100% { filter: drop-shadow(0 0 40px white); }
}
