body{
    background-color: rgb(223, 238, 255);
}
.check-model{
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(223, 238, 255, 0.8);
    position: fixed;
    top:0;
    left: 0;
    z-index: 4;
    transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;
    -ms-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
}
.check-info , .zelle-info{
    display: flex;
    opacity: 0;
    z-index: -3;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 300px;
    border-radius: 2px;
    background-color: rgb(77, 127, 173);
    box-shadow: -30px 30px 44px 14px gray;
    position: fixed;
    top:calc(50% - 150px);
    left: 25%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;
    -ms-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
}
.zelle-info{
    width: 50%;
    height: 600px;
    top:calc(50% - 300px);
    left: 25%;
}
.check-info>span ,.zelle-title {
    font-family: "montserrat";
    font-size: 25px;
    color:brown;
    text-shadow: 1px 1px rgb(194, 194, 194);
    text-align: center;
    }
.zelle-top{
    font-family: "montserrat";
    font-size: 28px;
    color:white;
    text-align: center;
}
.zelle-note{
    font-family: "montserrat";
    font-size: 13px;
    color:white;
    text-align: center;
    padding: 0 3px 0 3px;
}
.donate-model-head ,.zelle-tag{
    padding:0 10px 0 10px;
    font-family: "montserrat";
    font-size: 17px;
    color:rgb(223, 238, 255);
    text-align: center; 
    line-height: 25px;
}
.donate-model-ad{
    font-size: 20px;
    font-weight: bolder;
}
.check-btn ,.zelle-btn{
    width: 70px;
    height: 40px;
    border-radius: 2px;
    color: rgb(77, 127, 173);
    padding:0;
    font-size: 22px;
    font-weight: bolder;
    font-family: "shadows";
    outline: 1px solid black;
    border:1px solid rgb(77, 127, 173);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    cursor: pointer;
}
.donation-title{
    width:100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
    text-align: center;
    height: 120px;
    font-family: "shadows";
    font-weight: bolder;
    letter-spacing: 2px;
    font-size: 50px;
    color: rgb(77, 127, 173)
}
.donation-div{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.zelle-img{
    border-radius: 10px;
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
}
@media (max-width:1000px) {
    .donate-title{
        width:85%;
        margin: auto;
    }
    .check-info{
        width: 70%;
        left:15%;
    }
    .zelle-info{
        width: 80%;
        height: 600px;
        top:calc(50% - 300px);
        left: 10%;
    }
}

@media (max-width:560px) {
    .donate-title{
        font-size: 20px;
    }
    .check-info{
        width: 90%;
        left:5%;
    }
    .zelle-info{
        width: 90%;
        height: 550px;
        top:calc(50% - 275px);
        left: 5%;
    }
    .zelle-top{
        font-size: 20px;
        font-weight: bold;
    }
    .zelle-tag{
        font-size: 12px;
    }
    .zelle-title{
        font-size: 13px;
    }
    .zelle-note{
        font-size: 11px;
        padding: 0 5px 0 5px;
    }
}
@media (max-width:360px) {
    .check-info{
        height: 350px;
        top:calc(50% - 175px);
    }
}