@font-face {
    font-family: 'Dinnextltarabic 3';
    src: url('../fonts/DINNextLTArabic-Regular-3.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --container-lg: 1272px;
    --accent-light: #ebebeb;
    --ibm-plex-sans: 'IBM Plex Sans Arabic', sans-serif;
    --large-button-size: 64px;
    --violet-100: #4928fd;
    --regular-medium: 16px;
    --medium-button-size: 48px;
    --accent: #26272c;
    --white-100: white;
    --instrument: 'Instrument Serif', sans-serif;
    --heading-h5-desktop: 24px;
    --black-100: #1b1d1e;
    --black-10: #1b1d1e1a;
    --regular-small: 14px;
    --heading-h3-desktop: 48px;
    --black-60: #1b1d1e99;
    --heading-h4-desktop: 32px;
    --white-60: #fff9;
    --heading-h6-desktop: 20px;
    --heading-h2-desktop: 72px;
    --black-50: #1b1d1e0d;
    --yellow-100: #f6e683;
    --white-10: #ffffff1a;
    --header-h1-desktop: 130px;
    --violet-20: #4928fd33;
    --orange-100: #ffaf68;
    --orange-20: #ffaf6833;
    --yellow-20: #f6e68333;
    --green-100: #79d45e;
    --green-20: #79d45e33;
    --purple-100: #b981ed;
    --purple-20: #b981ed33;
    --pink-100: #f4889a;
    --pink-20: #f4889a33;
    --blue-100: #70b5ff;
    --blue-20: #70b5ff33;
    --container-md: 738px;
    --container-sm: 290px;
    --black-40: #1b1d1e66;
    --din-next-lt-arabic: 'Dinnextltarabic 3', Arial, sans-serif;
    --primary: #041a54;
    --primary-60: #041a5499;
    --primary-50: #041a5480;
    --primary-40: #041a5466;
    --primary-30: #041a544d;
    --primary-20: #041a5433;
    --primary-10: #041a541a;
    --primary-light-30: #43537f;
    --primary-light-20: #304272;
    --primary-light-10: #1b2f64;
    --primary-dark-30: #04143f;
    --primary-dark-20: #041645;
    --primary-dark-10: #04184c;
    --secondary: #2d95fd;
}

.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.w-layout-hflex {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
}

@media screen and (max-width: 991px) {
    .w-layout-blockcontainer {
        max-width: 728px;
    }
}

@media screen and (max-width: 767px) {
    .w-layout-blockcontainer {
        max-width: none;
    }
}

body {
    color: #333;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
}

a {
    text-decoration: underline;
}

.navbar-logo-left-container {
    z-index: 5;
    background-color: #0000;
    width: 1030px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
    max-width: var(--container-lg);
    width: 100%;
    max-width: 1520px;
    margin-bottom: 0;
    margin-right: auto;
    padding: 10px 25px;
}

.body {
    background-color: var(--accent-light);
    font-family: var(--ibm-plex-sans);
    --container-lg: 1272px;
    --accent-light: #ebebeb;
    --ibm-plex-sans: 'IBM Plex Sans Arabic', sans-serif;
    --large-button-size: 64px;
    --primary-light-30: #43537f;
    --violet-100: #4928fd;
    --regular-medium: 16px;
    --medium-button-size: 48px;
    --accent: #26272c;
    --white-100: white;
    --instrument: 'Instrument Serif', sans-serif;
    --heading-h5-desktop: 24px;
    --black-100: #1b1d1e;
    --black-10: #1b1d1e1a;
    --regular-small: 14px;
    --heading-h3-desktop: 48px;
    --black-60: #1b1d1e99;
    --primary-dark-30: #04143f;
    --heading-h4-desktop: 32px;
    --white-60: #fff9;
    --heading-h6-desktop: 20px;
    --heading-h2-desktop: 72px;
    --black-50: #1b1d1e0d;
    --yellow-100: #f6e683;
    --white-10: #ffffff1a;
    --primary-dark-10: #04184c;
    --header-h1-desktop: 130px;
    --violet-20: #4928fd33;
    --orange-100: #ffaf68;
    --orange-20: #ffaf6833;
    --yellow-20: #f6e68333;
    --green-100: #79d45e;
    --green-20: #79d45e33;
    --purple-100: #b981ed;
    --purple-20: #b981ed33;
    --pink-100: #f4889a;
    --pink-20: #f4889a33;
    --blue-100: #70b5ff;
    --blue-20: #70b5ff33;
    --container-md: 738px;
    --container-sm: 290px;
    --primary-light-10: #1b2f64;
    --black-40: #1b1d1e66;
    --primary: #041a54;
    --arial: 'Inter Tight', sans-serif;
    --din-next-lt-arabic: 'Dinnextltarabic 3', Arial, sans-serif;
    --primary-60: #041a5499;
    --primary-50: #041a5480;
    --primary-40: #041a5466;
    --primary-30: #041a544d;
    --primary-20: #041a5433;
    --primary-10: #041a541a;
    --secondary: #2d95fd;
    --primary-dark-20: #041645;
    --primary-light-20: #304272;
    direction: rtl;
}

.button {
    height: var(--large-button-size);
    border: 1px solid var(--primary-light-30);
    background-color: var(--primary-light-30);
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    width: 256px;
    padding: 8px 12px 8px 20px;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    display: flex;
    color: var(--accent-light);
    font-weight: 600;
}

.button:hover {
    border: 1px solid var(--primary-dark-30);
}

.section {
    background-image: url('../images/background---Edited.png');
    background-size: cover;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.button-primary-2 {
    color: #fff;
    font-size: var(--regular-medium);
    letter-spacing: 1px;
    text-transform: capitalize;
    background-color: #1a1b1f;
    border-radius: 25px;
    padding: 12px 8px 12px 20px;
    font-weight: 400;
    line-height: 20px;
    transition: all 0.2s;
}

.button-primary-2:hover {
    color: #fff;
    background-color: #32343a;
}

.button-primary-2:active {
    background-color: #43464d;
}

.avatar-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row-reverse;
    order: 0;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.avatar-img {
    border: 2px solid #0000;
    border-radius: 5%;
    margin-left: -9px;
}

.c2a-button {
    box-sizing: border-box;
    height: var(--medium-button-size);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: var(--accent);
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: var(--accent);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--accent);
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: var(--accent);
    font-size: var(--regular-medium);
    line-height: var(--medium-button-size);
    text-align: center;
    -webkit-text-fill-color: inherit;
    background-color: #43537f;
    background-clip: border-box;
    border-radius: 10px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 8px 15px;
    text-decoration: none;
    display: flex;
}

.text-block-5 {
    color: var(--white-100);
    text-decoration: none;
}

.btn-icon {
    background-color: var(--white-100);
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    display: flex;
}

.text-block-6 {
    color: var(--white-100);
    text-align: left;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    line-height: 140%;
    text-decoration: none;
    display: block;
}

.text-block-6:hover {
    -webkit-text-stroke-color: var(--violet-100);
}

.arrow-div {
    background-color: var(--white-100);
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
}

.home-logo-section {
    padding-top: 80px;
    padding-bottom: 0;
}

.logo-sec-container {
    max-width: var(--container-lg);
}

.home-about-section {
    margin-right: 0;
    padding-top: 100px;
    padding-bottom: 0;
    font-weight: 500;
    line-height: 120%;
}

.container-4 {
    max-width: var(--container-lg);
    padding-left: 20px;
    padding-right: 20px;
}

.container-5 {
    max-width: var(--container-lg);
    padding: 100px 20px 0;
}

.home-heading-h2 {
    text-align: center;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 500;
    line-height: 120%;
}

.home-heading-h2.p-t-20 {
    padding-top: 40px;
}

.home-heading-h2.p-t-20.text-30 {
    padding-bottom: 40px;
    font-size: 30px;
}

.span-txt {
    font-family: var(--instrument);
    letter-spacing: -1px;
    font-style: italic;
}

.innovation-heading-div {
    max-width: var(--container-lg);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    place-content: center;
    place-items: center;
    display: flex;
}

.innovation-grid {
    max-width: var(--container-lg);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 64px;
    display: grid;
}

.call-to-action {
    background-color: var(--primary-light-30);
    border-radius: 15px;
    margin-top: 48px;
    padding: 32px 48px;
}

.title-1 {
    color: var(--white-100);
    font-size: var(--heading-h5-desktop);
    line-height: var(--heading-h5-desktop);
    font-weight: 500;
}

.title-2 {
    color: var(--white-100);
    font-size: var(--heading-h5-desktop);
    line-height: var(--heading-h5-desktop);
    letter-spacing: normal;
    margin-top: 2px;
    margin-bottom: 0;
    font-weight: 500;
}

.collabrator-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.let-s-collaborate {
    height: var(--medium-button-size);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: 1px solid var(--accent-light);
    background-color: var(--accent-light);
    color: var(--black-100);
    font-size: var(--regular-medium);
    line-height: var(--regular-medium);
    text-align: center;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 8px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
}

.let-s-collaborate:hover {
    border: 1px solid var(--white-100);
}

.text-block-13 {
    text-decoration: none;
}

.div-block-21 {
    background-color: var(--primary);
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    display: flex;
}

.collabrator-btn-div {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.back-to-home-btn {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: 1px solid var(--white-100);
    background-color: var(--black-100);
    color: var(--white-100);
    font-size: var(--regular-medium);
    line-height: var(--regular-medium);
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    padding: 9px 8px 9px 20px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
}

.div-block-23 {
    background-color: var(--white-100);
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    display: flex;
}

.home-our-work-section {
    padding-top: 60px;
    padding-bottom: 0;
}

.container-6 {
    max-width: var(--container-lg);
    padding-left: 20px;
    padding-right: 20px;
}

.heading-div {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
}

.our-work-heading {
    color: var(--black-100);
    text-align: center;
    max-width: 768px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 500;
    line-height: 120%;
}

.avatar {
    border-radius: 16px;
}

.small-card {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.heading-7 {
    font-size: var(--heading-h5-desktop);
    line-height: var(--heading-h5-desktop);
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 500;
}

.chips {
    grid-column-gap: 12px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
}

.link-block-2 {
    border: 1px solid var(--black-10);
    color: var(--black-100);
    font-size: var(--regular-small);
    border-radius: 5px;
    height: 32px;
    padding: 6px 16px;
    text-decoration: none;
}

.card-1,
.card-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #f4f4f4;
    flex-flow: column;
    width: 100%;
    display: flex;
}

.card-3,
.card-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #f4f4f4;
    flex-flow: column;
    display: flex;
}

.container-7 {
    max-width: var(--container-lg);
    padding-left: 20px;
    padding-right: 20px;
}

.home-our-team-sec {
    padding-top: 160px;
    padding-bottom: 0;
}

.ourteam-heading-div {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
}

.creative-mind-heading {
    color: var(--black-100);
    font-size: 48px;
    line-height: var(--heading-h3-desktop);
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    font-weight: 500;
}

.creative-mind-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 80px;
}

