@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders:opsz,wght@10..72,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

.title-header {
    margin-bottom: 0;
}
.title-header h2 {
    font-family: "Big Shoulders", sans-serif;
    font-size: 3.375rem;
    font-weight: 600;
    margin-bottom: 0;
    color: black;
}
.description-header p {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5;
}
.separator-header {
    width: 100px;
    margin-top: 15px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    height: 6.67px;
    background-color: rgb(104, 149, 201);
    opacity :1;
}
.content-form,
.content-description-image {
    padding: 25px;
}
#priceset-div {
    position: relative !important;
}
#priceset-div .contribution_type-section .label,
#priceset-div .other_amount-section .label{
    display: none;
}
#priceset-div .contribution_amount-content {
    display: flex;
    justify-content:space-around;
}
#priceset-div .contribution_amount-section .label {
    font-size: 1.3rem;
    margin: 40px 0 25px 0;
    font-weight: 600;
    font-family: "Nunito Sans", sans-serif;
}
#priceset-div .contribution_amount-content  .price-set-row label {
    font-family: "Big Shoulders", sans-serif;
    font-size: 3.375rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.price-set-row  .price-set-option-content .crm-price-amount-label {
    font-family: "Nunito Sans", sans-serif;
}

#priceset-div .contribution_amount-content  .price-set-row:last-child label {
    font-size: 1rem;
    position: absolute;
    bottom: 75px;
    
}
#priceset-div .other_amount-section {
    width: 100px;
}
#priceset-div .other_amount-section .other_amount-content input[type="text"] {
    min-height: 30px !important;
    height: 30px !important;
    padding: 5px !important;
    border-radius: 0 !important;
    border: 0;
    border-bottom: 2px solid black;
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%) !important;
    
}
.crm-contribution-main-form-block .custom_pre_profile-group input[type="text"],
.crm-contribution-main-form-block  .custom_pre_profile-group input[type="email"]{
    border-radius: 0 !important;
    border: 0;
    border-bottom: 2px solid black;
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%) !important;
}
.crm-contribution-main-form-block .crm-profile{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.crm-contribution-main-form-block .crm-profile .crm-section label{
    font-family: "Nunito Sans", sans-serif;
    font-size: 1rem;
    font-weight: 600;
}
.crm-contribution-main-form-block .crm-profile .checkbox-wrapper .label .fancy-checkbox {
    border: 0;
    border-radius: 0;
    background-color: #d7d7d7;
    margin-top: 6px;
}
.crm-contribution-main-form-block .crm-profile .checkbox-wrapper .label .fancy-checkbox:checked {
    background-color: #3a74b6;
}
.crm-container div.form-item {
    width: 48%;
}
#crm-submit-buttons {
    text-align: center;
}
#crm-submit-buttons .crm-form-submit {
    padding: 0 25%;
    background-color: #b5443a;
}
.accordion-container #accordionFaq {
    --bs-accordion-bg: transparent !important;
    --bs-accordion-active-bg: transparent;
}
#accordionFaq .accordion-item {
    margin: 15px 0;
}
#accordionFaq .accordion-item .accordion-header {
    background-color: #3a74b6 ;
    border-radius: 5px;
}
#accordionFaq .accordion-item .accordion-header span {
    color: white;
}
.footer-content {
    display: flex;
    justify-content: space-between;
    font-family: "Nunito Sans", sans-serif;
     font-weight: 600;
     font-size: 1.25rem;
}
.footer-content .footer-info .description p {
     line-height: 1.5;
}

.footer-content .footer-col-2 p{
    margin-block-end: 10px !important;
    margin-block-start: 0 !important;
}
.footer-content .footer-col-3 {
    display: flex;
    flex-direction: column;
}
.footer-content a:link,
.footer-content a:active,
.footer-content a:visited,
.footer-content a:hover {
    color: rgb(11,13,15);
    text-decoration: none;
    box-shadow: none !important;
    padding-bottom: 10px;
}
.footer-content .footer-social {
    display: flex;
}
.footer-logo {
    display: flex;
    justify-content: center;
}
.footer-logo img {
    width: 75%;
}
@media only screen and (max-width: 768px ){
    .main-content__container {
        padding: 0 10px !important;
    }
     .content-form,
    .content-description-image {
        padding: 0;
    }
    #i93og {
        max-width: 100%;
        min-height: 500px;
    }
    #iijmb {
        max-width: 100%;
    }
    .footer-content {
        flex-direction: column;
    }
    .footer-content .footer-col-1,
    .footer-content .footer-col-2,
    .footer-content .footer-col-3 {
        margin-bottom: 30px;
    }
    .footer-logo img {
        width: 90%;
    }
}
@media only screen and (max-width: 1200px ){
    #priceset-div .contribution_amount-content {
        flex-wrap: wrap;
    }
    #priceset-div .contribution_amount-content .price-set-row {
        flex: 0 0 50%;
        margin: 30px 0;
    }
}
