section#cases{
    padding: 80px 0;
    overflow: hidden;
}

section#cases .container .caseslider a{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    font-weight: 400;
}

section#cases .container{
    overflow: visible;
}

section#cases .container .arrows{
    display: grid;
    gap: 20px;
    grid-template-columns: 80px 80px;
    margin-top: 40px;
}

section#cases .container .arrows .arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #910200;
    aspect-ratio: 1/1;
    cursor: pointer;
}

section#cases .container .arrows .arrow i{
    color: white;
    font-size: 40px;
}

section#cases .container .titelsectie{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 60px;
    gap: 20px;
}

section#cases .container .titelsectie a{
    color: #200000;
    font-size: 18px;
}

section#cases .container .titelsectie a i{
    margin-left: 5px;
}

section#cases .container h2{
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    margin: 0;
    color: #200000;
}

section#cases .container .caseslider a img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

section#cases .container .caseslider .splide__track{
    overflow: visible;
}

section#cases .container .caseslider a h3{
    position: absolute;
    font-size: 20px;
    padding: 10px 20px;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    color: white;
    
}

section#cases .container .caseslider a:before{
    background: linear-gradient(180deg, rgba(1, 26, 54, 0) 0%, #200000 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    content: '';
    width: 100%;
}

@media only screen and (max-width: 1000px) {
    section#cases .container .titelsectie{
        margin-bottom: 40px;
    }


}

@media only screen and (max-width: 750px) {
    section#cases .container h2{
        flex: 0 0 100%;
        font-size: 36px;
        line-height: 46px;
    }
}