/* ============================================================
   Namo Nama header — unique nn-* classes
   Theme: #960605 / #f9af1f
   ============================================================ */

:root {
  --nn-primary: #960605;
  --nn-gold: #f9af1f;
  --nn-gold-hover: #960605;
  --nn-ink: #111111;
  --nn-muted: #000;
  --nn-icon-ring: #000;
  --nn-search-line: #dcd7d4;
  --nn-cart-circle: #eeeeee;
  --nn-badge: #2d2d2d;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  overflow-x: hidden;
}

body {
  font-family: "Mukta", sans-serif;
  color: #5c4a3a;
 
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

a {
  text-decoration: none;
}

.nn-site-header {
  position: relative;
    z-index: 1000;
    width: max-content;
    margin: auto;
    /* height: 250px; */
    /* background: rgba(255, 248, 236, 0.72); */
    /* backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px); */
    /* border-bottom: 1px solid rgba(249, 175, 31, 0.28); */
    /* box-shadow: 0 10px 28px rgba(90, 40, 10, 0.1);*/
}

.nn-site-header.new{
  position: relative;
  backdrop-filter: none;
  width: 100%;
  border-bottom: none;
}
.nn-site-header.new .nn-header-navwrap{
  margin: 35px auto 0;
  width: max-content;
}
/* ---------- Top bar ---------- */

.nn-header-top {
  position: relative;
  background: transparent;
  overflow: hidden;
}



.nn-header-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nn-header-contact li {
  display: flex;
  align-items: center;
  color: var(--nn-muted);
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.nn-header-contact li:last-child {
  margin-bottom: 0;
}

.nn-header-contact a {
  color: var(--nn-muted);
  transition: color 0.25s ease;
}

.nn-header-contact a:hover {
  color: var(--nn-gold);
}

.nn-contact-icon {
  width: 28px;
  height: 28px;
  /* border: 2px solid var(--nn-icon-ring); */
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  flex-shrink: 0;
  font-size: 14px;
  color: var(--nn-muted);
}

.nn-header-logo {
  display: inline-flex;
  align-items: center;
  gap: 0px;
  flex-shrink: 0;
  /* background: bisque; */
  margin-right: 50px;
  color: #111;
  text-decoration: none;
  padding: 12px;
  border-radius: 100%;
  height: 150px;
  width: 150px;
}

.nn-header-logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff7a1a 0%, #ef4c1d 100%);
  color: #fff;
  box-shadow: 0 8px 18px rgba(239, 76, 29, 0.24);
  font-size: 15px;
}

.nn-header-logo-text {
  color: #111;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
}

.nn-header-logo img {
  /* display: none; */
  max-width: 150px;
}

.nn-header-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}

.nn-header-social {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0 10px 0 0;
  padding: 0;
}

.nn-header-social li {
  margin: 0 5px;
}

.nn-header-social a {
  color: var(--nn-muted);
  font-size: 18px;
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  transition: color 0.25s ease;
}

.nn-header-social a:hover {
  color: var(--nn-gold);
}

.nn-header-search {
  position: relative;
  padding-left: 14px;
  margin-right: 14px;
}

.nn-search-trigger,
.nn-cart-trigger {
  color: var(--nn-muted);
  background: none;
  border: 0;
  padding: 0;
  line-height: 1;
  cursor: pointer;
}

.nn-search-trigger {
  font-size: 18px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.25s ease;
}

.nn-search-trigger:hover,
.nn-cart-trigger:hover {
  color: var(--nn-gold);
}

.nn-header-cart {
  position: relative;
}

.nn-cart-trigger {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--nn-cart-circle);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  position: relative;
}

.nn-cart-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--nn-badge);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

.nn-cart-panel {
  position: absolute;
  top: calc(100% + 14px);
  right: -8px;
  width: 280px;
  background: rgba(255, 248, 236, 0.94);
  border: 1px solid rgba(249, 175, 31, 0.38);
  border-top: 5px solid var(--nn-gold);
  border-radius: 0 0 14px 14px;
  box-shadow: 0 16px 38px rgba(90, 40, 10, 0.16);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: 0.25s ease;
  z-index: 1100;
  text-align: left;
}

