.wallet-page-1 {
    background: url(../../images/new-img/ai-development-page/ai-development-back.webp) no-repeat;
    background-position: right top;
    background-size: cover;
    margin-top: 80px;
}

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

.home_banner {
    color: #fff;
    background: linear-gradient(270deg, hsl(0deg 0% 0% / 0%), rgb(0 0 0 / 93%) 100%);
    height: 95vh;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.wallet-page-1 .crypt-in-box-l h1 {
    font-size: 50px;
    font-weight: bolder;
    line-height: 58px;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding: 15px 0px 7px;
    color: #fff;
}

.wallet-page-1 .crypt-in-box-l p {
    margin-bottom: 25px;
}

.wallet-page-1 .crypt-in-box-l span {
    font-weight: bolder;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #fff;
}

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


.gradient-border {
    display: inline-block;
    padding: 2px;
    border-radius: 12px;
    background: linear-gradient(to right, #7e0db3, #ae00a2, #cf0090, #e7137e, #f73c6e);
    padding: 0px !important;
    margin-top: 20px;
    margin-left: 10px;
}

.ai-btn {
    text-decoration: none;
    color: #ffffff;
    padding: 10px 20px;
    background-image: linear-gradient(to right, #7e0db3, #ae00a2, #cf0090, #e7137e, #f73c6e);
    box-shadow: 6px 6px 0px #d4d4d4;
    transition: 1s;
    text-transform: uppercase;
    border: 0px solid transparent;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    column-gap: 10px;
    font-size: 16px;
    width: max-content;
}

@media screen and (max-width: 450px) {
    .wallet-page-1 {
        background: url(../../images/new-img/ai-development-page/mob-bg-hero.webp) no-repeat;
        background-size: 100% 100%;
    }
    
    .home_banner {
        height: 65vh;
    }
    .wallet-page-1 .crypt-in-box.cryexbx {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        flex-direction: column-reverse;
    }
    
    .ai-new-sec .ai-btn{
        margin-top: 10px;
    }
}