html {
    scroll-behavior: smooth;
}

body {
    margin: auto;
    width: 100%;
    max-width: 650px;
    padding: 0;
    font-family: poppins;
    font-size: 18px;
    text-align: center;
}

/* START IMAGE LP */

img {
    width: 100%;
    max-width: 650px;
}

.lp-gambar {
    margin-top: -7px;
    margin-bottom: -7px;
}

.img-fluid {
    margin-top: -7px;
    margin-bottom: -7px;
}

.img50 {
    width: 50%;
}

.img60 {
    width: 60%;
}

.img70 {
    width: 70%;
}

.img80 {
    width: 80%;
}

.img90 {
    width: 90%;
}

.w-75 {
    width: 75%;
}

/* END IMAGE LP */

/* START TOMBOL */

.tombolmerah {
    font-size: 18px;
    font-weight: 700;
    background: linear-gradient(180deg, #FF0000, #C80036);
    border: none;
    padding: 15px 35px;
    margin: 30px;
    color: white;
    border-radius: 25px;
    cursor: pointer;
}

.tombolbirutua {
    font-size: 18px;
    font-weight: 700;
    background-color: #321084;
    border: none;
    padding: 15px 35px;
    margin: 30px;
    color: white;
    border-radius: 25px;
    cursor: pointer;
}

.tombolhijau {
    font-size: 18px;
    font-weight: 700;
    background-color: #13A427;
    border: none;
    padding: 15px 15px;
    margin: 15px;
    color: white;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

@keyframes mentulmentul {
    0%, 100% {
    transform: scale(1);
    }
    50% {
    transform: scale(1.1);
    }
}

#mentulmentul {
    animation: mentulmentul 1s infinite ease-in-out;
}

/* END TOMBOL */

/* START ICON TOMBOL */

.shop-button {
    display: inline-block;
    background-color: #FF5722;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s ease;
}
        
.shop-button:hover {
    background-color: #E64A19;
}
    
.fas.fa-shopping-cart {
    margin-right: 10px; /* Jarak antara ikon dan teks */
}

.wa-button {
    display: inline-block;
    background-color: #25D366;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.wa-button:hover {
    background-color: #128C7E;
}

.fab.fa-whatsapp {
    margin-right: 10px; /* Jarak antara ikon dan teks */
}

/* END ICON TOMBOL */

/* START HEADLINE H1-H4 */

/*h1 {*/
/*    font-family: poppins;*/
/*    font-size: 30px;*/
/*    font-weight: bold;*/
/*    padding:5px;*/
/*}*/

/*h2 {*/
/*    font-family: poppins;*/
/*    font-size: 26px;*/
/*    font-weight: 800;*/
/*    padding:10px;*/
/*}*/

/*h3 {*/
/*    font-family: poppins;*/
/*    font-size: 24px;*/
/*    font-weight: bold;*/
/*    padding:5px;*/
/*}*/

/*h4 {*/
/*    font-family: poppins;*/
/*    font-size: 20px;*/
/*    font-weight: bold;*/
/*    padding:5px;*/
/*}*/

/* END HEADLINE H1-H4 */

/* START UKURAN FONT 15px - 45px */

.font15 {
    font-size: 15px;
    font-weight: bold;
}

.font20 {
    font-size: 20px;
    font-weight: bold;
}

.font25 {
    font-size: 25px;
    font-weight: bold;
}

.font30 {
    font-size: 30px;
    font-weight: bold;
}

.font35 {
    font-size: 35px;
    font-weight: bold;
}

.font40 {
    font-size: 40px;
    font-weight: bold;
}

.font45 {
    font-size: 45px;
    font-weight: bold;
}
/* END UKURAN FONT 15px - 45px */

/* STYLE BACKGROUND  */

.bgputih {
    background: #fff;
    width: 100%;
    align-items: center; 
    display: flex;
}

.bgmerah {
    background: #ff0000;
    color: #fff;
    border-radius: 5px;
    margin: 5px;
}

.bgbio {
    background: #650F89;
    color: #fff;
    padding: 10px;
    border: solid 1px;
    border-radius: 5px;
}

.bgetawalin {
    background: #FFE111;
    color: #fff;
    padding: 10px;
}

.bgbiru {
    background: #1458E0;
    color: #fff;
    padding: 10px;
}

.bghitam {
    background: #000;
    color: #fff;
    padding: 10px;
}

.bgmaroon {
    background: #B40000;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
}

.bgzymuno {
    background: #F9BC08;
}

.bgsoftblue {
    background: #4C9ACB;
    padding:10px;
    color: #E8CE19;
}

.bghijau {
    background: #35b845;
    padding:20px;
}

/* START OBJEK KOTAK */

.kotakmerah {
    background: #ff0000;
    color: #fff;
    margin: 5px 5px 20px 20px;
    padding: 10px 10px 15px 15px;
    font-family:poppins;
    font-size: 20px;
}

.kotakhitam {
    background: #000;
    color: #fff;
    margin: 5px 5px 20px 20px;
    padding: 10px 10px 15px 15px;
    font-family: poppins;
    font-size: 20px;
}

.kotakarmy {
    background: #084405;
    margin: 5px;
    padding: 5px;
    font-family:poppins;
    font-weight: 500;
    border-radius: 20px;
}

.kotakuning {
    background: #f7cf1e;
    margin: 5px;
    padding: 12px;
    font-family:poppins;
    font-weight: 700;
    border-radius: 20px;
}

.gariskotakhitam {
    margin: 5px;
    padding: 10px 10px 15px 15px;
    border: solid black 2px;
    font-family: poppins;
    font-size: 20px;
}

.gariskotakmerah {
    margin: 5px;
    padding: 10px 10px 15px 15px;
    border: solid red 2px;
    font-family: poppins;
    font-size: 20px;
}

/* END OBJEK KOTAK */

/* START COUNTER ANGKA */

.counter-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.counter {
    font-size: 100px;
    font-family: poppins;
    font-weight: bold;
}

/* END COUNTER ANGKA */

/* START COUNTDOWN */

#countdown {
    background: red;
    color: white;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 10px;
    font-family: poppins;
    font-size: 40px;
    font-weight: bold;
    border-radius: 10px;
    margin-top: -5px;
}
            
