*, body {
    box-sizing: border-box
}

body, html {
    height: 100%;
    scroll-behavior: smooth;
    background-color: #28283c;
}

body {
    color: #fff;
    font-family: 'Inter', Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

@media (max-width: 700px) {

}

input, textarea {
    -webkit-appearance: none;
    -webkit-transition: color .1s ease, border-color .1s ease;
    background: #28283d;
    border: 1px solid rgba(34, 36, 38, .15);
    color: #FFFFFF;
    display: block;
    font-family: Courier, monospace;
    font-size: 1em;
    line-height: 1.21428571em;
    margin: 0 auto 20px;
    min-height: 45px;
    outline: 0;
    padding: .67857143em 1em;
    transition: color .1s ease, border-color .1s ease;
    width: 100%
}
input::placeholder, textarea::placeholder {
    color: #b0b0b0;
}

.button {
    font-family: Kanit, sans-serif;
    text-decoration: none;
    background-color: #dd490f;
    border: #333;
    border-radius: 14px;
    /*color: #fff;*/
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: auto;
    padding: 20px 40px;
    text-transform: uppercase;
    color: black;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #acc0ff;
}

a:hover {
    color: #7191ff;
}

.spacer {
    flex: 1;
}

.flex1 {
    flex: 1
}

.text-center {
    text-align: center;
}

.show-on-mobile {
    display: none;
}

@media (max-width: 767px) {
    .hide-on-mobile {
        display: none !important;
    }

    .show-on-mobile {
        display: block;
    }
}

/*
 * HEADER
 */

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #1f2031;
}

header nav {
    max-width: 1000px;
    margin: 0 auto;
    font-family: 'Helvetica Neue', sans-serif;
    color: #FFF !important;
    font-size: 20px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    padding: 16px 30px;
}

header .logo img {
    height: 35px;
    margin-top: 3px;
}

header a, header .menu-item {
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
}

header .sub-menu {
    padding: 10px 20px;
    background-color: #1f2031;
    position: absolute;
    top: 50px;
    left: -10px;
    border-radius: 5px;
    display: none;
}

header .caret {
    display: inline-block;
    height: 13px;
    margin-left: 4px
}

header .sub-menu .menu-item {
    border-radius: 5px;
    margin: 10px auto;
    display: block;
}

header .divider {
    border-right: 1px solid #414141;
    margin-right: 14px;
    padding-right: 20px;
    height: 20px;
}

header a.cta {
    background-color: #dd490f;
    border-radius: 15px;
    padding: 10px 20px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 0;
    color: black;
    font-weight: 600;
}

header a:last-child {
    margin-right: 0;
}

header .name {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 0;
}

header .name:hover {
    color: #fff;
    text-decoration: none;
}

header .menu {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: end;
    flex: 1;
}

@media (max-width: 767px) {
    header .menu {
        display: none;
        flex-direction: column;
        align-items: start;
        width: 180px;
        background-color: #1f2031;
        top: 80px;
        right: 10px;
        position: absolute;
        z-index: 1000;
        padding: 20px;
    }

    header .menu-item {
        padding: 10px 0;
    }

    header .menu-item.cta {
        width: 100%;
        padding: 10px 15px !important;
        margin-top: 20px;
    }

    header .sub-menu {
        display: block !important;
        position: relative;
        top: unset;
        padding-left: 10px;
        margin: 0;
        padding-bottom: 0;
    }

    header .sub-menu .menu-item {
        padding: 10px;
        margin: 0;
    }
}

/*
 * HERO BANNER
 */

.hero-banner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    background-color: #28283c;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    background-size: contain;
    color: #f9f7f7;
    margin-top: 75px;
    padding: 80px 0;
}

.hero-banner-content {
    width: 800px;
    min-width: 400px;
}

.hero-banner-content h1 {
    font-size: 80px;
    font-family: Roboto, Helvetica, serif;
    color: #09b082;
    margin-bottom: 20px;
}

.hero-banner-content h2 {
    font-size: 40px;
    font-weight: 400;
    font-family: Roboto, Helvetica, serif;
    line-height: 30px;
    margin-bottom: 80px;
    margin-top: 0;
}

.hero-banner-content h3 {
    font-size: 20px;
    font-weight: 400;
    font-family: Roboto, Helvetica, serif;
    line-height: 30px;
    margin-bottom: 80px;
}

.hero-banner-content .get-started {
    align-items: center;
    background-color: #dd490f;
    border-radius: 22px;
    border: none;
    color: black;
    display: flex;
    font-family: Helvetica, serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    letter-spacing: 2px;
    margin-right: auto;
    margin-top: 40px;
    margin-left: auto;
    padding: 15px 30px;
    text-decoration: none;
    text-transform: uppercase;
    width: 230px;
}

.hero-banner-image {
    width: 400px;
    text-align: right;
}

