@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: all .5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

body {
    font-family: "Poppins", sans-serif;
}

/* header start  */
header {
    padding: 20px 8px;
    background-color: #FCFCFD;
}

.navbar {
    padding: 0;
}

.navbar .navbar-brand {
    padding: 4px 33px 4px 0;
    margin: 0 33px 0 0;
    border-right: 1px solid #E6E8EC;
    display: flex;
    align-items: center;
}

.navbar-nav {
    gap: 44px;
}

.navbar-nav .nav-item .nav-link {
    padding: 0;
    color: #5f5f5f;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #0d0d0d;
}

.navbar-nav .nav-item .nav-link:hover svg path {
    fill: #0d0d0d;
}

.header-media {
    order: 2;
    display: flex;
    align-items: center;
}

.header-media .header-right {
    display: flex;
    align-items: center;
}

.header-media .header-right .header-list {
    margin-left: 46px;
}

.header-media .header-right .header-list ol {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 24px;
}

.header-media .header-right .header-list ol li a {
    display: flex;
    align-items: center;
}

.currency-btn .currency-dropdown {
    color: #0d0d0d;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 14px;
}

.lightning-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightning-btn:hover svg path {
    fill: #0d0d0d;
}

.notification-btn {
    position: relative;
    width: 40px;
    height: 40px;
    justify-content: center;
}

.notification-btn:hover svg path {
    fill: #0d0d0d;
}

.staus {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: #58BD7D;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
}

.wallet-btn {
    border: 2px solid #E6E8EC;
    height: 40px;
    border-radius: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    color: #0d0d0d;
    font-size: 14px;
    padding: 0 14px;
}

.wallet-btn:hover {
    background-color: #0d0d0d;
    color: #ffffff;
    border-color: #0d0d0d;
}

.mood-btn:hover svg path {
    fill: #0d0d0d;
}
header .dropdown-menu {
    margin-top: 10px !important;
    min-width: 100px;
    width: 100%;
    border-color: #F4F5F6;
    box-shadow: 0px 0px 20px -4px #00000014;
}
header .crypto-menu{
    min-width: 112px;
}
header .dropdown-item:active{
    background-color: transparent !important ;
}
header .dropdown-item{
    font-size: 14px;
    font-weight: 500;
    color: #5f5f5f;
}
header .dropdown-item:hover{
    background: transparent;
    color: #0d0d0d;
}
/* header end  */
/* hero start  */
.hero {
    padding-bottom: 164px;
    padding-top: 171px;
}

.main-heading {
    font-size: 64px;
    color: #23262F;
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    /* 100% */
    letter-spacing: -1.28px;
    padding-bottom: 27px;
}

.main-paragraph {
    font-size: 16px;
    color: #777E90;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    padding-bottom: 60px;
}

.hero .left-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.hero .main-paragraph {
    max-width: 544px;
    width: 100%;
}

/* hero end  */
/* why-launchpad start  */
.why-launchpad {
    padding: 80px 0;
}

.text-top {
    text-align: center;
    padding-bottom: 98px;
}

.main-tittle {
    font-size: 48px;
    color: #23262F;
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    /* 116.667% */
    letter-spacing: -0.96px;
    max-width: 453px;
    width: 100%;
    margin: 0 auto;
}

.small-tittle {
    font-size: 24px;
    color: #23262F;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 133.333% */
    padding-bottom: 16px;
}

.small-paragraph {
    font-size: 14px;
    color: #777E90;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 293px;
    width: 100%;
    margin: 0 auto;
}

.why-launchpad .box .image-holder {
    padding-bottom: 32px;
}

.why-launchpad .box {
    text-align: center;
}

/* why-launchpad end  */
/* launchpad-sec start  */
.launchpad-sec {
    background: #F4F5F6;
    padding: 60px 0;
}

.launchpad-second {
    padding-bottom: 30px;
}

.launchpad-sec .text-top .main-tittle {
    padding-bottom: 20px;
}

.launchpad-sec .text-top {
    padding-bottom: 32px;
}

.launchpad-box {
    transition: all 0.5s ease-in-out;
}

.launchpad-sec .launchpad-box .image-holder {
    padding-bottom: 32px;
    text-align: center;
}

.launchpad-list-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 16px;
}

