 a {
  text-decoration: none!important;
 }
 html, body, p, span, a {
      font-family: "Poppins", serif;
  }
  h1, h2, h3, h4, h5, h6 {
      font-family: "Poppins", serif;
  }
  .poppins-thin {
      font-family: "Poppins", serif;
      font-weight: 100;
      font-style: normal;
  }

  .poppins-extralight {
      font-family: "Poppins", serif;
      font-weight: 200;
      font-style: normal;
  }

  .poppins-light {
      font-family: "Poppins", serif;
      font-weight: 300;
      font-style: normal;
  }

  .poppins-regular {
      font-family: "Poppins", serif;
      font-weight: 400;
      font-style: normal;
  }

  .poppins-medium {
      font-family: "Poppins", serif;
      font-weight: 500;
      font-style: normal;
  }

  .poppins-semibold {
      font-family: "Poppins", serif;
      font-weight: 600;
      font-style: normal;
  }

  .poppins-bold {
      font-family: "Poppins", serif;
      font-weight: 700;
      font-style: normal;
  }

  .poppins-extrabold {
      font-family: "Poppins", serif;
      font-weight: 800;
      font-style: normal;
  }

  .poppins-black {
      font-family: "Poppins", serif;
      font-weight: 900;
      font-style: normal;
  }

  .poppins-thin-italic {
      font-family: "Poppins", serif;
      font-weight: 100;
      font-style: italic;
  }

  .poppins-extralight-italic {
      font-family: "Poppins", serif;
      font-weight: 200;
      font-style: italic;
  }

  .poppins-light-italic {
      font-family: "Poppins", serif;
      font-weight: 300;
      font-style: italic;
  }

  .poppins-regular-italic {
      font-family: "Poppins", serif;
      font-weight: 400;
      font-style: italic;
  }

  .poppins-medium-italic {
      font-family: "Poppins", serif;
      font-weight: 500;
      font-style: italic;
  }

  .poppins-semibold-italic {
      font-family: "Poppins", serif;
      font-weight: 600;
      font-style: italic;
  }

  .poppins-bold-italic {
      font-family: "Poppins", serif;
      font-weight: 700;
      font-style: italic;
  }

  .poppins-extrabold-italic {
      font-family: "Poppins", serif;
      font-weight: 800;
      font-style: italic;
  }

  .poppins-black-italic {
      font-family: "Poppins", serif;
      font-weight: 900;
      font-style: italic;
  }

  .topbar {
      background-color: #005602;
  }
  .topbar ul {
      margin: 0px;
      padding: 0px;
  }
  .topbar ul li {
      display: inline-block;
      padding-left: 10px;
      padding-right: 10px;
  }
  .topbar ul li a {
      text-decoration: none;
      color: #ffffff;
  }
  .text-cerah {
      color: #02645b;
  }
  .text-maintitle {
      font-size: 30px;
      font-weight: 500;
  }
  .text-title {
      font-size: 22px;
      font-weight: 500;
  }
  .text-titlesm {
      font-size: 20px;
      font-weight: 500;
  }
  .text-titlexs {
      font-size: 16px;
      font-weight: 500;
  }
  .text-warna {
      color: #005602;
  }
  .text-meta {
      font-size: 12px;
      font-weight: 400;
      text-decoration: none;
      color: #a3b5ad;
  }

  .hero-video {
      position: relative;
      height: 100vh;
      overflow: hidden;
  }
  .hero-video video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      transform: translate(-50%, -50%);
      z-index: -1;
      filter: brightness(50%);
  }
  .hero-video .content {
      position: relative;
      z-index: 1;
      color: white;
      text-align: center;
      top: 50%;
      transform: translateY(-50%);
  }
  .floating-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}
.floating-whatsapp a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-size: 24px;
    text-decoration: none;
}
.floating-whatsapp a:hover {
    background-color: #1da851;
}

  @media (min-width: 992px) {
      .navbar-expand-lg .navbar-nav .nav-link {
        color: #005602;
        font-weight: 500;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        background-color: rgba(0, 0, 0, .6);
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
        color: #ffffff;
        font-weight: 500;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover {
        color: #005602;
    }
}