﻿/* add fonts */

@font-face {
    font-family: 'iransSansxFanumLight';
    src: url('../fonts/iran-sansx-fanum/IRANSANSXFANUM-LIGHT.TTF') format('truetype');
}

@font-face {
    font-family: 'iransSansxFanumMedium';
    src: url('../fonts/iran-sansx-fanum/IRANSANSXFANUM-MEDIUM.TTF') format('truetype');
}

@font-face {
    font-family: 'iransSansxFanumBold';
    src: url('../fonts/iran-sansx-fanum/IRANSANSXFANUM-BOLD.TTF') format('truetype');
}

/* add tailwind base */

/* ! tailwindcss v3.4.1 | 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)
*/

*,
::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.
7. Disable tap highlights on iOS
*/

html,
:host {
    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: ui-sans-serif, system-ui, 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 */
    -webkit-tap-highlight-color: transparent;
    /* 7 */
}

/*
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,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}*/

h2 {
    color: #376cd3;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

footer a, header a, .floating-container-min a, .floating-container a, .btn-primary a, .mobile-sidebar a {
    color: inherit;
}

a {
    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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
    /* 2 */
    font-variation-settings: normal;
    /* 3 */
    font-size: 1em;
    /* 4 */
}

/*
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;
}

.article-content ol,
.article-content ul,
.article-content menu {
    list-style: initial;
    margin: initial;
    padding: initial;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.service-content,
.article-content {
    line-height: 40px !important;
}

    .service-content ol,
    .service-content ul,
    .service-content menu {
        list-style: initial;
        margin: initial;
        padding: initial;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 40px;
    }

/*
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;
}

*, ::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:;
}

/* add custom base */

body {
    font-family: iransSansxFanumMedium;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

input,
select {
    height: 2.5rem;
    border-radius: 9999px;
}

input,
select,
textarea {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(170 162 164 / var(--tw-border-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: right;
    font-size: 0.75rem;
    line-height: 1rem;
    outline: 2px solid transparent;
    outline-offset: 2px;
}

textarea {
    border-radius: 1.5rem;
}

.ltr {
    direction: ltr;
    text-align: leftw;
}

.rotate-y-180 {
    transform: rotateY(180deg);
}

.overlay {
    position: fixed;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 40;
    height: 100lvh;
    width: 0px;
    background-color: #A1A1A1B2;
}

.text-link {
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(0 73 214 / var(--tw-text-opacity));
}

/* icons */

.i-ht {
    left: 1rem;
    z-index: 10;
    display: block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}

.i-open-eye,
.i-close-eye {
    top: 12px;
    width: 22px;
    height: 15px;
    cursor: pointer;
    background-image: url("/src/icons/openeye.svg");
}

    .i-close-eye::after {
        margin-top: 0.375rem;
        margin-right: 0.125rem;
        display: block;
        height: 0.125rem;
        width: 1.25rem;
        --tw-rotate: -45deg;
        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));
        --tw-bg-opacity: 1;
        background-color: rgb(125 118 120 / var(--tw-bg-opacity));
        --tw-content: '';
        content: var(--tw-content);
    }

.i-calendar {
    top: 8px;
    width: 27px;
    height: 25px;
    background-image: url("/src/icons/calendar.svg");
}

.bg-overlay-gradiant {
    position: relative;
}

    .bg-overlay-gradiant::after {
        position: absolute;
        left: 0px;
        top: 0px;
        display: flex;
        height: 100%;
        width: 100%;
        --tw-content: '';
        content: var(--tw-content);
        /* @apply absolute; */
        background: rgb(0, 0, 0);
        background: linear-gradient( 180deg, rgba(0, 0, 0, 0.1741071428571429) 0%, rgba(158, 158, 158, 0.2049194677871149) 50%, rgba(255, 255, 255, 0.4009978991596639) 100% );
    }

.container-mode2 {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
}

@media (min-width: 768px) {
    .container-mode2 {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .container-mode2 {
        max-width: 1024px;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}

@media (min-width: 1280px) {
    .container-mode2 {
        max-width: 1280px;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}

@media (min-width: 1536px) {
    .container-mode2 {
        max-width: 1536px;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}

/* add tailwind components */

.container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}

/* add custom base */

.custom-input {
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

    .custom-input input,
    .custom-input textarea {
        position: relative;
        width: 100%;
        background-color: transparent;
    }

    .custom-input textarea {
        padding: 1rem;
    }

    .custom-input span {
        height: -moz-fit-content;
        height: fit-content;
        width: -moz-fit-content;
        width: fit-content;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        font-size: 0.75rem;
        line-height: 1rem;
        color: rgb(125 118 120 / 0.8);
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
        pointer-events: none;
        position: absolute;
        top: 0px;
        right: 1rem;
        bottom: 0px;
        margin: auto;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .custom-input textarea ~ span {
        margin-top: 1rem;
    }

    /*  */

    .custom-input input:focus ~ span,
    .custom-input input:valid ~ span {
        bottom: 2.5rem;
        right: 1rem;
        font-size: 10px;
    }

    .custom-input textarea:focus ~ span,
    .custom-input textarea:valid ~ span {
        top: -1.5rem;
        right: 1rem;
        font-size: 10px;
    }

.custom-checkbox {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

@media (min-width: 768px) {
    .custom-checkbox {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.custom-checkbox input {
    width: 1rem;
}

@media (min-width: 768px) {
    .custom-checkbox input {
        width: 1.5rem;
    }
}

.modal-content {
    visibility: hidden;
    --tw-translate-y: -1rem;
    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));
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 50;
    margin: auto;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    max-width: 24rem;
    border-radius: 1.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 2rem;
}

@media (min-width: 768px) {
    .modal-content {
        max-width: 32rem;
        border-radius: 50px;
    }
}

.modal-content.open {
    visibility: visible;
    --tw-translate-y: 0px;
    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));
    opacity: 1;
}

.modal-overlay.open {
    width: 100%;
}

table {
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
}

td {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(0 73 214 / var(--tw-border-opacity));
    padding: 0.875rem;
    text-align: center;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(125 118 120 / var(--tw-text-opacity));
}

tr:nth-child(odd) td {
    --tw-bg-opacity: 1;
    background-color: rgb(204 219 247 / var(--tw-bg-opacity));
}

tr:first-child td:first-child {
    border-top-right-radius: 10px;
}

tr:last-child td:first-child {
    border-bottom-right-radius: 10px;
}

tr:first-child td:last-child {
    border-top-left-radius: 10px;
}

tr:last-child td:last-child {
    border-bottom-left-radius: 10px;
}

/*the container must be positioned relative:*/

.custom-select {
    position: relative;
}

    /*hide original SELECT element:*/

    .custom-select select {
        display: none;
    }

.select-selected {
    height: 100%;
    min-height: 2.5rem;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(170 162 164 / var(--tw-border-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: right;
    font-family: iransSansxFanumMedium;
    font-size: 0.75rem;
    line-height: 1rem;
    line-height: 1.8;
    outline: 2px solid transparent;
    outline-offset: 2px;
}

    .select-selected:focus {
        --tw-border-opacity: 1;
        border-color: rgb(35 31 32 / var(--tw-border-opacity));
    }

    /*style the arrow inside the select element:*/

    .select-selected:after {
        content: "";
        position: absolute;
        left: 15px;
        top: 0;
        bottom: 4px;
        margin: auto;
        z-index: 20;
        width: 10px;
        height: 10px;
        border: 2px solid grey;
        border-top: transparent;
        border-right: transparent;
        transform: rotate(-45deg);
        pointer-events: none;
        transition: all 0.3s linear;
    }

    /*point the arrow upwards when the select box is open (active):*/

    .select-selected.select-arrow-active:after {
        transform: rotate(135deg);
        top: 8px;
    }

/*style the items (options), including the selected item:*/

.select-items div {
    border-radius: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.select-items div,
.select-selected {
    cursor: pointer;
    text-align: right;
    padding: 8px 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

/*style items (options):*/

.select-items {
    left: 0;
    right: 0;
    top: 100%;
    z-index: 99;
    padding: 10px;
    position: absolute;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all 0.7s ease;
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.select-selected.select-arrow-active ~ .select-items {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/*hide the items when the select box is closed:*/

/* .select-hide {
    display: none;
} */

.select-items div:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

/* .same-as-selected {
    @apply bg-primary text-white
} */

.custom-select span {
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgb(125 118 120 / 0.8);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    pointer-events: none;
    position: absolute;
    top: 0px;
    right: 1rem;
    bottom: 0px;
    margin: auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.custom-select select:focus ~ span,
.custom-select select:valid ~ span {
    bottom: 2.5rem;
    right: 1rem;
    font-size: 10px;
}

.btn {
    border-radius: 9999px;
    border-width: 2px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.75rem;
    line-height: 1rem;
}

@media (min-width: 768px) {
    .btn {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.btn-icon {
    display: flex;
    height: 1.75rem;
    width: 1.75rem;
    align-items: center;
    justify-content: center;
    padding: 0px;
}

@media (min-width: 768px) {
    .btn-icon {
        height: 2.5rem;
        width: 2.5rem;
    }
}

.btn-icon img {
    height: 0.875rem;
    width: 0.875rem;
}

@media (min-width: 768px) {
    .btn-icon img {
        height: 1.25rem;
        width: 1.25rem;
    }
}

.btn-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(0 73 214 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-outline-primary {
    --tw-border-opacity: 1;
    border-color: rgb(0 73 214 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 73 214 / var(--tw-text-opacity));
}

.mobile-sidebar {
    visibility: hidden;
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 50;
    overflow-y: auto; /* فعال کردن اسکرول عمودی در منو */
    height: 100lvh;
    width: 60%;
    --tw-translate-x: 100%;
    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));
    --tw-bg-opacity: 1;
    background-color: rgb(0 73 214 / var(--tw-bg-opacity));
    padding-top: 2.75rem;
    padding-right: 1.25rem;
    padding-left: 1rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    opacity: 0;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
    .mobile-sidebar {
        display: none;
    }
}

.btn-close-sidebar {
    position: absolute;
    top: 3.5rem;
    left: -1rem;
    display: flex;
    height: 2.5rem;
    width: 1.25rem;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    --tw-bg-opacity: 1;
    background-color: rgb(0 73 214 / var(--tw-bg-opacity));
}

    .btn-close-sidebar img {
        height: 1rem;
        width: 1rem;
    }

#inputToggleMobileSidebar:checked ~ .mobile-sidebar {
    visibility: visible;
    --tw-translate-x: 0px;
    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));
    opacity: 1;
}

@media (min-width: 768px) {
    .sidebar-overlary {
        display: none;
    }
}

#inputToggleMobileSidebar:checked ~ .sidebar-overlary {
    width: 100%;
}

/* collapse-menu */

.collapse-menu {
    display: flex;
    cursor: pointer;
    flex-direction: column;
    overflow: hidden;
}

    .collapse-menu ul {
        height: 0px;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 300ms;
        margin-right: 1.5rem;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

        .collapse-menu ul li:first-child {
            margin-top: 0.75rem;
        }

    .collapse-menu.open > ul {
        height: -moz-fit-content;
        height: fit-content;
    }

    .collapse-menu .menu-title {
        display: flex;
        align-items: center;
        gap: 0.375rem;
    }

        .collapse-menu .menu-title span {
            position: relative;
            display: flex;
            align-items: center;
            gap: 0.375rem;
        }

            .collapse-menu .menu-title span::after {
                content: "";
                position: absolute;
                left: -15px;
                top: -5px;
                bottom: 0;
                margin: auto;
                width: 8px;
                height: 8px;
                border: 2px solid currentColor;
                border-top: transparent;
                border-right: transparent;
                transform: rotate(-45deg);
                pointer-events: none;
                transition: all 0.3s linear;
            }

    .collapse-menu.open > .menu-title span::after {
        transform: rotate(135deg);
        top: 5px;
    }

.mega-menu {
    position: relative;
    z-index: 40;
    width: calc(-moz-fit-content + 15px);
    width: calc(fit-content + 15px);
    cursor: pointer;
}

    .mega-menu .menu-title {
        position: relative;
    }

        .mega-menu .menu-title::after {
            content: "";
            position: absolute;
            left: -15px;
            top: -5px;
            bottom: 0;
            margin: auto;
            width: 8px;
            height: 8px;
            border: 2px solid currentColor;
            border-top: transparent;
            border-right: transparent;
            transform: rotate(-45deg);
            pointer-events: none;
            transition: all 0.3s linear;
        }

    .mega-menu:hover .menu-title::after {
        transform: rotate(135deg);
        top: 5px;
    }

    .mega-menu::after {
        position: absolute;
        right: 0px;
        bottom: -1.25rem;
        height: 100%;
        width: 100%;
        --tw-content: '';
        content: var(--tw-content);
    }

    .mega-menu .list {
        visibility: hidden;
        --tw-translate-y: -1.25rem;
        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));
        opacity: 0;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 500ms;
        display: flex;
        min-height: 25rem;
        cursor: default;
        flex-direction: column;
        gap: 1.25rem;
        --tw-bg-opacity: 1;
        background-color: rgb(230 237 251 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity));
        --tw-shadow: 2px 2px 10px 0px rgba(80, 80, 80, 0.15);
        --tw-shadow-colored: 2px 2px 10px 0px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        position: absolute;
        top: 3rem;
        right: -20rem;
        min-width: 52rem;
        border-radius: 20px;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .mega-menu:hover .list {
        visibility: visible;
        --tw-translate-y: -5px;
        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));
        opacity: 1;
    }

    .mega-menu .list .item {
        cursor: pointer;
    }

        .mega-menu .list .item .item-title {
            position: relative;
            --tw-text-opacity: 1;
            color: rgb(125 118 120 / var(--tw-text-opacity));
        }

            .mega-menu .list .item .item-title:hover {
                --tw-text-opacity: 1;
                color: rgb(0 0 0 / var(--tw-text-opacity));
            }

            .mega-menu .list .item .item-title::after {
                position: absolute;
                top: 0px;
                bottom: 0px;
                left: -1rem;
                margin: auto;
                height: 0.625rem;
                width: 0.625rem;
                opacity: 0.5;
                --tw-content: '';
                content: var(--tw-content);
                pointer-events: none;
                --tw-rotate: 45deg;
                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));
                border-width: 2px;
                border-bottom-color: currentColor;
                border-left-color: currentColor;
                transition-property: all;
                transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                transition-duration: 300ms;
            }

    .mega-menu .inner-list {
        visibility: hidden;
        position: absolute;
        left: 1rem;
        top: 0px;
        opacity: 0;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 500ms;
        height: 100%;
        width: calc(100% - 180px);
        cursor: default;
        border-radius: 20px;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        padding: 1rem;
    }

    .mega-menu:hover .inner-list.single {
        visibility: visible;
        left: 0;
        opacity: 1;
        width: 100%;
    }

    .mega-menu .list .item:hover .item-title::after {
        left: -1.25rem;
        opacity: 1;
    }

    .mega-menu .list .item:hover .inner-list {
        visibility: visible;
        left: 0px;
        opacity: 1;
    }

    .mega-menu .inner-list ul {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        row-gap: 0.75rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

        .mega-menu .inner-list ul li {
            border-radius: 9999px;
            padding-top: 0.375rem;
            padding-bottom: 0.375rem;
            padding-left: 0.875rem;
            padding-right: 0.875rem;
            font-size: 0.875rem;
            line-height: 1.25rem;
            --tw-text-opacity: 1;
            color: rgb(125 118 120 / var(--tw-text-opacity));
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
        }

            .mega-menu .inner-list ul li:hover {
                --tw-bg-opacity: 1;
                background-color: rgb(230 237 251 / var(--tw-bg-opacity));
                --tw-text-opacity: 1;
                color: rgb(0 0 0 / var(--tw-text-opacity));
            }

    /* small list */

    .mega-menu .small-list {
        visibility: hidden;
        --tw-translate-y: -1.25rem;
        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));
        opacity: 0;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 500ms;
        display: flex;
        cursor: default;
        flex-direction: column;
        gap: 0.5rem;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity));
        --tw-shadow: 2px 2px 10px 0px rgba(80, 80, 80, 0.15);
        --tw-shadow-colored: 2px 2px 10px 0px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        position: absolute;
        top: 3rem;
        right: -1rem;
        min-width: 12rem;
        border-radius: 20px;
        padding: 1rem;
    }

    .mega-menu:hover .small-list {
        visibility: visible;
        --tw-translate-y: 0px;
        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));
        opacity: 1;
    }

    .mega-menu .small-list li {
        border-radius: 9999px;
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
        padding-left: 0.875rem;
        padding-right: 0.875rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
        --tw-text-opacity: 1;
        color: rgb(125 118 120 / var(--tw-text-opacity));
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

        .mega-menu .small-list li:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(230 237 251 / var(--tw-bg-opacity));
            --tw-text-opacity: 1;
            color: rgb(0 0 0 / var(--tw-text-opacity));
        }

