/* header*/
header .header-wrap {
  display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0em 4em;
    margin: 0 auto;
  }
  .header-right .header-btn .primary-button {
  background-color: #000;
}

header .header-wrap .header-right .header-btn .primary-button:hover {
  border: 1px solid #780909;
  background-color: #CD1818;
}

.header-right {
  display: flex;
  justify-content: flex-end;
}
  header {
    -ms-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      z-index: 99;
      padding: 0.5% 0;
      position: fixed;
      height: auto;
      width: 100%;
      background-color: #fff;
      height: auto;
      top: 0;
      border-bottom: 0;
  }

li.nav-item.menu-items.nav-ev.header-btn {
  display: none;
}

header .header-wrap .logo img {
  max-width: 100% !important;
    width: 140px;
  }

  header.active {
    position: fixed;
    height: auto;
    left: 0;
    top: 0;
    float: left;
    width: 100%;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #fff;
    -webkit-box-shadow: 10px 10px 42px -33px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 42px -33px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 42px -33px rgba(0, 0, 0, 0.75);
    z-index: 99;
    height: auto;
  }

  header .header-wrap .nav-menu .navbar .nav {
    display: flex;
    justify-content: space-around;
    list-style: none;
  }


  header .header-wrap .nav-menu .navbar .nav li a {
    font-family: "Outfit", sans-serif;
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1rem;
    padding: 9px 16px;
    text-decoration: none;
    color: #000;
    transition: .4s;
    position: relative;

  }

  header .header-wrap .nav-menu .navbar .nav li a:hover {
    background-color: transparent;
  color: #C10000;
    /*! transition: .4s; */
    /*! font-weight: 700; */
  }

  header .header-wrap .nav-menu .navbar .nav li a:after {
    content: "";
    background-color: transparent;
    position: absolute;
    width: 33px;
    display: block;
    height: 3px;
    right: 20px;
    border-radius: 50px;
    opacity: 0;
    transition: .4s;
    bottom: 5px;
  }

  header .header-wrap .nav-menu .navbar .nav li a:hover:after {
    content: "";
    opacity: 1;
    transition: .4s;
 }

  .header-right .header-btn .primary-button {
  background-color: #000;border: 1px solid #000;
}

header .header-wrap .header-right .header-btn .primary-button:hover {
  border: 1px solid #780909;
  background-color: #CD1818;
}

.header-right {
  display: flex;
  justify-content: flex-end;
}