.nn-cart-panel.is-open,
.nn-header-cart:hover .nn-cart-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nn-cart-panel-title {
  margin: 0;
  padding: 14px 16px 10px;
  font-size: 17px;
  font-weight: 700;
  color: var(--nn-ink);
  border-bottom: 1px solid #eee;
}

.nn-cart-item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 16px;
  font-size: 15px;
  color: #555;
  border-bottom: 1px solid #f3f3f3;
}

.nn-cart-item span:last-child {
  color: var(--nn-gold);
  font-weight: 700;
  white-space: nowrap;
}

.nn-cart-total {
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
  font-weight: 700;
  color: var(--nn-ink);
  font-size: 16px;
}

.nn-cart-checkout {
  display: block;
  margin: 0 16px 16px;
  text-align: center;
  background: var(--nn-gold);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 10px 12px;
  transition: background 0.25s ease;
}

.nn-cart-checkout:hover {
  background: var(--nn-gold-hover);
  color: #fff;
}

/* Search overlay */

.nn-search-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 248, 236, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  display: flex;
  align-items: center;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.nn-site-header.is-search-open .nn-search-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.nn-search-form {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 12px;
}

.nn-search-form input {
  flex: 1;
  border: 0;
  outline: none;
  box-shadow: none;
  font-size: 20px;
  color: #333;
  background: transparent;
  padding: 8px 0;
}

.nn-search-form input::placeholder {
  color: #b5b5b5;
}

.nn-search-close {
  width: 40px;
  height: 40px;
  border: 0;
  background: none;
  color: var(--nn-muted);
  font-size: 22px;
  cursor: pointer;
}

.nn-search-close:hover {
  color: var(--nn-ink);
}

/* ---------- Navigation bar ---------- */

.nn-header-navwrap {
  /* background: rgba(255, 248, 236, 0.94); */
  position: relative;
      border-radius: 20px;
      /* border: 1px solid bisque; */
    /* padding: 20px 0; */
  margin: 45px 120px 0;
}

.nn-header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* min-height: 62px; */
  padding: 0 20px !important;
  position: relative;
}
.newnav{
  width: max-content;
  display: flex;
  align-items: center;
  background: bisque;
  border-radius: 50px;
  height: 80px;
  padding: 10px 20px 10px 0;
  box-sizing: border-box;
}

.newnav .nn-header-logo {
  width: 150px;
  height: 150px;
  margin-top: 0;
  margin-right: 20px;
  padding: 4px;
  background: #960605;
  border-radius: 50%;
  overflow: hidden;
}

.newnav .nn-header-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nn-nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 15px 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
}

.nn-mobile-nav-logo {
  display: none;
}

.nn-nav-toggle-bar,
.nn-nav-toggle-bar::before,
.nn-nav-toggle-bar::after {
  display: block;
  width: 20px;
  height: 2px;
  background: #000;
  position: relative;
  transition: 0.25s ease;
}

.nn-nav-toggle-bar::before,
.nn-nav-toggle-bar::after {
  content: "";
  position: absolute;
  left: 0;
}

.nn-nav-toggle-bar::before {
  top: -6px;
}

.nn-nav-toggle-bar::after {
  top: 6px;
}

.nn-site-header.is-nav-open .nn-nav-toggle-bar {
  background: transparent;
}

.nn-site-header.is-nav-open .nn-nav-toggle-bar::before {
  top: 0;
  transform: rotate(45deg);
}

.nn-site-header.is-nav-open .nn-nav-toggle-bar::after {
  top: 0;
  transform: rotate(-45deg);
}

