/*
! 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: currentColor;
  /* 2 */
}

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

* {
  margin: 0px;
  box-sizing: border-box;
  padding: 0px;
  font-family: Graphik Arabic Regular, sans-serif;
  &::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  &::-webkit-scrollbar-track {
    background: #07090D;
  }
  &::-webkit-scrollbar-thumb {
    background: #ED204A;
    border-radius: 1rem;
  }
}

*::-moz-selection {
  background-color: #07090D !important;
  color: #fff !important;
}

*::selection {
  background-color: #07090D !important;
  color: #fff !important;
}

html {
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(7 9 13 / var(--tw-bg-opacity));
}

html[dir="rtl"] {
  * {
    letter-spacing: 0em !important;
  }
}

section {
  scroll-margin: 2.5rem;
}

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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.container {
  width: 100%;
}

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

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

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

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.section__title {
  position: relative;
  padding-inline-start: 1.25rem;
  font-family: Graphik Arabic Medium, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.section__title::after {
  position: absolute;
  bottom: 38%;
  inset-inline-start: 0px;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  content: var(--tw-content);
  transition-timing-function: linear;
}

@media (min-width: 1024px) {
  .section__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.section__subtitle {
  font-family: Graphik Arabic Bold, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .section__subtitle {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .section__subtitle {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1280px) {
  .section__subtitle {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1536px) {
  .section__subtitle {
    font-size: 40px;
  }
}

.section__desc {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625 !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .section__desc {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .section__desc {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.\!visible {
  visibility: visible !important;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-top-\[200\%\] {
  top: -200%;
}

.left-0 {
  left: 0px;
}

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

.top-0 {
  top: 0px;
}

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

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

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

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

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

.mb-14 {
  margin-bottom: 3.5rem;
}

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}

.h-auto {
  height: auto;
}

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

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

.w-10 {
  width: 2.5rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-6 {
  width: 1.5rem;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.border-\[\#9CA3AF\]\/20 {
  border-color: rgb(156 163 175 / 0.2);
}

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

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

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

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

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

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

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

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

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

.font-GraphikArabic-Medium {
  font-family: Graphik Arabic Medium, sans-serif;
}

.font-Outfit-Regular {
  font-family: Outfit Regular, sans-serif;
}

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

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

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

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

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

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

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

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

.ease-linear {
  transition-timing-function: linear;
}

@font-face {
  font-family: "Outfit Regular";

  src: url("../assets/fonts/Outfit-Regular.ttf");
}

@font-face {
  font-family: "Graphik Arabic Regular";

  src: url("../assets/fonts/GraphikArabic-Regular.ttf");
}

@font-face {
  font-family: "Graphik Arabic Medium";

  src: url("../assets/fonts/GraphikArabic-Medium.ttf");
}

@font-face {
  font-family: "Graphik Arabic SemiBold";

  src: url("../assets/fonts/GraphikArabic-Semibold.ttf");
}

@font-face {
  font-family: "Graphik Arabic Bold";

  src: url("../assets/fonts/GraphikArabic-Bold.ttf");
}

@font-face {
  font-family: "Graphik Arabic Super";

  src: url("../assets/fonts/GraphikArabic-Super.ttf");
}

#header {
  .nav__list {
    display: flex;
  }
  .nav__list {
    flex: 1 1 0%;
  }
  .nav__list {
    flex-direction: column;
  }
  .nav__list {
    align-items: flex-start;
  }
  .nav__list {
    gap: 1.5rem;
  }
  .nav__list {
    .nav__list--item {
      .nav__list--link {
        font-family: Graphik Arabic SemiBold, sans-serif;
      }
      .nav__list--link {
        font-size: 1.125rem;
        line-height: 1.75rem;
      }
      .nav__list--link {
        text-transform: capitalize;
      }
      .nav__list--link {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }
      .nav__list--link {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
      }
      .nav__list--link {
        transition-duration: 300ms;
      }
      .nav__list--link {
        transition-timing-function: linear;
      }
      .nav__list--link:hover {
        --tw-text-opacity: 1;
        color: rgb(107 103 116 / var(--tw-text-opacity));
      }
      @media (min-width: 1024px) {
        .nav__list--link {
          font-size: 1.25rem;
          line-height: 1.75rem;
        }
      }
      @media (min-width: 1280px) {
        .nav__list--link {
          font-size: 1.5rem;
          line-height: 2rem;
        }
      }
      @media (min-width: 1536px) {
        .nav__list--link {
          font-size: 2rem;
        }
      }
    }
  }
  .contact__info__wrapper {
    display: flex;
  }
  .contact__info__wrapper {
    flex-direction: column;
  }
  .contact__info__wrapper {
    align-items: flex-start;
  }
  .contact__info__wrapper {
    justify-content: flex-start;
  }
  .contact__info__wrapper {
    gap: 1.5rem;
  }
  @media (min-width: 768px) {
    .contact__info__wrapper {
      gap: 2.5rem;
    }
  }
  @media (min-width: 1024px) {
    .contact__info__wrapper {
      gap: 4rem;
    }
  }
  @media (min-width: 1280px) {
    .contact__info__wrapper {
      gap: 5rem;
    }
  }
  .contact__info__wrapper {
    .addresses__info__wrapper {
      display: flex;
    }
    .addresses__info__wrapper {
      flex-direction: column;
    }
    .addresses__info__wrapper {
      align-items: flex-start;
    }
    .addresses__info__wrapper {
      justify-content: flex-start;
    }
    .addresses__info__wrapper {
      gap: 2.5rem;
    }
    @media (min-width: 1024px) {
      .addresses__info__wrapper {
        flex-direction: row;
      }
    }
    .addresses__info__wrapper {
      .address__wrapper {
        display: flex;
      }
      .address__wrapper {
        flex: 1 1 0%;
      }
      .address__wrapper {
        flex-direction: column;
      }
      .address__wrapper {
        align-items: flex-start;
      }
      .address__wrapper {
        justify-content: flex-start;
      }
      .address__wrapper {
        .title {
          margin-bottom: 2rem;
        }
        .title {
          font-family: Graphik Arabic SemiBold, sans-serif;
        }
        .title {
          font-size: 1.125rem;
          line-height: 1.75rem;
        }
        .title {
          --tw-text-opacity: 1;
          color: rgb(185 185 186 / var(--tw-text-opacity));
        }
        @media (min-width: 1024px) {
          .title {
            margin-bottom: 3rem;
          }
        }
        @media (min-width: 1024px) {
          .title {
            font-size: 1.25rem;
            line-height: 1.75rem;
          }
        }
        @media (min-width: 1280px) {
          .title {
            font-size: 22px;
          }
        }
        .info__list {
          display: flex;
        }
        .info__list {
          flex-direction: column;
        }
        .info__list {
          align-items: flex-start;
        }
        .info__list {
          justify-content: flex-start;
        }
        .info__list {
          gap: 1rem;
        }
        .info__list {
          .info__item {
            display: flex;
          }
          .info__item {
            align-items: center;
          }
          .info__item {
            gap: 0.75rem;
          }
          .info__item {
            .info__icon {
              height: 1.25rem;
            }
            .info__icon {
              width: 1.25rem;
            }
            .info__icon {
              -o-object-fit: contain;
                 object-fit: contain;
            }
            .info__item--text {
              font-size: 0.875rem;
              line-height: 1.25rem;
            }
            .info__item--text {
              --tw-text-opacity: 1;
              color: rgb(185 185 186 / var(--tw-text-opacity));
            }
            .info__item--text {
              transition-property: all;
              transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
              transition-duration: 150ms;
            }
            .info__item--text {
              transition-duration: 300ms;
            }
            .info__item--text {
              transition-timing-function: linear;
            }
            @media (min-width: 1024px) {
              .info__item--text {
                max-width: 76%;
              }
            }
          }
        }
      }
    }
    .socials__wrapper {
      display: flex;
    }
    .socials__wrapper {
      width: 100%;
    }
    .socials__wrapper {
      flex-direction: column;
    }
    .socials__wrapper {
      align-items: flex-start;
    }
    .socials__wrapper {
      justify-content: flex-start;
    }
    .socials__wrapper {
      gap: 2rem;
    }
    @media (min-width: 1024px) {
      .socials__wrapper {
        flex-direction: row;
      }
    }
    @media (min-width: 1024px) {
      .socials__wrapper {
        align-items: center;
      }
    }
    @media (min-width: 1024px) {
      .socials__wrapper {
        justify-content: space-between;
      }
    }
    .socials__wrapper {
      .title {
        font-family: Graphik Arabic Medium, sans-serif;
      }
      .title {
        font-size: 1.125rem;
        line-height: 1.75rem;
      }
      .title {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }
      @media (min-width: 1280px) {
        .title {
          font-size: 1.25rem;
          line-height: 1.75rem;
        }
      }
      .socials__list {
        display: flex;
      }
      .socials__list {
        align-items: center;
      }
      .socials__list {
        justify-content: center;
      }
      .socials__list {
        gap: 1.25rem;
      }
      .socials__list {
        .socials__list--item {
          .socials__list--link {
            position: relative;
          }
          .socials__list--link {
            display: flex;
          }
          .socials__list--link {
            height: 2rem;
          }
          .socials__list--link {
            width: 2rem;
          }
          .socials__list--link {
            align-items: center;
          }
          .socials__list--link {
            justify-content: center;
          }
          .socials__list--link {
            overflow: hidden;
          }
          .socials__list--link {
            border-radius: 9999px;
          }
          .socials__list--link {
            --tw-bg-opacity: 1;
            background-color: rgb(255 255 255 / var(--tw-bg-opacity));
          }
          .socials__list--link {
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
          }
          .socials__list--link {
            transition-duration: 300ms;
          }
          .socials__list--link {
            transition-timing-function: linear;
          }
          .socials__list--link::after {
            content: var(--tw-content);
            position: absolute;
          }
          .socials__list--link::after {
            content: var(--tw-content);
            bottom: -50%;
          }
          .socials__list--link::after {
            content: var(--tw-content);
            left: 40%;
          }
          .socials__list--link::after {
            content: var(--tw-content);
            z-index: 30;
          }
          .socials__list--link::after {
            content: var(--tw-content);
            height: 0.5rem;
          }
          .socials__list--link::after {
            content: var(--tw-content);
            width: 0.5rem;
          }
          .socials__list--link::after {
            content: var(--tw-content);
            border-radius: 9999px;
          }
          .socials__list--link::after {
            content: var(--tw-content);
            --tw-bg-opacity: 1;
            background-color: rgb(255 159 171 / var(--tw-bg-opacity));
          }
          .socials__list--link::after {
            content: var(--tw-content);
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
          }
          .socials__list--link::after {
            content: var(--tw-content);
            transition-duration: 300ms;
          }
          .socials__list--link::after {
            content: var(--tw-content);
            transition-timing-function: linear;
          }
          .socials__list--link::after {
            --tw-content: '';
            content: var(--tw-content);
          }
          .socials__list--link:hover::after {
            content: var(--tw-content);
            bottom: 0px;
          }
          .socials__list--link:hover::after {
            content: var(--tw-content);
            left: 0px;
          }
          .socials__list--link:hover::after {
            content: var(--tw-content);
            height: 100%;
          }
          .socials__list--link:hover::after {
            content: var(--tw-content);
            width: 100%;
          }
          @media (min-width: 1024px) {
            .socials__list--link {
              height: 2.5rem;
            }
          }
          @media (min-width: 1024px) {
            .socials__list--link {
              width: 2.5rem;
            }
          }
          .socials__list--link {
            i,
                        svg {
              position: relative;
            }
            i,
                        svg {
              z-index: 35;
            }
            i,
                        svg {
              font-size: 1.125rem;
              line-height: 1.75rem;
            }
            i,
                        svg {
              --tw-text-opacity: 1;
              color: rgb(17 36 63 / var(--tw-text-opacity));
            }
            i,
                        svg {
              .group:hover & {
                --tw-text-opacity: 1;
                color: rgb(255 255 255 / var(--tw-text-opacity));
              }
            }
          }
        }
      }
    }
  }
}

#footer {
  .content__wrapper {
    margin-top: 3rem;
  }
  .content__wrapper {
    display: flex;
  }
  .content__wrapper {
    flex-direction: column-reverse;
  }
  .content__wrapper {
    gap: 3rem;
  }
  @media (min-width: 1024px) {
    .content__wrapper {
      flex-direction: row;
    }
  }
  @media (min-width: 1024px) {
    .content__wrapper {
      justify-content: flex-end;
    }
  }
  .content__wrapper {
    .contact__info__wrapper {
      display: flex;
    }
    .contact__info__wrapper {
      flex: 1 1 0%;
    }
    .contact__info__wrapper {
      flex-direction: column;
    }
    .contact__info__wrapper {
      align-items: flex-start;
    }
    .contact__info__wrapper {
      justify-content: flex-start;
    }
    .contact__info__wrapper {
      gap: 2rem;
    }
    @media (min-width: 768px) {
      .contact__info__wrapper {
        gap: 2.5rem;
      }
    }
    @media (min-width: 1024px) {
      .contact__info__wrapper {
        gap: 3rem;
      }
    }
    .contact__info__wrapper {
      .addresses__info__wrapper {
        display: flex;
      }
      .addresses__info__wrapper {
        flex-direction: column;
      }
      .addresses__info__wrapper {
        align-items: flex-start;
      }
      .addresses__info__wrapper {
        justify-content: flex-start;
      }
      .addresses__info__wrapper {
        gap: 2.5rem;
      }
      @media (min-width: 640px) {
        .addresses__info__wrapper {
          flex-direction: row;
        }
      }
      .addresses__info__wrapper {
        .address__wrapper {
          display: flex;
        }
        .address__wrapper {
          flex: 1 1 0%;
        }
        .address__wrapper {
          flex-direction: column;
        }
        .address__wrapper {
          align-items: flex-start;
        }
        .address__wrapper {
          justify-content: flex-start;
        }
        .address__wrapper {
          .title {
            margin-bottom: 1.75rem;
          }
          .title {
            font-family: Graphik Arabic SemiBold, sans-serif;
          }
          .title {
            font-size: 1rem;
            line-height: 1.5rem;
          }
          .title {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
          }
          @media (min-width: 1024px) {
            .title {
              font-size: 1.125rem;
              line-height: 1.75rem;
            }
          }
          @media (min-width: 1280px) {
            .title {
              font-size: 1.25rem;
              line-height: 1.75rem;
            }
          }
          .info__list {
            display: flex;
          }
          .info__list {
            flex-direction: column;
          }
          .info__list {
            align-items: flex-start;
          }
          .info__list {
            justify-content: flex-start;
          }
          .info__list {
            gap: 1rem;
          }
          .info__list {
            .info__item {
              .info__item--text {
                font-size: 0.875rem;
                line-height: 1.25rem;
              }
              .info__item--text {
                color: rgb(255 255 255 / 0.65);
              }
              .info__item--text {
                transition-property: all;
                transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                transition-duration: 150ms;
              }
              .info__item--text {
                transition-duration: 300ms;
              }
              .info__item--text {
                transition-timing-function: linear;
              }
              @media (min-width: 1024px) {
                .info__item--text {
                  max-width: 76%;
                }
              }
              @media (min-width: 1024px) {
                .info__item--text {
                  font-size: 1rem;
                  line-height: 1.5rem;
                }
              }
            }
          }
        }
      }
      .socials__list {
        display: flex;
      }
      .socials__list {
        align-items: center;
      }
      .socials__list {
        justify-content: center;
      }
      .socials__list {
        gap: 1.25rem;
      }
      .socials__list {
        .socials__list--item {
          .socials__list--link {
            position: relative;
          }
          .socials__list--link {
            display: flex;
          }
          .socials__list--link {
            height: 2rem;
          }
          .socials__list--link {
            width: 2rem;
          }
          .socials__list--link {
            align-items: center;
          }
          .socials__list--link {
            justify-content: center;
          }
          .socials__list--link {
            overflow: hidden;
          }
          .socials__list--link {
            border-radius: 9999px;
          }
          .socials__list--link {
            --tw-bg-opacity: 1;
            background-color: rgb(255 255 255 / var(--tw-bg-opacity));
          }
          .socials__list--link {
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
          }
          .socials__list--link {
            transition-duration: 300ms;
          }
          .socials__list--link {
            transition-timing-function: linear;
          }
          .socials__list--link::after {
            content: var(--tw-content);
            position: absolute;
          }
          .socials__list--link::after {
            content: var(--tw-content);
            bottom: -50%;
          }
          .socials__list--link::after {
            content: var(--tw-content);
            left: 40%;
          }
          .socials__list--link::after {
            content: var(--tw-content);
            z-index: 30;
          }
          .socials__list--link::after {
            content: var(--tw-content);
            height: 0.5rem;
          }
          .socials__list--link::after {
            content: var(--tw-content);
            width: 0.5rem;
          }
          .socials__list--link::after {
            content: var(--tw-content);
            border-radius: 9999px;
          }
          .socials__list--link::after {
            content: var(--tw-content);
            --tw-bg-opacity: 1;
            background-color: rgb(255 159 171 / var(--tw-bg-opacity));
          }
          .socials__list--link::after {
            content: var(--tw-content);
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
          }
          .socials__list--link::after {
            content: var(--tw-content);
            transition-duration: 300ms;
          }
          .socials__list--link::after {
            content: var(--tw-content);
            transition-timing-function: linear;
          }
          .socials__list--link::after {
            --tw-content: '';
            content: var(--tw-content);
          }
          .socials__list--link:hover::after {
            content: var(--tw-content);
            bottom: 0px;
          }
          .socials__list--link:hover::after {
            content: var(--tw-content);
            left: 0px;
          }
          .socials__list--link:hover::after {
            content: var(--tw-content);
            height: 100%;
          }
          .socials__list--link:hover::after {
            content: var(--tw-content);
            width: 100%;
          }
          @media (min-width: 1024px) {
            .socials__list--link {
              height: 2.5rem;
            }
          }
          @media (min-width: 1024px) {
            .socials__list--link {
              width: 2.5rem;
            }
          }
          .socials__list--link {
            i,
                        svg {
              position: relative;
            }
            i,
                        svg {
              z-index: 35;
            }
            i,
                        svg {
              font-size: 1.125rem;
              line-height: 1.75rem;
            }
            i,
                        svg {
              --tw-text-opacity: 1;
              color: rgb(17 36 63 / var(--tw-text-opacity));
            }
            i,
                        svg {
              .group:hover & {
                --tw-text-opacity: 1;
                color: rgb(255 255 255 / var(--tw-text-opacity));
              }
            }
          }
        }
      }
    }
    .services_and_links {
      display: flex;
    }
    .services_and_links {
      flex: 1 1 0%;
    }
    .services_and_links {
      flex-direction: column-reverse;
    }
    .services_and_links {
      align-items: flex-start;
    }
    .services_and_links {
      gap: 2rem;
    }
    @media (min-width: 768px) {
      .services_and_links {
        gap: 2.5rem;
      }
    }
    @media (min-width: 1024px) {
      .services_and_links {
        flex-direction: column;
      }
    }
    @media (min-width: 1024px) {
      .services_and_links {
        gap: 3rem;
      }
    }
    .services_and_links {
      .services__wrapper {
        display: flex;
      }
      .services__wrapper {
        flex-wrap: wrap;
      }
      .services__wrapper {
        gap: 1rem;
      }
      @media (min-width: 768px) {
        .services__wrapper {
          -moz-column-gap: 1.5rem;
               column-gap: 1.5rem;
        }
      }
      @media (min-width: 768px) {
        .services__wrapper {
          row-gap: 30px;
        }
      }
      .services__wrapper {
        .service_item {
          cursor: pointer;
        }
        .service_item {
          border-radius: 32px;
        }
        .service_item {
          border-width: 1px;
        }
        .service_item {
          border-color: rgb(255 255 255 / 0.5);
        }
        .service_item {
          padding-left: 13px;
          padding-right: 13px;
        }
        .service_item {
          padding-top: 1rem;
          padding-bottom: 1rem;
        }
        .service_item {
          font-family: Graphik Arabic Medium, sans-serif;
        }
        .service_item {
          font-size: 0.875rem;
          line-height: 1.25rem;
        }
        .service_item {
          --tw-text-opacity: 1;
          color: rgb(255 255 255 / var(--tw-text-opacity));
        }
        .service_item {
          transition-property: all;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-duration: 150ms;
        }
        .service_item {
          transition-duration: 300ms;
        }
        .service_item {
          transition-timing-function: linear;
        }
        @media (min-width: 1024px) {
          .service_item:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(255 255 255 / var(--tw-bg-opacity));
          }
        }
        @media (min-width: 1024px) {
          .service_item:hover {
            --tw-text-opacity: 1;
            color: rgb(0 0 0 / var(--tw-text-opacity));
          }
        }
      }
      .footer__list {
        display: flex;
      }
      .footer__list {
        flex-wrap: wrap;
      }
      .footer__list {
        align-items: flex-start;
      }
      .footer__list {
        gap: 1rem;
      }
      @media (min-width: 768px) {
        .footer__list {
          gap: 1.5rem;
        }
      }
      .footer__list {
        .footer__list--item {
          .footer__list--link {
            font-family: Graphik Arabic Medium, sans-serif;
          }
          .footer__list--link {
            font-size: 0.875rem;
            line-height: 1.25rem;
          }
          .footer__list--link {
            text-transform: capitalize;
          }
          .footer__list--link {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
          }
          .footer__list--link {
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
          }
          .footer__list--link {
            transition-duration: 300ms;
          }
          .footer__list--link {
            transition-timing-function: linear;
          }
          .footer__list--link:hover {
            --tw-text-opacity: 1;
            color: rgb(107 103 116 / var(--tw-text-opacity));
          }
          @media (min-width: 1024px) {
            .footer__list--link {
              font-size: 1rem;
              line-height: 1.5rem;
            }
          }
          @media (min-width: 1280px) {
            .footer__list--link {
              font-size: 1.125rem;
              line-height: 1.75rem;
            }
          }
        }
      }
    }
  }
}

.hero__section {
  margin-top: 4rem;
  height: calc(100vh - 156px);
  .content__wrapper {
    position: relative;
  }
  .content__wrapper {
    display: flex;
  }
  .content__wrapper {
    height: 100%;
  }
  .content__wrapper {
    align-items: center;
  }
  .content__wrapper {
    overflow: hidden;
  }
  .content__wrapper {
    border-radius: 48px;
  }
  @media (min-width: 1024px) {
    .content__wrapper {
      justify-content: space-between;
    }
  }
  .content__wrapper {
    .hero__video {
      position: absolute;
    }
    .hero__video {
      inset: 0px;
    }
    .hero__video {
      z-index: -1;
    }
    .hero__video {
      height: 100%;
    }
    .hero__video {
      width: 100%;
    }
    .hero__video {
      -o-object-fit: cover;
         object-fit: cover;
    }
    .info__wrapper {
      position: relative;
    }
    .info__wrapper {
      z-index: 1;
    }
    .info__wrapper {
      display: flex;
    }
    .info__wrapper {
      height: 100%;
    }
    .info__wrapper {
      width: 100%;
    }
    .info__wrapper {
      flex-direction: column;
    }
    .info__wrapper {
      align-items: center;
    }
    .info__wrapper {
      justify-content: space-between;
    }
    @media (min-width: 1024px) {
      .info__wrapper {
        flex-direction: row;
      }
    }
    .info__wrapper {
      .title_and_action {
        display: flex;
      }
      .title_and_action {
        height: 100%;
      }
      .title_and_action {
        width: 100%;
      }
      .title_and_action {
        flex-direction: column;
      }
      .title_and_action {
        align-items: center;
      }
      .title_and_action {
        justify-content: flex-start;
      }
      @media (min-width: 1024px) {
        .title_and_action {
          width: 55%;
        }
      }
      @media (min-width: 1024px) {
        .title_and_action {
          align-items: flex-start;
        }
      }
      @media (min-width: 1024px) {
        .title_and_action {
          justify-content: space-between;
        }
      }
      .title_and_action {
        .title {
          position: relative;
        }
        .title {
          width: 100%;
        }
        .title {
          --tw-bg-opacity: 1;
          background-color: rgb(7 9 13 / var(--tw-bg-opacity));
        }
        .title {
          padding: 1rem;
        }
        .title {
          text-align: center;
        }
        .title {
          font-family: Graphik Arabic Bold, sans-serif;
        }
        .title {
          font-size: 1.125rem;
          line-height: 1.75rem;
        }
        .title {
          line-height: 2 !important;
        }
        .title {
          --tw-text-opacity: 1;
          color: rgb(255 255 255 / var(--tw-text-opacity));
        }
        @media (min-width: 1024px) {
          .title {
            text-align: start;
          }
        }
        @media (min-width: 1024px) {
          .title {
            font-size: 1.25rem;
            line-height: 1.75rem;
          }
        }
        @media (min-width: 1280px) {
          .title {
            font-size: 1.5rem;
            line-height: 2rem;
          }
        }
        @media (min-width: 1536px) {
          .title {
            font-size: 1.875rem;
            line-height: 2.25rem;
          }
        }
        .title:where([dir="ltr"], [dir="ltr"] *) {
          border-bottom-right-radius: 48px;
        }
        .title:where([dir="rtl"], [dir="rtl"] *) {
          border-bottom-left-radius: 48px;
        }
        .title {
          &:after {
            position: absolute;
          }
          &:after {
            height: 3.5rem;
          }
          &:after {
            width: 4rem;
          }
          &:after {
            --tw-content: '';
            content: var(--tw-content);
          }
          &:where([dir="ltr"], [dir="ltr"] *):after {
            bottom: -3.5rem;
          }
          &:where([dir="ltr"], [dir="ltr"] *):after {
            left: -0px;
          }
          &:where([dir="ltr"], [dir="ltr"] *):after {
            border-top-left-radius: 48px;
          }
          &:where([dir="ltr"], [dir="ltr"] *):after {
            --tw-shadow: -18px -14px 0 #07090D;
            --tw-shadow-colored: -18px -14px 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);
          }
          &:where([dir="rtl"], [dir="rtl"] *):after {
            top: 0px;
          }
          &:where([dir="rtl"], [dir="rtl"] *):after {
            left: -4rem;
          }
          &:where([dir="rtl"], [dir="rtl"] *):after {
            border-top-right-radius: 48px;
          }
          &:where([dir="rtl"], [dir="rtl"] *):after {
            --tw-shadow: 18px -14px 0 #07090D;
            --tw-shadow-colored: 18px -14px 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);
          }
          &:before {
            position: absolute;
          }
          &:before {
            height: 3.5rem;
          }
          &:before {
            width: 4rem;
          }
          &:before {
            --tw-content: '';
            content: var(--tw-content);
          }
          &:where([dir="ltr"], [dir="ltr"] *):before {
            top: -0px;
          }
          &:where([dir="ltr"], [dir="ltr"] *):before {
            right: -4rem;
          }
          &:where([dir="ltr"], [dir="ltr"] *):before {
            border-top-left-radius: 48px;
          }
          &:where([dir="ltr"], [dir="ltr"] *):before {
            --tw-shadow: -18px -14px 0 #07090D;
            --tw-shadow-colored: -18px -14px 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);
          }
          &:where([dir="rtl"], [dir="rtl"] *):before {
            bottom: -3.5rem;
          }
          &:where([dir="rtl"], [dir="rtl"] *):before {
            right: -0px;
          }
          &:where([dir="rtl"], [dir="rtl"] *):before {
            border-top-right-radius: 48px;
          }
          &:where([dir="rtl"], [dir="rtl"] *):before {
            --tw-shadow: 18px -14px 0 #07090D;
            --tw-shadow-colored: 18px -14px 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);
          }
        }
        .action__wrapper {
          display: flex;
        }
        .action__wrapper {
          align-items: center;
        }
        .action__wrapper {
          justify-content: center;
        }
        .action__wrapper {
          gap: 0.5rem;
        }
        .action__wrapper {
          padding: 2.5rem;
        }
        .action__wrapper {
          transition-property: all;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-duration: 150ms;
        }
        .action__wrapper {
          transition-duration: 300ms;
        }
        .action__wrapper {
          transition-timing-function: linear;
        }
        .action__wrapper {
          .btn {
            border-radius: 9999px;
          }
          .btn {
            --tw-bg-opacity: 1;
            background-color: rgb(253 196 72 / var(--tw-bg-opacity));
          }
          .btn {
            padding-left: 1.25rem;
            padding-right: 1.25rem;
          }
          .btn {
            padding-top: 0.75rem;
            padding-bottom: 0.75rem;
          }
          .btn {
            font-family: Graphik Arabic SemiBold, sans-serif;
          }
          .btn {
            font-size: 1rem;
            line-height: 1.5rem;
          }
          .btn {
            --tw-text-opacity: 1;
            color: rgb(2 2 30 / var(--tw-text-opacity));
          }
          .btn {
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
          }
          .btn {
            transition-duration: 300ms;
          }
          .btn {
            transition-timing-function: linear;
          }
          @media (min-width: 1024px) {
            .btn {
              padding-top: 1rem;
              padding-bottom: 1rem;
            }
          }
          @media (min-width: 1024px) {
            .group:hover .btn {
              --tw-bg-opacity: 1;
              background-color: rgb(234 179 8 / var(--tw-bg-opacity));
            }
          }
          .icon {
            height: 3rem;
          }
          .icon {
            width: 3rem;
          }
          .icon {
            border-radius: 9999px;
          }
          .icon {
            border-width: 1px;
          }
          .icon {
            border-color: rgb(2 2 30 / 0.1);
          }
          .icon {
            --tw-bg-opacity: 1;
            background-color: rgb(255 255 255 / var(--tw-bg-opacity));
          }
          .icon {
            padding-top: 12.5px;
            padding-bottom: 12.5px;
          }
          .icon {
            padding-left: 13.5px;
            padding-right: 13.5px;
          }
          .icon {
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
          }
          .icon {
            transition-duration: 300ms;
          }
          .icon {
            transition-timing-function: linear;
          }
          @media (min-width: 1024px) {
            .icon {
              height: 3.5rem;
            }
          }
          @media (min-width: 1024px) {
            .icon {
              width: 3.5rem;
            }
          }
          .icon {
            img {
              height: 100%;
            }
            img {
              width: 100%;
            }
            img {
              -o-object-fit: contain;
                 object-fit: contain;
            }
          }
          &:hover {
            .btn {
              --tw-bg-opacity: 1;
              background-color: rgb(234 179 8 / var(--tw-bg-opacity));
            }
            .icon {
              img {
                filter: brightness(0) saturate(100%) invert(23%) sepia(81%) saturate(2635%) hue-rotate(332deg) brightness(92%) contrast(103%);
              }
            }
          }
        }
      }
      .socials__list {
        position: relative;
      }
      .socials__list {
        display: flex;
      }
      .socials__list {
        flex-direction: row;
      }
      .socials__list {
        align-items: center;
      }
      .socials__list {
        justify-content: center;
      }
      .socials__list {
        gap: 18px;
      }
      .socials__list {
        padding: 2rem;
      }
      @media (min-width: 1024px) {
        .socials__list {
          flex-direction: column;
        }
      }
      @media (min-width: 1024px) {
        .socials__list {
          padding: 2.5rem;
        }
      }
      .socials__list {
        &:after {
          position: absolute;
        }
        &:after {
          bottom: -60%;
        }
        &:after {
          left: 50%;
        }
        &:after {
          display: none;
        }
        &:after {
          height: 65%;
        }
        &:after {
          width: 1px;
        }
        &:after {
          --tw-bg-opacity: 1;
          background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        }
        &:after {
          --tw-content: '';
          content: var(--tw-content);
        }
        @media (min-width: 1024px) {
          &:after {
            display: block;
          }
        }
        .socials__list--item {
          .socials__list--link {
            position: relative;
          }
          .socials__list--link {
            display: flex;
          }
          .socials__list--link {
            height: 2rem;
          }
          .socials__list--link {
            width: 2rem;
          }
          .socials__list--link {
            align-items: center;
          }
          .socials__list--link {
            justify-content: center;
          }
          .socials__list--link {
            overflow: hidden;
          }
          .socials__list--link {
            border-radius: 9999px;
          }
          .socials__list--link {
            --tw-bg-opacity: 1;
            background-color: rgb(255 255 255 / var(--tw-bg-opacity));
          }
          .socials__list--link {
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
          }
          .socials__list--link {
            transition-duration: 300ms;
          }
          .socials__list--link {
            transition-timing-function: linear;
          }
          .socials__list--link::after {
            content: var(--tw-content);
            position: absolute;
          }
          .socials__list--link::after {
            content: var(--tw-content);
            bottom: -50%;
          }
          .socials__list--link::after {
            content: var(--tw-content);
            left: 40%;
          }
          .socials__list--link::after {
            content: var(--tw-content);
            z-index: 30;
          }
          .socials__list--link::after {
            content: var(--tw-content);
            height: 0.5rem;
          }
          .socials__list--link::after {
            content: var(--tw-content);
            width: 0.5rem;
          }
          .socials__list--link::after {
            content: var(--tw-content);
            border-radius: 9999px;
          }
          .socials__list--link::after {
            content: var(--tw-content);
            --tw-bg-opacity: 1;
            background-color: rgb(255 159 171 / var(--tw-bg-opacity));
          }
          .socials__list--link::after {
            content: var(--tw-content);
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
          }
          .socials__list--link::after {
            content: var(--tw-content);
            transition-duration: 300ms;
          }
          .socials__list--link::after {
            content: var(--tw-content);
            transition-timing-function: linear;
          }
          .socials__list--link::after {
            --tw-content: '';
            content: var(--tw-content);
          }
          .socials__list--link:hover::after {
            content: var(--tw-content);
            bottom: 0px;
          }
          .socials__list--link:hover::after {
            content: var(--tw-content);
            left: 0px;
          }
          .socials__list--link:hover::after {
            content: var(--tw-content);
            height: 100%;
          }
          .socials__list--link:hover::after {
            content: var(--tw-content);
            width: 100%;
          }
          @media (min-width: 1024px) {
            .socials__list--link {
              height: 2.5rem;
            }
          }
          @media (min-width: 1024px) {
            .socials__list--link {
              width: 2.5rem;
            }
          }
          .socials__list--link {
            i,
                        svg {
              position: relative;
            }
            i,
                        svg {
              z-index: 35;
            }
            i,
                        svg {
              font-size: 1.125rem;
              line-height: 1.75rem;
            }
            i,
                        svg {
              --tw-text-opacity: 1;
              color: rgb(17 36 63 / var(--tw-text-opacity));
            }
            i,
                        svg {
              .group:hover & {
                --tw-text-opacity: 1;
                color: rgb(255 255 255 / var(--tw-text-opacity));
              }
            }
          }
        }
      }
    }
  }
}

.partners__section {
  margin-top: 5rem;
  overflow: hidden;
  .title {
    margin-bottom: 1.5rem;
  }
  .title {
    text-align: center;
  }
  .title {
    font-family: Graphik Arabic Medium, sans-serif;
  }
  .title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .title {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  @media (min-width: 1024px) {
    .title {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
  }
  @media (min-width: 1280px) {
    .title {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
  }
  .partners__marquee {
    display: flex;
  }
  .partners__marquee {
    align-items: center;
  }
  .partners__marquee {
    justify-content: center;
  }
  .partners__marquee {
    gap: 2rem;
  }
  .partners__marquee {
    overflow: hidden;
  }
  .partners__marquee {
    white-space: nowrap;
  }
  @media (min-width: 1024px) {
    .partners__marquee {
      gap: 1.5rem;
    }
  }
  .partners__marquee {
    &:hover {
      animation-play-state: paused;
    }
    .partners__marquee--item {
      display: flex;
    }
    .partners__marquee--item {
      height: auto;
    }
    .partners__marquee--item {
      width: 14rem;
    }
    .partners__marquee--item {
      align-items: center;
    }
    .partners__marquee--item {
      justify-content: center;
    }
    @media (min-width: 1024px) {
      .partners__marquee--item {
        width: 12rem;
      }
    }
    .partners__marquee--item {
      img {
        height: 100%;
      }
      img {
        width: 100%;
      }
      img {
        min-width: 8rem;
      }
      img {
        -o-object-fit: contain;
           object-fit: contain;
      }
    }
  }
}

html[dir="rtl"] {
  .partners__section {
    .partners__marquee {
      animation: marquee 35s linear infinite;
    }
  }
}

html[dir="ltr"] {
  .partners__section {
    .partners__marquee {
      animation: marquee-rtl 12s linear infinite;
    }
  }
}

.about__section {
  margin-top: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(26 27 30 / var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 5rem;
  .content__wrapper {
    display: flex;
  }
  .content__wrapper {
    flex-direction: column;
  }
  .content__wrapper {
    align-items: flex-start;
  }
  .content__wrapper {
    gap: 1rem;
  }
  @media (min-width: 1024px) {
    .content__wrapper {
      flex-direction: row;
    }
  }
  @media (min-width: 1024px) {
    .content__wrapper {
      gap: 1.5rem;
    }
  }
  .content__wrapper {
    .title {
      position: relative;
    }
    .title {
      margin-top: 0.75rem;
    }
    .title {
      width: 25%;
    }
    .title {
      padding-inline-start: 1.25rem;
    }
    .title {
      font-family: Graphik Arabic Super, sans-serif;
    }
    .title {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
    .title {
      line-height: 2 !important;
    }
    .title {
      --tw-text-opacity: 1;
      color: rgb(237 32 74 / var(--tw-text-opacity));
    }
    @media (min-width: 1024px) {
      .title {
        font-size: 1.25rem;
        line-height: 1.75rem;
      }
    }
    @media (min-width: 1280px) {
      .title {
        font-size: 1.5rem;
        line-height: 2rem;
      }
    }
    .title {
      &:after {
        position: absolute;
      }
      &:after {
        inset-inline-start: 0px;
      }
      &:after {
        bottom: 38%;
      }
      &:after {
        height: 0.5rem;
      }
      &:after {
        width: 0.5rem;
      }
      &:after {
        border-radius: 9999px;
      }
      &:after {
        --tw-bg-opacity: 1;
        background-color: rgb(237 32 74 / var(--tw-bg-opacity));
      }
      &:after {
        --tw-content: '';
        content: var(--tw-content);
      }
    }
    .info__wrapper {
      position: relative;
    }
    .info__wrapper {
      display: flex;
    }
    .info__wrapper {
      flex-direction: column;
    }
    .info__wrapper {
      gap: 2rem;
    }
    .info__wrapper {
      .split__word {
        font-family: Graphik Arabic SemiBold, sans-serif;
      }
      .split__word {
        font-size: 1.125rem;
        line-height: 1.75rem;
      }
      .split__word {
        line-height: 2 !important;
      }
      @media (min-width: 768px) {
        .split__word {
          font-size: 1.25rem;
          line-height: 1.75rem;
        }
      }
      @media (min-width: 1024px) {
        .split__word {
          font-size: 1.5rem;
          line-height: 2rem;
        }
      }
      @media (min-width: 1280px) {
        .split__word {
          font-size: 1.875rem;
          line-height: 2.25rem;
        }
      }
      @media (min-width: 1536px) {
        .split__word {
          font-size: 40px;
        }
      }
      .word {
        position: relative !important;
      }
      .word {
        font-family: Graphik Arabic SemiBold, sans-serif;
      }
      .word {
        --tw-text-opacity: 1;
        color: rgb(136 136 138 / var(--tw-text-opacity));
      }
      .line-mask {
        position: absolute;
      }
      .line-mask {
        top: 0px;
      }
      .line-mask {
        right: 0px;
      }
      .line-mask {
        z-index: 2;
      }
      .line-mask {
        height: 100%;
      }
      .line-mask {
        width: 100%;
      }
      .know_more_wrapper {
        display: flex;
      }
      .know_more_wrapper {
        justify-content: flex-end;
      }
      .know_more_wrapper {
        .about__link {
          display: flex;
        }
        .about__link {
          align-items: center;
        }
        .about__link {
          gap: 0.625rem;
        }
        .about__link {
          transition-property: all;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-duration: 150ms;
        }
        .about__link {
          transition-duration: 300ms;
        }
        .about__link {
          transition-timing-function: linear;
        }
        .about__link {
          .text {
            max-width: 92px;
          }
          .text {
            font-family: Graphik Arabic Medium, sans-serif;
          }
          .text {
            font-size: 1rem;
            line-height: 1.5rem;
          }
          .text {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
          }
          @media (min-width: 1024px) {
            .text {
              font-size: 1.125rem;
              line-height: 1.75rem;
            }
          }
          @media (min-width: 1536px) {
            .text {
              font-size: 1.25rem;
              line-height: 1.75rem;
            }
          }
          .icon {
            display: flex;
          }
          .icon {
            height: 3rem;
          }
          .icon {
            width: 3rem;
          }
          .icon {
            align-items: center;
          }
          .icon {
            justify-content: center;
          }
          .icon {
            border-radius: 0.75rem;
          }
          .icon {
            border-width: 1px;
          }
          .icon {
            --tw-border-opacity: 1;
            border-color: rgb(255 255 255 / var(--tw-border-opacity));
          }
          .icon {
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
          }
          .icon {
            transition-duration: 300ms;
          }
          .icon {
            transition-timing-function: linear;
          }
          .group:hover .icon {
            --tw-bg-opacity: 1;
            background-color: rgb(0 0 0 / var(--tw-bg-opacity));
          }
          @media (min-width: 768px) {
            .icon {
              height: 3.5rem;
            }
          }
          @media (min-width: 768px) {
            .icon {
              width: 3.5rem;
            }
          }
          @media (min-width: 1024px) {
            .icon {
              height: 4rem;
            }
          }
          @media (min-width: 1024px) {
            .icon {
              width: 4rem;
            }
          }
          @media (min-width: 1280px) {
            .icon {
              height: 74px;
            }
          }
          @media (min-width: 1280px) {
            .icon {
              width: 74px;
            }
          }
          .icon {
            img {
              height: 1rem;
            }
            img {
              width: 1rem;
            }
            img {
              -o-object-fit: contain;
                 object-fit: contain;
            }
            img {
              transition-property: all;
              transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
              transition-duration: 150ms;
            }
            img {
              transition-timing-function: linear;
            }
            @media (min-width: 1024px) {
              img {
                height: 18px;
              }
            }
            @media (min-width: 1024px) {
              img {
                width: 18px;
              }
            }
            img:where([dir="ltr"], [dir="ltr"] *) {
              --tw-rotate: 270deg;
              transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            }
          }
          &:hover {
            gap: 1.25rem;
          }
          &:hover {
            .icon {
              border-color: #9CA3AF33;
            }
            .icon {
              --tw-bg-opacity: 1;
              background-color: rgb(7 9 13 / var(--tw-bg-opacity));
            }
            .icon {
              img {
                height: 1.25rem;
              }
              img {
                width: 1.25rem;
              }
              @media (min-width: 1024px) {
                img {
                  height: 1.5rem;
                }
              }
              @media (min-width: 1024px) {
                img {
                  width: 1.5rem;
                }
              }
            }
          }
        }
      }
    }
  }
}

.projects__section {
  margin-top: 7rem;
  margin-bottom: 7rem;
  .swiper-slide {
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
  .project__card {
    display: flex;
  }
  .project__card {
    flex-direction: column;
  }
  .project__card {
    align-items: center;
  }
  .project__card {
    gap: 1.5rem;
  }
  @media (min-width: 1024px) {
    .project__card {
      flex-direction: row;
    }
  }
  @media (min-width: 1024px) {
    .project__card {
      align-items: flex-end;
    }
  }
  .project__card {
    .project__image {
      display: flex;
    }
    .project__image {
      height: 20rem;
    }
    .project__image {
      overflow: hidden;
    }
    .project__image {
      border-radius: 1.5rem;
    }
    @media (min-width: 768px) {
      .project__image {
        height: 25rem;
      }
    }
    @media (min-width: 1024px) {
      .project__image {
        height: 28rem;
      }
    }
    @media (min-width: 1024px) {
      .project__image {
        min-width: 496px;
      }
    }
    @media (min-width: 1280px) {
      .project__image {
        height: 30rem;
      }
    }
    .info {
      display: flex;
    }
    .info {
      flex-direction: column;
    }
    .info {
      gap: 2rem;
    }
    .info {
      .subtitle {
        font-family: Graphik Arabic Bold, sans-serif;
      }
      .subtitle {
        font-size: 1rem;
        line-height: 1.5rem;
      }
      .subtitle {
        --tw-text-opacity: 1;
        color: rgb(237 32 74 / var(--tw-text-opacity));
      }
      @media (min-width: 1024px) {
        .subtitle {
          font-size: 1.125rem;
          line-height: 1.75rem;
        }
      }
      @media (min-width: 1280px) {
        .subtitle {
          font-size: 1.25rem;
          line-height: 1.75rem;
        }
      }
      @media (min-width: 1536px) {
        .subtitle {
          font-size: 1.5rem;
          line-height: 2rem;
        }
      }
      .title {
        font-family: Graphik Arabic Bold, sans-serif;
      }
      .title {
        font-size: 1.25rem;
        line-height: 1.75rem;
      }
      .title {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }
      @media (min-width: 768px) {
        .title {
          font-size: 1.5rem;
          line-height: 2rem;
        }
      }
      @media (min-width: 1024px) {
        .title {
          font-size: 1.875rem;
          line-height: 2.25rem;
        }
      }
      @media (min-width: 1280px) {
        .title {
          font-size: 2.25rem;
          line-height: 2.5rem;
        }
      }
      @media (min-width: 1536px) {
        .title {
          font-size: 3rem;
          line-height: 1;
        }
      }
      .desc {
        font-size: 0.875rem;
        line-height: 1.25rem;
      }
      .desc {
        line-height: 1.625 !important;
      }
      .desc {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }
      @media (min-width: 1024px) {
        .desc {
          font-size: 1rem;
          line-height: 1.5rem;
        }
      }
      @media (min-width: 1280px) {
        .desc {
          width: 50%;
        }
      }
      @media (min-width: 1280px) {
        .desc {
          font-size: 1.125rem;
          line-height: 1.75rem;
        }
      }
      @media (min-width: 1536px) {
        .desc {
          font-size: 1.25rem;
          line-height: 1.75rem;
        }
      }
      .date__wrapper {
        display: flex;
      }
      .date__wrapper {
        align-items: center;
      }
      .date__wrapper {
        gap: 1.5rem;
      }
      .date__wrapper {
        span {
          font-family: Graphik Arabic Medium, sans-serif;
        }
        span {
          font-size: 0.875rem;
          line-height: 1.25rem;
        }
        span {
          --tw-text-opacity: 1;
          color: rgb(255 255 255 / var(--tw-text-opacity));
        }
        @media (min-width: 1024px) {
          span {
            font-size: 1rem;
            line-height: 1.5rem;
          }
        }
        @media (min-width: 1280px) {
          span {
            font-size: 1.125rem;
            line-height: 1.75rem;
          }
        }
        span {
          &.date {
            position: relative;
          }
          &.date::after {
            content: var(--tw-content);
            position: absolute;
          }
          &.date::after {
            content: var(--tw-content);
            bottom: 40%;
          }
          &.date::after {
            content: var(--tw-content);
            inset-inline-start: -1rem;
          }
          &.date::after {
            content: var(--tw-content);
            height: 0.5rem;
          }
          &.date::after {
            content: var(--tw-content);
            width: 0.5rem;
          }
          &.date::after {
            content: var(--tw-content);
            border-radius: 9999px;
          }
          &.date::after {
            content: var(--tw-content);
            --tw-bg-opacity: 1;
            background-color: rgb(255 255 255 / var(--tw-bg-opacity));
          }
          &.date::after {
            --tw-content: '';
            content: var(--tw-content);
          }
        }
      }
    }
  }
  .btn {
    position: relative;
  }
  .btn {
    z-index: 2;
  }
  .btn {
    margin-top: 1.5rem;
  }
  .btn {
    display: flex;
  }
  .btn {
    width: -moz-fit-content;
    width: fit-content;
  }
  .btn {
    cursor: pointer;
  }
  .btn {
    align-items: center;
  }
  .btn {
    gap: 0.5rem;
  }
  @media (min-width: 1024px) {
    .btn {
      margin-top: -2rem;
    }
  }
  .btn {
    .text {
      position: relative;
    }
    .text {
      margin-bottom: 0.25rem;
    }
    .text {
      font-family: Graphik Arabic Medium, sans-serif;
    }
    .text {
      font-size: 1rem;
      line-height: 1.5rem;
    }
    .text {
      text-transform: capitalize;
    }
    .text {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }
    .text {
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
    .text {
      transition-duration: 300ms;
    }
    .text {
      transition-timing-function: linear;
    }
    .text::after {
      content: var(--tw-content);
      position: absolute;
    }
    .text::after {
      content: var(--tw-content);
      inset-inline-end: 0px;
    }
    .text::after {
      content: var(--tw-content);
      bottom: -0.25rem;
    }
    .text::after {
      content: var(--tw-content);
      height: 0.125rem;
    }
    .text::after {
      content: var(--tw-content);
      width: 100%;
    }
    .text::after {
      content: var(--tw-content);
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }
    .text::after {
      content: var(--tw-content);
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
    .text::after {
      content: var(--tw-content);
      transition-duration: 300ms;
    }
    .text::after {
      content: var(--tw-content);
      transition-timing-function: linear;
    }
    .text::after {
      --tw-content: '';
      content: var(--tw-content);
    }
    @media (min-width: 1280px) {
      .text {
        font-size: 1.125rem;
        line-height: 1.75rem;
      }
    }
    .icon {
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
    .icon {
      transition-duration: 300ms;
    }
    .icon {
      transition-timing-function: linear;
    }
    &:hover {
      .text {
        --tw-text-opacity: 1;
        color: rgb(75 85 99 / var(--tw-text-opacity));
      }
      .text::after {
        content: var(--tw-content);
        width: 15%;
      }
      .text::after {
        content: var(--tw-content);
        --tw-bg-opacity: 1;
        background-color: rgb(75 85 99 / var(--tw-bg-opacity));
      }
      .icon {
        filter: brightness(0) saturate(100%) invert(32%) sepia(12%) saturate(698%) hue-rotate(175deg) brightness(96%) contrast(91%)
      }
      .icon {
        --tw-translate-y: -0.25rem;
        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));
      }
    }
  }
}

.services__section {
  margin-top: 5rem;
  margin-bottom: 5rem;
  .content__wrapper {
    border-radius: 40px;
  }
  .content__wrapper {
    --tw-bg-opacity: 1;
    background-color: rgb(26 27 30 / var(--tw-bg-opacity));
  }
  .content__wrapper {
    padding: 2.5rem;
  }
  @media (min-width: 768px) {
    .content__wrapper {
      padding: 3rem;
    }
  }
  @media (min-width: 1024px) {
    .content__wrapper {
      padding: 5rem;
    }
  }
  @media (min-width: 1280px) {
    .content__wrapper {
      padding: 7rem;
    }
  }
  .content__wrapper {
    .contact_btn {
      display: flex;
    }
    .contact_btn {
      align-items: center;
    }
    .contact_btn {
      gap: 0.625rem;
    }
    .contact_btn {
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
    .contact_btn {
      transition-duration: 300ms;
    }
    .contact_btn {
      transition-timing-function: linear;
    }
    @media (min-width: 1024px) {
      .contact_btn {
        justify-content: flex-end;
      }
    }
    .contact_btn {
      .text {
        max-width: 40%;
      }
      .text {
        font-family: Graphik Arabic Medium, sans-serif;
      }
      .text {
        font-size: 1rem;
        line-height: 1.5rem;
      }
      .text {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }
      @media (min-width: 1024px) {
        .text {
          font-size: 1.125rem;
          line-height: 1.75rem;
        }
      }
      @media (min-width: 1280px) {
        .text {
          max-width: 25%;
        }
      }
      @media (min-width: 1536px) {
        .text {
          font-size: 1.25rem;
          line-height: 1.75rem;
        }
      }
      .icon {
        display: flex;
      }
      .icon {
        height: 3rem;
      }
      .icon {
        width: 3rem;
      }
      .icon {
        align-items: center;
      }
      .icon {
        justify-content: center;
      }
      .icon {
        border-radius: 0.75rem;
      }
      .icon {
        border-width: 1px;
      }
      .icon {
        --tw-border-opacity: 1;
        border-color: rgb(255 255 255 / var(--tw-border-opacity));
      }
      .icon {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
      }
      .icon {
        transition-duration: 300ms;
      }
      .icon {
        transition-timing-function: linear;
      }
      .group:hover .icon {
        --tw-bg-opacity: 1;
        background-color: rgb(0 0 0 / var(--tw-bg-opacity));
      }
      @media (min-width: 768px) {
        .icon {
          height: 3.5rem;
        }
      }
      @media (min-width: 768px) {
        .icon {
          width: 3.5rem;
        }
      }
      @media (min-width: 1024px) {
        .icon {
          height: 4rem;
        }
      }
      @media (min-width: 1024px) {
        .icon {
          width: 4rem;
        }
      }
      @media (min-width: 1280px) {
        .icon {
          height: 74px;
        }
      }
      @media (min-width: 1280px) {
        .icon {
          width: 74px;
        }
      }
      .icon {
        img {
          height: 1rem;
        }
        img {
          width: 1rem;
        }
        img {
          -o-object-fit: contain;
             object-fit: contain;
        }
        img {
          transition-property: all;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-duration: 150ms;
        }
        img {
          transition-timing-function: linear;
        }
        @media (min-width: 1024px) {
          img {
            height: 18px;
          }
        }
        @media (min-width: 1024px) {
          img {
            width: 18px;
          }
        }
        img:where([dir="ltr"], [dir="ltr"] *) {
          --tw-rotate: 270deg;
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        }
      }
      &:hover {
        gap: 1.25rem;
      }
      &:hover {
        .icon {
          border-color: #9CA3AF33;
        }
        .icon {
          --tw-bg-opacity: 1;
          background-color: rgb(7 9 13 / var(--tw-bg-opacity));
        }
        .icon {
          img {
            height: 1.25rem;
          }
          img {
            width: 1.25rem;
          }
          @media (min-width: 1024px) {
            img {
              height: 1.5rem;
            }
          }
          @media (min-width: 1024px) {
            img {
              width: 1.5rem;
            }
          }
        }
      }
    }
    .services_wrapper {
      margin-bottom: 5rem;
    }
    .services_wrapper {
      .service__item {
        display: flex;
      }
      .service__item {
        flex-direction: column;
      }
      .service__item {
        align-items: center;
      }
      .service__item {
        gap: 1.25rem;
      }
      .service__item {
        overflow: hidden;
      }
      .service__item {
        border-bottom-width: 1px;
      }
      .service__item {
        border-color: #9CA3AF33;
      }
      .service__item {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
      }
      .service__item {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
      }
      .service__item {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
      }
      .service__item {
        transition-duration: 300ms;
      }
      .service__item {
        transition-timing-function: linear;
      }
      @media (min-width: 768px) {
        .service__item {
          flex-direction: row;
        }
      }
      @media (min-width: 1024px) {
        .service__item {
          gap: 1.5rem;
        }
      }
      @media (min-width: 1024px) {
        .service__item {
          padding-top: 0px;
          padding-bottom: 0px;
        }
      }
      .service__item {
        .services__image {
          height: 8rem;
        }
        .services__image {
          width: 8rem;
        }
        .services__image {
          overflow: hidden;
        }
        .services__image {
          border-radius: 1.5rem;
        }
        .services__image {
          transition-property: all;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-duration: 150ms;
        }
        .services__image {
          transition-duration: 300ms;
        }
        .services__image {
          transition-timing-function: linear;
        }
        @media (min-width: 1024px) {
          .services__image {
            height: 9rem;
          }
        }
        @media (min-width: 1024px) {
          .services__image {
            width: 9rem;
          }
        }
        @media (min-width: 1024px) {
          .services__image:where([dir="ltr"], [dir="ltr"] *) {
            --tw-translate-x: -200%;
            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));
          }
        }
        @media (min-width: 1024px) {
          .services__image:where([dir="rtl"], [dir="rtl"] *) {
            --tw-translate-x: 200%;
            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));
          }
        }
        .services__image {
          img {
            height: 100%;
          }
          img {
            width: 100%;
          }
          img {
            -o-object-fit: cover;
               object-fit: cover;
          }
        }
        .service__info {
          display: flex;
        }
        .service__info {
          flex-direction: column;
        }
        .service__info {
          align-items: center;
        }
        .service__info {
          gap: 1.25rem;
        }
        .service__info {
          transition-property: all;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-duration: 150ms;
        }
        .service__info {
          transition-duration: 300ms;
        }
        .service__info {
          transition-timing-function: linear;
        }
        @media (min-width: 768px) {
          .service__info {
            align-items: flex-start;
          }
        }
        @media (min-width: 1024px) {
          .service__info {
            margin-inline-start: -168px;
          }
        }
        @media (min-width: 1024px) {
          .service__info {
            gap: 1.5rem;
          }
        }
        .service__info {
          .service__title {
            font-family: Graphik Arabic Medium, sans-serif;
          }
          .service__title {
            font-size: 1.125rem;
            line-height: 1.75rem;
          }
          .service__title {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
          }
          .service__title {
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
          }
          .service__title {
            transition-duration: 300ms;
          }
          .service__title {
            transition-timing-function: linear;
          }
          @media (min-width: 1024px) {
            .service__title {
              margin-bottom: -70px;
            }
          }
          @media (min-width: 1024px) {
            .service__title {
              font-size: 1.25rem;
              line-height: 1.75rem;
            }
          }
          @media (min-width: 1280px) {
            .service__title {
              font-size: 1.5rem;
              line-height: 2rem;
            }
          }
          @media (min-width: 1536px) {
            .service__title {
              font-size: 1.875rem;
              line-height: 2.25rem;
            }
          }
          .service__desc {
            text-align: center;
          }
          .service__desc {
            font-family: Graphik Arabic Regular, sans-serif;
          }
          .service__desc {
            font-size: 0.875rem;
            line-height: 1.25rem;
          }
          .service__desc {
            line-height: 1.625;
          }
          .service__desc {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
          }
          .service__desc {
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
          }
          .service__desc {
            transition-duration: 300ms;
          }
          .service__desc {
            transition-timing-function: linear;
          }
          @media (min-width: 768px) {
            .service__desc {
              width: 85%;
            }
          }
          @media (min-width: 768px) {
            .service__desc {
              text-align: start;
            }
          }
          @media (min-width: 1024px) {
            .service__desc:where([dir="ltr"], [dir="ltr"] *) {
              --tw-translate-x: -200%;
              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));
            }
          }
          @media (min-width: 1024px) {
            .service__desc:where([dir="rtl"], [dir="rtl"] *) {
              --tw-translate-x: 200%;
              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));
            }
          }
        }
        @media (min-width: 1024px) {
          &:hover {
            padding-top: 2.25rem;
            padding-bottom: 2.25rem;
          }
        }
        &:hover {
          @media (min-width: 1024px) {
            .services__image {
              --tw-translate-x: 0px;
              transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            }
          }
          .service__info {
            margin-inline-start: 0px;
          }
          .service__info {
            margin-bottom: 0px;
          }
          .service__title {
            margin-bottom: 0px;
          }
          @media (min-width: 1024px) {
            .service__desc {
              --tw-translate-x: 0px;
              transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            }
          }
        }
      }
    }
    .btn {
      display: flex;
    }
    .btn {
      width: -moz-fit-content;
      width: fit-content;
    }
    .btn {
      cursor: pointer;
    }
    .btn {
      align-items: center;
    }
    .btn {
      gap: 0.5rem;
    }
    .btn {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
    .btn {
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
    .btn {
      transition-duration: 300ms;
    }
    .btn {
      transition-timing-function: linear;
    }
    .btn {
      .text {
        position: relative;
      }
      .text {
        margin-bottom: 0.25rem;
      }
      .text {
        font-family: Graphik Arabic Medium, sans-serif;
      }
      .text {
        font-size: 1rem;
        line-height: 1.5rem;
      }
      .text {
        text-transform: capitalize;
      }
      .text {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }
      .text {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
      }
      .text {
        transition-duration: 300ms;
      }
      .text {
        transition-timing-function: linear;
      }
      .text::after {
        content: var(--tw-content);
        position: absolute;
      }
      .text::after {
        content: var(--tw-content);
        inset-inline-end: 0px;
      }
      .text::after {
        content: var(--tw-content);
        bottom: -0.25rem;
      }
      .text::after {
        content: var(--tw-content);
        height: 0.125rem;
      }
      .text::after {
        content: var(--tw-content);
        width: 100%;
      }
      .text::after {
        content: var(--tw-content);
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
      }
      .text::after {
        content: var(--tw-content);
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
      }
      .text::after {
        content: var(--tw-content);
        transition-duration: 300ms;
      }
      .text::after {
        content: var(--tw-content);
        transition-timing-function: linear;
      }
      .text::after {
        --tw-content: '';
        content: var(--tw-content);
      }
      @media (min-width: 1280px) {
        .text {
          font-size: 1.125rem;
          line-height: 1.75rem;
        }
      }
      .icon {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
      }
      .icon {
        transition-duration: 300ms;
      }
      .icon {
        transition-timing-function: linear;
      }
      &:hover {
        .text {
          --tw-text-opacity: 1;
          color: rgb(75 85 99 / var(--tw-text-opacity));
        }
        .text::after {
          content: var(--tw-content);
          width: 15%;
        }
        .text::after {
          content: var(--tw-content);
          --tw-bg-opacity: 1;
          background-color: rgb(75 85 99 / var(--tw-bg-opacity));
        }
        .icon {
          filter: brightness(0) saturate(100%) invert(32%) sepia(12%) saturate(698%) hue-rotate(175deg) brightness(96%) contrast(91%)
        }
        .icon {
          --tw-translate-y: -0.25rem;
          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));
        }
      }
    }
  }
}

.marquee__section {
  margin-top: 7rem;
  margin-bottom: 7rem;
  .marquee {
    display: flex;
  }
  .marquee {
    width: 100%;
  }
  .marquee {
    overflow: hidden;
  }
  .marquee {
    p {
      white-space: nowrap;
    }
    p {
      font-family: Graphik Arabic Medium, sans-serif;
    }
    p {
      font-size: 1.875rem;
      line-height: 2.25rem;
    }
    p {
      text-transform: capitalize;
    }
    p {
      line-height: 2 !important;
    }
    p {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }
    @media (min-width: 768px) {
      p {
        font-size: 2.25rem;
        line-height: 2.5rem;
      }
    }
    @media (min-width: 1024px) {
      p {
        font-size: 3rem;
        line-height: 1;
      }
    }
    @media (min-width: 1280px) {
      p {
        font-size: 3.75rem;
        line-height: 1;
      }
    }
    @media (min-width: 1536px) {
      p {
        font-size: 80px;
      }
    }
    p {
      &:hover {
        animation-play-state: paused;
      }
      .circle {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
      }
      .circle {
        display: inline-block;
      }
      .circle {
        height: 1rem;
      }
      .circle {
        width: 1rem;
      }
      .circle {
        border-radius: 9999px;
      }
      .circle {
        --tw-bg-opacity: 1;
        background-color: rgb(237 32 74 / var(--tw-bg-opacity));
      }
    }
  }
}

html[dir="RTL"] {
  .marquee__section {
    p {
      animation: marquee 12s linear infinite;
      direction: rtl;
      width: 100%;
    }
  }
}

html[dir="ltr"] {
  .marquee__section {
    p {
      animation: marquee-rtl 12s linear infinite;
    }
  }
}

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

  100% {
    transform: translateX(-100%);
  }
}

@keyframes marquee-rtl {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.statistics__section {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  .title {
    margin-bottom: 5rem;
  }
  .title {
    text-align: center;
  }
  .title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .title {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  @media (min-width: 1024px) {
    .title {
      font-size: 1.5rem;
      line-height: 2rem;
    }
  }
  @media (min-width: 1280px) {
    .title {
      font-size: 1.875rem;
      line-height: 2.25rem;
    }
  }
  .content__wrapper {
    display: flex;
  }
  .content__wrapper {
    flex-wrap: wrap;
  }
  .content__wrapper {
    align-items: flex-start;
  }
  .content__wrapper {
    justify-content: space-between;
  }
  .content__wrapper {
    gap: 4rem;
  }
  @media (min-width: 768px) {
    .content__wrapper {
      gap: 7rem;
    }
  }
  .content__wrapper {
    .item {
      display: flex;
    }
    .item {
      width: -moz-fit-content;
      width: fit-content;
    }
    .item {
      flex: 1 1 0%;
    }
    .item {
      flex-direction: column;
    }
    .item {
      align-items: center;
    }
    .item {
      justify-content: center;
    }
    .item {
      gap: 2rem;
    }
    @media (min-width: 1024px) {
      .item {
        gap: 2.5rem;
      }
    }
    .item {
      @media (min-width: 1024px) {
        &:not(:first-of-type) {
          border-inline-start-width: 1px;
        }
      }
      @media (min-width: 1024px) {
        &:not(:first-of-type) {
          border-color: #9CA3AF33;
        }
      }
      .item__num {
        font-family: Graphik Arabic SemiBold, sans-serif;
      }
      .item__num {
        font-size: 1.5rem;
        line-height: 2rem;
      }
      .item__num {
        --tw-text-opacity: 1;
        color: rgb(237 32 74 / var(--tw-text-opacity));
      }
      @media (min-width: 768px) {
        .item__num {
          font-size: 1.875rem;
          line-height: 2.25rem;
        }
      }
      @media (min-width: 1024px) {
        .item__num {
          font-size: 2.25rem;
          line-height: 2.5rem;
        }
      }
      @media (min-width: 1280px) {
        .item__num {
          font-size: 3rem;
          line-height: 1;
        }
      }
      .item__text {
        text-align: center;
      }
      .item__text {
        font-size: 0.875rem;
        line-height: 1.25rem;
      }
      .item__text {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }
      @media (min-width: 768px) {
        .item__text {
          font-size: 1rem;
          line-height: 1.5rem;
        }
      }
      @media (min-width: 1024px) {
        .item__text {
          font-size: 1.125rem;
          line-height: 1.75rem;
        }
      }
      @media (min-width: 1280px) {
        .item__text {
          font-size: 1.25rem;
          line-height: 1.75rem;
        }
      }
    }
  }
}

.experience__section {
  margin-top: 7rem;
  margin-bottom: 7rem;
  .accordion__wrapper {
    margin-top: 4rem;
  }
  @media (min-width: 1024px) {
    .accordion__wrapper {
      margin-top: 6rem;
    }
  }
  .accordion__wrapper {
    counter-reset: item;
  }
  .accordion__item {
    display: flex;
  }
  .accordion__item {
    flex-direction: column;
  }
  .accordion__item {
    align-items: flex-start;
  }
  .accordion__item {
    gap: 0.5rem;
  }
  .accordion__item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  @media (min-width: 640px) {
    .accordion__item {
      flex-direction: row;
    }
  }
  @media (min-width: 768px) {
    .accordion__item {
      gap: 6rem;
    }
  }
  @media (min-width: 768px) {
    .accordion__item {
      padding-top: 2.25rem;
      padding-bottom: 2.25rem;
    }
  }
  @media (min-width: 1024px) {
    .accordion__item {
      gap: 7rem;
    }
  }
  @media (min-width: 1280px) {
    .accordion__item {
      gap: 9rem;
    }
  }
  @media (min-width: 1536px) {
    .accordion__item {
      gap: 11rem;
    }
  }
  .accordion__item {
    &:not(:last-of-type) {
      border-bottom-width: 1px;
    }
    &:not(:last-of-type) {
      border-color: rgb(255 255 255 / 0.15);
    }
    .accordion__item--icon {
      padding-top: 0.5rem;
    }
    .accordion__item--button {
      display: flex;
    }
    .accordion__item--button {
      width: 100%;
    }
    .accordion__item--button {
      cursor: pointer;
    }
    .accordion__item--button {
      align-items: center;
    }
    .accordion__item--button {
      justify-content: space-between;
    }
    .accordion__item--button {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem;
    }
    .accordion__item--button {
      .accordion__item--title {
        position: relative;
      }
      .accordion__item--title {
        padding-inline-start: 3.5rem;
      }
      .accordion__item--title {
        text-align: start;
      }
      .accordion__item--title {
        font-family: Graphik Arabic Medium, sans-serif;
      }
      .accordion__item--title {
        font-size: 1.125rem;
        line-height: 1.75rem;
      }
      .accordion__item--title {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }
      @media (min-width: 1024px) {
        .accordion__item--title {
          font-size: 1.25rem;
          line-height: 1.75rem;
        }
      }
      @media (min-width: 1280px) {
        .accordion__item--title {
          font-size: 1.5rem;
          line-height: 2rem;
        }
      }
      @media (min-width: 1536px) {
        .accordion__item--title {
          font-size: 30px;
        }
      }
      .accordion__item--title {
        &::before {
          counter-increment: item;
          content: "0" counter(item);
          color: #ED204A;
          inset-inline-start: 0;
          position: absolute;
        }
      }
      .icon {
        height: 1.25rem;
      }
      .icon {
        width: 1.25rem;
      }
    }
    .accordion__item--content {
      max-height: 0px;
    }
    .accordion__item--content {
      overflow: hidden;
    }
    .accordion__item--content {
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
    .accordion__item--content {
      transition-duration: 300ms;
    }
    .accordion__item--content {
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .accordion__item--content {
      .accordion__item--desc {
        padding-bottom: 2.25rem;
      }
      .accordion__item--desc {
        font-size: 0.875rem;
        line-height: 1.25rem;
      }
      .accordion__item--desc {
        line-height: 1.625 !important;
      }
      .accordion__item--desc {
        --tw-text-opacity: 1;
        color: rgb(209 213 219 / var(--tw-text-opacity));
      }
      @media (min-width: 1024px) {
        .accordion__item--desc {
          width: 90%;
        }
      }
      @media (min-width: 1024px) {
        .accordion__item--desc {
          font-size: 1rem;
          line-height: 1.5rem;
        }
      }
      .btn {
        display: flex;
      }
      .btn {
        width: -moz-fit-content;
        width: fit-content;
      }
      .btn {
        cursor: pointer;
      }
      .btn {
        align-items: center;
      }
      .btn {
        gap: 0.5rem;
      }
      .btn {
        .text {
          position: relative;
        }
        .text {
          margin-bottom: 0.25rem;
        }
        .text {
          font-family: Graphik Arabic Medium, sans-serif;
        }
        .text {
          font-size: 1rem;
          line-height: 1.5rem;
        }
        .text {
          text-transform: capitalize;
        }
        .text {
          --tw-text-opacity: 1;
          color: rgb(255 255 255 / var(--tw-text-opacity));
        }
        .text {
          transition-property: all;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-duration: 150ms;
        }
        .text {
          transition-duration: 300ms;
        }
        .text {
          transition-timing-function: linear;
        }
        .text::after {
          content: var(--tw-content);
          position: absolute;
        }
        .text::after {
          content: var(--tw-content);
          inset-inline-end: 0px;
        }
        .text::after {
          content: var(--tw-content);
          bottom: -0.25rem;
        }
        .text::after {
          content: var(--tw-content);
          height: 0.125rem;
        }
        .text::after {
          content: var(--tw-content);
          width: 100%;
        }
        .text::after {
          content: var(--tw-content);
          --tw-bg-opacity: 1;
          background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        }
        .text::after {
          content: var(--tw-content);
          transition-property: all;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-duration: 150ms;
        }
        .text::after {
          content: var(--tw-content);
          transition-duration: 300ms;
        }
        .text::after {
          content: var(--tw-content);
          transition-timing-function: linear;
        }
        .text::after {
          --tw-content: '';
          content: var(--tw-content);
        }
        @media (min-width: 1280px) {
          .text {
            font-size: 1.125rem;
            line-height: 1.75rem;
          }
        }
        .icon {
          transition-property: all;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-duration: 150ms;
        }
        .icon {
          transition-duration: 300ms;
        }
        .icon {
          transition-timing-function: linear;
        }
        &:hover {
          .text {
            --tw-text-opacity: 1;
            color: rgb(75 85 99 / var(--tw-text-opacity));
          }
          .text::after {
            content: var(--tw-content);
            width: 15%;
          }
          .text::after {
            content: var(--tw-content);
            --tw-bg-opacity: 1;
            background-color: rgb(75 85 99 / var(--tw-bg-opacity));
          }
          .icon {
            filter: brightness(0) saturate(100%) invert(32%) sepia(12%) saturate(698%) hue-rotate(175deg) brightness(96%) contrast(91%)
          }
          .icon {
            --tw-translate-y: -0.25rem;
            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));
          }
        }
      }
    }
  }
}

.testimonials__section {
  --tw-bg-opacity: 1;
  background-color: rgb(26 27 30 / var(--tw-bg-opacity));
  padding-top: 7rem;
  padding-bottom: 7rem;
  .content__wrapper {
    display: grid;
  }
  .content__wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .content__wrapper {
    gap: 4rem;
  }
  @media (min-width: 1024px) {
    .content__wrapper {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (min-width: 1024px) {
    .content__wrapper {
      gap: 5rem;
    }
  }
  @media (min-width: 1280px) {
    .content__wrapper {
      gap: 6rem;
    }
  }
  .content__wrapper {
    .info__wrapper {
      position: relative;
    }
    .info__wrapper {
      display: flex;
    }
    .info__wrapper {
      height: -moz-fit-content;
      height: fit-content;
    }
    .info__wrapper {
      flex-direction: column;
    }
    .info__wrapper {
      gap: 2rem;
    }
    .info__wrapper {
      padding-top: 1.5rem;
    }
    @media (min-width: 1024px) {
      .info__wrapper {
        position: sticky;
      }
    }
    @media (min-width: 1024px) {
      .info__wrapper {
        top: 0px;
      }
    }
    .info__wrapper {
      .btn {
        display: flex;
      }
      .btn {
        width: -moz-fit-content;
        width: fit-content;
      }
      .btn {
        cursor: pointer;
      }
      .btn {
        align-items: center;
      }
      .btn {
        gap: 0.5rem;
      }
      .btn {
        .text {
          position: relative;
        }
        .text {
          font-family: Graphik Arabic Medium, sans-serif;
        }
        .text {
          font-size: 1rem;
          line-height: 1.5rem;
        }
        .text {
          text-transform: capitalize;
        }
        .text {
          --tw-text-opacity: 1;
          color: rgb(255 255 255 / var(--tw-text-opacity));
        }
        .text {
          transition-property: all;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-duration: 150ms;
        }
        .text {
          transition-duration: 300ms;
        }
        .text {
          transition-timing-function: linear;
        }
        .text::after {
          content: var(--tw-content);
          position: absolute;
        }
        .text::after {
          content: var(--tw-content);
          inset-inline-end: 0px;
        }
        .text::after {
          content: var(--tw-content);
          bottom: -0.25rem;
        }
        .text::after {
          content: var(--tw-content);
          height: 0.125rem;
        }
        .text::after {
          content: var(--tw-content);
          width: 100%;
        }
        .text::after {
          content: var(--tw-content);
          --tw-bg-opacity: 1;
          background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        }
        .text::after {
          content: var(--tw-content);
          transition-property: all;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-duration: 150ms;
        }
        .text::after {
          content: var(--tw-content);
          transition-duration: 300ms;
        }
        .text::after {
          content: var(--tw-content);
          transition-timing-function: linear;
        }
        .text::after {
          --tw-content: '';
          content: var(--tw-content);
        }
        @media (min-width: 1280px) {
          .text {
            font-size: 1.125rem;
            line-height: 1.75rem;
          }
        }
        &:hover {
          .text::after {
            content: var(--tw-content);
            width: 15%;
          }
        }
      }
    }
    .testimonial__cards__wrapper {
      display: flex;
    }
    .testimonial__cards__wrapper {
      flex-direction: column;
    }
    .testimonial__cards__wrapper {
      align-items: center;
    }
    .testimonial__cards__wrapper {
      justify-content: center;
    }
    .testimonial__cards__wrapper {
      gap: 2.5rem;
    }
    @media (min-width: 1024px) {
      .testimonial__cards__wrapper {
        gap: 3rem;
      }
    }
    .testimonial__cards__wrapper {
      .testimonial__card {
        display: flex;
      }
      .testimonial__card {
        width: 100%;
      }
      .testimonial__card {
        flex-direction: column;
      }
      .testimonial__card {
        gap: 2.5rem;
      }
      .testimonial__card {
        overflow: hidden;
      }
      .testimonial__card {
        border-radius: 18px;
      }
      .testimonial__card {
        --tw-bg-opacity: 1;
        background-color: rgb(7 9 13 / var(--tw-bg-opacity));
      }
      .testimonial__card {
        padding-bottom: 1.5rem;
      }
      .testimonial__card {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
      }
      .testimonial__card {
        transition-duration: 300ms;
      }
      .testimonial__card {
        transition-timing-function: linear;
      }
      .testimonial__card {
        .user__info__wrapper {
          display: flex;
        }
        .user__info__wrapper {
          width: 100%;
        }
        .user__info__wrapper {
          flex-direction: column-reverse;
        }
        .user__info__wrapper {
          align-items: flex-start;
        }
        .user__info__wrapper {
          justify-content: space-between;
        }
        .user__info__wrapper {
          gap: 1.5rem;
        }
        @media (min-width: 1024px) {
          .user__info__wrapper {
            flex-direction: row;
          }
        }
        @media (min-width: 1024px) {
          .user__info__wrapper {
            align-items: center;
          }
        }
        @media (min-width: 1024px) {
          .user__info__wrapper {
            gap: 2rem;
          }
        }
        .user__info__wrapper {
          .user__rating__wrapper {
            display: flex;
          }
          .user__rating__wrapper {
            align-items: center;
          }
          .user__rating__wrapper {
            gap: 0.5rem;
          }
          .user__rating__wrapper {
            padding-inline-start: 1.5rem;
          }
          @media (min-width: 1024px) {
            .user__rating__wrapper {
              padding-top: 1.5rem;
            }
          }
          @media (min-width: 1024px) {
            .user__rating__wrapper {
              padding-inline-start: 2rem;
            }
          }
          .user__rating__wrapper {
            .rating {
              display: flex;
            }
            .rating {
              align-items: center;
            }
            .rating {
              gap: 2px;
            }
            .year {
              position: relative;
            }
            .year {
              padding-inline-start: 1rem;
            }
            .year {
              font-family: Graphik Arabic Medium, sans-serif;
            }
            .year {
              font-size: 1rem;
              line-height: 1.5rem;
            }
            .year {
              --tw-text-opacity: 1;
              color: rgb(255 255 255 / var(--tw-text-opacity));
            }
            .year::after {
              content: var(--tw-content);
              position: absolute;
            }
            .year::after {
              content: var(--tw-content);
              bottom: 0.5rem;
            }
            .year::after {
              content: var(--tw-content);
              inset-inline-start: 0px;
            }
            .year::after {
              content: var(--tw-content);
              height: 0.5rem;
            }
            .year::after {
              content: var(--tw-content);
              width: 0.5rem;
            }
            .year::after {
              content: var(--tw-content);
              border-radius: 9999px;
            }
            .year::after {
              content: var(--tw-content);
              background-color: rgb(255 255 255 / 0.2);
            }
            .year::after {
              --tw-content: '';
              content: var(--tw-content);
            }
          }
          .user_data_wrapper {
            position: relative;
          }
          .user_data_wrapper {
            display: flex;
          }
          .user_data_wrapper {
            width: 100%;
          }
          .user_data_wrapper {
            align-items: center;
          }
          .user_data_wrapper {
            gap: 0.625rem;
          }
          .user_data_wrapper {
            border-radius: 18px;
          }
          .user_data_wrapper {
            --tw-bg-opacity: 1;
            background-color: rgb(26 27 30 / var(--tw-bg-opacity));
          }
          .user_data_wrapper {
            padding-left: 1.25rem;
            padding-right: 1.25rem;
          }
          .user_data_wrapper {
            padding-top: 1rem;
            padding-bottom: 1rem;
          }
          .user_data_wrapper {
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
          }
          .user_data_wrapper {
            transition-duration: 300ms;
          }
          .user_data_wrapper {
            transition-timing-function: linear;
          }
          @media (min-width: 1024px) {
            .user_data_wrapper {
              width: -moz-fit-content;
              width: fit-content;
            }
          }
          @media (min-width: 1024px) {
            .user_data_wrapper {
              --tw-translate-y: -100%;
              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));
            }
          }
          .user_data_wrapper {
            &:after {
              position: absolute;
            }
            &:after {
              height: 2.5rem;
            }
            &:after {
              width: 3rem;
            }
            &:after {
              --tw-content: '';
              content: var(--tw-content);
            }
            &:where([dir="ltr"], [dir="ltr"] *):after {
              bottom: -2.5rem;
            }
            &:where([dir="ltr"], [dir="ltr"] *):after {
              right: -0px;
            }
            &:where([dir="ltr"], [dir="ltr"] *):after {
              border-top-right-radius: 18px;
            }
            &:where([dir="ltr"], [dir="ltr"] *):after {
              --tw-shadow: 18px -14px 0 #1A1B1E;
              --tw-shadow-colored: 18px -14px 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);
            }
            &:where([dir="rtl"], [dir="rtl"] *):after {
              bottom: -2.5rem;
            }
            &:where([dir="rtl"], [dir="rtl"] *):after {
              left: -0px;
            }
            &:where([dir="rtl"], [dir="rtl"] *):after {
              border-top-left-radius: 18px;
            }
            &:where([dir="rtl"], [dir="rtl"] *):after {
              --tw-shadow: -18px -14px 0 #1A1B1E;
              --tw-shadow-colored: -18px -14px 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);
            }
            &:before {
              position: absolute;
            }
            &:before {
              height: 2.5rem;
            }
            &:before {
              width: 3rem;
            }
            &:before {
              --tw-content: '';
              content: var(--tw-content);
            }
            &:where([dir="ltr"], [dir="ltr"] *):before {
              top: 0px;
            }
            &:where([dir="ltr"], [dir="ltr"] *):before {
              left: -3rem;
            }
            &:where([dir="ltr"], [dir="ltr"] *):before {
              border-top-right-radius: 18px;
            }
            &:where([dir="ltr"], [dir="ltr"] *):before {
              --tw-shadow: 18px -14px 0 #1A1B1E;
              --tw-shadow-colored: 18px -14px 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);
            }
            &:where([dir="rtl"], [dir="rtl"] *):before {
              top: 0px;
            }
            &:where([dir="rtl"], [dir="rtl"] *):before {
              right: -3rem;
            }
            &:where([dir="rtl"], [dir="rtl"] *):before {
              border-top-left-radius: 18px;
            }
            &:where([dir="rtl"], [dir="rtl"] *):before {
              --tw-shadow: -18px -14px 0 #1A1B1E;
              --tw-shadow-colored: -18px -14px 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);
            }
            .user__image {
              position: relative;
            }
            .user__image {
              z-index: 2;
            }
            .user__image {
              height: 2rem;
            }
            .user__image {
              width: 2rem;
            }
            .user__image {
              border-radius: 9999px;
            }
            .user__image {
              border-width: 4px;
            }
            .user__image {
              --tw-border-opacity: 1;
              border-color: rgb(26 27 30 / var(--tw-border-opacity));
            }
            .user__image::after {
              content: var(--tw-content);
              position: absolute;
            }
            .user__image::after {
              content: var(--tw-content);
              top: -5px;
            }
            .user__image::after {
              content: var(--tw-content);
              inset-inline-start: -5px;
            }
            .user__image::after {
              content: var(--tw-content);
              height: calc(100% + 10px);
            }
            .user__image::after {
              content: var(--tw-content);
              width: calc(100% + 10px);
            }
            .user__image::after {
              content: var(--tw-content);
              border-radius: 9999px;
            }
            .user__image::after {
              content: var(--tw-content);
              border-width: 1px;
            }
            .user__image::after {
              content: var(--tw-content);
              --tw-border-opacity: 1;
              border-color: rgb(237 32 74 / var(--tw-border-opacity));
            }
            .user__image::after {
              --tw-content: '';
              content: var(--tw-content);
            }
            @media (min-width: 1024px) {
              .user__image {
                height: 3rem;
              }
            }
            @media (min-width: 1024px) {
              .user__image {
                width: 3rem;
              }
            }
            .user__image {
              img {
                height: 100%;
              }
              img {
                width: 100%;
              }
              img {
                -o-object-fit: cover;
                   object-fit: cover;
              }
            }
            .user_info {
              display: flex;
            }
            .user_info {
              flex-direction: column;
            }
            .user_info {
              align-items: flex-end;
            }
            .user_info {
              gap: 0.25rem;
            }
            .user_info {
              .user_name {
                font-family: Graphik Arabic Medium, sans-serif;
              }
              .user_name {
                font-size: 0.875rem;
                line-height: 1.25rem;
              }
              .user_name {
                text-transform: capitalize;
              }
              .user_name {
                --tw-text-opacity: 1;
                color: rgb(255 255 255 / var(--tw-text-opacity));
              }
              @media (min-width: 1024px) {
                .user_name {
                  font-size: 1rem;
                  line-height: 1.5rem;
                }
              }
              .user_role {
                font-family: Graphik Arabic Medium, sans-serif;
              }
              .user_role {
                font-size: 0.75rem;
                line-height: 1rem;
              }
              .user_role {
                text-transform: capitalize;
              }
              .user_role {
                --tw-text-opacity: 1;
                color: rgb(255 255 255 / var(--tw-text-opacity));
              }
            }
          }
        }
        .comment__wrapper {
          display: flex;
        }
        .comment__wrapper {
          gap: 2rem;
        }
        .comment__wrapper {
          padding-inline-end: 2rem;
        }
        .comment__wrapper {
          padding-inline-start: 1.5rem;
        }
        @media (min-width: 1024px) {
          .comment__wrapper {
            gap: 2.5rem;
          }
        }
        @media (min-width: 1024px) {
          .comment__wrapper {
            padding-inline-end: 3rem;
          }
        }
        @media (min-width: 1024px) {
          .comment__wrapper {
            padding-inline-start: 2rem;
          }
        }
        .comment__wrapper {
          .comment {
            font-family: Graphik Arabic Regular, sans-serif;
          }
          .comment {
            font-size: 0.875rem;
            line-height: 1.25rem;
          }
          .comment {
            line-height: 2 !important;
          }
          .comment {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
          }
          @media (min-width: 1024px) {
            .comment {
              font-size: 1rem;
              line-height: 1.5rem;
            }
          }
        }
        &:hover {
          .user_data_wrapper {
            display: flex;
          }
          .user_data_wrapper {
            --tw-translate-y: 0px;
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          }
          .user_data_wrapper {
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
          }
          .user_data_wrapper {
            transition-duration: 300ms;
          }
          .user_data_wrapper {
            transition-timing-function: linear;
          }
        }
      }
    }
  }
}

