@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Monospace:wght@300;400;500;600&display=swap);
 

 
.stepper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-number {
    width: 21.12px;
height: 20.95px;
     border-radius: 50%;
    background-color: #E1E1E1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    z-index: 2;
}
 .step-name {
 /*background-color: #FFDE5B;  */
font-family: Tajawal;
font-size: 14px;
font-weight: 500;
line-height: 16.8px;
color:#606060 ;
}


.active .step-number {
    background-color: white;
    border: 2px solid #FFDE5B
}
.active .step-name {
    color: #000000 ;
}
.complete .step-name {
    color: #000000 ;
}

.complete .step-number {
  

    background-color: #FFDE5B;
    color: #fff;
}

.progress-bar {
    position: absolute;
    top: 25%;
     height: 2px;
    background-color: #E1E1E1;
    
}
@media (min-width: 320){
   progress-bar {
     
        left:0px;
        right: 0; /* القيمة الافتراضية للشاشات الكبيرة */
        
    }
}
@media (min-width: 768px){
    progress-bar {
        left:0px;
        right: 0; /* القيمة الافتراضية للشاشات الكبيرة */
     }
}
@media (min-width: 1024px){
     progress-bar {
        left:0px;
        right:0px; /* القيمة الافتراضية للشاشات الكبيرة */
    }
}
  
 .progress {
    height: 100%;
    background-color: #FFDE5B;
    transition: 0.2s ease;
}
 
 
 
.Link:hover {
text-decoration: underline!important;/* Adds underline */
}
.column a {
text-decoration: none !important;/* إزالة الخط السفلي */
}

.column a:hover {
text-decoration: none !important; /* تأكيد عدم ظهور الخط السفلي عند التمرير */
}
.column1 a {
    text-decoration: none !important;/* إزالة الخط السفلي */
    }
    
    .column1 a:hover {
    text-decoration: none !important; /* تأكيد عدم ظهور الخط السفلي عند التمرير */
    }
.body1 a:hover {
    -webkit-text-decoration: underline1 !important;
            text-decoration: underline1 !important; /* Adds underline */
}
.body1 .column a:hover {
    text-decoration: none !important; /* Adds underline */
}

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';
}

.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1rem;
	padding-left: 1rem;
}

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

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

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

@media (min-width: 1200px) {
	.container {
		max-width: 1200px !important;
	}
}

.drop-down-menu {
	visibility: hidden;
	position: absolute;
	left: 0px;
	margin-top: 3.5rem;
	width: max-content;
	border-radius: 0.5rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(226, 232, 240, 1);
	border-color: rgba(226, 232, 240, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-top: 1rem;
	padding-bottom: 1rem;
	opacity: 0;
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 500ms;
}

.group:hover .drop-down-menu {
	visibility: visible;
	margin-top: 1rem;
	opacity: 1;
}

.btn-accent {
	margin-right: 0.5rem;
	display: inline-block;
	border-radius: 0.375rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(191, 219, 254, 1);
	border-color: rgba(191, 219, 254, var(--tw-border-opacity));
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	font-size: .75rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.025em;
	--tw-text-opacity: 1;
	color: rgba(59, 130, 246, 1);
	color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.btn-accent:hover {
	--tw-border-opacity: 1;
	border-color: rgba(147, 197, 253, 1);
	border-color: rgba(147, 197, 253, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(29, 78, 216, 1);
	color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.border-radius-1-5 {
	border-radius: 0.375rem;
	/* أو يمكنك استخدام 24px إذا كانت 1rem = 16px */
}

.border-radius-3 {
	border-radius: 0.750rem;
	;
	/* أو يمكنك استخدام 24px إذا كانت 1rem = 16px */
}



.btn-primary {
	display: inline-block;
	border-radius: 0.375rem;
	--tw-bg-opacity: 1;
	background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.45rem;
	padding-bottom: 0.45rem;
	font-size: .75rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.025em;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, 1);
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-primary-square {
	display: inline-block;
	border-radius: 0.375rem;
	--tw-bg-opacity: 1;
	background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
	padding-left: 0.45rem;
	padding-right: 0.45rem;
	padding-top: 0.45rem;
	padding-bottom: 0.45rem;
	font-size: .75rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.025em;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, 1);
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-border {

	border-radius: 0.375rem;
	--tw-bg-opacity: 1;
	background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.45rem;
	padding-bottom: 0.45rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, 1);
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-primary:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.btn-white {
	display: inline-block;
	border-radius: 0.375rem;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
	text-align: center;
	font-size: .75rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.025em;
	--tw-text-opacity: 1;
	color: rgba(100, 116, 139, 1);
	color: rgba(100, 116, 139, var(--tw-text-opacity));
}

.btn-white:hover {
	--tw-text-opacity: 1;
	color: rgba(71, 85, 105, 1);
	color: rgba(71, 85, 105, var(--tw-text-opacity));
}

.visible {
	visibility: visible !important;
}

.static {
	position: static !important;
}

.fixed {
	position: fixed !important;
}

.absolute {
	position: absolute !important;
}

.relative {
	position: relative !important;
}

.inset-0 {
	top: 0px !important;
	right: 0px !important;
	bottom: 0px !important;
	left: 0px !important;
}

.inset-y-2\/4 {
	top: 50% !important;
	bottom: 50% !important;
}

.top-0 {
	top: 0px !important;
}

.left-0 {
	left: 0px !important;
}

.bottom-0 {
	bottom: 0px !important;
}

.right-0 {
	right: 0px !important;
}

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

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

.z-10 {
	z-index: 10 !important;
}

.order-1 {
	order: 1 !important;
}

.order-0 {
	order: 0 !important;
}

.order-first {
	order: -9999 !important;
}

.order-last {
	order: 9999 !important;
}

.float-left {
	float: left !important;
}

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

.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}

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

.-mx-8 {
	margin-left: -2rem !important;
	margin-right: -2rem !important;
}

.-mx-12 {
	margin-left: -3rem !important;
	margin-right: -3rem !important;
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.-mx-2 {
	margin-left: -0.5rem !important;
	margin-right: -0.5rem !important;
}

.-mx-3 {
	margin-left: -0.75rem !important;
	margin-right: -0.75rem !important;
}

.-mx-5 {
	margin-left: -1.25rem !important;
	margin-right: -1.25rem !important;
}

.my-1 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
}

.mx-2 {
	margin-left: 0.5rem !important;
	margin-right: 0.5rem !important;
}

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

.my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}

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

.my-12 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

.my-6 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

.mt-4 {
	margin-top: 1rem !important;
}

.mt-20 {
	margin-top: 5rem !important;
}

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

.mr-auto {
	margin-right: auto !important;
}

.mb-1 {
	margin-bottom: 0.25rem !important;
}

.mb-1\/2 {

	margin-bottom: 0.125rem !important;
}

.mb-3 {
	margin-bottom: 0.75rem !important;
}

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

.mt-auto {
	margin-top: auto !important;
}

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

.mb-3 {
	margin-bottom: 0.75rem !important;
}

.mb-12 {
	margin-bottom: 3rem !important;
}

.mb-6 {
	margin-bottom: 1.5rem !important;
}

.ml-auto {
	margin-left: auto !important;
}

.mt-12 {
	margin-top: 3rem !important;
}

.mt-18 {
	margin-top: 4.5rem !important;
}

.mt-28 {
	margin-top: 7rem !important;
}

.mb-16 {
	margin-bottom: 4rem !important;
}

.-mt-24 {
	margin-top: -6rem !important;
}

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

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

.-mb-6 {
	margin-bottom: -1.5rem !important;
}

.mt-2 {
	margin-top: 0.5rem !important;
}

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

.mr-4 {
	margin-right: 1rem !important;
}

.mr-1 {
	margin-right: 0.25rem !important;
}

.mr-0 {
	margin-right: 0rem !important;
}

.mb-5 {
	margin-bottom: 1.25rem !important;
}

.ml-1 {
	margin-left: 0.25rem !important;
}

.mr-3 {
	margin-right: 0.75rem !important;
}

.mt-8 {
	margin-top: 2rem !important;
}

.mr-2 {
	margin-right: 0.5rem !important;
}

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

.mr-8 {
	margin-right: 2rem !important;
}

.ml-4 {
	margin-left: 1rem !important;
}

.mb-20 {
	margin-bottom: 5rem !important;
}

.mr-5 {
	margin-right: 1.25rem !important;
}

.mt-32 {
	margin-top: 8rem !important;
}

.mt-40 {
	margin-top: 10rem !important;
}

.mt-24 {
	margin-top: 6rem !important;
}

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

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

.-ml-12 {
	margin-left: -3rem !important;
}

.-mt-12 {
	margin-top: -3rem !important;
}

.-mr-12 {
	margin-right: -3rem !important;
}

.-mr-4 {
	margin-right: -1rem !important;
}

.-mb-12 {
	margin-bottom: -3rem !important;
}

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

.-mr-6 {
	margin-right: -1.5rem !important;
}

.block {
	display: block !important;
}

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

.inline {
	display: inline !important;
}

.flex {
	display: flex !important;
}

.inline-flex {
	display: inline-flex !important;
}

.table {
	display: table !important;
}

.contents {
	display: contents !important;
}

.hidden {
	display: none !important;
}

.h-10 {
	height: 2.5rem !important;
}

.h-4 {
	height: 1rem !important;
}

.h-6 {
	height: 1.5rem !important;
}

.h-12 {
	height: 3rem !important;
}

.h-14 {
	height: 3.5rem !important;
}

.h-8 {
	height: 2rem !important;
}

.h-100 {
	height: 25rem !important;
}


.h-107 {
	height: 26.75rem !important;
}

.h-108 {
	height: 27rem !important;
}

.h-50 {
	height: 12.5rem !important;
}

.h-48 {
	height: 12rem !important;
}

.h-24 {
	height: 6rem !important;
}

.h-28 {
	height: 7rem !important;
}

.h-5 {
	height: 1.25rem !important;
}

.h-7 {
	height: 1.75rem !important;
}

.h-9 {
	height: 2.75rem !important;
}

.w-9 {
	width: 2.75rem !important;
}


.h-80 {
	height: 20rem !important;
}

.min-h-80 {
	min-height: 20rem !important;
}

.h-88 {
	height: 22rem !important;
}

.h-16 {
	height: 4rem !important;
}

.h-32 {
	height: 8rem !important;
}

.h-40 {
	height: 10rem !important;
}


.h-full {
	height: 100% !important;
}

.h-20 {
	height: 5rem !important;
}

.h-64 {
	height: 16rem !important;
}

.h-68 {
	height: 17rem !important;
}

.h-56 {
	height: 14rem !important;
}

.h-52 {
	height: 13rem !important;
}

.h-128 {
	height: 32rem !important;
}

.w-4 {
	width: 1rem !important;
}

.w-5\/6 {
	width: 83.333333% !important;
}

.w-6 {
	width: 1.5rem !important;
}

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

.w-full {
	width: 100% !important;
}

.w-12 {
	width: 3rem !important;
}

.w-8 {
	width: 2rem !important;
}

.w-7 {
	width: 1.75rem !important;
}

.w-24 {
	width: 6rem !important;
}

.w-28 {
	width: 7rem !important;
}

.w-36 {
	width: 9rem !important;
}

.w-32 {
	width: 8rem !important;
}

.w-40 {
	width: 10rem !important;
}

.w-38 {
	width: 9.5rem !important;
}

.w-42 {
	width: 10.5rem !important;
}

.w-56 {
	width: 14rem !important;
}

.w-60 {
	width: 15rem !important;
}

.w-64 {
	width: 16rem !important;
}

.w-66 {
	width: 16.5rem !important;
}

.w-68 {
	width: 17rem !important;
}

.w-72 {
	width: 18rem !important;
}

.w-100 {
	width: 25rem !important;
}

.w-144 {
	width: 36rem !important;
}


.w-50 {
	width: 12.5rem !important;
}

.w-auto {
	width: auto !important;
}

.w-16 {
	width: 4rem !important;
}

.w-5 {
	width: 1.25rem !important;
}

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




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

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

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




.w-40 {
	width: 10rem !important;
}

.w-64 {
	width: 16rem !important;
}

.max-w-sm {
	max-width: 24rem !important;
}

.max-w-lg {
	max-width: 32rem !important;
}

.max-w-2xl {
	max-width: 40rem !important;
}

.max-w-md {
	max-width: 28rem !important;
}

.max-w-xl {
	max-width: 36rem !important;
}

.max-w-screen-sm {
	max-width: 640px !important;
}

.max-w-3xl {
	max-width: 48rem !important;
}

.max-w-4xl {
	max-width: 56rem !important;
}

.w-4xl {
	width: 56rem !important;
}























.w-200 {
	width: 50rem !important;
}

.max-w-5xl {
	max-width: 64rem !important;
}

.max-w-6xl {
	max-width: 72rem !important;
}

.max-w-7xl {
	max-width: 79rem !important;
}





.flex-1 {
	flex: 1 1 !important;
}

.flex-shrink-0 {
	flex-shrink: 0 !important;
}

.transform {
	transform: var(--tw-transform) !important;
}

.cursor-pointer {
	cursor: pointer !important;
}

.resize-none {
	resize: none !important;
}

.resize {
	resize: both !important;
}

.list-inside {
	list-style-position: inside !important;
}

.list-disc {
	list-style-type: disc !important;
}

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

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

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

.place-content-center {
	place-content: center !important;
}

.content-center {
	align-content: center !important;
}

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

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

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

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

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

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

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

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

.space-y-3> :not([hidden])~ :not([hidden]) {
	--tw-space-y-reverse: 0 !important;
	margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
	margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
}

.space-y-4> :not([hidden])~ :not([hidden]) {
	--tw-space-y-reverse: 0 !important;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
	margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}

.-space-x-2> :not([hidden])~ :not([hidden]) {
	--tw-space-x-reverse: 0 !important;
	margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
	margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-y-12> :not([hidden])~ :not([hidden]) {
	--tw-space-y-reverse: 0 !important;
	margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
	margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
}

.space-x-2> :not([hidden])~ :not([hidden]) {
	--tw-space-x-reverse: 0 !important;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-y-2> :not([hidden])~ :not([hidden]) {
	--tw-space-y-reverse: 0 !important;
	margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
	margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
}

.self-center {
	align-self: center !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.overflow-y-auto {
	overflow-y: auto !important;
}

.overflow-x-hidden {
	overflow-x: hidden !important;
}

.rounded {
	border-radius: 0.5rem !important;
}

.rounded-xl {
	border-radius: 1.25rem !important;
}

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

.rounded-lg {
	border-radius: 0.625rem !important;
}

.rounded-l {
	border-top-left-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}

.rounded-r {
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}

.border {
	border-width: 1px !important;
}

.border-r {
	border-right-width: 1px !important;
}

.border-t {
	border-top-width: 1px !important;
}

.border-l-4 {
	border-left-width: 4px !important;
}

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

.border-blue-200 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(191, 219, 254, 1) !important;
	border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
}

.border-primary-color {
	--tw-border-opacity: 1 !important;
	border-color: #FFDE5B !important;
}

.border-white {
	--tw-border-opacity: 1 !important;
	border-color: white !important;
}

.border-blueGray-100 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(241, 245, 249, 1) !important;
	border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
}

.border-gray-100 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(243, 244, 246, 1) !important;
	border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
}

.border-blueGray-200 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(226, 232, 240, 1) !important;
	border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
}

.border-blue-300 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(147, 197, 253, 1) !important;
	border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
}

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

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

