﻿@keyframes zoomOutBg {
    to
{
    transform: scale(1);
}

}

.appeal-section {
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
    overflow: hidden;
}

    .appeal-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: inherit;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        transform: scale(1.2);
        animation: zoomOutBg 3s ease-out forwards;
        z-index: 0;
    }

    .appeal-section > * {
        position: relative;
        z-index: 1;
    }

.appeal-box {
    background: #fff;
    padding: 2.2rem;
    border-radius: .25rem;
    max-width: 510px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
}

.appeal-box-title {
    font-weight: 400 !important;
    font-size: 40px !important;
    line-height: 1.3 !important;
}

.appeal-box-description {
    font-size: 22px;
    line-height: 1.46;
    color: rgb(117 117 117 / 1) !important;
    margin-bottom: 0;
}

.appeal-btn {
    /*background-color: rgb(0 140 170 / 1);*/
    color: rgb(255 255 255 / 1);
    display: grid;
    align-items: center;
    height: 64px;
    border-color: transparent !important;
    flex: 1;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.875rem;
}

    .appeal-btn:hover {
        border-color: rgb(23 49 69 / 1) !important;
        --tw-bg-opacity: 1;
        background-color: rgb(23 49 69 / 1) !important;
        color: rgb(255 255 255 / 1) !important;
    }


.appeal-mobile {
    display: none;
}

.display-inline-flex {
    display: inline-flex;
}

.bg-bottom-border {
    height: .375rem;
    width: 4rem;
    margin-bottom: 1.5rem;
}

.appeal-left {
    margin-left: 13%;
    margin-right: auto;
}

.appeal-middle {
    margin-left: auto;
    margin-right: auto;
}

.appeal-right {
    margin-left: auto;
    margin-right: 13%;
}

@media (max-width: 1248px) {
    .appeal-section {
        min-height: 500px !important;
        align-items: center;
        justify-content: center;
    }

    .appeal-desktop {
        display: none;
    }

    .appeal-mobile {
        display: block;
    }

    .appeal-box {
        margin-left: 0;
        margin-right: 0;
        z-index: 2;
        align-items: center;
        background: #fff;
        padding: 40px !important;
        border-radius: .25rem;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
        width: 94%;
        max-width: 100%;
        margin-bottom: 18px;
    }

    .mobile-overlay {
        display: flex;
        justify-content: center;
        margin-top: -51px;
        background-color: rgb(23 49 69 / 1);
    }

    .bg-bottom-border {
        margin: 0 auto 15px auto !important;
    }
}

@media (max-width: 764px) {
    .appeal-section {
        min-height: 415px !important;
    }

    .display-inline-flex {
        display: block;
    }

    .bg-bottom-border {
        margin: 0 !important;
        margin-bottom: 1.5rem !important;
    }

    .appeal-box {
        padding: 32px !important;
        text-align: start !important;
    }

    .appeal-box-title {
        font-weight: 400 !important;
        font-size: 30px !important;
        line-height: 1.34 !important;
    }

    .appeal-box-description {
        font-size: 18px !important;
        line-height: 1.56 !important;
    }

    .appeal-btn {
        font-size: 1.25rem;
        line-height: 1.875rem;
        width: 100% !important;
    }
}

.donation-section {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 60px 0;
}

    .donation-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: inherit;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        transform: scale(1.2);
        animation: zoomOutBg 3s ease-out forwards;
        z-index: 0;
    }

    .donation-section > * {
        position: relative;
        z-index: 1;
    }

.donation-mobile-img {
    display: none;
    background-size: cover;
    background-position: center;
    width: 100%;
    transform: scale(1.2);
    animation: zoomOutBg 3s ease-out forwards;
}

