/*  font DIN Alternate */
@font-face {
    font-family: 'DIN Alternate';
    src: url('/fonts/DINAlternate-Bold.woff') format('woff'),
        url('/fonts/DINAlternate-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@import 'tailwindcss';

@source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
@source '../../storage/framework/views/*.php';
@source '../**/*.blade.php';
@source '../**/*.js';

@theme {
    --font-sans: 'DIN Alternate', ui-sans-serif, system-ui, sans-serif,
        'Apple Color Emoji', 'Segoe UI Emoji',
        'Segoe UI Symbol', 'Noto Color Emoji';
}


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

html,
body {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    /* font-family: DIN Alternate; */
}

/* dit is voor de logo styling */

.nav {
    position: relative;
    z-index: 1000;
    background: #ffffff;
}

nav .logo {
    z-index: 101;
}

.logo {
    position: absolute;
    top: 2em;
    left: 2em;
}

.logo a {
    text-decoration: none;
    display: inline-block;
}

.logo img {
    height: 80px;
    width: auto;
    display: block;
}

.logo img:hover {
    transform: scale(1.4);
    transition: transform 0.3s ease;
}

/* dit is voor de menu bar / erin */
.menu-logo {
    margin-top: -6em;
    margin-bottom: 1em;
}

.menu-logo a {
    text-decoration: none;
    display: inline-block;
}

.menu-logo img {
    height: 150px;
    width: auto;
    display: block;
    transition: all 250ms ease-out;
}

.menu-logo img:hover {
    transform: scale(1.1);
}

.menu-toggle {
    position: fixed;
    position: fixed;
    top: 2em;
    right: 2em;
    width: 120px;
    height: 60px;
    background: linear-gradient(to right, red, orange, yellow, green, blue, purple);
    border-radius: 8em;
    transform-origin: width 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform-origin: right;
    cursor: pointer;
    z-index: 10000;
    filter: blur(0.2px);
    border-bottom: 2px solid #000;
    will-change: transform;

}

.menu-toggle.opened {
    width: 60px;
}

.menu-copy {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    color: #1a202c;
    transition: left 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    z-index: 1;
}

.menu-copy p {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: #1a202c;
}

.menu-toggle:hover .menu-copy {
    left: 20px;
}

.menu-toggle.opened .menu-copy {
    opacity: 0;
}

/*  voor het balletje in het menu */
.menu-toggle-icon {
    position: absolute;
    right: 0;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    clip-path: circle(10% at 50% 50%);
    background: #ff85aa;
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    z-index: 10;
    overflow: hidden;
}

.menu-toggle:hover .menu-toggle-icon {
    clip-path: circle(35% at 50% 50%);
}

.menu-toggle.opened .menu-toggle-icon {
    clip-path: circle(50% at 50% 50%);
    transform: scale(1.125);
}


.hamburger {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    opacity: 0;
}

.menu-toggle:hover .hamburger,
.menu-toggle.opened .hamburger {
    opacity: 1;
}

.menu-bar {
    position: absolute;
    width: 15px;
    height: 1.5px;
    background-color: purple;
    transition-property: transform;
    transition: all 250ms ease-out;
}

.menu-bar[data-position="top"] {
    transform: translateY(-5px);
}

.menu-bar[data-position="top"] {
    transform: translateY(5px);
}

.menu-toggle.opened .menu-bar[data-position="top"] {
    transform: translateY(0) rotate(45deg) scaleX(1.05);
}

.menu-toggle.opened .menu-bar[data-position="bottom"] {
    transform: translateY(0) rotate(-45deg) scaleX(1.05);
}

/*  dit is als het open is  */
.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    background-color: #fff;
    pointer-events: none;
    transform-style: preserve-3d;
    perspective: 1000px;
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    z-index: 9999;
}

.menu.active {
    pointer-events: all;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 9999;
}

.col {
    flex: 1;
}

.col-2 {
    flex: 2;
}

.col {
    position: relative;
    height: 100%;
    padding: 10em 2em 2em 2em;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.col-2 {
    justify-content: space-between;
    align-items: center;
}

.links {
    position: relative;
    transform: translateY(0px);
    opacity: 1;
    margin-top: 1.5em;
    text-decoration: none;
}

.links a {
    text-decoration: none;
    color: #333;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -1.5px;
    line-height: 125%;
}


/* voor de video maar die heb ik nog niet of dit hoeft er later niet in */
/* .video-wrapper {
    width: 100%;
    aspect-ratio: 16/9;
    background-color: green;
    overflow: hidden;
    padding: 2em;
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%); 
}

.video-wrapper video{
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.socials {
    margin-top: auto;
    margin-bottom: 5em;
    width: 50%;
    display: flex;
    gap: 2em;
    text-decoration: none;
}

.socials .sub-col {
    flex: 1;
}

.socials .sub-col p {
    position: relative;
    color: #333;
    transform: translateY(30px);
    opacity: 0;
    text-transform: uppercase;
    font-family: "DIN Alternate";
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
}

/* .header h1{
    color: #000;
    text-transform: uppercase;
    font-family: "DIN Alternate";
    font-size: 500px;
    font-weight: lighter;
    line-height: 100%;
    height: 400px;
}

.header h1 span{
    position: relative;
    display: inline-block;
    transform: scale(0.75) translateY(500px) rotateY('90deg');
    transform-origin:bottom ;
} */

/* home page styling */
.hero-section {
    margin-bottom: 70px;
    width: 100%;
    min-height: 100vh;
    background: #ffffff;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
}

.hero-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    z-index: 3;
}

.blob-foto {
    grid-area: 1 / 1;
    width: 80%;
    max-width: 700px;
    z-index: 1;
    opacity: 0.5;
    filter: blur(8px);
    pointer-events: none;
    display: flex;
    justify-content: center;
}

.blob-foto img {
    width: 100%;
    height: auto;
}

.blur-box {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    padding: 2.5rem;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    text-align: center;
}

.hero-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
}

