@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');



* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins';
}

:root {
    --bg-blue-page: #211c59;

}


.nav-link {

    color: black;
    padding: 1rem 2rem !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    text-transform: uppercase;

}


a.nav-link.donate-button {

    background-color: var(--bg-blue-page);
    color: white !important;
    border-radius: 4px;
    border: 1px solid var(--bg-blue-page);
    transition: ease-out 0.4s;

}
a.navbar-brand {
    width: 152px;
}

section.hero-banner {
    background-image: url('../images/hero-banner - Copy.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 113vh;
}

.issues-bg {
    background-image: url('../images/isusses.jpg') !important;
}

.btn-group-button {
    margin-top: 3rem;
    margin-bottom: 6rem;
}

.top-banner-se {
    margin-top: 6rem;
}


.heading-container {
    background-image: url('../images/image-color-banner.png');
    background-repeat: no-repeat;
    padding: 3rem 3rem;
    background-size: cover;
}


    .heading-container h1 {
        font-family: 'Playfair Display';
        font-size: 38px;
    }
#hide-c-d {
    display: none;
}

#hide-d {
    display: none;
}

.donate-button {
    background-color: white;
    color: var(--bg-blue-page);
    text-decoration: none;
    padding: 0.8rem 2rem;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid white;
    border-radius: 4px;
    transition: ease-out 0.4s;
}


.volunteer-button {
    border: 2px solid white;
    padding: 1rem 2rem;
    color: white;
    text-decoration: none;
    margin-left: 1rem;
    border-radius: 4px;
    transition: ease-out 0.4s;

}


/* OUR MISSION  */
section.story-section {
    background-color: var(--bg-blue-page);
    position: relative;
}

.content-for-story {
    padding-left: 4rem;
}

.sub-story-section {
    /* padding: 7rem 0; */
    padding-top: 14rem;
    padding-bottom: 6rem;
}

.content-for-story h1 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 70px;

    color: #FFFFFF;
}


.content-for-story p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    color: #FFFFFF;
    margin-top: 1rem;
}

.read-stroy {
    border: 2px solid white;
    padding: 1rem 2rem;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: ease-out 0.4s;
}

section.Prosperit {
    background-color: black;
    width: 1232px;
    position: absolute;
}

section.Prosperit {
    background-color: black;
    width: 80%;
    position: absolute;
    top: -1%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 7px;
}

.set-image {
    position: relative;
    padding: 5rem;
}

.set-image::before {
    content: "";
    position: absolute;
    background-image: url('../images/Group\ 1.png');
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: left;
    z-index:-1;

}

.prosperit-email-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
}

input.input-type {
    padding: 1.2rem 3rem;
    width: 350px;
}

.donate-button-sub {
    background-color: var(--bg-blue-page);
    padding: 1.2rem 3rem;
    color: white;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-decoration: none;
    border: 2px solid var(--bg-blue-page);
    transition: ease-out 0.4s;
    border-radius: 5px;
}

input.input-type.email {
    padding: 1.2rem 2rem;
    width: 400px;
}

section.Prosperit h2 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 56px;
}

.heading-for-all h2 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 70px;

}

.image-achieve-together {
    position: relative;
    overflow: hidden;
    transition: .5s ease;
}


.image-achieve-together .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: ease-in-out 0.4s;
}




    .image-achieve-together:hover img {
        transform: scale(1.5);
        transition: 1s ease;
    }



    .caption {
        background: rgba(0, 0, 0, 0.71);
        padding: 1rem 1rem;
        width: 66%;
        text-align: center;
    }

.caption a {
    color: white;
    text-decoration: none;
}

