body {
    background-image: url(20260411_192329_0000.png) ;
    margin: auto;
    padding: 0%;
    font-family: 'Gochi Hand', cursive, Playfair Display, serif, 'Lexend Deca';
    background-color: #efddc0;
    background-repeat:repeat ;
    background-size: contain;
    max-width: 100%;
    overflow-x: visible;
}

html{
    scroll-behavior: smooth;
}

.banner {
    margin: 0;
    padding: 0;
}

.banner img {
    display: block; /* THIS removes weird inline gap */
    max-width: 100%;
    height: auto;
    max-height: 800px;
    margin: 0;
}

header {
    margin-bottom: 0;
}




/*INI BUAT LOADER ->> JANGAN LUPA TAMBAHIN IMAGE DIBELAKANG LOADER YUP*/

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000; 
    background-image: url(Untitled\ design.png); /* ganti dengan gambar buat loader  */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}



.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.7);
    display: flex; align-items: center; justify-content: center;
}


/*INI BUAT NAVBAR*/

nav {
    position: sticky;
    top: 0;
    z-index: 9999;

    background: rgba(112, 128, 47, 0.9);
    display: flex;
    justify-content: center; 
    padding: 20px 0;
    margin: 0;
    border-top: 4.36px solid #304712;
    border-bottom: 4.36px solid #304712;
}



nav ul {
    list-style: none;
    margin: -10px;
    padding: 0;
    display: flex;
    align-items: center;
}

nav li {
    position: relative;
    margin: 0 10px; }

nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #EFE4D2 ; /* warna text sebelum hover */
    text-decoration: none;
    transition: all 0.3s ease;
    height: 35px;
    padding: 0 25px;
    border-radius: 25px; ;
    font-family: 'Lexend Deca';
}

nav a:hover {
    background-color: #EFE4D2; /* warna background text pas hover */
    color: #70802f; /* warna text untuk hover */
}


.dropdown-content {

    display: none;
    position: absolute;
    background-color: #EFE4D2; /* warna background dropdown */
    min-width: 150px;
    box-shadow: 0px 10px 16px rgba(0,0,0,0.3);
    border-radius: 15px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    border-radius: 0; 
    height: auto;
    padding: 12px 16px;
    color: #304712; /* warna text sebelum hover */
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.dropdown-content a:hover { /* warna background dropdown pas hover */
    background-color: #304712; 
    color: #EFE4D2; 
}

.content-container {
    padding: 20px; /*Shimi shimi shimishimishimiyea 5'9 brown eyers and she innit shimishimishimishimiyea*/
    max-width: 800px;
    margin: auto;
}

.sub-section {
    height: 800px; 
    padding-top: 80px; 
}

.link-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 10px;
}

.link-btn {
  padding: 10px;
  font-size: 14px;
  text-align: center;
  background-color: #492323; /* warna background tombol */

  border-radius: 10px;
  text-decoration: none;
  transition: 0.25s;
}

.link-btn:hover {
  transform: translateY(-2px);
}


/*INI ISINYA*/

.Produksi {
    margin: 40px auto;
    padding: 40px;
    max-width: 900px;

    background: #EFE4D2; 
    color: #222;
 margin-top: 100px;
      margin-bottom: 100px;
    border-radius: 10px;
    text-align: left; 
      transition: all 0.3s ease;
     
}

.Produksi:hover{
    transform: translateY(-5px) scale(1.03);
    background: #efe4d2; 
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

/* TEXT STYLE */
.Produksi p {
    font-family: 'Times New Roman', serif;
    font-size: 18px;
    line-height: 1.8;

    text-align: justify; 
    white-space: pre-line;

    margin-bottom: 16px;
}

.Manfaat {
    margin: 50px auto 40px auto;
    padding: 10px;
    max-width: 1000px;
    background: #98842a;
    color: white;
    text-align: center;
    border-radius: 15px;
}


.produksi-section {
    padding: 24px 24px;
    max-width: 1000px;
    min-height: 1000px;
    margin: auto;
    display: block;
    position: relative;
    overflow: hidden;

}


.textproduksi{
    padding: 40px 24px;
    max-width: 1000px;
    min-height: 500px;
    margin: 32px auto;
    display: block;
    background: #EFE4D2;
    color: #261717;
    position: relative;
    overflow: hidden;
    font-family: 'Gochi Hand', cursive;
    font-size: 17px;
}




h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #A13333;
    padding: 10px;
    max-width: 400px;
    background-color: rgb(49, 63, 63);
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    border-radius: 15px;
    font-size: 30px;
    margin-bottom: -30px;
}

.dua{
    margin-top: 600px;
    margin-left: -500px;
}

.main-container {
  max-width: 1600px; /* dari 1200 → 1600 */
  width: 95%; /* biar hampir full layar */
  margin: 100px auto;
  gap: 50px;
}

/* ALTERNATING LEFT-RIGHT */
.main-container:nth-child(even) {
  flex-direction: row-reverse;
}

