/*  mid section */
.abt1 h1 {
    font-size: 48px;
    font-weight: 700;
}

.support p {
    font-size: 20px;
    line-height: 32px;
    color: #666;
    font-family: Poppins, Poppins Placeholder, sans-serif;
}

.support h1 {
    font-size: 45px;
}

.image {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.card_image {
    width: 100%;
    object-fit: cover;
}

.slider h1 {
    font-size: 50px;
}

.vertical-line {
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #ccc;
    left: 0;
    top: 10%;
}

.add_details {
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.336);
    border-radius: 10px;
    /* width: 450px; */
}

.btn:hover {
    background-color: var(--bg-primary-fade);
    border: none;
}

.abt2 .btn {
    padding: 10px 100px;
}

.stickybar {
    position: sticky;
    bottom: 10px;
    width: 100%;
    margin: 10px 0;
}

.sticky-text {
    display: block;
}

.btns {
    display: flex;
}

.stickybar .btn {
    padding: 10px 40px;
}

@media (max-width: 948px) {
    .abt1 h1 {
        font-size: 25px;
        margin-top: 10px;
    }

    .support h1 {
        font-size: 25px;
    }

    .details {
        position: static;
        transform: none;
        width: 100%;
        background-color: transparent;
        border: none;
        gap: 12px;
    }

    .sticky-text {
        display: none;
    }

    .btns {
        justify-content: center;
        width: 100%;
    }

    .stickybar .btn {
        padding: 10px;
        font-size: 20px;
        font-weight: 400;
    }

    .slider h1 {
        font-size: 25px;
    }

    .abt2 .btn {
        padding: 10px 30px;
    }
}

.carousel-indicators button {
    background-color: gray;
    height: 6px !important;
}

.carousel-indicators .active {
    background-color: var(--primary);
}

.abt1 h1 {
    font-size: 48px;
    font-weight: 700;
}

.support p {
    font-size: 20px;
    line-height: 32px;
    color: #666;
    font-family: Poppins, Poppins Placeholder, sans-serif;
}

.support h1 {
    font-size: 45px;
}

.image {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.card_image {
    width: 100%;
    object-fit: cover;
}

.details {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: absolute;
    left: 50%;
    bottom: -120px;
    transform: translateX(-50%);
    width: 92%;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
}

.slider h1 {
    font-size: 50px;
}

.vertical-line {
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #ccc;
    left: 0;
    top: 10%;
}

.add_details {
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.336);
    border-radius: 10px;
    /* width: 450px; */
}

/* .btn:hover {
    background-color: var(--bg-primary-fade);
    border: none;
} */

.abt2 .btn {
    padding: 10px 100px;
}

.stickybar {
    position: sticky;
    bottom: 10px;
    width: 100%;
    margin: 10px 0;
}

.sticky-text {
    display: block;
}

.btns {
    display: flex;
}

.stickybar .btn {
    padding: 10px 40px;
}

@media (max-width: 948px) {
    .abt1 h1 {
        font-size: 25px;
        margin-top: 10px;
    }

    .support h1 {
        font-size: 25px;
    }

    .details {
        position: static;
        transform: none;
        width: 100%;
        background-color: transparent;
        border: none;
        gap: 12px;
    }

    .sticky-text {
        display: none;
    }

    .btns {
        justify-content: center;
        width: 100%;
    }

    .stickybar .btn {
        padding: 10px;
        font-size: 20px;
        font-weight: 400;
    }

    .slider h1 {
        font-size: 25px;
    }

    .abt2 .btn {
        padding: 10px 30px;
    }
}

.carousel-indicators button {
    background-color: gray;
    height: 6px !important;
}

.carousel-indicators .active {
    background-color: var(--primary);
}


/* *********** PRASHANT CSS START ************ */
.abt1_h1{
    font-weight: 600!important;
    font-size: 40px!important;
}
.abt1_p{
    font-size: 20px;
}
.abt1_heading_bar{
    background: linear-gradient(90deg, rgba(255,229,230,1) 20%, rgba(255,254,254,1) 100%);
}
.abt1_heading_bar h6{
    font-weight: 600;
    font-size: 1.1rem
}
.abt1_sub_card{
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    align-items: center;
    flex-wrap: wrap;
}
.abt1_sub_card img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}
.abt1_sub_card h5{
    font-weight: 600;
    font-size: 1.2rem;
}

