@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap";

@import "https://fonts.cdnfonts.com/css/outfit";

/*
! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #eeeeee;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Roboto, sans-serif;
  /* 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: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

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

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #bdbdbd;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #bdbdbd;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(33 150 243 / 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(33 150 243 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.\!container{
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 480px){
  .\!container{
    max-width: 480px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .container{
    max-width: 480px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 640px){
  .\!container{
    max-width: 640px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .container{
    max-width: 640px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 768px){
  .\!container{
    max-width: 768px !important;
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .container{
    max-width: 768px;
    padding-right: 60px;
    padding-left: 60px;
  }
}

@media (min-width: 1024px){
  .\!container{
    max-width: 1024px !important;
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .container{
    max-width: 1024px;
    padding-right: 60px;
    padding-left: 60px;
  }
}

@media (min-width: 1280px){
  .\!container{
    max-width: 1280px !important;
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .container{
    max-width: 1280px;
    padding-right: 60px;
    padding-left: 60px;
  }
}

@media (min-width: 1536px){
  .\!container{
    max-width: 1536px !important;
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .container{
    max-width: 1536px;
    padding-right: 60px;
    padding-left: 60px;
  }
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

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

.bottom-0{
  bottom: 0px;
}

.end-0{
  inset-inline-end: 0px;
}

.left-0{
  left: 0px;
}

.left-\[20px\]{
  left: 20px;
}

.right-0{
  right: 0px;
}

.right-\[20px\]{
  right: 20px;
}

.top-0{
  top: 0px;
}

.top-2{
  top: 0.5rem;
}

.top-24{
  top: 6rem;
}

.top-3{
  top: 0.75rem;
}

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

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

.z-\[999999\]{
  z-index: 999999;
}

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

.\!order-4{
  order: 4 !important;
}

.\!order-5{
  order: 5 !important;
}

.col-span-1{
  grid-column: span 1 / span 1;
}

.col-span-12{
  grid-column: span 12 / span 12;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.col-span-3{
  grid-column: span 3 / span 3;
}

.col-span-5{
  grid-column: span 5 / span 5;
}

.col-span-6{
  grid-column: span 6 / span 6;
}

.m-0{
  margin: 0px;
}

.m-auto{
  margin: auto;
}

.\!my-14{
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

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

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

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

.mx-\[1rem\]{
  margin-left: 1rem;
  margin-right: 1rem;
}

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

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

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

.my-24{
  margin-top: 6rem;
  margin-bottom: 6rem;
}

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

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

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

.my-\[9px\]{
  margin-top: 9px;
  margin-bottom: 9px;
}

.\!-mt-\[19rem\]{
  margin-top: -19rem !important;
}

.\!mb-\[6rem\]{
  margin-bottom: 6rem !important;
}

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

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

.\!mt-14{
  margin-top: 3.5rem !important;
}

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

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

.\!mt-\[-122px\]{
  margin-top: -122px !important;
}

.\!mt-\[14rem\]{
  margin-top: 14rem !important;
}

.\!mt-\[5rem\]{
  margin-top: 5rem !important;
}

.-mb-\[5rem\]{
  margin-bottom: -5rem;
}

.-ml-px{
  margin-left: -1px;
}

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

.-mt-\[61px\]{
  margin-top: -61px;
}

.-mt-\[8rem\]{
  margin-top: -8rem;
}

.-mt-px{
  margin-top: -1px;
}

.mb-0{
  margin-bottom: 0px;
}

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

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

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

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

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

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

.mb-52{
  margin-bottom: 13rem;
}

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

.mb-7{
  margin-bottom: 1.75rem;
}

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

.me-0{
  margin-inline-end: 0px;
}

.me-1{
  margin-inline-end: 0.25rem;
}

.me-10{
  margin-inline-end: 2.5rem;
}

.me-2{
  margin-inline-end: 0.5rem;
}

.me-3{
  margin-inline-end: 0.75rem;
}

.me-4{
  margin-inline-end: 1rem;
}

.me-5{
  margin-inline-end: 1.25rem;
}

.me-9{
  margin-inline-end: 2.25rem;
}

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

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

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

.ml-3{
  margin-left: 0.75rem;
}

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

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

.ms-0{
  margin-inline-start: 0px;
}

.ms-1{
  margin-inline-start: 0.25rem;
}

.ms-2{
  margin-inline-start: 0.5rem;
}

.ms-5{
  margin-inline-start: 1.25rem;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-14{
  margin-top: 3.5rem;
}

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

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

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

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

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

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

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

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

.mt-48{
  margin-top: 12rem;
}

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

.mt-7{
  margin-top: 1.75rem;
}

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

.mt-\[10rem\]{
  margin-top: 10rem;
}

.mt-\[15rem\]{
  margin-top: 15rem;
}

.mt-\[1rem\]{
  margin-top: 1rem;
}

.mt-\[2rem\]{
  margin-top: 2rem;
}

.mt-\[3\.5rem\]{
  margin-top: 3.5rem;
}

.mt-\[40px\]{
  margin-top: 40px;
}

.mt-\[5rem\]{
  margin-top: 5rem;
}

.mt-\[80px\]{
  margin-top: 80px;
}

.mt-\[8rem\]{
  margin-top: 8rem;
}

.mt-\[9rem\]{
  margin-top: 9rem;
}

.block{
  display: block;
}

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

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

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.list-item{
  display: list-item;
}

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

.hidden{
  display: none;
}

.size-\[50px\]{
  width: 50px;
  height: 50px;
}

.size-\[60\%\]{
  width: 60%;
  height: 60%;
}

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

.\!h-\[104vh\]{
  height: 104vh !important;
}

.\!h-\[140px\]{
  height: 140px !important;
}

.\!h-\[41px\]{
  height: 41px !important;
}

.\!h-\[45vh\]{
  height: 45vh !important;
}

.\!h-\[59px\]{
  height: 59px !important;
}

.\!h-fit{
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.h-0{
  height: 0px;
}

.h-14{
  height: 3.5rem;
}

.h-16{
  height: 4rem;
}

.h-32{
  height: 8rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-8{
  height: 2rem;
}

.h-\[100px\]{
  height: 100px;
}

.h-\[134px\]{
  height: 134px;
}

.h-\[150px\]{
  height: 150px;
}

.h-\[153px\]{
  height: 153px;
}

.h-\[16px\]{
  height: 16px;
}

.h-\[192px\]{
  height: 192px;
}

.h-\[204px\]{
  height: 204px;
}

.h-\[216px\]{
  height: 216px;
}

.h-\[22px\]{
  height: 22px;
}

.h-\[23px\]{
  height: 23px;
}

.h-\[250px\]{
  height: 250px;
}

.h-\[25px\]{
  height: 25px;
}

.h-\[28px\]{
  height: 28px;
}

.h-\[30\%\]{
  height: 30%;
}

.h-\[30px\]{
  height: 30px;
}

.h-\[34px\]{
  height: 34px;
}

.h-\[350px\]{
  height: 350px;
}

.h-\[35px\]{
  height: 35px;
}

.h-\[39px\]{
  height: 39px;
}

.h-\[400px\]{
  height: 400px;
}

.h-\[40px\]{
  height: 40px;
}

.h-\[41px\]{
  height: 41px;
}

.h-\[430px\]{
  height: 430px;
}

.h-\[45px\]{
  height: 45px;
}

.h-\[46px\]{
  height: 46px;
}

.h-\[47px\]{
  height: 47px;
}

.h-\[50px\]{
  height: 50px;
}

.h-\[65px\]{
  height: 65px;
}

.h-\[716px\]{
  height: 716px;
}

.h-\[75px\]{
  height: 75px;
}

.h-\[80px\]{
  height: 80px;
}

.h-\[830px\]{
  height: 830px;
}

.h-\[86px\]{
  height: 86px;
}

.h-\[92px\]{
  height: 92px;
}

.h-\[calc\(100\%-1rem\)\]{
  height: calc(100% - 1rem);
}

.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}

.h-full{
  height: 100%;
}

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

.max-h-full{
  max-height: 100%;
}

.min-h-screen{
  min-height: 100vh;
}

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

.\!w-\[396px\]{
  width: 396px !important;
}

.\!w-\[80px\]{
  width: 80px !important;
}

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

.w-14{
  width: 3.5rem;
}

.w-20{
  width: 5rem;
}

.w-32{
  width: 8rem;
}

.w-4{
  width: 1rem;
}

.w-5{
  width: 1.25rem;
}

.w-8{
  width: 2rem;
}

.w-\[100px\]{
  width: 100px;
}

.w-\[114px\]{
  width: 114px;
}

.w-\[134px\]{
  width: 134px;
}

.w-\[140px\]{
  width: 140px;
}

.w-\[146px\]{
  width: 146px;
}

.w-\[15rem\]{
  width: 15rem;
}

.w-\[166px\]{
  width: 166px;
}

.w-\[180px\]{
  width: 180px;
}

.w-\[183px\]{
  width: 183px;
}

.w-\[200px\]{
  width: 200px;
}

.w-\[20px\]{
  width: 20px;
}

.w-\[220px\]{
  width: 220px;
}

.w-\[229px\]{
  width: 229px;
}

.w-\[230px\]{
  width: 230px;
}

.w-\[2px\]{
  width: 2px;
}

.w-\[30px\]{
  width: 30px;
}

.w-\[310px\]{
  width: 310px;
}

.w-\[336px\]{
  width: 336px;
}

.w-\[35\%\]{
  width: 35%;
}

.w-\[40px\]{
  width: 40px;
}

.w-\[452px\]{
  width: 452px;
}

.w-\[46px\]{
  width: 46px;
}

.w-\[50px\]{
  width: 50px;
}

.w-\[51px\]{
  width: 51px;
}

.w-\[60px\]{
  width: 60px;
}

.w-\[65px\]{
  width: 65px;
}

.w-\[693px\]{
  width: 693px;
}

.w-\[70px\]{
  width: 70px;
}

.w-\[75px\]{
  width: 75px;
}

.w-\[77px\]{
  width: 77px;
}

.w-\[80\%\]{
  width: 80%;
}

.w-\[80px\]{
  width: 80px;
}

.w-\[82\%\]{
  width: 82%;
}

.w-\[83vw\]{
  width: 83vw;
}

.w-\[calc\(\(100\%-6rem\)\/5\)\]{
  width: calc((100% - 6rem) / 5);
}

.w-auto{
  width: auto;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.\!max-w-\[310px\]{
  max-width: 310px !important;
}

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

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

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

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

.flex-shrink{
  flex-shrink: 1;
}

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

.flex-grow-0{
  flex-grow: 0;
}

.grow{
  flex-grow: 1;
}

.basis-2\/4{
  flex-basis: 50%;
}

.basis-3\/4{
  flex-basis: 75%;
}

.basis-full{
  flex-basis: 100%;
}

.rotate-0{
  --tw-rotate: 0deg;
  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));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cursor-default{
  cursor: default;
}

.cursor-pointer{
  cursor: pointer;
}

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize-none{
  resize: none;
}

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

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

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

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

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

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

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

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

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

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

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

.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-items-center{
  justify-items: center;
}

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

.\!gap-5{
  gap: 1.25rem !important;
}

.\!gap-\[10px\]{
  gap: 10px !important;
}

.gap-1{
  gap: 0.25rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-14{
  gap: 3.5rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-24{
  gap: 6rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-32{
  gap: 8rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-7{
  gap: 1.75rem;
}

.gap-\[89px\]{
  gap: 89px;
}

.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-\[24px\]{
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.gap-y-1{
  row-gap: 0.25rem;
}

.gap-y-10{
  row-gap: 2.5rem;
}

.gap-y-2{
  row-gap: 0.5rem;
}

.gap-y-3{
  row-gap: 0.75rem;
}

.gap-y-5{
  row-gap: 1.25rem;
}

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

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

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

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

.text-nowrap{
  text-wrap: nowrap;
}

.break-all{
  word-break: break-all;
}

.break-keep{
  word-break: keep-all;
}

.\!rounded-\[12px\]{
  border-radius: 12px !important;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-\[100px\]{
  border-radius: 100px;
}

.rounded-\[10px\]{
  border-radius: 10px;
}

.rounded-\[12px\]{
  border-radius: 12px;
}

.rounded-\[14px\]{
  border-radius: 14px;
}

.rounded-\[15px\]{
  border-radius: 15px;
}

.rounded-\[17px\]{
  border-radius: 17px;
}

.rounded-\[18px\]{
  border-radius: 18px;
}

.rounded-\[19px\]{
  border-radius: 19px;
}

.rounded-\[20px\]{
  border-radius: 20px;
}

.rounded-\[21px\]{
  border-radius: 21px;
}

.rounded-\[23px\]{
  border-radius: 23px;
}

.rounded-\[24px\]{
  border-radius: 24px;
}

.rounded-\[25px\]{
  border-radius: 25px;
}

.rounded-\[30px\]{
  border-radius: 30px;
}

.rounded-\[4px\]{
  border-radius: 4px;
}

.rounded-\[50px\]{
  border-radius: 50px;
}

.rounded-\[512px\]{
  border-radius: 512px;
}

.rounded-\[5px\]{
  border-radius: 5px;
}

.rounded-\[6px\]{
  border-radius: 6px;
}

.rounded-\[7px\]{
  border-radius: 7px;
}

.rounded-\[8px\]{
  border-radius: 8px;
}

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

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

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-sm{
  border-radius: 0.125rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

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

.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

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

.rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-bl-\[28px\]{
  border-bottom-left-radius: 28px;
}

.rounded-br-\[28px\]{
  border-bottom-right-radius: 28px;
}

.rounded-tl-\[28px\]{
  border-top-left-radius: 28px;
}

.rounded-tr-\[28px\]{
  border-top-right-radius: 28px;
}

.border{
  border-width: 1px;
}

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

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

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

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

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

.\!border-\[\#421f61\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(66 31 97 / var(--tw-border-opacity)) !important;
}

.\!border-\[\#7039a1\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(112 57 161 / var(--tw-border-opacity)) !important;
}

.\!border-\[\#a08fb0\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(160 143 176 / var(--tw-border-opacity)) !important;
}

.\!border-\[\#b5a8c1\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(181 168 193 / var(--tw-border-opacity)) !important;
}

.\!border-\[\#fff\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

.border-\[\#421f61\]{
  --tw-border-opacity: 1;
  border-color: rgb(66 31 97 / var(--tw-border-opacity));
}

.border-\[\#715788\]{
  --tw-border-opacity: 1;
  border-color: rgb(113 87 136 / var(--tw-border-opacity));
}

.border-\[\#828282\]{
  --tw-border-opacity: 1;
  border-color: rgb(130 130 130 / var(--tw-border-opacity));
}

.border-\[\#a08fb0\]{
  --tw-border-opacity: 1;
  border-color: rgb(160 143 176 / var(--tw-border-opacity));
}

.border-\[\#dea8e4\]{
  --tw-border-opacity: 1;
  border-color: rgb(222 168 228 / var(--tw-border-opacity));
}

.border-\[\#e4e5e8\]{
  --tw-border-opacity: 1;
  border-color: rgb(228 229 232 / var(--tw-border-opacity));
}

.border-\[\#fff\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(33 150 243 / var(--tw-border-opacity));
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity));
}

.\!bg-\[\#381a52\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(56 26 82 / var(--tw-bg-opacity)) !important;
}

.\!bg-\[\#7039a1\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(112 57 161 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#32164a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(50 22 74 / var(--tw-bg-opacity));
}

.bg-\[\#381A52\]{
  --tw-bg-opacity: 1;
  background-color: rgb(56 26 82 / var(--tw-bg-opacity));
}

.bg-\[\#381a52\]{
  --tw-bg-opacity: 1;
  background-color: rgb(56 26 82 / var(--tw-bg-opacity));
}

.bg-\[\#3B185A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(59 24 90 / var(--tw-bg-opacity));
}

.bg-\[\#3b185a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(59 24 90 / var(--tw-bg-opacity));
}

.bg-\[\#421F61\]{
  --tw-bg-opacity: 1;
  background-color: rgb(66 31 97 / var(--tw-bg-opacity));
}

.bg-\[\#421f61\]{
  --tw-bg-opacity: 1;
  background-color: rgb(66 31 97 / var(--tw-bg-opacity));
}

.bg-\[\#421f61bd\]{
  background-color: #421f61bd;
}

.bg-\[\#431F60\]{
  --tw-bg-opacity: 1;
  background-color: rgb(67 31 96 / var(--tw-bg-opacity));
}

.bg-\[\#45d950\]{
  --tw-bg-opacity: 1;
  background-color: rgb(69 217 80 / var(--tw-bg-opacity));
}

.bg-\[\#562780\]{
  --tw-bg-opacity: 1;
  background-color: rgb(86 39 128 / var(--tw-bg-opacity));
}

.bg-\[\#DEA8E4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(222 168 228 / var(--tw-bg-opacity));
}

.bg-\[\#FFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[\#dea8e4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(222 168 228 / var(--tw-bg-opacity));
}

.bg-\[\#f1e1ff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(241 225 255 / var(--tw-bg-opacity));
}

.bg-\[\#f1f2f4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 244 / var(--tw-bg-opacity));
}

.bg-\[\#fff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

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

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}

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

.bg-opacity-25{
  --tw-bg-opacity: 0.25;
}

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

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

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

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center{
  -o-object-position: center;
     object-position: center;
}

.p-0{
  padding: 0px;
}

.p-10{
  padding: 2.5rem;
}

.p-2\.5{
  padding: 0.625rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-\[29px\]{
  padding: 29px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.px-\[1\.5rem\]{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-\[17\%\]{
  padding-left: 17%;
  padding-right: 17%;
}

.px-\[28px\]{
  padding-left: 28px;
  padding-right: 28px;
}

.px-\[30px\]{
  padding-left: 30px;
  padding-right: 30px;
}

.px-\[7rem\]{
  padding-left: 7rem;
  padding-right: 7rem;
}

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

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

.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-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-28{
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

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

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

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

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

.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

.py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-\[12px\]{
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-\[15px\]{
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-\[1rem\]{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-\[20px\]{
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-\[22px\]{
  padding-top: 22px;
  padding-bottom: 22px;
}

.py-\[4rem\]{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-\[6rem\]{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-\[8rem\]{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

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

.\!pb-\[3rem\]{
  padding-bottom: 3rem !important;
}

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

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

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

.pb-14{
  padding-bottom: 3.5rem;
}

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

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

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

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

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

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

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

.pb-\[14rem\]{
  padding-bottom: 14rem;
}

.pe-0{
  padding-inline-end: 0px;
}

.pe-10{
  padding-inline-end: 2.5rem;
}

.pe-20{
  padding-inline-end: 5rem;
}

.pe-4{
  padding-inline-end: 1rem;
}

.ps-0{
  padding-inline-start: 0px;
}

.ps-2{
  padding-inline-start: 0.5rem;
}

.ps-3{
  padding-inline-start: 0.75rem;
}

.ps-4{
  padding-inline-start: 1rem;
}

.pt-1{
  padding-top: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

.\!text-start{
  text-align: start !important;
}

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

.align-middle{
  vertical-align: middle;
}

.font-sans{
  font-family: Roboto, sans-serif;
}

.\!text-\[14px\]{
  font-size: 14px !important;
}

.\!text-\[25px\]{
  font-size: 25px !important;
}

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

.text-\[10px\]{
  font-size: 10px;
}

.text-\[12px\]{
  font-size: 12px;
}

.text-\[13px\]{
  font-size: 13px;
}

.text-\[14\.883px\]{
  font-size: 14.883px;
}

.text-\[14px\]{
  font-size: 14px;
}

.text-\[15\.375px\]{
  font-size: 15.375px;
}

.text-\[15\.406px\]{
  font-size: 15.406px;
}

.text-\[15px\]{
  font-size: 15px;
}

.text-\[16px\]{
  font-size: 16px;
}

.text-\[17px\]{
  font-size: 17px;
}

.text-\[18\.75px\]{
  font-size: 18.75px;
}

.text-\[18px\]{
  font-size: 18px;
}

.text-\[20px\]{
  font-size: 20px;
}

.text-\[22px\]{
  font-size: 22px;
}

.text-\[23px\]{
  font-size: 23px;
}

.text-\[24px\]{
  font-size: 24px;
}

.text-\[25px\]{
  font-size: 25px;
}

.text-\[26\.8px\]{
  font-size: 26.8px;
}

.text-\[28\.25px\]{
  font-size: 28.25px;
}

.text-\[28px\]{
  font-size: 28px;
}

.text-\[29\.375px\]{
  font-size: 29.375px;
}

.text-\[29px\]{
  font-size: 29px;
}

.text-\[30px\]{
  font-size: 30px;
}

.text-\[32px\]{
  font-size: 32px;
}

.text-\[33px\]{
  font-size: 33px;
}

.text-\[35px\]{
  font-size: 35px;
}

.text-\[36px\]{
  font-size: 36px;
}

.text-\[40\.25px\]{
  font-size: 40.25px;
}

.text-\[40px\]{
  font-size: 40px;
}

.text-\[42\.375px\]{
  font-size: 42.375px;
}

.text-\[43px\]{
  font-size: 43px;
}

.text-\[44px\]{
  font-size: 44px;
}

.text-\[45px\]{
  font-size: 45px;
}

.text-\[47px\]{
  font-size: 47px;
}

.text-\[48px\]{
  font-size: 48px;
}

.text-\[50px\]{
  font-size: 50px;
}

.text-\[56px\]{
  font-size: 56px;
}

.text-\[60px\]{
  font-size: 60px;
}

.text-\[68px\]{
  font-size: 68px;
}

.text-\[85px\]{
  font-size: 85px;
}

.text-\[9\.984px\]{
  font-size: 9.984px;
}

.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-\[100\]{
  font-weight: 100;
}

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

.font-extrabold{
  font-weight: 800;
}

.font-extralight{
  font-weight: 200;
}

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

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

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

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.italic{
  font-style: italic;
}

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

.leading-7{
  line-height: 1.75rem;
}

.tracking-wider{
  letter-spacing: 0.05em;
}

.\!text-\[\#9199a3\]{
  --tw-text-opacity: 1 !important;
  color: rgb(145 153 163 / var(--tw-text-opacity)) !important;
}

.text-\[\#000\]{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-\[\#18191c\]{
  --tw-text-opacity: 1;
  color: rgb(24 25 28 / var(--tw-text-opacity));
}

.text-\[\#212121\]{
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

.text-\[\#333333\]{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.text-\[\#381A52\]{
  --tw-text-opacity: 1;
  color: rgb(56 26 82 / var(--tw-text-opacity));
}

.text-\[\#421F61\]{
  --tw-text-opacity: 1;
  color: rgb(66 31 97 / var(--tw-text-opacity));
}

.text-\[\#421f61\]{
  --tw-text-opacity: 1;
  color: rgb(66 31 97 / var(--tw-text-opacity));
}

.text-\[\#474c54\]{
  --tw-text-opacity: 1;
  color: rgb(71 76 84 / var(--tw-text-opacity));
}

.text-\[\#4D5D6D\]{
  --tw-text-opacity: 1;
  color: rgb(77 93 109 / var(--tw-text-opacity));
}

.text-\[\#54277b\]{
  --tw-text-opacity: 1;
  color: rgb(84 39 123 / var(--tw-text-opacity));
}

.text-\[\#5B5B5B\]{
  --tw-text-opacity: 1;
  color: rgb(91 91 91 / var(--tw-text-opacity));
}

.text-\[\#6a5082\]{
  --tw-text-opacity: 1;
  color: rgb(106 80 130 / var(--tw-text-opacity));
}

.text-\[\#715788\]{
  --tw-text-opacity: 1;
  color: rgb(113 87 136 / var(--tw-text-opacity));
}

.text-\[\#767f8c\]{
  --tw-text-opacity: 1;
  color: rgb(118 127 140 / var(--tw-text-opacity));
}

.text-\[\#828282\]{
  --tw-text-opacity: 1;
  color: rgb(130 130 130 / var(--tw-text-opacity));
}

.text-\[\#8e79a0\]{
  --tw-text-opacity: 1;
  color: rgb(142 121 160 / var(--tw-text-opacity));
}

.text-\[\#9f8eaf\]{
  --tw-text-opacity: 1;
  color: rgb(159 142 175 / var(--tw-text-opacity));
}

.text-\[\#C7C7C7\]{
  --tw-text-opacity: 1;
  color: rgb(199 199 199 / var(--tw-text-opacity));
}

.text-\[\#DEA8E4\]{
  --tw-text-opacity: 1;
  color: rgb(222 168 228 / var(--tw-text-opacity));
}

.text-\[\#F1F3F3\]{
  --tw-text-opacity: 1;
  color: rgb(241 243 243 / var(--tw-text-opacity));
}

.text-\[\#a08fb0\]{
  --tw-text-opacity: 1;
  color: rgb(160 143 176 / var(--tw-text-opacity));
}

.text-\[\#c7c7c7\]{
  --tw-text-opacity: 1;
  color: rgb(199 199 199 / var(--tw-text-opacity));
}

.text-\[\#d0c7d7\]{
  --tw-text-opacity: 1;
  color: rgb(208 199 215 / var(--tw-text-opacity));
}

.text-\[\#d63384\]{
  --tw-text-opacity: 1;
  color: rgb(214 51 132 / var(--tw-text-opacity));
}

.text-\[\#dea8e4\]{
  --tw-text-opacity: 1;
  color: rgb(222 168 228 / var(--tw-text-opacity));
}

.text-\[\#fff\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(238 238 238 / var(--tw-text-opacity));
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(224 224 224 / var(--tw-text-opacity));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity));
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(66 66 74 / var(--tw-text-opacity));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

.text-red-900{
  --tw-text-opacity: 1;
  color: rgb(183 28 28 / var(--tw-text-opacity));
}

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

.underline{
  text-decoration-line: underline;
}

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

.opacity-\[0\.6\]{
  opacity: 0.6;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-gray-900\/10{
  --tw-shadow-color: rgb(33 33 33 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

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

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

.ring-gray-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(224 224 224 / var(--tw-ring-opacity));
}

.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition{
  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-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

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

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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.1;
}

:root {
  --primary-color: #421f61;
  --secondary-color: #fff;
  --marquee-width: 66vw;
  --marquee-height: 20vh;
  --marquee-elements-displayed: 4;
  --marquee-element-width: calc(
        var(--marquee-width) / var(--marquee-elements-displayed)
    );
  --marquee-animation-duration: calc(var(--marquee-elements) * 5s);
  -webkit-font-smoothing: antialiased;
}

.linear-purple {
  background: linear-gradient(
        91deg,
        #623e97 1.92%,
        #8b3b95 50.38%,
        #c964a5 98.85%
    );
}

.blockquote,
p,
h1,
h2,
h3 h4,
h5,
h6 {
  word-break: break-word !important;
}

.fm-ibm {
  font-family: "IBM Plex Sans Arabic", sans-serif;
}

.fm-outFit {
  font-family: "Outfit", sans-serif;
}

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

h5 {
  margin: 0;
}

body {
  font-family: "Outfit", sans-serif;
  background: var(--primary-color);
  scroll-behavior: smooth;
  color: var(--secondary-color);
  overflow-x: hidden;
}

body.rtl {
  direction: rtl;
  font-family: "Cairo", sans-serif !important;
}

body.rtl .menu-btn {
  left: 0 !important;
  right: unset !important;
}

body.rtl .swiper-controls {
  flex-direction: row-reverse !important;
}

body.rtl .arrow-dir {
  top: 5% !important;
  left: 5% !important;
}

body.rtl .nav {
  right: 21% !important;
  left: unset !important;
}

body.rtl .main-menu-item,
.main-menu-item h3 {
  font-family: "Cairo", sans-serif !important;
}

body.rtl .badge-cs {
  right: -3% !important;
}

body.rtl .services-wrapper {
  justify-content: flex-end !important;
}

html[dir="rtl"] .services-header,
.services-box-discription,
.di-text {
  text-align: right !important;
}

html[dir="rtl"] .rtl .x-y,
.right-arrow-icon {
  transform: rotate(180deg) !important;
}

body.rtl .a-di {
  margin-left: auto !important;
}

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

a {
  text-decoration: none;
  color: var(--secondary-color);
}

p {
  line-height: 1.5;
}

::-webkit-scrollbar {
  width: 6px;
  border-radius: 16px;
}

::-webkit-scrollbar-thumb {
  background: #dea8e4;
  border-radius: 49px;
}

::-webkit-scrollbar-thumb:hover {
  background: #666;
}

::-webkit-scrollbar-track {
  background: #000;
}

::-webkit-scrollbar-track-piece {
  background: #000;
}

::-webkit-scrollbar-corner {
  background: #dea8e4;
}

::-webkit-resizer {
  background: #111;
}

.linear-text {
  background-clip: text, padding-box;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(97.31deg, #dea8e4 30.1%, #fff 94.6%);
}

.owl-item.active:first-child {
  background: red !important;
}

.secondary-color {
  color: var(--secondary-color);
}

.primary-color {
  color: var(--primary-color);
}

.bg-primary {
  background: var(--primary-color) !important;
}

.owl-stage-outer::after {
  content: "";
  position: absolute;
  left: 50%;
  height: 100%;
  background: #715788;
  z-index: 99999999;
  width: 1px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.container {
  margin: 0 auto;
}

.border-btn {
  padding: 14px 19px;
  color: var(--secondary-color);
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 10px;
  border: 1px solid #fff;
  font-size: 13px;
}

.lines {
  position: absolute;
  width: 100%;
  height: 231%;
  top: -248px;
  left: 0;
  background-size: cover !important;
  background: url(../svg/Shapes.svg);
  visibility: hidden !important;
  display: none;
}

.svg-lines {
  position: absolute;
  width: 100%;
  height: 231%;
  bottom: -141%;
  left: 0;
  background-size: cover !important;
  background: url(../svg/Shapes.svg);
  background-repeat: no-repeat;
}

.send-icon svg {
  width: 20px;
  height: 20px;
}

.send-icon:hover svg g path {
  fill: #dea8e4;
}

.lines-box_reverse {
  background: var(--primary-color);
  overflow: hidden;
}

.lines-box_reverse .tech-text {
  color: #fff !important;
}

.lines-box_reverse .lines {
  visibility: visible !important;
  display: block !important;
}

.lines-box:hover {
  background: var(--primary-color) !important;
  overflow: hidden;
}

.lines-box:hover .tech-text {
  color: #fff !important;
}

.lines-box:hover .right-arrow-icon svg path {
  fill: #fff;
}

.lines-box:hover .lines {
  visibility: visible !important;
  display: block !important;
  width: 100%;
  height: 1400px;
  top: -364px;
  left: 0;
  background-size: contain !important;
}

.company-frame {
  margin: 0;
  opacity: 0;
  visibility: hidden !important;
  display: none !important;
  transition: 0.5s all ease-in-out;
}

.company-frame.active {
  visibility: visible !important;
  display: block !important;
  margin-left: -2rem;
  opacity: 1;
}

.company-logo {
  margin: 0;
  display: hidden !important;
}

.vectors-bg {
  background: url(../svg/Wireframe.svg);
  background-size: cover;
  background-position: center;
  height: 75vh;
}

.Mbox-shadow {
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0 !important;
}

.border-btn {
  --c: var(--secondary-color);
  padding: 14px 15px;
  color: var(--primary-color);
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 10px;
  border: 1px solid #fff;
  font-size: 13px;
  color: var(--c);
  font-weight: bold;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}

.border-btn span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: var(--c);
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}

.play_ {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fixed-navbar {
  position: fixed !important;
  background: rgba(33, 37, 41, 0.7490196078);
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 9999999;
  transition: all 0.5s ease-in-out;
  top: 0 !important;
}

.other-child {
  height: -moz-fit-content;
  height: fit-content;
}

.border-btn:hover {
  color: #000 !important;
}

.border-btn:hover span {
  transform: translateY(0) scale(3);
}

.border-btn span:nth-child(1) {
  --n: 1;
}

.border-btn span:nth-child(2) {
  --n: 2;
}

.border-btn span:nth-child(3) {
  --n: 3;
}

.border-btn span:nth-child(4) {
  --n: 4;
}

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

svg use {
  fill: red;
}

/* Marquee Styles */

