/** Gilroy Fonts **/
@font-face {
  font-family: "gilroyBlack";
  src: url("../fonts/gilroy-black.woff2") format("woff2"), url("../fonts/gilroy-black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gilroyBlackItalic";
  src: url("../fonts/gilroy-blackitalic.woff2") format("woff2"), url("../fonts/gilroy-blackitalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gilroyBold";
  src: url("../fonts/gilroy-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gilroyBoldItalic";
  src: url("../fonts/gilroy-bolditalic.woff2") format("woff2"), url("../fonts/gilroy-bolditalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gilroyExtraBold";
  src: url("../fonts/gilroy-extrabold.woff2") format("woff2"), url("../fonts/gilroy-extrabold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gilroyExtraboldItalic";
  src: url("../fonts/gilroy-extrabolditalic.woff2") format("woff2"), url("../fonts/gilroy-extrabolditalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gilroyHeavy";
  src: url("../fonts/gilroy-heavy.woff2") format("woff2"), url("../fonts/gilroy-heavy.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gilroyHeavyItalic";
  src: url("../fonts/gilroy-heavyitalic.woff2") format("woff2"), url("../fonts/gilroy-heavyitalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gilroyLight";
  src: url("../fonts/gilroy-light.woff2") format("woff2"), url("../fonts/gilroy-light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gilroyLightItalic";
  src: url("../fonts/gilroy-lightitalic.woff2") format("woff2"), url("../fonts/gilroy-lightitalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gilroyMedium";
  src: url("../fonts/gilroy-medium.woff2") format("woff2"), url("../fonts/gilroy-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gilroyMediumItalic";
  src: url("../fonts/gilroy-mediumitalic.woff2") format("woff2"), url("../fonts/gilroy-mediumitalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gilroyRegular";
  src: url("../fonts/gilroy-regular.woff2") format("woff2"), url("../fonts/gilroy-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gilroyRegularItalic";
  src: url("../fonts/gilroy-regularitalic.woff2") format("woff2"), url("../fonts/gilroy-regularitalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gilroySemiBold";
  src: url("../fonts/gilroy-semibold.woff2") format("woff2"), url("../fonts/gilroy-semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gilroysemibold_italic";
  src: url("../fonts/gilroy-semibolditalic.woff2") format("woff2"), url("../fonts/gilroy-semibolditalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gilroyThin";
  src: url("../fonts/gilroy-thin.woff2") format("woff2"), url("../fonts/gilroy-thin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gilroyThinItalic";
  src: url("../fonts/gilroy-thinitalic.woff2") format("woff2"), url("../fonts/gilroy-thinitalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gilroyUltraLight";
  src: url("../fonts/gilroy-ultralight.woff2") format("woff2"), url("../fonts/gilroy-ultralight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gilroyUltralightItalic";
  src: url("../fonts/gilroy-ultralightitalic.woff2") format("woff2"), url("../fonts/gilroy-ultralightitalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

:root {
    --black-color: #082F57;
    --light-black-color: #292929;
    --purple-color: #561FA3;
    --medium-purple-color: #B386FF;
    --light-purple-color: #DECEFF;
    --more-light-purple-color: #92d1fd;
    --darker-purple-color: #121c7a;
    --blue-color: #52B1FE;
    --light-blue-color: #b6deff;
    --gradient-primary-color: linear-gradient(135deg, rgb(59, 46, 231) 0%, rgba(82,177,254,1) 100%);
    --line-color: #F2F2F2;
    --gray-color: #082f5791;
    --reward-color: #FFC531;
    --green-color: #06CB90;
}

body {
    font-family: "gilroyMedium";
    background: var(--more-light-purple-color);
    color: var(--black-color);
}

.navbar {
    transition: all .3s ease-out;
    padding-top: calc(30px - 1rem);
    padding-bottom: calc(30px - 1rem);
    display: block;
}

.navbar-desktop.scrolled {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding-top: calc(18px - 1rem);
    padding-bottom: calc(18px - 1rem);
    box-shadow: 0 22px 84px rgba(111, 126, 160, .09);
}

.navbar-mobile.scrolled {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding-top: calc(18px - 1rem);
    padding-bottom: calc(18px - 1rem);
    box-shadow: 0 22px 84px rgba(111, 126, 160, .09);
}

.primary-menu {
    margin-right: 16px;
} .primary-menu:last-child{
    margin-right: 0px;
}

.primary-menu.nav-link,
.primary-menu .nav-link{
    font-size: 16px;
    font-family: "gilroySemiBold";
    color: var(--black-color);
}

.navbar-desktop .navbar-nav {
    margin-left: 24px;
}

.navbar-desktop .navbar-brand img {
    width: 170px;
    height: auto;
}

.navbar-toggler {
    padding: 0px;
    border: none;
} .navbar-toggler:focus {
    box-shadow: none;
}

.btn-close:focus {
    box-shadow: none;
}

.bi-list {
    color: var(--black-color);
}

.navbar .dropdown-toggle::after {
    display: none;
}  

.chevron-icon {
    transition: transform 0.3s ease;
}

.rotate {
    transform: rotate(180deg);
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show,
.dropdown-menu {
    color: var(--black-color);
}

.dropdown-menu {
    border: none;
    padding-top: 14px;
    padding-bottom: 14px;
}

.dropdown-item {
    color: var(--black-color);
    padding-top: 8px;
    padding-bottom: 8px;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--black-color);
    background-color: #EEF7FF;
}

.nav-link:focus-visible {
    box-shadow: none;
}

a {
    text-decoration: none;
}

.card {
    border: none;
    background: transparent;
}

#hero {
    padding-top: 140px;
    padding-bottom: 80px;
}

#product,
#features,
#usp,
#articles,
#faq {
    padding-top: 80px;
    padding-bottom: 80px;
}

#features {
    background: #fff;
}

.f-gB {
    font-family: "gilroyBold";
}

.f-gR {
    font-family: "gilroyRegular";
}

.f-gT {
    font-family: "gilroyThin";
}

.f-gM {
    font-family: "gilroyMedium";
}

.f-gSB {
    font-family: "gilroySemiBold";
}

.btn-primary {
    color: #fff;
    background: var(--light-purple-color);
    background: var(--gradient-primary-color);
    border: none !important;
    border-radius: 50px;
    font-size: 16px;
} .btn-primary:hover {
    color: #fff;
}

.btn-small-primary {
    padding: 7px 25px;
    color: #fff;
    background: var(--light-purple-color);
    background: var(--gradient-primary-color);
    border: none !important;
    border-radius: 50px;
    font-size: 14px;
} .btn-small-primary:hover {
    color: #fff;
}

.btn-secondary {
    padding: 10px 25px;
    color: var(--darker-purple-color);
    background: none;
    border: solid 2px var(--darker-purple-color);
    border-radius: 50px;
    font-size: 14px;
    font-family: "gilroySemiBold";
} .btn-secondary:hover {
    background: var(--darker-purple-color);
    color: #fff;
    border: solid 2px var(--darker-purple-color);
}

#dynamic-text,
#dynamic-text-features,
#dynamic-text-en,
#dynamic-text-features-en {
    /* Animasi */
    transition: opacity 0.2s, transform 0.2s;
    position: relative;
}

.text-enter {
    opacity: 0;
    transform: translateY(-100%);
}

.text-exit {
    opacity: 0;
    transform: translateY(100%);
}

.hero-title {
    color: var(--black-color);
}

.hero-desc {
    max-width: 60%;
    color: var(--black-color);
}

.hero-screen {
    max-width: 50%;
    height: auto;
}

.hero-card .card-body {
    padding-left: 0px;
    padding-right: 0px;
}

#dynamic-text,
#dynamic-text-features,
#dynamic-text-en,
#dynamic-text-features-en {
    background: -webkit-linear-gradient(320deg, #004fb1, #2875b4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.legalitas {
    max-width: 70%;
}

.product-screen {
    max-width: 70%;
    height: auto;
}

.accordion-item {
    background: transparent !important;
}

.accordion-button {
    background-color: transparent !important;
    color: var(--black-color);
    font-size: 18px;
}

.accordion-button:focus,
.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: var(--darker-purple-color);
}

.accordion-item {
    border: none !important;
}

.accordion-body {
    border-bottom: solid 2px #CCCFD3;
    color: var(--black-color);
}

.card-features .card-body {
    font-size: 18px;
    color: var(--black-color);
}

.features-entry-desc {
    margin-top: 12px;
}

.fitur-purple_bg {
    background-image: 
        url(../images/purple_bg_feat_top.webp),
        url(../images/purple_bg_feat_bot.webp);
    background-position: 
        right top,
        right bottom;
    background-repeat: 
        no-repeat,
        no-repeat;
    background-size: 
        15%,
        35%;
    background-color: var(--more-light-purple-color);
}

.fitur-green_bg {
    background-image: 
        url(../images/green_bg_feat_top.webp),
        url(../images/green_bg_feat_bot.webp);
    background-position: 
        right top,
        right bottom;
    background-repeat: 
        no-repeat,
        no-repeat;
    background-size: 
        30%,
        35%;
    background-color: rgb(6, 203, 144, 0.3);
}

.fitur-blue_bg {
    background-image: 
        url(../images/blue_bg_feat_top.webp),
        url(../images/blue_bg_feat_bot.webp);
    background-position: 
        right top,
        right bottom;
    background-repeat: 
        no-repeat,
        no-repeat;
    background-size: 
        30%,
        35%;
    background-color: rgb(82, 177, 254, 0.3);
}

.fitur-gold_bg {
    background-image: 
        url(../images/gold_bg_feat_top.webp),
        url(../images/gold_bg_feat_bot.webp);
    background-position: 
        right top,
        right bottom;
    background-repeat: 
        no-repeat,
        no-repeat;
    background-size: 
        30%,
        35%;
    background-color: rgb(255, 197, 49, 0.3);
}

.carousel-features {
    width: 86%;
    margin-right: 18px;
    border-radius: 16px;
    counter-increment: carousel-cell;
    box-shadow: 0px 7px 25px 0px rgba(33, 33, 33, 0.10);
}

/* Mengatur tombol prev/next */
.flickity-prev-next-button {
    width: 40px; /* Lebar tombol */
    height: 40px; /* Tinggi tombol */
    background-color: transparent; /* Membuat latar belakang transparan */
}

/* Mengatur ikon panah */
.flickity-prev-next-button .flickity-button-icon {
    display: block;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: url('../images/chevron.svg') center center no-repeat; /* Menggunakan gambar SVG */
    background-size: contain; /* Menyesuaikan ukuran gambar */
    color: transparent; /* Membuat teks (panah default) menjadi transparan */
}

/* Mengatur arah panah untuk tombol 'prev' */
.flickity-prev-next-button.previous {
    transform: rotate(-90deg); /* Sesuaikan sesuai dengan orientasi panah SVG Anda */
}

/* Mengatur arah panah untuk tombol 'next' */
.flickity-prev-next-button.next {
    transform: rotate(90deg); /* Sesuaikan sesuai dengan orientasi panah SVG Anda */
}

.flickity-button:focus {
    box-shadow: none;
}

.flickity-button:disabled {
    display: none;
}

.features-entry-usp {
    list-style: none; /* Menghilangkan bullet point standar */
    padding-left: 0; /* Menghilangkan padding bawaan */
    margin-bottom: 24px;
}

.features-entry-usp li {
    background-image: url('../images/checklist.svg'); /* Menambahkan gambar SVG sebagai background */
    background-repeat: no-repeat; /* Mencegah gambar diulang */
    background-size: 20px 20px; /* Mengatur ukuran gambar */
    background-position: 0 1px; /* Mengatur posisi gambar */
    padding-left: 30px; /* Menambahkan padding untuk teks agar tidak menimpa gambar */
    margin-bottom: 7px; /* Memberikan jarak antar list item */
    line-height: 24px; /* Mengatur tinggi baris (sesuaikan jika perlu) */
}

.usp-card {
    max-width: 320px;
    background: rgba(255, 255, 255, 0.60);
    border: solid 1px #ffffff;
    border-radius: 16px;
    color: var(--black-color);
    box-shadow: 0px 7px 25px 0px rgba(33, 33, 33, 0.10);
}

.usp-image {
    width: 90px;
    height: 90px;
}

.row.justify-content-center > .col-md-4:nth-child(-n+3) {
    margin-bottom: 3rem; /* Sesuai dengan mb-5 di Bootstrap */
}

.carousel-articles {
    width: 35%;
    margin-right: 20px;
    border-radius: 16px;
    counter-increment: carousel-cell;
}

.article-card {
    background: rgba(255, 255, 255, 0.60);
    border: solid 1px #ffffff;
    border-radius: 16px;
    color: var(--black-color);
    box-shadow: 0px 7px 25px 0px rgba(33, 33, 33, 0.10);
}

.article-title {
    font-size: 18px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-title a{
    color: var(--black-color);
}

.article-image {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}

.article-category {
    font-size: 14px;
    color: var(--green-color);
}

/* .cta-banner {
    padding: 42px;
    color: #fff;
    border-top-right-radius: 38px;
    border-top-left-radius: 38px;
    background: rgb(82,177,254);
    background: linear-gradient(320deg, rgba(82,177,254,1) 0%, rgba(179,134,255,1) 100%);
} */
.cta-wrapper {
    padding-left: 42px;
    padding-right: 42px;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    background: rgb(82,177,254);
    background: linear-gradient(320deg, rgba(82,177,254,1) 0%, rgb(44, 75, 248) 100%);
}

.cta-copy {
    color: #fff;
    padding-top: 42px;
    padding-bottom: 42px;
}

.img-cta {
    margin-top: -149px;
}

.site-footer {
    background-color: #56ade9;
}

.footer-logo {
    width: 100%;
    height: auto;
}

.offcanvas .dropdown-menu {
    position: static !important;
    transform: none !important;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 14px;
    background: #EEF7FF;
}

.lang-nav {
    text-transform: uppercase;
} .lang-nav a {
    color: var(--black-color);
}

.new-disc {
    color: rgba(33, 37, 41, 0.5);
}

@media (max-width: 374px){



}

@media (min-width: 375px) and (max-width: 767px) {

    .display-1 {
        font-size: 30px;
    } .display-2 {
        font-size: 27px;
    } .display-3 {
        font-size: 25px;
    } .display-4 {
        font-size: 23px;
    } .display-5 {
        font-size: 20px;
    } .display-6 {
        font-size: 17px;
    } .hero-desc {
        font-size: 16px;
        max-width: 100%;
    } .product-desc {
        font-size: 16px;
    } .product-entry .accordion-button {
        font-size: 18px !important;
    } .features-entry-desc {
        font-size: 14px;
        margin-top: 6px;
        margin-bottom: 6px;
    } .features-entry-usp {
        font-size: 14px;
        margin-bottom: 10px;
    } .article-desc {
        font-size: 16px;
    }

    .navbar-mobile .navbar-brand img,
    .offcanvas-header .navbar-brand img {
        width: 140px;
        height: auto;
    }

    .btn-small-primary {
        font-size: 13px;
        padding: 7px 17px;
    }

    .btn-primary {
        font-size: 14px;
        padding: 7px 25px;
    }

    .img-features {
        max-width: 200px;
        
    }

    .carousel-articles {
        width: 70%;
        margin-right: 20px;
    }
    
    .legalitas {
        max-width: 100%;
    }

    .card-features .card-body {
        padding-top: 28px;
    }

    .features-button {
        display: flex;
        justify-content: center;
    }

    .fitur-green_bg {
        background-size: 
            50%,
            65%;
    } .fitur-blue_bg {
        background-size: 
            50%,
            65%;
    } .fitur-gold_bg {
        background-size: 
            50%,
            65%;
    } .fitur-purple_bg {
        background-size: 
            30%,
            100%;
    }

    .features-entry-usp li {
        padding-left: 24px;
    }

    .carousel-features {
        width: 100%;
    }

    .cta-wrapper {
        padding-left: 24px;
        padding-right: 24px;
    }

    .footer-logo {
        width: 50%;
        height: auto;
    }

    .list-unstyled li:first-child {
        margin-left: 0px !important;
    }

    .product-screen-mob {
        max-width: 50%;
        height: auto;
    }

    .usp-card-mob {
        background: rgba(255, 255, 255, 0.60);
        border: solid 1px #ffffff;
        border-radius: 16px;
        color: var(--black-color);
        box-shadow: 0px 7px 25px 0px rgba(33, 33, 33, 0.10);
    }

    .carousel-usp {
        width: 70%;
        margin-right: 18px;
        border-radius: 16px;
        counter-increment: carousel-cell;
    }

    .dropdown-item {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .lang-nav {
        padding-left: 1rem!important;
        padding-right: 1rem!important;
        margin-top: 1rem !important;
    }

}

@media (min-width: 768px) and (max-width: 1023px) {

    .display-1 {
        font-size: 32px;
    } .display-2 {
        font-size: 30px;
    } .display-3 {
        font-size: 28px;
    } .display-4 {
        font-size: 26px;
    } .display-5 {
        font-size: 20px;
    } .display-6 {
        font-size: 18px;
    } .hero-desc {
        font-size: 16px;
        max-width: 100%;
    } .product-desc {
        font-size: 16px;
    } .product-entry .accordion-button {
        font-size: 18px !important;
    } .features-entry-desc {
        font-size: 14px;
        margin-top: 6px;
        margin-bottom: 6px;
    } .features-entry-usp {
        font-size: 14px;
        margin-bottom: 10px;
    } .article-desc {
        font-size: 16px;
    }
    
    .btn-primary {
        font-size: 14px;
        padding: 7px 25px;
    }
    
    #cta {
        padding-top: 160px;
    }

    .img-cta {
        margin-top: -91px;
    }

    .img-features {
        max-width: 220px;
    }

    .card-features {
        padding-top: 1rem;
    }

    .card-features .card-body {
        padding-right: 24px;
        padding-top: 6px;
    }

    .carousel-articles {
        width: 50%;
        margin-right: 20px;
    }

    .navbar-mobile .navbar-brand img,
    .offcanvas-header .navbar-brand img {
        width: 170px;
        height: auto;
    }

    .offcanvas-body {
        color: var(--black-color);
    }

    .cta-footer img {
        height: 15%;
        width: auto;
    }

    .lang-nav {
        padding-left: 1rem!important;
        padding-right: 1rem!important;
        margin-top: 1rem !important;
    }

}

@media (min-width: 1024px) and (max-width: 1439px) {

    .display-1 {
        font-size: 40px;
    } .display-2 {
        font-size: 36px;
    } .display-3 {
        font-size: 32px;
    } .display-4 {
        font-size: 26px;
    } .display-5 {
        font-size: 20px;
    } .display-6 {
        font-size: 18px;
    } .hero-desc {
        font-size: 16px;
    } .product-desc {
        font-size: 16px;
    } .product-entry .accordion-button {
        font-size: 18px !important;
    } .features-entry-desc {
        font-size: 16px;
    } .features-entry-usp {
        font-size: 16px;
    } .article-desc {
        font-size: 16px;
    }
    
    .btn-primary {
        padding: 10px 26px;
    }
    
    #cta {
        padding-top: 160px;
    }

    .img-cta {
        margin-top: -91px;
    }

    .img-features {
        max-width: 320px;
    }

    .card-features {
        padding-top: 3rem;
    }

    .card-features .card-body {
        padding-right: 90px;
        padding-top: 50px;
    }

    .navbar-mobile .navbar-brand img,
    .offcanvas-header .navbar-brand img {
        width: 170px;
        height: auto;
    }

    .offcanvas-body {
        color: var(--black-color);
    }

    

}

@media (min-width: 1440px) {

    .display-1 {
        font-size: 52px;
    } .display-2 {
        font-size: 48px;
    } .display-3 {
        font-size: 36px;
    } .display-4 {
        font-size: 28px;
    } .display-5 {
        font-size: 20px;
    } .display-6 {
        font-size: 18px;
    } .hero-desc {
        font-size: 18px;
    } .product-desc {
        font-size: 18px;
    } .product-entry .accordion-button {
        font-size: 20px !important;
    } .article-desc {
        font-size: 18px;
    }
    
    .btn-primary {
        padding: 12px 32px;
    }
    
    #cta {
        padding-top: 200px;
    }

    .img-cta {
        margin-top: -149px;
    }

    .img-features {
        max-width: 320px;
    }

    .card-features {
        padding-top: 3rem;
    }

    .card-features .card-body {
        padding-right: 90px;
        padding-top: 50px;
    }

}