.landing-page-container {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
}

.nav {
  display: flex;
  justify-content: space-between;
  margin: 0px 120px 26px 120px;
  align-items: center;
  background: #1c8b7b;
  box-shadow: 0px 0px 10000px 550px #1c8b7b, 11200px 0px 10000px 10000px #0d443c, 0 0 0 10000px #1c8b7b;
}

.nav .right {
  display: flex;
  color: rgba(0, 0, 0, 0.64);
  font-weight: 400;
  font-size: 16px;
  font-family: 'Manrope', sans-serif;
}

.nav .right a {
  color: white;
}

.nav .right .menu {
  margin: 14px 16px 8px 16px;
  cursor: pointer;
  height: 30px;
}

.nav .right .menu a:hover {
  color: #e5e5e5;
}

#gantibahasa {
  font-family: 'Manrope',sans-serif;
}

#gantibahasa .dropdown {
  padding: 10px 16px;
}

#gantibahasa .dropdown .dropbutton {
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 500;
  background-color: transparent;
  color: #3c3d4f;
  border: 1px solid #3c3d4f;
  border-radius: 16px;
  cursor: pointer;
  height: 30px;
  width: auto;
  display: inline-flex;
  align-items: center;
}

#gantibahasa:hover .dropdown .dropdown-content,
#gantibahasa .dropdown .dropdown-content:hover {
  display: block;
}

#gantibahasa .dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 140px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1001;
}

#gantibahasa .dropdown .dropdown-content a {
  display: flex;
  padding: 8px 16px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  align-items: center;
  line-height: 18px;
  text-transform: none;
}

#gantibahasa .dropdown .dropdown-content img {
  height: 15px;
  margin-right: 5px;
  outline: 0.1px solid #141414;
  margin-bottom: 0;
}

.hero-cover-overlay img.hero-image {
  position: absolute;
  height: 648px !important;
  transition: opacity .75s ease;
  opacity: 0;
  max-width: fit-content;
  right: 0; 
}

@media only screen and (min-width: 1440px) {
  .hero-cover-overlay img.hero-image {
    right: calc( (100vw - 1440px) * 0.5 );
  }
}

.hero-cover-overlay img.hero-image.active {
    opacity: 1;
}

.hero-cover {
  height: 648px;
  min-height: 450px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 1440px 648px;
}

.hero-cover-dimas {
  margin: auto;
  width: 1200px;
  max-width: 84vw;
}

.hero-cover-dimas h1 {
  padding: 0;
}

.hero-cover-dimas h3 {
  padding: 0;
}

.header1 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  color: white;
  line-height: 72px;
  text-shadow: 0px 16px 48px #0000003d;
  letter-spacing: -1.5px;
  max-width: 750px;
}

.header2 {
  border-bottom: none;
}

.header3 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: white;
  margin-top: 30px;
  max-width: 64%;
  opacity: .92;
}

.header4.cta_faq {
  background: transparent;
  padding: 12px 30px;
  color: #f6f6f6;
  box-shadow: inset 0 0 0 2px #f6f6f6;
  margin-right: 12px;
  /*display: none;*/
}

.header4.cta_faq:hover {
  background: #ffffff30;
}

.header4 {
  font-family: 'Manrope';
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #21292B;
  max-width: max-content;
  background: #f6f6f6;
  border-radius: 6px;
  margin-bottom: 16px;
  position: relative;
  margin-top: 50px;
  color: #1c8b7b;
  display: inline-flex;
  align-items: center;
  padding: 14px 32px 14px 42px;
}

.header4.cta_start:hover {
  filter: brightness(.98);
}

.header4.cta_start:hover .ikon img {
  transform: rotate(90deg);
}

.header4.cta_start .ikon {
  margin-left: 14px;
  width: 14px;
  height: 14px;
}

.header4.cta_start .ikon img {
  margin: 0;
  width: 100%;
  height: auto;
  transition: transform 150ms ease;
}

.header4.cta_start:hover {
  background-color: #f6f6f6;
}










.section-one {
  background-color: white;
  padding: 64px 80px 64px 80px;
  max-width: 1440px;
  margin: 0 auto;
  box-shadow: 0px 5000px 0px 5000px white;
}

.section-one_dalam {
  padding: 16px 0 16px 0;
  display: flex;
  gap: 0;
  margin: 0 auto;
}

.section-one .section-one_gambar {
  text-align: center;
  width: calc(50vw - 80px);
  padding: 20px 0;
}

.section-one .section-one_gambar img {
  max-width: 360px;
  height: auto;
  width: 100%;
  position: absolute;
  left: calc(25% - 140px);
  transform-origin: 65% 15%;
}

.section-one .section-one_gambar_popup {
  transition: transform .25s ease-out;
}

.section-one .section-one_tulisan {
  width: calc(50vw - 80px);
  margin-top: 60px;
}

.section-one .section-one_tulisan h2 {
  padding: 0;
}

.section-one .section-one_tulisan h3 {
  padding: 0;
}

.section-one .section-one_tulisan_items {
  margin-bottom: 24px;
}

.section-one .section-one_tulisan_items.atas {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-align: left;
  color: rgba(0, 0, 0, 0.48);
  max-width: 550px;
  font-family: 'Manrope';
}

.section-one .section-one_tulisan_items.besar {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.5px;
  text-align: left;
  color: rgba(0, 0, 0, 0.82);
  max-width: 550px;
  font-family: 'Manrope';
}