.breadcrumbs {
    display: flex;
    gap: 1rem;
    border-radius: 30px;
    --tw-bg-opacity: 1;
    background-color: rgb(230 237 251 / var(--tw-bg-opacity));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-family: iransSansxFanumLight;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(125 118 120 / var(--tw-text-opacity));
}

    .breadcrumbs li {
        /*position: relative;*/
    }

        .breadcrumbs li:not(:last-child)::after {
            height: 0.75rem;
            width: 0.75rem;
            --tw-content: '';
            content: var(--tw-content);
            margin: auto;
            background-image: url('../icons/breadcrumbs.svg');
            background-size: contain;
            background-repeat: no-repeat;
            display: inline-grid;
            margin-right: 0.75rem;
        }

.swiper-container {
    position: relative;
    display: flex;
    height: 58.71vw;
    cursor: grab;
    overflow: hidden;
    border-radius: 50px;
}

@media not all and (min-width: 1024px) {
    .swiper-container {
        max-width: 89.74vw;
    }
}

@media (min-width: 1024px) {
    .swiper-container {
        height: 433px;
    }
}

.swiper-shadow {
    position: absolute;
    z-index: 10;
    height: 100%;
    width: 100%;
    background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.378) 50.5%, rgba(0, 0, 0, 0.6) 100% );
}

.swiper-wrapper {
    position: absolute;
    right: 0px;
    display: flex;
    height: 100%;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.swiper-slide {
    position: relative;
}

    .swiper-slide img {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

    .swiper-slide .content {
        position: absolute;
        z-index: 11;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 5.89vw;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

@media not all and (min-width: 1024px) {
    .swiper-slide .content {
        padding-right: 3.58vw;
    }
}

@media (min-width: 1024px) {
    .swiper-slide .content {
        inset: 0px;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        padding-left: 6.49%;
        padding-right: 3.98%;
    }
}

.swiper-tag {
    position: absolute;
    top: 3.84vw;
    right: 5.12vw;
    z-index: 20;
    display: flex;
    height: 5.99vw;
    width: 25.64vw;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    --tw-bg-opacity: 1;
    background-color: rgb(102 146 230 / var(--tw-bg-opacity));
    font-family: iransSansxFanumLight;
    font-size: 2.5vw;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .swiper-tag {
        top: 1.75rem;
        right: 2.25rem;
        height: 3rem;
        width: 14rem;
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

.swiper-slide .content h3 {
    font-family: iransSansxFanumBold;
    font-size: 3.07vw;
    line-height: 6.15vw;
}

@media not all and (min-width: 1024px) {
    .swiper-slide .content h3 {
        padding-top: 14.56vw;
    }
}

@media (min-width: 1024px) {
    .swiper-slide .content h3 {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
}

.swiper-slide .content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    text-align: justify;
    font-size: 2.05vw;
    line-height: 4.35vw;
}

@media (min-width: 768px) {
    .swiper-slide .content p {
        margin-top: 1rem;
        font-size: 1.125rem;
        line-height: 2rem;
    }
}

@media (min-width: 1024px) {
    .swiper-slide .content p {
        font-size: 1rem;
        line-height: 1.75rem;
    }
}

@media not all and (min-width: 768px) {
    .swiper-slide a svg {
        height: 6.41vw;
        width: 1.17vw;
    }
}

@media (min-width: 768px) {
    .swiper-slide a svg {
        margin-top: 0.25rem;
    }
}

.swiper-slide a {
    position: absolute;
    left: 5.89vw;
    bottom: 4.10vw;
    z-index: 20;
    display: flex;
    height: 5.89vw;
    width: 22.3vw;
    align-items: center;
    justify-content: space-around;
    border-radius: 40px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    text-decoration-line: none;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-duration: 75ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media not all and (min-width: 768px) {
    .swiper-slide a {
        font-size: 2.05vw;
    }
}

@media (min-width: 768px) {
    .swiper-slide a {
        left: 3rem;
        bottom: 2.25rem;
        height: 3rem;
        width: 10rem;
    }
}

.swiper-slide a:hover {
    --tw-border-opacity: 1;
    border-color: rgb(230 237 251 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(230 237 251 / var(--tw-text-opacity));
}

.swiper-slide a svg:hover {
    fill: #E6EDFB;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    bottom: 1.25rem;
    z-index: 20;
    display: none;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1024px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: flex;
    }
}

.swiper-button-prev {
    right: 5rem;
}

.swiper-button-next {
    right: 2.5rem;
}

    .swiper-button-prev svg,
    .swiper-button-next svg {
        width: 30px;
        height: 30px;
    }

    .swiper-button-prev:hover svg path,
    .swiper-button-next:hover svg path {
        fill: #aaa2a4;
    }

.bullet-container {
    margin-top: 2.3vw;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

@media (min-width: 1024px) {
    .bullet-container {
        display: none;
    }
}

.bullet-container {
    .bullet

{
    margin-right: 0.39vw;
}

.bullet {
    height: 1.2vw;
}

.bullet {
    width: 1.2vw;
}

.bullet {
    border-radius: 9999px;
}

.bullet {
    --tw-bg-opacity: 1;
    background-color: rgb(125 118 120 / var(--tw-bg-opacity));
}

.bullet {
    opacity: 0.5;
}

.bullet {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.bullet {
    transition-duration: 75ms;
}

.bullet {
    &:first-child

{
    margin-right: 0px;
}

&.active {
    width: 2.5vw;
}

&.active {
    --tw-bg-opacity: 1;
    background-color: rgb(0 73 214 / var(--tw-bg-opacity));
}

&.active {
    opacity: 1;
}
}
}

.aside-inner {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 1024px) {
    .aside-inner {
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

#aside-1 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 1024px) {
    #aside-1 {
        border-radius: 25px;
        --tw-shadow: 2px 2px 10px 0px rgba(80, 80, 80, 0.15);
        --tw-shadow-colored: 2px 2px 10px 0px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
}

#aside-1 {
    @media not all and (min-width: 1024px) {
        svg {
            display: none;
        }
    }
}

    #aside-1 .pop-section-title {
        width: -moz-fit-content;
        width: fit-content;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        padding-left: 0.375rem;
        padding-right: 0.375rem;
        font-family: iransSansxFanumBold;
        --tw-text-opacity: 1;
        color: rgb(35 31 32 / var(--tw-text-opacity));
    }

@media not all and (min-width: 1024px) {
    #aside-1 .pop-section-title {
        display: none;
    }
}

#aside-2 {
    margin-top: 12.82vw;
}

#aside-3 {
    margin-top: 5.12vw;
}

#aside-2,
#aside-3 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 25px;
    padding-left: 6.92vw;
    padding-right: 6.92vw;
    padding-top: 5.12vw;
    padding-bottom: 7.69vw;
    --tw-shadow: 2px 2px 10px 0px rgba(80, 80, 80, 0.15);
    --tw-shadow-colored: 2px 2px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media not all and (min-width: 1024px) {
    #aside-2,
    #aside-3 {
        max-width: 89.74vw;
    }
}

@media (min-width: 1024px) {
    #aside-2,
    #aside-3 {
        margin-top: 1.5rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

#aside-2,
#aside-3 {
    @media not all and (min-width: 1024px) {
        svg {
            height: 6.79vw;
        }
    }

    @media not all and (min-width: 1024px) {
        svg {
            width: 6.79vw;
        }
    }
}

.aside-title {
    width: -moz-fit-content;
    width: fit-content;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    font-family: iransSansxFanumMedium;
    --tw-text-opacity: 1;
    color: rgb(35 31 32 / var(--tw-text-opacity));
}

@media not all and (min-width: 768px) {
    .aside-title {
        font-size: 3.07vw;
    }
}

.popular-posts {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

    .popular-posts > :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));
    }

.short-post {
    display: flex;
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(164 163 163 / var(--tw-border-opacity));
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

    .short-post:first-child {
        border-top-width: 0px;
    }

.short-img {
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 4rem;
    overflow: hidden;
    border-radius: 1rem;
    --tw-shadow: 2px 2px 10px 0px rgba(80, 80, 80, 0.15);
    --tw-shadow-colored: 2px 2px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

    .short-img img {
        height: 4rem;
        width: 4rem;
        display: block;
    }

    .short-img:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        width: 4rem;
        height: 4rem;
        background-image: linear-gradient( 180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100% );
    }

.short-details {
    display: flex;
    flex-direction: column;
    padding-top: 0.25rem;
    padding-right: 1rem;
}

.short-title {
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(125 118 120 / var(--tw-text-opacity));
}

.short-date {
    margin-top: auto;
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    line-height: 1rem;
}

.short-time {
    margin-right: 0.25rem;
    font-size: 0.625rem;
    color: #6B6B6B5C;
}

.short-link {
    margin-right: auto;
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(0 73 214 / var(--tw-text-opacity));
}

.cat-list {
    margin-top: 1.25rem;
    display: flex;
    list-style-type: none;
    flex-direction: column;
    gap: 1.25rem;
    padding: 0px;
}

.cat-item {
    margin-bottom: 0.5rem;
    display: flex;
    height: 2.5rem;
    align-items: center;
    justify-content: space-between;
}

.cat-count {
    margin-right: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    --tw-bg-opacity: 1;
    background-color: rgb(0 73 214 / var(--tw-bg-opacity));
    padding-top: 0.325rem;
    padding-bottom: 0.325rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    font-family: iransSansxFanumLight;
    font-size: 2.56vw;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .cat-count {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .cat-count {
        font-size: 0.75rem;
        line-height: 1rem;
    }
}

.cat-title {
    font-family: iransSansxFanumLight;
    font-size: 2.56vw;
    --tw-text-opacity: 1;
    color: rgb(95 89 91 / var(--tw-text-opacity));
}

    .cat-title:hover {
        --tw-text-opacity: 1;
        color: rgb(55 65 81 / var(--tw-text-opacity));
    }

@media (min-width: 768px) {
    .cat-title {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .cat-title {
        font-size: 0.75rem;
        line-height: 1rem;
    }
}

.tag-container {
    margin-top: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
}

.tag {
    display: inline-block;
    max-width: 20ch;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 20px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(0 73 214 / var(--tw-border-opacity));
    padding-top: 0.325rem;
    padding-bottom: 0.325rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    font-size: 2.56vw;
    --tw-text-opacity: 1;
    color: rgb(0 73 214 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .tag {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

@media (min-width: 1024px) {
    .tag {
        font-size: 10px;
    }
}

.recent-section {
    margin-top: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popular-section {
    margin-top: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 1024px) {
    .popular-section {
        display: none;
    }
}

.article-section-head {
    display: flex;
    padding-top: 2vw;
    padding-bottom: 2vw;
    font-family: iransSansxFanumMedium;
    font-size: 2.56vw;
}

@media not all and (min-width: 1024px) {
    .article-section-head {
        line-height: 17px;
    }
}

@media (min-width: 1024px) {
    .article-section-head {
        font-family: iransSansxFanumBold;
        font-size: 22px;
    }
}

.see-all {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.05vw;
    --tw-text-opacity: 1;
    color: rgb(170 162 164 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
    .see-all {
        display: none;
    }
}

.see-all {
    svg

{
    margin-bottom: 0.1vw;
}

svg {
    margin-right: 1vw;
}

svg {
    height: 1.15vw;
}

svg {
    width: 0.99vw;
}

svg {
    fill: #AAA2A4;
}

svg {
    path

{
    fill: #AAA2A4;
}
}
}

.horizontal-divider {
    margin-top: 0.7vw;
    margin-bottom: 0.7vw;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(0 73 214 / var(--tw-border-opacity));
}

@media (min-width: 1024px) {
    .horizontal-divider {
        margin-top: 1rem;
        margin-bottom: 1rem;
        border-radius: 5px;
        border-width: 3px;
    }

    #divider-2 {
        display: none;
    }
}

.recent-pagination-section,
.popular-pagination-section {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1024px) {
    .recent-pagination-section,
    .popular-pagination-section {
        margin-top: 6rem;
        margin-bottom: 6rem;
        display: grid;
        gap: 2rem;
    }
}

.post-container,
.post-container-grid {
    margin-top: 10vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -moz-column-gap: 4.11vw;
    column-gap: 4.11vw;
    row-gap: 11.28vw;
}

@media (min-width: 768px) {
    .post-container,
    .post-container-grid {
        justify-content: space-around;
        -moz-column-gap: 0.5rem;
        column-gap: 0.5rem;
        row-gap: 9rem;
    }
}

@media (min-width: 1024px) {
    .post-container,
    .post-container-grid {
        margin-top: 3.5rem;
        -moz-column-gap: 0px;
        column-gap: 0px;
    }
}

@media (min-width: 1536px) {
    .post-container,
    .post-container-grid {
        -moz-column-gap: 6rem;
        column-gap: 6rem;
    }
}

.post {
    /* @apply relative flex flex-col rounded-lrg px-4 h-[27.25] w-[29.125] shadow-3xl; */
    position: relative;
    display: flex;
    height: 53.26vw;
    max-width: 42.82vw;
    flex: 1 0 auto;
    border-radius: 20px;
    padding-left: 4%;
    padding-right: 4%;
    --tw-shadow: 2px 2px 10px 0px rgba(80, 80, 80, 0.15);
    --tw-shadow-colored: 2px 2px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
    .post {
        height: 21.68rem;
        max-width: 20.29rem;
    }
}

@media (min-width: 1024px) {
    .post {
        height: 23.2rem;
        max-width: 21.75rem;
        --tw-scale-x: .95;
        --tw-scale-y: .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));
    }
}

@media (min-width: 1536px) {
    .post {
        --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));
    }
}

.post-image {
    position: absolute;
    top: -3.91vw;
    left: 50%;
    width: 37.78vw;
    --tw-translate-x: -50%;
    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));
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media not all and (min-width: 768px) {
    .post-image {
        height: 25.41vw;
    }
}

@media (min-width: 768px) {
    .post-image {
        top: -17.5%;
        height: 11.36rem;
        width: 16.90rem;
    }
}

@media (min-width: 1024px) {
    .post-image {
        border-radius: 20px;
    }
}

.post-content {
    padding-top: 22.86vw;
}

@media (min-width: 768px) {
    .post-content {
        padding-top: 43.92%;
    }
}

@media (min-width: 1024px) {
    .post-content {
        padding-bottom: 6rem;
    }
}

.post-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 4.44vw;
}

@media not all and (min-width: 768px) {
    .post-title {
        font-size: 2.05vw;
    }
}

@media (min-width: 768px) {
    .post-title {
        line-height: 3rem;
    }
}

.post-category {
    position: absolute;
    top: -2.2vw;
    left: 3.37vw;
    z-index: 10;
    display: flex;
    height: 4.15vw;
    width: 15.61vw;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 235 205 / var(--tw-bg-opacity));
    padding-top: 0.325rem;
    padding-bottom: 0.325rem;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    text-align: center;
    font-size: 10px;
    --tw-text-opacity: 1;
    color: rgb(252 153 5 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .post-category {
        top: -13.5%;
        left: 12%;
        height: 2rem;
        min-width: 8rem;
        max-width: 8rem;
        padding-left: 1.125rem;
        padding-right: 1.125rem;
    }
}

.post-category span {
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    font-size: 1.7vw;
    --tw-text-opacity: 1;
    color: rgb(252 153 5 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .post-category span {
        font-size: 10px;
    }
}

.post-summary {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    text-align: justify;
    font-size: 1.7vw;
    line-height: 3.33vw;
    --tw-text-opacity: 1;
    color: rgb(125 118 120 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .post-summary {
        font-size: 0.75rem;
        line-height: 1.5rem;
    }
}

.read-more-btn {
    position: absolute;
    bottom: -3.42vw;
    left: 2.45vw;
    display: flex;
    height: 6.84vw;
    width: 21.46vw;
    align-items: center;
    justify-content: center;
    border-radius: 3rem;
    --tw-bg-opacity: 1;
    background-color: rgb(0 73 214 / var(--tw-bg-opacity));
    padding-top: 0.6vw;
    padding-bottom: 0.6vw;
    padding-left: 1.88vw;
    padding-right: 1.88vw;
    font-size: 1.95vw;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .read-more-btn {
        bottom: -1.5rem;
        left: 7%;
        height: 3rem;
        width: 39.5%;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.read-more-btn {
    text-decoration: none;
}

.pagination {
    margin-top: 5rem;
    display: flex;
    max-height: fit-content;
    gap: 0.5rem;
    height: 3.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    --tw-shadow: 1px 1px 3px 0px #26262636;
    --tw-shadow-colored: 1px 1px 3px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.page-link {
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 30px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    --tw-shadow: 1px 1px 3px 0px #26262636;
    --tw-shadow-colored: 1px 1px 3px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    text-decoration: none;
}

    .page-link.previous {
        padding-left: 1.425rem;
        padding-top: 1.125rem;
    }

    .page-link.next {
        padding-right: 1.425rem;
        padding-top: 1.125rem;
    }

    /* .page-link.active {
} */

    .page-link[disabled] {
        opacity: 0.5;
        cursor: default;
        pointer-events: none;
    }

.page-list-numbers {
    display: flex;
    height: 3.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    --tw-shadow: 1px 1px 3px 0px #26262636;
    --tw-shadow-colored: 1px 1px 3px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.pagination li {
    display: flex;
    height: 3rem;
    width: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

    .pagination li a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pagination li.active {
        height: 3rem;
        width: 3rem;
        --tw-bg-opacity: 1;
        background-color: rgb(0 73 214 / var(--tw-bg-opacity));
        /*padding-top: 0.25rem;*/
        font-size: 1.5rem;
        line-height: 2rem;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

    .pagination li:hover {
        height: 3rem;
        width: 3rem;
        background-color: #86868610;
    }

.span-num {
    display: flex;
    height: 3rem;
    width: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    --tw-text-opacity: 1;
    color: rgb(0 73 214 / var(--tw-text-opacity));
}

.page-number.active .span-num {
    height: 3rem;
    width: 3rem;
    --tw-bg-opacity: 1;
    background-color: rgb(0 73 214 / var(--tw-bg-opacity));
    padding-top: 0.25rem;
    font-size: 1.5rem;
    line-height: 2rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.span-num:hover {
    height: 2rem;
    width: 2rem;
    background-color: #86868610;
}

@media (max-width: 768px) {
    .pagination {
        font-size: 12px;
    }

        .pagination li {
            border-radius: 5px;
        }

            .pagination li.active {
                height: 1.3rem;
                width: 4.3rem;
                font-size: 12px;
            }
}

.filters {
    display: none;
    align-items: center;
    border-radius: 9999px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    --tw-shadow: 2px 2px 10px 0px rgba(80, 80, 80, 0.15);
    --tw-shadow-colored: 2px 2px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1024px) {
    .filters {
        display: flex;
    }
}

.mobile-filters {
    grid-column: 1 / -1;
    margin-top: 2.89vw;
    margin-bottom: 2.89vw;
    width: 100%;
    align-items: center;
    border-radius: 9999px;
    padding-left: 4.02vw;
    padding-right: 4.02vw;
    padding-top: 3.02vw;
    padding-bottom: 3.02vw;
    --tw-shadow: 2px 2px 10px 0px rgba(80, 80, 80, 0.15);
    --tw-shadow-colored: 2px 2px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
    .mobile-filters {
        margin-top: 10px;
        margin-bottom: 10px;
        padding-top: 18px;
        padding-bottom: 18px;
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }
}

@media (min-width: 1024px) {
    .mobile-filters {
        display: none;
    }
}

.mobile-filters {
    #open-o-modal

{
    display: inline-flex;
}

#open-o-modal {
    align-items: center;
}

#open-o-modal {
    .o-title

{
    margin-left: 2.84vw;
    margin-right: 2.84vw;
}

.o-title {
    font-size: 3.07vw;
}

.o-title {
    --tw-text-opacity: 1;
    color: rgb(35 31 32 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .o-title {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

@media (min-width: 768px) {
    .o-title {
        font-weight: 700;
    }
}

#selected-order-type {
    font-size: 2.56vw;
}

#selected-order-type {
    --tw-text-opacity: 1;
    color: rgb(0 73 214 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    #selected-order-type {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    #selected-order-type {
        font-weight: 700;
    }
}

#selected-order-type {
    #close-o-icon

{
    height: 3.2vw;
}

#close-o-icon {
    width: 3.2vw;
}

#close-o-icon {
    align-items: center;
}

#close-o-icon {
    justify-content: center;
}

#close-o-icon {
    border-radius: 9999px;
}

#close-o-icon {
    border-width: 2px;
}

#close-o-icon {
    border-style: solid;
}

#close-o-icon {
    --tw-border-opacity: 1;
    border-color: rgb(0 73 214 / var(--tw-border-opacity));
}

#close-o-icon {
    padding: 0px;
}

#close-o-icon {
    padding-top: 0.55vw;
}

#close-o-icon {
    font-size: 2.25vw;
}

#close-o-icon {
    font-weight: 600;
}

#close-o-icon {
    line-height: 1px;
}

