@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/uk_images/mobileappdevelopmentcompany_img/banner.png);
    background-size: 100% 100%;
}

.banner_outer {
    background-repeat: no-repeat;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.banner_outer .right_part {
    width: 100%;
    text-align: center;
}

.banner_outer .right_part .heading {
    padding: 0;
}

.banner_outer .right_part .heading h1 {
    font-size: 53px;
    font-weight: 800;
    line-height: normal;
    padding-bottom: 20px;
    color: #fff;
    line-height: 65px;
}

.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;
    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;
    margin: auto;
}

/* ---banner_bg-- */


/* game_features */
.game_features {
    position: relative;
    margin-bottom: 120px;
    position: relative;
}


.game_features_outer {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.game_features_outer .left_part {
    padding: 0;
    width: 60%;
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
}

.game_features_outer .left_part h2 {
    padding-bottom: 20px;
}

.game_features_outer .right_part {
    padding: 0;
    width: 40%;
    text-align: right;
}

.market p {
    padding-bottom: 30px;
}

.market p:nth-child(2) {
    padding-bottom: 60px;
}

.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;
} */

.sys_wordPress_reasons_outer_new ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.sys_wordPress_reasons_heading.tow h2 {
    margin-bottom: 20px;
    text-align: center;
}

.sys_wordPress_reasons_heading.tow p {
    margin-bottom: 50px;
    text-align: center;
}



.boderhover {
    margin: auto;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    position: relative;
}

.animated {
    background-image: linear-gradient(white, white),
        linear-gradient(180deg, cornflowerblue, purple 50%, cornflowerblue);
    background-repeat: no-repeat;
    background-size: 100% 100%, 100% 200%;
    background-position: 0 0, 0 100%;
    background-origin: padding-box, border-box;
    animation: highlight 1s infinite alternate;
}

@keyframes highlight {
    100% {
        background-position: 0 0, 0 0;
    }
}



.sys_wordPress_reasons_outer_new ul li span {
    padding-bottom: 20px;
    display: block;
}

.sys_wordPress_reasons_outer_new ul li h3 {
    font-size: 20px;
    font-weight: 600;
    color: #161616;
    padding-bottom: 20px;
}

/* --digital-- */

.digital_outer {
    display: flex;
    align-items: center;
    gap: 50px;
    position: relative;
    padding: 50px;
}

.digital_outer::before {
    position: absolute;
    content: "";
    width: 87%;
    height: 100%;
    background: #1a1b1a;
    border-radius: 50px;
    z-index: -1;
    left: 190px;
}

.sys_wordPress_reasons {
    margin-bottom: 120px;
}

/* --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-- */

/*  */


.synarion-section h2 {
    margin-bottom: 20px;
}

.synarion-section button {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    width: fit-content;
    display: flex;
    border-radius: 100px;
    overflow: hidden;
    padding: 18px 45px;
    align-items: center;
    justify-content: space-around;
    background: #ffff;
    text-decoration: none;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    margin: auto;
}

.synarion-section button:hover {
    background: #000;
    transition: all 0.4s ease-in-out;
    color: #fff;
}

.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);
}

.synarion-section {
    padding: 70px 70px;
    background: linear-gradient(to right, #279bc0, #260b93);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 80%;
    text-align: center;

}

.synarion-section span {
    color: #fff;
    font-weight: 600;
    margin: 0;
    font-size: 33px;
    width: 100%;
    line-height: normal;
}

.synarion-section p {
    color: #fff;
}

.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: 50%;
}

.technologies .technologies_outer .right_part h2 {
    padding-bottom: 30px;
}

.technologies .technologies_outer .right_part {
    padding: 0;
    width: 50%;
}

.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: 100%;
    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;
    color: #000;
    font-weight: 500;
    width: 100%;
    text-align: center;
    line-height: normal;
    position: absolute;
    bottom: 10px;
}




.process_new {
    margin-bottom: 150px;
}

.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;
}

.key_benefits_new {
    background: #f5f7f9;
    padding: 50px;
    border-radius: 30px;
    text-align: center;
}

.process_new h2 {
    color: #000;
    padding-bottom: 50px;
    text-align: center;
}


.key_benefits {
    margin-bottom: 120px;
}

.key_benefits_outer {
    text-align: center;
    padding-bottom: 20px;
}


.heading h2 {
    padding-bottom: 20px;
}

