* {
  border: 1px red !important;
}
html,
body {
  /* font-family: 'Noto Sans', sans-serif; */
  /* font-family: 'Poppins', sans-serif; */
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.nav-item {
  font-weight: 700;
  margin-inline: 8px;
  /* text-transform: uppercase; */
  font-size: 16px;
}
.dropdown-item {
  font-weight: 700;
  /* text-transform: uppercase; */
  font-size: 14px;
}
.navbar-nav .nav-link {
  /* color: white; */
}

.carousel-item {
  position: relative;
}
.carousel-item img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: center;
}
.carousel-item .banner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  padding-left: 24px;
}
.carousel-item h3 {
  padding-bottom: 18px;
  border-bottom: 2px solid;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  z-index: 100;
}

.bg-primary {
  background-color: #0950ad !important;
}
.btn-primary {
  background-color: #0950ad !important;
}
.text-primary {
  color: #0950ad !important;
}
