:root {
    --themRed;
    --gray;
}

html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

p {
    font-size: 20px;
    line-height: 26px;
    color: rgb(13, 14, 14);

}

body,
html {
    height: 100%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.container {
    width: 1140px;
    margin: auto;
    padding: 10px 30px;
    text-align: left;
}

.sectionTitle {
    width: 300px;
    border-bottom: 3px solid var(--themRed);
    text-align: center;
    font-size: 2rem;
    font-weight: 200;
    margin: 0 auto 50px;
    position: relative;
    padding: 10px 0;
    text-transform: uppercase;
}

.sectionTitle::after {
    display: inline-block;
    content: "";
    height: 15px;
    width: 15px;
    background-color: var(--themRed);
    position: absolute;
    left: calc(50%-10px);
    top: calc(75% - 7px);
    transform: rotate(45deg) translate(50%, 50%);
    border: 3px solid white;
}

section {
    padding: 100px 0;
    position: relative;
}

header {
    width: 110%;
    background-color: rgb(201, 162, 86);
    position: fixed;
    z-index: 2;
}

header .container {
    display: flex;
    justify-content: space-between;
}

header .container {
    padding: 14px 1;
    height: 75px;
}

header .container .logo img {
    position: relative;
    height: 100%;
    width: 30px;
    left: -500px;
    top: 0;
}

header nav ul {
    list-style-type: none;
}

header nav ul li {
    display: inline-block;
}

header nav ul li a {
    display: inline-block;
    height: 75px;
    line-height: 65px;
    padding: 0 15px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 20px;
}

header nav ul li a:hover {
    background-color: var(--themRed);
}

.banner {
    min-height: 100vh;
    width: 100%;
    background-image: url(../images/Daklozen.foto.jpg);
    background-size: cover;
    background-attachment: fixed;
    text-align: left;
    padding-left: -100px;
}

.banner h1 {
    margin-top: 230px;
    display: inline-block;
    font-size: 3.1rem;
    color: rgb(13, 13, 14);
    text-shadow: 0 0 10px black;
    width: 100%;
    line-height: 4.3rem;
    font-weight: 10%;
    font-size: 100px;
}


.banner h1 span {
    background-color: var(--themRed);
    display: inline-block;
    line-height: 3.5rem;
    padding: 0 15px;
    font-weight: 600;
    border-radius: 5px;
    color: rgb(224, 207, 48);
}

.banner p {
    color: rgb(18, 18, 19);
    width: 50%;
    text-align: var(--themRed);
    text-shadow: 0 0 0px rgb(6, 4, 14);
    margin-top: 50px;
}


button a {
    background: transparent;
    color: #f30a0a;
    font-size: 16px;
    text-decoration: none;
    border: 2px solid #f30a0a;
    font-weight: bold;
    padding: 13px 30px;
    border-radius: 30px;
    transition: .4s ease;
}

button:hover a {
    background: #f30a0a;
    color: white;
    border: 2px solid #f30a0a;
    box-shadow: 0 0 5px #f30a0a;
    box-shadow: 0 0 5px #f30a0a;
    cursor: pointer;
    transform: scale(1.1);
}

.banner button {
    background-color: var(--themRed);
    border: 2;
    outline: none;
    color: rgb(218, 214, 17);
    padding: 10px 15px;
    margin-top: 20px;
    font-size: 13px;
    border-radius: 3px;
    font-weight: 600;
}

#aboutSection .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5px;
    position: relative;
    height: 245px;
}

#aboutSection .cards>div {
    width: 350px;
    background-color: var(--themRed);
    padding: 35px;
    color: gray;
    text-align: center;
    border-radius: 15px;
    height: 215px;
    border: 1px solid rgb(172, 158, 158);
    transition: 0.5s;
}

#aboutSection .cards>div:hover {
    width: 400px;
    margin-top: -20px;
    border-color: var(--themRed);
    padding: 55px;
    height: auto;
}

#aboutSection .cards>div .title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

#aboutSection .cards>div p {
    font-size: 14px;
    margin-top: 15px;
}

#aboutSection .cards>div button {
    border: 1px solid var(--themRed);
    outline: none;
    padding: 7px 15px;
    margin-top: 15px;
    font-size: 12px;
    border-radius: 3px;
    cursor: pointer;
}

#aboutSection .cards>div:hover button {
    background-color: var(--themRed);
    color: rgb(39, 134, 218);
}



/*programma's Section start*/
.programma {
    background-color: #e2e2e2;
}

