/* .landing-page{
    background: url(../images/banner-updated-bg.png);
    background-repeat: no-repeat;
    background-position: 100% 100vh;
    background-size: cover;
} */

body.dark .landing-page {
    background: #080907;
}
body.landing-page {
    /* font-family: 'Consolas' !important; */
    background: #ffffff;
}
section.crypto-exchange-banner {
    padding: 100px 0;
    /* background: url(../images/banner-bg.png); */
    background-repeat: no-repeat;
    background-size: 100%;
    /* box-shadow: 0px -20px 23px 0px var(--font-clr) inset; */
    /* margin-top: 70px; */
    /* height: 93vh; */
    /* background-position-y: center; */
}
.apply-now i.fa-solid.fa-qrcode {
    background: var(--Color1, rgba(137, 44, 220, 1));
    color: var(--font-clr);
    padding: 10px;
    border-radius: 50px;
    font-size: 19px;
}

.signin-txt > div {
    margin-bottom: 0;
    font-size: 16px !important;
    display: flex;
    align-items: center;
    /* gap: 13px; */
}
section.crypto-exchange-banner h1 {
    font-size: 46px;
    line-height: 1.4;
    font-weight: 700;
    color: var(--font-clr);
    margin-bottom: 12px;
}
.qr-code-img img {
    width: 50%;
}
.more-down {
    margin-top: 20px;
}
.more-down a {
    padding: 11px 19px !important;
}
.qr-code-box {
    text-align: center;
    visibility: hidden;
    opacity: 0;
    min-width: 5rem;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: 2px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #000;
    padding: 30px 0;
    display: none;
}
.qr-i{
    cursor: pointer;
}
.qr-i:hover >.qr-code-box,  .qr-i .qr-code-box:hover {
    visibility: visible;
    opacity: 1;
    display: block;
}
section.crypto-exchange-banner h1 span {
    background: linear-gradient(90.15deg, #5d7bfe 0.73%, #0974ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.header-link i.fa.fa-chevron-down {
    font-size: 10px;
}
section.crypto-exchange-banner p {
    font-size: clamp(16px, 4vw, 16px);
    font-weight: 400;
    line-height: 1.3;
    color: var(--font-clr);
    margin-bottom: 0;
}
.d-flex.link-with > a img {
    width: 30px;
}
.signin-txt {
    margin-top: 30px;
}
section.crypto-exchange-banner .input-field input::placeholder{
    color: var(--font-clr);
}
section.crypto-exchange-banner .input-field input {
    border-radius: 5.39px;
    background: var(--mail-bg);
    padding: 9px 20px;
    border: none;
    width: 365px;
    color: #892CDC;
}
section.crypto-exchange-banner .input-field input::placeholder {
    font-size: 16px;
    color: #892cdcba;
}

.email-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
}

input:focus-visible {
    outline: none;
}
section.crypto-exchange-banner .bit-coin p {
    margin: 0 !important;
    font-size: 13px !important;
}
section.crypto-exchange-banner .rewards-hub {
    display: flex;
    gap: 26px;
    text-align: center;
    /* margin-top: 90px; */
}
section.crypto-exchange-banner .coin-box {
    border-radius: 5.263px;
    background: linear-gradient(
        134deg,
        #012f76 -18.69%,
        #13cbee -18.68%,
        #114599 69.87%
    );
    padding: 14px 20px;
    color: var(--font-clr);
}
section.crypto-exchange-banner .bit-coin p:last-child {
    font-size: 21px !important;
    white-space: nowrap;
    font-weight: 700;
}

/*  */
/* .owl-item {width: ; margin-right: 10px; } */

section.welcome-reward {
    /* padding-top: 100px; */
}

section.welcome-reward .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 40px !important;
}