.border-blue-500 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(59, 130, 246, 1) !important;
	border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
}

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

.bg-blueGray-800 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
}

.bg-blue-400 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
}

.bg-prim {
	--tw-text-opacity: 1 !important;
	background-color: #FFDE5B !important;
}

.bg-blueGray-50 {
	--tw-bg-opacity: 1 !important;
	background-color: #FBFBFB !important;


}

.bg-blueGray-100 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
}

.bg-blue-pale {
	--tw-bg-opacity: 1 !important;
	background-color: #bfd7fd !important;
}

.bg-blue-light {
	--tw-bg-opacity: 1 !important;
	background-color: #FFDE5B !important;
}

.bg-blue-200 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
}

.bg-blue-100 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
}

.bg-blueGray-500 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(100, 116, 139, var(--tw-bg-opacity)) !important;
}

.bg-secondary-color {
	--tw-bg-opacity: 1 !important;
	background-color: #FFDE5B !important;
}

.bg-blue-500 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
}

.bg-blue-600 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
}

.bg-mistry-blue-50 {
	--tw-bg-opacity: 0.1 !important;
	background-color: rgb(132, 154, 190, var(--tw-bg-opacity)) !important;
}

.bg-blue-50 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
}

.bg-gray-1001 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
}

.bg-blueGray-200 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
}

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

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

.bg-top {
	background-position: top !important;
}

.bg-no-repeat {
	background-repeat: no-repeat !important;
}

.fill-current {
	fill: currentColor !important;
}

.object-cover {
	object-fit: cover !important;
}

.object-top {
	object-position: top !important;
}

.p-4 {
	padding: 1rem !important;
}

.p-3 {
	padding: 0.75rem !important;
}

.p-12 {
	padding: 3rem !important;
}

.p-5 {
	padding: 1.25rem !important;
}

.p-6 {
	padding: 1.5rem !important;
}

.p-8 {
	padding: 2rem !important;
}

.py-3 {
	padding-top: 0.75rem !important;
	padding-bottom: 0.75rem !important;
}

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

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

.py-5\/2 {
	padding-top: 0.625rem !important;
	padding-bottom: 0.625rem !important;
}

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

.py-6 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.py-8 {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}

.py-10 {
	padding-top: 2.5rem !important;
	padding-bottom: 2.5rem !important;
}

.py-0 {
	padding-top: 0rem !important;
	padding-bottom: 0rem !important;
}

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

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

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

.px-half {
	padding-left: 0.125rem !important;
	padding-right: 0.125rem !important;
}

.py-4 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.px-8 {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}

.px-7 {
	padding-left: 1.75rem !important;
	padding-right: 1.75rem !important;
}

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

.px-32 {
	padding-left: 8rem !important;
	padding-right: 8rem !important;
}

.px-40 {
	padding-left: 10rem !important;
	padding-right: 10rem !important;
}

.px-20 {
	padding-left: 5rem !important;
	padding-right: 5rem !important;
}

.px-44 {
	padding-left: 11rem !important;
	padding-right: 11rem !important;
}

.px-48 {
	padding-left: 12rem !important;
	padding-right: 12rem !important;
}

.py-12 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

.py-20 {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}

.py-16 {
	padding-top: 4rem !important;
	padding-bottom: 4rem !important;
}

.py-18 {
	padding-top: 4.5rem !important;
	padding-bottom: 4.5rem !important;
}

.py-14 {
	padding-top: 3.5rem !important;
	padding-bottom: 3.5rem !important;
}


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

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

.py-40 {
	padding-top: 10rem !important;
	padding-bottom: 10rem !important;
}

.px-12 {
	padding-left: 3rem !important;
	padding-right: 3rem !important;
}

.px-10 {
	padding-left: 2.5rem !important;
	padding-right: 2.5rem !important;
}

.px-9 {
	padding-left: 2.25rem !important;
	padding-right: 2.25rem !important;
}

.py-10 {
	padding-top: 2.5rem !important;
	padding-bottom: 2.5rem !important;
}

.py-24 {
	padding-top: 6rem !important;
	padding-bottom: 6rem !important;
}

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

.pt-4 {
	padding-top: 1rem !important;
}

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

.pl-5 {
	padding-left: 1.25rem !important;
}

.pt-6 {
	padding-top: 1.5rem !important;
}

.pt-20 {
	padding-top: 5rem !important;
}

.pb-32 {
	padding-bottom: 8rem !important;
}

.pl-3 {
	padding-left: 0.75rem !important;
}

.pt-40 {
	padding-top: 10rem !important;
}

.pt-24 {
	padding-top: 6rem !important;
}

.pb-10 {
	padding-bottom: 2.5rem !important;
}

.pb-2 {
	padding-bottom: 0.5rem !important;
}

.pt-8 {
	padding-top: 2rem !important;
}

.pb-16 {
	padding-bottom: 4rem !important;
}

.pb-8 {
	padding-bottom: 2rem !important;
}

.pb-20 {
	padding-bottom: 5rem !important;
}

.pb-12 {
	padding-bottom: 3rem !important;
}

.pl-4 {
	padding-left: 1rem !important;
}

.pl-8 {
	padding-left: 2rem !important;
}

.pr-8 {
	padding-right: 2rem !important;
}

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

.pl-6 {
	padding-left: 1.5rem !important;
}

.pb-40 {
	padding-bottom: 10rem !important;
}

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

.pt-px {
	padding-top: 1px !important;
}

.pt-12 {
	padding-top: 3rem !important;
}

.pr-4 {
	padding-right: 1rem !important;
}

.pr-6 {
	padding-right: 1.5rem !important;
}

.pt-16 {
	padding-top: 4rem !important;
}

.pt-18 {
	padding-top: 4.5rem !important;
}

.pt-19 {
	padding-top: 4.75rem !important;
}

.pt-20 {
	padding-top: 5rem !important;
}


.pb-6 {
	padding-bottom: 1.5rem !important;
}

.pt-10 {
	padding-top: 2.5rem !important;
}

.pb-5 {
	padding-bottom: 1.25rem !important;
}

.pr-10 {
	padding-right: 2.5rem !important;
}

.pr-3 {
	padding-right: 0.75rem !important;
}

.pb-3 {
	padding-bottom: 0.75rem !important;
}

.pr-12 {
	padding-right: 3rem !important;
}

.pb-24 {
	padding-bottom: 6rem !important;
}

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

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

.font-body {
	font-family: Montserrat, sans-serif !important;
}

.font-heading {
	font-family: "IBM Plex Sans Arabic", sans-serif !important;
}


.uppercase {
	text-transform: uppercase !important;
}

.capitalize {
	text-transform: capitalize !important;
}

.leading-none {
	line-height: 1 !important;
}

leading-none .leading-relaxed {
	line-height: 1.625 !important;
}

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

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

.tracking-wide {
	letter-spacing: 0.025em !important;
}

.text-body {
	--tw-text-opacity: 1 !important;
	color: rgba(30, 41, 59, 1) !important;
	color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
}

.text-blueGray-600 {
	--tw-text-opacity: 1 !important;
	color: rgba(71, 85, 105, 1) !important;
	color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
}

.text-blue-pale {
	--tw-bg-opacity: 1 !important;
	color: #bfd7fd !important;
}

.text-blue-500 {
	--tw-text-opacity: 1 !important;
	color: rgba(59, 130, 246, 1) !important;
	color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
}

.text-secondary-color {
	--tw-text-opacity: 1 !important;
	color: #FFDE5B !important;
}

.text-select {
	opacity: 1;
	color: #a1a1aa;
}


