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 START BUTTON DI AWAL*/

@import url(https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);


.hidden{
  display:none;
}

input[type=checkbox] + label {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 999;
}

input[type=checkbox]:checked + label {
  animation: closing 0.3s forwards ease-in-out,
             moving 0.3s forwards ease-in-out;
}
.pointer-cursor{
   cursor: pointer; cursor: hand;
}

.close{

    float:right;
    color: #b94b45;
    cursor: pointer; cursor: hand;
}

.start-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer; cursor: hand;
}

.Start-button {
    width: 300px;
    height: auto;
    max-width: 300px;
}



@keyframes closing {
  from {
    opacity: 1; 
  }
  to {
    opacity: 0;
  }
}

@keyframes moving {
  0% { transform: translate(-50%, -50%) translateY(0); }
  100% { transform: translate(-50%, -50%) translateY(-100px); }
}


/*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; ;
}

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*/

/*INI BUAT WELCOME TEXT*/


header, .banner {
    overflow: visible;
}

.container {
    height: auto; /* remove 100% */
    display: flex;
}



html, body {
  margin: 0;
  padding: 0;
}





svg {
    display: block;
    font: 15.5em 'Montserrat';
    width: 960px;
    height: 300px;
    margin: 0 auto;
}

.text-copy {
    fill: none;
    stroke: white;
    stroke-dasharray: 6% 29%;
    stroke-width: 5px;
    stroke-dashoffset: 0%;
    animation: stroke-offset 5.5s infinite linear;
}

.text-copy:nth-child(1){
	stroke: #436319;
	animation-delay: -1;
}

.text-copy:nth-child(2){
	stroke: #292519;
	animation-delay: -2s;
}

.text-copy:nth-child(3){
	stroke: #deb766;
	animation-delay: -3s;
}

.text-copy:nth-child(4){
	stroke: #304712;
	animation-delay: -4s;
}

.text-copy:nth-child(5){
	stroke: #FDB731;
	animation-delay: -5s;
}

@keyframes stroke-offset{
	100% {stroke-dashoffset: -35%;}
}



@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

*, *::before, *::after {
  box-sizing: border-box;
}

.slideshow {
  display: flex;
  overflow: hidden;
  perspective-origin: 50% 50%;
  transform-style: preserve-3d;
  padding: 10% 0;
  opacity: 0;
}

.slideshow.in {
  animation: in 1s ease-in both;
}

.slideshow > img {
  max-height: 200px;
  max-width: 100%;
  width: 40%;
  object-fit: contain;
}


@keyframes in {
  from { opacity: 0; }
  to { opacity: 1; }
}


.image-scroller {
    margin-top: 40px;
    overflow: hidden; 
    width: 100%;
    margin-bottom: 30px;
}

.scroller-inner {
    display: flex;
    width: fit-content; 
    animation: scroll 20s linear infinite; 
}

.scroller-inner img {
    width: 300px; 
    height: 200px; 
    object-fit: cover;
    margin-right: 20px; 
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}