@media (min-width: 500px) {
    li {
        margin: 10px;
    }
    
    #scroller {
        padding: 10px 0 75px;
        perspective: 1000px;
    }
    
    p {
        text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    }
    
    #mainbox {
        width: 400px;
        border-radius: 20px;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1), -5px -5px 10px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }
    
    .btn {
        bottom: 35px;
        width: 300px;
        left: 50px;
        height: 75px;
        border-radius: 50px;
        font-size: 20px;
        margin: 50px auto;
    }
    
    .btn.upperbtn {
        bottom: 150px;
    }
    
    .card-header {
        margin: 50px auto;
    }
    
    .card-header p {
        font-size: 25px;
    }
    
    .card-header p:last-of-type {
        margin-bottom: 25px;
    }
    
    .card-header.p2 p {
        font-size: 20px;
    }
    
    #input-wrapper {
        border-radius: 10px;
        height: 65px;
        margin-top: -10px;
        margin-bottom: 20px;
    }
    
    #input-wrapper:has(input:focus) {
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    }
    
    #input-wrapper input {
        font-size: 35px;
    }
    
    #amount {
        font-size: 75px;
        text-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    }
    
    #sbp-logo {
        margin: 50px auto 0;
        width: 125px;
        height: 125px;
        border-radius: 125px;
    }
    
    #msisdn {
        margin: 25px;
        font-size: 25px;
    }
    
    .bank-item {
        font-size: 20px;
        text-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    }
    
    .bank-item img {
        width: 75px;
        margin: 10px 25px;
    }
    
    p.disclaimer {
        font-size: 20px;
    }
    
    .confirmation-row {
        margin: 20px auto;
    }
    
    .confirmation-row div {
        font-size: 20px;
        text-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    }
    
    #info-wrapper, .process {
        margin: 25px;
    }
    
    .process .icon{
        background-size: 300px;
        width: 75px;
        height: 75px;
        border-radius: 75px;
    }
    
    #info-text, .process p {
        width: 250px;
        font-size: 20px;
    }
    
    .process p {
        margin-left: 25px;
        margin-bottom: 15px;
    }
    
    #add-info {
        margin: 25px 0;
        padding: 25px;
        font-size: 20px;
    }
    
    #add-info p {
        margin: 10px;
    }
    
    .err404 {
        height: 200px;
    }
    
    .err404 p {
        bottom: 10px;
        text-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    }
    
    .other-bank {
        text-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
        font-size: 20px;
        margin: 35px;
    }
    
    .other-bank-wrapper {
        margin-top: 110px;
    }
    
    #mainbox.verified .btn, #mainbox .show.btn {
        height: 75px;
        margin: 50px auto;
    } 
    
    #wrong-phone {
        height: 220px;
    }
    
    #wrong-phone p {
        padding: 10px;
        border-radius: 10px;
    }
    
    #mainbox.verified .btn:focus, #mainbox.verified .btn:hover  {
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    }
    
    .btn.loading {
        background-size: 1500px 100%;
    }
    
    @keyframes placeHolderShimmer {
        0% {
          background-position: -610px 0
        }
        50% {
            background-position: 610px 0
          }
        100% {
            background-position: -610px 0
        }
    }
    
    #footer {
        bottom: 25px;
    }
    
    .footer-item {
        height: 35px;
        border-radius: 35px;
        backdrop-filter: blur(5px);
        margin: 10px;
        padding: 0 15px;
        line-height: 35px;
        font-size: 15px;
    }
    
    .footer-item.active {
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1), -5px -5px 10px rgba(0, 0, 0, 0.1);
    }
    
    .info-wrapper p {
        margin: 12.5px;
        font-size: 16px;
    }
    
    .logo {
        margin: 50px auto 0;
        width: 125px;
        height: 125px;
        border-radius: 125px;
    }

    #cgift-logo {
        width: 325px;
    }
    
    .info-wrapper h2 {
        text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        font-size: 25px;
    }
}