.marquee-container {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.marquee-row {
  display: flex;
  gap: 16px;
  /* Space between items */
  white-space: nowrap;
  align-items: center;
  justify-content: flex-start;
  will-change: transform;
}

.marquee-item {
  width: 200px;
  height: 77px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border-radius: 18px;
  background: linear-gradient(
        98deg,
        rgba(222, 168, 228, 0.21) 0%,
        rgba(222, 168, 228, 0.07) 100%
    );
}

.marquee-item img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Animation */

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-5 * (200px + 77px)));
  }
}

/* Responsive Adjustments */

@media (max-width: 768px) {
  .marquee-row {
    animation-duration: 20s;
  }
}

.linear-bg {
  background: url(../imgs/home_bg.png);
  background-size: cover;
  background-position: center top;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  padding-bottom: 3rem;
}

.bg-top {
  background: url(../imgs/bg-top.png);
  background-position: center top;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background-repeat: no-repeat;
}

.innovation-meets-precision {
  font-weight: 700;
  margin-top: 100px;
  margin-bottom: 0;
  font-size: 105px;
  text-align: center;
  word-break: break-word;
}

.text-linear {
  background-image: linear-gradient(97.31deg, #dea8e4 30.1%, #fff 94.6%);
  -webkit-background-clip: text, padding-box;
  background-clip: text, padding-box;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.header-main-heading {
  color: rgb(226, 181, 232) !important;
}

.char-17,
.char-18,
.char-19,
.char-20,
.char-21,
.char-22,
.char-23 {
  background-image: linear-gradient(97.31deg, #dea8e4 84.1%, #fff 94.6%);
}

.char-24,
.char-25 {
  background-image: linear-gradient(87.31deg, #e8c1ec 92.1%, #fff 83.6%);
}

.char-26 {
  background-image: linear-gradient(34.31deg, #edcff0 121.1%, #fff 61.6%);
}

.char-27,
.char-28 {
  background-image: linear-gradient(184.31deg, #edcfeb 79.1%, #fff 59.6%);
}

.char-29,
.char-30,
.char-31,
.char-32 {
  background-image: linear-gradient(180.31deg, #edcfeb 5.1%, #fff 118.6%);
}

.meets-precision-subtitle {
  font-size: 105px;
  text-align: center;
  text-transform: uppercase;
  color: var(--secondary-color);
  font-weight: 700;
  word-break: break-all;
}

.meets-precision-subtitle span {
  font-size: 105px;
}

.df-btn {
  border: 2px solid #c996d2;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.overlay {
  position: relative;
}

.quarizm_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.overlay::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
        to right top,
        #1f0023,
        #230328,
        #27042d,
        #2d0533,
        #320438,
        #38073e,
        #3d0a43,
        #430e49,
        #4b1651,
        #531e59,
        #5b2561,
        #632d69
    );
  border-radius: 25px;
  opacity: 0.6;
}

.df-btn h5 {
  transition: color 0.4s ease-in-out;
}

.projects {
  overflow: hidden;
  position: relative;
}

.df-btn:hover h5 {
  color: var(--primary-color) !important;
  z-index: 55;
  font-weight: 700;
}

.df-btn:hover div img {
  position: relative;
  z-index: 9999999;
}

.df-btn:hover:before {
  width: 200%;
}

.df-btn:before {
  content: "";
  width: 0;
  aspect-ratio: 1;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: -97%;
  background: var(--secondary-color);
  border-radius: 50%;
  transition: width 0.5s ease-in-out;
}

.df-btn.secondary-color:hover h5 {
  color: var(--secondary-color) !important;
  z-index: 55;
}

.df-btn.secondary-color:before {
  background: var(--primary-color) !important;
}

.fw-poppins {
  font-family: Poppins;
}

.steps_wrapper {
  margin: auto;
  max-width: 1060px;
  position: relative;
}

.steps_wrapper .content {
  background: #fff;
  z-index: 9999;
}

.steps_wrapper::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 1px;
  transform: translate(-50%, -50%);
  width: 100%;
  left: 50%;
  background: #421f61;
  top: 50%;
}

.steps_wrapper_forword {
  margin: auto;
  margin-top: -12rem !important;
  max-width: 87%;
  position: relative;
  background: #421f61;
}

.steps_wrapper_forword .content {
  z-index: 9999;
}

.steps_wrapper_forword .content:not(:last-child):after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: -90%;
  top: 50%;
  background: #dea8e4;
  border-radius: 50%;
}

.effect-two > a {
  display: inline-block;
  position: relative;
}

.effect-two > a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  bottom: 0;
  height: 2px;
  margin: -5px 0;
  background-color: #dea9e4;
  transition: all 0.2s ease-in;
}

:dir(ltr) .effect-two > a:after {
  left: 0;
  right: unset;
}

:dir(rtl) .effect-two > a:after {
  right: 0;
  left: unset;
}

.effect-two > a:hover {
  color: #c996d2;
}

.effect-two > a:hover:after {
  width: 100%;
}

.effect-three > a {
  display: inline-block;
  position: relative;
}

.effect-three > a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  bottom: 0;
  height: 2px;
  margin: -5px 0;
  right: 0 !important;
  background-color: #dea9e4;
  transition: all 0.2s ease-in;
}

.effect-three > a:hover {
  color: #c996d2;
}

.effect-three > a:hover:after {
  width: 100%;
}

.effect-three > a {
  display: inline-block;
  position: relative;
}

.effect-three > a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  bottom: 0;
  height: 2px;
  margin: -5px 0;
  left: 0;
  background-color: #dea9e4;
  transition: all 0.2s ease-in 0;
}

