body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    background-color: #333;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: large;
    color: rgb(255, 255, 255);
    overflow-x: hidden;
    width: 100%;


}


header {
    width: 100%;
    background-color: hsl(0, 0%, 20%);
    color: rgb(255, 255, 255);
    justify-content: space-between;
    list-style: none;
    text-decoration: solid white;
    align-items: center;
    text-align: center;
    height: 60px;
}



nav {
    padding: 0;
    margin-top: 0;
}

nav ul {
    display: flex;
    justify-content: space-around;
    list-style-type: none;
    margin: 0px;
    padding: 1.1rem;
    font-size: large;
}

nav ul li {
    padding: 0;
    margin: 0;
}

nav ul li a {
    text-decoration: none;
    text-align: center;
    color: white;
    padding: 10px;
    border-radius: 10px;

}

nav ul li a:hover {
    background-color: rgba(14, 10, 8, 0.767);

}


nav header button {
    padding: 10px 20px;
    margin: 20px;

}

header button {
    background-color: rgb(255, 102, 0);
    border-radius: 10px;
    margin: 0px;
    padding: 10px 20px;
    border: none;
    color: white;
    text-decoration: none;

}

header button:hover {
    background-color: rgba(255, 102, 0, 0.767);
}

.home {
    position: relative;
}

.home img {
    width: 100%;
    background-color: black;
    opacity: 50%;

}


.home h2 {
    position: absolute;
    bottom: 20px;
    left: 10px;
    text-align: center;
    color: white;
    font-size: 4rem;
    z-index: 1;
}




.donation-rectengle {
    width:250px;
    background-color: #000000;
    border: solid rgba(255, 255, 255, 0.669) 5px;

}

.donation-text {
    position: relative;
    top: 120px;
    color: rgb(255, 255, 255);
}

.bedrag button :first-child {
    width: 200px;

}

.Home-content button {
    background-color: rgb(255, 102, 0);
    border-radius: 10px;
    padding: 10px 20px;
    margin: 5px;
    border: none;
    color: white;
    text-decoration: none;

}

.Home-content button:hover {
    background-color: rgba(255, 102, 0, 0.767);
}

.DONEREN {
    text-align: center;
    display: block;
    padding: 10%;
}

.DONEREN h2 {
    padding: 20px;
    font-size: 2rem;
}

.DONEREN p {
    display: block;
    text-align: center;
    margin: 5px;
    padding: 10px 20px;
    font-family: Arial, Helvetica, sans-serif;

}

.DONEREN p {
    display: block;
    padding: 10px 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.DONEREN button {
    background-color: rgb(255, 102, 0);
    border-radius: 10px;
    padding: 10px 20px;
    margin: 5px;
    border: none;
    color: white;
    text-decoration: none;
}

.container {
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 0 auto;
    padding: 2rem;
    max-width: 1200px;

}

.cards-container1 {
    position: relative;
    background-color: #fff;
    border: 5px solid #fff;
    border-radius: 30px;
    box-shadow: 10px 2px 25px 3px rgba(0, 0, 0, 0.3);
    padding: 2rem;
    flex: 1 1 400px;
    max-width: 350px;
    text-align: center;
    transition: 1s ease-out, transform 1s ease-out;
}

.cards-container1:hover {
    transform: scale(1.1);
}

.cards-container1 h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #ff6600;
}

.cards-container1 p {
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
    margin-top: 1rem;
}


.cards-container2 {
    position: relative;
    background: #fff;
    border: 5px solid #fff;
    border-radius: 30px;
    box-shadow: 10px 2px 25px 3px rgba(0, 0, 0, 0.3);
    padding: 2rem;
    flex: 1 1 400px;
    max-width: 350px;
    text-align: center;
    transition: 1s ease-out, transform 1s ease-out;

}

.cards-container2:hover {
    transform: scale(1.1);
}

.cards-container2 h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #ff6600;
}

.cards-container2 p {
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
    margin-top: 1rem;
}

.cards-container3 {
    position: relative;
    background-color: #fff;
    border: 5px solid #fff;
    border-radius: 30px;
    box-shadow: 10px 2px 25px 3px rgba(0, 0, 0, 0.3);
    padding: 2rem;
    flex: 1 1 400px;
    max-width: 350px;
    text-align: center;
    transition: 1s ease-out, transform 1s ease-out;

}

.cards-container3:hover {
    transform: scale(1.1);
}


.cards-container3 h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #ff6600;
}

.cards-container3 p {
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
    margin-top: 2rem;
}

.Donatie-content {
    background-color: #ff6600;
    color: white;
    text-align: center;
    margin:10%;
    padding: 5rem;
    font-size: 1.5rem;
    border-radius: 0px 50px 0px;

}