.nn-header-menu {
  display: flex;
  align-items: stretch;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nn-nav-backdrop {
  display: none;
}

.nn-extra-menu-toggle,
.nn-extra-menu,
.nn-extra-menu-backdrop {
  display: none;
}
html.nn-nav-locked,
body.nn-nav-locked,
html.nn-extra-menu-locked,
body.nn-extra-menu-locked {
  overflow: hidden;
  overscroll-behavior: none;
}

@media (min-width: 992px) {
  .nn-header-search {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-right: 12px;
  }

  .nn-extra-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    /* border-left: 1px solid var(--nn-search-line); */
    background: transparent;
    color: var(--nn-ink);
    font-size: 18px;
    cursor: pointer;
  }

  .nn-extra-menu-toggle:hover,
  .nn-extra-menu-toggle:focus-visible {
    color: var(--nn-primary);
  }

  .nn-extra-menu-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(16, 10, 6, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.28s ease, visibility 0s linear 0.28s;
    z-index: 1301;
    touch-action: none;
  }

  .nn-extra-menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: min(380px, 32vw);
    height: 100dvh;
    padding: 28px;
    background: #fff;
    box-shadow: -16px 0 38px rgba(0, 0, 0, 0.3);
    visibility: hidden;
    transform: translateX(100%);
    transition: transform 0.28s ease, visibility 0s linear 0.28s;
    z-index: 1302;
  }

  .nn-extra-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    color: #960605;
    font-size: 22px;
    font-weight: 700;
  }

  .nn-extra-menu-head button {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #960605;
    font-size: 23px;
    line-height: 1;
    cursor: pointer;
  }

  .nn-extra-menu nav {
    display: grid;
    padding-top: 18px;
  }

  .nn-extra-menu nav a {
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #000;
    font-size: 17px;
    font-weight: 600;
  }

  .nn-extra-menu nav a:hover {
    color: var(--nn-gold);
  }

  .nn-site-header.is-extra-menu-open .nn-extra-menu,
  .nn-site-header.is-extra-menu-open .nn-extra-menu-backdrop {
    visibility: visible;
    transition-delay: 0s;
  }

  .nn-site-header.is-extra-menu-open .nn-extra-menu {
    transform: translateX(0);
  }

  .nn-site-header.is-extra-menu-open .nn-extra-menu-backdrop {
    opacity: 1;
  }

    .nn-site-header.is-extra-menu-open {
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
    }

}

.nn-header-menu > li {
  position: relative;
  display: flex;
  align-items: stretch;
}

.nn-nav-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.4px;
  padding: 21px 13px;
  white-space: nowrap;
  transition: color 0.25s ease;
  background: transparent;
  border: 0;
}

.nn-nav-link i {
  font-size: 12px;
  line-height: 1;
}

.nn-nav-link:hover,
.nn-nav-link:focus {
  color: var(--nn-primary);
}

.nn-nav-link.is-active {
  color: var(--nn-primary);
}

.nn-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 230px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: rgba(255, 248, 236, 0.94);
  border: 1px solid rgba(249, 175, 31, 0.35);
  box-shadow: 0 16px 38px rgba(90, 40, 10, 0.16);
  border-top: 3px solid var(--nn-gold);
  border-radius: 0 0 12px 12px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: 0.2s ease;
  z-index: 1200;
}

.nn-dropdown a {
  display: block;
  padding: 9px 18px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  transition: 0.2s ease;
}

.nn-dropdown a:hover {
  color: var(--nn-gold);
  background: rgba(249, 175, 31, 0.18);
  padding-left: 22px;
}

@media (min-width: 992px) {
  .nn-has-dropdown:hover > .nn-dropdown,
  .nn-has-dropdown:focus-within > .nn-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

/* Donate parallelogram */

.nn-nav-donate {
  display: flex;
    align-items: center;
    padding: 12px;
    border-radius: 25px;
    background: #fac83b;
    /* transform: skewX(-23deg); */
    transform-origin: top;
    align-self: stretch;
    flex-shrink: 0;
}

.nn-donate-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  /* transform: skewX(20deg); */
  color: #960605;
  font-size: 18px;
  font-weight: 700;
  /* font-style: italic; */
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 0 12px;
  white-space: nowrap;
  height: 100%;
  transition: color 0.2s ease;
}

.nn-nav-donate:hover .nn-donate-btn{
  color: var(--nn-gold);
}
.nn-nav-donate:hover{
  background-color: #960605;
}
.nn-donate-btn i {
  margin-left: 8px;
  font-size: 16px;
  font-style: normal;
}

/* ---------- Responsive ---------- */

