.reactheme__price__table__inner {
  position: relative;
  border: solid 1px rgba(255, 255, 255, 0.3);
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.15);
}
.reactheme__price__table .gradient-edge-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  opacity: 0.5;
  z-index: 1;
  background: linear-gradient(0deg, rgba(var(--primary-color-rgb), 1) 0%, rgba(var(--primary-color-rgb), 0) 100%);
}
.reactheme__price__table .pricing__content {
  padding: 40px;
  z-index: 2;
  position: relative;
}
.reactheme__price__table .pricing__content .alignment {
  text-align: center;
}
.reactheme__price__table .pricing__content .package__title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-bottom: 10px;
  color: #fff;
}
.reactheme__price__table .pricing__content .package__title.gradient-text {
  background: linear-gradient(0deg, #888888 0%, #ffffff 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.reactheme__price__table .pricing__content .ul-check {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
  margin-left: 0;
}
.reactheme__price__table .pricing__content .ul-check li {
  position: relative;
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 0;
  padding: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  line-height: 1.8em;
}
.reactheme__price__table .pricing__content .rts__main__btn {
  transition: ease-in 0.3s all;
}
.reactheme__price__table .pricing__content .rts__main__btn:hover {
  background: #101435;
}
.reactheme__price__table .pricing__content .d-ticket {
  position: relative;
  overflow: hidden;
  padding: 30px;
  background: url("../images/misc/l3.webp");
  border-radius: 10px;
  box-shadow: 2px 2px 5px 0px rgb(0, 0, 0);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.reactheme__price__table .pricing__content .d-ticket .logo__img {
  width: 80px;
  margin-bottom: 25px;
}
.reactheme__price__table .pricing__content .d-ticket .barcode {
  width: 18%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  padding: 8px;
  margin: 8px;
  right: 0;
}
.reactheme__price__table .pricing__content .d-ticket .center__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.2;
  width: 40%;
  margin-right: 24px;
}
.reactheme__price__table .pricing__content .d-ticket .price {
  margin-bottom: 24px;
  margin-top: 0;
}
.reactheme__price__table .pricing__content .d-ticket .package__title {
  margin-top: 0;
}
.reactheme__price__table .package__price {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #fff;
}
.reactheme__price__table .package__feature {
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
}
.reactheme__price__table .border-white-bottom-op-2 {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
}

.pricing-table-container .swiper-pagination.swiper-pagination-bullets {
  position: relative !important;
  margin-top: 40px;
}
.pricing-table-container .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  background: rgba(255, 255, 255, 0.2);
  transition: ease-in 0.3s all;
  margin: 0 4px;
}

.reactheme__price__table.style-2 .pricing__content {
  padding: 0;
}
.reactheme__price__table.style-2 .reactheme__price__table__inner {
  border: none;
  background: transparent;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}/*# sourceMappingURL=pricing.css.map */