* {
    font-family: 'Orbitron', sans-serif;
}
body {
    background-color: #0d1117;
    margin: 0;
}
html {
    scroll-behavior: smooth;
}
.footer-content {
    background-color:#161b22;
    color: #fff;
    padding: 2rem 2rem 2rem 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: revert;
}
.Icon-Tab {
    justify-content: right;
    align-items: center;
    gap: 0.5rem;
    display: flex;
}
.FooterName {
    display: flex;
    font-size: .9rem;
    justify-content: center;
}
.social-icons {
    display: flex;
    gap: 10px;
    align-items: center;
}

.icon-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 20px;
    text-decoration: none;
    color: white;
    transition: background 0.3s, transform 0.2s;
}
.social-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: white;
    transition: background 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn i {
    font-size: 20px;
}

.btn.discord {
    background-color: #5865F2;
}

.btn.github {
    background-color: #0d1117;
}
.btn.Mail {
    background-color: #0d1117;
}

.btn.Mail:hover {
    background-color: #0042a6;
}

.btn.github:hover {
    background-color: #0067ff;
}

.btn.linkedin {
    background-color: #0067ff;
    color: #ffffff;
    border: 2px solid #0d1117;
}
.btn.linkedin:hover {
    background-color: #003c81;
}

.btn:hover {
    transform: scale(1.05);
}


.angled-header {
    background-color:#161b22;
    color: #fff;
    padding: 2rem 2rem 2rem 2rem;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
    position: relative;
    z-index: 1000;
}

.nav-content {
    max-width: 550px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.logo {
    height: 170px;
    border-radius: 100%;
}

.nav-menu {
    display: flex;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu a {
    color: #c9d1d9;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-menu a:hover,
.nav-menu a.active {
    color: #58a6ff;
}

.logo-wrapper {
    background-color: #202539; /* accent color */
    border-radius: 50%;
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    width: 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.About {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
    background-color: #202539;
    border: 2px solid #4a4a4a;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
}
#About {
    scroll-margin-top: 350px;
}
#Projects {
    scroll-margin-top: 300px;
}

.NetteLogo-Wrapper {
    background-color: #0c0f15; /* accent color */
    border-radius: 50%;
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
    width: 180px;
}

.NetteLogo {
    height: 200px;
    border-radius: 50%;
}

.hero-text {
    text-align: center;
}

#Role {
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    color: #58a6ff;
    text-shadow: 0 0 5px #58a6ff, 0 0 10px #58a6ff, 0 0 15px #58a6ff;
    animation: pulseGlow 2.5s infinite ease-in-out;
    margin-top: 10px;
}

.Projects-Name {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    color: #58a6ff;
    text-shadow: 0 0 5px #58a6ff, 0 0 10px #58a6ff, 0 0 15px #58a6ff;
    animation: pulseGlow 2.5s infinite ease-in-out;
    margin-top: 10px;
}

.styled-intro {
    padding: 1.2rem;
    background-color: #0d1117;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.about-title {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #fff;
}

.highlight {
    color: #58a6ff;
}

.intro-description {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #c9d1d9;
}

.animated-Description {
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 0 8px #58a6ff, 0 0 15px rgba(88, 166, 255, 0.1);
    animation: glowFadeIn 2s ease-in-out;
    letter-spacing: 1px;
}

.animated-welcome {
    font-size: 3.5rem;
    font-weight: 700;
    color: #58a6ff;
    text-shadow: 0 0 8px #58a6ff, 0 0 15px rgba(88, 166, 255, 0.4);
    animation: glowFadeIn 2s ease-in-out;
    letter-spacing: 1px;
}

@keyframes pulseGlow {
    0%, 100% {
        text-shadow: 0 0 5px #58a6ff, 0 0 10px #58a6ff, 0 0 15px #58a6ff;
    }
    50% {
        text-shadow: 0 0 15px #58a6ff, 0 0 25px #58a6ff, 0 0 35px #58a6ff;
    }
}

@keyframes glowFadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
        text-shadow: none;
    }
    to {
        opacity: 1;
        transform: translateY(0);
        text-shadow: 0 0 8px #58a6ff, 0 0 15px rgba(88, 166, 255, 0.4);
    }
}