.Donatie-content button {
    background-color: rgb(255, 0, 0);
    border-radius: 10px;
    padding: 10px 20px;
    margin: 5px;
    border: none;
    color: white;
    text-decoration: none;

}

.onze-org {
    padding: 7rem;
    gap: 30px;
}

.onze-org h2 {
    text-align: center;
    font-size: large;
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.onze-org p {
    text-align: center;
    font-size: medium;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;

}

.onze-org h1 {
    text-align: center;
    padding: 10px;
}

.container .Volgen {
    text-align: center;
    padding: 2rem 3rem;
    margin-bottom: 10px;
    background-color: #333;
    color: white;
}

.buttons {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    padding: 20px 30px;
}

.Volgen a {
    text-decoration: none;
    color: white;
    gap: 20px;
}

.buttons :first-child {
    background: linear-gradient(rgb(0, 0, 148), rgba(0, 0, 0, 0.358));
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
}

.buttons :nth-child(2) {
    background: linear-gradient(rgb(148, 0, 96), rgba(0, 0, 0, 0.358));
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
}

.buttons :nth-child(3) {
    background: linear-gradient(rgb(0, 89, 148), rgba(0, 0, 0, 0.358));
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
}

.buttons :last-child {
    background: linear-gradient(rgb(148, 0, 0), rgba(0, 0, 0, 0.212));
    border:none;
    border: 5px solid black;
    border-radius: 10px;
    padding: 10px 20px;
}
.review-section{
    background: #f9f9f9;
    padding:3rem 2rem;
    overflow: hidden;
    text-align: center;
}
.review-section h2{
    font-family: sans-serif;
    color:#333;
    margin-bottom:3rem;
    font-size:2rem;
}
/* Scroll container*/
.reviews-scroll{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    display:inline-flex;
    animation: scrollReviews 2s linear infinite;
}

.review{
    flex:0 0 300px;
    background:#fff;
    border-radius:12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    margin:0.1rem;
    padding:2rem 3rem;
    width:220px;
    text-align: center;
    flex: 0 0 auto;
    overflow: hidden;
    transition: transform 0.3s ease;
}
.review:hover{
    transform:scale(1.05);
}
.review img{
    width: 70px;
    height:70px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom:1rem
}
.review h3{
    margin:0.5rem 1rem;
    font-size: 1.1rem;
    color:#333;
}

.review .stars{
    color:#ffcc00;
    font-size:1rem;
    margin-bottom:0.5rem;
}
.review p{
    font-size:0.95rem;
    color: #555;
    line-height:1.4;
}
@keyframes scrollReviews{

    from{
        transform:translateY(0);
    }
    to{
        transform:translateY(-50%)
    }
}
.reviews-scroll:hover{
    animation-play-state: paused;
}
.donate {
    display:flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    
    text-align: center;
}

.donation {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    color: black;
    padding: 1rem;
}


.donation h1 {
    text-align: center;
    color: #c5c5c5;
    margin-bottom: 1rem;
    font-size: 2.5rem;
}

.donation p {
    text-align: center;
    color: #c5c5c5;
    margin-bottom: 2rem;
    font-size: 2rem;
    
}

.amount-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin: 2rem;
}

.amount-buttons button {
    background-color: #f40000;
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 8px;
    padding: 0.8rem 2rem;
    margin-top: 1rem;
    cursor: pointer;
    transition: all 0.3 ease;
}
.amount-buttons button:hover{
    background: #ff6512;
    color:white;
    transform:scale(1.05);
}

.amount-buttons input{
    border: 2px solid #ccc;
    border-radius: 8px;
    padding:0.8rem 1rem;
    font-size: 1rem;
    width:120px;
    text-align: 
    center;
    transition: all 0.3s ease;
}
.amount-buttons input:focus{
    border-color:#2195f3;
    outline:none;
    box-shadow: 0 0 6px rgba(33, 150, 243 0.4)
}
.position{
    display: flex;
    justify-content: center;
    align-items:center;
    text-align: center;
}
.donate-btn{
    background:#2196f6;
    color:white;
    border:none;
    border-radius:10px;
    padding:0.5rem 1rem;
    
    font-size:1.1rem;
    cursor:pointer;
    transition: background 0.3s ease
}
.donate-btn:hover{
    background-color:orangered;
    transform:scale(1.05);

}

footer {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    border-radius: 10px;
    color: rgb(0, 166, 255);
    font-size: 1em;

}

html {
    scroll-behavior: smooth;
}

@media screen and (max-width: 600px) {
    body {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .container {
        flex-direction: column;
    }

    .Donatie-content {
        display: block;
    }
}

@media screen and (max-width:400px) {
   body{
    width:100%;
   }
}