/* navbar started here */
header {
  height: 125px;
}

.akash-header {
  width: 100%;
  /* position: fixed; */
  z-index: 999;
  background: #fff;
  box-shadow: 0px 2px 10px 0px #14363e94;
}

.akash-header.sticky-menu .header-marq {
  display: none;
}

.akash-header .header-top-container {
  width: 100%;
  padding: 5px 0;
  /* background: #39562538; */
  background: #84c25a14;
}

.header-top-container .logo-container {
  height: 40px;
  position: relative;
  width: 120px;
}

.header-top-container .logo-container img {
  /* background: #fff; */
  /* padding: 3px; */
  border-radius: 10px;
  position: absolute;
  height: 70px;
  /* border: 1px solid #ddd; */
  /* top: 0px; */
  bottom: -17px;
  /* box-shadow: 12px 10px 10px #00000042; */
  /* filter: drop-shadow(2px 2px 2px black) drop-shadow(-2px -2px 2px white); */
}

.akash-header .header-container {
  height: 45px;
  width: 100%;
  background: var(--theme-color);
  /* background: #e7edeb; */
  border-bottom: 5px solid #e6d7b5;
}

.header-top-container .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

.header-top-container .search-and-button-container {
  flex: 1;
  height: 100%;
}

.header-top-container .search-and-button-container input {
  height: 35px;
  width: 275px;
  border-radius: 5px;
  padding-left: 40px;
  border: 2px solid var(--theme-color);
  font-size: 17px;
  font-family: var(--font-2);
  color: var(--theme-color);
}

.header-top-container .search-and-button-container {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.header-top-container .search-and-button-container h2 {
  font-size: 22px;
  margin-bottom: 0px;
  font-family: var(--font-1);
  color: var(--theme-color);
  /* -webkit-text-fill-color: hsla(0, 0%, 100%, 0); */
  /* background: linear-gradient(90.09deg, #395625 14.61%, #395625 47.78%, #327a01 78.77%); */
  -webkit-background-clip: text;
  font-weight: 600;
  animation: fadetitle 3s ease-out infinite;
}

@keyframes fadetitle {
  0%,
  100% {
    transform: scale(0.75);
  }

  50% {
    transform: scale(0.9);
  }
}

.header-top-container .search-and-button-container button {
  color: var(--theme-color);
  font-size: 19px;
  background: #9cca7c78;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ddd;
  box-shadow: inset 2px 2px 10px #45662f8c;
  transition: 0.3s all ease-in-out;
  z-index: 3;
  position: relative;
}

.header-top-container .search-and-button-container button:hover {
  background: var(--theme-color);
  color: #fff;
}

.header-top-container .input-container {
  position: relative;
}

.header-top-container .input-container .placeholder {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  font-size: 17px;
  color: var(--theme-color);
  pointer-events: none;
  white-space: nowrap;
  font-family: var(--font-2);
}

.header-top-container .input-container i {
  color: var(--theme-color);
  font-size: 21px;
  position: absolute;
  left: 10px;
  /* top: 8px; */
}

.navbar-container ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 50px;
  align-items: center;
  margin-bottom: 0px;
  height: 45px;
  font-family: var(--font-2);
  text-transform: uppercase;
}

.navbar-container ul li {
  height: 100%;
}

.navbar-container ul li a {
  text-decoration: none;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  font-family: var(--font-2);
  font-weight: 400;
  height: 100%;
}

.navbar-container ul li a img {
  width: 14px;
  height: auto;
}

.navbar-container ul li a span.toggle {
  padding-left: 3px;
  font-size: 15px;
}

.navbar-container ul li a span.toggle:before {
  content: "\f078";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

header .header-marq {
  display: flex;
  flex-direction: row;
  background: #e6d7b5;
  color: var(--theme-color);
  transition: 0.3s all ease-in-out;
  font-family: var(--font-1);
  font-size: 16px;
  padding: 3px 0;
  transition: 0.3s all ease-in-out;
}

header .header-marq marquee span {
  margin-right: 100px;
  font-size: 14px;
  font-family: var(--font-1);
  font-weight: 600;
}

.navbar-container ul li ul.cus-dropdown {
  position: absolute;
  display: flex;
  flex-direction: column;
  background: #e6d7b5;
  top: 40px;
  left: -19px;
  height: unset;
  width: 130px;
  gap: 10px;
  padding: 6px;
  box-shadow: 1px 6px 10px #395625a8;
  border-radius: 0 0 4px 4px;
  padding-top: 15px;
  z-index: 99;
}

.navbar-container ul li ul.cus-dropdown a {
  color: var(--theme-color);
  font-weight: 600;
}

.home-profile-list-container {
  list-style-type: none;
  position: absolute;
  z-index: 1;
  /* background: #d4dacf; */
  background: #f5faf2;
  box-shadow: 4px 9px 10px #0000006b;
  width: 190px;
  padding: 15px;
  flex-direction: column;
  left: -20px;
  /* top: 45px; */
  top: 35px;
  margin-bottom: 0px;
  gap: 10px;
  border-radius: 0 0 10px 10px;
  display: none;
  z-index: 2;
}

.home-profile-list-container h3 {
  font-size: 20px;
  margin-bottom: 0px;
}

.home-profile-list-container h3 span {
  font-size: 17px;
}

.home-profile-list-container.logged-in {
  display: flex;
}

.home-profile-list-container li a {
  background: var(--theme-color);
  width: 100%;
  display: block;
  text-align: center;
  padding: 3px;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  transition: 0.3s all ease-in-out;
}

.home-profile-list-container li a:hover {
  background: #99721b;
  box-shadow: 0 0 10px #00000087;
}

.header-cart-btn-conatiner {
  position: relative;
}

/* navbar ended here */

@media (max-width: 1023px) {
  .hamburger-menu {
    display: block;
    text-align: center;
    padding-right: 60px;
    float: none;
    width: 100%;
    position: absolute;
    top: -6px;
    right: -4px;
  }

  .burger-1,
  .burger-2,
  .burger-3 {
    display: block;
    position: absolute;
    width: 20px;
    height: 3px;
    border-radius: 30px;
    right: 0;
    margin-right: 25px;
    /* background: #fff; */
    background: var(--theme-color);
    -webkit-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }

  .burger-1 {
    top: 48px;
  }

  .burger-2 {
    top: 39px;
  }

  .burger-3 {
    top: 31px;
  }

  .burger-1.open,
  .burger-2.open,
  .burger-3.open {
    -webkit-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    transform-origin: 50% 50%;
  }

  .burger-1.open {
    top: 38px;
    width: 23px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }

  .burger-2.open {
    opacity: 0;
  }

  .burger-3.open {
    top: 38px;
    width: 23px;
    transform: rotate(-45deg);
  }
}