.effect-three > a:hover {
  color: #c996d2;
}

.effect-three > a:hover:after {
  width: 100%;
}

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

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

.marquee {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  color: #eee;
  overflow: hidden;
  position: relative;
  margin-top: 4rem;
}

.marquee:before,
.marquee:after {
  position: absolute;
  top: 0;
  width: 10rem;
  height: 100%;
  content: "";
  z-index: 1;
}

.marquee:before {
  left: 0;
}

.marquee:after {
  right: 0;
}

.marquee-content {
  list-style: none;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  animation: scrolling var(--marquee-animation-duration) linear infinite;
  gap: 73px;
}

.accordion {
  --bs-accordion-color: unset !important;
  --bs-accordion-bg: unset !important;
  --bs-accordion-border-color: unset !important;
}

.marquee-content li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: var(--marquee-element-width);
  max-height: 27px;
  font-size: calc(var(--marquee-height) * 3 / 4);
  white-space: nowrap;
}

.marquee-content li:hover.marquee-content {
  animation-play-state: paused !important;
}

.marquee-content li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.marquee-content li svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.bg-sky {
  border: 1px solid #fff;
  background: linear-gradient(
        180deg,
        rgba(222, 168, 228, 0.3) 0%,
        rgba(222, 168, 228, 0.1) 100%
    );
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transition: all 0.5s ease-in-out;
}

