@import url('https://fonts.googleapis.com/css2?family=Caprasimo&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    max-width: 100%;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #FFE4EA;
}

h1 {
    font-family: 'Caprasimo', sans-serif;
    color: #3F3E50;
}
a:visited{
    text-decoration: none;
    color: white;
}
p, a{
    font-family: 'Roboto', sans-serif;
    color: #3F3E50;
}

div#background {
    background-image: url('../img/background.png');
    background-size: cover;
    width: 100vw;
    height: 90vh;
}

nav {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 10px;
    background-color: #3F3E50;
    border-radius: 40px;
    width: 580px;
    height: 40px;
    position: fixed;
    z-index: 1000;
}

nav > a {
    color: white;
}

header {
    width: 100vw;
    display: flex;
    position: absolute;
    align-items: center;
    flex-direction: column;
}

div#container {
    margin-top: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100vw;
    height: 400px;
    background-color: #FFE4EA;
    position: relative;
}

img#logo {
    position: absolute;
    top: -200px;
    right: 0;
}

h1#first {
    color: #3F3E50;
    font-size: 128px;
    margin-bottom: 10px;
}

h1#second {
    color: #3F3E50;
    font-size: 64px;
}

span {
    color: #F52660;
}

div.carousel {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 10px 0;
}

div.carousel-track {
    display: flex;
    gap: 20px;
    animation: scroll 20s linear infinite;
    width: max-content;
}

span.carousel-item {
    font-size: 60px;
    font-family: 'Caprasimo', sans-serif;
}

span.carousel-item:nth-child(even) {
    color: #F52660;
}

span.carousel-item:nth-child(odd) {
    color: #3F3E50;
}

@keyframes scroll {
    from {
        transform: translateX(1%);
    }
    to {
        transform: translateX(-100%);
    }
}

div#about {
    margin-top: 150px;
    height: 350px;
    background-color: #f596ab31;
    margin-bottom: 200px;
    position: relative;
}

div#foto {
    position: absolute; 
    left: 200px;
    top: 30px;
    border: 5px solid #F52660;
    z-index: 99;
    background-image: url(../img/Image.jfif);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 260px;
    height: 400px;
    border-radius: 35px;
}
div#about > h1#about-me {
    position: absolute;
    left: 500px;
    top: -40px;
    font-size: 60px;
    color: #3F3E50;
    filter: drop-shadow(3px 1px 0 #f5266186);
}
p#about-tekst {
    position: absolute;
    left: 550px;
    width: 560px;
    top: 10%;
    font-size: 18px;
    color: #1E1E1E;
    line-height: 25px;
}

div#skills{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100vw;
    margin-bottom: 100px;
}
span.skill{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #3F3E50;
    font-family: 'Caprasimo';
    font-size: 20px;
    color: #F596AA;
    flex-shrink: 0;
    flex-grow: 0;
}
/* services */
div#services-container{
    width: 100vw;
    height: 400px;
}
div#services-container > h1{
    font-size: 96px;
    color: #3F3E50;
    filter: drop-shadow(3px 1px 0 #f5266186);
}
div#pijleen{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 100px;
    position: absolute;
    right: 10px;
    cursor: pointer;
    transition: ease 0.6s;
}
div#pijltwee{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 100px;
    position: absolute;
    left: 10px;
    cursor: pointer;
    transition: ease 0.6s;
}
i{
    transform: scale(3);
    color: #252530;
}
div.balken{
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 140px;
    transition: 0.6s ease;
    margin-bottom: 20px;
}
div.balken > h1{
    font-size: 44px;
    margin-bottom: 10px;
}
div.balken:nth-child(2) > h1{
    color: white;
}
div.balken:nth-child(2){
    background-color: #3F3E50;
    color: white;
    border-radius: 0 100px 0 0;
    margin-bottom: 20px;
}
div.balken:nth-child(2) > a > p{
    color: white;
}
div.balken:nth-child(3){
    background-color: #F596AA;
    color: #3F3E50;
    border-radius: 100px 0 0 0;
    margin-bottom: 250px;
}
div#music-container{
    margin: auto;
    width: 80vw;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    flex-direction: column;
    margin-bottom: 200px;
}
div#music-container > h1{
    margin-bottom: 50px;
    font-size: 50px;
    color: #3F3E50;
    filter: drop-shadow(3px 1px 0 #f5266186);
}
iframe#bandlab1, iframe#bandlab2{
    width: 80vw;
    height: 200px;
    border-radius: 40px;
    fill: #3F3E50;
    margin-bottom: 20px;
}
.embedded-player-card{
    background-color: #3F3E50;

}
div#contact-container{
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    flex-direction: column;
    margin-top: 100px;
}
div#contact-container > h1{
    color: #3F3E50;
    filter: drop-shadow(3px 1px 0 #f5266186);
    font-size: 50px;
    margin-bottom: 20px;
}
div#contact-container > p{
    color: #F52660;
    font-size: 30px;
    margin-bottom: 20px;
}
div#contact-container > a > button{
    border: 0;
    width: 20vw;
    height: 50px;
    border-radius: 40px;
    color: white;
    background-color: #3F3E50;
    font-size: 25px;
    font-family: 'caprasimo';
    transition: 0.2s ease;
    cursor: pointer;
}
div#contact-container > a > button:hover{
    background-color: #252530;
}
footer{
    background-color: #3F3E50;
    height: 150px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 100px;
}
img#footer-logo{
    position: absolute;
    top: -50px;
    left: 10px;
}
div#socials-container{
    display: flex;
    justify-content: space-evenly;
    width: 20vw;
    margin-bottom: 10px;
}
div#socials-container > a > img{
    width: 40px;
}
div#divider{
    width: 80vw;
    background-color: white;
    height: 1px;
    margin-bottom: 30px;
}
div#footer{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 40vw;
}
div#footer > p{
    color: white;
}