.section-one .section-one_tulisan_items.keterangan {
  font-family: 'Manrope';
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.5px;
  text-align: left;
  color: rgba(0, 0, 0, 0.64);
  max-width: 550px;
}

.section-one .section-one_tulisan_items.lencana {
  display: flex;
  gap: 23px;
  width: fit-content;
  margin: 0;
  padding: 8px 0;
}

.section-one .section-one_tulisan_items.lencana img {
  height: 46px;
  width: auto;
  margin: 0;
  opacity: 0;
  transition: all 1s ease;
}

.section-one .section-one_tulisan_items.lencana img.ruanglaptop {
  transform: translateX(-12px);
}

.section-one .section-one_tulisan_items.lencana img.nvidia {
  transform: translateX(12px);
}

@media screen and (max-width: 768px) {
  .section-one .section-one_tulisan_items.lencana {
    margin: auto;
    gap: 18px;
    padding: 32px 0 0 0;
  }
  .section-one .section-one_tulisan_items.lencana img {
    height: 36px;
    width: auto;
  }
}

.section-one .section-one_dalam .youtube-container-vertikal {
  background: white;
  opacity: .8;
  width: 234px;
  height: 416px;
}

@media only screen and (min-width: 769px) {
  .section-one .section-one_dalam .youtube-container-vertikal:hover {
    transform: scale(1.15);
  }
}

.section-one .section-one_dalam .youtube-container-vertikal .youtube-player {
  padding-bottom: 416px;
}

.section-one .section-one_dalam .youtube-container-vertikal .youtube-player img {
  transform: none!important;
}



































a {
  color: rgba(0, 0, 0, 0.64);
  text-decoration: none;
}

a:hover {
  text-decoration:none; 
  cursor:pointer;  
}

.navbar a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #2d2d2d;
  padding: 18px;
}

.navbar .left.only-mobile a {
  padding: unset;
}

.navbar .lang-button {
  font-size: 14px;
  padding: 0px;
}

.navbar .lang-button.active-btn {
  color: white;
}