@media (min-width: 768px) {
    #close-o-icon {
        height: 14px;
    }
}

@media (min-width: 768px) {
    #close-o-icon {
        width: 14px;
    }
}

@media (min-width: 768px) {
    #close-o-icon {
        padding-top: 2px;
    }
}

@media (min-width: 768px) {
    #close-o-icon {
        font-size: 10px;
    }
}

@media (min-width: 768px) {
    #close-o-icon {
        line-height: 1px;
    }
}
}
}

#o-modal {
    position: fixed;
}

#o-modal {
    top: 0px;
}

#o-modal {
    left: 0px;
}

#o-modal {
    z-index: 30;
}

#o-modal {
    height: 100vh;
}

#o-modal {
    width: 100%;
}

#o-modal {
    align-items: center;
}

#o-modal {
    justify-content: center;
}

#o-modal {
    --tw-backdrop-blur: blur(4px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

#o-modal {
    --tw-backdrop-brightness: brightness(.75);
    -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);
}

.o-modal {
    top: 50%;
}

.o-modal {
    left: 50%;
}

.o-modal {
    z-index: 40;
}

.o-modal {
    height: -moz-fit-content;
    height: fit-content;
}

.o-modal {
    width: 85.86vw;
}

.o-modal {
    align-items: center;
}

.o-modal {
    justify-content: center;
}

.o-modal {
    border-radius: 30px;
}

.o-modal {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.o-modal {
    padding: 4.17vw;
}

.o-modal {
    padding-bottom: 10.55vw;
}

@media (min-width: 768px) {
    .o-modal {
        height: -moz-fit-content;
        height: fit-content;
    }
}

@media (min-width: 768px) {
    .o-modal {
        width: 334px;
    }
}

@media (min-width: 768px) {
    .o-modal {
        padding: 1rem;
    }
}

@media (min-width: 768px) {
    .o-modal {
        padding-bottom: 2.5rem;
    }
}

.o-modal {
    .o-modal-head

{
    display: inline-flex;
}

.o-modal-head {
    align-items: center;
}

.o-modal-head {
    justify-content: center;
}

.o-modal-head {
    #close-o-modal

{
    height: 3.2vw;
}

#close-o-modal {
    width: 3.2vw;
}

#close-o-modal {
    align-items: center;
}

#close-o-modal {
    justify-content: center;
}

#close-o-modal {
    border-radius: 9999px;
}

#close-o-modal {
    border-width: 2px;
}

#close-o-modal {
    border-style: solid;
}

#close-o-modal {
    --tw-border-opacity: 1;
    border-color: rgb(35 31 32 / var(--tw-border-opacity));
}

#close-o-modal {
    padding: 0px;
}

#close-o-modal {
    padding-top: 0.75vw;
}

#close-o-modal {
    font-size: 2.25vw;
}

#close-o-modal {
    font-weight: 600;
}

#close-o-modal {
    line-height: 0rem;
}

@media (min-width: 768px) {
    #close-o-modal {
        height: 1rem;
    }
}

@media (min-width: 768px) {
    #close-o-modal {
        width: 1rem;
    }
}

@media (min-width: 768px) {
    #close-o-modal {
        padding-top: 2px;
    }
}

@media (min-width: 768px) {
    #close-o-modal {
        font-size: 12px;
    }
}

h3 {
    margin-right: 2.78vw;
}

h3 {
    font-size: 3.07vw;
}

h3 {
    font-weight: 600;
}

h3 {
    --tw-text-opacity: 1;
    color: rgb(35 31 32 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    h3 {
        margin-right: 10px;
    }
}

@media (min-width: 768px) {
    h3 {
        font-size: 14px;
    }
}
}

.order-type-list {
    display: grid;
}

.order-type-list {
    button

{
    margin-top: 2.5vw;
    margin-bottom: 2.5vw;
}

button {
    border-radius: 30px;
}

button {
    padding-left: 4.97vw;
    padding-right: 4.97vw;
}

button {
    text-align: start;
}

button {
    font-size: 3.07vw;
}

button {
    line-height: 8.25vw;
}

button {
    --tw-text-opacity: 1;
    color: rgb(35 31 32 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    button {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }
}

@media (min-width: 768px) {
    button {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

@media (min-width: 768px) {
    button {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    button {
        line-height: 2rem;
    }
}

.active {
    margin-left: 0px;
    margin-right: 0px;
}

.active {
    border-style: none;
}

.active {
    --tw-bg-opacity: 1;
    background-color: rgb(230 237 251 / var(--tw-bg-opacity));
}

.active {
    padding-left: 4.97vw;
    padding-right: 4.97vw;
}

.active {
    font-size: 3.07vw;
}

.active {
    font-weight: 600;
}

.active {
    --tw-text-opacity: 1;
    color: rgb(35 31 32 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .active {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

@media (min-width: 768px) {
    .active {
        font-size: 14px;
    }
}
}
}
}

.filter-buttons {
    margin-right: 2rem;
    display: flex;
    flex-grow: 1;
}

.o-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(35 31 32 / var(--tw-text-opacity));
}

.filter-buttons {
    button

{
    cursor: pointer;
}

button {
    border-style: none;
}

button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

button {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

button {
    line-height: 2.5rem;
}

    button:hover {
        --tw-text-opacity: 1;
        color: rgb(0 73 214 / var(--tw-text-opacity));
    }
}

.filter-buttons button.active {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    border-radius: 9999px;
    border-width: 2px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(0 73 214 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 73 214 / var(--tw-text-opacity));
}

/* Aside Filters */

.sidebar-filters {
    position: relative;
    grid-column: span 12 / span 12;
    display: none;
}

@media (min-width: 1024px) {
    .sidebar-filters {
        grid-column: span 3 / span 3;
        display: block;
    }
}

.filter-group {
    margin-bottom: 10px;
}

.avail-fil {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(170 162 164 / var(--tw-border-opacity));
    padding-bottom: 1.25rem;
}

.brand-item {
    margin-top: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand-filter-group {
    cursor: pointer;
    svg

{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

svg {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
}

.filter-accordion-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    font-family: iransSansxFanumMedium;
    --tw-text-opacity: 1;
    color: rgb(35 31 32 / var(--tw-text-opacity));
    opacity: 1;
}

.brand-filter-group.active svg {
    --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));
}

.filter-accordion-content {
    max-height: 1000px;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    opacity: 1;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    input [type="checkbox"]

{
    height: 1rem;
}

input[type="checkbox"] {
    width: 1rem;
}

input[type="checkbox"] {
    cursor: pointer;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="checkbox"] {
    border-radius: 5px;
}

input[type="checkbox"] {
    border-width: 1px;
}

input[type="checkbox"] {
    --tw-border-opacity: 1;
    border-color: rgb(230 237 251 / var(--tw-border-opacity));
}

input[type="checkbox"] {
    padding: 0px;
}

input[type="checkbox"] {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

    input[type="checkbox"]:hover {
        --tw-border-opacity: 1;
        border-color: rgb(204 219 247 / var(--tw-border-opacity));
    }

    input[type="checkbox"]:checked {
        --tw-bg-opacity: 1;
        background-color: rgb(0 73 214 / var(--tw-bg-opacity));
    }

    input[type="checkbox"]::before {
        content: "✓";
        color: white;
    }

label {
    font-size: 0.75rem;
    line-height: 1rem;
}

label {
    --tw-text-opacity: 1;
    color: rgb(170 162 164 / var(--tw-text-opacity));
}
}

.brand-filter-group.active .filter-accordion-content {
    padding-bottom: 20px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 24px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    cursor: pointer;
    --tw-bg-opacity: 1;
    background-color: rgb(228 225 226 / var(--tw-bg-opacity));
    transition-duration: 0.4s;
}

    .slider:before {
        position: absolute;
        left: 3px;
        bottom: 3px;
        height: 18px;
        width: 18px;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        transition-duration: 0.4s;
        content: "";
    }

input:checked + .slider {
    --tw-bg-opacity: 1;
    background-color: rgb(230 237 251 / var(--tw-bg-opacity));
}

    input:checked + .slider:before {
        --tw-bg-opacity: 1;
        background-color: rgb(0 73 214 / var(--tw-bg-opacity));
        --tw-translate-x: 31px;
        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));
    }

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/* add plugin extend css */

/* medical-services-carousel  */

#medical-services-carousel .splide__pagination {
    bottom: -3.5rem;
}

#medical-services-carousel .splide__pagination__page {
    height: 0.625rem;
    width: 0.625rem;
    --tw-bg-opacity: 1;
    background-color: rgb(170 162 164 / var(--tw-bg-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

    #medical-services-carousel .splide__pagination__page.is-active {
        height: 0.625rem;
        width: 1.25rem;
        --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));
        border-radius: 0.375rem;
        --tw-bg-opacity: 1;
        background-color: rgb(131 191 3 / var(--tw-bg-opacity));
    }

#medical-services-carousel .splide__arrows--rtl button.splide__arrow--prev:disabled,
#medical-services-carousel .splide__arrows--rtl button.splide__arrow--next:disabled {
    visibility: hidden;
}

#medical-services-carousel .splide__arrows--rtl .splide__arrow--prev,
#medical-services-carousel .splide__arrows--rtl .splide__arrow--next {
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(0 73 214 / var(--tw-bg-opacity));
}

#medical-services-carousel .splide__arrows--rtl .splide__arrow--prev {
    right: 1.25rem;
}

#medical-services-carousel .splide__arrows--rtl .splide__arrow--next {
    left: 1.25rem;
}

#medical-services-carousel .splide__arrow svg {
    fill: #fff;
}

/* poll-carousel */

#poll-carousel .splide__pagination {
    bottom: 2rem;
    left: 1.5rem;
    right: auto;
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width: 768px) {
    #poll-carousel .splide__pagination {
        bottom: 4rem;
        left: 7rem;
    }
}

#poll-carousel .splide__pagination__page {
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(170 162 164 / var(--tw-bg-opacity));
}

    #poll-carousel .splide__pagination__page.is-active {
        --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));
        --tw-bg-opacity: 1;
        background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    }

#poll-carousel .splide__arrow--prev {
    top: auto;
    bottom: 0.5rem;
    left: 3.5rem;
    right: auto;
}

@media (min-width: 768px) {
    #poll-carousel .splide__arrow--prev {
        bottom: 2.5rem;
        left: 10rem;
    }
}

#poll-carousel .splide__arrow--next {
    top: auto;
    bottom: 0.5rem;
    left: 1.5rem;
}

@media (min-width: 768px) {
    #poll-carousel .splide__arrow--next {
        bottom: 2.5rem;
        left: 7rem;
    }
}

/* add tailwind utilities */

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.visible {
    visibility: visible;
}