.btn-Fight-with-us {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-Fight-with-us a {
    background-color: var(--bg-blue-page);
    color: white;
    padding: 1rem 2rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: ease-out 0.4s;
    border: 2px solid var(--bg-blue-page);
}

.btn-Fight-with-us a:hover {
    box-shadow: inset 400px 50px 0 0 #ffff;
    border: 2px solid var(--bg-blue-page);
    color: var(--bg-blue-page) !important;
}

.card-image-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sub-card-right i {
    color: var(--bg-blue-page);
    font-size: 32px;
}

.sub-car-uper-part {
    display: flex;
    align-items: center;
}

.card-content span {

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    color: #000000;
}

span.testimonial-title-tm {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #575A5F;

}

.card-content {
    margin-left: 1rem;
}

.full-image {
    margin-top: 7rem;
}

.heading-for-all {
    margin-bottom: 3rem;
    margin-top: 7rem;
}


/* FOOTER     */
.footer-main {
    background: #211c59;
    position: relative;
    padding-top: 23rem;
}


.card-testimonial {
    background: #ffff;
    padding: 3rem 2rem;
    border-radius: 4px;
}

.date-time {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #71819E;
}

.card-content-text p {
    margin-top: 1rem;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
}

.card-content-text p a {
    color: #211c59;
    text-decoration: none;
}

.twiter-icon-center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4rem;
}

.twiter-icon-center i {
    color: #ffff;
    font-size: 75px;
}

.absolute-div {
    display: flex;
    justify-content: center;
    position: absolute;
    top: -21%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}

.box-doteted {
    /* border: 1px; */
    border-left: 1px dashed #ffff;
}

.donate-detail-box {
    display: flex;
    justify-content: space-around;
    background: black;
    padding: 5rem 2rem;
    width: 100%;
}


.box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.box h2 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 70px;
    /* identical to box height, or 117% */


    color: #FFFFFF;
    margin-bottom: 2rem;
    margin-top: 1rem;
}


.box p {

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    /* or 180% */

    text-align: center;

    color: rgba(255, 255, 255, 0.74);
    margin-bottom: 1.9rem;
}


a.volunter-be {
    border: 2px solid white;
    padding: 1rem 2rem;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: ease-out 0.4s;
}

a.volunter-be:hover {
    box-shadow: inset 400px 50px 0 0 #ffff;
    border: 2px solid black;
    color: black !important;
}



.social-media {
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 1rem; */
    padding-bottom: 3rem;
    padding-top: 2rem;
}

.sub-social-media a {
    padding: 0.7em;
}

.sub-social-media a i {

    color: rgba(255, 255, 255, 0.51);
    font-size: 24px;
}

.last-sub-menu ul {
    list-style-type: none;
    padding: 0;


}

.last-sub-menu ul li {
    display: inline-block;
    /* padding-right: 1rem; */
    padding: 0 1rem;
    border-right: 1px solid #ffff;
}

.last-sub-menu ul li:last-child {
    border: none;
}

.last-sub-menu ul li a {
    text-decoration: none;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.div-center {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
    border-top: 1px solid #ffff;
}

.copy-right {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 36px;
    color: #FFFFFF;
    padding-bottom: 1rem;
}


/* hover effect  */
a.nav-link.donate-button:hover {
    box-shadow: inset 400px 50px 0 0 #ffff;
    border: 1px solid var(--bg-blue-page);
    color: var(--bg-blue-page) !important;
}


.donate-button:hover {
    box-shadow: inset 400px 50px 0 0 var(--bg-blue-page);
    border: 2px solid #ffff;
    color: #ffff;
}


.volunteer-button:hover {
    box-shadow: inset 400px 50px 0 0 #ffff;
    border: 2px solid var(--bg-blue-page);
    color: var(--bg-blue-page) !important;
}

.donate-button-sub:hover {
    box-shadow: inset 400px 50px 0 0 #ffff;
    border: 2px solid var(--bg-blue-page);
    color: var(--bg-blue-page) !important;
}

.read-stroy:hover {
    box-shadow: inset 400px 50px 0 0 #ffff;
    border: 2px solid var(--bg-blue-page);
    color: var(--bg-blue-page) !important;
}











/* ABOUT SECTION   */

.bg-about-banner {
    background-image: url('../images/about-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;

}

.main-bg-about {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-bg-about h1 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-size: 80px;
    line-height: 86px;
    color: #FFFFFF;
}

.business-contain h2 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 70px;
    color: #000000;
}

.business-contain p {

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 38px;
    color: #000000;

}


/* card-about  */

.about-card-image img {
    width: 100%;
}




.card-about-set-image,
.card-about-set-image-01,
.card-about-set-image-02,
.card-about-set-image-04 {
    width: 46%;
}


.card-about-set-image img {
    width: 100%;
}


.card-for-image {
    display: flex;
    gap: 7px;
    margin-top: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}

.card-about-set-image-01 img {
    width: 90%;
    margin-left: 2rem;

}

.card-about-set-image-02 img {
    margin-top: 0rem;
    width: 90%;
    transform: translateY(41px);
}

.card-about-set-image-04 img {
    width: 90%;
}

article.about-article {
    margin-top: 6rem;
}

.business-contain {
    padding: 0 3rem;
}



/* volunteer page css  */


.bg-volunteer-banner {
    background-image: url('../images/volunteer.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 60vh;
}

.footer-main.volunteer {
    padding-top: 0 !important;
}

.footer-img-uper {
    margin-top: 1rem;
}


.volunteer-contain h2 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 70px;
    color: #000000;
}

.volunteer-contain p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 38px;
    color: #000000;
}

