.tf-pricetable,
.tf-pricetable .header-price,
.tf-pricetable .price-type,
.tf-pricetable .price,
.tf-pricetable .title,
.tf-pricetable .number-order,
.tf-pricetable .wrap-icon svg,
.tf-pricetable .wrap-icon i,
.tf-pricetable .text,
.tf-pricetable .time,
.tf-pricetable .subtitle {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.tf-pricetable {
    position: relative;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--theme-primary-color);
  backdrop-filter: blur(52px);
  padding: 32px 32px 32px 32px;
  text-align: center;
}

.tf-pricetable:hover {
  transform: scale(1.05);
}

.tf-pricetable.setactive {
  background: radial-gradient(
    114.34% 120.2% at 50% -10.41%,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  backdrop-filter: blur(52px);
}

.tf-pricetable .content-price {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.25em;
  text-transform: capitalize;
  color: #fff;
  display: inline-flex;
  margin-bottom: 9px;
}

.tf-pricetable .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--theme-secondary-color);
  margin-bottom: 9px;
}

.tf-pricetable .subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #e5e5e5;
  margin-bottom: 31px;
}

.tf-pricetable .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
}

.tf-pricetable .wrap-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  align-items: center;
  justify-content: center;
  color: var(--theme-secondary-color);
  margin-right: 12px;
  flex-shrink: 0;
}

.tf-pricetable .inner-content-list {
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 40px;
}

.tf-pricetable .inner-content-list .item {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  margin-bottom: 12.2px;
}

.tf-pricetable .inner-content-list .item:last-child {
  margin-bottom: 0;
}

.tf-pricetable .wrap-button .tf-btn {
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background: var(--theme-secondary-color);
  padding: 11px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
  color: #fff;
  width: 100%;
  border: 1px solid transparent;
}

.tf-pricetable .wrap-button .tf-btn:hover {
  border: 1px solid var(--theme-secondary-color);
  color: var(--theme-secondary-color);
}

/* style 2 */

.tf-pricetable.style2 {
  border-radius: 16px;
  border: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: 0px 5px 5px 0px rgba(28, 36, 51, 0.1);
  padding: 40px 22px;
  text-align: left;
}

.tf-pricetable.style2 .title {
    font-size: 22px;
    font-family: 'Manrope';
    font-weight: 700;
    margin-bottom: 13px;
}

.tf-pricetable.style2 .wrap-icon {
    border: 1px solid #E5E5E5;
    width: 32px;
    height: 32px;
    margin-right: 18px;
}

.tf-pricetable.style2 .subtitle {
    color: #64666C;
    margin-bottom: 20px;
}

.tf-pricetable.style2 .content-price {
    font-size: 56px;
    line-height: 1.2142857142857142em;
    color: var(--theme-primary-color);
    align-items: center;
}

.tf-pricetable.style2 .content-price .time {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--theme-primary-color);
    margin-left: 9px;
}

.tf-pricetable.style2 .wrap-button .tf-btn {
    border-radius: 100px;
    border: 1px solid #B1B1B1;
    background: #fff;
    color: var(--theme-primary-color);
}
.tf-pricetable.style2 .wrap-button .tf-btn:hover,
.tf-pricetable.style2.setactive .wrap-button .tf-btn {
    color: var(--theme-primary-color);
    border-color: var(--theme-secondary-color);
}
.tf-pricetable.style2 .wrap-button .tf-btn span,
.tf-pricetable.style2.setactive .wrap-button .tf-btn {
    background: var(--theme-secondary-color);
}

.tf-pricetable.style2 .header-price {
    margin-bottom: 15px;
}

.tf-pricetable.style2 .inner-content-list {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
    margin-top: 39px;
}

.tf-pricetable.style2 .badge-table {
    padding: 4px 12px;
    background: var(--theme-secondary-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-transform: capitalize;
    color: #fff;
    position: absolute;
    top: 36px;
    right: 23px;
    border-radius: 100px;
}

.tf-pricetable.style2.setactive {
    border-top: 4px solid var(--theme-secondary-color);
    padding-top: 37px;
    padding-bottom: 48px;
}
.tf-pricetable.style2.setactive .subtitle  {
    font-family: 'Manrope';
    color: var(--theme-primary-color);
    line-height: 22px;
}

@media only screen and (max-width: 1200px) {
  .tf-pricetable .text {
    text-align: left;
}
.tf-pricetable .inner-content-list {
  padding-left: 0px;
  padding-right: 0px;
}
.tf-pricetable .content-price {
  font-size: 35px;
}
.tf-pricetable.style2 .badge-table {
  top: 10px;
  right: 10px;
}
}

@media only screen and (max-width: 991px) {
  .tf-pricetable.style2,
  .tf-pricetable {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tf-pricetable.style2 .content-price {
    font-size: 40px;
}
.tf-pricetable.style2 .wrap-icon {
  margin-right: 10px;
}
}

@media only screen and (max-width: 767px) {
  .tf-pricetable.style2,
   .tf-pricetable {
    padding-left: 20px;
    padding-right: 20px;
}
}
