nav .nav-link {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  font-style: none;
  color: #000000 !important;
}

nav .active {
  border-bottom: 4px solid #3f6190;
}

#categories .card .card-img-overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(196, 196, 196, 0)), color-stop(50.52%, rgba(129, 146, 170, 0.27)), color-stop(74.55%, rgba(73, 105, 148, 0.6)), to(rgba(63, 97, 144, 0.75)));
  background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, rgba(129, 146, 170, 0.27) 50.52%, rgba(73, 105, 148, 0.6) 74.55%, rgba(63, 97, 144, 0.75) 100%);
}

#categories .card .card-img-overlay .card-title {
  color: white;
}

section header {
  background-image: url("/img/sec-head-bg.png");
  background-size: cover;
  height: 11rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section header h1 {
  font-family: Maragsa;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  color: #3f6190;
}

section header button {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.rating {
  color: #fac404;
}

.rating * {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rating .stars-dark {
  color: #c0c0c0b2;
}
/*# sourceMappingURL=base.css.map */