body {
  font-family: "Nunito", sans-serif;
}

.colorA {
  background-color: rgba(230, 15, 133, 0.23);
}

.colorB {
  background-color: rgba(230, 15, 133, 0.08);
}

.main-header-premium {
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5)),
    url(../img/bg_cover5.jpeg) no-repeat center center;
  background-size: cover;
  color: white;
  background-blend-mode: darken;
}

.jumbotron-heading {
  font-size: 8vh;
}

.vision-statement {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/bg_login.jpeg) no-repeat center center;
  background-size: cover;
  color: white;
  background-blend-mode: darken;
}

.landing-img {
  width: 100px;
  height: 100px;
  opacity: 0.7;
}

.card:hover .landing-img {
  transition: 0.5s;
  filter: grayscale(0%);
  opacity: 1;
}

.cat-text {
  text-align: center;
}

.cat-text h5 {
  font-size: 1.2rem;
  color: #212529;
  text-decoration: none;
}

.landing-link {
  text-decoration: none;
}

.card {
  height: 100%;
}

/* Alerts */
.alert {
  margin-bottom: 0;
}

/* PROFILE - PREMIUM OFFERS*/
.price-table-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.price-tag-inner {
  text-align: center;
  transition: all 0.3s;
  border-radius: 10px;
  padding: 0px 10px;
  background-color: none;
}

.premium-plan-card {
  transition: all 0.3s;
  border: 1px solid #d3d7e1;
  width: 280px;
}

.premium-plan-card .card-header {
  background-color: #f0f4fa;
  text-align: center;
  font-size: x-large;
  border-bottom: none;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.premium-plan-card .card-header-title {
  font-size: x-large;
  margin-bottom: 0;
}

.premium-plan-card .card-header-period {
  margin-bottom: 0;
}

.premium-plan-card p {
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 1rem;
}

.premium-card-list {
  list-style: none;
}

.premium-card-list .fa-check-circle {
  color: #9ae80f;
}

.custom-hr {
  border: none;
  height: 1px !important;
  background-color: #d3d7e1; /* Modern Browsers */
  opacity: 1;
  border-radius: 10px;
}

/*
.premium-recomended {
    border-color: #e8b80f;
    border-top-color:#e8b80f;
    background-color: rgba(0, 0, 0, 0.5);
}

.premium-recomended .card-header {
    background-color:#e8b80f;
}

.premium-recomended p {
    color:white;
}

.premium-recomended .premium-card-text p {
    color: white
}

.premium-recomended .price {
    color: #e8b80f
}

.premium-recomended .price-tag-inner {
    color: #e8b80f
}

.premium-plan-card:hover {
    transform: translateY(-1rem);
} 
*/

.height-100 {
  height: 100%;
}

.height-85 {
  height: 85%;
}

.premium-plan-card .monthly-equivalent {
  font-size: smaller;
  font-style: italic;
}

.price-tag-inner .price {
  font-weight: 600;
  font-size: x-large;
}

.price-tag-inner .period {
  font-size: smaller;
}

.premium-card-btn-div {
  border-end-end-radius: 5px;
  border-end-start-radius: 5px;
}

.premium-card-info-div {
}

.text-small {
  font-size: 0.8rem;
}

.w-custom {
  width: 50%;
}

.w-custom-80 {
  width: 80%;
}

@media only screen and (max-width: 780px) {
  .w-custom {
    width: 80%;
  }
  .premium-plan-card {
    width: 250px;
  }
}

@media only screen and (max-width: 600px) {
  .price-table-wrapper {
    flex-direction: column;
  }
  .premium-plan-card {
    width: 90%;
  }
}
