/* CSS Reset
--------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

html, body {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

input {
    border: 1px solid #b0b0b0;
    padding: 3px 5px 4px;
    color: #979797;
    width: 190px;
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}
strong {
    font-weight: 600;
}

/* Body
--------------------------------------------- */
html {
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.7;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 40px;
}

h1, h2, h3, h4, h5 {
    font-weight: 500;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 18px;
}
p {
    margin-bottom: 20px;
}
.button,
.box-button {
    background-color: #2D4B61;
    /* background-color: #E73A3A; */
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 100px;
    display: inline-block;
    color: #fff;

}
/* Navigatie
--------------------------------------------- */
.navigation {
    display: flex;
    background-color: #fff;
    padding: 10px 20px;
    flex-wrap: wrap;
    width: fit-content;
    float: right;
    border-radius: 100px;
}
.navigation li a {
    margin: 0 10px;
    padding: 5px;
    text-decoration: none;
    color: #7a7a7a;
}


.navigation li .active {
    color: #000;
}

/* hero-section
--------------------------------------------- */
.hero-section {
    background-color: #2D4B61;
    height: 100vh;
    text-align: center;
    color: #fff;
}

.hero-section .container .logo {
    padding-top: 30vh;


}
.logo {
    line-height: 1;
    color: #E73A3A;
    font-size: 220px;
    font-weight: 900;
}

.logo::first-letter {
    color: #fff;
}

.anchor-link {
    margin-top: 25px;
    display: block;
}
/* intro-section
--------------------------------------------- */
.intro-section .container {
    display: flex;
    align-items: center;

}
.box-33 {
    /* outline: 1px solid red; */
    width: 33%;
    padding: 20px;
    position: relative;
}
.box-33 img {
    width: 100%;
    border-radius: 8px;
}
.box-33 .img1 {
    margin-bottom: 18px;
}

.box-50:hover .box-button,
.box-33 .box-button {
    margin: 0 auto;
    display: table;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    transition: all .3s;
}
.box-33 .inner-box {
    position: relative;
}
.box-33 .inner-box .box-button {
    bottom: 20px;
}

.box-33 .inner-box:hover .box-button,
.box-50:hover .box-button {
    background-color: #E73A3A;
    transform: scale(1.1);
}

.intro-section .logo {
    color: #E73A3A;
    font-size: 50px;
    line-height: 1.3;
    margin-top: -20px;
}
.intro-section .logo::first-letter {
    color: #000;
}
.recent-section {
    background-color: #f8f8f8;
}

/* Page Header
--------------------------------------------- */
.page-header {
    background-color: #2D4B61;
}

.page .page-header .container {
    overflow: auto;
    padding: 0 40px;
}

.page .page-header .container .navigation {
    margin: 20px 0;
}

.page .page-header .container .logo {
    font-size: 70px;
    font-weight: 900;
    line-height: 1;
    margin: 10px 0;
}
.page-header .container .logo a {
    text-decoration: none;
    color: #E73A3A;
}

/* Projects
--------------------------------------------- */
.page .container {
    padding: 60px 40px;
}

.intro-projects {
    text-align: center;
    max-width: 50%;
    margin: 0 auto;
}

.projects {
    display: flex;
}

.projects .box-50 {
    padding: 20px;
    width: 50%;
    position: relative;
}

.projects .box-50 img {
    max-width: 100%;
    /* border: 10px solid rgb(255, 255, 255); */
    border-radius: 8px;
    box-shadow: -1px 10px 40px -14px rgb(0 0 0 / 50%);
}

.projects .box-50 .box-button {
    margin: 0 auto;
    display: table;
    position: absolute;
    bottom: 40;
    left: 0;
    right: 0;
}

/* Contact
--------------------------------------------- */
.contactpage {
    background-color: #f8f8f8;
}

.contact {
    display: flex;  
}

.contact .box-50 {
    padding: 20px;
    width: 50%;
    position: relative;
}

.contact .box-50 img {
    width: 100%;
}

.contact form input,
.contact form textarea {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: #dcdcdc 1px solid;
}

.contact form .button {
    border: none;
    /* width: max-content;
    padding: 10px 40px; */
}

.contact img {
    border-radius: 8px;
}

/* Skillset
--------------------------------------------- */
.skill-container {
    width: 100%;
    background-color: #e6e3e3;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
}

.skills {
    text-align: right;
    padding: 0px 25px;
    border-radius: 0px 16px 16px 0px;
    color: white;
}

.html {
    width: 40%;
    background-color: #2D4B61;
}

.css {
    width: 45%;
    background-color: #2D4B61;
}

.figma {
    width: 70%;
    background-color: #2D4B61;
}

.ps {
    width: 50%;
    background-color: #2D4B61;
}

/* Footer
--------------------------------------------- */
footer {
    border-top: 1px solid #cecece;
    padding: 20px;
    text-align: center;
    opacity: .5;
}