.invisible {
    visibility: hidden;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.-bottom-1 {
    bottom: -0.25rem;
}

.-bottom-1\.5 {
    bottom: -0.375rem;
}

.-bottom-10 {
    bottom: -2.5rem;
}

.-bottom-4 {
    bottom: -1rem;
}

.-top-4 {
    top: -1rem;
}

.-top-6 {
    top: -1.5rem;
}

.bottom-10 {
    bottom: 2.5rem;
}

.bottom-5 {
    bottom: 1.25rem;
}

.bottom-0 {
    bottom: 0;
}

.left-0 {
    left: 0px;
}

.left-1 {
    left: 0.25rem;
}

.left-1\.5 {
    left: 0.375rem;
}

.left-3 {
    left: 0.75rem;
}

.left-3\.5 {
    left: 0.875rem;
}

.left-8 {
    left: 2rem;
}

.right-0 {
    right: 0px;
}

.right-1 {
    right: 0.25rem;
}

.right-4 {
    right: 1rem;
}

.top-0 {
    top: 0px;
}

.top-1 {
    top: 0.25rem;
}

.top-1\.5 {
    top: 0.375rem;
}

.top-3 {
    top: 0.75rem;
}

.top-3\.5 {
    top: 0.875rem;
}

.top-7 {
    top: 1.75rem;
}

.-z-10 {
    z-index: -10;
}

.z-10 {
    z-index: 10;
}

.z-20 {
    z-index: 20;
}

.z-40 {
    z-index: 40;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-first {
    order: -9999;
}

.order-last {
    order: 9999;
}

.col-span-12 {
    grid-column: span 12 / span 12;
}

.col-span-3 {
    grid-column: span 3 / span 3;
}

.col-span-7 {
    grid-column: span 7 / span 7;
}

.col-span-full {
    grid-column: 1 / -1;
}

.col-start-1 {
    grid-column-start: 1;
}

.col-end-13 {
    grid-column-end: 13;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
}

.my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
}

.my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.mb-13 {
    margin-bottom: 3.5rem;
}

.mb-15 {
    margin-bottom: 5rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-2\.5 {
    margin-bottom: 0.625rem;
}

.mb-20 {
    margin-bottom: 5rem;
}

.mb-28 {
    margin-bottom: 7rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-36 {
    margin-bottom: 9rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-7 {
    margin-bottom: 1.75rem;
}

.mb-\[23px\] {
    margin-bottom: 23px;
}

.mb-auto {
    margin-bottom: auto;
}

.ml-2 {
    margin-left: 0.5rem;
}

.mr-1 {
    margin-right: 0.25rem;
}

.mr-auto {
    margin-right: auto;
}

.ms-1 {
    margin-inline-start: 0.25rem;
}

.ms-1\.5 {
    margin-inline-start: 0.375rem;
}

.ms-auto {
    margin-inline-start: auto;
}

.mt-10 {
    margin-top: 2.5rem;
}

.mt-11 {
    margin-top: 2.75rem;
}

.mt-14 {
    margin-top: 3.5rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-2\.5 {
    margin-top: 0.625rem;
}

.mt-20 {
    margin-top: 5rem;
}

.mt-28 {
    margin-top: 7rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-48 {
    margin-top: 12rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-7 {
    margin-top: 1.75rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mt-auto {
    margin-top: auto;
}

.line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.inline {
    display: inline;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.table {
    display: table;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.h-0 {
    height: 0px;
}

.h-0\.5 {
    height: 0.125rem;
}

.h-1 {
    height: 0.25rem;
}

.h-1\.5 {
    height: 0.375rem;
}

.h-14 {
    height: 3.5rem;
}

.h-16 {
    height: 4rem;
}

.h-2 {
    height: 0.5rem;
}

.h-2\.5 {
    height: 0.625rem;
}

.h-20 {
    height: 5rem;
}

.h-3 {
    height: 0.75rem;
}

.h-5\/6 {
    height: 83.333333%;
}

.h-6 {
    height: 1.5rem;
}

.h-8 {
    height: 2rem;
}

.h-\[451px\] {
    height: 451px;
}

.h-\[50px\] {
    height: 50px;
}

.h-\[70px\] {
    height: 70px;
}

.h-fit {
    height: -moz-fit-content;
    height: fit-content;
}

.h-full {
    height: 100%;
}

.max-h-52 {
    max-height: 13rem;
}

.max-h-8 {
    max-height: 2rem;
}

.max-h-\[120px\] {
    max-height: 120px;
}

.max-h-\[290px\] {
    max-height: 290px;
}

.w-0 {
    width: 0px;
}

.w-0\.5 {
    width: 0.125rem;
}

.w-14 {
    width: 3.5rem;
}

.w-16 {
    width: 4rem;
}

.w-2 {
    width: 0.5rem;
}

.w-2\.5 {
    width: 0.625rem;
}

.w-20 {
    width: 5rem;
}

.w-24 {
    width: 6rem;
}

.w-3 {
    width: 0.75rem;
}

.w-6 {
    width: 1.5rem;
}

.w-7 {
    width: 1.75rem;
}

.w-\[30\%\] {
    width: 30%;
}

.w-\[50\%\] {
    width: 50%;
}

.w-\[70\%\] {
    width: 70%;
}

.w-\[70px\] {
    width: 70px;
}

.w-fit {
    width: -moz-fit-content;
    width: fit-content;
}

.w-full {
    width: 100%;
}

.min-w-28 {
    min-width: 7rem;
}

.max-w-10 {
    max-width: 2.5rem;
}

.max-w-14 {
    max-width: 3.5rem;
}

.max-w-16 {
    max-width: 4rem;
}

.max-w-5xl {
    max-width: 64rem;
}

.max-w-8 {
    max-width: 2rem;
}

.max-w-\[1600px\] {
    max-width: 1600px;
}

.max-w-\[326px\] {
    max-width: 326px;
}

.max-w-\[360px\] {
    max-width: 360px;
}

.max-w-\[37ch\] {
    max-width: 37ch;
}

.max-w-\[50ch\] {
    max-width: 50ch;
}

.max-w-\[60ch\] {
    max-width: 60ch;
}

.max-w-\[71ch\] {
    max-width: 71ch;
}

.max-w-\[72ch\] {
    max-width: 72ch;
}

.max-w-\[85ch\] {
    max-width: 85ch;
}

.flex-1 {
    flex: 1 1 0%;
}

.translate-y-0 {
    --tw-translate-y: 0px;
    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));
}

.translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
    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));
}

.translate-y-20 {
    --tw-translate-y: 5rem;
    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));
}

.translate-y-5 {
    --tw-translate-y: 1.25rem;
    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));
}

.translate-y-7 {
    --tw-translate-y: 1.75rem;
    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));
}

.rotate-180 {
    --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));
}

.transform {
    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));
}

.cursor-grabbing {
    cursor: grabbing;
}

.cursor-pointer {
    cursor: pointer;
}

.resize {
    resize: both;
}

