/* input css */

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@tailwind base;
@tailwind components;
@tailwind utilities;
.card {
    @apply rounded bg-white border-gray-200 shadow-md relative;
}

.badge {
    @apply absolute -top-6 -left-5 mt-2 bg-secondary-100 text-secondary-200 text-xs uppercase font-bold rounded-full;
}

.btn {
    @apply rounded-full uppercase font-bold tracking-wider cursor-pointer;
}

.linked {
    @apply hover: text-MedepartoutPeach;
}

.image-wrapper {
    @apply h-32 w-full;
}


/* output css */

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/*
! tailwindcss v3.4.10 | 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;
}


/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
    color: inherit;
    text-decoration: inherit;
}


/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
    font-weight: bolder;
}


/*
1. Use the user's configured `mono` font-family by default.
2. 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 */
    letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
    -webkit-appearance: button;
    /* 1 */
    background-color: transparent;
    /* 2 */
    background-image: none;
    /* 2 */
}


/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
    outline: auto;
}


/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
    box-shadow: none;
}


/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
    vertical-align: baseline;
}


/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}


/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
    -webkit-appearance: none;
}


/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/*
Add the correct display in Chrome and Safari.
*/

summary {
    display: list-item;
}


/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}


/*
Reset default styling for dialogs.
*/

dialog {
    padding: 0;
}


/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}


/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}


/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
    cursor: pointer;
}


/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
    cursor: default;
}


/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    /* 1 */
    vertical-align: middle;
    /* 2 */
}


/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
    max-width: 100%;
    height: auto;
}


/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
    display: none;
}

*,
 ::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: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}

::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: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}

.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;
    }
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.inset-0 {
    inset: 0px;
}

.m-0 {
    margin: 0px;
}

.m-4 {
    margin: 1rem;
}

.m-auto {
    margin: auto;
}

