@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 */
body {
    max-width: 1400px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.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% */
}

/* 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;
}
 .mobile-nav-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
 .mobile-nav-items .item {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.28px;
}

.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;
    }

    .common-header {
        width: 90% !important;
        padding: 14px 36px;
    }
    .common-header .nav-items {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }
    .common-header .nav-items .item {
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px;
        letter-spacing: 0.2px;
    }
    .common-header img {
        width: 65px;
    }
    .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% */
    }

    .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;
    }

    .common-header {
        width: 90% !important;
        padding: 14px 16px;
    }
    .common-header .nav-items {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }
    .common-header .nav-items .item {
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px;
        letter-spacing: 0.2px;
    }
    .common-header img {
        width: 55px;
    }
    .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% */
    }

    .footer-desktop {
        display: none;
    }
    .footer-mobile {
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }
}
@media screen and (max-width: 645px) {
    .common-header {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
}