.hero-content-wrapper {
    grid-area: 1 / 1;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.scattered-text {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    max-width: 1000px;
    height: 150px;
    margin-bottom: 2rem;
}

.text-word {
    font-size: clamp(1.5rem, 5vw, 2.5rem);
    font-family: DIN Alternate;
    text-align: center;
    letter-spacing: 0.05em;
    cursor: pointer;
    pointer-events: auto;
    background: linear-gradient(90deg,
            red,
            orange,
            yellow,
            green,
            blue,
            purple,
            purple,
            blue,
            green,
            yellow,
            orange,
            red);
    /* dit is voor de tekst */
    background-size: 300% 300%;
    background-position: 0% 50%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.70;
    filter: grayscale(0);
    transition:
        transform 0.4s ease,
        opacity 0.4s ease,
        filter 0.4s ease;

    /* zorgt voor de  animatie */
    animation: rainbow-move 1.8s linear infinite;
    transform: translateY(-6px);
}

/* voor de animatie als je met je muis erover heen gaat  */
/* .text-word:hover {
    opacity: 1;
    filter: grayscale(0);
    transform: translateY(-6px);
} */

/* text los */
.word-1 {
    grid-column: 1;
    align-self: start;
    margin-top: 60px;
}

.word-2 {
    grid-column: 2;
    align-self: center;
    margin-top: 80px;
}

.word-3 {
    grid-column: 3;
    align-self: end;
    margin-top: 100px;

}

.center-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
    width: 100%;
    max-width: 900px;
    padding: 2rem;
    z-index: 3;
}

.main-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-family: DIN Alternate;
    color: #1a202c;
    line-height: 1.2;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.subtitle {
    font-size: clamp(1rem, 2vw, 1.1rem);
    color: #333;
    margin-top: 1rem;
}

.main-title,
.subtitle {
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.40);
}

.button {
    display: inline-block;
    background: linear-gradient(to right, red, orange, yellow, green, blue, purple);
    color: #1a202c;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
    filter: blur(0.2px);
}

.button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
}