.profile-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
}

.creative-block-title {
    color: var(--black-100);
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
}

.position-txt {
    color: var(--black-60);
    font-size: var(--regular-small);
    text-align: center;
    line-height: 120%;
}

.creative-descp-block {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.social-link-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    display: flex;
}

.container-8 {
    max-width: var(--container-lg);
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
}

.section-6 {
    background-image: url('../images/que-bg-2.png');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}

.grid-9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
}

.section-heading {
    color: var(--primary-dark-30);
    font-size: 48px;
    line-height: var(--heading-h3-desktop);
    text-align: right;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 500;
    display: block;
}

.review-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 2.25fr 1fr;
}

.about-card-1 {
    background-image: url('../images/office.jpg');
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 16px;
    flex-flow: column;
    width: 100%;
    min-height: 470px;
    display: flex;
    position: static;
}

.about-card-2 {
    background-image: url('../images/domains_hosting.jpg');
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 16px;
    flex-flow: column;
    width: 100%;
    min-height: 470px;
    display: flex;
    position: static;
}

.about-card-3 {
    background-image: url('../images/on-demand-support.jpg');
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 16px;
    flex-flow: column;
    width: 100%;
    min-height: 470px;
    padding: 32px;
    display: flex;
    position: static;
}

.about-card-4 {
    background-image: url('../images/on-demand-support-2.jpg');
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 16px;
    flex-flow: column;
    width: 100%;
    min-height: 470px;
    padding: 32px;
    display: flex;
    position: static;
}

.text-block-15 {
    color: #fff;
    font-size: var(--heading-h4-desktop);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
}

.heading-11 {
    color: var(--white-100);
    font-size: var(--heading-h5-desktop);
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 120%;
}

.text-block-16 {
    color: var(--white-100);
    font-size: var(--regular-medium);
    font-weight: 500;
}

.text-block-17 {
    color: var(--white-60);
    font-size: var(--regular-small);
}

.div-block-28 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: auto;
    display: flex;
}

.text-block-18 {
    color: var(--accent-light);
    font-size: var(--heading-h6-desktop);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 40px;
}

.heading-12 {
    color: var(--accent-light);
    font-size: var(--heading-h3-desktop);
    line-height: var(--heading-h2-desktop);
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
}

.heading-13 {
    color: var(--primary-dark-30);
    font-size: var(--heading-h5-desktop);
    text-align: center;
    margin-left: 0;
    padding-left: 0;
    font-weight: 500;
    line-height: 120%;
    display: block;
}

.div-block-30 {
    margin-top: auto;
}

.grid-11 {
    grid-template-rows: auto;
    grid-template-columns: 0.5fr 1fr;
    place-items: stretch stretch;
    margin-top: 24px;
}

.grid-111 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 0.5fr;
    place-items: stretch stretch;
    margin-top: 24px;
}

.grid-11-copy {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: stretch stretch;
    margin-top: 24px;
}

.about-card-5-copy {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: var(--black-50);
    border-radius: 16px;
    flex-flow: column;
    min-height: 500px;
    padding: 32px;
    display: flex;
}

.block-quote,
.paragraph-25,
.paragraph-26 {
    text-align: center;
}

.container-19 {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.comparison-table {
    flex-direction: column;
    margin-top: 50px;
    display: flex;
}

.comparison-row-main {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #f5f7fa;
    border-bottom: 1px solid #e4ebf3;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    border-radius: 10px;
}

.comparison-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    border-bottom: 1px solid #e4ebf3;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.comparison-positive {
    background-image: url('../images/');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto;
    margin-left: 24px;
    padding-left: 40px;
}

.comparison-negative {
    background-image: url('../images/arrow-icon.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 24px;
    padding-left: 40px;
}

.features-table {
    border-bottom: 1px solid #e4ebf3;
    padding: 0 30px;
    position: relative;
}

.about-card-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    /* background-color: var(--black-100); */
    border-radius: 16px;
    flex-flow: column;
    align-items: flex-start;
    padding: 32px;
    display: flex;
}

.text-block-19 {
    color: var(--white-60);
    font-size: var(--regular-small);
    line-height: var(--regular-small);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
}

.heading-14 {
    color: var(--white-100);
    font-size: var(--heading-h5-desktop);
    margin-top: 24px;
    margin-bottom: 24px;
    font-weight: 500;
    line-height: 120%;
}

.image-2 {
    border-radius: 8px;
    width: 100%;
}

.about-card-5 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: var(--black-50);
    border-radius: 16px;
    flex-flow: column;
    min-height: 500px;
    padding: 32px;
    display: flex;
}
.q-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: var(--black-50);
    border-radius: 16px;
    flex-flow: column;
    min-height: 500px;
    padding: 32px;
    display: flex;
}

.text-block-20 {
    color: var(--black-60);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
}

.heading-15 {
    color: var(--black-100);
    font-size: var(--heading-h5-desktop);
    margin-top: 24px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 120%;
}

.heading-16 {
    color: var(--black-100);
    font-size: var(--regular-medium);
    line-height: var(--regular-medium);
    margin-top: 0;
    margin-bottom: 4px;
    font-weight: 500;
}

.text-block-21 {
    color: var(--black-60);
    font-size: var(--regular-small);
}

.card-div-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: auto;
    display: flex;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}

.section-7 {
    padding-top: 160px;
    padding-bottom: 0;
}

.grid-12 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    place-content: center;
    display: flex;
}

.pricing-heading-h2 {
    color: var(--black-100);
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 439px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 500;
    line-height: 120%;
    display: block;
}

.text-span-6 {
    font-family: var(--instrument);
    letter-spacing: -1px;
    font-style: italic;
}

.pricing-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 80px;
}

.plan-1 {
    background-color: var(--yellow-100);
    border-radius: 16px;
    padding: 40px;
}

.div-block-34 {
    background-color: var(--violet-100);
    border-radius: 16px;
    padding: 40px;
}

.badge {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--primary-80);
    color: var(--white-100);
    font-size: var(--fs-2);
    vertical-align: baseline;
    border-radius: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 36px;
    padding: 0 16px;
    display: flex;
}

.plan-descp {
    /* color: var(--black-60);
    font-size: var(--regular-small); */
    text-align: left;
    margin-top: 12px;
}

.pricing {
    /* color: var(--black-100);
    font-size: var(--heading-h3-desktop);
    line-height: var(--heading-h3-desktop);
    margin-top: auto;
    margin-bottom: 12px;
    font-weight: 500; */
    /* color: var(--white-100); */
    /* font-size: var(--heading-h3-desktop); */
    /* line-height: var(--heading-h3-desktop); */
    justify-content: flex-start;
    align-items: baseline;
    margin-top: auto;
    margin-bottom: 12px;
    /* font-weight: 500; */
    display: flex;
}

.pricing-validity {
    /* color: var(--black-60);
    font-size: var(--regular-medium); */
    line-height: var(--regular-medium);
    font-weight: 400;
}

.plan-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
}

.feature-sec {
    border-left: 1px solid var(--black-10);
    flex-flow: column;
    align-items: flex-start;
    padding-left: 24px;
    display: flex;
}

.feature-txt {
    color: var(--primary-dark-30);
    font-size: var(--fs-3);
    margin-bottom: 16px;
    padding-left: 0;
    font-weight: 500;
}

.div-block-36 {
    flex-flow: column;
    align-items: flex-start;
    padding-right: 24px;
    display: flex;
}