.my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.mt-12 {
    margin-top: 3rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-20 {
    margin-top: 5rem;
}

.mt-24 {
    margin-top: 6rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mt-auto {
    margin-top: auto;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.flex {
    display: flex;
}

.hidden {
    display: none;
}

.h-44 {
    height: 11rem;
}

.h-6 {
    height: 1.5rem;
}

.h-72 {
    height: 18rem;
}

.h-9 {
    height: 2.25rem;
}

.h-full {
    height: 100%;
}

.w-1\/2 {
    width: 50%;
}

.w-20 {
    width: 5rem;
}

.w-5 {
    width: 1.25rem;
}

.w-6 {
    width: 1.5rem;
}

.w-full {
    width: 100%;
}

.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-pointer {
    cursor: pointer;
}

.flex-col {
    flex-direction: column;
}

.content-center {
    align-content: center;
}

.items-center {
    align-items: center;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-20 {
    gap: 5rem;
}

.space-x-6> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.rounded {
    border-radius: 0.25rem;
}

.border-b {
    border-bottom-width: 1px;
}

.border-r-4 {
    border-right-width: 4px;
}

.border-t-8 {
    border-top-width: 8px;
}

.border-solid {
    border-style: solid;
}

.border-dashed {
    border-style: dashed;
}

.border-Medepartoutpesteh {
    --tw-border-opacity: 1;
    border-color: rgb(204 238 188 / var(--tw-border-opacity));
}

.border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.border-primary {
    --tw-border-opacity: 1;
    border-color: rgb(255 99 99 / var(--tw-border-opacity));
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-MedepartoutPurple11 {
    --tw-bg-opacity: 1;
    background-color: rgb(226 191 217 / var(--tw-bg-opacity));
}

.bg-MedepartoutReyhan {
    --tw-bg-opacity: 1;
    background-color: rgb(248 244 234 / var(--tw-bg-opacity));
}

.bg-Medepartoutpesteh {
    --tw-bg-opacity: 1;
    background-color: rgb(204 238 188 / var(--tw-bg-opacity));
}

.bg-secondary-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(226 226 213 / var(--tw-bg-opacity));
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-MedepartoutPeach {
    --tw-gradient-from: #FFAA80 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 170 128 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-MedepartoutPurple1 {
    --tw-gradient-from: #C8A1E0 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(200 161 224 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-MedepartoutNavy {
    --tw-gradient-to: #1F132B var(--tw-gradient-to-position);
}

.to-MedepartoutPurple11 {
    --tw-gradient-to: #E2BFD9 var(--tw-gradient-to-position);
}

.to-MedepartoutReyhan {
    --tw-gradient-to: #F8F4EA var(--tw-gradient-to-position);
}

.bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.p-0 {
    padding: 0px;
}

.p-2\.5 {
    padding: 0.625rem;
}

.p-4 {
    padding: 1rem;
}

.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pt-4 {
    padding-top: 1rem;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.font-body {
    font-family: Nunito;
}

.font-farsi {
    font-family: Noto Sans Arabic, sans-serif;
}

.font-sans {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.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-6xl {
    font-size: 3.75rem;
    line-height: 1;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.font-bold {
    font-weight: 700;
}

.font-semibold {
    font-weight: 600;
}

.uppercase {
    text-transform: uppercase;
}

.leading-none {
    line-height: 1;
}

.tracking-wide {
    letter-spacing: 0.025em;
}

.tracking-wider {
    letter-spacing: 0.05em;
}

.tracking-widest {
    letter-spacing: 0.1em;
}

.text-MedepartoutNavy {
    --tw-text-opacity: 1;
    color: rgb(31 19 43 / var(--tw-text-opacity));
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-primary {
    --tw-text-opacity: 1;
    color: rgb(255 99 99 / var(--tw-text-opacity));
}

.text-secondary-200 {
    --tw-text-opacity: 1;
    color: rgb(136 136 131 / var(--tw-text-opacity));
}

.text-transparent {
    color: transparent;
}

.opacity-0 {
    opacity: 0;
}

.opacity-100 {
    opacity: 1;
}

.shadow-md {
    --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);
}

.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-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-300 {
    transition-duration: 300ms;
}

.duration-500 {
    transition-duration: 500ms;
}

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.card {
    position: relative;
    border-radius: 0.25rem;
    --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));
    --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);
}


/* overflow-hidden ml-2  p-2 */

.badge {
    position: absolute;
    top: -1.5rem;
    left: -1.25rem;
    margin-top: 0.5rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(226 226 213 / var(--tw-bg-opacity));
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(136 136 131 / var(--tw-text-opacity));
}


/* py-2 px-3 */

.btn {
    cursor: pointer;
    border-radius: 9999px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.linked:hover {
    --tw-text-opacity: 1;
    color: rgb(255 170 128 / var(--tw-text-opacity));
}

.image-wrapper {
    height: 8rem;
    width: 100%;
}

.hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    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));
}

.hover\:bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 99 99 / var(--tw-bg-opacity));
}

.hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
}

.hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

.hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:opacity-0:hover {
    opacity: 0;
}

.hover\:opacity-100:hover {
    opacity: 1;
}

.hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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: 640px) {
    .sm\:h-40 {
        height: 10rem;
    }
    .sm\:h-64 {
        height: 16rem;
    }
}

@media (min-width: 768px) {
    .md\:col-span-1 {
        grid-column: span 1 / span 1;
    }
    .md\:block {
        display: block;
    }
    .md\:flex {
        display: flex;
    }
    .md\:hidden {
        display: none;
    }
    .md\:justify-end {
        justify-content: flex-end;
    }
    .md\:border-2 {
        border-width: 2px;
    }
}

@media (min-width: 1024px) {
    .lg\:mt-12 {
        margin-top: 3rem;
    }
    .lg\:mt-40 {
        margin-top: 10rem;
    }
    .lg\:flex {
        display: flex;
    }
    .lg\:h-96 {
        height: 24rem;
    }
    .lg\:w-1\/2 {
        width: 50%;
    }
    .lg\:w-1\/3 {
        width: 33.333333%;
    }
    .lg\:flex-1 {
        flex: 1 1 0%;
    }
    .lg\:flex-none {
        flex: none;
    }
    .lg\:flex-grow {
        flex-grow: 1;
    }
    .lg\:flex-row {
        flex-direction: row;
    }
    .lg\:items-stretch {
        align-items: stretch;
    }
    .lg\:gap-10 {
        gap: 2.5rem;
    }
    .lg\:gap-14 {
        gap: 3.5rem;
    }
    .lg\:pb-2 {
        padding-bottom: 0.5rem;
    }
    .lg\:pb-8 {
        padding-bottom: 2rem;
    }
}


