body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    padding-top: 70px;
    background-color: #f4f4f4;
    color: #333;
}

/* HEADER */
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: 100%;
  z-index: 999;
}

.logo {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
}

.logo img {
  width: 80px;
  size: 200px;
}

.title h3 {
  font-size: 16px;
  color: #000000;
  margin: 0;
}

/* Hero section starts here - nav styling removed to avoid conflict with style.css */

.hero {
    position: relative;
    height: 590px; 
    background: url('sanggar\ bak.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    font-weight: bold;
    border-bottom: #333 30px 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: 380px;
}


.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,0.4); /* gelap 40% */
}

.hero h2 {
    position: relative; 
    z-index: 2;
    font-size: 2.5em;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
    font-family: I;
    font-size: 100px;  /* Atur besar di sini */
    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: 450px;
    
}

.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;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.card img {
    width: 100%;
    height: 200px;      
    object-fit: cover;  
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.2s ease;
    margin-bottom: 15px;
}
.card h2 {
    font-size: 1.2rem;
    margin: 10px 0;
    min-height: 2.4em;  
    display: flex;
    align-items: center;
    justify-content: center;
}
p {
    line-height: 1.7;
    font-size: 17px;
    max-width: 800px;
    margin: auto;
}


.Galeri {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.Galeri img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: 0px 3px 8px rgba(0,0,0,0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.Galeri img:hover {
    transform: scale(1.03);
    transition: 0.3s ease;
}

section {
    
    text-align: center;
}

.content {
    background: #f8f1df;
    width: 100%;
    padding-top: 40px;
    border-bottom: #b0652f 4px solid;
}
.content1 {
    background: #f8f1df;
    width: 100%;
    padding-top: 40px;
    border-bottom: #f8f1df 4px solid;
}

.deskripsi-klub, .daftar-kesenian {
    margin-bottom: 30px;
    text-align: center;
    font-size: 17px;
    line-height: 1.6;
    color: black
}

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

.deskripsi-klub p {
    line-height: 1.6;
    text-align: center;
    color: black

}
.footer-title {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #fff;
}

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

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

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

  section {
    padding: 30px 20px;
  }

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

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

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

  .deskripsi-klub p {
    font-size: 14px;
  }
}

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

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

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

  header {
    padding: 10px 20px;
  }

  .logo {
    gap: 3px;
  }

  .logo img {
    width: 50px;
  }

  .title h3 {
    font-size: 10px;
  }

  section {
    padding: 20px 15px;
  }

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

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