@media (max-width: 768px) {
    .about-title {
        font-size: 2.2rem;
    }

    .intro-description {
        font-size: 1rem;
    }

    .NetteLogo-Wrapper {
        height: 140px;
        width: 140px;
        padding: 15px;
    }

    .NetteLogo {
        height: 160px;
    }

    .logo {
        height: 70px;
    }

    .logo-wrapper {
        height: 60px;
        width: 60px;
        padding: 15px;
    }

    .nav-menu {
        gap: 1rem;
    }
}

.Contact a {
    margin-top: -2rem;
    border: 2px solid #58a6ff; /* blauwe border, pas kleur aan */
    padding: 8px 16px;
    border-radius: 64px;
    text-decoration: none;
    display: inline-block; /* zorgt dat padding en border netjes werken */
    transition: background-color 0.3s ease, color 0.3s ease;
}

.Contact a:hover {
    background-color: #58a6ff;
    color: #fff;
}

.cv-button {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 18px;
    background-color: #58a6ff;
    color: white;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.cv-button:hover {
    background-color: #79c0ff;
}
.Projects {
    margin-top: 5rem;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    max-width: 900px;
    margin: 40px auto;
}
.project {
    padding: 20px;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s ease;
    user-select: none;
    width: 300px;
    height: 200px;
}
.project:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transform: scale(1.15);
    opacity: 0.8;
}

/* Modal styling */
.modal {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 1000;
    overflow: auto; /* scroll binnen modal */
}
.hidden {
    display: none;
}
.modal-content {
    max-width: 2000px;
    background-size: cover;
    background: rgba(13, 17, 23, 100%);
    width: 1280px;
    color: white;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 12px;
    padding: 30px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    user-select: none;
}
/* Style voor de content in de modal */
.project-content h2 {
    margin-top: 0;
}
.project-content h {
    color: #ff0081;
}
.project-content img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    border-radius: 8px;
    margin-top: 15px;
}