section.voluteer-form-section {
    margin-top: 5rem;
}

input.input-volunteer {
    width: 100%;
    padding: 1rem 1rem;
    /* margin: 1rem; */
    margin-top: 2rem;
    background: #FFFFFF;
    border: 1px solid #C1C1C1;
    border-radius: 5px;
}
input.input-email {
    width: 100%;
    padding: 1rem 1rem;
    /* margin: 1rem; */
    margin-top: 1rem;
    background: #FFFFFF;
    border: 1px solid #C1C1C1;
    border-radius: 5px;
}

textarea.volunter-textarea {
    width: 100%;
    margin-top: 2rem;
    padding: 1rem;
    background: #FFFFFF;
    border: 1px solid #C1C1C1;
    border-radius: 5px;
}

input.submit-form-volunteer {
    background: #000000;
    border-radius: 5px;
    color: white;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 1rem 3rem;
    margin-top: 2rem;
}

section.image-section-for-volunter {
    margin-top: 6rem;
    padding: 0 6rem;
}

.absolute-div.issues {
    top: -300px;
}

.footer-main.issues {
    padding-top: 14rem;
    margin-top: 25rem;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
    margin-top: 1rem;
}

.accordion-body {
    background: #cccccc2b;
    border-radius: 10px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    color: #101010;
}

.accordion-body a{
   
    color: #FFFFFF;
}
.accordion-button {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    color: #101010 !important;
}


.accordion-button:not(.collapsed) {
    color: #211c59;
    background-color: #ffff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}


.accordion-button:focus {
    border-color: #ffff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #ffff;
}

.issues-about h1 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 70px;
    color: #000000;
}

.issues-about p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 38px;
    color: #000000;

}

article.issues-about-article {
    margin-top: 6rem;
    padding: 0 6rem;
}

.card-about-set-image-05 {
    width: 47%;
}

.card-about-set-image-05 img {
    width: 100%;
}







/* CONTACT CSS */


.icon-add {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.icon-add img {
    margin-right: 0.5rem;

}


.icon-add h5 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    color: #211c59;
    padding-top: 0.5rem;
}


.address p {

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #575A5F;

}

section.contact-section-form {
    margin-top: 7rem;
}

.info-to-contact {
    margin-top: 1rem;
}

.info-to-contact h2 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 70px;
    color: #000000;
    margin-bottom: 3rem;
}

.bg-contact-banner {
    background-image: url('../images/contact-us.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 60vh;
}
.lblMsg{padding-left:50px;}

.mtoure{
    margin-top:0.5rem !important;
}

.progress {
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9999999;
    height: 125px;
   
}
.logo-type {
    width: 530px;
    border-radius: 12px;
    margin-top: 20px;
}
.display-none{
    display:none;

}

.rbcontactus input[type="radio"] {
        margin-right: 5px;
        }