/* style.css */

.first {
    margin: 0 0 60px 0;
}

* {
    box-sizing: border-box;
}


/* Position the image container (needed to position the left and right arrows) */

.container {
    position: relative;
}


/* Hide the images by default */

.mySlides {
    display: none;
}


/* Add a pointer when hovering over the thumbnail images */

.cursor {
    cursor: pointer;
}


/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 10px;
    margin-top: -50px;
    background-color: #E2BFD9;
    color: #C8A1E0;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}


/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


/* Number text (1/3 etc) */

.numbertext {
    color: #000000;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}


/* Six columns side by side */

.column {
    float: left;
    width: 16.66%;
}


/* Add a transparency effect for thumnbail images */

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

.custom-height {
    height: 32rem;
}

.height-of-subscribe {
    height: 32rem;
}

#add-your-case {
    min-height: 30rem;
}

#newSVG {
    display: inline;
}

@media(max-width: 415px) {
    #add-your-case {
        height: 32rem;
    }
}

.hxTWTitle {
    transition: 0.5s;
}

.hxTWTitle:hover {
    color: #2f1e40;
}

hxTWDesc {
    transition: 0.5s;
}

hxTWDesc:hover {
    color: #2f1e40;
}

@media(max-width: 540px) {
    .new {
        display: none
    }
}

.headerLogo {
    height: 40px
}

main {
    padding: 1rem 3rem;
    background-color: rgb(248 244 234)
}

@media(max-width: 500px) {
    main {
        padding: 1rem 2rem;
    }
}

header {
    letter-spacing: 0.05em;
    font-weight: 600;
    text-align: center;
    color: #373c51;
    font-family: Nunito;
    margin-top: 1rem;
}

header h2 {
    font-size: 3.75rem;
    line-height: 1;
}

header h3 {
    font-size: 1.5rem;
    margin-top: 1rem;
}

h2 span {
    background: linear-gradient(to right, #FFAA80, #373c51);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#subscribeDiv {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    font-family: Nunito;
    background-color: rgb(204 238 188);
    border-radius: 0.25rem;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
    position: relative;
    min-height: 24rem;
    margin: 1rem 0;
    inset: 0px;
    padding: 1.5rem 0;
    gap: 0.25rem;
    transition: 0.3s;
    grid-column: span 2;
}

#subscribeDiv:hover {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
    inset: -3px;
}

#subscribeDiv img {
    width: 5rem;
    margin: auto;
}

#subscribeDiv h3 {
    color: #1B1919;
    letter-spacing: 0.025em;
    font-size: 2.25rem;
    line-height: 2.5rem;
    text-align: center;
    margin: 1rem;
}

#subscribeDiv>div {
    justify-content: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 2rem;
    width: 50%;
    margin: auto;
}

.hrSubs {
    background-color: transparent;
    border-top-color: rgb(204 238 188);
    border-top-width: 7px;
    border-style: dashed;
    opacity: 1;
    grid-column: span 2;
}

#subsBtnCont {
    justify-items: center;
}

.subsBtn {
    cursor: pointer;
    border-radius: 9999px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-duration: 300ms;
    transition: 0.3s;
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding: 0.75rem 2rem;
    margin: 0 1.5rem 1rem 1.5rem;
    text-align: center;
    background-color: rgb(226 226 213);
    color: rgb(136 136 131);
    display: inline-block;
}

.subsBtn:hover {
    padding: 1.25rem 3.5rem;
    font-size: 1.375rem;
    box-shadow: inset 0 0 10px rgb(174 208 158 / 0.7);
}

