body {
    padding: 0;
    margin: 0;
    background-color: #12121C;
    width: 100%;
    position: relative;
    font-family: 'Satoshi', sans-serif;
    color: #fff;
    scroll-behavior: smooth;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.gap-34 {
    gap: 34px;
}

.gap-30 {
    gap: 20px;
}

.gap-28 {
    gap: 28px;
}

.gap-66 {
    gap: 66px;
}

.gap-90 {
    gap: 24px;
}

.gap-10 {
    gap: 10px;
}

.gap-16 {
    gap: 16px;
}

.gap-26 {
    gap: 26px;
}


@import url('https://fonts.cdnfonts.com/css/satoshi?styles=135009,135004,135005,135006,135007,135008,135002,135003,135000,135001');


h1 {
    font-size: clamp(32px, 10vw, 82px);
    font-weight: 700;
    line-height: clamp(42px, 10vw, 98px);
}

h2 {
    /* font-size: 78px; */
    font-size: clamp(32px, 5vw, 78px);
    font-weight: 700;
    line-height: clamp(38px, 5vw, 91px);
}

h3 {
    /* font-size: 56px; */
    font-size: clamp(32px, 4vw, 56px);
    font-weight: 700;
    line-height: clamp(48px, 4vw, 68px);
    ;
}

h4 {
    font-size: 24px;
    /* font-size: clamp(20px, 6vw, 22px); */
    font-weight: 700;
    line-height: 33px;
}

h5 {
    font-size: clamp(16px, 2vw, 24px);
    /* font-size: 24px; */
    font-weight: 700;
    line-height: clamp(22px, 3vw, 28px);
    letter-spacing: 1px;
}

p {
    font-size: clamp(16px, 5vw, 20px);
    /* font-size: 20px; */
    font-weight: 500;
    line-height: 30px;
}

.small {
    /* font-size: clamp(12px, 6vw, 14px); */
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

.medium {
    /* font-size: 16px; */
    /* font-size: clamp(14px, 6vw, 16px); */
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-style: normal;
    font-family: 'Satoshi', sans-serif;
    margin: 0;
    padding: 0;
}


a {
    text-decoration: none;
    cursor: pointer;
}

.lunchpad-button {
    display: flex;
    padding: 16px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    border: 1px solid var(--Stroke, #2B2B2B);
    background: rgba(0, 0, 0, 0.20);

}

.button-design {
    display: flex;
    padding: 12px 36px;
    justify-content: center;
    align-items: center;
}

.back-image {
    top: -585px;
}

.image-1,
.image-2,
.image-3,
.image-4,
.image-5,
.image-6,
.image-7{
    width: 60%;
}

.dropdown-button-design {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.32px;
    text-transform: capitalize;
    border: none;
    background: transparent;
}

.dropdown-menu {
    --bs-dropdown-link-active-bg: #000000d4;
}

.border-button-design {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
}

.heading-text {
    color: #FFF;
    text-align: center;
}

.button-text {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.32px;
    text-transform: capitalize;
}

.button-background {
    border-radius: 12px;
    background: linear-gradient(98deg, #CD43FF 1.81%, #FF2984 52.41%, #FFC14A 98.38%);
}

.white-button-border {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    border-radius: 66px;
    border: 2px solid #FFF;
    padding: 10px 30px;
}


.backkground-black {
    background-color: #12121C;
    border-radius: 12px;
}

.border-padding {
    padding: 2px;
}

.header-section-design {
    padding-top: 20px;
    padding-bottom: 20px;
}

.accordion-item {
    border-radius: 16px;
    border: 1px solid rgba(207, 207, 207, 0.50);
    background: rgba(255, 255, 255, 0.12);
    padding: 24px;
}

.accordion-item:not(:first-of-type) {
    border: 1px solid rgba(207, 207, 207, 0.50);
}

.accordion-item button {
    padding: 0;
    margin: 0;
    background: transparent;
}

.accordion-item:first-of-type,
.accordion-item:last-of-type {
    border-radius: 16px;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: transparent;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    padding: 1rem 0px;
    color: #F5F5F5;
}

.accordion-button {
    color: #FFF;
    font-size: clamp(16px, 2vw, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 1px;
}

.colorful-background {
    display: inline-flex;
    padding: 24px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    border-radius: 16px;
    background: url(./images/color-background.png) lightgray;
    background-image: linear-gradient(98deg, #CD43FF 1.81%, #FF2984 52.41%, #FFC14A 98.38%);
}

.process-box {
    height: 240px;
    width: 330px;
    background-color: #E7062F;
    margin-right: 220px;
}

.dropdown-image img {
    aspect-ratio: 1/1;
    border-radius: 50%;
    height: 30px;
}

.parent {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.box {
    width: 330px;
    height: 200px;
    margin-right: 220px;
    display: inline-block;
}


.moving-section-content {
    gap: 7px;
    display: flex;
    flex-direction: column;
}

.moving-section-content ul {
    padding-left: 20px;
    margin: 0;
    width: 308px;
}

.moving-section-content ul li {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.8px;
    margin-bottom: 3px;
}

.horizontal-line {
    padding: 2px;
    background: linear-gradient(90deg, #88888D 0%, rgba(255, 255, 255, 0.00) 100%);
}

.upper-section-box .left-border {
    background: linear-gradient(180deg, #FF3535 0%, rgba(0, 117, 255, 0.00) 100%);
    margin-top: 10px;
}

.upper-section-box .left-border img {
    right: -10px;
    bottom: -8px;
}

.lower-section-box .left-border img {
    right: -15px;
    top: -17px;
}

.lower-section-box .left-border {
    background: linear-gradient(180deg, rgba(0, 117, 255, 0.00) 0%, #FF3535 100%);
}

.left-border {
    height: 100%;
    width: 2px;
    position: relative;
    margin-left: 10px;
}

.top-circle {
    position: absolute;
    border-radius: 50%;
    padding: 5px;
}

.lower-section-box .left-border .top-circle {
    background: linear-gradient(180deg, rgba(0, 117, 255, 0.9) 0%, #FF3535 100%);
    bottom: 0;
    right: -4px;
}

.upper-section-box .left-border .top-circle {
    background: linear-gradient(180deg, #FF3535 0%, rgba(0, 117, 255, 0.9) 100%);
    right: -4px;
    top: 0;
}

.pr-270 {
    padding-left: 270px;
}

.star-text-box {
    gap: 20px;
    text-align: center;
}

.star-text-box p {
    font-weight: 700;
}

.accordion-button:not(.collapsed)::after {
    width: 24px;
    height: 24px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMTJIMTJIMTkiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
}

.accordion-button::after {
    width: 24px;
    height: 24px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMTJIMTJIMTkiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTEyIDE5TDEyIDEyTDEyIDUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
}

.paichat-box {
    gap: 30px;
}

.chat-color-lable {
    align-self: stretch;
    padding: 2px;
    height: 28px;
    border-radius: 100px;
    background: #E7062F;
}

.paichat-canvas {
    width: 180px;
    aspect-ratio: 1/1;
}

.data-box-design {
    gap: 26px
}

.para-percentage span {
    color: rgba(255, 255, 255, 0.50);
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}




.hero-section {
    background: linear-gradient(180deg, #FFF 20.88%, rgba(255, 255, 255, 0.50) 94.22%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-section h1 {
    text-align: center;
}





/* ========== Footer =========== */

.footer-section-design {
    border-radius: 40px;
    border: 1px solid #2B2B2B;
    background: linear-gradient(122deg, rgba(28, 28, 28, 0.40) 0%, rgba(5, 5, 5, 0.40) 96.81%);
    padding: 24px 0px;
    gap: 10px;
}

.footer-logo {
    width: 254px;
}

.social-media {
    height: 48px;
    aspect-ratio: 1/1;
    border: 1px solid #2A2A2A;
    background: #151515;
    border-radius: 50%;
}

.section-spacing {
    padding-top: 70px;
    padding-bottom: 70px;
}

.hero-section-spacing {
    padding-top: 100px;
    padding-bottom: 80px;
}

footer a {
    color: #F5F5F5;
}

.upcomming-ido {
    display: flex;
    padding: 30px 30px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    border-radius: 16px;
    border: 1px solid rgba(207, 207, 207, 0.50);
    background: rgba(255, 255, 255, 0.12);
}

.upcomming-ido-box {
    border-radius: 24px;
    border: 1px solid #D5E0F6;
    background: #FFF;
    box-shadow: 2px 2px 4px 0px rgba(174, 191, 237, 0.25);
}

#prevBtn,
#nextBtn {
    background: transparent;


    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    border-radius: 66px;
    border: 2px solid #FFF;
    padding: 10px 20px;

}

.coin-profile-image {
    aspect-ratio: 1/1;
    height: 86px;
    padding: 5px;
    border-radius: 50%;
    bottom: -35px;
    left: 35px;
    background-color: #ffffff;
}

.coin-profile-image img {
    aspect-ratio: 1/1;
    border-radius: 50%;

}

.background-cover-image img {
    width: 100%;
    aspect-ratio: 3/1;
    border-radius: 24px;
}

.background-cover-image {
    padding: 7px;
}

.coin-profile-content hr {
    color: #6B738733;
    background: rgba(107, 115, 135, 0.20);
}

.coin-profile-content {
    padding: 50px 30px 30px 30px;
    overflow-x: hidden;
}

.coin-profile-content .medium {
    color: #1F242F;
    font-style: normal;
    font-weight: 600;
}

.coin-profile-content .small {
    color: #6B7387;
    font-style: normal;
}

.pointer-name {
    color: #6B7387;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 166.667% */
}

.pointer-value {
    color: #353C4B;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 166.667% */
}

.comming-soon-bg {
    background: rgba(215, 215, 215, 0.40);
    backdrop-filter: blur(12px);
    aspect-ratio: 3/4;
    width: 100%;
    border-radius: 24px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.comming-soon-bg .border-button-design {
    padding: 5px 8px;
    font-size: clamp(14px, 3vw, 24px);
    line-height: clamp(16px, 3vw, 28px);
}

.explore-more {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 162.5% */
}

.explore-more,
.explore-more div {
    border-radius: 66px;
}

.shadow-bg {
    background: rgba(255, 255, 255, 0.12);
}

.comming-soon-bg div {
    border-radius: 66px;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}


.services {
    display: flex;
    padding: 18px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    border-radius: 12px;
    border: 1px solid #CD43FF;
    background: rgba(255, 255, 255, 0.12);
    max-width: 310px;
    width: 100%;
    height: 100%;
}

.services img {
    height: 48px;
    aspect-ratio: 1/1;
}

.why-choose {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 286px;
}

.hl {
    background: rgba(255, 255, 255, 0.30);
    padding: 1px;
    max-width: 350px;
    width: 100%;
    height: 1px;
}

.hero-section-design {
    background: url(./images/back-page-background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}



.image-1 {
    top: 0;
    left: 0;
}

.image-2 {
    top: -200px;
    right: 0;
}

.image-3 {
    top: -100px;
    left: 0;
}

.image-4 {
    top: -200px;
    right: 0;
}

.image-5 {
    top: 200px;
    left: 0;
}

.image-6 {
    top: 0;
    right: 0;
}

.image-7 {
    top: 0;
    left: 0;
}


.mobile-menu-box {
    background: #000;
    right: 0;
    height: 100vh;
    top: 0;
    width: 300px;
}

.icon-size {
    font-size: 32px;
}

.mobile-menu {
    border: none;
    background: transparent;
    color: #fff;
}


.header-button {
    display: none;
}

.upcomming-ido {
    overflow: hidden;
}

@media (min-width: 992px) {
    .hl {
        height: 226px;
        width: 1px;
    }
}

@media (min-width: 768px) {
    .why-choose {
        width: 350px;
    }

    .paichat-canvas {
        width: 220px;
    }

    .footer-section-design {
        padding: 25px 55px 30px 55px;
    }

    .paichat-box {
        gap: 66px;
    }

}

@media (min-width: 1024px) {

    h1,
    h2 {
        font-weight: 500;
    }

    .gap-90 {
        gap: 90px;
    }

    .services img {
        height: 64px;
    }

    .why-choose {
        width: 350px;
    }

    .footer-section-design {
        padding: 35px 60px 40px 60px;
    }

    .colorful-background {
        padding: 40px 98px;
        gap: 40px;
    }

    .star-text-box {
        gap: 36px;
    }

    .mobile-menu {
        display: none !important;
    }

    .header-button {
        display: block !important;
    }

    .paichat-canvas {
        width: 250px;
    }

    .image-1,
.image-2,
.image-3,
.image-4,
.image-5,
.image-6,
.image-7{
    width: auto;
}
}

.close-button{
border: none;
background: transparent;
color: #FFF;
font-size: 30px;
padding: 0;
}

@media (min-width:1440px) {
    .gap-30 {
        gap: 30px;
    }

    .services {
        padding: 32px 24px;
    }

    .upcomming-ido {
        padding: 54px 70px;
        gap: 60px;
    }

    .comming-soon-bg .border-button-design {
        padding: 12px 24px;
    }

    .comming-soon-bg {
        aspect-ratio: 4/3;
    }

    .why-choose {
        width: 286px;
    }

    .paichat-canvas {
        width: 285px;
    }
}


@media only screen and (max-width: 767px) {
    .upcomming-ido-container {
        overflow: hidden;
        white-space: nowrap;
    }

    .upcomming-ido-box {
        display: inline-block;
        width: 100%;
        transition: transform 1s ease-in-out;
    }
}

@media only screen and (min-width: 768px) {
    .upcomming-ido-box {
        transition: none;
    }
}