@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

::-moz-selection {
    background: rgb(255 226 217/50%)
}

::selection {
    background: rgb(255 226 217/50%)
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-os-font-smoothing: grayscale;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: 0;
    vertical-align: baseline
}

body {
    font-family: "DM Sans", sans-serif;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    background-color: #000000;
}



h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    padding: 0;
    margin: 0;
}

a {
    color: #374957;
    text-decoration: none;
    background-color: transparent
}

ul {
    list-style: none;
}

a:hover {
    text-decoration: none;
    color: initial
}

button:focus {
    outline: 0 !important
}

p {
    font-size: 18px;
    line-height: 30px;
    color: rgb(255 255 255 / 60%);
}

p~p {
    margin-bottom: 15px;
}

.heading {
    text-align: center;
    margin-bottom: 60px;
}

.heading h1 {
    margin-bottom: 15px;
    font-size: calc(1rem + 1vw);
    font-weight: 600;
}

.heading h2 {
    margin-bottom: 15px;
    font-size: calc(1rem + 1vw);
    font-weight: 600;
}

.heading h2 b {
    color: #5551ff;
}

.button {
    font-size: 16px;
    padding: 13px 30px;
    color: #fff;
    border-radius: 100px;
    display: inline-block;
    border: 0;
    font-weight: bold;
    transition: all 0.3s 0s;
    background: linear-gradient(45deg, #3CDD3C, #28A265);
}

.button:hover {
    background: linear-gradient(-45deg, #3CDD3C, #28A265);
    color: #fff;
}

.gray_btn {
    background-color: #fafafa;
    color: #212529;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.form-control {
    background-color: #111;
    padding: 10px 15px;
    border-radius: 30px;
    height: 50px;
    color: #fff;
    border: 1px solid #444;
    font-size: 16px;
    font-weight: 500;
}

.form-control:focus {
    box-shadow: none !important;
    color: #fff;
    border-color: #0FC456;
    background-color: #222;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
    transition: background-color 5000s ease-in-out 0s;
}

.form-group label {
    color: #85919C;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.form-group {
    margin-bottom: 1rem;
    position: relative;
}

.form-group .input_icon_a {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #85919C;
    height: 42px;
    line-height: 42px;
    width: 40px;
    text-align: center;
    font-size: 20px;
}

.ri-spin {
    animation: 2s linear infinite ri-spin;
    display: inline-block;
}

@keyframes ri-spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

img {
    max-width: 100%;
}

a {
    transition: all 0.3s 0s;
}



.table {
    font-weight: 600;
}

.table td, .table th {
    padding: 15px 0;
    border-color: #eceff1;
}

.overview_table {
    border-top: 1px solid #eceff1;
    padding-top: 20px;
    margin-top: 20px;
}

.overview .total_balance_wrap {
    padding: 20px;
    margin-bottom: 0px;
}

.today_pl span {
    display: block;
    color: #85919C;
    margin-bottom: 5px;
}

.today_pl {
    text-align: right;
}



.page_heading h1 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.page-content h2 {
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 30px;
    font-weight: bold;
}

.page-content ul {
    list-style: disc;
    margin-left: 20px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}

.page-content ul li {
    margin-bottom: 10px;
}





.user-manual img {
    max-width: 240px;
    margin-bottom: 10px;
    border: 1px solid;
}

.user-manual ul li {
    font-size: 16px;
    margin-bottom: 10px;
}

.user-manual ul {
    list-style: disc;
    margin-left: 20px;
}

.user-manual ul li b {
    margin-right: 5px;
}

.user-manual h2 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.user-manual h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: bold;
}

.page-content h3 {
    font-size: 19px;
    margin: 30px 0 15px;
}


.support-container {
    max-width: 600px;
    padding: 10px;
}

.support-container .btn-brand {
    background-color: #0FC456;
    color: #ffffff;
    border-radius: 100px;
    background: linear-gradient(45deg, #3CDD3C, #28A265);
    margin-top: 10px;
}

.support-container .btn-brand:hover {
    background-color: #0FC456;
}

.support-container .form-label {
    font-weight: 600;
    color: #fff;
}

.support-container .form-control {
    background-color: #111;
    /* border-radius: 30px; */
}

.support-container .footer-text {
    font-size: 14px;
    color: #6c757d;
    margin-top: 25px;
    text-align: center;
}

.support-container textarea.form-control {
    height: 150px;
}

.delete_account {
    padding: 20px 10px 0;
}

.delete_account h1 {
    margin-top: 30px;
}

.text-gray {
    color: #999;
}

h1, h2, h3, h4 {
    color: #fff;
    font-weight: 500;
}

main {
    padding: 20px 10px;
}

.logo img {
    max-width: 190px;
    width: 100%;
}

.hero-section {
    padding: 7rem 0;
    background-color: #0FC456;
    text-align: center;
    margin: 0 30px;
    border-radius: 40px;
}

.hero-section h1 {
    font-size: 4rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 1rem;
}

.hero-section p {
    color: #000;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

.bg-primary {
    background-color: #5d5fef;
}




/* Header Section */
.navbar-brand img {
    max-height: 80px;
    margin-right: 15px;
}

.navbar-brand span {
    font-size: 30px;
    color: #0FC456;
    font-weight: 600;
}

.logo img {
    max-width: 80px;
}

.logo span {
    background: -webkit-linear-gradient(#3CDD3C, #28A265);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.logo a {
    display: flex;
    align-items: center;
    max-width: 280px;
    width: 100%;
}

header {
    text-align: center;
    padding: 1rem;
    background: #28282b;
    color: #fff;
}

header h1 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
}

header p {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
}


.whitepaper li a {
    color: #fff;
}

.page-content .table td, .page-content .table th {
    color: #fff;
    padding: 8px;
    border: 1px solid #555;
}

.page-content h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #0FC456;
}

.page-content ul li a {
    color: #0FC456;
}

.page-content {
    margin: 30px 0;
}

.page-content .table {
    margin-top: 10px;
}

.page-content p a {
    color: #fff;
    text-decoration: underline #0FC456;
}

.sdk-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: rgb(255 255 255 / 10%);
    padding: 10px 15px;
    background: linear-gradient(45deg, #222, #0fc45617);
}

.sdk-list {
    list-style: none;
    padding: 0;
    margin: 0 !important;
}

.page-content ul li b {
    color: #0FC456;
}


header {
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #111;
}

header h1 {
    font-size: 24px;
    color: #0FC456;
}

nav a {
    margin-left: 20px;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 16px;
}

nav a:hover {
    color: #0FC456;
}

.hero {
    padding: 100px 20px;
    text-align: center;
    background: linear-gradient(to right, #000, #121212);
    background-image: url(../img/gems-bg.png);
    background-size: contain;
    background-position: center;
}

.hero h2 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #0FC456;
    background: -webkit-linear-gradient(#3CDD3C, #28A265);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.hero p {
    font-size: 20px;
    max-width: 600px;
    margin: 0 auto 30px;
    color: #aaa;
}

.hero button {
    background: #0FC456;
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 6px;
    transition: background 0.3s;
    background: -webkit-linear-gradient(#3CDD3C, #28A265);
}

.hero button:hover {
    background: #00cc77;
}

.features {
    padding: 60px 20px;
    text-align: center;
}

.features h3 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #0FC456;
    background: -webkit-linear-gradient(#3CDD3C, #28A265);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.features .feature-item {
    max-width: 300px;
    margin: 20px auto;
}

.screenshots {
    padding: 80px 20px;
    text-align: center;
}

.screenshots h3 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #0FC456;
    background: -webkit-linear-gradient(#3CDD3C, #28A265);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.screenshots img {
    max-width: 300px;
    width: 100%;
    border-radius: 10px;
    margin: 10px;
}

.contact {
    padding: 60px 20px;
    text-align: center;
    background: #1c1c1c;
}

.contact h3 {
    font-size: 28px;
    color: #0FC456;
}

.contact p, .contact a {
    color: #bbb;
}

.social {position: fixed;right: 15px;bottom: 15px;}

.social a {
    margin: 10px;
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer {
    padding: 20px;
    background: #000;
    text-align: center;
    font-size: 14px;
    color: #666;
}


.how-it-works .container {
    background: -webkit-linear-gradient(#3CDD3C, #28A265);
    text-align: center;
    padding: 80px 0;
    border-radius: 20px;
}

.how-it-works h3 {
    margin-bottom: 40px;
    font-weight: bold;
}

.how-box img {
    max-width: 100px;
}

.how-box p {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    line-height: normal;
}

.how-box h4 {
    font-weight: 500;
    margin: 20px 0;
    font-size: 20px;
}
.title {
    font-size: 32px;
    margin-bottom: 40px;
    color: #0FC456;
    background: -webkit-linear-gradient(#3CDD3C, #28A265);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.testimonials .title {
    text-align: center;
}
.testimonial p {
    text-align: center;
    max-width: 500px;
}
.testimonial p strong {
    display: block;
    color: #fff;
}
.testimonials {
    padding-bottom: 80px;
}


@media (max-width: 767px) {
    .page_heading h1 {
        font-size: 22px;
    }

    .page-content h2 {
        font-size: 18px;
        margin-top: 20px;
    }

    p {
        font-size: 16px;
        line-height: 26px;
    }

    .whitepaper-menu-list {
        margin-bottom: 20px;
    }

    .whitepaper-menu-list a {
        font-size: 16px;
        padding: 10px;
    }

    .page-content h3 {
        font-size: 16px;
        margin: 20px 0 15px;
    }

    .page-content ul {
        font-size: 14px;
        line-height: normal;
    }
}