.info-text-title {
  position: absolute;
  bottom: 60px;
  padding-left: 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
}
.info-text-update {
  position: absolute;
  bottom: 85px;
  padding-left: 20px;
}
.info-text-desc {
  position: absolute;
  bottom: 20px;
  padding-left: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.5);
}
.info-img-bg {
  position: absolute;
  bottom: 0px;
  padding-left: 20px;
  background-image: linear-gradient(
          to bottom,
          rgba(255, 0, 0, 0),
          rgba(0, 0, 0, 0.9)
  );
  height: 250px;
  width: 100%;
}

.news-title {
  padding-top: 16px;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 1);
}

.news-update {
  padding-top: 15px;
  font-weight: 400;
  font-size: 10px;
  line-height: 18px;
  color: rgba(255, 255, 255, 1);
}

.news-desc {
  padding-top: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.5);
}

.hle-title {
  padding: 0px 15px 20px 15px;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  color: #000000;
}

.hle-desc {
  padding: 10px 15px 20px 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #777777;
}

.text-banner-position {
  /* color:<?=$view_data['web_color']['main_color'];?>; */
}

.btn-banner {
  /* background: <?=$view_data['web_color']['secondary_color'];?>; */
}

.btn-banner:hover {
  /* background: <?=$view_data['web_color']['secondary_color'];?>; */
}

.title-ticket-main {
  color: var(--text-black);
}

a:hover {
  /* color:<?=$view_data['web_color']['main_color'];?>; */
}

.row-ticket {
  margin-bottom: 10px;
}

.item-ticket {
  color: #000;
  background-color: #292929;
  border-radius: 8px;
}
.item-ticket-img {
  height: 380px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.item-ticket-content {
  padding: 15px;
  color: #000;
}
.item-ticket-content-title {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  padding: 10px;
}
.item-ticket-content-desc {
  color: rgb(0 0 0 / 36%) !important;
  line-height: 18px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
.item-ticket-content-price {
  /* color: <?=$view_data['web_color']['secondary_color'];?>; */
}
.item-ticket-btn {
  margin-top: 0px;
  font-size: 14px;
  width: 100%;
  color: #fff;
  /* background-color:<?=$view_data['web_color']['secondary_color'];?>; */
  border-radius: 6px;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
}

.item-ticket-btn a {
  color: #0169ec;
}

.item-lainnya {
  /* background: <?=$view_data['web_color']['secondary_color'];?>; */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
}

.carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .info-text-update {
    bottom: 150px;
  }
  .info-text-title {
    bottom: 100px;
  }

  .info-text-desc {
    bottom: 20px;
  }
}