.lang-button-wrapper {
  width: 85%;
  height: 58px;
  border: 1px solid grey;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.lang-button {
width: 50%;
justify-content: center;
}

.active-btn {
  background-color: #1c8b7b;
  height: 50px;
  border-radius: 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4px;
}

.display-row{
  display:flex;
  justify-content: space-between;
  padding: 20px;
}

@media (min-width: 769px) {
  .only-mobile {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .only-desktop {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .hero-cover {
    background-image: none;
    background-size: cover;
    text-align: center;
    min-height: unset;
    height: 440px;
    justify-content: center;
  }
  .hero-cover-dimas {
    margin: 24px auto;
    max-width: 316px;
    transition: all .75s ease-out;
  }
  .mg-top{
    margin-top:-30px;
  }
  .hero-cover .header1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: black;
    opacity: .92;
    text-shadow: none;
    margin-top: 0px;
  }
  .hero-cover .header2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: black;
    opacity: .92;
  }
  .hero-cover .header4.cta_start {
    display: flex;
  }
  .hero-cover .header4.cta_faq {
    display: none;
  }
  .hero-cover .header4 {
    font-size:14px;
    line-height:20px;
    margin: auto;
    margin-top: 30px;
    max-width: fit-content;
    background: white;
    box-shadow: none;
    border: 2px solid #1c8b7b;
    padding: 14px 42px;
  }
  .hero-cover .header4 .ikon {
    display: none;
  }
  .hero-cover .header4 a {
    color: #1c8b7b;
  }
  .nav {
    display: flex;
    justify-content: space-between;
    background: white;
    box-shadow: 0 0 0 9999px white;
    align-items: unset;
    margin: 36px 0 0 0;
  }
  .nav .right {
    display: none;
  }
  .download-links a{
    margin: 0px 6px;
  }
  .header3 {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0 0 0;
    color: black;
    opacity: .64;
    max-width: 100%;
  }
  .section-one {
    padding: 24px 24px 48px 24px;
  }
  .section-one_dalam {
    display: block;
  }
  .section-one .section-one_tulisan {
    width: 100%;
/*    margin-top: 190px;*/
    margin-top: 60px;
  }
  .section-one .section-one_tulisan_items.atas,
  .section-one .section-one_tulisan_items.besar,
  .section-one .section-one_tulisan_items.keterangan,
  .section-one .section-one_tulisan_items.download,
  .section-one .section-one_tulisan_items.rating {
    text-align: center;
  }
  .section-one .section-one_tulisan_items.download .googleplayqr, .section-one .section-one_tulisan_items.download .appstoreqr {
    display: none;
  }
  .section-one .section-one_gambar {
    width: unset;
    padding: 0;
  }
  .section-one .section-one_gambar img {
    height: auto;
    max-width: 300px;
    left: 50%;
    top: 490px;
    transform: translate(-50%, 0) !important;
  }
  .section-one .section-one_tulisan_items.atas {
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: rgba(0, 0, 0, 0.48);
    text-align: center;
    margin: 0 auto;
  }
  .section-one .section-one_tulisan_items.besar {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
    margin: 16px auto 0 auto;
  }
  .section-one .section-one_tulisan_items.keterangan {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    color: rgba(0, 0, 0, 0.64);
    margin: 16px auto 0 auto;
  }
  .section-one .section-one_tulisan_items.judul-download {
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: center;
    color: rgba(0, 0, 0, 0.64);
    margin-bottom: unset;
    margin-top: 24px;
  }
  .section-one .section-one_tulisan_items.download {
    justify-content: center;
    margin-bottom: unset;
    margin-top: 8px;
    gap: 12px;
  }
  .section-one .section-one_tulisan_items.download .googleplaybadge img, 
  .section-one .section-one_tulisan_items.download .appstorebadge img {
    margin-top: unset;
  }
  .section-one .section-one_tulisan_items.rating {
    justify-content: center;
    margin-bottom: unset;
    margin-top: 16px;
  }
  .section-one .section-one_tulisan_items.rating .section-one-rating-items-download-besar {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
  }
  .section-one .section-one_tulisan_items.rating .section-one-rating-items-download-besar img {
    margin: 0 4px 0 0;
  }
  .section-one .section-one_tulisan_items.rating .section-one-rating-items-download-kecil {
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: center;
    color: rgba(0, 0, 0, 0.48);
  }
  .download-links img {
    max-width: 42vw;
    height: 49px;
  }
  .mobile-class1 {
    margin-right: 20px;
  }
  .mobile-class2 {
    margin-left: 20px ;
  }
  .mobile-rev {
    display: flex;
    flex-direction: row-reverse !important;
  }
  .group1 {
    width: 80%;
    font-size: 14px;
    line-height: 20px;
    margin: 20px 5px;
    padding: 24px;
    height: 250px;
  }
  .article {
    width: auto !important;
  }
  .mobile-col-reverse {
    flex-direction: column-reverse;
  }
  .slideshow-container {
    max-width: 2000px;
    position: relative;
    margin: auto;
  }
  .mySlides {
    display: none;
  }
  .dot {
    cursor: pointer;
    height: 5px;
    width: 25px;
    margin: 0 2px;
    background-color: rgba(255, 255, 255, 0.32);
    border-radius: 30px;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  .dot:hover {
    background-color: #fff;
  }
  .active {
    width: 30px;
    border-radius: 30px;
    background-color: #fff;
  }
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }
}









.widget_produk_homepage_area {
  position: relative;
}

.gambar-kresek-bungkus-fitur {
  position: absolute;
  z-index: 2;
  height: 450px;
}

.gambar-kresek-bungkus-fitur img {
  max-width: 184px;
  margin-left: 15px;
}

.kresek-bungkus-fitur {
  position: relative;
  padding: 30px 0;
  border-radius: 3px 3px 3px 0
}

.fitur::-webkit-scrollbar {
  display: none;
}

.satu-produk-live {
  border-radius: 3px;
  z-index: 3;
  width: 184px;
  box-shadow: 3px 3px 9px 0 #00000026;
}

.satu-produk-live .gambar-produk-live img {
  margin: 0;
  border-radius: 3px 3px 0 0;
  filter: saturate(.75);
}

.informasi-produk-live {
  border-radius: 0 0 3px 3px;
  border-top: .5px solid #cacaca;
  height: 153px;
  background: #fff;
  padding: 10.5px;
  overflow: hidden;
}

.nama-produk-live {
  color: #404040;
  font-size: 13px;
  line-height: 1.5;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 58.5px;
}

.harga-produk-live {
  display: flex;
  color: #278ac5;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 8px;
  position: relative;
}

.penjualan-produk-live {
  font-size: 12px;
  display: flex;
  color: #767676;
}

.penjualan-produk-live .spansales::before {
  content: "Terjual";
  margin-right: 3px;
}

.toko-produk-live {
  font-size: 12px;
  display: flex;
  color: #767676;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
}

.gambar-produk-live {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 100%;
  background: #f9f9f9;
  border-radius: 3px 3px 0 0;
}

.bungkus-produk-pertama {
  width: 197%;
  margin: auto;
}

.produk-pertama,.produk-pertama img {
  display: flex;
  justify-content: center;
  margin: 0;
  left: 3%;
  position: sticky;
  width: 130px;
}

.teks-kontainer-header {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-align: center;
  opacity: .48;
  color: black;
}

.section-two-tab {
  background: #f8f8f8;
}

.section-two .tab-diriku {
  display: flex;
  flex-wrap: wrap;
  padding: 64px 0;
  background: #F8F8F8;
  margin: 0 auto;
  max-width: 880px;
  justify-content: space-between;
}

.section-two .tab-diriku input[type="radio"] {
  display: none;
}

.section-two .tab-diriku .tab {
  order: 2;
  width: 100%;
  display: none;
}

.section-two .tab-diriku label {
  order: 1;
  width: 206px;
  cursor: pointer;
  margin-top: 40px;
  color: #1c8b7b;
  background: #F0F7FF;
  box-shadow: inset 0 0 0 1.5px #1c8b7b;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  Padding: 15px 0 15px 0;
  letter-spacing: 0.5px;
  text-align: center;
}

.section-two .tab-diriku label:hover {
  color: #2f9fdf;
  opacity: 0.85;
}

.section-two .tab-diriku input[type='radio']:checked + label + .tab {
  display: block;
}

.section-two .tab-diriku input[type='radio']:checked + label.tab-diriku-1,
.section-two .tab-diriku input[type='radio']:checked + label.tab-diriku-2,
.section-two .tab-diriku input[type='radio']:checked + label.tab-diriku-3,
.section-two .tab-diriku input[type='radio']:checked + label.tab-diriku-4 {
  color: #fff;
  background: #1c8b7b;
  cursor: default;
  opacity: 1!important;
}

.section-two .tab-diriku .kontainer-header {
  width: 100%;
}

.section-two .tab-diriku .kontainer-header .header {
  z-index: 1;
  text-align: center;
  margin-top: -12px;
  width: 100%;
  position: relative;
}

.kumpulan-produk-live .produk-terakhir {
  margin: auto;
}

.section-two .tab-diriku .kumpulan-produk-live .produk-terakhir span {
  color: #f4f4f4;
  font-size: 90px;
  margin: auto 20px auto 0;
}

.section-two .tab-diriku .gambar-fitur {
  width: 100%;
  margin-bottom: 40px;
}

.section-two .tab-diriku .dibawah-gambar-fitur__besar {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.5px;
  text-align: center;
  color: rgba(0, 0, 0, 0.82);
  margin-bottom: 16px;
  font-family: 'Manrope';
}

.section-two .tab-diriku .dibawah-gambar-fitur__kecil {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.5px;
  text-align: center;
  color: black;
  opacity: .64;
  font-family: 'Manrope';
}








/*slider section 3*/

.section-two-slider {
  background: #F8F8F8;
  padding: 48px 0;
  min-height: 532px;
}

.title-section-slider {
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-align: center;
  color: black;
  opacity: .48;
  padding: 0 24px;
  margin: 10px 0;
  font-family: 'Manrope';
}

.section-slider-container .slider .slide img {
  width: 280px;
  height: 420px;
  margin: 0;
}

.section-slider-container .slider .slide img.layar {
  position: absolute;
}

.section-slider-container .slider .slide img.frame {
  position: relative;
}

.section-slider-container .slider .slide span.loadingtext {
  position: absolute;
  height: 100%;
  width: 100%;
  align-content: center;
  text-align: center;
  left: 0;
  color: grey;
  font-family: monospace;
  font-size: 12px;
}

.section-slider-container {
  overflow-x: scroll;
  white-space: nowrap;
  margin-top: 24px;
  -ms-overflow-style: none;  /* Hide scrollbar for IE and Edge */
  scrollbar-width: none;  /* Hide scrollbar for  Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.section-slider-container::-webkit-scrollbar {
 display: none;
}

.section-slider-container .slider {
  display: inline-block;
  margin: 0 0 5px 0;
  
}

.section-slider-container .slide {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
}

.section-slider-container .slide img {
  max-width: 100%;
  height: auto;
}

.section-slider-container .slide .panahslider {
  font-size: 80px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #e0e0e0;
  z-index: 1;
}

.section-slider-container .slide-text {
  margin-top: 10px;
}

.section-slider-container {
  /* ... */
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.section-slider-container .slide {
  /* ... */
  scroll-snap-align: start;
}

.indicators {
  margin-top: 20px;
  display: flex;
  gap: 6px;
  justify-content: center;
}

.indicators .indicator {
  height: 5px;
  border-radius: 2px;
  width: 36px;
  background: #e0e0e0;
  cursor: pointer;
}

.indicators .indicator.active {
  background: #1c8b7b;
}

.section-slider-dibawah-gambar {
  text-align: center;
}

.section-slider-dibawah-gambar .bloktulisan {
  display: none;
}

.section-slider-dibawah-gambar .bloktulisan:first-child {
  display: block;
}

.section-slider-dibawah-gambar img {
  max-width: 120px;
  margin-top: 20px;
}

.section-slider-dibawah-gambar .judul-slider {
  max-width: max-content;
  margin: auto;
  border-radius: 6px;
  background: #E0FFE6;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  padding: 8px 16px 8px 16px;
  color: black;
  opacity: .64;
  margin-top: 24px;
  font-family: 'Manrope';
}

.section-slider-dibawah-gambar .teks-besar-slider {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: center;
  color: rgba(0, 0, 0, 0.82);
  margin: 16px auto 0 auto;
  max-width: 312px;
  padding: 0;
  font-family: 'Manrope';
}

.section-slider-dibawah-gambar .teks-kecil-slider {
  font-family: 'Manrope';
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  color: black;
  opacity: .64;
  margin: 8px auto 0 auto;
  max-width: 312px;
  min-height: 80px;
}

@media only screen and (min-width: 769px) {
  .title-section-slider {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-align: center;
    opacity: .48;
    color: black;
  }
  .section-slider-container {
    -webkit-mask-image: linear-gradient(to right, rgba(255,255,255,0) 0%, #f8f8f8 20%, #f8f8f8 80%, rgba(255,255,255,0) 100%);
  }
  .section-slider-container .slider .slide img {
    width: 1024px;
    height: 342.5px;
  }
  .section-slider-dibawah-gambar .judul-slider {
    display: none;
  }
  .section-slider-dibawah-gambar .teks-besar-slider {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.5px;
    text-align: center;
    color: rgba(0, 0, 0, 0.82);
    margin: 16px auto 34px auto;
    font-family: 'Manrope';
    max-width: 880px;
  }
  .section-slider-dibawah-gambar .teks-kecil-slider {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.5px;
    text-align: center;
    color: black;
    opacity: .64;
    font-family: 'Manrope';
    max-width: 880px;
    min-height: unset;
  }
  .indicators {
    margin-top: 14px;
    gap: 16px;
    margin-bottom: 28px;
  }
  .indicators .indicator {
    width: 206px;
    height: auto;
    padding: 15px 0 15px 0;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.5px;
    font-family: 'Manrope';
    box-shadow: inset 0 0 0 1.5px #1c8b7b;
    background: #F0F7FF;
    color: #1c8b7b;
  }
  .indicators .indicator.active {
    background: #1c8b7b;
    color: white;
  }
}










.section-four {
  background-color: white;
}

@keyframes gerakTurun {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 8px;
  }
}

@keyframes gerakKanan {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 8px 0;
  }
}

@keyframes gerakPensil {
  0% {
    transform: translateX(-23px) translateY(-37px);
  }
  50% {
    transform: translateX(362px) translateY(-37px);
  }
  100% {
    transform: translateX(362px) translateY(-37px);
  }
}

@keyframes gerakPensilMobile {
  0% {
    transform: translateX(6px) translateY(30px)
  }
  50% {
    transform: translateX(6px) translateY(145px);
  }
  100% {
    transform: translateX(6px) translateY(145px);
  }
}

@keyframes gerakKertas {
  0% {
    transform: translateX(-15px) translateY(-51px);
  }
  50% {
    transform: translateX(-15px) translateY(-51px);
  }
  100% {
    transform: translateX(365px) translateY(-51px);
  }
}

@keyframes gerakKertasMobile {
  0% {
    transform: translateX(8px) translateY(18px);
  }
  50% {
    transform: translateX(8px) translateY(18px);
  }
  100% {
    transform: translateX(8px) translateY(132px);
  }
}

@keyframes gerakKoin {
  0% {
    transform: translateY(-39px);
    opacity: 0;
  }
  50% {
    transform: translateY(-39px);
    opacity: 0;
  }
  50.1% {
    transform: translateY(-39px);
    opacity: 1;
  }
  50.3% {
    transform: translateY(-47px);
    opacity: 1;
  }
  50.4% {
    transform: translateY(-48px);
    opacity: 1;
  }
  50.5% {
    transform: translateY(-49px);
    opacity: 1;
  }
  50.6% {
    transform: translateY(-49px);
    opacity: 1;
  }
  50.7% {
    transform: translateY(-49.5px) rotate(15deg);
    opacity: 1;
  }
  50.8% {
    transform: translateY(-50px) rotate(17deg);
    opacity: 1;
  }
  50.9% {
    transform: translateY(-50.4px) rotate(18deg);
    opacity: 1;
  }
  51% {
    transform: translateY(-50.8px) rotate(19deg);
    opacity: 1;
  }
  51.1% {
    transform: translateY(-51px) rotate(20deg);
    opacity: 1;
  }
  51.8% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes gerakKoinMobile {
  0% {
    transform: translateX(-39px);
    opacity: 0;
  }
  45% {
    transform: translateX(-39px);
    opacity: 0;
  }
  45.1% {
    transform: translateX(-39px);
    opacity: 1;
  }
  46% {
    transform: translateX(-47px);
    opacity: 1;
  }
  46.3% {
    transform: translateX(-48px);
    opacity: 1;
  }
  46.7% {
    transform: translateX(-49px);
    opacity: 1;
  }
  47.1% {
    transform: translateX(-49px);
    opacity: 1;
  }
  47.6% {
    transform: translateX(-49.5px) rotate(12deg);
    opacity: 1;
  }
  48% {
    transform: translateX(-50px) rotate(16deg);
    opacity: 1;
  }
  48.4% {
    transform: translateX(-50.4px) rotate(20deg);
    opacity: 1;
  }
  48.8% {
    transform: translateX(-50.8px) rotate(24deg);
    opacity: 1;
  }
  49.2% {
    transform: translateX(-51px) rotate(28deg);
    opacity: 1;
  }
  49.6% {
    transform: translateX(-51px) rotate(30deg);
    opacity: 1;
  }
  50% {
    transform: translateX(-51px) rotate(32deg);
    opacity: 1;
  }
  51% {
    transform: translateX(0px);
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@media only screen and (max-width: 768px) {
  .section-four .section-four-judul {
    max-width: 360px;
    padding: 48px 24px 0px 24px;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
    color: rgba(0, 0, 0, 0.82);
    margin: 0 auto;
    font-family: 'Manrope';
  }
  .section-four .section-four-dalam {
    padding: 0px 0px 48px 0px;
  }
  .section-four .section-four-dalam .section-four-bungkus-item {
    margin: 24px auto 0 auto;
    max-width: 75vw;
  }
  .section-four .section-four-dalam .section-four-bungkus-item .section-four-item {
    display: flex;
    min-height: 114px;
  }
  .section-four .section-four-dalam .section-four-bungkus-item .section-four-item .section-four-item-gambar {
    display: none;
  }
  .section-four .section-four-dalam .section-four-bungkus-item .section-four-item .section-four-item-kiri {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    outline: 2px solid #1c8b7b;
    padding: 0;
    margin-right: -25px;
    background: white;
    z-index: 1;
  }
  .section-four .section-four-dalam .section-four-bungkus-item .section-four-item .section-four-item-kiri .section-four-item-penomoran {
    width: 48px;
    height: 48px;
    font-size: 20px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0px;
    text-align: center;
    color: #1c8b7b;
    font-family: 'Manrope';
  }
  .section-four .section-four-dalam .section-four-bungkus-item .section-four-item .border-gerak {
    background-image: linear-gradient(to bottom, #1c8b7b 50%, transparent 50%);
    background-size: 4px 8px;
    z-index: 0;
    width: 4px;
    min-width: 4px;
    animation: gerakTurun .6s linear infinite;
  }
  .section-four .section-four-dalam .section-four-bungkus-item .section-four-item img.pensil {
    width: 38px;
    height: auto;
    position: absolute;
    margin: 0;
    z-index: 0;
    animation: gerakPensilMobile 17s linear infinite;
  }
  .section-four .section-four-dalam .section-four-bungkus-item .section-four-item img.kertas {
    width: 30px;
    height: auto;
    position: absolute;
    margin: 0;
    z-index: 0;
    animation: gerakKertasMobile 17s linear infinite;
  }
  .section-four .section-four-dalam .section-four-bungkus-item .section-four-item img.koin {
    width: 22px;
    height: auto;
    position: absolute;
    z-index: 0;
    margin: 12px 0px -0px 14px;
    animation: gerakKoinMobile 17s linear infinite;
  }
  .section-four .section-four-dalam .section-four-bungkus-item .section-four-item .section-four-item-kanan {
    padding-left: 48px;
    font-family: 'Manrope';
  }
  .section-four .section-four-dalam .section-four-bungkus-item .section-four-item.ketiga .section-four-item-kanan {
    border-left: none;
    padding-left: 48px;
  }
  .section-four .section-four-dalam .section-four-bungkus-item .section-four-item .section-four-item-kanan .section-four-item-teks-tebal {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    color: black;
    opacity: .8;
  }
  .section-four .section-four-dalam .section-four-bungkus-item .section-four-item .section-four-item-kanan .section-four-item-teks-tipis {
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
    color: black;
    opacity: .64;
    margin-top: 8px;
    margin-bottom: 32px;
  }
}

@media only screen and (min-width: 769px) {
  .section-four .section-four-judul {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.5px;
    text-align: center;
    color: rgba(0, 0, 0, 0.82);
    padding: 88px 24px 8px 24px;
    width: 600px;
    margin: 0 auto;
    font-family: 'Manrope';
    z-index: 1;
    position: relative;
  }
  .section-four .section-four-dalam {
    padding: 0 0 80px 0;
  }
  .section-four .section-four-dalam .section-four-bungkus-item {
    display: flex;
    margin: 0 auto;
    margin-top: 40px;
    max-width: 1120px;
    justify-content: space-between;
  }
  .section-four .section-four-dalam .section-four-bungkus-item .section-four-item {
    width: 350px;
    text-align: center;
    opacity: 0;
    transform: translateX(-12px);
    transition: all 1s ease;
  }
  .section-four .section-four-dalam .section-four-bungkus-item .section-four-item .border-gerak {
    background-image: linear-gradient(to left, #1c8b7b 50%, transparent 50%);
    background-size: 8px 4px;
    height: 4px;
    min-height: 4px;
    animation: gerakKanan .5s linear infinite;
    transform: translateX(calc(50% + 23px)) translateY(-23px);
    position: relative;
  }
  .section-four .section-four-dalam .section-four-bungkus-item .section-four-item img.pensil {
    width: 46px;
    height: auto;
    position: absolute;
    margin: 0;
    z-index: 0;
    animation: gerakPensil 48s linear infinite;
  }
  .section-four .section-four-dalam .section-four-bungkus-item .section-four-item img.kertas {
    width: 24px;
    height: auto;
    position: absolute;
    margin: 0;
    z-index: 0;
    animation: gerakKertas 48s linear infinite;
  }
  .section-four .section-four-dalam .section-four-bungkus-item .section-four-item img.koin {
    width: 28px;
    height: auto;
    position: absolute;
    z-index: 0;
    margin: -40px 0px -0px -12px;
    animation: gerakKoin 48s linear infinite;
  }
  .section-four .section-four-dalam .section-four-bungkus-item .section-four-item .section-four-item-gambar img {
    max-width: 240px;
    height: auto;
    transition: transform 200ms ease;
  }
  .section-four .section-four-dalam .section-four-bungkus-item .section-four-item .section-four-item-gambar img.laptopsaja {
    position: absolute;
  }
  .section-four .section-four-dalam .section-four-bungkus-item .section-four-item .section-four-item-gambar img.layarsaja {
    position: absolute;
    transform: scale(.9);
    transition: transform 100ms ease;
  }
  .section-four .section-four-dalam .section-four-bungkus-item .section-four-item .section-four-item-gambar img.blocker {
    opacity: 0;
    position: absolute;
    transform: scale(.9);
    transition: transform 200ms ease, opacity 100ms ease;
  }
  .section-four .section-four-dalam .section-four-bungkus-item .section-four-item .section-four-item-gambar img.lupsaja {
    position: relative;
    transform: scale(.9);
  }
  .section-four .section-four-dalam .section-four-bungkus-item .section-four-item .section-four-item-gambar:hover img.lupsaja {
    transform: scale(1.5) rotate(25deg);
  }
  .section-four .section-four-dalam .section-four-bungkus-item .section-four-item .section-four-item-gambar:hover img.layarsaja {
    transform: scale(1.7);
    transition: transform 400ms ease;
  }
  .section-four .section-four-dalam .section-four-bungkus-item .section-four-item .section-four-item-gambar:hover img.blocker {
    opacity: 1;
    transform: scale(1.5);
  }
  .section-four .section-four-dalam .section-four-bungkus-item .section-four-item .section-four-item-kiri {
    margin: 0 auto;
    margin-top: 24px;
    width: 46px;
    height: 46px;
    outline: 2px solid #1c8b7b;
    border-radius: 6px;
    color: #1c8b7b;
    font-size: 20px;
    line-height: 46px;
    font-family: 'Manrope';
    font-weight: 600;
    text-align: center;
    background: white;
    position: relative;
    z-index: 1;
  }
  .section-four .section-four-dalam .section-four-bungkus-item .section-four-item .section-four-item-kanan .section-four-item-teks-tebal {
    margin: 0 auto;
    max-width: 346px;
    color: #000;
    opacity: .8;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    margin-top: 16px;
    font-family: 'Manrope';
  }
  .section-four .section-four-dalam .section-four-bungkus-item .section-four-item .section-four-item-kanan .section-four-item-teks-tipis {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: .3px;
    text-align: center;
    color: #000;
    opacity: .64;
    margin-top: 12px;
    font-family: 'Manrope';
  }
}










.section-five {
  background: linear-gradient(to right,#1c8b7b,#3d4f4e);
}

.section-five .section-five-judul {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  color: white;
  font-family: 'Manrope';
}

.section-five .section-five-keterangan {
  margin-top: 24px;
  font-family: 'Manrope';
}

.section-five .section-five-keterangan .section-five-keterangan-foto {
  text-align: center;
  height: 24px;
}

.section-five .section-five-keterangan .section-five-keterangan-foto img {
  height: 100%;
  width: auto;
}

.section-five .section-five-keterangan .section-five-keterangan-teks {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  color: white;
  opacity: .8;
  margin-top: 4px;
}

.section-five .section-five-dalam {
  max-width: 325px;
  margin: 0 auto;
  padding-top: 40px;
  text-align: center;
}

.section-five .section-five-body {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 70%;
  gap: 20px;
  overflow-x: auto;
  scrollbar-width: none;
  margin-top: 24px;
  padding-bottom: 40px;
  grid-template-columns: calc(50vw - 160px) repeat(3, 280px) calc(50vw - 160px);
  -ms-overflow-style: none;  /* Hide scrollbar for IE and Edge */
  scrollbar-width: none;  /* Hide scrollbar for  Firefox */
}

.section-five .section-five-body::-webkit-scrollbar {
  display: none;
}

.section-five .section-five-body .section-five-body-item {
  background: white;
  border-radius: 6px;
  box-shadow: 3px 3px 9px 0 #00000026;
}

.section-five .section-five-body .section-five-body-item.review-first,
.section-five .section-five-body .section-five-body-item.review-last {
  padding: 0;
  visibility: hidden;
}


.section-five .section-five-body-item-bawah {
  display: grid;
  grid-auto-flow: column;
  margin-bottom: 0px;
  grid-template-columns: 40px 1fr;
  gap: 10px;
  padding: 30px 40px 20px 40px;
  background: #dcecf6;
  border-radius: 6px 6px 0 0;
  font-family: 'Manrope';
}

@media screen and (max-width: 768px) {
  .section-five .section-five-body-item-bawah {
    padding: 22px 30px 14px 30px;
  }
  .section-five .section-five-body-item-atas {
    padding: 22px 30px 22px 30px;
    height: 264px;
  }
}

.section-five .section-five-body-item-bawah .section-five-body-item-bawah-kanan img {
  width: 40px;
  height: 40px;
  margin: 0px;
}

.section-five .section-five-body-item-bawah .section-five-body-item-bawah-kiri-atas {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  color: black;
  opacity: .64;
  font-family: 'Manrope';
}


.section-five .section-five-body-item-bawah .section-five-body-item-bawah-kiri-bawah {
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: black;
  opacity: .48;
}



.section-five .section-five-body-item-atas {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  color: white;
  opacity: .8;
  font-family: monospace;
  background: black;
  border-radius: 0 0 6px 6px;
}
@media only screen and (min-width: 769px) {
  .section-five {
    padding: 64px 0 80px 0;
  }
  .section-five .section-five-judul {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.5px;
    text-align: center;
    color: white;
  }
  .section-five .section-five-body .section-five-body-item {
    padding: 0;
    width: 350px;
  }
  .section-five .section-five-body-item-atas {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: white;
    opacity: .8;
    padding: 30px 40px 30px 40px;
    height: 276px;
  }
  .section-five .section-five-body-item-bawah .section-five-body-item-bawah-kiri-atas {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    color: black;
    opacity: .8;
  }
  .section-five .section-five-body-item-bawah .section-five-body-item-bawah-kiri-bawah {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    color: black;
    opacity: .48;
  }
  .section-five .section-five-dalam {
    max-width: 1120px;
    padding-top: unset;
  }
  .section-five .section-five-body {
    display: flex;
    gap: 42px;
    max-width: 1120px;
    margin: 40px auto 0 auto;
    padding-bottom: unset;
  }
  .section-five .section-five-keterangan {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
  }
  .section-five .section-five-body .section-five-body-item.review-first,
  .section-five .section-five-body .section-five-body-item.review-last {
    display: none;
  }
  .section-five .section-five-keterangan .section-five-keterangan-teks {
    margin-top: 0;
    font-size: 14px;
  }
}










.section-six {
  background: #f8f8f8;
  padding: 64px 24px;
  margin: 0 auto;
  box-shadow: 0px 5000px 0px 5000px white;
}

.section-six .section-six-atas-tebal {
  max-width: 312px;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  color: rgba(0, 0, 0, 0.82);
  margin: 0 auto;
  font-family: 'Manrope';
}

.section-six .section-six-atas-tipis {
  margin: 12px auto 0 auto;
  max-width: 280px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  color: rgba(0, 0, 0, 0.64);
  font-family: 'Manrope';
}

.section-six .section-six-tengah {
  margin-top: 24px;
}

.section-six .akordion {
  border-radius: 6px;
  overflow: hidden;
  outline: 1px solid #C0C0C0;
  background: #fdfdfd;
}

.section-six .akordion_label,
.section-six .akordion_jawab {
    padding: 16px 18px;
}

.section-six .akordion_jawab p {
  font-family: 'Manrope';
  font-size: 14px;
  margin: 0;
  
}

.section-six .akordion_label {
  display: block;
  color: #333;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  font-size: 17px;
  padding-right: 45px;
}

.section-six .akordion_label:hover {
    background: #f4f4f4;
}

.section-six .akordion_label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 12px;
  height: 6px;
  background-image: url('/wp-content/uploads/2024/08/panah-bawah.svg');
  background-size: contain;
  transition: transform 0.25s;
}

.section-six .akordion_jawab {
  background: white;
  line-height: 1.6;
  font-size: 0.85em;
  display: none;
  color: black;
  opacity: .8;
  font-weight: 400;
}

.section-six .akordion_input {
    display: none;
}

.section-six .akordion_input:checked ~ .akordion_jawab {
    display: block;
}

.section-six .akordion_input:checked ~ .akordion_label::after {
    transform: translateY(-50%) rotate(0.5turn);
}

.section-six .akordion_input:checked ~ .akordion_label {
  background: #f4f4f4;
}

.section-six .akordion div:not(:last-child) {
    border-bottom: 1px solid #c0c0c0;
}

@media screen and (max-width: 768px) {
  .section-six .akordion_label h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    color: black;
    opacity: .8;
  }
}

@media screen and (min-width: 769px) {
  .section-six .akordion_label h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: black;
    opacity: .8;
  }

  .section-six .akordion_label {
    padding: 16px 18px;
  }

  .section-six .akordion_jawab {
    padding: 32px 36px;
  }
  
  .section-six .akordion .akordion_jawab p {
    font-size: 16px;
  }
  .section-six .akordion .akordion_jawab ul,
  .section-six .akordion .akordion_jawab ol,
  .section-six .akordion .akordion_jawab table {
    font-size: 15px;
  }
}

.section-six .akordion_label h3 {
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-family: 'Manrope';
}

.section-six .akordion ul {
  list-style: disc;
  padding: 0 0 0 30px;
  font-size: 14px;
}

@media only screen and (min-width: 769px) {

  .section-six .section-six-atas-tebal {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.5px;
    text-align: center;
    color: rgba(0, 0, 0, 0.82);
    max-width: 800px;
  }

  .section-six .section-six-atas-tipis {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 16px;
    max-width: 800px;
  }

  .section-six .section-six-tengah {
    max-width: 800px;
    margin: 40px auto 0 auto;
  }

}

.section-six .hidden-faqs {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-out;
}

.section-six .akordion_input:checked ~ .hidden-faqs {
    display: block;
    opacity: 1;
}

.section-six .view-more-label::after {
    content: "+ view more";
}

.section-six .akordion_input:checked ~ .view-more-label::after {
    content: "- view less";
}

.section-six .view-more-label {
  cursor: pointer;
  font-family: 'Manrope';
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 8px 9px;
  font-size: 14px;
  color: #333;
}

.section-six .akordion img.outlined {
  outline: .1px solid black;
  border-radius: 10px;
}










table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
}

th, td {
  text-align: left;
  border: 1px solid #eaeaea;
  padding: 6px 10px;
}

#primary,
#secondary {
    margin-top: 64px !important;
}

.youtube-container-vertikal {
  width: 315px;
  height: 560px;
  margin: auto;
  border-radius: 18px;
  margin-bottom: 18px;
  max-width: 100%;
  box-shadow: 0px 9px 14px 1px #7e7e7e;
  transition: transform 300ms;
}

.youtube-container-vertikal .youtube-player {
  padding-bottom: 560px;
  margin: 0;
  border-radius: 22px;
  border: 10px solid black;
  position: relative;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  box-shadow: 0px 0px 0px 2px #9c9c9c;
}

.youtube-container-vertikal .youtube-player img {
  object-fit: cover;
  height: 94%;
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  cursor: pointer;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  transition: .4s all;
}

.youtube-container-vertikal .youtube-player .play {
  box-shadow: 0px 0px 10px 0px black;
}

.pengetik::after {
  content: '.';
  background: grey;
  color: transparent;
  animation: kedip 1s step-end infinite;
  font-size: 14px;
  font-weight: 100;
  vertical-align: bottom;
}

@media only screen and (min-width: 769px) {
  .pengetik::after {
    background: white;
  }
}










.kecilsemua {
  text-transform: lowercase;
}
.besarsemua {
  text-transform: uppercase;
}
.besardepan {
  text-transform: capitalize;
}










.slider_kupon .coupon.hide_idris {
  display: none;
}