@media (max-width: 1199.98px) {
  .nn-nav-link {
    padding: 21px 9px;
    font-size: 15px;
  }
.nn-site-header .nn-header-navwrap {
    margin: 12px 8px 0;
  }
  .nn-site-header .nn-header-navwrap .nn-nav-donate{
    padding: 0px 18px;
    border-radius: 50px;
  }

  .nn-donate-btn {
    padding: 0 24px;
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .nn-header-navwrap {
    margin: 12px 24px 0;
  }

  .nn-site-header.new .nn-header-navwrap {
    margin: 0;
  }

  .nn-header-top-row {
    min-height: 0;
    justify-content: center;
  }

  .nn-header-contact-col,
  .nn-header-tools-col .nn-header-social,
  .nn-header-search::before {
    display: none;
  }

  .nn-header-tools-col {
    display: none !important;
  }

  .nn-header-logo-col {
    display: none;
  }

  .nn-mobile-nav-logo {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    order: 1;
  }

  .nn-mobile-nav-logo img { height: 70px; width: auto; padding: 10px; }

  .nn-header-nav {
    justify-content: space-between;
    gap: 8px;
    min-height: 56px;
    padding: 0 10px;
    border-radius: 50px;
    overflow: hidden;
  }

  .nn-header-nav .newnav {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    height: auto;
    padding: 0;
    background: transparent;
    border-radius: 0;
  }

  .nn-header-nav .newnav .nn-header-logo {
    width: 58px;
    height: 58px;
    margin-right: 12px;
    padding: 4px;
  }

  .nn-header-nav .nn-header-logo {
    order: 1;
  }

  .nn-header-nav .newnav {
    order: 2;
  }

  .nn-nav-toggle {
    display: inline-flex;
    order: 3;
    margin: 0;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
  }

  .nn-header-search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    min-width: 0;
    order: 4;
    margin: 0;
    padding: 0;
  }

  .nn-search-trigger {
    width: 44px;
    height: 44px;
    font-size: 19px;
  }

  .nn-header-menu {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: min(86vw, 360px);
    height: 100dvh;
    flex-direction: column;
    align-items: stretch;
    padding: 88px 0 24px;
    background: #fff;
    box-shadow: 16px 0 38px rgba(0, 0, 0, 0.3);
    z-index: 1302;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    transform: translateX(-100%);
    transition: transform 0.28s ease, visibility 0s linear 0.28s;
  }

  .nn-site-header.is-nav-open .nn-header-menu {
    visibility: visible;
    transform: translateX(0);
    transition-delay: 0s;
  }

  .nn-site-header.is-nav-open .nn-nav-toggle {
    position: fixed;
    top: 16px;
    left: 16px;
    z-index: 1303;
    margin: 0;
  }

  .nn-nav-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(16, 10, 6, 0.52);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.28s ease, visibility 0s linear 0.28s;
    z-index: 1301;
    cursor: default;
    touch-action: none;
  }

  .nn-site-header.is-nav-open .nn-nav-backdrop {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }

  .nn-site-header.is-nav-open {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .nn-header-menu > li {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .nn-nav-link {
    width: 100%;
    justify-content: space-between;
    padding: 14px 24px;
    color: #000;
  }

  .nn-dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    box-shadow: none;
    border-top: 0;
    background: #fff;
    border: none;
    min-width: 0;
    padding: 0;
  }
.nn-site-header .nn-header-navwrap {
    margin: 12px 8px 0;
  }
  .nn-site-header .nn-header-navwrap .nn-nav-donate{
    padding: 0;
    border-radius: 50px;
  }

  .nn-has-dropdown.is-open > .nn-dropdown {
    display: block;
  }
.nn-header-logo {
  margin-right: 10px;
}

@media (min-width: 992px) {
  .nn-site-header.new {
    position: absolute;
    width: 100%;
    background: transparent;
    border-bottom: none;
  }

  .nn-site-header.new.is-sticky {
    position: fixed !important;
    top: 0;
    background: transparent;
    border-bottom: none;
  }

  .nn-site-header.new .nn-header-navwrap,
  .nn-site-header.new.is-sticky .nn-header-navwrap {
    width: max-content;
    margin: 35px auto 0;
    border-radius: 20px;
  }

  .nn-site-header.new.is-sticky .nn-header-navwrap {
    margin-top: 12px;
  }

  .nn-site-header.new .nn-header-nav,
  .nn-site-header.new.is-sticky .nn-header-nav {
    width: max-content;
    min-height: 0;
    padding: 0 20px !important;
    border-radius: 0;
    overflow: visible;
  }

  .nn-site-header.new .newnav,
  .nn-site-header.new.is-sticky .newnav {
    width: max-content;
    height: 80px;
    padding: 10px 20px 10px 0;
    border-radius: 50px;
    background: bisque;
  }

  .nn-site-header.new .newnav .nn-header-logo,
  .nn-site-header.new.is-sticky .newnav .nn-header-logo {
    width: 150px;
    height: 150px;
    margin: 0 24px 0 0;
    padding: 4px;
    border-radius: 50%;
    background: #960605;
  }
}
  .nn-dropdown a {
    color: #333;
    padding: 10px 28px;
  }

  .nn-dropdown a:hover {
    color: var(--nn-gold);
    background: transparent;
    padding-left: 32px;
  }

  .nn-nav-donate {
    transform: none;
    margin: 0;
  }

  .nn-donate-btn {
    transform: none;
    font-style: italic;
    padding: 0 18px;
    height: 44px;
    margin: 8px 0;
  }

  .nn-header-cart:hover .nn-cart-panel {
    opacity: 0;
    visibility: hidden;
  }

  .nn-cart-panel.is-open {
    opacity: 1;
    visibility: visible;
  }

}
.nn-site-header .nn-header-navwrap {
    margin: 35px 8px 0;
  }
  .nn-site-header .nn-header-navwrap .nn-nav-donate{
    padding: 15px 18px;
    border-radius: 50px;
  }

