/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-800: oklch(44.4% 0.177 26.899);
    --color-yellow-500: oklch(79.5% 0.184 86.047);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-4xl: 2rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-bounce: bounce 1s infinite;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .top-\[11\.5\%\] {
    top: 11.5%;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[11\%\] {
    bottom: 11%;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-50 {
    z-index: 50;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .mt-24 {
    margin-top: calc(var(--spacing) * 24);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-\[38px\] {
    height: 38px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[55px\] {
    height: 55px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[90px\] {
    height: 90px;
  }
  .h-\[95px\] {
    height: 95px;
  }
  .h-\[100vh\] {
    height: 100vh;
  }
  .h-\[115px\] {
    height: 115px;
  }
  .h-\[130px\] {
    height: 130px;
  }
  .h-\[141px\] {
    height: 141px;
  }
  .h-\[170px\] {
    height: 170px;
  }
  .h-full {
    height: 100%;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-\[12px\] {
    width: 12px;
  }
  .w-\[25\%\] {
    width: 25%;
  }
  .w-\[33\.33\%\] {
    width: 33.33%;
  }
  .w-\[40\%\] {
    width: 40%;
  }
  .w-\[75\%\] {
    width: 75%;
  }
  .w-\[110px\] {
    width: 110px;
  }
  .w-\[115px\] {
    width: 115px;
  }
  .w-\[141px\] {
    width: 141px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[97px\] {
    max-width: 97px;
  }
  .max-w-\[100px\] {
    max-width: 100px;
  }
  .max-w-\[200px\] {
    max-width: 200px;
  }
  .max-w-\[450px\] {
    max-width: 450px;
  }
  .max-w-\[1500px\] {
    max-width: 1500px;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-\[40px\] {
    gap: 40px;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-tr-4xl {
    border-top-right-radius: var(--radius-4xl);
  }
  .rounded-br-4xl {
    border-bottom-right-radius: var(--radius-4xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[1px\] {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-\[\#27548A\] {
    background-color: #27548A;
  }
  .bg-\[\#A19379\] {
    background-color: #A19379;
  }
  .bg-\[\#F1F0E4\] {
    background-color: #F1F0E4;
  }
  .bg-\[\#F5F5F5\] {
    background-color: #F5F5F5;
  }
  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }
  .bg-gray-400 {
    background-color: var(--color-gray-400);
  }
  .bg-red-500 {
    background-color: var(--color-red-500);
  }
  .bg-gradient-to-l {
    --tw-gradient-position: to left in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-\[url\(\/public\/images\/backgrounImg\/group\.png\)\] {
    background-image: url(/public/images/backgrounImg/group.png);
  }
  .from-\[\#31331F\] {
    --tw-gradient-from: #31331F;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#505642\] {
    --tw-gradient-to: #505642;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#535945\] {
    --tw-gradient-to: #535945;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-99\% {
    --tw-gradient-to-position: 99%;
  }
  .bg-cover {
    background-size: cover;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-scale-down {
    object-fit: scale-down;
  }
  .p-0\.5 {
    padding: calc(var(--spacing) * 0.5);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .pt-\[57px\] {
    padding-top: 57px;
  }
  .text-center {
    text-align: center;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-white {
    color: var(--color-white);
  }
  .blur-\[1px\] {
    --tw-blur: blur(1px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur-\[4px\] {
    --tw-backdrop-blur: blur(4px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
}
@font-face {
  font-family: kamva;
  src: url(/public/font/kamva/kamva.ttf);
  src: url(/public/font/kamva/Kamva.eot);
  src: url(/public/font/kamva/Kamva.woff);
  src: url(/public/font/kamva/Kamva.woff2);
}
@font-face {
  font-family: titr;
  src: url(/public/font/Titr/TitrZebr.ttf);
  src: url(/public/font/Titr/TitrZebr.eot);
  src: url(/public/font/Titr/TitrZebr.woff);
  src: url(/public/font/Titr/TitrZebr.woff2);
}
@font-face {
  font-family: CategoryPrice;
  src: url(/public/font/categoryprice/TrafficSSMehr-Regular.ttf);
  src: url(/public/font/categoryprice/TrafficSSMehr-Regular.eot);
  src: url(/public/font/categoryprice/TrafficSSMehr-Regular.woff);
  src: url(/public/font/categoryprice/TrafficSSMehr-Regular.woff2);
}
@font-face {
  font-family: description;
  src: url(/public/font/description/TKTjalayer-Medium.otf);
  src: url(/public/font/description/TKTjalayer-Medium.eot);
  src: url(/public/font/description/TKTjalayer-Medium.woff);
  src: url(/public/font/description/TKTjalayer-Medium.woff2);
}
@font-face {
  font-family: titleproduct;
  src: url(/public/font/titleproduct/Shabnam-Medium.ttf);
  src: url(/public/font/titleproduct/Shabnam-Medium.eot);
  src: url(/public/font/titleproduct/Shabnam-Medium.woff);
  src: url(/public/font/titleproduct/Shabnam-Medium.woff2);
}
@font-face {
  font-family: kalame;
  src: url(/public/font/kalame/Kalameh-Black.ttf);
}
@font-face {
  font-family: aria;
  src: url(/public/font/aria/Aria-SemiBold.otf);
}
@font-face {
  font-family: vazir;
  src: url(/public/font/vazir/Vazirmatn-Medium.ttf);
  src: url(/public/font/vazir/Vazirmatn-Medium.eot);
  src: url(/public/font/vazir/Vazirmatn-Medium.woff);
  src: url(/public/font/vazir/Vazirmatn-Medium.woff2);
}
@layer {
  .bodyAdminLogin {
    background-image: url(/public/images/login.png);
    background-size: cover;
    object-position: bottom;
  }
  .mainAdminLogin {
    display: flex;
    height: 100dvh;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .formAdminLogin {
    display: flex;
    height: 430px;
    width: 88%;
    max-width: 360px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    border-radius: var(--radius-2xl);
    border-style: var(--tw-border-style);
    border-width: 2px;
    border-color: rgba(255,255,255,0.3);
    background-color: rgba(64,64,64,0.20);
    padding: calc(var(--spacing) * 5);
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-backdrop-blur: blur(4px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .adminLoginHeader {
    width: 100%;
    animation: var(--animate-bounce);
    text-align: center;
    font-family: var(--font-sans);
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
    color: var(--color-white);
  }
  .inputLogin {
    height: calc(var(--spacing) * 11);
    width: 100%;
    border-radius: 99px;
    background-color: rgba(255,255,255,0.17);
    padding-left: calc(var(--spacing) * 3);
    color: var(--color-white);
  }
  .loginBtn {
    height: calc(var(--spacing) * 11);
    width: 100%;
    cursor: pointer;
    border-radius: 99px;
    background-color: #2f9cf4;
    text-align: center;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-white);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
    &:hover {
      @media (hover: hover) {
        background-color: #2f84f4ef;
      }
    }
  }
  .lableLogin {
    margin-left: 6px;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--color-white);
  }
  .main_btn {
    height: 100vh;
    width: 100%;
    background-color: #F1F0E4;
  }
  .add_btn {
    height: calc(var(--spacing) * 10);
    width: 40%;
    max-width: 200px;
    cursor: pointer;
    border-radius: 999px;
    background-color: var(--color-blue-600);
    color: var(--color-white);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-700);
      }
    }
  }
  .delete_btn {
    height: calc(var(--spacing) * 9);
    width: 85%;
    max-width: 280px;
    cursor: pointer;
    border-radius: var(--radius-4xl);
    background-color: #b4182d;
    color: var(--color-white);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-red-800);
      }
    }
  }
  .edit_btn {
    margin-top: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 9);
    width: 85%;
    max-width: 280px;
    cursor: pointer;
    border-radius: var(--radius-4xl);
    background-color: #FEBA17;
    color: var(--color-white);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-yellow-500);
      }
    }
  }
  .add_special_btn {
    margin-top: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 9);
    width: 85%;
    max-width: 280px;
    cursor: pointer;
    border-radius: var(--radius-4xl);
    background-color: #9EB8D9;
    color: var(--color-white);
    &:hover {
      @media (hover: hover) {
        background-color: #7C93C3;
      }
    }
  }
  .prodect_title {
    width: 25%;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-black);
    text-align: center;
    color: var(--color-white);
  }
  .category_title {
    width: 33.33%;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-black);
    text-align: center;
    color: var(--color-white);
  }
  .admin_table {
    width: 98%;
    border-radius: var(--radius-lg);
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .admin_main {
    margin-inline: auto;
    display: flex;
    height: auto;
    width: 100%;
    max-width: 1500px;
    align-items: flex-start;
    justify-content: center;
  }
  .detail {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 1);
  }
  .addBtn {
    grid-column: span 1 / span 1;
    border-radius: 99px;
    background-color: var(--color-blue-600);
    padding: calc(var(--spacing) * 2);
    color: var(--color-white);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-700);
      }
    }
  }
  .loadAnimate {
    position: fixed;
    inset: calc(var(--spacing) * 0);
    z-index: 50;
    display: flex;
    height: 100vh;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: var(--color-white);
  }
  .add_category {
    margin-inline: auto;
    margin-bottom: calc(var(--spacing) * 8);
    max-width: 600px;
    border-radius: var(--radius-xl);
    background-color: var(--color-gray-100);
    padding: calc(var(--spacing) * 6);
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .title_category {
    margin-bottom: calc(var(--spacing) * 4);
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .category_form {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: calc(var(--spacing) * 4);
  }
  .add_img {
    margin-inline: auto;
    height: calc(var(--spacing) * 28);
    width: calc(var(--spacing) * 28);
    border-radius: calc(infinity * 1px);
    object-fit: cover;
  }
  .btn_btn {
    display: flex;
    height: 50px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
  .admin_header {
    margin-top: calc(var(--spacing) * 5);
    display: flex;
    height: 10vh;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #8A784E;
  }
  .management {
    display: flex;
    height: 15vh;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .btn {
    display: flex;
    height: 50px;
    width: 40%;
    max-width: 200px;
    min-width: 180px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-4xl);
    background-color: #BCA88D;
    color: #F1F0E4;
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-shadow-color: #BCA88D;
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, #BCA88D var(--tw-shadow-alpha), transparent);
    }
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 500ms;
    transition-duration: 500ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(4px * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
    &:hover {
      @media (hover: hover) {
        --tw-shadow-color: #c1c0c0;
        @supports (color: color-mix(in lab, red, red)) {
          --tw-shadow-color: color-mix(in oklab, #c1c0c0 var(--tw-shadow-alpha), transparent);
        }
      }
    }
  }
  .back_btn {
    margin: calc(var(--spacing) * 3);
    display: flex;
    height: 40px;
    width: 120px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 1);
    border-radius: var(--radius-4xl);
    background-color: #DDDDDD;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 500ms;
    transition-duration: 500ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-400);
      }
    }
  }
  .btn_txt {
    height: 30px;
    width: fit-content;
    border-radius: var(--radius-4xl);
    padding: calc(var(--spacing) * 0.5);
  }
  .product_btn {
    margin: calc(var(--spacing) * 3);
    display: flex;
    height: 40px;
    width: 200px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 1);
    border-radius: var(--radius-4xl);
    background-color: #DDDDDD;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 500ms;
    transition-duration: 500ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-400);
      }
    }
  }
  .buttoms {
    display: flex;
    height: 90vh;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
  }
  .product {
    margin-inline: auto;
    margin-top: calc(var(--spacing) * 5);
    display: flex;
    height: 120px;
    width: 90%;
    gap: 4px;
    border-radius: var(--radius-4xl);
    background-color: rgba(161,147,121,.3);
    padding: 9px;
    --tw-backdrop-blur: blur(4px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    @media (width >= 80rem) {
      height: 140px;
    }
  }
  .category {
    display: flex;
    height: 77%;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 3);
    overflow: scroll;
    border-top-right-radius: var(--radius-4xl);
    border-bottom-right-radius: var(--radius-4xl);
    background-color: #a29279;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .category_section {
    position: fixed;
    left: calc(var(--spacing) * 0);
    z-index: 50;
    display: flex;
    height: 100vh;
    width: 25%;
    max-width: 100px;
    align-items: center;
    justify-content: center;
  }
  .menu_bg {
    position: fixed;
    right: calc(var(--spacing) * 0);
    height: 100vh;
    width: 40%;
    max-width: 200px;
    background-image: url(/public/images/backgrounImg/group.png);
    background-size: cover;
  }
  .fllow_btn {
    display: flex;
    height: 100%;
    width: 70px;
    cursor: pointer;
    align-items: center;
    justify-content: flex-end;
    color: #A19379;
    --tw-drop-shadow-size: drop-shadow(0 1.2px 1.2px var(--tw-drop-shadow-color, rgba(0,0,0,1)));
    --tw-drop-shadow: var(--tw-drop-shadow-size);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .navBar {
    position: fixed;
    top: calc(var(--spacing) * 0);
    z-index: 100;
    display: flex;
    height: 75px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    --tw-gradient-position: to left in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
    --tw-gradient-from: #31331F;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    --tw-gradient-to: #505642;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    padding-inline: 10px;
    --tw-backdrop-blur: blur(4px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .cafeMain {
    display: flex;
    height: 100vh;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .categories {
    display: flex;
    height: 70px;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 1);
    padding-top: calc(var(--spacing) * 1);
  }
  .index_bg {
    margin-inline: auto;
    max-width: 400px;
    background-image: url(/public/images/indexicons/frame.png);
  }
  .menus {
    margin-inline: auto;
    display: flex;
    height: 100vh;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-image: url(/public/images/indexicons/Frame.png);
  }
  .menus_style {
    display: flex;
    height: 95%;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  .menu_btn {
    display: flex;
    height: 117px;
    width: 73%;
    align-items: center;
    justify-content: center;
    border-top-left-radius: var(--radius-4xl);
    border-bottom-left-radius: var(--radius-4xl);
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
    --tw-gradient-from: #A19379;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    --tw-gradient-to: #535945;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    @media (width >= 64rem) {
      border-radius: calc(infinity * 1px);
    }
  }
  .menu_btn_l {
    display: flex;
    height: 117px;
    width: 73%;
    align-items: center;
    justify-content: center;
    border-top-right-radius: var(--radius-4xl);
    border-bottom-right-radius: var(--radius-4xl);
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
    --tw-gradient-from: #535945;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    --tw-gradient-to: #A19379;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    @media (width >= 64rem) {
      border-radius: calc(infinity * 1px);
    }
  }
  .indexTxt {
    display: flex;
    height: 100%;
    width: 50%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .index_icon {
    display: flex;
    height: 100%;
    width: 50%;
    align-items: flex-start;
    justify-content: center;
    padding-top: 10px;
  }
  .index_fastFood_icon {
    display: flex;
    height: 100%;
    width: 50%;
    align-items: flex-start;
    justify-content: flex-end;
    padding-top: 10px;
  }
  .index_cafe_icon {
    margin-bottom: 30px;
    display: flex;
    height: 100%;
    width: 60%;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .index_icon_btn {
    height: 20%;
    width: 100%;
    max-width: 700px;
    cursor: pointer;
    transition-delay: 75ms;
    --tw-duration: 300ms;
    transition-duration: 300ms;
    &:hover {
      @media (hover: hover) {
        max-width: 900px;
      }
    }
    @media (width >= 80rem) {
      margin-inline: auto;
    }
  }
  .details {
    display: flex;
    height: 100%;
    width: 59%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: calc(var(--spacing) * 1.5);
  }
  .title {
    height: fit-content;
    width: 100%;
    text-align: center;
    font-family: kalame;
    font-size: 14px;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: #D6C9B4;
  }
  .description {
    height: fit-content;
    width: 100%;
    text-align: center;
    font-family: description;
    font-size: 10px;
    color: #A19379;
  }
  .price {
    height: fit-content;
    width: 100%;
    text-align: center;
    font-family: CategoryPrice;
    color: #D6C9B4;
  }
  .productimg {
    height: 100%;
    width: 40%;
    border-top-right-radius: var(--radius-4xl);
    border-bottom-right-radius: var(--radius-4xl);
  }
  .iconTxt {
    font-family: vazir;
    color: #535945;
  }
  .index_icon_breakfast {
    display: flex;
    height: 100%;
    width: 50%;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .navBar_bg {
    position: fixed;
    right: calc(var(--spacing) * 0);
    height: 100%;
    width: 40%;
    max-width: 200px;
    background-image: url(/public/images/backgrounImg/group.png);
    background-size: cover;
    --tw-blur: blur(1px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .productheader {
    height: fit-content;
    width: 100%;
  }
  .menu_cafeTxt {
    width: 80%;
    padding-top: 20px;
    text-align: left;
    font-family: vazir;
    font-size: 28px;
    color: #31331F;
  }
  .cafe_txt {
    margin-bottom: 20px;
    width: 80%;
    text-align: left;
    font-family: vazir;
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: #1e1f15;
  }
  .menu_breakfastTxt {
    width: 100%;
    padding-top: 20px;
    text-align: center;
    font-family: vazir;
    font-size: 28px;
    color: #31331F;
  }
  .breakfast_txt {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    font-family: vazir;
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: #1e1f15;
  }
  .menu_fastfoodTxt {
    width: 100%;
    padding-top: 20px;
    text-align: center;
    font-family: vazir;
    font-size: 28px;
    color: #31331F;
  }
  .fastfood_txt {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    font-family: vazir;
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: #1e1f15;
  }
  .menu_specialTxt {
    width: 100%;
    padding-top: 20px;
    padding-right: 10px;
    text-align: center;
    font-family: vazir;
    font-size: 28px;
    color: #31331F;
  }
  .special_txt {
    margin-bottom: 20px;
    width: 100%;
    padding-left: calc(var(--spacing) * 2);
    text-align: center;
    font-family: vazir;
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
    color: #1e1f15;
  }
  .product_section {
    z-index: 10;
    display: flex;
    height: 100%;
    width: 75%;
    max-width: 450px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding-top: 57px;
  }
  .dont_touch {
    height: 100vh;
    width: 25%;
    max-width: 100px;
  }
  .bottom_svg {
    position: absolute;
    bottom: 11%;
    left: calc(var(--spacing) * 0);
    z-index: 50;
    display: flex;
    height: 40px;
    width: 100%;
    max-width: 97px;
    align-items: center;
    justify-content: center;
    border-bottom-right-radius: var(--radius-4xl);
    background-color: #A19379;
  }
  .top_svg {
    position: absolute;
    top: 11.5%;
    left: calc(var(--spacing) * 0);
    z-index: 50;
    display: flex;
    height: 40px;
    width: 100%;
    max-width: 97px;
    align-items: center;
    justify-content: center;
    border-top-right-radius: var(--radius-4xl);
    background-color: #A19379;
  }
  .bottom_slider {
    position: fixed;
    bottom: calc(var(--spacing) * 0);
    z-index: 20;
    height: 55px;
    width: 100%;
    --tw-gradient-position: to left in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
    --tw-gradient-from: #31331F;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    --tw-gradient-to: #505642;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    --tw-blur: blur(1px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
    --tw-backdrop-blur: blur(4px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .bottom_img {
    height: 100%;
    width: 40%;
    max-width: 200px;
    background-image: url(/public/images/backgrounImg/group.png);
    background-size: cover;
  }
  .menu_body {
    height: 100vh;
    width: 100%;
    --tw-gradient-position: to left in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
    --tw-gradient-from: #31331F;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    --tw-gradient-to: #505642;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    --tw-gradient-to-position: 99%;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-font-weight: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}
