/*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
	:root,
	:host {
		--font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
			'Noto Color Emoji';
		--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
		--color-red-400: oklch(70.4% 0.191 22.216);
		--color-purple-500: oklch(62.7% 0.265 303.9);
		--color-purple-600: oklch(55.8% 0.288 302.321);
		--color-white: #fff;
		--spacing: 0.25rem;
		--text-xs: 0.75rem;
		--text-xs--line-height: calc(1 / 0.75);
		--text-base: 1rem;
		--text-base--line-height: calc(1.5 / 1);
		--text-xl: 1.25rem;
		--text-xl--line-height: calc(1.75 / 1.25);
		--radius-xl: 0.75rem;
		--default-transition-duration: 150ms;
		--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		--default-font-family: var(--font-sans);
		--default-mono-font-family: var(--font-mono);
		--font-nahid: nahid;
		--font-sepahbod: sepahbod;
	}
}
@layer base {
	*,
	::after,
	::before,
	::backdrop,
	::file-selector-button {
		box-sizing: border-box;
		margin: 0;
		padding: 0;
		border: 0 solid;
	}
	html,
	:host {
		line-height: 1.5;
		-webkit-text-size-adjust: 100%;
		tab-size: 4;
		font-family: var(
			--default-font-family,
			ui-sans-serif,
			system-ui,
			sans-serif,
			'Apple Color Emoji',
			'Segoe UI Emoji',
			'Segoe UI Symbol',
			'Noto Color Emoji'
		);
		font-feature-settings: var(--default-font-feature-settings, normal);
		font-variation-settings: var(--default-font-variation-settings, normal);
		-webkit-tap-highlight-color: transparent;
	}
	hr {
		height: 0;
		color: inherit;
		border-top-width: 1px;
	}
	abbr:where([title]) {
		-webkit-text-decoration: underline dotted;
		text-decoration: underline dotted;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-size: inherit;
		font-weight: inherit;
	}
	a {
		color: inherit;
		-webkit-text-decoration: inherit;
		text-decoration: inherit;
	}
	b,
	strong {
		font-weight: bolder;
	}
	code,
	kbd,
	samp,
	pre {
		font-family: var(
			--default-mono-font-family,
			ui-monospace,
			SFMono-Regular,
			Menlo,
			Monaco,
			Consolas,
			'Liberation Mono',
			'Courier New',
			monospace
		);
		font-feature-settings: var(--default-mono-font-feature-settings, normal);
		font-variation-settings: var(--default-mono-font-variation-settings, normal);
		font-size: 1em;
	}
	small {
		font-size: 80%;
	}
	sub,
	sup {
		font-size: 75%;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
	}
	sub {
		bottom: -0.25em;
	}
	sup {
		top: -0.5em;
	}
	table {
		text-indent: 0;
		border-color: inherit;
		border-collapse: collapse;
	}
	:-moz-focusring {
		outline: auto;
	}
	progress {
		vertical-align: baseline;
	}
	summary {
		display: list-item;
	}
	ol,
	ul,
	menu {
		list-style: none;
	}
	img,
	svg,
	video,
	canvas,
	audio,
	iframe,
	embed,
	object {
		display: block;
		vertical-align: middle;
	}
	img,
	video {
		max-width: 100%;
		height: auto;
	}
	button,
	input,
	select,
	optgroup,
	textarea,
	::file-selector-button {
		font: inherit;
		font-feature-settings: inherit;
		font-variation-settings: inherit;
		letter-spacing: inherit;
		color: inherit;
		border-radius: 0;
		background-color: transparent;
		opacity: 1;
	}
	:where(select:is([multiple], [size])) optgroup {
		font-weight: bolder;
	}
	:where(select:is([multiple], [size])) optgroup option {
		padding-inline-start: 20px;
	}
	::file-selector-button {
		margin-inline-end: 4px;
	}
	::placeholder {
		opacity: 1;
	}
	@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
		::placeholder {
			color: currentcolor;
			@supports (color: color-mix(in lab, red, red)) {
				color: color-mix(in oklab, currentcolor 50%, transparent);
			}
		}
	}
	textarea {
		resize: vertical;
	}
	::-webkit-search-decoration {
		-webkit-appearance: none;
	}
	::-webkit-date-and-time-value {
		min-height: 1lh;
		text-align: inherit;
	}
	::-webkit-datetime-edit {
		display: inline-flex;
	}
	::-webkit-datetime-edit-fields-wrapper {
		padding: 0;
	}
	::-webkit-datetime-edit,
	::-webkit-datetime-edit-year-field,
	::-webkit-datetime-edit-month-field,
	::-webkit-datetime-edit-day-field,
	::-webkit-datetime-edit-hour-field,
	::-webkit-datetime-edit-minute-field,
	::-webkit-datetime-edit-second-field,
	::-webkit-datetime-edit-millisecond-field,
	::-webkit-datetime-edit-meridiem-field {
		padding-block: 0;
	}
	:-moz-ui-invalid {
		box-shadow: none;
	}
	button,
	input:where([type='button'], [type='reset'], [type='submit']),
	::file-selector-button {
		appearance: button;
	}
	::-webkit-inner-spin-button,
	::-webkit-outer-spin-button {
		height: auto;
	}
	[hidden]:where(:not([hidden='until-found'])) {
		display: none !important;
	}
}
@layer utilities {
	.invisible {
		visibility: hidden;
	}
	.relative {
		position: relative;
	}
	.top-\[2px\] {
		top: 2px;
	}
	.mt-3 {
		margin-top: calc(var(--spacing) * 3);
	}
	.mt-5 {
		margin-top: calc(var(--spacing) * 5);
	}
	.mt-6 {
		margin-top: calc(var(--spacing) * 6);
	}
	.mt-15 {
		margin-top: calc(var(--spacing) * 15);
	}
	.mb-4 {
		margin-bottom: calc(var(--spacing) * 4);
	}
	.mb-4\.5 {
		margin-bottom: calc(var(--spacing) * 4.5);
	}
	.mb-11 {
		margin-bottom: calc(var(--spacing) * 11);
	}
	.flex-center {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.block {
		display: block;
	}
	.flex {
		display: flex;
	}
	.inline-flex {
		display: inline-flex;
	}
	.table {
		display: table;
	}
	.size-4 {
		width: calc(var(--spacing) * 4);
		height: calc(var(--spacing) * 4);
	}
	.size-5 {
		width: calc(var(--spacing) * 5);
		height: calc(var(--spacing) * 5);
	}
	.h-13 {
		height: calc(var(--spacing) * 13);
	}
	.h-\[46px\] {
		height: 46px;
	}
	.h-screen {
		height: 100vh;
	}
	.min-h-\[110px\] {
		min-height: 110px;
	}
	.min-h-screen {
		min-height: 100vh;
	}
	.w-\[90\%\] {
		width: 90%;
	}
	.w-\[500px\] {
		width: 500px;
	}
	.w-full {
		width: 100%;
	}
	.max-w-\[calc\(100\%-20px\)\] {
		max-width: calc(100% - 20px);
	}
	.border-collapse {
		border-collapse: collapse;
	}
	.-scale-x-100 {
		--tw-scale-x: calc(100% * -1);
		scale: var(--tw-scale-x) var(--tw-scale-y);
	}
	.cursor-pointer {
		cursor: pointer;
	}
	.resize {
		resize: both;
	}
	.flex-col {
		flex-direction: column;
	}
	.justify-between {
		justify-content: space-between;
	}
	.gap-1 {
		gap: calc(var(--spacing) * 1);
	}
	.overflow-hidden {
		overflow: hidden;
	}
	.rounded-full {
		border-radius: calc(infinity * 1px);
	}
	.rounded-xl {
		border-radius: var(--radius-xl);
	}
	.border {
		border-style: var(--tw-border-style);
		border-width: 1px;
	}
	.border-2 {
		border-style: var(--tw-border-style);
		border-width: 2px;
	}
	.border-b-2 {
		border-bottom-style: var(--tw-border-style);
		border-bottom-width: 2px;
	}
	.border-white {
		border-color: var(--color-white);
	}
	.border-b-\[\#eee\] {
		border-bottom-color: #eee;
	}
	.bg-\[\#7918f2\] {
		background-color: #7918f2;
	}
	.bg-purple-500 {
		background-color: var(--color-purple-500);
	}
	.bg-white {
		background-color: var(--color-white);
	}
	.bg-linear-\[45deg\] {
		--tw-gradient-position: 45deg;
		background-image: linear-gradient(var(--tw-gradient-stops, 45deg));
	}
	.from-\[\#00dbde\] {
		--tw-gradient-from: #00dbde;
		--tw-gradient-stops: var(
			--tw-gradient-via-stops,
			var(--tw-gradient-position),
			var(--tw-gradient-from) var(--tw-gradient-from-position),
			var(--tw-gradient-to) var(--tw-gradient-to-position)
		);
	}
	.to-\[\#fc00ff\] {
		--tw-gradient-to: #fc00ff;
		--tw-gradient-stops: var(
			--tw-gradient-via-stops,
			var(--tw-gradient-position),
			var(--tw-gradient-from) var(--tw-gradient-from-position),
			var(--tw-gradient-to) var(--tw-gradient-to-position)
		);
	}
	.p-12 {
		padding: calc(var(--spacing) * 12);
	}
	.px-1 {
		padding-inline: calc(var(--spacing) * 1);
	}
	.px-14 {
		padding-inline: calc(var(--spacing) * 14);
	}
	.py-2 {
		padding-block: calc(var(--spacing) * 2);
	}
	.pb-1 {
		padding-bottom: calc(var(--spacing) * 1);
	}
	.text-center {
		text-align: center;
	}
	.font-nahid {
		font-family: var(--font-nahid);
	}
	.font-sepahbod {
		font-family: var(--font-sepahbod);
	}
	.text-base {
		font-size: var(--text-base);
		line-height: var(--tw-leading, var(--text-base--line-height));
	}
	.text-xl {
		font-size: var(--text-xl);
		line-height: var(--tw-leading, var(--text-xl--line-height));
	}
	.text-xs {
		font-size: var(--text-xs);
		line-height: var(--tw-leading, var(--text-xs--line-height));
	}
	.text-\[13px\] {
		font-size: 13px;
	}
	.text-\[15px\] {
		font-size: 15px;
	}
	.text-\[25px\] {
		font-size: 25px;
	}
	.text-\[30px\] {
		font-size: 30px;
	}
	.text-\[50px\] {
		font-size: 50px;
	}
	.leading-\[130\%\] {
		--tw-leading: 130%;
		line-height: 130%;
	}
	.leading-\[180\%\] {
		--tw-leading: 180%;
		line-height: 180%;
	}
	.text-\[\#333\] {
		color: #333;
	}
	.text-\[\#666\] {
		color: #666;
	}
	.text-\[\#212529\] {
		color: #212529;
	}
	.text-\[\#ccc\] {
		color: #ccc;
	}
	.text-red-400 {
		color: var(--color-red-400);
	}
	.text-white {
		color: var(--color-white);
	}
	.underline {
		text-decoration-line: underline;
	}
	.outline {
		outline-style: var(--tw-outline-style);
		outline-width: 1px;
	}
	.outline-0 {
		outline-style: var(--tw-outline-style);
		outline-width: 0px;
	}
	.transition-colors {
		transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke,
			--tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
		transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
		transition-duration: var(--tw-duration, var(--default-transition-duration));
	}
	.dir-ltr {
		direction: ltr;
	}
	.dir-rtl {
		direction: rtl;
	}
	.\*\:mb-8 {
		:is(& > *) {
			margin-bottom: calc(var(--spacing) * 8);
		}
	}
	.hover\:bg-purple-600 {
		&:hover {
			@media (hover: hover) {
				background-color: var(--color-purple-600);
			}
		}
	}
	.hover\:bg-white\/10 {
		&:hover {
			@media (hover: hover) {
				background-color: color-mix(in srgb, #fff 10%, transparent);
				@supports (color: color-mix(in lab, red, red)) {
					background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
				}
			}
		}
	}
	.max-sm\:px-5 {
		@media (width < 40rem) {
			padding-inline: calc(var(--spacing) * 5);
		}
	}
	.sm\:pr-3 {
		@media (width >= 40rem) {
			padding-right: calc(var(--spacing) * 3);
		}
	}
}

@font-face {
	font-family: nahid;
	src: url('fonts/Nahid-FD.woff') format('woff'), url('fonts/Nahid-FD.woff2') format('woff2');
}
@font-face {
	font-family: sepahbod;
	src: url('fonts/sepahbod.otf') format('opentype');
}

@property --tw-scale-x {
	syntax: '*';
	inherits: false;
	initial-value: 1;
}
@property --tw-scale-y {
	syntax: '*';
	inherits: false;
	initial-value: 1;
}
@property --tw-scale-z {
	syntax: '*';
	inherits: false;
	initial-value: 1;
}
@property --tw-border-style {
	syntax: '*';
	inherits: false;
	initial-value: solid;
}
@property --tw-gradient-position {
	syntax: '*';
	inherits: false;
}
@property --tw-gradient-from {
	syntax: '<color>';
	inherits: false;
	initial-value: #0000;
}
@property --tw-gradient-via {
	syntax: '<color>';
	inherits: false;
	initial-value: #0000;
}
@property --tw-gradient-to {
	syntax: '<color>';
	inherits: false;
	initial-value: #0000;
}
@property --tw-gradient-stops {
	syntax: '*';
	inherits: false;
}
@property --tw-gradient-via-stops {
	syntax: '*';
	inherits: false;
}
@property --tw-gradient-from-position {
	syntax: '<length-percentage>';
	inherits: false;
	initial-value: 0%;
}
@property --tw-gradient-via-position {
	syntax: '<length-percentage>';
	inherits: false;
	initial-value: 50%;
}
@property --tw-gradient-to-position {
	syntax: '<length-percentage>';
	inherits: false;
	initial-value: 100%;
}
@property --tw-leading {
	syntax: '*';
	inherits: false;
}
@property --tw-outline-style {
	syntax: '*';
	inherits: false;
	initial-value: solid;
}
@layer properties {
	@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or
		((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
		*,
		::before,
		::after,
		::backdrop {
			--tw-scale-x: 1;
			--tw-scale-y: 1;
			--tw-scale-z: 1;
			--tw-border-style: solid;
			--tw-gradient-position: initial;
			--tw-gradient-from: #0000;
			--tw-gradient-via: #0000;
			--tw-gradient-to: #0000;
			--tw-gradient-stops: initial;
			--tw-gradient-via-stops: initial;
			--tw-gradient-from-position: 0%;
			--tw-gradient-via-position: 50%;
			--tw-gradient-to-position: 100%;
			--tw-leading: initial;
			--tw-outline-style: solid;
		}
	}
}
