* {
    font-family: 'Unbounded', cursive;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}


::selection {
    color: #ffff;
    background: var(--darkblue);
}

:root {
    --fontblack: #000000;
    --fontwhite: #ffffff;
    --lightblue: #009bff;
    --darkblue: #02184c;
    --hoverblue: #0033ff;
}

nav {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 999;
    background-image: url(img/Sprinkle\ 60px.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

#a1 {
    color: var(--fontwhite);
    margin-left: 1%;
    text-decoration: none;
    font-weight: 700;
    font-size: 22px;
    transition: all 0.1s;
}

#hrefback1 {
    color: var(--lightblue);
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.1s;
    margin-left: 5%;
    border-bottom: 2px solid var(--lightblue);
}

#sec1 {
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2%;
}

#sec1Konverter {
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2%;
}


#sec1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(img/page-background.webp);
    background-size: cover;
    background-repeat: no-repeat;
    filter: brightness(0.2);
    z-index: 100;
}


#sec1Konverter::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(img/page-background.webp);
    background-size: cover;
    background-repeat: no-repeat;
    filter: brightness(0.2);
    z-index: 100;
}

#sec1inside {
    height: 800px;
    width: 500px;
    background-color: white;
    display: flex;
    flex-direction: column;
    border-radius: 25px;
    z-index: 101;
}

#sec1insidetop {
    height: 600px;
    width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


#sec1insidebottom {
    height: 200px;
    width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

#sec1insidemiddleleft,
#sec1insidemiddlemiddle,
#sec1insidemiddleright {
    width: 167px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sociallinks {
    text-align: center;
    animation: slidefromdown 0.4s;
    font-size: 50px;
    width: 70px;
}

#instagramlogo {
    width: 100%;
    outline: 2px solid #000000;
    border-radius: 5%;
    padding: 5px;
    transition-property: outline-offset, outline-color, background-color;
    transition-duration: 0.2s;
}

#emaillogo {
    width: 100%;
    outline: 2px solid #000000;
    border-radius: 5%;
    padding: 5px;
    transition-property: outline-offset, outline-color, background-color;
    transition-duration: 0.2s;
}

#linkedInlogo {
    width: 100%;
    outline: 2px solid #000000;
    border-radius: 5%;
    padding: 5px;
    transition-property: outline-offset, outline-color, background-color;
    transition-duration: 0.2s;
}

#profilpicture {
    width: 25%;
    animation: slidefromtop 0.4s;
}

#h1 {
    color: var(--fontblack);
    font-size: 22px;
    font-weight: 500;
    animation: slidefromleft 0.4s;
}

#p1 {
    color: var(--fontblack);
    text-align: center;
    font-size: 15px;
    margin-left: 5%;
    margin-right: 5%;
    animation: slidefromright 0.4s;
    margin-top: 1.5%;
}

#hrefemailsec1inside {
    color: var(--lightblue);
    font-size: 15px;
}


@keyframes slidefromleft {
    0% {
        transform: translateX(-100px);
        filter: opacity(0);
    }

    100% {
        transform: translateY(0px);
        filter: opacity(1);
    }
}

@keyframes slidefromright {
    0% {
        transform: translateX(100px);
        filter: opacity(0);
    }

    100% {
        transform: translateY(0px);
        filter: opacity(1);
    }
}

footer {
    background-color: white;
    width: 100%;
    height: 350px;
}

.footerinsidetop {
    width: 100%;
    height: 70%;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.footerinsidetopleft {
    width: 50%;
    height: 80%;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: start;
}

.footerinsidetopright {
    width: 50%;
    height: 80%;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: start;
}

.footerinsidebottom {
    width: 100%;
    height: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-top: 1px solid #7c7c7c;
}

#h2 {
    font-size: 14px;
    display: flex;
    align-self: start;
    margin-left: 15%;
    margin-top: 5%;
}

#a2 {
    font-size: 11px;
    display: flex;
    align-self: start;
    margin-left: 15%;
    color: #8d8d8d;
    text-decoration: none;
    transition: all 0.1s;
}


#h8 {
    color: #aaaaaa;
    font-size: 11px;
    font-weight: 300;
    width: 450px;
    text-align: center;
    padding-top: 15px;
}

#h16 {
    color: #aaaaaa;
    font-size: 11px;
    font-weight: 300;
    text-align: center;
    padding-top: 5px;
}

#h17 {
    color: var(--lightblue);
    font-size: 11px;
    font-weight: 300;
    text-align: center;
    padding-top: 5px;
    transition: all 0.1s;
    text-decoration: none;
}

#sec2 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 35px;
    position: relative;
}

#sec2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(img/Sprinkle.svg);
    background-size: cover;
    background-repeat: no-repeat;
    filter: brightness(0.5);
    z-index: 100;
    z-index: -1;
}

#sec2inside {
    margin-top: 6%;
    display: flex;
    width: 90%;
    height: auto;
    background-color: white;
    flex-direction: column;
    text-align: center;
    padding-top: 35px;
}

#h20 {
    font-size: 18px;
    font-weight: 800;
    animation: slidefromright 0.4s;
}

#h21 {
    font-size: 16px;
    font-weight: 500;
    animation: slidefromleft 0.4s;
}

#p22 {
    font-size: 14px;
    font-weight: 400;
    margin-left: 2%;
    margin-right: 2%;
    animation: slidefromright 0.4s;
}


#sec3 {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sec3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(img/page-background.webp);
    background-size: cover;
    background-repeat: no-repeat;
    filter: brightness(0.2);
    z-index: 100;
    z-index: -1;
}

#sec3inside {
    width: 500px;
    height: 500px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border-radius: 20px;
}

#h30 {
    color: var(--fontblack);
    font-size: 50px;
    animation: slidefromright 0.4s;
}

@keyframes slidefromdown {
    0% {
        transform: translateY(100px);
        filter: opacity(0);
    }

    100% {
        transform: translateY(0px);
        filter: opacity(1);
    }
}

@keyframes slidefromtop {
    0% {
        transform: translateY(-100px);
        filter: opacity(0);
    }

    100% {
        transform: translateY(0px);
        filter: opacity(1);
    }
}