Pricing Tables 16

Home » Components » Pricing Tables » Pricing Tables 16

Pricing Tables 16

Starter


$49.00

  • It is a long established
  • It is a long established
  • It is a long established
  • It is a long established

Plus


$69.00

  • It is a long established
  • It is a long established
  • It is a long established
  • It is a long established

Delux


$89.00

  • It is a long established
  • It is a long established
  • It is a long established
  • It is a long established

Starter


$49.00

  • It is a long established
  • It is a long established
  • It is a long established
  • It is a long established

Plus


$69.00

  • It is a long established
  • It is a long established
  • It is a long established
  • It is a long established

Delux


$89.00

  • It is a long established
  • It is a long established
  • It is a long established
  • It is a long established
/* ===== Pricing Tables 16 ===== */

#pricing-tables-16 .card {
	overflow: hidden;
}

#pricing-tables-16 .card h2 {
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

#pricing-tables-16 .card h4 {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 0;
	letter-spacing: 2px;
}

#pricing-tables-16 .card-header {
	position: relative;
	background: #F7F7F7;
	border: none;
	border-radius: 0
}

#pricing-tables-16 .card-header:before {
	content: '';
	position: absolute;
	bottom: -28%;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 64px 500px 0 0;
	border-color: #F7F7F7 transparent transparent transparent;
}

#pricing-tables-16 .card:nth-child(2) {
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

#pricing-tables-16 .card:nth-child(2) .card-header {
	background: var(--bs-warning);
	color: #fff;
}

#pricing-tables-16 .card:nth-child(2) .card-header:before {
	border-color: var(--bs-warning) transparent transparent transparent;
}

#pricing-tables-16 .card:nth-child(2) .btn {
	background: var(--bs-warning);
	border: none;
}

#pricing-tables-16 li {
	padding-bottom: 10px;
}

#pricing-tables-16 .fa-check-circle {
	color: var(--bs-warning);
}

#pricing-tables-16 .fa-times-circle {
	color: #a1a4a7!important;
}

#pricing-tables-16 .btn {
	border-color: #ddd;
	text-transform: uppercase;
}