.launchpad-list-main ul li,
.launchpad-list-main ol li {
    padding-bottom: 16px;
    font-weight: 500;
}

.launchpad-list-main ul li:last-child {
    padding-bottom: 0;
}

.launchpad-list-main ol li {
    color: #23262F;
    text-align: right;
}

.launch-status {
    font-size: 12px;
    color: #FCFCFD;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
    /* 100% */
    text-transform: uppercase;
    background: #58BD7D;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.launchpad-list-main ol li.launch-status {
    color: #FCFCFD;
    font-weight: 700;
    padding: 8px;
}

.launchpad-box {
    border-radius: 20px;
    background: #FCFCFD;
    padding: 40px 32px;
    margin: 30px 0;
}

.schedule-main span {
    font-size: 12px;
    color: #777E90;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 166.667% */
    display: block;
    padding-bottom: 14px;
}

.timer-container {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    justify-content: space-between;
}
.dot{
    margin-top: 6px;
}
.countdown-modal .dot{
    margin-top: 14px;
}
.dot{
   color: #23262F; 
   font-size: 21.61px;
   line-height: 1;
   font-weight: 500;
}
.time {
    font-size: 24px;
    color: #23262F;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 133.333% */
    text-align: center;
}

.timer-container span {
    padding-bottom: 0;
    font-weight: 400;
    text-align: center;
}

.launchpad-list-main ol li.upcomming-status {
    background: #3772FF;
}

.launchpad-list-main ol li.completed {
    background: #23262F;
}

.main-btn-div {
    margin: 28px 0 0 0;
}

.see-more-btn {
    font-size: 16px;
    color: #23262F;
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    border-radius: 90px;
    border: 2px solid #E6E8EC;
    padding: 16px 24px;
    max-width: 149px;
    width: 100%;
    gap: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    text-align: center;
}

.see-more-btn:hover {
    background-color: #0d0d0d;
    color: #ffffff;
    border-color: #0d0d0d;
}

.see-more-btn:hover svg path {
    fill: #FCFCFD;
}

.launchpad-box:hover {
    box-shadow: 0px 64px 64px -48px rgba(15, 15, 15, 0.10);
    transition: all 0.5s ease-in-out;
}

.launchpad-bottom {
    display: none;
}

/* launchpad-sec end  */
/* btn styling  start*/
.main-btn {
    font-size: 16px;
    border-radius: 90px;
    color: #FCFCFD;
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    background: #3772FF;
    padding: 15px 24px;
}

.main-btn:hover {
    border: 1px solid #3772FF;
}

/* btn styling  end */

/****** FAQ ******/
.dark-mode .faq-sec {
    background-color: #141416;
}

.dark-mode .title h2 {
    color: #FCFCFD;
}

.dark-mode .accordion-button {
    color: #FCFCFD;
    border-color: #FCFCFD;
}

.dark-mode .accordion-button span {
    color: #777E90;
}

.dark-mode .accordion-button:not(.collapsed) {
    color: #FCFCFD;
}

.title {
    text-align: center;
}

.title h2 {
    color: #23262F;
    font-weight: bold;
    font-size: 48px;
    font-family: "DM Sans", sans-serif;
    line-height: normal;
}

.faq-sec {
    padding: 100px 0 100px;
    background-color: #F4F5F6;
}

.faq-inner {
    margin: 22px 0 0 0;
}

