@font-face {
    font-family: 'Degular Demo';
    src: url('../fonts/DegularDemo-Semibold.woff2') format('woff2'),
        url('../fonts/DegularDemo-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('../fonts/Geist-Regular.woff2') format('woff2'),
        url('../fonts/Geist-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('../fonts/Geist-Medium.woff2') format('woff2'),
        url('../fonts/Geist-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

.img-fluid{
    max-width:100%;
    height:auto;
}

.scroll-slide-sec{
    width:100%;
    padding:35px 15px 70px;
    position:relative;
}

.scroll-slide-sec .wrapper{
    width:100%;
    max-width:1440px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:32px;
}

.indicators{
    display:none !important;
}

.scroll-card-item{
    width:100%;
    min-height:0;
    height:auto;
    background:#E8EEF7;
    border-radius:30px;
    margin:0;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
    padding:70px 64px;
    overflow:hidden;
    position:relative !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    bottom:auto !important;
    transform:none !important;
    opacity:1 !important;
    visibility:visible !important;
}

.scroll-card-item-text{
    width:50%;
    position:relative;
    z-index:2;
    height:auto;
}

.scroll-card-item-img{
    width:50%;
    text-align:center;
    position:relative;
    z-index:2;
}

.tittle-scroll{
    font-family:'Degular Demo';
    font-weight:600;
    font-size:65px;
    line-height:1;
    color:#1C1B17;
    max-width:620px;
}

.parg-scroll{
    font-family:'Geist';
    font-weight:400;
    color:#1C1B17;
    font-size:20px;
    line-height:33px;
    margin:30px 0 0;
    max-width:520px;
}

.parg-scroll span{
    font-weight:700;
    font-size:19px;
}

.tag-scroll{
   font-family:'Geist';
   font-weight:500;
   font-size:18px;
   color:#5683D2;
   border-radius:8px;
   background:#fff;
   display:inline-flex;
   align-items:center;
   gap:6px;
   padding:8px 10px;
   border:1px solid #B6D2F6;
   margin:0 0 18px;
}

.tag-scroll span{
    background:#F84E1C;
    width:10px;
    height:10px;
    display:inline-block;
    border-radius:50%;
    flex:0 0 auto;
}

.scroll-card-item-img img.img-fluid{
    max-height:600px;
    width:auto;
    max-width:100%;
    object-fit:contain;
    margin:0;
}

/* v1.1.0: Lottie-container. De animatie schaalt mee met zijn kaarthelft. */
.scroll-lottie{
    width:100%;
    max-width:480px;
    margin:0 auto;
}

.scroll-lottie svg{
    display:block;
    width:100%;
    height:auto;
}

.line,
.line-desktop,
.line-mobile{
    display:none !important;
}

.btn-group-sec{
    min-height:90px;
    margin:0;
    bottom:0;
}

.btn-group{
    display:flex;
    justify-content:center;
    align-items:center;
    column-gap:1.6%;
    row-gap:11px;
    flex-wrap:wrap;
}

.btn-group a{
    font-family:'Degular Demo';
    color:#1c1b17;
    font-weight:600;
    display:inline-block;
    border-radius:5px;
    background:#fff;
    border:1px solid #979595;
    text-decoration:none;
    padding:11px 17px;
    font-size:22px;
    transition:all 0.85s ease;
}

.btn-group a:hover{
    background:#F84E1C;
    color:#fff;
    border:1px solid #F84E1C;
}

.red{
    background:red;
    min-height:100vh;
    margin:150px 0 0;
}

.red-light{
    background:#f8dab2;
    min-height:100vh;
}

@media(max-width:1399px){
    .scroll-card-item{
        padding:55px 48px;
        gap:32px;
    }

    .tittle-scroll{
        font-size:54px;
    }

    .parg-scroll{
        font-size:18px;
        line-height:28px;
        margin:22px 0 0;
    }

    .scroll-card-item-img img.img-fluid{
        max-height:320px;
    }

    .scroll-lottie{
        max-width:380px;
    }
}

@media(max-width:1023px){
    .scroll-slide-sec{
        padding:30px 15px 50px;
    }

    .scroll-slide-sec .wrapper{
        gap:24px;
    }

    .scroll-card-item{
        flex-direction:column;
        align-items:flex-start;
        padding:40px 29px;
        gap:28px;
    }

    .scroll-card-item-text,
    .scroll-card-item-img{
        width:100%;
    }

    .scroll-card-item-img{
        text-align:left;
        margin:0;
        padding:0;
    }

    .scroll-card-item-img img.img-fluid{
        max-height:none;
        width:auto;
        max-width:100%;
        height:auto !important;
        margin:0;
    }

    .tittle-scroll{
        font-size:40px;
    }

    .parg-scroll{
        font-size:17px;
        line-height:26px;
    }

    /* v1.1.0: op mobiel de Lottie compacter houden, anders pakt de
       animatie te veel verticale ruimte in de gestapelde kaart. */
    .scroll-lottie{
        max-width:300px;
        margin:0;
    }

    .btn-group{
        flex-direction:column;
        padding:0 11px;
    }

    .btn-group a{
        font-size:22px;
        text-align:center;
        width:100%;
    }
}