/* ******** Sponser ******** */
.sponsor .spon_heading h2{
    font-size: 40px;
    font-weight: 600;
}
.sponsor .spon_content p{
    font-size: 20px;
}
.sponsor .spon_content h5{
    font-weight: 600;
}
.sponsor .spon_image_div{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.sponsor .spon_content img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid white;
}

/* *********** Donate Card ********* */
.donate_card h2{
    font-size: 2rem;
    font-weight: 600;
}
.donate_card .share_btn{
    background-color: var(--safed);
    color: black;
}
.donate_card .same_btn{
    font-size: 1.1rem;
    font-weight: 600;
    padding: 10px 30px;
    text-decoration: none;
    line-height: 2;
}
.donate_card .same_btn p{
    margin: 0;
}

/* ********** Service Card ********* */
.service_card h2{
    font-weight: 700;
    font-size: 2.5rem;
}
.service_card p{
    font-size: 1.3rem;
}
.service_card .card-body p{
    font-size: 1rem;
}
.service_card .bi-check-circle{
    font-size: 1.5rem;
    color: rgb(4, 190, 4);
}

/* *********** Abt2 ********** */
.abt2_h2{
    font-weight: 600;
    font-size: 2rem;
}
.abt2 .borderLine{
    width: 100%;
    height: 8px;
    background:#E8E8E8;
    margin: 10px 0;
    border-radius: 10px;
}
.abt2 .footer_p{
    font-size: 0.8rem;
}

.abt2 .donateBtn p{
    margin: 0;
    padding: 0;
}

/* ******** Support 2 ********* */
.support2 .support_heading{
    font-size: 2.5rem;
    font-weight: 600;
}
.support2 .support_para{
    font-size: 1.2rem;
}
.support2 .support_white_card h4{
    font-size: 1.5rem;
}
.support2 .support_white_card p{
    font-size: 1rem;
}
.support2 .support_card_col{
    margin-bottom: 150px;
}
.support2 .support_card_col .image{
    position: relative;
}
.details {
    display: flex;
    flex-direction: column;
    gap: 8px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
}

@media screen and (max-width: 991px) {
    .support2 .support_heading{
        font-size: 2rem;
        font-weight: 600;
    }
    .support2 .support_para{
        font-size: 1rem;
    }
    .support2 .support_card_col{
        margin-bottom: 50px!important;
    }
    .support2 .support_card_col .image{
        position: static;
        display: flex!important;
    }
    .details{
        position: static;
        left: 0%;
        bottom: 0;
        transform: none;
        width: 100%;
        border: none;
    }
}

@media screen and (max-width: 400px) {
    .abt1_h1{
        font-size: 30px!important;
    }
    .abt1_p{
        font-size: 18px;
    }
    .abt1_sub_card{
        flex-direction: column;
        text-align: center;
    }
}


/********************
html layout design
********************/
/************ About Us ************/
.aboutUs img {
    border-radius: 30px;
}

.content_aboutUs p {
    font-size: 17px;
}

.custom-line {
    width: 53px;
    height: 2px;
    background-color: grey;
    margin: 10px 0;
    border: none;
}

/* service */
.service {
    background-color: #F8F4F3;
}

.service .icon img {
    height: 130px;
    width: 150px;
}

.card122 {
    border: 1px solid #d3d3d3;
    background-color: white;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.26);
    border-radius: 10px;
}

/* Team */
.name {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.team .card122 {
    transition: all 0.3s ease;
}

.team .card122:hover {
    border: 10px solid #a4cc13;
}
.team .picture12 img{
    height: 180px;
    width: 180px;
    border-radius: 50%;
}

/* Founders */
.founders .btn23 {
    border: 1px solid grey;
    border-radius: 30px;
}

.founders .btn23 p {
    color: #004607;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

.founder-detail img {
    border: 8px solid #ECF3EC;
    border-radius: 50%;
}

.founder-detail span {
    font-size: 18px;
    line-height: 27px;
}

/* counters123 */
.counter22 p {
    margin-bottom: 0;
}
.counter22 h1{
    margin-bottom: 0;
}

.counter22 .border123 {
    border-right: 1px solid black;
    padding-right: 15px;
}

@media screen and (max-width: 768px) {
    .counter22 .border123 {
        border-right: none;
    }

    .counter22 .row{
        text-align: center;
    }
}
/* card details */
.card_details{
    width:430px;
}
@media screen and (max-width: 768px) {
    .card_details{
        width:auto;
    } 
}