.accordion-item {
    background-color: transparent;
    border-radius: 0;
    border: none;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-button {
    padding: 0;
    background-color: transparent;
    color: #23262F;
    font-weight: 500;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    gap: 27px;
    align-items: center;
    border-bottom: 1px solid #E6E8EC;
    padding: 24px 0;
}

.down-arrow {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.down-arrow img {
    height: 6px;
}

.accordion-button span {
    color: #777E90;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.accordion-button:not(.collapsed) .down-arrow img {
    rotate: -180deg;
}

.accordion-button:not(.collapsed) span {
    color: #3772FF;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-body {
    padding: 12px 25px 2px 25px;
}

.accordion-body p {
    color: #777E90;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}

.accordion-button::after {
    display: none;
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* footer start  */
footer {
    border-top: 1px solid #F4F5F6;
}

.dark-mode footer {
    border-top: 1px solid #23262F;
}

footer .footer-left {
    padding-top: 80px;
    padding-bottom: 64px;
    height: 100%;
    display: flex;
    gap: 161px;
    border-right: 1px solid #E6E8EC;
}

footer .links-mobile {
    display: none;
}

footer .footer-links h4 {
    color: #0d0d0d;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    display: none;
    align-items: center;
    justify-content: space-between;
}

footer .footer-links ul li {
    margin-bottom: 26px;
}

footer .footer-links ul li:last-child {
    margin: 0;
}

footer .footer-links ul li a {
    color: #777E90;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    display: block;
    line-height: 1;
}

footer .footer-links ul li a:hover {
    color: #ff5733;
}

footer .footer-contect {
    border-right: 1px solid #E6E8EC;
    padding-left: 44px;
    padding-top: 80px;
    padding-bottom: 64px;
    height: 100%;
}

footer .footer-contect h4 {
    color: #23262F;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 44px;
}

footer .footer-contect ul li {
    color: #23262F;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 16px;
}

footer .footer-contect ul li:last-child {
    margin: 0;
}

footer .footer-contect ul li a {
    color: #0d0d0d;
}

footer .footer-contect ul li a:hover {
    color: #ff5733;
}

footer .footer-newsletter {
    max-width: 256px;
    width: 100%;
    margin-left: auto;
    padding-top: 80px;
    padding-bottom: 64px;
}

footer .footer-newsletter h4 {
    color: #0d0d0d;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
}

footer .footer-newsletter p {
    color: #0d0d0d;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin: 38px 0 24px 0;
}

footer .footer-newsletter form {
    position: relative;
}

footer .footer-newsletter form .form-control {
    border: 2px solid #E6E8EC;
    border-radius: 90px;
    height: 48px;
    width: 100%;
    padding-left: 16px;
    color: #0d0d0d;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    box-shadow: none;
    padding-right: 45px;
}

footer .footer-newsletter form .form-control::placeholder {
    color: #777E90;
}

footer .footer-newsletter form a {
    border-radius: 100px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3772FF;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translate(0, -50%);
}

footer .footer-newsletter form a:hover {
    background-color: #ff5733;
}

.copyright {
    border-top: 1px solid #E6E8EC;
    padding: 22px 0;
}

.copyright .copyright-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright .copyright-inner p {
    color: #5f5f5f;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
}

.copyright .copyright-inner ul {
    display: flex;
    align-items: center;
    gap: 24px;
}

.copyright .copyright-inner ul li a {
    display: flex;
    align-items: center;
}

.footer-light-logo,
.footer-dark-logo {
    display: none;
}

/* footer end  */
/* dark mode  */
.dark-mode header {
    background-color: #141416;
}

.dark-mode .light-logo {
    display: none;
}

.dark-mode .dark-logo {
    display: block !important;
}

.dark-mode .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
}

.dark-mode .navbar-nav .nav-item .nav-link:hover svg path {
    fill: #fff;
}


.dark-mode footer {
    background-color: #141416;
}

.dark-mode .footer-left,
.dark-mode .copyright {
    border-color: #23262F;
}

.dark-mode .footer-contect,
.dark-mode .footer-links {
    border-color: #1a1a2e;
}

.dark-mode .footer-contect h4,
.dark-mode .footer-links h4,
.dark-mode .footer-newsletter h4,
.dark-mode .footer-newsletter p {
    color: #E6E8EC;
}

.dark-mode .footer-contect ul li,
.dark-mode .footer-links ul li,
.dark-mode .footer-contect ul a,
.dark-mode .footer-links ul a {
    color: #777E90;
}

.dark-mode .footer-newsletter form .form-control {
    border-color: #23262F;
    background-color: transparent;
    color: #fff;
}

.dark-mode .footer-newsletter form .form-control::placeholder {
    color: #fff;
}

.dark-mode .navbar-nav .nav-item .nav-link {
    color: #777E90;
}

.dark-mode .currency-btn .currency-dropdown {
    color: #FCFCFD;
}

.dark-mode .wallet-btn {
    color: #FCFCFD;
    border-color: #777E90;
}

.dark-mode .navbar .navbar-brand {
    border-color: #23262F;
}

.dark-mode footer .footer-newsletter form .form-control::placeholder,
.dark-mode .copyright .copyright-inner p,
.dark-mode .launchpad-sec .main-paragraph {
    color: #777E90;
}

.dark-mode .hero,
.dark-mode .why-launchpad,
.dark-mode .launchpad-box {
    background: #18191D;
}

.dark-mode .main-heading,
.dark-mode .main-tittle,
.dark-mode .small-tittle,
.dark-mode .launchpad-sec ol .main-paragraph,
.dark-mode .launchpad-sec .time {
    color: #FCFCFD;
}

.dark-mode .main-paragraph,
.dark-mode .small-paragraph {
    color: #B1B5C3;
}

.dark-mode .main-btn:hover {
    color: #fff;
}

.dark-mode .launchpad-sec {
    background: #141416;
}

.dark-mode .see-more-btn {
    color: #FCFCFD;
    border-color: #777E90;
}

.dark-mode .see-more-btn svg path {
    fill: #FCFCFD;
}

/***** PROJECT ******/
.project-token-sec {
    padding: 84px 0;
    background-color: #F4F5F6;
}

.project-token-top {
    border-radius: 10px;
    background: #FCFCFD;
    box-shadow: 0px 4px 16px -8px rgba(15, 15, 15, 0.10);
    padding: 20px 26px;
    display: flex;
    align-items: center;
}

.project-token-top .image-holder {
    max-width: 225px;
    width: 100%;
}

.project-token-top .text-box {
    flex: 1;
    width: 100%;
    padding: 0 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project-token-top .text-box .text-box-left {
    flex: 1;
    width: 100%;
}

.project-token-top .text-box .text-box-left ul li {
    color: #23262F;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.project-token-top .text-box .text-box-left ul li:last-child {
    margin: 0;
}

.project-token-top .text-box .text-box-left ul li span {
    color: #777E90;
    display: flex;
    align-items: center;
    max-width: 114px;
    width: 100%;
}

.status {
    border-radius: 4px;
    height: 26px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FCFCFD;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

.ongoing {
    background-color: #58BD7D;
}

.upcoming {
    background-color: #3772FF;
}

.completed {
    background-color: #23262F;
}

.text-box-right {
    max-width: 291px;
    width: 100%;
}

.project-contact {
    margin-top: 8px;
}

.project-contact .row {
    margin: 0 -3.5px;
}

.project-contact [class*="col-"] {
    padding: 0 3.5px;
}

.project-contact-box {
    background-color: #FCFCFD;
    padding: 40px;
    margin-bottom: 8px;
    border-radius: 10px;
}

.project-contact-box h4 {
    color: #23262F;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 30px;
}

.project-contact-box ul li {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 28px;
}

.project-contact-box ul li:last-child {
    margin: 0;
}

.project-contact-box ul li span {
    display: flex;
    align-items: center;
}

.project-contact-box ul li a {
    display: flex;
    align-items: center;
    color: #777E90;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
}

.project-contact-box .text-box {
    margin-bottom: 70px;
}
.launch-project-sec{
    padding-top: 154px;
    padding-bottom: 130px;
}
.project-contact-box .text-box span {
    display: block;
    line-height: 1;
    color: #777E90;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
}

.project-contact-box .text-box p {
    display: block;
    line-height: 24px;
    color: #23262F;
    font-weight: 500;
    font-size: 16px;
}

.token-box {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 40px;
}

.token-box h4 {
    color: #23262F;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 30px;
}

.token-box ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    margin-top: 5px;
}

.complete-list ul li {
    color: #23262F;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 24px 0;
}

.complete-list ul li:last-child {
    margin: 0;
}

.complete-list ul li span {
    display: flex;
    align-items: center;
    color: #777E90;
    max-width: 214px;
    width: 100%;
}
.hero .image-holder{
    text-align: right;
}
.dark-mode .project-token-sec {
    background-color: #141416;
}

.dark-mode .project-token-top {
    background-color: #18191D;
}

.dark-mode .project-token-top .text-box .text-box-left ul li {
    color: #FCFCFD;
}

.dark-mode .time {
    color: #FCFCFD;
}

.dark-mode .project-contact-box,
.dark-mode .token-box {
    background-color: #18191D;
}

.dark-mode .project-contact-box h4,
.dark-mode .token-box h4,
.dark-mode .project-contact-box .text-box p,
.dark-mode .complete-list ul li {
    color: #FCFCFD;
}

.dark-mode .project-contact-box ul li a,
.dark-mode .project-contact-box .text-box span {
    color: #B1B5C3;
}

.dark-mode .project-contact-box ul li span img {
    filter: brightness(60.5);
}
/* modal styling */
.countdown-modal .modal-main{
    display: flex;
    align-items: center;
    gap: 30px;
}
.countdown-modal .modal-footer .wallet-btn,
.countdown-modal .modal-footer .main-btn{
    max-width: 260px;
    width: 100%;
    height: 48px;
}
.countdown-modal .modal-footer{
    flex-wrap: nowrap;
    padding: 0;
    justify-content: space-between;
    border: 0;
}
.countdown-modal .modal-content{
    border-radius: 20px;
background:  #FCFCFD;
box-shadow: 0px 64px 64px -48px rgba(31, 47, 70, 0.12);
padding: 32px;
}
.countdown-modal .modal-title{
    font-size: 24px;
    color: #23262F;
text-align: center;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 133.333% */
}
.countdown-modal .modal-dialog{
    max-width: 657px;
    padding: 0 20px;
    width: 100%;
}
.countdown-modal .modal-header{
    border: 0;
    justify-content: center;
    padding: 0;
}
.countdown-modal .modal-body{
    padding: 32px 0;
}
.countdown-modal .time{
    font-size: 32.412px;
    line-height: 43.216px;
}
.countdown-modal .timer-container span,
.schedule-main span{
    font-size: 16.206px;
    line-height: 27.01px;
}
.countdown-modal .wallet-btn{
    font-size: 16px;
}
/* countdown styling */
.countdown-modal .text-box-right {
    max-width: 393px;
    flex: 1;
}
/******* PERIOD EXPIRED ******/
.period-expired-sec {
    background-color: #F1F2F4;
}

.bit-future-sec {
    padding: 4px;
}

/****** EXCHANGE SEC ******/
.exchange {
    background-color: #FCFCFD;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 22px 20px;
    box-shadow: 0px 64px 64px -48px rgba(15, 15, 15, 0.10);
    justify-content: space-between;
}

.exchange-left {
    display: flex;
    align-items: center;
    gap: 32px;
}

.exchange-title h3 {
    display: flex;
    align-items: center;
    color: #141416;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    gap: 6px;
}

.exchange-title h3 span {
    background-color: #58BD7D;
    border-radius: 24px;
    width: 35px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FCFCFD;
    font-size: 12px;
}

.exchange-title p {
    color: #777E90;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    margin-top: 13px;
}

.exchange-price h3 {
    display: flex;
    align-items: center;
    color: #FF6838;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    gap: 14px;
    margin-bottom: 3px;
}

.exchange-price h3 a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    border: 2px solid #E6E8EC;
}

.exchange-price p {
    display: flex;
    align-items: center;
    color: #777E90;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    gap: 5px;
}

.exchange-right ul {
    display: flex;
    align-items: center;
}

.exchange-right ul li {
    border-right: 1px solid #E6E8EC;
    margin-right: 24px;
    padding-right: 62px;
}

.exchange-right ul li:first-child {
    padding-right: 32px;
}

.exchange-right ul li:last-child {
    border-right: none;
    margin: 0;
    padding-right: 42px;
}

.exchange-box p {
    display: flex;
    align-items: center;
    color: #777E90;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 13px;
}

.exchange-box p span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    margin-right: 4px;
}

.exchange-box h4 {
    color: #141416;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
}

.exchange-box h4.green-color {
    color: #58BD7D;
}

/****** BITCLOUD SEC ******/
.bitcloud-sec {
    display: flex;
    align-items: flex-start;
    padding: 0 4px 4px;
    gap: 4px;
}

.bitcloud-sec .graph-holder {
    display: flex;
    align-items: center;
    width: calc(100% - 621px);
    height: 502px;
}

.bitcloud-sec .graph-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
}

.bitcloud-right {
    max-width: 621px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 4px;
}

/****** Other Sections CSS ******/
.bitcloud-order {
    border-radius: 4px;
    background-color: #FCFCFD;
    padding-bottom: 8px;
    max-width: 256px;
    width: 100%;
}

.bitcloud-order .order-book {
    padding: 16px 8px 10px;
    display: flex;
    align-items: center;
}

.order-book .nav-pills {
    margin: 0;
}

.order-book .nav-pills .nav-item .nav-link {
    font-size: 11.75px;
}

.order-price-top {
    margin-bottom: 8px;
}

.bitcloud-order .order-price-top ul {
    display: grid;
    grid-template-columns: 4fr 4fr 4fr;
}

.bitcloud-order .order-price-top ul li {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #777E90;
    padding: 4px 16px;
}

.price-progress {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: rgba(255, 104, 56, 0.15); 
}

.order-price-bottom.order-price-increase .price-progress {
    background-color: rgba(88, 189, 125, 0.15);
}

.bitcloud-order .order-price-top ul li span {
    display: block;
    text-align: right;
}

.bitcloud-order .order-price-bottom ul {
    display: grid;
    grid-template-columns: 4fr 4fr 4fr;
    position: relative;
    margin-bottom: 4px;
}

.bitcloud-order .order-price-bottom ul:last-child {
    margin: 0;
}

.bitcloud-order .order-price-bottom ul li {
    color: #353945;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    text-align: left;
    padding: 8px 15px;
}

.bitcloud-order .order-price-bottom ul li span {
    display: block;
    color: #FF6838;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.order-price-bottom.order-price-increase ul li span {
    color: #58BD7D;
}

.price-increase {
    padding: 16px;
    margin: 12px 0;
}

.price-increase ul {
    display: flex;
    align-items: center;
    gap: 13px;
}

.price-increase ul li {
    color: #23262F;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.green-color {
    color: #58BD7D !important;
}

/* The rest of the styles continue similarly with the use of `var` for variables and standard CSS for structure. */


.form-check.form-switch {
    padding-left: 0;
    min-height: auto;
    margin: 0;
    display: flex;
    align-items: center;
}

.form-check.form-switch .form-check-input {
    border: 1px solid #E6E8EC;
    background-color: #F4F5F6;
    border-radius: 20px;
    width: 40px;
    height: 20px;
    background-image: url(../images/uncheck-icon.svg);
    background-position: 1px center;
    background-size: 16px;
    margin: 0;
}

.form-check.form-switch .form-check-input:focus {
    box-shadow: none;
}

.form-check.form-switch .form-check-input:checked {
    background-color: #58BD7D;
    border-color: #58BD7D;
    box-shadow: none;
    background-size: 21px;
    background-position: right center;
    background-image: url(../images/checked-icon.svg);
}

.form-check.form-switch .form-check-label {
    color: #777E90;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    margin-left: 8px;
}

.nav-pills {
    gap: 8px;
    margin-bottom: 18px;
}

.nav-pills .nav-item .nav-link {
    padding: 0 13px;
    font-size: 14px;
    font-family: "DM Sans", sans-serif;
    font-weight: bold;
    height: 28px;
    color: #777E90;
    font-size: 14px;
    border-radius: 100px
}

.nav-pills .nav-item .nav-link.active {
    color: #23262F;
    background-color: #E6E8EC;
}

/*****/
.futures-limit {
    background-color: #FCFCFD;
    border-radius: 4px;
    padding: 16px;
    flex: 1;
    width: 100%;
    min-height: 502px;
}

.futures-limit .limit-content .media {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.futures-limit .limit-content .media span {
    color: #FCFCFD;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    padding: 2px 0 0 0;
    height: 17px;
    border-radius: 2.59px;
    background-color: #3772FF;
}

.futures-limit .limit-content form .form-group {
    margin-bottom: 20px;
}

.futures-limit .limit-content form .form-group .label-text {
    color: #B1B5C3;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 10px;
    display: block;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.futures-limit .limit-content form .form-group .relative {
    position: relative;
}

.futures-limit .limit-content form .form-group .form-control {
    border: 2px solid #E6E8EC;
    border-radius: 8px;
    height: 40px;
    background-color: #FCFCFD;
    padding-left: 14px;
    color: #777E90;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
    box-shadow: none;
    padding-left: 16px;
    padding-right: 115px;
}

.futures-limit .limit-content form .form-group .form-control::placeholder {
    color: #777E90;
}

.futures-limit .limit-content form .form-group ul {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 14px;
}

.futures-limit .limit-content form .form-group ul li {
    color: #777E90;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 12px;
}

.futures-limit .limit-content form .form-group ul li span {
    color: #23262F;
}

.futures-limit .limit-content .bid-slider ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 13px 0 0 0;
}

.futures-limit .limit-content .bid-slider ul li {
    color: rgba(35, 38, 47, 0.5);
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
}

.futures-limit .limit-content .bid-slider ol {
    display: flex;
    align-items: center;
    position: absolute;
    top: 14px;
    left: 0;
    width: 100%;
    justify-content: space-between;
    padding: 0px 10px;
}

.futures-limit .limit-content .bid-slider ol li {
    background-color: #E6E8EC;
    width: 1.51px;
    height: 4.54px;
    display: flex;
    align-items: center;
    border-radius: 2px;
}

.futures-limit .limit-content .limit-price {
    margin: 24px 0 20px;
}

.futures-limit .limit-content .limit-price ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.futures-limit .limit-content .limit-price ul li {
    color: #777E90;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.futures-limit .limit-content .limit-price ul li span {
    color: #23262F;
    display: inline-block;
}

.futures-limit .limit-content .limit-list {
    margin-bottom: 20px;
}

.futures-limit .limit-content .limit-list ul {
    display: grid;
    grid-template-columns: 4fr 4fr 4fr;
    row-gap: 16px;
    column-gap: 12px;
}

.futures-limit .limit-content .limit-list ul li {
    width: 100%;
}

.futures-limit .limit-content .limit-list ul li a {
    color: #777E90;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    height: 32px;
}

.futures-limit .limit-content .limit-list ul li a.active {
    background-color: #353945;
    color: #FCFCFD;
}

.futures-limit .limit-content .limit-list ul li a:hover {
    background-color: #353945;
    color: #FCFCFD;
}

.limit-btns ul {
    gap: 12px;
    width: 100%;
    display: grid;
    grid-template-columns: 6fr 6fr;
}

.btn-default {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 90px;
    height: 48px;
    width: 100%;
    color: #FCFCFD;
    font-size: 16px;
    font-weight: bold;
    font-family: "DM Sans", sans-serif;
    line-height: 1;
}

.green-bg {
    background-color: #58BD7D;
}

.orange-bg {
    background-color: #FF6838;
}

/******* RANGE SLIDER ******/
.slider-container {
    position: relative;

}

.slider-container .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 1.51px;
    background: #E6E8EC;
    outline: none;
    opacity: 1;
    border-radius: 0;
}

/* Styling the slider thumb */
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: #F4F5F6;
    border: 3.028px solid #777E90;
    cursor: pointer;
    position: relative;
    z-index: 100;
    border-radius: 50px;
    box-shadow: 0px 3.028px 12.113px -6.057px rgba(15, 15, 15, 0.10);
}

