* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: SolaimanLipi, Kalpurush, Vrinda, sans-serif;
}

html,
body {
    width: 100%;
    /* height: 100%; */
}

body {
    background: #233845;
    overflow: hidden auto;
    display: block;
    align-items: center;
    position: relative;
}

/* Background */
.bg1 {
    position: absolute;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .03);
    top: -220px;
    left: -220px;
    filter: blur(10px);
}

.bg2 {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .03);
    right: -120px;
    bottom: 0px;
}

.bg3 {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .02) 1px, transparent 1px);
    background-size: 45px 45px;
}

/* Main */
.wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 10px;
}

.glass {
    width: 980px;
    max-width: 100%;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .20);
    backdrop-filter: blur(14px);
    border-radius: 25px;
    box-shadow: 0 0 40px rgba(0, 0, 0, .45), inset 0 0 30px rgba(255, 255, 255, .04);
    padding: 20px;
    color: #fff;
}

.top-title {
    background: #8b1919;
    text-align: center;
    padding: 14px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
}

.dash {
    margin: 15px 0;
    border-top: 5px dashed #61d9ff;
}

.customer {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

.details {
    margin-top: 0px;
    text-align: center;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
}

.payment-area {
    margin-top: 15px;
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.payment-box {
    flex: 1;
    background: #ffffff;
    color: #000;
    border-radius: 14px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .25);
}

.payment-title {
    font-size: 34px;
    font-weight: 700;
}

.payment-number {
    margin-top: 0px;
    font-size: 60px;
    font-weight: 700;
    color: #111;
}

.qr-box {
    width: 190px;
    height: 190px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .30);
}

.qr-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.notice {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 500;
}

.notice span {
    color: #ffd54d;
    font-weight: 700;
}

.success {
    margin-top: 5px;
}

.footer {
    margin-top: 25px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

.company {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    color: #ffffff;
}

/* Responsive */
@media(max-width:900px) {
    .payment-area {
}

    .qr-box {
        width: 170px;
        height: 170px;
    }

    .customer {
        font-size: 15px;
    }

    .details {
        font-size: 15px;
    }

    .payment-title {
        font-size: 24px;
    }

    .payment-number {
        font-size: 40px;
    }

    .top-title {
        font-size: 18px;
    }

    .notice {
        font-size: 14px;
    }

    .footer {
        font-size: 15px;
    }

    .company {
        font-size: 20px;
    }
}

/* ========================= */
/* Premium Glass Reflection  */
/* ========================= */
.glass {
    position: relative;
    overflow: hidden;
}

.glass::before {
    content: "";
    position: absolute;
    top: -120px;
    left: -120px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    filter: blur(70px);
    pointer-events: none;
}

.glass::after {
    content: "";
    position: absolute;
    right: -150px;
    bottom: -150px;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(0, 255, 255, .08);
    filter: blur(80px);
    pointer-events: none;
}

/* ========================= */
/* Border Glow               */
/* ========================= */
.glass {
    border: 1px solid rgba(255, 255, 255, .25);
    box-shadow: 0 0 40px rgba(0, 0, 0, .45), inset 0 0 25px rgba(255, 255, 255, .08), 0 0 35px rgba(0, 220, 255, .15);
}

/* ========================= */
/* Title                     */
/* ========================= */
.top-title {
    background: linear-gradient(#9f1e1e, #7d1111);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 8px 20px rgba(0, 0, 0, .25);
}

/* ========================= */
/* Cyan Divider              */
/* ========================= */
.dash {
    border-top: 4px dashed #55dfff;
    filter: drop-shadow(0 0 0px #44d9ff);
}

/* ========================= */
/* Payment Box               */
/* ========================= */
.payment-box {
    transition: .3s;
}

.payment-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .35);
}

/* ========================= */
/* QR                        */
/* ========================= */
.qr-box {
    margin: 20px auto 0;
    transition: .3s;
}

.qr-box:hover {
    transform: scale(1.03);
}

/* ========================= */
/* Text Shadow               */
/* ========================= */
.customer,
.company,
.footer {
    text-shadow: 0 0 10px rgba(255, 255, 255, .15);
}

.payment-number {
    letter-spacing: 2px;
}

/* ========================= */
/* Background Glow           */
/* ========================= */
body::before {
    content: "";
    position: absolute;
    left: 8%;
    top: 18%;
    width: 260px;
    height: 260px;
    background: #5fd4ff22;
    border-radius: 50%;
    filter: blur(80px);
}

body::after {
    content: "";
    position: absolute;
    right: 5%;
    bottom: 8%;
    width: 320px;
    height: 320px;
    background: #ffffff10;
    border-radius: 50%;
    filter: blur(90px);
}

/* ========================= */
/* Fade Animation            */
/* ========================= */
@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(25px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.glass {
    animation: fadeUp .7s ease;
}

/* ========================= */
/* Mobile                    */
/* ========================= */
@media(max-width:600px) {
    .glass {
        padding: 20px;
    }

    .customer {
        font-size: 15px;
    }

    .details {
        font-size: 15px;
    }

    .payment-title {
        font-size: 20px;
    }

    .payment-number {
        font-size: 30px;
    }

    .notice {
        font-size: 15px;
        line-height: 1.7; 
    }

    .footer {
        font-size: 18px;
    }

    .company {
        font-size: 26px;
    }

    .top-title {
        font-size: 18px;
    }
}