@import url('https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Sora:wght@100..800&display=swap');
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "Bradley Hand";
    src: url('../assets/fonts/BRADHI.ttf');
}

body {
    font-family: "Sora", sans-serif;
    font-size: 20px;
    font-weight: 400;
    background: #fff;
    color: #000;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit;
    border: none;
    background: none;
    outline: none;
}

a,
button {
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

a,
a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

p {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

label {
    margin-bottom: 0;
}

.container {
    max-width: 1370px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* ==== header area start==== */

header {
    padding: 27px 0;
    border-bottom: 1px solid #EAEAEA;
}

.sales-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo a {
    color: #000;
    font-family: Sora;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.logo a span {
    font-weight: 700;
}

.menu-btn a {
    color: #FFF;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
    padding: 10px 12px;
    border-radius: 10px;
    background: #000;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    gap: 0 10px;
    transition: .3s;
}

.menu-btn a:hover {
    background: #141313;
}

.menu-btn a span {
    color: #FFF;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 5px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.15);
    display: inline-block;
    padding: 2px 8px;
}

/* =========== hero area start====== */

.hero-area {
    padding: 80px 0;
}

.hero-content h2 {
    color: #000;
    text-align: center;
    font-family: Sora;
    font-size: 66px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 18px;
}

.hero-content p {
    color: #000;
    text-align: center;
    font-family: "Mona Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 64px;
}

.hero-content p span {
    color: #000;
    font-family: "Mona Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.hero-btn a {
    color: #FFF;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 12px;
    padding: 13px 15px;
    border-radius: 25px;
    background: #000;
    max-width: 230px;
    margin: auto;
    transition: .3s;
}

.hero-btn a:hover {
    background: #141313;
}

.gp-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 8px;
    margin-top: 28px;
}

.gp-text span {
    color: #000;
    font-family: "Mona Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* =======landing-chart-area======== */

.landing-chart-area {
    padding: 50px 0;
    padding-bottom: 5px;
}

.landing-chart-inner {
    display: flex;
    width: 100%;
    gap: 20px;
}

.landing_left-box {
    flex: 75%;
    text-align: center;
    padding-top: 0px;
}

.landing_right-box {
    flex: 25%;
}

.Multiple_box_item {
    border-radius: 20px;
    border: 1px solid #292A30;
    background: #000;
    padding: 20px;
    margin-bottom: 30px;
}

.Multiple_box_item ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Multiple_box_item ul li h2 {
    color: #FFF;
    font-family: Sora;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 9px;
}

.Multiple_box_item ul li a {
    color: #646571;
    font-family: Sora;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    /* 175% */
    display: inline-block;
    padding: 10px 15px;
    border-radius: 12px;
    border: 1px solid #292A30;
    background: rgba(0, 0, 0, 0.30);
}

.Multiple_box_item ul li h3 {
    color: #FFF;
    font-family: Sora;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.Multiple_box_item ul li h3 span {
    color: #FFF;
    font-family: Sora;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* progress_bar */

.progress_bar {
    width: 100%;
    height: 25px;
    border-radius: 10px;
    border: 1px solid #292A30;
    background: rgba(0, 0, 0, 0.30);
    border-radius: 7px;
    position: relative;
    margin-bottom: 16px;
    padding: 3px;
}

.progress_bar .progress_line {
    width: 5%;
    height: 100%;
    border-radius: 9px 0 0 9px;
    background: linear-gradient(90deg, #27AE60 0%, #00B395 100%);
    transition: 1s ease-in;
}

.progress_bar .progress_line.active {
    width: 50%;
}

/* ======COLOR OF BAR  ====== */

.PG1 {
    background: #DE2F24 !important;
    background: linear-gradient(90deg, rgba(222, 47, 36, 1) 0%, rgba(242, 154, 11, 1) 71%, rgba(57, 162, 64, 1) 84%) !important;
}

.PG2 {
    background: #8EA8A0 !important;
}

.PG3 {
    background: #FFE836 !important;
}

/* ========= */

/* progress_bar */

.Liquidity_progress_bar {
    width: 100%;
    height: 20px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.30);
    border-radius: 7px;
    position: relative;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 9px 0 0 9px;
    overflow: hidden;
}

.Liquidity_progress_bar .Liquidity_progress_line {
    width: 5%;
    height: 100%;
    border-radius: 9px 0 0 9px;
    background: linear-gradient(90deg, #27AE60 0%, #00B395 100%);
    transition: 1s ease-in;
    position: absolute;
}

.Liquidity_progress_bar .Liquidity_progress_line.active {
    width: 75%;
}

.Liquidity_progress_bar span {
    width: 4px;
    height: 22px;
    flex-shrink: 0;
    border-radius: 20px;
    background: #292A30;
    display: block;
}

.mobile-only {
    display: none;
}

.lscore-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #292A30;
    margin-bottom: 10px;
}

.lscore-text li {
    color: #646571;
    font-family: Sora;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    /* 175% */
}

/* ========= */

.ctr-sm-box {
    border-radius: 20px;
    border: 1px solid #292A30;
    background: #000;
    padding: 20px;
    margin-bottom: 30px;
}

.ctr-sm-box h2 {
    color: #FFF;
    font-family: Sora;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 18px;
}

.ctr-sm-box p {
    color: #646571;
    font-family: Sora;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 175% */
}

/* =======testimonial_section========= */

.testimonial_section {
    padding-bottom: 55px;
}

.testimonial_wrapper {
    border-radius: 30px;
    border: 1px solid #292A30;
    background: #000;
    padding: 110px 0;
}

.testimonial_wrapper h2 {
    color: #fff;
    text-align: center;
    font-family: Sora;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 23px;
}

.ts-user {
    display: flex;
    align-items: center;
    gap: 0 10px;
    justify-content: center;
}

.ts-user span {
    color: rgba(255, 255, 255, 0.38);
    text-align: center;
    font-family: "Mona Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/*========== faq area start======== */

.faq-area {
    padding-bottom: 90px;
}

.faq-inner {
    max-width: 712px;
    margin: auto;
}

.faq-inner h2 {
    color: #000;
    font-family: Sora;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 49px;
}

.faq-inner h3 {
    color: #000;
    font-family: Sora;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.faq-inner p {
    color: #000;
    font-family: Sora;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.faq-inner p span {
    text-decoration: underline;
}

/* ====sold today section start==== */

.sold-today-area {
    padding-bottom: 25px;
}

.sold-today-wrapper {
    border-radius: 30px;
    border: 1px solid #292A30;
    background: #000;
    padding: 106px 30px;
}

.sold-today-item h2 {
    color: #FFF;
    text-align: center;
    font-family: Sora;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.sold-today-item p {
    color: #FFF;
    text-align: center;
    font-family: "Mona Sans";
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 47px;
}

.sold-today-item p span {
    color: rgba(255, 255, 255, 0.38);
    font-family: "Mona Sans";
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.sold-today-item a {
    color: #000;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 11px;
    border-radius: 20px;
    background: #FFE836;
    padding: 13px 17px;
    max-width: 220px;
    transition: .3s;
    margin: auto;
}

.sold-today-item a:hover {
    background: #e6cb04;
}

.skt span {
    color: #FFF;
    font-family: "Mona Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* ========== */

.Founder-about-text {
    padding: 100px 0 180px;
}

.founder-text-wrapper {
    max-width: 710px;
    margin: auto;
}

.founder-text-wrapper p {
    color: #000;
    font-family: Sora;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 35px;
}

.founder-user-box ul {
    display: flex;
    align-items: center;
    gap: 0 23px;
}

.founder-user-box ul li p {
    color: #525FFF;
    font-family: "Bradley Hand";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0px;
}

.founder-user-box ul li small {
    color: rgba(0, 0, 0, 0.60);
    font-family: Sora;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
    margin-top: -10px;
    line-height: 10px !important;
}

.founder-user-box ul li small span {
    font-weight: 700;
}

/* ======footer area start======== */

footer {
    padding-bottom: 30px;
}

.footer-wrapper {
    border-radius: 20px;
    border: 1px solid #292A30;
    background: #000;
    padding: 90px 75px 60px;
}

.footer-menu-list ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 28px;
    padding-bottom: 34px;
    border-bottom: 1px solid #292A30;
}

.footer-menu-list ul li a {
    color: #FFF;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    transition: .3s;
}

.footer-menu-list ul li a:hover {
    text-decoration: none;
}

.footer-text {
    max-width: 785px;
    margin: auto;
}

.footer-text p {
    color: rgba(255, 255, 255, 0.20);
    font-family: Sora;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-top: 35px;
}

.d-lg-none {
    display: none;
}

/* ================ dashboard main page start========================= */

.dashboard_body {
    background: #000 !important;
    color: #fff !important;
}

.dashboard_main {
    display: flex;
    width: 100%;
    gap: 20px;
    padding: 30px;
    padding-bottom: 0px;
}

.dashboard_left-side {
    flex: 75%;
    min-height: 50px;
    /* background-color: rgb(196, 199, 0); */
}

.dashboard_right-side {
    flex: 25%;
}

.dashboard_left-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 27px;
}

.dashboard_left-header .valuationUSD h5 {
    color: rgba(255, 255, 255, 0.60);
    font-family: Sora;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.dashboard_left-header .valuationUSD h2 {
    color: #FFF;
    font-family: Sora;
    font-size: 42px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.dashboard_left-header .valuationUSD h2 span {
    color: rgba(255, 255, 255, 0.60);
    font-family: Sora;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.dashboard_left-header .valuationUSD h2 span small {
    font-size: 20px;
}

.ds-header-icon {
    display: flex;
    align-items: center;
    gap: 0px 8px;
    justify-content: right;
    margin-bottom: 15px;
}

.ds-header-icon li a {
    color: rgba(255, 255, 255, 0.60);
    text-align: center;
    font-family: Sora;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 10px;
    border: 1px solid #292A30;
    /* display: flex;
    align-items: center;
    gap: 0 5px; */
}

.ds-header-icon li a {
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.ds-header-icon li a small {
    color: rgba(255, 255, 255, 0.60);
    text-align: center;
    font-family: Sora;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
}

.ds-header-icon li a svg path {
    opacity: 1 !important;
    stroke-width: 1.5px;
    transition: .3s;
    stroke-opacity: .5;
}

.ds-header-icon li a:hover svg path {
    stroke: #FFE836 !important;
    opacity: 1 !important;
    stroke-width: 1.5px;
    stroke-opacity: 1 !important;
}

.ds-header-icon li a:hover {
    color: #FFE836;
    border-color: #FFE836;
}

.ds-percent-btn ul {
    display: flex;
    align-items: center;
    gap: 0 5px;
}

.ds-percent-btn ul li span {
    color: rgba(255, 255, 255, 0.60);
    text-align: center;
    font-family: Sora;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: inline-block;
    margin-right: 10px;
}

.ds-percent-btn ul li a {
    color: rgba(255, 255, 255, 0.60);
    text-align: center;
    font-family: Sora;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: inline-block;
    padding: 9px 15px;
    border-radius: 10px;
    border: 1px solid #292A30;
    transition: .3s;
}

.ds-percent-btn ul li a:hover {
    color: #FFF;
    border: 1px solid #FFE836;
}

/* ===chart_btm-box-wrapper==== */

.chart_btm-box-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-gap: 30px 30px;
}

.chart_box_blank {
    margin-bottom: 30px;
}

.chart_btm-box-wrapper .ctr-sm-box {
    border-radius: 20px;
    border: 1px solid #292A30;
    background: #181818;
}

.chart_btm-box-wrapper .ctr-sm-box small {
    color: #646571;
    font-family: Sora;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    /* 116.667% */
    display: block;
    margin-bottom: 5px;
}

.gaps {
    margin: 4px 0 10px;
    display: block;
    border-bottom: 1px solid #292A30;
}

.valu_tg span {
    color: #646571;
    text-align: center;
    font-family: Sora;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    /* 175% */
    display: inline-block;
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid #292A30;
    background: rgba(0, 0, 0, 0.30);
}

.mb-0 {
    margin-bottom: 0px !important;
}

/* =======dashboard_right-side=========== */

.dashboard_right-header ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.dashboard_right-header ul li a {
    color: #FFF;
    font-family: Sora;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.dashboard_right-header ul li a span {
    font-weight: 700;
}

.dashboard_right-header ul li a small {
    color: rgba(255, 255, 255, 0.60);
    text-align: right;
    font-family: Sora;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.h-company_name h2 {
    color: #FFF;
    font-family: Sora;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border-radius: 10px;
    border: 1px solid #292A30;
    background: #181818;
    padding: 10px 20px;
    margin-bottom: 30px;
}

.dashboard_right-side .Multiple_box_item {
    border-radius: 20px;
    border: 1px solid #292A30;
    background: #181818;
}

.dashboard_right-side .ctr-sm-box {
    border-radius: 20px;
    border: 1px solid #292A30;
    background: #181818;
}

/* =======ds-body-sections-start============ */

.ds_body-sections {
    padding: 30px;
    padding-top: 0px;
}

.company_abouts-wrapper {
    border-radius: 20px;
    border: 1px solid #292A30;
    background: #181818;
    padding: 60px;
}

.company_abouts-wrapper p {
    color: #FFF;
    font-family: Sora;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 45px;
}

.user-ds ul li p {
    color: #FFE836;
    font-family: "Bradley Hand";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.user-ds ul li small {
    color: rgba(255, 255, 255, 0.50) !important;
}

.mobile-only {
    display: none;
}

/* ========popup design ====== */

.open-btn {
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1000;
}

.modal {
    border-radius: 20px;
    border: 1px solid #292A30;
    background: #181818;
    padding: 24px 30px 20px 30px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    max-width: 770px;
    width: 80%;
    margin: 0 auto;
    transform: translateY(-50px);
    opacity: 0;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}

.modal-overlay.show {
    display: flex;
    opacity: 1;
}

.modal.show {
    transform: translateY(0);
    opacity: 1;
}

.close-btn {
    color: rgba(255, 255, 255, 0.60);
    text-align: center;
    font-family: Sora;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 0 4px;
    padding: 6px 8px;
    border-radius: 10px;
    border: 1px solid #292A30;
    cursor: pointer;
}

.close-btn:hover {
    color: #FFE836;
    border-color: #FFE836;
}

@media (max-width: 600px) {
    .modal {
        width: 90%;
        padding: 15px;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header {
    margin-bottom: 17px;
}

.modal-header ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-header ul li a {
    color: #FFF;
    font-family: Sora;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.close-btn svg path {
    opacity: 1 !important;
    stroke-width: 1.5px;
    transition: .3s;
    stroke-opacity: .5;
}

.close-btn:hover svg path {
    stroke: #FFE836 !important;
    opacity: 1 !important;
    stroke-width: 1.5px;
    stroke-opacity: 1 !important;
}

.modal-body {
    background-color: #000000;
    padding: 20px;
    margin-bottom: 20px;
}

.modal-footer ul li a {
    color: #000;
    text-align: center;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 0 8px;
    padding: 11px 14px;
    border-radius: 10px;
    background: #FFE836;
    width: 150px;
    margin-left: auto;
}

.modal-top-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.modal-top-wrapper .valuationUSD h5 {
    color: rgba(255, 255, 255, 0.60);
    font-family: Sora;
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.modal-top-wrapper .valuationUSD h2 {
    color: #FFF;
    font-family: Sora;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.modal-top-wrapper .valuationUSD h2 span {
    color: rgba(255, 255, 255, 0.60);
    font-family: Sora;
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.modal-top-wrapper .valuationUSD h2 span small {
    font-size: 20px;
}

.modal-top-right-item ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.modal-top-right-item ul li a {
    color: #FFF;
    font-family: Sora;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.modal-top-right-item ul li a span {
    font-weight: 700;
}

.modal-top-right-item ul li a small {
    color: rgba(255, 255, 255, 0.60);
    text-align: right;
    font-family: Sora;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.modal-top-right-item h2 {
    color: #FFF;
    font-family: Sora;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border-radius: 10px;
    border: 1px solid #292A30;
    background: #181818;
    padding: 10px 20px;
    margin-bottom: 30px;
}

/* ===========chart css ============ */

.chart-container {
    position: relative;
    width: 100%;
    height: 500px;
    border-radius: 20px;
    border: 1px solid #292A30;
    background: #181818;
    border-radius: 12px;
    padding: 3rem 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.chart-grid {
    position: absolute;
    top: 2rem;
    left: 2rem;
    right: 2rem;
    bottom: 2rem;
    border-left: 1px solid #444;
    border-bottom: 1px solid #444;
    z-index: 0;
    display: none;
    /* pisoner line none */
}

.chart-grid::before {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    width: 100%;
    height: 1px;
    background-color: #444;
    transform: translateY(10%);
}

.chart-grid-line {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #444;
    opacity: 0.5;
    transition: opacity 0.3s;
}

.chart-grid-line:nth-child(1) {
    bottom: 0;
}

.chart-grid-line:nth-child(2) {
    bottom: 25%;
}

.chart-grid-line:nth-child(3) {
    bottom: 50%;
}

.chart-grid-line:nth-child(4) {
    bottom: 75%;
}

.chart-grid-line:nth-child(5) {
    bottom: 100%;
}

.chart-area {
    position: relative;
    display: flex;
    width: 100%;
    height: calc(100% - 1rem);
    /* Adjust height for padding */
    z-index: 1;
    align-items: flex-end;
    gap: 4px;
    padding-bottom: 2rem;
    box-sizing: border-box;
}

.bar-group {
    position: relative;
    flex-grow: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.bar {
    width: 100%;
    width: 7px;
    background-color: #292A30;
    border-radius: 16px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
}

/* .chart-area {
    position: relative;
    display: flex;
    width: 100%;
    height: calc(100% - 4rem);
    z-index: 1;
    align-items: flex-end;
    gap: 4px; 
    padding: 0; 
    box-sizing: border-box;
}

.bar-group {
    flex: 0 0 auto; 
    width: 4px; 
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
 */

/* Default hover state */

.bar-group:hover .bar {
    background-color: #4a4a4a;
}

.bar-group.highlighted .bar {
    background-color: #FFE836;
}

.bar-group.highlighted .tooltip {
    opacity: 1;
}

.bar-group.highlighted .highlight-line {
    opacity: 1;
}

.bar-group.left-highlighted .bar {
    background-color: #646571;
    /* left bars color */
}

.highlight-line {
    position: absolute;
    bottom: 90%;
    /* Position at the top of the bar */
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 4rem;
    /* Fixed height for the line */
    background-color: #fdd835;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 10;
}

.tooltip {
    position: absolute;
    bottom: calc(90% + 4rem);
    /* Position above the highlight-line */
    left: 50%;
    transform: translateX(-50%);
    background-color: #2c2c2c;
    border: 2px solid #FFE836;
    color: #fdd835;
    padding: 8px 15px;
    border-radius: 8px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
    z-index: 11;
}

.x-axis {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 2rem;
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    box-sizing: border-box;
}

.x-axis-label {
    color: #888;
    font-size: 0.875rem;
    text-align: center;
    flex-grow: 1;
    position: relative;
}

.x-axis-label.highlighted {
    color: #fdd835;
    font-weight: bold;
}

.chart-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    pointer-events: none;
}

/* ==== */

.landing-chart-container {
    height: 714px;
    padding-bottom: 70px;
    border-radius: 20px;
    border: 1px solid #292A30;
    background: #000 !important;
}

.x-landing-axis {
    bottom: 4rem;
}

/* ds-chart-container */

.ds-chart-container {
    height: 714px;
    padding-bottom: 70px;
}

.ds-axis1 {
    bottom: 3rem;
}

/* -----link btn copyed----- */

.main-landingpage {
    overflow: hidden;
}

/* modal-cart */

.modal-cart {
    background-color: #181818;
    padding: 30px;
    border-radius: 15px;
}

.crt-year {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
}

.crt-year li span {
    color: #FFF;
    text-align: center;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.mobile-ds-percent {
    display: none;
}

.mobile-ds-percent ul {
    justify-content: space-between;
    padding-bottom: 20px;
    margin-top: -8px;
    margin-bottom: 17px;
    position: relative;
}

.mobile-ds-percent ul li a {
    color: rgba(255, 255, 255, 0.60);
    text-align: center;
    font-family: Sora;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: inline-block;
    padding: 8px 12px;
}

.mobile-ds-percent ul::before {
    content: "";
    width: 1000px;
    height: 1px;
    display: block;
    background-color: #292A30;
    position: absolute;
    bottom: 0px;
    left: -100px;
}

@media (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
}




/* ===============end all the css ============ */