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;
    font-family: 'Lexend Deca';
}



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*/

.kesimpulan {
    margin: 50px auto 40px auto;
    padding: 10px;
    max-width: 1000px;
    background: #98842a;
    color: white;
    text-align: center;
    border-radius: 15px;
}

.saran {
    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;
}



.video{
    width: 100%;
    height: auto;
    margin-top: 20px;
    border-radius: 10px;
}

iframe {
    width: 100%;
    height: 600px;
    margin-top: 20px;
    border-radius: 10px;
}


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;
}


/* MAIN LAYOUT */
.main-container {
  display: flex;
  gap: 40px;
  padding: 80px;
  padding-right: 40px;
  align-items: flex-start;
}

/* TEXT BOX */
.text-box {
  width: 500px;
  height: 450px;
  overflow-y: auto;
  padding: 20px;
  background: #ccc;
  border-radius: 15px;
}

/* RIGHT GRID */
.right-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto; 
  gap: 20px;
  width: 100%;
}

.video-box {
  grid-column: 1 / 3; 
}

.video-box video {
  width: 500px;
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
}



.link-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 10px;
  font-family: 'Lexend Deca';
}

.link-btn {
  padding: 10px;
  font-size: 14px;
  text-align: center;
  background-color: #304712;
  color: white;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.25s;
  margin-top: 50px;
  width: 300px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Lexend Deca';
}

.link-btn:hover {
  background-color: #304712;
  transform: translateY(-2px);
}
