@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap");

@import url("https://fonts.cdnfonts.com/css/helvetica-neue-5");

@import url("https://fonts.cdnfonts.com/css/tajawal");

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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -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;
}

*,
::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%;
  margin-right: auto;
  margin-left: auto;
}

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

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

  .px-lg-100 {
    padding-inline: 100px;
  }
}

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

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

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

.pointer-events-none {
  pointer-events: none;
}

.collapse {
  visibility: collapse;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.\!left-\[-1\%\] {
  left: -1% !important;
}

.\!left-\[45\%\] {
  left: 45% !important;
}

.\!left-\[81\%\] {
  left: 81% !important;
}

.\!right-\[5\%\] {
  right: 5% !important;
}

.\!top-\[1\%\] {
  top: 1% !important;
}

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

.bottom-0 {
  bottom: 0px;
}

.bottom-14 {
  bottom: 3.5rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-6 {
  left: 1.5rem;
}

.left-9 {
  left: 2.25rem;
}

.left-\[unset\] {
  left: unset;
}

.right-0 {
  right: 0px;
}

.right-1\/2 {
  right: 50%;
}

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

.right-\[2\%\] {
  right: 2%;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-5 {
  top: 1.25rem;
}

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

.top-\[-43px\] {
  top: -43px;
}

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

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

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

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

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

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

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

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

.\!m-auto {
  margin: auto !important;
}

.m-0 {
  margin: 0px;
}

.m-\[0\] {
  margin: 0;
}

.m-auto {
  margin: auto;
}

.\!mx-10 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

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

.\!my-\[17rem\] {
  margin-top: 17rem !important;
  margin-bottom: 17rem !important;
}

.\!my-\[30rem\] {
  margin-top: 30rem !important;
  margin-bottom: 30rem !important;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

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

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

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

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

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

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

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

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

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

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

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

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

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

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

.my-36 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

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

.my-44 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

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

.my-52 {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

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

.my-\[20rem\] {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

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

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

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

.\!mb-\[18px\] {
  margin-bottom: 18px !important;
}

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

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

.\!mt-9 {
  margin-top: 2.25rem !important;
}

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

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

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

.-me-\[0\] {
  margin-inline-end: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-36 {
  margin-bottom: 9rem;
}

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

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

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

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

.mb-\[13px\] {
  margin-bottom: 13px;
}

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

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

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

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

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

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

.ms-10 {
  margin-inline-start: 2.5rem;
}

.ms-\[92px\] {
  margin-inline-start: 92px;
}

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

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

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

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

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

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

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

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

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

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

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

.mt-36 {
  margin-top: 9rem;
}

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

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

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

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

.mt-52 {
  margin-top: 13rem;
}

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

.mt-60 {
  margin-top: 15rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

/* .line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
} */
.testmonialContent {
  padding-inline: 5rem !important;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

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

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

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

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

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

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

.h-0 {
  height: 0px;
}

.h-16 {
  height: 4rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-full {
  height: 100%;
}

.min-h-\[1em\] {
  min-height: 1em;
}

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

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

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

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

.\!w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

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

.w-16 {
  width: 4rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[43\.333333\%\] {
  width: 43.333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

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

.max-w-7xl {
  max-width: 80rem;
}

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

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

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

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

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

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

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

.grow {
  flex-grow: 1;
}

.grow-\[0\.7\] {
  flex-grow: 0.7;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-2\/4 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.resize-none {
  resize: none;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

.\!items-stretch {
  align-items: stretch !important;
}

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-28 {
  gap: 7rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-40 {
  gap: 10rem;
}

.gap-44 {
  gap: 11rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

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

.gap-\[10rem\] {
  gap: 10rem;
}

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

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

.gap-\[3rem\] {
  gap: 3rem;
}

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

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

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

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

.self-stretch {
  align-self: stretch;
}

.overflow-hidden {
  overflow: hidden;
}

.\!overflow-y-scroll {
  overflow-y: scroll !important;
}

.break-words {
  overflow-wrap: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-t-\[20px\] {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

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

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

.border {
  border-width: 1px;
}

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

.border-\[1px\] {
  border-width: 1px;
}

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

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

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

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

.border-\[\#00C8DC\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 200 220 / var(--tw-border-opacity));
}

.border-\[\#0abe50\] {
  --tw-border-opacity: 1;
  border-color: rgb(10 190 80 / var(--tw-border-opacity));
}

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

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

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

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

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

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

.\!bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#00141e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 20 30 / var(--tw-bg-opacity));
}

.bg-\[\#11181ccc\] {
  background-color: #11181ccc;
}

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

.bg-\[\#DBEFFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(219 239 250 / var(--tw-bg-opacity));
}

.bg-\[\#E1F4D3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(225 244 211 / var(--tw-bg-opacity));
}

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

.bg-\[\#d9ebfa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 235 250 / var(--tw-bg-opacity));
}

.bg-\[\#dbeffa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(219 239 250 / var(--tw-bg-opacity));
}

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

.bg-\[\#e1f4d3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(225 244 211 / var(--tw-bg-opacity));
}

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

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

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

.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.from-gray-700 {
  --tw-gradient-from: #374151 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-700\/50 {
  --tw-gradient-from: rgb(55 65 81 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-transparent {
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

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

.stroke-gray-400 {
  stroke: #9ca3af;
}

.stroke-gray-600 {
  stroke: #4b5563;
}

.stroke-red-500 {
  stroke: #ef4444;
}

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

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

.\!object-center {
  -o-object-position: center !important;
  object-position: center !important;
}

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

.\!p-\[0\.5rem\] {
  padding: 0.5rem !important;
}

.\!p-\[5px\] {
  padding: 5px !important;
}

.p-14 {
  padding: 3.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

.p-\[5rem\] {
  padding: 5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!pt-\[7rem\] {
  padding-top: 7rem !important;
}

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

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

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

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

.pb-28 {
  padding-bottom: 7rem;
}

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

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

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

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

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

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

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

.pt-0 {
  padding-top: 0px;
}

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

.pt-14 {
  padding-top: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.\!font-bold {
  font-weight: 700 !important;
}

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

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

.leading-relaxed {
  line-height: 1.625;
}

.\!text-\[\#22c55e\] {
  --tw-text-opacity: 1 !important;
  color: rgb(34 197 94 / var(--tw-text-opacity)) !important;
}

.\!text-\[\#555555\] {
  --tw-text-opacity: 1 !important;
  color: rgb(85 85 85 / var(--tw-text-opacity)) !important;
}

.\!text-\[\#555\] {
  --tw-text-opacity: 1 !important;
  color: rgb(85 85 85 / var(--tw-text-opacity)) !important;
}

.\!text-\[\#ff8c4b\] {
  --tw-text-opacity: 1 !important;
  color: rgb(255 140 75 / var(--tw-text-opacity)) !important;
}

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

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

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

.text-\[\#00141\] {
  color: #00141;
}

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

.text-\[\#04c4ab\] {
  --tw-text-opacity: 1;
  color: rgb(4 196 171 / var(--tw-text-opacity));
}

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

.text-\[\#1a73e8\] {
  --tw-text-opacity: 1;
  color: rgb(26 115 232 / var(--tw-text-opacity));
}

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

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

.text-\[\#303231\] {
  --tw-text-opacity: 1;
  color: rgb(48 50 49 / var(--tw-text-opacity));
}

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

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

.text-\[\#3f4369\] {
  --tw-text-opacity: 1;
  color: rgb(63 67 105 / var(--tw-text-opacity));
}

.text-\[\#3f4469\] {
  --tw-text-opacity: 1;
  color: rgb(63 68 105 / var(--tw-text-opacity));
}

.text-\[\#46476a\] {
  --tw-text-opacity: 1;
  color: rgb(70 71 106 / var(--tw-text-opacity));
}

.text-\[\#53597b\] {
  --tw-text-opacity: 1;
  color: rgb(83 89 123 / var(--tw-text-opacity));
}

.text-\[\#556987\] {
  --tw-text-opacity: 1;
  color: rgb(85 105 135 / var(--tw-text-opacity));
}

.text-\[\#5a6e66\] {
  --tw-text-opacity: 1;
  color: rgb(90 110 102 / var(--tw-text-opacity));
}

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

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

.text-\[\#667278\] {
  --tw-text-opacity: 1;
  color: rgb(102 114 120 / var(--tw-text-opacity));
}

.text-\[\#697b95\] {
  --tw-text-opacity: 1;
  color: rgb(105 123 149 / var(--tw-text-opacity));
}

.text-\[\#6d758f\] {
  --tw-text-opacity: 1;
  color: rgb(109 117 143 / var(--tw-text-opacity));
}

.text-\[\#74758f\] {
  --tw-text-opacity: 1;
  color: rgb(116 117 143 / var(--tw-text-opacity));
}

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

.text-\[\#7c868c\] {
  --tw-text-opacity: 1;
  color: rgb(124 134 140 / var(--tw-text-opacity));
}

.text-\[\#8b8ca2\] {
  --tw-text-opacity: 1;
  color: rgb(139 140 162 / var(--tw-text-opacity));
}

.text-\[\#929a9e\] {
  --tw-text-opacity: 1;
  color: rgb(146 154 158 / var(--tw-text-opacity));
}

.text-\[\#96a0b5\] {
  --tw-text-opacity: 1;
  color: rgb(150 160 181 / var(--tw-text-opacity));
}

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

.text-\[\#99a1a5\] {
  --tw-text-opacity: 1;
  color: rgb(153 161 165 / var(--tw-text-opacity));
}

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

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

.text-\[\#bbc3cf\] {
  --tw-text-opacity: 1;
  color: rgb(187 195 207 / var(--tw-text-opacity));
}

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

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

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

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

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

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

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

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

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

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

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

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

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

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.shadow-gray-500\/20 {
  --tw-shadow-color: rgb(107 114 128 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

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

.outline {
  outline-style: solid;
}

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

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

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

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

@font-face {
  font-family: "HelveticaNeue";

  src: url("/frontend/fonts/fonts/HelveticaNeueLTArabic.ttf") format("truetype");
  /* font-display: swap; */
}

@font-face {
  font-family: "SF Pro Display";

  src: url("/frontend/fonts/fonts/SFProDisplay-BlackItalic.ttf") format("truetype");

  font-weight: 900;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";

  src: url("/frontend/fonts/fonts/SFProDisplay-BlackItalic_1.ttf") format("truetype");

  font-weight: 900;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";

  src: url("/frontend/fonts/fonts/HelveticaNeue-Bold.ttf") format("truetype");

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";

  src: url("/frontend/fonts/fonts/HelveticaNeue-Medium.ttf") format("truetype");

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";

  src: url("/frontend/fonts/fonts/HelveticaNeue-Medium_1.ttf") format("truetype");

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";

  src: url("/frontend/fonts/fonts/SFProDisplay-Bold.ttf") format("truetype");

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";

  src: url("/frontend/fonts/fonts/SFProDisplay-Bold_1.ttf") format("truetype");

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";

  src: url("/frontend/fonts/fonts/SFProDisplay-HeavyItalic.ttf") format("truetype");

  font-weight: 900;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";

  src: url("/frontend/fonts/fonts/SFProDisplay-LightItalic.ttf") format("truetype");

  font-weight: 300;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";

  src: url("/frontend/fonts/fonts/SFProDisplay-HeavyItalic_1.ttf") format("truetype");

  font-weight: 900;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";

  src: url("/frontend/fonts/fonts/SFProDisplay-LightItalic_1.ttf") format("truetype");

  font-weight: 300;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";

  src: url("/frontend/fonts/fonts/SFProDisplay-SemiboldItalic.ttf") format("truetype");

  font-weight: 600;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";

  src: url("/frontend/fonts/fonts/SFProDisplay-Regular.ttf") format("truetype");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";

  src: url("/frontend/fonts/fonts/SFProDisplay-SemiboldItalic_1.ttf") format("truetype");

  font-weight: 600;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";

  src: url("/frontend/fonts/fonts/SFProDisplay-Medium.ttf") format("truetype");

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";

  src: url("/frontend/fonts/fonts/SFProDisplay-Regular_1.ttf") format("truetype");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";

  src: url("/frontend/fonts/fonts/SFProDisplay-Medium_1.ttf") format("truetype");

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";

  src: url("/frontend/fonts/fonts/SFProDisplay-ThinItalic.ttf") format("truetype");

  font-weight: 100;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";

  src: url("/frontend/fonts/fonts/SFProDisplay-ThinItalic_1.ttf") format("truetype");

  font-weight: 100;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";

  src: url("/frontend/fonts/fonts/SFProDisplay-UltralightItalic.ttf") format("truetype");

  font-weight: 100;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";

  src: url("/frontend/fonts/fonts/SFProDisplay-UltralightItalic_1.ttf") format("truetype");

  font-weight: 100;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "SF Pro Text";

  src: url("/frontend/fonts/fonts/SFProText-Bold.ttf") format("truetype");

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "SF Pro Text";

  src: url("/frontend/fonts/fonts/SFProText-Heavy.ttf") format("truetype");

  font-weight: 900;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "SF Pro Text";

  src: url("/frontend/fonts/fonts/SFProText-Light.ttf") format("truetype");

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "SF Pro Text";

  src: url("/frontend/fonts/fonts/SFProText-Regular.ttf") format("truetype");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "SF Pro Text";

  src: url("/frontend/fonts/fonts/SFProText-Medium.ttf") format("truetype");

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "SF Pro Text";

  src: url("/frontend/fonts/fonts/SFProText-Semibold.ttf") format("truetype");

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

* {
  transition: 0.2s ease;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "HelveticaNeue", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 1.8em;
  line-height: 1.3;
  color: #292929;
  transition: 0.5s ease;
  background: #f9f9f9;
}

html[dir="rtl"] {
  body {
    font-family: "HelveticaNeue", sans-serif;
  }
}

.fw-tajawal {
  font-family: "Tajawal", sans-serif;
}

/* headings */

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.6rem;
}

h6 {
  font-size: 1.4rem;
}

p {
  line-height: 1.5;
}

.btn-primary {
  background: linear-gradient(253.41deg, #00c8dc 0%, #0abe50 100%);
  animation: gradient 3s ease infinite;
  transition: all 0.4s ease;
  background-size: 150% 150%;
}

.bg-gradient {
  background: linear-gradient(253.41deg, #00c8dc 0%, #0abe50 100%);
  animation: gradient 3s ease infinite;
  transition: all 0.4s ease;
  background-size: 150% 150%;
}

/* scroll bar */

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(253.41deg, #00c8dc 0%, #0abe50 100%);
  animation: gradient 3s ease infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-size: 150% 150%;
}

::-webkit-scrollbar-thumb:hover {
  background: inset !important;
}

::-webkit-scrollbar-track {
  background: #00141e;
}

::-webkit-scrollbar-track-piece {
  background: #00141e;
}

::-webkit-scrollbar-corner {
  background: linear-gradient(253.41deg, #00c8dc 0%, #0abe50 100%);
}

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

.btn {
  border-radius: 12px;
}

.fw-cairo {
  font-weight: "Cairo", sans-serif !important;
}

.linear-border {
  position: relative;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 1px;
  width: 83px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(253.41deg, #00c8dc 0%, #0abe50 100%);
  text-align: center;

  &:hover {
    background: linear-gradient(253.41deg, #00c8dc 0%, #0abe50 100%);
    animation: gradient 1.2s linear infinite;
    background-size: 150% 150%;

    .content {
      color: white !important;
      font-weight: bold;
      background: linear-gradient(253.41deg, #00c8dc 0%, #0abe50 100%);
    }
  }

  .content {
    font-family: "Cairo", sans-serif;
    display: flex !important;
    align-items: center;
    justify-content: center !important;
    width: 100%;
    border-radius: 12px;
    height: 100%;
    display: block;
    background: white;
    color: #08c16d;
    font-size: 15px;
    font-weight: bold !important;
  }
}

/* HTML: <div class="loader"></div> */

.loader {
  width: 120px;
  height: 20px;
  -webkit-mask: linear-gradient(90deg, #000 70%, #0000 0) left/20% 100%;
  background: linear-gradient(#3d3d3d3d 0 0) left -25% top 0 /20% 100% no-repeat #ddd;
  animation: l7 1s infinite steps(6);
}

@keyframes l7 {
  100% {
    background-position: right -25% top 0;
  }
}

.menu-btn {
  position: absolute;
  font-size: 35px;
  right: 0;
  top: 50%;
  color: #e8c2ec;
  transform: translateY(-50%);
  animation-name: slideDown !important;
  -webkit-animation-name: slideDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
}

.nav {
  translate: all 0.5s ease-in-out;
}

.sticky-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999999;
  background: #00141e;
  animation-name: slideDown !important;
  -webkit-animation-name: slideDown;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}

.swal2-container.swal2-top-end.swal2-backdrop-show {
  z-index: 99999999 !important;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0%);
  }
}

.hidden-logo {
  display: none;
}

nav,
#navbar {
  transition-duration: 0.15s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #00141e;
  opacity: 0;
  z-index: 999999999;
  visibility: hidden;
  transform: translateX(-150%);
  transition: 0.5s all ease-in-out;
  overflow-y: auto !important;
  overflow-x: hidden;

  &.active {
    transform: translateX(0);
    height: 100% !important;
  }
}

.main-menu-item {
  padding-top: 30px;
}

.main-menu-item a {
  text-decoration: none;

  &:hover {
    color: #08c16d;
  }

  color: #fff;
  font-weight: lighter;
}

.submenu-item a {
  color: grey;
}

.submenu li {
  margin: 20px 0;
}

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

.submenu {
  display: none;
}

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

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

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

.media ul {
  list-style: none;
}

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

.icon-inner {
  color: #eac7ed;
}

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

.close-menu {
  position: absolute;
  top: 2%;
  font-size: 34px;
  cursor: pointer;
  color: white !important;
  transition: all 0.5s ease;

  &:hover {
    opacity: 0.5;
  }
}

.nav-menu {
  position: absolute;
  left: 21%;
  margin-top: 8%;
}

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

#preload {
  position: fixed;
  top: 0;
  left: 0;
  background: black;
  width: 100%;
  height: 100vh;
  z-index: 999999999999;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  fill: currentcolor;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  font-weight: 700;
  font-family: inherit;
  line-height: 1.333;
  text-rendering: optimizeLegibility;
}

.modal {
  position: absolute;
  /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 999999999;
}

.modal.is-visible {
  position: relative;
  visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  margin-left: -16em;
  background-color: #fff;
  padding: 20px 15px;
  border-radius: 32px;
  overflow: hidden;
  transform: translateY(-50%) !important;
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-header,
.modal-content {
  padding: 1em;
}

.modal-header {
  position: relative;
  background-color: #fff;
}

.modal-close {
  position: absolute;
  top: -163px;
  left: 37%;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
  z-index: 9999999999;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content>*:first-child {
  margin-top: 0;
}

.modal-content>*:last-child {
  margin-bottom: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  height: auto !important;
}

.social-icons {
  &:hover {
    background: linear-gradient(253.41deg, #00c8dc 0%, #0abe50 100%);
    transition: background 0.5s ease-in-out;

    i {
      color: white;
    }
  }
}

#svg_animate {
  g {
    fill-opacity: 0;
    animation: fill-in 1s 1s infinite;

    path {
      stroke-dashoffset: 210;
      stroke-dasharray: 210;
      animation: draw 1s infinite;
    }
  }
}

.swiper-backface-hidden .swiper-slide {
  transform: initial !important;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes fill-in {
  to {
    fill-opacity: 1;
  }
}

.swiper-wrapper {
  padding: 40px 0 !important;
}

.spinner {
  border: 7px solid #f3f3f3;
  border-top: 7px solid #04c4ab;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0 !important;
  right: 0;
  margin: auto;
  transform: translate(-50%, -50%);
}

.swal2-container.swal2-rtl.swal2-top-end.swal2-backdrop-show {
  z-index: 900000000 !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

:root {
  --marquee-width: 80vw;
  --marquee-height: 20vh;
  --marquee-elements-displayed: 5;
  --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
  --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}

.fancybox__container {
  z-index: 9999999999999 !important;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background: transparent !important;
}

.iti__selected-flag {
  gap: 5px;
}

.iti__flag-container {
  padding: 4px;
}

.gradient-text {
  background: linear-gradient(253.41deg, #00c8dc 0%, #0abe50 100%);
  -webkit-background-clip: text, padding-box;
  background-clip: text, padding-box;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.vedio-modal {
  border-radius: 34px;
  height: 430px;
  overflow: hidden;
}

.linear-overlay,
.linear-overlay_v2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  overflow: hidden;
}

.linear-overlay_v2 {
  background: rgb(0, 0, 0, 0.5);
}

.vedio-modal_2 {
  border-radius: 34px;
  height: 500px;
  overflow: hidden;
}

.vedio-modal_3 {
  border-radius: 31px;
  height: 380px;
  overflow: hidden;
}

.vedio-body {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  height: 101%;
  width: 100%;
  padding: 45px;
  z-index: 9999999;

  h4 {
    font-size: 24px;
    font-weight: bold;
    color: white;
  }
}

.circle-icon {
  position: absolute;
  top: 5%;
  right: 8%;
  z-index: 9;
}

.vedio-wrapper {
  width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

#vd-modal {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  background-position: center;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.has-html5video .fancybox__content {
  height: 100% !important;
}

#teamSlider #vd-modal {
  height: 100%;
  -o-object-fit: contain;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  background-position: center;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.lg-video #vd-modal {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  background-position: center;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

#exp-ved {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center -200px;
  object-position: center -200px;
  background-position: center;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.getway-text {
  position: relative;
  line-height: 1.9;

  &::after {
    content: "";
    position: absolute;
    bottom: -31%;
    width: 120px;
    background: linear-gradient(253.41deg, #00c8dc 0%, #0abe50 100%);
    height: 4px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
  }
}

.marquee {
  direction: ltr !important;
  width: 100%;
  height: 50%;
  color: #eee;
  overflow: hidden;
  position: relative;
  margin-top: 4rem;
}

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

.marquee:before {
  left: 0;
}

.marquee:after {
  right: 0;
}

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

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

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

.marquee-content li img {
  width: 100%;
  height: 100%;
}

.marquee-content li svg {
  width: 100%;
  height: 100%;
}

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

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

.card {
  &:hover {
    background: transparent !important;
    box-shadow: none !important;
  }

  .bg {
    border-radius: 32px;
    height: 260px;

    .linear-bg {
      border: 1px solid #fff;
      padding: 15px;
      background: #ffffff38;
      border-radius: 20px;
      border-image-source: linear-gradient(135deg, #ffffff 0%);
    }

    .rounded-bg {
      border: 1px solid;
      border-image-source: linear-gradient(135deg,
          #ffffff 0%,
          rgba(255, 255, 255, 0) 100%);
    }
  }

  .bg-fish-blue {
    background: #dbeffa;
  }

  .bg-iced-avocado {
    background: #c8e4b3;
  }

  .bg-frozen-landscape {
    background: #afe7ff;
  }

  .bg-celeste {
    background: #b2ffff;
  }

  padding: 19px 16px 35px 16px;
  border-radius: 32px;
  border: 1px solid #1819451a;
}

.subscribtion-card {
  position: relative;

  &:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -6px;
    right: 0;
    background: linear-gradient(175.67deg, #d7e7f9 13.12%, #d5f4ec 96.48%);
    height: 0%;
    width: 100%;
    border-radius: 32px;
    transform-origin: 50% 50%;
    transition: height 0.25s ease-out;
    overflow: hidden;
  }

  &:hover:before {
    height: 104%;
  }
}

.platinum {
  background: linear-gradient(175.67deg, #d7e7f9 13.12%, #d5f4ec 96.48%);
}

.owl-carousel .owl-item {
  overflow: hidden !important;
  border-radius: 24px !important;
}

.owl-theme .owl-nav {
  display: none !important;
}

.map {
  background-size: cover;
  height: 801px;
  width: 100%;
  margin-top: 3rem;
  margin-right: -5rem;
  position: relative;
  z-index: 0;
  border-radius: 20px;
  overflow: hidden;
}

.specialize-num {
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.274);
}

.specialize-num_green {
  border: 1px solid #84c34c;
  border-radius: 20px;
  background: #cef2dc;
}

.linear-bg-2 {
  background: linear-gradient(253.41deg, #00c8dc 0%, #0abe50 100%);
}

.map::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: rgba(222, 222, 222, 0.5803921569);
}

.map .bottom-content {
  padding: 15px 31px;
  border-radius: 28px;
  height: -moz-fit-content;
  height: fit-content;
  background: white;
}

.bottom-content_2 {
  padding: 15px 31px;
  border-radius: 19px;
  background: white;
}

.cs-minp {
  padding: 28px 20px;
  font-weight: 700;
  border: 1px solid #e8e8ec;
  font-size: 14px;
  background: transparent;
  border-radius: 15px;
  color: #9091a6;

  &::-moz-placeholder {
    font-weight: bold;
    color: #a08fb0;
  }

  &::placeholder {
    font-weight: bold;
    color: #a08fb0;
  }

  resize: none !important;
}

.cs-inp,
.custome-textarea {
  padding: 28px 20px;
  font-weight: 700;
  text-transform: capitalize;
  border: 1px solid #e8e8ec;
  font-size: 14px;
  background: transparent;
  border-radius: 15px;
  color: #9091a6;

  &::-moz-placeholder {
    font-weight: bold;
    color: #a08fb0;
  }

  &::placeholder {
    font-weight: bold;
    color: #a08fb0;
  }

  resize: none !important;
}

.navbar-links li,
.footer-links li,
.main-menu-item {
  a {
    transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);

    &:hover {
      color: #04c4ab;
    }
  }
}

.learn_more {
  &:hover {
    svg {
      transform: rotate(46deg);

      path {
        fill: #0abe50;
      }
    }

    h1 {
      color: #0abe50;
    }
  }
}

.line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.navbar-links {
  li {
    a {
      &.active {
        color: #04c4ab;
        font-weight: 600 !important;
        font-size: 16px !important;
      }
    }
  }
}

.ck-editor {
  p {
    margin-top: 10px;
    color: #667278 !important;
  }

  ul,
  ol {
    list-style: decimal !important;
    margin-left: 3rem;

    li {
      color: #667278 !important;
      margin-bottom: 5px;
    }
  }
}

.icon-svg {
  &:hover {
    filter: brightness(0) saturate(100%) invert(58%) sepia(77%) saturate(1543%) hue-rotate(123deg) brightness(92%) contrast(96%);
  }
}

.vedio-modal_4 {
  border-radius: 53px;
  height: 643px;
  overflow: hidden;
}

#vd-modal_2 {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center -300px;
  background-position: center;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.gap-8rem {
  gap: 8rem;
}

.center-box {
  margin-top: -38rem !important;
}

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

.arrow {
  transition: 0.5s all linear;

  img {
    transition: 0.5s all linear;
  }
}

.accordion-item {
  padding-bottom: 3rem;
  border-bottom: 3px solid #c8ced9;
  transition: 0.2s all ease-in-out;

  &.active {
    .arrow {
      transform: rotate(0deg);
    }

    padding-top: 3rem;
    background: linear-gradient(180deg,
      rgba(233, 255, 241, 0.73) 0%,
      rgba(255, 249, 249, 0.2) 100%);
    border-top: 4px solid #0abe50 !important;
    border-bottom: unset !important;
  }
}

.accordion-wrapper {
  background: #f7f8f9;
  box-shadow: 0px 1px 2px 0px #5569871a;
}

#ask_accordion {
  .arrow {
    transition: 0.5s all linear;

    img {
      transition: 0.5s all linear;
    }
  }

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

  .accordion-item {
    padding-bottom: 0 !important;
    border-bottom: unset !important;
    transition: 0.2s all ease-in-out;

    &.active {
      .arrow {
        transform: rotate(0deg);
      }

      padding-top: 1rem;
      background: transparent !important;
      border-top: unset !important;
      border-bottom: unset !important;
    }
  }
}

.vedio-play {
  z-index: 99999;
  background: rgba(0, 0, 0, 0.4);
}

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

#vd-modal_x {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center -112px;
  background-position: center;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.calc100 {
  &>div {
    width: calc(100% / 3);
  }
}

.drag-area {
  border: 2px dashed #e8e8ec;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 200px;
}

.drag-area.active {
  border: 2px solid #fff;
}

.drag-area .icon {
  font-size: 100px;
  color: #fff;
}

.drag-area header {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}

.drag-area span {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  margin: 10px 0 15px 0;
}

.drag-area button {
  padding: 10px 25px;
  font-size: 20px;
  font-weight: 500;
  border: none;
  outline: none;
  background: #fff;
  color: #0fb8ac;
  border-radius: 5px;
  cursor: pointer;
}

.drag-area img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}

#card-number {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
}

#card-number-input {
  width: 100%;
  border: none;
  background: none;
  font-size: 20px;
}

.payment-option {
  &.active {
    border-radius: 16px !important;
    border: 2px solid #0abe50;
  }
}

input[type="radio"]:before {
  content: "";
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;
  border-radius: 50%;
}

input[type="radio"]:checked:before {
  background: #0abe50;
}

html[dir="rtl"] {
  input[type="radio"]:checked:before {
    margin-left: auto;
  }
}

input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #0abe50;
  border-radius: 50%;
  outline: none;
  transition: box-shadow 0.3s ease;
}

.fs-12 {
  font-size: 12px;
}

.mobile-video {
  display: none;
}

@media only screen and (min-width: 320px) {
  .marquee-content li {
    max-height: 30px;
  }
}

@media only screen and (min-width: 480px) {
  .marquee-content li {
    max-height: 25px;
  }
}

@media (max-width: 768px) {
  #teamSlider {
    margin-top: 0 !important;
  }

  .mobile-video {
    display: block;
  }

  .lg-video {
    display: none;
  }

  .testmonial .px-10 {
    padding: 0 !important;
  }

  #vd-modal {
    -o-object-fit: cover;
    object-fit: cover;

  }

  .circleCategories .gap-10 {
    border: 1px solid #b9b9b9;
    border-radius: 15px;
    padding: 11px;
  }

  .circleCategories .gap-20 {
    gap: 2rem;
  }

  .navbar-toggle {
    display: block !important;
    margin-inline-start: 50px;
  }

  .w-sm-90 {
    width: 90%;
  }

  #main {
    margin-top: 11rem !important;
  }

  .mt-sm-20 {
    margin-top: 20px;
  }

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

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

  .card .bg {
    border-radius: 32px;
    height: 170px;

  }

  .footer-links,
  .contactInfo {
    display: flex;
    flex-wrap: wrap;
  }

  .footer-links li,
  .contactInfo li {
    width: 50%;
  }

  .contactInfo li .gap-7 {
    display: block !important;
  }

  .contactInfo li .gap-7 .specialize-num {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.274);
    width: 40px;
    margin-bottom: 10px;
    padding: 5px;
  }

  .contactInfo li .gap-7 .specialize-num>div {
    padding: .3rem;
    border-radius: 7px;
  }

  .contactInfo li .gap-7 h4 {
    font-size: 13px;
  }

  .vedio-body {
    padding: 15px;
  }

  .vedio-modal_2 {
    height: 250px !important;
    border-radius: 20px;
  }

  .vedio-body h4 {
    font-size: 15px !important;
  }

  .gap-sm-1 {
    gap: 1rem;
  }

  .mx-sm-5 {
    margin-inline: 1.5rem;
  }
}

@media (max-width: 600px) {
  :root {
    --marquee-width: 100vw;
    --marquee-height: 16vh;
    --marquee-elements-displayed: 3;
  }

  .marquee:before,
  .marquee:after {
    width: 5rem;
  }
}

@media (max-width: 768px) {
  .marquee-content li {
    max-height: 188px !important;
    width: 189px !important;
  }

  .marquee-content li svg,
  .marquee-content li img {
    width: 59% !important;
    height: 83% !important;
  }

  .mx-sm-1rem {
    margin-inline: 1rem;
  }

  #services_section {
    background: linear-gradient(253.41deg, #00c8dc 0%, #0abe50 100%);
    animation: gradient 3s ease infinite;
    transition: all 0.4s ease;
    background-size: 150% 150%;
    color: #fff !important;
    padding: 15px 20px;
    border-radius: 15px;
  }

  #services_section h1 {
    color: #fff !important;
  }

  #services_section svg {
    filter: brightness(0) invert(1);
  }
}

@media only screen and (min-width: 768px) {
  .navbar-toggle {
    display: block !important;
  }

  .marquee-content li {
    max-height: 28px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .marquee-content li {
    max-height: 28px !important;
  }
}

@media only screen and (max-width: 1280px) {
  .navbar-links {
    display: none !important;
  }

  .hidden-logo {
    display: block !important;
  }

  .logo-img {
    display: none;
  }

  nav {
    background: #00141e;
    position: fixed;
    width: 100% !important;
    height: -moz-fit-content;
    height: fit-content;
    top: 0;
    z-index: 9000000;
  }



  .marquee-content li {
    max-height: 32px !important;
    margin-right: 56px;
  }

  .navbar-links,
  #subscribe,
  #lang {
    display: none !important;
  }
}

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

@media (min-width: 769px) and (max-width: 1280px) {
  #main {
    margin-top: 17rem !important;
  }
}

@media only screen and (min-width: 992px) {
  .marquee-content li {
    max-height: 34px !important;
  }

}

@media only screen and (min-width: 1200px) {

  .navbar-toggle,
  .icon-inner,
  #subscribe-mobile {
    display: block !important;
  }

  nav {
    background: #00141e;
    position: fixed;
    width: 100% !important;
    height: -moz-fit-content;
    height: fit-content;
    top: 0;
    z-index: 9000000;
  }

  #main {
    margin-top: 17rem !important;
  }

  .marquee-content li {
    max-height: 38px !important;
  }

  .navbar-links {
    display: none !important;
  }

  #subscribe {
    display: none !important;
  }

  #lang {
    display: none !important;
  }

  .menu-btn,
  .icon-inner {
    display: none !important;
  }

  .marquee-content li {
    max-height: 38px !important;
  }
}

@media (min-width: 1400px) {
  .navbar-links {
    display: flex !important;
  }

  nav {
    background: unset;
    position: unset;
    width: 100% !important;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .navbar-toggle {
    display: none !important;
  }

  .menu-btn {
    display: none;
  }

  .marquee-content li {
    max-height: 38px !important;
  }

  #subscribe {
    display: block !important;
  }

  #subscribe-mobile {
    display: none !important;
  }

  #lang {
    display: block !important;
  }

  #main {
    margin-top: 3.5rem !important;
  }

  .marquee-content li {
    max-height: 45px !important;
  }
}

.selection\:bg-red-500 *::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.selection\:bg-red-500 *::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

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

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

.selection\:bg-red-500::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.selection\:bg-red-500::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

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

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

.hover\:border-0:hover {
  border-width: 0px;
}

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

.hover\:text-\[\#01c6c8\]:hover {
  --tw-text-opacity: 1;
  color: rgb(1 198 200 / var(--tw-text-opacity));
}

.hover\:text-\[\#06c390\]:hover {
  --tw-text-opacity: 1;
  color: rgb(6 195 144 / var(--tw-text-opacity));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

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

.hover\:opacity-40:hover {
  opacity: 0.4;
}

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

.focus\:outline:focus {
  outline-style: solid;
}

.focus\:outline-2:focus {
  outline-width: 2px;
}

.focus\:outline-red-500:focus {
  outline-color: #ef4444;
}

.group:hover .group-hover\:stroke-gray-600 {
  stroke: #4b5563;
}

@media (prefers-reduced-motion: no-preference) {
  .motion-safe\:hover\:scale-\[1\.01\]:hover {
    --tw-scale-x: 1.01;
    --tw-scale-y: 1.01;
    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: 640px) {
  .sm\:fixed {
    position: fixed;
  }

  .sm\:\!left-\[50\%\] {
    left: 50% !important;
  }

  .sm\:\!right-\[5\%\] {
    right: 5% !important;
  }

  .sm\:right-0 {
    right: 0px;
  }

  .sm\:top-0 {
    top: 0px;
  }

  .sm\:top-\[5\%\] {
    top: 5%;
  }

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

  .sm\:col-span-10 {
    grid-column: span 10 / span 10;
  }

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

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

  .sm\:\!m-auto {
    margin: auto !important;
  }

  .sm\:m-auto {
    margin: auto;
  }

  .sm\:\!mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .sm\:\!mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

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

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

  .sm\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

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

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

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

  .sm\:ml-0 {
    margin-left: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

  .sm\:w-\[43\.333333\%\] {
    width: 43.333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }

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

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

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

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

  .sm\:gap-0 {
    gap: 0px;
  }

  .sm\:gap-\[17px\] {
    gap: 17px;
  }

  .sm\:gap-\[3rem\] {
    gap: 3rem;
  }

  .sm\:\!overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .sm\:rounded-\[0\] {
    border-radius: 0;
  }

  .sm\:rounded-t-\[20px\] {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

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

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

  .sm\:\!p-\[0\.5rem\] {
    padding: 0.5rem !important;
  }

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

  .sm\:p-\[5rem\] {
    padding: 5rem;
  }

  .sm\:\!px-\[15px\] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .sm\:pt-\[0\] {
    padding-top: 0;
  }

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

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

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

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

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .md\:\!left-\[50\%\] {
    left: 50% !important;
  }

  .md\:top-\[3\.25rem\] {
    top: 3.25rem;
  }

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

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

  .md\:\!m-auto {
    margin: auto !important;
  }

  .md\:m-0 {
    margin: 0px;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:\!mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .md\:\!mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

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

  .md\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .md\:\!mt-48 {
    margin-top: 12rem !important;
  }

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

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

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

  .md\:ms-\[5\.75rem\] {
    margin-inline-start: 5.75rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

  .md\:h-auto {
    height: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:\!grow {
    flex-grow: 1 !important;
  }

  .md\:transform-none {
    transform: none;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:\!gap-\[20rem\] {
    gap: 20rem !important;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

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

  .md\:gap-\[17px\] {
    gap: 17px;
  }

  .md\:gap-\[5rem\] {
    gap: 5rem;
  }

  .md\:\!overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .md\:rounded-\[0\] {
    border-radius: 0;
  }

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

  .md\:rounded-e-\[20px\] {
    border-start-end-radius: 20px;
    border-end-end-radius: 20px;
  }

  .md\:rounded-s-\[20px\] {
    border-start-start-radius: 20px;
    border-end-start-radius: 20px;
  }

  .md\:rounded-br-\[0\] {
    border-bottom-right-radius: 0;
  }

  .md\:\!p-\[1em\] {
    padding: 1em !important;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-\[5rem\] {
    padding: 5rem;
  }

  .md\:\!px-\[15px\] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

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

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

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

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

  .md\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

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

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

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

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

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

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

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

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

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

  .md\:pt-\[0\] {
    padding-top: 0;
  }

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

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

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

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

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:\!left-\[50\%\] {
    left: 50% !important;
  }

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

  .lg\:col-span-11 {
    grid-column: span 11 / span 11;
  }

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

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:m-0 {
    margin: 0px;
  }

  .lg\:\!mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .lg\:\!mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

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

  .lg\:-me-\[35rem\] {
    margin-inline-end: -35rem;
  }

  .lg\:-me-\[82rem\] {
    margin-inline-end: -82rem;
  }

  .lg\:-ms-\[36rem\] {
    margin-inline-start: -36rem;
  }

  .lg\:-ms-\[38rem\] {
    margin-inline-start: -38rem;
  }

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

  .lg\:mb-\[0\] {
    margin-bottom: 0;
  }

  .lg\:ms-\[5rem\] {
    margin-inline-start: 5rem;
  }

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:\!grid {
    display: grid !important;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:\!w-\[49\%\] {
    width: 49% !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:max-w-\[500px\] {
    max-width: 500px;
  }

  .lg\:max-w-\[600px\] {
    max-width: 600px;
  }

  .lg\:max-w-\[900px\] {
    max-width: 900px;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:\!grow-0 {
    flex-grow: 0 !important;
  }

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

  .lg\:grow-\[0\.8\] {
    flex-grow: 0.8;
  }

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

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

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

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

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

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

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

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

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

  .lg\:gap-5 {
    gap: 1.25rem;
  }

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

  .lg\:gap-\[20rem\] {
    gap: 20rem;
  }

  .lg\:gap-\[239px\] {
    gap: 239px;
  }

  .lg\:\!overflow-y-hidden {
    overflow-y: hidden !important;
  }

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

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

  .lg\:rounded-e-\[20px\] {
    border-start-end-radius: 20px;
    border-end-end-radius: 20px;
  }

  .lg\:rounded-s-\[20px\] {
    border-start-start-radius: 20px;
    border-end-start-radius: 20px;
  }

  .lg\:rounded-br-\[0\] {
    border-bottom-right-radius: 0;
  }

  .lg\:\!p-\[1em\] {
    padding: 1em !important;
  }

  .lg\:p-14 {
    padding: 3.5rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:\!px-\[5rem\] {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

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

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

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

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

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

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

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

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

  .lg\:pt-\[0\] {
    padding-top: 0;
  }

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

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ltr\:right-3:where([dir="ltr"], [dir="ltr"] *) {
  right: 0.75rem;
}

.rtl\:\!left-3:where([dir="rtl"], [dir="rtl"] *) {
  left: 0.75rem !important;
}

.rtl\:\!left-\[5\%\]:where([dir="rtl"], [dir="rtl"] *) {
  left: 5% !important;
}

.rtl\:\!right-\[unset\]:where([dir="rtl"], [dir="rtl"] *) {
  right: unset !important;
}

.rtl\:left-0:where([dir="rtl"], [dir="rtl"] *) {
  left: 0px;
}

.rtl\:left-\[1\%\]:where([dir="rtl"], [dir="rtl"] *) {
  left: 1%;
}

.rtl\:right-\[unset\]:where([dir="rtl"], [dir="rtl"] *) {
  right: unset;
}

.rtl\:rotate-180:where([dir="rtl"], [dir="rtl"] *) {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rtl\:items-center:where([dir="rtl"], [dir="rtl"] *) {
  align-items: center;
}

.rtl\:\!text-center:where([dir="rtl"], [dir="rtl"] *) {
  text-align: center !important;
}

.rtl\:text-center:where([dir="rtl"], [dir="rtl"] *) {
  text-align: center;
}

.rtl\:text-right:where([dir="rtl"], [dir="rtl"] *) {
  text-align: right;
}

@media (min-width: 640px) {
  .rtl\:sm\:items-center:where([dir="rtl"], [dir="rtl"] *) {
    align-items: center;
  }

  .rtl\:sm\:\!text-center:where([dir="rtl"], [dir="rtl"] *) {
    text-align: center !important;
  }

  .rtl\:sm\:text-center:where([dir="rtl"], [dir="rtl"] *) {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .rtl\:md\:items-center:where([dir="rtl"], [dir="rtl"] *) {
    align-items: center;
  }

  .rtl\:md\:\!text-center:where([dir="rtl"], [dir="rtl"] *) {
    text-align: center !important;
  }

  .rtl\:md\:text-center:where([dir="rtl"], [dir="rtl"] *) {
    text-align: center;
  }

  .md\:rtl\:text-right:where([dir="rtl"], [dir="rtl"] *) {
    text-align: right;
  }
}

@media (min-width: 1024px) {
  .rtl\:lg\:max-w-\[600px\]:where([dir="rtl"], [dir="rtl"] *) {
    max-width: 600px;
  }

  .rtl\:lg\:max-w-\[800px\]:where([dir="rtl"], [dir="rtl"] *) {
    max-width: 800px;
  }

  .rtl\:lg\:items-start:where([dir="rtl"], [dir="rtl"] *) {
    align-items: flex-start;
  }

  .rtl\:lg\:p-0:where([dir="rtl"], [dir="rtl"] *) {
    padding: 0px;
  }

  .rtl\:lg\:text-left:where([dir="rtl"], [dir="rtl"] *) {
    text-align: left;
  }

  .rtl\:lg\:\!text-right:where([dir="rtl"], [dir="rtl"] *) {
    text-align: right !important;
  }

  .rtl\:lg\:text-right:where([dir="rtl"], [dir="rtl"] *) {
    text-align: right;
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:bg-\[\#777777\] {
    --tw-bg-opacity: 1;
    background-color: rgb(119 119 119 / var(--tw-bg-opacity));
  }

  .dark\:bg-gray-800\/50 {
    background-color: rgb(31 41 55 / 0.5);
  }

  .dark\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }

  .dark\:bg-red-800\/20 {
    background-color: rgb(153 27 27 / 0.2);
  }

  .dark\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .dark\:stroke-gray-600 {
    stroke: #4b5563;
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }

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

  .dark\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .dark\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .dark\:ring-inset {
    --tw-ring-inset: inset;
  }

  .dark\:ring-white\/5 {
    --tw-ring-color: rgb(255 255 255 / 0.05);
  }

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

  .group:hover .dark\:group-hover\:stroke-gray-400 {
    stroke: #9ca3af;
  }
}

/*# sourceMappingURL=main.css.map */

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44* 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #08c16d !important;
  background: #fff;
  padding: 21px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px #e6e6e6;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px !important;
}

.swiper-pagination-bullet-active {
  background-color: #00c8dc !important;
}

.ourServices:nth-child(2) .bg-fish-blue {
  background-color: #C8E4B3;
}

.ourServices:nth-child(3) .bg-fish-blue {
  background-color: #AFE7FF;
}

.ourServices:nth-child(4) .bg-fish-blue {
  background-color: #B2FFFF;
}

.sticky-navbar .btn-primary {
  background: white !important;
  color: #08c16d !important;
}

.sticky-navbar .linear-border .content {
  background: linear-gradient(253.41deg, #00c8dc 0%, #0abe50 100%);
  animation: gradient 3s ease infinite;
  transition: all 0.4s ease;
  background-size: 150% 150%;
  color: #fff !important;
}

@media (max-width: 990px) {
  #testmonialSlider {
    margin-top: 10px;
  }

  #testmonialSlider .swiper-pagination,
  .stories .swiper-pagination {
    display: none;
  }

  #teamSlider .vedio-modal_2 {
    height: 400px !important;
    border-radius: 20px;
  }

  .swiper.services {
    margin-top: 0;
  }

  .faqs {
    padding-top: 1rem;
  }
}

.mob-social {
  display: none;
}

@media (max-width: 769px) {
  .footerIcon {
    display: none;
  }

  .contactInfo h4 {
    background: linear-gradient(253.41deg, #00c8dc 0%, #0abe50 100%);
    -webkit-background-clip: text, padding-box;
    background-clip: text, padding-box;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 14px;
    padding-bottom: 4px;
  }

  .contactInfo span,
  .contactInfo span a {
    font-size: 13px;
    font-weight: 500;
  }

  .blockTitle,
  footer .description {
    display: none;
  }

  .footer-links li {
    width: auto !important;
    margin: 0 !important;
  }

  .footer-links li a {
    font-weight: 100;
    opacity: .5;
  }

  footer {
    padding-top: 0 !important;
  }

  .footer-links {
    justify-content: space-between;
    margin: 0 !important;
  }

  .order-sm-1 {
    order: 1;
  }

  .copyright {
    margin-top: 5px;
  }

  .copyright h5 {
    font-size: 14px;
    font-weight: 100;
    opacity: .5;
  }

  .copyright h1 {
    font-size: 13px;
    font-weight: 100;
    
  }

  .contactInfo li div.mt-10 {
    margin-top: 0 !important;
    margin-bottom: 10px;
  }

  .mob-social ul {
    justify-content: center;
    margin-block: 10px;
  }

  .mob-social ul li i {
    font-size: 16px;
  }

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

  .mob-social {
    display: block;
    order: 1;
  }

  .staticPages {
    order: 1;
  }
}