.project[data-project="1"] {
    background-image: url('Covers/First Voyager Cover.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.project[data-project="2"] {
    background-image: url('Covers/SoulStealersCover.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.project[data-project="3"] {
    background-image: url('Covers/Jingle Jam Jamboree Cover.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.project[data-project="4"] {
    background-image: url('Covers/Robo Recall Cover.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.project[data-project="5"] {
    background-image: url('Covers/MyDwarfMineCover.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.project[data-project="6"] {
    background-image: url('Covers/MarblePuzzlerCover.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.project[data-project="7"] {
    background-image: url('/Covers/AnneFrankCover.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.project[data-project="8"] {
    background-image: url('/Covers/Nautilus.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.project {
    position: relative;
    cursor: pointer;
    overflow: hidden; /* zorgt dat overlay niet buiten valt */
    transition: opacity 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.project .overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(10%, -100%);
    scale:  0.8;
    color: white;
    font-size: 2rem;
    font-weight: 600;
    border-radius: 8px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none; /* zodat hover niet wordt verstoord */
}

.project:hover .overlay-text {
    opacity: 1;
}

.overlay-text {
    display: flex;
    flex-direction: column;  /* onder elkaar */
    gap: 8px;                /* ruimte tussen de boxes */
    align-items: center;     /* optioneel: centreren */
}

.text-box {
    background-color: rgba(13, 17, 23, 0.7);
    box-shadow: 0 2px 6px rgba(0,0,0,0.5);
    font-size: 1.2rem;
    min-width: 10px;
    text-align: center;
    padding: 4px 12px;
    border-radius: 3px;
    font-family: 'Franklin Gothic Demi', serif;
    font-weight: bold;
    color: rgb(18, 18, 18);
    text-transform: uppercase;
}


.project-card {
    width: 300px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    transition: transform 0.2s ease;
}

.project-card:hover {
    transform: scale(1.03);
}

.project-image {
    position: relative;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
}

.overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    color: white;
    padding: 10px;
    text-align: center;
}

.project-title {
    margin: 0;
    font-size: 1.2rem;
    font-weight: bold;
    text-shadow: 0 0 5px black;
    font-family: 'Franklin Gothic Demi', serif;
    text-transform: capitalize;
    text-align: center;
}

.project-description {
    margin: 4px 0 0;
    font-size: 0.9rem;
    text-shadow: 0 0 5px black;
}

.badge-container {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end; /* zodat de badges rechts uitlijnen */
    padding: 10px;
    gap: 5px;
    z-index: 10;
}
.badge-container:hover .overlay-text {
    opacity: 1;
}
.contact-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.contact-modal:target {
    display: flex;
}

.contact-modal .modal-content {
    background-color: #343a40;
    padding: 1rem;
    max-width: 800px;
    position: relative;
    display: flex;
    justify-content: center;
}

.contact-modal .close-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    text-decoration: none;
    font-size: 1.5rem;
    color: #000000;
}

/* Button contact page*/

.Button {
    background-color: transparent;
    width: 30rem;
    margin-top: 0.5rem;
    display: block;
}
.FullName {
    font-size: 1.5rem;
    display: block;
}
.DiscordName {
    font-size: 1.5rem;
    display: block;
}
.Message {
    font-size: 1.5rem;
    display: block;
    text-align: center;
}
.TextAreaMessage {
    display: block;
}
.ContactForm  {
    align-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#ContactFormula {
    color: white;
    width: 100%;
    text-align: left;
}
#Mail {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

#Mail:hover {
    color: #00c3ff; /* Of een andere kleur naar keuze */
    text-decoration: underline;
    background-color: rgba(0, 195, 255, 0.1);
    border-radius: 4px;
    padding: 2px 4px;
}
.ContactFormula-Info {
    color: #ffffff;
}

/*Project Soul Stealers*/
.Team {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -4rem;
    color: #0a66c2;
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    font-size: 4.2rem;
}
.TeamPhoto {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-top: -4rem;
}
.TeamNames-Info {
    color: white;
    width: 100%;
    display: block;
}
.TeamNames-Info:hover {
    text-decoration: underline;
}
.Engine-Info {
}
.Team-info {
    margin-top: 1rem;
    padding: 0.5rem;
    display: flex;
    justify-content: space-between;
    background: #303C3F;
    min-width: 100px;
}
.Team-info strong {
    font-size: 1.6rem;
    font-family: 'Franklin Gothic Demi', serif;
    display: block;
    text-align: center;
    color: white;
}
.Team-info p {
    color: white;
    text-align: center;
}
.Team-info a {
    text-align: center;
    text-decoration: none;
    color: white;
}

.info-column {
    min-width: 100px;
    flex: 1;
    padding: 10px;
}
.GameName {
    margin-top: 2rem;
    color: #0a66c2;
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    font-size: 4.2rem;
}
.GameName-Description {
    color: #58a6ff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    font-family: "Arial", sans-serif;
    font-size: 1.1rem;
    margin: -3rem 200px 0;
}
.GameplayVideo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -3rem;
}

.View-On i {
    font-size: 2.2rem;
}

.btn.itch-io {
    background-color: #fa5c5c;
    margin-top: 10px;
}
.SeeCodeButton {
    background-color: #0d1117;
    color: white;
    margin-top: 10px;
    display: block;
    width: 100%;
    text-align: center;
    align-self: center;
    justify-content: center;
}
.btn:hover {
    background-color: #d94c4c;
    transform: scale(1.05);
}
.Screenshots {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 16px;
    justify-items: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.Screenshots img {
    width: 100%;
    height: 200px; /* Kies vaste hoogte */
    object-fit: cover; /* Snijdt netjes bij zodat alles gelijk is */
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}


/* Jingle Jam Jamboree */
.snow-overlay {
    position: relative;
    overflow: hidden;
    background-color: transparent; /* of je eigen modal-background */
}

.snow-overlay::before {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 300%;
    pointer-events: none;
    z-index: 10000;
    background-image:
            radial-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
            radial-gradient(rgba(255, 255, 255, 0.02) 1.5px, transparent 1.5px),
            radial-gradient(rgba(255, 255, 255, 0.01) 2px, transparent 2px);
    background-size: 30px 30px, 40px 40px, 50px 50px;
    background-position: 0 0, 10px 10px, 20px 20px;
    animation: transparentSnow 60s linear infinite;
    opacity: 0.7;
}

@keyframes transparentSnow {
    0%   { transform: translateY(0); }
    100% { transform: translateY(100%); }
}
/* Robo Recall*/
.gear-overlay {
    position: relative;
    overflow: hidden;
    background-color: transparent; /* donker, GitHub-style achtergrond */
    z-index: 1;
}

.gear-overlay::before {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 300%;
    pointer-events: none;
    z-index: 0;

    background-image:
            url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' opacity='0.03' viewBox='0 0 16 16'%3E%3Cpath d='M8 4.754a3.246 3.246 0 1 0 0 6.492 3.246 3.246 0 0 0 0-6.492zM5.754 8a2.246 2.246 0 1 1 4.492 0 2.246 2.246 0 0 1-4.492 0z'/%3E%3Cpath d='M9.796 1.343c-.527-1.79-3.065-1.79-3.592 0l-.094.319a.873.873 0 0 1-1.255.52l-.292-.16c-1.64-.892-3.433.902-2.54 2.541l.159.292a.873.873 0 0 1-.52 1.255l-.319.094c-1.79.527-1.79 3.065 0 3.592l.319.094a.873.873 0 0 1 .52 1.255l-.16.292c-.892 1.64.901 3.434 2.541 2.54l.292-.159a.873.873 0 0 1 1.255.52l.094.319c.527 1.79 3.065 1.79 3.592 0l.094-.319a.873.873 0 0 1 1.255-.52l.292.16c1.64.893 3.434-.902 2.54-2.541l-.159-.292a.873.873 0 0 1 .52-1.255l.319-.094c1.79-.527 1.79-3.065 0-3.592l-.319-.094a.873.873 0 0 1-.52-1.255l.16-.292c.893-1.64-.902-3.433-2.541-2.54l-.292.159a.873.873 0 0 1-1.255-.52l-.094-.319zm-2.633.283c.246-.835 1.428-.835 1.674 0l.094.319a1.873 1.873 0 0 0 2.693 1.115l.291-.16c.764-.415 1.6.42 1.184 1.185l-.159.292a1.873 1.873 0 0 0 1.116 2.692l.318.094c.835.246.835 1.428 0 1.674l-.319.094a1.873 1.873 0 0 0-1.115 2.693l.16.291c.415.764-.42 1.6-1.185 1.184l-.291-.159a1.873 1.873 0 0 0-2.693 1.116l-.094.318c-.246.835-1.428.835-1.674 0l-.094-.319a1.873 1.873 0 0 0-2.692-1.115l-.292.16c-.764.415-1.6-.42-1.184-1.185l.159-.291A1.873 1.873 0 0 0 1.945 8.93l-.319-.094c-.835-.246-.835-1.428 0-1.674l.319-.094a1.873 1.873 0 0 0 1.115-2.693l-.16-.291c-.415-.764.42-1.6 1.185-1.184l.291.159a1.873 1.873 0 0 0 2.693-1.116l.094-.318z'/%3E%3C/svg%3E");

    background-repeat: repeat;
    background-size: 30px 30px;
    background-position: center center;  /* gear in tile centreren */
    animation: gearFall 45s linear infinite;
    opacity: 0.2;
}


@keyframes gearFall {
    0%   { transform: translateY(0); }
    100% { transform: translateY(100%); }
}
.team-member {
    display: flex;
    align-items: center;
    gap: 10px; /* ruimte tussen icoon en naam */
}

.profile-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%; /* maakt het rond als je wil */
    object-fit: cover;
}

.member-name {
    font-weight: bold;
    font-size: 1rem;
}
.Language-Info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}
.Engine-Info {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 0.5rem;
    justify-content: center;
}
.Engine-Logo {
    width: 200px;
    border-radius: 50%; /* maakt het rond als je wil */
    object-fit: cover;
}
.cropped-circle {
    width: 140px;
    height: 140px;
    top: 20px;
    left: 22%;
    border-radius: 20%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.cropped-circle img {
    width: 200px;     /* grotere afmeting dan de container */
    height: auto;
    object-fit: cover;
    object-position: -30px -30px; /* verplaats het zichtbare deel */
    position: absolute;
}
.TimeFrame {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}