:root {
    /* --theme-primary-main: #3856dd; */
    /* --theme-primary-lighter: #f6f9ff; */
    --theme-primary-main: #eb3323;
    --theme-primary-lighter: #f6f9ff;

    --theme-text-main: #071a34;
    --theme-text-light: #444e5c;
    --theme-text-white: #fff;

    --theme-background-dark: #06092a;
    --theme-background2: #181a34;

    --theme-border: #e2e8f0;
    --theme-border3: #dd6055;
    /* --theme-border3: #546ee2; */
}

@font-face {
    font-family: 'Maisonneue';
    src: url('../fonts/MaisonNeue-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maisonneue';
    src: url('../fonts/MaisonNeue-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maisonneue Demi';
    src: url('../fonts/MaisonNeue-Demi.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maisonneue';
    src: url('../fonts/MaisonNeue-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: Maisonneue, sans-serif;
}

#home-header {
    height: 80px;
    background: var(--theme-primary-main);
    border-bottom: 1px solid var(--theme-border3);
}

#header-content img {
    height: 40px;
    border-radius: 10px;
}

#header-navs a {
    font-weight: 300;
    padding: 8px 18px;
    text-decoration: none;
    color: var(--theme-text-white);
}

#header-getapp {
    display: flex;
    font-size: 15px;
    cursor: pointer;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 20px;
    border-radius: 12px;
    text-decoration: none;
    font-family: Maisonneue Demi;
    color: var(--theme-text-white);
    border: 1px solid var(--theme-text-white);
}

#header-getapp:hover {
    background: rgba(235, 235, 236, .06);
}

#home-banner {
    padding-top: 80px;
    background: var(--theme-primary-main);
}

#banner-content {
    max-width: 740px;
    margin: 0px auto;
    text-align: center;
}

#banner-content1 {
    grid-row-gap: 12px;
    border-radius: 20px;
    grid-column-gap: 12px;
    padding: 4px 10px 3px;
    color: var(--theme-text-white);
    border: 1px solid var(--theme-border3);
}

#banner-content1 div {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

#banner-content2 {
    font-size: 72px;
    margin-top: 36px;
    font-weight: 500;
    line-height: 82px;
    letter-spacing: -4px;
    color: var(--theme-text-white);
}

#banner-content3 {
    gap: 32px;
    font-size: 52px;
    font-weight: 700;
    line-height: 82px;
    font-style: italic;
    color: var(--theme-text-white);
}

.banner-content3-line {
    height: 2px;
    width: 160px;
    border-radius: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.01) 0%, var(--theme-text-white) 100%);
}

#banner-content3 .banner-content3-line:last-child {
    transform: rotate(180deg);
}

#banner-content4 {
    margin-top: 36px;
}

#banner-content5 {
    gap: 64px;
    height: 600px;
    margin: 80px 0px;
}

#banner-content5 img,
#banner-content5 video {
    height: 100%;
    max-width: 277px;
    border-radius: 32px;
}

.home-section {
    padding-top: 140px;
    padding-bottom: 140px;
    border-bottom: 1px solid var(--theme-border)
}

.home-section-title {
    font-size: 48px;
    font-weight: 500;
    line-height: 58px;
    letter-spacing: -2.5px;
    color: var(--theme-text-main);
}

.home-section-title span {
    font-weight: 700;
    color: var(--theme-primary-main);
}

.home-section-title.dark {
    color: var(--theme-text-white);
}

.home-section-description {
    font-size: 22px;
    font-weight: 400;
    padding-top: 40px;
    line-height: 26px;
    letter-spacing: -.25px;
    color: var(--theme-text-light);
}

.feature-button {
    min-width: 200px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 14px 24px;
    align-items: center;
    border-radius: 12px;
    display: inline-flex;
    letter-spacing: -.02em;
    text-decoration: none;
    justify-content: center;
    background: var(--theme-primary-main);
    color: var(--theme-text-white) !important;
}

.feature-button:hover {
    /* background-color: #2b46c3; */
    background-color: #cd1504;
}