.nn-site-header .nn-nav-donate {
    align-self: center;
}
@media (max-width: 575.98px) {
  .nn-header-navwrap {
    margin: 12px 12px 0;
  }

  .nn-site-header .nn-header-navwrap {
    margin: 12px 8px 0;
  }
  .nn-site-header .nn-header-navwrap .nn-nav-donate{
    padding: 0px 18px;
    border-radius: 50px;
  }

  .nn-header-logo img {
    height: 52px;
  }

  .nn-mobile-nav-logo img {
    height: 58px;
    padding: 6px;
  }

  .nn-nav-donate {
    padding: 8px;
  }

  .nn-donate-btn {
    padding: 0 8px;
    font-size: 12px;
    white-space: nowrap;
  }

  .nn-donate-btn i {
    margin-left: 5px;
  }

  .nn-cart-trigger {
    width: 36px;
    height: 36px;
  }

  .nn-search-form input {
    font-size: 17px;
  }
}

/* Absolute navigation with a sticky scrolled state */
.nn-site-header.new {
  position: relative;
  z-index: 1000;
  width: 100%;
  background: transparent;
  border-bottom: none;
}

.nn-site-header.new .nn-header-navwrap {
  width: max-content;
  margin: 35px auto 0;
  border-radius: 20px;
}

.nn-site-header.new .nn-header-nav {
  width: max-content;
  min-height: 0;
  padding: 0 20px !important;
  border-radius: 0;
}

.nn-site-header.new .newnav {
  width: max-content;
  height: 80px;
  padding: 10px 20px 10px 0;
  border-radius: 50px;
  background: bisque;
}

.nn-site-header.new .newnav .nn-header-logo {
  width: 150px;
  height: 150px;
  margin: 0 24px 0 0;
  padding: 4px;
  border-radius: 50%;
  background: #960605;
}

.nn-site-header.new .nn-header-menu {
  align-items: center;
  margin: 0;
}

.nn-site-header.new .nn-header-search {
  margin-left: auto;
  align-items: center;
}

.nn-site-header.new.is-sticky {
  position: fixed !important;
  top: 0;
  background: bisque;
  border-bottom: 1px solid #e5e7eb;
}

.nn-site-header.new.is-sticky .nn-header-navwrap {
  width: 100%;
  margin: 0;
  border-radius: 0;
}

.nn-site-header.new.is-sticky .nn-header-nav {
  width: max-content;
  min-height: 76px;
  padding: 0 24px !important;
  overflow: visible;
}

.nn-site-header.new.is-sticky .newnav {
  width: max-content;
  height: 76px;
  padding: 0;
  border-radius: 0;
}

.nn-site-header.new.is-sticky .newnav .nn-header-logo {
  width: 70px;
  height: 70px;
  margin-right: 24px;
  border-radius: 0;
  background: transparent;
}

