.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: .5;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--primary-color-rgb), 1)), to(rgba(var(--primary-color-rgb), 0)));
  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: -webkit-gradient(linear, left bottom, left top, from(#888888), color-stop(75%, #ffffff));
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
  -webkit-transition: ease-in .3s all;
  transition: ease-in .3s all;
}

.reactheme__price__table .pricing__content .rts__main__btn:hover {
  background: #101435;
}

.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);
  -webkit-transition: ease-in .3s all;
  transition: ease-in .3s all;
  margin: 0 4px;
}
/*# sourceMappingURL=pricing.css.map */