:root {
  --primary-color: #292929;
  --light-color: #fff;
  --light-gray-color: #F8F9FA;
  --dark-gray-color: #F5F5F5;
  --dark-gray-color-2: #F7F7F7;
  --dark-gray-color-3: #D9D9D9;
  --dark-gray-color-4: #E2E2E2;
  --dark-gray-color-5: #D5D5D5;
  --text-color: #707070;
  --black-color: #000;
  --blue-color: #3B63AB;
  --body-bg: #F5F5F5;
  --light-pink-color: #EAE6DC;
  --danger-color: #E63946;
  --danger-color-bg: #E639461A;
  --success-color: #2E8B57;
  --success-color-bg: #2E8B571A;
  --pending-color: #FFD969;
  --pending-color-bg: #FFD9691A;
  --font-nura: "Nura", sans-serif;
  --font-twkEverett: "TWKEverett", sans-serif;
}

/* Black */
@font-face {
  font-family: "TWKEverett";
  src: url("../fonts/twk/TWKEverett-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "TWKEverett";
  src: url("../fonts/twk/TWKEverett-BlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}
/* Extra Bold */
@font-face {
  font-family: "TWKEverett";
  src: url("../fonts/twk/TWKEverett-Extrabold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "TWKEverett";
  src: url("../fonts/twk/TWKEverett-ExtraboldItalic.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
}
/* Bold */
@font-face {
  font-family: "TWKEverett";
  src: url("../fonts/twk/TWKEverett-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "TWKEverett";
  src: url("../fonts/twk/TWKEverett-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
/* Super (custom weight) */
@font-face {
  font-family: "TWKEverett";
  src: url("../fonts/twk/TWKEverett-Super.otf") format("opentype");
  font-weight: 750;
  font-style: normal;
}
@font-face {
  font-family: "TWKEverett";
  src: url("../fonts/twk/TWKEverett-SuperItalic.otf") format("opentype");
  font-weight: 750;
  font-style: italic;
}
/* Medium */
@font-face {
  font-family: "TWKEverett";
  src: url("../fonts/twk/TWKEverett-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "TWKEverett";
  src: url("../fonts/twk/TWKEverett-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}
/* Regular */
@font-face {
  font-family: "TWKEverett";
  src: url("../fonts/twk/TWKEverett-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "TWKEverett";
  src: url("../fonts/twk/TWKEverett-RegularItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
/* Light */
@font-face {
  font-family: "TWKEverett";
  src: url("../fonts/twk/TWKEverett-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "TWKEverett";
  src: url("../fonts/twk/TWKEverett-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
/* Thin */
@font-face {
  font-family: "TWKEverett";
  src: url("../fonts/twk/TWKEverett-Thin.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "TWKEverett";
  src: url("../fonts/twk/TWKEverett-ThinItalic.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
}
/* Ultra Light */
@font-face {
  font-family: "TWKEverett";
  src: url("../fonts/twk/TWKEverett-Ultralight.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "TWKEverett";
  src: url("../fonts/twk/TWKEverett-UltralightItalic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
}
/* Hairline */
@font-face {
  font-family: "TWKEverett";
  src: url("../fonts/twk/TWKEverett-Hairline.otf") format("opentype");
  font-weight: 50;
  font-style: normal;
}
@font-face {
  font-family: "TWKEverett";
  src: url("../fonts/twk/TWKEverett-HairlineItalic.otf") format("opentype");
  font-weight: 50;
  font-style: italic;
}
/* Variable Font (NuraVAR.ttf) - Supports dynamic weights */
@font-face {
  font-family: "Nura";
  src: url("../fonts/Nura/Variable Font/Nura-NuraVAR.ttf") format("truetype");
  font-weight: 100 900; /* Full weight range */
  font-style: normal;
  font-display: swap; /* Optional: improves loading behavior */
}
/* WOFF Fonts (Modern browsers) */
/* Thin (100) */
@font-face {
  font-family: "Nura";
  src: url("../fonts/Nura/WOFF/Nura-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
/* ExtraLight (200) */
@font-face {
  font-family: "Nura";
  src: url("../fonts/Nura/WOFF/Nura-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
/* Light (300) */
@font-face {
  font-family: "Nura";
  src: url("../fonts/Nura/WOFF/Nura-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
/* Normal / Regular (400) */
@font-face {
  font-family: "Nura";
  src: url("../fonts/Nura/WOFF/Nura-Normal.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/* Medium (500) */
@font-face {
  font-family: "Nura";
  src: url("../fonts/Nura/WOFF/Nura-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
/* SemiBold (600) */
@font-face {
  font-family: "Nura";
  src: url("../fonts/Nura/WOFF/Nura-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
/* Bold (700) */
@font-face {
  font-family: "Nura";
  src: url("../fonts/Nura/WOFF/Nura-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/* ExtraBold (800) */
@font-face {
  font-family: "Nura";
  src: url("../fonts/Nura/WOFF/Nura-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
/* Black (900) */
@font-face {
  font-family: "Nura";
  src: url("../fonts/Nura/WOFF/Nura-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
/* OTF Fonts (Optional, for broader compatibility) */
/* Example for one weight - repeat for others if needed */
@font-face {
  font-family: "Nura";
  src: url("../fonts/Nura/OTF/Nura-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
/* TTF Fonts (Optional, fallback) */
@font-face {
  font-family: "Nura";
  src: url("../fonts/Nura/TTF/Nura-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
body {
  background: var(--body-bg);
  overflow-x: hidden;
  font-family: var(--font-nura);
  font-weight: 400;
  color: var(--primary-color);
}
@media (max-width: 1024px) {
  body:has(nav.active) {
    height: 100vh;
    overflow: hidden;
  }
  body:has(nav.active)::-webkit-scrollbar {
    width: 0;
  }
}

::-moz-selection {
  background: var(--text-color);
  color: var(--light-color);
}

::selection {
  background: var(--text-color);
  color: var(--light-color);
}

img {
  max-width: 100%;
}

input,
select,
button,
textarea {
  border: none;
}
input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

main {
  margin: 140px 0 100px;
  flex: 1 0 auto;
}

.call-to-action {
  display: inline-block;
  background: var(--primary-color);
  color: var(--light-gray-color);
  font-family: "TWKEverett", sans-serif;
}

.call-to-action-transparent {
  display: inline-block;
  background: transparent;
  color: var(--primary-color);
  border: 2px solid #292929;
  font-family: "TWKEverett", sans-serif;
}

.page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.blur-page {
  filter: blur(8px);
  pointer-events: none;
}

.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary-color);
  z-index: 99999999;
  transition: 0.3s;
}
.preloader.hide {
  opacity: 0;
}

.loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  border: 4px solid;
  border-radius: 50%;
  border-color: var(--text-color) rgba(0, 0, 0, 0);
  animation: l16 1s infinite linear;
}

.loader::before,
.loader::after {
  content: "";
  grid-area: 1/1;
  margin: 2px;
  border: inherit;
  border-radius: 50%;
}

.loader::before {
  border-color: var(--light-color) rgba(0, 0, 0, 0);
  animation: inherit;
  animation-duration: 0.5s;
  animation-direction: reverse;
}

.loader::after {
  margin: 8px;
}

@keyframes l16 {
  100% {
    transform: rotate(1turn);
  }
}
.marquee-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 20px 0;
  background: var(--primary-color);
  color: var(--light-gray-color);
}
.marquee-container:hover .marquee-track {
  animation-play-state: paused;
}

.marquee-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: marquee 20s linear infinite;
}

.marquee-text {
  display: inline-block;
  padding-right: 2rem; /* space between the repeating text */
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
header {
  background: var(--primary-color);
  color: var(--light-gray-color);
  transition: transform 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
header.header-hidden {
  transform: translateY(-100%);
}
header.header-visible {
  transform: translateY(0);
}
header nav {
  background: var(--primary-color);
  z-index: 999999999;
  transition: left 0.3s;
}
header nav::-webkit-scrollbar {
  width: 0;
}
header nav.active {
  left: 0 !important;
}
@media (min-width: 1024px) {
  header nav .drop-down .drop-down-list {
    background: var(--primary-color);
    width: 100%;
    top: 60px;
    left: 0;
    position: fixed;
    transform: scaleY(0);
    transform-origin: top;
    overflow: hidden;
    transition: 0.3s;
  }
  header nav .drop-down:hover .drop-down-list {
    transform: scaleY(1);
  }
}
@media (max-width: 1023px) {
  header nav .drop-down .drop-down-list {
    background: var(--primary-color);
    width: 100%;
    min-height: 100vh;
    top: 0;
    left: -100%;
    position: fixed;
    overflow: hidden;
    transition: 0.3s;
    z-index: 50;
  }
  header nav .drop-down.show .drop-down-list {
    left: 0;
  }
}
header nav .user-profile a,
header nav .cart a {
  border-color: var(--light-gray-color);
}

footer {
  background: var(--primary-color);
  color: var(--light-gray-color);
}
footer .row-box {
  margin: 30px 0;
  padding: 20px 0;
  border-top: 1px solid var(--light-gray-color);
  border-bottom: 1px solid var(--light-gray-color);
}
footer .row-box ul {
  transition: 0.3s;
}
footer .row-box h5 {
  justify-content: flex-start !important;
}
footer .row-box h5 span {
  font-size: 18px;
  transition: 0.3s;
}
footer .row-box h5.active span {
  transform: rotate(-90deg);
}
footer .row-box h5.active ~ ul {
  max-height: 100% !important;
}/*# sourceMappingURL=main.css.map */