@import url('https://fonts.googleapis.com/css2?family=SUSE:wght@100..800&family=Handjet:wght@100..900&family=Press+Start+2P&family=Carter+One&display=swap');

html {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}

body {
    background-color: rgba(0, 16, 94, 0.872);
    background-blend-mode: color;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    padding-top: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: flex-end;
}

.clock-text {
    font: bold 20px Papyrus, sans-serif;
    margin: 0;
    display: block;
}

.bar1 {
    width: 100%;
    background-color: green;
    height: 20px;
    border-radius: 20px;
    font: bold 20px "Handjet", Papyrus, sans-serif;
    text-align: center;
    animation: progress 1500ms ease-in 1;
}

.bar2 {
    width: 100%;
    background-color: rgb(255, 0, 0);
    height: 20px;
    border-radius: 20px;
    font: bold 20px "Handjet", Papyrus, sans-serif;
    text-align: center;
}

.bar3 {
    width: 100%;
    background-color: rgb(0, 47, 255);
    height: 20px;
    border-radius: 20px;
    font: bold 20px "Handjet", Papyrus, sans-serif;
    text-align: center;
}

.bar4 {
    width: 100%;
    background-color: rgb(221, 255, 0);
    height: 20px;
    border-radius: 20px;
    font: bold 20px "Handjet", Papyrus, sans-serif;
    text-align: center;
}

.lijn1 {
    font: bolder 55px "SUSE", Papyrus, sans-serif;
    text-align: center;
    text-shadow: 2px 2px;
    text-decoration: underline;
}

.lijn2 {
    font: 30px "Handjet", Papyrus, sans-serif;
    text-align: center;
    font-style: oblique;
}

.lijn3 {
    font: bold 40px "SUSE", Papyrus, sans-serif;
    text-align: center;
    text-decoration: underline;
    text-shadow: 2px 2px;
}

.lijn4 {
    font: 30px "Handjet", Papyrus, sans-serif;
    text-align: center;
    font-style: oblique;
}

