@tailwind base;
@tailwind components;
@tailwind utilities;

body {
    .carousel-wrapper {
        @apply relative overflow-hidden w-full;
        height: 50vh; /* ubah sesuai preferensi */
      }
      
      .carousel {
        @apply flex transition-transform duration-500 ease-in-out;
        width: 100%;
        height: 100%;
      }
      
}