#mainCont {
    display: grid;
    grid-template-columns: 5fr 3fr;
    text-align: center;
    margin: 2rem 0;
    gap: 15px;
    align-items: normal;
}

#mainCont .mainSubt {
    padding-bottom: 1rem;
    border-bottom: 1px solid #aaa;
    font-family: Nunito;
    font-weight: 800;
    margin: 0 0 1rem 0;
}

.add-your-images {
    position: relative;
    width: 100%;
    height: 20rem;
}

#add-your-case-inner-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
    transition: 0.3s;
}

#add-your-case-inner-box:hover {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
}

#intImg {
    opacity: 1;
    transition: 0.3s;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

#hovImg {
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    position: absolute;
    z-index: 1;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

#intImg:hover {
    opacity: 0;
}

#subImgTextBox {
    height: auto;
}

#subImgText {
    padding: 2.25rem 1rem;
    font-size: 1.875rem;
    background: linear-gradient(to right, #FFAA80, #373c51);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Nunito;
    font-weight: 600;
    transition-duration: 0.3s;
    display: inline-block
}

#subImgText:hover {
    background: linear-gradient(to right, #FFAA80, #373c51);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition-duration: 0.3s;
}

.hxCard {
    background-color: #fff;
    box-shadow: 0 2px 3px -0.5px rgb(0 0 0 / 0.1);
    border-radius: 5px;
    transition: 0.3s;
    margin-bottom: 1rem;
}

.hxCard:hover {
    box-shadow: 0 5px 7.5px -1.5px rgb(0 0 0 / 0.1);
}

.hxTitleBox {
    background: linear-gradient(to right, #f8f4ea, #FFAA80);
    border-radius: 5px 5px 0 0;
    font-size: 1.25rem;
    text-align: justify;
    font-weight: 600;
    padding: 0.5rem 1rem;
    color: #373c51;
    transition: 0.5s;
}

.hxTitleBox:hover {
    color: #474c61;
    text-decoration: underline;
}

.hxDesc {
    min-height: 20px;
    padding: 0.5rem;
    text-align: right;
    font-size: 1.125rem;
    color: #373c51;
}

.hxAuthor {
    text-align: left;
    padding: 0.75rem 0.5rem 0.5rem 0.75rem;
    font-size: 0.875rem;
    color: #777
}

.loadMore {
    cursor: pointer;
    border-radius: 9999px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-duration: 300ms;
    transition: 0.3s;
    font-size: 0.75rem;
    line-height: 1rem;
    padding: 0.5rem 1.5rem;
    text-align: center;
    background-color: rgb(226 226 213);
    color: rgb(136 136 131);
    display: inline-block;
    margin: 1.5rem 0 0 0;
}

.loadMore:hover {
    font-size: 0.875rem;
    background-color: rgb(236 236 223);
    color: #444
}

.picTitleBox {
    background: rgba(41, 41, 41, 0.7);
    border-radius: 10px;
    box-shadow: 0 0 2px 0 #292929;
    padding: 0.5rem;
}

.slideLinks {
    color: white;
    text-decoration: none;
    transition: 0.5s;
}

.slideLinks:hover {
    color: #f9f9f9;
    text-decoration: underline;
}

a {
    text-decoration: none;
}
.exTitleBox {
      background: linear-gradient(to right, #E2BFD9, #C8A1E0);
      border-radius: 5px 5px 0 0;
      font-size: 1.25rem;
      text-align: justify;
      font-weight: 600;
      padding: 0.5rem 1rem;
      color: #373c51;
      transition: 0.5s;
  }
  #picassosSlides{
    background: linear-gradient(to right, #E2BFD9, #C8A1E0);
    border-radius: 10px;
  }
  #exs{
    margin-top: 1.5rem
  }
@media(max-width: 900px) {
    #subscribeDiv>div {
        grid-template-columns: 1fr;
    }
    #subscribeDiv {
        grid-column: span 1;
    }
    .hrSubs {
        grid-column: span 1;
    }
    #mainCont {
        display: grid;
        grid-template-columns: 1fr;
    }
    #publicHxs {
        margin-top: 3rem;
    }
}
