body {
    font-family: helvetica;
    margin: 0;
    padding: 0;
    background-color: #FCF2EE;
    height: auto;
    overflow-x: hidden  ;
    scroll-behavior: smooth;
    max-width: 100%;

}
html, body{
    overflow-x: hidden;
    margin: 0;
    padding: 0;
     height: 100%;
}
@font-face{
    font-family: 'Oswald';
    src: url(../fonts/Oswald-VariableFont_wght) format('.ttf');
    font-weight: normal;
    font-style: normal;}


h1,
h2,
h3,
h4,
h5 {
    font-family: 'Oswald'
}

header {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    padding: 2%;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    border: 0px;
    width: 100%;
    height: 50px;
}
.header-text {
    margin-top: 50px;
    gap: 70px;
    margin-left: 120px;
    display: flex;
    flex-direction: row;
}
.header-text-2 {
  display: flex;
  gap: 30px;
  color: #00C617;
}
.link1:hover, .link2:hover, .link3:hover, .link4:hover {
    color: #0A8F0A;
}
.link1, .link2, .link3, .link4 {
  color: rgb(0, 0, 0); 
  text-decoration: none;
    font-size: 20px;
  font-family: 'oswald';
  margin-top: 20px;
    font-weight: bold;
}
.link11, .link22, .link33, .link44 {
  color: rgb(0, 0, 0); 
  text-decoration: none;
  font-size: 23px;
  font-family: 'oswald';
  margin-top: 20px;
    font-weight: bold;
}
.link11:hover, .link22:hover, .link33:hover, .link44:hover {
    color: #0A8F0A;
}
.logo {
    position: relative;
    display: inline;
    top: -50px;
    left: 10px;
}

.banner {
    display: flex;
    margin-top: -100px;
}

.banner-text {
    margin: 0px;
    background-color: #0E3438;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 50px;
    color: white;



}