.text-box {
  width: 400px;
  padding: 40px;
  background: #ccc;
  border-radius: 20px;
  margin-left: 480px;
  max-height: 450px;
  overflow-y: auto;
}

.right-container {
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: -530px;
}

.video-box video {
  width: 450px;
  height: 250px; /* lebih tinggi */
  object-fit: cover;
  border-radius: 15px;
}

.video-box2 video {
  width: 450px;
  height: 250px; /* lebih tinggi */
  object-fit: cover;
  border-radius: 15px;
  margin-left: -470px;
}

.image-hover {
  width: 450px;
  height: 250px; /* tambah tinggi */
}

.image-hover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.text-box p{
    font-family: 'Times New Roman', serif;
    font-size: 18px;
    line-height: 1.8;
    text-align: justify;
    white-space: pre-line;
    margin-bottom: 16px;
    margin-top: -70px;
}

.text-box h3 {
    font-family: 'Gochi Hand', cursive;
    font-size: 34px;
    color: #A13333;
    margin-top: -20px;
}

h4 {
    text-align: center;
    color: #A13333;
    max-width: 400px;
    background-color: rgb(49, 63, 63);
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border-radius: 15px;
    margin-bottom: -10px;
    font-size: 50px;
}


@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,300,600,700,900");

a.btn {
  background: #0096a0;
  border-radius: 4px;
  box-shadow: 0 2px 0px 0 rgba(0,0,0,0.25);
  color: #ffffff;
  display: inline-block;
  padding: 6px 30px 8px;
  position: relative;
  text-decoration: none;
  transition: all 0.1s ease-out;
}

.no-touch a.btn:hover {
  background: #00a2ad; /* lighten */
  box-shadow: 0px 8px 2px 0 rgba(0, 0, 0, 0.075);
  transform: translateY(-2px);
  transition: all 0.25s ease-out;
}

.no-touch a.btn:active,
a.btn:active {
  background: #00838c; /* darken */
  box-shadow: 0 1px 0px 0 rgba(255,255,255,0.25);
  transform: translate3d(0,1px,0);
  transition: all 0.025s ease-out;
}

div.cards {
  margin: 80px auto;
  max-width: 960px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  text-align: center;
}

div.card {
  background: #ffffff;
  display: block;
  margin: 0;
  max-width: none;
  perspective: 1000px;
  position: relative;
  text-align: left;
  transition: all 0.3s ease-in;
  width: 100%;
  z-index: 1;
}

div.card img {
  max-width: 100%;
}

.card__image-holder {
  background: rgba(0,0,0,0.1);
  height: 0;
  padding-bottom: 75%;
}

div.card-title {
  background: #ffffff;
  padding: 6px 15px 10px;
  position: relative;
  z-index: 0;
}

.card-title a.toggle-info {
  border-radius: 32px;
  height: 32px;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 10px;
  width: 32px;
}

.card-title a.toggle-info span {
  background: #ffffff;
  display: block;
  height: 2px;
  position: absolute;
  top: 16px;
  transition: all 0.15s ease-out;
  width: 12px;
}

.card-title a.toggle-info span.left {
  right: 14px;
  transform: rotate(45deg);
}

.card-title a.toggle-info span.right {
  left: 14px;
  transform: rotate(-45deg);
}

.card-title h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', sans-serif;
}


.card-title h3 small {
  display: block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.025em;
}

div.card-description {
  padding: 0 15px 10px;
  position: relative;
  font-size: 14px;
}

div.card-actions {
  box-shadow: 0 2px 0px 0 rgba(0,0,0,0.075);
  padding: 10px 15px 20px;
  text-align: center;
}

div.card-flap {
  background: #d9d9d9; /* darken white */
  position: absolute;
  width: 100%;
  transform-origin: top;
  transform: rotateX(-90deg);
}

div.flap1 {
  transition: all 0.3s 0.3s ease-out;
  z-index: -1;
}

div.flap2 {
  transition: all 0.3s 0s ease-out;
  z-index: -2;
}

div.cards.showing div.card {
  cursor: pointer;
  opacity: 0.6;
  transform: scale(0.88);
}

.no-touch div.cards.showing div.card:hover {
  opacity: 0.94;
  transform: scale(0.92);
}

div.card.show {
  opacity: 1 !important;
  transform: scale(1) !important;
}

div.card.show .card-title a.toggle-info {
  background: #ff6666 !important;
}

div.card.show .card-title a.toggle-info span {
  top: 15px;
}

div.card.show .card-title a.toggle-info span.left {
  right: 10px;
}

div.card.show .card-title a.toggle-info span.right {
  left: 10px;
}

div.card.show div.card-flap {
  background: #ffffff;
  transform: rotateX(0deg);
}

div.card.show div.flap1 {
  transition: all 0.3s 0s ease-out;
}

div.card.show div.flap2 {
  transition: all 0.3s 0.2s ease-out;
}