.charity .frame-131 {
    /* min-height: calc(100vh - 132px); */
    background-image: linear-gradient(0deg, #0069b9 0%, #2e8ed8 69%);
}


@font-face {
    font-family: "League-Spartan";
    src: url(../fonts/league-spartan.bold.ttf);
}

@font-face {
    font-family: "Glacial-Indifference";
    src: url(../fonts/GlacialIndifference-Regular.ttf);
}
@font-face {
    font-family: "Glacial-Indifference-bold";
    src: url(../fonts/GlacialIndifference-Bold.ttf);
}


.charity .charity-heading {
    font-family: "League-Spartan";
    font-size: 88.01px;
    font-weight: 800;
    line-height: 98.57px;
    text-align: left;
    color: white;
}

.charity .charity-para {
    font-family: "Glacial-Indifference";
    font-size: 26px;
    font-weight: 400;
    /* width: 723px; */
    line-height: 31.17px;
    text-align: left;
    color: white;
    color: #FFF;


}

.charity .charity-btn {
    background-color: rgba(87, 44, 126, 1);
    padding: 10px 20px;
    color: white !important;
    border-radius: 10px;
    font-family: "Glacial-Indifference-bold";
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
}

.charity-image {
    position: absolute;
    margin-top: -69px;
    margin-left: 47px;
    width: 475px;
    height:110%;
}

.charity .card {
    border-radius: 29px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #000000;
}

@media (min-width: 1300px) {
    .first.container {
        max-width: 1303px;

    }
}

.charity .card-heading {
    font-family: "League-Spartan";
    font-size: 50px;
    font-weight: 800;
    line-height: 64.4px;
    z-index: 200;
    text-align: center;
    margin: 10px;
    color: rgba(87, 44, 126, 1);
}

.charity .card-text {
    font-family: "Glacial-Indifference";
    font-size: 20px;
    width: 386px;
    margin: auto;
    font-weight: 400;
    line-height: 31.17px;
    text-align: center;
    z-index: 10;

}

.charity-image-container {
    animation: fadeIn-ch 1s forwards;
    /* Apply animation */


}

@keyframes fadeIn-ch {
    from {
        opacity: 0;
        transform: translateY(700px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.charity .card-text svg {

    position: absolute;
    z-index: 0;
    left: 352px;
    top: 29px;
}


.charity .card-image {
    width: 480px !important;
    height: 340px !important;
    margin: auto;
    border-radius: 45px;


}

.charity .charity-btn-second {
    border-radius: 10px;
    background: linear-gradient(0deg, #572C7E 0%, #572C7E 100%), #FFF;
    padding: 10px 20px;
    color: white !important;
    font-family: "Glacial-Indifference-bold";
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;

}

/* Media queries for responsive adjustments */
@media (max-width: 1200px) {

    .charity-image {
        position: absolute;
        margin-top: -65px;
        margin-left: 43px;
        width: 422px;
        /* height: 675px; */
    }



    .charity .card-image {
        width: 400px !important;
        /* Full width */
        height: auto;
        /* Maintain aspect ratio */
        border-radius: 25px;
        /* Adjust border radius */
    }

    .charity .card-text svg {
        left: 305px;
        top: 29px;
    }


}

@media (max-width: 991px) {
    .charity-image {
        position: static;
        margin-top: 0px;
        margin-left: 0px;
        width: 475px;
        height: auto;
    }

    .charity .card-text svg {
        left: 419px;
        top: 29px;
    }
}

@media (max-width: 768px) {
    .charity .charity-heading {
        font-family: "League-Spartan";
        font-size: 61.01px;
        font-weight: 800;
        line-height: 98.57px;
        text-align: left;
        color: white;
    }

    .charity-image {
        position: static;
        margin-top: 0px;
        margin-left: 0px;
        width: 405px;
        height: auto;
    }

    .charity .card-text svg {
        left: 337px;
        top: 29px;
    }
}

@media (max-width: 562px) {
    .charity .card-text svg {
        left: 317px;
        top: 29px;
    }
}

@media (max-width: 500px) {
    .charity .card-text svg {
        left: 290px;
        top: 29px;
    }
}

@media (max-width: 440px) {
    .charity .charity-heading {
        font-family: "League-Spartan";
        font-size: 51.01px;
        font-weight: 800;
        line-height: 98.57px;
        text-align: left;
        color: white;
    }

    .charity-image {
        position: static;
        margin-top: 0px;
        margin-left: 0px;
        width: 327px;
        height: auto;
    }

    .charity .card-text svg {
        left: 260px;
        top: 29px;
    }

    .charity .card-text {
        width: 320px;
    }

    .charity .card-image {
        width: 300px !important;
    }
}

@media (max-width: 419px) {
    .charity .card-text svg {
        left: 157px;
        top: 89px;
    }


}
