/*Header design 3*/

#header3 {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.4);
  background: var(--header-blue-clr);
}
#header3 .navbar-brand {
  margin-left: 0 !important;
}
#header3 .navbar-brand img {
  border: 2px solid var(--pink-clr);
  border-radius: 25px;
  margin-top: 5px;
}

#header3 .search-box {
  background: #ffffff;
  position: absolute;
  top: 100%;
  right: 0px;
  width: 80vw;
  max-width: 1200px;
  height: 70px;
  line-height: 60px;
  box-shadow: none;
  border-top: 3px solid var(--pink-clr);
  display: none;
}
#header3 .search-box:before {
  content: "";
  position: absolute;
  top: -12px;
  right: 10px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: none;
  border-bottom: 12px solid var(--pink-clr);
}

#header3 .search-box input[type="text"] {
  width: 100%;
  padding: 5px 20px;
  margin-left: 0px;
  border: 1px solid var(--header-blue-clr);
  outline: none;
  border-radius: 25px 0 0 25px;
}
#header3 .search-bar {
  height: 60px;
  padding: 10px 20px;
}
#header3 .search-box .button {
  background: var(--header-blue-clr);
  color: #fff;
  margin-left: -1px;
  border-radius: 0 25px 25px 0;
  border: 1px solid var(--header-blue-clr);
  outline: none;
  cursor: pointer;
}

#header3 .navbar-item {
  text-transform: uppercase;
  font-size: 17px;
  padding: 25px 12px;
  margin-right: 5px;
  transition: all 0.3s ease;
  color: #0f0f0f;
}

#header3 .navbar-item.active,
#header3 .navbar-item:hover {
  color: #504f4f;
  background: rgba(0, 0, 0, 0.15) !important;
}

@media (max-width: 1023px) {
  #header3 .navbar-item {
    font-size: 15px;
    padding: 10px 12px;
    margin-right: 0;
    color: #343434;
  }
  #header3 .navbar-burger {
    color: #fff;
  }
  #header3 .navbar {
    padding-right: 45px;
  }
  #header3 .navbar-brand {
    align-items: center;
  }
  .navbar-menu {
    position: absolute;
    width: 100%;
    top: 100%;
  }
  #header3 .searchNav {
    position: absolute;
    margin: 0 !important;
    right: 0;
    top: 0;
    padding-top: 10px;
  }
  #header3 .searchNav .navbar-item {
    color: #fff;
  }
  #header3 .search-box {
    margin-top: 4px;
    width: 92vw;
  }
  #header3 #topSearchBtn .fa {
    font-size: 16px;
  }
  #header3 #topSearchBtn {
    font-size: 0px;
  }
  .custom-container .container {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
