@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;700&family=Roboto:ital,wght@0,100;0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap');

body, html {
  font-family: 'Roboto', sans-serif;
}

.navbar {
  padding: 5px 0px;
}

.navbar-brand svg {
  width: 200px;
}

.navbar-btn {
  background: #4EC859;
  color: #fff;
  padding: 8px 22px;
  line-height: 1;
}

.navbar-btn svg {
  width: 15px;
  height: auto;
  margin-bottom: 2px;
}

.navbar-btn span {
  letter-spacing: 0;
}

.navbar-btn:hover,
.navbar-btn:active,
.navbar-btn:focus {
  background: #4EC859 !important;
  color: #fff !important;
}

.hero {
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.bg-hero {
  position: relative;
}
.bg-hero::before {
  opacity: .85;
  background: linear-gradient(269.97deg, rgba(255, 255, 255, 0) 1.97%, rgba(0, 61, 88, 0.8) 39.65%, rgba(0, 61, 88, 0.9) 97.17%);
}