.project1,
.project2,
[class^="xp"],
.techsdiv,
.progcontainer1,
.progcontainer2,
.prog,
.clock,
.navigatie,
.hamburger,
.menu-items {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.project1 {
    width: 100%;
    max-width: 800px;
    height: 150px;
    padding: 30px;
    border: 5px solid rgb(0, 4, 255);
    margin: auto;
    text-align: center;
    background-color: rgba(26, 110, 255, 0.667);
    border-radius: 25px;
}

.project2 {
    font: 15px "Press Start 2P", Papyrus, sans-serif;
    width: 100%;
    max-width: 800px;
    min-height: 70px;
    height: auto;
    padding: 40px;
    border: 5px solid rgb(0, 4, 255);
    margin: auto;
    margin-bottom: 60px;
    text-align: center;
    background-color: rgba(26, 110, 255, 0.667);
    border-radius: 25px;
}

.project2 .grote-tekst {
    font-size: 24px;
    font-family: "Press Start 2P", Papyrus, sans-serif
}

.project2 .grotere-tekst {
    font-size: 28px;
    font-family: "Press Start 2P", Papyrus, sans-serif;
    font-weight: bold;
    border: none;
    background-color: transparent;
}

.lijn6 {
    font: bold 40px "SUSE", Papyrus, sans-serif;
    text-align: center;
    text-decoration: underline;
}

.lijn7 {
    font: bold 30px "Handjet", Papyrus, sans-serif;
    text-align: center;
    font-style: oblique;
}

.xp1 {
    font: 15px "Press Start 2P", Papyrus, sans-serif;
    width: 500px;
    height: 50px;
    padding: 30px;
    border: 5px solid rgb(0, 4, 255);
    margin: auto;
    text-align: center;
    background-color: rgba(26, 110, 255, 0.667);
    border-radius: 25px;
}

.xp2 {
    font: 15px "Press Start 2P", Papyrus, sans-serif;
    width: 500px;
    height: 50px;
    padding: 30px;
    border: 5px solid rgb(0, 4, 255);
    margin: auto;
    text-align: center;
    background-color: rgba(26, 110, 255, 0.667);
    border-radius: 25px;
}

.xp3 {
    font: 15px "Press Start 2P", Papyrus, sans-serif;
    width: 500px;
    height: 50px;
    padding: 30px;
    border: 5px solid rgb(0, 4, 255);
    margin: auto;
    text-align: center;
    background-color: rgba(26, 110, 255, 0.667);
    border-radius: 25px;
}

.xp4 {
    font: 15px "Press Start 2P", Papyrus, sans-serif;
    width: 500px;
    height: 50px;
    padding: 30px;
    border: 5px solid rgb(0, 4, 255);
    margin: auto;
    text-align: center;
    background-color: rgba(26, 110, 255, 0.667);
    border-radius: 25px;
}

[class^="xp"] {
    font: 15px "Press Start 2P", Papyrus, sans-serif;
    width: 100%;
    max-width: 500px;
    height: auto;
    min-height: 50px;
    padding: 40px;
    border: 5px solid rgb(0, 4, 255);
    margin: auto;
    margin-bottom: 60px;
    text-align: center;
    background-color: rgba(26, 110, 255, 0.667);
    border-radius: 25px;
}

.foot {
    width: 330px;
    height: 20px;
    margin: auto;
    text-align: center;
    transition: transform .2s;
}

.foot:hover {
    transform: scale(1.1);
}

.icons-container {
    display: flex;
    justify-content: flex-end;
    gap: 50px;
    width: auto;
    position: absolute;
    right: 50px;
    bottom: 20px;
}

.icon-wrapper {
    position: relative;
    display: inline-block;
    transition: transform .2s;
}

.icon-wrapper:hover {
    transform: scale(1.1);
}

.github-icon,
.discord-icon {
    width: 50px;
    height: 50px;
}

.icon-wrapper .tooltiptext {
    font: 20px "SUSE", Papyrus, sans-serif;
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
}

.icon-wrapper:hover .tooltiptext {
    visibility: visible;
}

.lijn8 {
    font: bold 40px "SUSE", Papyrus, sans-serif;
    text-align: center;
    text-decoration: underline;
}

.lijn9 {
    font: 30px "Handjet", Papyrus, sans-serif;
    text-align: center;
    font-style: oblique;
}

.techs {
    width: fit-content;
    height: 50px;
    padding: 10px;
    border: 5px solid rgb(0, 4, 255);
    margin: auto;
    text-align: center;
    background-color: rgba(197, 218, 255, 0.824)
}

.techsdiv {
    width: 100%;
    max-width: 90%;
    height: auto;
    padding: 25px;
    border: 5px solid rgb(0, 4, 255);
    margin: auto;
    margin-bottom: 70px;
    text-align: center;
    background-color: rgba(26, 110, 255, 0.667);
    border-radius: 25px;
    position: relative;
}

.lijn10 {
    font: bold 40px "SUSE", Papyrus, sans-serif;
    text-align: center;
    text-decoration: underline;
}

.lijn11 {
    font: 30px "Handjet", Papyrus, sans-serif;
    text-align: center;
    font-style: oblique;
}

.progcontainer1,
.progcontainer2 {
    display: flex;
    flex-direction: row;
    gap: 70px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
    width: 100%;
    max-width: 100%;
}


.progress {
    box-sizing: content-box;
    height: 20px;
    margin: 60px 0 20px 0;
    background: #555;
    border-radius: 25px;
    padding: 10px;
    box-shadow: inset 0 -1px 1px rgba(30, 255, 0, 0.3);
    overflow: hidden;
}

[id$="Bar"] {
    border-radius: 20px !important;
    min-width: 30px;
}

.techicon,
.html {
    position: relative;
    display: inline-block;
    transition: transform .2s;
    margin: 5px;
}

.techicon:hover,
.html:hover {
    transform: scale(1.1);
}

.techicon .tooltiptext,
.html .tooltiptext {
    font: 20px "SUSE", Papyrus, sans-serif;
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
}

.techicon:hover .tooltiptext,
.html:hover .tooltiptext {
    visibility: visible;
}

.clock {
    pointer-events: none;
    width: 180px;
    max-width: 100%;
    height: auto;
    padding: 5px;
    border: 5px solid rgb(0, 4, 255);
    text-align: center;
    background-color: rgba(26, 110, 255, 0.667);
    border-radius: 25px;
    display: flex;
    align-items: center;

    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    margin: 0;
    transition: all 0.3s ease;
}

.clock:hover {
    transform: scale(1.1);
    background-color: rgba(38, 133, 255, 0.8);
}

.clock.animate {
    transform: rotate(180deg) scale(0.8);
    opacity: 0.5;
}

.alinea {
    transition-duration: 4s;
    margin-bottom: 70px;
    padding: 30px 0;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border-radius: 25px;
}

.alinea:hover {
    background-color: rgb(0, 200, 255);
}

.proj1 {
    transition: transform .2s;
    margin-bottom: 60px;
}

.proj1:hover {
    transform: scale(0.9);
}

.prog {
    transition: transform .2s;
    width: 100%;
    max-width: 40%;
}

.prog:hover {
    transform: scale(0.9);
}

.techsdiv>div>img {
    border-radius: 25px;
}

.navigatie {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    background-color: rgb(0, 51, 255);
    border: 2px solid #001392;
    border-radius: 0;
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 200px;
    z-index: 9;
    margin: 0;
    box-sizing: border-box;
}

.buttons {
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    font: bolder 20px "Handjet", Papyrus, sans-serif;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
    justify-content: center;
    align-items: center;
    background-color: #48cae4;
    color: black;
    border: 2px solid #486ce4;
}

.buttons:hover {
    background-color: #2aa1dcab;
    color: black;
    transform: scale(0.9);
}

.buttons1,
.buttons2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 200px;
}