.list-disc {
    list-style-type: disc;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-14 {
    grid-template-columns: repeat(14, minmax(0, 1fr));
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flex-row {
    flex-direction: row;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.place-items-center {
    place-items: center;
}

.items-end {
    align-items: flex-end;
}

.items-center {
    align-items: center;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-evenly {
    justify-content: space-evenly;
}

.justify-items-center {
    justify-items: center;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-1\.5 {
    gap: 0.375rem;
}

.gap-10 {
    gap: 2.5rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-2\.5 {
    gap: 0.625rem;
}

.gap-20 {
    gap: 5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-\[4\.02vw\] {
    gap: 4.02vw;
}

.gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}

.gap-x-8 {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
}

.gap-x-\[8px\] {
    -moz-column-gap: 8px;
    column-gap: 8px;
}

.gap-y-12 {
    row-gap: 3rem;
}

.gap-y-2 {
    row-gap: 0.5rem;
}

.gap-y-8 {
    row-gap: 2rem;
}

.divide-y > :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));
}

.self-start {
    align-self: flex-start;
}

.overflow-hidden {
    overflow: hidden;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-balance {
    text-wrap: balance;
}

.rounded-2xl {
    border-radius: 1rem;
}

.rounded-3xl {
    border-radius: 1.5rem;
}

.rounded-\[20px\] {
    border-radius: 20px;
}

.rounded-\[30px\] {
    border-radius: 30px;
}

.rounded-\[50px\] {
    border-radius: 50px;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.border {
    border-width: 1px;
}

.border-b-2 {
    border-bottom-width: 2px;
}

.border-primary {
    --tw-border-opacity: 1;
    border-color: rgb(0 73 214 / var(--tw-border-opacity));
}

.border-transparent {
    border-color: transparent;
}

.bg-\[\#E6EDFB\] {
    --tw-bg-opacity: 1;
    background-color: rgb(230 237 251 / var(--tw-bg-opacity));
}

.bg-blanched-almond {
    --tw-bg-opacity: 1;
    background-color: rgb(255 235 205 / var(--tw-bg-opacity));
}

.bg-blue-light {
    --tw-bg-opacity: 1;
    background-color: rgb(204 219 247 / var(--tw-bg-opacity));
}

.bg-green-light {
    --tw-bg-opacity: 1;
    background-color: rgb(234 243 215 / var(--tw-bg-opacity));
}

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(76 175 80 / var(--tw-bg-opacity));
}

.bg-primary-tint2 {
    --tw-bg-opacity: 1;
    background-color: rgb(76 175 80 / var(--tw-bg-opacity));
}

.bg-transparent {
    --tw-bg-opacity: 1;
    background-color: transparent;
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.p-1 {
    padding: 0.25rem;
}

.p-12 {
    padding: 3rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-3\.5 {
    padding: 0.875rem;
}

.p-4 {
    padding: 1rem;
}

.p-6 {
    padding: 1.5rem;
}

.p-7 {
    padding: 1.75rem;
}

.p-\[15px\] {
    padding: 15px;
}

.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

.px-\[5\.12vw\] {
    padding-left: 5.12vw;
    padding-right: 5.12vw;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-1 {
    padding-bottom: 0.25rem;
}

.pb-10 {
    padding-bottom: 2.5rem;
}

.pb-3 {
    padding-bottom: 0.75rem;
}

.pb-4 {
    padding-bottom: 1rem;
}

.pb-7 {
    padding-bottom: 1.75rem;
}

.pl-4 {
    padding-left: 1rem;
}

.pr-2 {
    padding-right: 0.5rem;
}

.pr-4 {
    padding-right: 1rem;
}

.pt-1 {
    padding-top: 0.25rem;
}

.pt-16 {
    padding-top: 4rem;
}

.pt-2 {
    padding-top: 0.5rem;
}

.pt-2\.5 {
    padding-top: 0.625rem;
}

.pt-28 {
    padding-top: 7rem;
}

.pt-3 {
    padding-top: 0.75rem;
}

.pt-36 {
    padding-top: 9rem;
}

.pt-4 {
    padding-top: 1rem;
}

.pt-5 {
    padding-top: 1.25rem;
}

.pt-7 {
    padding-top: 1.75rem;
}

.pt-52 {
    padding-top: 13rem;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.font-iransSans-bold {
    font-family: iransSansxFanumBold;
}

.font-iransSans-light {
    font-family: iransSansxFanumLight;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-2xs {
    font-size: 10px;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-\[15px\] {
    font-size: 15px;
}

.text-\[17px\] {
    font-size: 17px;
}

.text-\[8px\] {
    font-size: 8px;
}

.text-\[10px\] {
    font-size: 10px;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.font-bold {
    font-weight: 700;
}

.\!leading-10 {
    line-height: 2.5rem !important;
}

.\!leading-\[80px\] {
    line-height: 80px !important;
}

.leading-10 {
    line-height: 2.5rem;
}

.leading-5 {
    line-height: 1.25rem;
}

.leading-6 {
    line-height: 1.5rem;
}

.leading-7 {
    line-height: 1.75rem;
}

.leading-9 {
    line-height: 2.25rem;
}

.leading-normal {
    line-height: 1.5;
}

.text-\[\#231F20\] {
    --tw-text-opacity: 1;
    color: rgb(35 31 32 / var(--tw-text-opacity));
}

.text-\[\#fc9905\] {
    --tw-text-opacity: 1;
    color: rgb(252 153 5 / var(--tw-text-opacity));
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-green {
    --tw-text-opacity: 1;
    color: rgb(131 191 3 / var(--tw-text-opacity));
}

.text-negative {
    --tw-text-opacity: 1;
    color: rgb(255 0 0 / var(--tw-text-opacity));
}

.text-orange {
    --tw-text-opacity: 1;
    color: rgb(252 153 5 / var(--tw-text-opacity));
}

.text-primary {
    --tw-text-opacity: 1;
    color: rgb(0 73 214 / var(--tw-text-opacity));
}

.text-secondary-tint {
    --tw-text-opacity: 1;
    color: rgb(125 118 120 / var(--tw-text-opacity));
}

.text-secondary-tint3 {
    --tw-text-opacity: 1;
    color: rgb(125 118 120 / var(--tw-text-opacity));
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.opacity-35 {
    opacity: 0.35;
}

.shadow {
    --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);
}

.shadow-3xl {
    --tw-shadow: 2px 2px 10px 0px rgba(80, 80, 80, 0.15);
    --tw-shadow-colored: 2px 2px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
    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;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-0 {
    transition-duration: 0s;
}

.duration-300 {
    transition-duration: 300ms;
}

.\[transform\:rotateY\(180deg\)\] {
    transform: rotateY(180deg);
}

/* add custom utilities */

.sign-in-up-forms-container form,
.sign-in-up-forms-container #back-icon {
    display: none;
}

form#sign-up.actives,
form#sign-in.actives {
    display: block;
}

form#enter-password.actives,
form#confirm-code.actives {
    display: block;
}

.number-code {
    display: flex;
    gap: 0.5rem;
}

    .number-code input {
        aspect-ratio: 1 / 1;
        height: 100%;
        width: 100%;
        padding-top: 0.75rem;
    }

        .number-code input:valid {
            --tw-border-opacity: 1;
            border-color: rgb(35 31 32 / var(--tw-border-opacity));
        }

    .number-code input {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 1rem;
        line-height: 1.5rem;
    }

@media (min-width: 768px) {
    .number-code input {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.article-cover {
}

    .article-cover div {
        position: absolute;
    }

    .article-cover div {
        top: 0px;
    }

    .article-cover div {
        display: flex;
    }

    .article-cover div {
        height: 100%;
    }

    .article-cover div {
        width: 100%;
    }

    .article-cover div {
        flex-direction: column;
    }

    .article-cover div {
        align-items: center;
    }

    .article-cover div {
        justify-content: center;
    }

    .article-cover h1 {
        font-size: 3.58vw;
    }

    .article-cover h1 {
        line-height: 6.15vw;
    }

    .article-cover h1 {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

    .article-cover h1 {
        background: #0000008f;
        padding: 5px 30px;
        border-radius: 10px;
    }

    .article-cover hr {
        margin-top: 21px;
    }

@media (min-width: 1024px) {
    h1 {
        font-size: 3rem;
        line-height: 1;
    }
}

@media (min-width: 1024px) {
    h1 {
        line-height: 80px;
    }
}

hr {
    margin-top: 2.30vw;
}

hr {
    width: 66.25%;
}

.article-cover hr {
    border-radius: 9999px;
}

.article-cover hr {
    border-top-width: 0.51vw;
}

.article-cover hr {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

@media (min-width: 1024px) {
    .article-cover hr {
        margin-top: 21px;
    }
}

@media (min-width: 1024px) {
    .article-cover hr {
        border-top-width: 6px;
    }
}

.article-cover-img {
    left: 50%;
    aspect-ratio: 3/2;
    width: 900px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    margin: auto;
}

.article-content,
.article-excerpt {
    text-align: justify;
}

@media not all and (min-width: 1024px) {
    .article-content,
    .article-excerpt {
        margin-top: 4.10vw;
    }
}

.article-content,
.article-excerpt h3 {
    font-size: 3.07vw;
}

.article-content,
.article-excerpt h3 {
    line-height: 44px;
}

.article-content,
.article-excerpt h3 {
    --tw-text-opacity: 1;
    color: rgb(0 73 214 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
    .article-content,
    .article-excerpt h3 {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

.article-content,
.article-excerpt p {
    font-size: 2.56vw;
}

.article-content,
.article-excerpt p {
    line-height: 8.20vw;
}

.article-content,
.article-excerpt p {
    --tw-text-opacity: 1;
    color: rgb(65 60 61 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .article-content,
    .article-excerpt p {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

@media (min-width: 768px) {
    .article-content,
    .article-excerpt p {
        line-height: 2rem;
    }
}

@media (min-width: 1024px) {
    .article-content,
    .article-excerpt p {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .article-content,
    .article-excerpt p {
        line-height: 47px;
    }

    .article-content,
    .article-excerpt p {
        --tw-text-opacity: 1;
        color: rgb(65 60 61 / var(--tw-text-opacity));
    }
}

.article-content,
.article-excerpt img {
    width: 100%;
}

.article-content,
.article-excerpt img {
    padding-top: 47px;
}

.article-content,
.article-excerpt img {
    padding-bottom: 33px;
}

#content-list {
    list-style-type: none;
}

.heading-item {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    align-items: center;
    padding-bottom: 0.75rem;
    line-height: 1.25rem;
}

@media (min-width: 1024px) {
    .heading-item {
        padding-right: 30px;
    }
}

.heading-item span {
    padding-top: 0.75rem;
}

.heading-item:before {
    display: inline-flex;
    height: 0px;
    padding-left: 0.5rem;
    vertical-align: middle;
    line-height: 0;
    content: "\2022";
}

.h2 {
    font-family: iransSansxFanumMedium;
    font-size: 0.75rem;
    line-height: 1rem;
}

.h3,
.h4 {
    font-family: iransSansxFanumLight;
    font-size: 0.75rem;
    line-height: 1rem;
}

.h2:before {
    font-family: iransSansxFanumMedium;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1;
}

.h3:before,
.h4:before {
    font-family: iransSansxFanumLight;
    font-size: 0.75rem;
    line-height: 1rem;
    line-height: 1;
}

.heading-item.active {
    font-family: iransSansxFanumBold;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(0 73 214 / var(--tw-text-opacity));
}

    .heading-item.active:before {
        margin-bottom: -0.25rem;
        font-size: 2.25rem;
        line-height: 2.5rem;
        line-height: 0;
    }

.share-source {
    display: flex;
    height: 7.69vw;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(230 237 251 / var(--tw-bg-opacity));
    padding-right: 1.5rem;
}

@media not all and (min-width: 1024px) {
    .share-source {
        margin-top: 3.07vw;
        margin-bottom: 3.07vw;
    }
}

@media (min-width: 1024px) {
    .share-source {
        height: 72px;
    }
}

.share-source {
    /* div {
    @apply flex items-center;
  } */
    span

{
    text-align: center;
}

span {
    font-size: 2.05vw;
}

span {
    line-height: 47px;
}

span {
    --tw-text-opacity: 1;
    color: rgb(0 73 214 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
    span {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.source-link {
    text-align: center;
}

.source-link {
    font-size: 2.05vw;
}

.source-link {
    line-height: 47px;
}

.source-link {
    --tw-text-opacity: 1;
    color: rgb(170 162 164 / var(--tw-text-opacity));
}

.source-link {
    text-decoration-thickness: 0px;
}

@media (min-width: 1024px) {
    .source-link {
        font-size: 22px;
    }
}

.share-link {
    display: flex;
}

.share-link {
    height: 100%;
}

.share-link {
    width: 22.3vw;
}

.share-link {
    align-items: center;
}

.share-link {
    justify-content: space-between;
}

.share-link {
    border-radius: 9999px;
}

.share-link {
    --tw-bg-opacity: 1;
    background-color: rgb(0 73 214 / var(--tw-bg-opacity));
}

.share-link {
    padding-left: 2.82vw;
}

.share-link {
    padding-right: 2.42vw;
}

.share-link {
    font-size: 2.05vw;
}

.share-link {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.share-link {
    text-decoration-thickness: 0px;
}

@media (min-width: 1024px) {
    .share-link {
        width: 14rem;
    }
}

@media (min-width: 1024px) {
    .share-link {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (min-width: 1024px) {
    .share-link {
        font-size: 22px;
    }
}

.share-link {
    @media not all and (min-width: 1024px) {
        svg {
            height: 3.58vw;
        }
    }

    @media not all and (min-width: 1024px) {
        svg {
            width: 3.58vw;
        }
    }
}
}

.article-product {
    position: relative;
    border-radius: 20px;
    --tw-shadow: 2px 2px 10px 0px rgba(80, 80, 80, 0.15);
    --tw-shadow-colored: 2px 2px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media not all and (min-width: 1024px) {
    .article-product {
        display: none;
    }
}

.article-product {
    background: linear-gradient(180.05deg, #0049d6 0.04%, #4992ff 92.23%);
    .product-article-container

{
    display: flex;
}

.product-article-container {
    flex-direction: row;
}

.product-article-container {
    align-items: center;
}

.img-container {
    position: relative;
}

.img-container {
    cursor: pointer;
}

.img-container {
    overflow: hidden;
}

.img-container {
    border-radius: 20px;
}

img {
    aspect-ratio: 1/1.39;
}

img {
    border-radius: 20px;
}

img {
    -o-object-fit: cover;
    object-fit: cover;
}

.article-product-image-container {
    position: absolute;
}

.article-product-image-container {
    top: 0px;
}

.article-product-image-container {
    height: 100%;
}

.article-product-image-container {
    width: 100%;
}

.article-product-image-container {
    background: linear-gradient( 180deg, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100% );
}

.article-product-details {
    position: absolute;
}

.article-product-details {
    bottom: 11px;
}

.article-product-details {
    right: 18.5px;
}

.article-product-details {
    .article-product-title

{
    display: flex;
}

.article-product-title {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.article-product-title {
    line-height: 23px;
}

.article-product-feature {
    display: flex;
}

.article-product-feature {
    font-size: 10px;
}

.article-product-feature {
    line-height: 1.25rem;
}

.article-product-feature {
    --tw-text-opacity: 1;
    color: rgb(125 118 120 / var(--tw-text-opacity));
}
}
}

.article-buy-button {
    position: absolute;
    bottom: -24px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    height: 3rem;
    width: 56.84%;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    --tw-bg-opacity: 1;
    background-color: rgb(252 252 252 / var(--tw-bg-opacity));
    padding-left: 21.84px;
    padding-right: 21.84px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(0 73 214 / var(--tw-text-opacity));
    --tw-shadow: 2px 2px 10px 0px rgba(80, 80, 80, 0.15);
    --tw-shadow-colored: 2px 2px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    svg

{
    height: 0.75rem;
}

svg {
    width: 1.25rem;
}

svg {
    padding-right: 5.8px;
}
}

#aside-3-similar {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding-bottom: 29.48vw;
}

@media (min-width: 1024px) {
    #aside-3-similar {
        margin-top: 46px;
        border-radius: 25px;
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        --tw-shadow: 2px 2px 10px 0px rgba(80, 80, 80, 0.15);
        --tw-shadow-colored: 2px 2px 10px 0px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
}

#aside-3-similar {
    @media not all and (min-width: 1024px) {
        svg {
            display: none;
        }
    }
}

    #aside-3-similar .aside-title {
        width: -moz-fit-content;
        width: fit-content;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        padding-left: 0.375rem;
        padding-right: 0.375rem;
        font-family: iransSansxFanumBold;
        --tw-text-opacity: 1;
        color: rgb(35 31 32 / var(--tw-text-opacity));
    }

@media not all and (min-width: 1024px) {
    #aside-3-similar .aside-title {
        font-size: 2.56vw;
    }
}

#aside-2-product-article {
    margin-top: 12.82vw;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 25px;
    padding-left: 6.92vw;
    padding-right: 6.92vw;
    padding-top: 5.12vw;
    padding-bottom: 7.69vw;
    --tw-shadow: 2px 2px 10px 0px rgba(80, 80, 80, 0.15);
    --tw-shadow-colored: 2px 2px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media not all and (min-width: 1024px) {
    #aside-2-product-article {
        max-width: 89.74vw;
    }
}

@media (min-width: 1024px) {
    #aside-2-product-article {
        margin-top: 1.5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 1rem;
        padding-bottom: 56px;
    }
}

#aside-1-article-product {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media not all and (min-width: 1024px) {
    #aside-3-similar {
        display: none;
    }
}

@media (min-width: 1024px) {
    #aside-1-article-product {
        border-radius: 25px;
        --tw-shadow: 2px 2px 10px 0px rgba(80, 80, 80, 0.15);
        --tw-shadow-colored: 2px 2px 10px 0px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
}

#aside-1-article-product {
    @media not all and (min-width: 1024px) {
        svg {
            display: none;
        }
    }
}

    #aside-1-article-product .aside-title {
        width: -moz-fit-content;
        width: fit-content;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        padding-left: 0.375rem;
        padding-right: 0.375rem;
        font-family: iransSansxFanumBold;
        --tw-text-opacity: 1;
        color: rgb(35 31 32 / var(--tw-text-opacity));
    }

@media not all and (min-width: 1024px) {
    #aside-1-article-product .aside-title {
        display: none;
    }
}

.share-dialog {
    z-index: 10;
    height: 20rem;
    width: 80vw;
    border-radius: 25px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 1rem;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1024px) {
    .share-dialog {
        width: 20rem;
    }
}

.share-dialog h2 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
}

.share-dialog ul {
    margin: 0px;
    display: flex;
    list-style-type: none;
    padding: 0px;
}

    .share-dialog ul li {
        margin: 0.5rem;
        margin-bottom: 0.5rem;
    }

        .share-dialog ul li a {
            display: inline-block;
            height: -moz-fit-content;
            height: fit-content;
            width: -moz-fit-content;
            width: fit-content;
            overflow: hidden;
            border-radius: 9999px;
            font-weight: 700;
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
        }

            .share-dialog ul li a svg {
                height: 2.5rem;
            }

            .share-dialog ul li a.facebook {
                --tw-bg-opacity: 1;
                background-color: rgb(37 99 235 / var(--tw-bg-opacity));
            }

                .share-dialog ul li a.facebook:hover {
                    --tw-bg-opacity: 1;
                    background-color: rgb(29 78 216 / var(--tw-bg-opacity));
                }

            .share-dialog ul li a.twitter {
                --tw-bg-opacity: 1;
                background-color: rgb(14 165 233 / var(--tw-bg-opacity));
            }

                .share-dialog ul li a.twitter:hover {
                    --tw-bg-opacity: 1;
                    background-color: rgb(2 132 199 / var(--tw-bg-opacity));
                }

            .share-dialog ul li a.telegram {
                --tw-bg-opacity: 1;
                background-color: rgb(76 175 80 / var(--tw-bg-opacity));
            }

                .share-dialog ul li a.telegram:hover {
                    --tw-bg-opacity: 1;
                    background-color: rgb(76 175 80 / var(--tw-bg-opacity));
                }

            .share-dialog ul li a.linkedin {
                --tw-bg-opacity: 1;
                background-color: rgb(30 64 175 / var(--tw-bg-opacity));
            }

                .share-dialog ul li a.linkedin:hover {
                    --tw-bg-opacity: 1;
                    background-color: rgb(30 58 138 / var(--tw-bg-opacity));
                }

.share-dialog .close-button {
    margin-top: 1rem;
    text-align: right;
}

    .share-dialog .close-button a {
        cursor: pointer;
        --tw-text-opacity: 1;
        color: rgb(107 114 128 / var(--tw-text-opacity));
    }

        .share-dialog .close-button a:hover {
            --tw-text-opacity: 1;
            color: rgb(55 65 81 / var(--tw-text-opacity));
        }

.share-dialog .close-button {
    margin-top: 1rem;
    text-align: right;
}

    .share-dialog .close-button a {
        cursor: pointer;
        --tw-text-opacity: 1;
        color: rgb(107 114 128 / var(--tw-text-opacity));
    }

        .share-dialog .close-button a:hover {
            --tw-text-opacity: 1;
            color: rgb(55 65 81 / var(--tw-text-opacity));
        }

.share-dialog .copy-icon svg {
    height: 2.5rem;
}

.share-dialog .copy-icon svg {
    width: 2.5rem;
}

.mobile-accardion-post-content-list {
    margin-bottom: 6.41vw;
    cursor: pointer;
}

@media (min-width: 1024px) {
    .mobile-accardion-post-content-list {
        display: none;
    }
}

.mobile-accardion-post-content-list svg {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.mobile-accardion-post-content-list svg {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.accordion-header {
    position: relative;
    display: flex;
    height: 11.02vw;
    align-items: center;
    justify-content: space-between;
    border-radius: 30px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 3.07vw;
    padding-bottom: 3.07vw;
    padding-left: 5.64vw;
    padding-right: 5.64vw;
    font-family: iransSansxFanumMedium;
    font-size: 3.07vw;
    --tw-text-opacity: 1;
    color: rgb(35 31 32 / var(--tw-text-opacity));
    opacity: 1;
    --tw-shadow: 2px 2px 10px 0px rgba(80, 80, 80, 0.15);
    --tw-shadow-colored: 2px 2px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.mobile-accardion-post-content-list.active svg {
    --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));
}

.accordion-content {
    margin-top: -11vw;
    max-height: 0px;
    overflow: hidden;
    border-radius: 30px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 4.64vw;
    padding-right: 4.64vw;
    padding-top: 11.28vw;
    opacity: 1;
    --tw-shadow: 2px 2px 10px 0px rgba(80, 80, 80, 0.15);
    --tw-shadow-colored: 2px 2px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-accardion-post-content-list.active .accordion-content {
    padding-top: 16.28vw;
    padding-bottom: 6.74vw;
}

.title-logo {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
}

.user-actions {
    display: flex;
    align-items: center;
}

@media (min-width: 1024px) {
    .user-actions {
        margin-left: 14px;
    }
}

.basket-icon {
    position: relative;
    margin-right: 1.25rem;
    cursor: pointer;
}

.basket-notification {
    position: absolute;
    bottom: -2px;
    right: -2px;
    display: flex;
    height: 1.79vw;
    width: 1.79vw;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 0 0 / var(--tw-bg-opacity));
    font-size: 1.02vw;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .basket-notification {
        height: 0.75rem;
        width: 0.75rem;
    }
}

@media (min-width: 1024px) {
    .basket-notification {
        font-size: 6px;
    }
}

.basket-dropdown {
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: none;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 1rem;
}

    .basket-dropdown.active {
        display: block;
    }

    .basket-dropdown p.empty-basket {
        text-align: center;
        margin: 0;
    }

@media not all and (min-width: 1024px) {
    #desktop-user-actions {
        display: none;
    }
}

#mobile-user-actions {
    grid-column: 1 / -1;
}

@media (min-width: 1024px) {
    #mobile-user-actions {
        display: none;
    }
}

#mobile-user-actions svg {
    height: 1.5rem;
}

#mobile-user-actions svg {
    width: 1.5rem;
}

.search-bar {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    border-radius: 9999px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(204 219 247 / var(--tw-border-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

@media (min-width: 1024px) {
    .search-bar {
        width: 492px;
    }
}

.search-bar input[type="text"] {
    width: 100%;
    border-style: none;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

    .search-bar input[type="text"]::-moz-placeholder {
        --tw-text-opacity: 1;
        color: rgb(102 146 230 / var(--tw-text-opacity));
    }

    .search-bar input[type="text"]::placeholder {
        --tw-text-opacity: 1;
        color: rgb(102 146 230 / var(--tw-text-opacity));
    }

.search-bar button {
    border: none;
    background-color: transparent;
    cursor: pointer;
}

/* Equipment List */

.equipment-section {
    grid-column: 1 / -1;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16rem;
}

@media (min-width: 1024px) {
    .equipment-section {
        grid-column: span 9 / span 9;
    }
}

.equipment-list {
    /* @apply flex justify-start items-center mt-14; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -moz-column-gap: 4.11vw;
    column-gap: 4.11vw;
    row-gap: 7.93vw;
}

@media (min-width: 768px) {
    .equipment-list {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
        row-gap: 5rem;
    }
}

@media (min-width: 1024px) {
    .equipment-list {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }
}

.equipment-card {
    /* @apply relative  flex flex-[1_0_auto] rounded-lrg px-[4%] lg:scale-95  2xl:scale-100 h-[53.26vw] md:h-[21.68rem] lg:h-[23.2rem]  max-w-[42.82vw] md:max-w-[20.29rem] lg:max-w-[21.75rem]  shadow-3xl; */
    position: relative;
    aspect-ratio: 1 / 1.24;
    max-height: 53.07vw;
    border-radius: 30px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 1.75%;
    --tw-shadow: 2px 2px 10px 0px rgba(80, 80, 80, 0.15);
    --tw-shadow-colored: 2px 2px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

@media (min-width: 768px) {
    .equipment-card {
        max-height: 377px;
    }
}

@media (min-width: 1024px) {
    .equipment-card {
        max-height: 441px;
    }
}

.equipment-card img {
    height: 46.84%;
}

.equipment-card img {
    width: 100%;
}

.equipment-card img {
    border-radius: 30px;
}

.equipment-card img {
    -o-object-fit: cover;
    object-fit: cover;
}

.equipment-card img {
    -o-object-position: center;
    object-position: center;
}

.equipment-card img {
    --tw-shadow: 2px 2px 10px 0px rgba(80, 80, 80, 0.15);
    --tw-shadow-colored: 2px 2px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.equipment-card h3 {
    position: absolute;
}

.equipment-card h3 {
    top: 51.45%;
}

.equipment-card h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.equipment-card h3 {
    font-family: iransSansxFanumBold;
}

.equipment-card h3 {
    font-size: 2.56vw;
}

.equipment-card h3 {
    --tw-text-opacity: 1;
    color: rgb(125 118 120 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .equipment-card h3 {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.equipment-card .stock {
    position: absolute;
}

.equipment-card .stock {
    top: 70.29%;
}

.equipment-card .stock {
    display: flex;
}

.equipment-card .stock {
    height: 7.95%;
}

.equipment-card .stock {
    width: -moz-fit-content;
    width: fit-content;
}

.equipment-card .stock {
    align-items: center;
}

.equipment-card .stock {
    justify-content: space-between;
}

.equipment-card .stock {
    border-radius: 30px;
}

.equipment-card .stock {
    padding-left: 3%;
    padding-right: 3%;
}

.equipment-card .stock {
    font-size: 2.05vw;
}

.equipment-card .stock {
    font-weight: 400;
}

@media (min-width: 768px) {
    .equipment-card .stock {
        font-size: 0.75rem;
        line-height: 1rem;
    }
}

.equipment-card .stock span {
    margin-right: 4px;
}

.equipment-card .available {
    --tw-bg-opacity: 1;
    background-color: rgb(234 243 215 / var(--tw-bg-opacity));
}

.equipment-card .available {
    --tw-text-opacity: 1;
    color: rgb(131 191 3 / var(--tw-text-opacity));
}

    .equipment-card .available svg,
    .equipment-card .available path {
        fill: #83BF03;
    }

.equipment-card .unavailable {
    --tw-bg-opacity: 1;
    background-color: rgb(255 242 242 / var(--tw-bg-opacity));
}

.equipment-card .unavailable {
    --tw-text-opacity: 1;
    color: rgb(255 0 0 / var(--tw-text-opacity));
}

    .equipment-card .unavailable svg,
    .equipment-card .unavailable path {
        fill: #FF0000;
    }

.equipment-card .price {
    position: absolute;
}

.equipment-card .price {
    top: 82.75%;
}

.equipment-card .price {
    display: flex;
}

.equipment-card .price {
    width: 100%;
}

.equipment-card .price {
    max-width: 88%;
}

.equipment-card .price {
    justify-content: space-between;
}

.equipment-card .price {
    font-size: 2.56vw;
}

.equipment-card .price {
    --tw-text-opacity: 1;
    color: rgb(125 118 120 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .equipment-card .price {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.equipment-card .price .price-amount {
    font-size: 3.58vw;
}

.equipment-card .price .price-amount {
    --tw-text-opacity: 1;
    color: rgb(0 73 214 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .equipment-card .price .price-amount {
        font-size: 32px;
    }
}

.equipment-card-button .add-to-basket {
    position: absolute;
}

.equipment-card-button .add-to-basket {
    bottom: -6%;
}

.equipment-card-button .add-to-basket {
    left: 6.93%;
}

.equipment-card-button .add-to-basket {
    height: 11.93%;
}

.equipment-card-button .add-to-basket {
    width: 46.53%;
}

.equipment-card-button .add-to-basket {
    cursor: pointer;
}

.equipment-card-button .add-to-basket {
    border-radius: 40px;
}

.equipment-card-button .add-to-basket {
    border-style: none;
}

.equipment-card-button .add-to-basket {
    --tw-bg-opacity: 1;
    background-color: rgb(0 73 214 / var(--tw-bg-opacity));
}

.equipment-card-button .add-to-basket {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.equipment-card-button .add-to-basket {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.equipment-card-button .add-to-basket {
    transition-duration: 200ms;
}

.equipment-card-button .add-to-basket {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

    .equipment-card-button .add-to-basket:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(0 73 214 / var(--tw-bg-opacity));
    }

    .equipment-card-button .add-to-basket:disabled {
        cursor: not-allowed;
    }

    .equipment-card-button .add-to-basket:disabled {
        --tw-bg-opacity: 1;
        background-color: rgb(153 182 239 / var(--tw-bg-opacity));
    }

    .equipment-card-button .add-to-basket:disabled {
        /* Adjust button hover color */
    }

.equipment-card-button .with-quantity-actions {
    position: absolute;
}

.equipment-card-button .with-quantity-actions {
    bottom: -3.84vw;
}

.equipment-card-button .with-quantity-actions {
    left: 5.89vw;
}

.equipment-card-button .with-quantity-actions {
    display: flex;
}

.equipment-card-button .with-quantity-actions {
    cursor: pointer;
}

.equipment-card-button .with-quantity-actions {
    align-items: center;
}

.equipment-card-button .with-quantity-actions {
    justify-content: space-between;
}

.equipment-card-button .with-quantity-actions {
    border-radius: 40px;
}

.equipment-card-button .with-quantity-actions {
    border-style: none;
}

.equipment-card-button .with-quantity-actions {
    font-size: 3.8vw;
}

.equipment-card-button .with-quantity-actions {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.equipment-card-button .with-quantity-actions {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.equipment-card-button .with-quantity-actions {
    transition-duration: 200ms;
}

.equipment-card-button .with-quantity-actions {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
    .equipment-card-button .with-quantity-actions {
        bottom: -6%;
    }
}

@media (min-width: 768px) {
    .equipment-card-button .with-quantity-actions {
        left: 6.93%;
    }
}

@media (min-width: 768px) {
    .equipment-card-button .with-quantity-actions {
        height: 11.93%;
    }
}

@media (min-width: 768px) {
    .equipment-card-button .with-quantity-actions {
        width: 46.53%;
    }
}

@media (min-width: 768px) {
    .equipment-card-button .with-quantity-actions {
        --tw-bg-opacity: 1;
        background-color: rgb(0 73 214 / var(--tw-bg-opacity));
    }
}

@media (min-width: 768px) {
    .equipment-card-button .with-quantity-actions {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

.equipment-card-button .with-quantity-actions .plus-button, .minus-button {
    aspect-ratio: 1 / 1;
}

.equipment-card-button .with-quantity-actions .plus-button,
.equipment-card-button .with-quantity-actions .minus-button {
    height: 100%;
}

.equipment-card-button .with-quantity-actions .plus-button,
.equipment-card-button .with-quantity-actions .minus-button {
    border-radius: 9999px;
}

.equipment-card-button .with-quantity-actions .plus-button,
.equipment-card-button .with-quantity-actions .minus-button {
    font-family: iransSansxFanumBold;
}

@media not all and (min-width: 768px) {
    .equipment-card-button .with-quantity-actions .plus-button,
    .equipment-card-button .with-quantity-actions .minus-button {
        height: 7.69vw;
    }
}

@media not all and (min-width: 768px) {
    .equipment-card-button .with-quantity-actions .plus-button,
    .equipment-card-button .with-quantity-actions .minus-button {
        width: 7.69vw;
    }
}

@media not all and (min-width: 768px) {
    .equipment-card-button .with-quantity-actions .plus-button,
    .equipment-card-button .with-quantity-actions .minus-button {
        --tw-bg-opacity: 1;
        background-color: rgb(0 73 214 / var(--tw-bg-opacity));
    }
}

.equipment-card-button .with-quantity-actions .plus-button:disabled,
.equipment-card-button .with-quantity-actions .minus-button:disabled {
    cursor: not-allowed;
}

@media not all and (min-width: 768px) {
    .equipment-card-button .with-quantity-actions .plus-button:disabled,
    .equipment-card-button .with-quantity-actions .minus-button:disabled {
        --tw-bg-opacity: 1;
        background-color: rgb(153 182 239 / var(--tw-bg-opacity));
    }
}

.equipment-card-button .with-quantity-actions .minus-button span {
    display: block;
}

.equipment-card-button .with-quantity-actions .minus-button span {
    height: -moz-fit-content;
    height: fit-content;
}

.equipment-card-button .with-quantity-actions .minus-button span {
    line-height: 1px;
}

@media (min-width: 768px) {
    .equipment-card-button .with-quantity-actions .minus-button span {
        margin-bottom: 11px;
    }
}

@media not all and (min-width: 768px) {
    .equipment-card-button .with-quantity-actions .minus-button .minus-desktop-span {
        display: none;
    }
}

@media not all and (min-width: 768px) {
    .equipment-card-button .with-quantity-actions .minus-button .minus-mobile-span {
        margin-top: 0.51vw;
    }
}

@media (min-width: 768px) {
    .equipment-card-button .with-quantity-actions .minus-button .minus-mobile-span {
        display: none;
    }
}

.equipment-card-button .with-quantity-actions .plus-button span {
    display: block;
}

.equipment-card-button .with-quantity-actions .plus-button span {
    height: -moz-fit-content;
    height: fit-content;
}

.equipment-card-button .with-quantity-actions .plus-button span {
    line-height: 1px;
}

@media not all and (min-width: 768px) {
    .equipment-card-button .with-quantity-actions .plus-button span {
        margin-top: 0.51vw;
    }
}

@media (min-width: 768px) {
    .equipment-card-button .with-quantity-actions .plus-button span {
        margin-top: 2px;
    }
}

.equipment-card-button .with-quantity-actions .ordered-count {
    text-align: center;
}

.equipment-card-button .with-quantity-actions .ordered-count {
    vertical-align: middle;
}

@media not all and (min-width: 768px) {
    .equipment-card-button .with-quantity-actions .ordered-count {
        width: 8vw;
    }
}

@media not all and (min-width: 768px) {
    .equipment-card-button .with-quantity-actions .ordered-count {
        --tw-text-opacity: 1;
        color: rgb(0 73 214 / var(--tw-text-opacity));
    }
}

.equipment-rent-card {
    /* @apply relative  flex flex-[1_0_auto] rounded-lrg px-[4%] lg:scale-95  2xl:scale-100 h-[53.26vw] md:h-[21.68rem] lg:h-[23.2rem]  max-w-[42.82vw] md:max-w-[20.29rem] lg:max-w-[21.75rem]  shadow-3xl; */
    position: relative;
    height: 44.61vw;
    width: 42.30vw;
    border-radius: 30px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 2.05vw;
    padding-right: 2.05vw;
    padding-top: 2.82vw;
    --tw-shadow: 2px 2px 10px 0px rgba(80, 80, 80, 0.15);
    --tw-shadow-colored: 2px 2px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

@media (min-width: 768px) {
    .equipment-rent-card {
        height: 318px;
        width: 302px;
        padding-left: 11px;
        padding-right: 11px;
        padding-top: 14px;
    }
}

@media (min-width: 1024px) {
    .equipment-rent-card {
        height: 318px;
        width: 302px;
    }
}

.equipment-rent-card .image-container {
    position: relative;
}

.equipment-rent-card .image-container {
    height: 83.33%;
}

.equipment-rent-card .image-container {
    width: 100%;
}

.equipment-rent-card .image-container {
    overflow: hidden;
}

.equipment-rent-card .image-container {
    border-radius: 30px;
}

.equipment-rent-card img {
    height: 100%;
}

.equipment-rent-card img {
    width: 100%;
}

.equipment-rent-card img {
    border-radius: 30px;
}

.equipment-rent-card img {
    -o-object-fit: cover;
    object-fit: cover;
}

.equipment-rent-card img {
    -o-object-position: center;
    object-position: center;
}

.equipment-rent-card img {
    --tw-shadow: 2px 2px 10px 0px rgba(80, 80, 80, 0.15);
    --tw-shadow-colored: 2px 2px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.equipment-rent-card .product-image-overlay {
    position: absolute;
}

.equipment-rent-card .product-image-overlay {
    top: 0px;
}

.equipment-rent-card .product-image-overlay {
    height: 100%;
}

.equipment-rent-card .product-image-overlay {
    width: 100%;
}

.equipment-rent-card .product-image-overlay {
    background: linear-gradient( 180deg, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100% );
}

.equipment-rent-card h3 {
    position: absolute;
}

.equipment-rent-card h3 {
    top: 66.15%;
}

.equipment-rent-card h3 {
    right: 10.88%;
}

.equipment-rent-card h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.equipment-rent-card h3 {
    padding-left: 10.88%;
}

.equipment-rent-card h3 {
    font-family: iransSansxFanumBold;
}

.equipment-rent-card h3 {
    font-size: 2.05vw;
}

.equipment-rent-card h3 {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .equipment-rent-card h3 {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.equipment-section-rent {
    margin-top: 8.20vw;
}

.equipment-rent-card-button .add-to-basket {
    position: absolute;
}

.equipment-rent-card-button .add-to-basket {
    bottom: -6%;
}

.equipment-rent-card-button .add-to-basket {
    left: 26.65%;
}

.equipment-rent-card-button .add-to-basket {
    height: 6.92vw;
}

.equipment-rent-card-button .add-to-basket {
    width: 46.53%;
}

.equipment-rent-card-button .add-to-basket {
    cursor: pointer;
}

.equipment-rent-card-button .add-to-basket {
    border-radius: 40px;
}

.equipment-rent-card-button .add-to-basket {
    border-style: none;
}

.equipment-rent-card-button .add-to-basket {
    --tw-bg-opacity: 1;
    background-color: rgb(0 73 214 / var(--tw-bg-opacity));
}

.equipment-rent-card-button .add-to-basket {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.equipment-rent-card-button .add-to-basket {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.equipment-rent-card-button .add-to-basket {
    transition-duration: 200ms;
}

.equipment-rent-card-button .add-to-basket {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media not all and (min-width: 768px) {
    .equipment-rent-card-button .add-to-basket {
        font-size: 2.56vw;
    }
}

@media (min-width: 768px) {
    .equipment-rent-card-button .add-to-basket {
        height: 11.93%;
    }
}

.equipment-rent-card-button .add-to-basket:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 73 214 / var(--tw-bg-opacity));
}

.equipment-rent-card-button .add-to-basket:disabled {
    cursor: not-allowed;
}

.equipment-rent-card-button .add-to-basket:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(153 182 239 / var(--tw-bg-opacity));
}

.equipment-rent-card-button .add-to-basket:disabled {
    /* Adjust button hover color */
}

.image-container {
    display: grid;
    height: -moz-fit-content;
    height: fit-content;
    width: 46.54%;
}

@media (min-width: 1024px) {
    .image-container {
        width: 31.97%;
        -moz-column-gap: 1.91%;
        column-gap: 1.91%;
    }
}

.image-container #selected-p-image {
    aspect-ratio: 1 / 1;
}

.image-container #selected-p-image {
    width: 100%;
}

.image-container #selected-p-image {
    border-radius: 30px;
}

.image-container #selected-p-image {
    --tw-shadow: 2px 2px 10px 0px rgba(80, 80, 80, 0.15);
    --tw-shadow-colored: 2px 2px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.image-container #product-images {
    display: inline-flex;
}

.image-container #product-images {
    justify-content: flex-start;
}

    .image-container #product-images img {
        margin-left: 9.20%;
    }

    .image-container #product-images img {
        margin-top: 13px;
    }

    .image-container #product-images img {
        aspect-ratio: 1 / 1;
    }

    .image-container #product-images img {
        width: 26.99%;
    }

    .image-container #product-images img {
        border-radius: 15px;
    }

    .image-container #product-images img {
        --tw-shadow: 2px 2px 10px 0px rgba(80, 80, 80, 0.15);
        --tw-shadow-colored: 2px 2px 10px 0px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

@media (min-width: 1024px) {
    .image-container #product-images img {
        margin-left: 8.5%;
    }
}

@media (min-width: 1024px) {
    .image-container #product-images img {
        margin-top: 31px;
    }
}

@media (min-width: 1024px) {
    .image-container #product-images img {
        width: 22.5%;
    }
}

.gr-divider {
    margin-top: 8.71vw;
    margin-bottom: 2.3vw;
    --tw-border-opacity: 1;
    border-color: rgb(170 162 164 / var(--tw-border-opacity));
    opacity: 0.5;
}

@media (min-width: 768px) {
    .gr-divider {
        margin-top: 81px;
        margin-bottom: 1.5rem;
    }
}

.gr-divider2 {
    margin-bottom: 5.38vw;
    margin-top: 3.33vw;
    --tw-border-opacity: 1;
    border-color: rgb(170 162 164 / var(--tw-border-opacity));
    opacity: 0.5;
}

@media (min-width: 768px) {
    .gr-divider2 {
        margin-bottom: 81px;
        margin-top: 1.5rem;
    }
}

#gr-section {
    width: 100%;
}

@media (min-width: 1024px) {
    #gr-section {
        margin-left: 7.38%;
        margin-right: 7.38%;
        width: 85.23%;
    }
}

#gr-section div {
    display: flex;
}

#gr-section div {
    flex-direction: column;
}

#gr-section div {
    align-items: center;
}

#gr-section div {
    justify-content: center;
}

#gr-section div {
    row-gap: 2.05vw;
}

@media (min-width: 768px) {
    #gr-section div {
        row-gap: 1.25rem;
    }
}

#gr-section div span {
    text-align: center;
}

#gr-section div span {
    font-size: 2.05vw;
}

#gr-section div span {
    --tw-text-opacity: 1;
    color: rgb(140 133 135 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    #gr-section div span {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

#gr-section div img {
    aspect-ratio: 1 / 1;
}

#gr-section div img {
    width: 7.69vw;
}

@media (min-width: 1024px) {
    #gr-section div img {
        width: 79px;
    }
}

.blue-divider {
    margin-top: 1.28vw;
    margin-bottom: 1.79vw;
    height: 2px;
    width: 100%;
    border-radius: 9999px;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(0 73 214 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
    .blue-divider {
        margin-top: 15px;
        margin-bottom: 12px;
    }
}

#product-info {
    height: -moz-fit-content;
    height: fit-content;
    width: 49.14%;
}

@media (min-width: 1024px) {
    #product-info {
        display: grid;
        width: 37.76%;
    }
}

#product-info h1 {
    font-size: 3.07vw;
}

@media (min-width: 768px) {
    #product-info h1 {
        font-size: 22px;
    }
}

@media (min-width: 1024px) {
    #product-info h1 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

#product-info #product-stat {
    display: inline-flex;
}

#product-info #product-stat {
    align-items: center;
}

#product-info #product-stat {
    font-size: 1.79vw;
}

#product-info #product-stat {
    --tw-text-opacity: 1;
    color: rgb(0 73 214 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    #product-info #product-stat {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

@media (min-width: 1024px) {
    #product-info #product-stat {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

#product-info #product-stat svg {
    height: 1.53vw;
}

#product-info #product-stat svg {
    width: 1.53vw;
}

@media not all and (min-width: 768px) {
    #product-info #product-stat svg {
        margin-top: 0.5vw;
    }
}

@media (min-width: 768px) {
    #product-info #product-stat svg {
        height: 18px;
    }
}

@media (min-width: 768px) {
    #product-info #product-stat svg {
        width: 18px;
    }
}

#product-info #product-stat #product-info-cm,
#product-info #product-stat #product-info-rate {
    display: inline-flex;
}

#product-info #product-stat #product-info-cm,
#product-info #product-stat #product-info-rate {
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
}

    #product-info #product-stat #product-info-rate::before {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    #product-info #product-stat #product-info-rate::before {
        --tw-text-opacity: 1;
        color: rgb(95 89 91 / var(--tw-text-opacity));
    }

    #product-info #product-stat #product-info-rate::before {
        content: "•";
    }

