@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap');
/* font-family: 'Kalam', cursive; */
body{
    font-family: 'Nunito', sans-serif;
    background-color: var(--body-color);
    color: var(--black-white);
    font-size: var(--h10);
}
h1,h2,h3{
  font-family: 'Nunito', sans-serif;
}
:root {
    --loading:url('../../images/warnai.png');
    --hero1:url('../images/hero1.png');
    --header-height:3rem ;
    --hue-color: 232; /*pink 250 - pink 142 - Blue 230 - Pink 340*/
    /* HSL color mode */
    --pink: #1B03FF;
    --blur: #E4E2FA;
    --white: #ffff;
    --bg-white: #ffff;
    --black: #000;
    --bg-grey:#FAF7FB;
    --bg-pink:#f5f6f9;
    --bg-up:#FDDEE2;
    --icon-grey: #F3EADF;
    --grey-font: #696871;
    --pink-dark: #D85B85;
    --blur-dark2: #FCF9F4;
    --black-white: #232429;
    --body-color: #fff;

  --h1: 3.8rem;
  --h2: 2.8rem;
  --h3: 2.5rem;
  --h4: 2.3rem;
  --h5: 2rem;
  --h6: 1.8rem;
  --h7: 1.5rem;
  --h8: 1.3rem;
  --h9: 1.1rem;
  --h10: 1rem;
  --h11: .9rem;
  --h12: .7rem;

}
@media (max-width: 820px) {
    :root {
        --h1: 2.5rem;
        --h2: 2.4rem;
        --h3: 2.3rem;
        --h4: 2.2rem;
        --h5: 2.1rem;
    }
  }
body.dark-theme{
    --grey-font: #DBDADE;
    --black-white: #ffff;
    --bg-white:#181627;
    --bg-grey:#121212 ;
    --bg-pink:#121212 ;
    --bg-up:#121212 ;
    --pink-dark:#181627;
    --blur-dark2: #121212 ;
    --body-color: #121212;
}
/*========== Button Dark/Light ==========*/
.change-theme{
    color: var(--black-white);
    margin-right: var(--mb-1);
    cursor: pointer;
}
.load_back{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 9999 !important;
    background: var(--loading) center no-repeat var(--body-color) ;
    background-size: 40%;
    }
    .card_hide{
        visibility: hidden;
        animation: cssAnimation 0s 1s forwards;
    }
    @keyframes cssAnimation {
             to   { visibility: visible; }
    }

@media (max-width: 769px) {
.modehp{
    justify-content: center !important;
    text-align: center !important;
    }
.ganti1{
    background-size:auto;
    }
    .responsive2 img{
        max-width:30%;
    }
}
@media (min-width: 770px) {
    .jarak{
        padding-top: 6rem;
    }
    .responsive2 img{
        max-width:20%;
    }
}

a:hover{
  color: var(--pink);
 }
.icon_arrow{
  color: var(--pink);
  font-size: var(--h1);
}
.icon_arrow:hover{
  color: var(--black-white);
}
.icn_up:hover{
  cursor: pointer;
  opacity: 0.5;
}
.speaker{
  cursor: pointer;
  border: 1px solid var(--pink);
  color: var(--pink);
  border-radius: 50%;
  margin:0 .4rem;
}
.speaker:hover{
  border: 1px solid var(--black-white);
  /* opacity: 0.5; */
  color: var(--black-white);
}
.speaker:active{
   opacity: 0.5;
}
.audio-slider {
  display: flex;
  overflow-x: auto; /* Scroll horizontal */
  white-space: nowrap;
  scroll-behavior: smooth; /* Animasi scroll */
  padding: 10px;
}
@media (max-width: 767px) {
  .audio-slider{
    width: 100%;
  }
}

.audio-slider::-webkit-scrollbar {
  display: none; /* Hilangkan scrollbar */
}

/* end warnai */
.btn{
    border-radius: 8px !important;
    padding-top: .4rem !important;
    padding-bottom: .4rem !important;
}
.btn:hover{
    scale: 1.05 !important;
    color: var(--black);
}

.btn-pink {
    color: var(--white);
    background-color: var(--pink);
    border-color: var(--pink);
}
.btn-white {
    color: var(--pink);
    background-color: var(--white);
    border-color: var(--pink);
}
.jarak{
    /* padding-top: .5rem; */
    margin-bottom: 2rem;
}


/* start */
.bg-hero{
    background-image: linear-gradient( var(--bg-up),transparent);
}
.img-hero{
    padding-top: 6rem;
    background-image:var(--hero1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media (max-width: 769px) {
    .img-hero{
        padding-top: .1rem;
    }

}

.bg-warna{
    width: 100%;
  }
  .grey{
    background-color: var(--bg-grey);
  }

  .ganti1{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .ganti2{
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }
.blur{
    background-color: var(--blur-dark2);
}
.blur-shadow{
    background-color: var(--blur-dark2);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

.space-1{
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
.space-2{
    padding-bottom: 2rem;
    padding-top: 2rem;
}
.responsive img{
    border-radius: 8px;
    max-width:100%;
    height: auto;
}
.profile {
    -webkit-animation: action 1s infinite  alternate;
    animation: action 1s infinite  alternate;
}

@-webkit-keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-15px); }
}

@keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-15px); }
}

