.wallet-page-1 img {
    object-fit: contain;
}

.wallet-page-1 .mob-img-none {
    display: flex;
    justify-content: end;
}

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


.feature-item-inner {
    display: flex;
    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%;
}

.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(2, 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;
}

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

.currency-page-6 .card img {
    width: 40px;
    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: 20px;
    line-height: 1.6;
}



.service-ne-box .nft-features .why-box {
    width: 100%;
    padding: 20px 35px;
    display: flex;
    background: #fff;
    border-radius: 20px 50px 20px 50px;
    /* box-shadow: 5px 5px 10px #ddd; */
    min-height: 320px !important;
    justify-content: flex-start;
    align-items: flex-start;
    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;
}


.currency-page-9 .new-process .roadmap_box {
    height: 190px;
}






.wallet-page-7{
    background: url(../../new-img/live-cricket-score-app-development-page/user_admin.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

.wallet-page-7 h2, .wallet-page-7 p{
    color: #fff;
}

.wallet-page-7 .nav-tabs {
    column-gap: 10px;
    border-color: transparent;
}

.wallet-page-7 .nav-tabs .nav-item .nav-link {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #fff;
    padding: 11px 20px;
    border-radius: 5px !important;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-top: 10px;
    width: max-content;
}

.wallet-page-7 .nav-tabs .nav-item .nav-link.active {
    background-image: linear-gradient(to right, #7e0db3, #ae00a2, #cf0090, #e7137e, #f73c6e);
    border: 0 solid #f44438;
    border-bottom-color: transparent;
    cursor: default;
    box-shadow: 0 6px 30px rgb(0 0 0 / 30%);
    padding: 11px 20px !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    color: #fff;
    font-weight: 400 !important;
    margin-top: 10px;
    width: max-content !important;
}

.wallet-page-7 .features-card-w {
    display: flex;
    font-size: 17px;
    margin: 10px 0px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgb(255 255 255 / 46%);
    padding: 7px 15px;
    background: rgb(2 2 2 / 35%);
    cursor: pointer;
    border-radius: 5px;
    z-index: 1;
    align-items: center;
    column-gap: 10px;
}

.wallet-page-7 .features-card-w::after {
    content: "";
    background: #2b9dd9;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scaleY(0);
    transition: 500ms;
    z-index: -1;
}

.wallet-page-7 .features-card-w:hover::after {
    transform: scale(1);
    transition: 500ms;
}

.wallet-page-7 .features-card-w i {
    font-size: 14px;
    color: #fff;
}

.wallet-page-7 .features-card-w span {
    color: #fff;
    font-size: 16px;
    text-align: left;
    margin: 0px;
    line-height: normal;
    padding: 5px 0px;
    font-weight: 400;
}

.wallet-page-7 .features-card-w p {
    font-size: 13px;
    color: #313131;
    font-weight: 400;
    text-align: left !important;
    line-height: 24px;
    margin: 0;
    width: 100%;
}

.wallet-page-7.currency-page-7.new-fantasy-sec .tab-content .tab-pane img {
    height: 30px !important;
}

.wallet-page-7.currency-page-7.new-fantasy-sec .tab-content .tab-pane .side-mockup {
    height: auto !important;
    width: 100%;
}



.disc-list {
    counter-reset: step;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.disc-list li:nth-child(1) {
    background: #00AFC0;
    color: #00AFC0;
}

.disc-list li:nth-child(odd)::before {
    border-bottom-style: dotted;
    border-right-style: dotted;
    border-top-color: transparent;
    border-radius: 50%/0 0 100% 100%;
    bottom: -1.5rem;
    top: 50%;
}

.disc-list li span {
    color: #FFF;
    display: block;
    font-weight: bold;
    font-size: 12px;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.disc-list li:nth-child(odd) .pointer {
    top: 19%;
    transform: rotate(-92.5deg);
}

.disc-list li .pointer {
    position: absolute;
    right: -2.0rem;
    width: 2rem;
    height: 2rem;
}

.disc-list li::before,
.disc-list li::after {
    content: '';
    position: absolute;
    border: 0.25rem solid;
    left: -1.5rem;
    right: -1.5rem;
}

.disc-list li:nth-child(2) {
    background: #00A3E1;
    color: #00A3E1;
}

.disc-list li {
    counter-increment: step;
    position: relative;
    width: 140px;
    height: 140px;
    text-align: center;
    border-radius: 50%;
    background: #888;
    color: #888;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 1.5rem 1.25rem 1.5rem 1.5rem;
    overflow: visible;
}

.disc-list li:nth-child(3) {
    background: #27579C;
    color: #27579C;
}

.disc-list li:nth-child(4) {
    background: #934FC0;
    color: #934FC0;
}

.disc-list li:nth-child(5) {
    background: #C04F8E;
    color: #C04F8E;
}

.disc-list li:nth-child(6) {
    background: #C04F5D;
    color: #C04F5D;
}

.disc-list li:nth-child(even)::before {
    border-top-style: dotted;
    border-left-style: dotted;
    border-radius: 50%/100% 100% 0 0;
    border-bottom-color: transparent;
    top: -1.5rem;
    bottom: 50%;
}

.disc-list li:nth-child(odd)::after {
    transform-origin: bottom center;
    transform: rotate(22.5deg);
    border-width: 0.2rem;
    border-style: solid;
    border-color: transparent;
    border-top-color: inherit;
    border-left-color: inherit;
    border-radius: 50%/100% 100% 0 0;
    border-bottom-color: transparent;
    top: -1.5rem;
    bottom: 50%;
}

.disc-list li:nth-child(even)::after {
    transform-origin: top center;
    transform: rotate(22.5deg);
    border-style: solid;
    border-width: 0.2rem;
    border-color: transparent;
    border-bottom-color: inherit;
    border-right-color: inherit;
    border-radius: 50%/0 0 100% 100%;
    bottom: -1.5rem;
    top: 50%;
}

.disc-list li:nth-child(odd) .pointer {
    top: 9%;
    transform: rotate(-92.5deg);
    right: -41px;
}

.disc-list li .pointer {
    position: absolute;
    right: -2.0rem;
    width: 2rem;
    height: 2rem;
}

.disc-list li:nth-child(even) .pointer {
    bottom: 7%;
    transform: rotate(22.5deg);
    right: -38px;
}

.disc-list li .pointer path {
    fill: none;
    stroke-linejoin: round;
    stroke-width: 3px;
    stroke: currentcolor;
}

.disc-list li span em img {
    width: 45px;
    display: block;
    margin: 10px auto;
    filter: invert(1);
}








/* portfolio */

.main_port_slider {
    overflow: hidden;
}

.main_port_slider .section_1 {
    background: url(../../new-img/live-cricket-score-app-development-page/port-back-1.png);
    display: flex;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .main_port_slider .cricket-port_1 {
  background: url(../../new-img/portfolio-new/port-back-1.png);
  display: flex;
  height: auto;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
} */




.main_port_slider .port_slider {
    display: flex;
    margin: 0 -15px;
}

.main_port_slider .port_slide {
    max-width: 50%;
    padding: 0 15px;
}

.main_port_slider .fixed-mobile {
    clip: rect(auto, auto, auto, auto);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

.main_port_slider .inner-phone {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 130px;
    z-index: 9;
}

.main_port_slider .inner-phone img {
    padding: 30px 0px 50px;
}

.main_port_slider .section_2 {
    background: url(../../new-img/live-cricket-score-app-development-page/section-2.jpg);
    display: flex;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.main_port_slider .section_4 {
    background: url(../../new-img/live-cricket-score-app-development-page/section-1.jpg);
    display: flex;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.main_port_slider .section_5 {
    background: url(../../new-img/live-cricket-score-app-development-page/section-3.jpg);
    display: flex;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.main_port_slider .section_1,
.section_2,
.section_3,
.section_4,
.section_5 {
    position: relative;
    height: 100vh;
    align-items: center;
}

.main_port_slider .position_cls {
    position: relative;
}

.main_port_slider .slider_content {
    padding: 100px 35px 100px 0;
}

.main_port_slider .slider_content .appi-pp-para p {
    font-size: 12px;
    color: #cdcdcd;
    text-transform: uppercase;
    text-align: left;
}

.main_port_slider .btn-box {
    display: flex;
    column-gap: 20px;
}

.main_port_slider .btn-box .website-btn {
    text-decoration: none;
    color: #041528;
    padding: 10px 20px;
    background: #fff;
    box-shadow: 6px 6px 0px #838383;
    transition: 1s;
    text-transform: uppercase;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.main_port_slider .btn-box .website-btn:hover {
    background: #ffffff27;
    border: 1px solid #fff;
    color: #fff;
    box-shadow: 6px 6px 0px transparent;
}


.main_port_slider .btn-box .website-btn img {
    height: 22px;
    width: auto;
    object-fit: contain;
    transition: 1s;
}

.main_port_slider .btn-box .play-store {
    background-color: #242424;
    color: #fff;
}

.main_port_slider .btn-box .play-store:hover img {
    filter: none !important;
}


.main_port_slider .btn-box .website-btn:hover img {
    filter: invert(1);
}

.main_port_slider .pp-head p {
    font-size: 54px;
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 4px 4px 0px #4f4f4f;
    text-align: left;
    line-height: 60px;
}

.main_port_slider .portfolio-slider {
    margin-top: 20px;
}

.main_port_slider .portfolio-slider span.port-head-tx {
    font-weight: 400;
    font-size: 16px;
    position: relative;
    padding-top: 10px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}

.main_port_slider p {
    color: #fff;
}

.main_port_slider .tech-box {
    background: #ffffff27;
    width: max-content;
    padding: 10px;
    display: flex;
    column-gap: 10px;
    align-items: center;
    border: 1px solid #fff;
    margin-top: 10px;
}

.main_port_slider .tech-box img {
    height: 20px;
    width: auto;
    object-fit: contain;
}

.main_port_slider .tech-box p {
    color: #fff;
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.main_port_slider .mlt-tech {
    display: flex;
    gap: 10px;
}

.main_port_slider .port_slider_wrk {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mobile_port_slider {
    display: none;
}

.mobile_port_slider {
    overflow: hidden;
}

.mobile_port_slider .section_1 {
    background: url(../../new-img/live-cricket-score-app-development-page/port-back-1.png);
    display: flex;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .mobile_port_slider .cricket-port_1 {
  background: url(../../new-img/portfolio-new/port-back-1.png);
  display: flex;
  height: auto;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
} */


.mobile_port_slider .port_slider {
    display: flex;
    margin: 0 -15px;
}

.mobile_port_slider .port_slide {
    max-width: 50%;
    padding: 0 15px;
}

.mobile_port_slider .fixed-mobile {
    clip: rect(auto, auto, auto, auto);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

.mobile_port_slider .inner-phone {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 130px;
    z-index: 9;
}

.mobile_port_slider .inner-phone img {
    padding: 30px 0px 50px;
}

.mobile_port_slider .section_2 {
    background: url(../../new-img/live-cricket-score-app-development-page/section-2.jpg);
    display: flex;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.mobile_port_slider .section_4 {
    background: url(../../new-img/live-cricket-score-app-development-page/section-1.jpg);
    display: flex;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.mobile_port_slider .section_5 {
    background: url(../../new-img/live-cricket-score-app-development-page/section-3.jpg);
    display: flex;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.mobile_port_slider .section_1,
.section_2,
.section_3,
.section_4,
.section_5 {
    position: relative;
    height: 100vh;
    align-items: center;
}

.mobile_port_slider .position_cls {
    position: relative;
}

.mobile_port_slider .slider_content {
    padding: 100px 35px 100px 0;
}

.mobile_port_slider .slider_content .appi-pp-para p {
    font-size: 12px;
    color: #cdcdcd;
    text-transform: uppercase;
    text-align: left;
}

.mobile_port_slider .btn-box {
    display: flex;
    column-gap: 20px;
}

.mobile_port_slider .btn-box .website-btn {
    text-decoration: none;
    color: #041528;
    padding: 10px 20px;
    background: #fff;
    box-shadow: 6px 6px 0px #838383;
    transition: 1s;
    text-transform: uppercase;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.mobile_port_slider .btn-box .website-btn:hover {
    background: #ffffff27;
    border: 1px solid #fff;
    color: #fff;
    box-shadow: 6px 6px 0px transparent;
}


.mobile_port_slider .btn-box .website-btn img {
    height: 22px;
    width: auto;
    object-fit: contain;
    transition: 1s;
}

.mobile_port_slider .btn-box .play-store {
    background-color: #242424;
    color: #fff;
}

.mobile_port_slider .btn-box .play-store:hover img {
    filter: none !important;
}


.mobile_port_slider .btn-box .website-btn:hover img {
    filter: invert(1);
}

.mobile_port_slider .pp-head p {
    font-size: 54px;
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 4px 4px 0px #4f4f4f;
    text-align: left;
    line-height: 60px;
}

.mobile_port_slider .portfolio-slider {
    margin-top: 20px;
}

.mobile_port_slider .portfolio-slider h4 {
    font-weight: 400;
    font-size: 16px;
    position: relative;
    padding-top: 10px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}

.mobile_port_slider p {
    color: #fff;
}

.mobile_port_slider .tech-box {
    background: #ffffff27;
    width: max-content;
    padding: 10px;
    display: flex;
    column-gap: 10px;
    align-items: center;
    border: 1px solid #fff;
    margin-top: 10px;
}

.mobile_port_slider .tech-box img {
    height: 20px;
    width: auto;
    object-fit: contain;
}

.mobile_port_slider .tech-box p {
    color: #fff;
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.mobile_port_slider .mlt-tech {
    display: flex;
    gap: 10px;
}

.mobile_port_slider .port_slider_wrk {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mobile_port_slider .owl-drag .owl-item {
    width: 100% !important;
}

.mobile_port_slider .section_1 {
    padding: 25px;
}

.mobile_port_slider ul.slick-dots {
    top: auto;
    bottom: 20px;
}

.mobile_port_slider .slider span {
    font-size: 32px !important;
}

.mobile_port_slider .inner-phone img {
    padding: 30px 20px 0px;
}

.mobile_port_slider .slider_content {
    padding: 15px 20px 20px;
}


.down-img img {
    width: 100%;
}


@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;
        margin-bottom: 40px;
    }

    .feature-item-thumb {
        margin: 0px;
    }

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

    .service-ne-box .nft-features {
        margin: 10px 0px !important;
    }


    .wallet-page-7 .features-card-w {
    min-height: auto;
    width: 170px;
}

    /* .wallet-page-7 .tab-content .tab-pane .row {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        overflow: scroll;
    } */



    .main_port_slider {
        display: none;
    }

    .mobile_port_slider {
        display: block;
    }

    .mobile_port_slider .section_1,
    .section_2,
    .section_3,
    .section_4,
    .section_5 {
        height: auto;
        padding: 20px 0px 30px;
        min-height: 71vh;
    }

    .mobile_port_slider .port_slider {
        flex-direction: column-reverse;
    }

    .mobile_port_slider .port_slide {
        max-width: 100%;
        text-align: center;
    }

    .mobile_port_slider .port_slide {
        max-width: 100%;
        text-align: center;
    }

    .mobile_port_slider .pp-head p {
        font-size: 40px;
        text-align: center;
    }

    .mobile_port_slider .fixed-mobile {
        position: unset !important;
        height: unset;
        clip: unset;
    }

    .mobile_port_slider .inner-phone {
        padding-top: 0 !important;
        position: unset !important;
        transform: unset !important;
    }

    .mobile_port_slider .inner-phone img.spinnnerImg {
        width: 100%;
        height: auto;
    }

    .mobile_port_slider .col-12 {
        padding: 0px;
    }

    .disc-list {
        counter-reset: step;
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: inherit;
        overflow-x: scroll;
        height: 230px;
    }

    .gradient-border{
        width: max-content;
    }

}