:root {
    --scale-size: calc(
        1vw / 10
    ); /* contoh: hasilnya 0.1 jika viewport 1000px */
}

* {
    font-family: "Nunito";
    transition: 0.3s ease-in-out;
}
/* .main-content{
    width: 100%;
    overflow-x: hidden;
} */
body {
    /* background: var(--dark-purple, #000319); */
    /* height: 1000px; */
    background: #f1f2ed;
    padding: 0;
    margin: 0;
    max-width: 100%;
    overflow-x: hidden;
    /* Menyembunyikan scroll horizontal */
    /* height: 10000px; */
}

.navv {
    top: 0;
    width: 100%;
    z-index: 10;
    position: fixed;
}
.navbar {
    padding: 20px 0px;
    background: rgba(246, 246, 244, 0.9);
    backdrop-filter: blur(10px);
}
nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 0px;
    background: rgba(0, 3, 25, 0);
    backdrop-filter: blur(10px);
}
.navcnt {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.tombol-toggler {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.tombol-toggler .rectanguler {
    width: 32px;
    height: 6px;
    border-radius: 3px;
    border: 0.1px solid #ffffff5f;
    background: linear-gradient(180deg, #A3C080 0%, #97b078 100%);
}
.logocnt {
    display: flex;
    align-items: center;
    gap: 6px;
}
.logoicon img {
    height: 40px;
}
.logoicon {
    display: flex;
    align-items: center;
    gap: 10px;
    width: auto;
}
.textnav {
    color: var(--Primary, #11130b);
    font-family: "Nunito";
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.divnavtxt {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 98px;
    flex-shrink: 0;
}
.divnavtxt2,
.divnavtxt2 li {
    display: inline-flex;
    justify-content: center;
    gap: 70px;
    display: flex;
    font-family: "Nunito";
    vertical-align: baseline;
    color: var(--Primary, #11130b);
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 25.6px */
    letter-spacing: -0.5px;
}
.divnavtxt2 li a.activee {
    color: #A3C080;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.document-li {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 7px;
}
.document-li .v11-pop {
    border-radius: 4px;
    background: linear-gradient(156deg, #4c2e94 13.71%, #2f1867 86.29%);
    display: flex;
    padding: 0px 6px;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 16px */
}
.nav-expanded {
    height: 200px;
    /* Desired expanded height */
}

.nav-menu-center ul li a {
    color: var(--Primary, #11130b7e);
    vertical-align: baseline;
    font-feature-settings: "liga" off, "clig" off;
    font-family: "Nunito";
    font-style: normal;
    line-height: 160%; /* 25.6px */
    font-size: 16px;
    font-weight: 700;
}

.nav-menu-center ul li a:hover {
    color: #ffffff;
}

.nav-login-btn {
    gap: 20px;
}
.flag_nav {
    max-height: 30px;
    top: 0;
    position: relative;
    width: 30px;
    border-radius: 5px;
    overflow: hidden;
    border: #11130b 1px solid;
}
.img-fluid-custom {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.btn-flag-nav {
    margin-left: -10px;
    margin-top: 3px;
}
.name-flag-nav {
    color: var(--Primary, #11130b);
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px; /* 125% */
}
.btn-daftar-nav {
    display: flex;
    height: 44px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 51px;
    background: var(--Primary, #11130b);
    box-shadow: 0px 0px 6px 0px var(--Primary, #11130b);
    color: #fff;
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 25.6px */
    letter-spacing: -0.5px;
}
.btn-masuk-nav {
    display: flex;
    height: 44px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 51px;
    border: 1px solid var(--Primary, #11130b);
    background: var(--White, #fff);
    color: var(--Primary, #11130b);
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 25.6px */
    letter-spacing: -0.5px;
}

.div1 {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding-top: 100px;
    padding-bottom: 10px;
    background: #f6f6f4;
}
.content-div1-left {
    display: flex;
    padding: 10px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.content-div1-right {
    position: relative;
    height: 700px;
}
.card-title-content {
    display: flex;
    width: fit-content;
    width: fit-content;
    padding: 9px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: rgba(180, 202, 122, 0.3);
    color: var(--Primary, #11130b);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 21.6px */
}
.title-content {
    color: var(--Primary, #11130b);
    font-size: 54px;
    font-style: normal;
    font-weight: 800;
    max-width: 545.142px;
    line-height: 120%; /* 64.8px */
}
.sub-title-content {
    color: var(--Text, #424242);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 32px */
    max-width: 492.888px;
}
.btn-scan-now-link:hover svg {
    fill: var(--Primary, #494949);
}
.btn-scan-now-link {
    display: flex;
    justify-content: center;
    align-items: center; /* Vertikal center */
    padding: 14px 30px;
    gap: 10px;
    border-radius: 66px;
    background: var(--Primary, #11130b);
    box-shadow: 0px 7px 20px 0px rgba(17, 19, 11, 0.25);
    color: var(--White, #fff);
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 160%; /* 25.6px */
    text-align: center; /* Horizontal text center */
    vertical-align: middle; /* Optional for inline elements */
}
.main-content-img {
    /* overflow-x: hidden; */
    position: absolute;
    min-width: 700px;
    width: 50vw;
    max-width: 800px;
    /* height: 789.772px; */
    /* height: auto; */
    flex-shrink: 0;
    aspect-ratio: 955.06/789.77;
}
.img-wajah-div1 {
    width: 100%;
    z-index: 2;
    position: relative;
}
.card-content-wajah {
    position: absolute;
    z-index: 3;
    border-radius: 14px;
    background: rgba(246, 246, 244, 0.8);
    backdrop-filter: blur(10px);
    flex-shrink: 0;
    padding: 15px 15px;
}
.card-content-wajah:nth-child(1) {
    top: 15%;
    left: 35%;
    transform: translate(-50%, -50%);
}
.card-content-wajah:nth-child(1) .titik-svg-div1 {
    position: absolute;
    bottom: -15px;
    right: -15px;
}

.card-content-wajah:nth-child(2) {
    bottom: 15%;
    left: 28%;
    transform: translate(-50%, -50%);
}
.card-content-wajah:nth-child(2) .titik-svg-div1 {
    position: absolute;
    top: -15px;
    right: -15px;
}

.card-content-wajah:nth-child(3) {
    bottom: 25%;
    left: 74%;
    transform: translate(-50%, -50%);
}
.card-content-wajah:nth-child(3) .titik-svg-div1 {
    position: absolute;
    top: -15px;
    left: -15px;
}

.card-icon-div1 {
    border-radius: 7px;
    background: var(--green-primary, #b4ca7a);
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    display: flex;
    justify-content: center; /* Mengatur konten secara horizontal */
    align-items: center; /* Mengatur konten secara vertikal */
}
.card-content-wajah .title-content {
    color: var(--Text, #424242);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 22.4px */
}
.card-content-wajah .subtitle-content {
    color: var(--Primary, #11130b);
    white-space: nowrap;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 33.6px */
}
.shadow-main-wajah {
    border-radius: 934.488px;
    background: rgba(180, 202, 122, 0.3);
    filter: blur(50px);
    width: 834.488px;
    position: absolute;
    height: 744.891px;
    top: 10px;
    flex-shrink: 0;
    z-index: 1;
    right: -10vw;
    margin-top: 40%;
}
.card-div2-main-content {
    margin: 80px auto;
    /* max-width: 1216px; */
    width: 100%;
    height: 600px;
    flex-shrink: 0;
    border-radius: 40px;
    background: var(--White, #fff);
    overflow: hidden;
}

.div2 .card-title-content {
    margin-top: 50px;
}
.card-div2 {
    width: 250px;
    height: 146.486px;
    flex-shrink: 0;
    flex-direction: column;
    display: flex;
}
.card-div2 .atas {
    display: inline-flex;
    height: 66.486px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: var(--Text, #424242);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 32px */
    border-radius: 20px 20px 0px 0px;
    border: 3px solid var(--background-primary, #f1f2ed);
    background: #fff;
}
.card-div2 .bawah {
    display: inline-flex;
    height: 80px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 0px 0px 20px 20px;
    border: 1px solid var(--background-primary, #f1f2ed);
    background: #f1f2ed;
    color: var(--Primary, #11130b);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 64px */
}
.img-div2-1 {
    width: 230px;
    height: 230px;
}
.img-div2-2 {
    width: 180px;
    height: 180px;
    margin-top: 100px;
    position: relative;
}
.img-div2-3 {
    width: 230px;
    height: 230px;
    position: relative;
    margin-top: 120px;
}
.div3 {
    background: var(--White, #fff);
    display: flex;
    /* width: 1440px; */
    padding: 74px 176.295px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.title-text-div3 {
    color: #000;
    text-align: center;
    font-family: Nunito;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 48px */
}
.div4 {
    margin: 80px 0;
}
.card-div4 {
    border-radius: 30px;
    background: #fff;
    box-shadow: 0px 70px 20px 0px rgba(17, 19, 11, 0),
        0px 45px 18px 0px rgba(17, 19, 11, 0.01),
        0px 11px 11px 0px rgba(17, 19, 11, 0.09);
    flex-shrink: 0;
    padding: 40px 3vw;
    width: fit-content;
    /* width: 379.979px; */
    /* height: 330px; */
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
}
.icon-card-div4 {
    background-color: #fff;
    border-radius: 999px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 99.994px;
    height: 100px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.div4-text {
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
}
.title-div4 {
    color: var(--Primary, #11130b);
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%; /* 27px */
    letter-spacing: 0.5px;
}
.subtitle-div4 {
    color: var(--Text, #424242);
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%; /* 21.6px */
    letter-spacing: -0.5px;
    max-width: 276px;
}
.div5 {
    margin-top: 70px;
    margin-bottom: 80px;
}
.main-content-div5 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-content-div5 {
    display: inline-block;
    max-width: 276px;
}

.blt-div5 {
    margin: 30px 0;
    width: 150px;
    height: 150px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 999px;
    filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.09))
        drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.05))
        drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.01))
        drop-shadow(0px 5px 5px rgba(0, 0, 0, 0));
}
.text-card-div5 {
    margin-bottom: 12px;
    color: var(--Primary, #11130b);
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%; /* 27px */
    letter-spacing: 0.5px;
}
.subtext-card-div5 {
    color: var(--Text, #424242);
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%; /* 21.6px */
    letter-spacing: -0.5px;
}
.grs-div5 {
    background: var(--Primary, #11130b);
    width: 100%;
    max-width: 150px;
    height: 2px;
    margin-top: -80px;
}

.parent-grs-div5 {
    max-width: 150px;
    width: 100%;
    /* background: var(--Primary, #11130B); */
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100vh; penting untuk tengah vertikal */
}
.number-icon-div5 {
    background: var(--Primary, #11130b);
    stroke-width: 2px;
    stroke: #f1f2ed;
    border-radius: 999px;
    position: absolute;
    filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.09))
        drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.05))
        drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.01))
        drop-shadow(0px 5px 5px rgba(0, 0, 0, 0));
    display: flex;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Nunito;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 28px */
    align-items: center;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    margin-left: 150px;
}
.div6 {
    margin: 80px 0;
}
.card-div6 {
    position: relative;
    display: flex;
    width: 260px;
    /* height: 200px; */
    padding: 30px;
    flex-direction: column;
    align-items: center;
    gap: 69px;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0px 70px 20px 0px rgba(17, 19, 11, 0),
        0px 45px 18px 0px rgba(17, 19, 11, 0.01),
        0px 11px 11px 0px rgba(17, 19, 11, 0.09);
}
.title-card-div6 {
    color: var(--Primary, #11130b);
    font-feature-settings: "liga" off, "clig" off;
    font-family: Nunito;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%; /* 40.5px */
    letter-spacing: 0.5px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center; /* tengah vertikal */
}
.blt-title-card-div6 {
    color: var(--Primary, #11130b);
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Nunito;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 16px */
    letter-spacing: -0.5px;
    display: flex;
    width: 70px;
    height: 25px;
    padding: 6px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 51px;
    border: 1px solid var(--Primary, #11130b);
    background: var(--White, #fff);
}
.gp-card-div6 {
    display: inline-flex;
    align-items: flex-start;
    gap: 4px;
}
.img-gp-div6 {
    width: 24.471px;
    height: 25px;
    aspect-ratio: 24.47/25;
}
.title-gp-div6 {
    color: var(--Text, #424242);
    font-feature-settings: "liga" off, "clig" off;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%; /* 27px */
    letter-spacing: -0.5px;
}
.atas-title-div6 {
    display: inline-flex;
    align-items: flex-start;
    width: 100%;
    justify-content: left;
    flex-direction: column;
    gap: 4px;
}
.maintext-div6 {
    position: relative;
    color: var(--Primary, #11130b);
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Nunito;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%; /* 54px */
    letter-spacing: 0.5px;
}
.btn-card-div6 {
    border-radius: 66px;
    background: var(--Primary, #11130b);
    box-shadow: 0px 7px 20px 0px rgba(17, 19, 11, 0.25);
    display: flex;
    padding: 14px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: var(--White, #fff);
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 160%; /* 25.6px */
}
.submaintext-div6 {
    display: block;
    color: var(--Text, #424242);
    font-family: "Nunito", sans-serif;
    font-feature-settings: "liga" off, "clig" off;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.35; /* 135% sama dengan 1.35 */
    letter-spacing: -0.5px;
    margin-left: 50%;
    transform: translateX(-50%);
    position: absolute;
}
.parent-card-div6 {
    margin: 20px 0;
    border-radius: 30px;
    transition: transform 0.5s ease;
}
.parent-card-div6:nth-child(3) {
    background: var(--green-primary, #b4ca7a);
    box-shadow: 0px 70px 20px 0px rgba(17, 19, 11, 0),
        0px 45px 18px 0px rgba(17, 19, 11, 0.01),
        0px 11px 11px 0px rgba(17, 19, 11, 0.09);
    padding: 10px;
    flex-shrink: 0;
}
.parent-card-div6:nth-child(4) {
    border-radius: 30px;
    background: #5d7b6f;
    padding: 10px;

    box-shadow: 0px 70px 20px 0px rgba(17, 19, 11, 0),
        0px 45px 18px 0px rgba(17, 19, 11, 0.01),
        0px 11px 11px 0px rgba(17, 19, 11, 0.09);
}
.text-up-div6 {
    color: #fff;
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 160%; /* 32px */
    letter-spacing: -0.5px;
    padding-top: 6px;
    padding-bottom: 10px;
    /* padding: 30px 0; */
}
.parent-card-div6:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.div7 {
    padding: 10px 0;
    background: var(--White, #fff);
    overflow: hidden;
    width: 100%;
    position: relative;
}

.div7 .content .content-1 {
    display: flex;
    align-items: center;
    gap: 24px;
    position: relative;
    overflow: hidden;
    max-height: 650px;
}

.div7 .content .content-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg,
        #fff 0%,
        rgba(0, 0, 0, 0) 10%,
        rgba(0, 0, 0, 0) 90%,
        #fff 100%
    );
    z-index: 1;
    pointer-events: none;
}

.div7 .content .content-1 {
    display: flex;
    align-items: center;
    gap: 24px;
    overflow: hidden;
}

.div7 .content .content-1 .card-cnt .star {
    display: inline-flex;
    height: 25px;
    padding-left: 14px;
    padding-right: 14px;
    margin: 0 10px;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    width: fit-content;
    border-radius: 20px;
    background: rgba(180, 202, 122, 0.3);
}

.div7 .content .content-1 .card-cnt .text1 {
    color: var(--Text, #424242);
    font-family: Nunito;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 19.2px */
    align-self: stretch;
}

.responsive-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.div7 .content .content-1 .card-cnt .profil .text1 {
    color: var(--Primary, #11130b);
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 21.6px */
}

.div7 .content .content-1 .card-cnt .profil .text2 {
    color: var(--Text, #424242);
    font-family: Nunito;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 19.2px */
    /* 12px */
}

.div7 .content .content-1 .card-cnt .profil .avatar-c {
    position: relative;
    height: 200px;
    width: 100%;
    top: 0;
}

.div7 .content .content-1 .card-cnt .profil {
    display: flex;
    /* padding: 8px 0px; */
    align-items: center;
    gap: 12px;
    align-self: stretch;
}

.div7 .content .content-1 .card-cnt {
    display: flex;
    width: 280px;
    height: 450px;
    padding: 20.366px 0px 0.366px 0px;
    padding-bottom: 20px;
    flex-direction: column;
    justify-content: flex-end;
    /* align-items: center; */
    gap: 10.343px;
    margin: 10px 0;
    flex-shrink: 0;
    border-radius: 30px;
    border: 2px solid rgba(241, 242, 237, 100);
    /* background: var(--White, #fd0000); */
    background: var(--White, #fff);
}
.text-div7 {
    color: var(--Text, #424242);
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 32px */
    max-width: 450px;
}
.left-content-div7 {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Pusat secara vertikal */
    align-items: flex-start; /* Sejajarkan ke kiri jika perlu */
    height: 100%;
    gap: 15px;
}

@keyframes slideDown {
    0% {
        transform: translateY(-38%);
    }

    50% {
        transform: translateY(38%);
    }

    100% {
        transform: translateY(-38%);
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(38%);
    }

    50% {
        transform: translateY(-38%);
    }

    100% {
        transform: translateY(38%);
    }
}

.base-card-cnt:nth-child(1):hover {
    animation-play-state: paused;
}

.base-card-cnt:nth-child(1) {
    cursor: pointer;
    animation: slideDown 90s linear infinite;
    transform: translateY(-38%);
}

.base-card-cnt:nth-child(2):hover {
    animation-play-state: paused;
}

.base-card-cnt:nth-child(2) {
    transform: translateY(38%);
    cursor: pointer;
    animation: slideUp 90s linear infinite;
}

.div8 {
    margin: 80px 0;
}
.div8 .content .content-1 .body-acording-faq {
    color: #c1c2d3;
    font-family: "SF Pro Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 24px */
    align-self: stretch;
}

.div8 .content .content-1 .base-acording-faq {
    display: flex;
    width: 540.41px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 14px;
    border-radius: 12px;
    background: #25242a;
}
.questin-div8 {
    /* max-width: 540.41px; */
}

.leftcntdv8 {
    display: flex;
    flex-direction: column;
}

.carddiv8 {
    margin: 15px 0;
}

.card-bodydiv8 {
    margin-top: -15px;
    position: relative;
    color: var(--Primary, #11130b);
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    background: var(--White, #fff);
    box-shadow: 0px 6px 16px 0px rgba(17, 19, 11, 0.15);
    /* 24px */
    /* padding: 20px 0; */
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 13px 10px 25px 10px;
}

.btncarddiv8:hover {
    color: var(--Primary, #11130b);
    opacity: 0.9;
    /* border: 0.1px solid #ffffff5f; */
}

.btncarddiv8 svg path {
    color: var(--Primary, #11130b);
}
.btncarddiv8 {
    width: 100%;
    justify-content: space-between;
    display: flex;
    /* width: 540.41px; */
    padding: 24px 27px;
    align-items: center;
    /* gap: 329px; */
    color: var(--Primary, #11130b);
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    border-radius: 20px;
    font-weight: 600;
    line-height: 160%; /* 32px */
    background: var(--White, #fff);
    box-shadow: 0px 6px 16px 0px rgba(17, 19, 11, 0.15);
}

.div8 .content .content-2 {
    display: flex;
    max-width: 500px;
    padding: 52px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 42px;
}

.div8 .content .content-2 .text-header {
    align-self: stretch;
    color: #fff;
    font-family: Inter;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    /* 114.286% */
    letter-spacing: -1.6px;
}

.div8 .content .content-2 .text-subheader {
    margin-top: 10px;
    color: #c1c2d3;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.176px;
    align-self: stretch;
}

.button-question {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 99px;
    background: #383838;
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    border: none;
    letter-spacing: -0.084px;
}

.div8 .container {
    padding-top: 10px;
    padding-bottom: 8px;
}
.btn-div8 {
    color: var(--White, #fff);
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 160%; /* 25.6px */
    display: flex;
    padding: 14px 30px;
    margin-top: 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 66px;
    background: var(--Primary, #11130b);
    box-shadow: 0px 7px 20px 0px rgba(17, 19, 11, 0.25);
}
.div9{
    margin-bottom: 90px;
}
.card-div9-main-content {
    width: 100%;
    /* max-width: 1216px; */
    padding: 50px 0;
    flex-direction: column;
    align-items: center;
    gap: 70px;
    border-radius: 40px;
    background: var(--White, #fff);
}
.subtitle-text-div9 {
    color: var(--Text, #424242);
    text-align: center;
    font-family: Nunito;
    margin-top: 15px;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 32px */
    align-self: stretch;
}
.upload-foto-div9 {
    display: flex;
    width: 600px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.upload-box {
    margin-top: 40px;
    display: flex;
    height: 300px;
    /* padding: 92px 142px; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 20px;
    border: 2px dashed var(--Text, #424242);
    background: var(--background-primary, #f1f2ed);
}

.upload-box input[type="file"] {
    display: none;
}
.previewContainer{
    width: 100%;
}
.previewImage{
    margin-top: 40px;
    display: flex;
    width: 100%;
    /* max-width: 300px;
    max-height: 300px; */
    /* padding: 92px 142px; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 20px;
    border: 2px dashed var(--Text, #424242);
    background: var(--background-primary, #f1f2ed);
}
.upload-icon {
    width: 99.994px;
    height: 100px;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    /* flex-wrap: wrap; */
    display: flex;
    background: var(--White, #fff);
    border-radius: 999px;
}

.upload-text1 {
    color: var(--Text, #424242);
    font-family: Nunito;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.96px;
}

.upload-text2 {
    color: var(--Text, #424242);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
}
.parent-grs-div9 {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
}

.grs-div9 {
    flex: 1;
    height: 2px; /* cukup tipis untuk garis */
    background-color: var(--Text, #424242);
}

.grs-text-div9 {
    color: var(--Text, #424242);
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.72px;
    white-space: nowrap;
}

.text-masuk-daftar-div9 {
    color: var(--Text, #424242);
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
}
.text-masuk-daftar-div9 a {
    list-style: none;
    color: var(--Primary, #11130b) !important;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 25.6px */
    margin: 0 8px;
    cursor: pointer;
}
.footer-bg {
    background: var(--Primary, #11130B);
    color: var(--White, #FFF);
font-family: Nunito;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
padding-top: 60px;
padding-bottom: 60px;
}
.text-ad-foot{
    color: var(--White, #FFF);
font-family: Rubik;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.text-logo-foot{
    color: var(--White, #FFF);
/* font-family: Rubik; */
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.footer-bg h5,
.footer-bg h6 {
    color: var(--green-primary, #B4CA7A);
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;}

.footer-bg p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #ffffffcc;
}
.list-footer{
    margin: 10px 0;
}
.rotate-icon {
    transition: transform 0.3s ease;
  }

  .rotate-icon.rotate {
    transform: rotate(180deg);
  }
@media (max-width: 1200px) {
    .divnavtxt2,
    .divnavtxt2 li {
        gap: 50px;
    }
}
@media (max-width: 1138px) {
    .card-div2-main-content {
        height: auto;
        padding-bottom: 40px;
    }
    .img-div2-1 {
        width: 180px;
        height: 180px;
    }
    .img-div2-2 {
        width: 180px;
        height: 180px;
        margin-top: 0px;
        position: relative;
    }
    .img-div2-3 {
        width: 180px;
        height: 180px;
        position: relative;
        margin-top: 0px;
    }
}
@media (max-width: 991px) {
    .main-content-img {
        left: 50%;
        transform: translateX(-50%);
    }

    .nav-menu-center {
        width: 100%;
        text-align: left;
    }

    .nav-login-btn {
        width: 100%;
    }
    .divnavtxt2,
    .divnavtxt2 li {
        display: inline-flex;
        justify-content: left;
        gap: 30px;
        text-align: left;
    }
    .nav-login-btn {
        margin-top: 20px;
        max-width: 100%;
        width: 100%;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        display: flex;
    }
    .div3 {
        padding: 74px 10vw;
    }
}
@media (max-width: 768px) {
    .main-content-div5 {
        flex-direction: column;
    }
    .grs-div5 {
        margin-top: 0px;
        transform: rotate(90deg);
    }
    .parent-grs-div5 {
        padding: 100px 0;
        /* height: 140px; */
        /* transform: rotate(90deg); */
    }
}
@media (max-width: 720px) {
    .base-card-cnt:nth-child(1) {
        display: none !important;
        animation: none;
    }
}
@media (max-width: 551px) {
    .card-icon-div1 svg {
        width: 8px;
        height: 8px;
    }
    .card-icon-div1 {
        border-radius: 5px;
        width: 20px;
        height: 20px;
    }
    .card-content-wajah .title-content {
        font-size: 8px;
    }
    .card-content-wajah .subtitle-content {
        color: var(--Primary, #11130b);
        white-space: nowrap;
        font-size: 10px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 33.6px */
    }
    .card-content-wajah {
        padding: 10px;
    }
    .main-content-img {
        min-width: 500px;
    }
    /* .subtitle-content{
        white-space: break-word;;
    } */
}