@keyframes home2 {
    from {
      transform: scale(1, 1);
    }
    to {
      transform: scale(1, .1);
    }
  }
  .zoom-home {
    -webkit-animation: home2 1s infinite  alternate;
    animation: home2 1s infinite  alternate;
  }

@keyframes wow {
    from {
      transform: scale(1, 1);
    }
    to {
      transform: scale(1, .1);
    }
  }
  .btn-zoom {
    animation: wow 2s linear infinite;
    animation-direction: alternate;
  }


.masuk {
    text-indent: .5rem;
}
.tombol_kembali{
    background-color: var(--white);
  border: 1px solid var(--pink);
  padding: .4rem 1rem;
  border-radius: 8px;
  text-decoration: none;
  color: var(--pink);
  width: 100%;
  font-weight: bold;
}

.tombol{
    background-color: var(--pink);
  border: 1px solid var(--pink);
  padding: .4rem 1rem;
  border-radius: 8px;
  text-decoration: none;
  color: var(--white);
  width: 100%;
  box-shadow: 0 0 4px 0 var(--blur-dark2) inset, 0 0 4px 2px var(--blur-dark2);
  font-weight: bold;
}
.tombol:hover{
    scale: 1.05;
    box-shadow: 0 0 4px 0 var(--bg-grey) inset, 0 0 4px 2px var(--bg-grey);
   }
.tombol_kembali:hover{
 scale: 1.05;
 box-shadow: 0 0 4px 0 var(--bg-grey) inset, 0 0 4px 2px var(--bg-grey);
}



/* start home */
.deskripsi-judul{
font-size: var(--h4);
font-weight: 700;
}

.deskripsi_subjudul{
    font-size: var(--h10);
    color: var(--grey-font);
}
.judul2-deskripsi{
    font-size: var(--h7);
    font-weight: 700;
}
.alasan-judul{
    line-height: 1rem;
    font-size: var(--h7);
    font-weight: 700;
}
  .alasan_kotak{
    border-radius: 8px;
    border: 1px solid #eae9f2;
    background-color: var(--body-color);
    padding: 20px;
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .red {
    color: #FE908B;
    background-color: #FFEBEA;
}

.green {
    color: #15C312;
    background-color: #EAFFEA;
}
.blue {
  color: #293EF8;
  background-color: #EAF4FF;
}
.yellow {
  color: #D9C404;
  background-color: #FDFAD6;
}
  .alasan_icon {
    width: 55px;
    height: 55px;
    min-width: 55px;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-size: 1.2rem;
}


.fitur_card{
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 8px;
    border: 1px solid #eae9f2;
    background-color: var(--body-color);
    padding: 20px 8px;
}
.mengapa:hover, .alasan_kotak:hover, .fitur_card:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 8px;
}
.fitur_icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 12px;
}


.bg_pink{
    background-color: var(--bg-pink);
}
.bg_white{
    background-color: var(--bg-white);
}

/* end home */

/* start list */
.list-color {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 40px;
  }
  .list-color li {
    margin: 0 0 0.5rem 0;
    counter-increment: my-awesome-counter;
    position: relative;
  }
  .list-color li::before {
    content: counter(my-awesome-counter);
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    --size: 20px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    transform: rotate(-10deg);
    background: var(--pink);
    border-radius: 50%;
    text-align: center;
    box-shadow: 1px 1px 0 #999;
  }
/* end list */




/* pesan web */

.required:after {
    content:" *";
    color: red;
  }
  .navi {
    height: calc(var(--header-height) + 0rem) !important;
    column-gap: 1rem;
    align-items:flex-end !important;
}

.nav-link:hover {
    color: var(--black-white);
}
  .nav-tabs {
    border-bottom: 1px solid var(--bg-grey);
}
.nav-link {
    color: var(--pink);
}

  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--white);
    border-color: var(--black-white);
    font-weight: bold;
    background-color: var(--pink);
  }