.blue-500 {
	--tw-text-opacity: 1;
	color: rgba(59, 130, 246, 1);
	color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.bg-blue-500 {

	background-color: rgba(59, 130, 246, 1);
}

.bg-blue-800 {

	background-color: rgba(30, 64, 175, 1);
}

.bg-blue-700 {

	background-color: rgba(29, 78, 216, 1);
}

.bg-blueGray-150 {
	background-color: #eff3f9;
}


.text-blueGray-400 {
	--tw-text-opacity: 1 !important;
	color: #575d69 !important;
}

.text-blueGray-500 {
	--tw-text-opacity: 1 !important;
	color: rgba(100, 116, 139, 1) !important;
	color: rgba(100, 116, 139, var(--tw-text-opacity)) !important;
}

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

.text-blue-800 {
	--tw-text-opacity: 1 !important;
	color: rgba(30, 64, 175, 1) !important;
	color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
}

.text-blue-600 {
	--tw-text-opacity: 1 !important;
	color: rgba(37, 99, 235, 1) !important;
	color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
}

.text-gray-500 {
	--tw-text-opacity: 1 !important;
	color: rgba(107, 114, 128, 1) !important;
	color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
}

.text-blue-200 {
	--tw-text-opacity: 1 !important;
	color: rgba(191, 219, 254, 1) !important;
	color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
}

.text-blueGray-200 {
	--tw-text-opacity: 1 !important;
	color: rgba(226, 232, 240, 1) !important;
	color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
}

.text-blue-300 {
	--tw-text-opacity: 1 !important;
	color: rgba(147, 197, 253, 1) !important;
	color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
}

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

.text-gray-300 {
	--tw-text-opacity: 1 !important;
	color: rgba(209, 213, 219, 1) !important;
	color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
}

.text-gray-400 {
	--tw-text-opacity: 1 !important;
	color: rgba(156, 163, 175, 1) !important;
	color: rgba(156, 163, 175, var(--tw-text-opacity)) !important;
}

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

.text-gray-900 {
	--tw-text-opacity: 1 !important;
	color: rgba(17, 24, 39, 1) !important;
	color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
}

.text-gray-700 {
	--tw-text-opacity: 1 !important;
	color: rgba(55, 65, 81, 1) !important;
	color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
}

.text-blueGray-100 {
	--tw-text-opacity: 1 !important;
	color: rgba(241, 245, 249, 1) !important;
	color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
}

.text-blue-400 {
	--tw-text-opacity: 1 !important;
	color: rgba(96, 165, 250, 1) !important;
	color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
}

.text-blueGray-300 {
	--tw-text-opacity: 1 !important;
	color: rgba(203, 213, 225, 1) !important;
	color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
}

.text-blue-700 {
	--tw-text-opacity: 1 !important;
	color: rgba(29, 78, 216, 1) !important;
	color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
}

.text-blueGray-900 {
	--tw-text-opacity: 1 !important;
	color: rgba(15, 23, 42, 1) !important;
	color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
}

.text-blueGray-800 {
	--tw-text-opacity: 1 !important;
	color: rgba(30, 41, 59, 1) !important;
	color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
}

.text-blue-light {
	--tw-text-opacity: 1 !important;
	color: #FFDE5B !important;
}

.border-prim {
	--tw-text-opacity: 1 !important;
	border-color: #FFDE5B !important;
}

.border-secondary-color {
	--tw-bg-opacity: 1 !important;
	border-color: #FFDE5B !important;
}


.underline {
	text-decoration: underline !important;
}

.antialiased {
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
}

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

.placeholder-blueGray-800::placeholder {
	--tw-placeholder-opacity: 1 !important;
	color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blueGray-400::placeholder {
	--tw-placeholder-opacity: 1 !important;
	color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
}

.opacity-25 {
	opacity: 0.25 !important;
}

.shadow {
	--tw-shadow: 0px 2px 4px rgba(148, 163, 184, 0.05), 0px 6px 24px rgba(235, 238, 251, 0.4) !important;
	box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.outline-none {
	outline: 2px solid transparent !important;
	outline-offset: 2px !important;
}

.blur {
	--tw-blur: blur(8px) !important;
	filter: var(--tw-filter) !important;
}

.filter {
	filter: var(--tw-filter) !important;
}

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

.transition-colors {
	transition-property: background-color, border-color, color, fill, stroke !important;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	transition-duration: 150ms !important;
}

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

.duration-200 {
	transition-duration: 200ms !important;
}

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

.ease-in-out {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/*CUSTOM CSS*/
:root {
	--tw-text-opacity: 1;
	--tw-divide-opacity: 1;
	--tw-border-opacity: 1;
}

/*Common*/
button:focus {
	border: 0;
	outline: none !important;
}

.max-h-0 {
	max-height: 0;
}

img {
	z-index: 2;
}

/*Dropdown Menu*/
nav li.has-child {
	position: relative;
	padding-right: 10px;
}

nav li.has-child::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 4px;
	height: 4px;
	border-radius: 10px;
	background-color: rgba(148, 163, 184, 1);
	background-color: rgba(148, 163, 184, var(--tw-text-opacity));
}

.menu-item {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, 1);
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
	border-bottom-width: 4px;
	display: inline-block;
	padding: 1.25rem;
}

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

.mega-sub-item {
	cursor: pointer;
	display: block;
	padding: 0.5rem;
}

.mega-sub-item:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, 1);
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.mega-sub-item-title {
	display: block;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.75rem;
	margin-bottom: 1.25rem;
}

.menu-sub-item {
	display: block;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}

.menu-sub-item:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, 1);
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

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

.group:hover .group-hover\:mt-4 {
	margin-top: 1rem;
}

.group:hover .group-hover\:visible {
	visibility: visible;
}

.group:hover .group-hover\:opacity-100 {
	opacity: 1;
}

.sub-dropdown:hover>.sub-dropdown-content {
	opacity: 1;
	visibility: visible;
	top: 0;
	left: 100%;
	min-width: 200px;
	margin-left: 5px;
}

.sub-dropdown:hover>a {
	background-color: #fff;
}

/*HEADER*/
.sticky-bar {
	position: relative;
	z-index: 3;
}

.sticky-bar-home {
	position: relative;
	z-index: 3;
}

.sticky-bar.stick {
	animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	left: 0;
	transition: all 0.3s ease 0s;
	background: #fff;
	margin-top: 0 !important;
}

.sticky-bar-home.stick-home {
	animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	left: 0;
	transition: all 0.3s ease 0s;
	background: #fff;
	margin-top: 0 !important;
	color: #000000 !important;
}

.sticky-bar-home.stick-home a.text-white {
	color: #000000 !important;
}

.bg-header {
	background-color: #FFFDF7;

}

.header-5.stick .logo-dark {
	display: block;

}

.header-5.stick .logo-light {
	display: none;
}

.bg-blueGray-150 {
	background-color: #eff3f9;
}

/*Other*/
.slick-arrow {
	cursor: pointer;
	padding: 10px;
}

.dot-style-1 ul {
	display: flex;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -110px;
	justify-content: center;
}

.dot-style-1 ul li {
	margin: 0 3px;
}

.dot-style-1 ul li button {
	width: 10px;
	height: 10px;
	border-radius: 30px;
	border: 1px solid;
	padding: 0;
	font-size: 0px;
	border-color: #c1c1c1;
	background: none;
	transition: all 0.3s linear;
}

.dot-style-1 ul li button:hover {
	background: #c1c1c1;
}

.dot-style-1 ul li.slick-active button {
	background: rgba(59, 130, 246, 1);
	background: rgba(59, 130, 246, var(--tw-text-opacity));
	border-color: rgba(59, 130, 246, 1);
	border-color: rgba(59, 130, 246, var(--tw-text-opacity));
}

li.menu-item-has-children {
	position: relative;
}

li.menu-item-has-children .menu-expand {
	right: 0;
	position: absolute;
	cursor: pointer;
	z-index: 9;
	text-align: center;
	font-size: 20px;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 38px;
	top: 5px;
	color: #253d4e;
	font-weight: 300;
}

li.menu-item-has-children.active .menu-expand {
	transform: rotate(45deg);
}

.min-w-200 {
	min-width: 200px;
}

.hover-up-5 {
	transition: 0.3s;
}

.hover-up-5:hover {
	transform: translateY(-5px);
	transition: 0.3s;
}

.hover-up-2 {
	transition: 0.3s;
}

.hover-up-2:hover {
	transform: translateY(-2px);
	transition: 0.3s;
}

.card-label-center {
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 70%;
}

#scrollUp {
	width: 40px;
	height: 40px;
	cursor: pointer;
	color: #fff;
	right: 30px;
	bottom: 30px;
	border-radius: 5px;
	text-align: center;
	overflow: hidden;
	z-index: 999 !important;
	background-color: #FFDE5B;
	box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);

	align-content: center;
	align-self: center;
	display: flex;
	/* استخدم flexbox */
	align-items: center;
	/* محاذاة عمودية */
	/* محاذاة أفقية */
	/* يتطابق مع ارتفاع الزر */
	justify-content: center;
	line-height: 40px;
	/* تأكد من أن هذا يتطابق مع ارتفاع الزر */

}

#scrollUp:hover {
	background-color: #f8d33d;
	/* Change background on hover */
	box-shadow: 0 40px 70px rgba(0, 0, 0, 0.1);
	/* Slightly increase shadow */
}

/*page loading*/

.preloader {
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	transition: 0.6s;
	margin: 0 auto;
	align-items: center;
	/* للمحاذاة العمودية */
	justify-content: center;
	/* للمحاذاة الأفقية */
	display: flex;


}

.preloader1 {

	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;


	display: flex;


}

.grid {
	display: grid;
}

.gap-4 {
	display: grid;
	grid-gap: 1rem;
	gap: 1rem;
}

.gap5 {
	display: grid;
	grid-gap: 1.25rem;
	gap: 1.25rem;
}

.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.logo {
	display: flex;
	align-items: center;
	/* لضمان محاذاة الصورة */
	justify-content: center;
	/* لضمان محاذاة الصورة */
}

