@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Quintessential&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Quintessential&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Quintessential&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

body {
    margin: 0;
    background-color: #23253a;
}

.container {
    width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* de verschilende fonts */

.alfa {
    font-family: 'Alfa Slab One', 'Arial Narrow', Arial, sans-serif;
    color: #fbfdff;
}

.roboto {
    font-family:  'Roboto Mono','Courier New', Courier, monospace;
    color: #fbfdff;
}

.lato {
    font-family: 'Lato', 'Arial Narrow', Arial, sans-serif;
    color: #fbfdff;
}

/* css van de nav sectie */

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo>img {
    width: 60px;
    height: 60px;
}

.menu>a {
    text-decoration: none;
    color: #fbfdff; 
    font-weight: 800;
}

.menu>a:hover {
    color: #0cca4a;
}

.menu {
    width: 450px;
    display: flex;
    justify-content: space-between;
}

/* css van de hero sectie */

.hero {
    margin-top: 200px;
}

h1 {
    font-size: 45px;
    font-weight: 500;
    margin: -15px 0 -15px 0;
}

.title {
    display: flex;
    gap: 15px;
}

.green {
    color: #0cca4a;
}

.introText {
    letter-spacing: 5px;
    font-size: 18px;
}

.btn {
    padding: 10px 60px 10px 60px;
    margin-top: 50px;
    border-radius: 15px;
    background-color: #0cca4a;
    color: #fbfdff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 5px;
    border: none;
    box-shadow: 1px 3px 10px #4A5568;
}

.btn:hover {
    border: solid 2px #0cca4a;
    background-color: transparent;
    box-shadow: 1px 3px 10px #0cca4a;
}

.foto_hero {
    width: 550px;
}

.ovaal {
    width: 532px;
    height: 480px;
    background-color: #0cca4a;
    border-radius: 60% 40% 60% 40%;
    transform: rotate(-15deg) ;
    overflow: hidden;    
    box-shadow: 1px 3px 10px #4A5568;
}

.foto {
    transform: rotate(15deg);
    margin-top: -80px;
    margin-left: 50px;
}

/* ccs van over mij sectie */

.over_mij {
    margin-top: 200px;
}

.over_text {
    width: 550px;
    font-size: 20px;
    line-height: 25px;
    align-content: center;
}

.over_foto {
    background-color: #0cca4a;
    border-radius: 100% 50%;
    overflow: hidden;
    box-shadow: 1px 3px 10px #4A5568 ;
}

.over_foto>img {
    width: 550px;
}

h2 {
    font-size: 35px;
}

/* css van de card  */

.carousel {
    display: flex;
    justify-content: space-between;    
    margin-top: 200px;
    margin-bottom: 200px;
}

.card {
    width: 380px;
    height: 550px;
    background-color: #4A5568;
    border-radius: 20px;
}

.card:hover {
    cursor: pointer;
}

.mockup {
    width: 380px;
    margin-top: -30px;
}

.content {
    margin-top: -30px;
}

.content>h2 {
    font-size: 23px;
    width: 310px;
    text-align: center;
    margin: auto;
    color: #0cca4a;
}

.content>p {
    width: 250px;
    font-size: 15px;
    margin: 20px auto;
}

/* css van de modal */

.modalHeader {
    text-align: center;
    background-color: #4A5568;
    color: #fbfdff;
}

.modalBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 500px;
}

.modalTekst {
    width: 50%;
}

.modalImg {
    align-content: center;
}



/* css van de sectie curriculum vitae */

.cv {
    margin-top: 200px;
    margin-bottom: 200px;
}

.text {
    width: 500px;
    font-size: 20px;
    line-height: 25px;
}

.cv_btn {
    padding: 10px 20px 10px 20px;
    background-color: #0cca4a;
    text-decoration: none;
    color: #4A5568;
    border: none;
    border-radius: 15px;
    font-size: 16px;
    letter-spacing: 3px;
    font-weight: 600;
    box-shadow: 1px 3px 5px #4A5568;
}

.cv_btn:hover {
    border: solid 2px #0cca4a;
    background-color: transparent;
    color: #fbfdff;
    box-shadow: 1px 3px 5px #0cca4a;
}

.foto_cv>img {
    width: 500px;
    height: 700px;
    border-radius: 10px;
    box-shadow: 1px 3px 5px #4A5568 ;
}

.foto_cv:hover {
    transform: scale(1.2);
}

/* css van de footer */

.footer {
    background-color: #163853;
    border-top: solid 2px #0cca4a;
    height: 550px;

}

.footerBox {
    margin-top: 100px;

    
}

.boxLogo>img {
    width: 300px;
    margin-bottom: -30px;
}

.boxLogo {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 25px;
    line-height: 0;   
}

.icon {
    width: 80px;
}

.boxSocial {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

input {
    color: #fbfdff;
    background-color: rgb(74, 85, 104, 5%);
    border-top: 0.5px solid white;
    border-right: 2px solid white;
    border-bottom: 0.5px solid white;
    border-left: 2px solid white;
    border: 0.5px 2px 0.5px 2px solid #fbfdff;
    border-radius: 25px;
    height: 30px;
    padding-left: 15px;
    font-size: 15px;
}

textarea {
    color: #fbfdff;
    background-color: rgb(74, 85, 104, 5%);
    border-top: 0.5px solid white;
    border-right: 2px solid white;
    border-bottom: 0.5px solid white;
    border-left: 2px solid white;
    border-radius: 25px;
    padding-left: 15px;
    padding-top: 5px;
    height: 100px;
    font-size: 15px;
}

.footerButton {
    border-radius: 25px;
    height: 30px;
    width: 165px;
    text-align: center;
    background-color: #0cca4a;
    color: #4A5568;
    border: none;
    font-size: 16px;
    box-shadow: inset 0px 5px 5px rgba(74, 85, 104, 0.35);
}

.footerButton:hover {
    border: solid 2px #0cca4a;
    background-color: transparent;
    color: #0cca4a;
    box-shadow: inset 5px 5px 5px rgba(12, 202, 74, 0.35);
}