.hero-story {
    margin: 20px;
    padding: 20px;
    display: flex;
    border-radius: 10px;
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
    flex-direction: row-reverse;
    gap: 200px;
    height: 200px;

}
.hero-story-text {
    width: 50%;
    
}
.hero-image {
    height: 200px;
    width: 50%;
    margin-top: -40px;
    margin-left: 40px;
    

    
}
.wat_doen_wij {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.unique-selling {
    margin: 20px;
    margin-top: 200px;
}

.unique-selling-point-1 {
    background-color: #D1E2F0;
    padding: 20px;
    margin: 20px;
    display: flex;
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
    width: 95%;

}

.unique-selling-point-2 {
    background-color: #D1E8E1;
    padding: 20px;
    margin: 20px;
    display: flex;
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
    width: 95%;
}

.unique-selling-point-3 {
    background-color: #D1E2F0;
    padding: 20px;
    margin: 20px;
    display: flex;
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
    width: 95%;
}

.text-box-1 {
    display: flex;
    flex-direction: column;
    margin: 20px;
    width: 40%;
    ;
}

.text-box-2 {
    display: flex;
    flex-direction: column;
    margin: 20px;
    width: 40%;
}

.text-box-3 {
    display: flex;
    flex-direction: column;
    margin: 20px;
    width: 40%;
}

.unique-selling-point-1 img {
    width: 100px;
    height: 100px;
    margin-right: 240px;
}

.unique-selling-point-2 img {
    width: 100px;
    height: 100px;
    margin-right: 240px;
}

.unique-selling-point-3 img {
    width: 100px;
    height: 100px;
    margin-right: 240px;
}

.unique-selling {
    display: flex;
    flex-direction: column;
    margin-bottom: 90px;

}

.products {
    display: flex;
    margin: 20px;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-bottom: 90px;
   
}

.product-1 {
    background-color: #D1E8E1;
    margin: 20px;
    width: 400px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    
}
.photo1 {
    margin-left: -20px;
    margin-top: -20px;
}
.product-1-text {
    margin-bottom: 35px;
}
.product-2 {
    background-color: #D1E2F0;
    margin: 20px;
    width: 400px;
    display: flex;
    flex-direction: column;
    padding: 20px;

}

.product-3 {
    background-color: #D1E8E1;
    margin: 20px;
    width: 400px;
    display: flex;
    flex-direction: column;
    padding: 20px;
}
.product-3-text {
    margin-bottom: 30px;
}

.buy-now-button {
    background-color: #00C617;
    border-radius: 25px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: black;   

}


.buy-now-button:hover {
    background-color: #0A8F0A;
    cursor: pointer;

}

.products-title {
    margin: 40px;
}

.donatie {
    display: flex;
    background-color: #D1E8E1;
    height: 350px;
    margin: 40px;
    margin-bottom: 130px;
}

.donatie-stukje-2 {
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 350px;
}

.donatie-text-stukje {
    width: 50%;
    margin: 40px;
    display: flex;
    background-color: #D1E8E1;
    margin-right: 0px;
    margin-right: 90px;
}

.prijzing-donatie {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.hoevaak-donatie {
    display: flex;
}

.hoeveel-donatie {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.keer-1 {
    background-color: #ffffff;
    width: 120px;
    display: flex;
    justify-content: center;

}
.hoeveel {
      background-color: #ffffff;
    width: 120px;
    display: flex;
    justify-content: center;  
}

.keer-11 {
    width: 190px;
    background-color: #ffffff;
    height: 50px;
    transition: 1s ease;
    
}

.keer-22 {
    width: 190px;
    background-color: #ffffff;
    height: 50px;
    transition: 1s ease;
}

.keer-11:hover {
    transition: 1s;
    scale: 1.10;
    background-color: #00C617;
    transform: (1.05);
}


  .keer-11.selected {
    background-color: #4CAF50;
    border-color: #2E7D32;
    color: white;
  }
  .keer-22.selected {
    background-color: #4CAF50;
    border-color: #2E7D32;
    color: white;
  }

.ander-bedrag {
    display: flex;
    justify-content: center;
}

.Eenmalig {
    margin-left: 40px;
}

.welk-bedrag {
    margin-left: 40px;
}

.keer-22 {
    width: 85%;
    background-color: #ffffff;
    height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: 1s ease;

}

.keer-22:hover {
    transform: (1.05);
    background-color: #00C617; 
    transition: 1s;
    scale: 1.10;
}

.donatie-buton {
    width: 85%;
    color: #ffffff;
    height: 30px;
    margin-left: 50px;
    background-color: #0E3438;
    transition: 1s ease;
}

.donatie-buton:hover {
    transition: 1s;
    scale: 1.10;
    transform: (1.05);
}

.reviews {
    display: flex;
    margin-bottom: 30px;

}

.reviews-11 {
    display: flex;
    width: 40%;
    flex-direction: column;
    margin: 40px;
}


.reviews-22 {
    display: flex;
    width: 40%;
    flex-direction: column;
    margin: 40px;
}

.review-1 {
    background-color: #D1E2F0;
    height: 330px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    margin-left: 220px;
    border-radius: 20px;
    font-size: 20px;
}

.review-2 {
    background-color: #D1E8E1;
    margin-top: 80px;
    height: 330px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    margin-left: 220px;
    border-radius: 20px;
    font-size: 20px;
}

.review-3 {
    background-color: #D1E2F0;
    margin-top: 80px;
    margin-right: -140px;
    height: 330px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    margin-left: 220px;
    border-radius: 20px;
    font-size: 20px;
}

.review-4 {
    background-color: #D1E8E1;
    margin-right: -140px;
    height: 330px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    margin-left: 220px;
    border-radius: 20px;
    font-size: 20px;
}

.review-title {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 65%;
    margin-left: 15%;
    height: 100%;
    margin-bottom: 5%;

}

.footer {
    display: flex;
    flex-direction: row;
     background-color: #FDE9E1;
}
.footer_2 {
    background-color: #FDE9E1;
    width: 50%;
    margin-left: 40px;
}
#clearBtn {
    background-color: #0E3438;
    width: 40%;
    color: white;
    display: flex;
    margin-top: 20px; 
}
#clearBtn-button{
    width: 100%;
    display: flex;
    background-color: #0E3438;
    height: 40px;
    font-size: 20px;
    color: white;
    align-items: center;
    font-family: 'oswald'
}
#clearBtn-button:hover{
background-color: #000000   ;
}
.footer_nav_text {
    
    background-color: #FDE9E1;
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin-left: 60px;
    
    
}
.footer_nav {
    width: 50%;
    background-color: #FDE9E1;
    display: flex;
    flex-direction: row;
    gap: 40px;
}
#email {
    width: 39%;
    height: 11%;
}
.text-vlak {
    width: 50%;
    height: 88%;
    
}
.rate-us-button {
    width: 50%;
    height: 40%;
    margin-top: 2%;
    background-color: #0E3438;

    color: white;

}
.stars {
    display: flex;
    flex-direction: row;
    margin-bottom: 2%;
}