@keyframes rainbow-move {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

/* swiper */
.title-projects {
    text-align: center;
    color: #1a202c;
    font-family: DIN Alternate;
    font-size: 40px;
}

.title-kunstenaars {
    text-align: center;
    color: #1a202c;
    font-family: DIN Alternate;
    font-size: 40px;
}

.card-wrapper {
    max-width: 1100px;
    margin: 0 60px 35px;
    padding: 20px 10px;
    overflow: hidden;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 12px;
    margin-bottom: 100px;
}

.container.card-slider {
    position: relative;
    margin-top: 20rem;
    margin-bottom: 20rem;
}

.card-text {
    text-align: center;
    color: #333;
    padding: 2rem;
}

.card-list .card-item .card-link {
    user-select: none;
    display: block;
    background: #fff;
    padding: 18px;
    border-radius: 12px;
    text-decoration: none;
    border: 2px solid transparent;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    transition: 0.2s ease;
}

.card-list .card-item .card-link:active {
    cursor: grabbing;
}

.card-list .card-item .card-link:hover {
    border-color: #5372f0;
}

.card-list .card-link .card-image {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.card-list .card-link .card-image-kunst {
    width: 100%;
    height: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

/* badge kleur / style */
.card-list .card-link .badge {
    color: #5372f0;
    padding: 8px 16px;
    font-size: 0.95rem;
    font-weight: 500px;
    margin: 16px 0 18px;
    background: #DDE4FF;
    width: fit-content;
    border-radius: 50px;
}

.card-list .card-link:hover .card-button {
    background: linear-gradient(to right, red, orange, yellow, green, blue, purple);
    color: #1a202c;
    filter: blur(0.2px);
}

.card-list .card-link .badge.back_end {
    background: #7870f0;
    color: #3d389d;
}

.card-list .card-link .badge {
    align-items: center;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.card-item__content {
    min-height: 200px;
}

/* eind badge style */

.card-list .card-link .card-title {
    font-size: 1rem;
    color: #333;
    text-align: center;
    font-weight: 400px;
}

.card-list .card-link .card-button {
    height: 35px;
    width: 35px;
    color: #5372f0;
    border-radius: 50%;
    margin: 30px 0 5px;
    background: none;
    cursor: pointer;
    border: 2px solid #5372f0;
    transform: rotate(-45deg);
    transition: 0.4s ease;
}

.card-slider .swiper-pagination {
    position: relative;
    padding: 10px;
}

.card-slider .swiper-pagination-bullet {
    height: 13px;
    width: 13px;
    opacity: 0.5;
    background: #5372f0;
}

.card-slider .swiper-pagination-bullet-active {
    opacity: 1;
}

.card-slider .swiper-slide-button {
    color: #5372f0;
}

/* over ons */
.heading {
    text-align: center;
    margin-top: 25px;
}

.heading h1 {
    font-family: DIN Alternate;
    font-size: 40px;
    color: #1a202c;
    margin-bottom: 10px;
    margin-top: 200px;
}

.heading p {
    font-size: 20px;
    color: #333;
    margin-bottom: 50px;
}

.over-ons {
    display: flex;
    align-items: center;
    width: 85%;
    margin: auto;
    margin-bottom: 150px;
}

.over-ons img {
    flex: 0 50%;
    max-width: 50%;
    height: auto;
    border-radius: 10px;
}

.content {
    padding: 35px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.content h2 {
    color: #1a202c;
    font-size: 24px;
    margin: 15px 0px;
    font-family: DIN Alternate;
}

.content p {
    color: #333;
    font-size: 18px;
    line-height: 1.5;
    margin: 15px 0px;
    text-align: center;
}

.read-more-btn {
    display: inline-block;
    background: linear-gradient(to right, red, orange, yellow, green, blue, purple);
    color: #1a202c;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
    filter: blur(0.2px);
    align-items: center;
}

.read-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
}

/* over ons sub pagina */
.over-ons-sub {
    width: 100%;
    background: #ffffff;
}

.over-ons-pagina {
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 40px;
}

.over-ons-intro {
    margin-top: 50px;
    margin-bottom: 100px;
    text-align: center;
    background: none;
    padding: 0;

}

.over-ons-intro h1 {
    font-size: 56px;
    color: #1a202c;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: -1px;
    text-align: center;
    font-family: DIN Alternate;
    font-size: 40px;
}

.over-ons-intro p {
    font-size: 20px;
    color: #333;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.over-ons-team {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 100px;
    padding: 0;
    background: none;
    text-align: left;

}

.over-ons-team h1 {
    font-size: 48px;
    color: #1a202c;
    margin-bottom: 25px;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-align: center;
    font-family: DIN Alternate;
    font-size: 40px;
}

.over-ons-team p {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    margin: 0;
    text-align: center;
}

.over-ons-team img {
    width: 30%;
    min-width: 400px;
    max-height: 400px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    order: 2;
}

.over-ons-team img:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.over-ons-team>div {
    flex: 1;
    order: 1;
}

.over-ons-doen {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 100px;
    padding: 0;
    background: none;
    text-align: left;

}

.over-ons-doen h1 {
    font-size: 48px;
    color: #1a202c;
    margin-bottom: 25px;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-align: center;
    font-family: DIN Alternate;
    font-size: 40px;
}

.over-ons-doen p {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    margin: 0;
    text-align: center;
}

.over-ons-doen img {
    width: 50%;
    min-width: 400px;
    max-height: 500px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    order: 1;
}

.over-ons-doen img:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.over-ons-doen>div {
    flex: 1;
    order: 2;
}

.over-ons-algemeen {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 0;
    padding: 0;
    background: none;
    text-align: left;
}

.over-ons-algemeen h1 {
    font-size: 48px;
    color: #1a202c;
    margin-bottom: 25px;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-align: center;
    font-family: DIN Alternate;
    font-size: 40px;
}

.over-ons-algemeen p {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    margin: 0;
    text-align: center;
}

.over-ons-algemeen img {
    width: 50%;
    min-width: 400px;
    max-height: 500px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    order: 2;
}

.over-ons-algemeen img:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}


.over-ons-algemeen>div {
    flex: 1;
    order: 1;
}

/* footer */
.footer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: row wrap;
    padding: 30px;
    color: #fff;
    background: linear-gradient(to right, #50c8ff, #ff85aa);
    box-shadow: 0 -2px 4px rgba(59, 136, 244, 0.8);
    margin-top: 40px;
    justify-content: space-between;
}

.footer-left {
    margin-right: 1.25em;
    margin-bottom: 2em;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 160px;
}

.footer-left img {
    height: auto;
    width: 200px;
    object-fit: contain;
}

.footer-left img:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.footer-left p {
    padding-right: 0;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
    max-width: 300px;
    font-weight: 300;
    font-size: 18px;
}

h2 {
    font-family: DIN Alternate;
    font-weight: 600;
    font-size: 22px;
}

.footer ul {
    list-style: none;
    padding-left: 0;
    color: #1a202c;
    margin-top: 1.6em;
}

.footer li {
    line-height: 2em;
}

.footer a {
    text-decoration: none;
}

.footer-right {
    display: flex;
    flex-flow: row wrap;
    gap: 60px;
    margin-right: 80px;
}

.footer-right li {
    margin-top: 0;
}

.footer-right>* {
    flex: 0 1 auto;
    margin-right: 0;
    align-self: flex-start;
}

.box a {
    color: #333;
    font-weight: 300;
    font-size: 18px;
}

.socials-footer {
    display: flex;
    justify-content: center;
    width: 100%;
}

.socials-footer a {
    background: #364a62;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 10px;
}

.socials-footer a i {
    color: #e7f2f4;
    padding: 10px 12px;
    font-size: 20px;
}


/* responsive */

/* 1400px */
@media (max-width: 1400px) {

    /* navigatie */
    .logo img {
        height: 75px;
    }

    /* homepage */
    .blob-foto img {
        max-width: 600px;
    }
}

/* 1024px Tablet */
@media (max-width: 1024px) {

    /* navigatie */
    .logo img {
        height: 65px;
    }

    .menu-toggle {
        top: 2em;
        right: 2em;
        width: 110px;
        height: 55px;
    }

    .menu-toggle.opened {
        width: 55px;
    }

    .menu-toggle-icon {
        width: 55px;
        height: 55px;
        display: flex;
        justify-content: center;
        align-items: center;
        clip-path: circle(25% at 50% 50%);
    }

    .menu-copy {
        left: 20px;
    }

    .menu-toggle:hover .menu-copy {
        left: 15px;
    }

    .menu-toggle-icon .hamburger {
        opacity: 1;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }

    .menu-bar {
        left: 50%;
        transform: translateX(-50%);
    }

    .menu-bar[data-position="top"] {
        transform: translateX(-50%) translateY(-3px);
    }

    .menu-bar[data-position="bottom"] {
        transform: translateX(-50%) translateY(3px);
    }

    .menu-toggle.opened .menu-bar[data-position="top"] {
        transform: translateX(-50%) translateY(0) rotate(45deg) scaleX(1.05);
    }

    .menu-toggle.opened .menu-bar[data-position="bottom"] {
        transform: translateX(-50%) translateY(0) rotate(-45deg) scaleX(1.05);
    }

    .menu {
        flex-direction: column;
        overflow-y: auto;
        overflow-x: hidden;
        height: 100vh;
        max-height: 100vh;
    }

    .col {
        height: auto;
        min-height: auto;
        flex: 0 0 auto;
    }

    .col-2 {
        flex: 0 0 auto;
    }

    /* homepage  */
    .scattered-text {
        max-width: 800px;
        height: 120px;
    }

    /* over ons */
    .over-ons {
        width: 90%;
        margin-bottom: 100px;
    }

    .heading h1 {
        font-size: 45px;
    }

    .heading p {
        font-size: 18px;
    }

    .content h2 {
        font-size: 22px;
    }

    .content p {
        font-size: 17px;
    }

    /* over ons sub pagina */
    .over-ons-pagina {
        padding: 60px 30px;
    }

    .over-ons-intro,
    .over-ons-team,
    .over-ons-doen {
        margin-bottom: 60px;
    }

    .over-ons-team img,
    .over-ons-doen img,
    .over-ons-algemeen img {
        min-width: 350px;
        gap: 40px;
    }

    /* footer */
    .footer-left {
        margin-left: 80px;
    }

    .footer-right {
        margin-right: 40px;
        gap: 40px;
    }


}

/* 768px iPad / Tablet */
@media (max-width: 768px) {

    /* navigatie */
    .logo {
        top: 1.5em;
        left: 1.5em;
    }

    .logo img {
        height: 60px;
    }

    .menu-toggle {
        top: 1.5em;
        right: 1.5em;
        width: 100px;
        height: 50px;
    }

    .menu-copy {
        left: 18px;
    }

    .menu-toggle:hover .menu-copy {
        left: 10px;
    }

    .menu-toggle-icon {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        clip-path: circle(25% at 50% 50%);
    }

    .menu-toggle.opened {
        width: 50px;
    }

    .menu-toggle-icon .hamburger {
        opacity: 1;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }

    .menu-bar {
        left: 50%;
        transform: translateX(-50%);
    }

    .menu-bar[data-position="top"] {
        transform: translateX(-50%) translateY(-3px);
    }

    .menu-bar[data-position="bottom"] {
        transform: translateX(-50%) translateY(3px);
    }

    .menu-toggle.opened .menu-bar[data-position="top"] {
        transform: translateX(-50%) translateY(0) rotate(45deg) scaleX(1.05);
    }

    .menu-toggle.opened .menu-bar[data-position="bottom"] {
        transform: translateX(-50%) translateY(0) rotate(-45deg) scaleX(1.05);
    }

    .menu {
        flex-direction: column;
        overflow-y: auto;
        overflow-x: hidden;
        height: 100vh;
        max-height: 100vh;
    }

    .col {
        height: auto;
        min-height: auto;
        flex: 0 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .col-2 {
        flex: 0 0 auto;
        padding: 2em;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        justify-content: center;
        align-items: center;
        margin-left: 100px;

    }

    .links a {
        font-size: clamp(24px, 5vw, 32px);
        text-align: center;
    }

    .socials {
        width: 100%;
        justify-content: center;
        margin-top: 2em;
        margin-bottom: 2em;
    }

    /* homepage */
    .scattered-text {
        height: 100px;
        justify-items: center;
        padding: 0 2rem;
    }

    .word-1 {
        margin-top: 20px;
        justify-self: center;
        text-align: center;
    }

    .word-2 {
        margin-top: 35px;
        justify-self: center;
        text-align: center;
    }

    .word-3 {
        margin-top: 50px;
        justify-self: center;
        text-align: center;
    }

    /* over ons */
    .heading h1 {
        font-size: 40px;
    }

    .heading p {
        font-size: 17px;
        margin-bottom: 40px;
    }

    .over-ons {
        flex-direction: column;
        width: 90%;
        margin-bottom: 80px;
    }

    .over-ons img {
        flex: 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .content {
        padding: 20px;
    }

    .content h2 {
        font-size: 20px;
    }

    .content p {
        font-size: 16px;
    }

    /* over ons sub papgina */
    .over-ons-intro h1 {
        font-size: 36px;
    }

    .over-ons-team,
    .over-ons-doen,
    .over-ons-algemeen {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .over-ons-team img,
    .over-ons-doen img,
    .over-ons-algemeen img {
        width: 100%;
        min-width: 100%;
        height: auto;
        order: 1;
    }

    .over-ons-team>div,
    .over-ons-doen>div,
    .over-ons-algemeen>div {
        order: 2;
    }

    .over-ons-team p,
    .over-ons-doen p,
    .over-ons-algemeen p {
        text-align: center;
    }


    /* footer */
    .footer {
        flex-direction: column;
        align-items: center;
        padding: 20px;
        text-align: center;
    }

    .footer-left {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 2em;
        align-items: center;
    }

    .footer-left img {
        width: 160px;
    }

    .footer-left p {
        max-width: 100%;
        padding: 0 20px;
    }

    .footer-right {
        margin-right: 0;
        gap: 30px;
        justify-content: center;
    }

    h2 {
        font-size: 20px;
    }

    .box a {
        font-size: 16px;
    }

}

/* 448px  telefoon */
@media (max-width: 448px) {

    /* navigatie */
    .logo {
        top: 1rem;
        left: 1rem;
    }

    .logo img {
        height: 40px;
    }

    .menu-toggle {
        width: 50px;
        height: 50px;
        top: 1rem;
        right: 1rem;
    }

    .menu-toggle-icon {
        width: 50px;
        height: 50px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
        align-items: center;
        clip-path: circle(25% at 50% 50%);
    }

    .menu-toggle.opened .menu-toggle-icon {
        left: 50%;
        transform: translateX(-50%) scale(1.125);
        clip-path: circle(50% at 50% 50%);
    }

    .menu-copy {
        display: none;
    }

    .menu-toggle-icon .hamburger {
        opacity: 1;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }

    .menu-bar {
        left: 50%;
        transform: translateX(-50%);
    }

    .menu-bar[data-position="top"] {
        transform: translateX(-50%) translateY(-3px);
    }

    .menu-bar[data-position="bottom"] {
        transform: translateX(-50%) translateY(3px);
    }

    .menu-toggle.opened .menu-bar[data-position="top"] {
        transform: translateX(-50%) translateY(0) rotate(45deg) scaleX(1.05);
    }

    .menu-toggle.opened .menu-bar[data-position="bottom"] {
        transform: translateX(-50%) translateY(0) rotate(-45deg) scaleX(1.05);
    }

    .menu {
        flex-direction: column;
        overflow-y: auto;
        overflow-x: hidden;
        height: 100vh;
        max-height: 100vh;
    }

    .menu-logo {
        margin-top: 0;
        margin-bottom: 1em;
    }

    .menu-logo img {
        height: 80px;
    }

    .col {
        padding-top: 5em;
        justify-content: flex-start;
    }

    .col-2 {
        margin-left: 50px;
        justify-content: flex-start;
        padding-top: 2em;
    }

    .links a {
        font-size: 1.5rem;
    }

    /* homepage */
    .scattered-text {
        grid-template-columns: 1fr;
        height: auto;
        gap: 1rem;
        margin-top: 6rem;
    }

    .word-1,
    .word-2,
    .word-3 {
        grid-column: 1;
        align-self: center;
        margin-top: 0;
        text-align: center;
    }

    .main-title {
        font-size: 1.8rem;
    }

    /* over ons */
    .heading {
        margin-top: 20px;
    }

    .heading h1 {
        font-size: 32px;
        margin-bottom: 8px;
    }

    .heading p {
        font-size: 16px;
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .over-ons {
        width: 95%;
        margin-bottom: 60px;
    }

    .over-ons img {
        border-radius: 8px;
    }

    .content {
        padding: 15px;
    }

    .content h2 {
        font-size: 20px;
        margin: 10px 0px;
    }

    .content p {
        font-size: 16px;
        line-height: 1.6;
        margin: 10px 0px;
    }

    .read-more-btn {
        padding: 0.8rem 2rem;
        font-size: 15px;
    }

    /* over ons sub pagina */
    .over-ons-pagina {
        padding: 40px 20px;
    }

    .over-ons-intro {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .over-ons-intro h1 {
        font-size: 28px;
    }

    .over-ons-intro p {
        font-size: 16px;
    }

    .over-ons-team h1,
    .over-ons-doen h1,
    .over-ons-algemeen h1 {
        font-size: 28px;
    }

    .over-ons-team p,
    .over-ons-doen p,
    .over-ons-algemeen p {
        font-size: 16px;
    }

    /* footer */
    .footer {
        padding: 20px 15px;
    }

    .footer-left {
        margin-left: 0;
    }

    .footer-left img {
        width: 140px;
    }

    .footer-left p {
        font-size: 16px;
        padding: 0 10px;
    }

    .footer-right {
        flex-direction: column;
        gap: 20px;
        width: 100%;
        margin-right: 0;
        align-items: center;
    }

    .box {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer h2 {
        font-size: 18px;
        margin-bottom: 0.5em;
        text-align: center;
    }

    .footer ul {
        margin-top: 1em;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer li {
        line-height: 1.8em;
    }

    .box a {
        font-size: 15px;
    }

    .socials-footer a {
        width: 35px;
        height: 35px;
        margin-right: 8px;
    }

    .socials-footer a i {
        padding: 8px 10px;
        font-size: 18px;
    }
}