.to-page {
  visibility: hidden;
  display: none;
  opacity: 0;
}

.svg-hover-ic {
  display: none;
  transition: all 0.5s ease !important;
  visibility: hidden;
  opacity: 0;
}

.svg-ic {
  display: block;
  visibility: visible;
  opacity: 1;
}

.bg-sky:hover {
  background: var(--primary-color);
  transition: all 0.5s ease;
  box-shadow: #f6e7f8 0 48px 100px 0;
}

.bg-sky:hover h4 {
  color: #fff;
}

.bg-sky:hover .to-page {
  visibility: visible;
  display: block;
  opacity: 1;
}

.bg-sky:hover .svg-ic {
  display: hidden;
  visibility: hidden;
  opacity: 0;
}

.bg-sky:hover .svg-hover-ic {
  display: block;
  visibility: visible;
  opacity: 1;
}

.accordion-num.active {
  color: var(--secondary-color);
}

.accordion-header.active {
  color: #dea8e4;
}

.accordion-item {
  border-bottom: 1px solid #715788;
}

.custome-input,
.custome-textarea {
  border-radius: 9px;
  color: var(--primary-color);
  resize: none;
}

.custome-input::-moz-placeholder,
.custome-textarea::-moz-placeholder {
  color: #a08fb0;
}

.custome-input::-moz-placeholder, .custome-textarea::-moz-placeholder {
  color: #a08fb0;
}

.custome-input::placeholder,
.custome-textarea::placeholder {
  color: #a08fb0;
}

.company-profile {
  background: url(../imgs/before_footer.png);
  background-size: cover;
  background-position: center center;
  height: 70vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}

.linear-box {
  width: 480px !important;
  padding: 27px 35px !important;
  position: relative;
  border-radius: 17px;
  overflow: hidden;
  border-image-source: linear-gradient(180deg, #fff 0%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.57) 0%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.linear-box h4,
.linear-box h5,
.linear-box div {
  z-index: 99999;
}

.linear-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(222, 168, 228, 0.27);
  opacity: 0.7;
}

.quarizm-footer {
  background: #fff;
}

.hero-section {
  width: 100%;
}

.menu-btn {
  position: absolute;
  font-size: 35px;
  right: 0;
  top: 50%;
  color: #e8c2ec;
  transform: translateY(-50%);
}

.menu {
  position: fixed !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100%;
  min-height: 100vh !important;
  background: #34164d;
  opacity: 0;
  z-index: 99999999;
  visibility: hidden;
}

.nav {
  position: unset !important;
  left: unset !important;
  margin-top: unset !important;
}

.nav ul {
  list-style: none;
}

.main-menu {
  width: 100% !important;
}

.main-menu-item {
  padding-top: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
}

.main-menu-item a {
  text-decoration: none;
  color: #fff;
  font-weight: 500 !important;
}

.submenu-item a {
  color: grey;
}

.submenu li {
  margin: 20px 0;
}

a ion-icon {
  position: relative;
  font-size: 9px;
  opacity: 0.4;
}

.submenu {
  display: none;
}

.contact {
  color: #fff;
  position: absolute;
  bottom: 70px;
  right: 24%;
}

.contact p {
  font-weight: lighter;
  color: grey;
  font-family: "Helvetica";
}

.media {
  position: absolute;
  bottom: 70px;
  left: 22%;
}

.media ul {
  list-style: none;
}

.media ul li {
  display: inline-block;
  color: grey;
  font-weight: lighter;
  padding-right: 16px;
}

.icon-inner {
  color: #eac7ed;
}

.icon-inner svg {
  font-size: 2rem;
}

.close-menu {
  position: unset !important;
  top: unset !important;
  right: unset !important;
  font-size: 34px;
  cursor: pointer;
}

.text {
  position: relative;
  width: auto;
  height: auto;
  font-size: 50px;
  font-family: "Bangers", cursive;
  letter-spacing: 2px;
  color: #fff;
  display: flex;
}

.animate__animated.animate__fadeIn {
  --animate-duration: 1.5s;
}

.h-full-cols > div {
  height: 100%;
}

.ck-editor-content p {
  color: #421f61;
  display: block;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}

.top-80 {
  top: 80px;
}

.modal-container {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

html[dir="rtl"] {
  .rtl-grid {
    direction: rtl !important;
  }
  .text-linear {
    background-image: linear-gradient(
            45deg,
            #c964a5 36%,
            #8b3b95 59%,
            #623e97 78%
        );
    -webkit-background-clip: text, padding-box;
    background-clip: text, padding-box;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
}

.popubody {
  position: absolute;
  width: 500px;
  height: -moz-fit-content;
  height: fit-content;
  background: #3b185a;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  z-index: 9001;
  text-align: left;
  padding: 15px;
  display: none;
  max-width: 100%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.popupmain {
  position: relative;
}

.popupmain .popheading {
  font-size: 18px;
  line-height: 22px;
  padding: 15px;
  color: #000;
}

.popupmain .popupdetail {
  padding: 15px;
  font-size: 12px;
  line-height: 20px;
  color: #6b6b6b;
  text-align: justify;
}

.popupmain p {
  margin: 0 0 7px;
}

.dullbg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9000;
  display: none;
}

.close {
  position: absolute;
  right: 15px;
  top: 11px;
  width: 26px;
  height: 26px;
  opacity: 0.5;
}

.close:hover {
  opacity: 1;
}

.close:before,
.close:after {
  position: absolute;
  top: 0;
  right: 10px;
  width: 1px;
  height: 26px;
  content: "";
  background-color: #fff;
}

.close:before {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.close:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.popupbtn {
  height: 40px;
  border: 0;
  display: block;
  width: 220px;
  margin: 100px auto;
  cursor: pointer;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}

.popupbtn:focus {
  outline: none;
}

.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #fff;
  transition-property: color;
  transition-duration: 0.3s;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3c3c3c;
  border-radius: 100%;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
  color: #fff;
}

.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
  transform: scale(2);
}

#cv-uploader {
  visibility: hidden;
  display: none;
}

#label {
  background: #421f61;
}

.cs-inp::-moz-placeholder {
  color: #9f8eaf;
}

.cs-inp::placeholder {
  color: #9f8eaf;
}

.x-y {
  transition: width 0.5s ease;
}

.right-arrow-svg-white {
  display: block;
}

.right-arrow-svg-dark {
  display: none;
}

.cx-box:hover .right-arrow-svg-white {
  display: none;
}

.cx-box:hover .right-arrow-svg-dark {
  display: block;
}

.cx-box:hover .x-y {
  width: 20% !important;
}

.cx-box:hover .exploare-txt {
  font-weight: 700;
}

@keyframes scrolling {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(
            calc(-1 * var(--marquee-element-width) * var(--marquee-elements))
        );
  }
}

.ck-div,
.ck-div * {
  display: inline-block;
  width: 100% !important;
  word-break: break-word !important;
  /*font-family: "Outfit", sans-serif !important;*/
}

body[dir="rtl"] {
  font-family: "Cairo", sans-serif !important;
}

.form-input {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  margin-top: 10px;
  background: #421f61;
  border-radius: 8px;
  color: #8e79a0;
  font-size: 14px;
  padding: 10px 20px;
  outline: none;
  border: none;
}

#package_id {
  background: #421f61;
  border-radius: 8px;
  color: #8e79a0;
  font-size: 14px;
  padding: 10px 20px;
  outline: none;
  border: none;
}

textarea {
  resize: none;
}

