.bg-remove-img {
    background: linear-gradient(135deg, rgba(240, 248, 255, 1) 0%, rgba(230, 240, 255, 0.9) 25%, rgba(220, 235, 250, 0.8) 50%, rgba(200, 220, 255, 0.7) 75%, rgba(240, 240, 255, 1) 100%);
}

.crypt-in-box {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
}

.currency-page-1 .banner-white-box {
    background: #fff;
    margin-left: -14px;
    box-shadow: 4px 0px 30px #0000005e;
    border-radius: 0px 300px 300px 0px;
}

.currency-page-1 .banner-white-box .banner-top-tag {
    color: #fff;
    background-image: linear-gradient(to right, #7e0db3, #ae00a2, #cf0090, #e7137e, #f73c6e);
    width: max-content;
    padding: 15px 20px;
    border-radius: 0px 0px 30px 0px;
}

.currency-page-1 .banner-white-box h1 {
    padding: 15px 15px 0px 20px;
    font-size: 34px;
    font-weight: 900;
    line-height: 47px;
    margin-bottom: 10px;
    width: 90%;
    text-transform: uppercase;
    color: #000;
}

.currency-page-1 .banner-white-box p {
    padding: 0px 15px 30px 20px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    width: 92%;
}

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

.right_btn {
    font-weight: 600;
    color: #ffffff;
    z-index: 4;
    border-radius: 12px 12px 0 0;
    position: relative;
    overflow: hidden;
    transition: 1s;
    transform: scale(0.9);
}

.gradient-text {
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
    background-clip: text;
    color: transparent;
}

.right_btn:after {
    content: "";
    width: 10px;
    top: -163px;
    height: 205px;
    rotate: 38deg;
    background: #fff;
    opacity: 0.2;
    left: 0;
    position: absolute;
    animation: drift 2s linear infinite;
    box-shadow: 0px 0px 26px #fff;
}

.currency-page-1 img {
    height: 450px;
    object-fit: contain;
}

.banner-down-p {
    margin-left: 10px;
}

.crypt-in-box-r {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: end;
}



.crypto-investment-section {
    background-color: #f5f8ff;
}

.stat-box {
    text-align: center;
    max-width: 255px;
    width: 255px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    column-gap: 20px;
    align-items: center;
    position: relative;
}

.stat-box-1::before {
    position: absolute;
    content: "";
    right: -9px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 35px;
    width: 1px;
    background: #888888;
}

.stat-box-1::after {
    position: absolute;
    content: "";
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 15px;
    width: 3px;
    background: linear-gradient(to right, #7e0db3, #cf0090, #f73c6e);
}

.stat-box img {
    height: 40px;
    object-fit: contain;
}

.stat-box h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    text-align: left;
    line-height: 28px;
}

.stat-box p {
    font-size: 14px;
    color: #444;
    margin: 0;
    text-align: left;
}

.stats-container {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    gap: 50px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.cards-container {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.crypto-investment-section .cards-container .card {
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    width: 300px;
    text-align: left;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: 0.5s;
    transform: scale(0.9);
}

.crypto-investment-section .cards-container .card-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #f5f8ff;
    position: absolute;
    top: -20px;
    left: -11px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
}

.crypto-investment-section .cards-container .card-icon .inner-circle {
    width: 40px;
    height: 40px;
    background: linear-gradient(to right, #7e0db3, #cf0090, #f73c6e);
    border-radius: 50%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
}

.crypto-investment-section .cards-container .card-icon .inner-circle img {
    height: 25px;
    object-fit: contain;
}

.crypto-investment-section .cards-container .card-content {
    margin-top: 30px;
}

.crypto-investment-section .cards-container .card-content h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #373737;
}

.crypto-investment-section .cards-container .card-content p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    text-align: left;
    margin: 0;
}

.crypto-investment-section .cards-container .card:hover {
    background: linear-gradient(to bottom, #7e0db3, #cf0090, #f73c6e);
    transform: scale(1);
    z-index: 9;
}

.crypto-investment-section .cards-container .card:hover h4 {
    color: #fff;
}

.crypto-investment-section .cards-container .card:hover p {
    color: #fff;
}



.currency-page-5 .white-back {
    background: #fff;
    width: 100%;
    box-shadow: 0px 0px 10px #00000026;
    border-radius: 40px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    /* justify-content: center; */
    /* align-items: center; */
    margin: 0 auto;
    padding: 0;
}

.currency-page-5 .core_feature_tab {
    text-align: left;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
}

.new-fantasy-sec .core_feature_tab li {
    width: 100%;
    padding: 0 10px;
    float: none;
    display: inline-block;
}

.new-fantasy-sec.currency-page-5 ul.nav.nav-tabs.core_feature_tab.tc li.active a {
    font-size: 15px;
    padding: 13px 22px;
    color: #fff;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    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: 15px 35px;
    border-radius: 40px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-top: 10px;
}


.custom-tab-box {
    /* background: #f9fbff; */
    border-radius: 25px;
    /* box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.07); */
    /* overflow: hidden; */
}

.tab-menu {
    background: #fff;
    padding: 30px 30px;
    /* border-right: 1px solid #eee; */
    border-radius: 40px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    /* justify-content: center; */
}

.tab-menu .nav-link {
    background: transparent;
    border: none;
    color: #000;
    text-align: left;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 6px;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.tab-menu .nav-link.active {
    background: linear-gradient(to right, #7e0db3, #f73c6e);
    color: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.tab-content-wrapper {
    background: #f9fbff;
    padding: 30px;
    border-radius: 40px;
    box-shadow: 0px 0px 10px #00000026;
    display: flex;
    align-items: center;
}

.tab-title {
    font-size: 22px;
    font-weight: 700;
    color: #8a0c91;
    margin-bottom: 15px;
}

.tab-content p {
    color: #333;
    font-size: 15px;
    line-height: 1.7;
}

.tab-content ul li {
    margin-bottom: 8px;
    font-size: 15px;
    color: #000;
}


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

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

.currency-page-6 .card .back-box-c button {
    box-shadow: none;
    border: 0px;
    background: transparent;
    font-weight: 600;
}

.currency-page-6 .card img {
    width: 50px;
    margin-bottom: 5px;
}

.currency-page-6 .card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.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 button {
    color: #fff;
}

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




.tab-content ul li {
    font-weight: 500;
    font-size: 15px;
}

.tab-content .img-fluid {
    max-width: 100%;
    height: auto;
}

.currency-page-7 .nav-tabs {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    flex-direction: row !important;
    height: max-content;
    padding: 20px 0px;
    column-gap: 10px;
    border-color: transparent;
}

.currency-page-7 .core-feature-tabs li a.active,
.currency-page-7 .core-feature-tabs li a:hover {
    background-image: linear-gradient(to right, #7e0db3, #ae00a2, #cf0090, #e7137e, #f73c6e);
    border: 1px solid #7e0db3;
    border-bottom-color: transparent;
    cursor: default;
    box-shadow: 0 6px 30px rgb(0 0 0 / 30%);
    padding: 12px 20px !important;
    border-radius: 5px !important;
    font-size: 12px !important;
    color: #fff;
    font-weight: 400 !important;
    margin-top: 10px;
    width: max-content !important;
}

.currency-page-7 .core-feature-tabs li a {
    line-height: 1.42857143;
    border: 1px solid #7e0db3;
    padding: 12px 20px;
    border-radius: 5px !important;
    font-size: 12px;
    color: #7e0db3;
    font-weight: 400;
    margin-top: 10px;
    width: max-content;
    cursor: pointer !important;
}

.tab-pane .tab-content-ser p {
    font-size: 16px;
    color: #313131;
    font-weight: 400;
    text-align: left;
    line-height: 30px;
    margin: 0;
    width: 100%;
}

.currency-page-7 .tab-pane .tab-content-ser ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    column-gap: 10px;
}

.currency-page-7 .tab-pane .tab-content-ser ul li {
    margin: 8px 0px;
    font-weight: 600;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    column-gap: 10px;
    align-items: center;
    color: #333;
    background: #fff;
    width: max-content;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #00000040;
}

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


.currency-page-7.new-fantasy-sec .tab-content .tab-pane img {
    height: 330px !important;
    margin-top: -90px;
}

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

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

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

.new-ex-change .card p {
    font-size: 12px;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.6;
    padding-left: 10px;
}

.currency-page-14 .tab-tech-one {
    padding: 1px 20px 1px 1px;
}

.new-ex-change-1 .tab-tech-oneIn {
    padding: 20px 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 8px #00000038;
}

.new-ex-change-1 .tab-tech-oneIn p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 25px;
}


.new-ex-change-2 ul {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
}

.new-ex-change-2 ul li {
    margin: 0px 0px 8px;
    font-weight: 600;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    column-gap: 10px;
    align-items: center;
    color: #333;
    background: #fff;
    width: max-content;
    border-radius: 10px;
    border: 1px solid #cdcdcd;
    gap: 15px;
    font-size: 14px;
    width: max-content;
    text-align: center;
    padding: 10px 25px 10px;
    flex-direction: row;
    align-items: center;
}

.new-ex-change-2 ul li img {
    height: 30px;
}



.new-ex-change-3 {
    background: linear-gradient(135deg, rgba(240, 248, 255, 1) 0%, rgba(230, 240, 255, 0.9) 25%, rgba(220, 235, 250, 0.8) 50%, rgba(200, 220, 255, 0.7) 75%, rgba(240, 240, 255, 1) 100%);
    padding: 50px 0px;
}

.new-ex-change-3 .top-title {
    background: linear-gradient(to right, #7e0db3, #ae00a2, #cf0090, #e7137e, #f73c6e);
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 20px 0px 20px 0px;
    width: max-content;
}

.new-ex-change-3 .top-title span {
    font-style: normal;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
}

.new-ex-change-3 p {
    line-height: 27px;
}

.new-ex-change-3 ul {
    padding: 1px 0px 10px;
}

.new-ex-change-3 ul li {
    padding: 0 22px;
    font-weight: normal;
    border: 0;
    margin: 10px 0 2px 0;
    font-size: 13px;
    position: relative;
    color: #000;
}

.new-ex-change-3 ul li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 6px;
    width: 8px;
    height: 8px;
    background: #9d9b9b;
    border-radius: 100%;
}

.new-ex-change-3 img {
    width: 100%;
    height: 480px;
    object-fit: contain;
}

.new-ex-change-3 .btn-mid {
    margin: 0px !important;
}

.new-ex-change-3 .btn-mid .gradient-border {
    display: flex;
    justify-content: center;
}


.blockchain-cta-sec .cta-back {
    border-radius: 23px;
    background-image: linear-gradient(270deg, #009eec, #0070db);
    padding: 30px 50px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}

.blockchain-cta-sec .cta-back h3 {
    color: #fff;
    font-size: 24px;
}

.blockchain-cta-sec .cta-back p {
    color: #fff;
    margin: 0;
}

.blockchain-cta-sec .cta-back .btn-mid {
    width: max-content !important;
    margin: 0 !important;
}

.blockchain-cta-sec .cta-back .btn-mid button {
    width: max-content;
    background: #ffbe00;
    color: #000;
    font-weight: 500;
    padding: 12px 29px;
    margin: 0;
}

.currency-page-8 .development-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.currency-page-8 .dev-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 320px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: flex-end;
    transition: 3s ease;
}

.currency-page-8 .dev-overlay {
    position: absolute;
    top: 190px;
    transition: 1s;
    width: 100%;
    padding: 24px;
    color: #fff;
}

.currency-page-8 .dev-overlay h3 {
    color: #fff;
}

.currency-page-8 .dev-content-box img,
.currency-page-8 .dev-overlay img {
    width: 50px;
    margin-bottom: 0;
    object-fit: contain;
}

.currency-page-8 .dev-content-box h3,
.currency-page-8 .dev-overlay h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    margin: 10px 0px;
}

.currency-page-8 .white-box {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    margin: 20px;
    padding: 24px;
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100%;
    transition: 0.5s;
}

.currency-page-8 .dev-content-box p {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

.currency-page-8 .dev-card:hover .dev-overlay {
    position: absolute;
    left: 0px;
    right: 0px;
    top: -100%;
    transition: 1s;
}

.currency-page-8 .dev-card:hover .dev-content-box {
    bottom: 0;
}

.currency-page-8 .dev-content-box img {
    filter: invert(1);
}

.currency-page-14 .tab-tech-oneIn {
    box-shadow: rgba(0, 0, 0, 0.22) 0px 0px 8px;
    margin-bottom: 30px;
    padding: 30px 20px;
}

.currency-page-14 .gradient-border {
    background: transparent;
    margin-left: 0px;
}

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

.currency-page-9 .new-process .roadmap_box p {
    color: #333;
    font-size: 13px;
    font-weight: 400;
}

.blockchain-cta-sec-1 .cta-back {
    background: url(../../new-img/crypto-currency-page/cta-backk.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    background-position: center;
}

.blockchain-cta-sec-1 .cta-back .btn-mid button {
    width: max-content;
    background: #fff;
    color: #000;
    font-weight: 500;
    padding: 12px 29px;
}



/* portfolio */

.main_port_slider {
    overflow: hidden;
}

.main_port_slider .section_1 {
    background: url(../../new-img/crypto-currency-page/section-1.webp);
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  height: auto;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
} */




.main_port_slider .port_slider {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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/crypto-currency-page/section-2.webp);
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.main_port_slider .section_4 {
    background: url(../../new-img/crypto-currency-page/section-3.webp);
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.main_port_slider .section_5 {
    background: url(../../new-img/crypto-currency-page/section-1.webp);
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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 h4 {
    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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    gap: 10px;
}

.main_port_slider .port_slider_wrk {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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/crypto-currency-page/section-1.webp);
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  height: auto;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
} */


.mobile_port_slider .port_slider {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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/crypto-currency-page/section-2.webp);
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.mobile_port_slider .section_4 {
    background: url(../../new-img/crypto-currency-page/section-3.webp);
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.mobile_port_slider .section_5 {
    background: url(../../new-img/crypto-currency-page/section-1.webp);
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    gap: 10px;
}

.mobile_port_slider .port_slider_wrk {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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;
}




.bot-trading-tech .tab-tech .nav-tabs {
    justify-content: space-between !important;
    border: 0px;
    flex-direction: column;
    gap: 10px;
}

.bot-trading-tech .tab-content {
    width: 100%;
    height: 100%;
}

.bot-trading-tech .tab-tech {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.bot-trading-tech .tab-tech .nav-tabs li {
    min-width: 260px;
}

.bot-trading-tech .tab-tech .nav-tabs li button {
    background: #fff;
    border: 1px solid #efefef;
    color: #222;
    display: block;
    font-weight: 600;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    margin: 0 0 0 -1px;
    border-radius: 5px;
    width: 100%;
}

.bot-trading-tech .tab-tech .stage-one-box {
    border: 1px solid #efefef;
    border-radius: 5px;
    clear: both;
    padding: 15px 25px;
    position: relative;
    top: 0;
    background: #fff;
    border-radius: 10px;
}

.bot-trading-tech .tab-tech .stage-one-box b {
    box-shadow: 2px 1px 5px #ddd;
    display: inline-block;
    padding: 8px 18px;
    border-radius: 10px;
    border: 1px solid #eee;
    margin-top: 6px;
    font-weight: 600;
    margin: 0 10px 10px 0;
}

.bot-trading-tech .tab-tech .stage-one-box b img {
    width: auto;
    margin: 0 10px 0 0px;
    height: 30px;
}

.bot-trading-tech .tab-tech .nav-tabs li button.active {
    color: #fff;
    background: #6a3e90;
    border: 1px solid #6a3e90;
}


.currency-page-1 {
    position: relative;
    z-index: 9;
}

.currency-page-13 .gradient-border {
    background: transparent;
    justify-content: start;
    margin-left: 0;
}







/* //// */
section.time-popup {
  position: fixed;
  z-index: 9999;
  display: none;
}

.time-popup .popup-overlay {
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: start;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 30px 0;
  overflow: scroll;
}

.time-popup .popup-modal {
  background: linear-gradient(to right, #ffffff, #e3ecff);
  border-radius: 20px;
  padding: 50px 30px;
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.time-popup .popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #7e0db3;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.time-popup .popup-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.time-popup .popup-left,
.time-popup .popup-right {
  flex: 1 1 45%;
}

.time-popup .popup-right {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 1px 0px 20px #00000052;
}

.time-popup h2 {
  font-size: 38px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  text-align: center;
}

.time-popup h2 span {
  color: #7e0db3;
}


.time-popup .subheading {
  font-size: 20px;
  margin: 8px 0 35px;
  text-align: center;
}

.time-popup .li-head {
  font-size: 17px;
  font-weight: 600;
  padding-bottom: 13px;
  color: #ff0000;
}

.time-popup .highlight-li {
  background: #ffdc29;
  padding: 8px 20px;
}

.time-popup .popup-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  /* padding-left: 18px; */
}

.time-popup .popup-list li {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
}

.time-popup .popup-list li img {
  height: 22px;
  margin-right: 5px;
}

.time-popup .contact-info p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 26px;
  text-align: left;
}

.time-popup .contact-info p strong {
  font-size: 16px;
}


.time-popup .brands img {
  height: 55px;
  margin-right: 12px;
}

.time-popup .review {
  margin-top: 15px;
  font-size: 12px;
  background: #e7efff;
  padding: 8px 12px;
  border-radius: 8px;
  display: inline-block;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.time-popup .popup-right h3 {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 26px;
}

.time-popup .captcha span {
  font-size: 14px;
}

.time-popup .popup-right form label {
  font-size: 14px;
}

.time-popup .popup-right form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.time-popup .popup-right input,
.time-popup .popup-right textarea {
  padding: 7px 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  width: 100%;
  font-size: 14px;
}

.time-popup .popup-right textarea {
  resize: vertical;
  height: 80px;
}

.time-popup .phone-input {
  display: flex;
  align-items: center;
  width: 100% !important;
}

.time-popup .phone-input .flag {
  background: transparent;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 13px;
}

.time-popup .phone-input .rqstphone {
  padding-left: 95px !important;
}

.time-popup .file-nda-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
}

.time-popup .file-upload input {
  display: none;
}

.time-popup .file-upload {
  cursor: pointer;
  background: #e3ecff;
  padding: 6px 12px;
  border-radius: 6px;
  display: inline-block;
}

.time-popup .captcha {
  display: flex;
  align-items: center;
  gap: 10px;
}

.time-popup .captcha input {
  flex: 1;
}

.time-popup .phone-input .iti__selected-country {
  background: transparent;
  color: #000;
  padding: 10px 10px 10px 10px;
  font-weight: 500;
  border-right: 1px solid #ccc;
  border-radius: 0px;
  cursor: pointer;
  font-size: 16px;
  border-bottom: 0;
  border-top: 0;
  border-left: 0;
}

.time-popup .phone-input .iti__selected-dial-code {
  font-size: 14px;
}

.time-popup .file-upload span {
  display: flex;
  align-items: center;
}

.time-popup .file-upload span img {
  height: 17px;
  margin-right: 6px;
}

.time-popup .popup-right button {
  background: transparent;
  color: #000;
  padding: 10px 10px 10px 10px;
  font-weight: 500;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
}

.time-popup .popup-right button .iti__selected-country-primary {
  padding: 0px !important;
}

.time-popup .required {
  color: #7e0db3;
}

.time-popup .blue-text {
  background: #7e0db3;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
}

.time-popup .check-box {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}

.time-popup .check-box input {
  width: max-content;
}

.time-popup .s-icon {
  height: 24px;
  width: auto;
  object-fit: contain;
  margin-right: 10px
}

.time-popup .contact-info .title-con {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 4px solid #6c6c6c;
  padding-bottom: 20px;
  width: max-content;
}

.time-popup .contact-info .title-con strong {
  font-size: 34px;
  color: #333;
}

.time-popup .contact-info .title-con img {
  height: 30px;
}

@media screen and (max-width: 450px) {

    .crypt-in-box {
        display: block;
    }

    .currency-page-1 .banner-white-box {
        border-radius: 0px 30px 30px 0px;
    }

    .currency-page-1 .banner-white-box h1 {
        font-size: 28px;
        font-weight: 800;
        width: 100%;
        line-height: 40px;
    }

    .currency-page-1 img {
        height: max-content;
        object-fit: contain;
        padding-top: 60px;
        width: 100%;
    }

    .stat-box-1::after,
    .stat-box-1::before {
        display: none;
    }

    .currency-page-5 .white-back {
        display: inline-block;
    }

    .currency-page-5 .white-back ul#v-pills-tab {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        flex-direction: row !important;
        overflow-x: auto;
        flex-wrap: nowrap;
        justify-content: inherit !important;
    }

    .currency-page-5 .white-back ul#v-pills-tab li button {
        width: max-content !important;
    }

    .currency-page-7 .nav-tabs {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        flex-wrap: nowrap !important;
        flex-direction: row !important;
        height: max-content;
        padding: 20px 0px;
        column-gap: 10px;
        border-color: transparent;
        white-space: nowrap;
        overflow-x: auto;
    }

    .currency-page-7 .tab-pane .tab-content-ser ul {
        column-gap: 10px;
        white-space: nowrap;
        overflow-x: auto;
    }

    .currency-page-7.new-fantasy-sec .tab-content .tab-pane img {
        display: none;
    }

    .currency-page-14 .crypt-exchange-in.crypt-exchange-next.mt-1 {
        padding-bottom: 20px;
    }

    .new-ex-change-2 ul li {
        gap: 15px;
        font-size: 12px;
        width: max-content;
        text-align: center;
        padding: 10px 15px 10px;
    }

    .new-ex-change-2 ul li img {
        height: 25px;
    }

    .new-ex-change-2 ul {
        padding: 0px;
    }

    .new-ex-change-3 img {
        display: none;
    }

    .blockchain-cta-sec .cta-back {
        flex-direction: column;
        gap: 30px;
        align-items: last baseline;
    }

    .blockchain-cta-sec .cta-back h3 {
        line-height: 36px;
    }

    .blockchain-cta-sec .cta-back {
        padding: 30px;
    }

    .currency-page-8 p {
        width: 100%;
    }

    .currency-page-13 .crypt-exchange-in.crypt-exchange-next.mt-1 {
        padding-bottom: 40px;
    }





    .crypto-investment-section .cards-container .card {
        width: 100%;
    }

    .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;
        height: 78vh !important;
    }

    .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 ul.slick-dots li button {
        border: 0;
        font-size: 0;
        width: 15px;
        height: 15px;
        background: #e2e2e2;
        border-radius: 100%;
        display: inline-block;
        line-height: normal;
    }

    .mobile_port_slider ul.slick-dots li.slick-active button {
        background: #6c4192;
    }

    .mobile_port_slider .slick-arrow,
    .mobile_port_slider .slick-dots {
        /* display: none !important; */
        display: flex !important;
        justify-content: center;
        column-gap: 10px;
        padding: 0;
    }

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

    .crypt-in-box-r {
        display: none;
    }

    .currency-page-8 .development-grid,
    .currency-page-6 .exchange-grid {
        display: flex !important;
        gap: 15px;
        flex-direction: column;
    }

    .mobile_port_slider .slider_content .appi-pp-para p {
        text-align: center;
    }

    .bot-trading-tech .tab-tech {
        flex-direction: column;
    }

    .bot-trading-tech .tab-tech .nav-tabs {
        justify-content: space-between !important;
        border: 0px;
        flex-direction: row;
        gap: 10px;
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        overflow: scroll;
        padding-bottom: 10px;
    }

    .bot-trading-tech .tab-tech .nav-tabs li {
        min-width: auto;
    }

    .bot-trading-tech .tab-tech .nav-tabs li button {
        width: max-content;
        padding: 10px 30px;
    }

    .mob-tech-s {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
    }

    .bot-trading-tech .tab-tech .stage-one-box b {
        display: flex !important;
        align-items: center;
    }

    .gradient-border {
        justify-content: center;
        display: flex;
    }

    .p-5 {
        padding: 30px 0px !important;
    }

    .pb-70 {
        padding-bottom: 40px;
    }

    .pt-70 {
        padding-top: 40px;
    }


    .crypt-dev-box {
        grid-column-gap: 0px;
    }
}