@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 15px;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}

dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
span,
div,
textarea,
p {
    margin: 0;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;
}

fieldset,
img {
    border: 0
}

ol,
ul {
    list-style: none
}

a {
    cursor: pointer;
    text-decoration: none;
}

.clearfix:before,
.clearfix:after {
    display: block;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

.clear {
    clear: both
}

.btn {
    outline: 0px;
}

.lists {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.mainpage {
    position: relative;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bai Jamjuree', sans-serif;
    font-weight: bold;
}

a {
    font-family: 'Bai Jamjuree', sans-serif;
}

img {
    width: auto;
    height: auto;
}

.container {
    max-width: 1480px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

h2 {
    font-size: 38px;
    font-weight: bold;
    line-height: 46px;
}

h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    color: #161616;
}

/* ---banner_bg-- */

.banner_bg {
    margin-bottom: 120px;
    width: 100%;
    height: 100%;
    padding: 150px 0;
    background-image: url(../images/ae_images/mobileappqatar_img/banner.png);
    background-size: 100% 100%;
    border-radius: 0 0 150px 150px;
}

.banner_outer {
    background-repeat: no-repeat;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.banner_outer .right_part {
    width: 50%;
}

.banner_outer .right_part .heading {
    padding: 0;
    text-align: left;
}

.banner_outer .right_part .heading h1 {
    font-size: 53px;
    font-weight: 800;
    line-height: normal;
    padding-bottom: 20px;
    color: #fff;
    line-height: 70px;
}

.banner_outer .right_part .heading h1 b {
    -webkit-text-fill-color: #fc7600;
}

.banner_outer .right_part .heading span {
    font-size: 18px;
    font-weight: 500;
    display: block;
    color: #fff;
    border-left: solid 3px #fc7600;
    padding: 5px 0 5px 10px;
    margin-bottom: 10px;
}

.banner_outer .right_part .heading span::before {
    position: unset;

}

.banner_outer .right_part .heading p {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    padding-bottom: 20px;
}

.banner_outer .right_part button {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    width: fit-content;
    display: flex;
    border-radius: 100px;
    overflow: hidden;
    padding: 15px 35px;
    align-items: center;
    justify-content: space-around;
    background: #fc7600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}

/* ---banner_bg-- */


/* game_features */
.game_features {
    position: relative;
    margin-bottom: 120px;
    position: relative;
}

.game_features::before {
    position: absolute;
    content: "";
    background-image: url(../images/ae_images/mobileappqatar_img/digital-before.png);
    width: 70%;
    height: 90%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -130px;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: 100% 100%;
}

.game_features_outer {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.game_features_outer .left_part {
    padding: 0;
    width: 40%;
}

.game_features_outer .left_part h2 {
    padding-bottom: 20px;
}

.game_features_outer .right_part {
    padding: 0;
    width: 50%;
}

.game_features_outer .right_part ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.game_features_outer .right_part ul li {
    padding: 0;
    background: #fff;
    padding: 24px;
    box-shadow: 0px 8px 32px rgba(32, 21, 21, 5%);
    min-height: 370px;
}

.game_features_outer .right_part ul li span {
    background: #fff;
    padding: 12px;
    border-radius: 10px;
    display: block;
    width: fit-content;
    margin-bottom: 15px;
    background: #fc7600;
}

.game_features_outer .right_part ul li span img {
    filter: brightness(0) invert(1);
}

.game_features_outer .right_part ul li h3 {
    line-height: normal;
    padding-bottom: 10px;
}

/* .game_features_outer .right_part ul li:nth-child(1),
.game_features_outer .right_part ul li:nth-child(3) {
    margin-top: 30px;
} */



/* --deep_tech-- */

.deep_tech {
    padding: 80px 0;
    background: #000;
    margin-bottom: 120px;
}

.deep_tech_outer {
    padding: 0;
}

.deep_tech_outer .left_part {
    width: 100%;
    display: flex;
    padding-bottom: 50px;
    gap: 50px;
}

.deep_tech_outer .right_part {
    width: 100%;
}

.deep_tech_outer button {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    width: fit-content;
    display: flex;
    border-radius: 100px;
    overflow: hidden;
    padding: 15px 45px;
    align-items: center;
    justify-content: space-around;
    background: #fc7600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}

.deep_tech_outer .left_part h2 {
    padding: 0 0px 20px;
    width: inherit;
    color: #fff;
}

.deep_tech_outer .left_part span {
    font-weight: 500;
    color: #7b7b7b;
    font-size: 18px;
    padding-left: 40px;
    position: relative;
}

.deep_tech_outer .left_part span::before {
    position: absolute;
    content: "";
    background: #fc7600;
    width: 20px;
    height: 3px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.deep_tech_outer .left_part p {
    padding-bottom: 20px;
    color: rgba(255, 255, 255, 0.7) !important
}

.delivery_app_company_sliderBox h3 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
    padding-bottom: 10px;
}

.delivery_app_company_sliderBox {
    padding-right: 20px;
    padding-left: 20px;
    border-right: solid 1px #ffffff61;
    min-height: 250px;
    position: relative;
}

.delivery_app_company_sliderBox p {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 16px;
    line-height: 26px;
}

.deep_tech_outer {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.arab_markets ul {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.icon_heading p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: rgba(13, 22, 17, 60%);
}

.arab_markets ul li {
    background: #edfdc3;
    padding: 20px;
    border-radius: 15px;
}

.arab_markets ul li:hover {
    background: #fc7600;
    transition: all 0.5s ease-out;
}

.arab_markets ul li:hover h2,
.arab_markets ul li:hover p {
    color: #0d1611;
}

.arab_markets ul li .arab_markets_inner {
    padding: 0;
    position: relative;
    z-index: 9;
    display: flex;
    gap: 25px;
}

.arab_markets ul li .arab_markets_inner h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: normal;
    padding-bottom: 30px;
    position: relative;
}

.arab_markets ul li .arab_markets_inner h3::before {
    position: absolute;
    content: "";
    background: #0d1611;
    width: 50px;
    height: 3px;
    left: 0;
    bottom: 13px;
}

/* --deep_tech-- */

/*  */

.management {
    margin-bottom: 120px;
}

.synarion-section {
    text-align: center;
}

.synarion-section h2 {
    margin-bottom: 50px;
}

.synarion-section p {
    margin-bottom: 40px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    width: 100%;
    margin: auto;

}

.service-item {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 20px;
    border: 1px solid #ececec;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s;
}

.service-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.service-number {
    width: 65px;
    height: 65px;
    line-height: 65px;
    background-color: #fc7600;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    flex-shrink: 0;
    margin-right: 15px;
}

.service-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}

.service-number img {
    max-width: 40px;
    filter: brightness(0) invert(1);
}

/*  */



.technologies {
    margin-bottom: 120px;
    padding: 0;
    position: relative;
}

.technologies_img {
    width: 100%;
}

.technologies_img img {
    width: 100%;
    max-width: 700px;
}

.technologies .technologies_outer .left_part {
    padding: 0;
    text-align: left;
    width: 60%;
}

.technologies .technologies_outer .left_part h2 {
    padding-bottom: 20px;
}

.technologies .technologies_outer .right_part {
    padding: 0;
    width: 40%;
}

.technologies .technologies_outer {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.technologies .technologies_outer .right_part ul {
    grid-template-columns: repeat(3, 1fr);
}

.technologies_outer .right_part ul {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 24px;
}

.technologies_outer .right_part ul li {
    padding: 0;
    background: #fff;
    box-shadow: 0px 8px 32px rgba(32, 21, 21, 5%);
    text-align: center;
    border-radius: 0;
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    position: relative;

}

.technologies_outer .right_part ul li span {
    font-size: 15px;
    display: block;
    flex-wrap: wrap;
    opacity: 0;
    color: #000;
    font-weight: 500;
    width: 100%;
    text-align: center;
    line-height: normal;
    position: absolute;
    bottom: 10px;
}

.technologies_outer .right_part ul li:hover span {
    opacity: 1;
    color: #000 !important;
    transition: all 0.5s ease-in-out;
}



.process_new {
    background: #fbfbfb;
    padding: 50px 0 50px;
    margin-bottom: 120px;
}

.process_new_outer {
    padding: 0;
    text-align: center;
}

.process_new_outer ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.process_new_outer ul li {
    width: 170px;
    text-align: center;
    border: dashed 2px #224432;
    height: 170px;
    border-radius: 20px;
    line-height: 140px;
    position: relative;
}

.process_new_outer ul li span {
    width: 45px;
    text-align: center;
    background: #fc7600;
    height: 45px;
    border-radius: 100px;
    font-size: 26px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}

.process_new_outer ul li img {
    padding-top: 60px;
    max-width: 60px;
}

.process_new_outer ul li h3 {
    color: #000;
    font-size: 18px;
    line-height: normal;
}

.process_new h2 {
    color: #000;
    padding-bottom: 50px;
    text-align: center;
}


.key_benefits {
    margin-bottom: 120px;
}

.key_benefits_outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.key_benefits_outer .heading {
    width: calc(100% + 67px);
}

.heading h2 {
    padding-bottom: 20px;
}

.key_benefits_list {
    width: 100%;
}

.key_benefits_list ul {
    display: flex;
    gap: 24px;
}

.key_benefits_list ul li {
    width: 100%
}

.key_benefits_list_box {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 8px 32px rgba(32, 21, 21, 5%);
    min-height: 100%;
}

.key_benefits_list_box span {
    padding: 0;
    background: #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 85px;
    box-shadow: 0px 8px 32px rgba(32, 31, 31, 8%);
    margin-bottom: 25px;
}

.key_benefits_list_box h3 {
    font-size: 22px;
    font-weight: 500;
    color: #161616;
    padding-bottom: 15px;
    line-height: normal;
}

.key_benefits_list_box p {
    font-size: 16px;
    font-weight: 400;
    color: #161616;
    line-height: 26px;
}

.key_benefits_list.one {
    width: 100%;
    margin-top: 24px;
}




/* --digital-- */


.digital_outer {
    display: flex;
    align-items: center;
    gap: 50px;
    position: relative;
    padding: 50px 50px;
    background: #000;
    border-radius: 50px;
}



.digital_outer .right_part {
    position: relative;
    z-index: 9;
}

.digital_outer .right_part h2 {
    color: #fff;
    padding-bottom: 10px;
}

.digital_outer .right_part a {
    color: #fc7600;
    font-size: 18px;
    padding-bottom: 20px;
}

.digital_outer button {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    width: fit-content;
    display: flex;
    border-radius: 100px;
    overflow: hidden;
    padding: 15px 35px;
    align-items: center;
    justify-content: space-around;
    background: #fc7600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    z-index: 9;
}

.digital_outer .right_part span {
    font-size: 18px;
    color: #fff;
    padding-bottom: 30px;
    display: block;
}

.digital_outer .left_part img {
    width: auto;
}

/* --digital-- */



@media only screen and (max-width:1366px) {
    .banner_outer .right_part .heading h1 {
        font-size: 43px;
        line-height: 50px;
    }

    .banner_bg {
        padding: 80px 0;
        border-radius: 0;
    }

    .game_features::before {
        width: 70%;
        height: 70%;
    }

    .technologies_img img {
        width: 100%;
        max-width: 500px;
    }

    h2 {
        font-size: 32px !important;
        line-height: 40px !important;
    }
}

@media only screen and (max-width:1199px) {
    .banner_outer .right_part {
        width: 80%;
    }

    .technologies_outer .right_part ul li {
        width: 140px;
        height: 140px;
    }

    .technologies_outer .right_part ul li img {
        max-width: 60px;
    }

    .technologies .technologies_outer .left_part {
        width: 50%;
    }

    .technologies .technologies_outer .right_part {
        width: 50%;
    }

    .process_new_outer img {
        width: 100%;
    }

    .technologies .technologies_outer {
        gap: 50px;
    }

    .game_features::before {
        display: none;
    }

    .banner_bg {
        margin-bottom: 100px;
    }

    .game_features {
        margin-bottom: 100px;
    }

    .deep_tech {
        margin-bottom: 100px;
    }

    .management {
        margin-bottom: 100px;
    }

    .technologies {
        margin-bottom: 100px;
    }

    .process_new {
        margin-bottom: 100px;
    }

    .key_benefits {
        margin-bottom: 100px;
    }

    .game_features_outer .right_part {
        width: 60%;
    }

    .deep_tech_outer .left_part {
        padding-bottom: 30px;
        gap: 30px;
    }

    .deep_tech_outer .left_part {
        align-items: center;
    }

    .services-grid {
        gap: 15px;
    }

    .service-number {
        width: 55px;
        height: 55px;
        line-height: 55px;
    }

    .service-item {
        padding: 16px;
        border-radius: 10px;
    }

    .service-number img {
        max-width: 35px;
    }

    .digital_outer {
        padding: 40px 40px;
        border-radius: 40px;
    }

    h2 {
        font-size: 30px !important;
        line-height: 35px !important;
    }

    .digital_outer button {
        padding: 15px 20px;
    }

    .banner_outer .right_part button {
        padding: 15px 20px;
    }

    .deep_tech {
        padding: 50px 0;
    }

    .key_benefits_list_box {
        padding: 20px;
    }
}

@media only screen and (max-width:992px) {
    .banner_outer .right_part {
        width: 100%;
        text-align: center;
    }

    .technologies_img {
        display: none;
    }

    .banner_bg {
        padding: 60px 0;
    }

    .banner_outer .right_part .heading h1 {
        font-size: 40px;
        text-align: center;
    }

    .banner_outer .right_part .heading span {
        border-left: 0;
        text-align: center;
    }

    .banner_outer .right_part .heading p {
        text-align: center;
    }

    .banner_outer .right_part button {
        margin: auto;
    }

    .services-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .game_features_outer {
        flex-wrap: wrap;
    }

    .digital_outer .right_part span {
        font-size: 16px;
        padding-bottom: 20px;
        line-height: normal;
    }

    .game_features_outer .left_part {
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
    }

    .game_features_outer .right_part {
        width: 100%;
    }

    .game_features_outer .right_part ul li {
        min-height: 330px;
    }

    .game_features_outer .right_part ul li span {
        padding: 10px;
    }

    .game_features_outer .right_part ul li span img {
        max-width: 40px;
    }

    .technologies .technologies_outer {
        gap: 30px;
        flex-wrap: wrap;
    }

    .technologies .technologies_outer .left_part {
        width: 100%;
        text-align: center;
    }

    .technologies .technologies_outer .right_part {
        width: 100%;
    }

    .technologies::before {
        display: none;
    }

    .technologies .technologies_outer .left_part h2 {
        padding-bottom: 10px;
    }

    .technologies_outer .right_part ul li {
        width: 100%;
        height: 140px;
    }

    .process_new h2 {
        padding-bottom: 30px;
    }

    .key_benefits_outer {
        justify-content: center;
        flex-wrap: wrap;
    }

    .key_benefits_list ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .heading h2 {
        text-align: center;
    }

    .key_benefits_list_box {
        text-align: center;
    }

    .digital_outer {
        padding: 30px 30px;
        border-radius: 30px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        flex-direction: column-reverse;
    }

    .digital_outer .right_part {
        text-align: center;
    }

    .digital_outer button {
        margin: auto;
    }

    .deep_tech_outer .left_part {
        flex-wrap: wrap;
        justify-content: center;
    }

    .deep_tech_outer .left_part h2 {
        padding: 0 0px 0;
    }

    .deep_tech_outer .left_part {
        text-align: center;
        gap: 20px;
    }

    .delivery_app_company_sliderBox {
        min-height: 220px;
    }

    .banner_bg {
        margin-bottom: 70px;
    }

    .game_features {
        margin-bottom: 70px;
    }

    .deep_tech {
        margin-bottom: 70px;
    }

    .management {
        margin-bottom: 70px;
    }

    .technologies {
        margin-bottom: 70px;
    }

    .process_new {
        margin-bottom: 70px;
    }

    .key_benefits {
        margin-bottom: 70px;
    }

    .technologies_outer .right_part ul li span {
        opacity: 1;
    }
}



@media only screen and (max-width: 767px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .banner_bg {
        padding: 40px 0;
    }

    .digital_outer .left_part img {
        width: 100%;
    }

    .banner_outer .right_part .heading h1 {
        font-size: 34px;
        line-height: 44px;
    }

    .game_features_outer .right_part ul li {
        text-align: center;
    }

    .game_features_outer .right_part ul li span {
        margin: auto;
        margin-bottom: 20px;
    }

    .delivery_app_company_sliderBox {
        min-height: 190px;
    }

    .delivery_app_company_sliderBox {
        border: solid 1px #2d2d2d;
        min-height: 180px;
        padding: 20px;
        text-align: center;
    }

    .deep_tech_outer .left_part {
        padding-bottom: 10px;
    }

    h2 {
        font-size: 25px !important;
        line-height: 35px !important;
    }

    .synarion-section h2 {
        margin-bottom: 30px;
    }

    .process_new {
        padding: 30px 0 30px;
    }

    .key_benefits_list_box h3 {
        font-size: 18px;
    }

    .digital_outer {
        padding: 20px 20px;
        border-radius: 10px;
    }
}


@media only screen and (max-width: 600px) {
    .game_features_outer .right_part ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 14px;
    }

    .game_features_outer .right_part ul li {
        min-height: 100%;
    }

    .banner_outer .right_part .heading span {
        line-height: normal;
        padding: 0;
    }

    .banner_bg {
        background-size: cover;
        background-position-x: center;
    }
}

@media only screen and (max-width: 480px) {
    .service-number {
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin: 0;
    }

    .service-item {
        padding: 14px;
        border-radius: 10px;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }

    .service-text {
        font-size: 16px;
        text-align: center;
    }

    .service-number img {
        max-width: 30px;
    }

    .banner_bg {
        padding: 30px 0;
    }

    .technologies .technologies_outer {
        gap: 20px;
    }

    .banner_outer .right_part .heading h1 {
        font-size: 24px;
        line-height: 34px;
    }

    .banner_outer .right_part .heading p {
        font-size: 16px;
    }

    .banner_outer .right_part .heading span {
        font-size: 16px;
    }

    .banner_bg {
        margin-bottom: 40px;
    }

    .game_features {
        margin-bottom: 40px;
    }

    .deep_tech {
        margin-bottom: 40px;
    }

    .management {
        margin-bottom: 40px;
    }

    .technologies {
        margin-bottom: 40px;
    }

    .process_new {
        margin-bottom: 40px;
    }

    .key_benefits {
        margin-bottom: 40px;
    }

    h2 {
        font-size: 22px !important;
        line-height: 30px !important;
    }

    .game_features_outer .left_part {
        padding-bottom: 20px;

    }

    .game_features_outer .right_part ul li span {
        padding: 7px;
    }

    .game_features_outer .right_part ul li {
        padding: 16px;
    }

    h3 {
        font-size: 18px;
    }

    .deep_tech {
        padding: 30px 0;
    }

    .delivery_app_company_sliderBox h3 {
        font-size: 18px;
    }

    .synarion-section h2 {
        margin-bottom: 20px;
    }

    p {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .technologies .technologies_outer .right_part ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .technologies_outer .right_part ul li img {
        max-width: 50px;
    }

    .technologies_outer .right_part ul li span {
        font-size: 14px;
    }

    .process_new h2 {
        padding-bottom: 20px;
    }

    .key_benefits_list ul {
        grid-template-columns: repeat(1, 1fr);
    }

    br {
        display: none !important;
    }
}