.donation-box {
    min-width: 515px;
    max-width: 515px;
    background: #173145;
    padding: 32px !important;
    border-radius: .25rem !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.donation-tatal {
    color: rgb(255 255 255 / 1);
    font-size: 20px;
    font-weight: 700 !important;
    margin-bottom: 24px;
    margin-top: 16px;
}

.donation-tabs {
    gap: 6px !important;
}

    .donation-tabs button {
        width: 50%;
        font-weight: 600 !important;
    }

    .donation-tabs .active {
        background-color: #ffd900 !important;
        color: rgb(51 51 51 / 1) !important;
    }

.amount-options {
    gap: 6px;
}

    .amount-options .btn {
        display: grid;
        align-items: center;
        height: 70px;
        background: #fff;
        color: rgb(95 109 120 / 1);
        border-color: transparent !important;
        font-weight: bold;
        flex: 1;
    }

        .amount-options .btn.active {
            background: #ffd900;
            color: rgb(51 51 51 / 1) !important;
            font-weight: 700 !important;
        }

.highlight-text {
    margin-bottom: 20px;
    margin-top: 9px;
    font-size: 16px;
    font-weight: 700 !important;
}

.donation-section .donation-image span {
    font-size: 16px !important;
    line-height: 16px !important;
    font-weight: 700 !important;
}

.donation-section .highlight-text .highlight {
    color: #ffd900;
    font-weight: bold;
}

.bg-yellow {
    color: #ffd900;
}

.donation-section .donation-image img {
    border-radius: 6px;
    margin-bottom: 20px;
    margin-top: 9px;
}

.donation-section .btn-donate {
    background: #ffd900;
    color: rgb(51 51 51 / 1);
    width: 100%;
    height: 64px;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 30px !important;
}

    .donation-section .btn-donate:hover {
        border-color: #ffd900;
        --tw-bg-opacity: 1;
        background-color: #173145;
        --tw-text-opacity: 1;
        color: #ffd900;
        font-weight: 700 !important;
    }

.donation-section .btn-outline-light {
    display: grid;
    align-items: center;
    min-height: 2.7rem;
    font-size: 20px;
    background-color: rgb(255 255 255 / 1);
    color: rgb(95 109 120 / 1);
    border-color: transparent !important;
    font-weight: 700 !important;
}

    .donation-section .btn-outline-light:hover {
        background-color: rgb(225 236 244 / 1);
        color: rgb(95 109 120 / 1);
        border-color: transparent !important;
    }

.donation-section .my-custom-img {
    height: 128px !important;
    width: 128px !important;
    margin-right: 16px;
    object-fit: cover;
    border-radius: 6px;
}

.donation-mobile-img {
    background: url('your-image.jpg') no-repeat center center;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
}

.donation-mobile-img {
    display: none !important;
}

.donation-section .amount-options label {
    font-size: 20px !important;
    font-weight: 700 !important;
}

.donation-section .currency-symbol {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    font-weight: bold;
    color: #333;
    pointer-events: none;
    font-size: 1.1rem !important;
    line-height: 1.46;
}

.donation-section .donation-box .otheramt {
    padding-left: 30px !important;
    height: 49px;
    font-size: 20px !important;
    line-height: 1.46 !important;
}

.donation-box .amount-options .info-text {
    font-size: 12px !important;
}

@media (max-width: 767px) {
    .donation-section {
        background: none !important;
        min-height: auto;
        padding: 0 !important;
        display: block;
        border-radius: 0.25rem !important;
    }

        .donation-section label {
            min-height: 3.5rem !important;
        }

    .donation-mobile-img {
        display: block !important;
        min-height: 350px !important;
    }

    .donation-box {
        padding: 32px 10px !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        width: 100% !important;
        min-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

        .donation-box .amount-options .info-text {
            display: none !important;
        }

    .amount-options .btn {
        height: 45px !important;
    }
}

@media (max-width: 494px) {

    .donation-mobile-img {
        display: block !important;
        min-height: 300px !important;
    }
}

.standalone.donation-section {
    background: none !important;
    min-height: 100% !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center !important;
    max-width: 515px !important;
}

    .standalone.donation-section .donation-box {
        margin: 0 !important;
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        border-radius: .25rem !important;
    }