.preloader .logo {
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.preloader .logo img {
	width: 50px;
}

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

/*Animation*/

@keyframes jump {
	0% {
		transform: translate3d(0, 15px, 0);
	}

	100% {
		transform: translate3d(0, 0, 0);
	}
}

.jump {
	transform-origin: 0;
	animation: jump 1s linear alternate infinite;
}

.hover\:-translate-y-1:hover {
	--tw-translate-y: -0.25rem !important;
	transform: var(--tw-transform) !important;
}

.hover\:border-blue-300:hover {
	--tw-border-opacity: 1 !important;
	border-color: rgba(147, 197, 253, 1) !important;
	border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-light:hover {
	--tw-border-opacity: 1 !important;
	border-color: #FFDE5B !important;
}



.hover\:bg-secondary-color :hover {
	--tw-bg-opacity: 1 !important;
	background-color: #FFDE5B !important;
}


.hover\:border-blueGray-300:hover {
	--tw-border-opacity: 1 !important;
	border-color: rgba(203, 213, 225, 1) !important;
	border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
}

.hover\:text-secondary-color:hover {
	--tw-text-opacity: 1 !important;
	color: #FFDE5B !important;
}




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

.hover\:border-blue-400:hover {
	--tw-border-opacity: 1 !important;
	border-color: rgba(96, 165, 250, 1) !important;
	border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-500:hover {
	--tw-border-opacity: 1 !important;
	border-color: rgba(59, 130, 246, 1) !important;
	border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
}

.hover\:bg-blue-50:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
}

.hover\:bg-mistry-blue-50:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(132, 154, 190, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-500:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blueGray-100:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blueGray-600:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-700:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-600:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-100:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blueGray-50:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
}

.hover\:text-blueGray-500:hover {
	--tw-text-opacity: 1 !important;
	color: rgba(100, 116, 139, 1) !important;
	color: rgba(100, 116, 139, var(--tw-text-opacity)) !important;
}

.hover\:text-prim:hover {
	--tw-text-opacity: 1 !important;
	color: #FFDE5B !important;
}



.hover\:text-blue-700:hover {
	--tw-text-opacity: 1 !important;
	color: rgba(29, 78, 216, 1) !important;
	color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
}

.hover\:text-blue-500:hover {
	--tw-text-opacity: 1 !important;
	color: rgba(59, 130, 246, 1) !important;
	color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
}

.hover\:text-blueGray-800:hover {
	--tw-text-opacity: 1 !important;
	color: rgba(30, 41, 59, 1) !important;
	color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
}

.hover\:text-blueGray-600:hover {
	--tw-text-opacity: 1 !important;
	color: rgba(71, 85, 105, 1) !important;
	color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
}

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

.hover\:underline:hover {
	text-decoration: underline !important;
}

.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) !important;
	box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:border-gray-500:focus {
	--tw-border-opacity: 1 !important;
	border-color: rgba(107, 114, 128, 1) !important;
	border-color: rgba(107, 114, 128, var(--tw-border-opacity)) !important;
}

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

.hover\:bg-prim:hover {
	--tw-text-opacity: 1 !important;
	background-color: #FFDE5B !important;
}

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

.group:hover .group-hover\:text-blue-500 {
	--tw-text-opacity: 1 !important;
	color: rgba(59, 130, 246, 1) !important;
	color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
}

@media (max-width: 320px) {
	.sm1\:bottom-0 {
		margin-bottom: 0rem !important;
	}

	.sm1\:flex-wrap {
		flex-wrap: wrap !important;
	}

}

@media (min-width: 240px) {
	.sm\:flex-col {
		flex-direction: column !important;
	}

	.sm\:p-1 {
		padding: 0.25rem !important;
	}

	.sm\:p-2 {
		padding: 0.5rem !important;
	}

	.sm\:p-4 {
		padding: 1rem !important;
	}

	.sm\:p-3 {
		padding: 0.75rem !important;
	}

	.sm\:p-12 {
		padding: 3rem !important;
	}

	.sm\:p-5 {
		padding: 1.25rem !important;
	}

	.sm\:p-6 {
		padding: 1.5rem !important;
	}

	.sm\:p-8 {
		padding: 2rem !important;
	}

	.sm\:flex-wrap {
		flex-wrap: wrap !important;
	}

	.sm\:py-3 {
		padding-top: 0.75rem !important;
		padding-bottom: 0.75rem !important;
	}

	.sm\:py-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.sm\:px-3 {
		padding-left: 0.75rem !important;
		padding-right: 0.75rem !important;
	}

	.sm\:py-5\/2 {
		padding-top: 0.625rem !important;
		padding-bottom: 0.625rem !important;
	}

	.sm\:px-5 {
		padding-left: 1.25rem !important;
		padding-right: 1.25rem !important;
	}

	.sm\:py-6 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.sm\:py-8 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}

	.sm\:py-10 {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important;
	}


	.sm\:px-6 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}

	.sm\:px-4 {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	.sm\:px-1 {
		padding-left: 0.25rem !important;
		padding-right: 0.25rem !important;
	}

	.sm\:px-half {
		padding-left: 0.125rem !important;
		padding-right: 0.125rem !important;
	}

	.sm\:py-4 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.sm\:px-8 {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}

	.sm\:px-2 {
		padding-left: 0.5rem !important;
		padding-right: 0.5rem !important;
	}

	.sm\:px-32 {
		padding-left: 8rem !important;
		padding-right: 8rem !important;
	}

	.sm\:px-40 {
		padding-left: 10rem !important;
		padding-right: 10rem !important;
	}

	.sm\:px-20 {
		padding-left: 5rem !important;
		padding-right: 5rem !important;
	}

	.sm\:px-44 {
		padding-left: 11rem !important;
		padding-right: 11rem !important;
	}

	.sm\:px-48 {
		padding-left: 12rem !important;
		padding-right: 12rem !important;
	}

	.sm\:py-12 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.sm\:py-20 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}

	.sm\:py-16 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important;
	}

	.sm\:py-18 {
		padding-top: 4.5rem !important;
		padding-bottom: 4.5rem !important;
	}

	.sm\:py-14 {
		padding-top: 3.5rem !important;
		padding-bottom: 3.5rem !important;
	}


	.sm\:py-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.sm\:px-5 {
		padding-left: 1.25rem !important;
		padding-right: 1.25rem !important;
	}

	.sm\:py-40 {
		padding-top: 10rem !important;
		padding-bottom: 10rem !important;
	}

	.sm\:px-12 {
		padding-left: 3rem !important;
		padding-right: 3rem !important;
	}

	.sm\:px-10 {
		padding-left: 2.5rem !important;
		padding-right: 2.5rem !important;
	}

	.sm\:px-9 {
		padding-left: 2.25rem !important;
		padding-right: 2.25rem !important;
	}

	.sm\:py-10 {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important;
	}

	.sm\:py-24 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important;
	}

	.sm\:py-5 {
		padding-top: 1.25rem !important;
		padding-bottom: 1.25rem !important;
	}

	.sm\:pt-4 {
		padding-top: 1rem !important;
	}

	.sm\:pb-4 {
		padding-bottom: 1rem !important;
	}

	.sm\:pl-5 {
		padding-left: 1.25rem !important;
	}

	.sm\:pt-6 {
		padding-top: 1.5rem !important;
	}

	.sm\:pt-20 {
		padding-top: 5rem !important;
	}

	.sm\:pb-32 {
		padding-bottom: 8rem !important;
	}

	.sm\:pl-3 {
		padding-left: 0.75rem !important;
	}

	.sm\:pt-40 {
		padding-top: 10rem !important;
	}

	.sm\:pt-24 {
		padding-top: 6rem !important;
	}

	.sm\:pb-10 {
		padding-bottom: 2.5rem !important;
	}

	.sm\:pb-2 {
		padding-bottom: 0.5rem !important;
	}

	.sm\:pt-8 {
		padding-top: 2rem !important;
	}

	.sm\:pb-16 {
		padding-bottom: 4rem !important;
	}

	.sm\:pb-8 {
		padding-bottom: 2rem !important;
	}

	.sm\:pb-20 {
		padding-bottom: 5rem !important;
	}

	.sm\:pb-12 {
		padding-bottom: 3rem !important;
	}

	.sm\:pl-4 {
		padding-left: 1rem !important;
	}

	.sm\:pl-8 {
		padding-left: 2rem !important;
	}

	.sm\:pr-8 {
		padding-right: 2rem !important;
	}

	.sm\:pt-5 {
		padding-top: 1.25rem !important;
	}

	.sm\:pl-6 {
		padding-left: 1.5rem !important;
	}

	.sm\:pb-40 {
		padding-bottom: 10rem !important;
	}

	.sm\:pt-3 {
		padding-top: 0.75rem !important;
	}

	.sm\:pt-px {
		padding-top: 1px !important;
	}

	.sm\:pt-12 {
		padding-top: 3rem !important;
	}

	.sm\:pr-4 {
		padding-right: 1rem !important;
	}

	.sm\:pr-6 {
		padding-right: 1.5rem !important;
	}

	.sm\:pt-16 {
		padding-top: 4rem !important;
	}

	.sm\:pt-18 {
		padding-top: 4.5rem !important;
	}

	.sm\:pt-19 {
		padding-top: 4.75rem !important;
	}

	.sm\:pt-20 {
		padding-top: 5rem !important;
	}


	.sm\:pb-6 {
		padding-bottom: 1.5rem !important;
	}

	.sm\:pt-10 {
		padding-top: 2.5rem !important;
	}

	.sm\:pb-5 {
		padding-bottom: 1.25rem !important;
	}

	.sm\:pr-10 {
		padding-right: 2.5rem !important;
	}

	.sm\:pr-3 {
		padding-right: 0.75rem !important;
	}

	.sm\:pb-3 {
		padding-bottom: 0.75rem !important;
	}

	.sm\:pr-12 {
		padding-right: 3rem !important;
	}

	.sm\:pb-24 {
		padding-bottom: 6rem !important;
	}


	.sm\:text-2xs {
		font-size: .75rem !important;
		font-weight: 400 !important;
	}

	.sm\:text-3xs {
		font-size: .625rem !important;
		font-weight: 400 !important;
	}

	.sm\:text-xs {
		font-size: .875rem !important;
		font-weight: 400 !important;
	}

	.sm\:text-base {
		font-size: 1rem !important;
		font-weight: 400 !important;
	}

	.sm\:text-sm {
		font-size: .875rem !important;
		font-weight: 400 !important;
	}


	.sm\:px-1 {
		padding-left: 0.25rem !important;
		padding-right: 0.25rem !important;
	}

	.sm\:px-2 {
		padding-left: 0.5rem !important;
		padding-right: 0.5rem !important;
	}

	.sm\:h-10 {
		height: 2.5rem !important;
	}

	.sm\:h-4 {
		height: 1rem !important;
	}

	.sm\:h-75 {
		height: 18.75rem !important;
	}

	.sm\:h-6 {
		height: 1.5rem !important;
	}

	.sm\:h-12 {
		height: 3rem !important;
	}

	.sm\:h-14 {
		height: 3.5rem !important;
	}

	.sm\:h-8 {
		height: 2rem !important;
	}

	.sm\:h-100 {
		height: 25rem !important;
	}

	.sm\:h-104 {
		height: 26rem !important;
	}

	.sm\:h-50 {
		height: 12.5rem !important;
	}

	.sm\:h-48 {
		height: 12rem !important;
	}

	.sm\:h-24 {
		height: 6rem !important;
	}

	.sm\:h-28 {
		height: 7rem !important;
	}

	.sm\:h-5 {
		height: 1.25rem !important;
	}

	.sm\:h-7 {
		height: 1.75rem !important;
	}

	.sm\:h-9 {
		height: 2.75rem !important;
	}

	.sm\:.w-9 {
		width: 2.75rem !important;
	}


	.sm\:h-80 {
		height: 20rem !important;
	}

	.sm\:h-16 {
		height: 4rem !important;
	}

	.sm\:h-32 {
		height: 8rem !important;
	}

	.sm\:h-40 {
		height: 10rem !important;
	}


	.sm\:h-full {
		height: 100% !important;
	}

	.sm\:h-20 {
		height: 5rem !important;
	}

	.sm\:h-64 {
		height: 16rem !important;
	}

	.sm\:h-56 {
		height: 14rem !important;
	}

	.sm\:h-52 {
		height: 13rem !important;
	}

	.sm\:h-128 {
		height: 32rem !important;
	}

	.sm\:w-4 {
		width: 1rem !important;
	}

	.sm\:w-5\/6 {
		width: 83.333333% !important;
	}

	.sm\:w-6 {
		width: 1.5rem !important;
	}

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

	.sm\:w-full {
		width: 100% !important;
	}

	.sm\:w-12 {
		width: 3rem !important;
	}

	.sm\:w-8 {
		width: 2rem !important;
	}

	.sm\:w-7 {
		width: 1.75rem !important;
	}

	.sm\:w-24 {
		width: 6rem !important;
	}

	.sm\:w-28 {
		width: 7rem !important;
	}

	.sm\:w-36 {
		width: 9rem !important;
	}

	.sm\:w-32 {
		width: 8rem !important;
	}

	.sm\:w-40 {
		width: 10rem !important;
	}

	.sm\:w-42 {
		width: 10.5rem !important;
	}

	.sm\:gap-2 {
		gap: 0.5rem !important;
	}

	.sm\:w-56 {
		width: 14rem !important;
	}

	.sm\:w-60 {
		width: 15rem !important;
	}

	.sm\:w-100 {
		width: 25rem !important;
	}

	.sm\:w-50 {
		width: 12.5rem !important;
	}

	.sm\:w-auto {
		width: auto !important;
	}

	.sm\:w-16 {
		width: 4rem !important;
	}

	.sm\:w-5 {
		width: 1.25rem !important;
	}

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




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

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

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




	.sm\:w-40 {
		width: 10rem !important;
	}

	.sm\:w-64 {
		width: 16rem !important;
	}

	.sm\:max-w-sm {
		max-width: 24rem !important;
	}

	.sm\:max-w-lg {
		max-width: 32rem !important;
	}

	.sm\:max-w-2xl {
		max-width: 40rem !important;
	}

	.sm\:max-w-md {
		max-width: 28rem !important;
	}

	.sm\:max-w-xl {
		max-width: 36rem !important;
	}

	.sm\:max-w-screen-sm {
		max-width: 640px !important;
	}

	.sm\:max-w-3xl {
		max-width: 48rem !important;
	}

	.sm\:max-w-4xl {
		max-width: 56rem !important;
	}

	.sm\:w-200 {
		width: 50rem !important;
	}

	.sm\:max-w-5xl {
		max-width: 64rem !important;
	}

	.sm\:max-w-6xl {
		max-width: 72rem !important;
	}

	.sm\:max-w-7xl {
		max-width: 79rem !important;
	}





	.sm\:flex-1 {
		flex: 1 1 !important;
	}







	.sm\:w-36 {
		width: 9rem !important;
	}

	.sm\:text-base {
		font-size: 1rem !important;
	}

	.sm\:text-lg {
		font-size: 1.125rem !important;

	}

	.sm\:text-xl {
		font-size: 1.25rem !important;
	}

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

	.sm\:text-xs {
		font-size: .75rem !important;
	}

	.sm\:text-3xl {
		font-size: 1.875rem !important;
	}







	.sm\:bottom-0 {
		margin-bottom: 0 !important;
	}

	.sm\:hidden {
		display: none !important;
	}

	.sm\:block {
		display: block;
		/* تظهر كل عنصر في سطر جديد على الشاشات الضيقة */
	}

	.sm\:w-full {
		width: 100% !important;
	}

	.sm\:mb-0 {

		margin-bottom: 0px !important;
	}

	.sm\:mr-3 {
		margin-right: 0.75rem !important;
	}

	.sm\:ml-6 {
		margin-left: 1.5rem !important;
	}

	.sm\:inline-block {
		display: inline-block !important;
	}

	.sm\:mt-12 {
		margin-top: 3rem !important;
	}

	.sm\:mt-24 {
		margin-top: 6rem !important;
	}

	.sm\:pt-12 {
		padding-top: 3rem !important;
	}

	.sm\:pt-24 {
		padding-top: 6rem !important;
	}

	.sm\:h-24 {
		height: 6rem !important;
	}

	.sm\:h-10 {
		height: 2.5rem !important;
	}

	.sm\:h-6 {
		height: 1.5rem !important;
	}

	.sm\:h-4 {
		height: 1rem !important;
	}

	.sm\:h-8 {
		height: 2rem !important;
	}

	.sm\:h-20 {
		height: 5rem !important;
	}

	.sm\:h-60 {
		height: 14rem !important;
	}

	.sm\:h-40 {
		height: 10rem !important;
	}

	.sm\:h-44 {
		height: 11rem !important;
	}

	.sm\:h-48 {
		height: 12rem !important;
	}

	.sm\:h-80 {
		height: 20rem !important;
	}

	.sm\:h-78 {
		height: 19.5rem !important;
	}

	.sm\:h-70 {
		height: 17.5rem !important;
	}

	.sm\:h-82 {
		height: 20.5rem !important;
	}

	.sm\:h-86 {
		height: 21rem !important;
	}
	.sm\:h-90 {
		height: 22.5rem !important;
	}

	.sm\:h-28 {
		height: 7rem !important;
	}

	.sm\:h-32 {
		height: 8rem !important;
	}

	.sm\:w-24 {
		width: 6rem !important;
	}

	.sm\:w-10 {
		width: 2.5rem !important;
	}

	.sm\:w-50 {
		width: 12.5rem !important;
	}

	.-ml-12 {
		width: 6rem !important;
	}

	.sm\:w-12 {
		width: 3rem !important;
	}

	.sm\:w-32 {
		width: 8rem !important;
	}

	.sm\:my-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}

	.sm\:py-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.sm\:h-auto {
		height: auto !important;
	}

	.sm\:w-8 {
		width: 2rem !important;
	}

	.sm\:w-20 {
		width: 5rem !important;
	}

	.sm\:w-16 {
		width: 4rem !important;
	}

	.sm\:w-12 {
		width: 3rem !important;
	}

	.sm\:max-w-sm {
		max-width: 24rem !important;
	}

	.sm\:justify-center {
		justify-content: center !important;
	}

	.sm\:mb-6 {
		margin-bottom: 1.5rem !important;
	}

	.sm\:py-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.sm\:px-6 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}

	.sm\:py-4 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.sm\:text-2xl {
		font-size: 1.5rem !important;
	}

	.sm\:text-base {
		font-size: 1rem !important;
	}

	.sm\:text-sm {
		font-size: .875rem !important;
	}

	.sm\:gap-4 {
		gap: 1rem !important;
	}
}

