.nav-bar ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
header.header {
  padding: 20px 0;
  background: #000;
}

.nav-bar ul li a {
  padding: 0 25px;
  font-weight: 700;
}
.donate-button a {
  padding: 13px 30px !important;
  line-height: 1;
  color: #000 !important;
  background: #ffe140;
  font-size: 17px;
  font-weight: 700 !important;
}
.nav-bar ul li a {
  color: #fff;
}
.nav-bar {
  margin: auto;
}

@media (max-width: 1440px) {
  .nav-bar ul li a {
    padding: 0 15px;
    font-size: 13px;
  }
  .nav-bar ul li a i {
    font-size: 11px;
  }
  .donate-button a {
    padding: 10px 21px;
    font-size: 15px;
    font-weight: 600;
  }
}

@media (max-width: 991px) {
  .nav-bar {
    width: 100% !important;
    border: 1px solid #ffe140c9;
    background: #ffe140c9;
    border-radius: 10px;
    padding: 10px;
    margin-top: 20px;
    display: none;
  }

  .nav-bar ul li a {
    width: 100%;
  }

  .donate-button a {
    text-align: center;
  }

  .nav-bar ul li {
    border-bottom: 1px solid #0003;
    padding: 6px 0;
  }

  .nav-bar ul li:last-child {
    border-bottom: none;
  }
  .nav-bar ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    display: block;
  }
  .logo a img {
    width: 100%;
    max-width: 50px;
  }
  .header-cover {
    justify-content: space-between;
  }
  a.navbar-btn {
    border: 1px solid #ffe140;
    width: 40px !important;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background: #ffe140;
    color: #000;
  }
}

@media (max-width: 767px) {
  .header-cover {
    justify-content: space-between;
    align-items: flex-start !important;
  }
}
