.wallet-page-1 img {
    object-fit: contain;
    width: 90%;
    height: 400px;
}

.wallet-page-1 .crypt-in-box-l h1 {
    font-size: 35px;
    font-weight: 900;
    line-height: 55px;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding: 0;
}

/* 
img.qu-img-one {
    position: absolute;
    bottom: 0px;
    top: auto;
    width: 100%;
}


img.qu-img-two {
    position: absolute;
    right: 30px;
    bottom: 60px;
    width: 300px;
    left: 0;
    margin: auto;
}

.qu-img-po {
    position: relative;
    width: 80%;
    height: 450px;
} */

.wallet-page-1 .crypt-in-box.cryexbx {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    align-items: center;
}

.working_img {
    animation: jumping 3s linear 0s infinite alternate;
}

@keyframes jumping {
    0% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(-25px);
    }
}


.currency-page-6 .exchange-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 0 auto;
}

.currency-page-6 .card {
    background: #ffffff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
    height: max-content !important;
    border-top: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
}

.currency-page-three .card .back-box-c {
    border-radius: 12px;
    padding: 20px 12px;
    transition: 0.3s ease;
    height: 220px;
}

.currency-page-6 .card img {
    width: 50px;
    margin-bottom: 5px;
    filter: grayscale(1) brightness(0);
}

.currency-page-6 .card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 20px;
}

.currency-page-6 .card p {
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.6;
}

.mob-new-stack-c {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}




  .our-serv-box {
    display: grid;
    height: 100%;
    align-content: center;
    align-items: center;
}
.our-serv-box h3 {
    font-size: 35px;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.our-serv-box p {
    font-size: 15px;
    margin: 0 0 10px 0;
}
.crypt-exchange-tx ul {
    padding: 0px;
}
.crypt-exchange-tx ul li {
    position: relative;
    padding-left: 30px;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}
.crypt-exchange-tx ul li img {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 3px;
    transform: rotate(180deg);
}



.key_features {
    margin-bottom: 15px;
    height: 175px;
    color: #000;
    font-size: 14px;
    text-align: center;
}

.key_features span {
    display: block;
    text-align: center;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 6px rgba(0,0,0,.2);
    border-radius: 20px;
    width: 130px;
    margin: 0 auto 15px;
}

.key_features span img{
    height: 50px;
}

  
  
@media screen and (max-width: 450px) {
    .wallet-page-1 .crypt-in-box.cryexbx {
        display: flex;
        flex-direction: column;
    }

    .wallet-page-1 .crypt-in-box-l h1 {
        font-size: 30px;
        font-weight: 800;
        line-height: 42px;
    }

    .wallet-page-1 .mob-img-none img {
        object-fit: contain;
        width: 100%;
        height: auto;
        margin-top: 40px;
    }

    .btn-mid {
        flex-direction: column !important;
        gap: 15px;
    }



    .btn-mid button {
        justify-content: center;
    }


    p.w-80 {
        width: 100% !important;
    }

    .bann-dd .mb-50 img {
        width: 100% !important;
    }

    .currency-page-6 .exchange-grid{
        grid-template-columns: 1fr;
    }


}