.wrapper{
  background: linear-gradient(180deg, #2f5f4f,#2d495a);
  padding: 10px 0 ;
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  z-index: 1000;
}

.logo{
  text-decoration-line: none;
  color: #fff;
  font-weight: 500;
  letter-spacing: .03px;
  align-items: right;
  justify-content: center;
}

.navbar-brand {
  font-size: 1.8rem;
  font-weight: bold;
}

.nav-link{
  text-decoration-line: none;
  color: #f0f0f0;
  font-size: .9rem;
  font-weight: 500;
  padding: .463rem .563rem;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
}

.nav-link:hover,.nav-link:active,.dropdown-item:hover,.dropdown-item:active,.dropdown-item:focus,.nav-link:focus    {
  color: #ade1ff !important;
  background: inherit !important;
}

.dropdown-menu.show {
  top:3vh;
  display: block;
  background: rgba(51, 74, 88, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 0;
  border-radius: 0 0 .2rem .2rem;
}
.dropdown-item {
  color: #fff !important;
  line-height: 2rem;
  font-size: .9rem;
  font-weight: 300;
}

.navbar-nav .nav-link.show , 
.navbar-nav .nav-link.active {
  color: #ade1ff;
}

.dropdown-item.active {
  color: #ade1ff !important;
  background: inherit !important;
}

.ico-text{
  cursor: default;
  display: block;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: .3rem;
  font-weight: 500;
  line-height: 1.2;
  box-sizing: border-box;
  unicode-bidi: isolate;
}

.navbar-toggler-icon {
    display: inline-block;
    color: #FFF;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-toggler {
    color: inherit;
    font-size: 1.5rem;
    border: inherit !important;
}

.navbar-toggler:focus {
    box-shadow: inherit !important;
}

@media (max-width: 600px) {
  .logo{
    width: 100%;
    max-width: 100%;
  }
  .navbar-nav {
    text-align: center;
  }
  .dropdown-menu {
    text-align: center;
    border: none;
    box-shadow: none;
  }
  .ico-text{
    font-size: 1rem;
    margin-bottom: .1rem;
    line-height: 1;
  }
}

@media (max-width: 400px) {
  .logo{
    width: 100%;
    max-width: 100%;
  }
  .navbar-nav {
    text-align: center;
  }
  .dropdown-menu {
    text-align: center;
    border: none;
    box-shadow: none;
  }
  .ico-text{
    font-size: .8rem;
    margin-bottom: .1rem;
    line-height: 1;
  }
  .logo small{
    font-size: .75rem;
  }
}