:root {
    --btncolor: green;
    --btnhovercolor: rgb(90, 215, 90);
    --maincolor: #09cc7f;
    --textcolor: rgb(8, 81, 8);
    --twondtextcolor: rgb(35, 107, 35);
    --mainweight: 98.6vw;
    --mweight: 98.4vw;
}

* {
    margin: 0;
    padding: 0;
}

.cntn {
    height: 85vh;
    width: var(--mweight);
    display: flex;
    justify-content: center;
    align-items: center;
}

.donate_a {
    height: 60%;
    width: 90%;
    background-image: url('donate\ bg.jpg');
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 1px 20px #c6c5c5f7, 1px 1px 40px #b5b5b5f7;
}

.donate_b {
    height: 60%;
    width: 85%;
    /*border: 1px solid red;*/
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.dnt_a {
    gap: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--btncolor);
}


.close_btn{
    padding: 5px;
    background-color: red;
    border: none;
    margin-right: 10px;
    
}
.opn_btn{
    border:none;
}

/* The popup form - hidden by default */
.form-popup {
    display: none;
    position: fixed;
    left: 500px;
    bottom: 100px;
    height: 400px;
    width: 350px;
    background-color: #f1f1f1;
    z-index: 11;
    
}

.qr_sctn1 {
    height: 20%;
    /*border: 1px solid red;*/
    background-color: var(--maincolor);
    display: flex;
    align-items: center;
}
.qr_sctn1 img{
    height: 80px;
}
.qr_sctn1 h3{
    color: white;
    margin: 10px;
}
.qr_sctn2 {
    height: 59%;
    /*border: 1px solid blue;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.qr_sctn2 img{
    height: 200px;
}
.qr_sctn3 {
    height: 20%;
    /*border: 1px solid green;*/
}
.qr_sctn3 img{
    height: 80px;
    width: 100%;
}