* {
    font-family: Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

button {
    cursor: pointer;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
}

button:hover {
    opacity: 80%;
}

a:hover {
    opacity: 80%;
}

/* nav */
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 70px;
}

#nav-img {
    width: 80px;
}

.nav-links ul, a{
    align-items: center;
    color: #CCF381;
    text-decoration: none;
    display: flex;
    list-style: none; 
    gap: 50px;
}

#nav-btn {
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 5px;
    background: #CCF381;
    border: none;
    color: #fff;
    text-shadow: 0 0 5px rgb(121, 119, 119);
}

/* hero */
#hero {
    background: #4831D4;
    height: 90vh;
    border-bottom: #CCF381 solid 25px;
}

#hero-left {
    flex: 1;
}

#hero-content {
    padding: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#hero-title {
    color: #CCF381;
    font-size: 70px;
    padding: 0;
    margin: 0;
    line-height: 70px;
}

#hero-under-titel {
    font-size: 20px;
    margin-top: 30px;
    color: #fff;
}

.bold-text {
    font-weight: bold;
}

#hero-perk-content {
    margin: 100px 0;
    display: flex;
    gap: 200px;
}

.hero-perks {
    font-size: 20px;
    color: #CCF381;
    letter-spacing: 10px;
    line-height: 40px;
}

.hero-perk {
    font-weight: 300;
}

.hero-flex {
    display: flex;
}

/* tablet */
@media (max-width: 1024px) {
    nav {
        padding: 30px 40px;
    }

    #hero-content {
        padding: 60px 40px;
        gap: 40px;
    }

    #hero-title {
        font-size: 54px;
    }

    #hero-under-titel {
        font-size: 18px;
    }

    #hero-perk-content {
        gap: 50px;
    }

    .hero-perks {
        font-size: 18px;
        letter-spacing: 2px;
    }

    /* hero image weg */
    #hero-img {
        display: none;
    }
}


/* telefoon */
@media (max-width: 768px) {
    nav {
        align-items: center;
        padding: 25px 20px;
    }

    .nav-links ul {
        gap: 20px;
        margin-top: 20px;
    }

    #hero-content {
        padding: 40px 20px 60px;
        display: block;
    }

    #hero-title {
        font-size: 42px;
        line-height: 1.1;
    }

    #hero-under-titel {
        font-size: 17px;
        margin-top: 20px;
    }

    #hero-perk-content {
        margin-top: 50px;
    }

    #hero-img {
        display: none;
    }
}

#content {
    padding: 0 180px;
}

/* mijn werk collums */
.mijn-werk-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    margin-top: 100px;
}

.mijn-werk-block {
    border-radius: 16px;
    box-shadow: 5px 5px 20px rgb(209, 209, 209);
}

.mijn-werk-block:hover {
    opacity: 70%;
}

.mijn-werk-block-img {
    background-color: #4831D4;
    height: 260px;
    width: 440px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    gap: 5px;
}

.mijn-werk-block-img-text {
    font-weight: lighter;
}

.mijn-werk-block-content {
    padding: 20px;
}

.mijn-werk-block-content  {
   
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
}

.mijn-werk-block-perks {
    display: flex;
    gap: 8px;
}
.mijn-werk-block-content-perk {
    background: #F3F4F6;
    padding: 10px;
    border-radius: 50px;
}

.mijn-werk-block-btn {
    color: #4831D4;
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
}


/* call to action section */
.cta-container {
    margin-top: 100px;
    background-image: linear-gradient(to bottom, #7C954D, #25196E);
    height: 450px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cta-content {
    max-width: 830px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.cta-title {
    color: #fff;
    font-size: 48px;
}

.cta-text {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}

.cta-btn {
    background-color: #CCF381;
    color: #4831D4;
    font-size: 16px;
    font-weight: bold;
    height: 55px;
    width: 260px;
    border-radius: 10px;
}


/* footer */
.footer-container {
    margin-top: 100px;
    background-image: linear-gradient(to bottom, #4831D4, #d2e6ac);
}

.footer-content {
    display: flex;
    justify-content: space-evenly;
    padding: 60px;
    color: #fff;
}

.footer-info {
    width: 250px;
    margin-top: 10px;
}

.footer-title {
    margin-bottom: 15px;
}

.footer-text {
    margin: 5px 0;
}

.footer-text a{
    color: #fff;
}

#footer-line {
    border: 1px solid #ffffff;
    width: 80%;
    margin: auto;
    opacity: 70%;
}

#footer-rechten {
    width: 70%;
    margin: auto;
    padding: 10px 0;
    color: #ffffff96;
}