#product-info #product-features {
    margin-top: 15px;
}

#product-info #product-features {
    font-family: iransSansxFanumLight;
}

#product-info #product-features {
    font-size: 2.3vw;
}

#product-info #product-features {
    font-weight: 300;
}

#product-info #product-features {
    --tw-text-opacity: 1;
    color: rgb(95 89 91 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    #product-info #product-features {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1024px) {
    #product-info #product-features {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

#product-info #product-features ul li {
    margin-top: 15px;
}

    #product-info #product-features ul li::before {
        margin-left: 1.61%;
    }

    #product-info #product-features ul li::before {
        --tw-text-opacity: 1;
        color: rgb(95 89 91 / var(--tw-text-opacity));
    }

    #product-info #product-features ul li::before {
        content: "•";
    }

#buy-card-desktop {
    display: none;
}

@media (min-width: 1024px) {
    #buy-card-desktop {
        display: flex;
    }
}

#buy-card-mobile {
    display: flex;
}

@media (min-width: 1024px) {
    #buy-card-mobile {
        display: none;
    }
}

#buy-card-mobile.available-buy-card {
    --tw-border-opacity: 1;
    border-color: rgb(0 73 214 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(0 73 214 / var(--tw-bg-opacity));
}

#buy-card-mobile.unavailable-buy-card {
    --tw-border-opacity: 1;
    border-color: rgb(255 0 0 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}

#buy-card-mobile.available-buy-card,
#buy-card-mobile.unavailable-buy-card {
    position: relative;
    margin-top: 50px;
    min-height: 86px;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    gap: 0px;
    align-self: flex-end;
    border-radius: 30px;
    border-width: 2px;
    padding-left: 8.1%;
    padding-right: 8.1%;
    padding-top: 7%;
    padding-bottom: 7%;
}

@media (min-width: 1024px) {
    #buy-card-mobile.available-buy-card,
    #buy-card-mobile.unavailable-buy-card {
        width: 23.61%;
        padding-left: 10.44%;
        padding-right: 10.44%;
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

#buy-card-mobile.available-buy-card #availability-status,
#buy-card-mobile.unavailable-buy-card #availability-status svg {
    margin-top: 2px;
}

