.currency-page-1 {
    background: url(../../new-img/company-page/about-bg.webp) top no-repeat;
    padding: 215px 0 50px;
    min-height: 550px;
}

.currency-page-1 img {
    object-fit: contain;
    width: 90%;
    height: 400px;
}

.currency-page-1 .crypt-in-box-l h1 {
    margin-bottom: 10px;
    text-transform: uppercase;
    padding: 0;
    color: #fff;
}

.currency-page-1 .crypt-in-box-l p {
    color: #fff;
}

.dowwnn h2 span {
    display: inherit;
    font-size: 18px;
    color: #6e6e6e;
}

.miss-visi {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 50px;
    align-items: center;
    align-content: center;
    margin-top: 20px;
}

.miss-visi .crypt-in-invest {
    position: relative;
}

.crypt-in-invest {
    display: flex;
    justify-content: center;
    align-items: center;
}

.miss-visi .crypt-in-invest:before {
    content: "";
    position: absolute;
    background: #ffe0e0;
    height: 100%;
    width: 80%;
    left: -17%;
    top: -20%;
    z-index: -1;
    border-radius: 40px 100px 10px 100px;
}

.our-mission .crypt-in-invest img {
    width: 100%;
    padding: 8px;
    background: #fff;
    border-radius: 10px 60px 10px 10px;
    position: relative;
    z-index: 1;
}

.miss-visi.miss-visi-two {
    grid-template-columns: 1.5fr 1fr;
    margin-bottom: 70px;
}

.miss-visi.miss-visi-two .crypt-in-invest:before {
    content: "";
    position: absolute;
    background: #ffe0e0;
    height: 100%;
    width: 80%;
    left: auto;
    top: auto;
    z-index: -1;
    border-radius: 40px 100px 10px 100px;
    right: -20%;
    bottom: -20%;
}



.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;
    justify-content: end;
}





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

.currency-page-5 .core_feature_tab {
    text-align: left;
    display: flex;
    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; */
}

.custom-tab-box .nav {
    width: 100%;
}

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

.tab-menu .nav-link {
    background: transparent;
    border: none;
    color: #000;
    text-align: left;
    padding: 18px 20px;
    font-size: 18px;
    border-radius: 30px;
    margin-bottom: 10px;
    transition: 0.5s;
    width: 100%;
    font-weight: 600;
}

.tab-pane .career-tab-img {
    height: 70px;
    object-fit: contain;
}

.tab-menu .nav-link.active {
    background: linear-gradient(to right, #7e0db3, #f73c6e);
    color: #fff;
    width: 100%;
}

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

.tab-title {
    font-size: 28px;
    font-weight: 700;
    background-image: linear-gradient(to right, #7e0db3, #ae00a2, #cf0090, #e7137e, #f73c6e);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 7px !important;
    text-transform: uppercase;
}

.tab-content p {
    color: #333;
    font-size: 15px;
    line-height: 1.7;
    border-bottom: 1px solid #878787;
    padding-bottom: 7px;
}

.tab-content ul li {
    margin-bottom: 15px;
    font-size: 15px;
    color: #000;
    display: flex;
    column-gap: 10px;
}

.tab-content ul li img {
    object-fit: contain;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    padding-top: 20px;
}


.global-rankings-sec .ranking-box {
    background-image: linear-gradient(to right, #7e0db3, #ae00a2, #cf0090, #e7137e, #f73c6e);
    border-radius: 20px;
    padding: 2px;
    display: inline-block;
    height: max-content;
    position: relative;
    width: 100%;
    min-height: 100%;
    text-decoration: none;
}

.global-rankings-sec .left-side-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 15px;
}

.global-rankings-sec .ranking-box .inner-text {
    border-radius: 18px;
    padding: 10px 0px;
    background: rgb(255, 255, 255);
    text-align: center;
    position: relative;
    transition: background 0.3s ease;
}


span.rating-bx {
    display: grid;
    width: 100%;
    margin: 12px 0 0 0;
    font-weight: 600;
    font-size: 12px;
    justify-content: center;
}



span.rating-bx img {
    margin: 0 0 9px 0 !important;
    height: 18px !important;
    transition: 0.5s;
}

.global-rankings-sec .ranking-box .inner-text img {
    height: 45px;
    width: auto;
    object-fit: contain;
    margin-top: 10px;
    margin-bottom: 7px;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
}

.global-rankings-sec .ranking-box:hover .inner-text img {
    filter: brightness(0) invert(1);
}

.global-rankings-sec .ranking-box .inner-text .main-line {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    padding: 15px 5px 40px;
    transition: color 0.3s ease;
}

.global-rankings-sec .ranking-box .inner-text .main-line {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    padding: 15px 5px 40px;
    transition: color 0.3s ease;
    width: 80%;
    margin: auto;
}

.global-rankings-sec .ranking-box .inner-text .bottom-line {
    position: absolute;
    bottom: 0px;
    background-image: linear-gradient(to right, #7e0db3, #ae00a2, #cf0090, #e7137e, #f73c6e);
    width: 100%;
    border-radius: 0px 0px 18px 18px;
    color: #fff;
    padding: 5px 0px;
    font-size: 14px;
    font-weight: 600;
    /* transition: border-top 0.3s ease; */
}

.global-rankings-sec .ranking-box:hover .inner-text {
    background: transparent;
}

.global-rankings-sec .ranking-box:hover span.rating-bx {
    color: #fff;
}

.global-rankings-sec .ranking-box:hover .inner-text span.rating-bx img {
    -webkit-filter: grayscale(0%) !important;
    filter: grayscale(0%) !important;
}

.global-rankings-sec .ranking-box:hover .inner-text .main-line {
    color: #fff;
}

.global-rankings-sec .ranking-box:hover .inner-text .bottom-line {
    border-top: 2px solid #fff;
}


.our-gallery .image {
    margin: 0px 10px 20px;
}

.our-gallery .image img {
    width: 100%;
}
.crypt-dev.currency-page-1.trems-contions {
    min-height: auto;
    padding: 145px 0 30px 0;
}
.trems-box-text h2 {
    font-size: 28px !important;
    margin: 0 0 13px 0;
}
.trems-box-text p {
    font-size: 14px;
    line-height: 24px;
}

.trems-box-text {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px 0;
}
.trems-box-text-two h3 {
    font-size: 20px;
    margin: 0 0 10px 0;
    text-transform: capitalize;
}
.trems-box-text-two ul li {
    position: relative;
    margin: 9px 0;
    padding-left: 22px;
    font-size: 15px;
}
.trems-box-text-two ul {
    margin: 0 0 20px 0;
    display: inline-block;
    width: 100%;
}
.trems-box-text-two {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px 0;
}
.trems-box-text-two ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #464646;
    border-radius: 100px;
}
@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;
    }

    .miss-visi {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .miss-visi.miss-visi-two {
        grid-template-columns: 1fr;
        margin-bottom: 70px;
    }

    .global-rankings-sec .left-side-box {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}