.slider-area .category-img img {
    width: 100px;
    height: 100px;
    margin: 10px 10px;
    margin-top: 50px;
  }
.slider-area .category-img h3{
  
  color: #ffffff;
}
  
  .slider-area .category-img img :hover {
    color: black;
    margin-top: 50px;
    
  }
  
  a :hover {
    /* color: black; */
    
  }
  
  .slider-area .hero__caption {
    /* padding-top: 200px; */
    padding-top: 279px;
  }
  
  .hero-overly::before {
    position: absolute;
    content: "";
    background-color: rgba(0, 1, 2, 0);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background-repeat: no-repeat;
  }
  
  .hero-bg1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
  }
  
  .slider-height1 {
    width: auto;
    min-height: 100vh;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Raleway", sans-serif;
    margin-top: -134px;
    font-style: normal;
  }
  
  .subtitle {
    font-size: 16px;
    letter-spacing: 1px;
    margin: 28px 0;
    font-family: "Roboto", sans-serif;
    color: #000000;
    text-align: center;
    
  }
  
  p {
    font-family: "Quicksand", sans-serif;
    color: rgb(65, 63, 63);
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
    font-weight: normal;
    
  }
  
  .category-img .title {
    white-space: nowrap;
    display: inline-block;
    background: #fff;
    color: #333;
    padding: 2px 15px;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, 0) scale(0);
    opacity: 0;
    -webkit-transition: 300ms ease;
    margin-top: 50px;
  }
  
  .footer-social > a {
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 17px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
    margin-right: 8px;
    border: 1px solid #fff;
    border-radius: 30px;
  }
  
  
  .service-block-default1 {
    background: #fafafa;
    border: solid 1px #eee;
    border-radius: 100px;
  }
  
  .service-block1 {
    padding: 3px 29px;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .service-block-default1:hover {
    box-shadow: 0 0 8px 1px rgb(0 0 0 / 10%) !important;
  }
  
  .modal-body-box {
    padding: 2rem;
  }
  
  .text-item {
    text-align: center;
    font-size: 13px;
    margin-top: -2.7rem;
    color: #2b2b2b;
  }
  
  .bg-color {
    /* background-color: #f5f5f5;
    opacity: 0.9; */
  
    background-image: url(assets/portal/img/bg.svg);
  }
  
  .close {
    color: #06517c;
    opacity: 1;
  }
  
  .tile_1 {
    width: 50px !important;
    height: 50px !important;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  
  .crp_img_txt {
    font-style: normal;
    text-align: center;
    font-size: 1.3rem;
  }
  
  .card-layanan {
    border-radius: 10px;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
    margin-top: 50px;
  }
  
  .card-layanan:hover {
    background-color: #58c8eb;
    color: white;
    margin-top: 50px;
  }

  .logo-container {
    position: absolute;
    display: flex;
    justify-content: center; /* Menyelaraskan gambar di tengah secara horizontal */
    gap: 40px; /* Jarak antar gambar */
    
}
  
  .logo {
    position: relative;
    top: 0;
    left: auto;
    width: 100px;
    height: 100px;
    margin-top: -4 px;
    margin-left: -69px;
    /* background-color: red; */
    /* background-color: #fcfcfc74; */
    opacity: 0.9;
    padding: 14px;
    /* border: 2px solid #ddd; */
    border-radius: 0 0 10px 10px;
    border-top: 0;
    transition: 0.3s;
    /* box-shadow: 0 0 20px rgb(87 85 85); */
    margin: 0 auto;
  }
  
  .logo img.compact {
    height: 80px;
    width: 150px;
    margin: auto;
    margin-top: -4px;
    display: block;
  }

  .hero__caption {
    position: relative;
    margin: 0 auto;
    height: 200px;
    width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 90px;
}

.subjudul {
    margin-top: 100 px; /* Jarak antara gambar dan subjudul */
    text-align: center;
    font-size: 40px; /* Sesuaikan ukuran font jika perlu */
}
  
  /* .hero__caption {
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 80px;
  }
  
  .hero__caption h1 {
    position: absolute;
    text-align: center;
    transform: translate(22%, 0%);
    font-family: "Righteous", cursive;
    font-weight: 1;
  }
  .hero__caption h1:nth-child(1) {
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
  }
  
  .hero__caption h1:nth-child(2) {
    color: rgba(255, 0, 0, 0.877);
    animation: animate 4s ease-in-out infinite;
  } */
  
  

   /* .hero__caption {
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
} */

/* Styling untuk judul utama */
/* .hero__caption .hero-title {
    font-family: "Righteous", cursive;
    font-weight: 400;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 3rem;
}

.hero__caption h1 {
  position: absolute;
  text-align: center;
  transform: translate(22%, 0%);
  font-family: "Righteous", cursive;
  font-weight: 1;
}

.hero__caption .hero-title-animated {
    color: rgba(255, 0, 0, 0.877);
    animation: animate 4s ease-in-out infinite;
}

.hero__caption .hero-title:nth-child(1) {
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

/* Styling untuk sub judul */
.subjudul {
    font-size: 1.2rem;
    margin-top: 80px; /* Memberikan jarak antara judul dan sub judul */
    color: #000000;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

  @keyframes animate {
    0%,
    100% {
      clip-path: polygon(
        0% 45%,
        15% 44%,
        32% 50%,
        54% 60%,
        70% 61%,
        84% 59%,
        100% 52%,
        100% 100%,
        0% 100%
      );
    }
    50% {
      clip-path: polygon(
        0 60%,
        16% 65%,
        34% 66%,
        51% 62%,
        67% 50%,
        84% 45%,
        100% 46%,
        100% 100%,
        0% 100%
      );
    }
  }




