/* --------------------- Kleuren --------------------- */
:root {
    --groen: #1EF1C6;
    --paars: #D34DF4;
    --blauw: #5D1EF1;
    --oranje: #F47F4D;
    --zwart: #000000;
    --wit: #FFFFFF;
    --zwart-tint1: #131313;
    --zwart-tint2: #1C1C1C;
    --zwart-tint3: #262626;
    --zwart-tint4: #2F2F2F;
    --zwart-tint5: #393939;
    --zwart-tint6: #464646;
    --zwart-tint7: #808080;
    --zwart-tint8: #B3B3B3;
    --zwart-tint9: #e6e6e6;
    --volvo: #202A44;
    --polestar-tint1: #494d51;
    --polestar-tint2: #686d6f;
    --polestar-tint3: #8c8c8c;
    --polestar-tint4: #a8aaa9;
    --polestar-tint5: #bebebe;
    --polestar-tint6: #d2d2d2;


    --bg: #1C1C1C;
    --bg2: #262626;

    --gradient1: linear-gradient(270deg, rgb(93, 30, 241) 0%, rgb(30, 241, 198) 75%);
    --gradient2: linear-gradient(270deg, #F47F4D 0%, #D34DF4 90%);

    --margin-sections: 0px auto;
    --padding-sections: 80px 0px 80px 0px;
}

/* --------------------- Fonts --------------------- */
@font-face {
    font-family: 'Lynkco-Reg';
    /* Naam die je zelf kiest voor het font */
    src: url('/assets/fonts/LynkcoType-Regular.woff2') format('woff2'),
        url('assets/fonts/LynkcoType-Regular.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Lynkco-Med';
    /* Naam die je zelf kiest voor het font */
    src: url('/assets/fonts/LynkcoType-Medium.woff2') format('woff2'),
        url('/assets/fonts/LynkcoType-Medium.ttf') format('truetype');
    font-style: normal;
}



body {
    font-optical-sizing: auto;
    font-style: normal;

    background-color: var(--bg);
    color: var(--wit);
}


h1 {
    font-family: "Lynkco-Med", Arial, Helvetica, sans-serif;
    ;

    font-size: 2.5rem;
    line-height: 3rem;

    margin-bottom: 24px;
}

h2 {
    font-family: "Lynkco-Med", Arial, Helvetica, sans-serif;
    ;
    font-size: 2.5rem;
    line-height: 3rem;

    margin-bottom: 24px;
}

h3 {
    font-family: "Lynkco-Med", Arial, Helvetica, sans-serif;
    ;

    font-size: 28px;
    margin-bottom: 24px;
}

h4 {
    font-family: "Lynkco-Med", sans-serif;

    font-size: 24px;
    margin-bottom: 24px;
}

p {
    font-family: "Lynkco-Reg", sans-serif;
    font-optical-sizing: auto;

    font-size: 18px;
    line-height: 1.4em;
}

a {
    font-family: "Lynkco-Reg", sans-serif;
    font-optical-sizing: auto;

    font-size: 18px;
    line-height: 1.4em;
}

ul {
    list-style-type: none;
    padding-inline-start: 0px;
    margin-block-start: 0px;
}

li {
    font-family: "Lynkco-Reg", sans-serif;
    font-optical-sizing: auto;

    font-size: 18px;
    line-height: 1.6em;
}

.bold {
    font-size: 1.2em;
    font-weight: 600;
}

/* --------------------- Algemeen --------------------- */

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

/* marges  */
.container {
    max-width: 1280px;
    width: 80vw;
    margin: 0 auto;
}

/* btn  */
.btn {
    align-items: center;
    background: none;
    border: none;
    border-radius: 300px;
    box-sizing: border-box;
    color: black;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-family: "Lynkco-Med", sans-serif;
    font-size: 1rem;
    gap: 8px;
    height: 52px;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1.188rem;
    outline: none;
    padding: 0 24px;
    text-decoration: none;
    white-space: nowrap;
    display: inline-flex;

    background-color: white;
    margin-top: 32px;
}

.btn-line {
    align-items: center;
    background: none;
    border: 1px solid white;
    border-radius: 300px;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-family: "Lynkco-Med", sans-serif;
    font-size: 1rem;
    gap: 8px;
    height: 52px;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1.188rem;
    outline: none;
    padding: 0 24px;
    text-decoration: none;
    white-space: nowrap;
    display: inline-flex;
    margin-top: 32px;
}

.btn-clean {
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    border-radius: 300px;
    box-sizing: border-box;
    color: var(--groen);
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-family: "Lynkco-Med", sans-serif;
    font-size: 1rem;
    justify-content: flex-start;
    letter-spacing: 0;
    line-height: 1.188rem;
    outline: none;
    text-decoration: none;
    white-space: nowrap;
    display: inline-flex;
    margin-top: 32px;
}

.btn-clean .button_buttonText__Lm0f5 {
    margin-bottom: 4px;
}

.btn-line .icon {
    color: white !important;
}

.btn .icon {
    color: black;
}


.rounded {
    border-radius: 8px;
}

.gradient {
    background: var(--gradient1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient2 {
    background: var(--gradient2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* split  */
.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px !important;
}

.full {
    grid-column: span 2;
}


/* --------------------- Navigatie --------------------- */
.navbar {
    position: fixed;
    top: 30px;
    z-index: 10;
}

.navbar .btn {
    margin-top: 0px;
}

.navbar .logo {
    width: 180px;
}

.novabil-logo {
    font-weight: 600;
    font-size: 2em;
}

.navbar .container {
    position: relative;
    max-width: unset;
    width: 90vw;
    margin-left: 5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.link {
    color: white;
    text-decoration: none;
    margin: 0px 10px;
}

.active {
    color: var(--groen);
}

/* --------------------- section 1 - Titel --------------------- */
.sectie1 {
    margin: 0px;
    padding: 0px;
    height: 100vh;
    width: 100vw;
}

.sectie1 div {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: justify-content 0.3s ease-in-out;
}

.sectie1 div h1,
p {
    position: relative;
    z-index: 5;
    width: 50%;
    text-align: center;
}

.btn {
    z-index: 5;
}

.bg {
    position: absolute;
    top: 0px;
    height: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    object-fit: cover;
}

/* Beginstatus: verberg de tekst volledig */
.sectie1 div h1,
.sectie1 div p {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

/* Zorg dat de knop altijd gecentreerd is */
.sectie1 div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}

/* Toon de tekst bij hover op de div */
.sectie1 div:hover h1,
.sectie1 div:hover p {
    display: block;
}

.sectie1 .logo {
    height: 30px;
    margin-bottom: 30px;
    max-width: 300px;
    object-fit: contain;
}

.sectie1 .content-lynkco {}

.sectie1 .content-volvo {
    background-color: var(--volvo);
}

.sectie1 .content-polestar {
    background-color: var(--polestar-tint3);
    color: var(--zwart);
}

.sectie1 .polestar.logo {
    height: 35px;
    max-width: 300px;
    object-fit: contain;
}

/* --------------------- footer --------------------- */
footer {
    width: 100vw;
    background-color: var(--bg2);
}

footer .container {
    width: 90vw;
    margin-left: 5vw;
    max-width: unset;
    padding: 25px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

footer .container {
    width: 90vw;
    margin-left: 5vw;
    max-width: unset;
    padding: 25px;
}

footer .container a {
    color: white;
    text-decoration: none;
}

footer .container a:first-child {
    margin-right: 20px;
}

/* --------------------- footer--------------------- */


/* --------------------- Laad scherm --------------------- */


/* --------------------- Fontchange scherm --------------------- */

/* --------------------- Mediaquerries --------------------- */


/* Tablet */
@media screen and (max-width: 1023px) {
    :root {
        --margin-sections: 56px auto;
        --padding-sections: 56px 0px 56px 0px;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }


    p {
        font-size: 16px;
    }

    li {
        font-size: 16px;
    }

    .split {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        gap: 0px !important;
    }

    .full {
        grid-column: 1;
    }

    .sectie1 {
        height: 100vh !important;
        width: 100vw;
    }

    .sectie1 div h1,
    .sectie1 div p {
        display: block !important;
        opacity: 1 !important;
        transition: opacity 0.5s ease-in-out;
    }

    .sectie1 div {
        padding: 100px 0px;
    }

    .sectie1 div h1,
    p {
        position: relative;
        z-index: 5;
        width: 70%;
        text-align: center;
    }

    .sectie1 .logo {
        margin-bottom: 10px;
        height: 35px;
    }

    .novabil-logo {
        font-weight: 600;
        font-size: 1.5em;
    }

    .sectie1 .polestar.logo {
        height: 40px;
    }
}

/* Mobile */
@media screen and (max-width: 600px) {
    :root {
        --margin-sections: 48px auto;
    }

    h1 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 16px;
    }

    h2 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    h3 {
        font-size: 20px;
        margin-bottom: 16px;
    }

    h4 {
        font-size: 18px;
        margin-bottom: 16px;
    }


    p {
        font-size: 16px;
    }

    li {
        font-size: 16px;
    }

    .btn {
        margin-top: 24px;
    }

    .sectie1 div h1,
    p {
        position: relative;
        z-index: 5;
        width: 90%;
        text-align: center;
    }

    .sectie1 {
        height: 120vh;
        width: 100vw;
    }

    .sectie1 .logo {
        height: 25px;
        margin-bottom: 20px;
    }

}