.linear-btn-grideant {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  border-radius: 100px;
  transition: all 0.5s ease;
  border: none !important;
  padding: 15px 50px;
  font-size: 15.813px;
  width: -moz-fit-content !important;
  width: fit-content !important;
  background: linear-gradient(90deg, #421f61 0%, #8740c7 100%);
  font-weight: 700;
}

.accordion-header {
  border-radius: 12px 12px 0 0;
}

.bg-xm {
  background: linear-gradient(
        180deg,
        rgba(222, 168, 228, 0.3) 0%,
        rgba(222, 168, 228, 0.1) 100%
    );
}

.dp-shd {
  box-shadow: 5px 10px 50px 0 rgba(17, 17, 43, 0.0509803922);
  background: #fff;
}

.btn-custome {
  border: 1px solid #381a52 !important;
  background: transparent !important;
}

.btn-custome h5 {
  color: #381a52 !important;
}

.btn-custome:before {
  content: "";
  width: 0;
  aspect-ratio: 1;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: -97%;
  background: #381a52 !important;
  border-radius: 50%;
  transition: width 0.5s ease-in-out;
}

.btn-custome:hover h5 {
  color: #fff !important;
}

.js-marquee {
  display: flex;
  float: unset !important;
}

.list-item {
  display: flex;
  position: relative;
  transition: 0.5s all;
}

.list-item::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
        91deg,
        #421f61 1.92%,
        #8b3b95 50.38%,
        #c964a5 98.85%
    );
  transition: 0.5s all;
  z-index: 0;
  border-radius: 10px;
  opacity: 0;
}

.list-item:hover i {
  color: white !important;
  z-index: 9;
}

.list-item:hover::before {
  opacity: 1;
}

.list-item:hover h2 {
  color: #fff;
  z-index: 999999;
}

.list-item:hover .rounded-full {
  background-color: #fff;
  z-index: 6;
}

.future-image {
  width: 400px;
  margin: auto;
}

.future-image img {
  width: 100%;
  height: 100%;
}

.post_wrapper {
  width: 100%;
}

.post_wrapper .post_image {
  position: relative;
  background-size: cover;
  height: 391px !important;
  border-radius: 30px;
  padding: 15px;
  width: 100%;
  height: 100%;
}

.main-menu-item {
  position: relative;
}

.sdropdown-menu {
  margin-top: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  height: 0;
  visibility: hidden;
  transition: height 0.3s ease, visibility 0.3s ease;
}

.sdropdown-menu li {
  padding: 8px 0;
}

.sdropdown-menu li a {
  text-decoration: none;
  color: #fff;
}

.main-menu-item.open .sdropdown-menu {
  height: auto;
  visibility: visible;
  margin-top: 9px;
}

#_arrow {
  transition: transform 0.3s ease;
}

#_arrow.rotate {
  transform: rotate(180deg);
}

.dropdown-menu-services {
  position: fixed;
  top: -29px;
  left: 0;
  width: 100vw;
  border-radius: 16px;
  background: rgba(66, 31, 97, 0.78);
  box-shadow: 0px 24px 56px 0px rgba(167, 174, 186, 0.16);
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
  color: #fff;
  display: flex;
  flex-direction: column;
  transform: translateY(-100%);
  z-index: -1;
  padding: 65px 0 !important;
}

.post_wrapper .post_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.box-shadow-3 {
  box-shadow: rgba(0, 0, 0, 0.1) 0 10px 17px -17px,
        rgba(0, 0, 0, 0.05) 0 1px 1px -1px;
}

.dff-shadow {
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}

.page-num {
  padding: 8px 20px;
  text-align: center;
  border: 1px solid #421f61;
  border-radius: 7px;
  color: #421f61;
  font-size: 25px;
  margin-top: 3rem;
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1) linear;
  font-weight: 700;
  cursor: pointer;
}

.page-num:hover {
  background: #421f61;
  color: #fff;
}

.page-num.active {
  padding: 8px 20px;
  background: #421f61;
  color: #fff;
}

._day {
  font-family: Poppins;
  font-size: 393px;
  line-height: normal;
  -webkit-text-stroke: 3px #000;
  color: transparent;
  -webkit-text-stroke-width: 4;
  -webkit-text-stroke-color: #a375b3;
  line-height: 0.7;
  font-weight: 700;
}

._day-text {
  font-family: Poppins;
  font-size: 73px;
  line-height: normal;
  -webkit-text-stroke: 3px #000;
  color: transparent;
  -webkit-text-stroke-width: 4;
  -webkit-text-stroke-color: #a375b3;
  line-height: 0.7;
  font-weight: 700;
}

.c-rounded.left {
  border-radius: 20px 0 0 20px;
}

.c-rounded.right {
  border-radius: 0 20px 20px 0;
}

.map {
  background: url(../imgs/map.jpg);
  background-size: cover;
  height: 500px;
  width: 100%;
  margin-top: 3rem;
  margin-right: -5rem;
  position: relative;
  z-index: -1;
  border-radius: 20px;
  overflow: hidden;
}

.map::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: rgba(222, 222, 222, 0.5803921569);
}

.map .located-icon {
  position: absolute;
  top: 19%;
  right: 50%;
}

.map .located-icon img {
  width: 30px;
}

.map .bottom-content {
  position: absolute;
  bottom: 20px;
  left: 2rem;
  width: 340px;
  padding: 15px 31px;
  border-radius: 19px;
  border: 1px solid;
  height: -moz-fit-content;
  height: fit-content;
  background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.3) 0%,
        rgba(255, 255, 255, 0.1) 100%
    );
  border-image-source: linear-gradient(
        180deg,
        #fff 0%,
        rgba(255, 255, 255, 0) 100%
    );
}

.map .bottom-content div img {
  width: 148px;
  -o-object-fit: cover;
  object-fit: cover;
}

.form {
  width: 100%;
  background: #dea8e4;
  margin-top: 11rem;
  margin-left: -5rem;
  border-radius: 20px;
}

.custome-input,
.custome-textarea {
  border-radius: 9px;
  color: var(--primary-color);
  font-weight: 300;
  resize: none;
}

.custome-input::-moz-placeholder,
.custome-textarea::-moz-placeholder {
  color: #a08fb0;
}

.custome-input::-moz-placeholder, .custome-textarea::-moz-placeholder {
  color: #a08fb0;
}

.custome-input::placeholder,
.custome-textarea::placeholder {
  color: #a08fb0;
}