.key_benefits_list {
    width: 100%;

}

.key_benefits_list ul {
    display: flex;
    gap: 14px;
}

.key_benefits_list ul li {
    width: 100%;
    border-right: solid 1px #e1e1e1;
    padding: 14px 20px 14px 0px;
}

.key_benefits_list ul li:last-child {
    border-right: 0;
    padding-right: 0;
}

.key_benefits_list_box {
    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: 30px;
}

.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 {
    margin-bottom: 120px;
}

/* --digital-- */

/* -----Faq-----*/
.faq_ECommerce {
    margin: 0;
}

.mobileonly {
    display: none !important;
}


.sys_grocery_accorden_bottom h2 {
    font-size: 40px;
    font-weight: 700;
    color: #18191b;
    line-height: 40px;
    margin-bottom: 50px;
    text-align: center;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #3c3a3d;
    font-size: 22px;
    font-weight: 600;
    border: none;
    background: 0 0;
    outline: 0;
}

.accordion-item {
    position: relative;
    counter-increment: count;
    transition: all ease-in-out 1s;
    background: linear-gradient(271deg, #fff, #fc76000a);
    padding: 12px 30px;
    margin-bottom: 10px;
    border-radius: 20px !important;
    border: solid 1px #e1dfdf;
}

.accordion-title {
    color: #18191b;
    font-size: 20px;
    font-weight: 600;
}

.accordion button:focus,
.accordion button:hover {
    cursor: pointer;
}

.section-slk h2 {
    text-align: center;
    padding-bottom: 30px;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 30px
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 16px;
    left: 10px;
    width: 15px;
    height: 3px;
    background: #000;
    color: #000;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 16px;
    width: 3px;
    height: 16px;
    background: #000;
    color: #000;
}

.accordion button[aria-expanded=true] .icon::after {
    width: 0;
}

.accordion button[aria-expanded=true]+.accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all .2s linear;
    will-change: opacity, max-height;
    transition: all ease-in-out 1.5s;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity .2s linear, max-height .2s linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 26px;
    padding-right: 100px;
    color: #161616;
}





.section_new {
    margin-bottom: 120px;
}

.Development {
    padding-bottom: 40px;

}

.section_outer {
    display: flex;
    gap: 18px;
    height: 420px;
}


.card {
    position: relative;
    flex: 1;
    border-radius: 22px;
    overflow: hidden;
    cursor: pointer;
    transition: flex .55s ease, transform .4s ease;
    background: #111;
}


.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.card .content {
    position: absolute;
    inset: 0;
    padding: 26px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(180deg, rgba(0, 0, 0, .0), rgba(0, 0, 0, .85));
    opacity: 0;
    transition: opacity .4s ease;
}

.card:hover {
    flex: 3;
}


.card:hover img {
    transform: scale(1.05);
}

.card:hover .content {
    opacity: 1;
}

.title {
    position: absolute;
    top: 20px;
    left: 18px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: .9;
    transition: opacity 1s ease;
    font-size: 22px;
}


.card:hover .title {
    opacity: 0
}


.content h2 {
    font-size: 26px;
    margin-bottom: 10px
}

.content p {
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
}


/* -----Faq-----*/

