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

.game-new-two .card .back-box-c {
    height: 280px;
    border-radius: 12px;
    padding: 20px 12px;
    transition: 0.3s ease;
}

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

.new-ex-change .card {
    border: 1px solid #cdcdcd;
    padding: 0px;
}

.new-ex-change .card .back-box-c {
    border-radius: 12px;
    transition: 0.3s ease;
    padding: 15px;
    height: 200px;
    /* min-height: 100%; */
}

.new-ex-change .card h3 {
    padding: 0;
    margin: 10px 0px 12px;
}




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




.currency-page-14 .tab-tech-oneIn {
    box-shadow: 0px 0px 8px #00000038;
    margin: 10px 10px 30px;
    padding: 30px 20px;
}

.game-new-four .new-process .roadmap_box {
    height: 290px;
}





@media screen and (max-width: 450px) {
    .currency-page-6 .exchange-grid {
        display: flex !important;
        flex-direction: column;
        gap: 15px;
    }

    .wallet-page-1 .crypt-in-box.cryexbx {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        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;
    }

    .text-shadow {
        font-size: 42px;
        line-height: 50px;
    }

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

    .blocktech-img.stack-img {
        overflow: scroll;
    }


}