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




.home-page {
    padding: 32px 0;
}
.header {
    padding: 0 40px;
}
.card {
    border-radius: 17px;
}
.header .title {
    color: #1c1127;
    font-family: "ClashDisplay-Medium";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 122.222% */
    letter-spacing: 0.36px;
}
.header .amount {
    color: #1c1127;
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 128.571% */
    letter-spacing: 0.28px;
}
.header .sub-amount {
    color: #15ad41;
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 128.571% */
    letter-spacing: 0.28px;
}
.header .sub-amount span {
    padding: 2px 4px;
    color: #fff;
    border-radius: 40px;
    background: #15ad41;
}
.header .sub-amount-red {
    color: #ed413f;
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 128.571% */
    letter-spacing: 0.28px;
}
.header .sub-amount-red span {
    padding: 2px 4px;
    color: #fff;
    border-radius: 40px;
    background: #ed413f;
}
.home-page .page-title {
    color: #1c1127;
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
    font-family: "ClashDisplay-Medium";
    font-size: 68px;
    font-style: normal;
    font-weight: 500;
    line-height: 78px; /* 114.706% */
    letter-spacing: 1.36px;
}


/* mission */
.mission {
    padding: 0 20px;
}
.mission-container {
    background-image: url("../image/spike-mission.png");
    background-repeat: no-repeat;
    height: auto;
    padding: 80px 20px;
    background-size: cover;
    border-radius: 50px;
}
.mission-container .top h3 {
    color: #fff;
    text-align: center;
    font-family: "ClashDisplay-Medium";
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    line-height: 64px; /* 118.519% */
    letter-spacing: 0.54px;
}
.mission-container .top p {
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    font-family: Onest;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
}
.mission .items {
    margin-top: 80px;
}
.mission .items .box {
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #fff;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.04);
}
.mission .items h4 {
    color: #fff;
    font-family: "ClashDisplay-Medium";
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 114.286% */
    letter-spacing: 0.28px;
}
.mission .items p {
    color: rgba(255, 255, 255, 0.7);
    font-family: Onest;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}


.survey {
    padding: 0 20px;
    margin-top: 80px;
}

.survey-title {
    font-size: 45px;
    font-family: "ClashDisplay-Medium";
}
.survey-text{
    font-family: Onest;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
}
.survey-container {
    background-image: url('../image/Survey.png'); /* Adjust the URL path as needed */
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    padding: 80px 32px;
    background-color: #ffffff; /* Fallback background color */
}