@font-face {
  font-family: "Phonk";

  src: url(../fonts/Phonk/Phonk_Regular_DEMO.otf);

  src: url(../fonts/Phonk/Phonk_Regular_DEMO.otf) format("embedded-opentype"),
        url(../fonts/Phonk/Phonk_Regular_DEMO.otf) format("woff2"),
        url(../fonts/Phonk/Phonk_Regular_DEMO.otf) format("woff"),
        url(../fonts/Phonk/Phonk_Regular_DEMO.otf) format("truetype"),
        url(../fonts/Phonk/Phonk_Regular_DEMO.otf) format("svg");

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

.marquee-content li {
  border-radius: 24px;
}

@media only screen and (min-width: 320px) {
  .innovation-meets-precision,
    .meets-precision-subtitle {
    font-size: 40px !important;
  }

  .meets-precision-subtitle {
    font-size: 20px !important;
  }

  .innovation-meets-precision span {
    font-size: 36px !important;
  }

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

  .owl-dots,
    .owl-nav {
    display: none;
  }

  .marquee-content li {
    max-height: 17px;
  }

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

  .steps_wrapper,
    .steps_wrapper_forword {
    flex-direction: column !important;
  }

  ._prev,
    ._next {
    width: 22px;
  }

  .marquee-content li {
    max-height: 20px;
  }
}

@media only screen and (min-width: 480px) {
  .navbar-links,
    .border-btn,
    .lang-switcher {
    display: none !important;
  }

  .innovation-meets-precision,
    .meets-precision-subtitle {
    font-size: 61px !important;
  }

  .meets-precision-subtitle {
    font-size: 30px !important;
  }

  .innovation-meets-precision span {
    font-size: 36px !important;
  }

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

  .steps_wrapper,
    .steps_wrapper_forword {
    flex-direction: column;
  }

  .owl-stage-outer::after {
    display: none !important;
  }

  .marquee-content li {
    max-height: 35px;
  }

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

  ._prev,
    ._next {
    width: 22px;
  }
}

@media (max-width: 600px) {
  :root {
    --marquee-width: 100vw;
    --marquee-height: 16vh;
    --marquee-elements-displayed: 3;
  }

  .marquee:before,
    .marquee:after {
    width: 5rem;
  }

  .icon-inner,
    .owl-stage-outer::after {
    display: none !important;
  }

  ._prev,
    ._next {
    width: 22px;
  }

  .innovation-meets-precision,
    .meets-precision-subtitle {
    font-size: 40px !important;
  }

  .meets-precision-subtitle {
    font-size: 20px !important;
  }

  .steps_wrapper,
    .steps_wrapper_forword {
    flex-direction: row !important;
  }

  .steps_wrapper::after {
    content: "";
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    transform: translate(-50%, -50%) !important;
    width: 69% !important;
    left: 15% !important;
    background: #421f61 !important;
    top: 50% !important;
    z-index: 999 !important;
    transform: rotate(90deg) !important;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 20px;
  }

  html[dir="rtl"] .innovation-meets-precision {
    font-size: 29px !important;
    margin-bottom: 5px;
  }

  html[dir="rtl"] .meets-precision-subtitle {
    font-size: 20px !important;
    margin: 0 2rem !important;
  }

  .nav {
    margin-top: 20%;
  }

  .contact {
    display: none;
  }

  .icon-inner {
    display: none;
  }

  .owl-stage-outer::after {
    display: none !important;
  }

  .marquee-content li {
    max-height: 188px;
    width: 189px;
  }

  .marquee-content li svg,
    .marquee-content li img {
    width: 59%;
    height: 83%;
  }

  .innovation-meets-precision {
    font-size: 38px !important;
    word-break: break-word !important;
  }

  .meets-precision-subtitle {
    font-size: 21px !important;
    margin: 0 4rem;
    word-break: break-word !important;
  }

  .steps_wrapper,
    .steps_wrapper_forword {
    flex-direction: column !important;
  }

  .steps_wrapper::after {
    content: "";
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    transform: translate(-50%, -50%) !important;
    width: 58% !important;
    left: 21% !important;
    background: #421f61 !important;
    top: 50% !important;
    z-index: 999 !important;
    transform: rotate(90deg) !important;
  }

  .steps_wrapper_forword .content:not(:last-child):after {
    content: "";
    position: absolute !important;
    width: 10px !important;
    height: 10px !important;
    right: 49% !important;
    top: 147% !important;
    background: #dea8e4 !important;
    border-radius: 50% !important;
  }
}

@media only screen and (min-width: 768px) {
  .navbar-links,
    .border-btn,
    .lang-switcher {
    display: none !important;
  }

  html[dir="rtl"] .innovation-meets-precision {
    font-size: 55px !important;
    margin-bottom: 5px;
  }

  html[dir="rtl"] .meets-precision-subtitle {
    font-size: 30px !important;
  }

  .innovation-meets-precision,
    .meets-precision-subtitle {
    font-size: 60px !important;
  }

  .meets-precision-subtitle {
    font-size: 45px !important;
  }

  .innovation-meets-precision span {
    font-size: 33px !important;
  }

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

  .owl-stage-outer::after {
    display: none !important;
  }

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

  ._prev,
    ._next {
    width: 22px;
  }

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

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

  .steps_wrapper_forword .content:not(:last-child):after {
    content: "";
    position: absolute !important;
    width: 10px !important;
    height: 10px !important;
    right: 49% !important;
    top: 147% !important;
    background: #dea8e4 !important;
    border-radius: 50% !important;
  }

  .marquee-content li {
    max-height: 28px;
  }

  .subscribe-form {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .icon-inner {
    display: none !important;
  }

  .navbar-links,
    .border-btn,
    .lang-switcher {
    display: none !important;
  }

  .innovation-meets-precision {
    font-size: 70px !important;
  }

  .meets-precision-subtitle {
    font-size: 36px !important;
  }

  .innovation-meets-precision span {
    font-size: 100px !important;
  }

  .steps_wrapper,
    .steps_wrapper_forword {
    flex-direction: row !important;
  }

  .steps_wrapper_forword .content:not(:last-child):after {
    content: "";
    position: absolute !important;
    width: 10px !important;
    height: 10px !important;
    right: -50% !important;
    top: 50% !important;
    background: #dea8e4 !important;
    border-radius: 50% !important;
  }

  html[dir="rtl"] .steps_wrapper_forword .content:not(:last-child):after {
    right: 146% !important;
  }

  .owl-stage-outer::after {
    display: flex !important;
  }

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

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

  .steps_wrapper_forword .content .count {
    font-size: 40px !important;
  }

  .steps_wrapper_forword .content .projects {
    font-size: 16px;
  }

  ._prev,
    ._next {
    width: 35px;
  }

  .marquee-content li {
    max-height: 34px;
  }

  .subscribe-form {
    width: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .navbar-links,
    .lang-switcher {
    display: flex !important;
  }

  .border-btn {
    display: block !important;
  }

  .menu-btn,
    .icon-inner {
    display: none !important;
  }

  html[dir="rtl"] .innovation-meets-precision {
    font-size: 55px !important;
  }

  html[dir="rtl"] .meets-precision-subtitle {
    font-size: 34px !important;
  }

  .innovation-meets-precision {
    font-size: 87px !important;
  }

  .meets-precision-subtitle {
    font-size: 47px !important;
  }

  .steps_wrapper,
    .steps_wrapper_forword {
    flex-direction: row !important;
  }

  .steps_wrapper_forword .content .count {
    font-size: 80px !important;
  }

  .owl-stage-outer::after {
    display: flex !important;
  }

  .marquee-content li {
    max-height: 38px;
  }

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

  ._prev,
    ._next {
    width: 35px;
  }

  .subscribe-form {
    width: 50%;
  }

  .steps_wrapper_forword .content .projects {
    font-size: 30px !important;
  }
}

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

  .menu-btn {
    display: none;
  }

  .owl-stage-outer::after {
    display: flex !important;
  }

  ._prev,
    ._next {
    width: 35px;
  }

  .marquee-content li {
    max-height: 45px;
  }

  .subscribe-form {
    width: 50%;
  }
}

.project_image {
  height: 586px;
  border-radius: 25px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .navbar-links,
    .border-btn {
    display: none !important;
  }

  .meets-precision-subtitle {
    font-size: 65px !important;
  }

  .innovation-meets-precision span {
    font-size: 65px !important;
  }

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

  .owl-stage-outer::after {
    display: none !important;
  }

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

  ._prev,
    ._next {
    width: 22px;
  }

  .wrapper-animation {
    width: -moz-fit-content !important;
    width: fit-content !important;
    height: 403px !important;
  }
}

@media only screen and (min-width: 992px) {
  .icon-inner {
    display: none !important;
  }

  .navbar-links,
    .border-btn {
    display: none !important;
  }

  .innovation-meets-precision,
    .meets-precision-subtitle {
    font-size: 100px !important;
  }

  .innovation-meets-precision span {
    font-size: 100px !important;
  }

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

  .owl-stage-outer::after {
    display: flex !important;
  }

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

  ._prev,
    ._next {
    width: 35px;
  }
}

@media only screen and (min-width: 1200px) {
  .navbar-links {
    display: flex !important;
  }

  .border-btn {
    display: block !important;
  }

  .menu-btn,
    .icon-inner {
    display: none !important;
  }

  .innovation-meets-precision {
    font-size: 105px !important;
  }

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

  .owl-stage-outer::after {
    display: flex !important;
  }

  .marquee-content li {
    max-height: 28px;
  }

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

  ._prev,
    ._next {
    width: 35px;
  }
}

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

  .menu-btn {
    display: none;
  }

  .owl-stage-outer::after {
    display: flex !important;
  }

  ._prev,
    ._next {
    width: 35px;
  }
}

@media (max-width: 600px) {
  :root {
    --marquee-width: 100vw;
    --marquee-height: 16vh;
    --marquee-elements-displayed: 3;
  }

  .marquee:before,
    .marquee:after {
    width: 5rem;
  }

  .icon-inner,
    .owl-stage-outer::after {
    display: none !important;
  }

  ._prev,
    ._next {
    width: 22px;
  }

  .wrapper-animation {
    width: -moz-fit-content !important;
    width: fit-content !important;
    height: 284px !important;
  }
}

@media only screen and (min-width: 480px) {
  .navbar-links,
    .border-btn {
    display: none !important;
  }

  .meets-precision-subtitle {
    font-size: 36px !important;
  }

  .innovation-meets-precision span {
    font-size: 36px !important;
  }

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

  .steps_wrapper {
    flex-direction: column;
  }

  .owl-stage-outer::after {
    display: none !important;
  }

  .marquee-content li {
    max-height: 20px;
  }

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

  ._prev,
    ._next {
    width: 22px;
  }
}

.other-child {
  height: -moz-fit-content;
  height: fit-content;
}

.wrapper-animation {
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: 314px !important;
}

@media only screen and (min-width: 320px) {
  .innovation-meets-precision,
    .meets-precision-subtitle {
    font-size: 45px !important;
  }

  .meets-precision-subtitle {
    font-size: 36px !important;
  }

  .innovation-meets-precision span {
    font-size: 36px !important;
  }

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

  .owl-dots,
    .owl-nav {
    display: none;
  }

  .marquee-content li {
    max-height: 17px;
  }

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

  .steps_wrapper {
    flex-direction: column row;
  }

  ._prev,
    ._next {
    width: 22px;
  }

  .navbar-links,
    .border-btn,
    .lang-switcher {
    display: none;
  }

  .wrapper-animation {
    height: 125px !important;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 20px;
  }

  .nav {
    margin-top: 20%;
  }

  .contact {
    display: none;
  }

  .icon-inner {
    display: none;
  }

  .owl-stage-outer::after {
    display: none !important;
  }

  .marquee-content li {
    max-height: 17px;
  }
}

@keyframes scrolling {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(
            calc(-1 * var(--marquee-element-width) * var(--marquee-elements))
        );
  }
}

@media only screen and (min-width: 768px) {
  .navbar-links,
    .border-btn {
    display: none !important;
  }

  .meets-precision-subtitle {
    font-size: 65px !important;
  }

  .innovation-meets-precision span {
    font-size: 65px !important;
  }

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

  .owl-stage-outer::after {
    display: none !important;
  }

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

  ._prev,
    ._next {
    width: 22px;
  }

  .wrapper-animation {
    width: -moz-fit-content !important;
    width: fit-content !important;
    height: 403px !important;
  }
}

@media only screen and (min-width: 992px) {
  .icon-inner {
    display: none !important;
  }

  .navbar-links,
    .border-btn {
    display: none !important;
  }

  .innovation-meets-precision,
    .meets-precision-subtitle {
    font-size: 100px !important;
  }

  .innovation-meets-precision span {
    font-size: 100px !important;
  }

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

  .owl-stage-outer::after {
    display: flex !important;
  }

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

  ._prev,
    ._next {
    width: 35px;
  }
}

@media only screen and (min-width: 1200px) {
  .navbar-links {
    display: flex !important;
  }

  .border-btn {
    display: block !important;
  }

  .menu-btn,
    .icon-inner {
    display: none !important;
  }

  .innovation-meets-precision {
    font-size: 105px !important;
  }

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

  .owl-stage-outer::after {
    display: flex !important;
  }

  .marquee-content li {
    max-height: 28px;
  }

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

  ._prev,
    ._next {
    width: 35px;
  }
}

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

  .menu-btn {
    display: none;
  }

  .owl-stage-outer::after {
    display: flex !important;
  }

  ._prev,
    ._next {
    width: 35px;
  }
}

@media (max-width: 600px) {
  :root {
    --marquee-width: 100vw;
    --marquee-height: 16vh;
    --marquee-elements-displayed: 3;
  }

  .marquee:before,
    .marquee:after {
    width: 5rem;
  }

  .icon-inner,
    .owl-stage-outer::after {
    display: none !important;
  }

  ._prev,
    ._next {
    width: 22px;
  }

  .wrapper-animation {
    width: -moz-fit-content !important;
    width: fit-content !important;
    height: 284px !important;
  }
}

@media only screen and (min-width: 480px) {
  .meets-precision-subtitle {
    font-size: 36px !important;
  }

  .innovation-meets-precision span {
    font-size: 36px !important;
  }

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

  .steps_wrapper {
    flex-direction: column;
  }

  .owl-stage-outer::after {
    display: none !important;
  }

  .marquee-content li {
    max-height: 20px;
  }

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

  ._prev,
    ._next {
    width: 22px;
  }
}

.other-child {
  height: -moz-fit-content;
  height: fit-content;
}

.wrapper-animation {
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: 314px !important;
}

@media only screen and (min-width: 320px) {
  .innovation-meets-precision,
    .meets-precision-subtitle {
    font-size: 45px !important;
  }

  .meets-precision-subtitle {
    font-size: 36px !important;
  }

  .innovation-meets-precision span {
    font-size: 36px !important;
  }

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

  .owl-dots,
    .owl-nav {
    display: none;
  }

  .marquee-content li {
    max-height: 86px;
    height: 103px;
  }

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

  .steps_wrapper {
    flex-direction: column;
  }

  ._prev,
    ._next {
    width: 22px;
  }

  .wrapper-animation {
    height: 125px !important;
  }
}

@media (max-width: 768px) {
  .steps_wrapper {
    flex-direction: row;
  }

  h1 {
    font-size: 20px;
  }

  .nav {
    margin-top: 20%;
  }

  .contact {
    display: none;
  }

  .icon-inner {
    display: none;
  }

  .owl-stage-outer::after {
    display: none !important;
  }

  .marquee-content li {
    max-height: 79px;
  }
}

@keyframes scrolling {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(
            calc(-1 * var(--marquee-element-width) * var(--marquee-elements))
        );
  }
}

.project_image {
  height: 586px;
  border-radius: 25px;
  overflow: hidden;
}

.taps-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overflow-y: none !important;
}

.tabs {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  list-style-type: none;
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0;
}

.tabs::-webkit-scrollbar {
  background-color: #a08fb0;
  height: 1px;
  margin-top: 12rem;
  padding: 15px;
  width: 11px;
  visibility: hidden !important;
  display: none !important;
}

.tabs::-webkit-scrollbar-track {
  border: 1px solid #a08fb0;
  visibility: hidden !important;
  display: none !important;
}

.tabs::-webkit-scrollbar-thumb {
  visibility: hidden !important;
  display: none !important;
}

.tabs::-webkit-scrollbar-track-piece {
  background: #d3d3d3;
  visibility: hidden !important;
  display: none !important;
}

.tabs li {
  margin: 0;
  padding: 10px 20px 5px;
  cursor: pointer;
  font-size: 1.2em;
  line-height: 2em;
  color: #fff;
  text-wrap: nowrap !important;
}

.tabs li.current {
  color: #dea8e4;
  position: relative;
  transition: 0.5s ease-in-out;
}

.tabs li.current::after {
  content: "";
  background: #dea8e4;
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 57%;
  transform: translate(51%, -50%);
  left: -4%;
}