.h-60 {
	height: 14rem !important;
}

@media (min-width: 450px) {
	.sm1\:w-20 {
		width: 5rem !important;
	}

	.sm1\:gap-4 {
		gap: 1rem !important;
	}

	.sm1\:w-24 {
		width: 6rem !important;
	}

	.sm1\:w-28 {
		width: 7rem !important;
	}

	.sm1\:w-32 {
		width: 8rem !important;
	}

	.sm1\:w-full {
		width: 100% !important;
	}

	.sm1\:w-1\/3 {
		width: 33.333333% !important;
	}

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

@media (min-width: 550px) {

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

	.sm2\:w-1\/3 {
		width: 33.333333% !important;
	}

	.sm2\:justify-start {
		justify-content: flex-start !important;
	}
}

@media (min-width: 640px) {

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

	.sm3\:w-1\/3 {
		width: 33.333333% !important;
	}

	.sm3\:justify-start {
		justify-content: flex-start !important;
	}
}


@media (min-width: 768px) {
	.md\:px-4 {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	.md\:flex-wrap {
		flex-wrap: wrap !important;
	}

	.md\:h-full {
		height: 100% !important;
	}

	.md\:py-4 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.md\:flex-col {
		flex-direction: column !important;
	}

	.md\:w-4\/5 {
		width: 80% !important;
	}

	.md\:px-6 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}

	.md\:px-7 {
		padding-left: 1.75rem !important;
		padding-right: 1.75rem !important;
	}

	.md\:w-71\% {
		width: 71% !important;
	}

	.md\:w-60\% {
		width: 60% !important;
	}

	.md\:w-40\% {
		width: 40% !important;
	}

	.md\:w-72\% {
		width: 72% !important;
	}

	.md\:w-23\% {
		width: 23% !important;
	}

	.md\:w-30\% {
		width: 30% !important;
	}

	.md\:w-65\% {
		width: 65% !important;
	}

	.md\:w-24\% {
		width: 24% !important;
	}

	.md\:w-4 {
		width: 1rem !important;
	}

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

	.md\:w-5\/6 {
		width: 83.333333% !important;
	}

	.md\:w-6 {
		width: 1.5rem !important;
	}

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

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

	.md\:w-full {
		width: 100% !important;
	}

	.md\:w-12 {
		width: 3rem !important;
	}

	.md\:w-8 {
		width: 2rem !important;
	}

	.md\:w-7 {
		width: 1.75rem !important;
	}

	.md\:w-24 {
		width: 6rem !important;
	}

	.md\:w-28 {
		width: 7rem !important;
	}

	.md\:w-36 {
		width: 9rem !important;
	}

	.md\:w-32 {
		width: 8rem !important;
	}

	.md\:w-40 {
		width: 10rem !important;
	}

	.md\:w-42 {
		width: 10.5rem !important;
	}

	.md\:container1 {
		margin-left: 200px !important;
	}

	.md\:flex {
		display: flex !important;
	}

	.md\:h-107 {
		height: 26.75rem !important;
	}

	.md\:text-sm {
		font-size: .875rem !important;
		font-weight: 400 !important;
	}

	.md\:px-10 {
		padding-left: 2.5rem !important;
		padding-right: 2.5rem !important;
	}

	.md\:justify-start {
		justify-content: flex-start !important;
	}

	.md\:h-60 {
		height: 14rem !important;
	}

	.md\:w-42 {
		width: 10.5rem !important;
	}

	.md\:gap-8 {
		gap: 2rem !important;
	}

	.md\:gap-6 {
		gap: 1.5rem !important;
	}

	.md\:order-1 {
		order: 1 !important;
	}

	.md\:order-0 {
		order: 0 !important;
	}

	.md\:w-60 {
		width: 15rem !important;
	}

	.md\:flex-row {
		flex-direction: row !important;
	}

	.md\:h-120 {
		height: 30rem !important;
	}
	.md\:h-108 {
		height: 27rem !important;
	}
	.md\:h-112 {
		height: 28rem !important;
	}

	.md\:px-12 {
		padding-left: 3rem !important;
		padding-right: 3rem !important;
	}

	.md\:min-h-12 {
		height: 3rem !important;
	}


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

	.md\:gap10 {
		display: grid;
		grid-gap: 2.5rem;
		gap: 2.5rem;
	}

	.md\:justify-center {
		justify-content: center !important;
	}

	.md\:mb-0 {
		margin-bottom: 0px !important;
	}

	.md\:mt-0 {
		margin-top: 0px !important;
	}

	.md\:mr-6 {
		margin-right: 1.5rem !important;
	}

	.md\:-mr-32 {
		margin-right: -8rem !important;
	}

	.md\:mt-8 {
		margin-top: 2rem !important;
	}

	.md\:pl-25 {
		padding-left: 6.25rem !important;
	}

	.md\:py-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.md\:px-8 {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}

	.md\:px-2 {
		padding-left: 0.5rem !important;
		padding-right: 0.5rem !important;
	}

	.md\:block {
		display: block !important;
	}

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

	.md\:w-2\/3 {
		width: 66.666667% !important;
	}


	.md\:w-auto {
		width: auto !important;
	}

	.md\:w-full {
		width: 100% !important;
	}

	.md\:w-1\/3 {
		width: 33.333333% !important;
	}

	.md\:w-3\/5 {
		width: 60% !important;
	}

	.md\:max-w-md {
		max-width: 28rem !important;
	}

	.md\:py-20 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}

	.md\:py-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.md\:px-5 {
		padding-left: 1.25rem !important;
		padding-right: 1.25rem !important;
	}

	.md\:py-16 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important;
	}

	.md\:pt-20 {
		padding-top: 5rem !important;
	}

	.md\:pb-12 {
		padding-bottom: 3rem !important;
	}

	.md\:text-4xl {
		font-size: 2rem !important;
		line-height: 3.2rem !important;
	}

	.md\:text-2xl {
		font-size: 1.5rem !important;
	}

	.md\:text-base {
		font-size: 1rem !important;
	}

	.md\:text-lg {
		font-size: 1.125rem !important;
	}

	.md\:text-5xl {
		font-size: 3rem !important;
		line-height: 4rem !important;
	}

	.md\:text-xl {
		font-size: 1.25rem !important;
	}

	.md\:text-xs {
		font-size: .75rem !important;
	}

	.md\:text-3xl {
		font-size: 1.875rem !important;
	}

	.md\:h-48 {
		height: 12rem !important;
	}

	.md\:h-144 {
		height: 36rem !important;
	}

	.md\:h-132 {
		height: 33rem !important;
	}

	.md\:h-140 {
		height: 35rem !important;
	}

	.md\:h-160 {
		height: 40rem !important;
	}

	.md\:h-152 {
		height: 38rem !important;
	}

	.md\:h-16 {
		height: 4rem !important;
	}

	.md\:hidden {
		display: none !important;
	}

	.md\:bottom-50 {
		margin-bottom: 12.5rem !important;
	}

	.md\:bottom-100 {
		margin-bottom: 25rem !important;
	}

	.md\:bottom-50 {
		margin-bottom: 12.5rem !important;
	}

	.md\:bottom-80 {
		margin-bottom: 20rem !important;
	}

	.md\:w-50 {
		width: 12.5rem !important;
	}
}

.bottom-0 {
	margin-bottom: 0rem !important;
}

@media (min-width: 1024px) {
	.lg\:bottom-0 {
		margin-bottom: 0rem !important;
	}

	.lg\:justify-start {
		justify-content: flex-start !important;
	}

	.lg\:w-4\/5 {
		width: 80% !important;
	}

	.lg\:w-71\% {
		width: 71% !important;
	}

	.lg\:w-72\% {
		width: 72% !important;
	}

	.lg\:w-23\% {
		width: 23% !important;
	}

	.lg\:w-24\% {
		width: 24% !important;
	}

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

	.lg\:absolute {
		position: absolute !important;
	}

	.lg\:py-0 {
		padding-top: 0rem !important;
		padding-bottom: 0rem !important;
	}

	.lg\:px-48 {
		padding-left: 12rem !important;
		padding-right: 12rem !important;
	}

	.lg\:px-20 {
		padding-left: 5rem !important;
		padding-right: 5rem !important;
	}

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

	.lg\:container1 {
		margin-left: 0 !important;
	}

	.lg\:px-4 {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	.lg\:relative {
		position: relative !important;
	}

	.lg\:bottom-0 {
		bottom: 0px !important;
	}

	.lg\:left-0 {
		left: 0px !important;
	}

	.lg\:order-1 {
		order: 1 !important;
	}

	.lg\:order-last {
		order: 9999 !important;
	}

	.lg\:order-first {
		order: -9999 !important;
	}

	.lg\:mx-0 {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	.lg\:my-0 {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}

	.lg\:ml-0 {
		margin-left: 0px !important;
	}

	.lg\:mb-0 {
		margin-bottom: 0px !important;
	}

	.lg\:ml-6 {
		margin-left: 1.5rem !important;
	}

	.lg\:mb-20 {
		margin-bottom: 5rem !important;
	}

	.lg\:mb-4 {
		margin-bottom: 1rem !important;
	}

	.lg\:mr-4 {
		margin-right: 1rem !important;
	}

	.lg\:mt-0 {
		margin-top: 0px !important;
	}

	.lg\:mb-6 {
		margin-bottom: 1.5rem !important;
	}

	.lg\:block {
		display: block !important;
	}

	.lg\:flex {
		display: flex !important;
	}

	.lg\:hidden {
		display: none !important;
	}

	.lg\:h-128 {
		height: 32rem !important;
	}

	.lg\:h-32 {
		height: 8rem !important;
	}

	.lg\:h-40 {
		height: 10rem !important;
	}

	.lg\:h-44 {
		height: 11rem !important;
	}

	.lg\:h-48 {
		height: 12rem !important;
	}

	.lg\:h-80 {
		height: 20rem !important;
	}

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

	.lg\:w-auto {
		width: auto !important;
	}

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

	.lg\:w-2\/3 {
		width: 66.666667% !important;
	}

	.lg\:w-100 {
		width: 25rem !important;
	}

	.lg\:w-1\/3 {
		width: 33.333333% !important;
	}

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

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

	.lg\:w-2\/5 {
		width: 40% !important;
	}

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

	.lg\:w-1\/5 {
		width: 20% !important;
	}

	.lg\:w-full {
		width: 100% !important;
	}

	.lg\:w-1\/6 {
		width: 16.666667% !important;
	}

	.lg\:w-4\/6 {
		width: 66.666667% !important;
	}

	.lg\:max-w-full {
		max-width: 100% !important;
	}

	.lg\:max-w-md {
		max-width: 28rem !important;
	}

	.lg\:max-w-lg {
		max-width: 32rem !important;
	}

	.lg\:max-w-3xl {
		max-width: 48rem !important;
	}

	.lg\:max-w-xs {
		max-width: 20rem !important;
	}

	.lg\:max-w-sm {
		max-width: 24rem !important;
	}

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

	.lg\:flex-col {
		flex-direction: column !important;
	}

	.lg\:flex-nowrap {
		flex-wrap: nowrap !important;
	}

	.lg\:items-center {
		align-items: center !important;
	}

	.lg\:justify-between {
		justify-content: space-between !important;
	}

	.lg\:space-x-12> :not([hidden])~ :not([hidden]) {
		--tw-space-x-reverse: 0 !important;
		margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
		margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
	}

	.lg\:space-y-0> :not([hidden])~ :not([hidden]) {
		--tw-space-y-reverse: 0 !important;
		margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
		margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
	}

	.lg\:space-x-8> :not([hidden])~ :not([hidden]) {
		--tw-space-x-reverse: 0 !important;
		margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
		margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
	}

	.lg\:border-b-0 {
		border-bottom-width: 0px !important;
	}

	.lg\:bg-contain {
		background-size: contain !important;
	}

	.lg\:p-20 {
		padding: 5rem !important;
	}

	.lg\:py-16 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important;
	}

	.lg\:py-32 {
		padding-top: 8rem !important;
		padding-bottom: 8rem !important;
	}

	.lg\:py-6 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}



	.lg\:pl-25 {
		padding-left: 6.25rem !important;
	}

	.lg\:pl-12 {
		padding-left: 3rem !important;
	}

	.lg\:pl-16 {
		padding-left: 4rem !important;
	}

	.lg\:pr-20 {
		padding-right: 5rem !important;
	}

	.lg\:pt-4 {
		padding-top: 1rem !important;
	}

	.lg\:pl-20 {
		padding-left: 5rem !important;
	}

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

	.lg\:pr-16 {
		padding-right: 4rem !important;
	}

	.lg\:pr-32 {
		padding-right: 8rem !important;
	}

	.lg\:pl-32 {
		padding-left: 8rem !important;
	}

	.lg\:pl-24 {
		padding-left: 6rem !important;
	}

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

	.lg\:text-4xl {
		font-size: 2.25rem !important;
		line-height: 3.2rem !important;
	}

	.lg\:text-3xl {
		font-size: 1.875rem !important;
	}

	.lg\:text-sm {
		font-size: .875rem !important;
	}

	.lg\:text-2xl {
		font-size: 1.5rem !important;
	}

	.lg\:text-xl {
		font-size: 1.25rem !important;
	}

	.lg\:text-lg {
		font-size: 1.125rem !important;
	}

	.lg\:text-5xl {
		font-size: 3rem !important;
		line-height: 4rem !important;
	}

	.lg\:text-base {
		font-size: 1rem !important;
	}

	.lg\:font-normal {
		font-weight: 400 !important;
	}

	.lg\:leading-normal {
		line-height: 1.5 !important;
	}
}

