@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/eot/IRANSansWeb_Black.eot');
	src: url('../fonts/eot/IRANSansWeb_Black.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/woff2/IRANSansWeb_Black.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/IRANSansWeb_Black.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/ttf/IRANSansWeb_Black.ttf') format('truetype');
}
@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');
}

body {
	font-family: IRANSans !important;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6,input, textarea {
	font-family: IRANSans !important;
}

/*
! tailwindcss v3.0.22 | 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.
*/

html {
  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, -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"; /* 4 */
  scroll-behavior: smooth;
}

/*
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. 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-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;
}

/*
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-size: 100%; /* 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;
}

/*
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:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
	--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-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:  ;
}
.container {
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
}
@media (min-width: 640px) {
	.container {
		max-width: 640px;
		padding-right: 2rem;
		padding-left: 2rem;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 768px;
	}
}
@media (min-width: 1024px) {
	.container {
		max-width: 1024px;
		padding-right: 4rem;
		padding-left: 4rem;
	}
}
@media (min-width: 1280px) {
	.container {
		max-width: 1280px;
		padding-right: 5rem;
		padding-left: 5rem;
	}
}
@media (min-width: 1536px) {
	.container {
		max-width: 1536px;
		padding-right: 6rem;
		padding-left: 6rem;
	}
	/* ------------------ slogan --------------------- */
.slogan {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -120%);
	/* border: 1px solid black; */
}
}
.static {
	position: static;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.top-0 {
	top: 0px;
}
.left-0 {
	left: 0px;
}
.right-0 {
	right: 0px;
}
.-right-full {
	right: -100%;
}
.left-4 {
	left: 1rem;
}
.top-16 {
	top: 4rem;
}
.left-10 {
	left: 2.5rem;
}
.left-8 {
	left: 2rem;
}
.left-32 {
	left: 8rem;
}
.top-48 {
	top: 12rem;
}
.left-1\/3 {
	left: 33.333333%;
}
.right-16 {
	right: 4rem;
}
.top-1\/2 {
	top: 50%;
}
.top-72 {
	top: 18rem;
}
.left-20 {
	left: 5rem;
}
.top-56 {
	top: 14rem;
}
.left-40 {
	left: 10rem;
}
.top-80 {
	top: 20rem;
}
.top-18 {
	top: 18rem;
}
.right-48 {
	right: 12rem;
}
.left-16 {
	left: 4rem;
}
.-top-12 {
	top: -3rem;
}
.bottom-0 {
	bottom: 0px;
}
.z-50 {
	z-index: 50;
}
.z-10 {
	z-index: 10;
}
.z-0 {
	z-index: 0;
}
.-z-10 {
	z-index: -10;
}
.z-20 {
	z-index: 20;
}
.z-30 {
	z-index: 30;
}
.z-40 {
	z-index: 40;
}
.m-1 {
	margin: 0.25rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.mx-1 {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}
.mx-16 {
	margin-left: 4rem;
	margin-right: 4rem;
}
.mx-2 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.-mx-1 {
	margin-left: -0.25rem;
	margin-right: -0.25rem;
}
.-mx-4 {
	margin-left: -1rem;
	margin-right: -1rem;
}
.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.mx-4 {
	margin-left: 1rem;
	margin-right: 1rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mt-3 {
	margin-top: 0.75rem;
}
.mt-8 {
	margin-top: 2rem;
}
.ml-4 {
	margin-left: 1rem;
}
.mr-5 {
	margin-right: 1.25rem;
}
.mt-16 {
	margin-top: 4rem;
}
.mt-12 {
	margin-top: 3rem;
}
.mt-20 {
	margin-top: 5rem;
}
.mt-24 {
	margin-top: 6rem;
}
.mt-10 {
	margin-top: 2.5rem;
}
.mr-4 {
	margin-right: 1rem;
}
.mt-56 {
	margin-top: 14rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mb-16 {
	margin-bottom: 4rem;
}
.mb-3 {
	margin-bottom: 0.75rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.mr-auto {
	margin-right: auto;
}
.mb-4 {
	margin-bottom: 1rem;
}
.ml-8 {
	margin-left: 2rem;
}
.mr-1 {
	margin-right: 0.25rem;
}
.ml-2 {
	margin-left: 0.5rem;
}
.mr-8 {
	margin-right: 2rem;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.inline {
	display: inline;
}
.flex {
	display: flex;
}
.hidden {
	display: none;
}
.aspect-\[16\/8\] {
	aspect-ratio: 16 / 8;
}
.h-full {
	height: 100%;
}
.h-6 {
	height: 1.5rem;
}
.h-16 {
	height: 4rem;
}
.h-24 {
	height: 6rem;
}
.h-20 {
	height: 5rem;
}
.h-32 {
	height: 8rem;
}
.h-12 {
	height: 3rem;
}
.h-10 {
	height: 2.5rem;
}
.h-auto {
	height: auto;
}
.h-48 {
	height: 12rem;
}
.h-96 {
	height: 24rem;
}
.h-5 {
	height: 1.25rem;
}
.h-4 {
	height: 1rem;
}
.h-0 {
	height: 0px;
}
.h-8 {
	height: 2rem;
}
.w-1\/2 {
	width: 50%;
}
.w-full {
	width: 100%;
}
.w-12 {
	width: 3rem;
}
.w-screen {
	width: 100vw;
}
.w-64 {
	width: 16rem;
}
.w-6 {
	width: 1.5rem;
}
.w-3\/4 {
	width: 75%;
}
.w-16 {
	width: 4rem;
}
.w-24 {
	width: 6rem;
}
.w-20 {
	width: 5rem;
}
.w-32 {
	width: 8rem;
}
.w-2\/3 {
	width: 66.666667%;
}
.w-48 {
	width: 12rem;
}
.w-36 {
	width: 9rem;
}
.w-40 {
	width: 10rem;
}
.w-52 {
	width: 13rem;
}
.w-10 {
	width: 2.5rem;
}
.w-72 {
	width: 18rem;
}
.w-44 {
	width: 11rem;
}
.w-1\/4 {
	width: 25%;
}
.w-4 {
	width: 1rem;
}
.w-1\/3 {
	width: 33.333333%;
}
.w-8 {
	width: 2rem;
}
.flex-1 {
	flex: 1 1 0%;
}
.translate-x-2\/3 {
	--tw-translate-x: 66.666667%;
	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-45 {
	--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));
}
.scale-100 {
	--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));
}
.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-wrap {
	flex-wrap: wrap;
}
.items-center {
	align-items: center;
}
.justify-start {
	justify-content: flex-start;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.justify-around {
	justify-content: space-around;
}
.self-center {
	align-self: center;
}
.justify-self-center {
	justify-self: center;
}
.overflow-hidden {
	overflow: hidden;
}
.rounded-xl {
	border-radius: 0.75rem;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded-lg {
	border-radius: 0.5rem;
}
.rounded {
	border-radius: 0.25rem;
}
.rounded-t-lg {
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}
.border {
	border-width: 1px;
}
.border-y {
	border-top-width: 1px;
	border-bottom-width: 1px;
}
.border-t {
	border-top-width: 1px;
}
.border-r {
	border-right-width: 1px;
}
.border-gray-300 {
	--tw-border-opacity: 1;
	border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.bg-transparent {
	background-color: transparent;
}
.bg-slate-600 {
	--tw-bg-opacity: 1;
	background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-orange-500 {
	--tw-bg-opacity: 1;
	background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}
.bg-gray-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-600 {
	--tw-bg-opacity: 1;
	background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.bg-gradient-to-bl {
	background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.from-red-400 {
	--tw-gradient-from: #f87171;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(248 113 113 / 0));
}
.from-cyan-400 {
	--tw-gradient-from: #22d3ee;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(34 211 238 / 0));
}
.to-red-600 {
	--tw-gradient-to: #dc2626;
}
.to-blue-600 {
	--tw-gradient-to: #2563eb;
}
.bg-100\% {
	background-size: 100%;
}
.bg-center {
	background-position: center;
}
.bg-no-repeat {
	background-repeat: no-repeat;
}
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-1 {
	padding: 0.25rem;
}
.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.py-28 {
	padding-top: 7rem;
	padding-bottom: 7rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.px-16 {
	padding-left: 4rem;
	padding-right: 4rem;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.px-1 {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.px-0 {
	padding-left: 0px;
	padding-right: 0px;
}
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.pt-3 {
	padding-top: 0.75rem;
}
.pt-8 {
	padding-top: 2rem;
}
.pt-32 {
	padding-top: 8rem;
}
.pb-16 {
	padding-bottom: 4rem;
}
.pb-40 {
	padding-bottom: 10rem;
}
.pb-24 {
	padding-bottom: 6rem;
}
.pt-16 {
	padding-top: 4rem;
}
.pr-1 {
	padding-right: 0.25rem;
}
.pl-4 {
	padding-left: 1rem;
}
.pt-4 {
	padding-top: 1rem;
}
.pb-3 {
	padding-bottom: 0.75rem;
}
.pt-1 {
	padding-top: 0.25rem;
}
.pb-8 {
	padding-bottom: 2rem;
}
.pr-2 {
	padding-right: 0.5rem;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-5xl {
	font-size: 3rem;
	line-height: 1;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.font-normal {
	font-weight: 400;
}
.font-extralight {
	font-weight: 200;
}
.font-light {
	font-weight: 300;
}
.font-bold {
	font-weight: 700;
}
.font-medium {
	font-weight: 500;
}
.font-semibold {
	font-weight: 600;
}
.font-thin {
	font-weight: 100;
}
.leading-7 {
	line-height: 1.75rem;
}
.leading-loose {
	line-height: 2;
}
.leading-8 {
	line-height: 2rem;
}
.leading-6 {
	line-height: 1.5rem;
}
.text-white {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-red-500 {
	--tw-text-opacity: 1;
	color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-gray-500 {
	--tw-text-opacity: 1;
	color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-orange-600 {
	--tw-text-opacity: 1;
	color: rgb(234 88 12 / var(--tw-text-opacity));
}
.text-gray-400 {
	--tw-text-opacity: 1;
	color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-600 {
	--tw-text-opacity: 1;
	color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-orange-500 {
	--tw-text-opacity: 1;
	color: rgb(249 115 22 / var(--tw-text-opacity));
}
.text-orange-400 {
	--tw-text-opacity: 1;
	color: rgb(251 146 60 / var(--tw-text-opacity));
}
.text-red-300 {
	--tw-text-opacity: 1;
	color: rgb(252 165 165 / var(--tw-text-opacity));
}
.decoration-0 {
	text-decoration-thickness: 0px;
}
.shadow-xl {
	--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.drop-shadow-md {
	--tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
	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);
}
.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-colors {
	transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
	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-200 {
	transition-duration: 200ms;
}
.ease-out {
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.dir-rtl{
    direction: rtl !important;
}


.main_menu li a {
	display: inline-block;
	border-radius: 9999px;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}


.main_menu li a:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}

.section-home{
    background-image: url('../svg/header-bg-mobile.svg');
    background-repeat: no-repeat;
    background-size: 100%;
	background-position: top;
}

.org-shp-1 {
    top: 62%;
    left: 10%;
    transform: rotate(285deg);
}
.org-shp-2 {
    top: 38%;
    left: 6%;
    transform: rotate(344deg);
}
.org-shp-3 {
    top: 14%;
    left: 10%;
    transform: rotate(320deg);
}
.org-shp-4 {
    top: 14%;
    left: 24%;
    transform: rotate(302deg);
}

.control-type-section{
	background-image: url('../svg/control-type-bg.svg');
}

.why-section .art-bg.absolute{
	max-width: 160%;
    width: 44rem;
    left: 0;
    bottom: -420px;
}

.prop-link {
	transition: transform 150ms;
}

.prop-link:hover {
	transform: scale(1.1);
}

/* ---------------- slider style ------------------ */
.slider-contetnt-holder {
	min-height: 750px;
}
.btn-lbl {
	cursor: pointer;
}
.slider-content {
	transition: opacity .5s , overflow .5s;
}
#slider-content1 {
	height: initial;
	opacity: 1;
	overflow: initial;
	display: flex;
}
#slider-content2, #slider-content3, #slider-content4, #slider-content5 {
	height: 0;
	opacity: 0;
	overflow: hidden;
	display: none;
}
#btn1-img-inactive, #btn2-img-active, #btn3-img-active, #btn4-img-active, #btn5-img-active {
	display: none;
}
#btn1-img-active, #btn2-img-inactive, #btn3-img-inactive, #btn4-img-inactive, #btn5-img-inactive {
	display: inline;
}

/* ------------------------------------------------- */


@media (min-width: 640px) { 
	.why-section .art-bg.absolute{
		width: 60rem;
		bottom: -700px;
	}
}
@media (min-width: 768px) { 
	.section-home{
		background-position-y: bottom;
	}

	.page-post .section-home{
		background-position-y: top !important;
	}
	.slider-contetnt-holder {
		min-height: 850px;
	}
}
@media (min-width: 1024px) { 
	.section-home{
		background-image: url('../svg/header-bg.svg');
		background-position-y: inherit;
	}
	.control-type-section{
		background-size: 130%;
	}

	.why-section .art-bg.absolute{
		width: 45rem;
		bottom: -550px;
	}

	.left-orange{
		top: 1260px;
	}

	.right-orange{
		top: 650px;
	}
	.slider-contetnt-holder {
		min-height: 450px;
	}
}
@media (min-width: 1170px) { 
	.why-section .art-bg.absolute{
		width: 60rem !important;
		bottom: -800px;
	}
}
@media (min-width: 1280px) { 
	.control-type-section{
		background-size: 100%;
	}

	.left-orange{
		top: 1480px;
	}

	.right-orange{
		top: 850px;
	}
	.slider-contetnt-holder {
		height: 450px;
	}
}
.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));
}
.focus\:outline-orange-500:focus {
	outline-color: #f97316;
}
@media (min-width: 640px) {
	.sm\:top-0 {
		top: 0px;
	}
	.sm\:left-0 {
		left: 0px;
	}
	.sm\:top-8 {
		top: 2rem;
	}
	.sm\:right-16 {
		right: 4rem;
	}
	.sm\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}
	.sm\:mx-16 {
		margin-left: 4rem;
		margin-right: 4rem;
	}
	.sm\:mt-96 {
		margin-top: 24rem;
	}
	.sm\:mb-3 {
		margin-bottom: 0.75rem;
	}
	.sm\:mt-16 {
		margin-top: 4rem;
	}
	.sm\:block {
		display: block;
	}
	.sm\:h-auto {
		height: auto;
	}
	.sm\:w-1\/2 {
		width: 50%;
	}
	.sm\:w-24 {
		width: 6rem;
	}
	.sm\:w-96 {
		width: 24rem;
	}
	.sm\:w-1\/4 {
		width: 25%;
	}
	.sm\:translate-x-0 {
		--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));
	}
	.sm\:rounded-none {
		border-radius: 0px;
	}
	.sm\:px-32 {
		padding-left: 8rem;
		padding-right: 8rem;
	}
	.sm\:px-16 {
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.sm\:pl-2 {
		padding-left: 0.5rem;
	}
	.sm\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	.sm\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.sm\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}
}
@media (min-width: 768px) {
	.md\:top-0 {
		top: 0px;
	}
	.md\:mx-24 {
		margin-left: 6rem;
		margin-right: 6rem;
	}
	.md\:mx-32 {
		margin-left: 8rem;
		margin-right: 8rem;
	}
	.md\:mt-0 {
		margin-top: 0px;
	}
	.md\:mt-96 {
		margin-top: 24rem;
	}
	.md\:block {
		display: block;
	}
	.md\:h-20 {
		height: 5rem;
	}
	.md\:w-1\/3 {
		width: 33.333333%;
	}
	.md\:w-full {
		width: 100%;
	}
	.md\:w-3\/5 {
		width: 60%;
	}
	.md\:w-20 {
		width: 5rem;
	}
	.md\:w-32 {
		width: 8rem;
	}
	.md\:w-1\/2 {
		width: 50%;
	}
	.md\:w-2\/3 {
		width: 66.666667%;
	}
	.md\:flex-1 {
		flex: 1 1 0%;
	}
	.md\:justify-center {
		justify-content: center;
	}
	.md\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.md\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.md\:px-16 {
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.md\:pt-0 {
		padding-top: 0px;
	}
	.md\:pt-16 {
		padding-top: 4rem;
	}
}
@media (min-width: 1024px) {
	.lg\:relative {
		position: relative;
	}
	.lg\:right-0 {
		right: 0px;
	}
	.lg\:left-1\/3 {
		left: 33.333333%;
	}
	.lg\:top-20 {
		top: 5rem;
	}
	.lg\:-top-32 {
		top: -8rem;
	}
	.lg\:top-32 {
		top: 8rem;
	}
	.lg\:mt-0 {
		margin-top: 0px;
	}
	.lg\:mt-16 {
		margin-top: 4rem;
	}
	.lg\:-mt-32 {
		margin-top: -8rem;
	}
	.lg\:mt-80 {
		margin-top: 20rem;
	}
	.lg\:mr-0 {
		margin-right: 0px;
	}
	.lg\:ml-32 {
		margin-left: 8rem;
	}
	.lg\:block {
		display: block;
	}
	.lg\:flex {
		display: flex;
	}
	.lg\:hidden {
		display: none;
	}
	.lg\:h-auto {
		height: auto;
	}
	.lg\:w-auto {
		width: auto;
	}
	.lg\:w-1\/2 {
		width: 50%;
	}
	.lg\:w-4\/5 {
		width: 80%;
	}
	.lg\:w-40 {
		width: 10rem;
	}
	.lg\:w-full {
		width: 100%;
	}
	.lg\:w-1\/4 {
		width: 25%;
	}
	.lg\:w-96 {
		width: 24rem;
	}
	.lg\:w-56 {
		width: 14rem;
	}
	.lg\:justify-end {
		justify-content: flex-end;
	}
	.lg\:bg-transparent {
		background-color: transparent;
	}
	.lg\:py-2 {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	.lg\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.lg\:pt-24 {
		padding-top: 6rem;
	}
	.lg\:pb-16 {
		padding-bottom: 4rem;
	}
	.lg\:pt-0 {
		padding-top: 0px;
	}
	.lg\:text-right {
		text-align: right;
	}
	.lg\:text-justify {
		text-align: justify;
	}
	.lg\:drop-shadow-none {
		--tw-drop-shadow: drop-shadow(0 0 #0000);
		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);
	}
}
@media (min-width: 1280px) {
	.xl\:top-24 {
		top: 6rem;
	}
	.xl\:left-16 {
		left: 4rem;
	}
	.xl\:mt-28 {
		margin-top: 7rem;
	}
	.xl\:mt-12 {
		margin-top: 3rem;
	}
	.xl\:mr-32 {
		margin-right: 8rem;
	}
	.xl\:ml-0 {
		margin-left: 0px;
	}
	.xl\:ml-32 {
		margin-left: 8rem;
	}
	.xl\:block {
		display: block;
	}
	.xl\:justify-center {
		justify-content: center;
	}
	.xl\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}
}

.img-move {
	transition: transform 0.1s;
}


/* ----------------- phone slider --------------- */


/* .slider-main-phone{
  position: relative;
  translate: 50%;
  top: 25%;
} */
.slider-holder-phone{
	position: absolute;
	margin: 0;
	padding: 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	/* height: 500px; */
	width: 250px; 
  }
  #phone-case {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 100;
  }
.slider{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 2%;
	border-radius: 30px;
	overflow: hidden;
}
  
.slides{
	width: 500%;
	height: 100%;
	display: flex;
	padding: 1px;
}
  
.slides input{
	display: none;
	cursor: pointer;
}
.slide {
	width: 20%;
	transition: 2s;
}
  
.slide img{
	width: 100%;
	height: 100%;
}
  
/* css for manual slide navigatoin */
  
.navigation-manual{
	position: absolute;
	width: 100%;
	/* margin-top: -4px; */
	display: flex;
	justify-content: center;
	align-self: flex-end;
    margin-bottom: 60px;
}
  
.manual-btn{
	border: 2px solid #40d3dc;
	padding: 5px;
	border-radius: 10px;
	cursor: pointer;
	transition: 1s;
	z-index: 200;
}
  
.manual-btn:not(:last-child){
	margin-left: 10px;
}
  
.manual-btn:hover{
	background: #40d3dc;
}
  
#radio1:checked ~ .first{
	margin-right: 0;
}
  
#radio2:checked ~ .first{
	margin-right: -20%;
}
  
#radio3:checked ~ .first{
	margin-right: -40%;
}
  
#radio4:checked ~ .first{
	margin-right: -60%;
}
  
/* css for automatic navigarion  */
  
.navigation-auto{
	position: absolute;
	display: flex;
	width: 100%;
	justify-content: center;
	/* margin-top: 460px; */
	align-self: flex-end;
    margin-bottom: 60px;
}
  
.navigation-auto div{
	border: 2px solid #40d3dc;
	padding: 5px;
	border-radius: 10px;
	transition: 1s;
}
  
.navigation-auto div:not(:last-child){
	margin-left: 10px;
}
  
#radio1:checked ~ .navigation-auto .auto-btn1{
	background: #40d3dc;
}
#radio2:checked ~ .navigation-auto .auto-btn2{
	background: #40d3dc;
}
#radio3:checked ~ .navigation-auto .auto-btn3{
	background: #40d3dc;
}
#radio4:checked ~ .navigation-auto .auto-btn4{
	background: #40d3dc;
}

/* -------- end of phone slider ----------------- */

/* ---------- why us section ------------------  */

.whyus-sec {
	padding: 10px;
	transition: 1s;
	border-radius: 20px;
}
.whyus-sec:hover {
	background-color: #f87171;

}
p::selection , a::selection , h1::selection , h2::selection , h3::selection , h4::selection , h5::selection , img::selection , span::selection {
	background-color: red;
	color: white;
}