.points {
    grid-column-gap: 16px;
    /* grid-row-gap: 16px; */
    flex-flow: column;
    display: flex;
    align-items: flex-start;
}

.grid-15 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
}

.div-block-37 {
    flex-flow: column;
    align-items: flex-start;
    padding-right: 24px;
    display: flex;
}

.div-block-38 {
    border-left: 1px solid var(--white-10);
    flex-flow: column;
    align-items: flex-start;
    padding-left: 24px;
    display: flex;
}

.text-block-25 {
    color: var(--white-60);
    text-align: left;
    margin-top: 12px;
}

.heading-19 {
    color: var(--white-100);
    font-size: var(--heading-h3-desktop);
    line-height: var(--heading-h3-desktop);
    justify-content: flex-start;
    align-items: baseline;
    margin-top: auto;
    margin-bottom: 12px;
    font-weight: 500;
    display: flex;
}

.pricing-validaity {
    color: var(--white-60);
    font-size: var(--regular-medium);
    margin-left: 2px;
    font-weight: 400;
}

.text-block-26 {
    color: var(--white-100);
    font-size: var(--regular-medium);
    margin-bottom: 16px;
}

.list-item-7 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
    height: 120%;
    list-style-type: none;
    display: flex;
}

.text-block-27 {
    color: var(--white-100);
    font-size: var(--regular-medium);
}

.list-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
}

.text-block-28 {
    color: var(--black-100);
    font-size: var(--regular-medium);
}

.list-item-8 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
    height: 120%;
    display: flex;
}

.image-4 {
    width: auto;
    height: auto;
}

.feature-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
}

.container-10 {
    max-width: var(--container-lg);
    padding-left: 20px;
    padding-right: 20px;
}

.section-8 {
    padding-top: 140px;
    padding-bottom: 0;
}

.grid-16 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    place-content: center;
    margin-bottom: 80px;
}

.heading-20 {
    color: var(--black-100);
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 476px;
    margin: 0 auto;
    font-size: 48px;
    font-weight: 500;
    line-height: 120%;
    display: block;
}

.text-span-9 {
    font-family: var(--instrument);
    letter-spacing: -1px;
    font-style: italic;
}

.accordian-item {
    z-index: 10;
    border: 1px solid var(--black-10);
    border-radius: 16px;
    width: 100%;
    min-height: 80px;
    padding-left: 0;
    overflow: hidden;
}

.accordion-toggle {
    justify-content: flex-start;
    align-items: center;
    min-height: 80px;
    padding-left: 24px;
    padding-right: 24px;
    line-height: 20px;
    display: flex;
}

.dropdown-list {
    background-color: #0000;
    padding-bottom: 32px;
    padding-left: 24px;
    padding-right: 24px;
    display: none;
    position: static;
}

.text-block-30 {
    color: var(--black-100);
    text-overflow: ellipsis;
    white-space: normal;
    overflow-wrap: normal;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
}

.div-block-41 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    max-width: 925px;
    margin-left: auto;
    margin-right: auto;
    line-height: 20px;
    display: flex;
}

.container-11 {
    max-width: var(--container-lg);
    padding-left: 20px;
    padding-right: 20px;
}

.home-achievement-sec {
    padding-top: 160px;
    padding-bottom: 0;
}

.grid-17 {
    grid-template-rows: auto;
    grid-template-columns: 0.75fr;
    place-content: center;
}

.achevement-heading-h2 {
    color: var(--black-100);
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 704px;
    margin: 0 auto;
    font-size: 48px;
    font-weight: 500;
    line-height: 120%;
    display: block;
}

.grid-18 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 80px;
}

.excellence {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    border: 1px solid var(--black-10);
    cursor: auto;
    border-radius: 16px;
    flex-flow: column;
    padding: 40px;
    text-decoration: none;
    display: flex;
}

.text-block-31 {
    color: var(--black-60);
    font-size: var(--regular-medium);
    text-decoration: none;
}

.heading-24 {
    color: var(--black-100);
    font-size: var(--heading-h5-desktop);
    margin-top: 12px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
}

.container-12 {
    max-width: var(--container-lg);
    padding-left: 20px;
    padding-right: 20px;
}

.home-solution-section {
    padding-top: 160px;
    padding-bottom: 40px;
}

.c2a-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 1032px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.subtext {
    color: var(--black-60);
    font-size: var(--regular-medium);
    margin-bottom: 24px;
}

.c2a-title {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 48px;
    font-weight: 500;
    line-height: 120%;
}

.c2a-main {
    border: 1px solid var(--black-10);
    background-image: url('../images/bg-c2a.png');
    background-position: 100% 100%;
    background-repeat: repeat-x;
    background-size: auto;
    border-radius: 24px;
    padding: 120px 60px;
}

.footer {
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
}

.container-14 {
    max-width: var(--container-lg);
    padding: 80px 20px 24px;
}

.grid-19 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr 1fr 1.25fr;
    margin-top: 64px;
    margin-bottom: 64px;
}

.text-block-32 {
    color: var(--black-60);
    font-size: var(--regular-medium);
    letter-spacing: 0.5px;
    line-height: 140%;
}

.div-block-42 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
}

.footer-column-1 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: flex-start;
    max-width: 475px;
    display: flex;
}

.title {
    color: var(--black-100);
    font-size: var(--regular-medium);
    margin-bottom: 16px;
    font-weight: 500;
}

.list-item-9 {
    color: var(--black-100);
    font-size: var(--regular-medium);
    min-height: 22px;
    line-height: 140%;
}

.list-5 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex;
}

.div-block-43 {
    border-top: 1px solid var(--black-10);
    padding-top: 15px;
}

.container-15 {
    max-width: var(--container-lg);
}

.text-block-33 {
    color: var(--black-60);
    font-size: var(--regular-medium);
    text-align: center;
    letter-spacing: 0.4px;
    line-height: 140%;
}

.innovation-item {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-color: #31333033;
    border-radius: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 32px;
    display: flex;
}

.heading-25 {
    font-size: var(--heading-h6-desktop);
    max-width: 115px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 24px;
}

.plan-bedge {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
}

.navbar-wrapper-3 {
    z-index: 20;
    max-width: var(--container-lg);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 15px;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 9px 15px;
    display: flex;
    position: relative;
}

.nav-menu-two-2 {
    border: 0 solid #1b1d1e0d;
    border-radius: 5px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    display: inline-flex;
}

.mobile-menu-overlay {
    display: none;
}

.div-block-47 {
    z-index: 11;
    width: 100%;
    height: 96px;
    position: fixed;
}

.div-block-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
}

.navbar-logo-left {
    z-index: 11;
    border-bottom: 1px #1b1d1e1a;
    position: static;
}

.nav-link-4 {
    color: #1b1d1e99;
    letter-spacing: 0.25px;
    margin-left: 0;
    margin-right: 0;
    padding: 8px 11px;
    font-family: IBM Plex Sans Arabic, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    display: inline-block;
}

.nav-link-4:hover {
    color: var(--black-100);
    background-color: #fff;
    border-radius: 5px;
}

.nav-link-4:focus-visible,
.nav-link-4[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd;
}

.nav-link-4.w--current {
    color: var(--black-100);
    background-color: #fff;
    border-radius: 5px;
    padding: 8px 11px;
}

.div-block-53 {
    display: none;
}

.div-block-29 {
    display: none;
    position: relative;
}

.list-item-14 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    background-color: #0000;
    border-radius: 5px;
    padding: 4px 10px;
    display: flex;
}

.gradient-background {
    z-index: -1;
    overflow-wrap: normal;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-image: url('../images/que_background-wbg.png');
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    background-clip: border-box;
    width: 100%;
    height: 100%;
    padding-top: 0;
    overflow-wrap: normal;
    inset: 0% 0% auto;
}

.main {
    position: relative;
}

.logo-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    max-width: 1385px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    overflow: hidden;
}

.marquee_wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    direction: rtl;
    flex-flow: row-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: stretch;
    width: 200vw;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    overflow: hidden;
}

.static-marquee_logos {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border: 0 solid #000;
    border-radius: 0;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-around;
    align-items: stretch;
    width: 100vw;
    min-width: 100vw;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    overflow: visible;
}

.logo-2 {
    object-fit: contain;
    width: 80px;
    min-width: 80px;
    max-width: 50px;
    overflow: scroll;
}

