.wallet-page-1 img {
    width: 100%;
}

.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.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-thumb img {
    max-width: 100%;
}

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

.feature-item-content h3,
.feature-item-content span {
    font-size: 19px;
    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;
    border-top: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    height: 100%;
}
.currency-page-three .card .back-box-c {
    border-radius: 12px;
    padding: 20px 12px;
    transition: 0.3s ease;
}
.currency-page-6 .card img {
    height: 55px;
    margin-bottom: 5px;
}
.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: 0;
    line-height: 1.6;
}
.currency-page-9 .new-process .roadmap_box {
    height: 190px;
}
.tcw_item h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 10px;
    color: #000;
    line-height: normal;
}
.tcw_item .most_icon img {
    height: 50px;
    object-fit: contain;
}
.new_ex_box {
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 15px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    height: 100%;
}
.new_ex_box h3 {
    margin: 20px 0 0;
    font-size: 18px;
}

.list_li li {
    list-style: disc;
    margin-bottom: 5px;
}

.tcw_item {
    background: #fff;
    padding: 20px;
    height: 100%;
    border-radius: 15px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.trading-bot-one .feature-item-content {
    background: #fff;
    padding: 30px 30px 20px;
    min-height: 205px;
    box-shadow: 0px 11px 35px 5px rgba(196, 196, 196, 0.30);
    border-radius: 30px 10px;
    height: 250px;
}
.trading-bot-one .feature-item-content .bot-feature .slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: rgb(0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.trading-bot-one .feature-item-content .bot-feature .slick-arrow {
    display: block !important;
}

.trading-bot-one .feature-item-content .bot-feature .slick-prev {
    font-size: 0px;
    border-color: transparent;
    border-radius: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 24px;
    width: 24px;
    background: #000;
    position: absolute;
    bottom: -60px;
    left: 0px;
}

.trading-bot-one .feature-item-content .bot-feature .slick-next {
    font-size: 0px;
    border-color: transparent;
    border-radius: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 24px;
    width: 24px;
    background: #000;
    left: 40px;
    position: absolute;
    bottom: -60px;
}

.feature-item-content p {
    height: 100px;
}

.trading-bot-one .feature-item-content .bot-feature .slick-prev:before {
    content: '←';
}

.trading-bot-one .feature-item-content .bot-feature .slick-prev::before {
    content: "\F284";
    font-family: 'bootstrap-icons';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    opacity: 1;
}

.trading-bot-one .feature-item-content .bot-feature .slick-next::before {
    content: "\F285";
    font-family: 'bootstrap-icons';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    opacity: 1;
}

.currency-page-8 .development-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}
.currency-page-8 .dev-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 320px;
    display: flex;
    align-items: flex-end;
    transition: 3s ease;
}
.wallet-page-8 .dev-card {
    border: 1px solid hsla(0, 0%, 0%, 0.34);
    height: 220px;
}
.wallet-page-8 .dev-overlay {
    position: absolute;
    top: 30px;
    transition: 1s;
    width: 100%;
    padding: 24px;
    color: #fff;
    text-align: center;
}

.wallet-page-8 .hvm-feature__icon {
    background: rgb(171 171 171 / 15%);
    border: 1px solid rgba(51, 51, 51, 0.48);
    border-radius: 12px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .4);
    position: relative;
    width: max-content;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.wallet-page-8 .hvm-feature__icon:before {
    background: linear-gradient(90deg, #2e2e2e -12.22%, #292929 112.22%);
    border-radius: 3.6px;
    box-shadow: 28.8000011444px 28.8000011444px 28.8000011444px;
    content: "";
    filter: blur(14.4px);
    opacity: .56;
    position: absolute;
}
.currency-page-8 .dev-content-box img, .currency-page-8 .dev-overlay img {
    width: 50px;
    margin-bottom: 0;
    object-fit: contain;
}
.wallet-page-8 .hvm-feature__icon img {
    width: 40px;
}
.wallet-page-8 .dev-overlay h3 {
    color: #000;
    margin: 30px 0px 0px;
}
.currency-page-8 .dev-content-box h3, .currency-page-8 .dev-overlay h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    margin: 10px 0px;
}
.wallet-page-8 .white-box {
    background: transparent;
    border-radius: 16px;
    margin: 20px;
    text-align: center;
    padding: 0px 0px 12px;
}

.currency-page-8 .dev-content-box {
    padding: 24px;
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100%;
    transition: 0.5s;
}
.wallet-page-8 .white-box p {
    font-size: 14px;
    color: #333;
    line-height: 26px;
    font-weight: 600;
}
.currency-page-8 .dev-card:hover .dev-content-box {
    bottom: 0;
}
.currency-page-8 .dev-card:hover .dev-overlay {
    position: absolute;
    left: 0px;
    right: 0px;
    top: -100%;
    transition: 1s;
}
.bot-trading-tech .tab-tech .nav-tabs {
    justify-content: space-between !important;
    border: 0px;
    display: flex;
}
.bot-trading-tech .tab-tech .nav-tabs li {
    width: auto;
}
.bot-trading-tech .tab-tech .nav-tabs li button {
    background: #fff;
    border: 1px solid #efefef;
    color: #222;
    display: block;
    font-weight: 600;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    margin: 0 0 0 -1px;
    border-radius: 10px 20px 10px 20px;
    max-width: max-content;
}
.bot-trading-tech .tab-tech .nav-tabs li button.active {
    color: #fff;
    background: #6a3e90;
    border: 1px solid #6a3e90;
}
.bot-trading-tech .tab-tech .stage-one-box {
    border: 1px solid #efefef;
    border-radius: 0 0 6px 6px;
    clear: both;
    padding: 15px 25px;
    position: relative;
    top: 0;
    background: #fff;
    margin-top: 20px;
    border-radius: 10px;
}
.bot-trading-tech .tab-tech .stage-one-box b {
    box-shadow: 2px 1px 5px #ddd;
    display: inline-block;
    padding: 8px 18px;
    border-radius: 10px;
    border: 1px solid #eee;
    margin-top: 6px;
    font-weight: 600;
    margin: 0 10px 10px 0;
}
.bot-trading-tech .tab-tech .stage-one-box b img {
    width: auto;
    margin: 0 10px 0 0px;
    height: 30px;
}
@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);
    }

    .trading-bot-one .feature-item-content {
        height: 300px;
    }

    .feature-item-content h3,
    .feature-item-content span {
        font-size: 18px;
    }

    .feature-item-content p {
        height: 160px;
    }

    .new_ex_box img {
        height: 40px;
    }

}