.hero-banner-image img {
    width: 350px;
}

@media (max-width: 767px) {

    .hero-banner {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 40px
    }

    .hero-banner-content {
        width: 100%;
        text-align: center;
        padding: 0 15px;
    }

    .hero-banner-content h1 {
        font-size: 58px;
    }

    .hero-banner-content h2 {
        font-size: 28px;
        margin-bottom: 50px;
    }

    .hero-banner-content h3 {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .hero-banner .get-started {
        margin: 20px auto 0 auto;
    }
}

/*
 * SECTION
 */

section {
    width: 100%;
    position: relative;
    background-color: #28283c;
    color: #f9f7f7;
    padding: 80px 0;
    border-bottom: 6px solid #313244;
}

section.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

section .content {
    min-width: 400px;
}

@media (max-width: 767px) {
    section {
        padding: 30px 0;
    }
}

/*
 * FEATURES
 */

.feature-list {
    padding: 75px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.feature-list-grid {
    display: grid;
    grid-template-columns: 1fr repeat(2, 1fr); /* add 1fr to span all columns */
    grid-gap: 10px;
}

.feature-list-grid-header {
    text-align: center;
    grid-column: 1 / span 3; /* span all 3 columns */
}

.feature-list-grid-header h1 {
    font-size: 35px;
    font-weight: 400;
}

.feature-list-grid-container {
    display: grid;
    grid-template-columns: 1fr repeat(2, 1fr);
    grid-gap: 10px;
}

.feature-list-grid-container .card {
    background: #313244;
    border-radius: 10px;
    padding: 16px 26px;
    margin: 10px;
    width: 300px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    color: #d7d7d7;
    font-size: 16px;
    line-height: 28px;
}

.feature-list-grid-container .card h1 {
    margin: 10px 0 20px 0;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

@media (max-width: 767px) {
    .feature-list {
        margin-top: 0;
        padding: 20px
    }

    .feature-list-grid-container {
        display: block;
    }

    .feature-list-grid-container .card {
        width: 100%;
        margin-left: 0;
    }
}

/*
 * create and manage
 */

.create-manage {
    background: #313244;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

/*
 *  USE CASES
 */

.use-case {
    align-items: start;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.use-case-copy {
    width: 350px;
    margin-right: 20px;
    line-height: 30px;
}

.use-case-copy .label {
    font-size: 16px;
    font-weight: 400
}

.use-case-code {
    width: 550px;
}

.multi-step-grid {
    display: grid;
    grid-template-columns: 20px auto;
    grid-auto-rows: minmax(50px, auto);
    grid-gap: 0 30px;
}

.multi-step-grid .line {
    border-right: 2px solid #09b082;
    display: flex;
    align-items: center;
    justify-content: right
}

.multi-step-grid .dot {
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background: #000;
    margin-right: -11px;
    border: 3px solid #09b082;
}

.multi-step-grid .step {
    display: flex;
    align-items: center;
}

.multi-step-grid .step svg {
    margin: 0 10px 0 6px;
    height: 30px;
    fill: #dfe8ff;
}

@media (max-width: 767px) {
    .use-case {
        flex-direction: column;
        align-items: center;
        overflow: auto;
    }

    .use-case-copy {
        width: 100%;
        margin: 0;
        padding: 20px;
    }

    .use-case-code {
        width: 100%;
    }

    .multi-step-grid {
        display: block;
    }

    .multi-step-grid .step.step-text {
        padding: 20px;
    }

    .multi-step-grid .line {
        display: none;
    }
}

/*
 * PRICING
 */

.pricing {
    padding-bottom: 80px
}

.pricing-plans {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: end;
}

.pricing-header {
    font-size: 35px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 60px;
}

.pricing-box {
    background: #313244;
    border-radius: 10px;
    padding: 16px 26px;
    margin: 10px;
    width: 300px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    color: #d7d7d7;
    font-size: 16px;
    line-height: 28px;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 350px;
    position: relative;
    margin-left: -30px; /* Add negative margin for overlapping */
    border: 2px solid #dddddd;
}

.pricing-box.free {
    margin-left: 20px; /* Reset margin for the first box */
    padding-right: 40px;
}

.pricing-box.pro {
    z-index: 1;
    height: 400px;
    margin-bottom: -2px;
}

.pricing-box.enterprise {
    padding-left: 36px
}

.price {
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 40px;
    color: #fff;
}

.pricing-box.pro .price {
    right: 13px;
}

.pricing-box h1 {
    margin: 10px 0 20px 0;
    color: #fff;
    font-weight: 400;
    font-size: 26px;
    line-height: 24px;
}

.pricing-box ul {
    list-style: none;
    margin-bottom: 20px;
}

.pricing-box ul li {
    margin-bottom: 10px;
}

.pricing-plans .btn {
    /*color: #fff;*/
    text-decoration: none;
    text-transform: uppercase;
    background-color: #dd490f;
    border-radius: 15px;
    padding: 4px 20px;
    font-size: 12px;
    letter-spacing: 2px;
    margin-right: 0;
    display: inline-block;
    align-self: flex-end;
    width: 95%;
    text-align: center;
    color: black;
    font-weight: 600;
}

.pricing .btn[disabled] {
    color: #c5c5c5;
    background-color: #414141;
    cursor: default;
}

@media (max-width: 767px) {
    .pricing {
        padding-bottom: 40px
    }

    .pricing-box {
        margin: 0 0 40px 0 !important;
    }
}

/*
 * CONTACT
 */

.contact {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 100%;
    background-color: #313244;
    padding-bottom: 80px;
}

.contact .body {
    max-width: 600px;
    width: 100%;
    text-align: center;
    padding: 30px;
}

.contact .contact-confirmation {
    display: none
}

.contact .leadin-message {
    margin-bottom: 50px;
}

.contact .contact-header {
    font-size: 35px;
    font-weight: 400;
    text-align: center;
}

.contact .error-message {
    display: none
}

.error {
    border-color: #000 !important
}

.grecaptcha-badge {
    display: none !important
}

@media (max-width: 767px) {
    .title .logo {
        height: 140px
    }

    .title h1 {
        font-size: 34px;
        letter-spacing: 6px
    }

    .title h2 {
        font-size: 15px;
        letter-spacing: 7px
    }
}

.copyright {
    padding: 30px 20px;
    background-color: #1f2031;
    text-align: center;
    height: 130px;
}

@media (max-width: 320px) {
    .title .logo {
        font-size: 150px;
        height: 150px;
        line-height: 150px
    }

    .title h1 {
        font-size: 30px;
        letter-spacing: 6px
    }

    .title h2 {
        font-size: 13px;
        letter-spacing: 7px
    }

    .contact .body {
        padding: 30px;
        width: 600px
    }

    .copyright {
        padding: 10px 20px;
    }
}

/*
 * CODE COLORING
 */

/* Dracula theme for JavaScript code */

/* Syntax highlighting */
.token.keyword {
    color: #ff79c6; /* Pink */
}

.token.function {
    color: #50fa7b; /* Green */
}

.token.string, .token.char {
    color: #f1fa8c; /* Yellow */
}

.token.number {
    color: #bd93f9; /* Purple */
}

.token.boolean {
    color: #ffb86c; /* Orange */
}

.token.comment {
    color: #6272a4; /* Gray */
}

/* code blocks */

pre {
    background-color: #21232b;
    color: #f8f8f2;
    border-radius: 10px;
    padding: 20px 30px;
    display: inline-block;
    border: 2px solid #27282c;
    overflow: auto;
    width: 100%;
}

/* Links */


/* API */

.rest-calls {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 1fr means "1 fraction of the available space" */
    grid-auto-rows: auto; /* auto means "automatically sized based on content" */
    gap: 40px;
    padding: 40px;
    overflow: auto;
}

.rest-name {
    margin-top: 80px;
    font-size: 45px;
    font-weight: 400;
}

.rest-url {
    font-family: Courier, monospace;
    font-size: 20px;
    font-weight: 600;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    white-space: nowrap;
}

.rest-example {
    margin-top: 120px;
}

.rest-method {
    border: 2px solid #676767;
    border-radius: 5px;
    padding: 1px 3px;
    font-size: 16px;
    text-transform: uppercase;
}

.code {
    font-family: Courier, monospace;
}

.params-table {
    border-collapse: collapse;
}

.params-table th {
    padding: 10px 8px;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 2px solid #3a3a3a;
    text-align: left;
}

.params-table td {
    padding: 10px 8px;
    font-size: 13px;
    border-bottom: 1px solid #3a3a3a;
}

.param-type {
    white-space: nowrap
}

.param-required {
    text-align: center;
    font-size: 12px;
}

.param-required svg {
    height: 14px;
    width: 14px;
    color: #09b082;
}

.param-required img {
    color: #fff;
    height: 8px;
}

.page-api {
    display: flex;
    flex-flow: row nowrap;
    padding-top: 80px;
    width: 100%;
}

.sub-nav {
    position: relative;
    border-right: 4px solid #1f2031;
    width: 200px;
    min-width: 200px;
    padding: 40px 20px;
}

.sub-nav-items {
    position: fixed;
    top: 100px;
    left: 20px;
}

.sub-nav-item {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

@media (max-width: 767px) {
    .rest-calls {
        display: flex;
        padding: 40px 0;
        flex-direction: column;
    }

    .rest-route {
        margin-top: 20px;
        padding: 0 20px;
    }
    .rest-name {
        margin-top: 0;
    }
    .rest-example {
        margin-top: 20px;
    }
}