/* ================================
   MOBILE (0px – 575px)
   Smartphone portrait
   1 kolom
================================ */
@media (min-width:0px) and (max-width:575px){

    .carousel-header .carousel-inner .carousel-item {
        min-height: 80vh;
    }

    .carousel-header .carousel .carousel-indicators li, .carousel-header .carousel .carousel-indicators li, .carousel-header .carousel .carousel-indicators li {
        width: 5px;
        height: 5px;
        margin-right: 10px;
    }

}

/* ================================
   SMALL DEVICES (576px – 767px)
   Smartphone landscape / small tablet
   2 kolom
================================ */
@media (min-width:576px) and (max-width:767px){

   .promo-lottie{
      width:90px;
      top:-10px;
      right:-10px;
   }

}

/* ================================
   TABLET (768px – 991px)
   Tablet portrait
   3 kolom
================================ */
@media (min-width:768px) and (max-width:991px){



}

/* ================================
   LAPTOP (992px – 1199px)
   Small desktop / laptop
   4 kolom
================================ */
@media (min-width:992px) and (max-width:1199px){



}

/* ================================
   DESKTOP (1200px – 1399px)
   Desktop standard
   5 kolom
================================ */
@media (min-width:1200px) and (max-width:1399px){



}

/* ================================
   LARGE DESKTOP (1400px ke atas)
   Large monitor / widescreen
   6 kolom
================================ */
@media (min-width:1400px){



}