@import url('./root.css');

header {
  /* position: relative; */
  background: #00062c !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1003;
}

.nav-item {
  margin-right: 20px;
}

.nav-web-name {
  color: white;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}

.navbar-right-container ul li a {
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 100;
  line-height: 180%;
}

.navbar-right-container ul li a:hover {
  color: var(--ea-green) !important;
}

.navbar-right-button {
  border-radius: 16px;
  border: 1px solid var(--ea-green);
  background: var(--ea-green-to-blue);
  display: flex;
  justify-content: center;
  -webkit-background-clip: text;
  background-clip: text;
  align-items: center;
  text-decoration: none;
  color: var(--ea-green);
  font-size: 16px;
  height: 43px;
  width: 145px;
  line-height: 27px;
  margin-left: 40px;
  background: var(--ea-layer-background);
}

.navbar-right-button:hover {
  border: 1px solid var(--ea-blue);
  background: var(--ea-green);
  color: white;
}

.navbar-toggler-icon-custom {
  color: white;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none !important;
  border: none !important;
  border-radius: 0%;
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: none !important;
}
.navactive {
  border-bottom: 1px solid var(--ea-green);
}
.navactive a {
  color: var(--ea-green) !important;
}
@media screen and (max-width: 990px) {
  .navbar-right-button {
    margin-top: 8px;
    margin-left: -6px;
    padding: 9px;
    font-size: 14px;
  }
}