.tab-content {
  display: none;
  line-height: 1.4;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.tab-content.current {
  display: inherit;
  opacity: 1;
}

.project-content {
  position: relative;
  border-radius: 50px 50px;
  overflow: hidden;
  margin-top: 2rem;
}

.project-content .hidden-content {
  position: absolute;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  background: #dea8e4;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  z-index: 99999;
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 991px) {
  .project-content .hidden-content {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.project-content .hidden-content h4 {
  color: #421f61;
  font-size: 20px;
  margin-bottom: 20px;
  z-index: 99999;
}

.project-content .hidden-content img {
  width: 76.64px;
  margin-bottom: 20px;
}

.project-content .hidden-content .project-name {
  color: #421f61;
  font-size: 32px;
  text-align: center;
  line-height: 0.9;
  font-weight: 600;
  z-index: 99999;
}

@media (max-width: 991px) {
  .project-content .hidden-content .project-name {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .project-content .hidden-content .project-name {
    font-size: 23px;
  }
}

.project-content .hidden-content .description {
  color: #421f61;
  text-align: center;
  margin-top: 1rem;
  z-index: 99999;
}

.project-content .hidden-content a {
  background: #421f61;
  padding: 15px 20px;
  border-radius: 10px;
  color: #fff;
  z-index: 99999;
}

@media (max-width: 991px) {
  .project-content .hidden-content a {
    padding: 10px 15px;
  }
}

.project-content .hidden-content a:hover {
  background: #fff;
  color: #421f61;
  z-index: 99999;
}

.project-content:hover .hidden-content {
  visibility: visible;
  opacity: 1;
  z-index: 999999;
}

.project-content .content {
  padding: 41px 35px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  z-index: 9999;
}

.project-content .content p {
  font-size: 18px;
  padding: 0;
  margin: 0;
}

.project-content .content h4 {
  font-size: 36px;
  font-weight: 600;
}

.project-content .image {
  position: absolute;
  width: 100%;
  height: 100%;
}

.project-content .image .linear-project-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}

.gradient-bg {
  position: relative;
}

.gradient-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #421f61 0%, rgba(66, 31, 97, 0) 100%);
  z-index: 9;
  opacity: 0.8;
  transform: rotate(180deg);
}

.svg-services-icon {
  display: block;
}

.svg-ic-services {
  display: none;
}

.services-box {
  background: #3b185a !important;
  transition: all 0.2s ease;
}

.services-box:hover {
  background: #dea8e4 !important;
  box-shadow: #dea8e4 0 0 5px;
}

.services-box:hover .icon .svg-services-icon {
  display: none;
}

.services-box:hover .icon .svg-ic-services {
  display: block;
}

.services-box:hover .hidden-bg {
  background: #fff;
  padding: 10px;
  border-radius: 50%;
}

.services-box:hover .hidden-bg svg {
  width: 20px !important;
  height: 20px !important;
}

.services-box:hover .hidden-bg svg g path {
  width: 15px;
  height: 15px;
  fill: #dea8e4;
}

.services-box .hidden-bg {
  padding: 10px;
  border-radius: 50%;
}

.services-box .hidden-bg svg {
  width: 30px !important;
  height: 30px !important;
}

.services-box .hidden-bg svg g path {
  width: 15px;
  height: 15px;
}

.service_image {
  height: 544px;
  border-radius: 25px;
  overflow: hidden;
}

.bg-gta {
  background: url("../imgs/Background.png") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 80px;
  border-radius: 40px;
}

@media (max-width: 556px) {
  .bg-gta {
    padding: 45px !important;
  }
}

.search-input {
  font-size: 18px;
  color: #a08fb0;
  &::-moz-placeholder {
    color: #a08fb0;
  }
  &::placeholder {
    color: #a08fb0;
  }
  .lines {
    position: absolute !important;
    width: 149% !important;
    height: 100% !important;
    border: 0 !important;
    left: -8px !important;
    transform: rotate(348deg) !important;
    bottom: -52% !important;
  }
  .input-email::-moz-placeholder {
    color: #212121;
  }
  .input-email::placeholder {
    color: #212121;
  }
  .home-bg {
    position: absolute;
    z-index: 999999;
    left: 115px;
    height: 605px;
    top: 44px;
    width: 100%;
    -o-object-fit: fill;
    object-fit: cover;
    overflow: hidden;
  }
  .laptop {
    background: url("../imgs/laptopbody.png");
    background-size: contain;
    height: 808px;
    width: 662px;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  .future-image {
    width: 299px !important;
    margin: auto;
  }

  .lang-button {
    display: none !important;
  }
}

/* custom-btn */

.my-btn {
  border: 2px solid rgb(202, 150, 210);
  border-radius: 12px;
  color: #421f60;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: 0.4s ease;
  z-index: 1;
}

.my-btn-transparent-fade {
  background: transparent;
  color: #fff;
  transition: 0.5s ease;
}

.my-btn i {
  font-size: 20px;
}

.my-btn:before,
.my-btn:after {
  background: #313131;
  transition: 0.3s ease;
  content: "";
  position: absolute;
  z-index: -1;
}

.btn-transparent-fade:hover {
  background: #fff;
  color: #421f60;
}

/* custom-btn */

@media (max-width: 768px) {
  .upper-blog-btn {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .lower-blog-btn {
    display: none !important;
  }
}

.social-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff !important;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
}

.main-menu-item a {
  font-size: 18px;
}

.menu {
  position: absolute;
  /* Change to absolute to allow the menu to expand */
  top: 0;
  width: 100%;
  background: #34164d;
  opacity: 0;
  z-index: 99999999;
  visibility: hidden;
  overflow-y: auto;
  /* Allow scrolling within the menu */
}

@media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) {
  .menu {
    padding-bottom: 4rem !important;
    /* Adjust the value as needed */
  }
}

.mobile-menu-service-item-link {
  font-size: 15px !important;
}

.blog-arrow-icon {
  transition: 0.3s ease;
}

.lines-box:hover .blog-arrow-icon {
  color: #fff !important;
}

.home-service-item {
  padding: 20px;
  background: linear-gradient(
        35deg,
        rgb(117 79 123 / 24%) 0%,
        rgb(64 41 67 / 0%) 100%
    );
}

[dir="ltr"] .home-service-item {
  background: linear-gradient(
        290deg,
        rgb(117 79 123 / 24%) 0%,
        rgb(64 41 67 / 0%) 100%
    );
}

.service-description {
  font-family: "Cairo", sans-serif !important;
}

html[dir="rtl"] :not(i) {
  font-family: "Cairo", sans-serif !important;
}

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

.service-img-order {
  order: 2 !important;
}

.linear-purple {
  padding: 40px !important;
}

@media (max-width: 768px) {
  .service-content-order {
    order: 2 !important;
  }

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

  .linear-purple {
    padding: 20px !important;
  }
}

.ck-div * {
  line-height: 1.5 !important;
  color: black !important;
}

.ck-div h1,
.ck-div h2,
.ck-div h3,
.ck-div h4,
.ck-div h5,
.ck-div h6 {
  display: block;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: bold;
}

.ck-div h1 {
  font-size: 2em;
  margin-block-start: .67em;
  margin-block-end: .67em;
}

.ck-div h2 {
  font-size: 1.5em;
  margin-block-start: .83em;
  margin-block-end: .83em3
}

.ck-div h3 {
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.ck-div h4 {
  font-size: 1em;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
}

.ck-div h5 {
  font-size: .83em;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

.ck-div h6 {
  font-size: .67em;
  margin-block-start: 2.33em;
  margin-block-end: 2.33em;
}

.ck-div ul,
.ck-div ol {
  display: block !important;
  margin-block-start: 1em !important;
  margin-block-end: 1em !important;
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
  padding-inline-start: 40px !important;
}

.ck-div ul {
  list-style-type: disc;
}

.ck-div ol {
  list-style-type: decimal;
}

.\*\:\!text-start > *{
  text-align: start !important;
}

.hover\:bg-\[\#421f61\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(66 31 97 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#dea8e4\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(222 168 228 / var(--tw-bg-opacity));
}

.hover\:bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.hover\:text-\[\#c996d2\]:hover{
  --tw-text-opacity: 1;
  color: rgb(201 150 210 / var(--tw-text-opacity));
}

.hover\:text-\[\#dea8e4\]:hover{
  --tw-text-opacity: 1;
  color: rgb(222 168 228 / var(--tw-text-opacity));
}

.hover\:text-gray-400:hover{
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity));
}

.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity));
}

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

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

.hover\:shadow-gray-900\/20:hover{
  --tw-shadow-color: rgb(33 33 33 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:z-10:focus{
  z-index: 10;
}

.focus\:border-blue-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(100 181 246 / var(--tw-border-opacity));
}

.focus\:opacity-\[0\.85\]:focus{
  opacity: 0.85;
}

.focus\:shadow-none:focus{
  --tw-shadow: 0 0 rgb(0, 0 / 0, 0);
  --tw-shadow-colored: 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.focus\:ring:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.active\:bg-gray-100:active{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.active\:text-gray-500:active{
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity));
}

.active\:text-gray-700:active{
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity));
}

.active\:opacity-\[0\.85\]:active{
  opacity: 0.85;
}