.left-overlay-div {
    background-image: linear-gradient(90deg, #ebebeb, #fff0 75%);
    width: 16%;
    position: absolute;
    inset: 0% auto 0% 0%;
}

.right-overlay-div {
    background-image: linear-gradient(90deg, #fff0, #ebebeb 75%);
    width: 16%;
    position: absolute;
    inset: 0% 0% 0% auto;
}

.brand-txt {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
}

.left-divider {
    background-image: linear-gradient(90deg, #1b1e1d00, #1b1d1e1a 80%);
    width: 1920px;
    max-width: 170px;
    height: 2px;
}

.divider-with-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: var(--primary-dark-10);
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: IBM Plex Sans Arabic, sans-serif;
    font-size: 24px;
    font-weight: 700;
    display: flex;
}

.right-divider {
    background-image: linear-gradient(90deg, #1b1d1e1a, #1b1e1d00 81%);
    width: 210px;
    max-width: 210px;
    height: 2px;
}

.hero-heading-h1 {
    font-family: var(--ibm-plex-sans);
    color: var(--black-100);
    max-width: 1100px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
}

.italic-span {
    font-family: var(--instrument);
    letter-spacing: -2px;
    font-style: italic;
    font-weight: 400;
}

.italic-span.typing-text {
    font-weight: 400;
}

.para-txt {
    color: #1b1d1e99;
    letter-spacing: 0.4px;
    max-width: 700px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;
}

.container-main {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    max-width: 1272px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
}

.rating-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: right;
    direction: rtl;
    flex-flow: row-reverse;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-end;
    align-items: stretch;
    display: block;
    position: static;
}

.trusted-text {
    float: none;
    color: #1b1d1e99;
    text-align: right;
    flex-flow: row-reverse;
    margin-bottom: 0;
    font-family: IBM Plex Sans Arabic, sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: block;
}

.grid-21 {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    display: flex;
}

.crafting-heading {
    color: var(--black-100);
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 500;
    line-height: 120%;
}

.creativity-bedge {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    cursor: pointer;
    background-color: #67051133;
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    padding: 4px 24px;
    display: inline-flex;
}

.creativity-img {
    text-shadow: 0 1px 1px #0003;
    mix-blend-mode: normal;
    filter: invert(10%) sepia(36%) saturate(5690%) hue-rotate(337deg) brightness(60%) contrast(90%);
    display: block;
}

.creativity-txt {
    font-family: var(--instrument);
    color: #670511;
    letter-spacing: -1px;
    margin-bottom: 0;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.innovation-txt {
    font-family: var(--instrument);
    color: #70b5ff;
    letter-spacing: -1px;
    margin-bottom: 0;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.innovation-bedge {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #70b5ff33;
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    padding: 4px 24px;
    font-style: normal;
    display: inline-flex;
}

.bedges-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.strategy-bedge {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #016c7733;
    border-radius: 999px;
    padding: 4px 24px;
    display: flex;
}

.strategy-txt {
    font-family: var(--instrument);
    color: #016c77;
    letter-spacing: normal;
    margin-bottom: 0;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.heading-txt {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
}

.count {
    color: var(--black-100);
    font-size: var(--header-h1-desktop);
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    line-height: 100%;
    display: flex;
}

.crafting-bedge-section {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.div-block-190 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border: 1px #000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 32px 10px;
    display: flex;
}

.descp {
    color: #1b1d1e99;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
}

.count-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
}

.count-div-wrapper {
    justify-content: center;
    display: flex;
}

.count-sec-divider {
    background-color: #1b1d1e1a;
    justify-content: flex-end;
    width: 1px;
    height: 60%;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
}

.plus {
    color: var(--black-100);
    margin-bottom: 0;
    font-size: 80px;
    line-height: 30%;
}

.count-div,
.div-block-194 {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.div-block-195 {
    align-items: flex-start;
    display: flex;
}

.span-italic-txt {
    font-family: var(--instrument);
    letter-spacing: -1px;
    font-style: italic;
    font-weight: 400;
}

.div-block-196 {
    width: 100%;
    height: 100%;
    position: relative;
}

.div-block-197 {
    background-color: #000000b3;
    border-radius: 16px;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: none;
    position: absolute;
    inset: 0% auto auto;
}

.image-30 {
    position: relative;
}

.div-block-198 {
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
}

.text-span-14 {
    font-family: var(--instrument);
    letter-spacing: -1px;
    font-style: italic;
    font-weight: 400;
}

.twitter-link {
    opacity: 1;
    color: #000;
}

.twitter-link:hover,
.linkedin-link:hover {
    opacity: 0.7;
}

.text-span-15 {
    font-family: var(--instrument);
    letter-spacing: -1px;
    font-style: italic;
    font-weight: 400;
}

.text-block-34,
.text-block-35,
.text-block-36,
.text-block-37,
.text-block-38,
.text-block-39 {
    color: #1b1d1e99;
    font-size: 16px;
}

.text-span-16 {
    font-family: var(--instrument);
    letter-spacing: -1px;
    font-style: italic;
}

.text-span-17 {
    font-family: var(--instrument);
    letter-spacing: -1px;
    font-style: italic;
    font-weight: 400;
}

.flex-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.footer-social-icon:hover {
    opacity: 0.8;
    transform: translate(0, -2px);
}

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

.div-block-199 {
    padding-top: 190px;
    padding-bottom: 0;
}

.heading-29 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: IBM Plex Sans Arabic, sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 120%;
}

.text-span-18 {
    font-family: IBM Plex Sans Arabic, sans-serif;
    font-style: italic;
}

.submit-button {
    pointer-events: auto;
    color: var(--white-100);
    cursor: pointer;
    background-color: #0000;
    border-radius: 50px;
    padding: 0;
    font-family: IBM Plex Sans Arabic, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    transition: border-color 0.4s;
}

.submit-button:hover {
    color: #fff;
    border-width: 1px;
}

.contact_message-field {
    color: #eaeaea;
    background-color: #0000;
    border: 1px solid #1b1d1e33;
    border-radius: 10px;
    margin-bottom: 0;
    padding: 1rem;
    font-size: 18px;
    font-weight: 400;
    transition: border-color 0.4s;
}

.contact_message-field:focus {
    border-bottom-color: #78c4cc;
}

.contact_form {
    background-color: #fff;
    border-radius: 16px;
    width: 100%;
    max-width: 1100px;
    margin-bottom: 0;
    padding: 25px;
    position: relative;
}

.contact_field {
    color: #1b1d1e;
    background-color: #0000;
    border: 1px solid #1b1d1e33;
    border-radius: 10px;
    height: 100%;
    margin-bottom: 0;
    padding: 0.6875rem 1rem;
    font-family: IBM Plex Sans Arabic, sans-serif;
    font-size: 18px;
    font-weight: 400;
    transition: border-color 0.4s;
}

.contact_field:focus {
    border-bottom-color: #78c4cc;
}

.submit-button-wrapper {
    justify-content: center;
    margin-top: 0;
    display: flex;
}

.submit-button-wrapper.style-guide-submitbtn {
    justify-content: flex-start;
}

.contact_form-grid {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 1rem;
    display: grid;
}

.error-message-text {
    color: #242424;
}

.success-message-2 {
    color: #1b1d1e;
    background-color: #fff;
    margin-top: 1rem;
    font-family: IBM Plex Sans Arabic, sans-serif;
    font-size: 18px;
}

.error-message-3 {
    margin-top: 1rem;
}

.div-block-200 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.div-block-201,
.section-11 {
    position: relative;
}

.div-block-175 {
    padding-top: 150px;
    position: relative;
}

.div-block-177 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.div-block-176 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    display: inline-flex;
}

.heading-30 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: IBM Plex Sans Arabic, sans-serif;
}

.text-span-19 {
    font-family: IBM Plex Sans Arabic, sans-serif;
    font-style: italic;
    font-weight: 400;
}

.text-block-40 {
    font-family: IBM Plex Sans Arabic, sans-serif;
    font-weight: 500;
}

.utility-page-form {
    flex-direction: column;
    align-items: stretch;
    display: flex;
}

.styleguide-bg-wrapper {
    position: relative;
}

.styleguide-section {
    color: var(--black-100);
    padding-top: 190px;
    padding-bottom: 60px;
    font-weight: 600;
    position: relative;
}

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

.template-heading-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    line-height: 120%;
    display: flex;
}

.template-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 500;
    line-height: 120%;
}

.style-section {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    align-items: stretch;
    display: flex;
}

.styleguide-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
}

.body-2 {
    font-family: IBM Plex Sans Arabic, sans-serif;
}

.template-content-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    background-color: #fff;
    border: 1px solid #0000001a;
    border-radius: 16px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    font-size: 18px;
    line-height: 120%;
    display: flex;
}

.template-content-item.structure {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.heading-h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 130px;
    font-weight: 600;
    line-height: 120%;
}

.style-sec-div {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    display: flex;
}

.text-regular {
    color: var(--black-100);
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

.style-typo-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
}

.heading-h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 72px;
    font-weight: 600;
    line-height: 120%;
}

.heading-h3 {
    font-size: var(--heading-h3-desktop);
    margin-top: 0;
    margin-bottom: 0;
    line-height: 120%;
}

.heading-h4 {
    font-size: var(--heading-h4-desktop);
    margin-top: 0;
    margin-bottom: 0;
    line-height: 120%;
}

.heading-h5 {
    font-size: var(--heading-h5-desktop);
    margin-top: 0;
    margin-bottom: 0;
    line-height: 120%;
}

.heading-34 {
    font-size: var(--heading-h6-desktop);
    margin-top: 0;
    margin-bottom: 0;
    line-height: 120%;
}

.paragraph-19 {
    font-size: var(--regular-small);
    margin-bottom: 0;
}

.color-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.violet-div {
    background-color: var(--violet-100);
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    height: 150px;
    display: flex;
}

.violet-div.light-violet-div {
    background-color: var(--violet-20);
}

.txt-bg {
    color: var(--white-100);
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 120%;
}

.txt-bg.txt-light-bg {
    color: var(--black-60);
}

.orange-div {
    background-color: var(--orange-100);
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    height: 150px;
    display: flex;
}

.orange-div.light-orange-div {
    background-color: var(--orange-20);
}