.programma .boxContainer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 50px;
    height: 500px;
}

.programma .boxContainer .box {
    background-color: aliceblue;
    text-align: center;
    padding-bottom: 25px;
    border-radius: 5px;
    box-shadow: 0 0 3px 5px #ac2424;
    position: relative;
    margin-bottom: 15px;
}

.programma .boxContainer .box .cardImage {
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

.programma .boxContainer .box .cardImage:after {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    filter: grayscale(100%);
    transition: 0.4s;
}

.programma .boxContainer .box:nth-child(1) .cardImage,
.programma .boxContainer .box:nth-child(1) .cardImage:after {
    background-image: url(../images/Dakloos-1.jpg);
}

.programma .boxContainer .box:nth-child(2) .cardImage,
.programma .boxContainer .box:nth-child(2) .cardImage:after {
    background-image: url(../images/dakloos-2.jpg);
}

.programma .boxContainer .box:nth-child(3) .cardImage,
.programma .boxContainer .box:nth-child(3) .cardImage:after {
    background-image: url(../images/dakloos-3.webp);
}

.programma .boxContainer .box:nth-child(4) .cardImage,
.programma .boxContainer .box:nth-child(4) .cardImage:after {
    background-image: url(../images/dakloos-4.jpeg);
}

.programma .boxContainer .box:hover .cardImage:after {
    top: 100%;
}

.programma .boxContainer .box .programmaTitle {
    font-size: 18px;
    margin-top: 15px;
    font-weight: 600;
    color: rgb(14, 11, 11);
}

.programma .boxContainer .box .donatieCount {
    font-size: 13px;
    font-weight: 600;
    color: rgb(170, 18, 18);
    margin-top: 10px;
}

.programma .boxContainer .box .donatieCount span {
    color: var(--themRed);
}

.programma .boxContainer .box button {
    position: absolute;
    left: 50%;
    background-color: var(--themRed);
    color: rgb(7, 7, 7);
    transform: translate(-50%);
    bottom: -15px;
    border-radius: 60px;
    padding: 25px 25px;
    border: 5px;
    outline: none;
    cursor: pointer;
}

/*programma's Section end*/


/*educatie Section start*/
.education {
    display: flex;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.education .videoPLayer {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    transform: translate(-50%, -50%);
}

.education .sectionTitle {
    color: #df374d;
    text-shadow: 0 0 4px #000;
    font-size: 80px;

}

.education .educationContainer {
    position: absolute;
    background-color: black;
    width: 600px;
    top: 35vh;
    color: #fff;
    text-shadow: 0 0 3px #969090;
    padding: 30px;
}

.education .educationContainer h3 {
    font-size: 35px;
    font-weight: 300;
}

.education .educationContainer p {
    font-size: 15px;
    line-height: 20px;
    margin: 10px 0 30px;
}

/*educatie Section ends*/

/*Join section start from here*/

.join {
    background-image: url(../images/patter.jpg);
    color: #fff;
}

.join .joinTitle {
    font-size: 40px;
    font-weight: 100;
}

.join .joinTitle span {
    font-weight: 800;
}

.join p {
    color: #fff;
    text-shadow: #000;
}

.join button {
    padding: 20px 15px;
    margin-top: 20px;
    border: 0;
    outline: none;
    font-weight: 600;
    font-size: 10px;
}

.join button .joinNow {
    margin-right: 10px;
    background-color: #424242;
    color: #fff;
}

.join button .Doneer {
    background-color: var(gray);
}

/*Join section ends from here*/

/*Footer start from here*/

footer {
    background-color: black;
    color: #7f7f7f;
    padding: 50px 0;
    font-size: 14px;
}

footer .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 50px
}

footer .title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid;
    margin-bottom: 30px;
    padding: 0 0 5px;
}

footer p {
    margin-bottom: 10px;
    color: #fff;
    justify-content: center;
}

footer .linksContainer ul {
    list-style-type: none;
}

footer .linksContainer ul li {
    text-decoration: none;
    color: #7f7f7f;
    margin: 10px;
    display: inline-block;
}

footer .newsLetterContainer img {
    height: 40px;
    margin-top: 11px;
}

footer .newsLetterContainer {
    background-color: transparent;
    border: 1px solid #7f7f7f;
    outline: none;
    padding: 10px 15px;
    width: 100%;
    margin-top: 10px;
    color: #ccc;
    border-radius: 30px;
}

/*Footer start from here*/