@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

body {
    min-height: 100vh;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: rgb(11, 11, 15);
}

body.dark-theme {
    background-color: rgb(11, 11, 15);
    color: #fff;
}

.signup-container {
    background-color: rgb(11, 11, 15);
    overflow: hidden;
}

.content-container {
    max-width: 1280px;
    margin-inline: auto;
}

.navbar {
    background-color: transparent;
    padding: 40px 0 0 0;
    margin-bottom: 75px;

    @media (max-width: 991.98px) {
        margin-bottom: 40px;
    }
}

.wallet-btn {
    width: 100%;

    @media (min-width: 992px) {
        width: auto;
    }
}

@media (max-width: 991.98px) {
    .mobile-center {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .navbar-toggler {
        position: relative;
        z-index: 1;
    }
}

.modal-content {
    padding-block: 36px;
    padding-inline: 14px;

    @media (min-width: 992px) {
        padding-block: 96px;
        padding-inline: 63px;
    }
}

.modal {
    &.show {
        backdrop-filter: blur(8px);
    }
}

.predictedPrice {
    color: rgba(255, 255, 255, 0.5);
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
    margin-block: 42px;
}

.solana-container {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 14px;
    padding: 14px;
}

.custom-check-input {
    width: 3em !important;
    height: 1.5em !important;
    background-color: #434343 !important;
    border-color: #666 !important;
    cursor: pointer !important;
    border-radius: 9999px !important;
}

.custom-check-input:checked {
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.form-check-label {
    cursor: pointer;
}

.laabel {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);

    @media (min-width: 992px) {
        font-size: 16px;
    }
}


.navbar-nav {
    padding: 24px 0;
    gap: 36px;

    @media (min-width: 992px) {
        gap: 36px;
        color: #fff;
        border: 1.5px solid;
        border-radius: 63px;
        border-image-source: linear-gradient(156.58deg, rgba(255, 255, 255, 1) 15.11%, rgba(255, 255, 255, 0) 31.62%);
        border-right: none;
        border-left: none;
        background: #030b376e;
        position: relative;
        overflow: hidden;
        z-index: 1;
        backdrop-filter: blur(10.899999618530273px);
        background: linear-gradient(#060c2c, #040614) padding-box, linear-gradient(183deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 60%, rgba(3, 11, 55, 0.43) 30%, rgba(3, 11, 55, 0.43)) border-box;
        padding: 12px 33px;
    }


    .nav-item {
        .nav-link {
            color: rgba(215, 215, 215, 1);
            font-size: 18px;
            font-weight: 400;
            line-height: 100%;
            text-transform: capitalize;
            padding: 0;
            position: relative;

            &.active {
                color: rgba(153, 69, 255, 1);

                &::before {
                    content: '';
                    position: absolute;
                    bottom: -13px;
                    background-color: rgba(153, 69, 255, 0.1);
                    box-shadow: 0 0 10px 0 rgba(153, 69, 255);
                    width: 100%;
                    height: 2px;
                    border-radius: 10px;
                    backdrop-filter: blur(10.899999618530273px);
                    display: none;

                    @media (min-width: 992px) {
                        display: block;
                    }


                }
            }
        }
    }
}

.card-container {
    border: 1.5px solid;
    background: linear-gradient(#000000, #000000) padding-box, linear-gradient(162deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 60%, rgba(0, 0, 0, 0.43) 77%, rgba(0, 0, 0, 18.43)) border-box;
    border-radius: 14px;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-image-source: linear-gradient(156.58deg, rgba(255, 255, 255, 1) 15.11%, rgba(255, 255, 255, 0) 31.62%);
    position: relative;
}



.content-button {
    --glow-color: rgba(181, 117, 231, 1);
    --glow-spread-color: rgba(181, 117, 231, 1);
    background: linear-gradient(90.89deg, #C071ED 19.72%, #440078 99.75%);
    border-image: linear-gradient(90deg, #FFBCFB 0%, #3C01C6 100%);
    border-radius: 10px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    padding: 7px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    border-right: none;
    border-left: none;
    box-shadow:
        0 0 4em 1px var(--glow-spread-color),
        0 0 1px .1px var(--glow-color);
}

.text-primary {
    color: #9945FF !important;
}

.fs-8 {
    font-size: 8px;
}

.fs-10 {
    font-size: 10px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: clamp(1.125rem, 0.993rem + 0.5634vw, 1.5rem);
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-34 {
    font-size: 34px;
}

.fs-36 {
    font-size: clamp(1.875rem, 1.743rem + 0.5634vw, 2.25rem);
}

.fs-38 {
    font-size: 38px;
}

.fs-40 {
    font-size: clamp(1.25rem, 0.8099rem + 1.8779vw, 2.5rem);
}

.fs-64 {
    font-size: clamp(1.875rem, 1.1268rem + 3.1925vw, 4rem);
}

.fs-56 {
    font-size: 56px;
}

.m-6 {
    margin: 6px;
}

.m-8 {
    margin: 8px;
}

.m-10 {
    margin: 10px;
}

.m-12 {
    margin: 12px;
}

.m-14 {
    margin: 14px;
}

.m-16 {
    margin: 16px;
}

.m-18 {
    margin: 18px;
}

.m-20 {
    margin: 20px;
}

.m-22 {
    margin: 22px;
}

.m-24 {
    margin: 24px;
}

.m-26 {
    margin: 26px;
}

.m-28 {
    margin: 28px;
}

.m-30 {
    margin: 30px;
}

.m-32 {
    margin: 32px;
}

.m-34 {
    margin: 34px;
}

.m-36 {
    margin: 36px;
}

.m-38 {
    margin: 38px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-52 {
    margin-top: 52px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-42 {
    margin-top: 42px;
}

.gap-64 {
    gap: 64px;
}

.gap-32 {
    gap: 32px;
}


.key-features-section {
    max-width: 1014px;
    margin-inline: auto;
    margin-bottom: 134px;

    .feature-item-container {
        position: relative;
        overflow: hidden;
        transition: transform 0.3s ease;
        cursor: pointer;
    }

    .feature-blur-bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(1turn, #121212, transparent);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        opacity: 1;
        transition: opacity 0.3s ease;
        z-index: 1;
        border-radius: 22px;

    }

    .feature-item {
        position: relative;
        z-index: 2;
    }

    .feature-item-container:hover {
        /* transform: translateY(-5px); */
        border-radius: 22px;
    }

    .feature-item-container:hover .feature-blur-bg {
        opacity: 0;
        border-radius: 22px;

    }

    .feature-item-container:hover .feature-item {
        transform: scale(1.02);
        transition: transform 0.3s ease;
    }

    .feature-item-container img {
        transition: transform 0.3s ease;
    }

    .feature-item-container:hover img {
        transform: scale(1.05);
    }

    .feature-item {
        position: absolute;
        top: 0;
        left: 0;
        padding: 32px 20px;
        display: flex;
        flex-direction: column;
        gap: 46px;
        height: 100%;

        .feature-title {
            font-size: 20px;
            font-weight: 600;
            font-family: 'Lato', sans-serif;
            margin-bottom: 0;

            &.title-1 {
                color: rgba(153, 69, 255, 1) !important;
            }

            &.title-2 {
                color: rgba(69, 94, 255, 1) !important;
            }

            &.title-3 {
                color: rgba(69, 255, 239, 1) !important;
            }


        }

        .feature-description {
            font-size: 16px;
            font-weight: 500;
            font-family: 'Lato', sans-serif;
            color: #fff;
        }
    }
}



.leaderboard-section {
    .table-responsive {
        background: linear-gradient(152.97deg, rgba(154, 3, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%, rgba(37, 0, 62, 0) 100.01%);
        border-radius: 10px;
        backdrop-filter: blur(42px);
        border: 1px solid rgba(255, 255, 255, 0.1);

    }

    .tableHeader {
        padding-block: 40px;
        background: linear-gradient(111.03deg, rgba(239, 238, 238, 0.0448) 2.82%, rgba(239, 238, 238, 0.0084) 90.94%);
        border-radius: 10px;
        padding-inline: 56px;
        margin-bottom: 42px;
    }

    .table {
        padding: 1rem;
    }


    .table> :not(caption)>*>* {
        background-color: transparent;
    }

    .table tbody tr td {
        padding-bottom: 24px;
    }

    .table tbody tr td:first-child {
        padding-left: 56px;
    }

    .table tbody tr td:last-child {
        padding-right: 56px;
    }


    .table-responsive::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .table-responsive::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 4px;
    }

    .table-responsive::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.2);
        border-radius: 4px;
    }
}

.hero-shadow-container {
    position: absolute;
    right: 0;
    bottom: -66%;
    height: 100%;
    object-fit: contain;
    z-index: -1;
    width: 100%;
}

.right-side-content {
    position: relative;
    z-index: 2;
    padding: 88px 0 117px 56px;
    padding-top: clamp(1.875rem, 0.5986rem + 5.446vw, 5.5rem);
    padding-right: clamp(1.875rem, 2.5352rem + -2.8169vw, 0rem);
    padding-bottom: clamp(1.875rem, -0.0396rem + 8.169vw, 7.3125rem);
    padding-left: clamp(1.875rem, 1.3028rem + 2.4413vw, 3.5rem);

    &::before {
        content: '';
        position: absolute;
        top: 80px;
        left: -50px;
        width: 100%;
        height: 100%;
        background-image: url(assets/hero-blur.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: -1;
        display: block;

        @media (max-width: 992px) {
            display: none;
        }
    }
}

.crypto-tag {
    color: #b19cd9;
    font-size: 14px;
    letter-spacing: 1px;
}

.solana-text {
    font-size: 96px;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
}

.token-text {
    font-size: 96px;
    font-weight: 700;
    letter-spacing: 2px;
    background: linear-gradient(90deg, #FFB9FF 0%, #4200CE 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-top: -10px;
}

.bracket {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    background: linear-gradient(to bottom, #FFB9FF 30%, rgb(66, 0, 206));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.description {
    font-size: 18px;
    color: rgba(211, 211, 211, 1);
    max-width: 523px;
    margin-top: 15px;
    font-family: 'Lato', sans-serif;
}

.token-address {
    background-color: rgba(67, 67, 67, 1);
    color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    padding: 8px 15px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    width: 100%;
    margin: 32px 0;
    max-width: 570px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;

    .copy-icon {
        cursor: pointer;
    }

    .token-address-text {
        font-size: clamp(0.75rem, 0.618rem + 0.5634vw, 1.125rem);
    }
}

.btn-copy {
    border: 1px solid transparent;
    background: linear-gradient(#000, #000) padding-box, linear-gradient(37deg, rgba(255, 188, 251, 1), rgba(60, 1, 198, 1) 100%) border-box;
    color: white;
    font-weight: 600;
    padding: 7px 25px;
    border-radius: 8px;
    transition: all 0.3s ease;
}


.signup-form-container {
    max-width: 626px;
    padding: 0 24px;
    margin-inline: auto;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;

    .form-header {
        margin-bottom: 56px;
    }

    .no-acc-text {
        color: rgba(137, 140, 169, 1);
        font-weight: 600;
        line-height: 100%;
        font-size: 10px;

        @media (min-width: 768px) {
            font-size: 14px;
        }
    }
}

.custom-input {
    background-color: rgba(22, 22, 30, 1);
    border: none;
    color: #fff;
    padding: 13px;
    border-radius: 10px;
}

.custom-input:focus {
    background-color: rgba(22, 22, 30, 1);
    border-color: transparent !important;
    box-shadow: none !important;
    color: #fff;
    outline: none;
}

.custom-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.form-check-input {
    background-color: rgba(22, 22, 30, 1);
    border-color: transparent;
}

.form-check-input:checked {
    background-color: rgba(22, 22, 30, 1);
    border-color: rgba(22, 22, 30, 1);
}

.form-check-input:focus {
    box-shadow: none;
    border-color: rgba(22, 22, 30, 1);
    background-color: rgba(22, 22, 30, 1);
}


@media (max-width: 992px) {
    .signup-form-container {
        padding: 2rem;
    }
}

.hero-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 6rem 0;
}

.hero-section h1 {
    color: #2d3436;
    margin-bottom: 1.5rem;
}

.hero-section .lead {
    color: #636e72;
    font-size: 1.25rem;
    margin-bottom: 2rem;
}

.card {
    border: none;
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
}

/* Form Styles */
.form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
}

.btn-primary {
    padding: 0.75rem 1.5rem;
    font-weight: 500;
}

.btn-outline-primary {
    padding: 0.75rem 1.5rem;
    font-weight: 500;
}

.navbar {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    font-weight: 600;
}

.custom-button {
    background: linear-gradient(90deg, #FFBCFB 0%, #3C01C6 100%);
    border-image: linear-gradient(90deg, #FFBCFB 0%, #3C01C6 100%);
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 7px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    border-right: none;
    border-left: none;
}

.chart-container {
    background-color: #1C1C1C;
    border-radius: 16px;
    position: relative;
    margin-top: 52px;
    height:500px;

    .svg-container {
        background-color: #B0B0B01A;
        border-radius: 13px;
        padding: 14px;
    }

    .stats-container {
        padding: none;
    }

    .right-coin-container {
        position: absolute;
        right: -70px;
        top: -50px;
        display: none !important;

        @media (min-width: 992px) {
            display: block !important;
        }

        img {
            width: 160px;
            height: 160px;
            mix-blend-mode: lighten;
        }
    }

    .left-coin-container {
        position: absolute;
        left: -70px;
        top: -50px;
        display: none !important;

        @media (min-width: 992px) {
            display: block !important;
        }

        img {
            width: 124px;
            height: 110px;
            mix-blend-mode: lighten;
        }
    }

    .form-select {
        border-radius: 25px;
        color: #fff;
        width: 180px;
        border: none;
    }

    .custom-select {
        min-width: 120px;
        background: #00000040;
        border-radius: 25px;
        position: relative;
    }

    .custom-select .form-select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding-right: 40px;
        padding-left: 40px;
    }

    .custom-select::after {
        content: '';
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        width: 10px;
        height: 10px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        pointer-events: none;
    }

    .charts {
        padding-bottom: 42px;
        padding-inline: 32px;
    }

    canvas {
        background: transparent;
        border-radius: 12px;
        padding: 20px;
        min-height: 300px;
    }

}

.last-section-container {
    margin-top: 118px;
    padding-bottom: 100px;

    .last-section {
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        gap: 46px;
    }

    .last-section-content {
        position: relative;

        img {
            height: 600px;

            @media (max-width: 992px) {
                height: 450px;
            }
        }

        .title-text {
            margin-bottom: 24px;
            font-weight: 600;
            font-family: 'Lato', sans-serif;
            margin-bottom: 75px;
        }

        .last-section-content-text {
            p {
                color: rgba(155, 150, 176, 1);
                font-size: clamp(0.9375rem, 0.8275rem + 0.4695vw, 1.25rem);
                line-height: 28px;
                font-weight: 400;
                font-family: 'Lato', sans-serif;
                margin-top: 16px;
            }
        }

        .last-section-content-text-container {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            max-width: 780px;
            margin-inline: auto;
            padding-inline: 12px;

            .title-text {
                font-size: clamp(1rem, 0.8239rem + 0.7512vw, 1.5rem);
            }

            h3 {
                font-size: clamp(1.375rem, 0.6268rem + 3.1925vw, 3.5rem);
            }
        }
    }

    .ultimo {
        border: 1px solid rgba(255, 255, 255, 0.1);
        font-size: clamp(0.625rem, 0.537rem + 0.3756vw, 0.875rem);
        border-radius: 9999px;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04)),
            radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 100%);
        padding: 10px 20px;
        line-height: 24px;
    }

    .tokeen {
        background: rgba(255, 255, 255, 0.04);
        border-radius: 9999px;
        font-size: clamp(0.625rem, 0.537rem + 0.3756vw, 0.875rem);
        line-height: 24px;
        padding: 10px 20px;
        border: 1px solid rgba(255, 255, 255, 0.1)
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 4rem 0;
    }

    .hero-section h1 {
        font-size: 2.5rem;
    }

    .hero-section .lead {
        font-size: 1.1rem;
    }

    .token-address-text {
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (max-width: 768px) {

    .solana-text,
    .token-text {
        font-size: 36px;
    }
}