#buy-card-mobile.unavailable-buy-card #availability-status svg {
    margin-right: 2px;
}

#buy-card-mobile.unavailable-buy-card #availability-status svg {
    height: 1rem;
}

#buy-card-mobile.unavailable-buy-card #availability-status svg {
    width: 18px;
}

    #buy-card-mobile.unavailable-buy-card #availability-status svg path {
        fill: #fff;
    }

#buy-card-mobile.unavailable-buy-card #availability-status #availability {
    width: 100%;
}

#buy-card-mobile.unavailable-buy-card #availability-status #availability {
    padding-right: 3.97%;
}

#buy-card-mobile.unavailable-buy-card #availability-status #availability {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

#buy-card-mobile.unavailable-buy-card #availability-status #availability {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    #buy-card-mobile.unavailable-buy-card #availability-status #availability {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

#buy-card-mobile.unavailable-buy-card hr {
    margin-bottom: 1.25rem;
}

#buy-card-mobile.unavailable-buy-card hr {
    margin-top: 10px;
}

#buy-card-mobile.unavailable-buy-card hr {
    height: 1px;
}

#buy-card-mobile.unavailable-buy-card hr {
    width: 100%;
}

#buy-card-mobile.unavailable-buy-card hr {
    border-radius: 9999px;
}

#buy-card-mobile.unavailable-buy-card hr {
    border-style: none;
}

#buy-card-mobile.unavailable-buy-card hr {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

#buy-card-mobile.unavailable-buy-card #sent-info #sent-method {
    width: 100%;
}

#buy-card-mobile.unavailable-buy-card #sent-info #sent-method {
    padding-right: 3.97%;
}

#buy-card-mobile.unavailable-buy-card #sent-info #sent-method {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

#buy-card-mobile.unavailable-buy-card #sent-info #sent-method {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    #buy-card-mobile.unavailable-buy-card #sent-info #sent-method {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

#buy-card-mobile.unavailable-buy-card #sent-info #force-sent-cities {
    margin-right: 0.5rem;
}

#buy-card-mobile.unavailable-buy-card #sent-info #force-sent-cities {
    font-size: 10px;
}

#buy-card-mobile.unavailable-buy-card #sent-info #force-sent-cities {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    #buy-card-mobile.unavailable-buy-card #sent-info #force-sent-cities {
        font-size: 0.75rem;
        line-height: 1rem;
    }
}

#buy-card-mobile.unavailable-buy-card #sent-info svg {
    margin-top: 2px;
}

#buy-card-mobile.unavailable-buy-card #sent-info svg {
    margin-right: 2px;
}

#buy-card-mobile.unavailable-buy-card #sent-info svg {
    height: 18px;
}

#buy-card-mobile.unavailable-buy-card #sent-info svg {
    width: 18px;
}

    #buy-card-mobile.unavailable-buy-card #sent-info svg path {
        fill: #fff;
    }

#buy-card-mobile.unavailable-buy-card #price-info {
    margin-top: auto;
}

#buy-card-mobile.unavailable-buy-card #price-info {
    display: inline-flex;
}

#buy-card-mobile.unavailable-buy-card #price-info {
    justify-content: center;
}

#buy-card-mobile.unavailable-buy-card #price-info {
    gap: 0.5rem;
}

#buy-card-mobile.unavailable-buy-card #price-info {
    font-size: 2.56vw;
}

#buy-card-mobile.unavailable-buy-card #price-info {
    --tw-text-opacity: 1;
    color: rgb(125 118 120 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    #buy-card-mobile.unavailable-buy-card #price-info {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

#buy-card-mobile.unavailable-buy-card #price-info .price-amount {
    font-size: 3.58vw;
}

#buy-card-mobile.unavailable-buy-card #price-info .price-amount {
    --tw-text-opacity: 1;
    color: rgb(0 73 214 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    #buy-card-mobile.unavailable-buy-card #price-info .price-amount {
        font-size: 32px;
    }
}

#buy-card-desktop {
    position: relative;
    margin-top: 50px;
    min-height: 282px;
    width: 23.61%;
    flex-direction: column;
    justify-content: center;
    gap: 0px;
    align-self: flex-end;
    border-radius: 30px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(0 73 214 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 2.5%;
    padding-right: 2.5%;
    padding-top: 35px;
    padding-bottom: 35px;
}

    #buy-card-desktop #availability-status svg {
        margin-top: 2px;
    }

    #buy-card-desktop #availability-status svg {
        margin-right: 2px;
    }

    #buy-card-desktop #availability-status svg {
        height: 1rem;
    }

    #buy-card-desktop #availability-status svg {
        width: 18px;
    }

    #buy-card-desktop #availability-status #availability {
        width: 100%;
    }

    #buy-card-desktop #availability-status #availability {
        padding-right: 3.97%;
    }

    #buy-card-desktop #availability-status #availability {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    #buy-card-desktop #availability-status #availability {
        --tw-text-opacity: 1;
        color: rgb(125 118 120 / var(--tw-text-opacity));
    }

    #buy-card-desktop hr {
        margin-bottom: 1.25rem;
    }

    #buy-card-desktop hr {
        margin-top: 10px;
    }

    #buy-card-desktop hr {
        height: 1px;
    }

    #buy-card-desktop hr {
        width: 100%;
    }

    #buy-card-desktop hr {
        border-radius: 9999px;
    }

    #buy-card-desktop hr {
        border-style: none;
    }

    #buy-card-desktop hr {
        --tw-bg-opacity: 1;
        background-color: rgb(0 73 214 / var(--tw-bg-opacity));
    }

    #buy-card-desktop #sent-info #sent-method {
        width: 100%;
    }

    #buy-card-desktop #sent-info #sent-method {
        padding-right: 3.97%;
    }

    #buy-card-desktop #sent-info #sent-method {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    #buy-card-desktop #sent-info #sent-method {
        --tw-text-opacity: 1;
        color: rgb(140 133 135 / var(--tw-text-opacity));
    }

    #buy-card-desktop #sent-info #force-sent-cities {
        margin-right: 0.5rem;
    }

    #buy-card-desktop #sent-info #force-sent-cities {
        font-size: 10px;
    }

    #buy-card-desktop #sent-info #force-sent-cities {
        --tw-text-opacity: 1;
        color: rgb(170 162 164 / var(--tw-text-opacity));
    }

    #buy-card-desktop #sent-info svg {
        margin-top: 2px;
    }

    #buy-card-desktop #sent-info svg {
        margin-right: 2px;
    }

    #buy-card-desktop #sent-info svg {
        height: 18px;
    }

    #buy-card-desktop #sent-info svg {
        width: 18px;
    }

    #buy-card-desktop #price-info {
        margin-top: auto;
    }

    #buy-card-desktop #price-info {
        display: inline-flex;
    }

    #buy-card-desktop #price-info {
        justify-content: center;
    }

    #buy-card-desktop #price-info {
        gap: 0.5rem;
    }

    #buy-card-desktop #price-info {
        font-size: 2.56vw;
    }

    #buy-card-desktop #price-info {
        --tw-text-opacity: 1;
        color: rgb(125 118 120 / var(--tw-text-opacity));
    }

@media (min-width: 768px) {
    #buy-card-desktop #price-info {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

#buy-card-desktop #price-info .price-amount {
    font-size: 3.58vw;
}

#buy-card-desktop #price-info .price-amount {
    --tw-text-opacity: 1;
    color: rgb(0 73 214 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    #buy-card-desktop #price-info .price-amount {
        font-size: 32px;
    }
}

.product-card-button {
    display: flex;
    height: 48px;
    width: 40.74vw;
    justify-content: center;
}

@media not all and (min-width: 1024px) {
    .product-card-button {
        position: relative;
    }
}

@media (min-width: 768px) {
    .product-card-button {
        width: 35%;
    }
}

@media (min-width: 1024px) {
    .product-card-button {
        width: 100%;
    }
}

.product-card-button .add-to-basket {
    position: absolute;
}

.product-card-button .add-to-basket {
    height: 48px;
}

.product-card-button .add-to-basket {
    width: 40.74vw;
}

.product-card-button .add-to-basket {
    cursor: pointer;
}

.product-card-button .add-to-basket {
    border-radius: 40px;
}

.product-card-button .add-to-basket {
    border-style: none;
}

.product-card-button .add-to-basket {
    --tw-bg-opacity: 1;
    background-color: rgb(0 73 214 / var(--tw-bg-opacity));
}

.product-card-button .add-to-basket {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.product-card-button .add-to-basket {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.product-card-button .add-to-basket {
    transition-duration: 200ms;
}

.product-card-button .add-to-basket {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
    .product-card-button .add-to-basket {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .product-card-button .add-to-basket {
        bottom: -8.125%;
    }
}

@media (min-width: 1024px) {
    .product-card-button .add-to-basket {
        width: 56.78%;
    }
}

.product-card-button .add-to-basket:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 73 214 / var(--tw-bg-opacity));
}

.product-card-button .add-to-basket:disabled {
    cursor: not-allowed;
}

.product-card-button .add-to-basket:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(153 182 239 / var(--tw-bg-opacity));
}

.product-card-button .with-quantity-actions {
    position: absolute;
}

.product-card-button .with-quantity-actions {
    display: flex;
}

.product-card-button .with-quantity-actions {
    height: 48px;
}

.product-card-button .with-quantity-actions {
    width: 40.74vw;
}

.product-card-button .with-quantity-actions {
    cursor: pointer;
}

.product-card-button .with-quantity-actions {
    align-items: center;
}

.product-card-button .with-quantity-actions {
    justify-content: space-between;
}

.product-card-button .with-quantity-actions {
    border-radius: 40px;
}

.product-card-button .with-quantity-actions {
    border-style: none;
}

.product-card-button .with-quantity-actions {
    --tw-bg-opacity: 1;
    background-color: rgb(0 73 214 / var(--tw-bg-opacity));
}

.product-card-button .with-quantity-actions {
    font-size: 3.8vw;
}

.product-card-button .with-quantity-actions {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.product-card-button .with-quantity-actions {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.product-card-button .with-quantity-actions {
    transition-duration: 200ms;
}

.product-card-button .with-quantity-actions {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
    .product-card-button .with-quantity-actions {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .product-card-button .with-quantity-actions {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1024px) {
    .product-card-button .with-quantity-actions {
        bottom: -8.125%;
    }
}

@media (min-width: 1024px) {
    .product-card-button .with-quantity-actions {
        width: 56.78%;
    }
}

@media (min-width: 1024px) {
    .product-card-button .with-quantity-actions {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

.product-card-button .with-quantity-actions .plus-button,
.product-card-button .with-quantity-actions .minus-button {
    aspect-ratio: 1 / 1;
}

.product-card-button .with-quantity-actions .plus-button,
.product-card-button .with-quantity-actions .minus-button {
    height: 100%;
}

.product-card-button .with-quantity-actions .plus-button,
.product-card-button .with-quantity-actions .minus-button {
    border-radius: 9999px;
}

.product-card-button .with-quantity-actions .plus-button,
.product-card-button .with-quantity-actions .minus-button {
    --tw-bg-opacity: 1;
    background-color: rgb(0 73 214 / var(--tw-bg-opacity));
}

.product-card-button .with-quantity-actions .plus-button,
.product-card-button .with-quantity-actions .minus-button {
    font-family: iransSansxFanumBold;
}

    .product-card-button .with-quantity-actions .plus-button:disabled,
    .product-card-button .with-quantity-actions .minus-button:disabled {
        cursor: not-allowed;
    }

    .product-card-button .with-quantity-actions .plus-button:disabled,
    .product-card-button .with-quantity-actions .minus-button:disabled {
        --tw-bg-opacity: 1;
        background-color: rgb(153 182 239 / var(--tw-bg-opacity));
    }

    .product-card-button .with-quantity-actions .minus-button span {
        display: block;
    }

    .product-card-button .with-quantity-actions .minus-button span {
        height: -moz-fit-content;
        height: fit-content;
    }

    .product-card-button .with-quantity-actions .minus-button span {
        line-height: 1px;
    }

@media (min-width: 1024px) {
    .product-card-button .with-quantity-actions .minus-button span {
        margin-bottom: 11px;
    }
}

@media not all and (min-width: 1024px) {
    .product-card-button .with-quantity-actions .minus-button .minus-desktop-span {
        display: none;
    }
}

.product-card-button .with-quantity-actions .minus-button .minus-mobile-span {
    font-size: 1.5rem;
    line-height: 2rem;
}

@media (min-width: 1024px) {
    .product-card-button .with-quantity-actions .minus-button .minus-mobile-span {
        display: none;
    }
}

.product-card-button .with-quantity-actions .plus-button span {
    display: block;
}

.product-card-button .with-quantity-actions .plus-button span {
    height: -moz-fit-content;
    height: fit-content;
}

.product-card-button .with-quantity-actions .plus-button span {
    line-height: 1px;
}

@media not all and (min-width: 768px) {
    .product-card-button .with-quantity-actions .plus-button span {
        margin-top: 0.51vw;
    }
}

@media (min-width: 768px) {
    .product-card-button .with-quantity-actions .plus-button span {
        margin-top: 2px;
    }
}

.product-card-button .with-quantity-actions .ordered-count {
    text-align: center;
}

.product-card-button .with-quantity-actions .ordered-count {
    vertical-align: middle;
}

.product-card-button .with-quantity-actions .ordered-count {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.product-card-button .with-quantity-actions .ordered-count {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media not all and (min-width: 768px) {
    .product-card-button .with-quantity-actions .ordered-count {
        width: 8vw;
    }
}

#product-introduction #product-content {
    margin-top: 2.82vw;
}

@media not all and (min-width: 1024px) {
    #product-introduction #product-content {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

@media not all and (min-width: 768px) {
    #product-introduction #product-content {
        font-size: 2.56vw;
    }
}

@media (min-width: 768px) {
    #product-introduction #product-content {
        margin-top: 2.75rem;
    }
}

#product-comments {
    margin-top: 30.51vw;
}

@media (min-width: 1024px) {
    #product-comments {
        margin-top: 106px;
    }
}

#product-comments .pr-cm-user-avatar {
    display: flex;
}

#product-comments .pr-cm-user-avatar {
    aspect-ratio: 1 / 1;
}

#product-comments .pr-cm-user-avatar {
    width: 50px;
}

#product-comments .pr-cm-user-avatar {
    align-items: center;
}

#product-comments .pr-cm-user-avatar {
    justify-content: center;
}

#product-comments .pr-cm-user-avatar {
    border-radius: 9999px;
}

#product-comments .pr-cm-user-avatar {
    --tw-bg-opacity: 1;
    background-color: rgb(0 73 214 / var(--tw-bg-opacity));
}

#product-comments input {
    position: relative;
}

#product-comments input {
    display: flex;
}

#product-comments input {
    height: 50px;
}

#product-comments input {
    width: 100%;
}

#product-comments input {
    align-items: center;
}

#product-comments input {
    border-radius: 50px;
}

#product-comments input {
    border-width: 2px;
}

#product-comments input {
    --tw-border-opacity: 1;
    border-color: rgb(153 182 239 / var(--tw-border-opacity));
}

#product-comments input {
    font-size: 3.05vw;
}

@media (min-width: 768px) {
    #product-comments input {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

@media (min-width: 1024px) {
    #product-comments input {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

#product-comments .comment-box {
    position: relative;
}

#product-comments .comment-box {
    float: inline-end;
}

#product-comments .comment-box {
    margin-bottom: 1rem;
}

#product-comments .comment-box {
    align-items: center;
}

#product-comments .comment-box {
    border-radius: 70px;
}

#product-comments .comment-box {
    border-width: 2px;
}

#product-comments .comment-box {
    --tw-border-opacity: 1;
    border-color: rgb(153 182 239 / var(--tw-border-opacity));
}

#product-comments .comment-box {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}

#product-comments .comment-box {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

/*#product-comments .comment-box {
    font-size: 2.05vw;
}

#product-comments .comment-box {
    line-height: 2.5rem;
}*/

@media (min-width: 768px) {
    #product-comments .comment-box {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

@media (min-width: 1024px) {
    #product-comments .comment-box {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

#product-comments .user-comment {
    width: 100%;
}

#product-comments .reply-comment {
    width: 92.31%;
}

#product-comments .reply-comment {
    --tw-bg-opacity: 1;
    background-color: rgb(230 237 251 / var(--tw-bg-opacity));
}

#product-comments .user-name {
    --tw-text-opacity: 1;
    color: rgb(0 73 214 / var(--tw-text-opacity));
}

#product-comments .comment-text {
    --tw-text-opacity: 1;
    color: rgb(125 118 120 / var(--tw-text-opacity));
}

.product-section-title {
    font-size: 2.56vw;
}

@media (min-width: 768px) {
    .product-section-title {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

@media (min-width: 1024px) {
    .product-section-title {
        font-size: 32px;
        font-weight: 700;
    }
}

#mobile-pr-buy-bt {
    position: absolute;
    right: 0px;
    margin-top: 5.12vw;
    display: flex;
    height: 15.38vw;
    width: 100vw;
    align-items: center;
    justify-content: center;
    padding-left: 6vw;
    padding-right: 6vw;
    --tw-shadow: 2px 2px 10px 0px rgba(80, 80, 80, 0.15);
    --tw-shadow-colored: 2px 2px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1024px) {
    #mobile-pr-buy-bt {
        display: none;
    }
}