/* END COUNTDOWN */

/* BAGI 3 IMAGE DALAM 1 KOLOM */
.bagiimage {
    display: flex;
    justify-content: space-between
}
.image3 {
    margin: 3px;
}
/* END BAGI 3 IMAGE DALAM 1 KOLOM */

/* START SLIDER */
* {
    box-sizing: border-box;
}

.container {
    width: auto;
    max-width: 100%;
    margin: 5px;
}

/* Slideshow container */
.content-slide {
    width: 100%;
    max-width: 650px;
    position: relative;
    margin: auto;
}

.imgslide {
    display: none;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    color: rgb(255, 254, 224);
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(0, 0, 0, 0.8); 
}

.prev {
    left: 0;
    border-radius: 3px 0 0 3px;
}
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.pre:hover,
.next:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: rgb(0, 0, 0);
}

.text {
    color: #fafafa;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.content-slide .numberslide {
    color: #ffffff;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* resposive */

@media screen and (max-width: 650px) {

    .content-slide {
    }
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: .4;
    }    
    to {
        opacity: 1;
    }
}

.container .page {
    text-align: center;
    padding-top: 20px;
}

.page .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    display: inline-block;
    transition: background-color 0.6s ease;
    border-radius: 50%;
}

.page .active,
.page .dot:hover {
    background-color: #ce0000;
}
/* END SLIDER */

/* MENYEMBUNYIKAN MATERI LP DI DESKTOP DAN MENAMPILKAN DI MOBILE SAJA */

/* CSS untuk desktop */
@media only screen and (min-width: 768px) {
  .mobile-only {
    display: none; /* menyembunyikan elemen dengan kelas mobile-only di tampilan desktop */
  }
}

/* CSS untuk mobile */
@media only screen and (max-width: 767px) {
  .mobile-only {
    display: block; /* menampilkan elemen dengan kelas mobile-only hanya di tampilan mobile */
  }
}

/* LIST */

ul {
    background: #fff;
    border-radius: 5px;
    margin: 20px;
    padding: 5px;
}

ul .baris {
    list-style: none;
    font-size: 18px;
    padding: 5px;
}
/* RANDOM CSS */

.standar {
    font-size: 18px;
    text-align: center;
}

.up15 {
    margin-top: -15px; 
}

.up25 {
    margin-top: -25px; 
}

.up50 {
    margin-top: -50px; 
}

.up75 {
    margin-top: -75px; 
}

.up100 {
    margin-top: -100px;
}

.maburngisor {   
    position: fixed;
    text-align:center;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.maburnduwur {   
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
}

.boxchecklist {
    width: 100%;
    max-width: 650px;
    margin-bottom: 20px;
}

iframe {
    width: 100%;
    max-width: 650px;
}

.sedang {
    font-family: poppins;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: red;
}

.kecil {
    font-family: poppins;
    font-size: 26px;
    color: #B4000;
    padding: 5px;
}

.tebal {
    font-family: poppins;
    font-size: 26px;
    color: #B4000;
    font-weight: bold;
}

.padding {
    padding: 20px;
}

.margin {
    margin: 20px;
}

.highlight {
    background-color: white;
    color: #ff0000;
    padding-left: 5px;
    padding-right: 5px;
}

.spacer {
    padding-bottom: 50px;
}

.spacer200 {
    padding-bottom: 200px;
}

.spacer150 {
    padding-bottom: 150px;
}

.spacer100 {
    padding-bottom: 100px;
}

/* UNTUK GOOGLE ADS */

.section {
  max-width: 650px;
  margin: 20px auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
}

/* Headline biru */
.etawaku-headline {
  background-color: #0b1d73;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 12px 15px;
}

/* Box deskripsi */
.deskripsi {
  background-color: #fff;
  padding: 18px 20px;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

.txt-kuning {
    font-size: 20px;
    color: #A87C2D;
    font-weight: bold;
}

.img-oval {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
}

.kotak-list {
    border: 1px solid navy;
    padding: 15px 20px;
    border-radius: 8px;
    background-color: #f9faff;
}
.kotak-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.kotak-list ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.kotak-list ul li::before {
    content: "✔"; 
    color: #007BFF;
    position: absolute;
    left: 0;
    top: 0;
}

.logo {
    width: 150px;
    max-width: 650px;
}

.footer-etawaku {
    background-color: #0b1d73;
    color: #fff;
    padding: 5px 20px;
}