#feature-pics {
    padding-top: 80px;
}

#feature-pic img {
    display: none;
    height: 600px;
}

.feature-item {
    font-size: 22px;
    cursor: pointer;
    font-weight: 700;
    line-height: 30px;
    padding: 16px 30px;
    margin-bottom: 16px;
    border-radius: 16px;
    letter-spacing: -.5px;
    border: 1px solid var(--theme-border);
}

.feature-item * {
    pointer-events: none;
}

.feature-item.active {
    background: var(--theme-primary-lighter);
}

.feature-item-title1 {
    color: var(--theme-text-main);
}

.feature-item-title2 {
    color: var(--theme-primary-main);
}

.feature-item-content {
    display: none;
    font-size: 16px;
    font-weight: 400;
    margin-top: 16px;
    color: var(--theme-text-light);
}

#home-services {
    background-color: var(--theme-background-dark);
}

#services-content {
    padding-top: 48px;
}

.services-item {
    gap: 12px;
    height: 360px;
    padding: 30px;
    display: flex;
    border-radius: 16px;
    flex-direction: column;
    width: calc(25% - 16px);
    background: var(--theme-background2);
}

.services-item img {
    width: 48px;
    border-radius: 12px;
}

.services-item-title {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -.5px;
    color: var(--theme-text-white);
}

.services-item-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -.25px;
    color: var(--theme-text-white);
}

.services-item-a a {
    text-decoration: none;
    color: var(--theme-primary-main);
}

.think-arrow {
    width: 40px;
    height: 40px;
    padding: 6px;
    display: flex;
    cursor: pointer;
    transition: all .3s;
    align-items: center;
    border-radius: 100px;
    justify-content: center;
    color: var(--theme-text-light);
    border: 1px solid var(--theme-border);
}

.think-arrow:hover {
    background: var(--theme-border);
}

.think-arrow:last-child {
    margin-left: 24px;
    transform: rotate(180deg);
}

.think-arrow img {
    width: 24px;
    height: 24px;
}

#thinks {
    margin-top: 48px;
    overflow: hidden;
}

#thinks > div {
    left: 0;
    width: 1616px;
    position: relative;
    transition: all .3s;
}

.thinks-item {
    width: 380px;
    height: 200px;
    padding: 32px;
    display: flex;
    margin-right: 24px;
    position: relative;
    border-radius: 14px;
    flex-direction: column;
    justify-content: space-between;
    color: var(--theme-text-main);
    border: 1px solid var(--theme-border);
}

.thinks-item-user img {
    width: 48px;
    height: 48px;
    margin-right: 16px;
    border-radius: 50%;
}

.thinks-item-pic {
    bottom: -1px;
    right: 21px;
    position: absolute;
}

.faq-list {
    margin-top: 48px;
}

.faq-item {
    color: var(--theme-text-main);
    border-bottom: 1px solid var(--theme-border);
    padding: 20px 0;
}

.faq-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
}

#copyright-content {
    color: var(--theme-text-light);
    padding: 40px 0px;
    text-align: center;
}

@media (max-width: 767px) {
    .home-section {
        padding-top: 60px;
        padding-bottom: 70px;
    }

    .home-section-title {
        font-size: 32px;
        line-height: 42px;
    }

    #home-link {
        display: none;
    }

    #header-getapp {
        display: none;
    }

    #banner-content1 {
        font-size: 12px;
    }

    #banner-content2 {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -2px;
    }

    #banner-content3 {
        gap: 12px;
        font-size: 24px;
    }

    .banner-content3-line {
        width: 60px;
    }

    #banner-content5 img {
        display: none;
    }

    .feature-button {
        margin-top: 40px;
    }

    .feature-item-content {
        text-align: center;
        margin-bottom: 16px;
        height: 72px;
    }

    #services-content {
        flex-wrap: wrap;
    }

    .services-item {
        width: 100%;
        height: auto;
        margin-bottom: 16px;
    }

    #thinks > div {
        width: 100%;
        flex-wrap: wrap;
    }

    .thinks-item {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 16px;
    }
}