#mobile-pr-buy-bt #mobile-pr-buy-bt-inner {
    display: flex;
}

#mobile-pr-buy-bt #mobile-pr-buy-bt-inner {
    align-items: center;
}

#mobile-pr-buy-bt #mobile-pr-buy-bt-inner {
    justify-content: space-between;
}

    #mobile-pr-buy-bt #mobile-pr-buy-bt-inner #price-info {
        display: inline-flex;
    }

    #mobile-pr-buy-bt #mobile-pr-buy-bt-inner #price-info {
        justify-content: center;
    }

    #mobile-pr-buy-bt #mobile-pr-buy-bt-inner #price-info {
        gap: 0.5rem;
    }

    #mobile-pr-buy-bt #mobile-pr-buy-bt-inner #price-info {
        font-size: 3.07vw;
    }

    #mobile-pr-buy-bt #mobile-pr-buy-bt-inner #price-info {
        --tw-text-opacity: 1;
        color: rgb(125 118 120 / var(--tw-text-opacity));
    }

@media (min-width: 768px) {
    #mobile-pr-buy-bt #mobile-pr-buy-bt-inner #price-info {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

#mobile-pr-buy-bt #mobile-pr-buy-bt-inner #price-info .price-amount {
    vertical-align: middle;
}

#mobile-pr-buy-bt #mobile-pr-buy-bt-inner #price-info .price-amount {
    font-size: 5.12vw;
}

#mobile-pr-buy-bt #mobile-pr-buy-bt-inner #price-info .price-amount {
    --tw-text-opacity: 1;
    color: rgb(0 73 214 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    #mobile-pr-buy-bt #mobile-pr-buy-bt-inner #price-info .price-amount {
        font-size: 32px;
    }
}

.main-header {
    background-image: url('../images/slider.svg');
    background-size: cover;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
}

@media (min-width: 768px) {
    .main-header {
        padding-top: 6rem;
        padding-bottom: 7rem;
    }

    .article-cover h1 {
        font-size: 3rem;
    }
}

.main-header .service-form {
    position: relative;
    margin-top: 4rem;
    border-radius: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.75rem;
    padding-bottom: 1rem;
}

@media (min-width: 768px) {
    .main-header .service-form {
        margin-top: 8rem;
        border-radius: 9999px;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.customer-comments {
    margin-top: 8rem;
    background-image: url('../images/bg-customer-comments-section.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.float-left {
    float: left;
}

@media (min-width: 768px) {
    .customer-comments {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

/* floating buttons*/

@keyframes come-in {
    0% {
        transform: translatey(100px);
        opacity: 0;
    }

    30% {
        transform: translateX(-50px) scale(0.4);
    }

    70% {
        transform: translateX(0px) scale(1.2);
    }

    100% {
        transform: translatey(0px) scale(1);
        opacity: 1;
    }
}

.floating-container, .floating-container-min {
    position: fixed;
    width: 100%;
    height: 100px;
    bottom: 0;
    right: 0;
}

    .floating-container:hover {
        height: 300px;
    }

        .floating-container:hover .floating-button {
            box-shadow: 0 10px 25px rgba(44, 179, 240, 0.6);
            transform: translatey(5px);
            transition: all 0.3s;
        }

        .floating-container:hover .element-container .float-element:nth-child(1) {
            animation: come-in 0.4s forwards 0.2s;
        }

        .floating-container:hover .element-container .float-element:nth-child(2) {
            animation: come-in 0.4s forwards 0.4s;
        }

        .floating-container:hover .element-container .float-element:nth-child(3) {
            animation: come-in 0.4s forwards 0.6s;
        }

    .floating-container .floating-button, .floating-container-min .floating-button {
        position: absolute;
        width: 100%;
        height: 65px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        color: white;
        line-height: 65px;
        text-align: center;
        font-size: 23px;
        z-index: 100;
        box-shadow: 0 10px 25px -5px rgba(44, 179, 240, 0.6);
        cursor: pointer;
        transition: all 0.3s;
        display: flex;
        justify-content: space-around;
    }

        .floating-container .floating-button svg, .floating-container-min .floating-button svg {
            margin-right: 10px;
            margin-top: 20px;
        }

    .floating-container .float-element, .floating-container-min .float-element {
        position: relative;
        display: block;
        border-radius: 30px;
        width: 140px;
        height: 50px;
        margin: 15px auto;
        color: white;
        font-weight: 500;
        text-align: center;
        line-height: 50px;
        z-index: 0;
        opacity: 0;
        transform: translateY(100px);
    }

        .floating-container .float-element .material-icons {
            vertical-align: middle;
            font-size: 16px;
        }

        .floating-container .float-element:nth-child(1) {
            background: #42A5F5;
            box-shadow: 0 20px 20px -10px rgba(66, 165, 245, 0.5);
        }

        .floating-container .float-element:nth-child(2) {
            background: #4CAF50;
            box-shadow: 0 20px 20px -10px rgba(76, 175, 80, 0.5);
        }

        .floating-container .float-element:nth-child(3) {
            background: #FF9800;
            box-shadow: 0 20px 20px -10px rgba(255, 152, 0, 0.5);
        }

@keyframes colorChange {
    from {
        color: yellow;
    }

    to {
        color: red;
    }
}

.floating-container-min .floating-button t {
    color: yellow;
    animation-name: colorChange;
    animation-duration: 1s;
    animation-delay: 0.1s;
    animation-iteration-count: infinite;
}

/*test packages */

.test-package {
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border-radius: 25px;
}

    .test-package .test-header {
        font-size: 20px !important;
        color: #000000e6;
        font-weight: 700 !important;
        padding-bottom: 0.5rem !important;
        font-family: 'IRANYekan';
        font-style: normal;
    }

    .test-package .test-price {
        display: flex;
        align-items: center !important;
        justify-content: center !important;
    }

        .test-package .test-price .price {
            font-size: 400%;
            color: #0f6cf8;
            font-weight: 700 !important;
            margin-left: 0.25rem !important;
            margin-right: 0.25rem !important;
        }

        .test-package .test-price .test-price-desc {
            font-weight: 500 !important;
            font-size: 12px !important;
            color: #666666;
            margin-right: 0.5rem !important;
        }

    .test-package .test-desc {
        font-weight: 400;
        font-size: 14px !important;
        color: #666666 !important;
        margin-bottom: 0.5rem !important;
        text-align: center !important;
    }

    .test-package .test-items {
        font-size: 14px !important;
        font-weight: 400;
    }

        .test-package .test-items ul {
            text-align: justify !important;
            padding-right: 0 !important;
            list-style: none;
            margin-top: 0;
            margin-bottom: 1rem;
        }

            .test-package .test-items ul li {
                color: var(--color-secondary-text-dark) !important;
                background-image: url('../icons/tick_square.svg');
                background-position-x: right;
                background-position-y: top;
                background-repeat: no-repeat;
                padding-right: 30px;
                padding-bottom: 1px;
                margin-top: 13px;
            }

.margin-auto {
    margin: auto;
}

.hover\:border-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgb(0 73 214 / var(--tw-border-opacity));
}

.hover\:bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 73 214 / var(--tw-bg-opacity));
}

.hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgb(0 73 214 / var(--tw-text-opacity));
}

.group:hover .group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-white\/25 {
    background-color: rgb(255 255 255 / 0.25);
}

.group:hover .group-hover\:text-primary {
    --tw-text-opacity: 1;
    color: rgb(0 73 214 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.group:hover .group-hover\:shadow-3xl {
    --tw-shadow: 2px 2px 10px 0px rgba(80, 80, 80, 0.15);
    --tw-shadow-colored: 2px 2px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.required {
    border: none;
    border-bottom: 4px solid red !important;
    animation: shake 0.2s ease-in-out 0s 2;
}

.header-banner {
    width: 100%;
    height: auto;
    --tw-bg-opacity: 1;
    background-color: rgb(0 73 214 / var(--tw-bg-opacity));
    padding-bottom: 1px;
    text-align: center;
}

    .header-banner a {
        font-size: 13px;
        color: white;
        animation-name: headerBannerColorChange;
        animation-duration: 1s;
        animation-delay: 0.1s;
        animation-iteration-count: infinite;
        line-height: 40px;
    }

.justify-content-between {
    justify-content: space-between;
}

@keyframes headerBannerColorChange {
    from {
        color: white;
    }

    to {
        color: #89c210;
    }
}

@media not all and (min-width: 1024px) {
    .max-lg\:order-1 {
        order: 1;
    }

    .max-lg\:order-2 {
        order: 2;
    }

    .max-lg\:hidden {
        display: none;
    }

    .max-lg\:flex-col {
        flex-direction: column;
    }

    .max-lg\:px-\[5\.12vw\] {
        padding-left: 5.12vw;
        padding-right: 5.12vw;
    }
}

@media (max-width: 768px) {
    .floating-container-min .floating-button a {
        font-size: 14px;
        line-height: 30px;
    }
}

@media (min-width: 768px) {
    .md\:-bottom-3 {
        bottom: -0.75rem;
    }

    .md\:left-3 {
        left: 0.75rem;
    }

    .md\:left-3\.5 {
        left: 0.875rem;
    }

    .md\:right-0 {
        right: 0px;
    }

    .md\:right-14 {
        right: 3.5rem;
    }

    .md\:top-0 {
        top: 0px;
    }

    .md\:top-3 {
        top: 0.75rem;
    }

    .md\:top-3\.5 {
        top: 0.875rem;
    }

    .md\:order-1 {
        order: 1;
    }

    .md\:order-2 {
        order: 2;
    }

    .md\:order-3 {
        order: 3;
    }

    .md\:order-first {
        order: -9999;
    }

    .md\:order-last {
        order: 9999;
    }

    .md\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .md\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .md\:col-span-8 {
        grid-column: span 8 / span 8;
    }

    .md\:col-span-9 {
        grid-column: span 9 / span 9;
    }

    .md\:col-start-7 {
        grid-column-start: 7;
    }

    .md\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .md\:my-36 {
        margin-top: 9rem;
        margin-bottom: 9rem;
    }

    .md\:mb-24 {
        margin-bottom: 6rem;
    }

    .md\:mb-5 {
        margin-bottom: 1.25rem;
    }

    .md\:mb-6 {
        margin-bottom: 1.5rem;
    }

    .md\:mb-7 {
        margin-bottom: 1.75rem;
    }

    .md\:mt-0 {
        margin-top: 0px;
    }

    .md\:mt-14 {
        margin-top: 3.5rem;
    }

    .md\:mt-16 {
        margin-top: 4rem;
    }

    .md\:mt-28 {
        margin-top: 7rem;
    }

    .md\:mt-48 {
        margin-top: 12rem;
    }

    .md\:mt-5 {
        margin-top: 1.25rem;
    }

    .md\:mt-6 {
        margin-top: 1.5rem;
    }

    .md\:mt-8 {
        margin-top: 2rem;
    }

    .md\:block {
        display: block;
    }

    .md\:inline {
        display: inline;
    }

    .md\:flex {
        display: flex;
    }

    .md\:hidden {
        display: none;
    }

    .md\:h-2 {
        height: 0.5rem;
    }

    .md\:h-2\.5 {
        height: 0.625rem;
    }

    .md\:h-6 {
        height: 1.5rem;
    }

    .md\:h-full {
        height: 100%;
    }

    .md\:max-h-14 {
        max-height: 3.5rem;
    }

    .md\:max-h-\[456px\] {
        max-height: 456px;
    }

    .md\:max-h-\[640px\] {
        max-height: 640px;
    }

    .md\:w-1 {
        width: 0.25rem;
    }

    .md\:w-1\.5 {
        width: 0.375rem;
    }

    .md\:w-10 {
        width: 2.5rem;
    }

    .md\:w-36 {
        width: 9rem;
    }

    .md\:w-6 {
        width: 1.5rem;
    }

    .md\:w-\[30\%\] {
        width: 30%;
    }

    .md\:w-\[48\%\] {
        width: 48%;
    }

    .md\:w-fit {
        width: -moz-fit-content;
        width: fit-content;
    }

    .md\:min-w-28 {
        min-width: 7rem;
    }

    .md\:max-w-14 {
        max-width: 3.5rem;
    }

    .md\:max-w-20 {
        max-width: 5rem;
    }

    .md\:max-w-28 {
        max-width: 7rem;
    }

    .md\:max-w-\[87ch\] {
        max-width: 87ch;
    }

    .md\:max-w-\[970px\] {
        max-width: 970px;
    }

    .md\:max-w-full {
        max-width: 100%;
    }

    .md\:translate-y-40 {
        --tw-translate-y: 10rem;
        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));
    }

    .md\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .md\:flex-col {
        flex-direction: column;
    }

    .md\:place-items-start {
        place-items: start;
    }

    .md\:items-start {
        align-items: flex-start;
    }

    .md\:items-end {
        align-items: flex-end;
    }

    .md\:justify-start {
        justify-content: flex-start;
    }

    .md\:justify-between {
        justify-content: space-between;
    }

    .md\:gap-28 {
        gap: 7rem;
    }

    .md\:gap-6 {
        gap: 1.5rem;
    }

    .md\:gap-7 {
        gap: 1.75rem;
    }

    .md\:gap-8 {
        gap: 2rem;
    }

    .md\:gap-x-20 {
        -moz-column-gap: 5rem;
        column-gap: 5rem;
    }

    .md\:gap-x-24 {
        -moz-column-gap: 6rem;
        column-gap: 6rem;
    }

    .md\:rounded-\[20px\] {
        border-radius: 20px;
    }

    .md\:rounded-\[50px\] {
        border-radius: 50px;
    }

    .md\:rounded-\[65px\] {
        border-radius: 65px;
    }

    .md\:border-b-2 {
        border-bottom-width: 2px;
    }

    .md\:border-primary {
        --tw-border-opacity: 1;
        border-color: rgb(0 73 214 / var(--tw-border-opacity));
    }

    .md\:p-6 {
        padding: 1.5rem;
    }

    .md\:p-7 {
        padding: 1.75rem;
    }

    .md\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .md\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .md\:px-2\.5 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }

    .md\:px-28 {
        padding-left: 7rem;
        padding-right: 7rem;
    }

    .md\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .md\:px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

    .md\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .md\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .md\:py-\[23px\] {
        padding-top: 23px;
        padding-bottom: 23px;
    }

    .md\:py-\[42px\] {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .md\:pb-0 {
        padding-bottom: 0px;
    }

    .md\:pb-14 {
        padding-bottom: 3.5rem;
    }

    .md\:pb-\[22px\] {
        padding-bottom: 22px;
    }

    .md\:pl-0 {
        padding-left: 0px;
    }

    .md\:pl-20 {
        padding-left: 5rem;
    }

    .md\:pt-0 {
        padding-top: 0px;
    }

    .md\:pt-4 {
        padding-top: 1rem;
    }

    .md\:pt-5 {
        padding-top: 1.25rem;
    }

    .md\:pt-8 {
        padding-top: 2rem;
    }

    .md\:text-right {
        text-align: right;
    }

    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .md\:text-\[32px\] {
        font-size: 32px;
    }

    .md\:text-\[40px\] {
        font-size: 40px;
    }

    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .md\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .md\:text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }

    .md\:leading-10 {
        line-height: 2.5rem;
    }

    .md\:leading-7 {
        line-height: 1.75rem;
    }

    .md\:leading-9 {
        line-height: 2.25rem;
    }

    .md\:leading-\[80px\] {
        line-height: 80px;
    }

    .md\:shadow-3xl {
        --tw-shadow: 2px 2px 10px 0px rgba(80, 80, 80, 0.15);
        --tw-shadow-colored: 2px 2px 10px 0px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
}

@media (min-width: 1024px) {
    .lg\:-bottom-28 {
        bottom: -7rem;
    }

    .lg\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .lg\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .lg\:col-span-6 {
        grid-column: span 6 / span 6;
    }

    .lg\:col-span-8 {
        grid-column: span 8 / span 8;
    }

    .lg\:col-span-9 {
        grid-column: span 9 / span 9;
    }

    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .lg\:block {
        display: block;
    }

    .lg\:inline-block {
        display: inline-block;
    }

    .lg\:grid {
        display: grid;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:pb-48 {
        padding-bottom: 12rem;
    }

    .lg\:pt-36 {
        padding-top: 9rem;
    }

    .lg\:\[transform\:rotateY\(0deg\)\] {
        transform: rotateY(0deg);
    }

    .lg\:w-\[30\%\] {
        width: 30%;
    }

    .lg\:w-\[48\%\] {
        width: 48%;
    }

    .lg\:col-span-9 {
        grid-column: span 9 / span 9;
    }

    .lg\:order-0 {
        order: 0;
    }
}

@media (min-width: 1536px) {
    .\32xl\:right-1\/2 {
        right: 50%;
    }
}

.article .service-banner {
    width: 100%;
    min-height: 250px;
}

.service-items-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.service-item {
    flex: 0 0 calc(33.33% - 20px);
    box-sizing: border-box;
    margin-bottom: 20px;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

    .service-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

@media (max-width: 768px) {
    .service-item {
        flex: 0 0 100%;
    }
}