.custom-font-inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.custom-font-inter-24 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
}
.custom-w-25-100 {
  width: 25%;
}
.custom-scale-fx:hover {
  -webkit-transform: scale(105%);
  transform: scale(105%);
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28128, 128, 128, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.custom-bd-filter {
  background-color: rgba(250, 250, 250, 0.9);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
#map {
  height: 450px;
}
#map2 {
  height: 450px;
}
@media (max-width: 800px) {
  .custom-w-25-100 {
     width: 100%;
  }
}