@media (min-width: 1200px) {
	.xl\:bg-contain {
		background-size: contain !important;
	}
}

.en {
	direction: ltr !important;
	font-family: "IBM Plex Sans Arabic";
}

.ar {
	direction: rtl !important;
	font-family: "IBM Plex Sans Arabic";
}

body {
	font-family: "IBM Plex Sans Arabic" !important;
}

.prime {
	background-color: #FFDE5B !important;
}

.text-prim {
	--tw-text-opacity: 1 !important;
	color: #FFDE5B !important;
}

.hover\:text-prim:hover {
	--tw-text-opacity: 1 !important;
	color: #FFDE5B !important;
}

* {
	scroll-behavior: smooth;

	font-family: "IBM Plex Sans Arabic";
}

.Link:hover {
	text-decoration: underline !important;
	/* Adds underline */
}

.column a {
	text-decoration: none !important;
	/* إزالة الخط السفلي */
}

.column a:hover {
	text-decoration: none !important;
	/* تأكيد عدم ظهور الخط السفلي عند التمرير */
}




.border-radius-5\/2 {
	border-radius: 2.5rem;
	/* أو يمكنك استخدام 24px إذا كانت 1rem = 16px */
}

.br-10px {
	border-radius: 10px;
	/* أو يمكنك استخدام 24px إذا كانت 1rem = 16px */
}




.nav-item-text {
	font-family: "IBM Plex Sans Arabic";
	font-size: 14px;
	font-weight: 500;
	line-height: 19.2px;
	text-align: right;
	text-underline-position: from-font;
	-webkit-text-decoration-skip-ink: none;
	        text-decoration-skip-ink: none;
	color: '#606060'
}

.font-w-400 {
	font-weight: 400 !important;
}

.font-w-300 {
	font-weight: 300 !important;
}

.font-w-600 {
	font-weight: 600 !important;
}

.rounded-2xl {
	border-radius: 1.5rem !important;
}

.rounded-3xl {
	border-radius: 1.875rem !important;
}

.rounded-4xl {
	border-radius: 2.5rem !important;
}


.text-2xs {
	font-size: .75rem !important;
	font-weight: 400 !important;
}

.text-xs {
	font-size: .875rem !important;
	font-weight: 400 !important;
}

.text-base {
	font-size: 1rem !important;
	font-weight: 400 !important;
}

.text-sm {
	font-size: .875rem !important;
	font-weight: 400 !important;
}

.text-grey {
	color: #606060;
}

.cheackbox-input {
	width: 13px !important;
	height: 13px !important;

	border-radius: 4px !important;
	border: 1px !important;
}


.text-grey-dark {
	color: #444444;
}

.text-grey-50 {
	color: #FDFDFD;
}

.text-black {
	color: #000000;
}

.text-grey-100 {
	--tw-bg-opacity: 1 !important;
	color: #EBEBEB !important;
}

.bg-grey-100 {
	--tw-bg-opacity: 1 !important;
	background-color: #EFF0F4 !important;
}

.text-3xl {
	font-size: 1.875rem !important;
}

.text-4xl {
	font-size: 2.25rem !important;
	line-height: 3.2rem !important;
}

.text-lg {
	font-size: 1.125rem !important;
}

.text-2xl {
	font-size: 1.5rem !important;
}

.text-xl {
	font-size: 1.25rem !important;

}


.font-semibold {
	font-weight: 500 !important;
}

.font-w-500 {
	font-weight: 500 !important;
}

.font-bold {
	font-weight: 700 !important;
}
.mb-0 {
	margin-bottom: 0px !important;
}

.h-120 {
	height: 30rem !important;
}
.gap-30 {
	Gap: 120px
}


 




.bg-main {
	background-color: #F8F9FD !important;
}

.bg-white1 {
	--tw-bg-opacity: 1 !important;

	background-color: #FAFAFA !important;

}

.cardInfo {


	padding: 30px 30px 30px 30px;
	gap: 29px;
	border-radius: 10px;
	opacity: 0px;




}





.infoSection {
	width: Fixed (1, 920px)px;
	height: Hug (422px)px;
	top: 1554px;
	padding: 30px 255px 30px 255px;
	gap: 30px;
	opacity: 0px;
}



.offerCard {
	width: 400px;
	height: Hug (507px)px;
	gap: 20px;
	opacity: 0px;

}

.w-card {
	width: 400px;
}

 

.circle-container {
	position: relative;
	width: 72px;
	/* عرض الحاوية */
	height: 36px;
	/* ارتفاع الحاوية */
}

.circle {
	position: absolute;
	width: 36px;
	/* عرض الدائرة */
	height: 36px;
	/* ارتفاع الدائرة */
	border-radius: 50%;
	/* يجعلها دائرة */
	background-size: cover;
	/* يغطي الصورة الدائرة بالكامل */
	background-position: center;
	/* يضع الصورة في المركز */
	border: #FFFFFF;
	border-width: "1px";
}

.inputCode:focus {
	outline: none;
	/* يمنع الحدود الافتراضية */
	border-color: #BC9107;
	/* تغيير لون الحدود إلى الأحمر */
	Width: 57px;
	Height: 61px
}





 

 
.text-underline {
	text-decoration: underline !important;
	/* Adds underline */


}










.text-clamp {
	display: -webkit-box;
	/* تهيئة العنصر كصندوق مرن */
	-webkit-box-orient: vertical;
	/* تحديد الاتجاه العمودي للصندوق */
	/* تحديد عدد الأسطر المعروضة */

	overflow: hidden;
	/* إخفاء النص الزائد */
	text-overflow: ellipsis;
	/* إضافة نقاط عند نهاية النص إذا كان طويلاً */
	/* تحديد ارتفاع أقصى (يمكن تغييره حسب الحاجة) */
}


.line-clamp-1 {
	-webkit-line-clamp: 1;
}

.line-clamp-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* عدد الأسطر */
	overflow: hidden;
	text-overflow: ellipsis;
	/* إضافة نقاط عند تجاوز النص */
}

.line-clamp-3 {
	-webkit-line-clamp: 3;
	overflow: hidden;
	/* إخفاء النص الزائد */
	text-overflow: ellipsis;
}

.line-clamp-4 {
	-webkit-line-clamp: 4;
}

.line-clamp-5 {
	-webkit-line-clamp: 5;
}

.line-clamp-6 {
	-webkit-line-clamp: 6;
}

.line-clamp-7 {
	-webkit-line-clamp: 7;
	min-height: 10.5em;
	/* ارتفاع أدنى */
}

.line-clamp-8 {
	-webkit-line-clamp: 8;
	min-height: 12em;
	/* ارتفاع أدنى */
}

.line-clamp-9 {
	-webkit-line-clamp: 9;
	min-height: 13.5em;
	/* ارتفاع أدنى */
}

.line-clamp-10 {
	-webkit-line-clamp: 10;
	min-height: 15em;
	/* ارتفاع أدنى */
}

.line-clamp-11 {
	-webkit-line-clamp: 11;
	min-height: 16.5em;
	/* ارتفاع أدنى */
}

.line-clamp-12 {
	-webkit-line-clamp: 12;
	min-height: 18em;
	/* ارتفاع أدنى */
}

.whiteSpace {
	white-space: normal;
	/* هذا يسمح للنص بالانكسار إلى أسطر جديدة */
}

.brand-label {
	white-space: nowrap;
	/* عدم التفاف النص */
	overflow: hidden;
	/* إخفاء النص الزائد */
	text-overflow: ellipsis;
	/* إضافة نقاط (...) عند تجاوز النص */
	max-width: 200px;
	/* تحديد عرض أقصى */
}

/* أضف هذا الجزء إلى ملف CSS الخاص بك */
.break-words {
	word-wrap: break-word;
}

.overflow-wrap {
	overflow-wrap: break-word;
}

.word-wrap {
	overflow-wrap: break-word;
	/* يسمح بانكسار الكلمات الطويلة */
	word-break: break-all;
	/* يكسر النص في أي مكان إذا كان طويلاً جداً */
	white-space: normal;
	/* يسمح بتفاصيل النص على عدة أسطر */
}
@charset "UTF-8";

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2021 Animate.css
 */
:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

.animate__animated {
    animation-duration: 1s;
    animation-duration: var(--animate-duration);
    animation-fill-mode: both
}

.animate__animated.animate__infinite {
    animation-iteration-count: infinite
}

.animate__animated.animate__repeat-1 {
    animation-iteration-count: 1;
    animation-iteration-count: 1
;
    animation-iteration-count: var(--animate-repeat)
}

.animate__animated.animate__repeat-2 {
    animation-iteration-count: 2;
    animation-iteration-count: calc(1
*2);
    animation-iteration-count: calc(var(--animate-repeat)*2)
}

.animate__animated.animate__repeat-3 {
    animation-iteration-count: 3;
    animation-iteration-count: calc(1
*3);
    animation-iteration-count: calc(var(--animate-repeat)*3)
}

.animate__animated.animate__delay-1s {
    animation-delay: 1s;
    animation-delay: var(--animate-delay)
}

.animate__animated.animate__delay-2s {
    animation-delay: 2s;
    animation-delay: calc(1s*2);
    animation-delay: calc(var(--animate-delay)*2)
}

.animate__animated.animate__delay-3s {
    animation-delay: 3s;
    animation-delay: calc(1s*3);
    animation-delay: calc(var(--animate-delay)*3)
}

.animate__animated.animate__delay-4s {
    animation-delay: 4s;
    animation-delay: calc(1s*4);
    animation-delay: calc(var(--animate-delay)*4)
}

.animate__animated.animate__delay-5s {
    animation-delay: 5s;
    animation-delay: calc(1s*5);
    animation-delay: calc(var(--animate-delay)*5)
}

.animate__animated.animate__faster {
    animation-duration: .5s;
    animation-duration: calc(1s/2);
    animation-duration: calc(var(--animate-duration)/2)
}

.animate__animated.animate__fast {
    animation-duration: .8s;
    animation-duration: calc(1s*0.8);
    animation-duration: calc(var(--animate-duration)*0.8)
}

.animate__animated.animate__slow {
    animation-duration: 2s;
    animation-duration: calc(1s*2);
    animation-duration: calc(var(--animate-duration)*2)
}

.animate__animated.animate__slower {
    animation-duration: 3s;
    animation-duration: calc(1s*3);
    animation-duration: calc(var(--animate-duration)*3)
}

@media (prefers-reduced-motion:reduce),
print {
    .animate__animated {
        animation-duration: 1ms !important;
        transition-duration: 1ms !important;
        animation-iteration-count: 1 !important
    }

    .animate__animated[class*=Out] {
        opacity: 0
    }
}

@keyframes bounce {

    0%,
    20%,
    53%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0) scaleY(1.1)
    }

    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0) scaleY(1.05)
    }

    80% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0) scaleY(.95)
    }

    90% {
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }
}

.animate__bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.animate__flash {
    animation-name: flash
}

@keyframes pulse {
    0% {
        transform: scaleX(1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scaleX(1)
    }
}

.animate__pulse {
    animation-name: pulse;
    animation-timing-function: ease-in-out
}

@keyframes rubberBand {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }

    to {
        transform: scaleX(1)
    }
}

.animate__rubberBand {
    animation-name: rubberBand
}