.copyright-footer {
    text-align: left;
    padding: 55px 0;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    border-top: 2px solid rgba(0, 4, 255, 0.5);
    background-color: rgba(0, 3, 46, 0.9);
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright-footer p {
    font: bold 24px "Press Start 2P", Papyrus, sans-serif;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    margin: 0;
    padding: 0 20px;
}

.copyright-footer .icons-container {
    padding-right: 20px;
}

@media only screen and (max-width: 1200px) {

    .project1,
    .project2 {
        width: 100%;
        max-width: 90%;
        height: auto;
        min-height: 150px;
        padding: 30px;
        box-sizing: border-box;
    }

    .copyright-footer {
        text-align: left;
        padding: 85px 0;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        border-top: 2px solid rgba(0, 4, 255, 0.5);
        background-color: rgba(0, 3, 46, 0.9);
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    [class^="xp"] {
        width: 100%;
        max-width: 90%;
        height: auto;
        min-height: 100px;
        padding: 30px;
        box-sizing: border-box;
    }

    .techsdiv {
        width: 100%;
        max-width: 95%;
        padding: 15px;
    }

    .progcontainer1,
    .progcontainer2 {
        flex-direction: column;
        gap: 30px;
    }

    .prog {
        max-width: 90%;
    }

    .navigatie {
        max-width: 100%;
    }

    main {
        max-width: 100%;
        padding: 0 10px;
    }

    .buttons {
        border: none;
        color: rgb(0, 0, 0);
        padding: 16px 32px;
        text-align: center;
        text-decoration: none;
        display: flex;
        margin: 4px 2px;
        transition-duration: 0.4s;
        cursor: pointer;
        font: bolder 20px "Handjet", Papyrus, sans-serif;
        margin-left: auto;
        margin-right: auto;
        border-radius: 25px;
        flex-direction: column;
    }

    .buttons1,
    .buttons2 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 0px;
        width: 100%;
    }
}

@media only screen and ((min-width: 600px) and (max-width: 1200px)) {
    .navigatie {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        background-color: rgb(0, 51, 255);
        border: 2px solid #001392;
        height: fit-content;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 100px;
        z-index: 9;
        border-radius: 0;
        box-sizing: border-box;
        margin: 0;
    }

    .buttons {
        border: none;
        color: white;
        padding: 16px 32px;
        text-align: center;
        text-decoration: none;
        display: flex;
        margin: 4px 2px;
        transition-duration: 0.4s;
        cursor: pointer;
        font: bolder 20px "Handjet", Papyrus, sans-serif;
        margin-left: auto;
        margin-right: auto;
        border-radius: 25px;
        flex-direction: row;
        width: auto;
    }

    .buttons1,
    .buttons2 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 100px;
        width: auto;
    }

    .navigatie .buttons {
        color: black;
    }
}