.slider::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: #F4F5F6;
    border: 3.028px solid #777E90;
    cursor: pointer;
    border-radius: 50px;
    position: relative;
    z-index: 100;
    box-shadow: 0px 6.057px 12.113px -6.057px rgba(15, 15, 15, 0.20);
}

/* Styling the value display */
.value {
    display: none;
}

.bit-order-sec {
    padding: 0 4px;
    display: flex;
    gap: 4px;
}

.bit-order-left {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 16px;
    width: 100%;
    max-width: calc(100% - 361px);
}

.bit-table .nav-pills {
    padding: 4px 0;
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 12px;
}

.bit-table .table-responsive table thead tr th {
    color: #777E90;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    border-bottom: 1px solid #E6E8EC;
    padding-bottom: 20px;
    padding-top: 10px;
    vertical-align: middle;
}

.bit-table .table-responsive table tbody tr td {
    color: #23262F;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
}

.bit-table .table-responsive table tbody tr td span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.bit-table .table-responsive table tbody tr td span img {
    height: 16px;
}

.bit-table .table-responsive table tbody tr td a {
    background-color: #FF6838;
    border-radius: 3.08px;
    height: 20.77px;
    display: inline-flex;
    padding: 0 7px;
    align-items: center;
    justify-content: center;
    color: #FCFCFD;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 9.23px;
    margin: 0 auto;
    text-transform: uppercase;
}

