/* home */

.fundraiser-image .img-fluid {
    width: 100%;
    height: fit-content;
    max-height: 500px;
}

.paraa {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin-top: 2%;
    margin-bottom: 3%;
}

.fundraiser .row .col-md-8 .mb-3 .card-img-top {
    width: 129%;
    height: 17vw;
    object-fit: fill;
}

.fundraiser .card2 {
    margin-top: 3%;
    background-color: white;
}

.fundraiser .nav-item {
    margin-left: -2%;
}

.fundraiser-image h2 {
    position: absolute;
    text-align: center;
    top: 343px;
    left: 0;
    width: 100%;
    color: white;
    background-color: #ff6f56;
    font-size: 23px;
    padding-bottom: 1%;
    padding-top: 1%;
    /* margin-top: 11%;
    height: 7%;
    padding-top: 10px;
     */
}

.fundraiser .things .card .nav-link {
    color: #ff6f56;
}

.fundraiser .col-md-4 .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: white;
    border-bottom: 0px;
    font-weight: bold;
    text-align: center;
}

.fundraiser .chrr .mainn {
    text-align: center;
}

.fundraiser .chrr .card .card-body .cardtitle {
    font-size: 15px;
}

.fundraiser .chrr .btn {
    background-color: #ff6f56;
    border-color: #ff6f56;
    color: white;
}

.fundraiser .fr .card-text {
    text-align: center;
    font-size: 13px;
}

.fundraiser .things .card .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    background-color: white;
}

.fundraiser .heyy a:hover {
    color: #ff6f56;
}

.fundraiser .things .card .nav-tabs .nav-item.show .nav-link,
.fundraiser .nav-tabs .nav-link.active {
    color: #ff6f56;
    background-color: #fff;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
}

.fundraiser .things .card .nav-tabs .nav-link {
    margin-bottom: 0px;
    border: 0px solid transparent;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}

.fundraiser .things .card .nav-tabs .nav-item.show .nav-link,
.fundraiser .nav-tabs.nav-link.active::after {
    text-decoration: underline;
}

.fundraiser .tab-content .tab-pane {
    font-size: 16px;
    padding: 10px;
    text-align: justify;
}