.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);
    }
}




.feature-item-inner {
    /* display: flex; */
    box-shadow: 0px 11px 35px 5px rgba(196, 196, 196, 0.30);
    padding: 40px 30px;
    border-radius: 3px;
    margin-top: 30px;
    border-radius: 20px 5px;
    background: #fff;
    min-height: 290px;
}

.feature-item-thumb {
    flex: 0 0 70px;
    -ms-flex: 0 0 80px;
    max-width: 70px;
    width: 50px;
    margin-right: 35px;
    transform: translate(0px, 0px);
    transition: transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
}

.feature-item-thumb img {
    max-width: 100%;
    filter: invert(1) brightness(0);
    padding-bottom: 20px;
}

.feature-item-content {
    width: 100%;
}

.feature-item-content h3,
.feature-item-content span {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 15px;
}

.feature-item-content p {
    font-size: 14px;
    margin-bottom: 0;
}

/* .feature-item-inner:hover .feature-item-thumb {
    transform: translate(0px, -10px);
} */



.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: 10px 12px;
    transition: 0.3s ease;
    height: 185px;
}

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

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

.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);
}


/* .it_serbox:hover {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .5);
} */

.it_serbox img{
    height: 50px;
    object-fit: contain;
}


.currency-page-9 .new-process .roadmap_box {
    height: 220px;
}


.web-design-img-down{
    height: 490px;
    width: 100%;
}





.currency-page-9 .nav-tabs .nav-link {
    color: #939393;
    font-size: 16px;
    font-weight: 600;
    font-family: "Chakra Petch", sans-serif !important;
    padding: 10px 60px 10px;
    border-bottom: 3px solid #cdcdcd !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.currency-page-9 .nav-tabs .nav-link img {
    height: 50px;
    object-fit: contain;
    filter: invert(1);
}

.currency-page-9 .nav-tabs .nav-link:focus,
.currency-page-9 .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.currency-page-9 .nav-tabs .nav-link.active {
    background: transparent;
    color: #000;
    border: 0;
    border-bottom: 2px solid #000 !important;
    padding-bottom: 11px;
}

.currency-page-9 .nav {
    border: 0px;
    padding: 20px 0px 0px;
    margin: 0;
}

.currency-page-9 .features-card-w {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    background: #ffffff4f;
    padding: 20px;
    margin: 10px;
    box-shadow: 0px 0px 8px #00000012;
}

.currency-page-9 .features-card-w img {
    height: 70px;
    object-fit: contain;
}

.currency-page-9 .features-card-w p {
    font-size: 16px;
    text-align: center;
    margin: 0;
    font-weight: 600;
    color: #000;
    line-height: 25px;
    margin-top: 7px;
}

.back-g-row {
    /* background: #fff; */
    padding: 15px 20px 20px;
    /* box-shadow: 0px 0px 15px #00000021; */
}

.currency-page-9 .features-card-w {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    background: #ffffff4f;
    padding: 20px;
    margin: 10px;
    box-shadow: 0px 0px 8px #00000012;
    min-height: 180px;
}

@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;
    }

    .currency-page-14 .tab-tech-one {
        margin-top: 30px;
    }


    .currency-page-five .tab-tech-one {
        margin-top: 30px;
    }

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



    .cry-box-we-serve {
        grid-template-columns: 2fr 2fr;
    }

    .tab-tech-one {
        margin-top: 30px;
    }

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

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

    .feature-item-thumb {
        margin: 0px;
    }

    .currency-page-6 .exchange-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .currency-page-9 .nav{
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        justify-content: start !important;
        padding: 10px 0px 20px;
    }

    .currency-page-9 .features-card-w p{
        font-size: 13px;
    }

}