

.buy-text {
    color: red;
    font-weight: bold;
    animation: blink 1s infinite;
  }





  @keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
  }

  .buy-text:hover {
    color: white; /* kuning */
    
  }
      body {
  font-family: 'Poppins', sans-serif;
}

.judul-event {
  min-height: 48px; /* atau height: 48px jika kamu mau semua pas */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.bg-gradient-primary {
  background: linear-gradient(90deg, #4e73df 0%, #224abe 100%);
}


.webinar-scroll {
  display: flex;
  overflow-x: auto;
  gap: 12px;
  
  padding-bottom: 20px;
  scroll-behavior: smooth;
  color: black;
}

.webinar-scroll::-webkit-scrollbar {
  height: 20px;
  
}

.webinar-scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.webinar-card {
  width: 280px;
  flex: 0 0 auto;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
   transition: all 0.3s ease;
}

.webinar-card {
  min-width: 0;
}

.webinar-title {
  min-width: 0;
}

.webinar-title h6 {
  white-space: normal !important;
  overflow-wrap: break-word;
}

.webinar-img {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.webinar-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 16px;
}

.bottom-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #001f3f;
  padding: 6px 0;
  text-align: center;
}

.buy-text {
  color: #ffc107;
  font-size: 12px;
  font-weight: bold;
}

.webinar-title {
  margin-top: 6px;
  font-size: 13px;
  text-align: center;

  display: block;
  white-space: normal !important;
  word-break: break-all;
}


.tix-modal-content {
  background-color: #121212;
  color: white;
  border-radius: 10px;
  overflow: hidden;
}

.tix-poster img {
  object-fit: cover;
  height: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.tix-detail {
  background-color: #1c1c1c;
}

.tix-title {
  font-size: 26px;
  font-weight: 700;
}

.tix-date {
  color: #bbb;
  font-size: 14px;
}

.tix-desc {
  font-size: 15px;
  color: #ddd;
  line-height: 1.6;
}

.tix-price {
  color: white;
  font-weight: bold;
}

.btn-danger {
  background-color: #e50914;
  border: none;
  transition: 0.2s ease;
}

.btn-danger:hover {
  background-color: #c30710;
}

  .tix-detail::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
   background-image: url('bg.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.5;
    z-index: 0;
  }

  .tix-modal-content {
    position: relative;
    background-color: rgba(18, 18, 18, 0.95);
    color: white;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
  }

  .tix-detail, .tix-title, .tix-date, .tix-desc, .tix-price, .btn-danger {
    position: relative;
    z-index: 2;
  }

/* Modern modal styling */
.modal-content {
  border-radius: 1rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  background: #ffffff;
  border: none;
}

.modal-header {
  border-bottom: 1px solid #e0e0e0;
  background-color: #f8f9fa;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.modal-title {
  font-weight: 600;
  font-size: 1.25rem;
}

.modal-body {
  padding: 1.5rem;
}

.modal-footer {
  border-top: 1px solid #e0e0e0;
}

.form-control {
  border-radius: 0.5rem;
}

#pay-button {
  border-radius: 0.5rem;
  font-weight: bold;
}

button.close {
  background: none;
  border: none;
  font-size: 1.5rem;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
a {
  position: relative;
  z-index: 10;
}
.banner-rekaman {
width: 100%;
height: auto;
max-height: 49vh;
object-fit: cover;
border-radius: 10px;
display: block;
}



@media (max-width: 1920px) {
.banner-rekaman {
justify-content: center; 
  align-items: center;
}
}
