@media only screen and (max-width:1366px) {
    .banner_outer .right_part .heading h1 {
        font-size: 43px;
        line-height: 50px;
    }

    .market img {
        width: 100%;
    }

    .market p:nth-child(2) {
        padding-bottom: 20px;
    }

    .key_benefits_new {
        padding: 30px;
        border-radius: 20px;
    }

    .digital_outer::before {
        display: none;
    }

    .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%;
    }

    .banner_outer {
        justify-content: center;
    }

    .game_features_outer {
        gap: 50px;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .game_features_outer .left_part {
        width: 100%;
    }

    .game_features_outer .right_part {
        width: 100%;
        text-align: center;
    }

    .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;
    }

    .deep_tech_outer .left_part {
        padding-bottom: 30px;
        gap: 30px;
    }

    .deep_tech_outer .left_part {
        align-items: center;
    }

    .sys_wordPress_reasons_outer_new ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .synarion-section {
        padding: 40px 40px;
        width: 100%;
    }

    .synarion-section span {
        font-size: 24px;
    }

    .section_new {
        margin-bottom: 100px;
    }

    .key_benefits_list ul li {
        width: calc(100% / 2 - 10px);
    }

    .key_benefits_list ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .key_benefits_list ul li:nth-child(2) {
        border-width: 0;
        padding-right: 0;
    }

    .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;
    }

    .marketone {
        display: none;
    }

    .key_benefits_list ul li {
        width: 100%;
    }

    .key_benefits_list ul li {
        border: solid 1px #ccc;
    }

    .key_benefits_list ul li:nth-child(2) {
        border: solid 1px #ccc;
    }

    .key_benefits_list ul li:last-child {
        border-right: unset;
        border: solid 1px #ccc;
    }

    .content h2 {
        font-size: 24px !important;
    }

    .Development {
        text-align: center;
    }

    br {
        display: none;
    }

    .card .content {
        justify-content: center;
        text-align: center;
    }

    .digital {
        margin-bottom: 80px;
    }

    .key_benefits_list ul li {
        padding: 0;
    }

    .game_features_outer {
        gap: 20px;
    }

    .content {
        opacity: 1 !important;
    }

    .section_outer {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        height: 1150px;
    }

    .digital_outer .left_part img {
        max-width: 350px;
    }

    .title {
        display: none;
    }

}

@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: 0;
    }

    .technologies .technologies_outer .right_part h2 {
        text-align: center;
    }

    .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: 50px;
        flex-wrap: wrap;
        flex-direction: column-reverse
    }

    .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;
    }

    .section_outer {
        height: 970px;
    }

    .card {
        border-radius: 12px;
    }

    .content h2 {
        font-size: 22px !important;
        line-height: normal !important;
    }

    .sys_grocery_accorden_bottom h2 {
        margin-bottom: 30px;
    }

    .sys_wordPress_reasons {
        margin-bottom: 70px;
    }

    .technologies_outer .right_part ul li img {
        max-width: 50px;
        padding-bottom: 20px;
    }

    .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;
    }

    .synarion-section {
        padding: 20px 20px;
        border-radius: 10px;
    }

    .synarion-section button {
        padding: 15px 20px;
    }

    .key_benefits_new {
        padding: 20px;
        border-radius: 10px;
    }

    .key_benefits_list.one {
        margin-top: 10px;
    }

    .key_benefits_list ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .process_new {
        padding: 10px 0 10px;
    }

    .content h2 {
        font-size: 18px !important;
        line-height: normal !important;
    }

    .Development {
        padding-bottom: 30px;
    }

    .section_new {
        margin-bottom: 70px;
    }

    .digital_outer {
        gap: 20px;
    }

    .digital_outer .right_part h2 {
        padding-bottom: 20px;
    }

    .accordion .accordion-content p {
        padding-right: 0;
        font-size: 14px;
    }

    .accordion button .accordion-title {
        padding: 0;
        font-size: 15px;
    }

    .accordion button {
        padding: 8px 24px 8px 0;
    }

    .accordion button .icon {
        right: 24px;
        top: 5px;
    }

    .accordion-item {
        padding: 10px 10px;
        border-radius: 10px !important;
    }

    .digital_outer .left_part img {
        max-width: 100%;
    }

    .card .content {
        padding: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .service-number {
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin: 0;
    }

    .sys_wordPress_reasons_outer_new ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .market p {
        padding-bottom: 15px;
    }

    .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: 0;

    }

    .sys_wordPress_reasons {
        margin-bottom: 40px;
    }

    .synarion-section span {
        font-size: 18px;
    }

    .synarion-section button {
        padding: 13px 20px;
    }

    .key_benefits_list_box {
        padding: 12px;
    }

    .key_benefits_list_box h3 {
        font-size: 16px;
    }

    .sys_wordPress_reasons_heading.tow p {
        margin-bottom: 20px;
    }

    .section_outer {
        grid-template-columns: repeat(1, 1fr);
    }

    .section_outer {
        height: 1250px;
    }

    .section_outer {
        gap: 10px;
    }

    .section_new {
        margin-bottom: 40px;
    }

    .digital {
        margin-bottom: 40px;
    }

    .sys_grocery_accorden_bottom h2 {
        margin-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: 30px
    }

    .key_benefits_list ul {
        grid-template-columns: repeat(1, 1fr);
    }

    br {
        display: none !important;
    }

    .mobileonly {
        display: block !important;
    }

    .mobileonly img {
        padding-top: 40px;
    }
}