.yellow-div {
    background-color: var(--yellow-100);
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    height: 150px;
    display: flex;
}

.yellow-div.light-yellow-div {
    background-color: var(--yellow-20);
}

.green-div {
    background-color: var(--green-100);
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    height: 150px;
    display: flex;
}

.green-div.light-green-div {
    background-color: var(--green-20);
}

.purple-div {
    background-color: var(--purple-100);
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.purple-div.light-purple-div {
    background-color: var(--purple-20);
}

.pink-div {
    background-color: var(--pink-100);
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.pink-div.light-pink-div {
    background-color: var(--pink-20);
}

.div-block-209 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.div-block-210 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
}

.webflow-link {
    color: var(--black-60);
    text-decoration: none;
}

.webflow-link:hover {
    color: var(--violet-100);
}

.paragraph-20 {
    margin-bottom: 0;
    font-weight: 600;
}

.button-wrapper-div {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.license-para {
    color: var(--black-60);
    font-size: var(--regular-medium);
    text-transform: none;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 140%;
}

.body-3 {
    font-family: IBM Plex Sans Arabic, sans-serif;
    line-height: 120%;
}

.div-block-211 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
}

.paragraph-21 {
    color: var(--black-100);
    font-size: var(--regular-medium);
    margin-bottom: 0;
    font-weight: 500;
    text-decoration: none;
}

.paragraph-21:hover {
    color: var(--violet-100);
}

.catelog-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #fff;
    border: 1px solid #0000001a;
    border-radius: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 18px 28px;
    display: flex;
}

.catelog-list.changelog-list {
    flex-flow: wrap;
}

.body-4 {
    font-family: IBM Plex Sans Arabic, sans-serif;
}

.paragraph-23 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

.arrow-img {
    transform: rotate(-90deg);
}

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

.strategy-img {
    filter: invert(27%) sepia(63%) saturate(3547%) hue-rotate(154deg) brightness(92%) contrast(99%);
}

.home-innovation-section {
    background-image: url('../images/background-gradient.webp');
    background-position: 0 0;
    background-size: cover;
}

.body-5 {
    direction: rtl;
    font-family: IBM Plex Sans Arabic, sans-serif;
}

.contact-submit-btn {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    background-color: var(--primary-light-30);
    cursor: pointer;
    border: 1px solid var(--primary-light-30);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 10px 20px;
    display: flex;
}

.font-weight {
    margin-bottom: 0;
    font-weight: 900;
}

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

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

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

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

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

.font-family-txt {
    margin-bottom: 0;
}

.font-family-txt.instrument-serif {
    font-family: IBM Plex Sans Arabic, sans-serif;
    font-style: italic;
    font-weight: 400;
    line-height: 120%;
}

.container-w {
    max-width: var(--container-lg);
    border: 1px dashed var(--blue-100);
    background-color: var(--blue-20);
    border-radius: 10px;
    width: 100%;
    height: 40px;
}

.container-w.container-md {
    max-width: var(--container-md);
}

.container-w.container-sm {
    max-width: var(--container-sm);
}

.style-guide-txt {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
}

.form-block-2 {
    width: 100%;
    margin-bottom: 0;
}

.form {
    margin-bottom: 0;
}

.navigation-link {
    color: #000;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    display: flex;
    position: relative;
    overflow: clip;
}

.navigation-link.for-footer {
    color: var(--black-60);
    letter-spacing: 0.4px;
    font-size: 1.5rem;
    font-weight: 400;
    display: inline-flex;
}

.navigation-link.for-footer:hover {
    color: var(--violet-100);
}

.nav-text.first {
    color: var(--black-60);
    font-size: var(--regular-medium);
    line-height: 120%;
    text-decoration: none;
}

.nav-text.second {
    pointer-events: none;
    font-size: var(--regular-medium);
    line-height: 120%;
    position: absolute;
    top: 100%;
}

.div-block-212 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #ebebeb99;
    justify-content: center;
    align-items: center;
    display: flex;
    position: sticky;
    top: 20%;
}

.div-block-213 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #ebebeb99;
    justify-content: center;
    align-items: center;
    display: flex;
    position: sticky;
    top: 8rem;
}

.div-block-214 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.div-block-215 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    align-items: center;
    display: flex;
}

.image-31 {
    transform-origin: 50%;
    transform: rotate(-90deg);
}

.btn-main {
    background-color: #43537f;
    border-radius: 5px;
}

.image-32 {
    position: static;
}

.hero-heading-center {
    background-color: #0000;
    border-bottom: 1px solid #e4ebf3;
    padding: 40px 30px;
    position: relative;
}

