.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-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;
    height: 100%;
}

.feature-item-thumb {
    flex: 0 0 70px;
    -ms-flex: 0 0 80px;
    max-width: 70px;
    width: 70px;
    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%;
}

.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: 270px;
}

.service-ne-box .nft-features{    height: 100%;}


.service-ne-box .nft-features .why-box {
    width: 100%;
    padding: 20px 35px; 
    background: #fff;
    border-radius: 20px 40px 40px ;
    box-shadow: 5px 5px 10px #ddd;
    height: 100% ;
   
    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;
}

.currency-page-7 .card {
    background: #ffffff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
    height:100%;
    border-top: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
}
.currency-page-7 .card .back-box-c {
    border-radius: 12px;
    padding: 20px;
    transition: 0.3s ease;
    height:100%;
}
.currency-page-7 .card img {
    width: 50px;
    margin-bottom: 20px;
}
.currency-page-7 .card:hover .back-box-c {
    background: #f73c6e;
}
.currency-page-7 .card:hover h3, .currency-page-7 .card:hover p, .currency-page-7 .card:hover a {
    color: #fff;
}
ul.smart-ul {
    margin: 0;
    padding: 0;
}
ul.smart-ul li {
    position: relative;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding-left: 20px;
}
ul.smart-ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background: #838383;
    width: 8px;
    height: 8px;
    border-radius: 100px;
}
.currency-page-7 .card:hover ul.smart-ul li {
    color: #fff;
}
.currency-page-7 .card:hover ul.smart-ul li:before {
    background: #fff;
}
.currency-page-7 .card:hover img {
    filter: invert(1);
}
.nft-features .why-box:hover {
    box-shadow: 8px 8px 13px #ddd;
    border-radius: 10px;
}


.td1 {       padding: 40px;
    box-shadow: 0px 2px 11px rgb(196 196 196 / 38%);
    background: #fff;
    border-left: 4px solid #d6058b;border-right: 4px solid #d6058b;
    border-radius: 25px;}
.td1 h3 {
    font-size: 20px; 
    margin-bottom: 6px; 
}
.td2 {
    padding: 20px 0;
    background: #f5f7f7;
    border: 1px solid #d6058b45;
    text-align: center;
    border-radius: 15px;height: 100%;
}
.td2 .h4{ color: #d6058b; display: block;font-weight: 600;
     
}
.td2 p{ margin-bottom: 0;
     
}



.td3 {
    box-shadow: 0px 11px 35px 5px rgba(196, 196, 196, 0.30);
    padding: 40px 30px;
    border-radius: 3px;
    border-radius: 20px 5px;
    background: #fff;
    height: 100%;border: 1px solid #d6058b45;
}

.td3 b {
    font-weight: 500;
    display: block;
    margin-bottom: 16px;
} 
.td3 li {
    position: relative;
    font-size: 14px;
    margin: 10px 0 0 0;
    padding-left: 30px;
}
.td3 li::after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    background: url(../../images/new-img/dao-development/check.svg) no-repeat center center;
    background-size: 98%;
    left: 0;
}

.td3 img{    height: 40px;    margin-right: 10px;}



@media screen and (max-width: 991px) {
.currency-page-9 .new-process .roadmap_box {
    height: 260px;
}
.currency-page-6 .exchange-grid { 
    grid-template-columns: repeat(2, 1fr); 
}
}

@media screen and (max-width: 767px) {
    
    .currency-page-9 .new-process .roadmap_box {
    min-height: 330px;
}
    
}


@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;
        margin-right: 20px;
    }

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

    .feature-item-inner {
        flex-direction: column;
        row-gap: 20px;
    }

    .td1 {
    padding: 20px; 
    border-left: 3px solid #d6058b;
    border-right: 3px solid #d6058b; 
}

}
