/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/


/* Thin - 100 */
@font-face {
    font-family: 'sns';
    src: url('../font/woff2/IRANSansX-Thin.woff2') format('woff2'),
    url('../font/woff/IRANSansX-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

/* ExtraLight - 200 */
@font-face {
    font-family: 'sns';
    src: url('../font/woff2/IRANSansX-UltraLight.woff2') format('woff2'),
    url('../font/woff/IRANSansX-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

/* Light - 300 */
@font-face {
    font-family: 'sns';
    src: url('../font/woff2/IRANSansX-Light.woff2') format('woff2'),
    url('../font/woff/IRANSansX-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

/* Regular - 400 */
@font-face {
    font-family: 'sns';
    src: url('../font/woff2/IRANSansX-Regular.woff2') format('woff2'),
    url('../font/woff/IRANSansX-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* Medium - 500 */
@font-face {
    font-family: 'sns';
    src: url('../font/woff2/IRANSansX-Medium.woff2') format('woff2'),
    url('../font/woff/IRANSansX-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

/* SemiBold - 600 */
@font-face {
    font-family: 'sns';
    src: url('../font/woff2/IRANSansX-DemiBold.woff2') format('woff2'),
    url('../font/woff/IRANSansX-DemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

/* Bold - 700 */
@font-face {
    font-family: 'sns';
    src: url('../font/woff2/IRANSansX-Bold.woff2') format('woff2'),
    url('../font/woff/IRANSansX-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* ExtraBold - 800 */
@font-face {
    font-family: 'sns';
    src: url('../font/woff2/IRANSansX-ExtraBold.woff2') format('woff2'),
    url('../font/woff/IRANSansX-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

/* Black - 900 */
@font-face {
    font-family: 'sns';
    src: url('../font/woff2/IRANSansX-Black.woff2') format('woff2'),
    url('../font/woff/IRANSansX-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}


*,
::before,
::after {
    box-sizing: border-box;
    /* 1 */
    border-width: 0;
    /* 2 */
    border-style: solid;
    /* 2 */
    border-color: #e5e7eb;
    /* 2 */
}

::before,
::after {
    --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
    line-height: 1.5;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -moz-tab-size: 4;
    /* 3 */
    -o-tab-size: 4;
    tab-size: 4;
    /* 3 */
    font-family: 'sns', Inter var, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
    /* 4 */
    font-feature-settings: normal;
    /* 5 */
    font-variation-settings: normal;
    /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
    margin: 0;
    /* 1 */
    line-height: inherit;
    /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
    height: 0;
    /* 1 */
    color: inherit;
    /* 2 */
    border-top-width: 1px;
    /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1 {
    font-size: 2em; /* ~32px وقتی base 16px باشه */
    font-weight: bold;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em; /* ~24px */
    font-weight: bold;
    margin: 0.75em 0;
}

h3 {
    font-size: 1.17em; /* ~18.7px */
    font-weight: bold;
    margin: 0.83em 0;
}

h4 {
    font-size: 1em; /* ~16px */
    font-weight: bold;
    margin: 1.12em 0;
}

h5 {
    font-size: 0.83em; /* ~13.3px */
    font-weight: bold;
    margin: 1.5em 0;
}

h6 {
    font-size: 0.67em; /* ~10.7px */
    font-weight: bold;
    margin: 1.67em 0;
}


/*h1,*/
/*h2,*/
/*h3,*/
/*h4,*/
/*h5,*/
/*h6 {*/
/*  font-size: inherit;*/
/*  font-weight: inherit;*/
/*}*/

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
    color: inherit;
    text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
    text-indent: 0;
    /* 1 */
    border-color: inherit;
    /* 2 */
    border-collapse: collapse;
    /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-feature-settings: inherit;
    /* 1 */
    font-variation-settings: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    font-weight: inherit;
    /* 1 */
    line-height: inherit;
    /* 1 */
    color: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
    padding: 0;
    /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
    text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 1 */
    background-color: transparent;
    /* 2 */
    background-image: none;
    /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
    outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
    box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
    vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
    display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
    padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
    cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
    cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    /* 1 */
    vertical-align: middle;
    /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
    max-width: 100%;
    height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
    display: none;
}

[type="text"],
input:where(:not([type])),
[type="email"],
[type="url"],
[type="password"],
[type="number"],
[type="date"],
[type="datetime-local"],
[type="month"],
[type="search"],
[type="tel"],
[type="time"],
[type="week"],
[multiple],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}

[type="text"]:focus,
input:where(:not([type])):focus,
[type="email"]:focus,
[type="url"]:focus,
[type="password"]:focus,
[type="number"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="week"]:focus,
[multiple]:focus,
textarea:focus,
select:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow);
    border-color: #2563eb;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #6b7280;
    opacity: 1;
}

input::placeholder,
textarea::placeholder {
    color: #6b7280;
    opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}

::-webkit-date-and-time-value {
    min-height: 1.5em;
    text-align: inherit;
}

::-webkit-datetime-edit {
    display: inline-flex;
}

::-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-top: 0;
    padding-bottom: 0;
}

select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

[multiple],
[size]:where(select:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    -webkit-print-color-adjust: unset;
    print-color-adjust: unset;
}

[type="checkbox"],
[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #2563eb;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
}

[type="checkbox"] {
    border-radius: 0px;
}

[type="radio"] {
    border-radius: 100%;
}

[type="checkbox"]:focus,
[type="radio"]:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow);
}

[type="checkbox"]:checked,
[type="radio"]:checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

[type="checkbox"]:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type="radio"]:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type="checkbox"]:checked:hover,
[type="checkbox"]:checked:focus,
[type="radio"]:checked:hover,
[type="radio"]:checked:focus {
    border-color: transparent;
    background-color: currentColor;
}

[type="checkbox"]:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

[type="checkbox"]:indeterminate:hover,
[type="checkbox"]:indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
}

[type="file"] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
}

[type="file"]:focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
}

*,
::before,
::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

.a {
    --tw-aspect-h: 5;
}

.b {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 4;
}

.b > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.c {
    pointer-events: none;
}

.d {
    position: fixed;
}

.e {
    position: absolute;
}

.f {
    position: relative;
}

.g {
    inset: 0px;
}

.h {
    left: 0px;
    right: 0px;
}

.i {
    bottom: 0px;
}

.j {
    top: 100%;
}

.k {
    z-index: 50;
}

.l {
    margin-left: auto;
    margin-right: auto;
}

.m {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.-tw-mt-4 {
    margin-top: -1rem;
}

.n {
    margin-top: 0.25rem;
}

.n\.5 {
    margin-top: 0.375rem;
}

.o {
    margin-top: 2.5rem;
}

.p {
    margin-top: 0.5rem;
}

.q {
    margin-top: 0.75rem;
}

.q\.5 {
    margin-top: 0.875rem;
}

.r {
    margin-top: 1rem;
}

.s {
    margin-top: 1.25rem;
}

.mat {
    margin: auto;
}

.t {
    margin-top: 2.75rem;
}

.u {
    display: block;
}

.v {
    display: inline-block;
}

.w {
    display: flex;
}

.x {
    display: inline-flex;
}

.y {
    display: grid;
}

.z {
    display: none;
}

._ {
    height: 2.5rem;
}

.aa {
    height: 3rem;
}

.ba {
    height: 3.2rem;
}

.ca {
    height: 0.75rem;
}

.ca\.5 {
    height: 0.875rem;
}

.da {
    height: 1rem;
}

.ea {
    height: 1.25rem;
}

.ga {
    height: 1.75rem;
}

.ha {
    height: 2rem;
}

.ia {
    height: 24rem;
}

.ja\[22px\] {
    height: 22px;
}

.ka {
    height: 100%;
}

.la {
    height: 100vh;
}

.ma {
    min-height: 100vh;
}

.na {
    width: 2.5rem;
}

.oa {
    width: 3rem;
}

.pa {
    width: 3.2rem;
}

.qa {
    width: 0.75rem;
}

.qa\.5 {
    width: 0.875rem;
}

.ra {
    width: 8rem;
}

.sa {
    width: 1rem;
}

.ta {
    width: 1.25rem;
}

.ua {
    width: 15rem;
}

.va {
    width: 1.75rem;
}

.wa {
    width: 18rem;
}

.xa {
    width: 2rem;
}

.ya\[110px\] {
    width: 110px;
}

.ya\[22px\] {
    width: 22px;
}

.za {
    width: 100%;
}

._a {
    width: 100vw;
}

.ab {
    max-width: 42rem;
}

.ab {
    max-width: 60rem !important;
}

.bb {
    max-width: 80rem;
}

.cb {
    max-width: 32rem;
}

.db {
    max-width: 24rem;
}

.eb {
    max-width: 36rem;
}

.fb {
    flex-shrink: 0;
}

.gb {
    transform-origin: center;
}

.hb {
    transform-origin: top;
}

.ib {
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.jb {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.kb {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.lb {
    --tw-scale-x: 0.9;
    --tw-scale-y: 0.9;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.mb {
    --tw-scale-x: 0.95;
    --tw-scale-y: 0.95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.nb {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes tw-infinite-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.ob {
    animation: tw-infinite-scroll 25s linear infinite;
}

.pb {
    cursor: pointer;
}

.qb {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.rb {
    flex-direction: column;
}

.sb {
    flex-wrap: nowrap;
}

.tb {
    align-items: flex-end;
}

.ub {
    align-items: center;
}

.vb {
    justify-content: center;
}

.wb {
    justify-content: space-between;
}

.xb {
    gap: 1.75rem;
}

.yb {
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
}

.yb\.5 {
    -moz-column-gap: 0.375rem;
    column-gap: 0.375rem;
}

.zb {
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
}

.zb\.5 {
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
}

._b {
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
}

.ac {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}

.bc {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
}

.cc {
    row-gap: 0.25rem;
}

.cc\.5 {
    row-gap: 0.375rem;
}

.dc {
    row-gap: 1.75rem;
}

.ec > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.ec\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

.fc > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.fc\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}

.gc > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.hc > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}

.ic > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.jc > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(228 228 231 / var(--tw-divide-opacity));
}

.kc > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(212 212 216 / var(--tw-divide-opacity));
}

.lc {
    overflow: hidden;
}

.mc {
    overflow: visible;
}

.nc {
    scroll-behavior: smooth;
}

.oc {
    border-radius: 0.25rem;
}

.pc {
    border-radius: 1rem;
}

.qc {
    border-radius: 9999px;
}

.rc {
    border-radius: 0.5rem;
}

.sc {
    border-radius: 0.375rem;
}

.tc {
    border-radius: 0.75rem;
}

.uc {
    border-width: 1px;
}

.vc {
    border-width: 0px;
}

.wc {
    border-bottom-width: 1px;
}

.xc {
    border-top-width: 1px;
}

.yc {
    --tw-border-opacity: 1;
    border-color: rgb(239 140 35);
}

.zc {
    --tw-border-opacity: 1;

    background-color: rgb(219 113 0);
}

._c {
    --tw-border-opacity: 1;
    border-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.ad {
    border-color: rgb(9 9 11 / 0.1);
}

.bd {
    --tw-bg-opacity: 1;
    border-color: rgb(239 140 35);
}

.cd {
    --tw-bg-opacity: 1;
    background-color: rgb(239 140 35);
}

.dd {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.ed {
    background-color: rgb(255 255 255 / 0.1);
}

.fd {
    background-color: rgb(212 212 216 / 0.3);
}

.gd {
    --tw-bg-opacity: 1;
    background-color: rgb(255 245 235 / 51%);
}

.hd {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.id {
    --tw-gradient-from: #fff var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.jd {
    stroke: #09090b;
}

.kd {
    -o-object-fit: cover;
    object-fit: cover;
}

.ld {
    -o-object-position: center;
    object-position: center;
}

.md {
    padding: 0.25rem;
}

.md\.5 {
    padding: 0.375rem;
}

.nd {
    padding: 0.75rem;
}

.nd\.5 {
    padding: 0.875rem;
}

.od {
    padding: 1.25rem;
}

.pd {
    padding: 1.75rem;
}

.qd {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.qd\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.rd {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.rd\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
}

.sd {
    padding-left: 1rem;
    padding-right: 1rem;
}

.td {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.ud {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

.vd {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.vd\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.wd {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.xd {
    padding-top: 3.5rem;
    padding-bottom: 2.5rem;
}

.yd {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.zd {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.zd\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

._d {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.ae {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.be {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}

.ce {
    padding-bottom: 1.75rem;
}

.de {
    padding-top: 4rem;
}

.ee {
    padding-top: 0.75rem;
}

.ee\.5 {
    padding-top: 0.875rem;
}

.fe {
    text-align: right;
}

.ge {
    text-align: center;
}

.he {
    font-size: 1.5rem;
    line-height: 2rem;
}

.ie {
    font-size: 1.2rem;
    line-height: 2.5rem;
}

.je {
    font-size: 1rem;
    line-height: 1.5rem;
}

.ke {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.le {
    font-size: 14px;
    line-height: 0.25rem;
    margin-top: 10px !important;
}

.me {
    font-size: 1.1rem;
    line-height: 1.75rem;
}

.ne {
    font-size: 0.75rem;
    line-height: 1rem;
}

.oe {
    font-weight: 500;
}

.pe {
    font-weight: 600;
}

.qe {
    line-height: 1.25;
}

.re {
    line-height: 1.5;
}

.se {
    --tw-text-opacity: 1;
    color: rgb(239 140 35);
}

.te {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ue {
    --tw-text-opacity: 1;
    color: rgb(161 161 170 / var(--tw-text-opacity));
}

.ve {
    --tw-text-opacity: 1;
    color: rgb(113 113 122 / var(--tw-text-opacity));
}

.we {
    --tw-text-opacity: 1;
    color: rgb(82 82 91 / var(--tw-text-opacity));
}

.xe {
    --tw-text-opacity: 1;
    color: rgb(9 9 11 / var(--tw-text-opacity));
}

.ye {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ze {
    opacity: 0;
}

._e {
    opacity: 1;
}

.af {
    opacity: 0.5;
}

.bf {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
    0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.cf {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.df {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ef {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ff {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

.gf {
    --tw-ring-inset: inset;
}

.hf {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(239 140 35);
}

.if {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(212 212 216 / var(--tw-ring-opacity));
}

.jf {
    --tw-ring-color: rgb(9 9 11 / 0.1);
}

.kf {
    --tw-ring-color: rgb(9 9 11 / 0.05);
}

.lf {
    --tw-backdrop-blur: blur(8px);
    -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);
}

.mf {
    transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    -webkit-backdrop-filter;
    transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
    transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.nf {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.of {
    transition-duration: 100ms;
}

.pf {
    transition-duration: 150ms;
}

.qf {
    transition-duration: 75ms;
}

.rf {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.sf {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.\[mask-image\:_linear-gradient\(to_right\2c
transparent_0\2c
_black_128px\2c
_black_calc\(100\%-128px\)\2c
transparent_100\%\)\] {
    -webkit-mask-image: linear-gradient(
            to right,
            transparent 0,
            black 128px,
            black calc(100% - 128px),
            transparent 100%
    );
    mask-image: linear-gradient(
            to right,
            transparent 0,
            black 128px,
            black calc(100% - 128px),
            transparent 100%
    );
}

@font-face {
    font-family: "Inter var";

    font-weight: 100 900;

    font-display: swap;

    font-style: normal;

    font-named-instance: "Regular";

    src: url("../fonts/Inter.var.woff2") format("woff2");
}

@font-face {
    font-family: "Inter var";

    font-weight: 100 900;

    font-display: swap;

    font-style: italic;

    font-named-instance: "Italic";

    src: url("../fonts/Inter-italic.var.woff2") format("woff2");
}

body {
    font-feature-settings: "ss01" on, "cv01" on, "cv11" on;
}

@media (min-width: 640px) {
    .sm\:tf {
        --tw-aspect-h: 3;
    }
}

.placeholder\:tw-text-zinc-400::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(161 161 170 / var(--tw-text-opacity));
}

.placeholder\:tw-text-zinc-400::placeholder {
    --tw-text-opacity: 1;
    color: rgb(161 161 170 / var(--tw-text-opacity));
}

.hover\:uf:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(239 140 35 / 16%);
}

.hover\:vf:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(219 113 0);
}

.hover\:wf:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}

.hover\:rd:hover {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.hover\:se:hover {
    --tw-text-opacity: 1;
    color: rgb(219 113 0);
}

.hover\:xf:hover {
    --tw-text-opacity: 1;
    color: rgb(4 120 87 / var(--tw-text-opacity));
}

.hover\:we:hover {
    --tw-text-opacity: 1;
    color: rgb(82 82 91 / var(--tw-text-opacity));
}

.hover\:xe:hover {
    --tw-text-opacity: 1;
    color: rgb(9 9 11 / var(--tw-text-opacity));
}

.hover\:_e:hover {
    opacity: 1;
}

.hover\:yf:hover {
    opacity: 0.8;
}

.hover\:zf:hover {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:_f:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.focus\:ag:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

.focus\:gf:focus {
    --tw-ring-inset: inset;
}

.focus\:bg:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(239 140 35);;
}

.focus-visible\:tw-outline:focus-visible {
    outline-style: solid;
}

.focus-visible\:tw-outline-2:focus-visible {
    outline-width: 2px;
}

.focus-visible\:tw-outline-offset-2:focus-visible {
    outline-offset: 2px;
}

.focus-visible\:tw-outline-emerald-600:focus-visible {
    outline-color: #059669;
}

@media (min-width: 640px) {
    .sm\:u {
        display: block;
    }

    .sm\:bc {
        -moz-column-gap: 1.75rem;
        column-gap: 1.75rem;
    }

    .sm\:pd {
        padding: 1.75rem;
    }

    .sm\:td {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .sm\:ud {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

    .sm\:zd {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .sm\:ge {
        text-align: center;
    }

    .sm\:cg {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .sm\:dg {
        font-size: 32px;
        line-height: 1;
    }


    .sm\:dt {
        font-size: 40px;
        line-height: 1;
    }

    .sm\:ke {
        font-size: 16px;
        line-height: 1.75rem;
    }

    .sm\:le {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .sm\:qe {
        line-height: 1.25;
    }

    .sm\:eg {
        letter-spacing: -0.025em;
    }
}

@media (min-width: 768px) {
    .md\:fg {
        margin-top: 0px;
    }

    .md\:gg {
        margin-top: 3.5rem;
    }

    .md\:ia {
        height: 18rem;
    }

    .md\:hg {
        height: auto;
    }

    .md\:ig\[48rem\] {
        max-height: 48rem;
    }

    .md\:jg {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }


    .md\:kg {
        flex-direction: row-reverse;
    }

    .md\:lg {
        justify-content: flex-start;
    }

    .md\:mg {
        padding: 3.5rem;
    }

    .md\:xd {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .md\:ng {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    .md\:og {
        padding-top: 7rem;
    }

    .md\:he {
        font-size: 1.2rem;
        line-height: 2rem;
    }

    .md\:ie {
        font-size: 1.4rem;
        line-height: 2.5rem;
    }

    .md\:qe {
        line-height: 1.25;
    }
}

@media (min-width: 1024px) {
    .lg\:pg {
        margin-left: 3.5rem;
    }

    .lg\:w {
        display: flex;
    }

    .lg\:z {
        display: none;
    }

    .lg\:jg {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lg\:qg {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lg\:bc {
        -moz-column-gap: 1.75rem;
        column-gap: 1.75rem;
    }
}

.\[\&_img\]\:tw-max-w-none img {
    max-width: none;
}

.\[\&_li\]\:tw-mx-4 li {
    margin-left: 1rem;
    margin-right: 1rem;
}

@media (min-width: 768px) {
    .md\:\[\&_li\]\:tw-mx-8 li {
        margin-left: 2rem;
        margin-right: 2rem;
    }
}


/* موبایل: تا 768px */
@media (max-width: 768px) {
    .row-reverse-cus {
        flex-direction: row-reverse !important;
    }

    .ie {
        font-size: 1.6rem;
    }

    .he {
        font-size: 1.2rem;

    }
}


.garanati-pro-box {
    background: #fff;
    border-radius: 1.5rem;
    padding: 3rem 2rem;
    max-width: 34rem;
    margin: auto;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 40px rgb(239 140 35 / 51%);
    z-index: 0;
}

/* پس‌زمینه نرم */
.garanati-pro-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(270deg, rgb(239 140 35 / 54%), rgb(239 140 35 / 72%), rgb(219 113 0));
    background-size: 300% 300%;
    animation: bgMove 12s ease infinite;
    z-index: -1;
}

@keyframes bgMove {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

/* Badge و عنوان */
.garanati-pro-badge {
    display: inline-block;
    background: rgba(5, 150, 105, 0.1);
    color: white;
    padding: 0.3rem 1rem;
    border-radius: 999px;
    font-weight: 600;
    z-index: 1;
    position: relative;
}

.garanati-pro-title {
    margin: 1rem 0 2rem;
    font-size: 1.6rem;
    font-weight: 800;
    color: white;
    z-index: 1;
    position: relative;
}

/* فرم */
.garanati-pro-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    z-index: 1;
    position: relative;
}

.garanati-pro-label {
    font-weight: 500;
    color: #374151;
    text-align: right;
}

.garanati-pro-input {
    border: 1px solid #d1d5db;
    border-radius: 0.75rem;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
}

.garanati-pro-input:focus {
    border-color: rgb(5, 150, 105);
    box-shadow: 0 0 15px rgba(5, 150, 105, 0.3);
    outline: none;
}

.garanati-pro-btn {
    background: rgb(72 72 72);
    color: #fff;
    border: none;
    border-radius: 0.75rem;
    padding: 0.75rem;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.3s ease;
}

.garanati-pro-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(5, 150, 105, 0.3);
}

/* لودر */
.garanati-pro-loader {
    display: none;
    margin-top: 2rem;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(5, 150, 105, 0.2);
    border-top: 4px solid rgb(5, 150, 105);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* نتیجه */
.garanati-pro-result {
    display: none;
    margin-top: 2rem;
    z-index: 1;
    position: relative;
}

.card-success, .card-error {
    padding: 1rem;
    border-radius: 1rem;
    font-weight: 600;
    animation: fadeIn 0.6s ease;
    z-index: 1;
    position: relative;
}

/* موفقیت */
.card-success {
    background-color: rgba(5, 150, 105, 0.1);
    color: rgb(5, 150, 105);
}

/* خطا */
.card-error {
    background-color: #fee2e2 !important; /* همیشه ثابت */
    color: #dc2626 !important; /* همیشه ثابت */
}

/* انیمیشن */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}


/*donya*/


.warranty-minimal .form-group {
    position: relative;
}

.warranty-minimal {
    max-width: 400px;
    display: block;
    margin: auto;
}

.warranty-minimal input {
    background: transparent;
    border-radius: 30px;
    border: 1px solid #1a1a1a;
    width: 100%;
    padding: 15px 30px;
}

.warranty-minimal input:focus {
    border-color: #1a1a1a;
}

.warranty-minimal button {
    color: #1a1a1a;
    padding: 15px 0;
    position: absolute;
    top: 5px;
    left: 30px;
    background: transparent;
    border: 0;
}

.warranty-icon svg {
    transform: rotate(180deg);
}

.rotated {
    transform: rotate(90deg); /* Ø²Ø§ÙˆÛŒÙ‡ Ú†Ø±Ø®Ø´ */
    transition: transform 0.3s ease; /* Ø¨Ø±Ø§ÛŒ Ø§Ù†ÛŒÙ…ÛŒØ´Ù† Ø±ÙˆØ§Ù† Ú†Ø±Ø®Ø´ */
}

.showResponseSearchIcon .danger {
    max-width: 350px;
    margin-top: 10px;
}

.showResponseSearchIcon .success {
    filter: hue-rotate(250deg);
    margin-top: 30px;
    max-width: 100px;
}

.showResponseSearchIcon {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end !important;
    justify-content: center !important;
}


.responseDanger {
    border: 1px solid;
    padding: 15px 70px;
    color: #c20b0bcc;
    width: 415px;
    margin: auto;
    margin-top: 20px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    flex-direction: column;
}

.responseSuccess {
    padding: 15px 70px;
    color: #28822ccc;
    width: 415px;
    margin: auto;
    margin-top: 20px;
    border: 2px solid #28822ccc;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    flex-direction: column;
    background: #f3f3f394;
}

.responseSuccess table {
    width: 90%;
    margin-top: 20px;
    border: 1px solid #fff;
}

.responseSuccess table {
    width: 100%;
    border: 1px solid #fff;
}

.responseSuccess tr {
    border-bottom: 1px solid #fff;
}

.responseSuccess th {
    padding: 5px;
    background: #ffffff4f;
    border-bottom: 1px solid #fff;
}

.responseSuccess td {
    padding: 5px;
}

.brands-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    margin: 30px auto;
    max-width: 1200px;
}

.brand-item img {
    max-height: 60px;
    width: auto;
    transition: transform 0.3s ease;
}

.brand-item img:hover {
    transform: scale(1.1);
}

/* موبایل: اسکرول افقی و 3 برند در هر بار */
@media (max-width: 768px) {
    .brands-container {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        gap: 15px;
        padding: 10px;
        scroll-snap-type: x mandatory;
    }

    .brand-item {
        flex: 0 0 30%; /* حدوداً 3 تا در صفحه */
        scroll-snap-align: center;
        text-align: center;
    }

    .brand-item img {
        max-height: 40px; /* کمی کوچک‌تر */
    }

    /* اسکرول‌بار ظریف */
    .brands-container::-webkit-scrollbar {
        height: 4px;
    }

    .brands-container::-webkit-scrollbar-track {
        background: transparent;
    }

    .brands-container::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.15);
        border-radius: 10px;
    }

    .brands-container::-webkit-scrollbar-thumb:hover {
        background: rgba(0, 0, 0, 0.25);
    }

    .brands-container {
        scrollbar-width: thin;
        scrollbar-color: rgba(0, 0, 0, 0.15) transparent;
    }
}

.dm {
    margin-top: 4rem !important;
}


.loginForm {
    margin: auto;
    margin-top: 200px;
    max-width: 400px;
    background: #fafafa;
    text-align: center;
    border: 1px solid #ededed;
    border-radius: 15px;
}

.form2 {
    margin: auto;
    max-width: 400px;
    text-align: center;
    border: 1px solid #ededed;
    border-radius: 15px;
}

#passwordDiv {
    margin: auto;
    max-width: 400px;
    text-align: center;
    border: 1px solid #ededed;
    border-radius: 15px;
}

#passwordDiv .flex-column {
    flex-direction: column;
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}


@media (min-width: 500px) {

    .pc_se_done {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 500px) {

    .mob_ye_done {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

#blog-carousel-wrap {
    position: relative;
}

#blog-carousel {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    cursor: grab;
}

#blog-carousel.dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}

#blog-carousel::-webkit-scrollbar {
    display: none;
}

.blog-slide {
    flex: 0 0 85%;
    scroll-snap-align: center;
}

@media (min-width: 768px) {
    .blog-slide {
        flex-basis: 48%;
    }
}

/* دو کارت کنار هم در دسکتاپ */
.blog-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-thumb {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.blog-body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1 1 auto;
}

.blog-title {
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.6;
    margin: 0;
}

.blog-time {
    margin-top: auto;
    font-size: 12px;
    color: #9aa0a6;
    text-align: left;
}

.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 0;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    cursor: pointer;
    display: grid;
    place-items: center;
}

#blog-prev {
    inset-inline-start: -8px;
}

#blog-next {
    inset-inline-end: -8px;
}

/* مخفی کردن نوار اسکرول */
.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.blog-btn {
    background-color: #ef8c23;
}

.blog-btn:hover {
    background-color: #d87410;
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(24px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.ani-fade-up {
    opacity: 0;
    animation: fadeUp .7s ease-out forwards;
}

.ani-delay-200 {
    animation-delay: .2s;
}

.ani-delay-400 {
    animation-delay: .4s;
}

/* زوم نرم روی تصویر هنگام هاور (بدون Tailwind) */
.hover-zoom {
    overflow: hidden;
    border-radius: 1rem;
}

.hover-zoom img {
    display: block;
    transition: transform .5s ease-out;
    transform-origin: center;
    will-change: transform;
}

.hover-zoom:hover img {
    transform: scale(1.1);
}

.feature-card {
    position: relative;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 16px;
    background: #fff;
    padding: 1.5rem;
    transition: transform .35s ease, box-shadow .35s ease, background-color .35s ease;
    will-change: transform, box-shadow, background-color;
}

.feature-card:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .12);
    background-color: rgb(255 245 235 / 51%);;
}

.feature-card .feature-icon {
    transition: transform .35s ease, filter .35s ease;
    will-change: transform;
}

.feature-card:hover .feature-icon {
    transform: translateY(-4px);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .15));
}

.feature-card h3 {
    margin-top: 0.75rem; /* فاصله مناسب از آیکون */
    margin-bottom: 0.5rem; /* فاصله کم بین عنوان و متن */
    font-weight: 600;
}

.feature-card p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.6;
}

#user-check .drift-grid {
    perspective: 1000px;
}

#user-check .testimonial-card {
    position: relative;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 1rem;
    background: #fff;
    padding: 1.25rem;
    overflow: hidden;
    transform: translateZ(0);
    transition: transform .4s ease, box-shadow .4s ease, border-color .4s ease;
    will-change: transform, box-shadow;
    animation: drift var(--dur, 9s) ease-in-out var(--delay, 0s) infinite alternate;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
    isolation: isolate;
}

#user-check .testimonial-card::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: conic-gradient(
            from 180deg,
            hsl(var(--h, 210) 90% 65% / .25),
            transparent 25% 75%,
            hsl(calc(var(--h, 210) + 40) 90% 60% / .25)
    );
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 0;
}

#user-check .testimonial-card .avatar {
    animation: bob var(--bobDur, 3.5s) ease-in-out var(--delay, 0s) infinite alternate;
    will-change: transform;
}

#user-check .testimonial-card:hover {
    transform: translateY(-6px) scale(1.02) rotate3d(.5, .2, 0, calc(var(--rot, 1deg) / 6));
    box-shadow: 0 16px 36px rgba(0, 0, 0, .14);
    border-color: hsl(var(--h, 210) 90% 60% / .35);
}

#user-check .testimonial-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(1200px 400px at -10% -10%, hsl(var(--h, 210) 100% 98% / .45), transparent 40%),
    radial-gradient(900px 300px at 110% 110%, hsl(calc(var(--h, 210) + 20) 100% 96% / .35), transparent 45%);
    mix-blend-mode: color-burn;
    pointer-events: none;
    z-index: -1;
}

@keyframes drift {
    0% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
    25% {
        transform: translate3d(var(--dx, 3px), calc(var(--dy, -4px)), 0) rotate(calc(var(--rot, 1deg) / 3));
    }
    50% {
        transform: translate3d(calc(var(--dx, -3px) * -1), calc(var(--dy, 4px) * -1), 0) rotate(calc(var(--rot, 1deg) * -1));
    }
    75% {
        transform: translate3d(var(--dx2, 4px), var(--dy2, 3px), 0) rotate(calc(var(--rot, 1deg) / 4));
    }
    100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
}

@keyframes bob {
    from {
        transform: translateY(0)
    }
    to {
        transform: translateY(-3px)
    }
}

#user-check [data-col="0"] .testimonial-card {
    animation-delay: .1s
}

#user-check [data-col="1"] .testimonial-card {
    animation-delay: .25s
}

#user-check [data-col="2"] .testimonial-card {
    animation-delay: .4s
}


#warranty-btn {
    line-height: 1.5rem;
    margin-top: 0 !important;
    align-items: center;
}

#loginForm .auth-card {
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 16px;
    background: #fff;
    padding: 1.75rem;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .06);
}

#loginForm .input-wrap {
    position: relative;
}

#loginForm .input-wrap .input-icon {
    position: absolute;
    inset-inline-start: .75rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    opacity: .6;
}

#loginForm .input-control {
    padding-inline-start: 2.5rem;
    border-radius: .75rem;
}

#loginForm .auth-title {
    font-weight: 800;
    letter-spacing: -.02em;
}

#loginForm .auth-subtitle {
    font-size: .9rem;
    color: #6b7280;
}

#loginForm .auth-btn {
    border-radius: .75rem;
}

.powered-by-alvand {
    font-weight: 700;
    font-size: .95rem;
    background: linear-gradient(135deg, #05a1ee, #272d6b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline-block;
    margin-bottom: .5rem;
}
footer {
    text-align: center;
    padding: 1rem 0;
}

.xd {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;