.blogs__section {
  margin-top: 7rem;
  margin-bottom: 7rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 18px;
  .blogs-swiper {
    .blog__card {
      display: flex;
    }
    .blog__card {
      flex-direction: column;
    }
    .blog__card {
      align-items: flex-start;
    }
    .blog__card {
      justify-content: flex-start;
    }
    .blog__card {
      gap: 1.5rem;
    }
    .blog__card {
      .image {
        position: relative;
      }
      .image {
        height: 300px;
      }
      .image {
        overflow: hidden;
      }
      .image {
        border-radius: 20px;
      }
      @media (min-width: 1024px) {
        .image {
          height: 270px;
        }
      }
      .image {
        img {
          height: 100%;
        }
        img {
          width: 100%;
        }
        img {
          -o-object-fit: cover;
             object-fit: cover;
        }
        img {
          transition-property: all;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-duration: 150ms;
        }
        img {
          transition-duration: 300ms;
        }
        img {
          transition-timing-function: linear;
        }
      }
      .info {
        display: flex;
      }
      .info {
        flex-direction: column;
      }
      .info {
        gap: 0.5rem;
      }
      .info {
        .date {
          font-family: Graphik Arabic Medium, sans-serif;
        }
        .date {
          font-size: 0.875rem;
          line-height: 1.25rem;
        }
        .date {
          --tw-text-opacity: 1;
          color: rgb(156 163 175 / var(--tw-text-opacity));
        }
        @media (min-width: 1024px) {
          .date {
            font-size: 1rem;
            line-height: 1.5rem;
          }
        }
        .title {
          font-family: Graphik Arabic Medium, sans-serif;
        }
        .title {
          font-size: 1.125rem;
          line-height: 1.75rem;
        }
        .title {
          line-height: 1.625 !important;
        }
        .title {
          --tw-text-opacity: 1;
          color: rgb(255 255 255 / var(--tw-text-opacity));
        }
        @media (min-width: 1024px) {
          .title {
            font-size: 1.25rem;
            line-height: 1.75rem;
          }
        }
        @media (min-width: 1280px) {
          .title {
            font-size: 1.5rem;
            line-height: 2rem;
          }
        }
      }
      &:hover {
        .image {
          img {
            --tw-rotate: 6deg;
            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));
          }
          img {
            --tw-scale-x: 1.25;
            --tw-scale-y: 1.25;
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          }
        }
      }
    }
  }
}

