.dropdown > .dropdown-menu {
  background-color: #fff;
  border-radius: 5;
}
.dropdown:hover > .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

/* .offcanvas-body ul li {
  list-style: none;
  margin-bottom: 30px;
}

.offcanvas-body ul li:last-child {
  margin-bottom: 0px;
}

.offcanvas-body ul li a {
  text-decoration: none;
  display: block;
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  transition: all 0.4s ease;
}

.offcanvas-body ul li a:hover {
  color: #f00;
}

.offcanvasPHIcon {
  margin-left: 10px;
}

.nav-link:hover {
  color: #f00;
} */

.nav-link {
  font-weight: 600;
  color: #000;
}

.navbar-toggler:focus {
  box-shadow: none;
}

/* .dropdown > .dropdown-menu {
  background-color: #fff;
  border: none;
  border-radius: 0;
}

.dropdown > .dropdown-menu {
  padding: 24px 0;
  display: block;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in-out;
} */

.dropdown-item:hover {
  color: #fff;
  background-color: #000;
}

/* @media (min-width: 992px) {
  .dropdown > .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    display: block;
    transition: all 0.1s ease-out;
  }

  .dropdown:hover > .dropdown-menu {
    padding: 24px 0;
    display: block;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-in-out;
  }

  .dropdown-item:hover {
    color: #fff;
    background-color: #000;
  }
} */

.cards-wrapper {
  display: flex;
  justify-content: center;
}

.card img {
  max-width: 100%;
  max-height: 100%;
}

.card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
  border-radius: 0;
}

.carousel-inner {
  padding: 1em;
}

.carousel-control-prev,
.carousel-control-next {
  background-color: #e1e1e1;
  width: 5vh;
  height: 5vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .card img {
    height: 11em;
  }
}