.bit-order-right {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 40px 16px;
    max-width: 361px;
    width: 100%;
}

.progress {
    background-color: #E6E8EC;
    border-radius: 100px;
    height: 4px;
    max-width: 128px;
    width: 100%;
    margin: 20px auto 0;
}

.progress-bar {
    border-radius: 100px;
    background-color: #3772FF;
}

.deposit-btn {
    padding: 0 25px;
}

.deposit-btn ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.deposit-btn ul li {
    width: 100%;
}

.deposit-btn ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 16px;
    font-weight: bold;
    color: #23262F;
    font-family: "DM Sans", sans-serif;
    line-height: 1;
    gap: 12px;
    border: 1px solid #E6E8EC;
    border-radius: 100px;
    height: 48px;
    width: 100%;
}

.deposit-btn ul li a.active {
    background-color: #3772FF;
    border-color: #3772FF;
    color: #fff;
}

.deposit-btn ul li a.active svg path {
    fill: #fff;
}

.deposit-inner ul {
    margin: 24px 0 0 0;
}

.deposit-inner ul li {
    color: #777E90;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E6E8EC;
    padding: 16px 0;
}

.deposit-inner ul li:last-child {
    border: none;
}

.deposit-inner ul li span {
    color: #23262F;
    display: inline-block;
    line-height: 1;
}

