@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    scroll-behavior: smooth;
    --gradient-vertical: linear-gradient(#009FE3,
            #E6007E,
            #E4051F,
            #F18F33);
    --gradient-horizontal: linear-gradient(90deg,
            #009FE3,
            #E6007E,
            #E4051F,
            #F18F33);
}

header {
    height: 77px;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

header hr {
    position: absolute;
    bottom: -23%;
    background-image: var(--gradient-horizontal);
    border: 0;
    width: 100%;
    height: 10px;
}

nav {
    width: 40%;
    text-transform: uppercase;
    font-weight: 600;
}

nav ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

nav a {
    text-decoration: none;
    color: black;
}

main {
    background-image: var(--gradient-vertical);
    background-repeat: no-repeat;
    background-size: 100% 900%;
    animation: move 20s infinite alternate;
}

.container {
    position: relative;
    width: 87.85%;
    height: 100%;
}


#home {
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#home::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../media/HEROIMAGE.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    mix-blend-mode: luminosity;
}

#home svg {
    position: absolute;
    bottom: 0;
}

#home .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5%;
}

#home .container h2 {
    color: white;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 25px;
}

#home .container a {
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-weight: 800;
    border: 3px solid white;
    border-radius: 40px;
    padding: 18px 40px;
}

#home .container i {
    position: absolute;
    color: white;
    font-size: 2.3em;
    animation: arrow 1s infinite alternate;
}

.whiteBox {
    height: 100px;
    background-color: #F9F9F9;
    margin-bottom: 0%;
}


#werk {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 80vh;
    gap: 1%;
}

#werk::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../media/WERKIMAGE.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    mix-blend-mode: luminosity;
}

#werk svg {
    position: absolute;
}

#werk svg:first-of-type {
    top: -1%;
}

#werk img {
    position: relative;
}

#werk h1 {
    position: relative;
    color: white;
    font-size: 105px;
    font-weight: 800;
    text-transform: uppercase;
}

#werk svg:nth-of-type(2) {
    bottom: -1%;
}


#werkContent {
    min-height: 608px;
    background-color: #F9F9F9;
    display: flex;
    justify-content: center;
    align-items: center;
}

#werkContent .container {
    margin: 3% 0;
    display: flex;
    column-gap: 240px;
    row-gap: 100px;
    flex-wrap: wrap;
    justify-content: center;
}

.werkVoorbeeld {
    flex-shrink: 0;
    position: relative;
    width: 230px;
    height: 230px;
}

.werkVoorbeeld img,
.werkVoorbeeld span,
.werkVoorbeeld a {
    position: absolute;
}

.werkVoorbeeld img:first-of-type {
    top: 0;
    left: 0;
}

.werkVoorbeeld img:nth-of-type(2) {
    top: 0;
    right: 0;
}

.werkVoorbeeld img:nth-of-type(3) {
    bottom: 0;
    left: 0;
}

.werkVoorbeeld img:nth-of-type(4) {
    bottom: 0;
    right: 0;
}

.werkVoorbeeld a {
    top: 15%;
    left: 15%;
}

.werkVoorbeeld a img {
    border-radius: 30px;
}


.werkVoorbeeld span {
    width: 90%;
    height: 90%;
    background-color: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 40px;
    border: 2px solid white;
}


#over {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 80vh;
    gap: 1%;
}

#over::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../media/OVERIMAGE.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    mix-blend-mode: luminosity;
}

#over svg {
    position: absolute;
}

#over svg:first-of-type {
    top: -1%;
}

#over img {
    position: relative;
}

#over h1 {
    position: relative;
    color: white;
    font-size: 105px;
    font-weight: 800;
    text-transform: uppercase;
}

#over svg:nth-of-type(2) {
    bottom: -1%;
}


#overContent {
    min-height: 608px;
    background-color: #F9F9F9;
    display: flex;
    justify-content: center;
    align-items: center;
}

#overContent .container {
    margin: 3% 0;
    width: 65%;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 30px;
    justify-content: center;
    align-items: center;
    line-height: 25px;
}

#overContent .container h2 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 26px;
}

#overContent .container a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    color: black;
    border: 3px solid black;
    border-radius: 40px;
    margin: 2% 0;
    padding: 18px 40px;
}


