﻿.img-sec img {
    width: auto;
    position: absolute;
    bottom: -9px;
    left: -100px;
    padding-top: 2rem;
    height: 100%;
    max-width: 500px;
    object-position: bottom;
    object-fit: contain;
}

.dang {
    color: rgba(0, 0, 255, 0.513);
}

.blue {
    color: rgba(165, 42, 42, 0.609);
}

.p-relative {
    position: relative !important;
}

ul.donate-ul li {
    margin: 14px 0;
    list-style: none;
}

.donation-label {
    border: 1px solid #0d6efd;
    padding: 0.7rem 2rem;
    cursor: pointer;
    box-sizing: border-box;
    font-weight: 500;
    transition: .3s ease all;
    width: 100%;
    text-align: center;
}

.donation-radio:checked ~ label {
    background-color: #0d6efd;
    border: 1px solid gray;
    border: 1px solid #0d6efd;
    padding: 0.7rem 2rem;
    cursor: pointer;
    box-sizing: border-box;
    font-weight: 500;
    color: white;
}

.donation-label:hover {
    background-color: #0d6efd;
    color: #ffffff;
    transform: scale(1.1);
}

    .donate-heading {
        font-weight: 500;
    }

.rotate-outer {
    min-height: 20rem;
    overflow: hidden;
    height: 100%;
}

.w-80 {
    width: 80%;
}
.btnbg-blue {
    background: #007bff;
    border-color: #007bff;
}
span.cross-span {
    height: 20px;
    display: inline-block;
    width: 2px;
    background: #007bff;
    position: absolute;
    top: 2px;
}

.cross-two {
    transform: rotate(-45deg);
}

.cross-one {
    transform: rotate(45deg);
}

.donateModalLeft {
    width: 98%;
    transform: rotate(20deg);
    bottom: 0;
    left: -78px;
    min-height: 35rem;
    top: -80px;
}

.donateModalImage {
    width: 100%;
    position: absolute;
    left: -27px;
    top: 0;
    bottom: 0;
    margin: auto;
}


.close.donateModalCloss {
    position: absolute;
    right: 3px;
    width: 30px;
    height: 30px;
    top: 3px;
}

.donateModalCloss:focus {
    outline: none !important;
}

.don-logo img {
    width: 110px;
    position: absolute;
    right: 13px;
}

.donation-amount-btn {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}

    .bglightgray {
        background: #eee;
    }

#donationModal .close.closeButton {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 1;
    font-size: 30px;
    color: #0727ff;
}

#donationModal .don-logo img {
    top: 25px;
}

#donationModal .img-sec img {
    left: -125px;
}

@media only screen and (max-width:1200px) {
    .img-sec img {
        width: auto;
        position: absolute;
        bottom: -9px;
        left: -70px;
        padding-top: 2rem;
        height: 100%;
        max-width: 380px;
        object-position: bottom;
        object-fit: contain;
    }

    #donationModal .img-sec img {
        left: -60px;
        max-width: 325px;
    }
}
