@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    z-index: 999;
}
.aktif{
    color: orange;
}
img{
    max-width: 100%;
}
.warna{
    color: dodgerblue;
}
.color{
    color: white;
}
.progress-bar{
    background-color: #f86e27;
}
.jdul{
    color: white;
    display: flex;
    justify-content: space-between;
}
.warna1{
    color: darkgray;
}
.btn-primary{
    background-color: #f86e27;
}
.btn-warning{
    background-color: #f86e27;
}
  .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* display: flex; */
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 10%;
    height: 100%;
    object-fit: cover;
  }