/*! tailwindcss v4.1.18 | 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-black: #000;
        --color-white: #fff;
        --spacing: 0.25rem;
        --text-xs: 0.75rem;
        --text-xs--line-height: calc(1 / 0.75);
        --text-sm: 0.875rem;
        --text-sm--line-height: calc(1.25 / 0.875);
        --text-base: 1rem;
        --text-base--line-height: calc(1.5 / 1);
        --text-lg: 1.125rem;
        --text-lg--line-height: calc(1.75 / 1.125);
        --font-weight-medium: 500;
        --font-weight-semibold: 600;
        --font-weight-bold: 700;
        --radius-sm: 0.25rem;
        --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
        --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;
    }

    ::-webkit-calendar-picker-indicator {
        line-height: 1;
    }

    :-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;
    }

    .relative {
        position: relative;
    }

    .inset-0 {
        inset: calc(var(--spacing) * 0);
    }

    .top-0 {
        top: calc(var(--spacing) * 0);
    }

    .right-0 {
        right: calc(var(--spacing) * 0);
    }

    .z-0 {
        z-index: 0;
    }

    .z-10 {
        z-index: 10;
    }

    .z-40 {
        z-index: 40;
    }

    .z-\[1\] {
        z-index: 1;
    }

    .col-span-12 {
        grid-column: span 12 / span 12;
    }

    .container {
        width: 100%;
        @media (width >= 40rem) {
            max-width: 40rem;
        }
        @media (width >= 48rem) {
            max-width: 48rem;
        }
        @media (width >= 64rem) {
            max-width: 64rem;
        }
        @media (width >= 80rem) {
            max-width: 80rem;
        }
        @media (width >= 96rem) {
            max-width: 96rem;
        }
    }

    .mx-auto {
        margin-inline: auto;
    }

    .block {
        display: block;
    }

    .flex {
        display: flex;
    }

    .grid {
        display: grid;
    }

    .hidden {
        display: none;
    }

    .table {
        display: table;
    }

    .h-\[1px\] {
        height: 1px;
    }

    .h-\[14px\] {
        height: 14px;
    }

    .h-\[60px\] {
        height: 60px;
    }

    .h-\[61px\] {
        height: 61px;
    }

    .h-full {
        height: 100%;
    }

    .h-svh {
        height: 100svh;
    }

    .max-h-svh {
        max-height: 100svh;
    }

    .w-\[14px\] {
        width: 14px;
    }

    .w-\[56px\] {
        width: 56px;
    }

    .w-\[60px\] {
        width: 60px;
    }

    .w-full {
        width: 100%;
    }

    .max-w-\[471px\] {
        max-width: 471px;
    }

    .max-w-\[620px\] {
        max-width: 620px;
    }

    .max-w-full {
        max-width: 100%;
    }

    .min-w-\[56px\] {
        min-width: 56px;
    }

    .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 !important;
    }

    .cursor-pointer {
        cursor: pointer;
    }

    .cursor-pointer\! {
        cursor: pointer !important;
    }

    .resize {
        resize: both;
    }

    .appearance-none {
        appearance: none;
    }

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

    .flex-col {
        flex-direction: column;
    }

    .flex-row-reverse {
        flex-direction: row-reverse;
    }

    .flex-wrap {
        flex-wrap: wrap;
    }

    .items-center {
        align-items: center;
    }

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

    .justify-center {
        justify-content: center;
    }

    .justify-start {
        justify-content: flex-start;
    }

    .gap-1 {
        gap: calc(var(--spacing) * 1);
    }

    .gap-3 {
        gap: calc(var(--spacing) * 3);
    }

    .gap-4 {
        gap: calc(var(--spacing) * 4);
    }

    .gap-6 {
        gap: calc(var(--spacing) * 6);
    }

    .gap-\[19px\] {
        gap: 19px;
    }

    .gap-\[31px\] {
        gap: 31px;
    }

    .gap-\[42px\] {
        gap: 42px;
    }

    .rounded-\[2px\] {
        border-radius: 2px;
    }

    .rounded-\[5px\] {
        border-radius: 5px;
    }

    .rounded-\[6px\] {
        border-radius: 6px;
    }

    .rounded-sm {
        border-radius: var(--radius-sm);
    }

    .border {
        border-style: var(--tw-border-style);
        border-width: 1px;
    }

    .border-2 {
        border-style: var(--tw-border-style);
        border-width: 2px;
    }

    .border-\[1px\] {
        border-style: var(--tw-border-style);
        border-width: 1px;
    }

    .border-none {
        --tw-border-style: none;
        border-style: none;
    }

    .border-\[\#2B758C\] {
        border-color: #2B758C;
    }

    .border-\[\#13343E\] {
        border-color: #13343E;
    }

    .bg-\[\#001F28\] {
        background-color: #001F28;
    }

    .bg-\[\#003E52\] {
        background-color: #003E52;
    }

    .bg-\[\#6CE4DB\] {
        background-color: #6CE4DB;
    }

    .bg-\[\#041C23\] {
        background-color: #041C23;
    }

    .bg-\[\#041C2380\] {
        background-color: #041C2380;
    }

    .bg-\[\#fff0\] {
        background-color: #fff0;
    }

    .bg-azure {
        background-color: azure;
    }

    .bg-transparent {
        background-color: transparent;
    }

    .px-4 {
        padding-inline: calc(var(--spacing) * 4);
    }

    .px-5 {
        padding-inline: calc(var(--spacing) * 5);
    }

    .py-3 {
        padding-block: calc(var(--spacing) * 3);
    }

    .py-\[18px\] {
        padding-block: 18px;
    }

    .py-\[8px\] {
        padding-block: 8px;
    }

    .pr-3 {
        padding-right: calc(var(--spacing) * 3);
    }

    .text-center {
        text-align: center;
    }

    .text-lg {
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height));
    }

    .text-sm {
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height));
    }

    .text-xs {
        font-size: var(--text-xs);
        line-height: var(--tw-leading, var(--text-xs--line-height));
    }

    .text-\[15px\] {
        font-size: 15px;
    }

    .text-\[17px\] {
        font-size: 17px;
    }

    .text-\[25px\] {
        font-size: 25px;
    }

    .text-\[60px\] {
        font-size: 60px;
    }

    .leading-6 {
        --tw-leading: calc(var(--spacing) * 6);
        line-height: calc(var(--spacing) * 6);
    }

    .font-bold {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
    }

    .font-medium {
        --tw-font-weight: var(--font-weight-medium);
        font-weight: var(--font-weight-medium);
    }

    .font-semibold {
        --tw-font-weight: var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold);
    }

    .text-balance {
        text-wrap: balance;
    }

    .text-wrap {
        text-wrap: wrap;
    }

    .text-\[\#0c0c0c\] {
        color: #0c0c0c;
    }

    .text-\[\#ededed\] {
        color: #ededed;
    }

    .text-white {
        color: var(--color-white);
    }

    .underline {
        text-decoration-line: underline;
    }

    .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, 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));
    }

    .ease-in-out {
        --tw-ease: var(--ease-in-out);
        transition-timing-function: var(--ease-in-out);
    }

    .outline-none {
        --tw-outline-style: none;
        outline-style: none;
    }

    .hover\:opacity-80 {
        &:hover {
            @media (hover: hover) {
                opacity: 80%;
            }
        }
    }

    .sm\:gap-\[54px\] {
        @media (width >= 40rem) {
            gap: 54px;
        }
    }

    .sm\:gap-\[24px\] {
        @media (width >= 40rem) {
            gap: 24px;
        }
    }

    .sm\:px-7 {
        @media (width >= 40rem) {
            padding-inline: calc(var(--spacing) * 7);
        }
    }

    .sm\:py-4 {
        @media (width >= 40rem) {
            padding-block: calc(var(--spacing) * 4);
        }
    }

    .sm\:py-6 {
        @media (width >= 40rem) {
            padding-block: calc(var(--spacing) * 6);
        }
    }

    .sm\:text-base {
        @media (width >= 40rem) {
            font-size: var(--text-base);
            line-height: var(--tw-leading, var(--text-base--line-height));
        }
    }

    .sm\:text-\[17px\] {
        @media (width >= 40rem) {
            font-size: 17px;
        }
    }

    .sm\:text-\[27px\] {
        @media (width >= 40rem) {
            font-size: 27px;
        }
    }

    .md\:col-span-6 {
        @media (width >= 48rem) {
            grid-column: span 6 / span 6;
        }
    }

    .md\:flex {
        @media (width >= 48rem) {
            display: flex;
        }
    }
}

@font-face {
    font-family: "YekanBakh";
    src: url("./fonts/Yekan-Bakh/woff2/02-YekanBakh-Thin.woff2") format("woff2");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "YekanBakh";
    src: url("./fonts/Yekan-Bakh/woff2/05-YekanBakh-Medium.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "YekanBakh";
    src: url("./fonts/Yekan-Bakh/woff2/06-YekanBakh-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "YekanBakh";
    src: url("./fonts/Yekan-Bakh/woff2/06-YekanBakh-Bold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

:root {
    --toastify-font-family: var(--font-yekan) !important;
    --toastify-text-color-success: #53bb1e !important;
    --toastify-color-success: #f6fff5 !important;
    --toastify-toast-width: 280px !important;
    --toastify-toast-bd-radius: 9px !important;
    --toastify-toast-min-height: 56px !important;
    --toastify-toast-top: 106px !important;
    --toastify-toast-right: 42px !important;
    --toastify-color-progress-bgo: 1 !important;
    --toastify-color-error: #fff4f4 !important;
    --toastify-text-color-error: #d21f3c !important;
    --color-primary: #4edfd4;
    --color-primary-dark: #2b758c;
    --color-primary-text: #404040;
    --color-theme: #f5f5f5;
    --color-title: #0c0c0c;
    --color-des: #383838;
    --color-white: #fff;
    --color-black: #000000;
}

body.dark {
    --color-primary: #4edfd4;
    --color-primary-dark: #2b758c;
    --color-primary-text: #404040;
    --color-theme: #003647;
    --color-title: #f5f5f5;
    --color-des: #383838;
    --color-white: #001f28;
    --color-black: #000000;
}

html {
    scroll-behavior: smooth;
}

html * {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

html.modal {
    overflow: hidden !important;
    padding-right: 17px !important;
}

@media (max-width: 800px) {
    html.modal {
        overflow: hidden !important;
        padding-right: 0 !important;
    }
}

body {
    direction: rtl;
    font-family: YekanBakh;
    background-color: #fafafa;
    font-weight: 500;
    position: relative;
    max-width: 100vw;
    overflow-x: hidden;
    overflow-y: visible;
}

body.dark {
    background-color: #02151b;
}

.glass {
    overflow: hidden;
    position: relative;
}

.glass::before {
    content: "";
    position: absolute;
    top: 0;
    right: 120%;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 120%);
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transform: skewX(25deg);
    -webkit-transform: skewX(25deg);
    -moz-transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    -o-transform: skewX(25deg);
}

.glass:hover::before {
    right: -125%;
}

@layer utilities {
    .text-balance {
        text-wrap: balance;
    }

    .d-flex {
        display: flex;
    }

    .full-center {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .center-end {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .center-start {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .center-between {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .center-around {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .center {
        display: flex;
        align-items: center;
    }

    .wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .column {
        display: flex;
        flex-direction: column;
    }

    .row {
        display: flex;
        flex-direction: row;
    }

    .icon-button {
        min-height: calc(var(--spacing) * 9);
        min-width: calc(var(--spacing) * 9);
        align-items: center;
        justify-content: center;
        border-radius: calc(infinity * 1px);
    }

    .icon-button:hover {
        background-color: rgba(0, 0, 0, 0.04);
    }

    .transition-medium {
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }

    .container {
        max-width: 1436px;
        padding-left: 40px;
        padding-right: 40px;
        margin-left: auto;
        margin-right: auto;
    }

    .no-container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .min-h-myScreen {
        min-height: calc(100vh - 67px);
    }

    .bg-transparent {
        background-color: transparent;
    }

    .word-spacing-normal {
        word-spacing: 0.3em;
    }
}

button {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.none-scroll::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.none-scroll::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.none-scroll::-webkit-scrollbar-thumb {
    background: #b9bec5;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.none-scroll::-webkit-scrollbar-thumb:hover {
    background: #767d85;
}

.light-scroll::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

.light-scroll::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.light-scroll::-webkit-scrollbar-thumb {
    background: #b9bec5;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.light-scroll::-webkit-scrollbar-thumb:hover {
    background: #767d85;
}

#slider-collection-list .swiper-slide {
    max-width: 390px !important;
    margin-right: 22px !important;
}

#slider-blog-list .swiper-slide {
    max-width: 380px !important;
    margin-right: 39px !important;
}

#slider-story-users .swiper-slide {
    max-width: 141px !important;
    margin-left: 31px !important;
}

.colors-story-swiper .swiper-slide {
    max-width: 25px !important;
    margin-left: 10px !important;
}

.fonts-story-swiper .swiper-slide {
    max-width: fit-content !important;
    margin-left: 10px !important;
}

.size-story-swiper .swiper-slide {
    max-width: fit-content !important;
    margin-left: 6px !important;
}

.collections-swiper .swiper {
    padding-bottom: 44px;
}

.collections-swiper .swiper-scrollbar {
    opacity: 1 !important;
    max-width: 402px;
    width: 85%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 9px;
    background-color: #ebebeb;
    padding-top: 2px;
    border-radius: 4.32px;
    -webkit-border-radius: 4.32px;
    -moz-border-radius: 4.32px;
    -ms-border-radius: 4.32px;
    -o-border-radius: 4.32px;
}

.collections-swiper .swiper-scrollbar .swiper-scrollbar-drag {
    height: 5px;
    border-radius: 2.16px;
    -webkit-border-radius: 2.16px;
    -moz-border-radius: 2.16px;
    -ms-border-radius: 2.16px;
    -o-border-radius: 2.16px;
    background-color: #202025;
}

.fade-in {
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
}

.fade-in[data-animation="active"] {
    animation: bottom-top-animation 1s ease-in-out forwards;
    -webkit-animation: bottom-top-animation 1s ease-in-out forwards;
}

.animation-scale, .animation-scale-delay-05, .animation-scale-delay-07, .animation-scale-delay-1 {
    transform: translateY(30px) scale(0);
    -webkit-transform: translateY(30px) scale(0);
    -moz-transform: translateY(30px) scale(0);
    -ms-transform: translateY(30px) scale(0);
    -o-transform: translateY(30px) scale(0);
}

.animation-scale[data-animation="active"] {
    animation: scale-animation 0.5s ease-in-out 0s both running;
    -webkit-animation: scale-animation 0.5s ease-in-out 0s both running;
}

.animation-scale-delay-05[data-animation="active"] {
    animation: scale-animation 0.5s ease-in-out 0.2s both running;
    -webkit-animation: scale-animation 0.5s ease-in-out 0.2s both running;
}

.animation-scale-delay-07[data-animation="active"] {
    animation: scale-animation 0.5s ease-in-out 0.5s both running;
    -webkit-animation: scale-animation 0.5s ease-in-out 0.5s both running;
}

.animation-scale-delay-1[data-animation="active"] {
    animation: scale-animation 0.5s ease-in-out 0.7s both running;
    -webkit-animation: scale-animation 0.5s ease-in-out 0.7s both running;
}

@keyframes scale-animation {
    to {
        transform: translateY(0px) scale(1);
        -webkit-transform: translateY(0px) scale(1);
        -moz-transform: translateY(0px) scale(1);
        -ms-transform: translateY(0px) scale(1);
        -o-transform: translateY(0px) scale(1);
        opacity: 1;
    }
}

@keyframes bottom-top-animation {
    to {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes text-ani-animation {
    to {
        background-size: 100% 100%;
    }
}

.scroll-fade {
    animation: scroll-fade-animation linear forwards;
    -webkit-animation: scroll-fade-animation linear forwards;
    animation-timeline: view(y);
    animation-range-start: 300px;
    animation-range-end: 700px;
    opacity: 0;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

@keyframes scroll-fade-animation {
    to {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}

.animationImageHeader {
    animation: image-header-animation linear forwards;
    -webkit-animation: image-header-animation linear forwards;
    animation-timeline: view(y);
    animation-range-start: 700px;
    animation-range-end: 1000px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform-origin: center center;
}

@keyframes image-header-animation {
    to {
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        opacity: 0.5;
    }
}

.swiper, .swiper-wapper, .swiper-scrollbar {
    direction: rtl !important;
}

.progress-top {
    height: 7px !important;
    background-color: transparent !important;
}

.progress-top .progress-bar {
    background-color: #161616 !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.progress-top .progress-bar > div {
    display: none;
}

.Toastify__toast--success .toastify-progress {
    height: 7px !important;
    background-color: #72c846 !important;
    border-radius: 5px 0px 0px 5px !important;
    -webkit-border-radius: 5px 0px 0px 5px !important;
    -moz-border-radius: 5px 0px 0px 5px !important;
    -ms-border-radius: 5px 0px 0px 5px !important;
    -o-border-radius: 5px 0px 0px 5px !important;
    opacity: 1 !important;
}

.Toastify__toast--error .toastify-progress {
    height: 7px !important;
    background-color: #d21f3c !important;
    border-radius: 5px 0px 0px 5px !important;
    -webkit-border-radius: 5px 0px 0px 5px !important;
    -moz-border-radius: 5px 0px 0px 5px !important;
    -ms-border-radius: 5px 0px 0px 5px !important;
    -o-border-radius: 5px 0px 0px 5px !important;
    opacity: 1 !important;
}

.toast_card {
    font-size: 15px !important;
}

.Toastify__toast--success .Toastify__close-button {
    color: var(--toastify-text-color-success) !important;
}

.Toastify__toast--error .Toastify__close-button {
    color: var(--toastify-text-color-error) !important;
}

#header-single-collection-cover {
    display: none;
}

#header-banner-esteghlal {
    display: none;
}

@keyframes header-single-collection-cover {
    to {
        opacity: 1;
    }
}

#chart-page-single-collection .apexcharts-canvas > svg {
    background-color: transparent !important;
}

#chart-page-single-collection .apexcharts-yaxis-texts-g {
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
}

#headerEditorBannerCollection .advanced-cropper {
    height: 100% !important;
}

#headerEditorBannerCollection .advanced-cropper .advanced-cropper-artificial-transition {
    height: 100% !important;
    cursor: move;
}

.custom-date-picker .rmdp-container {
    width: 100%;
}

.custom-date-picker .ep-arrow {
    display: none;
}

.custom-date-picker .rmdp-wrapper {
    box-shadow: -8px 7px 100px 0px #00000014;
    background-color: #fff;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    overflow: hidden;
    box-sizing: border-box;
}

.custom-date-picker .rmdp-header-values {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px 6px;
    color: #fff;
}

.custom-date-picker .rmdp-header-values span {
    border: 1px solid #cbcbcb;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    height: 35px;
    padding: 0px 20px;
    color: #0d0d0d;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.custom-date-picker .rmdp-header-values span:hover {
    background-color: #0d0d0d;
    color: #f5f5f5;
}

.custom-date-picker .rmdp-header {
    padding: 9px 6px !important;
}

.custom-date-picker .rmdp-week-day {
    color: #858585;
}

.custom-date-picker .rmdp-week .sd {
    color: #2e2e2e;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.custom-date-picker .rmdp-today span {
    background-color: transparent !important;
    color: #2e2e2e !important;
}

.custom-date-picker .rmdp-week .sd:hover {
    background-color: #2b2b2b !important;
    color: #fff !important;
    box-shadow: none !important;
}

.custom-date-picker .rmdp-selected .sd {
    background-color: #1c1c1c !important;
    color: #fff !important;
    box-shadow: none !important;
}

.custom-date-picker .rmdp-ym span {
    color: #2e2e2e;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.custom-date-picker .rmdp-ym span:hover {
    background-color: #2b2b2b !important;
    color: #fff !important;
    box-shadow: none !important;
}

.custom-date-picker .rmdp-selected span {
    background-color: #1c1c1c !important;
    color: #fff !important;
    box-shadow: none !important;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.skeleton {
    background-color: #1c1c1c;
    background: linear-gradient(90deg, transparent, #1c1c1c75, transparent);
    background-size: 40px 100%;
    background-repeat: no-repeat;
    background-position: left -40px top 0;
    animation: shine 1s ease infinite;
    -webkit-animation: shine 1s ease infinite;
}

.skeleton-light {
    background-color: #fff;
    background: linear-gradient(90deg, transparent, #ffffff94, transparent);
    background-size: 40px 100%;
    background-repeat: no-repeat;
    background-position: left -40px top 0;
    animation: shine 1s ease infinite;
    -webkit-animation: shine 1s ease infinite;
}

.skeleton-themColor {
    background-color: #e4e4e4;
    background: linear-gradient(90deg, transparent, #e4e4e4, transparent);
    background-size: 40px 100%;
    background-repeat: no-repeat;
    background-position: left -40px top 0;
    animation: shine 1s ease infinite;
    -webkit-animation: shine 1s ease infinite;
}

@keyframes shine {
    to {
        background-position: right -40px top 0;
    }
}

@media (max-width: 560px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 480px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 382px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.count-word .rc-slider-rail {
    background-color: #444444;
}

.count-word .rc-slider-track {
    background-color: #444444;
}

.count-word .rc-slider-handle {
    background-color: #9226c7;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    opacity: 1;
}

.count-word .rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging {
    border: 2px solid #fff;
    box-shadow: none;
}

.slider-readme-about-us .swiper-slide-active {
    z-index: 10;
}

.blog-bullet {
    width: 36px;
    height: 9px;
    border-radius: 16px;
    background-color: #D5D5D5;
    display: block;
}

.blog-active-bullet {
    width: 78px;
    background-color: #2B758C;
}

@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-outline-style {
    syntax: "*";
    inherits: false;
    initial-value: solid;
}

@property --tw-ease {
    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-outline-style: solid;
            --tw-ease: initial;
        }
    }
}

.mr-1 {
    padding-right: 10px;
}

.ml-1 {
    padding-left: 10px;
}

.f-left{
    float: left;
}
