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

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


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

.defi-new-t.currency-page-6 .card {
    padding: 0px;
}

.defi-new-t.currency-page-6 .card .back-box-c {
    padding: 20px 19px;
    border-radius: 12px;
    height: 280px;
}

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

.currency-page-6 .card img {
    width: 40px;
    margin-bottom: 5px;
}

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

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

.currency-page-6 .card:hover {
    border-color: #f73c6e;
}

.currency-page-6 .card:hover .back-box-c {
    background: #f73c6e;
}

.currency-page-6 .card:hover img {
    filter: invert(1);
}

.currency-page-6 .card:hover h3,
.currency-page-6 .card:hover p,
.currency-page-6 .card:hover a {
    color: #fff;
}

.defi-new-three .dev-img img {
    width: 100%;
}



.cry-box-we-serve {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
    /* padding-right: 20px; */
}

.we-serve-box {
    background-color: rgba(133, 177, 248, 0.1);
    border-radius: 5px;
    margin-top: 30px;
    padding: 20px;
    text-align: center;
    transition: 0.5s;
    border: 1px solid rgba(133, 177, 248, 0.1);
}

.we-serve-box em {
    font-weight: bold;
    font-size: 17px;
    font-style: normal;
    display: inline-block;
    width: 100%;
    margin: 0;
    margin-top: 5px;
}

.we-serve-box:hover {
    border: 1px solid rgba(133, 177, 248, 0.5);
    background: #fff;
}

.we-serve-box span img {
    /* width: 80px; */
    height: 45px;
    margin-bottom: 8px;
}


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







.nft-features .why-box {
    padding: 20px 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 20px 50px 20px 50px;
    box-shadow: 5px 5px 10px #ddd;
    min-height: 400px;
    border: 1px solid #8fccff;
    transition: 0.5s;
}

.nft-features .why-b-icon {
    display: flex;
    border: 0 solid #4966c4;
    border-radius: 0;
    transition: 0.3s ease-in-out;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    padding: 15px 20px;
    width: 90px;
    background: #fff;
    height: 90px;
    box-shadow: 1px 2px 3px #ddd;
}

.why-b-con h3 {
    font-weight: 600;
    margin: 30px 0 20px 0;
    font-size: 19px;
    line-height: 28px;
    /* min-height: 60px; */
}

.nft-features .why-box .why-b-con p {
    color: #656565;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    font-size: 14px;
    line-height: 22px;
    /* -webkit-line-clamp: 5; */
    -webkit-box-orient: vertical;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    max-height: 150px;
}

.nft-features .why-box:hover {
    box-shadow: 8px 8px 13px #ddd;
    border-radius: 10px;
}

.g-five {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
    margin-top: 20px;
}

.it_serbox {
    transition: all .5s ease 0s;
    margin: 0 0 30px;
    padding: 25px 15px 15px;
    width: 100%;
    height: 145px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

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

img.botIcon {
    height: 50px;
    margin: auto;
}

.it_serbox h3 {
    color: #313131;
    font-weight: 500;
    line-height: 25px;
    margin-top: 15px;
    font-size: 14px;
}



.card-slider .card {
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    margin: 10px;
    border-radius: 10px;
    text-align: center;
}

.card-slider .slick-prev,
.card-slider .slick-next {
    background: transparent;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 35px;
    height: 35px;
    z-index: 2;
    position: absolute;
    top: 45%;
    border: 2px solid #333;
}

button.slick-prev.slick-arrow {
    left: -40px;
    font-size: 0px;
}

button.slick-prev.slick-arrow::before {
    position: absolute;
    content: "\F284";
    top: 5px;
    font-size: 15px;
    color: #000;
    left: 10px;
    font-family: "bootstrap-icons";
}

button.slick-next.slick-arrow {
    right: -40px;
    font-size: 0px;
}

button.slick-next.slick-arrow::before {
    position: absolute;
    content: "\F285";
    top: 5px;
    font-size: 15px;
    color: #000;
    left: 10px;
    font-family: "bootstrap-icons";
}

.card-slider .slick-prev:before,
.card-slider .slick-next:before {
    color: black;
    font-size: 0px;
}

.card-slider .slick-disabled {
    opacity: 0.3 !important;
    pointer-events: none;
}

.currency-page-6 .card img {
    margin: 0 auto;
}


.card-slider .slick-arrow,
.card-slider .slick-dots {
    display: flex !important;
}

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

    .bot-new-two .mb-50 img {
        width: 100%;
    }

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

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

    .wallet-page-7 .features-card-w {
        min-height: 145px;
    }

    .wallet-page-7 .tab-content .tab-pane .row {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        overflow: scroll;
    }

    .bot-trading-tech .tab-tech .nav-tabs {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        overflow: scroll;
        padding: 0px 0px 10px;
    }

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

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

    .wallet-card-6 .card .back-box-c {
        height: 240px;
    }

    .currency-page-6 .exchange-grid {
        display: flex !important;
        flex-direction: column;
        gap: 15px;
    }

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

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

    .defi-new-three .dev-img img {
        padding-top: 30px;
    }

    .table-defi-box {
        grid-template-columns: 150px 150px 150px;
    }

    .table-defi {
        overflow-y: auto;
        display: grid;
    }

    .table-defi-box span,
    .table-defi-box p {
        padding: 10px 20px;
        font-size: 13px;
    }

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

    .currency-page-three .card .back-box-c,
    .defi-new-t.currency-page-6 .card .back-box-c {
        height: auto;
    }

    .row.service-ne-box {
        row-gap: 20px;
    }

    .g-five {
        grid-template-columns: 1fr 1fr;
    }

    button.slick-prev.slick-arrow {
        left: 0px;
    }

    button.slick-next.slick-arrow {
        right: 0px;
    }
}