@keyframes shakeX {

    0%,
    to {
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.animate__shakeX {
    animation-name: shakeX
}

@keyframes shakeY {

    0%,
    to {
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(0, -10px, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(0, 10px, 0)
    }
}

.animate__shakeY {
    animation-name: shakeY
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.animate__headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0deg)
    }
}

.animate__swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        transform: scaleX(1)
    }
}

.animate__tada {
    animation-name: tada
}

@keyframes wobble {
    0% {
        transform: translateZ(0)
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        transform: translateZ(0)
    }
}

.animate__wobble {
    animation-name: wobble
}

@keyframes jello {

    0%,
    11.1%,
    to {
        transform: translateZ(0)
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.animate__jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes heartBeat {
    0% {
        transform: scale(1)
    }

    14% {
        transform: scale(1.3)
    }

    28% {
        transform: scale(1)
    }

    42% {
        transform: scale(1.3)
    }

    70% {
        transform: scale(1)
    }
}

.animate__heartBeat {
    animation-name: heartBeat;
    animation-duration: 1.3s;
    animation-duration: calc(1s*1.3);
    animation-duration: calc(var(--animate-duration)*1.3);
    animation-timing-function: ease-in-out
}

@keyframes backInDown {
    0% {
        transform: translateY(-1200px) scale(.7);
        opacity: .7
    }

    80% {
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInDown {
    animation-name: backInDown
}

@keyframes backInLeft {
    0% {
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }

    80% {
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInLeft {
    animation-name: backInLeft
}

@keyframes backInRight {
    0% {
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }

    80% {
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInRight {
    animation-name: backInRight
}

@keyframes backInUp {
    0% {
        transform: translateY(1200px) scale(.7);
        opacity: .7
    }

    80% {
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInUp {
    animation-name: backInUp
}

@keyframes backOutDown {
    0% {
        transform: scale(1);
        opacity: 1
    }

    20% {
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        transform: translateY(700px) scale(.7);
        opacity: .7
    }
}

.animate__backOutDown {
    animation-name: backOutDown
}

@keyframes backOutLeft {
    0% {
        transform: scale(1);
        opacity: 1
    }

    20% {
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    to {
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }
}

.animate__backOutLeft {
    animation-name: backOutLeft
}

@keyframes backOutRight {
    0% {
        transform: scale(1);
        opacity: 1
    }

    20% {
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    to {
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }
}

.animate__backOutRight {
    animation-name: backOutRight
}

@keyframes backOutUp {
    0% {
        transform: scale(1);
        opacity: 1
    }

    20% {
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        transform: translateY(-700px) scale(.7);
        opacity: .7
    }
}

.animate__backOutUp {
    animation-name: backOutUp
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

.animate__bounceIn {
    animation-duration: .75s;
    animation-duration: calc(1s*0.75);
    animation-duration: calc(var(--animate-duration)*0.75);
    animation-name: bounceIn
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0) scaleY(3)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0) scaleY(.9)
    }

    75% {
        transform: translate3d(0, -10px, 0) scaleY(.95)
    }

    90% {
        transform: translate3d(0, 5px, 0) scaleY(.985)
    }

    to {
        transform: translateZ(0)
    }
}

.animate__bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0) scaleX(3)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0) scaleX(1)
    }

    75% {
        transform: translate3d(-10px, 0, 0) scaleX(.98)
    }

    90% {
        transform: translate3d(5px, 0, 0) scaleX(.995)
    }

    to {
        transform: translateZ(0)
    }
}

.animate__bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0) scaleX(3)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0) scaleX(1)
    }

    75% {
        transform: translate3d(10px, 0, 0) scaleX(.98)
    }

    90% {
        transform: translate3d(-5px, 0, 0) scaleX(.995)
    }

    to {
        transform: translateZ(0)
    }
}

.animate__bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0) scaleY(5)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }

    75% {
        transform: translate3d(0, 10px, 0) scaleY(.95)
    }

    90% {
        transform: translate3d(0, -5px, 0) scaleY(.985)
    }

    to {
        transform: translateZ(0)
    }
}

.animate__bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.animate__bounceOut {
    animation-duration: .75s;
    animation-duration: calc(1s*0.75);
    animation-duration: calc(var(--animate-duration)*0.75);
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0) scaleY(.985)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0) scaleY(3)
    }
}

.animate__bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0) scaleX(.9)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0) scaleX(2)
    }
}

.animate__bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0) scaleX(.9)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0) scaleX(2)
    }
}

.animate__bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0) scaleY(.985)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0) scaleY(.9)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0) scaleY(3)
    }
}

.animate__bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.animate__fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInTopLeft {
    animation-name: fadeInTopLeft
}

@keyframes fadeInTopRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInTopRight {
    animation-name: fadeInTopRight
}

@keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInBottomLeft {
    animation-name: fadeInBottomLeft
}

@keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInBottomRight {
    animation-name: fadeInBottomRight
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.animate__fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.animate__fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.animate__fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.animate__fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.animate__fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.animate__fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.animate__fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.animate__fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.animate__fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes fadeOutTopLeft {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, -100%, 0)
    }
}

.animate__fadeOutTopLeft {
    animation-name: fadeOutTopLeft
}

@keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        transform: translate3d(100%, -100%, 0)
    }
}

.animate__fadeOutTopRight {
    animation-name: fadeOutTopRight
}

@keyframes fadeOutBottomRight {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 100%, 0)
    }
}

.animate__fadeOutBottomRight {
    animation-name: fadeOutBottomRight
}

@keyframes fadeOutBottomLeft {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 100%, 0)
    }
}

.animate__fadeOutBottomLeft {
    animation-name: fadeOutBottomLeft
}

@keyframes flip {
    0% {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        animation-timing-function: ease-in
    }
}