#skills {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 80vh;
    gap: 1%;
}

#skills::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../media/SKILLSIMAGE.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    mix-blend-mode: luminosity;
}

#skills svg {
    position: absolute;
}

#skills svg:first-of-type {
    top: -1%;
}

#skills img {
    position: relative;
}

#skills h1 {
    position: relative;
    color: white;
    font-size: 105px;
    font-weight: 800;
    text-transform: uppercase;
}

#skills svg:nth-of-type(2) {
    bottom: -1%;
}

#skillsContent {
    min-height: 608px;
    background-color: #F9F9F9;
    display: flex;
    justify-content: center;
    align-items: center;
}

#skillsContent .container {
    margin: 3% 0;
    display: flex;
    column-gap: 25px;
    row-gap: 90px;
    flex-wrap: wrap;
    justify-content: center;
}

.skill {
    flex-shrink: 0;
    position: relative;
    width: 380px;
    height: 140px;
}

.skill * {
    position: absolute;
}

.skill img:first-of-type {
    top: 0;
    left: 0;
}

.skill img:nth-of-type(2) {
    top: 0;
    right: 0;
}

.skill img:nth-of-type(3) {
    bottom: 0;
    left: 0;
}

.skill img:nth-of-type(4) {
    bottom: 0;
    right: 0;
}

.skill .glas {
    width: 355px;
    height: 117px;
    background-color: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 40px;
    border: 2px solid white;
}

.skill .grade {
    top: 60%;
    left: 9.5%;
    width: 304px;
    height: 18px;
    border: 2px solid white;
}

.skill .grade-value {
    background-image: var(--gradient-horizontal);
    height: 100%;
}

.skill img:last-of-type {
    top: 26%;
    left: 9.5%;
}

.skill h3 {
    text-transform: uppercase;
    font-weight: 800;
    top: 31.5%;
    left: 22%;
}

.photoshop {
    width: 65%;
}

.illustrator {
    width: 60%;
}

.premiere {
    width: 55%;
}

.indesign{
    width: 60%;
}

.html {
    width: 70%;
}

.css {
    width: 70%;
}

.js {
    width: 80%;
}

.vsc {
    width: 65%;
}

.vs {
    width: 65%;
}

.github {
    width: 70%;
}

.sql {
    width: 60%;
}

.dotnet {
    width: 70%;
}


#quotes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 80vh;
    gap: 1%;
}

#quotes::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../media/QUOTESIMAGE.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    mix-blend-mode: luminosity;
}

#quotes svg {
    position: absolute;
}

#quotes svg:first-of-type {
    top: -1%;
}

#quotes img {
    position: relative;
}

#quotes h1 {
    position: relative;
    color: white;
    font-size: 105px;
    font-weight: 800;
    text-transform: uppercase;
}

#quotes svg:nth-of-type(2) {
    bottom: -1%;
}

#quotesContent {
    min-height: 608px;
    background-color: #F9F9F9;
    display: flex;
    justify-content: center;
    align-items: center;
}

#quotesContent .container {
    margin: 3% 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.quoteBox {
    flex-shrink: 0;
    position: relative;
    width: 390px;
    min-height: 400px;
    text-align: center;
}

.quoteBox * {
    position: absolute;
}

.quoteBox .blauwOog {
    top: 0;
    left: 6.5%;
}

.quoteBox .rozeOog {
    top: 0;
    right: 6.5%;
}

.quoteBox .roodOog {
    bottom: 42%;
    left: 6.5%;
}

.quoteBox .oranjeOog {
    bottom: 42%;
    right: 6.5%;
}

.quoteBox span {
    width: 300px;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    top: 13px;
    left: 43px;
    border-radius: 15px;
    border: 2px solid white;
}

.quoteBox .quoteImg {
    top: 27px;
    left: 64px;
    width: 264px;
    height: 175px;
}

.quoteBox p {
    width: 100%;
    bottom: 10%;
    line-height: 25px;
}

.quoteBox h4 {
    width: 100%;
    bottom: 0;
    font-weight: 700;
}


#contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 80vh;
    gap: 1%;
}

#contact::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../media/CONTACTIMAGE.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    mix-blend-mode: luminosity;
}

#contact svg {
    position: absolute;
}

#contact svg:first-of-type {
    top: -1%;
}