section.money-invest a.play-direct {
    display: flex;
    gap: 19px;
    align-items: center;
    color: var(--font-clr);
}
section.money-invest .buy-store {
    display: flex;
    gap: 50px;
}
section.money-invest .google-play-direct {
    padding: 7px 22px;
    border-radius: 5px;
    border: 1px solid var(--Secondary, #777e90);
    background: var(--On-Surface, #23262f);
}
.quality-assets p {
    margin: 0;
}
section.money-invest .goolge-play {
    display: flex;
    flex-direction: column;
}
section.money-invest span {
    line-height: 1.1;
}
section.money-invest span:first-child {
    font-size: 14px;
}
section.money-invest span:last-child {
    font-size: 20px;
}
.b-coiin img {
    width: 30%;
}

.space-bottom {
    margin-bottom: 60px;
}
section.money-invest h2 {
    font-size: clamp(30px, 4vw, 40px);
    max-width: 620px;
    color: #000;
}
section.money-invest {
    background: #eff9ff;
    padding: 30px 0 0 0;
}
section.money-invest p {
    color: #777e90;
    font-size: 30px;
}
section.money-invest ul.buy-step {
    list-style: none;
    padding-left: 0;
}
section.money-invest ul.buy-step li {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
}

section.money-invest ul.buy-step i.fa.fa-circle-check {
    font-size: 17px;
    color: #3772ff;
}
section.money-invest ul.buy-step span {
    font-size: 16px;
    color: #777e90;
    margin-left: 25px;
}
section.money-invest .invest-money img.img-fluid {
    width: 70%;
}

.left-cnt h5 {
    font-size: 32px;
}
.acct-btn a {
    border-radius: 50px;
    background: var(--Surface-main, var(--font-clr));
    color: #000;
    padding: 16px 24px;
    font-weight: 600;
}
.step-map {
    margin-top: 60px;
}
.work-steps {
    position: relative;
    text-align: center;
    border: 1.29px solid #ccc;
    padding: 15px 26px;
    border-radius: 6px;
    transition: transform 0.5s;
    cursor: pointer;
    height: 100%;
}
.work-steps:hover {
    transform: scale(1.1);
}
.step-start img {
    padding-bottom: 20px;
}

.step-start.step3:before,
.step-start.step3:after {
    bottom: 42px;
}
section.market-update .market-update-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.market-update {
    margin-top: 50px;
}
section.market-update .table-box {
    /* padding: 8px; */
    overflow: auto;
}
section.market-update span.green {
    color: #58bd7d;
    font-weight: 600;
}
section.market-update td {
    font-weight: 400;
}
section.market-update span.red {
    color: #d33535;
    font-weight: 600;
}
section.market-update .see-all p {
    border-bottom: 2px solid #e5e5e5;
    font-weight: 700;
}
section.market-update .tab-head-search {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

/* .search__box {
    float: left;
    height: 4rem;
    display: inline;
    background: none;
    color: #f7f7f7;
    border-radius: 2rem;
    outline: none;
    border: none;
    position: relative;
    opacity: 1;
    transition: all .75s ease-in;
    cursor: pointer;
  }
   */

section.market-update .search-input {
    position: relative;
    display: flex;
    align-items: center;
}

section.market-update i#icon {
    position: absolute;
    left: 80%;
    color: gray;
}

section.market-update .search-input input {
    border-radius: 50px;
    padding: 7px 29px;
    border: 1px solid #cdcd;
}
section.market-update .search-input input::placeholder {
    color: #cdcd !important;
}
section.market-update .search__icon {
    box-sizing: border-box;
    display: inline-block;
    margin-left: 0.8rem;
    margin-top: 0;
    cursor: pointer;
    position: absolute;
    transition: all 0.25s ease-in;
    padding: 0.7rem;
}
section.market-update h2 {
    font-size: clamp(30px, 4vw, 40px);
    font-weight: 700;
    color: var(--font-clr) !important;
}
/* Tabs */

section.market-update .tabs {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

section.market-update .tab-link {
    list-style: none;
    color: #777e90;
    cursor: pointer;
    font-weight: 700;
    transition: all ease 0.5s;
    letter-spacing: 1px;
    padding: 10px 19px;
    border-radius: 50px;
    border: 0.93px solid var(--Color-2, #0dcaf0 );
    white-space: nowrap;
}
section.market-update .table-box thead {
    color: #777e90;
    font-family: "DM Sans";
}
section.market-update .tab-link:hover {
    color: #999;
    border-color: #999;
}

section.market-update .tab-link.active {
    color: #333;
    border-color: #333;
}

section.market-update .tab-link.active {
    color: #fff;
    border-radius: 50px;
    background: #0dcaf0 ;
    padding: 10px 19px;
    white-space: nowrap;
    border: none;
}
body.landing-page .wrapper {
    max-width: 1044px;
    margin: 0 auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    /* padding: 20px; */
    margin-top: 50px;
    background: var(--mail-bg);
    border-radius: 30px;
    padding-bottom: 20px;
}
body.landing-page.dark .wrapper{
    box-shadow: #ccd6fc33 0px 0px 9px;
    background: #25293061;
    border-radius: 6px;
}
section.market-update .table-box tr {
    vertical-align: sub;
}
/* .content-wrapper{
	padding: 40px 80px;
} */

.tab-content {
    /* display: none; */
    /* text-align: center; */
    color: #888;
    font-weight: 300;
    font-size: 15px;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn 0.5s ease 1 forwards;
}

.tab-content.active {
    display: block;
}
.table-box th:nth-child(3) {
    text-align: left;
}
.table-box table.table tbody tr:hover {
    border-radius: 12px;
    background: #22286726;
    cursor: pointer;
}
.table-box table.table tbody tr:hover svg g path {
    fill: yellow;
}
.table-box table.table tbody tr:hover button.trade-btn {
    border-radius: 5px;
    border: 1.38px solid var(--Color-2, #222867);
    color: #ffffff;
    background:#222867;
}

.view-all-btn a {
    background: linear-gradient(
        90.15deg,
        #27aae1 0.73%,
        #0974ff 100%
    ) !important;
    border: none;
    background: #000;
    color: var(--font-clr);
    padding: 16px 42px;
    border-radius: 6px;
    font-size: 18px;
}

@keyframes fadeIn {
    100% {
        opacity: 1;
        transform: none;
    }
}

button.trade-btn {
    background: transparent;
    border: none;
    border-radius: 5px;
    padding: 5px 17px;
    border: 1.38px solid var(--Color-2, #222867);
    color: #222867;

}
span.gray-txt {
    color: #777e90;
    font-size: 11px;
    margin-left: 5px;
}
table.table td {
    padding:8px;
}
.table-head {
    display: flex;
    align-items: baseline;
    gap: 10px;
}
a.nav-link.active {
    /* color: #222867 !important; */
}
.input-field {
    display: flex;
    white-space: nowrap;
    align-items: center;
    position: relative;
    margin: 20px 0;
}
section.footer-sctn {
    /* margin-top: 50px; */
}


.view-all button {
    background: #000;
    color: var(--font-clr);
    padding: 13px;
    clip-path: polygon(0% 6%, 82% 0, 75% 95%, 0 100%);
    font-size: 18px;
    border: none;
    width: 16%;
    text-align: center;
}
.view-all p {
    font-size: 17px !important;
}
.view-all {
    display: flex;
}
section.footer-sctn {
    padding: 70px 0 25px 0;
    background: rgba(244, 249, 255, 1) 000;
}
body.dark section.footer-sctn {
    background: #000;
}
body.dark section.footer-sctn ul li a,.qr-scan p:last-child, body.dark .view-more a{
    color: rgba(204, 214, 252, 1) ;
}
body.dark section.footer-sctn {
    background: #000;
}
body.market-quantum.dark section.footer-sctn{
    background: #171f29;
}
section.footer-sctn ul {
    padding-left: 0;
}
ul.social-icon {
    display: flex;
    gap: 11px;
    flex-wrap: wrap;
    margin-top: 25px;
}
.businesss-enquries p {
    margin-bottom: 0;
}
.businesss-enquries {
    margin-top: 15px;
}
.businesss-enquries a{
    display: flex;
    gap: 5px;
    align-items: center;
    color: var(--footer-text) !important;
}
.app-download a {
    border: 2px solid #000;
    padding: 8px 10px;
    border-radius: 5px;
    border: 0.91px solid #222867;
    background: var(--mail-bg) !important;
    color: #222867;
    /* border-image-source: linear-gradient(85.94deg, #222867 -16.79%, rgba(188, 111, 241, 0) 63.57%, #222867 147.38%); */
}

body.dark .app-download a{
    border: 0.91px solid #222867;
    background: var(--mail-bg);
    color: #222867 !important;
}
section.footer-sctn h6 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
    color: #000;
}
section.footer-sctn ul li {
    padding-bottom: 13px;
    /* font-family: "Lato"; */
    font-size: 15px;
    line-height: 27px;
}
section.footer-sctn p {
    font-weight: 700;
    background: var( --footer-head);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 17px;
    white-space: nowrap;
    margin-bottom: 0px;
}
.privacy-terms {
    padding: 0 13px;
    position: relative;
    font-size: 10px !important;
    font-weight: 400;
}
.privacy-terms::before{
    position: absolute;
    content: "";
    background: var(--footer-btm);
    width: 1px;
    height: 6px;
    top: 3px;
    left: -17px;
}
.social-media-icon ul {
    display: flex;
    gap: 14px;
}
section.copyright {
    background: #f7f7f7;
    padding: 17px;
}
.social-media-icon i {
    font-size: 20px;
}
.social-copyright {
    display: flex;
    gap: 50px;
    align-items: center;
}

.social-copyright p {
    font-size: 15px !important;
}
.bottom-space{
    margin-bottom: 20px;
}
.address-para {
    max-width: 164px;
    margin-top: 50px;
    line-height: 2;
}
body.dark .address-para {
    color: var(--font-clr);
}
p.regi-para {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}
body.dark p.regi-para {
    color: var(--font-clr) !important;
    -webkit-text-fill-color: var(--font-clr) !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}
.work-steps.earn-last-step:before {
    display: none;
}
.step-start.earn-last-step:before {
    display: none;
}
.step-start.earn-last-step:after {
    display: none;
}
.table-box table.table {
    color: #000;
    font-family: "Arial";
}

@media (max-width: 1500.98px) {
    .contain-width {
        padding: 0 15px;
    }
    .header-link {
        margin-left: 0 !important;
    }
}

@media (max-width: 991.98px) {
    .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .trade-left {
        text-align: center;
    }    
    section.digital-invest{
        padding: 0 !important;
    }
    section.digital-invest h5{
        text-align: center;
    }
    .digital-invest-head {
        margin-top: 40px;
        padding: 30px;

    }
    .trade-left{
        position: relative !important;
    }
    .header-link.mega-menu .dropdown-menu a .d-flex {
        display: block !important;
    }
    .wrapper {
        /* overflow-x: scroll; */
    }
    section.money-invest ul.buy-step span {
        margin-left: 0;
    }
    .work-steps:before,
    .step-start:before,
    .step-start:after {
        display: none;
    }
    section.crypto-exchange-banner .coin-box {
        margin-bottom: 15px;
    }
    section.crypto-exchange-banner .rewards-hub {
        margin-top: 25px;
    }
    section.market-update i#icon {
        display: none;
    }

    .header-link {
        margin-top: 30px;
    }
    div#navbarSupportedContent {
        position: fixed;
        background: var(--font-clr);
        height: 100% ;
        z-index: 999;
        padding: 20px;
        top: 0;
        left: 0;
        transition: 0.3s all ease;
    }
    div#navbarSupportedContent {
        /* height: 100%; */
        width: 100%;
    }
    .navbar-nav .nav-link.active,
    .navbar-nav .show > .nav-link {
        padding: 8px 16px 10px 16px !important;
    }
    .header-link {
        margin-left: 0;
        display: flex;
        justify-content: center;
    }
    div#hide-bottom-head {
        justify-content: center;
        display: flex;
    }
    ul.form-btns {
        flex-direction: column;
    }
    ul.form-btns {
        padding-left: 0;
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .header-btn{
    flex-direction: column;
    /* gap: 25px !important; */
    }
    .see-all {
        margin-top: 10px;
    }
    a.close-menu {
        display: block !important;
        position: relative;
        text-align: left;
        float: left;
        left: 95%;
        color: var(--font-clr);
        background: #0d7bfb;
        padding: 2px 7px;
        border-radius: 50%;
        clip-path: circle(50% at 50% 50%);
        width: 25px;
        height: 25px;
    }
    section.market-update .search-input {
        position: inherit;
    }
    section.market-update .tab-head-search {
        display: block;
    }
    section.crypto-exchange-banner {
        background-size: cover;
    }
    /* new landing */
    .row.banner-side-img::after{
        display: none;
    }
    .share-way {
        gap: 15px !important;
    }
    .profile-demo {
        gap: 30px;
    }
    .explore-con {
        flex-direction: column;
    }
    .explore-assets{
        margin-left: 0 !important;
        margin-top: 10px;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
        left: none !important;
        width: 100% !important;
    }
    .need-help-inner {
        row-gap: 30px;
    }
    .helping-tendency-trade h6 {
        min-height: 50px !important;
    }
    section.crypto-exchange-banner {
        padding: 30px 0 0 !important;
    }
    .d-flex.lower-rating-trade{
        overflow: auto;
        margin-top: 0 !important;
    }
    main.TrustX_main::after{
        display: none;
    }
    body.landing-page .wrapper.sub .content-wrapper {
        height: auto !important;
    }
    /* new landing */

}

@media (max-width: 767.98px) {

    section.digital-invest h5, section.digital-invest p, .qr-scan p:last-child{
        color: #000 !important;
    }
    body.dark section.digital-invest h5, body.dark section.digital-invest p, body.dark .qr-scan p:last-child{
        color: var(--font-clr) !important;
    }
    section.crypto-exchange-banner .input-field input{
        width:300px;
        padding:10px 20px !important;
    }
    .apply-now.signup a{
        padding:10px 20px !important;
    }
 .exchange-count{
        flex-direction: column;
    }
    .email-box{
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    section.crypto-exchange-banner h1 {
        font-size: 40px;
        line-height: 1.2;
    }
   
    .social-copyright {
        flex-direction: column;
        gap: 0;
    }
    section.footer-sctn p{
        font-size: 18px !important;
    }
    section.market-update {
        margin-top: 40px;
    }

    section.crypto-exchange-banner,
    section.welcome-reward {
        padding-top: 30px;
        margin: 0;
    }

    section.market-update h2 {
        font-size: 25px;
    }
    section.money-invest h2 {
        font-size: 30px;
    }
    section.money-invest ul.buy-step li {
        font-size: 17px;
    }

    section.crypto-exchange-banner .rewards-hub {
        display: block;
        margin-top: 25px;
    }
    section.crypto-exchange-banner {
        padding-bottom: 0;
    }
    .qr-code-box{
        left: 88px;
        margin-top: 5px;
    }
    /* section.crypto-exchange-banner {
        height: 100%;
    } */
    section.terms-condition .contain-width {
        max-width: none !important;
        padding: 0 20px;
    }
    section.terms-condition .contain-width {
        padding: 14px !important;
    }
    section.terms-condition h1.anti-head {
        padding: 16px !important;
        font-size: 25px !important;
    }
    .support-type,
    .app-store {
        flex-direction: column;
    }
    section.digital-invest {
      background-image: none !important;
    }

    .chat-support,
    .qr-scan,
    .verfiy-identity {
        flex-direction: column;
    }
    .qr-scan {
        width: 100% !important;
    }
    .app-store{
        align-items: center;
    }

    
    section.portfolio-cnt {
        padding: 25px !important;
    }
    section.portfolio-cnt h3 {
        font-size: 30px !important;
    }
    section.footer-sctn {
        padding: 20px;
    }
    section.need-help {
        padding: 14px !important;
    }
    /* new landing */
    section.gradient-marquee {
        margin-top: 40px !important;
    }
    section.market-update .market-update-row{
        align-items: flex-start;
    }
    section.embark {
        padding: 27px !important;
    }
    section.footer-sctn ul li {
        padding-bottom: 0;
        font-size: 15px;
        line-height: 27px;
    }
    section.footer-sctn .row.sec-btm ul {
        margin-top: 15px !important;
    }
    .foot-flex{
        flex-direction: column;
    }
    img.img-fluid.light-need-help {
        height: auto !important;
    }
    .social-media-follower {
        row-gap: 20px;
        margin-top: 32px;
    }
    /* new landing */
    body.market-quantum section.market-update .wrapper {
        padding: 10px 12px !important;
    }
}

@media (max-width: 575.98px) {
    section.money-invest .google-play-direct {
        width: 70%;
        margin-bottom: 10px;
    }
    section.money-invest .buy-store {
        display: block;
    }
    section.market-update .market-update-row {
        flex-direction: column;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    section.crypto-exchange-banner h1 {
        font-size: 50px;
    }

    .trade-left img {
        width: 60% !important;
    }
    section.digital-invest {
    background-image: none !important;
    }
    section.digital-invest h5, section.digital-invest p, .qr-scan p:last-child{
        color: #000 !important;
    }
    .chat-support {
        flex-direction: column;
    }
    section.crypto-exchange-banner .input-field {
        width: 50%;
    }
    .explore-con p {
        min-height: 72px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar-nav .nav-link.active,
    .navbar-nav .show > .nav-link {
        padding: 8px 5px 10px 8px !important;
    }
    .app-download a{
        padding: 8px 4px;
    }
    .navbar-nav .dropdown-menu {
        position: absolute;
    }
    section.digital-invest {
        background-size: 100% 100% !important;
    }
    .app-store {
        width: auto !important;
    }
    .header-link {
        margin-left: 0;
        display: flex;
        justify-content: center;
    }
    ul.form-btns {
        padding-left: 0;
        flex-wrap: wrap;
        justify-content: center !important;
        flex-direction: column;
    }
    .see-all {
        margin-top: 10px;
    }
    a.close-menu {
        display: block !important;
        position: relative;
        text-align: left;
        float: left;
        left: 94%;
        color: var(--font-clr);
        background: #fff;
        padding: 5px 8px !important;
        border-radius: 50%;
        clip-path: circle(50% at 50% 50%);
        width: 28px;
        height: 28px;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    div#navbarSupportedContent {
        position: fixed;
        background: var(--font-clr);
        height: 101% !important;
        z-index: 999;
        padding: 20px;
        top: 0;
        left: 0;
        transition: 0.3s all ease;
    }
    div#navbarSupportedContent {
        height: 100% !important;
        width: 100%;
    }
    section.crypto-exchange-banner h1 {
        max-width: 670px;
    }

    section.crypto-exchange-banner .input-field {
        width: 400px;
    }
    /* landing new */
    .row.banner-side-img::after{
        display: none;
    }
    section.crypto-exchange-banner {
        padding: 100px 0 0;
    }
    .swiper-backface-hidden .swiper-slide{
        height: 42vw;
    }
    .helping-tendency-trade p {
        min-height: 98px !important;
    }
    img.img-fluid.airdrop-coin {
        width: auto !important;
    }
    /* landing new */
}

@media  (max-width: 1199.98px) {
    section.header-sctn div#navbarSupportedContent {
        height: 850px !important;
    }
    .header-sctn.is-sticky {
        animation: none !important;
    }
    section.footer-sctn::before, section.footer-sctn::after{
        display: none;
    }
    section.footer-sctn .contain-width .row{
        max-width: none !important;
        margin: none !important;
        margin-left: 0 !important;
    }
    .foot-flex{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .privacy-terms::before{
        display: none;
    }
    section.header-sctn div#navbarSupportedContent .mega-menu{
        width: auto !important;
    }
    img.img-fluid.desktop.dark-need-help, img.img-fluid.desktop.light-need-help {
        width: auto !important;
    }
    section.gradient-marquee.pad {
        margin-top: 60px !important;
    }
    .header-btn {
    flex-direction: column;
    }
}
/* header */

.header-link {
    /* margin-left: 40px; */
}
a.close-menu {
    display: none;
}

ul.form-btns li:nth-child(3),
.header-btn li {
    /* border-radius: 100px; */
    /* padding: 2px 16px 6px; */
}
.header-btn li.signup {
    border-radius: 50px;
    /* padding: 9px 17px 10px; */
}
.header-btn li.signup a {
    color: #ffffff !important;
}
.header-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
ul.form-btns li:first-child {
    /* border: none; */
}

ul.form-btns {
    display: flex;
    gap: 11px;
    /* margin-top: 15px; */
    align-items: center;
    padding-left: 0;
    justify-content: flex-end;
    white-space: nowrap;
    /* margin-left: 130px; */
}

.nav-link {
    color: #ffffff !important;
    font-weight: 500;
    font-size: 15px;
}
/* market css */
section.market-banner {
    background: #eff9ff;
    padding: 0 0 30px 0;
}
section.market-banner h1 {
    font-size: 68px;
    font-weight: 700;
    line-height: 1;
}
section.market-banner p {
    color: #777e90;
    font-size: 24px;
}
section.market-banner p span {
    color: #000;
}

section.market-update .coin-graph-bar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
section.market-update .coin-graph-bar p {
    margin-bottom: 0;
}
section.market-update .coin-graph-bar h5 {
    font-size: 24px;
}
body.market-quantum section.market-update .coin-box:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 80%;
    border-right: 1px solid #e5e5e5;
    top: 6px;
    left: 12px;
}

body.market-quantum section.market-update .coin-box.last-bar:after {
    display: none;
}
body.market-quantum section.market-update .coin-box {
    margin-top: 40px;
    position: relative;
    padding: 0 20px;
}
body.market-quantum section.market-update .wrapper {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 10px 30px;
    margin-top: 0;
    background: transparent;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}
body.market-quantum section.market-update {
    margin-top: -79px;
}
body.market-quantum section.market-update .tab-head-search {
    border-bottom: 1px solid #e5e5e5;
}
section.learn-more {
    margin-top: 70px;
}
section.learn-more h2 {
    font-size: clamp(30px, 4vw, 40px);
    font-weight: 700;
    text-align: center;
}
section.learn-more p {
    font-size: 20px;
    text-align: center;
    max-width: 435px;
    margin: 10px auto;
    color: #000;
}
section.learn-more .learn-earn {
    margin-top: 30px;
}
section.learn-more .learn-earn a {
    border-radius: 4px;
    background: var(--Primary, #3772ff);
    color: var(--font-clr);
    padding: 4px 12px;
}
section.learn-more .card-cnt p {
    text-align: left !important;
    max-width: 410px !important;
    margin: 12px 0 !important;
    font-size: 26px !important;
    line-height: 1.1;
}
section.learn-more .date-earn p {
    text-align: left !important;
}
section.learn-more .date-earn {
    display: flex;
    justify-content: space-between;
}

.checkbox {
    opacity: 0;
    position: absolute;
}

.checkbox-label {
    /* width: 50px; */
    height: 26px;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
}

.fa-moon {
    color: #000;
    width: 33px;
    display: none;
}
.lan-globe {
    width: 45px;
}

.fa-sun {
    color: #000;
    font-size: 20px;
    width: 40px;
}

.checkbox-label .ball {
    display: none;
}
.checkbox:checked + .checkbox-label .ball {
    transform: translateX(24px);
}
body.dark .fa-sun {
    display: none;
}

body.dark .fa-moon {
    display: block;
}

body.dark .tab-link,
body.dark .table-box table.table,
body.dark button.trade-btn,
body.dark section.money-invest ul.buy-step span,
body.dark section.money-invest ul.buy-step li{
    color: var(--font-clr);
}
body.dark section.money-invest{
    background: #000;
}
body.dark section.market-update h2,
body.dark .fa-moon,
body.dark .fa-sun,
body.dark section.money-invest h2,
body.dark section.footer-sctn h6 {
    color: rgba(204, 214, 252, 1);
}
body.dark section.copyright {
    background: #0000005e;
}
body.dark .social-media-icon a {
    color: var(--font-clr);
    font-size: 15px;
    background: #000;
    padding: 7px;
    border-radius: 5px;
}
.social-media-icon a:hover {
    color: var(--font-clr) !important;
}
body.dark section.market-update .search-input input {
    background: transparent;
    color: var(--font-clr);
}

body.landing-page.dark label.checkbox-label {
    height: 19px;
}

/* shalomy */
.stake {
    display: flex;
    gap: 10px;
    align-items: center;
}
.head-subpage {
    gap: 10px;
    /* justify-content: center; */
    align-items: center;
}
.sun-moon {
    border-top: none;
    border-bottom: none;
}

/* header */
li.sun-moon {
    padding: 0 5px;
}
.cloud {
    border: 2px solid #e5e5e5;
    border-top: none;
    border-left: none;
    border-bottom: none;
    padding-right: 8px;
}
.header-btn {
    margin: 0 0 0 15px;
}
.profile {
    margin-left: 15px;
}
/* .header-link ul.navbar-nav.mb-2.mb-lg-0.head-subpage {
    justify-content: center;
} */
section.header-sctn div#navbarSupportedContent {
    height: 50px;
    background: #222867;
}
span.profile-compact img {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50px !important;

    /* background: #bbbbbb;
    border: 1px solid #bbbbbb;
    position: relative;
    top: 8px;
    margin-top: -18px;
    padding: 2px; */
}
body.dark .sun-moon {
    border-top: none;
    border-bottom: none;
}
body.dark .cloud {
    border-top: none;
    border-left: none;
    border-bottom: none;
    padding-right: 8px;
}
i.fa-regular.fa-bell,
i.fa-solid.fa-cloud-arrow-up {
    font-size: 20px;
}
i.fa-solid.fa-cloud-arrow-up,
i.fa-solid.fa-globe {
    font-size: 16px;
}
body.dark i.fa-regular.fa-bell {
    color: var(--font-clr);
}
body.dark i.fa-solid.fa-cloud-arrow-up,
body.dark i.fa-solid.fa-globe {
    color: var(--font-clr);
}

body.dark .sky svg path {
    fill: #000;
}
.dropdown-menu.show {
    background: var(--mail-bg) !important;
    border: 0 !important;
    padding: 10px 0;
    /* left: -100px; */
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.dropdown-menu.show a.nav-link.dropdown-item {
    background: transparent !important;
    color: var(--font-clr) !important;
    /* border-radius: 12px !important; */
    /* margin: 10px; */
    /* width: 87%; */
    border-radius: 0 !important;
    box-shadow: none;

    display: flex;
    align-items: center;
}
.dropdown-menu.show a.nav-link.dropdown-item:hover, .dark .dropdown-menu.show a.nav-link.dropdown-item:hover  {
    color: #0dcaf0 !important;
    background: #cccccc1a !important;
}
body.dark .usermenu .dropdown-menu.show {
    border: 0 !important;
    /* padding: 10px; */
    left: -50px;
}
.usermenu .dropdown-menu.show{
    /* padding: 10px; */
}
body.dark .dropdown-menu.show a.nav-link.dropdown-item {
    /* background-color: #cccccc42 !important; */
    color: var(--font-clr);
    font-weight: 500 !important;
    font-size: 16px !important;
}
/* header */

/* terms and condition */
section.terms-condition .contain-width {
    max-width: 1200px;
    margin: 20px auto !important;
    background-color: rgba(227, 235, 247, 1);
    border-radius: 30px;
    padding: 40px;
}
section.terms-condition h1.anti-head {
    border-color: #000;
    border-bottom: 2px solid;
    padding: 16px 30px;
}
section.terms-condition h5 {
    font-size: 20px !important;
    /* font-weight: 700; */
    margin-bottom: 20px;
}
section.terms-condition .para {
    margin-bottom: 10px;
    display: flex;
    /* padding-left: 60px; */
    gap: 10px;
    font-weight: 500;
    font-size: 18px !important;
    padding-right: 15px;
}
section.terms-condition .sub-terms {
    margin-top: 35px;
}
section.terms-condition .sub-terms p {
    font-weight: 400;
    font-size: 18px;
    line-height: 2 !important;
    margin: 0;
    /* padding-bottom: 10px; */
    font-family: math;
}
section.terms-condition h5 span.numeric {
    font-size: 30px !important;
    background: linear-gradient(180deg, #1cdef8 0%, #00a4d8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800 !important;
    margin-right: 10px;
    padding: 0;
    /* background:  linear-gradient(90.15deg, #27AAE1 0.73%, #0974FF 100%);; */
}
section.terms-condition span.number,
section.terms-condition h5 span.numeric {
    display: none;
}
p.spl {
    font-size: 21px !important;
}
.suport-id {
    color: rgba(43, 109, 236, 1);
}
.subpara {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
span.hifen {
    font-size: 36px;
}
.sub-info {
    padding-left: 20px;
}
.quan-team {
    margin-top: 30px;
}
section.terms-condition {
    overflow-x: hidden;
}
body.dark section.terms-condition h1,
body.dark section.terms-condition h5,
body.dark section.terms-condition p {
    color: #000;
}
/* terms and condition */

/* shalomy */

/* launchpad drop */
section.header-sctn ul li ul.dropdown.launchpad-drop {
    background: var(--font-clr);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
        rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    visibility: hidden;
    opacity: 0;
    min-width: 5rem;
    position: absolute !important;
    transition: all 0.5s ease;
    display: none;
    padding: 5px 15px 10px;
    border-radius: 10px;
}
section.header-sctn ul li ul.dropdown.launchpad-drop li a:hover {
    color: #1cdef8;
}
section.header-sctn ul li:hover > ul.dropdown.launchpad-drop,
section.header-sctn ul li ul.dropdown.launchpad-drop:hover {
    visibility: visible;
    opacity: 1;
    display: block;
    color: #1cdef8 !important;
    z-index: 9999;
}
section.header-sctn ul.dropdown.launchpad-drop li:first-child {
    padding-top: 16px !important;
}
section.header-sctn ul.dropdown li {
    list-style: none;
}
section.header-sctn ul.launchpad-drop li {
    padding-bottom: 20px !important;
    font-size: 16px;
}
section.header-sctn ul li ul.dropdown.launchpad-drop li {
    clear: both;
    width: 100%;
}
/* body.dark div#navbarSupportedContent{
    background: #000;
  } */
/* body.dark a.navbar-brand:first-child {
    display: none;
} */
body.dark .header-rht-icons svg path {
    fill: var(--font-clr);
}
.b-coiin {
    min-height: 55px;
}
body.dark section.footer-sctn a {
    color: var( --footer-btm);
}
body.dark section.footer-sctn a:hover {
    color: #0a59e9;
}
body.dark div#navbarSupportedContent {
    background: #222867;
}
body.dark .table-box table.table tbody tr:hover {
    background: #22286726;
}
body.landing-page {
    overflow-x: hidden !important;
}
li.dropdown.usermenu a.nav-link.dropdown-bs-toggle {
    padding-right: 0;
    padding: 5px;
}
ul.form-btns li:nth-child(3) {
    padding-right: 0;
}

body::-webkit-scrollbar {
    width: 3px;
}

/* Track */
body::-webkit-scrollbar-track {
    background: #161A42;
}

/* Handle */
body::-webkit-scrollbar-thumb {
    background: var(--22, linear-gradient(90deg, #1FA2FF 0%, #12D8FA 50%, #A6FFCB 100%)) !important;
}

.quantum-welcome-reward {
    background-image: url(../images/welcome-reward-bg.png);
    background-repeat: no-repeat;
    padding: 27px;
    margin: 10px;
    border: none;
    border-radius: 10px;
}

.quantum-welcome-reward h2 {
    font-size: 20px;
    color: white;
    font-family: Russo One;
    margin-bottom: 0;
}

.quantum-welcome-reward p {
    font-family: Russo One;
    font-size: clamp(25px, 4vw, 40px);
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(24, 213, 243, 1) !important;
}
body.landing-page.dark table.table td,
body.landing-page.dark table.table th {
    /* border-bottom: none; */
}
.verfiy-identity h6 {
    font-size: 23px;
    text-align: justify;
}
body.dark .verfiy-identity h6 {
    color: var(--font-clr);
}
.verify-define p {
    font-size: 19px !important;
    text-align: left;
    line-height: 1.2;
}
.verfiy-identity {
    display: flex;
    gap: 40px;
    margin-top: 50px;
}
.get-start-btn a {
    background: #892CDC;
    padding: 16px 52px;
    border-radius: 6px;
    font-weight: 600;
    color: var(--font-clr);
}
.get-start-btn {
    margin-top: 77px;
}


.chat-support a {
    background: #222867;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    white-space: nowrap;
}
section.need-help {
    /* background: #080907; */
    padding: 0 70px;
    color: var(--font-clr);
}

section.need-help h5 {
    color: var(--font-clr);
    margin-bottom: 50px;
    font-weight: 700;
    font-size: clamp(25px, 4vw, 34px);
    /* color: #000; */
    font-weight: 700;
}
.support-type {
    margin-top: 50px;
    display: flex;
    gap: 50px;
}
.support-type p {
    color: #000;
}
.support-type .support-details h5 {
    font-size: 18px !important;
    font-weight: 400 !important;
}
.chat-support {
    display: flex;
    gap: 30px;
}

.qr-scan p:last-child {
color: var(--font-clr);
    font-size: 18px;
}
.app-store {
    display: flex;
    gap: 6px;
    margin-bottom: 15px;
}
.app-name {
    background: #000 !important;
    padding: 13px 24px;
    border-radius: 6px;
    width: 200px;
    height: 60px;
    text-align: left;
}
.app-store .app-name p, .app-store .app-name p i, .app-store .app-name p img {
    background: #892CDC;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 5px;
}
section.portfolio-cnt {
    color: var(--font-clr);
    padding: 70px;
    text-align: center;
}
body.dark section.portfolio-cnt {
    background: var(--mail-bg);
}
section.portfolio-cnt h3 {
    font-size: clamp(25px, 4vw, 40px);
    color: #000;
}

section.portfolio-cnt p {
    font-size: 20px;
    max-width: 480px;
    margin: 20px auto 40px;
    line-height: 2;
    color: #000;
}
body.dark section.portfolio-cnt h3,
body.dark section.portfolio-cnt p {
    color: var(--font-clr);
}
section.portfolio-cnt a {
    color: var(--font-clr);
    background: #892CDC;
    padding: 14px 25px;
    border-radius: 6px;
}
section.portfolio-cnt i {
    font-size: 12px;
}
.view-all-btn h6 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 35px;
}
body.dark .view-all-btn h6 {
    color: var(--font-clr);
}
.view-all-btn {
    margin-top: 45px;
}

/* header-new */
.depsite-btn a {
    border: none;
    color: var(--font-clr) !important ;
    background: #892CDC;
    padding: 10px 17px;
    border-radius: 4px;
    font-size: 14px;
}
ul.form-btns ul.navbar-nav {
    align-items: center;
    gap: 10px;
    margin-right: 0 !important;
}
.header-link.mega-menu .dropdown-menu a {
    text-decoration: none;
    color: #000000;
}
.header-link.mega-menu .dropdown-menu a .d-flex {
    transition: all 0.5s;
}
.header-link.mega-menu .dropdown-menu h5 {
    font-size: 15px;
}
.header-link.mega-menu .dropdown-menu ul {
    padding-left: 0;
}

@media (min-width: 992px) {
    .header-link.mega-menu .dropdown-menu {
        width: 32vw;
        top: 51px;
    }
    .header-link.mega-menu .dropdown:hover .dropdown-menu {
        display: flex;
    }
    .header-link.mega-menu .dropdown-menu.show {
        display: flex;
    }
}
section.footer-sctn h6 {
    font-size: 18px;
    font-weight: 400;
}
.view-more a i {
    font-size: 12px;
}

body.dark section.footer-sctn h6 {
    color: var(--font-clr);
}
.view-gif {
    width: 40px;
}
.view-more {
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}
.google-store {
    display: flex;
    align-items: center;
    gap: 13px;
    background: rgba(255, 255, 255, 1);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10px 22px;
    cursor: pointer;
    border-radius: 6px;
}

body.dark .google-store {
    background: rgba(0, 0, 0, 1);
    box-shadow: none;
}
body.dark .get-in-on p {
    color: var(--font-clr) !important;
}

.google-store p {
    margin-bottom: 0 !important;
}

.get-in-on p {
    margin-bottom: 0 !important;
    font-size: 15px !important;
    margin-top: 0 !important;
}
section.crypto-exchange-banner .play-store-icon i.fa-brands.fa-apple {
    font-size: 28px;
}
body.dark i{
    /* color: var(--font-clr); */
}
.get-in-store {
    display: flex;
    gap: 5px;
    margin-top: 40px;
    width: max-content;
}
.get-in-on p:last-child {
    font-weight: 700;
}
.get-in-on p:first-child {
    font-size: 12px !important;
    font-weight: 600;
}
img.img-fluid.light-logo {
    width: 200px;
}
body.market-quantum section.market-update .coin-graph-bar h5 {
    font-size: 12px !important;
    text-align: left;
    color:#fff;
}
.exchange-count {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

/*  */
button .arrow-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

button .arrow {
    width: 10px;
    height: 2px;
    position: relative;
    transition: 0.2s;
    margin-top: 1px;
    background: #645bff;
}

button .arrow:before {
    content: '';
    position: absolute;
    border: solid var(--font-clr);
    display: inline-block;
    top: -3px;
    right: 3px;
    transition: 0.2s;
    padding: 3px;
    transform: rotate(-45deg);
}

button:hover button .arrow:before {
    right: 0;
}

button{
    box-sizing: border-box;
    border: 0;
    border-radius: 20px;
    color:var(--font-clr);
    padding: 1em 1.8em;
    background: #645bff;
    display: flex;
    transition: 0.2s background;
    align-items: center;
    gap: 0.6em;
    font-weight: bold;
}
button:hover .arrow {
    background: var(--font-clr);
  }



/* landing new */
section.pad{
    margin-top: 70px;
}
/* section.gradient-marquee.pad {
    margin-top: 130px;
} */
section.header-sctn {
    /* background: #222867; */
    background: linear-gradient(162deg, #161A42 22.61%, rgba(22, 26, 66, 0.00) 118.29%);
}
section.header-sctn a.nav-link.menu-last.sec.position-relative {
    border: 1.22px solid var(--Color1, #892CDC);
    border-radius: 5px;
    padding: 4px 18px;
}
.header-btn li.signup a.nav-link.menu-last.sec.position-relative {
    background: #892CDC;
}
section.header-sctn a.nav-link.menu-last.sec.position-relative span {
    text-transform: capitalize;
}
ul.navbar-nav.mb-2.mb-lg-0.head-subpage li a.nav-link {
    white-space: pre;
}
input::-webkit-input-placeholder{
    /* color: #892CDC !important; */
}
.apply-now a {
    color: #ffffff;
    border-radius: 9px;
    padding: 8px 20px;
    background: #892CDC;
    border: 2px solid #222867 !important;
    text-transform: capitalize;
    border: 2px solid;
    border:transparent;
    font-size: clamp(18px, 4vw, 18px);
    font-weight: 700;
}
.apply-now.signup a{
border-image-source: linear-gradient(85.94deg, #222867 -16.79%, rgba(188, 111, 241, 0) 63.57%, #222867 147.38%);
width: 50%;
}
.apply-now.signup {
    position: absolute;
    right: 0;
}
.offer img{
    width: 50px;
    height: 50px;
    margin-left: -17px;
}
.d-flex.link-with > a {
    background: var(--mail-bg);
    padding: 10px;
    border-radius: 5px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.d-flex.link-with {
    gap: 14px;
    /* height: 54px; */
}
.qr-i {
    display: none;
}
main.TrustX_main {
    position: relative;
}
main.TrustX_main::after{
    position: absolute;
    content:"";
    background-image: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    right: -45px;
    width: 577.33px;
    height: 1792px;
    top: 0;
    z-index: -1;
}
/* .banner-side-img img.img-fluid {
    height: 440px;
} */
.d-flex.lower-rating-trade .rate h2 {
    font-size: clamp(30px, 4vw, 35px);
    font-weight: 700;
    color: #892CDC;
}
.rate {
    text-align: left;
}
.d-flex.lower-rating-trade{
    gap: 25px;
    margin-top: 64px;
    flex-wrap: wrap;
}
.row.banner-side-img{
    position: relative;
    z-index: 1;
    
}
.row.banner-side-img::after{
    position: absolute;
    content: "";
    background-image: url(../images/banner-right-asset-light.png);
    background-repeat: no-repeat;
    background-size: 100%;
    /* width: 930px;
    height: 600px; */
    /* width: 612.78px; */
    width: 485.78px;
    height: 777.66px;
    right: 0;
    z-index: -1;
}
.gradient-marquee {
    background: linear-gradient(90deg, rgba(188, 111, 241, 0.2) 0%, #892CDC 56.5%, rgba(180, 100, 238, 0.5) 82.71%, rgba(188, 111, 241, 0) 87.94%);
    padding: 15px 20px;
    box-shadow: 0px 0px 20px 0px #FFFFFF14;
    /* margin-top: 0 !important; */
    margin-top: 155px !important;
}
marquee {
    display: flex;
    justify-content: space-between;
    gap: 51px;
    color: #DED9E0;
}
marquee b {
    margin-left: 50px;
}
marquee b:nth-child(2){
    margin-left: 0;
}
.card{
    /* background-image:url(../images/airdrop-card-bg.png); */
    padding: 20px;
    background-color: #000000;
    border: 1px solid var(--Color-2, #222867);
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    border-radius: 15px;
}

.glassmorph {
    background: rgb(15 6 6 / 21%);
    backdrop-filter: blur(3px);
    overflow: hidden;
}
.airdrop-con {
    font-size: clamp(14px, 4vw, 17px);
    font-weight: 400;
    color: var(--text-clr);
    line-height: 1.2;
}
.card.glassmorph{
    position: relative;
}
.card.glassmorph::before{
    position: absolute;
    content: "";
    background-color: #892CDC;
    width: 134px;
    height: 86px;
    border-radius: 50px;
    filter: blur(27px);
    top: 0px;
    left: 3px;
    z-index: -1;
}
section.embark {
    background: var(--mail-bg);
    padding: 50px;
    text-align: center;
}
/* embark */
section.embark h6.embark-title {
    color: var(--font-clr);
    font-size: clamp(30px, 4vw, 40px);
    font-weight: 700;
}
a.btn.reward-signup {
    background: #892CDC;
    color: #ffffff;
    padding: 7px 11px;
    margin-top: 20px !important;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: auto;
    width: fit-content;
}
/* embark */
/* logo slider */

@keyframes scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(calc(-250px * 7))}
}

.slider {
	height: 100px;
	margin: auto;
	overflow:hidden;
	position: relative;
	width: auto;
    display: flex;
    align-items: center;
}
.slider .slide-track {
		animation: scroll 40s linear infinite;
		display: flex;
		width: calc(250px * 14);
        gap: 40px;
}
section.coindesk{
background-image: url(../images/logo-slider-bg.png);
background-repeat: no-repeat;
background-size: cover;
padding: 20px 0;
}
/* logo slider */
/* faq */
.block-1 {
    padding: 20px;
}
.block-1 .accrd-panel-head {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.block-1 .accrd-panel-body.active {
    display: block;
    margin-top: 12px;
}
.perks-benfits h4 {
    display: flex;
    font-weight: 400;
    font-size: 18px !important;
    color: var(--text-clr);
    gap: 10px;
}
.perks-benfits h4  span.numeric{
    border: 1.2px solid #2B3139;
    padding: 4px 10px;
    border-radius: 6px;
    height: fit-content;
}
.accrd-panel-head.active span.mp-icon {
    /* background: #000; */
    color: var(--font-clr);
    transition: 0.4s ease-in-out;
    transform: rotate(45deg);
}
span.mp-icon {
    float: right;
    position: relative;
    top: 10px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    font-family: ProximaNova !important;
    font-size: 17px;
}
span.mp-icon i {
    color: var(--text-clr);
}
.block-1 .accrd-panel-body{
    display: none;
}
section.faq-sectn h6 {
    font-size: clamp(30px, 4vw, 40px);
    font-weight: 700;
    text-align: center;
    color: var(--font-clr);
    margin-bottom: 55px;
}
.faq-sectn .perks-benfits p {
    padding-left: 45px;
    color: var(--text-clr);
    max-width: 1020px;
}
/* faq */
/* help center */
.outer-help-layer{
    background: var(--mail-bg);
    padding: 26px 40px;
    border-radius: 24px;
}
.need-help-inner {
    max-width: 1027px;
    margin: auto;
}
.helping-tendency-trade h6 {
    font-size: 20px;
    font-weight: 700;
    max-width: 198px;
    margin: 20px 0 0;
    min-height: 70px;
}
.helping-tendency-trade a {
    font-size: 15px;
    font-weight: 400;
    color: #892CDC;
}
.helping-tendency-trade p {
    min-height: 72px;
    max-width: 212px;
    font-size: 14px;
}
/* help center */
/* explore TrustX */
.explore-block-card {
    background: var(--mail-bg);
    padding: 20px 30px;
    border-radius: 24px;
}
.explore-assets img {
    width: 123px;
}
.explore-block-card i {
    font-size: 14px;
}
section.explore-TrustX h3 {
    color: var(--font-clr);
    font-size: clamp(30px, 4vw, 40px);
    font-weight: 700;
    max-width: 461px;
    margin: auto;
    text-align: center;
}
.explore-title {
    color: var(--explore-head);
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 0 0;
}
.explore-title a {
    color: var(--explore-head);
}
.explore-con {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    color:#2B2A31;
    margin-top: 11px;
    font-size: 16px;
    font-weight: 400;
}
.explore-con p {
    max-width: 269px;
}
.explore-assets {
    box-shadow: 0px 2px 21px 0px #00000080;
    border-radius: 14px;
    margin-left: 20px;
    position: relative;
    bottom: 10px;
}
section.explore-TrustX.pad .row {
    margin-top: 40px !important;
    row-gap: 35px;
}
section.explore-TrustX.pad {
    background: linear-gradient(180deg, rgba(188, 111, 241, 0) 0%, rgba(188, 111, 241, 0.07) 30.73%, rgba(188, 111, 241, 0.17) 100%);
    padding-bottom: 120px;
}
/* explore TrustX */
/* digital invest trade on anywhere */
section.digital-invest {
    padding: 85px 0 0;
    height: 100%;
    background-position-x: center;
    background-position-y: center;
    position: relative;
}
/* section.digital-invest:before {
    position: absolute;
    content: '';
    background: #892cdc;
    opacity: 20%;
    width: 100%;
    height: 100%;
    top: 0;
} */
.trade-left {
    position: absolute;
    top: 20px;
}
section.digital-invest h5 {
    color: var(--font-clr);
    font-size: clamp(25px, 4vw, 40px);
    font-weight: 700;
}

section.digital-invest .download-qr p {
    font-size: 16px;
    color: #848E9C !important;
}
section.digital-invest .download-qr p.andro{
    color: var(--auto-scroll-text) !important;
    font-size: 18px;
}
.app-store p {
    color: rgba(9, 116, 255, 1) !important;
}

section.digital-invest h6 {
    margin-top: 50px;
    color: var(--font-clr);
    font-size: 20px;
}

.qr-scan p {
    margin-bottom: 0;
}
.trade-left img{
    width: 80%;
}
section.digital-invest h5 span {
    color: var(--Color-2, #0dcaf0 );
}

.possibilites-list ul.tabs {
    width: fit-content;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 50px;
}
.possibilites-list ul.tabs li{
    color:#848E9C !important;
    font-size: 16px;
    font-weight: 700;
    width: fit-content;
    display: inline-block;
}
.possibilites-list ul.tabs li.tab.active {
    color: var(--auto-scroll-text) !important;
    font-size: 18px;
    position: relative;
}
.download-qr {
    line-height: 2.3;
}
.possibilites-list ul.tabs li.tab.active::before{
    position: absolute;
    content: "";
    background: #892CDC;
    width:100%;
    height: 10px;
    border-radius: 10px;
    bottom: -8px;
    left: 0;
}
.possibilites-list {
    width: fit-content;
}
section.digital-invest .tab-contents {
    display: none;
    padding: 20px;
    transform: translateY(15px);
    animation: fadeIn 0.5s ease 1 forwards;
}
@keyframes fadein{
    100% {
        opacity: 1;
        transform: none;
    }
}
section.digital-invest .tab-contents.active {
    display: block;
}
.digital-invest-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 20px;
}
a.awl {
    text-align: center;
}
.awl-flex{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
.awl i {
    color: #892CDC !important;
    font-size: 38px;
}
.qr-code {
    border: 1.4px solid #2B3139;
    border-radius: 33px;
    padding: 20px;
}
.qr-scan {
    display: flex;
    gap: 40px;
    margin-top: 30px;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 36px;
}
.qr-scan .qr-code img {
    width: 250px;
}
.awl-flex .awl p{
    color: #892CDC !important;
    font-size: 17px;
    font-weight: 400;
    padding-top: 13px;
}

.share-way i, .share-way svg {
    font-size: 22px;
    width: 22px;
    fill: var(--font-clr);
}
.share-way {
    display: flex;
    align-items: center;
    gap: 20px;
}
.profile-demo-btn{
    background: #892CDC;
    padding: 0 12px;
    width: 100%;
    text-align: center;
    border-radius: 4px;
}
.profile-demo-btn a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.profile-demo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 10px;
    gap: 25px;
}
.profile-demo > div {
    text-align: center;
}
/* digital invest trade on anywhere */

/* swiper */
.swiper-backface-hidden .swiper-slide {
    background: var(--mail-bg);
    border-radius: 24px;
    box-shadow: -2px 3px 5px 5px #00000029;
    padding: 24px;
    min-height: 500px;
}
body.dark .swiper-backface-hidden .swiper-slide {
    box-shadow: -2px 3px 5px 5px #00000054;
}
.swiper-backface-hidden .swiper-slide .rigor-img img {
    border-radius: 50px;
}
span.swiper-pagination-bullet-active {
    /* background: #892CDC !important; */
}
span.swiper-pagination-bullet{
    /* color: var(--font-clr) !important; */
    background: #892CDC !important;
}
.tab-contents.active {
    display: block;
}
.tab-contents {
    display: none;
    padding: 20px;
}
.swiper-backface-hidden .swiper-slide h5 {
    color: #222867;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin: 15px auto 24px;
}
.swiper-backface-hidden .swiper-slide p {
    font-size: 13px;
    font-weight: 400;
}
.swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    padding: 35px 21px;
}

.swiper-wrapper{
    margin-bottom: 20px;
}
/* swiper */
.view-more a {
    padding: 6px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap:0;
    background: #892CDC;
    color: #fff !important;
    white-space: pre;
    font-size: 16px;
    font-weight: 700;
}
.rate p{
    white-space: pre;
}
.row.airdrop-card {
    row-gap: 30px;
    justify-content: center;
    max-width: 1235px;
}
.d-flex.link-with i {
    font-size: 36px;
}
.d-flex.link-with > a:first-child{
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-pagination{
    margin-bottom: 13px;
}

/* trade */
section.market-update .table-box .table-head p {
    color: var(--trade-text) !important;
    font-size: 15px;
    font-weight: 700;
}
section.market-update .table-box th {
    color: var(--font-clr);
    white-space: nowrap;
    font-family: "Lato";
}
.tab-wrapper.view-more h3 {
    color: #892CDC;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}
.tab-wrapper.view-more {
    justify-content: space-between !important;
    align-items: center;
    width: 100%;
}
body.landing-page .wrapper .content-wrapper {
    border-top: 1.38px solid var(--Color-2, #222867);
}
section.market-update .tab-head-search {
    padding:24px 16px;
}
.wrapper.sub .tab-head-search {
    padding: 28px 22px;
}
body.landing-page table.table td span.last-trade{
    color: var(--trade-text) !important;
    font-size: 14px;
    font-weight: 700;
}
.wrapper.sub .tab-wrapper.view-more h3{
    color: var(--font-clr);
}

body.landing-page .wrapper.sub:last-child{
    margin-top: 18px;
    padding-bottom: 34px;
}
body.landing-page .wrapper.sub{
    padding-bottom: 34px;
        overflow: hidden;
}
section.market-update .table-box th:first-child{
    /* width: 271px; */
}
body.landing-page table.table td:nth-child(2){
text-align: right;
}
body.landing-page table.table td:nth-child(3){
    /* font-weight: 700; */
    }
    section.market-update .wrapper.sub .table-box .table-head p {
        color: var(--trade-text) !important;
        font-size: 15px;
        font-weight: 700;
    }
.wrapper.sub .table-head {
    gap: 25px;
}
body.landing-page .wrapper.sub .content-wrapper {
    height: auto;
}
section.explore-TrustX.pad .row {
    max-width: 1172px;
    margin: auto;
}
.table-head .coin-img img {
    width: 25px;
    height: 25px;
}
/* trade */
/* footer */
.foot-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #27282B;
    padding: 20px 10px 0;
    max-width: 900px;
    margin-top: 64px;
    margin-left: 66px;
}
.lang {
    display: flex;
    align-items: center;
    gap: 15px;
}
.lang > div{
    color:var( --footer-btm);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
    font-weight: 400;
}
.link {
    color: #2B2A31;
    background: var(--mail-bg);
    border-radius: 4.83px;
    padding: 5px 31px 5px 15px;
    width: fit-content;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}
.what-link {
    display: flex;
    flex-direction: column;
    font-size: 15px;
    font-weight: 700;
}
.what-link span {
    font-size: 13px;
    font-weight: 700;
}
.social-media-follower {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    row-gap: 36px;
    position: relative;
    z-index: 1;
}
.footer-sctn .dark-mode {
    display: none;
}
.app-download.btn {
    padding: 0;
    margin-top: 15px;
}
.businesss-enquries i {
    color: var(--footer-text) !important;
}
.contact span {
    color: #892CDC;
}
.row.sec-btm {
    margin-top: 34px !important;
}
.row.sec-btm li a {
    color: var(--footer-text) !important;
}
.app-download.btn i.fa-solid.fa-download {
    color: #222867 !important;
}
section.footer-sctn .row.sec-btm ul {
    padding-left: 0;
    margin-top: 30px;
}
section.footer-sctn {
    position: relative;
}
section.footer-sctn::before {
    position: absolute;
    content: "";
    background: url(../images/footer-left.png);
    background-repeat: no-repeat;
    width: 500px;
    height: 84%;
    left: 0;
    top: 20px;
}
section.footer-sctn::after {
    position: absolute;
    content: "";
    background: url(../images/footer-right-bottom.png);
    background-repeat: no-repeat;
    width: 410px;
    height: 708px;
    right: 0 !important;
    bottom: 0px;
    z-index: 0;
}
.foot-flex .social-copyright p.copyright{
    background: var(--footer-btm);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 10px !important;
    font-weight: 400;
}
section.footer-sctn .row {
    max-width: 969px;
    margin: auto;
    margin-left: 417px !important;
}
/* footer */

/* header */
ul.drop-down-list-exch, ul.drop-down-list-clone, ul.drop-down-list-crypto, ul.drop-down-list-nft, ul.drop-down-list-meta{
    list-style: none;
    padding-left: 0px;
    position: absolute;
    background: var(--mail-bg);
    /* z-index: 999; */
    z-index: -99999 !important;
    transition: all 0.2s ease-in-out;
    transform: translateY(0);
    margin-top: 0px;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    box-shadow: 1px 2px 5px #ccc;
    padding: 13px;
    /* left: 0; */
    width: 24%;
}
.mega-menu{
    /* margin-right: -470px; */
    /* width:70% !important; */
    /* left: 0; */
}
li.nav-item.drop-down-menu-exch:hover ul.drop-down-list-exch, li.nav-item.drop-down-menu-clone:hover ul.drop-down-list-clone, li.drop-down-menu-crypto:hover ul.drop-down-list-crypto, li.drop-down-menu-nft:hover ul.drop-down-list-nft, li.drop-down-menu-meta:hover ul.drop-down-list-meta {
    /* transform: translateY(0); */
    z-index: 999 !important;
    opacity: 1 !important;
    visibility: visible !important;
}
button.nav-link.transition-effect.common-btn {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: pre;
    gap: 6px;
    outline: 0;
    border: 0;
}
button.nav-link.transition-effect.common-btn:hover i, a.nav-link.transition-effect.common-btn:hover i {
    transform: rotate(182deg);
    margin-top: 8px !important;
    margin-bottom: 0 !important;
}
button.nav-link.transition-effect.common-btn i.fa-solid.fa-sort-down {
    margin-bottom: 6px;
}
li.nav-item.drop-down-menu-exch ul.drop-down-list-exch li {
    /* padding: 12px 10px !important; */
    display: flex;
    justify-content: space-between;
    /* margin-right: 20px; */
}

li.nav-item.drop-down-menu-exch ul.drop-down-list-exch li:hover{
    background:#222867;
    border-radius: 3px;
}
li.nav-item.drop-down-menu-exch ul.drop-down-list-exch li a, li.nav-item.drop-down-menu-exch ul.drop-down-list-exch li a:hover{
    color: var( --font-clr) !important;
    display: flex;
     justify-content: flex-start;
     align-items: center;
     padding: 12px 10px !important;
 }
 li.nav-item.drop-down-menu-exch ul.drop-down-list-exch li a:hover{
    justify-content: space-between !important;
    width: 100%;
}
li.exch-close-menu-list, li.clone-close-menu-list {
    display: none !important;
}
ul.drop-down-list-exch.crypto-submenu.mega-menu {
    display: flex;
    flex-wrap: wrap;
}
ul.drop-down-list-exch.crypto-submenu.mega-menu li{
    width: 47%;
    display: inline-block;
}
ul.drop-menu li i.fa-solid.fa-lock, ul.mega-links li i.fa-solid.fa-lock {
    display: none;
    opacity: 0;
}
ul.drop-menu li:hover i.fa-solid.fa-lock, ul.mega-links li:hover i.fa-solid.fa-lock {
    display: block;
    opacity: 1;
}
ul.drop-menu li i.fa-solid.fa-arrow-right, ul.mega-links li i.fa-solid.fa-arrow-right{
    display: none;
}
ul.drop-menu li:hover i.fa-solid.fa-arrow-right,  ul.mega-links li:hover i.fa-solid.fa-arrow-right{
    display: block;
    /* animation-name: move-ltr;
    transform: translateX(0) translateY(-50%) rotate(-90deg); */
}

/* @keyframes move-ltr{
    0% {
        transform: translateX(-3px) translateY(-50%) rotate(-90deg);
    }
    100% {
        transform: translateX(0) translateY(-50%) rotate(-90deg);
    }
} */





ul.drop-down-list-exch.crypto-submenu.mega-menu h6 {
    padding-left: 10px;
    color: #8D93A6;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 12px;
}
ul.drop-down-list-exch.crypto-submenu.mega-menu ul {
    padding-left: 0;
}
ul.drop-down-list-exch.crypto-submenu.mega-menu ul {
    width: 33%;
}
ul.drop-down-list-exch.crypto-submenu.mega-menu ul li{
    width: 100%;
}
li.nav-item.drop-down-menu-exch ul.drop-down-list-exch li a p {
    margin: 0;
    margin-left: 19px;
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 20px;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
        gap: 9px;
        align-items: center;
        z-index: 1;
        position: relative;
        height: 52px;
        justify-content: center;
    }
}
/* header */
/* landing new */




@media (min-width: 1200px){
    .img-fluid {
        max-width: none;
        height: auto;
    }
}
/* dark mode */
body.dark .row.banner-side-img::after{
    position: absolute;
    content: "";
    background-image: url(../images/banner-right-asset.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 930px;
    height: 600px;
    right: 0;
    z-index: -1;
}
body.dark .glassmorph{
    background: rgba(255, 255, 255, 0.112);
    backdrop-filter: blur(3px);
}
img.img-fluid.airdrop-coin {
    width: 75px;
}
.dark .explore-con{
    color: #DED9E0;
}
.dark .light-need-help{
display: none;
}
.dark-need-help{
    display: none;
}
.dark .dark-need-help{
    display: block;
}
.dark .link{
    border: 1px solid #ffffff;
    color: #ffffff;
}
.dark .foot-flex{
    border-top: 2px solid #27282B;
}
/* dark mode */





/* @property --angle {
	syntax: '<angle>';
	inherits: true;
	initial-value: 0deg;
}

.card {
	--angle: 0deg;
    border: 0.91px solid;
    background: linear-gradient(85.94deg, #222867 -16.79%, rgba(188, 111, 241, 0) 63.57%, #222867 147.38%) !important;
	animation: rotate-gradient 3s infinite linear;
}

@keyframes rotate-gradient {
	from { --angle: 0deg; }
	to { --angle: 360deg; }
} */



@media (min-width: 1200px) and (max-width: 1349.98px) {}





/* new header */
nav{
    position: fixed;
    z-index: 99;
    width: 100%;
  }
  nav .navwrap{
    position: relative;
    /* max-width: 1300px; */
    /* padding: 0px 30px; */
    /* height: 70px;
    line-height: 70px; */
    /* margin: auto; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    width: 100%;
  }
   .navwrap .logo a{
    color: #f2f2f2;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
  }
   .navwrap .nav-links{
    display: inline-flex;
    margin: 0;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-left: 5px;
  }
  .nav-links li{
    list-style: none;
    height: fit-content;
  }
  .nav-links li a{
    color: var(--font-clr);
    text-decoration: none;
    font-size: 14px !important;
    font-weight: 500;
    padding: 9px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-links li a:hover{
    background: #161A42;
    color: #fff !important;
    border-radius: 4px;
  }
  .nav-links .mobile-item{
    display: none;
  }
  .nav-links .drop-menu{
    position: absolute;
    width: 300px;
    line-height: 45px;
    top: 36px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
    border-radius: 10px;
    padding-left: 5px;
    padding: 10px;
    background: #222867;
  }
  .nav-links li:hover .drop-menu,
  .nav-links li:hover .mega-box{
    transition: all 0.3s ease;
    top: 50px;
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
  }
  .drop-menu li a{
    width: 100%;
    display: flex;
    padding: 0 15px 0 15px;
    align-items: center;
    justify-content: space-between;
    border-radius: 0px;
  }
  .mega-box{
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 30px;
    top: 60px;
    opacity: 0;
    visibility: hidden;
    padding-left: 0;
  }
  .mega-box .content{
    background: var(--mail-bg);
    padding: 25px 20px;
    display: flex;
    /* width: 100%; */
    width: max-content;
    justify-content: space-between;
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
    /* border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px; */
    border-radius: 10px;
  }
  .mega-box .content .row{
    /* width: calc(25% - 30px); */
    width: calc(57% - 30px);
    line-height: 45px;
  }
  .content .row img{
    width: 40px;
    height: 40px;
    object-fit: cover;
  }
  .content .row header{
    color: var(--font-clr);
    font-size: 12px;
    font-weight: 600;
    min-height: 37px;
  }
  .dark .content .row .mega-links{
    margin-left: -20px;
    border-left: 1px solid rgba(255,255,255,0.09);
  }
  .content .row .mega-links{
    margin-left: -40px;
    border-left: 1px solid #ccc
  }
  .row .mega-links li{
    padding: 0 20px;
  }
  .row .mega-links li a{
    padding: 0px;
    padding: 0 20px;
    color: var(--font-clr);
    font-size: 17px;
    /* display: block; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 261px;
  }
  .row .mega-links li a:hover{
    color: #f2f2f2;
  }
   .navwrap .btn{
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none !important;
    background: #222867;
    border-radius: 10px;
    /* padding: 14px; */
    height: 37px;
  }

  
  @media screen and (max-width: 1199.98px) {
    body.dark .usermenu .dropdown-menu.show {
        background: #161616 !important;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
    }
    ul.drop-menu li a > div{
        color: #fff;
    }
    body.dark .usermenu .dropdown-menu.show {
        left: 5px !important;
    }
    .nav-links .drop-menu li a > div svg path{
        fill: #fff !important;
    }
     .navwrap .btn{
      display: block !important;
      display: flex !important;

    }
     .navwrap .nav-links{
      position: fixed;
      height: 100vh;
      width: 100%;
      /* max-width: 350px; */
      max-width: 312px;
      top: 0;
      left: -100%;
      display: block;
      padding: 50px 10px;
      line-height: 50px;
      overflow-y: auto;
      overflow-y: auto;
      box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
      transition: all 0.3s ease;
      background: #191919;
    }
    .TrustX-common-btn {
        line-height: 3;
    }
    /* custom scroll bar */
    ul.nav-links::-webkit-scrollbar {
      width: 3px;
    }
    ul.nav-links::-webkit-scrollbar-track {
      background: #222867;
      
    }
    ul.nav-links::-webkit-scrollbar-thumb {
      background: var(--22, linear-gradient(90deg, #1FA2FF 0%, #12D8FA 50%, #A6FFCB 100%));
    }
    #menu-btn:checked ~ .nav-links{
      left: 0%;
    }
    #menu-btn:checked ~ .btn.menu-btn{
      display: none;
    }
    #close-btn:checked ~ .btn.menu-btn{
      display: block;
    }
    .nav-links li{
      margin: 0 10px;
    }
    .nav-links li a{
      padding: 0 20px;
      display: block;
      font-size: 20px;
    }
    li.nav-item a.nav-link {
        line-height: 3;
    }
    .before-hover-btn {
        width: 88.94px;
    }
    .nav-links .drop-menu{
      position: static;
      opacity: 1;
      top: 65px;
      visibility: visible;
      padding-left: 20px;
      width: 100%;
      max-height: 0px;
      overflow: hidden;
      box-shadow: none;
      transition: all 0.3s ease;
      background: #191919;
    }
    #dd1:checked ~ .drop-menu,
    #dd1:checked ~ .mega-box,
    #dd2:checked ~ .drop-menu,
    #dd2:checked ~ .mega-box,
    #dd3:checked ~ .drop-menu,
    #dd3:checked ~ .mega-box,
    #dd4:checked ~ .drop-menu,
    #dd4:checked ~ .mega-box,
    #dd5:checked ~ .drop-menu,
    #dd5:checked ~ .mega-box,
    #dd6:checked ~ .drop-menu,
    #dd6:checked ~ .mega-box,
    #dd7:checked ~ .drop-menu,
    #dd7:checked ~ .mega-box,
    #showDrop:checked ~ .drop-menu,
    #showMega:checked ~ .mega-box{
      max-height: 100%;
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px;
    }
    .nav-links .desktop-item{
      display: none !important;
    }
    .nav-links .mobile-item{
      /* display: block !important; */
      color: var(--font-clr);
      font-size: 20px;
      font-weight: 500;
      padding: 0 35px;
      cursor: pointer;
      border-radius: 5px;
      transition: all 0.3s ease;
      display: flex;
      align-items: center;
    }
    .nav-links .mobile-item:hover{
      background: #222867;
      color: #fff;
    }
    .drop-menu li{
      margin: 0;
    }
    .drop-menu li a{
      border-radius: 5px;
      font-size: 18px;
      display: flex;
    }
    .mega-box{
      position: static;
      top: 65px;
      opacity: 1;
      visibility: visible;
      /* padding: 0 20px; */
      padding-right: 0 !important;
      max-height: 0px;
      overflow: hidden;
      transition: all 0.3s ease;
    }
    .mega-box .content{
      box-shadow: none;
      flex-direction: column;
      padding: 20px 20px 0 20px;
    }
    .mega-box .content .row{
      width: 100%;
      margin-bottom: 15px;
      border-top: 1px solid rgba(255,255,255,0.08);
    }
    .mega-box .content .row:nth-child(1),
    .mega-box .content .row:nth-child(2){
      border-top: 0px;
    }
    .content .row .mega-links{
      border-left: 0px;
      padding-left: 15px;
    }
    .row .mega-links li{
      margin: 0;
    }
    .content .row header{
      font-size: 19px;
    }
    ul.form-btns{
        margin: 0;
    }
    div#hide-bottom-head {
        justify-content: left !important;
        display: flex;
    }
    .nav-links li a:hover {
        border-radius: 0;
    }
    .mega-box .content{
        width: 100% !important;
    }
    .content .row header {
        color: #0dcaf0;
    }
    section.header-sctn a.nav-link.menu-last.sec.position-relative {
        padding: 0px 37px;
    }
    ul.form-btns li:first-child a.nav-link.menu-last.sec.position-relative span {
        color: var(--font-clr);
    }
    .nav-links .mobile-item p {
        display: flex;
        align-items: center;
    }
    .nav-links .mobile-item div {
        width: 195px;
      }
      li.nav-item.drop-down-menu-exch:first-child label.mobile-item {
        padding: 14px 20px;
        margin-bottom: 13px;
        padding-left: 35px;
    }
    .dropdown-menu[data-bs-popper] {
        left: 19px !important;
        width: 223px !important;
      }
      .navwrap .btn.close-btn i.fas.fa-times {
        font-size: 18px;
    }
    .dropdown-menu.show a.nav-link.dropdown-item { 
        height: 46px !important;
      }
      ul.form-btns {
        flex-direction: column;
    }
    .navwrap .btn.close-btn{
        position: absolute;
        right: 16px;
        top: 10px;
        display: flex !important;
        justify-content: center;
        align-items: center;
      }
  }
  nav input{
    display: none;
  }
  .usermenu .dropdown-menu.show {
    right: 0px !important;
    left: auto !important;
}

/* change */
  a.nav-link.transition-effect.common-btn.desktop-item {
    display: flex;
    flex-direction: row;
    white-space: pre;
    align-items: center;
    gap: 6px;
}
.nav-links .mobile-item p {
    margin: 0;
    width: 197px;
    white-space: pre;
    font-size: 16px;
}
/* .dropdown-menu[data-bs-popper]{
    left: -25px;
} */
.row .mega-links li a div {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
}
.row .mega-links li a div svg {
    width: 30px;
    height: 50px;
}
.row .mega-links li:hover a div svg, .nav-links .drop-menu li a > div svg path{
    fill:#fff
}
.row .mega-links li:hover a div svg path, .dark .row .mega-links li a div svg path, .nav-links .drop-menu li:hover a > div svg path, .dark .nav-links .drop-menu li a > div svg path  {
    fill: #fff;
}
.content .row:first-child .mega-links{
    border-left: 0 !important;
}
.content .row .mega-links{
    width: max-content !important;
    max-width: max-content;
}
ul.drop-menu li a > div {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    line-height: 21px;
}
ul.drop-menu li a > div svg{
    width: 30px;
    height: 50px;
}
a.nav-link.transition-effect.common-btn.desktop-item i {
    font-size: 12px;
}
img.header-flower, .dark img.header-flower-dark {
    display: none;
}
.dark img.header-flower {
display: block;
}
a.nav-link.dropdown-bs-toggle {
    background: transparent !important;
}
img.img-fluid.light-need-help, .dark img.img-fluid.dark-need-help {
    height: 480px;
}
img.img-fluid.desktop.dark-need-help, img.img-fluid.desktop.light-need-help {
    /* width: 337px; */
    width: 468px;
    height: auto;
}
.row.gradient-bg{
	position: relative;
	background: var(--mail-bg);
	/*The background extends to the outside edge of the padding. No background is drawn beneath the border.*/
	background-clip: padding-box;
	border: solid 0px transparent;
	border-radius: 0.8rem;
}
.row.gradient-bg:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
		margin: -1px; /* same as border width */
		border-radius: inherit; /* inherit container box's radius */
		/* background: linear-gradient(to left, turquoise, greenyellow); */
        background: radial-gradient(102.33% 147.58% at 0.03% 97.34%, #222867 0%, rgba(188, 111, 241, 0) 51.5%, #222867 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;


	}
    .gradient-bg {
        font-size: 1.6rem;
        place-items: center;
        min-height: 200px;
        border: 2px solid;
        padding: 1rem;
    }
    .bonus img {
        width: 315px;
        height: 146px;
    }
/* change */
/* new header */