.container {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.centered-heading {
    text-align: center;
    margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
    margin-bottom: 32px;
}

.hero-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.hero-split {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 46%;
    display: flex;
}

.margin-bottom-24px {
    color: var(--primary-light-10);
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
}

.button-primary {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #1a1b1f;
    padding: 12px 25px;
    font-size: 12px;
    line-height: 20px;
    transition: all 0.2s;
}

.button-primary:hover {
    color: #fff;
    background-color: #32343a;
}

.button-primary:active {
    background-color: #43464d;
}

.shadow-two {
    box-shadow: none;
    border-radius: 10px;
}

.section-12 {
    min-height: 500px;
    margin-top: 0;
    padding-top: 20px;
}

.logos-quote-block {
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(90deg, #2d95fd26, #c5c9c11a 31%, #c5c9c126 68%, #2d95fd1a);
    background-clip: border-box;
    border-bottom: 1px solid #e4ebf3;
    border-radius: 15px;
    padding: 60px 30px;
    position: relative;
}

.clients-wrapper-two {
    justify-content: space-between;
    align-items: center;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.clients-card {
    background-color: #0000;
    flex-direction: column;
    align-items: flex-start;
    width: 60%;
    padding: 24px;
    display: flex;
}

.clients-quote {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.clients-info {
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    display: flex;
}

.clients-info-image {
    object-fit: cover;
    width: 50px;
    height: 50px;
    margin-right: 24px;
}

.clients-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    padding-left: 60px;
    display: flex;
}

.clients-image-two {
    object-fit: contain;
    width: 150px;
}

.text-block-41 {
    padding-right: 10px;
    font-size: 18px;
    line-height: 27px;
}

.text-block-42 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 18px;
}

.heading-35 {
    font-size: 28px;
}

.grid-22 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 20px;
}

.text-2 {
    color: var(--primary-dark-10);
    font-size: 22px;
}

.text-2.line-height-35 {
    line-height: 35px;
}

.div-block-216 {
    height: 100%;
    padding-right: 20px;
}

.div-block-217 {
    height: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0;
}

.list-regular {
    color: var(--primary-dark-30);
    padding-top: 20px;
    font-size: 18px;
}

.list-line-space {
    /* color: var(--primary-dark-10); */
    /* padding: 0 0 10px 0; */
    line-height: var(--lh-relaxed);
}

.text-white {
    color: #fff;
}

.generic-card {
    color: var(--accent-light);
    border-radius: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding: 32px;
    display: flex;
}

.generic-card.card-shade-1 {
    background-image: linear-gradient(45deg, #9a9faa, #1b2f64 80%);
    justify-content: space-between;
    align-items: stretch;
}

.generic-card.card-shade-2 {
    background-image: linear-gradient(45deg, #9a9faa, #304272 80%);
}

.generic-card.card-shade-3 {
    background-image: linear-gradient(45deg, #9a9faa, #43537f 80%);
    justify-content: center;
    align-items: stretch;
}

.generic-card.card-color-shade-1 {
    background-image: linear-gradient(45deg, #2d95fd40, #01d11112 75%);
    justify-content: center;
    align-items: center;
}

.generic-card.card-color-shade-2 {
    background-image: linear-gradient(45deg, #2d95fd40, #cd891112 75%);
}

.generic-card.card-color-shade-3 {
    background-image: linear-gradient(45deg, #2d95fd40, #cd051112 75%);
}

.generic-card.card-color-shade-4 {
    background-image: linear-gradient(45deg, #2d95fd40, #cdd11112 75%);
}

.generic-card.card-shade-1-copy {
    background-image: linear-gradient(45deg, #9a9faa, #1b2f64 80%);
    justify-content: space-between;
    align-items: stretch;
}

.grid-23 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-24 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-24.p-t-20,
.grid-24.p-t-20.p-b-20 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.home-icon-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: center;
}

.image-33 {
    color: #333;
    background-color: #0000;
}

.hint-icon {
    width: 50px;
    max-width: 50%;
}

.hint-icon-text {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}

.p-t-20 {
    padding-top: 20px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.mid-sec-title {
    color: var(--primary-light-10);
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
}

.grid-25 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.m-y-10 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
}

.issues-card {
    color: var(--accent-light);
    border-radius: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 100%;
    padding: 10px 0;
    display: flex;
}

.issues-card.card-shade-1 {
    background-image: linear-gradient(45deg, #1b2f64 20%, #9a9faa);
    justify-content: space-between;
    align-items: stretch;
}

.issues-card.card-shade-2 {
    background-image: linear-gradient(45deg, #9a9faa, #304272 80%);
}

.issues-card.card-shade-3 {
    background-image: linear-gradient(45deg, #9a9faa, #43537f 80%);
}

.issues-card.card-color-shade-1 {
    background-image: linear-gradient(45deg, #2d95fd40, #01d11112 75%);
}

.issues-card.card-color-shade-2 {
    background-image: linear-gradient(45deg, #2d95fd40, #cd891112 75%);
}

.issues-card.card-color-shade-3 {
    background-image: linear-gradient(45deg, #2d95fd40, #cd051112 75%);
}

.issues-card.card-color-shade-4 {
    background-image: linear-gradient(45deg, #2d95fd40, #cdd11112 75%);
}

.issues-card.card-shade-1-copy {
    background-image: linear-gradient(45deg, #9a9faa, #1b2f64 80%);
    justify-content: space-between;
    align-items: stretch;
}

.issues-card-2 {
    color: var(--primary-dark-30);
    border-radius: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 0;
    display: flex;
}

.issues-card-2.card-shade-1 {
    background-image: linear-gradient(45deg, #9a9faa, #1b2f64 80%);
    justify-content: space-between;
    align-items: stretch;
}

.issues-card-2.card-shade-2 {
    background-image: linear-gradient(45deg, #9a9faa, #304272 80%);
}

.issues-card-2.card-shade-3 {
    background-image: linear-gradient(45deg, #9a9faa, #43537f 80%);
}

.issues-card-2.card-color-shade-2 {
    background-image: linear-gradient(45deg, #2d95fd40, #cd891112 75%);
    justify-content: center;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
}

.issues-card-2.card-color-shade-3 {
    background-image: linear-gradient(45deg, #2d95fd40, #cd051112 75%);
}

.issues-card-2.card-color-shade-4 {
    background-image: linear-gradient(45deg, #2d95fd40, #cdd11112 75%);
}

.issues-card-2.card-shade-1-copy {
    background-image: linear-gradient(45deg, #9a9faa, #1b2f64 80%);
    justify-content: space-between;
    align-items: stretch;
}

.issues-card-2.card-color-shade-2-1 {
    background-image: linear-gradient(45deg, #2d95fd40, #01d11112 75%);
    justify-content: center;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
}

.issues-card-2.test-card-color {
    background-image: linear-gradient(45deg, #2d95fd40, #cd891112 75%);
}

.issues-card-2.g-orangish {
    padding-top: 20px;
    padding-bottom: 20px;
}

.hint-icon-text-2 {
    color: var(--primary-dark-30);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 50px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
    bottom: 100px;
}

.grid-26 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 2fr;
    grid-auto-flow: row;
    margin-top: 40px;
}

.grid-24-copy {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
}

.grid-why-que {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
}

.grid-24-copy.p-t-20,
.grid-24-copy.p-t-20.p-b-20 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.hint-icon-copy {
    width: 100px;
    max-width: none;
    margin-top: 0;
    padding-top: 10px;
    position: absolute;
    top: -26px;
    right: 107px;
}

.hint-icon-text-3 {
    color: var(--primary-dark-30);
    font-size: 16px;
    font-weight: 700;
}

.grid-27 {
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 1.5fr) 1fr 1fr minmax(250px, 1fr);
    place-items: stretch stretch;
}

.image-34 {
    width: 50px;
    max-width: 50%;
}

.div-block-219 {
    justify-content: center;
    align-items: center;
    display: flex;
}

.div-block-220 {
    position: relative;
}

.grid-28 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    place-items: center;
}

.wwd-header {
    color: var(--primary);
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}

.wwd-body {
    color: var(--primary-light-10);
    text-align: center;
    font-size: 18px;
}

.image-41 {
    object-fit: contain;
    max-width: none;
    height: auto;
    overflow: clip;
}

.div-block-221 {
    position: relative;
}

.text-block-43 {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
}

.div-block-222 {
    pointer-events: none;
    z-index: 2;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
    display: flex;
    position: absolute;
    inset: 0;
}

.image-42 {
    padding-bottom: 20px;
    padding-right: 20px;
    position: static;
    top: 0;
}

.generic-card-2 {
    color: var(--accent-light);
    border-radius: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    margin-top: 40px;
    padding: 32px 32px 32px 0;
    display: flex;
}

.generic-card-2.card-shade-1 {
    background-image: linear-gradient(45deg, #9a9faa, #1b2f64 80%);
    justify-content: space-between;
    align-items: stretch;
}

.generic-card-2.card-shade-2 {
    background-image: linear-gradient(45deg, #9a9faa, #304272 80%);
}

.generic-card-2.card-shade-3 {
    background-image: linear-gradient(45deg, #9a9faa, #43537f 80%);
    justify-content: center;
    align-items: stretch;
}

.generic-card-2.card-color-shade-1 {
    background-image: linear-gradient(45deg, #2d95fd40, #01d11112 75%);
    justify-content: center;
    align-items: center;
}

.generic-card-2.card-color-shade-2 {
    background-image: linear-gradient(45deg, #2d95fd40, #cd891112 75%);
}

.generic-card-2.card-color-shade-3 {
    background-image: linear-gradient(45deg, #2d95fd40, #cd051112 75%);
}

.generic-card-2.card-color-shade-4 {
    background-image: linear-gradient(45deg, #2d95fd40, #cdd11112 75%);
}

.generic-card-2.card-shade-1-copy {
    background-image: linear-gradient(45deg, #9a9faa, #1b2f64 80%);
    justify-content: space-between;
    align-items: stretch;
}

.div-block-223 {
    padding-top: 0;
}

.heading-13--1 {
    color: var(--primary-dark-30);
    text-align: center;
    margin-left: 0;
    padding-left: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    display: block;
}

.div-block-224 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.image-43 {
    margin-right: 5px;
    padding-right: 0;
}

.left-divider-2 {
    color: var(--primary-light-10);
    text-align: center;
    background-image: linear-gradient(90deg, #1b1e1d00, #1b2f64b3 80%);
    justify-content: center;
    align-items: center;
    width: 60px;
    max-width: 170px;
    height: 2px;
    margin-right: 30px;
    padding-right: 0;
    font-weight: 700;
    display: flex;
}

.issues-card-copy {
    color: var(--accent-light);
    border-radius: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 100%;
    padding: 10px 0;
    display: flex;
}

.bg-strip-overlay {
    z-index: 1;
    pointer-events: none;
    background-image: linear-gradient(#0000008c, #0000);
    height: 50px;
    position: absolute;
    inset: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.columns {
    flex-flow: row-reverse;
    display: flex;
}

.column {
    align-items: center;
    display: flex;
}

.paragraph-24 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 35px;
}

.heading-36 {
    color: var(--primary-light-30);
    margin-bottom: 20px;
}

.brand-txt-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
}

.div-block-226 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 150px;
    padding-left: 0;
    display: flex;
}

.div-block-227 {
    justify-content: center;
    align-items: center;
    width: 165px;
    display: flex;
}

.image-44,
.image-45 {
    margin-left: 15px;
}

.image-46 {
    padding-bottom: 20px;
}

.heading-13-cards {
    color: var(--accent-light);
    font-size: var(--heading-h5-desktop);
    text-align: center;
    margin-left: 0;
    padding-left: 0;
    font-weight: 500;
    line-height: 120%;
    display: block;
}

.about-card-2-copy {
    color: var(--accent-light);
    background-image: linear-gradient(45deg, #9a9faa, #041a54cc 30%);
    border-radius: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding: 32px;
    display: flex;
}

@media screen and (min-width: 1440px) {
    .heading-13 {
        display: block;
    }

    .hero-heading-h1 {
        font-size: 40px;
    }

    .container-main {
        font-size: 14px;
    }

    .div-block-175 {
        padding-top: 175px;
    }

    .div-block-174 {
        padding-top: 0;
    }

    .div-block-176 {
        width: 100%;
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
        line-height: 120%;
    }

    .heading-30 {
        text-align: center;
        font-family: IBM Plex Sans Arabic, sans-serif;
        font-size: 48px;
        font-weight: 500;
        line-height: 120%;
    }

    .text-span-19 {
        font-family: IBM Plex Sans Arabic, sans-serif;
        font-size: 48px;
        font-style: italic;
        font-weight: 400;
        line-height: 100%;
    }

    .style-section {
        grid-column-gap: 50px;
        grid-row-gap: 50px;
    }

    .template-content-item {
        border-radius: 16px;
        flex-flow: row;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 18px;
        padding-left: 28px;
        padding-right: 28px;
        display: flex;
    }

    .style-sec-div {
        grid-column-gap: 28px;
        grid-row-gap: 28px;
        flex-flow: column;
        display: flex;
    }

    .text-regular {
        font-weight: 400;
    }

    .license-para {
        font-weight: 500;
        line-height: 140%;
    }

    .paragraph-21 {
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 500;
        line-height: 120%;
    }

    .catelog-list {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        background-color: #fff;
        border: 1px solid #0000001a;
        border-radius: 16px;
        flex-flow: column;
        align-items: flex-start;
        padding: 18px 28px;
        display: flex;
    }

    .div-block-217 {
        margin-top: 40px;
    }

    .hint-icon {
        width: 50px;
        max-width: none;
        overflow: clip;
    }

    .hint-icon-copy {
        clear: none;
        position: relative;
        right: 200px;
    }

    .grid-27 {
        text-align: center;
        grid-template-columns: 2fr 1fr 1fr 1fr;
    }

    .image-34 {
        text-align: center;
        width: 50px;
        max-width: none;
        display: block;
    }

    .div-block-218 {
        justify-content: center;
        align-items: center;
        display: block;
    }

    .div-block-219 {
        justify-content: center;
        align-items: center;
        padding-top: 30px;
        padding-bottom: 0;
        display: flex;
    }

    .image-35,
    .image-36,
    .image-37,
    .image-38,
    .image-39 {
        width: 50px;
        max-width: none;
    }

    .image-40 {
        max-width: none;
    }

    .generic-card-2 {
        align-items: stretch;
    }

    .heading-13--1,
    .heading-13-cards {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .section {
        padding-top: 160px;
    }

    .c2a-button {
        display: none;
    }

    .home-logo-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .logo-sec-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .home-about-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .container-4 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .container-5 {
        padding: 40px 25px;
    }

    .home-heading-h2 {
        font-size: 36px;
    }

    .innovation-grid {
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row;
        margin-top: 44px;
    }

    .collabrator-wrapper {
        text-align: center;
        justify-content: center;
    }

    .collabrator-btn-div {
        flex-flow: wrap;
        justify-content: center;
    }

    .home-our-work-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .container-6 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .our-work-heading {
        max-width: 500px;
        font-size: 36px;
    }

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

    .card-1,
    .card-2,
    .card-3,
    .card-4 {
        width: 100%;
    }

    .container-7 {
        padding-right: 25px;
    }

    .home-our-team-sec {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .creative-mind-heading {
        max-width: 400px;
        font-size: 36px;
    }

    .creative-mind-wrapper {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        grid-template-columns: 1fr 1fr;
        margin-top: 40px;
    }

    .profile-card {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .creative-block-title {
        font-size: 22px;
    }

    .social-link-div {
        margin-top: 14px;
    }

    .section-6 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section-heading {
        max-width: 600px;
        font-size: 36px;
    }

    .review-grid {
        grid-template-columns: 2.25fr;
        margin-top: 40px;
    }

    .grid-11 {
        grid-template-columns: 1.75fr;
    }

    .section-7 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .pricing-heading-h2 {
        font-size: 36px;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        margin-top: 40px;
    }

    .section-8 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .grid-16 {
        margin-bottom: 40px;
    }

    .heading-20 {
        font-size: 36px;
    }

    .text-block-30 {
        font-size: 22px;
        line-height: 120%;
    }

    .container-11 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-achievement-sec {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .achevement-heading-h2 {
        font-size: 36px;
    }

    .grid-18 {
        grid-template-columns: 1fr 1fr;
        margin-top: 40px;
    }

    .excellence {
        grid-column-gap: 55px;
        grid-row-gap: 55px;
        padding: 25px;
    }

    .container-12 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-solution-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .c2a-title {
        font-size: 36px;
    }

    .c2a-main {
        padding: 90px 40px;
    }

    .container-14 {
        padding-top: 24px;
    }

    .grid-19 {
        grid-column-gap: 55px;
        grid-row-gap: 55px;
        flex-flow: column;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .footer-column-1 {
        grid-column-gap: 18px;
        grid-row-gap: 18px;
    }

    .image-9 {
        cursor: pointer;
        position: static;
        inset: 15px 15px 0% auto;
    }

    .nav-menu-two-2 {
        background-color: #fff;
        border-radius: 50px;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        margin-top: 10px;
        padding: 20px;
        display: none;
        box-shadow: 0 8px 50px #0000000d;
    }

    .mobile-menu-overlay {
        display: none;
    }

    .list-item-10,
    .list-item-11,
    .list-item-12 {
        color: #1b1d1e;
        font-family: IBM Plex Sans Arabic, sans-serif;
        font-size: 16px;
        font-weight: 500;
    }

    .link-6 {
        color: #1b1d1e;
        text-decoration: none;
    }

    .link-6:hover {
        color: #1e1d1eb3;
    }

    .image-28 {
        cursor: pointer;
    }

    .list-item-13 {
        color: #1b1d1e;
        font-family: IBM Plex Sans Arabic, sans-serif;
        font-size: 16px;
        font-weight: 500;
    }

    .div-block-49 {
        box-sizing: content-box;
        object-fit: none;
        object-position: 0% 0%;
        flex-flow: row;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        height: auto;
        padding: 0;
        display: flex;
        position: static;
    }

    .div-block-50 {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .nav-link-4 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .list-6 {
        grid-column-gap: 14px;
        grid-row-gap: 14px;
        flex-flow: column;
        width: 100%;
        margin-bottom: 10px;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        list-style-type: none;
        display: flex;
    }

    .div-block-51 {
        grid-column-gap: 14px;
        grid-row-gap: 14px;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 16px;
        padding-right: 16px;
        display: flex;
    }

    .paragraph-10 {
        color: #1b1d1e;
        margin-bottom: 0;
        font-family: IBM Plex Sans Arabic, sans-serif;
        font-size: 16px;
        font-weight: 600;
    }

    .div-block-53 {
        display: flex;
    }

    .div-block-29 {
        z-index: 99;
        background-color: #0000;
        align-items: baseline;
        width: 100%;
        max-width: 300px;
        height: 100vh;
        display: flex;
        position: fixed;
        inset: 0% 0% 0% auto;
        transform: translate(100%);
    }

    .div-block-54 {
        background-color: #fff;
        width: 100%;
        max-width: 300px;
        height: 100vh;
        position: fixed;
        inset: 0% 0% 0% auto;
    }

    .gradient-background {
        background-position: 100% 0;
        background-size: contain;
        height: 60vh;
    }

    .marquee_wrap {
        width: 400vw;
    }

    .static-marquee_logos {
        width: 200vw;
    }

    .brand-txt {
        pointer-events: auto;
    }

    .left-divider {
        display: none;
    }

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

    .right-divider {
        display: none;
    }

    .hero-heading-h1 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 55px;
        line-height: 110%;
    }

    .crafting-heading {
        font-size: 36px;
    }

    .creativity-txt {
        font-size: var(--heading-h3-desktop);
    }

    .count {
        font-size: var(--heading-h2-desktop);
    }

    .crafting-bedge-section {
        grid-column-gap: 50px;
        grid-row-gap: 50px;
    }

    .div-block-190 {
        border-style: none;
        border-width: 0;
    }

    .count-block {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .count-sec-divider {
        display: none;
    }

    .plus {
        font-size: 60px;
    }

    .div-block-196 {
        width: 100%;
        height: 100%;
    }

    .div-block-199 {
        padding-top: 140px;
        padding-bottom: 40px;
    }

    .heading-29 {
        font-size: 36px;
    }

    .contact_message-field::placeholder,
    .contact_field::placeholder {
        font-size: 1rem;
    }

    .div-block-200 {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }

    .container-18 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .heading-30 {
        font-size: 36px;
    }

    .text-span-19 {
        color: #1b1d1e;
        font-family: IBM Plex Sans Arabic, sans-serif;
        font-style: italic;
        font-weight: 400;
    }

    .styleguide-section {
        padding-top: 140px;
    }

    .styleguide-heading {
        font-size: 30px;
    }

    .template-content-item {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        flex-flow: column;
        align-items: flex-start;
    }

    .heading-h1 {
        font-size: 72px;
    }

    .heading-h2 {
        font-size: 64px;
    }

    .heading-h3 {
        font-size: var(--heading-h3-desktop);
    }

    .color-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .purple-div {
        height: 150px;
    }

    .button-wrapper-div {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-flow: wrap;
    }

    .navigation-link {
        justify-content: center;
        align-items: flex-end;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-right: 12px;
    }

    .navigation-link.for-footer {
        justify-content: center;
        align-items: flex-start;
    }

    .div-block-212,
    .div-block-213 {
        flex-flow: column;
        width: 100%;
    }

    .div-block-214 {
        width: 100%;
    }

    .div-block-215 {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
    }

    .container {
        max-width: 728px;
    }

    .hero-wrapper {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: -40px;
    }

    .hero-split {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .grid-23 {
        grid-template-columns: 1fr 1fr;
    }

    .grid-27 {
        grid-template-columns: minmax(200px, 1fr) 1fr 1fr 1fr;
    }

    .left-divider-2 {
        display: none;
    }

    .brand-txt-copy {
        pointer-events: auto;
        pointer-events: auto;
    }
}

@media screen and (max-width: 767px) {
    .navbar-logo-left-container {
        max-width: 100%;
    }

    .navbar-brand-2 {
        padding-left: 0;
    }

    .nav-menu-two-2 {
        border-radius: 20px;
        flex-direction: column;
        padding-bottom: 30px;
    }

    .mobile-menu-overlay {
        z-index: 40;
        background-color: #00000080;
        width: 100%;
        height: 100vh;
        display: none;
        position: fixed;
        top: 0;
    }

    .nav-link-4 {
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block;
    }

    .div-block-29 {
        transform: translate(100%);
    }

    .gradient-background {
        background-position: 50%;
        background-size: cover;
    }

    .submit-button {
        width: 100%;
        margin-top: 1rem;
    }

    .submit-button-wrapper {
        margin-top: 0;
    }

    .navigation-link.for-footer {
        justify-content: center;
        align-items: flex-start;
    }

    .hero-heading-center,
    .logos-quote-block {
        padding: 60px 15px;
    }

    .clients-wrapper-two {
        flex-direction: column;
    }

    .clients-card {
        width: 100%;
        margin-bottom: 30px;
    }

    .clients-grid {
        grid-column-gap: 40px;
        grid-template-columns: 1fr 1fr 1fr;
        margin-top: 15px;
    }

    .hint-icon-copy {
        right: 50px;
    }

    .grid-27 {
        grid-template-columns: minmax(180px, 1fr) 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 479px) {
    .section {
        padding-top: 140px;
    }

    .avatar-wrapper {
        flex-flow: wrap;
        margin-top: 10px;
        display: flex;
    }

    .c2a-button {
        display: none;
    }

    .avatar-block {
        display: block;
    }

    .home-about-section {
        padding-top: 60px;
        padding-bottom: 0;
    }

    .container-4 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .container-5 {
        padding: 60px 20px 0;
    }

    .innovation-grid {
        grid-column-gap: 18px;
        grid-row-gap: 18px;
        grid-template-columns: 1fr 1fr 1fr;
        margin-top: 40px;
    }

    .call-to-action {
        padding: 20px;
    }

    .collabrator-btn-div {
        justify-content: center;
        align-items: stretch;
    }

    .home-our-work-section {
        padding-top: 60px;
        padding-bottom: 0;
    }

    .container-6 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .our-work-heading {
        font-size: 30px;
    }

    .card-1 {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .container-7 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-our-team-sec {
        padding-top: 60px;
        padding-bottom: 0;
    }

    .creative-mind-wrapper {
        grid-template-columns: 1fr;
    }

    .section-6 {
        padding-top: 60px;
        padding-bottom: 0;
    }

    .review-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .about-card-1,
    .about-card-2,
    .about-card-3,
    .about-card-5 {
        padding: 20px;
    }

    .section-7 {
        padding-top: 60px;
        padding-bottom: 0;
    }

    .plan-1,
    .div-block-34 {
        padding: 24px;
    }

    .pricing {
        margin-top: 12px;
    }

    .plan-wrapper {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        grid-template-columns: 1fr;
    }

    .feature-sec {
        border-top: 1px solid #1b1d1e1a;
        border-left-style: none;
        padding-top: 16px;
        padding-left: 16px;
    }

    .grid-15 {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        grid-template-columns: 1fr;
    }

    .div-block-38 {
        border-top: 1px solid #ffffff1a;
        border-left-style: none;
        padding-top: 16px;
        padding-left: 16px;
    }

    .heading-19 {
        margin-top: 12px;
    }

    .section-8 {
        padding-top: 60px;
        padding-bottom: 0;
    }

    .text-block-30 {
        white-space: normal;
        font-size: 20px;
        line-height: 120%;
    }

    .home-achievement-sec {
        padding-top: 60px;
        padding-bottom: 0;
    }

    .grid-18 {
        grid-template-columns: 1fr;
    }

    .home-solution-section {
        padding-top: 60px;
        padding-bottom: 0;
    }

    .c2a-main {
        padding: 40px 20px;
    }

    .container-14 {
        padding-top: 20px;
    }

    .grid-19 {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        grid-template-columns: 2fr;
    }

    .list-5 {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
    }

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

    .nav-menu-two-2 {
        flex-direction: column;
    }

    .div-block-50 {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .div-block-29 {
        transform: translate(100%);
    }

    .marquee_wrap {
        width: 800vw;
    }

    .static-marquee_logos {
        width: 400vw;
    }

    .divider-with-text {
        margin-top: 20px;
        margin-bottom: 0;
        font-size: 16px;
    }

    .hero-heading-h1 {
        font-size: 36px;
        line-height: 100%;
    }

    .container-main {
        padding-left: 20px;
        padding-right: 20px;
    }

    .rating-div {
        flex-flow: row;
        place-content: stretch center;
        align-items: center;
        display: flex;
    }

    .crafting-heading {
        font-size: 32px;
    }

    .creativity-txt,
    .innovation-txt {
        font-size: var(--heading-h4-desktop);
    }

    .bedges-wrapper {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .strategy-txt {
        font-size: var(--heading-h4-desktop);
    }

    .div-block-190 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .count-block {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        grid-template-columns: 1fr;
    }

    .flex-block-2 {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        grid-template-columns: 1fr;
    }

    .submit-button {
        width: auto;
        margin-top: 0;
        font-size: 16px;
    }

    .submit-button-wrapper {
        align-items: flex-start;
    }

    .contact_form-grid {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        grid-template-rows: auto auto auto auto auto auto;
        grid-template-columns: 1fr;
    }

    .heading-30 {
        font-size: 30px;
        line-height: 120%;
    }

    .styleguide-heading {
        font-size: 24px;
    }

    .heading-h1 {
        font-size: 62px;
    }

    .text-regular {
        font-weight: 500;
    }

    .heading-h2 {
        font-size: 52px;
    }

    .heading-h3,
    .heading-h4,
    .heading-h5,
    .heading-34 {
        font-weight: 600;
    }

    .div-block-209 {
        justify-content: flex-start;
    }

    .nav-text.first {
        font-weight: 400;
        line-height: 140%;
    }

    .container {
        max-width: none;
    }

    .centered-heading {
        margin-bottom: 24px;
    }

    .margin-bottom-24px {
        font-size: 14px;
    }

    .clients-quote {
        font-size: 20px;
        line-height: 28px;
    }

    .clients-info-image {
        margin-right: 16px;
    }

    .clients-grid {
        grid-column-gap: 0px;
        grid-row-gap: 40px;
        text-align: center;
        flex-flow: column;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        align-items: stretch;
        padding-left: 0;
    }

    .clients-image-two {
        text-align: center;
        flex: 1;
        width: 150px;
        display: block;
    }

    .text-block-42 {
        line-height: 150%;
    }

    .heading-35 {
        font-size: 20px;
    }

    .generic-card {
        padding: 20px;
    }

    .grid-23 {
        grid-template-rows: auto auto auto auto;
        grid-template-columns: 1fr;
    }

    .grid-24.p-t-20.p-b-20 {
        grid-template-columns: 1fr;
    }

    .issues-card,
    .issues-card-2 {
        padding: 20px;
    }

    .hint-icon-text-2 {
        font-size: 30px;
        line-height: 20px;
        bottom: 30px;
    }

    .grid-26,
    .grid-24-copy.p-t-20.p-b-20 {
        grid-template-columns: 1fr;
    }

    .hint-icon-copy {
        top: 70px;
        right: -50px;
    }

    .grid-27 {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-rows: auto auto auto auto;
        grid-template-columns: repeat(auto-fit, 101%);
        grid-auto-columns: auto;
        grid-auto-flow: row;
        justify-content: stretch;
    }

    .generic-card-2 {
        justify-content: center;
        align-items: stretch;
        padding: 20px;
    }

    .issues-card-copy,
    .about-card-2-copy {
        padding: 20px;
    }
}

/* #w-node-be3f432d-dbea-8f0c-be58-e12d91738235-7a42ec8a,
#w-node-be3f432d-dbea-8f0c-be58-e12d91738237-7a42ec8a,
#w-node-be3f432d-dbea-8f0c-be58-e12d91738238-7a42ec8a,
#w-node-ea378d08-07cb-b2e0-588e-bd2f9450d56b-7a42ec8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
} */

#w-node-be3f432d-dbea-8f0c-be58-e12d91738235-7a42ec8a,
#w-node-be3f432d-dbea-8f0c-be58-e12d91738237-7a42ec8a,
#w-node-be3f432d-dbea-8f0c-be58-e12d91738238-7a42ec8a,
#w-node-ea378d08-07cb-b2e0-588e-bd2f9450d56b-7a42ec8a,
#w-node-_33f874a8-354a-9349-8b30-099bef78f076-7a42ec8a,
#w-node-_33f874a8-354a-9349-8b30-099bef78f078-7a42ec8a,
#w-node-_33f874a8-354a-9349-8b30-099bef78f07b-7a42ec8a,
#w-node-_33f874a8-354a-9349-8b30-099bef78f07d-7a42ec8a,
#w-node-_33f874a8-354a-9349-8b30-099bef78f080-7a42ec8a,
#w-node-_33f874a8-354a-9349-8b30-099bef78f082-7a42ec8a,
#w-node-_33f874a8-354a-9349-8b30-099bef78f085-7a42ec8a,
#w-node-_33f874a8-354a-9349-8b30-099bef78f087-7a42ec8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555d0844-48b3-4229-fe52-cbdb4d30d287-7a42ec8c,
#w-node-_555d0844-48b3-4229-fe52-cbdb4d30d289-7a42ec8c {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
    #w-node-_9d05b4dd-2469-26fc-511a-30d212818f48-7a42ec8a {
        grid-column: span 3 / span 3;
    }

    #w-node-_555d0844-48b3-4229-fe52-cbdb4d30d287-7a42ec8c,
    #w-node-_555d0844-48b3-4229-fe52-cbdb4d30d289-7a42ec8c {
        grid-column: span 1 / span 1;
    }
}

@font-face {
    font-family: 'Dinnextltarabic 3';
    src: url('../fonts/DINNextLTArabic-Regular-3.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}