/* investment */
.investment {
    padding: 0 80px;
    margin-top: 100px;
}
.investment .title {
    color: #1c1127;
    font-family: "ClashDisplay-Medium";
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px; /* 108.333% */
    letter-spacing: 0.96px;
}
.pagi-box {
    width: 44px;
    height: 44px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
}
.pagi-box-active {
    width: 44px;
    height: 44px;
    background: linear-gradient(90deg, #e709fe 0%, #8730f5 100%);
    box-shadow: 0px 4px 25px 0px rgba(70, 5, 152, 0.16);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.investment .items {
    /* display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; */
}
/* .slick-next {
    position: absolute !important;
    top: -50px !important;
    right: 0 !important;
} */
.slick-prev {
    position: absolute !important;
    top: -50px !important;
    right: 105px !important;
    width: 0px !important;
    height: 0px !important;
    opacity: 1;
    color: rgba(255, 255, 255, 0) !important;
    background-color: rgba(255, 255, 255, 0) !important;
    border: 0 !important;
    text-indent: -9999px;
}
.slick-prev::after {
  content: "" !important;
  position: absolute;
  width: 40px !important;
  height: 40px !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 4px 25px 0px rgba(70, 5, 152, 0.16) !important;
  border-radius: 50% !important;
  display: inline !important;
  justify-content: center !important;
  align-items: center !important;
  background-image: url("../image/chevron-left.png") !important;
  background-size: content !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.slick-next {
    position: absolute !important;
    top: -50px !important;
    right: 50px !important;
    width: 0px !important;
    height: 0px !important;
    opacity: 1;
    color: rgba(255, 255, 255, 0) !important;
    background-color: rgba(255, 255, 255, 0) !important;
    border: 0 !important;
    text-indent: -9999px;
}
.slick-next::after {
  content: "" !important;
  position: absolute;
  width: 40px !important;
  height: 40px !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 4px 25px 0px rgba(70, 5, 152, 0.16) !important;
  border-radius: 50% !important;
  display: inline !important;
  justify-content: center !important;
  align-items: center !important;
  background-image: url("../image/chevron-left.png") !important;
  rotate: 180deg;
  background-size: content !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* .slick-prev::after {
    content: "";
    position: absolute;
    width: 40px !important;
    height: 40px !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #e709fe 0%, #8730f5 100%) !important;
    box-shadow: 0px 4px 25px 0px rgba(70, 5, 152, 0.16) !important;
    border-radius: 50% !important;
    display: inline !important;
    justify-content: center !important;
    align-items: center !important;
} */
.investment .items .item1 {
    background-image: url("../image/disruptive-technology.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    border-radius: 24px;
}
.investment .items .item2 {
    background-image: url("../image/climate.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    border-radius: 24px;
}
.investment .items .item3 {
    background-image: url("../image/digital-economy.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    border-radius: 24px;
}
.investment .items .item4 {
    background-image: url("../image/demographics-social-change.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    border-radius: 24px;
}
.investment .items .item5 {
    background-image: url("../image/modern-energetics.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    border-radius: 24px;
}
.investment .items .item6 {
    background-image: url("../image/artificial-intelligence.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    border-radius: 24px;
}

.items .box > div {
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.2);
    padding: 6px 10px;
    color: #fff;
    font-family: "ClashDisplay-Medium";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 128.571% */
}
.items .box-title {
    color: #fff;
    font-family: "ClashDisplay-Medium";
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 115.385% */
}
.investment-btn {
    border-radius: 48px;
    border: 3px solid #e709fe;
    background: linear-gradient(90deg, #e709fe 0%, #8730f5 100%);
    padding: 16px 32px;
    /* btn shadow */
    box-shadow: 0px 4px 25px 0px rgba(70, 5, 152, 0.16);
    color: #fff;
    text-align: center;

    /* Button/BTN_1 */
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 128.571% */
    letter-spacing: 0.28px;
}

/* footer-banner */
.empowers {
    padding: 0 20px;
    margin-top: 80px;
}


.empowers-container {
    background-image: url("../image/investing-in-themes-text.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    padding: 80px 10px;
}
.empowers-container h3 {
    color: #fff;
    text-align: center;
    font-family: "ClashDisplay-Medium";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 58px; /* 120.833% */
    letter-spacing: 0.96px;
}
.empowers-container p {
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    font-family: Onest;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
}

/* discover */
.discover {
    padding: 0 80px;
    margin-top: 80px;
}
.discover .title {
    color: #1c1127;
    text-align: center;
    font-family: "ClashDisplay-Medium";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px; /* 108.333% */
    letter-spacing: 0.96px;
}
.discover .items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

/* footer-banner */
.footer-banner {
    padding: 0 20px;
    margin-top: 80px;
}
.footer-banner-container {
    background-image: url("../image/bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    padding: 0px 10px;
    height: 300px;
}
.footer-banner .banner-left {
    background-image: url("../image/phones.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}
.footer-banner h3 {
    color: #fff;
    font-family: "ClashDisplay-Medium";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px; /* 104.167% */
}
.footer-banner p {
    color: rgba(255, 255, 255, 0.7);
    font-family: Onest;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 130% */
}

/* responsive breakpoints */
@media only screen and (max-width: 1280px) {
    .discover .items {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 10px;
        row-gap: 20px;
    }
    /* .investment .items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    } */
}
@media only screen and (max-width: 900px) {
    .discover .items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 10px;
        row-gap: 20px;
    }
    .header {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
}
@media only screen and (max-width: 768px) {
    /* .investment .items {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        column-gap: 10px;
        row-gap: 20px;
    } */
    .mission {
        padding: 0 10px;
    }
    .mission-container {
        border-radius: 0px 90px 130px 0px;
    }
    .home-page .page-title {
        font-size: 30px;
        line-height: 40px;
        padding: 0 10px;
    }
    .mission-container .top h3 {
        font-size: 30px;
        line-height: 40px;
        text-align: left;
    }
    .mission-container .top p {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
    }
    .investment .title {
        font-size: 30px;
        line-height: 40px;
        text-align: left;
    }
    .survey-title {
        font-size: 30px;
        line-height: 40px;
        text-align: left;
    }
    .empowers-container h3 {
        font-size: 30px;
        line-height: 40px;
        text-align: left;
    }
    .empowers-container p {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
    }
    .discover .title {
        font-size: 30px;
        line-height: 40px;
        text-align: left;
    }
    .footer-banner h3 {
        font-size: 30px;
        line-height: 40px;
        text-align: left;
    }
    .footer-banner p {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
    }
}
@media only screen and (max-width: 658px) {
    .discover .items {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        column-gap: 10px;
        row-gap: 20px;
    }
}
@media only screen and (max-width: 658px) {
    .discover {
        padding: 0 30px;
    }
    .investment {
        padding: 0 30px;
    }
}
@media only screen and (max-width: 500px) {
    .discover {
        padding: 0 10px;
    }
    .investment {
        padding: 0 10px;
    }
}
@media only screen and (max-width: 400px) {
    .footer-banner-container {
        height: 350px;
    }
}

/* just the line */
.sparkline {
    stroke: red;
    fill: none;
}

/* line with highlight area */
.sparkline {
    stroke: red;
    fill: rgba(255, 0, 0, 0.3);
}

/* change the spot color */
.sparkline--spot {
    stroke: blue;
    fill: blue;
}

/* change the cursor color */
.sparkline--cursor {
    stroke: orange;
}

/* style fill area and line colors using specific class name */
.sparkline--fill {
    fill: rgba(255, 0, 0, 0.3);
}

.sparkline--line {
    stroke: red;
}
