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

.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;
    width: 96% !important;
}

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

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

.currency-page-6 .card img {
    width: 50px;
    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);
    background: #fff;
}

.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: #fff;
    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%;
}

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




.smallbx .ourservices_items.block-game-two {
    min-height: inherit !important;
    text-align: center;
}



.smallbx .ourservices_items.block-game-two img {
    height: 50px;
    margin-bottom: 20px;
}


.smallbx .ourservices_items.block-game-two h3, .smallbx .ourservices_items.block-game-two span.ready-text {
    text-align: center;
    margin: 0 !important;
    padding: 0 0 7px 0 !important;
    font-size: 16px;
    font-weight: 600;
}

.smallbx .ourservices_items.block-game-two span.ready-text {
    display: block;
}

.ourservices_items {
    border: 1px solid #8d12ab !important;
    border-radius: 10px 40px 10px 40px;
    padding: 20px 30px;
    transition: 0.5s;
}

.ourservices_items.block-game-two:hover {
    border: 1px dashed #8d12ab !important;
    border-radius: 40px 10px 40px 10px;
}






.flip {
    position: relative;
}

.flip>.front,
.flip>.back {
    display: block;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: 2s;
    transition-property: transform, opacity;
}

.flip>.front {
    transform: rotateY(0deg);
}

.flip>.back {
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: rotateY(-180deg);
}

.flip:hover>.front {
    transform: rotateY(180deg);
}

.flip:hover>.back {
    opacity: 1;
    transform: rotateY(0deg);
}

.flip.flip-vertical>.back {
    transform: rotateX(-180deg);
}

.flip.flip-vertical:hover>.front {
    transform: rotateX(180deg);
}

.flip.flip-vertical:hover>.back {
    transform: rotateX(0deg);
}

.flip {
    position: relative;
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 1em;
    width: 100%;
}

.front {
    position: relative;
}

.front::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    background: linear-gradient(145deg, rgb(113 49 66 / 30%), rgba(0, 0, 0, 0.4));
    /* backdrop-filter: blur(2px); */
    box-shadow: inset 0 0 10px rgb(33 33 33 / 30%), inset 0 0 20px rgb(71 71 71 / 70%), 0 0 15px rgb(62 62 62);
    z-index: 1;
}



.back {
    position: relative;
}

.back::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, .8);
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    border-radius: 10px;
}

.back .inner-box-text {
    position: relative;
    z-index: 9;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    height: 100%;
    gap: 30px;
}

.back h2, .back h3 {
    font-size: 45px !important;
    line-height: 48px !important;
    font-weight: 700 !important;
    margin-bottom: 20px;
    color: #fff;
}


.back .inner-box-text img {
    width: 60px;
}

.flip>.front,
.flip>.back {
    display: block;
    color: white;
    width: inherit;
    background-size: cover !important;
    background-position: center !important;
    height: 415px;
    padding: 1em 2em;
    background: #313131;
    border-radius: 10px;
    background-repeat: no-repeat !important;
}

.flip>.front p,
.flip>.back p {
    font-size: 12px;
    line-height: 160%;
    color: #fff;
}

.text-shadow {
    position: relative;
    z-index: 9;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-size: 2.5rem;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    font-size: 51px;
    font-weight: 700;
    margin: 0 auto;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    text-shadow: 5px 5px 0 #000000, 14px 15px 13px rgb(237 237 237 / 50%);
    line-height: 60px;
}


.text-shadow:hover {
    color: #be0c6a;
    transform: scale(1.03);
    transition: all 0.3s ease;
}


.text-shadow img {
    width: 140px;
    object-fit: contain;
}
@media screen and (max-width: 1199px) {
    .smallbx .ourservices_items.block-game-two {
        min-height: inherit !important;
        text-align: center;
        display: grid;
        justify-content: center;
        justify-items: center;
    }
    
}



@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;
    }
    .defi-new-t.currency-page-6 .card {
        padding: 0px;
        width: 80% !important;
        margin: 0 auto;
        display: block !important;
    }

}