:root{
    --green-color:#00712D;
    --light-green-color:#DEF9C4;
}

h1{
    font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h2{
    font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h3{
    font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h4{
    font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h5{
    font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a{
    font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

p{
    font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.btn-success{
    background-color: var(--green-color);
}

.text-primary {
    color: #025589 !important;
}

/* .text-success{
    color:#8AC441 !important;
} */

.top-navbar {
    background-color: var(--green-color);
    color: white;
    padding: 5px 15px;
}
.nav-link {
    color: black !important;
}
.top-navbar span {
    margin-left: 15px;
}
@media (max-width: 768px) {
    .top-navbar {
      flex-direction: column !important;
      align-items: start !important;
      padding: 10px;
      gap: 5px;
    }
  
    .top-navbar span {
      font-size: 14px;
      display: flex;
      align-items: center;
      gap: 5px;
    }
  }
  

.card-beranda{
    /* padding-left: 50px; */
    /* padding-right: 50px; */
    background-color: #f8f9fa;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.hero {
    position: relative;
    background: url('../images/bg_silat.png') no-repeat center center/cover;
    height: 80vh;
    display: flex;
    align-items: center;
    color: black;
}
.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(222, 249, 196, 0.4);
}
.hero-content {
    position: relative;
    max-width: 640px;
    z-index: 1;
}
.welcome {
    background-color: var(--green-color);
    color: white;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 15px;
    
}
.btn-play {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--green-color);
    text-decoration: none;
    border: 2px solid #00712D;
}
@media (max-width: 768px) {
    .hero {
        height: 70vh;
        background-size: cover;
        background-position: center;
    }
    .hero-content {
        text-align: start;
        max-width: 100%;
    }
    .d-flex {
        justify-content: start;
    }

}
.quotes {
    background-color: var(--green-color);
    color: white;
    text-align: center;
    padding: 30px 20px;
}
.quotes h4 {
    font-weight: bold;
}
.quotes p {

    margin: 15px 0;
}
.quotes .author {
    font-weight: bold;
}

        .berita {
            background-color: rgba(222, 249, 196, 0.6);
            padding: 50px 0;
            text-align: center;
        }
        .berita .card {
            border: none;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

.d-block {
    width: 100%;
    height: 30rem;
}

@media (max-width: 768px) {
    .card-text {
        display: none;
    }
}

.about {
    background-color: #FFFFFF;
    padding: 50px 0;
  }
  
  .about img {
    width: 90%;
    max-width: 90%;
    border-radius: 0; /* Tidak ada border-radius agar sesuai desain */
    box-shadow: none; /* Menghilangkan shadow agar tampilan bersih */
  }
  
  .about h2 {
    color: #000;
  }
  
  .about p {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
  }
  
  /* footer */
  .footer {
    background: linear-gradient(rgba(0, 113, 45, 0.6), rgba(0, 113, 45, 0.6)), url('../images/silat3.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 40px 0;
}
.social-icons a {
    color: white;
    
    font-size: 24px;
}
.contact-info p {
    margin: 5px 0;
}
.map-container {
    height: 200px;
    border-radius: 5px;
    overflow: hidden;
}
.footer-logo img {
    max-width: 200px;
}
.footer-bottom {
    text-align: center;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}