/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

body{
    width: 100% !important;
    overflow-x: hidden;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

:root {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
    margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
    font-family:
            system-ui,
            -apple-system, /* Firefox supports this but not yet `system-ui` */
            'Segoe UI',
            Roboto,
            Helvetica,
            Arial,
            sans-serif,
            'Apple Color Emoji',
            'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
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)
*/

hr {
    height: 0; /* 1 */
    color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

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

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

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

b,
strong {
    font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

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

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

small {
    font-size: 80%;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
Tabular data
============
*/

/**
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)
*/

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

/*
Forms
=====
*/

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

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

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

button,
select { /* 1 */
    text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'] {
    -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

/**
Restore the focus styles unset by the previous rule.
*/

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
    padding: 0;
}

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

progress {
    vertical-align: baseline;
}

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

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

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

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

/*
Interactive
===========
*/

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

summary {
    display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
    background-color: transparent;
    background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
    margin: 0;
    padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
    font-family: tahoma, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
    line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
    font-family: inherit;
    line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    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 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
    border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
    border-style: solid;
}

textarea {
    resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
    color: #9ca3af;
}

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

table {
    border-collapse: collapse;
}

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

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

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

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

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

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

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

.container {
    width: 100%;
}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}

@font-face {
    font-family: IRANSans;

    font-style: normal;

    font-weight: bold;

    src: url('./fonts/eot/IRANSansWeb_Bold.eot');

    src: url('./fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('./fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('./fonts/woff/IRANSansWeb_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('./fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;

    font-style: normal;

    font-weight: 500;

    src: url('./fonts/eot/IRANSansWeb_Medium.eot');

    src: url('./fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('./fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('./fonts/woff/IRANSansWeb_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('./fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;

    font-style: normal;

    font-weight: 300;

    src: url('./fonts/eot/IRANSansWeb_Light.eot');

    src: url('./fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('./fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('./fonts/woff/IRANSansWeb_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('./fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;

    font-style: normal;

    font-weight: 200;

    src: url('./fonts/eot/IRANSansWeb_UltraLight.eot');

    src: url('./fonts/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('./fonts/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('./fonts/woff/IRANSansWeb_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('./fonts/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;

    font-style: normal;

    font-weight: normal;

    src: url('./fonts/eot/IRANSansWeb.eot');

    src: url('./fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('./fonts/woff2/IRANSansWeb.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('./fonts/woff/IRANSansWeb.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('./fonts/ttf/IRANSansWeb.ttf') format('truetype');
}

@font-face {
    font-family: 'yekan';

    src: url('./fonts/Yekan-modified.eot');

    src: url('./fonts/Yekan-modified.eot#iefix') format('embedded-opentype'),
    url('./fonts/Yekan-modified.woff') format('woff'),
    url('./fonts/Yekan-modified.ttf') format('truetype'),
    url('./fonts/Yekan-modified.svg#CartoGothicStdBook') format('svg');

    font-weight: normal;

    font-style: normal;
}

@font-face {
    font-family: IRANSansFaNum;

    font-style: normal;

    font-weight: 400;

    src: url('./fonts/farsinum/eot/IRANSansWeb_Light.eot');

    src: url('./fonts/farsinum/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('./fonts/farsinum/woff2/IRANSansWeb_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('./fonts/farsinum/woff/IRANSansWeb_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('./fonts/farsinum/ttf/IRANSansWeb_Light.ttf') format('truetype');
}

/* Myriad font */

@font-face {
    font-family: 'Myriad Pro';

    src: url('fonts/myriad-pro/MyriadPro-Regular.eot');

    src: local('Myriad Pro Regular'), local('MyriadPro-Regular'),
    url('fonts/myriad-pro/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/myriad-pro/MyriadPro-Regular.woff2') format('woff2'),
    url('fonts/myriad-pro/MyriadPro-Regular.woff') format('woff');

    font-weight: normal;

    font-style: normal;

    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';

    src: url('fonts/myriad-pro/MyriadPro-Semibold.eot');

    src: local('Myriad Pro Semibold'), local('MyriadPro-Semibold'),
    url('fonts/myriad-pro/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),
    url('fonts/myriad-pro/MyriadPro-Semibold.woff2') format('woff2'),
    url('fonts/myriad-pro/MyriadPro-Semibold.woff') format('woff');

    font-weight: 600;

    font-style: normal;

    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';

    src: url('fonts/myriad-pro/MyriadPro-Cond.eot');

    src: local('Myriad Pro Condensed'), local('MyriadPro-Cond'),
    url('fonts/myriad-pro/MyriadPro-Cond.eot?#iefix') format('embedded-opentype'),
    url('fonts/myriad-pro/MyriadPro-Cond.woff2') format('woff2'),
    url('fonts/myriad-pro/MyriadPro-Cond.woff') format('woff');

    font-weight: normal;

    font-style: normal;

    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';

    src: url('fonts/myriad-pro/MyriadPro-BoldCond.eot');

    src: local('Myriad Pro Bold Condensed'), local('MyriadPro-BoldCond'),
    url('fonts/myriad-pro/MyriadPro-BoldCond.eot?#iefix') format('embedded-opentype'),
    url('fonts/myriad-pro/MyriadPro-BoldCond.woff2') format('woff2'),
    url('fonts/myriad-pro/MyriadPro-BoldCond.woff') format('woff');

    font-weight: bold;

    font-style: normal;

    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';

    src: url('fonts/myriad-pro/MyriadPro-Bold.eot');

    src: local('Myriad Pro Bold'), local('MyriadPro-Bold'),
    url('fonts/myriad-pro/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/myriad-pro/MyriadPro-Bold.woff2') format('woff2'),
    url('fonts/myriad-pro/MyriadPro-Bold.woff') format('woff');

    font-weight: bold;

    font-style: normal;

    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';

    src: url('fonts/myriad-pro/MyriadPro-BoldCondIt.eot');

    src: local('Myriad Pro Bold Condensed Italic'), local('MyriadPro-BoldCondIt'),
    url('fonts/myriad-pro/MyriadPro-BoldCondIt.eot?#iefix') format('embedded-opentype'),
    url('fonts/myriad-pro/MyriadPro-BoldCondIt.woff2') format('woff2'),
    url('fonts/myriad-pro/MyriadPro-BoldCondIt.woff') format('woff');

    font-weight: bold;

    font-style: italic;

    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';

    src: url('fonts/myriad-pro/MyriadPro-BoldIt.eot');

    src: local('Myriad Pro Bold Italic'), local('MyriadPro-BoldIt'),
    url('fonts/myriad-pro/MyriadPro-BoldIt.eot?#iefix') format('embedded-opentype'),
    url('fonts/myriad-pro/MyriadPro-BoldIt.woff2') format('woff2'),
    url('fonts/myriad-pro/MyriadPro-BoldIt.woff') format('woff');

    font-weight: bold;

    font-style: italic;

    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';

    src: url('fonts/myriad-pro/MyriadPro-CondIt.eot');

    src: local('Myriad Pro Condensed Italic'), local('MyriadPro-CondIt'),
    url('fonts/myriad-pro/MyriadPro-CondIt.eot?#iefix') format('embedded-opentype'),
    url('fonts/myriad-pro/MyriadPro-CondIt.woff2') format('woff2'),
    url('fonts/myriad-pro/MyriadPro-CondIt.woff') format('woff');

    font-weight: normal;

    font-style: italic;

    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';

    src: url('fonts/myriad-pro/MyriadPro-Regular.eot');

    src: local('Myriad Pro Regular'), local('MyriadPro-Regular'),
    url('fonts/myriad-pro/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/myriad-pro/MyriadPro-Regular.woff2') format('woff2'),
    url('fonts/myriad-pro/MyriadPro-Regular.woff') format('woff');

    font-weight: normal;

    font-style: normal;

    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';

    src: url('fonts/myriad-pro/MyriadPro-SemiboldIt.eot');

    src: local('Myriad Pro Semibold Italic'), local('MyriadPro-SemiboldIt'),
    url('fonts/myriad-pro/MyriadPro-SemiboldIt.eot?#iefix') format('embedded-opentype'),
    url('fonts/myriad-pro/MyriadPro-SemiboldIt.woff2') format('woff2'),
    url('fonts/myriad-pro/MyriadPro-SemiboldIt.woff') format('woff');

    font-weight: 600;

    font-style: italic;

    font-display: swap;
}

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

.nav-item {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.nav-item:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.nav-item {
    border-style: none;
}

.nav-item:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
}

.nav-item {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 500ms;
}

.overlay {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    height: 100%;
    opacity: 0.4;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 500ms;
}

.slider-area {
    height: calc(100vh - 5rem);
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size:30px;
}

.tooltip {
    cursor: pointer;
}

.tooltip .tooltip-text {
    background: #fff;
    color: #222;
    visibility: hidden;
    display: none;
    border-radius: 5px;
    padding: 2px 6px;
    position: absolute;
    margin-right: 10px;
    z-index: 100;
}

.tooltip:hover .tooltip-text,
.tooltip:focus .tooltip-text {
    visibility: visible;
    display: inline-block;
}

[x-cloak] { display: none;
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.bg-red-pale {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 55, 63, var(--tw-bg-opacity));
}

.bg-green-pale {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 152, 141, var(--tw-bg-opacity));
}

.bg-orange {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 144, 34, var(--tw-bg-opacity));
}

.bg-gold-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 180, 116, var(--tw-bg-opacity));
}

.bg-olive {
    --tw-bg-opacity: 1;
    background-color: rgba(70, 76, 38, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.bg-header {
    background-image: url('img/backgrounds/header-2.jpg');
}

.bg-header-en {
    background-image: url('img/backgrounds/header-en.jpg');
}

.bg-main-1 {
    background-color: #A71E22;
}

.bg-main-1-en {
    background-image: url('img/backgrounds/damavand.jpg');
}


.bg-main-2 {
    background-image: url('img/backgrounds/main-2.jpg');
}

.bg-main-3 {
    background-image: url('img/backgrounds/main-3.jpg');
}

.bg-main-4 {
    background-image: url('img/backgrounds/main-4.jpg');
}

.bg-main-6 {
    background-image: url('img/backgrounds/main-6.jpg');
}

.bg-main-7 {
    background-image: url('img/backgrounds/main-7.jpg');
}

.bg-opacity-20 {
    --tw-bg-opacity: 0.2;
}


.bg-center {
    background-position: center;
}

.bg-right-top {
    background-position: right top;
}

.bg-cover {
    background-size: cover;
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-full {
    border-radius: 9999px;
}

.border {
    border-width: 1px;
}

.border-b-2 {
    border-bottom-width: 2px;
}

.border-l-2 {
    border-left-width: 2px;
}

.border-b-4 {
    border-bottom-width: 4px;
}

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

.cursor-default {
    cursor: default;
}

.cursor-pointer {
    cursor: pointer;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.flex {
    display: flex;
}

.table {
    display: table;
}

.hidden {
    display: none;
}

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

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

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

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

.items-start {
    align-items: flex-start;
}

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

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

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

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

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

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

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

.flex-1 {
    flex: 1 1 0%;
}

.font-iranSans {
    font-family: iranSans, yekan, tahoma;
}

.font-Myriad {
    font-family: "Myriad Pro", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-light {
    font-weight: 300;
}

.font-normal {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-bold {
    font-weight: 700;
}

.h-10 {
    height: 2.5rem;
}

.h-12 {
    height: 3rem;
}

.h-80 {
    height: 20rem;
}

.h-96 {
    height: 24rem;
}

.h-128 {
    height: 32rem;
}

.h-144 {
    height: 36rem;
}

.h-168 {
    height: 42rem;
}

.h-auto {
    height: auto;
}

.h-1\/2 {
    height: 50%;
}

.h-1\/5 {
    height: 20%;
}

.h-4\/5 {
    height: 80%;
}

.h-full {
    height: 100%;
}

.h-screen {
    height: 100vh;
}

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

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

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

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

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

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

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.text-5xl {
    font-size: 3rem;
    line-height: 1;
}

.leading-5 {
    line-height: 1.25rem;
}

.leading-6 {
    line-height: 1.5rem;
}

.leading-normal {
    line-height: 1.5;
}

.leading-relaxed {
    line-height: 1.625;
}

.leading-loose {
    line-height: 2;
}

.mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}

.mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.mt-16 {
    margin-top: 4rem;
}

.mb-24 {
    margin-bottom: 6rem;
}

.max-w-screen-3xl {
    max-width: 2144px;
}

.opacity-30 {
    opacity: 0.3;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-60 {
    opacity: 0.6;
}

.opacity-70 {
    opacity: 0.7;
}

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

.overflow-hidden {
    overflow: hidden;
}

.p-1 {
    padding: 0.25rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-5 {
    padding: 1.25rem;
}

.p-6 {
    padding: 1.5rem;
}

.p-10 {
    padding: 2.5rem;
}

.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.pt-3 {
    padding-top: 0.75rem;
}

.pb-4 {
    padding-bottom: 1rem;
}

.pt-5 {
    padding-top: 1.25rem;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.inset-y-0 {
    top: 0px;
    bottom: 0px;
}

.right-0 {
    right: 0px;
}

.left-0 {
    left: 0px;
}

.top-5 {
    top: 1.25rem;
}

.right-10 {
    right: 2.5rem;
}

.right-20 {
    right: 5rem;
}

.left-20 {
    left: 5rem;
}

.top-56 {
    top: 14rem;
}

.-bottom-3 {
    bottom: -0.75rem;
}

.resize {
    resize: both;
}

* {
    --tw-shadow: 0 0 #0000;
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

* {
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
}

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

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

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

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

.text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
}

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

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
}

.uppercase {
    text-transform: uppercase;
}

.visible {
    visibility: visible;
}

.w-8 {
    width: 2rem;
}

.w-12 {
    width: 3rem;
}

.w-16 {
    width: 4rem;
}

.w-20 {
    width: 5rem;
}

.w-48 {
    width: 12rem;
}

.w-56 {
    width: 14rem;
}

.w-80 {
    width: 20rem;
}

.w-1\/2 {
    width: 50%;
}

.w-1\/4 {
    width: 25%;
}

.w-3\/4 {
    width: 75%;
}

.w-full {
    width: 100%;
}

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

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

.transform {
    --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;
    transform: translateX(var(--tw-translate-x)) translateY(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));
}

.hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
}

.translate-x-1\/2 {
    --tw-translate-x: 50%;
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%;
}

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

.duration-300 {
    transition-duration: 300ms;
}

.duration-500 {
    transition-duration: 500ms;
}

.ecosystem-care{
    width: 80%;
    margin-left: 10%;
    height: 100%;
    display:flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-evenly;
}

.ecosystem{
    overflow-y: hidden;
}
.content{
    position: absolute !important;
    top: 100%;
    display: block;
    height:400px;
    width: 100%;
    background-color: rgba(34, 34, 34, .5);
}
.content .title{
    color: white;
    text-align: center;
    font-size: 25px;
    padding-top: 35px;
}
.content .text{
    color: white;
    font-size: 12px;
    line-height: 13px;
    padding: 0 20px;
}
.content .list{
    color: white;
    font-size: 10px;
    padding-right: 40px;
    padding-top: 20px;
    list-style: circle;
}
.content .footer {
    color: white;
    font-size: 17px;
    margin-top: 20px;
    padding-right: 20px;
}

.ecosystem-content-container{
    height: 400px;
    display: block;
}

.ecosystem-care{
    position: absolute;
    top: 0;
}
.ecosystem-care image{
    cursor: pointer;
    z-index: 10;
    transition: all .2s;
}

.ecosystem-care svg:hover image {
    transform: translateY(-100px);
}

.bg-main-damavand{
    background-image: url('https://amadehlaziz.com/img/backgrounds/damavand.jpg');
    background-size:cover;
    background-position: center;
}
.bg-main-flamingo{
    background-image: url('https://amadehlaziz.com/img/backgrounds/flamingo.jpg');
    background-size: cover;
    background-position: center;
}
.bg-main-panther{
    background-image: url('https://amadehlaziz.com/img/backgrounds/panther.jpg');
    background-size: cover;
    background-position: center;
}
.bg-main-eco-bag{
    background-image: url('https://amadehlaziz.com/img/backgrounds/eccobag.jpg');
    background-size: cover;
    background-position: center;
}
.bg-main-hezar-jarib{
    background-image: url('https://amadehlaziz.com/img/backgrounds/hezarjarib.jpg');
    background-size: cover;
    background-position: center;
}

.go-back-container{
    width: 100%;
    display: flex;
    justify-content: center;
}
.go-back{
    background-color: #a71e22;
    color: white;
    padding: 10px 30px;
    border-radius: 10px;
    position: absolute;
    bottom: 20px;
    /*border: 2px solid #a71e22;*/
    transition: all .2s;
    outline: none !important;
}

.go-back:hover{
    background-color: #DC2626 !important;
    /*transform: scale(1.2);*/

}

.mt-container{
    display:grid; background-color: #A71E22; width: 100px; height: 400px;
}

.duration-700 {
    transition-duration: 700ms;
}

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

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

@-webkit-keyframes ping {
    75%, 100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes ping {
    75%, 100% {
        transform: scale(2);
        opacity: 0;
    }
}

@-webkit-keyframes pulse {
    50% {
        opacity: .5;
    }
}

@keyframes pulse {
    50% {
        opacity: .5;
    }
}

@-webkit-keyframes bounce {
    0%, 100% {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
        animation-timing-function: cubic-bezier(0.8,0,1,1);
    }

    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
        animation-timing-function: cubic-bezier(0,0,0.2,1);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
        animation-timing-function: cubic-bezier(0.8,0,1,1);
    }

    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
        animation-timing-function: cubic-bezier(0,0,0.2,1);
    }
}
.text{
    text-align: justify !important;
}
.mt-icon{
    align-self: center; width: 80px; height: 80px; margin: 0 auto
}
@media screen and (max-width: 500px){

    .bg-main-damavand{
        background-image: url('https://amadehlaziz.com/img/backgrounds/damavand2.jpg');
        background-size:cover;
        background-position: center;
    }
    .bg-main-flamingo{
        background-image: url('https://amadehlaziz.com/img/backgrounds/flamingo2.jpg');
        background-size: cover;
        background-position: center;
    }
    .bg-main-panther{
        background-image: url('https://amadehlaziz.com/img/backgrounds/panther2.jpg');
        background-size: cover;
        background-position: center;
    }
    .bg-main-eco-bag{
        background-image: url('https://amadehlaziz.com/img/backgrounds/eccobag2.jpg');
        background-size: cover;
        background-position: center;
    }
    .bg-main-hezar-jarib{
        background-image: url('https://amadehlaziz.com/img/backgrounds/hezarjarib2.jpg');
        background-size: cover;
        background-position: center;
    }

    .mt-icon{
        width: 50px !important;
        height: 50px !important;
    }
    #flamingo{
        margin-bottom: 100px !important;
    }
    .mt-container,.ecosystem,.content,.ecosystem-content-container{
        height: 800px !important;
    }
    .ecosystem-care{
        flex-flow: column;
        padding: 20px 0;
    }
    div.ecosystem-care svg{
        margin-bottom: 10px;
    }
    div.content .list {
        padding-right: 25px;
        font-size: 12px;
        line-height: 20px;
        max-width: 90% !important;

    }
    div.content .text {
        /*padding-right: 12px;*/
        /*padding-left: 5px;*/

        font-size: 13px !important;
        line-height: 17px !important;
        max-width: 95% !important;
    }
    div.content .title {
        font-size: 30px;
        padding-bottom: 10px !important;
        max-width: 90% !important;

    }
    div.content .footer{
        font-size: 14px;
        line-height: 30px;
        padding-right: 20px;
    }
    button.go-back{
        bottom: 40px;
        padding: 10px 80px;
    }
    button.go-back:hover{
        background-color: rgba(167, 30, 34, 1);
        transform: scale(1);
    }
    .ecosystem-care svg:hover image{
        transform: translateY(0);
    }
}
@media screen and (max-width: 1400px){
    div.content .title{
        padding-bottom: 20px;
    }
    div.content .text {
        font-size: 15px;
    }
    .go-back{
        bottom: 15px;
    }
}

@media screen and (max-width: 1024px)  {
    /*.ecosystem-content-container{*/
    /*    !*height: 520px !important;*!*/
    /*}*/
    /*div.content{*/
    /*    !*height: 520px;*!*/
    /*}*/
    div.content .title {
        font-size: 30px;
        padding-bottom: 85px;
    }
    div.content .text, div.content .footer {
        padding-right: 70px;
    }
    div.content .list{
        padding-right: 90px;
    }
}

@media screen and (max-width: 800px){
    div.content .text, div.content .footer {
        padding-right: 30px;
    }
    div.content .list{
        padding-right: 45px;
    }
}
@media (min-width: 640px) {
    .sm\:flex-row {
        flex-direction: row;
    }

    .sm\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }

    .sm\:w-1\/3 {
        width: 33.333333%;
    }

    .sm\:w-2\/3 {
        width: 66.666667%;
    }
}

@media (min-width: 768px) {
    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .md\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }

    .md\:leading-tight {
        line-height: 1.25;
    }

    .md\:leading-relaxed {
        line-height: 1.625;
    }

    .md\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .md\:opacity-10 {
        opacity: 0.1;
    }

    .md\:w-1\/2 {
        width: 50%;
    }
}

@media (min-width: 1024px) {
    .lg\:block {
        display: block;
    }

    .lg\:flex {
        display: flex;
    }

    .lg\:flex-row {
        flex-direction: row;
    }

    .lg\:items-start {
        align-items: flex-start;
    }

    .lg\:h-96 {
        height: 24rem;
    }

    .lg\:h-112 {
        height: 28rem;
    }

    .lg\:h-auto {
        height: auto;
    }

    .lg\:h-full {
        height: 100%;
    }

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

    .lg\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .lg\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }

    .lg\:leading-relaxed {
        line-height: 1.625;
    }

    .lg\:leading-loose {
        line-height: 2;
    }

    .lg\:mx-2 {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .lg\:my-16 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .lg\:p-0 {
        padding: 0px;
    }

    .lg\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .lg\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .lg\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .lg\:px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }

    .lg\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem;
    }

    .lg\:pb-0 {
        padding-bottom: 0px;
    }

    .lg\:pr-3 {
        padding-right: 0.75rem;
    }

    .lg\:pl-3 {
        padding-left: 0.75rem;
    }

    .lg\:pr-7 {
        padding-right: 1.75rem;
    }

    .lg\:pl-10 {
        padding-left: 2.5rem;
    }

    .lg\:top-1\/2 {
        top: 50%;
    }

    .lg\:text-left {
        text-align: left;
    }

    .lg\:text-right {
        text-align: right;
    }

    .lg\:w-1\/2 {
        width: 50%;
    }

    .lg\:w-1\/4 {
        width: 25%;
    }

    .lg\:w-3\/4 {
        width: 75%;
    }

    .lg\:w-3\/5 {
        width: 60%;
    }
}

@media (min-width: 1280px) {
    .xl\:block {
        display: block;
    }

    .xl\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .xl\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .xl\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .xl\:leading-normal {
        line-height: 1.5;
    }

    .xl\:mx-20 {
        margin-left: 5rem;
        margin-right: 5rem;
    }
}

@media (min-width: 1536px) {
    .\32xl\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
.brands{
    background-color: none;
}


