/*! 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-blue-700: oklch(48.8% 0.243 264.376);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --radius-4xl: 2rem;
    --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 {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .relative\! {
    position: relative !important;
  }
  .-top-\[18vh\] {
    top: calc(18vh * -1);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .top-\[10vh\] {
    top: 10vh;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-0\.5 {
    right: calc(var(--spacing) * 0.5);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-0\.5 {
    bottom: calc(var(--spacing) * 0.5);
  }
  .bottom-2 {
    bottom: calc(var(--spacing) * 2);
  }
  .left-2 {
    left: calc(var(--spacing) * 2);
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .z-50 {
    z-index: 50;
  }
  .m-280 {
    margin: calc(var(--spacing) * 280);
  }
  .m-357 {
    margin: calc(var(--spacing) * 357);
  }
  .m-420 {
    margin: calc(var(--spacing) * 420);
  }
  .m-786 {
    margin: calc(var(--spacing) * 786);
  }
  .mx-3 {
    margin-inline: calc(var(--spacing) * 3);
  }
  .mx-5 {
    margin-inline: calc(var(--spacing) * 5);
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mr-0 {
    margin-right: calc(var(--spacing) * 0);
  }
  .mr-0\! {
    margin-right: calc(var(--spacing) * 0) !important;
  }
  .mr-6 {
    margin-right: calc(var(--spacing) * 6);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-15 {
    margin-bottom: calc(var(--spacing) * 15);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-5 {
    margin-left: calc(var(--spacing) * 5);
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .h-\[10vh\] {
    height: 10vh;
  }
  .h-\[40vh\] {
    height: 40vh;
  }
  .h-\[60vh\] {
    height: 60vh;
  }
  .h-\[65px\] {
    height: 65px;
  }
  .h-\[70vh\] {
    height: 70vh;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-fit {
    height: fit-content;
  }
  .w-1 {
    width: calc(var(--spacing) * 1);
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-1\/5 {
    width: calc(1/5 * 100%);
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[170px\] {
    width: 170px;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-evenly {
    justify-content: space-evenly;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-4xl {
    border-radius: var(--radius-4xl);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t-1 {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r-3 {
    border-right-style: var(--tw-border-style);
    border-right-width: 3px;
  }
  .border-b-1 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-\[\#365FD9\] {
    border-color: #365FD9;
  }
  .border-\[\#5280F4\] {
    border-color: #5280F4;
  }
  .border-\[\#E6E8EE\] {
    border-color: #E6E8EE;
  }
  .border-\[\#F1F2F6\] {
    border-color: #F1F2F6;
  }
  .border-\[\#a3a3b5\] {
    border-color: #a3a3b5;
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .bg-\[\#5d587d\] {
    background-color: #5d587d;
  }
  .bg-\[\#29263C\] {
    background-color: #29263C;
  }
  .bg-\[\#757189\] {
    background-color: #757189;
  }
  .bg-\[\#F7F8FB\] {
    background-color: #F7F8FB;
  }
  .bg-\[\#FAFAFA\] {
    background-color: #FAFAFA;
  }
  .bg-\[bg-\[\#757189\]\] {
    background-color: bg-[#757189];
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-contain {
    object-fit: contain;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .p-20 {
    padding: calc(var(--spacing) * 20);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .font-\[iransans-bold\] {
    font-family: iransans-bold;
  }
  .font-\[iransans-bold\]\! {
    font-family: iransans-bold !important;
  }
  .font-\[iransans-reg\] {
    font-family: iransans-reg;
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[12px\]\! {
    font-size: 12px !important;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[16px\]\! {
    font-size: 16px !important;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[25px\] {
    font-size: 25px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[35px\] {
    font-size: 35px;
  }
  .leading-9 {
    --tw-leading: calc(var(--spacing) * 9);
    line-height: calc(var(--spacing) * 9);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-\[\#6E6E6E\] {
    color: #6E6E6E;
  }
  .text-\[\#365FD9\] {
    color: #365FD9;
  }
  .text-\[\#5280F4\]\! {
    color: #5280F4 !important;
  }
  .text-\[\#757583\] {
    color: #757583;
  }
  .text-\[\#757677\] {
    color: #757677;
  }
  .text-\[\#959292\] {
    color: #959292;
  }
  .text-\[\#A0A0B2\] {
    color: #A0A0B2;
  }
  .text-\[\#a3a3b5\] {
    color: #a3a3b5;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-black\! {
    color: var(--color-black) !important;
  }
  .text-blue-700 {
    color: var(--color-blue-700);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow-2xl {
    --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);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .\*\:m-1 {
    :is(& > *) {
      margin: calc(var(--spacing) * 1);
    }
  }
  .\*\:m-2 {
    :is(& > *) {
      margin: calc(var(--spacing) * 2);
    }
  }
  .\*\:mx-2 {
    :is(& > *) {
      margin-inline: calc(var(--spacing) * 2);
    }
  }
  .\*\:my-3 {
    :is(& > *) {
      margin-block: calc(var(--spacing) * 3);
    }
  }
  .\*\:my-5 {
    :is(& > *) {
      margin-block: calc(var(--spacing) * 5);
    }
  }
  .\*\:flex {
    :is(& > *) {
      display: flex;
    }
  }
  .\*\:h-1\/6 {
    :is(& > *) {
      height: calc(1/6 * 100%);
    }
  }
  .\*\:h-\[10vh\] {
    :is(& > *) {
      height: 10vh;
    }
  }
  .\*\:h-\[55px\] {
    :is(& > *) {
      height: 55px;
    }
  }
  .\*\:h-full {
    :is(& > *) {
      height: 100%;
    }
  }
  .\*\:w-1\/2 {
    :is(& > *) {
      width: calc(1/2 * 100%);
    }
  }
  .\*\:w-1\/6 {
    :is(& > *) {
      width: calc(1/6 * 100%);
    }
  }
  .\*\:w-\[55px\] {
    :is(& > *) {
      width: 55px;
    }
  }
  .\*\:w-full {
    :is(& > *) {
      width: 100%;
    }
  }
  .\*\:cursor-pointer {
    :is(& > *) {
      cursor: pointer;
    }
  }
  .\*\:flex-wrap {
    :is(& > *) {
      flex-wrap: wrap;
    }
  }
  .\*\:items-center {
    :is(& > *) {
      align-items: center;
    }
  }
  .\*\:justify-between {
    :is(& > *) {
      justify-content: space-between;
    }
  }
  .\*\:justify-center {
    :is(& > *) {
      justify-content: center;
    }
  }
  .\*\:\*\:rounded-2xl {
    :is(& > *) {
      :is(& > *) {
        border-radius: var(--radius-2xl);
      }
    }
  }
  .\*\:rounded-2xl {
    :is(& > *) {
      border-radius: var(--radius-2xl);
    }
  }
  .\*\:rounded-4xl {
    :is(& > *) {
      border-radius: var(--radius-4xl);
    }
  }
  .\*\:border-1 {
    :is(& > *) {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .\*\:border-b-1 {
    :is(& > *) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .\*\:border-\[\#959292\] {
    :is(& > *) {
      border-color: #959292;
    }
  }
  .\*\:border-\[\#E6E8EE\] {
    :is(& > *) {
      border-color: #E6E8EE;
    }
  }
  .\*\:border-\[\#a3a3b5\] {
    :is(& > *) {
      border-color: #a3a3b5;
    }
  }
  .\*\:border-gray-500 {
    :is(& > *) {
      border-color: var(--color-gray-500);
    }
  }
  .\*\:bg-white {
    :is(& > *) {
      background-color: var(--color-white);
    }
  }
  .\*\:p-2 {
    :is(& > *) {
      padding: calc(var(--spacing) * 2);
    }
  }
  .\*\:p-3 {
    :is(& > *) {
      padding: calc(var(--spacing) * 3);
    }
  }
  .\*\:py-1 {
    :is(& > *) {
      padding-block: calc(var(--spacing) * 1);
    }
  }
  .\*\:py-3 {
    :is(& > *) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .\*\:py-4 {
    :is(& > *) {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  .\*\:font-\[iransans-bold\] {
    :is(& > *) {
      font-family: iransans-bold;
    }
  }
  .\*\:font-\[iransans-reg\] {
    :is(& > *) {
      font-family: iransans-reg;
    }
  }
  .\*\:\*\:text-\[14px\] {
    :is(& > *) {
      :is(& > *) {
        font-size: 14px;
      }
    }
  }
  .\*\:text-\[14px\] {
    :is(& > *) {
      font-size: 14px;
    }
  }
  .\*\:text-\[16px\] {
    :is(& > *) {
      font-size: 16px;
    }
  }
  .\*\:text-\[18px\] {
    :is(& > *) {
      font-size: 18px;
    }
  }
  .\*\:font-bold {
    :is(& > *) {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .\*\:\*\:text-\[\#6E6E6E\] {
    :is(& > *) {
      :is(& > *) {
        color: #6E6E6E;
      }
    }
  }
  .\*\:text-\[\#6E6E6E\] {
    :is(& > *) {
      color: #6E6E6E;
    }
  }
  .\*\:text-\[\#a3a3b5\] {
    :is(& > *) {
      color: #a3a3b5;
    }
  }
  .\*\:duration-300 {
    :is(& > *) {
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
  }
  .hover\:bg-\[\#E7F0FE\] {
    &:hover {
      @media (hover: hover) {
        background-color: #E7F0FE;
      }
    }
  }
  .hover\:bg-\[\#F5F7FD\] {
    &:hover {
      @media (hover: hover) {
        background-color: #F5F7FD;
      }
    }
  }
  .hover\:text-black {
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .\*\:hover\:bg-\[\#F1F2F6\] {
    :is(& > *) {
      &:hover {
        @media (hover: hover) {
          background-color: #F1F2F6;
        }
      }
    }
  }
  .md\:visible {
    @media (width >= 48rem) {
      visibility: visible;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .lg\:visible {
    @media (width >= 64rem) {
      visibility: visible;
    }
  }
  .lg\:relative {
    @media (width >= 64rem) {
      position: relative;
    }
  }
  .lg\:top-0 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 0);
    }
  }
  .lg\:bottom-5 {
    @media (width >= 64rem) {
      bottom: calc(var(--spacing) * 5);
    }
  }
  .lg\:left-5 {
    @media (width >= 64rem) {
      left: calc(var(--spacing) * 5);
    }
  }
  .lg\:mx-3 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--spacing) * 3);
    }
  }
  .lg\:mx-8 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:w-1\/3 {
    @media (width >= 64rem) {
      width: calc(1/3 * 100%);
    }
  }
  .lg\:w-1\/5 {
    @media (width >= 64rem) {
      width: calc(1/5 * 100%);
    }
  }
  .lg\:w-1\/12 {
    @media (width >= 64rem) {
      width: calc(1/12 * 100%);
    }
  }
  .lg\:w-2\/3 {
    @media (width >= 64rem) {
      width: calc(2/3 * 100%);
    }
  }
  .lg\:w-\[200px\] {
    @media (width >= 64rem) {
      width: 200px;
    }
  }
  .lg\:flex-nowrap {
    @media (width >= 64rem) {
      flex-wrap: nowrap;
    }
  }
  .lg\:justify-center {
    @media (width >= 64rem) {
      justify-content: center;
    }
  }
  .lg\:p-3 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 3);
    }
  }
  .lg\:px-18 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 18);
    }
  }
  .lg\:text-\[14px\] {
    @media (width >= 64rem) {
      font-size: 14px;
    }
  }
  .lg\:\*\:mx-1 {
    @media (width >= 64rem) {
      :is(& > *) {
        margin-inline: calc(var(--spacing) * 1);
      }
    }
  }
  .lg\:\*\:mx-3 {
    @media (width >= 64rem) {
      :is(& > *) {
        margin-inline: calc(var(--spacing) * 3);
      }
    }
  }
  .lg\:\*\:w-1\/5 {
    @media (width >= 64rem) {
      :is(& > *) {
        width: calc(1/5 * 100%);
      }
    }
  }
  .lg\:\*\:w-3\/12 {
    @media (width >= 64rem) {
      :is(& > *) {
        width: calc(3/12 * 100%);
      }
    }
  }
  .lg\:\*\:w-fit {
    @media (width >= 64rem) {
      :is(& > *) {
        width: fit-content;
      }
    }
  }
  .lg\:\*\:border-0 {
    @media (width >= 64rem) {
      :is(& > *) {
        border-style: var(--tw-border-style);
        border-width: 0px;
      }
    }
  }
}
@layer base {
  a {
    font-family: iransans-reg;
  }
}
.bg-mainPage {
  background-image: url(../img/bg-mainPage.webp);
  background-size: cover;
  background-position: center;
}
.mainNavFull {
  color: #414267;
  border-radius: 12px;
  transition: 0.4s;
}
.searchBTN {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #365FD9;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: white;
  position: absolute;
}
.servisesSEC {
  margin-top: 15px;
  >div {
    position: relative;
    border-radius: 10px;
    padding: 30px;
    >h4 {
      font-family: iransans-bold;
      font-size: 14px;
    }
    >p {
      font-family: iransans-reg;
      font-size: 12px;
      color: #A0A0B2;
      margin-top: 5px;
      >i {
        position: absolute;
        bottom: 5px;
        left: 5px;
        font-size: 18px;
        color: black;
      }
    }
  }
}
#slider {
  >div {
    transition: transform 0.5s ease;
    transform: translateX();
    >:nth-of-type(1) {
      background-image: url(../img/slide-1.webp);
      background-size: cover;
    }
    >:nth-of-type(2) {
      background-image: url(../img/slide-2.webp);
      background-size: cover;
    }
    >:nth-of-type(3) {
      background-image: url(../img/slide-3.webp);
      background-size: cover;
    }
    >:nth-of-type(4) {
      background-image: url(../img/slide-4.webp);
      background-size: cover;
    }
    >:nth-of-type(5) {
      background-image: url(../img/slide-5.webp);
      background-size: cover;
    }
  }
}
@font-face {
  font-family: iransans-reg;
  src: url(../fonsts/IRANSans\ Regular.ttf);
}
@font-face {
  font-family: iransans-bold;
  src: url(../fonsts/IRANSans\ Medium.ttf);
}
@font-face {
  font-family: iransans-light;
  src: url(../fonsts/IRANSans\ UltraLight.ttf);
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: 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-outline-style: solid;
      --tw-duration: initial;
    }
  }
}
