@font-face {
    font-family: "ClashDisplay-Variable";
    src: url("../fonts/ClashDisplay-Variable.woff2") format("woff2"),
        url("../fonts/ClashDisplay-Variable.woff") format("woff"),
        url("../fonts/ClashDisplay-Variable.ttf") format("truetype");
    font-weight: 200 700;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "ClashDisplay-Extralight";
    src: url("../fonts/ClashDisplay-Extralight.woff2") format("woff2"),
        url("../fonts/ClashDisplay-Extralight.woff") format("woff"),
        url("../fonts/ClashDisplay-Extralight.ttf") format("truetype");
    font-weight: 200;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "ClashDisplay-Light";
    src: url("../fonts/ClashDisplay-Light.woff2") format("woff2"),
        url("../fonts/ClashDisplay-Light.woff") format("woff"),
        url("../fonts/ClashDisplay-Light.ttf") format("truetype");
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "ClashDisplay-Regular";
    src: url("../fonts/ClashDisplay-Regular.woff2") format("woff2"),
        url("../fonts/ClashDisplay-Regular.woff") format("woff"),
        url("../fonts/ClashDisplay-Regular.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "ClashDisplay-Medium";
    src: url("../fonts/ClashDisplay-Medium.woff2") format("woff2"),
        url("../fonts/ClashDisplay-Medium.woff") format("woff"),
        url("../fonts/ClashDisplay-Medium.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "ClashDisplay-Semibold";
    src: url("../fonts/ClashDisplay-Semibold.woff2") format("woff2"),
        url("../fonts/ClashDisplay-Semibold.woff") format("woff"),
        url("../fonts/ClashDisplay-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "ClashDisplay-Bold";
    src: url("../fonts/ClashDisplay-Bold.woff2") format("woff2"),
        url("../fonts/ClashDisplay-Bold.woff") format("woff"),
        url("../fonts/ClashDisplay-Bold.ttf") format("truetype");
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

/* common css */

.font-class_display {
    font-family: "ClashDisplay-Medium";
}

.main-question {
    font-family: "ClashDisplay-Medium";
}

.main-container {
    padding: 32px 40px;
    max-width: 1440px;
}
.section-container {
    padding: 100px 40px;
}
.active {
    color: #7338eb;
}
.color-primary {
    color: #1c1127;
}
.color-secondary {
    color: #968aaf;
}
.color-tertiary {
    color: #ffffffb2;
}
.color-legend {
    color: #fff;
}
a {
    text-decoration: none;
}
a:hover {
    color: #7338eb;
}

.p1 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.p2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.p3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.h-1 {
    font-family: "ClashDisplay-Medium";
    font-size: 68px;
    font-style: normal;
    font-weight: 500;
    line-height: 78px;
    letter-spacing: 1.36px;
}
.h-2 {
    font-family: "ClashDisplay-Medium";
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    line-height: 64px;
    letter-spacing: 0.54px;
}
.h-3 {
    font-family: "ClashDisplay-Medium";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
}
.h-4 {
    font-family: "ClashDisplay-Medium";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: 0.64px;
}
.h-5 {
    font-family: "ClashDisplay-Medium";
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.28px;
}
.h-5-2 {
    font-family: "ClashDisplay-Medium";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.4px;
}
.h-6 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 120% */
}

.button {
    border-radius: 48px;
    padding: 16px 38px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    background: linear-gradient(0deg, #fff 0%, #fff 100%),
        linear-gradient(90deg, #e709fe 0%, #8730f5 100%);

    box-shadow: 0px 4px 25px 0px rgba(70, 5, 152, 0.16);
    color: #7338eb;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.28px;
}
.box {
    border-radius: 24px;
    padding: 26px;
    background: #fff;
    box-shadow: 2px 4px 11px 0px rgba(0, 0, 0, 0.08);
}

/* header design */
.common-header {
    stroke-width: 1px;
    stroke: var(--Active-Purple_light, #f1ebfd);
    filter: drop-shadow(0px 9px 20px rgba(30, 19, 47, 0.04));
    background-color: #fff;
    padding: 19px 40px;
    border: 1px solid #f1ebfd;
    border-radius: 32px;
    width: 50%;
}

.common-header .nav-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
.common-header .nav-items .item {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.28px;
}

/* banner design */
.banner {
    background-image: url("../image/home-banner.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 32px;
    border-radius: 32px;
}
.banner-desktop {
    display: block;
}
.banner-mobile {
    display: none;
}

/* second section */
.second-section {
    display: flex;
    gap: 40px;
}
.second-section .left {
    width: 30%;
}
.second-section .right {
    width: 70%;
}

/* what is etf section design */
.what-etf {
    background-image: url("../image/home-etf.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.what-etf .right {
    width: 75%;
    margin-top: 26px;
}

/* etfs */
.etfs-container h2 {
    width: 50%;
}
.etfs-container .etfs {
    margin-top: 60px;
    display: flex;
    gap: 20px;
}

/* stocks section design */
.stocks {
    background-image: url("../image/home-stocks-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.stocks p {
    width: 75%;
}
.stock-box {
    border-radius: 12px;
    border: 0.5px solid rgba(255, 255, 255, 0.15);
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.15) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
    display: inline-block;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.04);
    padding: 14px;
}
.etfs-box-container {
    margin-top: 80px;
    display: flex;
    gap: 30px;
}
.etfs-box-container .item-box {
    width: 33%;
}
.stocks .stocks-bottom {
    margin-top: 160px;
}
.stocks .stocks-bottom h3 {
    width: 50%;
}

/* services section design */
.service-container {
    display: flex;
    gap: 60px;
}
.service-container:nth-child(2) {
    margin-top: 120px;
    margin-bottom: 120px;
}
.service-container .service-box {
    width: 50%;
}

/* join spike to invest section design */
.invest-container {
    background-image: url("../image/home-invest-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 32px;
}
.invest-container p {
    width: 50%;
}

/* final section */
.final-section {
    background-image: url("../image/home-final-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 32px;
    height: 520px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.final-section-mobile {
    display: none;
}

.footer-mobile {
    display: none;
}
.footer-desktop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 1300px) {
    .main-container {
        padding: 32px 20px;
    }
    .section-container {
        padding: 40px 40px;
    }

    .header {
        width: 100% !important;
        padding: 14px 36px;
    }
    .nav-items {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }
    .nav-items .item {
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px;
        letter-spacing: 0.2px;
    }
    .header img {
        width: auto;
    }
    .p1 {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
    .p2 {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
    }
    .p3 {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
    .h-1 {
        font-family: "ClashDisplay-Medium";
        font-size: 60px;
        font-style: normal;
        font-weight: 500;
        line-height: 60px;
        letter-spacing: 1px;
    }
    .h-2 {
        font-family: "ClashDisplay-Medium";
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: 50px;
        letter-spacing: 0.4px;
    }
    .h-3 {
        font-family: "ClashDisplay-Medium";
        font-size: 36px;
        font-style: normal;
        font-weight: 500;
        line-height: 40px;
    }
    .h-4 {
        font-family: "ClashDisplay-Medium";
        font-size: 34px;
        font-style: normal;
        font-weight: 500;
        line-height: 36px;
        letter-spacing: 0.54px;
    }
    .h-5 {
        font-family: "ClashDisplay-Medium";
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: 0.28px;
    }
    .h-6 {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px; /* 120% */
    }

    .button {
        border-radius: 48px;
        padding: 12px 20px;
        border: 3px solid rgba(255, 255, 255, 0.3);
        background: linear-gradient(0deg, #fff 0%, #fff 100%),
            linear-gradient(90deg, #e709fe 0%, #8730f5 100%);

        box-shadow: 0px 4px 25px 0px rgba(70, 5, 152, 0.16);
        color: #7338eb;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px;
        letter-spacing: 0.28px;
    }
    .box {
        border-radius: 24px;
        padding: 20px;
        background: #fff;
        box-shadow: 2px 4px 11px 0px rgba(0, 0, 0, 0.08);
    }
    .banner-desktop {
        display: none;
    }
    .banner .banner-content {
        width: 100% !important;
    }
    .banner-mobile {
        background-image: url("../image/home-mobile-banner.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        border-radius: 20px;
        margin-top: 40px;
        display: block;
    }
    /* second section */
    .second-section {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
    }
    .second-section .left {
        width: 100%;
    }
    .second-section .right {
        width: 100%;
    }
    /* what etf */
    .what-etf {
        border-radius: 20px;
    }
    .what-etf .right {
        width: 100% !important;
        margin-top: 20px;
    }

    /* etfs */
    .etfs-container h2 {
        width: 100%;
    }
    .etfs-container .etfs {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    /* stocks */
    .stocks {
        border-radius: 20px;
    }
    .stocks p {
        width: 100%;
    }
    /* .stock-box {
        border-radius: 12px;
        border: 0.5px solid rgba(255, 255, 255, 0.15);
        background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.15) 0%,
            rgba(255, 255, 255, 0.02) 100%
        );
        display: inline-block;
        box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.04);
        padding: 14px;
    } */
    .etfs-box-container {
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    .etfs-box-container .item-box {
        width: 100%;
    }
    .stocks .stocks-bottom {
        margin-top: 80px;
    }
    .stocks .stocks-bottom h3 {
        width: 100%;
    }

    /* services section design */
    .service-container {
        display: flex;
        /* flex-direction: column; */
        align-items: center;
        gap: 30px;
    }
    .service-container:nth-child(2) {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .service-container:nth-child(2) .service-box-image {
        order: 2;
    }
    .service-container .service-box {
        width: 100%;
    }

    .service-container .service-box img {
        width: 100%;
    }
    .invest-container {
        border-radius: 20px;
        margin-top: 30px;
    }
    .invest-container p {
        width: 100%;
    }
    .final-section-mobile {
        background-image: url("../image/home-final-bg-mobile.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        border-radius: 20px;
        /* height: 520px; */
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .final-section {
        display: none;
    }
    .footer-desktop {
        display: none;
    }
    .footer-mobile {
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }
}
@media only screen and (max-width: 768px) {
    .main-container {
        padding: 32px 20px;
    }
    .section-container {
        padding: 40px 20px;
    }

    .header {
        width: 100% !important;
        padding: 14px 16px;
    }
    .nav-items {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }
    .nav-items .item {
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px;
        letter-spacing: 0.2px;
    }
    .header img {
        width: auto;
    }
    .p1 {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
    }
    .p2 {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
    .p3 {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
    }
    .h-1 {
        font-family: "ClashDisplay-Medium";
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: 38px;
        letter-spacing: 1px;
    }
    .h-2 {
        font-family: "ClashDisplay-Medium";
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 34px;
        letter-spacing: 0.4px;
    }
    .h-3 {
        font-family: "ClashDisplay-Medium";
        font-size: 26px;
        font-style: normal;
        font-weight: 500;
        line-height: 36px;
    }
    .h-4 {
        font-family: "ClashDisplay-Medium";
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: 0.54px;
    }
    .h-5 {
        font-family: "ClashDisplay-Medium";
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        letter-spacing: 0.28px;
    }
    .h-6 {
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px; /* 120% */
    }

    .button {
        border-radius: 48px;
        padding: 12px 20px;
        border: 3px solid rgba(255, 255, 255, 0.3);
        background: linear-gradient(0deg, #fff 0%, #fff 100%),
            linear-gradient(90deg, #e709fe 0%, #8730f5 100%);

        box-shadow: 0px 4px 25px 0px rgba(70, 5, 152, 0.16);
        color: #7338eb;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px;
        letter-spacing: 0.28px;
    }
    .box {
        border-radius: 24px;
        padding: 20px;
        background: #fff;
        box-shadow: 2px 4px 11px 0px rgba(0, 0, 0, 0.08);
    }
    .banner-desktop {
        display: none;
    }
    .banner .banner-content {
        width: 100% !important;
    }
    .banner-mobile {
        background-image: url("../image/home-mobile-banner.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        border-radius: 20px;
        margin-top: 40px;
        display: block;
    }
    /* second section */
    .second-section {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
    }
    .second-section .left {
        width: 100%;
    }
    .second-section .right {
        width: 100%;
    }
    /* what etf */
    .what-etf {
        border-radius: 20px;
    }
    .what-etf .right {
        width: 100% !important;
        margin-top: 20px;
    }

    /* etfs */
    .etfs-container h2 {
        width: 100%;
    }
    .etfs-container .etfs {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    /* stocks */
    .stocks {
        border-radius: 20px;
    }
    .stocks p {
        width: 100%;
    }
    /* .stock-box {
        border-radius: 12px;
        border: 0.5px solid rgba(255, 255, 255, 0.15);
        background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.15) 0%,
            rgba(255, 255, 255, 0.02) 100%
        );
        display: inline-block;
        box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.04);
        padding: 14px;
    } */
    .etfs-box-container {
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    .etfs-box-container .item-box {
        width: 100%;
    }
    .stocks .stocks-bottom {
        margin-top: 80px;
    }
    .stocks .stocks-bottom h3 {
        width: 100%;
    }

    /* services section design */
    .service-container {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .service-container:nth-child(2) {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .service-container:nth-child(2) .service-box-image {
        order: 2;
    }
    .service-container .service-box {
        width: 100%;
    }

    .service-container .service-box img {
        width: 100%;
    }
    .invest-container {
        border-radius: 20px;
        margin-top: 30px;
    }
    .invest-container p {
        width: 100%;
    }
    .final-section-mobile {
        background-image: url("../image/home-final-bg-mobile.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        border-radius: 20px;
        /* height: 520px; */
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .final-section {
        display: none;
    }
    .footer-desktop {
        display: none;
    }
    .footer-mobile {
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }
}