#contact img {
    position: relative;
}

#contact h1 {
    position: relative;
    color: white;
    font-size: 105px;
    font-weight: 800;
    text-transform: uppercase;
}

#contact svg:nth-of-type(2) {
    bottom: -1%;
}

#contactContent {
    min-height: 608px;
    background-color: #F9F9F9;
    display: flex;
    justify-content: center;
    align-items: center;
}

#contactContent .container {
    margin: 3% 0;
    width: 65%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 30px;
    line-height: 25px;
    justify-content: space-between;
}

#contactContent .container h2 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 26px;
}

#contactContent .container a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    color: black;
    border: 3px solid black;
    border-radius: 40px;
    margin: 2% 0;
    padding: 18px 40px;
    width: 30%;
}

#contactContent .container .socials {
    font-size: 50px;
    width: 30%;
    display: flex;
    justify-content: space-between;
}

#contactContent .container .socials a {
    border: none;
    padding: 0;
}


#footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 55vh;
    gap: 30px;
}


#footer svg {
    position: absolute;
    top: -1%;
}

#footer img {
    margin-top: 140px;
}

#footer h2 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 26px;
    color: white;
}



/* VOOR TELEFOONS */
@media only screen and (max-width: 768px) {

    :root {
        font-size: 16px;
    }

    svg {
        height: 13%;
        width: 100%;
    }

    header {
        display: none;
    }

    #home svg {
        bottom: -1px;
    }

    #home .container {
        gap: 2%;
        font-size: 16px;
    }

    #home .container h2 {
        font-size: 20px;
        text-align: center;
        width: 90%;
    }

    #home::before {
        background-position: 10%;
    }

    .whiteBox {
        height: 10px;
    }

    #werk,
    #over,
    #skills,
    #quotes,
    #contact {
        height: 50vh;
    }

    #werk h1,
    #over h1,
    #skills h1,
    #quotes h1,
    #contact h1 {
        font-size: 70px;
    }

    #werkContent .container,
    #overContent .container,
    #skillsContent .container,
    #quotesContent .container {
        margin: 10% 0;
    }

    #overContent .container,
    #contactContent .container {
        width: 75%;
    }

    #overContent .container h2,
    #contactContent .container h2 {
        font-size: 17px;
    }

    #overContent .container a,
    #contactContent .container a {
        font-size: 18px;
    }

    #skills::before {
        background-position: 27%;
    }

    #skillsContent .container {
        row-gap: 40px;
    }

    .skill {
        width: 356px;
        height: 130px;
    }

    .skill .glas {
        width: 331px;
        height: 110px;
    }

    .skill .grade {
        top: 60%;
        left: 9.5%;
        width: 283px;
        height: 16px;
        border: 2px solid white;
    }

    #quotesContent .container {
        justify-content: center;
        gap: 30px;
    }

    #contactContent .container a {
        width: 75%;
    }

    #contactContent .container .socials {
        width: 70%;
    }

    #contactContent .container .socials a {
        font-size: 35px;
    }

    #footer img {
        margin-top: 60px;
    }

    #footer h2 {
        text-align: center;
        width: 90%;
        font-size: 20px;
    }
}



/* VOOR TABLET */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    :root {
        font-size: 20px;
    }

    svg {
        height: 10%;
        width: 100%;
    }

    header {
        display: none;
    }

    #home .container {
        gap: 2.5%;
        font-size: 18px;
    }

    #werkContent .container,
    #overContent .container,
    #skillsContent .container,
    #quotesContent .container {
        margin: 10% 0;
    }

    #werk,
    #over,
    #skills,
    #quotes,
    #contact {
        height: 60vh;
    }

    #overContent .container,
    #contactContent .container {
        width: 75%;
    }

    #skillsContent .container {
        row-gap: 60px;
    }

    #quotesContent .container {
        justify-content: center;
        gap: 60px;
    }

    #contactContent .container a {
        width: 65%;
    }

    #contactContent .container .socials {
        width: 65%;
    }

    #footer img {
        margin-top: 20px;
    }
}




/* ANIMATIONS */

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

    100% {
        background-position: bottom;
    }
}

@keyframes arrow {
    0% {
        bottom: 16%;
    }

    100% {
        bottom: 14%;
    }
}