
.package-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #fff !important;
}

.wrapper {
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.wrapper .plan-card {
  background: var(--jw-card-bg);
  width: calc(33% - 20px);
  padding: 30px 30px;
  position: relative;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  margin: 0 0 12px 12px;
}

.plan-card .price-section {
  display: flex;
  justify-content: center;
}

.plan-card .price-area {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  padding: 2px;
}

.price-area .inner-area {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 3px solid #fff;
  line-height: 117px;
  text-align: center;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.price-area .inner-area .text {
  font-size: 25px;
  font-weight: 400;
  position: absolute;
  top: -34px;
}

.price-area .inner-area .price {
  font-size: 30px;
  font-weight: 500;
  margin-top: 20px;
}

.plan-card .package-name {
  width: 100%;
  height: 2px;
  margin: 35px 0;
  position: relative;
}

.plan-card .package-name span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 25px;
  font-weight: 500;
  background: var(--jw-card-bg);
  padding: 0 15px;
  transform: translate(-50%, -50%);
}

.plan-card .features li {
  margin-bottom: 15px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.features li .list-name {
  font-size: 17px;
  font-weight: 400;
  color: var(--jw-gray-700);
}

.features li .icon {
  font-size: 15px;
}

.features li .icon.check {
  color: #2db94d;
}

.features li .icon.cross {
  color: #cd3241;
}

.plan-card .btn {
  width: 100%;
  display: flex;
  margin-top: 35px;
  justify-content: center;
}

.plan-card .btn .plan-button {
  width: 80%;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border: none;
  outline: none;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 8px 0;
}

.plan-card .btn .plan-button:hover {
  border-radius: 0px;
}

.gold {
  border-right: 3px solid #ffd861;
}

.bronze {
  border-right: 3px solid #a26bfa;
}

.basic {
  border-right: 3px solid #43ef8b;
}

.silver {
  border-right: 3px solid #e8e8e8;
}

.platinum {
  border-right: 3px solid #3498db;
}

.btn .plan-button:disabled {
  opacity: .4;
  cursor: not-allowed;
}



.gold .features li::selection {
  background: #ffd861;
}

.gold ::selection,
.gold .price-area,
.gold .inner-area {
  background: #ffd861;
}

.gold .btn .plan-button {
  border: 2px solid #ffd861;
  background: #fff;
  color: #ffd861;
}

.gold .active~.btn .plan-button {
  color: #fff;
  background: #ffd861;
}

.gold .btn .plan-button:hover {
  background: #ffd861;
  color: #fff;
}

.bronze ::selection,
.bronze .price-area,
.bronze .inner-area {
  background: #a26bfa;
}

.bronze .btn .plan-button {
  border: 2px solid #a26bfa;
  background: #fff;
  color: #a26bfa;
}

.bronze .btn .plan-button:hover {
  background: #833af8;
}

.basic ::selection,
.basic .price-area,
.basic .inner-area {
  background: #43ef8b;
}

.basic .btn .plan-button {
  border: 2px solid #43ef8b;
  color: #43ef8b;
  background: #fff;
}

.basic .active~.btn .plan-button {
  color: #fff;
  background: #43ef8b;
}


.basic .btn .plan-button:hover {
  background: #43ef8b;
  color: #fff;
}

/* Platinum */
.platinum ::selection,
.platinum .price-area,
.platinum .inner-area {
  background: #3498db;
}

.platinum .btn .plan-button {
  border: 2px solid #3498db;
  color: #3498db;
  background: #fff;
}

.platinum .btn .plan-button:hover {
  background: #3498db;
  color: #fff;
}

.platinum .active~.btn .plan-button {
  color: #fff;
  background: #3498db;
}


/* Platinum */

/* Silver */
.silver ::selection,
.silver .price-area,
.silver .inner-area {
  background: silver;
}

.silver .btn .plan-button {
  border: 2px solid silver;
  color: silver;
  background: #fff;
}

.silver .btn .plan-button:hover {
  background: silver;
  color: #fff;
}

.silver .active~.btn .plan-button {
  color: #fff;
  background: silver;
}


/* Silver */

.gold .package-name {
  background: #ffecb3;
}

.bronze .package-name {
  background: #d0b3ff;
}

.basic .package-name {
  background: #baf8d4;
}

.platinum .package-name {
  background: #3498db;
}

.silver .package-name {
  background: #e8e8e8;
}


@media (max-width: 1020px) {
  .wrapper .plan-card {
    width: calc(50% - 20px);
    margin-bottom: 40px;
  }
}

@media (max-width: 698px) {
  .wrapper .plan-card {
    width: 100%;
  }
}

.plan-card::selection {
  color: #fff;
}

.plan-card .ribbon {
  width: 150px;
  height: 150px;
  position: absolute;
  top: -10px;
  left: -10px;
  overflow: hidden;
}

.plan-card .ribbon::before,
.plan-card .ribbon::after {
  position: absolute;
  content: "";
  z-index: -1;
  display: block;
  border: 7px solid #a26bfa;
  border-top-color: transparent;
  border-left-color: transparent;
}

.plan-card .ribbon::before {
  top: -4px;
  right: 10px;
}

.plan-card .ribbon::after {
  bottom: 9px;
  left: -4px;
}

.plan-card .ribbon span {
  position: absolute;
  top: 30px;
  right: 0;
  transform: rotate(-45deg);
  width: 200px;
  background: #a26bfa;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
}


.basic .ribbon span {
  background: #43ef8b;
}

.gold .ribbon span {
  background: #ffd861;
}

.silver .ribbon span {
  background: silver;
}

.platinum .ribbon span {
  background: #3498db;
}

.bronze .ribbon span {
  background: #a26bfa;
}

.basic .ribbon::before,
.basic .ribbon::after {
  border: 7px solid #43ef8b;
}

.gold .ribbon::before,
.gold .ribbon::after {
  border: 7px solid #ffd861;
}

.silver .ribbon::before,
.silver .ribbon::after {
  border: 7px solid silver;
}

.platinum .ribbon::before,
.platinum .ribbon::after {
  border: 7px solid #3498db;
}

.bronze .ribbon::before,
.bronze .ribbon::after {
  border: 7px solid #a26bfa;
}

.ribbon{
  padding: 0 20px;
height: 30px;
line-height: 30px;
clear: left;
position: absolute;
top: 12px;
left: 0px;
color: #fff;
z-index: 2;
}