: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: 130px;
    padding-right:20px ;
    padding-left:20px ;
    padding-bottom: 60px;
    background: var(--White, #FFF);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.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 */
}
.div1 .text-title{
    color: #000;
    margin-top: 20px;
    text-align: center;
    font-family: Nunito;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%; /* 48px */
}
.div1 .deks-txt{
    color: var(--Text, #424242);
    text-align: center;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 32px */
    max-width: 930.321px;
    }
.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;
}
.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;
}
.text-title-2{
    color: var(--Primary, #11130B);
text-align: center;
font-family: Nunito;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 120%; /* 48px */
margin-top: 20px;
margin-bottom: 40px;
}
.div2{
    margin:  60px 0;
}
.carddiv2{
    display: flex;
width: 100%;
padding: 50px;
justify-content: space-between;
align-items: center;
border-radius: 40px;
background: var(--White, #FFF);
box-shadow: 0px 70px 20px 0px rgba(17, 19, 11, 0.00), 0px 45px 18px 0px rgba(17, 19, 11, 0.01), 0px 11px 11px 0px rgba(17, 19, 11, 0.09);
}
.card-div2-2 {
    display: grid;
    margin: 10px;
    max-width: 280px;
}
.card-div2-2 .atas{
    display: inline-flex;
    height: 66.486px;
    padding: 16px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 20px 20px 0px 0px;
border: 3px solid var(--background-primary, #F1F2ED);
background: #FFF;
color: var(--Text, #424242);
font-family: Nunito;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 160%; /* 32px */
}
.card-div2-2 .bawah{
    display: inline-flex;
    height: 70px;
    /* padding: 8px 65px; */
    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-family: Nunito;
font-size: 44px;
font-style: normal;
font-weight: 700;
line-height: 160%; /* 64px */
}
.carddiv2 p{
    color: var(--Text, #424242);
font-family: Nunito;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 160%; /* 32px */
align-self: stretch;
}
@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;
}
.title-text-div3 {
    color: #000;
    text-align: center;
    font-family: Nunito;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 48px */
}

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

  .rotate-icon.rotate {
    transform: rotate(180deg);
  }
.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);
}
.parent-icon-1{
    display: flex;
    justify-content: center;
    align-items: center;
}

.visi-misi-glowin-card{
    display: flex;
    padding: 60px;
    margin:30px 0;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    border-radius: 30px;
/* border: 1px solid var(--Text, #424242); */
background: var(--White, #FFF);
}
.parent-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100%; */
    background: #FFF;
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.00));
width: 99.994px;
height: 100px;
flex-shrink: 0;
border-radius: 999px;
}
.title-tujuan-glowin{
    margin-bottom: 20px;
    color: var(--Primary, #11130B);
    font-family: Nunito;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 36px */


}
.text-tujuan-glowin{
    color: var(--Text, #424242);
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 32px */
    align-self: stretch;
}
@media (max-width: 1200px) {
    .divnavtxt2,
    .divnavtxt2 li {
        gap: 50px;
    }
}
@media (max-width: 1138px) {
    .card-div2-main-content {
        height: auto;
        padding-bottom: 40px;
    }
}
@media (max-width: 991px) {
    .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;
    }

}
@media (max-width: 768px) {

}
@media (max-width: 720px) {

}
@media (max-width: 551px) {

}