@media (max-width: 991.98px) {
  .nn-site-header.new,
  .nn-site-header.new.is-sticky {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: bisque;
    border-bottom: 1px solid rgba(150, 6, 5, 0.18);
  }

  .nn-site-header.new.is-sticky {
    position: fixed !important;
  }

  body:not(.home2) .nn-site-header.new {
    position: relative;
  }

  .nn-site-header.new .nn-header-navwrap,
  .nn-site-header.new.is-sticky .nn-header-navwrap {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }

  .nn-site-header.new .nn-header-nav,
  .nn-site-header.new.is-sticky .nn-header-nav {
    width: 100%;
    min-height: 60px;
    padding: 0 8px !important;
    border-radius: 0;
    overflow: visible;
  }

  .nn-site-header.new .newnav,
  .nn-site-header.new.is-sticky .newnav {
    width: 100%;
    height: 60px;
    min-width: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
  }

  .nn-site-header.new .newnav .nn-header-logo,
  .nn-site-header.new.is-sticky .newnav .nn-header-logo {
    width: 48px;
    height: 48px;
    margin: 0 8px 0 0;
    padding: 2px;
    border-radius: 50%;
    background: #960605;
  }

  .nn-site-header.new .nn-nav-toggle,
  .nn-site-header.new.is-sticky .nn-nav-toggle {
    width: 40px;
    height: 40px;
    margin: 0;
  }

  .nn-site-header.new .nn-header-search,
  .nn-site-header.new.is-sticky .nn-header-search {
    gap: 2px;
    margin-left: auto;
  }

  .nn-site-header.new .nn-search-trigger,
  .nn-site-header.new .nn-extra-menu-toggle,
  .nn-site-header.new.is-sticky .nn-search-trigger,
  .nn-site-header.new.is-sticky .nn-extra-menu-toggle {
    width: 38px;
    height: 40px;
  }

  .nn-site-header.new .nn-donate-btn,
  .nn-site-header.new.is-sticky .nn-donate-btn {
    padding: 0 6px;
    font-size: 0;
  }

  .nn-site-header.new .nn-donate-btn i,
  .nn-site-header.new.is-sticky .nn-donate-btn i {
    margin: 0;
    font-size: 16px;
  }

  .nn-site-header.new.is-sticky .nn-header-navwrap,
  .nn-site-header.new.is-sticky .nn-header-nav,
  .nn-site-header.new.is-sticky .newnav {
    width: 100%;
    max-width: 100%;
  }

  .nn-site-header.new.is-sticky .nn-header-nav {
    min-height: 60px;
    padding: 0 12px !important;
  }

  .nn-site-header.new.is-sticky .newnav {
    height: 60px;
  }

  .nn-site-header.new.is-sticky .newnav .nn-header-logo {
    width: 52px;
    height: 52px;
    margin-right: 12px;
  }

  .nn-site-header.new.is-sticky .nn-header-search {
    min-width: 0;
  }

}

@media (min-width: 992px) {
  .nn-site-header.new,
  .nn-site-header.new.is-sticky {
    width: 100%;
    background: transparent;
    border-bottom: none;
  }

  .nn-site-header.new {
    /* position: absolute; */
  }

  .nn-site-header.new.is-sticky {
    position: fixed !important;
    top: 0;
    background: bisque;
    border-bottom: 1px solid #e5e7eb;
  }

  .nn-site-header.new .nn-header-navwrap {
    width: max-content;
    margin: 35px auto 0;
    border-radius: 20px;
  }

  .nn-site-header.new.is-sticky .nn-header-navwrap {
    width: max-content;
    margin: auto;
    border-radius: 0;
  }

  .nn-site-header.new .nn-header-nav {
    width: max-content;
    min-height: 0;
    padding: 0 20px !important;
    overflow: visible;
  }

  .nn-site-header.new.is-sticky .nn-header-nav {
    width: 100%;
    min-height: 76px;
    padding: 0 24px !important;
  }

  .nn-site-header.new .newnav {
    width: max-content;
    height: 80px;
    padding: 10px 20px 10px 0;
    border-radius: 50px;
    background: bisque;
  }

  .nn-site-header.new.is-sticky .newnav {
    width: 100%;
    height: 76px;
    padding: 0;
    border-radius: 0;
    background: bisque;
  }

  .nn-site-header.new .newnav .nn-header-logo {
    width: 150px;
    height: 150px;
    margin: 0 24px 0 0;
    padding: 4px;
    border-radius: 50%;
    background: #960605;
  }

  .nn-site-header.new.is-sticky .newnav .nn-header-logo {
    width: 70px;
    height: 70px;
    margin-right: 24px;
    border-radius: 0;
    background: transparent;
  }
}
