* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    margin: 0;
    padding: 0;
    padding-top: 74px;
}

/* Remove padding-top on mobile to eliminate space */
@media screen and (max-width: 768px) {
  body {
    padding-top: 0;
  }
}

header {
  position: fixed;
  background-color: #fff6d1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 50px;
  border-bottom: 4px solid #b0652f;
  top: 0;
  left: 0;
  width: 101%;
  z-index: 999;
}



/* HERO */
.hero {
    position: relative;
    height: 600px;
    background: url("angklung\ back.jpg") center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    font-weight: bold;
    border-bottom: #f8f1df 4px solid;
    margin-top: 0;
}

.logo-kiri {
  position: absolute;
  top: 60px;
  left: 20px;
  width: 100px;
  z-index: 99;
}

.hero-right h1 {
    font-family:I;
    font-size: 100px;
    line-height: 1.1;
    text-align: center;
    color: white;
    font-weight: 900;
    text-shadow: 4px 4px 10px rgba(0,0,0,0.8);
    margin-top: 200px;
}

/* ABOUT */
section {
    padding: 50px 80px;
    text-align: center;
    
}
.content {
    background: #f8f1df;
    width: 100%;
    max-width: 1400px;
    padding: 40px 60px;
    
    border-bottom: #b0652f 4px solid;
}
.content1 {
    background: #f8f1df;
    width: 100%;
    max-width: 1400px;
    padding: 40px 60px;
    
    border-bottom: #f8f1df 4px solid;
}


.about, .history {
    background: #f8f1df;
    margin-bottom: 20px;
    border-bottom: #b0652f 4px solid;
    
}

.gallery1 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            padding: 10px;
        }

        
        .gallery1 img,
        .gallery1 video {
            width: 100%;
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.1);
            transition: transform 0.2s ease;
        }

        
        .gallery1 img:hover,
        .gallery1 video:hover {
            transform: scale(1.05);
        }

.card {
  background: linear-gradient(to bottom,rgb(202, 153, 56),white);
  padding: 10px;
  border-radius: 10px;
}
.card h2 {
    font-size: 1.2rem;
    margin: 10px 0;
    min-height: 2.4em;  
    display: flex;
    align-items: center;
    justify-content: center;
}


h3 {
    font-size: 30px;
    margin-bottom: 15px;
}

h2 {
  color: #000000;
    font-size: 28px;
    margin-bottom: 15px;
} 

p {
    line-height: 1.7;
    font-size: 17px;
    max-width: 800px;
    margin: auto;
}

.btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background: #d9a441;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

/* GALLERY */
.gallery-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.gallery-box img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

/* CONTACT */
.contact form {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.contact input, .contact textarea {
    padding: 12px;
    border-radius: 7px;
    border: 1px solid #ccc;
}

.contact button {
    padding: 12px;
    background: #d9a441;
    color: white;
    border: none;
    border-radius: 7px;
    cursor: pointer;
}
.footer-title {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #fff;
}

/* RESPONSIVE DESIGN */
@media screen and (max-width: 768px) {
  .hero {
    height: 450px;
  }

  .hero-right h1 {
    font-size: 50px;
    padding: 0 20px;
  }

  section {
    padding: 30px 20px;
  }

  .about h1, .history h1, .content h1, .content1 h1 {
    font-size: 24px;
  }

  .about p, .history p, .content p, .content1 p {
    font-size: 14px;
  }

  .content, .content1 {
    padding: 30px 20px;
  }

  .gallery1 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
  }

  .contact input, .contact textarea {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .hero {
    height: 350px;
  }

  .hero-right h1 {
    font-size: 35px;
    padding: 0 15px;
  }

  section {
    padding: 20px 15px;
  }

  .about h1, .history h1, .content h1, .content1 h1 {
    font-size: 20px;
  }

  .content, .content1 {
    padding: 20px 15px;
  }

  .gallery1 {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero {
    height: 450px;
  }

  .logo-kiri {
    width: 60px;
    top: 90px;
    left: 10px;
  }

  .hero-right h1 {
    font-size: 60px;
    width: 100%;
    padding: 0 20px;
  }
}

@media screen and (max-width: 480px) {
  .hero {
    height: 350px;
  }

  .logo-kiri {
    width: 50px;
    top: 80px;
  }

  .hero-right h1 {
    font-size: 40px;
  }
}