.animate__animated.animate__flip {
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.animate__flipInX {
    backface-visibility: visible !important;
    animation-name: flipInX
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.animate__flipInY {
    backface-visibility: visible !important;
    animation-name: flipInY
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.animate__flipOutX {
    animation-duration: .75s;
    animation-duration: calc(1s*0.75);
    animation-duration: calc(var(--animate-duration)*0.75);
    animation-name: flipOutX;
    backface-visibility: visible !important
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.animate__flipOutY {
    animation-duration: .75s;
    animation-duration: calc(1s*0.75);
    animation-duration: calc(var(--animate-duration)*0.75);
    backface-visibility: visible !important;
    animation-name: flipOutY
}

@keyframes lightSpeedInRight {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg)
    }

    to {
        transform: translateZ(0)
    }
}

.animate__lightSpeedInRight {
    animation-name: lightSpeedInRight;
    animation-timing-function: ease-out
}

@keyframes lightSpeedInLeft {
    0% {
        transform: translate3d(-100%, 0, 0) skewX(30deg);
        opacity: 0
    }

    60% {
        transform: skewX(-20deg);
        opacity: 1
    }

    80% {
        transform: skewX(5deg)
    }

    to {
        transform: translateZ(0)
    }
}

.animate__lightSpeedInLeft {
    animation-name: lightSpeedInLeft;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOutRight {
    0% {
        opacity: 1
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.animate__lightSpeedOutRight {
    animation-name: lightSpeedOutRight;
    animation-timing-function: ease-in
}

@keyframes lightSpeedOutLeft {
    0% {
        opacity: 1
    }

    to {
        transform: translate3d(-100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
}

.animate__lightSpeedOutLeft {
    animation-name: lightSpeedOutLeft;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    0% {
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateIn {
    animation-name: rotateIn;
    transform-origin: center
}

@keyframes rotateInDownLeft {
    0% {
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInDownLeft {
    animation-name: rotateInDownLeft;
    transform-origin: left bottom
}

@keyframes rotateInDownRight {
    0% {
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInDownRight {
    animation-name: rotateInDownRight;
    transform-origin: right bottom
}

@keyframes rotateInUpLeft {
    0% {
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInUpLeft {
    animation-name: rotateInUpLeft;
    transform-origin: left bottom
}

@keyframes rotateInUpRight {
    0% {
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInUpRight {
    animation-name: rotateInUpRight;
    transform-origin: right bottom
}

@keyframes rotateOut {
    0% {
        opacity: 1
    }

    to {
        transform: rotate(200deg);
        opacity: 0
    }
}

.animate__rotateOut {
    animation-name: rotateOut;
    transform-origin: center
}

@keyframes rotateOutDownLeft {
    0% {
        opacity: 1
    }

    to {
        transform: rotate(45deg);
        opacity: 0
    }
}

.animate__rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
    transform-origin: left bottom
}

@keyframes rotateOutDownRight {
    0% {
        opacity: 1
    }

    to {
        transform: rotate(-45deg);
        opacity: 0
    }
}

.animate__rotateOutDownRight {
    animation-name: rotateOutDownRight;
    transform-origin: right bottom
}

@keyframes rotateOutUpLeft {
    0% {
        opacity: 1
    }

    to {
        transform: rotate(-45deg);
        opacity: 0
    }
}

.animate__rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
    transform-origin: left bottom
}

@keyframes rotateOutUpRight {
    0% {
        opacity: 1
    }

    to {
        transform: rotate(90deg);
        opacity: 0
    }
}

.animate__rotateOutUpRight {
    animation-name: rotateOutUpRight;
    transform-origin: right bottom
}

@keyframes hinge {
    0% {
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        transform: rotate(80deg);
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        transform: rotate(60deg);
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.animate__hinge {
    animation-duration: 2s;
    animation-duration: calc(1s*2);
    animation-duration: calc(var(--animate-duration)*2);
    animation-name: hinge;
    transform-origin: top left
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.animate__jackInTheBox {
    animation-name: jackInTheBox
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.animate__rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.animate__zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.animate__zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.animate__zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.animate__zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.animate__zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.animate__zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.animate__zoomOutDown {
    animation-name: zoomOutDown;
    transform-origin: center bottom
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0)
    }
}

.animate__zoomOutLeft {
    animation-name: zoomOutLeft;
    transform-origin: left center
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0)
    }
}

.animate__zoomOutRight {
    animation-name: zoomOutRight;
    transform-origin: right center
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.animate__zoomOutUp {
    animation-name: zoomOutUp;
    transform-origin: center bottom
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.animate__slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.animate__slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.animate__slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.animate__slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.animate__slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.animate__slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.animate__slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.animate__slideOutUp {
    animation-name: slideOutUp
}
.input-container {
	position: relative;
 }
.input-contact {
	outline: 2px solid transparent !important;

	line-height: 1 !important;
	padding: 14px 24px !important;
	border-radius: 10px !important;
	background-color: #FBFBFB !important;
	opacity: 1;
 }

.input-contact::placeholder {
	color: #444444 !important;
 	opacity: 1;
 }


*/ .financing-input {

	height: 51px;
	padding: 12px 24px 12px 24px;
	gap: 30px;
	border-radius: 10px;
	opacity: 0px;


}


.input-field {
	margin-bottom: 1rem;
	/* mb-4 */
	width: 100%;
	/* w-full */
	padding-left: 1rem;
	/* px-3 */
	padding-right: 1rem;
	/* px-3 */

}


.input-field input,
.upload-file {
	width: 100%;
	/* w-full */

	margin-top: 1rem;
	/* mt-4 */
	margin-bottom: 0.5rem;
	/* my-2 */
	font-size: 0.75rem;
	/* text-xs */
	color: #606060;
	/* text-grey */
	line-height: 1.5;
	/* leading-none */

	outline: none;
	/* outline-none */
	background-color: #FBFBFB;
	/* bg-blueGray-50 */



	height: 51px;
	padding: 12px 24px 12px 24px;
	gap: 30px;
	border-radius: 10px;






}

.upload-file {
	width: 100%;
	/* w-full */

	margin-top: 1rem;
	/* mt-4 */
	margin-bottom: 0.5rem;
	/* my-2 */
	font-size: 0.75rem;
	/* text-xs */
	color: #606060;
	/* text-grey */
	line-height: 1.5;
	/* leading-none */

	outline: none;
	/* outline-none */
	background-color: #FBFBFB;
	/* bg-blueGray-50 */




	padding: 12px 24px 12px 24px;
	gap: 30px;
	border-radius: 10px;






}

.input-field-detailes input::placeholder,
.input-field-detailes textarea::placeholder {
	font-family: "IBM Plex Sans Arabic";
	font-size: 16px;
	font-weight: 500;
	line-height: 27.2px;
	color: #606060;
}


.input-field-detailes input,
.input-field-detailes textarea {
	padding: 18px 24px 18px 24px;
	gap: 10px;
	border-radius: 10px;
	border: 0px 0px 1px 0px;
	opacity: 0px;
}

.email-input {
	min-width: 10px !important;
}

.email-input::placeholder {

	font-family: "IBM Plex Sans Arabic";
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 14px !important;
	text-align: right;

	color: #131312 !important;
 }




.input-field input::placeholder {
	font-family: "IBM Plex Sans Arabic";
	font-size: 14px;
	font-weight: 400;
	line-height: 27.2px;
	color: #606060;


}

.input-field {
	margin-bottom: 1rem;
	/* mb-4 */
	width: 100%;
	/* w-full */
	padding-left: 1rem;
	/* px-3 */
	padding-right: 1rem;
	/* px-3 */

}






.input-field label,
.radio-label {
	margin-bottom: 1rem;
	/* mb-4 */
	font-family: "IBM Plex Sans Arabic";
	font-size: 16px;
	font-weight: 700;
	line-height: 27.2px;
	text-align: right;
	text-underline-position: from-font;
	-webkit-text-decoration-skip-ink: none;
	        text-decoration-skip-ink: none;

}

.input-field input,
.dropdown,
.input-field textarea {
	width: 100%;
	/* w-full */

	margin-top: 1rem;
	/* mt-4 */
	margin-bottom: 0.5rem;
	/* my-2 */
	font-size: 0.75rem;
	/* text-xs */
	color: #606060;
	/* text-grey */
	line-height: 1.5;
	/* leading-none */

	outline: none;
	/* outline-none */
	background-color: #FBFBFB;
	/* bg-blueGray-50 */



	height: 51px;
	padding: 12px 24px 12px 24px;
	gap: 30px;
	border-radius: 10px;






}

.input-field input::placeholder,
.input-field textarea::placeholder,
.dropdown-placeholder {
	font-family: "IBM Plex Sans Arabic";
	font-size: 14px;
	font-weight: 400;
	line-height: 27.2px;
	color: #606060;


}





.register-form {
	/*max-width:   360px !important; */

	gap: 30px;


}

.register-button {
	height: 51px;
	padding: 16px 30px 16px 30px;
	gap: 10px;
	border-radius: 6px;
	background-color: #FFDE5B;
	font-family: "IBM Plex Sans Arabic";
	font-size: 16px;
	font-weight: 500;
	line-height: 19.2px;
	color: #000000;
}

.register-input input,
.register-input textarea {


	height: 46px;
	padding: 16px;
	gap: 10px;
	border-radius: 6px;
	border: 1px;
	border: 1px solid #EBEBEB
}

.register-input label {
	font-family: "IBM Plex Sans Arabic";
	font-size: 14px;
	font-weight: 500;
	line-height: 16.8px;


	color: #000000;
}

.register-input ::placeholder {
	font-family: "IBM Plex Sans Arabic";
	font-size: 12px;
	font-weight: 300;
	line-height: 14.4px;
	text-align: right;
	-webkit-text-decoration-skip-ink: none;
	        text-decoration-skip-ink: none;
	color: #606060;

}


input[type="checkbox"] {
	width: 13px;
	height: 13px;
	gap: 0px;
	border-radius: 4px;
	border: 1px;
	opacity: 0px;
	background: #F8F8F8;
	border: 1px solid #D1D1D1;

	box-shadow: 0px 1px 1px 0px #00000033 inset;



	-webkit-appearance: none;


	cursor: pointer;
	position: relative;
}

input[type="checkbox"]:checked {

	background-color: #282828;

	border: 1px solid #E4E4E4
}

input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	left: 4px;
 	top: 1px;
	width: 4px;
 	height: 8px;
 	border-width: 0 2px 2px 0;
 	transform: rotate(45deg);
}




.button {
	max-width: 200px;
	max-height: 51px;
	padding: 16px 30px 16px 30px;
	padding-top: 16px;
	padding-bottom: 16px;
	gap: 10px;
	border-radius: 6px;
	opacity: 0px;
	font-family: "IBM Plex Sans Arabic";
	text-align: center;
	font-size: 16px;
	font-weight: 500 !important;
	line-height: 19.2px;



}
.button:hover {
	background-color: #f8d33d !important;
 }
 .hover\:button-hover:hover{
 	background-color: #f8d33d !important;
}
.hover\:white-hover:hover{
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;

 }
 .hover\:black-hover:hover{
    background-color:#000000 !important;

 }


.button-shadow {
	box-shadow: 0px 2px 54px 0px #DEB61966;

}
.button2 {
	width: Fill (380px)px;
	height: Hug (51px)px;
	padding: 16px 28px 16px 28px;
	gap: 10px;
	border-radius: 12px;
	border: 1px;
	opacity: 0px;
	border: 1px solid #E1E1E1;
	font-family: "IBM Plex Sans Arabic";
	font-size: 16px;
	font-weight: 700;
	line-height: 19.2px;
	text-align: right;
	text-underline-position: from-font;
	-webkit-text-decoration-skip-ink: none;
	        text-decoration-skip-ink: none;


}

.button1 {
	width: 150;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.45rem;
	padding-bottom: 0.45rem;

	border-radius: 6px 6px 6px 6px;
	opacity: 0px;

}



/* src/App.css */



.slider {
	height: 500px;
}

.slick-slide {
	height: 100%;
	/* اجعل كل شريحة تأخذ كامل الارتفاع */
}

.slick-dots {
	bottom: 10px;
	/* تعديل موقع النقاط */
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	/* توسيط النقاط */
}

.slick-dots li button:before {
	font-size: 12px;
	/* حجم النقاط */
	color: white;
	/* لون النقاط */
}

.slick-dots li.slick-active button:before {
	color: #ff0000;
	/* لون النقطة النشطة */
}


*, ::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:  ;
}/*
! tailwindcss v3.4.15 | 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 */ /* 3 */
  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::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]:where(:not([hidden="until-found"])) {
  display: none;
}
.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;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.inset-y-2\/4 {
  top: 50%;
  bottom: 50%;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.top-0 {
  top: 0px;
}
.top-2 {
  top: 0.5rem;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mr-0 {
  margin-right: 0px;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-8 {
  margin-top: 2rem;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.h-1 {
  height: 0.25rem;
}
.h-1\/2 {
  height: 50%;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-24 {
  height: 6rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-6 {
  height: 1.5rem;
}
.h-60 {
  height: 15rem;
}
.h-64 {
  height: 16rem;
}
.h-80 {
  height: 20rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.min-h-80 {
  min-height: 20rem;
}
.w-1 {
  width: 0.25rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-20 {
  width: 5rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-5\/6 {
  width: 83.333333%;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-sm {
  max-width: 24rem;
}
.flex-1 {
  flex: 1 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.-translate-x-\[100px\] {
  --tw-translate-x: -100px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-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));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize-none {
  resize: none;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-center {
  align-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.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;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / 1);
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / 1);
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / 1);
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-cover {
  background-size: cover;
}
.bg-top {
  background-position: top;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-current {
  fill: currentColor;
}
.object-cover {
  object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.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;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.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-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-center {
  text-align: center;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.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;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.leading-none {
  line-height: 1;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 1);
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / 1);
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / 1);
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / 1);
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-25 {
  opacity: 0.25;
}
.shadow-lg {
  --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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/*Font*/
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
@media (min-width: 640px) {

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-64 {
    height: 16rem;
  }

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

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-28 {
    width: 7rem;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-full {
    width: 100%;
  }

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

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

  .sm\:gap-1 {
    gap: 0.25rem;
  }

  .sm\:gap-16 {
    gap: 4rem;
  }

  .sm\:gap-2 {
    gap: 0.5rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:p-2 {
    padding: 0.5rem;
  }

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

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

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

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

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

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

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

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

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

  .sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@media (min-width: 768px) {

  .md\:order-1 {
    order: 1;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-60 {
    height: 15rem;
  }

  .md\:min-h-12 {
    min-height: 3rem;
  }

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

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

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

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-32 {
    width: 8rem;
  }

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

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

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

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

  .md\:gap-20 {
    gap: 5rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

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

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

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

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

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

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:w-72 {
    width: 18rem;
  }

  .lg\:w-auto {
    width: auto;
  }

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

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

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

  .lg\:gap-4 {
    gap: 1rem;
  }

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

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

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1280px) {

  .xl\:bg-contain {
    background-size: contain;
  }
}
 
 .slider-container {
    width: 100%;
    
    margin: auto;
     overflow: hidden; /* إخفاء أي محتوى يتجاوز الحدود */
  }
  
  .slide {
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
     /*background: rgb(230, 224, 173);
    border: 1px solid #ddd;
    transition: transform 0.3s ease;*/
    transform: scale(0.8);
  }
  
  .slick-center .slide {
    transform: scale(1.1); /* تكبير العنصر في المنتصف */
  }
  
  
  
  
 
.bouncing-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    animation: bounce 2s infinite; /* الرسوم المتحركة تتكرر بشكل لا نهائي */
  }
  
  @keyframes bounce {
    0%, 100% {
      transform: translateY(0); /* البداية والنهاية في الموضع الأصلي */
    }
    25% {
      transform: translateY(-20px); /* التحرك لأعلى */
    }
    50% {
      transform: translateY(20px); /* التحرك لأسفل */
    }
    75% {
      transform: translateY(-10px); /* العودة لأعلى قليلاً */
    }
  }
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(data:image/gif;base64,R0lGODlhIAAgAPUAAP///wAAAPr6+sTExOjo6PDw8NDQ0H5+fpqamvb29ubm5vz8/JKSkoaGhuLi4ri4uKCgoOzs7K6urtzc3D4+PlZWVmBgYHx8fKioqO7u7kpKSmxsbAwMDAAAAM7OzsjIyNjY2CwsLF5eXh4eHkxMTLCwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAAKAAEALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQACgACACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAAKAAMALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQACgAEACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAAKAAUALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAAKAAYALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkEAAoABwAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkEAAoACAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQACgAJACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAAKAAoALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAAKAAsALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);
    src: url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format('embedded-opentype'), url(/static/media/slick.295183786cd8a1389865.woff) format('woff'), url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format('truetype'), url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* drop-file-input.css */
/* App.css */

:root {
   
}

 

 

 
 





.drop-file-input {
    position: relative;
    
   
   
    display: flex;
    align-items: center;
    justify-content: center;

     
}

.drop-file-input input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.drop-file-input:hover,
.drop-file-input.dragover {
    opacity: 0.6;
}

.drop-file-input__label {
    text-align: center;
    color: var(--txt-second-color);
    font-weight: 600;
    padding: 10px;
}

.drop-file-input__label img {
    width: 100px;
}

.drop-file-preview {
    margin-top: 30px;
}

.drop-file-preview p {
    font-weight: 500;
}

.drop-file-preview__title {
    margin-bottom: 20px;
}

.drop-file-preview__item {
    position: relative;
    display: flex;
    margin-bottom: 10px;
    background-color: var(--input-bg);
    padding: 15px;
    border-radius: 20px;
}

.drop-file-preview__item img {
    width: 50px;
    margin-left: 20px;
}

.drop-file-preview__item__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.drop-file-preview__item__del {
    background-color: var(--box-bg);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    top: 20%;
    transform: translateY(-50%);
    box-shadow: var(--box-shadow);
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.drop-file-preview__item:hover .drop-file-preview__item__del {
    opacity: 1;
}


.request-tracking {
  width: 100%;
  max-width: 1000px; /* عرض الحد الأقصى */
  margin: auto;
   
}

.timeline-item {
  display: flex;
  align-items: center;
  margin: 20px 0;
  position: relative;
}

.timeline-content {
  background-color: #f9f9f9; /* لون خلفية العنصر */
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  flex: 1 1;
}

.timeline-circle {
  width: 40px; /* حجم الدائرة */
  height: 40px; /* حجم الدائرة */
  border-radius: 50%;
  background-color: #007bff; /* لون خلفية الدائرة */
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-circle i {
  font-size: 20px; /* حجم الأيقونة */
  color: white; /* لون الأيقونة */
}

.timeline-line {
  width: 2px; /* عرض الخط */
  min-height: 30px; /* ارتفاع الخط */
  background-color: #e3e6e9; /* لون الخط */
  margin-top: 10px; /* المسافة من فوق */
  margin-bottom: 10px; /* المسافة من تحت */
}

.timeline-title {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.timeline-date {
  margin: 5px 0;
  color: #888;
}

.timeline-owner {
  margin: 0;
  font-size: 14px;
  color: #555;
}


 

.search-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  width: 100%; /* تأكد من أن الحاوية تأخذ العرض الكامل */
}

.search-container input {
  flex-grow: 1; /* يجعل حقل الإدخال يأخذ المساحة المتاحة */
  padding: 14px;
   border: 1px solid #ccc;
  border-radius: 4px;
  min-width: 10px!important;
}
.search-container input:focus {
  outline: none; /* إزالة تحديد الإطار عند التركيز */
  box-shadow: 0 0 5px #eaecee; /* ظل عند التركيز */
}

.search-container button {
  
   
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.search-container button:hover {
  background-color: #0056b3;
}


/*# sourceMappingURL=main.f1f86ba5.css.map*/