.active\:shadow-none:active{
  --tw-shadow: 0 0 rgb(0, 0 / 0, 0);
  --tw-shadow-colored: 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.disabled\:pointer-events-none:disabled{
  pointer-events: none;
}

.disabled\:opacity-50:disabled{
  opacity: 0.5;
}

.disabled\:shadow-none:disabled{
  --tw-shadow: 0 0 rgb(0, 0 / 0, 0);
  --tw-shadow-colored: 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 540px){
  .sm\:\!order-1{
    order: 1 !important;
  }

  .sm\:\!order-4{
    order: 4 !important;
  }

  .sm\:\!order-5{
    order: 5 !important;
  }

  .sm\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .sm\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

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

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

  .sm\:mt-10{
    margin-top: 2.5rem;
  }

  .sm\:mt-\[1rem\]{
    margin-top: 1rem;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:\!h-\[89vh\]{
    height: 89vh !important;
  }

  .sm\:h-\[250px\]{
    height: 250px;
  }

  .sm\:h-\[60px\]{
    height: 60px;
  }

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

  .sm\:w-\[12em\]{
    width: 12em;
  }

  .sm\:w-\[15rem\]{
    width: 15rem;
  }

  .sm\:w-\[220px\]{
    width: 220px;
  }

  .sm\:w-\[23rem\]{
    width: 23rem;
  }

  .sm\:w-\[24rem\]{
    width: 24rem;
  }

  .sm\:w-\[384px\]{
    width: 384px;
  }

  .sm\:w-\[421px\]{
    width: 421px;
  }

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

  .sm\:\!max-w-\[300px\]{
    max-width: 300px !important;
  }

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

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

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

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

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

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

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

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

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

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

  .sm\:gap-5{
    gap: 1.25rem;
  }

  .sm\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

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

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

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

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

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

  .sm\:pt-0{
    padding-top: 0px;
  }

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

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

  .sm\:text-\[100px\]{
    font-size: 100px;
  }

  .sm\:text-\[15px\]{
    font-size: 15px;
  }

  .sm\:text-\[18px\]{
    font-size: 18px;
  }

  .sm\:text-\[20px\]{
    font-size: 20px;
  }

  .sm\:text-\[30px\]{
    font-size: 30px;
  }

  .sm\:text-\[42\.375px\]{
    font-size: 42.375px;
  }

  .sm\:text-\[50\.25px\]{
    font-size: 50.25px;
  }
}

@media (min-width: 720px){
  .md\:inset-0{
    inset: 0px;
  }

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

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

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

  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .md\:m-0{
    margin: 0px;
  }

  .md\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:\!ms-\[-18rem\]{
    margin-inline-start: -18rem !important;
  }

  .md\:\!mt-\[10rem\]{
    margin-top: 10rem !important;
  }

  .md\:\!mt-\[11rem\]{
    margin-top: 11rem !important;
  }

  .md\:\!mt-\[3\.5rem\]{
    margin-top: 3.5rem !important;
  }

  .md\:\!mt-\[3rem\]{
    margin-top: 3rem !important;
  }

  .md\:\!mt-\[7rem\]{
    margin-top: 7rem !important;
  }

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

  .md\:mt-24{
    margin-top: 6rem;
  }

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

  .md\:mt-\[11rem\]{
    margin-top: 11rem;
  }

  .md\:mt-\[1rem\]{
    margin-top: 1rem;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:size-\[80px\]{
    width: 80px;
    height: 80px;
  }

  .md\:\!h-\[75vh\]{
    height: 75vh !important;
  }

  .md\:h-\[100px\]{
    height: 100px;
  }

  .md\:h-\[150px\]{
    height: 150px;
  }

  .md\:h-\[30px\]{
    height: 30px;
  }

  .md\:h-\[500px\]{
    height: 500px;
  }

  .md\:h-\[60px\]{
    height: 60px;
  }

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

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

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

  .md\:w-\[18rem\]{
    width: 18rem;
  }

  .md\:w-\[19em\]{
    width: 19em;
  }

  .md\:w-\[27rem\]{
    width: 27rem;
  }

  .md\:w-\[30rem\]{
    width: 30rem;
  }

  .md\:w-\[322px\]{
    width: 322px;
  }

  .md\:w-\[400px\]{
    width: 400px;
  }

  .md\:w-\[43rem\]{
    width: 43rem;
  }

  .md\:w-\[600px\]{
    width: 600px;
  }

  .md\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }

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

  .md\:\!max-w-\[400px\]{
    max-width: 400px !important;
  }

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

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

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

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

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

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

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

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

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

  .md\:gap-0{
    gap: 0px;
  }

  .md\:gap-10{
    gap: 2.5rem;
  }

  .md\:gap-\[76px\]{
    gap: 76px;
  }

  .md\:gap-\[93px\]{
    gap: 93px;
  }

  .md\:rounded-\[24px\]{
    border-radius: 24px;
  }

  .md\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:p-5{
    padding: 1.25rem;
  }

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

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

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

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

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

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

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

  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

  .md\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:py-\[20px\]{
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

  .md\:pb-28{
    padding-bottom: 7rem;
  }

  .md\:pe-14{
    padding-inline-end: 3.5rem;
  }

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

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

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

  .md\:\!text-start{
    text-align: start !important;
  }

  .md\:text-\[100px\]{
    font-size: 100px;
  }

  .md\:text-\[120px\]{
    font-size: 120px;
  }

  .md\:text-\[17px\]{
    font-size: 17px;
  }

  .md\:text-\[18px\]{
    font-size: 18px;
  }

  .md\:text-\[20px\]{
    font-size: 20px;
  }

  .md\:text-\[25px\]{
    font-size: 25px;
  }

  .md\:text-\[30px\]{
    font-size: 30px;
  }

  .md\:text-\[32px\]{
    font-size: 32px;
  }

  .md\:text-\[35px\]{
    font-size: 35px;
  }

  .md\:text-\[36\.8px\]{
    font-size: 36.8px;
  }

  .md\:text-\[40px\]{
    font-size: 40px;
  }

  .md\:text-\[42\.375px\]{
    font-size: 42.375px;
  }

  .md\:text-\[44px\]{
    font-size: 44px;
  }

  .md\:text-\[45px\]{
    font-size: 45px;
  }

  .md\:text-\[50px\]{
    font-size: 50px;
  }

  .md\:text-\[64\.25px\]{
    font-size: 64.25px;
  }

  .md\:text-\[70px\]{
    font-size: 70px;
  }

  .md\:text-\[78px\]{
    font-size: 78px;
  }

  .md\:text-\[80px\]{
    font-size: 80px;
  }

  .md\:text-\[87px\]{
    font-size: 87px;
  }

  .md\:text-\[45\]{
    color: 45;
  }
}

@media (min-width: 960px){
  .lg\:\!order-1{
    order: 1 !important;
  }

  .lg\:\!order-2{
    order: 2 !important;
  }

  .lg\:\!order-5{
    order: 5 !important;
  }

  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:\!mt-\[11rem\]{
    margin-top: 11rem !important;
  }

  .lg\:\!mt-\[3\.5rem\]{
    margin-top: 3.5rem !important;
  }

  .lg\:\!mt-\[3rem\]{
    margin-top: 3rem !important;
  }

  .lg\:\!mt-\[9rem\]{
    margin-top: 9rem !important;
  }

  .lg\:mt-20{
    margin-top: 5rem;
  }

  .lg\:mt-\[11rem\]{
    margin-top: 11rem;
  }

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:\!h-\[70vh\]{
    height: 70vh !important;
  }

  .lg\:\!h-screen{
    height: 100vh !important;
  }

  .lg\:h-\[28px\]{
    height: 28px;
  }

  .lg\:h-\[30px\]{
    height: 30px;
  }

  .lg\:h-\[353px\]{
    height: 353px;
  }

  .lg\:h-\[553px\]{
    height: 553px;
  }

  .lg\:w-\[1004px\]{
    width: 1004px;
  }

  .lg\:w-\[27rem\]{
    width: 27rem;
  }

  .lg\:w-\[402px\]{
    width: 402px;
  }

  .lg\:w-\[422px\]{
    width: 422px;
  }

  .lg\:w-\[725px\]{
    width: 725px;
  }

  .lg\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }

  .lg\:\!max-w-\[365px\]{
    max-width: 365px !important;
  }

  .lg\:max-w-\[700px\]{
    max-width: 700px;
  }

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

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

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

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

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

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

  .lg\:\!gap-24{
    gap: 6rem !important;
  }

  .lg\:gap-0{
    gap: 0px;
  }

  .lg\:gap-10{
    gap: 2.5rem;
  }

  .lg\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

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

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:py-\[20px\]{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lg\:pe-40{
    padding-inline-end: 10rem;
  }

  .lg\:pe-\[12rem\]{
    padding-inline-end: 12rem;
  }

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

  .lg\:\!text-start{
    text-align: start !important;
  }

  .lg\:\!text-\[30px\]{
    font-size: 30px !important;
  }

  .lg\:\!text-\[36px\]{
    font-size: 36px !important;
  }

  .lg\:text-\[100px\]{
    font-size: 100px;
  }

  .lg\:text-\[165px\]{
    font-size: 165px;
  }

  .lg\:text-\[192px\]{
    font-size: 192px;
  }

  .lg\:text-\[220px\]{
    font-size: 220px;
  }

  .lg\:text-\[25px\]{
    font-size: 25px;
  }

  .lg\:text-\[26px\]{
    font-size: 26px;
  }

  .lg\:text-\[35px\]{
    font-size: 35px;
  }

  .lg\:text-\[40px\]{
    font-size: 40px;
  }

  .lg\:text-\[42\.375px\]{
    font-size: 42.375px;
  }

  .lg\:text-\[48px\]{
    font-size: 48px;
  }

  .lg\:text-\[49\.805px\]{
    font-size: 49.805px;
  }

  .lg\:text-\[50px\]{
    font-size: 50px;
  }

  .lg\:text-\[60px\]{
    font-size: 60px;
  }

  .lg\:text-\[65px\]{
    font-size: 65px;
  }

  .lg\:text-\[70\.25px\]{
    font-size: 70.25px;
  }

  .lg\:text-\[80px\]{
    font-size: 80px;
  }

  .lg\:text-\[85px\]{
    font-size: 85px;
  }

  .lg\:text-\[90px\]{
    font-size: 90px;
  }

  .lg\:text-\[35\]{
    color: 35;
  }

  .lg\:text-\[\]{
    color: ;
  }
}

@media (min-width: 1140px){
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .xl\:text-\[100px\]{
    font-size: 100px;
  }

  .xl\:text-\[85px\]{
    font-size: 85px;
  }
}

@media (min-width: 1320px){
  .\32xl\:text-\[100px\]{
    font-size: 100px;
  }
}

.ltr\:flex-row:where([dir="ltr"], [dir="ltr"] *){
  flex-direction: row;
}

.rtl\:\!left-0:where([dir="rtl"], [dir="rtl"] *){
  left: 0px !important;
}

.rtl\:\!right-\[unset\]:where([dir="rtl"], [dir="rtl"] *){
  right: unset !important;
}

.rtl\:my-10:where([dir="rtl"], [dir="rtl"] *){
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.rtl\:mb-0:where([dir="rtl"], [dir="rtl"] *){
  margin-bottom: 0px;
}

.rtl\:flex-row-reverse:where([dir="rtl"], [dir="rtl"] *){
  flex-direction: row-reverse;
}

.rtl\:justify-end:where([dir="rtl"], [dir="rtl"] *){
  justify-content: flex-end;
}

.rtl\:\!rounded-bl-\[28px\]:where([dir="rtl"], [dir="rtl"] *){
  border-bottom-left-radius: 28px !important;
}

.rtl\:\!rounded-br-\[28px\]:where([dir="rtl"], [dir="rtl"] *){
  border-bottom-right-radius: 28px !important;
}

.rtl\:\!rounded-br-none:where([dir="rtl"], [dir="rtl"] *){
  border-bottom-right-radius: 0px !important;
}

.rtl\:\!rounded-tl-\[28px\]:where([dir="rtl"], [dir="rtl"] *){
  border-top-left-radius: 28px !important;
}

.rtl\:\!rounded-tr-\[28px\]:where([dir="rtl"], [dir="rtl"] *){
  border-top-right-radius: 28px !important;
}

.rtl\:\!rounded-tr-none:where([dir="rtl"], [dir="rtl"] *){
  border-top-right-radius: 0px !important;
}

.rtl\:text-right:where([dir="rtl"], [dir="rtl"] *){
  text-align: right;
}

.rtl\:text-\[35px\]:where([dir="rtl"], [dir="rtl"] *){
  font-size: 35px;
}

@media (min-width: 540px){
  .rtl\:sm\:my-10:where([dir="rtl"], [dir="rtl"] *){
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 720px){
  .rtl\:md\:my-10:where([dir="rtl"], [dir="rtl"] *){
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .rtl\:md\:mt-0:where([dir="rtl"], [dir="rtl"] *){
    margin-top: 0px;
  }

  .rtl\:md\:text-\[50px\]:where([dir="rtl"], [dir="rtl"] *){
    font-size: 50px;
  }
}

@media (min-width: 960px){
  .rtl\:lg\:\!text-\[133px\]:where([dir="rtl"], [dir="rtl"] *){
    font-size: 133px !important;
  }

  .rtl\:lg\:text-\[129px\]:where([dir="rtl"], [dir="rtl"] *){
    font-size: 129px;
  }
}

@media (prefers-color-scheme: dark){
  .dark\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgb(117 117 117 / var(--tw-border-opacity));
  }

  .dark\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgb(66 66 74 / var(--tw-bg-opacity));
  }

  .dark\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgb(33 33 33 / var(--tw-bg-opacity));
  }

  .dark\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgb(224 224 224 / var(--tw-text-opacity));
  }

  .dark\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgb(189 189 189 / var(--tw-text-opacity));
  }

  .dark\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgb(117 117 117 / var(--tw-text-opacity));
  }

  .dark\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .dark\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgb(224 224 224 / var(--tw-text-opacity));
  }

  .dark\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1;
    border-color: rgb(25 118 210 / var(--tw-border-opacity));
  }

  .dark\:focus\:border-blue-800:focus{
    --tw-border-opacity: 1;
    border-color: rgb(21 101 192 / var(--tw-border-opacity));
  }

  .dark\:active\:bg-gray-700:active{
    --tw-bg-opacity: 1;
    background-color: rgb(97 97 97 / var(--tw-bg-opacity));
  }

  .dark\:active\:text-gray-300:active{
    --tw-text-opacity: 1;
    color: rgb(224 224 224 / var(--tw-text-opacity));
  }
}
