.card {
  border: none;
  width: auto;
}
@media (max-width: 991.98px) {
  .card {
    max-width: auto;
  }
}
.card .card-body {
  padding: 10px 0 !important;
}
.card .card-body .card-title {
  font-size: 1.063rem;
  line-height: 1.75rem;
  font-weight: 500;
  padding: 8px 0px 20px 0px;
  margin-bottom: 0 !important;
  text-align: start;
}
.card img {
  border-radius: 16px;
}
@media (max-width: 1399.98px) {
  .card img {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .card img {
    height: auto;
  }
}

[data-bs-theme=dark] .card {
  background-color: #171A21;
}
[data-bs-theme=dark] .card .card-body p, [data-bs-theme=dark] .card .card-body a {
  color: #fff !important;
}
[data-bs-theme=dark] .card:focus-visible {
  border: none;
  outline: none;
}

@media (max-width: 575.98px) {
  .ih-card .card-title {
    font-size: 1rem !important;
  }
}

.card-link {
  position: relative;
}
.card-link::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  top: 8%;
  margin-left: 10px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cG9seWdvbiBwb2ludHM9IjcgNyAxNS41ODYgNyA1LjI5MyAxNy4yOTMgNi43MDcgMTguNzA3IDE3IDguNDE0IDE3IDE3IDE5IDE3IDE5IDUgNyA1IDcgNyIvPgo8L3N2Zz4K");
  filter: brightness(0) invert(1);
}

@media (min-width: 992px) {
  .ih-card-image {
    margin-bottom: -1rem;
  }
}
.ih-card-image img {
  max-width: inherit;
  width: unset !important;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .ih-card-image img {
    height: 140px;
    width: auto;
    bottom: -1.5rem;
    position: relative;
  }
}
.ih-card-image .half-circle {
  position: absolute;
  transform: translate(-50%, -50%);
  height: 50px;
  width: 100px;
}
@media (max-width: 991.98px) {
  .ih-card-image .half-circle {
    height: 40px;
    width: 80px;
  }
}
.ih-card-image .half-circle.left {
  bottom: 9%;
  left: 20%;
  border-radius: 150px 150px 0 0;
}
@media (max-width: 991.98px) {
  .ih-card-image .half-circle.left {
    bottom: 0%;
    left: 23%;
  }
}
.ih-card-image .half-circle.right {
  top: 30%;
  left: 70%;
  border-radius: 0 0 150px 150px;
}
@media (max-width: 991.98px) {
  .ih-card-image .half-circle.right {
    top: 55%;
    left: 70%;
  }
}

.card-content .card-category {
  position: absolute;
  content: "";
  top: 10%;
  padding: 10px 16px;
  border-radius: 8px;
  z-index: 2;
}
.card-content .card-category a {
  color: #fff !important;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .card-content .card-category a {
    font-weight: 500;
  }
}
@media (max-width: 575.98px) {
  .card-content .card-category {
    padding: 3px 8px 3px 8px !important;
  }
}

.background-blue .card-content .card-category {
  background: #108B98;
}
.background-blue .ih-card-image {
  position: relative;
}
.background-blue .ih-card-image .half-circle.left {
  background-color: #108B98;
}
.background-blue .ih-card-image .half-circle.right {
  background-color: #3B8EDA;
}

.background-green .card-content .card-category {
  background: #FFAB5C;
}
.background-green .ih-card-image {
  position: relative;
}
.background-green .ih-card-image .half-circle.left {
  background-color: #FFAB5C;
}
.background-green .ih-card-image .half-circle.right {
  background-color: #EAE461;
}

/*# sourceMappingURL=card.css.map */