/***** ALERT *****/
.alert-box {
    padding: 0 4px 4px;
}

.alert-inner {
    background-color: #FCE6DF;
    border-radius: 4px;
    padding: 23px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.alert-inner .text-box h4 {
    color: #FF6838;
    font-weight: 600;
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 1;
}

.alert-inner .text-box a {
    color: #23262F;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
}

.detail-btn {
    background-color: #3772FF;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    color: #FCFCFD;
    font-size: 16px;
    font-weight: bold;
    font-family: "DM Sans", sans-serif;
    width: 245px;
    gap: 17px;
    border-radius: 90px;
}
/***** DARK MOOD *****/
.dark-mode.period-expired-sec{
    background-color: #18191D;
}
.dark-mode .alert-inner{
    background-color: #3A241F;
}
.dark-mode .alert-inner .text-box a,
.dark-mode header .dropdown-item{
    color: #777E90;
}
.dark-mode .exchange,
.dark-mode .bitcloud-order,
.dark-mode .futures-limit,
.dark-mode .bit-order-left,
.dark-mode .bit-order-right,
.dark-mode .modal-content{
    background-color: #141416;
}
.dark-mode .nav-pills .nav-item .nav-link.active {
    background-color: #353945;
    color: #FCFCFD;
}
.dark-mode .bitcloud-order .order-price-bottom ul li,
.dark-mode .price-increase ul li,
.dark-mode .nav-pills .nav-item .nav-link,
.dark-mode .exchange-box h4,
.dark-mode .exchange-title h3,
.dark-mode .countdown-modal .modal-title,
.dark-mode .dot {
    color: #FCFCFD;
}
.dark-mode .lightning-btn:hover svg path,
.dark-mode .notification-btn:hover svg path,
.dark-mode .mood-btn:hover svg path{
    fill: #FCFCFD;
}
.dark-mode .form-check.form-switch .form-check-input {
    border-color: #353945;
    background-color: #23262F;
}
.dark-mode .form-check.form-switch .form-check-input:checked {
    background-color: #58BD7D;
}
.dark-mode .futures-limit .limit-content form .form-group .form-control,
.dark-mode .dropdown-menu {
    background-color: transparent;
    border-color: #777E90;
    color: #777E90;
}
.dark-mode .dropdown-menu{
    background-color: #18191D;
}
.dark-mode .futures-limit .limit-content form .form-group ul li span,
.dark-mode .futures-limit .limit-content .limit-price ul li span,
.dark-mode .bit-table .table-responsive table tbody tr td,
.dark-mode .bit-order-right .deposit-inner ul li span {
    color: #E6E8EC;
}
.dark-mode .futures-limit .limit-content .bid-slider ul li {
    color: rgba(230, 232, 236, 0.5);
}
.dark-mode .futures-limit .limit-content .limit-list ul li a.active {
    background-color: #E6E8EC;
    color: #23262F;
}
.dark-mode header .dropdown-item:hover{
    color: #fff;
}
.dark-mode .deposit-btn ul li a {
    background-color: #E6E8EC;
    color: #23262F;
}
.dark-mode .deposit-btn ul li a.active {
    background-color: #3772FF;
    color: #ffffff;
}