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

:root {
    --loading:url('../images/load.gif');
    --logoundamu:url('../images/undamu_item.png');
    --ganti1:url('../images/belakang1.png');
    --ganti2:url('../images/belakang2.png');
    --hero1:url('../images/hero1.png');
    --header-height:3rem ;
    --hue-color: 232; /*pink 250 - pink 142 - Blue 230 - Pink 340*/
    /* HSL color mode */
    --pink: #DB376E;
    --blur: #FAE2F6;
    --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{
  --ganti1:url('../images/belakang3.png');
  --ganti2:url('../images/belakang4.png');

    --logoundamu:url('../images/undamu_putih.png');
    --grey-font: #DBDADE;
    --black-white: #ffff;
    --bg-white:#27161C;
    --bg-grey:#351D25;
    --bg-pink:#351D25;
    --bg-up:#351D25;
    --pink-dark:#27161C;
    --blur-dark2: #351D25;
    --body-color: #27161C;
}
/*========== 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-image:var(--ganti);
    background-size:auto;
    }
    .responsive2 img{
        max-width:30%;
    }
}
@media (min-width: 770px) {
    .jarak{
        padding-top: 6rem;
    }
    .responsive2 img{
        max-width:20%;
    }
}
.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-image:var(--ganti1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .ganti2{
      background-image:var(--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{
    max-width:100%;
    border-radius: 8px 8px 0 0 ;
    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); }
}
.wrn-card{
    border-radius: 16px;
    border: 4px dashed var(--pink);
}

.btn_wrn{
    color: var(--white);
    padding: .6rem 1.5rem;
    font-size: var(--h4-font-size);
    border-radius: 8px;
}
.btn_lynk {
    background-color: #459A86;
}
.btn_wa {
    background-color: #4CAF50;
}
.btn_lihat{
  background-color: var(--pink);
}
.btn_lynk:hover,.btn_wa:hover,.btn_lihat:hover{
    color: var(--white);
    opacity: 80%;
}
.bg-icon-color {
    background-color: var(--white);
    padding: 1px;
    margin: 0px;
    border-radius: 8px;
}
.wrnmove {
    -webkit-animation: mve 3s infinite  alternate;
    animation: mve 3s infinite  alternate;
}
@-webkit-keyframes mve {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mve {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@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);
  }