body, main .row {
      background: black;
  }
    header {
      background-color: transparent;
      color:#000000;
    }
    
    .container {
        border: 1px solid red;
    }
    
    .nav {
        background:#dae0e6;
    }
    
    .nav-link{
        color: #7d0207;
        font-size: 0.9rem;
    }
    
    .nav-link:hover{
        color: #000000;
        background: #aab6bf;
    }
    
    .active {
        color: #000000 !important;
    }
    
    .swiper-slide {
        background: #fff1f0;
    }
    
    .swiper-slide a {
        color: #9c2a3d;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 0.8rem;
    }
    
    .swiper-slide a:hover {
        color: #000000;
    }

    /* Sesuaikan tinggi gambar carousel */
    .swiper-slide img {
      height: 100px;
      object-fit: cover;
    }

    main {
      background-color: #fff1f0;
      padding: 20px 0;
    }
    
    h5 {
        font-size: 1rem;
    }
    
    p {
        color: #2d526b;
    }
    
    .list-unstyled li{
        border-bottom: 1px solid #ed8e91;
        padding: 8px 4px;
    }
    
    .list-unstyled li a{
        font-size : 1rem;
        color: #111111;
    }
    
    .list-unstyled li a:hover{
        color: #000000;
    }

    footer {
      background-color: transparent;
      color: white;
      padding: 15px 0;
      text-align: center;
    }
    
    footer p {
        color :#444;
    }
    
/* Responsive */
    @media (max-width: 980px) {
      .navbar-nav {
        padding-left: 30px;
      }
     
    }