@font-face {
    font-family: "Impact";
    src: url("../css/fonts/custom-fonts/impact-webfont.woff") format("woff");
    src: url("../css/fonts/custom-fonts/impact-webfont.woff2") format("woff2");
}

.frequency-buttons{
    display: flex;
    background: black;
    width: 100%;
}

.frequency-buttons button{
    flex-basis: 50%;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    font-family: var(--design-fonts);
    border: none;
    outline: none;
    background-color: transparent;
    transition: all 150ms ease-out;
    padding-block: 0.5rem;
    color: rgba(109, 141, 54, 0.5);
    letter-spacing: 2px;
}



button:first-child.active-select{
    background-color: var(--green-primary)!important;
    color: white!important;
    flex-basis: 60%;
    border-bottom-right-radius: 20px;
    
}



button:last-child.active-select{
    background-color: var(--green-primary)!important;
    color: white!important;
    flex-basis: 60%;
    border-bottom-left-radius: 20px;
}


.amount-selection-body{
    padding: 2rem;
}



/*section.banner .amount-selection .amount-selection-body .amount-buttons label > div{
    font-family: "Impact"!important;
    font-size: 32px!important;
} */

section.banner .amount-selection .amount-selection-body .amount-buttons input ~ label div {
    font-size: 32px;
    font-family: "Impact"!important;
}

section.banner .amount-selection .amount-selection-body .amount-buttons label > div span{
    font-size: 20px!important;
    font-family: var(--akzidenz-font-family);
}




#select-amount, #donate-amount{
    font-family: "Impact"!important;
    font-size: 24px;
}

#select-amount{
    font-family: var(--akzidenz-font-family)!important;
}

#donate-amount{
    font-size: 32px!important;
    padding-right: 4rem;
    width: 80%;
}

.container.paypal-form{
    width: clamp(60.75rem, 21.9415rem + 60.6383vw, 75rem);
}




/*----- DONATE RESPONSIVENESS -----*/
@media screen and (max-width: 1023px){
    .container.paypal-form{
        width: 95%;
    }
}

@media screen and (max-width: 767px){
    section.banner .amount-selection.paypal-selection{
        transform: translate(-50%, -50%);
        width: 97%;
    }

    section.banner .amount-selection.paypal-selection .amount-selection-body{
        padding: 0.5rem;
        padding-bottom: 1.5rem;
    }

    section.banner .amount-selection.paypal-selection .frequency-buttons button{
        font-size: clamp(1.25rem, 0.3571rem + 2.3810vw, 1.5rem);
    }

    section.banner .amount-selection.paypal-selection .amount-selection-body h2{
        margin-top: 1.5rem;
    }

    section.banner .amount-selection.paypal-selection .amount-selection-body .currency-switch .caution{

    }

    section.banner .amount-selection.paypal-selection .amount-selection-body p{
        font-size: 16px;
    }
}

@media screen and (max-width: 600px){
    section.banner .amount-selection.paypal-selection .amount-selection-body .amount-buttons{
        grid-template-columns: repeat(2, 137px);
        width: fit-content;
        margin: 0 auto;
        margin-bottom: 2rem;
        gap: 2rem;
    }

    

    section.banner .amount-selection.paypal-selection .amount-selection-body .currency-switch > div{
        flex-direction: column;
        margin-inline: auto;
    }

    section.banner .amount-selection.paypal-selection .amount-selection-body .currency-switch .caution{
        right: -15%;
        top: 50%;
    }
}

@media screen and (max-width: 420px){
    section.banner .amount-selection.paypal-selection .amount-selection-body .currency-switch{
        width: 100%;
    }

    section.banner .amount-selection.paypal-selection .amount-selection-body .currency-switch > div{
        margin-inline: unset;
        padding-left: clamp(0rem, -12.0000rem + 53.3333vw, 2rem);
    }

    section.banner .amount-selection.paypal-selection .amount-selection-body .currency-switch .caution{
        right: -11%;
        width: 350px;
        clip-path: circle(4% at 95% 11%);
    }

    section.banner .amount-selection.paypal-selection .amount-selection-body .amount-submit .special-input{
        width: 80%;
    }

    section.banner .amount-selection .amount-selection-body .amount-submit{
        width: clamp(21.875rem, -0.6250rem + 100.0000vw, 25.625rem)!important;
    }
}