@media only screen and (max-width: 600px) {
    .navigatie {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: auto;
        background-color: rgb(0, 51, 255);
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px 0;
        z-index: 999;
        box-sizing: border-box;
        margin: 0;
        overflow-x: hidden;
        max-width: 100%;
        border-radius: 0;
        display: none !important;
    }

    .buttons1,
    .buttons2 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 100%;
        margin: 5px 0;
        flex-wrap: wrap;
        padding: 0 5px;
        box-sizing: border-box;
    }

    .buttons {
        background-color: #48cae4;
        color: black;
        border: none;
        padding: 8px 16px;
        border-radius: 25px;
        font-size: 16px;
        margin: 2px;
        white-space: nowrap;
        width: 120px;
        height: 40px;
        flex: none;
        box-sizing: border-box;
    }

    .techsdiv {
        max-width: 95%;
        padding: 10px;
    }

    .techicon {
        margin: 3px;
    }

    .techs {
        width: 80px;
        height: 80px;
    }

    body {
        padding-top: 20px;
        margin: 0;
        width: 100%;
        overflow-x: hidden;
    }

    .clock {
        width: 150px;
        bottom: 80px;
        right: 10px;
        font-size: 14px;
    }

    .clock-text {
        font-size: 16px;
    }

    .lijn1 {
        font-size: 40px;
    }

    .lijn2,
    .lijn4,
    .lijn7,
    .lijn9,
    .lijn11 {
        font-size: 22px;
    }

    .lijn3,
    .lijn6,
    .lijn8,
    .lijn10 {
        font-size: 32px;
    }

    .project1,
    .project2,
    [class^="xp"] {
        padding: 20px;
    }

    main {
        padding-top: 30px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 1000px) {
    .navigatie {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        padding: 8px;
        display: flex !important;
        justify-content: center;
        gap: 15px;
        z-index: 999;
        box-sizing: border-box;
    }

    body {
        padding-top: 60px;
    }

    .techs {
        width: 90px;
        height: 90px;
    }
}

#menuIcon {
    transition: all 1s ease;
    width: 70px;
    height: 70px;
}

#menuIcon:hover {
    cursor: pointer;
}

.animate {
    transform: rotate(180deg) scale(0.8);
    opacity: 0.5;
}

main {
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 20px;
    overflow-x: hidden;
    position: relative;
    margin-top: auto;
    padding-top: 18vh;
}

.extra-space {
    display: block;
    height: 20px;
}

#projects-container {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 70px;
}

#experiences-container {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 70px;
}

#skills-container {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 140px;
}

@media only screen and (max-width: 768px) {
    .prog {
        max-width: 90%;
        margin-bottom: 20px;
    }

    .progcontainer1,
    .progcontainer2 {
        gap: 30px;
    }
}

.interestingbuttona {
    text-decoration: none;
}

.hamburger-menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.hamburger {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1001;
    background: rgb(0, 51, 255);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    width: 70px;
    height: 70px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.hamburger span {
    color: white;
    font: bolder 20px "Handjet", Papyrus, sans-serif;
    text-align: center;
}

.menu-items {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100vh;
    background: rgb(0, 51, 255);
    padding-top: 20px;
    transition: left 0.3s ease;
    box-sizing: border-box;
    overflow-y: auto;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.menu-items a {
    display: block;
    padding: 15px 25px;
    color: white;
    text-decoration: none;
    font: bolder 20px "Handjet", Papyrus, sans-serif;
    transition: background-color 0.2s ease;
}

.menu-items a:hover {
    background: rgba(255, 255, 255, 0.2);
}

.hamburger-menu.active .menu-items {
    left: 0;
}

.hamburger-menu.active .hamburger {
    left: 270px;
}

@media only screen and (max-width: 1000px) {
    .hamburger-menu {
        display: block;
    }

    .navigatie {
        display: none !important;
    }

    main {
        max-width: 100%;
        padding: 0 10px;
    }

    .copyright-footer {
        max-width: 100%;
    }

    body {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .hamburger-menu.active .hamburger {
        left: 205px;
    }

    .menu-items {
        width: 200px;
    }

    .hamburger {
        width: 60px;
        height: 60px;
    }

    #menuIcon {
        width: 50px;
        height: 50px;
    }
}