body {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.logo{
    width: 50px;
    height: 50px;
    margin-right: 20px;
}
.custom-navbar{
    background-color: transparent !important;
}
.kid1 {
    width: 900px;
}

.container1 {
    display: flex;
    align-items: center;
    margin-right: 200px;
    height: 700px;
}

.text-cont1 h1 {
    color: black;
    font-size: 54px;
    font-weight: 700;
    word-wrap: break-word;
    margin: 0;
    padding: 0;
}

.text-cont1 p {
    font-size: 26px;
    color: #000000;
    margin: 0;
    padding: 0;
    font-weight: 200;
}

.container2 {
    display: flex;
}

.box1, .box2, .box3 {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
}
/* boxes */

.box1 {
    background-image: url("../img/blood_donation.png");
}

.box2 {
    background-image: url("../img/food_donation.png");
}

.box3 {
    background-image: url("../img/others.png");
}

.boxcont {
    position: relative;
    flex-direction: column;
    border-radius: 10px;
    width: 400px;
}

.boxcont h1 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-top: 10px;
    font-weight: 500;
}

.boxcont a {
    font-size: 20px;
    color: #ffffff;
    font-weight: 200;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-top: 10px;
    text-decoration: underline;
}


.container3 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 885px;
    background-color: #e7393f;
}

.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-left: 50px;
    margin-right: 50px;
    z-index: 10;
}

.video1 {
    width: 100%;
    height: 700px;
    border-radius: 15px;
    width: 1140px;
    height: 642.57px;
    position: relative;
    right: 100px;
    object-fit: cover;
}

.redbox {
    background-color: #e7393f;
    width: 669px;
    height: 852px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.text-cont3 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 669px;
    margin-top: 20px;
}

.text-cont3 h2 {
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-top: 10px;
}

.text-cont3 p {
    font-size: 20px;
    color: #000000;
    font-weight: 200;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-top: 10px;
}


.container4 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 50px;
    margin-right: 50px;
    z-index: 10;
    position: relative;
    flex-direction: column;
}
.donate{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.donate h1{
    font-size: 120px;
    color: #A71F20;
    font-weight: 700;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-top: 10px;
}
.donate img{
    width: 100px;
    height: 100px;
    margin-left: 10px;
    margin-top: 10px;
}
.container4 p{
    font-size: 26px;
    color: #000000;
    font-weight: 300;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    width: 870px;
}
#donate-btn{
    background-color: #e7393f;
    color: white;
    border-radius: 5px;
    padding: 5px 10px;
    border: solid 2px #000000;
    margin-top: 20px;
    margin-left: 10px;
    width: 200px;
    height: 70px;
    text-align: center;
    display: block;
    text-decoration: none;
    font-size: 30px;
    font-weight: 500;
}
.container5{
    background-color: #e7393fac;
    padding: 100px 0;
    margin-top: 50px;
}
.view-more{
    background-color: #e7393f;
    color: white;
    border-radius: 5px;
    padding: 10px 10px;
    border: solid 2px #000000;
    width: 200px;
    height: 70px;
    text-align: center;
    text-decoration: none;
    font-size: 30px;
    font-weight: 500;
}
.custom-text-center{
    font-size: 100px;
    color: #000000;
    font-weight: 700;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-top: 10px;
}
.custom-footer{
    background-color: #e7393fdf;
}

/* contact us */
.custom-btn {
    background-color: #00bd09;
    text-decoration: none;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
}

/* Aboutus */
.card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-img-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card-body {
    text-align: center;
}

.card-title {
    font-size: 1.5rem;
    font-weight: 600;
}

.card-text {
    font-size: 1rem;
    font-weight: 300;
}


/* Mobile screen */
@media screen and (max-width: 768px) {
    .container1 {
        display: block;
        margin-right: 0;
        height: auto;
        padding: 20px;
    }

    .text-cont1 h1 {
        font-size: 30px;
    }

    .text-cont1 p {
        font-size: 20px;
    }

    .kid1 {
        width: 100%;
    }

    .container2 {
        display: block;
    }

    .container3 {
        display: block;
        height: auto;
        padding: 20px;
    }

    .video-container {
        display: block;
        margin-left: 180px;
        margin-right: 0;
    }
    .text-cont3 {
        width: 100%;
        padding: 20px;
    }

    .text-cont3 h2 {
        font-size: 24px;
    }

    .text-cont3 p {
        font-size: 16px;
    }
    .video1 {
        width: 100%;
        height: auto;
    }

    .text-cont3 h2 {
        font-size: 24px;
    }

    .text-cont3 p {
        font-size: 16px;
    }

    .container4 p {
        width: 100%;
        font-size: 18px;
    }

    .donate h1 {
        font-size: 48px;
    }

    .donate img {
        width: 50px;
        height: 50px;
    }

    #donate-btn {
        width: 100%;
        height: auto;
        font-size: 20px;
    }
}