.currency-page-1 {
    background: url(../../new-img/career-page/contact-slider.webp) top no-repeat;
    padding: 215px 0 50px;
    min-height: 400px;
}

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

.currency-page-1 .crypt-in-box-l h1 {
    font-size: 55px;
    font-weight: 900;
    line-height: 55px;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding: 0;
    color: #fff;
}

.currency-page-1 .crypt-in-box.cryexbx {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    align-items: center;
}

.currency-page-3 .btn-mid {
    margin-top: 0px !important;
}

.hr_email {
    display: flex;
}

.hr_email a {
    font-size: 16px;
    display: flex;
    font-weight: 600;
    color: #2e70b4;
    text-align: center;
    padding: 10px 20px;
    border: 1px solid #2e70b4;
    border-radius: 5px;
    min-width: 240px;
    margin: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.currency-page-6 .exchange-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 0 auto;
}

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




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


/*contact us page*/

.get-touch-main {
    background: linear-gradient(135.01deg, #890AAF 5.43%, #A8149D 38.81%, #F02B74 89.41%);
    border-radius: 40px;
    padding: 40px 50px;
}

.get-touch-text {
    color: #fff;
}

.get-touch-text h2,
.get-touch-text h3 {
    color: #fff;
}

.get-map iframe {
    width: 100%;
}

.get-map {
    border-radius: 30px;
    overflow: hidden;
}

.get-touch-text h2 {
    font-weight: 600 !important;
    margin: 0 0 10px 0;
}

.get-touch-text p {
    font-size: 15px;
}

.get-address {
    margin: 20px 0 0 0;
    display: inline-block;
    width: 100%;
}

.get-address-li {
    position: relative;
    padding-left: 82px;
    margin: 0 0 20px 0;
    display: inline-block;
    width: 100%;
}

.get-address-li span {
    position: absolute;
    left: 0;
    top: -2px;
}

.get-address-li h3 {
    font-size: 20px;
    margin: 0 0 10px 0;
}

.get-address-li p {
    font-size: 14px;
}

.get-address-li p a{
    color: #fff;
}

.get-address-li span img {
    width: 60px;
}

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

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

    .get-touch-main {
        padding: 30px 40px;
    }

    .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;
        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;
        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 {
        display: flex;
        flex-wrap: nowrap;
        column-gap: 10px;
        white-space: nowrap;
        overflow-x: auto;
    }

    .currency-page-7.new-fantasy-sec .tab-content .tab-pane img {
        margin-top: 20px;
    }

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

    .new-ex-change-2 ul li {
        gap: 10px;
    }

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

    .new-ex-change-3 img {
        width: 90%;
        height: auto;
        object-fit: contain;
        margin: 0 auto;
        text-align: center;
        display: flex;
    }

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

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

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

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