/* end pesan web share */
.carvid {
    padding: .3em .3em 0;
    background: var(--bg-grey);
    text-align: center;
    border-radius: 8px;
  }
  .carvid div {
    position: relative;
    margin-bottom: .3em;
    padding-top: 56.25%;
  }
  .carvid iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .carvid span {
    display: inline-block;
    word-spacing: 1em;  /* расстояние между картинками */

  /* прокрутка миниатюр при необходимости */
    overflow: auto;
    white-space: nowrap;
    word-wrap: normal;

  }
  .carvid a {
    position: relative;
    display: inline-block;
    max-width: 120px;  /* максимальная ширина миниатюр */
    width: 25%;  /* ширина миниатюр */
    border: 1px solid blue;  /* рамка вокруг миниатюр */
    opacity: .7;
    text-decoration: none;
  }
  .carvid a:visited,
  .carvid a:nth-of-type(1) {
    border-color: #555;  /* рамка вокруг миниатюр просмотренных видео */
  }
  .carvid a:hover {
    opacity: 1;
  }
  .carvid a:not(:active):focus {
    pointer-events: none;
  }
  .carvid a::before {
    content: "";
    position: absolute;
    top: 0em;
    right: 0em;
    bottom: 0em;
    left: 0em;
    background: rgba(0,0,1,.1);
    transition: background 0s 9999999s;
  }
  .carvid a:nth-of-type(1)::before {
    background: rgba(255,255,254,.7);
  }
  .carvid span:active a::before {
    background: rgba(0,0,0,0);
    transition: background 0s;
  }
  .carvid span:active a:active::before {
    background: rgba(255,255,255,.7);
    transition: background 0s;
  }
  .carvid img {
    max-width: 100%;
    vertical-align: middle;  /* убрать нижний отступ до рамки под картинкой */
  }

  /* ini  buat image */
  .carousel-control-prev-icon {
    border-radius: 0 4px 4px 0;
    margin-left: -20px !important ;
  background-color: #343434;
  }
  .carousel-control-next-icon {
    border-radius: 0 4px 4px 0;
    margin-right: -20px !important ;
  background-color: #343434;
  }
/* End Testimoni */
.mfp-arrow-left:after{
    border-right: 17px solid var(--pink) !important;
}
.mfp-arrow-right:after{
    border-left: 17px solid var(--pink) !important;
}
.back-testi{
    position: relative;
    display: none;
}
.slick-arrow:hover{
    cursor: pointer !important;
    scale: 1.2;
}
.testi_prev{
    position: absolute;
    top: 40%;
    color: var(--pink);
    left: 8px;
    font-size: 2rem;
}
.testi_next{
    position: absolute;
    top: 40%;
    color: var(--pink);
    right: 8px;
    font-size: 2rem;
}
.img-testi-out{
    display: none;
    position: absolute;
    margin: 0 1.5rem;
}
.slick-dots li.slick-active button:before {
    color: var(--pink) !important;
}
/*  */
.accordion-button {
  background-color: var(--body-color);
}
.accordion-item {
  background-color: var(--body-color);
  border: 1px solid rgba(0, 0, 0, .125);
}
.accordion-collapse{
  background-color: var(--body-color);
}
.accordion-button:not(.collapsed) {
  color: var(--pink);
  background-color: var(--body-color);
}
.accordion-button:focus {
  box-shadow: 0 0 0 .25rem var(--bg-pink);
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23DB376E'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23DB376E'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
  }

  @media (min-width: 992px) {
    .col-lg-2 {
        flex: 0 0 auto;
        width: 19.9%;
    }
  }

  /*  */
  
  .blob-btn {
    z-index: 1;
    position: relative;
    padding: .3rem .4rem ;
    width: 100%;
    color: var(--white);
    font-size: var(--h4-font-size);
    background-color: transparent;
    outline: none;
    border: none;
    transition: color 0.5s;
    cursor: pointer;
    border-radius: 2px;
  }
  .blob-btn:before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* border: 2px solid var(--pink); */
    border-radius: 4px;
  }
  .blob-btn:after {
    content: "";
    z-index: -2;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 100%;
    height: 100%;
    transition: all 0.3s 0.2s;
    border-radius: 4px;
  }
  .blob-btn:hover {
    color: var(--black-white);
    border-radius: 4px;
  }
  .blob-btn:hover:after {
    transition: all 0.3s;
    left: 0;
    top: 0;
    border-radius: 30px;
  }
  .blob-btn__inner {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 4px 4px 0;
    background-color: var(--pink);
  }
  .blob-btn__blobs {
    position: relative;
    display: block;
    height: 100%;
    filter: url("#goo");
  }
  .blob-btn__blob {
    position: absolute;
    top: 2px;
    width: 25%;
    height: 100%;
    background: var(--bg-grey);;
    border-radius: 100%;
    transform: translate3d(0, 150%, 0) scale(1.7);
    transition: transform 0.45s;
  }
  @supports (filter: url("#goo")) {
    .blob-btn__blob {
      transform: translate3d(0, 150%, 0) scale(1.4);
    }
  }
  .blob-btn__blob:nth-child(1) {
    left: 0%;
    transition-delay: 0s;
  }
  .blob-btn__blob:nth-child(2) {
    left: 30%;
    transition-delay: 0.08s;
  }
  .blob-btn__blob:nth-child(3) {
    left: 60%;
    transition-delay: 0.16s;
  }
  .blob-btn__blob:nth-child(4) {
    left: 90%;
    transition-delay: 0.24s;
  }
  .blob-btn:hover .blob-btn__blob {
    transform: translateZ(0) scale(1.7);
  }
  @supports (filter: url("#goo")) {
    .blob-btn:hover .blob-btn__blob {
      transform: translateZ(0) scale(1.4);
    }
  }
  .card {
    border-radius: 8px;
    background-color: transparent !important;
  }
  .whatsapp-ico{
    fill: white;
    background-color: #4dc247;
    border-radius: 50%;
  }