body {
  font-family: "Montserrat", sans-serif;
}
hr {
  margin: 0;
}
#pill {
  width: 30px;
  height: 10px;
  background: linear-gradient(96.34deg, #e537b9 0%, #c040df 100%);
  border-radius: 4.5px;
}
.navbar-brand {
  margin-left: 7.5%;
  font-weight: 600;
  font-size: 23px;
}
#page-heading > h3 {
  font-weight: 600;
}
#page-heading > h5 {
  color: #858585;
  font-weight: 400;
}

#page-heading,
section {
  width: 85%;
  margin: auto;
}

a {
  text-decoration: none;
  color: black;
}
a:hover {
  color: black;
}
.accordion-button {
  font-weight: 700;
  color: #737373;
  background-color: white;
}
.accordion-button:not(.collapsed) {
  color: black;
  background-color: white;
  box-shadow: none;
}
.accordion-button:after {
  order: -1;
  margin-left: 0;
  margin-right: 0.5em;
}
.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon);
}

.card {
  border: none;
}
.card-img-top {
  height: 30rem;
  filter: brightness(100%);
  transition: filter 0.3s ease;
}

.card-img-top:hover {
  filter: brightness(50%);
}

.carousel-btn-left {
  width: 14px;
  height: auto;
  margin-left: -18px;
  margin-right: 20px;
  background: lightgray;
  border-radius: 10px;
}

.carousel-btn-right {
  width: 14px;
  height: auto;
  margin-right: -18px;
  margin-left: 20px;
  background: lightgray;
  border-radius: 10px;
}
.carousel-control-next-icon {
  background-color: black;
}
.carousel-control-prev-icon {
  background-color: black;
}

/* Media queries  */

@media screen and (max-width: 1400px) {
  .card-img-top {
    height: 30rem;
  }
}

@media screen and (max-width: 768px) {
  .card-img-top {
    height: 25rem;
  }
}

@media screen and (max-width: 768px) {
  .card-img-top {
    height: 20rem;
  }
}
@media screen and (max-width: 576px) {
  .card-img-top {
    height: 12rem;
  }
}
