@import url("../fonts/Cairo/stylesheet.css");
@import url("../fonts/Outfit/stylesheet.css");

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

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

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

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

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

html,
:host {
    line-height: 1.5;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -moz-tab-size: 4;
    /* 3 */
    -o-tab-size: 4;
    tab-size: 4;
    /* 3 */
    font-family: Roboto, sans-serif;
    /* 4 */
    font-feature-settings: normal;
    /* 5 */
    font-variation-settings: normal;
    /* 6 */
    -webkit-tap-highlight-color: transparent;
    /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
    font-weight: bolder;
}

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

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

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

small {
    font-size: 80%;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

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

button,
select {
    text-transform: none;
}

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

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

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

:-moz-focusring {
    outline: auto;
}

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

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

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

progress {
    vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
    display: list-item;
}

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

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

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
    padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
    cursor: default;
}

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

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

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

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

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

[hidden] {
    display: none;
}

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

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

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

.\!invisible {
    visibility: hidden !important;
}

.collapse {
    visibility: collapse;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.sticky {
    position: sticky;
}

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

.bottom-0 {
    bottom: 0px;
}

.bottom-\[20\%\] {
    bottom: 20%;
}

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

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

.left-0 {
    left: 0px;
}

.right-0 {
    right: 0px;
}

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

.right-\[9\.5\%\] {
    right: 9.5%;
}

.top-0 {
    top: 0px;
}

.top-2 {
    top: 0.5rem;
}

.top-24 {
    top: 6rem;
}

.top-3 {
    top: 0.75rem;
}

.bottom-\[30px\] {
    bottom: 30px;
}

.right-\[3\] {
    right: 3;
}

.right-\[30\] {
    right: 30;
}

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

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

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

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

.\!order-1 {
    order: 1 !important;
}
.\!order-2 {
    order: 2 !important;
}
.col-span-1 {
    grid-column: span 1 / span 1;
}

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

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

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

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

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

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

.m-0 {
    margin: 0px;
}

.m-auto {
    margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
.my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
}
.my-\[9px\] {
    margin-top: 9px;
    margin-bottom: 9px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
    display: block;
}

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

.flex {
    display: flex;
}

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

.table {
    display: table;
}

.grid {
    display: grid;
}

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

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

.hidden {
    display: none;
}

.size-16 {
    width: 4rem;
    height: 4rem;
}

.size-36 {
    width: 9rem;
    height: 9rem;
}

.size-\[8rem\] {
    width: 8rem;
    height: 8rem;
}

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

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

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

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

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

.\!h-\[59px\] {
    height: 59px !important;
}
.\h-\[1px\] {
    height: 1px;
}
.\!h-fit {
    height: -moz-fit-content !important;
    height: fit-content !important;
}

.h-0 {
    height: 0px;
}
.h-14 {
    height: 3.5rem;
}

.h-16 {
    height: 4rem;
}

.h-32 {
    height: 8rem;
}

.h-4 {
    height: 1rem;
}

.h-5 {
    height: 1.25rem;
}

.h-8 {
    height: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-full {
    height: 100%;
}

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

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

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

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

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

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

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

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

.w-14 {
    width: 3.5rem;
}

.w-20 {
    width: 5rem;
}

.w-32 {
    width: 8rem;
}

.w-4 {
    width: 1rem;
}

.w-5 {
    width: 1.25rem;
}

.w-8 {
    width: 2rem;
}

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

.w-\[10em\] {
    width: 10em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
    width: auto;
}

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

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

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

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

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

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

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

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

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

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

.grow {
    flex-grow: 1;
}

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

.border-collapse {
    border-collapse: collapse;
}

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

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

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

@keyframes pulse {
    50% {
        opacity: 0.5;
    }
}

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

.cursor-default {
    cursor: default;
}

.cursor-pointer {
    cursor: pointer;
}

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

.resize-none {
    resize: none;
}

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

.list-disc {
    list-style-type: disc;
}
.list-disc * {
    line-height: 1.5;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, 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));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!gap-5 {
    gap: 1.25rem !important;
}
.gap-6 {
    gap: 1.5rem;
}
.\!gap-\[10px\] {
    gap: 10px !important;
}
.\gap-\[5px\] {
    gap: 5px;
}
.gap-1 {
    gap: 0.25rem;
}
.gap-7 {
    gap: 1.75rem;
}
.gap-10 {
    gap: 2.5rem;
}

.gap-14 {
    gap: 3.5rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-24 {
    gap: 6rem;
}

.gap-3 {
    gap: 0.75rem !important;
}

.gap-32 {
    gap: 8rem;
}

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

.gap-5 {
    gap: 1.25rem;
}

.gap-7 {
    gap: 1.75rem;
}

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

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

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

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

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

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

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

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

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

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

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

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

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

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

.rounded {
    border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
    border-width: 1px;
}

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

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

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

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

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

.\!border-\[\#1A223E\] {
    --tw-border-opacity: 1 !important;
    border-color: rgb(26 34 62 / var(--tw-border-opacity)) !important;
}

.\!border-\[\#1a223e\] {
    --tw-border-opacity: 1 !important;
    border-color: rgb(26 34 62 / var(--tw-border-opacity)) !important;
}

.\!border-\[\#8c919f\] {
    --tw-border-opacity: 1 !important;
    border-color: rgb(140 145 159 / var(--tw-border-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-opacity-35 {
    --tw-border-opacity: 0.35;
}

.\!bg-\[\#1A223E\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(26 34 62 / var(--tw-bg-opacity)) !important;
}

.\!bg-\[\#1a223e\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(26 34 62 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#1A223E\] {
    --tw-bg-opacity: 1;
    background-color: rgb(26 34 62 / var(--tw-bg-opacity));
}

.bg-\[\#1a223e\] {
    --tw-bg-opacity: 1;
    background-color: rgb(26 34 62 / var(--tw-bg-opacity));
}

.bg-\[\#202A4C\] {
    --tw-bg-opacity: 1;
    background-color: rgb(32 42 76 / var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

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

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

.bg-\[\#E72778\] {
    --tw-bg-opacity: 1;
    background-color: rgb(231 39 120 / var(--tw-bg-opacity));
}

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

.bg-\[\#bf3b7c\] {
    --tw-bg-opacity: 1;
    background-color: rgb(191 59 124 / var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
    padding: 0px;
}

.p-10 {
    padding: 2.5rem;
}

.p-2 {
    padding: 0.5rem;
}

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

.p-3 {
    padding: 0.75rem;
}

.p-4 {
    padding: 1rem;
}

.p-5 {
    padding: 1.25rem;
}

.p-6 {
    padding: 1.5rem;
}

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

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

.\!px-\[19px\] {
    padding-left: 19px !important;
    padding-right: 19px !important;
}

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

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

.\!py-\[11px\] {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
}

.\!py-\[19px\] {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-4 {
    padding-bottom: 1rem;
}
.pb-5 {
    padding-bottom: 1.25rem;
}
.pb-6 {
    padding-bottom: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-sans {
    font-family: Roboto, sans-serif;
}
.\text-\[12px\] {
    font-size: 12px !important;
}
.\!text-\[14px\] {
    font-size: 14px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-\[100\] {
    font-weight: 100;
}

.font-black {
    font-weight: 900;
}

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

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

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

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

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

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

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

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.italic {
    font-style: italic;
}

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

.leading-7 {
    line-height: 1.75rem;
}
.leading-tight {
    line-height: 1.2;
}
.leading-relaxed {
    line-height: 1.5;
}
.tracking-wider {
    letter-spacing: 0.05em;
}

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

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

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

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

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

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

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

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

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

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

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

.text-\[\#53596e\] {
    --tw-text-opacity: 1;
    color: rgb(83 89 110 / var(--tw-text-opacity));
}

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

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

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

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

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

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

.text-\[\#8c919f\] {
    --tw-text-opacity: 1;
    color: rgb(140 145 159 / var(--tw-text-opacity));
}

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

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

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

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

.text-\[\#E72778\] {
    --tw-text-opacity: 1;
    color: rgb(231 39 120 / var(--tw-text-opacity));
}

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

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

.text-\[\#bf3b7c\] {
    --tw-text-opacity: 1;
    color: rgb(191 59 124 / var(--tw-text-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-opacity-60 {
    --tw-text-opacity: 0.6;
}

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

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

.opacity-70 {
    opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
    --primary-color: #1a223e;
    --secondary-color: #fff;
    --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);
    -webkit-font-smoothing: antialiased;
}

.linear-purple {
    background: linear-gradient(
        91deg,
        #623e97 1.92%,
        #8b3b95 50.38%,
        #c964a5 98.85%
    );
}
.blockquote,
p,
h1,
h2,
h3 h4,
h5,
h6 {
    word-break: break-word !important;
}

.fm-ibm {
    font-family: "Cairo", sans-serif;
}

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

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

h5 {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
    line-height: 1.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.container {
    margin: 0 auto;
}

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

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

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

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

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

.lines-box_reverse {
    background: #e72778;
    overflow: hidden;
    box-shadow: 5px 10px 50px 0px rgba(17, 17, 43, 0.05);
}

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

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

.lines-box:hover {
    background: #e72778 !important;
    overflow: hidden;
    box-shadow: 5px 10px 50px 0px rgba(17, 17, 43, 0.05);
}

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

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

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

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

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

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

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

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

.border-btn {
    --c: var(--secondary-color);
    padding: 14px 15px;
    color: var(--primary-color);
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 10px;
    border: 1px solid #fff;
    font-size: 13px;
    color: var(--c);
    font-weight: bold;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
}
.secondary-btn {
    --c: var(--secondary-color);
    padding: 16px 20px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 105px;
    background: #e42675;
    color: var(--c);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

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

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

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

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

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

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

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

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

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

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

svg use {
    fill: red;
}

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

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

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

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

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

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

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

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

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

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

.ignore-bg {
    background: white !important;
}

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

.overlay {
    position: relative;
}

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

.overlay::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(231, 39, 120, 0.5);
    border-radius: 25px;
}

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

.projects {
    overflow: hidden;
    position: relative;
    transition: background-color 0.4s ease-in-out;
}

.projects::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(124.31deg, #421f61 3.42%, #8740c7 109.59%);
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    z-index: 0;
}

.projects > * {
    position: relative;
    z-index: 1;
}

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

.df-btn:hover {
    border-width: 2px;
}

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

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

.df-btn.effect-2::after {
    background: #111 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.marquee:before {
    left: 0;
}

.marquee:after {
    right: 0;
}

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

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

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

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

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

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

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

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

.bg-sky {
    background: #fff;
    box-shadow: 5px 10px 50px 0px rgba(17, 17, 43, 0.05);
    transition: all 0.3s ease;
}

.bg-sky:hover {
    background: #e72778;
    box-shadow: #f6e7f8 0 48px 100px 0;
}

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

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

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

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

.custome-input,
.custome-textarea {
    border-radius: 15px;
    background: #1a223e;
    color: #d6d6d6 !important;
    resize: none;
}

.custome-input::-moz-placeholder,
.custome-textarea::-moz-placeholder {
    color: #d6d6d6 !important;
}

.custome-input::-moz-placeholder,
.custome-textarea::-moz-placeholder {
    color: #d6d6d6 !important;
}

.custome-input::placeholder,
.custome-textarea::placeholder {
    color: #d6d6d6 !important;
}

.dark_company-profile {
    background: url(../imgs/codebox/company_profile.jpg);
    background-size: cover;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    .play {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
        color: #fff;
        transition: all 0.3s ease;
        cursor: pointer;
        z-index: 99999;
    }
}

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

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

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

.hero-section {
    width: 100%;
}

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

.submenu-item a {
    color: grey;
}

.submenu li {
    margin: 20px 0;
}

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

.submenu {
    display: none;
}

.icon-inner {
    color: #eac7ed;
}

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

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

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

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

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

.top-80 {
    top: 80px;
}

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

html[dir="rtl"] {
    .rtl-grid {
        direction: rtl !important;
    }
}

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

.popupmain {
    position: relative;
}

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

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

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

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

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

.close:hover {
    opacity: 1;
}

._search-input {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    color: #1a223e !important;
    width: 100%;
    font-size: 20px;
}

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

.search_icon {
    position: absolute;
    right: 15px;
    top: 5%;
    transform: translateY(-70%);
    font-size: 24px;
    color: #1a223e;
}

._search-input::after {
    content: "";
    position: absolute;
    bottom: -83%;
    left: 0px;
    width: 100%;
    height: 3px;
    background-color: #8c909e;
    transform: translateY(-50%);
}

._search-input input {
    outline: none;
    border: none;
}

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

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

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

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

.popupbtn:focus {
    outline: none;
}

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

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

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

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

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

#label {
    background: #fff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-input {
    font-family: "Cairo", sans-serif;
    margin-top: 10px;
    background: #212a4c;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    outline: none;
    border: none;
}

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

textarea {
    resize: none;
}

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

.bg-xm {
    background: linear-gradient(
        180deg,
        rgba(231, 39, 120, 0.22) 0%,
        rgba(222, 168, 228, 0.07) 100%
    );
}

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

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

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

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

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

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

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

.list-item::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #e72778;
    transition: 0.5s all;
    z-index: 0;
    border-radius: 10px;
    opacity: 0;
}

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

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

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

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

.post_wrapper {
    width: 100%;
}

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

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

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

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

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

.page-num:hover {
    background: #421f61;
    color: #fff;
}

.page-num.active {
    padding: 8px 20px;
    background: #421f61;
    color: #fff;
}

._day {
    font-family: Poppins;
    font-size: 393px;
    line-height: normal;
    -webkit-text-stroke: 3px #000;
    color: transparent;
    -webkit-text-stroke-width: 4;
    -webkit-text-stroke-color: #a375b3;
    line-height: 0.7;
    font-weight: 700;
}

._day-text {
    font-family: Poppins;
    font-size: 73px;
    line-height: normal;
    -webkit-text-stroke: 3px #000;
    color: transparent;
    -webkit-text-stroke-width: 4;
    -webkit-text-stroke-color: #a375b3;
    line-height: 0.7;
    font-weight: 700;
}

.c-rounded.left {
    border-radius: 20px 0 0 20px;
}

.c-rounded.right {
    border-radius: 0 20px 20px 0;
}

iframe {
    width: 100% !important;
}

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

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

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

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

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

    src: url(../fonts/Phonk/Phonk_Regular_DEMO.otf);

    src: url(../fonts/Phonk/Phonk_Regular_DEMO.otf) format("embedded-opentype"),
        url(../fonts/Phonk/Phonk_Regular_DEMO.otf) format("woff2"),
        url(../fonts/Phonk/Phonk_Regular_DEMO.otf) format("woff"),
        url(../fonts/Phonk/Phonk_Regular_DEMO.otf) format("truetype"),
        url(../fonts/Phonk/Phonk_Regular_DEMO.otf) format("svg");

    font-weight: 300;

    font-style: normal;

    font-display: swap;
}

.project_image {
    height: 586px;
    border-radius: 25px;
    overflow: hidden;
}

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

.wrapper-animation {
    width: -moz-fit-content !important;
    width: fit-content !important;
    height: 314px !important;
}

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

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

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

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

    .icon-inner,
    .owl-stage-outer::after {
        display: none !important;
    }

    ._prev,
    ._next {
        width: 22px;
    }
    .innovation-meets-precision,
    .meets-precision-subtitle {
        font-size: 40px !important;
    }

    .meets-precision-subtitle {
        font-size: 20px !important;
    }

    .steps_wrapper,
    .steps_wrapper_forword {
        flex-direction: row !important;
    }

    .steps_wrapper::after {
        content: "";
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        transform: translate(-50%, -50%) !important;
        width: 69% !important;
        left: 15% !important;
        background: #421f61 !important;
        top: 50% !important;
        z-index: 999 !important;
        transform: rotate(90deg) !important;
    }
    .wrapper-animation {
        width: -moz-fit-content !important;
        width: fit-content !important;
        height: 284px !important;
    }
}
.other-child {
    height: -moz-fit-content;
    height: fit-content;
}

.wrapper-animation {
    width: -moz-fit-content !important;
    width: fit-content !important;
    height: 314px !important;
}

@media (max-width: 768px) {
    .lang-button {
        display: none !important;
    }
    .steps_wrapper {
        flex-direction: row;
    }
    html[dir="rtl"] .innovation-meets-precision {
        font-size: 29px !important;
        margin-bottom: 5px;
    }
    html[dir="rtl"] .meets-precision-subtitle {
        font-size: 20px !important;
        margin: 0 2rem !important;
    }
    h1 {
        font-size: 20px;
    }
    .icon-inner {
        display: none;
    }

    .owl-stage-outer::after {
        display: none !important;
    }

    .marquee-content li {
        max-height: 48px;
    }
    .marquee-content li svg,
    .marquee-content li img {
        width: 59%;
        height: 83%;
    }

    .innovation-meets-precision {
        font-size: 38px !important;
        word-break: break-word !important;
    }

    .meets-precision-subtitle {
        font-size: 21px !important;
        margin: 0 4rem;
        word-break: break-word !important;
    }

    .steps_wrapper,
    .steps_wrapper_forword {
        flex-direction: column !important;
    }

    .steps_wrapper::after {
        content: "";
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        transform: translate(-50%, -50%) !important;
        width: 58% !important;
        left: 21% !important;
        background: #421f61 !important;
        top: 50% !important;
        z-index: 999 !important;
        transform: rotate(90deg) !important;
    }

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

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

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

.project_image {
    height: 586px;
    border-radius: 25px;
    overflow: hidden;
}

.taps-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: none !important;
}

.tab-content {
    display: none;
    line-height: 1.4;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.tab-content.current {
    display: inherit;
    opacity: 1;
}

.subscribe_cards {
    position: relative;
}

.subscribe_cards::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: 1px;
    opacity: 0.25;
    background: #fff;
    transform: translate(-50%, -50%);
    content: none;
}
.svg-services-icon {
    display: block;
}

.svg-ic-services {
    display: none;
}

.services-box {
    background: #202a4c !important;
    transition: all 0.2s ease;
}

.services-box:hover {
    background: #e72778 !important;
    box-shadow: #e72778 2px -2px 14px;
}

.services-box:hover .icon .svg-services-icon {
    display: none;
}

.services-box:hover .icon .svg-ic-services {
    display: block;
}

.services-box:hover .hidden-bg {
    background: #fff;
    padding: 10px;
    border-radius: 50%;
}

.services-box:hover .hidden-bg svg {
    width: 20px !important;
    height: 20px !important;
}

.services-box:hover .hidden-bg svg g path {
    width: 15px;
    height: 15px;
    fill: #dea8e4;
}

.services-box .hidden-bg {
    padding: 10px;
    border-radius: 50%;
}

.services-box .hidden-bg svg {
    width: 30px !important;
    height: 30px !important;
}

.services-box .hidden-bg svg g path {
    width: 15px;
    height: 15px;
}

.service_image {
    height: 544px;
    border-radius: 25px;
    overflow: hidden;
}

.search-input {
    font-size: 18px;
    color: #a08fb0;
    &::-moz-placeholder {
        color: #a08fb0;
    }
    &::placeholder {
        color: #a08fb0;
    }
    .lines {
        position: absolute !important;
        width: 149% !important;
        height: 100% !important;
        border: 0 !important;
        left: -8px !important;
        transform: rotate(348deg) !important;
        bottom: -52% !important;
    }
    .input-email::-moz-placeholder {
        color: #212121;
    }
    .input-email::placeholder {
        color: #212121;
    }
    .home-bg {
        position: absolute;
        z-index: 999999;
        left: 115px;
        height: 605px;
        top: 44px;
        width: 100%;
        -o-object-fit: fill;
        object-fit: cover;
        overflow: hidden;
    }
    .laptop {
        background: url("../imgs/laptopbody.png");
        background-size: contain;
        height: 808px;
        width: 662px;
        background-position: center;
        background-repeat: no-repeat;
        margin-left: auto;
    }
}

.after\:\!bg-\[\#6c757d\]::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1 !important;
    background-color: rgb(108 117 125 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-\[\#1A223E\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(26 34 62 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#1a223e\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(26 34 62 / var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

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

.hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
        0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
        0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-gray-900\/20:hover {
    --tw-shadow-color: rgb(33 33 33 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}

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

.focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(100 181 246 / var(--tw-border-opacity));
}

.focus\:opacity-\[0\.85\]:focus {
    opacity: 0.85;
}

.focus\:shadow-none:focus {
    --tw-shadow: 0 0 rgb(0, 0 / 0, 0);
    --tw-shadow-colored: 0 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}

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

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

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

.active\:opacity-\[0\.85\]:active {
    opacity: 0.85;
}

.active\:shadow-none:active {
    --tw-shadow: 0 0 rgb(0, 0 / 0, 0);
    --tw-shadow-colored: 0 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.disabled\:opacity-50:disabled {
    opacity: 0.5;
}

.disabled\:shadow-none:disabled {
    --tw-shadow: 0 0 rgb(0, 0 / 0, 0);
    --tw-shadow-colored: 0 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
    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));
}
.section-title {
    font-size: 29px;
    font-weight: 700;
}
.section-subtitle {
    font-size: 14px;
    font-weight: 400;
}
@media (min-width: 320px) {
    .innovation-meets-precision {
        font-size: 40px !important;
    }
    .meets-precision-subtitle {
        font-size: 20px !important;
    }
    .innovation-meets-precision span {
        font-size: 36px !important;
    }

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

    .owl-dots,
    .owl-nav {
        display: none;
    }

    .marquee-content li {
        max-height: 40px;
    }

    .sm-order-1 {
        order: -1 !important;
    }
    .steps_wrapper,
    .steps_wrapper_forword {
        flex-direction: column !important;
    }

    ._prev,
    ._next {
        width: 22px;
    }

    .navbar-links,
    .border-btn,
    .right-side-desk {
        display: none;
    }
    .marquee-content li {
        max-height: 20px;
    }
    .wrapper-animation {
        height: 125px !important;
    }
}
@media (min-width: 480px) {
    .container {
        max-width: 480px;
    }
    .navbar-links,
    .border-btn,
    .right-side-desk {
        display: none !important;
    }

    .meets-precision-subtitle {
        font-size: 55px !important;
    }
    .innovation-meets-precision {
        font-size: 61px !important;
    }

    .innovation-meets-precision span {
        font-size: 36px !important;
    }

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

    .steps_wrapper,
    .steps_wrapper_forword {
        flex-direction: column;
    }

    .owl-stage-outer::after {
        display: none !important;
    }

    .marquee-content li {
        max-height: 20px;
    }

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

    ._prev,
    ._next {
        width: 22px;
    }
}
@media (min-width: 540px) {
    .sm\:\!invisible {
        visibility: hidden !important;
    }

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

    .sm\:right-\[8\%\] {
        right: 8%;
    }

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

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

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

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

    .sm\:mb-28 {
        margin-bottom: 7rem;
    }

    .sm\:mb-6 {
        margin-bottom: 1.5rem;
    }
    .sm\:mt-6 {
        margin-top: 1.5rem;
    }
    .sm\:mt-\[4rem\] {
        margin-top: 4rem;
    }
    .sm\:mt-20 {
        margin-top: 5rem;
    }
    .sm\:my-14 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }
    .sm\:flex {
        display: flex;
    }

    .sm\:hidden {
        display: none;
    }
    .sm\:h-\[80px\] {
        height: 80px;
    }
    .sm\:\!h-\[89vh\] {
        height: 89vh !important;
    }

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

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

    .sm\:h-full {
        height: 100%;
    }
    .sm\:w-\[80px\] {
        width: 80px;
    }
    .sm\:w-\[12em\] {
        width: 12em;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .sm\:\!gap-8 {
        gap: 2rem !important;
    }
    .sm\:gap-5 {
        gap: 1.25rem !important;
    }
    .sm\:gap-7 {
        gap: 1.75rem !important;
    }
    .sm\:gap-14 {
        gap: 3.5rem;
    }
    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .sm\:px-8 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .sm\:px-\[10\%\] {
        padding-left: 10%;
        padding-right: 10%;
    }
    .sm\:py-7 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }
    .sm\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

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

    .sm\:text-left {
        text-align: left;
    }
    .sm\:text-\[14px\] {
        font-size: 14px;
    }
    .sm\:text-\[16px\] {
        font-size: 16px;
    }
    .sm\:text-\[15px\] {
        font-size: 15px;
    }
    .sm\:text-\[18px\] {
        font-size: 18px;
    }

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

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

    .sm\:text-\[66px\] {
        font-size: 66px;
    }
    .sm\:text-\[100px\] {
        font-size: 100px;
    }
}
@media (min-width: 640px) {
    .secondary-btn {
        width: 250px;
    }
    .container {
        max-width: 640px;
    }
    .section-title {
        font-size: 42px;
    }
    .section-subtitle {
        font-size: 20px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
    .md\:\!invisible {
        visibility: hidden !important;
    }

    .md\:inset-0 {
        inset: 0px;
    }

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

    .md\:right-\[4\%\] {
        right: 4%;
    }

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

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

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

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

    .md\:col-span-8 {
        grid-column: span 8 / span 8;
    }

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

    .md\:m-0 {
        margin: 0px;
    }

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

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

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

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

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

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

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

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

    .md\:mt-\[11rem\] {
        margin-top: 11rem;
    }
    .md\:flex {
        display: flex;
    }
    .md\:block {
        display: block;
    }

    .md\:hidden {
        display: none;
    }

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

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

    .md\:h-\[110vh\] {
        height: 110vh;
    }

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

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

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

    .md\:h-\[38px\] {
        height: 38px;
    }
    .md\:h-\[325px\] {
        height: 325px;
    }
    .md\:h-\[500px\] {
        height: 500px;
    }

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

    .md\:h-auto {
        height: auto;
    }

    .md\:h-full {
        height: 100%;
    }
    .md\:w-1\/2 {
        width: 50%;
    }

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

    .md\:w-\[19em\] {
        width: 19em;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .md\:justify-end {
        justify-content: flex-end;
    }
    .md\:justify-between {
        justify-content: space-between;
    }
    .md\:\!gap-8 {
        gap: 2rem !important;
    }

    .md\:gap-0 {
        gap: 0px;
    }
    .md\:gap-\[10px\] {
        gap: 10px;
    }
    .md\:gap-6 {
        gap: 24px !important;
    }
    .md\:gap-10 {
        gap: 2.5rem;
    }

    .md\:gap-\[76px\] {
        gap: 76px;
    }

    .md\:gap-\[93px\] {
        gap: 93px;
    }

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

    .md\:object-cover {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .md\:p-5 {
        padding: 1.25rem !important;
    }
    .md\:py-\[6rem\] {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .md\:\!px-12 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .md\:\!px-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .md\:\!px-\[30px\] {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .md\:\!py-14 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

    .md\:\!py-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .md\:\!py-\[18px\] {
        padding-top: 18px !important;
        padding-bottom: 18px !important;
    }

    .md\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .md\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .md\:px-\[17\%\] {
        padding-left: 17%;
        padding-right: 17%;
    }

    .md\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .md\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .md\:py-\[20px\] {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .md\:\!pb-10 {
        padding-bottom: 2.5rem !important;
    }

    .md\:\!pt-4 {
        padding-top: 1rem !important;
    }

    .md\:pb-28 {
        padding-bottom: 7rem;
    }

    .md\:pe-14 {
        padding-inline-end: 3.5rem;
    }

    .md\:pt-20 {
        padding-top: 5rem;
    }
    .md\:pt-10 {
        padding-top: 2.5rem !important;
    }
    .md\:\mb-10 {
        margin-bottom: 2.5rem;
    }
    .md\:text-left {
        text-align: left;
    }

    .md\:\!text-start {
        text-align: start !important;
    }

    .md\:\!text-\[39px\] {
        font-size: 39px !important;
    }
    .md\:\!text-\[46px\] {
        font-size: 46px;
    }
    .md\:text-\[100px\] {
        font-size: 100px;
    }

    .md\:text-\[120px\] {
        font-size: 120px;
    }

    .md\:text-\[17px\] {
        font-size: 17px;
    }

    .md\:text-\[20px\] {
        font-size: 20px;
    }

    .md\:text-\[24px\] {
        font-size: 24px;
    }

    .md\:text-\[25px\] {
        font-size: 25px;
    }

    .md\:text-\[30px\] {
        font-size: 30px;
    }

    .md\:text-\[32px\] {
        font-size: 32px;
    }

    .md\:text-\[36\.8px\] {
        font-size: 36.8px;
    }

    .md\:text-\[39px\] {
        font-size: 39px;
    }

    .md\:text-\[42\.375px\] {
        font-size: 42.375px;
    }

    .md\:text-\[44px\] {
        font-size: 44px;
    }

    .md\:text-\[45px\] {
        font-size: 45px;
    }

    .md\:text-\[49px\] {
        font-size: 49px;
    }

    .md\:text-\[50px\] {
        font-size: 50px;
    }

    .md\:text-\[56px\] {
        font-size: 56px;
    }

    .md\:text-\[64\.25px\] {
        font-size: 64.25px;
    }

    .md\:text-\[70px\] {
        font-size: 70px;
    }

    .md\:text-\[85px\] {
        font-size: 85px;
    }

    .md\:text-\[87px\] {
        font-size: 87px;
    }

    .md\:text-\[99px\] {
        font-size: 99px;
    }
    .rtl\:md\:text-\[40px\]:where([dir="rtl"], [dir="rtl"] *) {
        font-size: 40px;
    }
    .navbar-links,
    .border-btn,
    .right-side-desk {
        display: none !important;
    }
    html[dir="rtl"] .innovation-meets-precision {
        font-size: 55px !important;
        margin-bottom: 5px;
    }

    html[dir="rtl"] .meets-precision-subtitle {
        font-size: 30px !important;
    }
    .innovation-meets-precision {
        font-size: 60px !important;
    }
    .meets-precision-subtitle {
        font-size: 65px !important;
    }

    .innovation-meets-precision span {
        font-size: 65px !important;
    }

    .custome-heading {
        text-align: left;
    }

    .owl-stage-outer::after {
        display: none !important;
    }

    .sm-order-1 {
        order: -1 !important;
    }

    ._prev,
    ._next {
        width: 22px;
    }
    .steps_wrapper {
        flex-direction: row !important;
    }

    .steps_wrapper_forword {
        flex-direction: column !important;
    }

    .steps_wrapper_forword .content:not(:last-child):after {
        content: "";
        position: absolute !important;
        width: 10px !important;
        height: 10px !important;
        right: 49% !important;
        top: 147% !important;
        background: #fff !important;
        border-radius: 50% !important;
    }

    .marquee-content li {
        max-height: 28px;
    }

    .subscribe-form {
        width: 100%;
    }
    .secondary-btn {
        padding: 27px 0;
        font-size: 18px;
    }
    .wrapper-animation {
        width: -moz-fit-content !important;
        width: fit-content !important;
        height: 403px !important;
    }
}
@media (min-width: 960px) {
    .rtl\:lg\:\!text-\[133px\]:where([dir="rtl"], [dir="rtl"] *) {
        font-size: 133px !important;
    }

    .rtl\:lg\:text-\[129px\]:where([dir="rtl"], [dir="rtl"] *) {
        font-size: 129px;
    }
}
@media (min-width: 992px) {
    .icon-inner {
        display: none !important;
    }

    .navbar-links,
    .border-btn,
    .right-side-desk {
        display: none !important;
    }

    .innovation-meets-precision,
    .meets-precision-subtitle {
        font-size: 100px !important;
    }

    .innovation-meets-precision span {
        font-size: 100px !important;
    }

    .steps_wrapper,
    .steps_wrapper_forword {
        flex-direction: row !important;
    }
    .steps_wrapper_forword .content:not(:last-child):after {
        content: "";
        position: absolute !important;
        width: 10px !important;
        height: 10px !important;
        right: -50% !important;
        top: 50% !important;
        background: #fff !important;
        border-radius: 50% !important;
    }

    html[dir="rtl"] .steps_wrapper_forword .content:not(:last-child):after {
        right: 146% !important;
    }

    .owl-stage-outer::after {
        display: flex !important;
    }

    .sm-order-1 {
        order: 0 !important;
    }
    .steps_wrapper_forword .content .count {
        font-size: 40px !important;
    }

    .steps_wrapper_forword .content .projects {
        font-size: 16px;
    }

    ._prev,
    ._next {
        width: 35px;
    }
    .marquee-content li {
        max-height: 34px;
    }

    .subscribe-form {
        width: 50%;
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
    .subscribe_cards::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: 1px;
        opacity: 0.25;
        background: #fff;
        transform: translate(-50%, -50%);
    }
    .section-title {
        font-size: 60px;
    }
    .lg\:text-start {
        text-align: start !important;
    }
    .lg\:\!visible {
        visibility: visible !important;
    }

    .lg\:\!absolute {
        position: absolute !important;
    }

    .lg\:right-\[2\.5\%\] {
        right: 2.5%;
    }

    .lg\:\!order-1 {
        order: 1 !important;
    }

    .lg\:\!order-2 {
        order: 2 !important;
    }

    .lg\:col-span-1 {
        grid-column: span 1 / span 1;
    }
    .lg\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .lg\:col-span-3 {
        grid-column: span 3 / span 3;
    }
    .lg\:col-span-4 {
        grid-column: span 4 / span 4;
    }
    .lg\:col-span-5 {
        grid-column: span 5 / span 5;
    }

    .lg\:col-span-7 {
        grid-column: span 7 / span 7;
    }
    .lg\:col-span-8 {
        grid-column: span 8 / span 8;
    }
    .lg\:col-span-12 {
        grid-column: span 12 / span 12;
    }

    .lg\:mx-0 {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .lg\:mt-\[-8rem\] {
        margin-top: -8rem;
    }

    .lg\:\!mt-\[11rem\] {
        margin-top: 11rem !important;
    }
    .lg\:\mt-12 {
        margin-top: 3rem !important;
    }
    .lg\:\!mt-\[3\.5rem\] {
        margin-top: 3.5rem !important;
    }
    .lg\:\mt-\[4rem\] {
        margin-top: 4rem !important;
    }
    .lg\:\!mt-\[9rem\] {
        margin-top: 9rem !important;
    }
    .lg\:\mt-\[6rem\] {
        margin-top: 6rem;
    }
    .lg\:mt-20 {
        margin-top: 5rem;
    }
    .lg\:pt-20 {
        padding-top: 5rem !important;
    }
    .lg\:p-\[80px\] {
        padding: 80px;
    }
    .lg\:py-\[8rem\] {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
    .lg\:\!block {
        display: block !important;
    }

    .lg\:block {
        display: block;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:\!h-\[100vh\] {
        height: 100vh !important;
    }
    .lg\:h-\[100px\] {
        height: 100px;
    }
    .lg\:h-\[150px\] {
        height: 150px;
    }
    .lg\:h-\[28px\] {
        height: 28px;
    }

    .lg\:h-\[30px\] {
        height: 30px;
    }

    .lg\:h-\[353px\] {
        height: 353px;
    }
    .lg\:h-\[400px\] {
        height: 400px;
    }
    .lg\:h-\[450px\] {
        height: 450px;
    }

    .lg\:h-\[553px\] {
        height: 553px;
    }

    .lg\:h-\[600px\] {
        height: 600px;
    }

    .lg\:\!w-\[201px\] {
        width: 201px !important;
    }
    .lg\:w-\[100px\] {
        width: 100px;
    }
    .lg\:w-\[1004px\] {
        width: 1004px;
    }

    .lg\:w-\[229px\] {
        width: 229px;
    }

    .lg\:w-\[27rem\] {
        width: 27rem;
    }

    .lg\:w-\[402px\] {
        width: 402px;
    }

    .lg\:w-\[422px\] {
        width: 422px;
    }

    .lg\:w-\[491px\] {
        width: 491px;
    }

    .lg\:w-\[70\%\] {
        width: 70%;
    }

    .lg\:w-fit {
        width: -moz-fit-content;
        width: fit-content;
    }

    .lg\:\!max-w-\[365px\] {
        max-width: 365px !important;
    }

    .lg\:max-w-\[700px\] {
        max-width: 700px;
    }
    .lg\:max-w-\[42px\] {
        max-width: 42px;
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .lg\:flex {
        display: flex;
    }
    .lg\:flex-row {
        flex-direction: row;
    }

    .lg\:items-start {
        align-items: flex-start;
    }
    .lg\:items-center {
        align-items: center;
    }

    .lg\:justify-start {
        justify-content: flex-start;
    }

    .lg\:justify-end {
        justify-content: flex-end;
    }

    .lg\:\!gap-24 {
        gap: 6rem !important;
    }

    .lg\:gap-0 {
        gap: 0px;
    }

    .lg\:gap-10 {
        gap: 2.5rem;
    }
    .lg\:gap-6 {
        gap: 24px !important;
    }
    .lg\:gap-4 {
        gap: 16px;
    }
    .lg\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .lg\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .lg\:px-\[3rem\] {
        padding-right: 3rem !important;
        padding-right: 3rem !important;
    }
    .lg\:px-14 {
        padding-left: 3.75rem !important;
        padding-right: 3.75rem !important;
    }
    .lg\:py-40 {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    .lg\:py-11 {
        padding-top: 2.75rem !important;
        padding-bottom: 2.75rem !important;
    }

    .lg\:py-\[20px\] {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .lg\:pe-40 {
        padding-inline-end: 10rem;
    }

    .lg\:pe-\[12rem\] {
        padding-inline-end: 12rem;
    }

    .lg\:\!text-left {
        text-align: left !important;
    }
    .lg\:text-\[16px\] {
        font-size: 16px;
    }
    .lg\:text-\[18px\] {
        font-size: 18px;
    }
    .lg\:text-\[20px\] {
        font-size: 20px;
    }
    .lg\:text-\[24px\] {
        font-size: 24px;
    }
    .lg\:text-\[25px\] {
        font-size: 25px;
    }
    .lg\:text-\[26px\] {
        font-size: 26px;
    }
    .lg\:\!text-\[36px\] {
        font-size: 36px !important;
    }

    .lg\:text-\[40px\] {
        font-size: 40px;
    }

    .lg\:text-\[42\.375px\] {
        font-size: 42.375px;
    }

    .lg\:text-\[48px\] {
        font-size: 48px;
    }

    .lg\:text-\[49\.805px\] {
        font-size: 49.805px;
    }
    .lg\:\text-\[50px\] {
        font-size: 50px !important;
    }
    .lg\:\text-\[56px\] {
        font-size: 56px !important;
    }
    .lg\:text-\[60px\] {
        font-size: 60px;
    }

    .lg\:text-\[70\.25px\] {
        font-size: 70.25px;
    }

    .lg\:text-\[80px\] {
        font-size: 80px;
    }
    .lg\:\text-\[86px\] {
        font-size: 86px !important;
    }
    .lg\:text-\[100px\] {
        font-size: 100px;
    }

    .lg\:text-\[165px\] {
        font-size: 165px;
    }

    .lg\:text-\[192px\] {
        font-size: 192px;
    }

    .lg\:text-\[220px\] {
        font-size: 220px;
    }
}
@media (min-width: 1200px) {
    .border-btn {
        display: block !important;
    }
    html[dir="rtl"] .innovation-meets-precision {
        font-size: 55px !important;
    }

    html[dir="rtl"] .meets-precision-subtitle {
        font-size: 34px !important;
    }
    .innovation-meets-precision {
        font-size: 105px !important;
    }
    .meets-precision-subtitle {
        font-size: 47px !important;
    }
    .steps_wrapper,
    .steps_wrapper_forword {
        flex-direction: row !important;
    }
    .steps_wrapper_forword .content .count {
        font-size: 80px !important;
    }

    .owl-stage-outer::after {
        display: flex !important;
    }

    .marquee-content li {
        max-height: 28px;
    }

    .sm-order-1 {
        order: 0 !important;
    }

    ._prev,
    ._next {
        width: 35px;
    }
    .subscribe-form {
        width: 50%;
    }

    .steps_wrapper_forword .content .projects {
        font-size: 30px !important;
    }
}
@media (min-width: 1280px) {
    .navbar-links,
    .border-btn,
    .right-side-desk {
        display: flex !important;
    }
    .right-side-res {
        display: none !important;
    }
    .nav-bar .secondary-btn {
        width: auto !important;
        padding: 19px 30px !important;
    }
    .container {
        max-width: 1280px;
    }
    .xl\:text-\[80px\] {
        font-size: 80px;
    }
    .xl\:col-span-8 {
        grid-column: span 8 / span 8;
    }
    .xl\:col-span-4 {
        grid-column: span 4 / span 4;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1550px;
    }

    .right-side-res {
        display: none;
    }

    .owl-stage-outer::after {
        display: flex !important;
    }

    ._prev,
    ._next {
        width: 35px;
    }

    .marquee-content li {
        max-height: 45px;
    }

    .subscribe-form {
        width: 50%;
    }
}
@media (min-width: 1536px) {
    .container {
        padding-left: 70px;
        padding-right: 70px;
        max-width: 100%;
        width: 100%;
    }
}
.ltr\:rotate-0:where([dir="ltr"], [dir="ltr"] *) {
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.ltr\:flex-row:where([dir="ltr"], [dir="ltr"] *) {
    flex-direction: row;
}
.ltr\:\left-0:where([dir="ltr"], [dir="ltr"] *) {
    left: 0px !important;
}
.ltr\:\left-\[-15px\]:where([dir="ltr"], [dir="ltr"] *) {
    left: -15px !important;
}
.rtl\:\!left-0:where([dir="rtl"], [dir="rtl"] *) {
    left: 0px !important;
}

.rtl\:\!right-\[unset\]:where([dir="rtl"], [dir="rtl"] *) {
    right: unset !important;
}
.rtl\:\right-0:where([dir="rtl"], [dir="rtl"] *) {
    right: 0px !important;
}
.rtl\:\right-\[-15px\]:where([dir="ltr"], [dir="ltr"] *) {
    right: -15px !important;
}
.rtl\:mt-3:where([dir="rtl"], [dir="rtl"] *) {
    margin-top: 0.75rem;
}

.rtl\:\!rotate-\[180deg\]:where([dir="rtl"], [dir="rtl"] *) {
    --tw-rotate: 180deg !important;
    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)) !important;
}

.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\:rotate-\[180deg\]: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\:transform:where([dir="rtl"], [dir="rtl"] *) {
    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\:flex-row:where([dir="rtl"], [dir="rtl"] *) {
    flex-direction: row;
}

.rtl\:flex-row-reverse:where([dir="rtl"], [dir="rtl"] *) {
    flex-direction: row-reverse;
}

.rtl\:justify-start:where([dir="rtl"], [dir="rtl"] *) {
    justify-content: flex-start;
}

.rtl\:justify-end:where([dir="rtl"], [dir="rtl"] *) {
    justify-content: flex-end;
}

.rtl\:\!rounded-bl-\[28px\]:where([dir="rtl"], [dir="rtl"] *) {
    border-bottom-left-radius: 28px !important;
}

.rtl\:\!rounded-br-\[28px\]:where([dir="rtl"], [dir="rtl"] *) {
    border-bottom-right-radius: 28px !important;
}

.rtl\:\!rounded-br-none:where([dir="rtl"], [dir="rtl"] *) {
    border-bottom-right-radius: 0px !important;
}

.rtl\:\!rounded-tl-\[28px\]:where([dir="rtl"], [dir="rtl"] *) {
    border-top-left-radius: 28px !important;
}

.rtl\:\!rounded-tr-\[28px\]:where([dir="rtl"], [dir="rtl"] *) {
    border-top-right-radius: 28px !important;
}

.rtl\:\!rounded-tr-none:where([dir="rtl"], [dir="rtl"] *) {
    border-top-right-radius: 0px !important;
}

.rtl\:text-right:where([dir="rtl"], [dir="rtl"] *) {
    text-align: right;
}

.rtl\:text-\[25px\]:where([dir="rtl"], [dir="rtl"] *) {
    font-size: 25px;
}

.rtl\:text-\[35px\]:where([dir="rtl"], [dir="rtl"] *) {
    font-size: 35px;
}

@media (prefers-color-scheme: dark) {
    .dark\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgb(117 117 117 / var(--tw-border-opacity));
    }

    .dark\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgb(66 66 74 / var(--tw-bg-opacity));
    }

    .dark\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgb(33 33 33 / var(--tw-bg-opacity));
    }

    .dark\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgb(224 224 224 / var(--tw-text-opacity));
    }

    .dark\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgb(189 189 189 / var(--tw-text-opacity));
    }

    .dark\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgb(117 117 117 / var(--tw-text-opacity));
    }

    .dark\:text-white {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

    .dark\:hover\:text-gray-300:hover {
        --tw-text-opacity: 1;
        color: rgb(224 224 224 / var(--tw-text-opacity));
    }

    .dark\:focus\:border-blue-700:focus {
        --tw-border-opacity: 1;
        border-color: rgb(25 118 210 / var(--tw-border-opacity));
    }

    .dark\:focus\:border-blue-800:focus {
        --tw-border-opacity: 1;
        border-color: rgb(21 101 192 / var(--tw-border-opacity));
    }

    .dark\:active\:bg-gray-700:active {
        --tw-bg-opacity: 1;
        background-color: rgb(97 97 97 / var(--tw-bg-opacity));
    }

    .dark\:active\:text-gray-300:active {
        --tw-text-opacity: 1;
        color: rgb(224 224 224 / var(--tw-text-opacity));
    }
}
