.navbar {
  border-bottom: 1px solid rgb(241, 243, 245);
  margin-bottom: 21px;
}

.navbar .nav-link {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22.5px;
  position: relative;
  transition: all 0.3s ease;
}

.navbar .nav-link:hover {
  transform: scale(1.15);
}

.navbar {
  width: 100%;
  border-bottom: 1px solid rgba(241, 243, 245, 1);
}

.btn-nav {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14.41px;
  text-align: center;
  background: rgb(1, 87, 121);
  color: #fff;
  width: 128px;
  height: 41px;
  border-radius: 50px;
  border: 1px solid;
}

.btn-nav:hover {
  color: #fff;
  background: #18769b;
  text-decoration: none !important;
  padding-top: 7px !important;
  transform: none !important;
}

.active {
  font-weight: 500 !important;
  color: #18769b !important;
}

.navbar-nav {
  align-items: center;
}
