@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap";
@import "https://fonts.cdnfonts.com/css/outfit";
@tailwind base;
@tailwind components;
@tailwind utilities;
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 1.1;
}

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

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

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

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

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

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

h5 {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

html[dir="rtl"] .services-header,
.services-box-discription,
.di-text {
    text-align: right !important;
}
html[dir="rtl"] .rtl .x-y,
.right-arrow-icon {
    transform: rotate(180deg) !important;
}

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

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

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

p {
    line-height: 1.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.container {
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

svg use {
    fill: red;
}

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

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

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

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

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

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

/* Responsive Adjustments */
@media (max-width: 768px) {
    .marquee-row {
        animation-duration: 20s;
    }
}
.linear-bg {
    background: url(../imgs/home_bg.png);
    background-size: cover;
    background-position: center top;
    height: max-content;
    width: 100%;
    padding-bottom: 3rem;
}

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

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

.text-linear {
    background-image: linear-gradient(97.31deg, #dea8e4 30.1%, #fff 94.6%);
    -webkit-background-clip: text, padding-box;
    background-clip: text, padding-box;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.header-main-heading {
    color: rgb(226, 181, 232) !important;
}
.char-17,
.char-18,
.char-19,
.char-20,
.char-21,
.char-22,
.char-23 {
    background-image: linear-gradient(97.31deg, #dea8e4 84.1%, #fff 94.6%);
}

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

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

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

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

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

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

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

.overlay {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.marquee:before {
    left: 0;
}

.marquee:after {
    right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quarizm-footer {
    background: #fff;
}

.hero-section {
    width: 100%;
}

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

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

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

.nav ul {
    list-style: none;
}
.main-menu {
    width: 100% !important;
}
.main-menu-item {
    padding-top: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 10px;
}

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

.submenu-item a {
    color: grey;
}

.submenu li {
    margin: 20px 0;
}

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

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

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

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

.media ul {
    list-style: none;
}

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

.icon-inner {
    color: #eac7ed;
}

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

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

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

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

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

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

.top-80 {
    top: 80px;
}

.modal-container {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
html[dir="rtl"] {
    .rtl-grid {
        direction: rtl !important;
    }
    .text-linear {
        background-image: linear-gradient(
            45deg,
            #c964a5 36%,
            #8b3b95 59%,
            #623e97 78%
        );
        -webkit-background-clip: text, padding-box;
        background-clip: text, padding-box;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }
}
.popubody {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 500px;
    height: -moz-fit-content;
    height: fit-content;
    background: #3b185a;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
    z-index: 9001;
    text-align: left;
    padding: 15px;
    display: none;
    max-width: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.popupmain {
    position: relative;
}

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

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

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

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

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

.close:hover {
    opacity: 1;
}

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

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

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

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

.popupbtn:focus {
    outline: none;
}

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

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

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

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

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

#label {
    background: #421f61;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
    resize: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.post_wrapper {
    width: 100%;
}

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

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

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

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

.main-menu-item.open .sdropdown-menu {
    height: auto;
    visibility: visible;
    margin-top: 9px;
}
#_arrow {
    transition: transform 0.3s ease;
}

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

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

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

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

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

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

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

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

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

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

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

.map {
    background: url(../imgs/map.jpg);
    background-size: cover;
    height: 500px;
    border-radius: 7px;
    width: 100%;
    margin-top: 3rem;
    margin-right: -5rem;
    position: relative;
    z-index: -1;
    border-radius: 20px;
    overflow: hidden;
}

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

.map .located-icon {
    position: absolute;
    top: 19%;
    right: 50%;
}

.map .located-icon img {
    width: 30px;
}

.map .bottom-content {
    position: absolute;
    bottom: 20px;
    left: 2rem;
    width: 340px;
    padding: 15px 31px;
    border-radius: 19px;
    border: 1px solid;
    height: -moz-fit-content;
    height: fit-content;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.3) 0%,
        rgba(255, 255, 255, 0.1) 100%
    );
    border-image-source: linear-gradient(
        180deg,
        #fff 0%,
        rgba(255, 255, 255, 0) 100%
    );
}

.map .bottom-content div img {
    width: 148px;
    -o-object-fit: cover;
    object-fit: cover;
}

.form {
    width: 100%;
    background: #dea8e4;
    margin-top: 11rem;
    margin-left: -5rem;
    border-radius: 20px;
}

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

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

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

@font-face {
    font-family: "Phonk";
    src: url(../fonts/Phonk/Phonk_Regular_DEMO.otf);
    src: url(../fonts/Phonk/Phonk_Regular_DEMO.otf) format("embedded-opentype"),
        url(../fonts/Phonk/Phonk_Regular_DEMO.otf) format("woff2"),
        url(../fonts/Phonk/Phonk_Regular_DEMO.otf) format("woff"),
        url(../fonts/Phonk/Phonk_Regular_DEMO.otf) format("truetype"),
        url(../fonts/Phonk/Phonk_Regular_DEMO.otf) format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
.marquee-content li {
    border-radius: 24px;
}
@media only screen and (min-width: 320px) {
    .innovation-meets-precision,
    .meets-precision-subtitle {
        font-size: 40px !important;
    }

    .meets-precision-subtitle {
        font-size: 20px !important;
    }

    .innovation-meets-precision span {
        font-size: 36px !important;
    }

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

    .owl-dots,
    .owl-nav {
        display: none;
    }

    .marquee-content li {
        max-height: 17px;
    }

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

    .steps_wrapper,
    .steps_wrapper_forword {
        flex-direction: column !important;
    }

    ._prev,
    ._next {
        width: 22px;
    }

    .marquee-content li {
        max-height: 20px;
    }
}

@media only screen and (min-width: 480px) {
    .navbar-links,
    .border-btn,
    .lang-switcher {
        display: none !important;
    }

    .innovation-meets-precision,
    .meets-precision-subtitle {
        font-size: 61px !important;
    }

    .meets-precision-subtitle {
        font-size: 30px !important;
    }

    .innovation-meets-precision span {
        font-size: 36px !important;
    }

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

    .steps_wrapper,
    .steps_wrapper_forword {
        flex-direction: column;
    }

    .owl-stage-outer::after {
        display: none !important;
    }

    .marquee-content li {
        max-height: 35px;
    }

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

    ._prev,
    ._next {
        width: 22px;
    }
}

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

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

    .icon-inner,
    .owl-stage-outer::after {
        display: none !important;
    }

    ._prev,
    ._next {
        width: 22px;
    }

    .innovation-meets-precision,
    .meets-precision-subtitle {
        font-size: 40px !important;
    }

    .meets-precision-subtitle {
        font-size: 20px !important;
    }

    .steps_wrapper,
    .steps_wrapper_forword {
        flex-direction: row !important;
    }

    .steps_wrapper::after {
        content: "";
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        transform: translate(-50%, -50%) !important;
        width: 69% !important;
        left: 15% !important;
        background: #421f61 !important;
        top: 50% !important;
        z-index: 999 !important;
        transform: rotate(90deg) !important;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 20px;
    }

    html[dir="rtl"] .innovation-meets-precision {
        font-size: 29px !important;
        margin-bottom: 5px;
    }

    html[dir="rtl"] .meets-precision-subtitle {
        font-size: 20px !important;
        margin: 0 2rem !important;
    }

    .nav {
        margin-top: 20%;
    }

    .contact {
        display: none;
    }

    .icon-inner {
        display: none;
    }

    .owl-stage-outer::after {
        display: none !important;
    }

    .marquee-content li {
        max-height: 188px;
        width: 189px;
    }

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

    .innovation-meets-precision {
        font-size: 38px !important;
        word-break: break-word !important;
    }

    .meets-precision-subtitle {
        font-size: 21px !important;
        margin: 0 4rem;
        word-break: break-word !important;
    }

    .steps_wrapper,
    .steps_wrapper_forword {
        flex-direction: column !important;
    }

    .steps_wrapper::after {
        content: "";
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        transform: translate(-50%, -50%) !important;
        width: 58% !important;
        left: 21% !important;
        background: #421f61 !important;
        top: 50% !important;
        z-index: 999 !important;
        transform: rotate(90deg) !important;
    }

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

@media only screen and (min-width: 768px) {
    .navbar-links,
    .border-btn,
    .lang-switcher {
        display: none !important;
    }

    html[dir="rtl"] .innovation-meets-precision {
        font-size: 55px !important;
        margin-bottom: 5px;
    }

    html[dir="rtl"] .meets-precision-subtitle {
        font-size: 30px !important;
    }

    .innovation-meets-precision,
    .meets-precision-subtitle {
        font-size: 60px !important;
    }

    .meets-precision-subtitle {
        font-size: 45px !important;
    }

    .innovation-meets-precision span {
        font-size: 33px !important;
    }

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

    .owl-stage-outer::after {
        display: none !important;
    }

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

    ._prev,
    ._next {
        width: 22px;
    }

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

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

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

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

    .subscribe-form {
        width: 100%;
    }
}

@media only screen and (min-width: 992px) {
    .icon-inner {
        display: none !important;
    }

    .navbar-links,
    .border-btn,
    .lang-switcher {
        display: none !important;
    }

    .innovation-meets-precision {
        font-size: 70px !important;
    }

    .meets-precision-subtitle {
        font-size: 36px !important;
    }

    .innovation-meets-precision span {
        font-size: 100px !important;
    }

    .steps_wrapper,
    .steps_wrapper_forword {
        flex-direction: row !important;
    }

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

    html[dir="rtl"] .steps_wrapper_forword .content:not(:last-child):after {
        right: 146% !important;
    }

    .owl-stage-outer::after {
        display: flex !important;
    }

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

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

    .steps_wrapper_forword .content .count {
        font-size: 40px !important;
    }

    .steps_wrapper_forword .content .projects {
        font-size: 16px;
    }

    ._prev,
    ._next {
        width: 35px;
    }

    .marquee-content li {
        max-height: 34px;
    }

    .subscribe-form {
        width: 50%;
    }
}

@media only screen and (min-width: 1200px) {
    .navbar-links,
    .lang-switcher {
        display: flex !important;
    }

    .border-btn {
        display: block !important;
    }

    .menu-btn,
    .icon-inner {
        display: none !important;
    }

    html[dir="rtl"] .innovation-meets-precision {
        font-size: 55px !important;
    }

    html[dir="rtl"] .meets-precision-subtitle {
        font-size: 34px !important;
    }

    .innovation-meets-precision {
        font-size: 87px !important;
    }

    .meets-precision-subtitle {
        font-size: 47px !important;
    }

    .steps_wrapper,
    .steps_wrapper_forword {
        flex-direction: row !important;
    }

    .steps_wrapper_forword .content .count {
        font-size: 80px !important;
    }

    .owl-stage-outer::after {
        display: flex !important;
    }

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

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

    ._prev,
    ._next {
        width: 35px;
    }

    .subscribe-form {
        width: 50%;
    }

    .steps_wrapper_forword .content .projects {
        font-size: 30px !important;
    }
}

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

    .menu-btn {
        display: none;
    }

    .owl-stage-outer::after {
        display: flex !important;
    }

    ._prev,
    ._next {
        width: 35px;
    }

    .marquee-content li {
        max-height: 45px;
    }

    .subscribe-form {
        width: 50%;
    }
}

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

@media only screen and (min-width: 768px) {
    .navbar-links,
    .border-btn {
        display: none !important;
    }

    .meets-precision-subtitle {
        font-size: 65px !important;
    }

    .innovation-meets-precision span {
        font-size: 65px !important;
    }

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

    .owl-stage-outer::after {
        display: none !important;
    }

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

    ._prev,
    ._next {
        width: 22px;
    }

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

@media only screen and (min-width: 992px) {
    .icon-inner {
        display: none !important;
    }

    .navbar-links,
    .border-btn {
        display: none !important;
    }

    .innovation-meets-precision,
    .meets-precision-subtitle {
        font-size: 100px !important;
    }

    .innovation-meets-precision span {
        font-size: 100px !important;
    }

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

    .owl-stage-outer::after {
        display: flex !important;
    }

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

    ._prev,
    ._next {
        width: 35px;
    }
}

@media only screen and (min-width: 1200px) {
    .navbar-links {
        display: flex !important;
    }

    .border-btn {
        display: block !important;
    }

    .menu-btn,
    .icon-inner {
        display: none !important;
    }

    .innovation-meets-precision {
        font-size: 105px !important;
    }

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

    .owl-stage-outer::after {
        display: flex !important;
    }

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

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

    ._prev,
    ._next {
        width: 35px;
    }
}

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

    .menu-btn {
        display: none;
    }

    .owl-stage-outer::after {
        display: flex !important;
    }

    ._prev,
    ._next {
        width: 35px;
    }
}

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

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

    .icon-inner,
    .owl-stage-outer::after {
        display: none !important;
    }

    ._prev,
    ._next {
        width: 22px;
    }

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

@media only screen and (min-width: 480px) {
    .navbar-links,
    .border-btn {
        display: none !important;
    }

    .meets-precision-subtitle {
        font-size: 36px !important;
    }

    .innovation-meets-precision span {
        font-size: 36px !important;
    }

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

    .steps_wrapper {
        flex-direction: column;
    }

    .owl-stage-outer::after {
        display: none !important;
    }

    .marquee-content li {
        max-height: 20px;
    }

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

    ._prev,
    ._next {
        width: 22px;
    }
}

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

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

@media only screen and (min-width: 320px) {
    .innovation-meets-precision,
    .meets-precision-subtitle {
        font-size: 45px !important;
    }

    .meets-precision-subtitle {
        font-size: 36px !important;
    }

    .innovation-meets-precision span {
        font-size: 36px !important;
    }

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

    .owl-dots,
    .owl-nav {
        display: none;
    }

    .marquee-content li {
        max-height: 17px;
    }

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

    .steps_wrapper {
        flex-direction: column row;
    }

    ._prev,
    ._next {
        width: 22px;
    }
    .navbar-links,
    .border-btn,
    .lang-switcher {
        display: none;
    }
    .wrapper-animation {
        height: 125px !important;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 20px;
    }

    .nav {
        margin-top: 20%;
    }

    .contact {
        display: none;
    }

    .icon-inner {
        display: none;
    }

    .owl-stage-outer::after {
        display: none !important;
    }

    .marquee-content li {
        max-height: 17px;
    }
}

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

@media only screen and (min-width: 768px) {
    .navbar-links,
    .border-btn {
        display: none !important;
    }

    .meets-precision-subtitle {
        font-size: 65px !important;
    }

    .innovation-meets-precision span {
        font-size: 65px !important;
    }

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

    .owl-stage-outer::after {
        display: none !important;
    }

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

    ._prev,
    ._next {
        width: 22px;
    }

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

@media only screen and (min-width: 992px) {
    .icon-inner {
        display: none !important;
    }

    .navbar-links,
    .border-btn {
        display: none !important;
    }

    .innovation-meets-precision,
    .meets-precision-subtitle {
        font-size: 100px !important;
    }

    .innovation-meets-precision span {
        font-size: 100px !important;
    }

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

    .owl-stage-outer::after {
        display: flex !important;
    }

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

    ._prev,
    ._next {
        width: 35px;
    }
}

@media only screen and (min-width: 1200px) {
    .navbar-links {
        display: flex !important;
    }

    .border-btn {
        display: block !important;
    }

    .menu-btn,
    .icon-inner {
        display: none !important;
    }

    .innovation-meets-precision {
        font-size: 105px !important;
    }

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

    .owl-stage-outer::after {
        display: flex !important;
    }

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

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

    ._prev,
    ._next {
        width: 35px;
    }
}

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

    .menu-btn {
        display: none;
    }

    .owl-stage-outer::after {
        display: flex !important;
    }

    ._prev,
    ._next {
        width: 35px;
    }
}

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

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

    .icon-inner,
    .owl-stage-outer::after {
        display: none !important;
    }

    ._prev,
    ._next {
        width: 22px;
    }

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

@media only screen and (min-width: 480px) {
    .meets-precision-subtitle {
        font-size: 36px !important;
    }

    .innovation-meets-precision span {
        font-size: 36px !important;
    }

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

    .steps_wrapper {
        flex-direction: column;
    }

    .owl-stage-outer::after {
        display: none !important;
    }

    .marquee-content li {
        max-height: 20px;
    }

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

    ._prev,
    ._next {
        width: 22px;
    }
}

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

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

@media only screen and (min-width: 320px) {
    .innovation-meets-precision,
    .meets-precision-subtitle {
        font-size: 45px !important;
    }

    .meets-precision-subtitle {
        font-size: 36px !important;
    }

    .innovation-meets-precision span {
        font-size: 36px !important;
    }

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

    .owl-dots,
    .owl-nav {
        display: none;
    }

    .marquee-content li {
        max-height: 86px;
        height: 103px;
    }

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

    .steps_wrapper {
        flex-direction: column;
    }

    ._prev,
    ._next {
        width: 22px;
    }

    .wrapper-animation {
        height: 125px !important;
    }
}

@media (max-width: 768px) {
    .steps_wrapper {
        flex-direction: row;
    }
    h1 {
        font-size: 20px;
    }

    .nav {
        margin-top: 20%;
    }

    .contact {
        display: none;
    }

    .icon-inner {
        display: none;
    }

    .owl-stage-outer::after {
        display: none !important;
    }

    .marquee-content li {
        max-height: 79px;
    }
}

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

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

.taps-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: none !important;
}

.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    list-style-type: none;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
}

.tabs::-webkit-scrollbar {
    background-color: #a08fb0;
    height: 1px;
    margin-top: 12rem;
    padding: 15px;
    width: 11px;
    visibility: hidden !important;
    display: none !important;
}

.tabs::-webkit-scrollbar-track {
    border: 1px solid #a08fb0;
    visibility: hidden !important;
    display: none !important;
}

.tabs::-webkit-scrollbar-thumb {
    visibility: hidden !important;
    display: none !important;
}

.tabs::-webkit-scrollbar-track-piece {
    background: #d3d3d3;
    visibility: hidden !important;
    display: none !important;
}

.tabs li {
    margin: 0;
    padding: 10px 20px 5px;
    cursor: pointer;
    font-size: 1.2em;
    line-height: 2em;
    color: #fff;
    text-wrap: nowrap !important;
}

.tabs li.current {
    color: #dea8e4;
    position: relative;
    transition: 0.5s ease-in-out;
}

.tabs li.current::after {
    content: "";
    background: #dea8e4;
    position: absolute;
    left: 3%;
    bottom: 0;
    height: 2px;
    width: 57%;
    transform: translate(51%, -50%);
    left: -4%;
}

.tab-content {
    display: none;
    line-height: 1.4;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.tab-content.current {
    display: inherit;
    opacity: 1;
}

.project-content {
    position: relative;
    border-radius: 50px 50px;
    overflow: hidden;
    margin-top: 2rem;
}

.project-content .hidden-content {
    position: absolute;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    background: #dea8e4;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
    z-index: 99999;
    padding-right: 20px;
    padding-left: 20px;
}

@media (max-width: 991px) {
    .project-content .hidden-content {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.project-content .hidden-content h4 {
    color: #421f61;
    font-size: 20px;
    margin-bottom: 20px;
    z-index: 99999;
}

.project-content .hidden-content img {
    width: 76.64px;
    margin-bottom: 20px;
}

.project-content .hidden-content .project-name {
    color: #421f61;
    font-size: 32px;
    text-align: center;
    line-height: 0.9;
    font-weight: 600;
    z-index: 99999;
}
@media (max-width: 991px) {
    .project-content .hidden-content .project-name {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .project-content .hidden-content .project-name {
        font-size: 23px;
    }
}
.project-content .hidden-content .description {
    color: #421f61;
    text-align: center;
    margin-top: 1rem;
    z-index: 99999;
}

.project-content .hidden-content a {
    background: #421f61;
    padding: 15px 20px;
    border-radius: 10px;
    color: #fff;
    z-index: 99999;
}
@media (max-width: 991px) {
    .project-content .hidden-content a {
        padding: 10px 15px;

    }
    
}
.project-content .hidden-content a:hover {
    background: #fff;
    color: #421f61;
    z-index: 99999;
}

.project-content:hover .hidden-content {
    visibility: visible;
    opacity: 1;
    z-index: 999999;
}

.project-content .content {
    padding: 41px 35px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    z-index: 9999;
}

.project-content .content p {
    font-size: 18px;
    padding: 0;
    margin: 0;
}

.project-content .content h4 {
    font-size: 36px;
    font-weight: 600;
}

.project-content .image {
    position: absolute;
    width: 100%;
    height: 100%;
}

.project-content .image .linear-project-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
}

.gradient-bg {
    position: relative;
}

.gradient-bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(180deg, #421f61 0%, rgba(66, 31, 97, 0) 100%);
    z-index: 9;
    opacity: 0.8;
    transform: rotate(180deg);
}

.svg-services-icon {
    display: block;
}

.svg-ic-services {
    display: none;
}

.services-box {
    background: #3b185a !important;
    transition: all 0.2s ease;
}

.services-box:hover {
    background: #dea8e4 !important;
    box-shadow: #dea8e4 0 0 5px;
}

.services-box:hover .icon .svg-services-icon {
    display: none;
}

.services-box:hover .icon .svg-ic-services {
    display: block;
}

.services-box:hover .hidden-bg {
    background: #fff;
    padding: 10px;
    border-radius: 50%;
}

.services-box:hover .hidden-bg svg {
    width: 20px !important;
    height: 20px !important;
}

.services-box:hover .hidden-bg svg g path {
    width: 15px;
    height: 15px;
    fill: #dea8e4;
}

.services-box .hidden-bg {
    padding: 10px;
    border-radius: 50%;
}

.services-box .hidden-bg svg {
    width: 30px !important;
    height: 30px !important;
}

.services-box .hidden-bg svg g path {
    width: 15px;
    height: 15px;
}

.service_image {
    height: 544px;
    border-radius: 25px;
    overflow: hidden;
}
.bg-gta {
    background: url("../imgs/Background.png") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 80px;
    border-radius: 40px;
}
@media (max-width: 556px) {
    .bg-gta {
        padding: 45px !important;
    }
}
.search-input {
    font-size: 18px;
    color: #a08fb0;

    &::placeholder {
        color: #a08fb0;
    }

    .lines {
        position: absolute !important;
        width: 149% !important;
        height: 100% !important;
        border: 0 !important;
        left: -8px !important;
        transform: rotate(348deg) !important;
        bottom: -52% !important;
    }

    .input-email::-moz-placeholder {
        color: #212121;
    }

    .input-email::placeholder {
        color: #212121;
    }

    .home-bg {
        position: absolute;
        z-index: 999999;
        left: 115px;
        height: 605px;
        top: 44px;
        width: 100%;
        -o-object-fit: fill;
        object-fit: cover;
        overflow: hidden;
    }

    .laptop {
        background: url("../imgs/laptopbody.png");
        background-size: contain;
        height: 808px;
        width: 662px;
        background-position: center;
        background-repeat: no-repeat;
        margin-left: auto;
    }
}
@media (max-width: 768px) {
    .future-image {
        width: 299px !important;
        margin: auto;
    }

    .lang-button {
        display: none !important;
    }
}
/* custom-btn */
.my-btn {
    border: 2px solid rgb(202, 150, 210);
    border-radius: 12px;
    color: #421f60;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: 0.4s ease;
    z-index: 1;
}
.my-btn-transparent-fade {
    background: transparent;
    color: #fff;
    transition: 0.5s ease;
}
.my-btn i {
    font-size: 20px;
}
.my-btn:before,
.my-btn:after {
    background: #313131;
    transition: 0.3s ease;
    content: "";
    position: absolute;
    z-index: -1;
}

.btn-transparent-fade:hover {
    background: #fff;
    color: #421f60;
}

/* custom-btn */

@media (max-width: 768px) {
    .upper-blog-btn {
        display: none !important;
    }
}
@media (min-width: 769px) {
    .lower-blog-btn {
        display: none !important;
    }
}

.social-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff !important;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
}
.main-menu-item a {
    font-size: 18px;
}
.menu {
    position: absolute; /* Change to absolute to allow the menu to expand */
    top: 0;
    width: 100%;
    background: #34164d;
    opacity: 0;
    z-index: 99999999;
    visibility: hidden;
    overflow-y: auto; /* Allow scrolling within the menu */
}
@media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) {
    .menu {
        padding-bottom: 4rem !important; /* Adjust the value as needed */
    }
}
.mobile-menu-service-item-link {
    font-size: 15px !important;
}
.blog-arrow-icon {
    transition: 0.3s ease;
}
.lines-box:hover .blog-arrow-icon {
    color: #fff !important;
}
.home-service-item {
    padding: 20px;
    background: linear-gradient(
        35deg,
        rgb(117 79 123 / 24%) 0%,
        rgb(64 41 67 / 0%) 100%
    );
}
[dir="ltr"] .home-service-item {
    background: linear-gradient(
        290deg,
        rgb(117 79 123 / 24%) 0%,
        rgb(64 41 67 / 0%) 100%
    );
}
.service-description {
    font-family: "Cairo", sans-serif !important;
}
html[dir="rtl"] :not(i) {
    font-family: "Cairo", sans-serif !important;
}
.service-content-order {
    order: 1 !important;
}
.service-img-order {
    order: 2 !important;
}
.linear-purple {
    padding: 40px !important;
}
@media (max-width: 768px) {
    .service-content-order {
        order: 2 !important;
    }
    .service-img-order {
        order: 1 !important;
    }
    .linear-purple {
        padding: 20px !important;
    }
}
.ck-div * {
    line-height: 1.5 !important;
    color: black !important;
}
.ck-div h1,
.ck-div h2,
.ck-div h3,
.ck-div h4,
.ck-div h5,
.ck-div h6 {
    display: block;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: bold;
}
.ck-div h1 {
    font-size: 2em;
    margin-block-start: .67em;
    margin-block-end: .67em;
}
.ck-div h2 {
    font-size: 1.5em;
    margin-block-start: .83em;
    margin-block-end: .83em3
}
.ck-div h3 {
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
}
.ck-div h4 {
    font-size: 1em;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
}
.ck-div h5 {
    font-size: .83em;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
}
.ck-div h6 {
    font-size: .67em;
    margin-block-start: 2.33em;
    margin-block-end: 2.33em;
}
.ck-div ul,
.ck-div ol {
    display: block !important;
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
    padding-inline-start: 40px !important;
}
.ck-div ul {
    list-style-type: disc;
}
.ck-div ol {
    list-style-type: decimal;
}