.cta__section {
  margin-top: 7rem;
  margin-bottom: 7rem;
  .content__wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .content__wrapper {
    display: flex;
  }
  .content__wrapper {
    width: 100%;
  }
  .content__wrapper {
    flex-direction: column;
  }
  .content__wrapper {
    align-items: center;
  }
  .content__wrapper {
    justify-content: center;
  }
  .content__wrapper {
    gap: 2rem;
  }
  @media (min-width: 1024px) {
    .content__wrapper {
      width: 75%;
    }
  }
  @media (min-width: 1280px) {
    .content__wrapper {
      width: 60%;
    }
  }
  .content__wrapper {
    .title {
      text-align: center;
    }
    .title {
      font-family: Graphik Arabic Bold, sans-serif;
    }
    .title {
      font-size: 1.5rem;
      line-height: 2rem;
    }
    .title {
      line-height: 2 !important;
    }
    .title {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }
    @media (min-width: 768px) {
      .title {
        font-size: 1.875rem;
        line-height: 2.25rem;
      }
    }
    @media (min-width: 1024px) {
      .title {
        text-align: start;
      }
    }
    @media (min-width: 1024px) {
      .title {
        font-size: 2.25rem;
        line-height: 2.5rem;
      }
    }
    @media (min-width: 1280px) {
      .title {
        font-size: 3rem;
        line-height: 1;
      }
    }
    @media (min-width: 1536px) {
      .title {
        font-size: 3.75rem;
        line-height: 1;
      }
    }
    .start_project_link {
      display: flex;
    }
    .start_project_link {
      align-items: center;
    }
    .start_project_link {
      gap: 1rem;
    }
    .start_project_link {
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
    .start_project_link {
      transition-duration: 300ms;
    }
    .start_project_link {
      transition-timing-function: linear;
    }
    .start_project_link {
      .text {
        position: relative;
      }
      .text {
        font-family: Graphik Arabic Bold, sans-serif;
      }
      .text {
        font-size: 1.125rem;
        line-height: 1.75rem;
      }
      .text {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }
      .text::after {
        content: var(--tw-content);
        position: absolute;
      }
      .text::after {
        content: var(--tw-content);
        bottom: -1rem;
      }
      .text::after {
        content: var(--tw-content);
        inset-inline-end: 0px;
      }
      .text::after {
        content: var(--tw-content);
        height: 1px;
      }
      .text::after {
        content: var(--tw-content);
        width: 100%;
      }
      .text::after {
        content: var(--tw-content);
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
      }
      .text::after {
        content: var(--tw-content);
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
      }
      .text::after {
        content: var(--tw-content);
        transition-duration: 300ms;
      }
      .text::after {
        content: var(--tw-content);
        transition-timing-function: linear;
      }
      .text::after {
        --tw-content: '';
        content: var(--tw-content);
      }
      @media (min-width: 1024px) {
        .text {
          font-size: 1.25rem;
          line-height: 1.75rem;
        }
      }
      @media (min-width: 1280px) {
        .text {
          font-size: 1.5rem;
          line-height: 2rem;
        }
      }
      .icon {
        display: flex;
      }
      .icon {
        height: 3rem;
      }
      .icon {
        width: 3rem;
      }
      .icon {
        align-items: center;
      }
      .icon {
        justify-content: center;
      }
      .icon {
        border-top-left-radius: 0.75rem;
        border-top-right-radius: 0.75rem;
      }
      .icon {
        border-bottom-right-radius: 0.75rem;
      }
      .icon {
        --tw-bg-opacity: 1;
        background-color: rgb(248 113 113 / var(--tw-bg-opacity));
      }
      .icon {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
      }
      .icon {
        transition-duration: 300ms;
      }
      .icon {
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      }
      @media (min-width: 768px) {
        .icon {
          height: 3.5rem;
        }
      }
      @media (min-width: 768px) {
        .icon {
          width: 3.5rem;
        }
      }
      @media (min-width: 1024px) {
        .icon {
          height: 4rem;
        }
      }
      @media (min-width: 1024px) {
        .icon {
          width: 4rem;
        }
      }
      @media (min-width: 1280px) {
        .icon {
          height: 74px;
        }
      }
      @media (min-width: 1280px) {
        .icon {
          width: 74px;
        }
      }
      .icon {
        img {
          height: 1.25rem;
        }
        img {
          width: 1.25rem;
        }
        img {
          transition-property: all;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-duration: 150ms;
        }
        img {
          transition-duration: 300ms;
        }
        img {
          transition-timing-function: linear;
        }
        @media (min-width: 1024px) {
          img {
            height: 1.5rem;
          }
        }
        @media (min-width: 1024px) {
          img {
            width: 1.5rem;
          }
        }
        img:where([dir="ltr"], [dir="ltr"] *) {
          --tw-rotate: 270deg;
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        }
      }
      &:hover {
        .text::after {
          content: var(--tw-content);
          width: 20%;
        }
        .icon {
          border-radius: 9999px;
        }
        .icon {
          --tw-bg-opacity: 1;
          background-color: rgb(237 32 74 / var(--tw-bg-opacity));
        }
      }
    }
  }
}

@keyframes arrowMove {
  0% {
    transform: translate(155%, 150%) rotate(-90deg);
    opacity: 0;
  }

  100% {
    transform: translate(0, 0) rotate(-90deg);
    opacity: 1;
  }
}

@keyframes arrowMoveRtl {
  0% {
    transform: translate(-155%, 150%);
    opacity: 0;
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

/* Apply the animation when hovered */

.group:hover .animate-arrow {
  animation: arrowMove 0.5s ease-in-out forwards;
}

html[dir="rtl"] {
  .group:hover .animate-arrow {
    animation: arrowMoveRtl 0.5s ease-in-out forwards;
  }
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:inset-0::after {
  content: var(--tw-content);
  inset: 0px;
}

.after\:-bottom-1::after {
  content: var(--tw-content);
  bottom: -0.25rem;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:h-\[1px\]::after {
  content: var(--tw-content);
  height: 1px;
}

.after\:h-full::after {
  content: var(--tw-content);
  height: 100%;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:bg-\[\#1A1A1EF2\]::after {
  content: var(--tw-content);
  background-color: #1A1A1EF2;
}

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

.after\:backdrop-blur-2xl::after {
  content: var(--tw-content);
  --tw-backdrop-blur: blur(40px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:duration-300::after {
  content: var(--tw-content);
  transition-duration: 300ms;
}

.after\:ease-linear::after {
  content: var(--tw-content);
  transition-timing-function: linear;
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.hover\:text-primary-300:hover {
  --tw-text-opacity: 1;
  color: rgb(255 159 171 / var(--tw-text-opacity));
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:hidden {
  display: none;
}

.group:hover .group-hover\:after\:w-0::after {
  content: var(--tw-content);
  width: 0px;
}

@media (min-width: 640px) {
  .sm\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  .md\:w-24 {
    width: 6rem;
  }

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

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

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

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

  .md\:gap-24 {
    gap: 6rem;
  }

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

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

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:ps-16 {
    padding-inline-start: 4rem;
  }
}

@media (min-width: 1024px) {
  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

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

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

  .lg\:w-28 {
    width: 7rem;
  }

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

  .lg\:w-36 {
    width: 9rem;
  }

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

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

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

  .lg\:items-center {
    align-items: center;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-28 {
    gap: 7rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:ps-20 {
    padding-inline-start: 5rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:hover\:text-primary-300:hover {
    --tw-text-opacity: 1;
    color: rgb(255 159 171 / var(--tw-text-opacity));
  }
}

@media (min-width: 1280px) {
  .xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .xl\:w-14 {
    width: 3.5rem;
  }

  .xl\:w-32 {
    width: 8rem;
  }

  .xl\:w-40 {
    width: 10rem;
  }

  .xl\:w-8 {
    width: 2rem;
  }

  .xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:pb-36 {
    padding-bottom: 9rem;
  }

  .xl\:ps-24 {
    padding-inline-start: 6rem;
  }

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

@media (min-width: 1536px) {
  .\32xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .\32xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .\32xl\:w-48 {
    width: 12rem;
  }

  .\32xl\:ps-28 {
    padding-inline-start: 7rem;
  }
}

.rtl\:-rotate-90:where([dir="rtl"], [dir="rtl"] *) {
  --tw-rotate: -90deg;
  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));
}