@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,
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: normal;
    padding-bottom: 15px;
}

h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    padding-bottom: 15px;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    color: #161616;
}

/* -----------------banner-css-start-------------------- */

.banner {
    width: 100%;
    background: url(../images/pc_game_img/banner.png) center center no-repeat;
    padding: 200px 0;
    position: relative;
    background-size: cover;
    margin-bottom: 120px;
}

.banner_heading {
    text-align: center;
}

.banner_heading h1 {
    color: #fff;
    display: block;
    font-size: 60px;
    font-weight: 800;
    line-height: normal;
    padding-bottom: 10px;
}

.banner_heading h1 b {
    font-size: 25px;
    display: block;
    font-weight: 500;
}

.banner_heading p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 0 30px 0;
    display: block;
    max-width: 1000px;
    margin: 0 auto 40px;
}

.banner_heading a {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    background: #fc7600;
    padding: 22px 30px;
    border-radius: 10px;
    white-space: nowrap;
    gap: 20px;
    text-decoration: none !important;
    width: fit-content;
    margin: auto;
}

.banner_heading a:hover {
    color: #fff;
    background: #fc7600;
}

.game_idea_Outer {
    margin: 0;
    display: block;
    width: 100%;
    padding: 100px 0;
}

.game_idea_Outer .game_idea_Outer_inner {
    text-align: center;
}

.game_idea_Outer .game_idea_Outer_inner p {
    max-width: 80%;
    margin: auto;
}



.gamedevelopers {
    padding: 0;
    margin-bottom: 40px;
}

.gamedevelopers ul {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.gamedevelopers ul li {
    padding: 0;
}

.gamedevelopers ul li {
    padding: 12px 30px;
    border: solid 1px #ffffff;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-radius: 100px;
    background: #514439;
}


/* game_services */
.game_services {
    padding: 0;
    margin-bottom: 100px;
}

.game_services_heading {
    text-align: center;
    position: relative;
    padding-bottom: 40px;
}

.game_services_heading::before {
    position: absolute;
    content: "";
    text-align: center;
    background: #fc7600;
    padding: 40px;
    border-radius: 30px 30px 0 0;
    width: 100%;
    height: 360px;
    left: 0;
    top: -40px;
}

.game_services_heading h2,
.game_services_heading p {
    color: #fff;
    position: relative;
}

.game_services_outer {
    padding: 0;
    position: relative;

}

.game_services_outer ul {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.game_services_outer ul li {
    padding: 0;
    text-align: center;
    background: #fff;
    padding: 30px;
    box-shadow: 0px 8px 32px rgba(32, 21, 21, 5%);
    border-radius: 40px;
}

.game_services_outer ul li img {
    padding-bottom: 15px;
}

.game_features::before {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.game_features::before {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-40px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-40px);
    }
}

/* game_features */
.game_features {
    position: relative;
    margin-bottom: 120px;
}

.game_features::before {
    position: absolute;
    content: "";
    background-image: url(../images/pc_game_img/game-remote.png);
    width: 176px;
    height: 146px;
    left: 0;
}

.game_features::after {
    position: absolute;
    content: "";
    background-image: url(../images/pc_game_img/fire-ball.png);
    width: 175px;
    height: 361px;
    bottom: -300px;
    right: 0;
}


.game_features::after {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.game_features::after {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}


.game_features_outer {
    padding: 0;
    display: block;
}

.game_features_outer .left_part {
    padding: 0;
    width: 100%;
    text-align: center;
    margin: 0 0 30px 0;
}

.game_features_outer .right_part {
    padding: 0;
    width: 100%;
}

.game_features_outer .right_part ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px;
}

.game_features_outer .right_part ul li {
    padding: 0;
    background: #f7f7f7;
    padding: 24px;
    box-shadow: 0px 8px 32px rgba(32, 21, 21, 5%);
    min-height: 300px;
}

.game_features_outer .right_part ul li span {
    background: #fff;
    padding: 10px;
    border-radius: 100px;
    display: block;
    width: fit-content;
    border: solid 1px #fc7600;
    border-style: dotted;
    margin-bottom: 15px
}

.game_features_outer .right_part ul li:nth-child(4),
.game_features_outer .right_part ul li:nth-child(6) {
    margin-top: 0;
}

.game_features_outer .right_part ul li:nth-child(2),
.game_features_outer .right_part ul li:nth-child(4),
.game_features_outer .right_part ul li:nth-child(6) {
    background: #161616;
    color: #fff;

}

.tow,
.four,
.six {
    color: #fff;
}

/* game_platforms */
.game_platforms {
    padding: 0;
    margin-bottom: 120px;
}

.game_platforms_heading {
    padding: 0;
    text-align: center;
    margin-bottom: 40px;
}

.game_platforms_outer {
    padding: 0;
}

.game_platforms_outer ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.game_platforms_outer li {
    background: linear-gradient(180deg, #fff, #7afd82);
    padding: 14px;
    text-align: center;
}

.blue {
    background: linear-gradient(180deg, #fff, #19b9fa) !important;
}

.lightblue {
    background: linear-gradient(180deg, #fff, #0ccae7) !important;
}

.red {
    background: linear-gradient(180deg, #fff, #fd7398) !important;
}

.blueicon {
    background: linear-gradient(360deg, #1f78f4, #19b6fa) !important;
}

.lightblueicon {
    background: linear-gradient(360deg, #0094aa, #0ccae7) !important;
}

.redicon {
    background: linear-gradient(360deg, #97082d, #ed1a53) !important;
}

.game_platforms_outer li span {
    background: linear-gradient(360deg, #05770c, #0dec1b);
    display: block;
    border-radius: 10px;
    padding: 10px;
    width: fit-content;
    margin: auto;
    margin-bottom: 15px;
}

/* game_development */
.game_development {
    padding: 0;
    margin-bottom: 120px;
    position: relative;
}

.game_development::before {
    position: absolute;
    content: "";
    background: #fff5ec;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
}

.game_development::after {
    position: absolute;
    content: "";
    background-image: url(../images/pc_game_img/women-avtar.png);
    left: 0;
    width: 207px;
    height: 387px;
    background-repeat: no-repeat;
    bottom: 0;
}

.game_development_heading {
    padding-bottom: 0;
}

.game_development_heading h2 {
    padding: 50px 0 0;
}

.delivery_app_company_sliderBox {
    background: #fff;
    box-shadow: 0px 8px 32px rgba(32, 21, 21, 5%);
    padding: 15px;
    border-radius: 10px;
    min-height: 300px;
}

.swiper.swiper-industries-we-serve-one.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    padding: 50px 0;
}

.delivery_app_company_sliderBox span {
    background: #f9f8f8;
    display: block;
    border-radius: 40px;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    margin-bottom: 15px;

}

/* html_game_platforms */
.html_game_platforms {
    width: 100%;
    background: url(../images/pc_game_img/platforms-bg.png) center center no-repeat;
    padding: 40px 0;
    position: relative;
    background-size: cover;
    margin-bottom: 120px;
}

.html_game_platforms_outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 130px;
}

.html_game_platforms_outer .left_part {
    padding: 0;
    width: 50%;
}

.html_game_platforms_outer .left_part h2 {
    color: #fc7600;
}

.html_game_platforms_outer .left_part p {
    color: #fff;
}

.html_game_platforms_outer .right_part {
    padding: 0;
    width: 50%;
}

.html_game_platforms_outer .right_part ul {
    height: 610px;
    overflow-x: auto;
    padding-right: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.html_game_platforms_outer .right_part ul li {
    background: #232227;
    padding: 20px 30px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.html_game_platforms_outer .right_part ul li h3,
.html_game_platforms_outer .right_part ul li p {
    color: #fff;
}

.html_game_platforms_outer .right_part ul::-webkit-scrollbar {
    width: 8px;
    background-color: #3e3c42;
    border-radius: 4px
}

.html_game_platforms_outer .right_part ul::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background: #fc7600;
}


.count {
    font-size: 70px;
    font-weight: 800;
    color: #f7f7f7;
    margin: 0;
    display: block;
    position: absolute;
    right: 15px;
}

/* game_company */


.count {
    font-size: 70px;
    font-weight: 800;
    color: #f7f7f7;
    margin: 0;
    display: block;
    position: absolute;
    right: 15px;
}

/* game_company */

.game_company {
    padding: 0;
    margin-bottom: 120px;
    position: relative;
}

.game_company::before {
    position: absolute;
    content: "";
    background-image: url(../images/pc_game_img/fire-men.png);
    width: 285px;
    height: 492px;
    left: 0;
    top: -120px;
    z-index: -1;
    background-size: 80% 80%;
    background-repeat: no-repeat;

}

.game_company::before {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.game_company::before {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.company_heading {
    text-align: center;
    padding-bottom: 40px;
}

.game_company_outer {
    padding: 0;
}

.game_company_outer ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.game_company_outer ul li {
    padding: 0;
    text-align: center;
    background: #fff;
    box-shadow: 0px 8px 32px rgba(32, 21, 21, 5%);
    padding: 30px;
    border-radius: 10px;
}

.game_company_outer ul li p a {
    color: #fc7600;
}

.game_company_outer ul li img {
    padding-bottom: 15px;
}

/* clickaway */

.clickaway {
    width: 100%;
    background: url(../images/pc_game_img/clickaway-bg.png) center center no-repeat;
    width: 100%;
    height: 100%;
    padding: 80px 0;
    background-size: cover;
}

.clickheading {
    text-align: center;
}

.clickheading a {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    background: #fc7600;
    padding: 22px 30px;
    border-radius: 10px;
    white-space: nowrap;
    gap: 20px;
    text-decoration: none !important;
    width: fit-content;
    margin: auto;
}

.clickheading a:hover {
    background: #fc7600;
    color: #fff;
}

.clickheading h2 {
    color: #fff;
    padding-bottom: 30px;
}

.clickheading p {
    color: #fff;
    padding-bottom: 15px;
}


/*  */

.sec5_taxi_outer {
    margin-bottom: 120px;
}

.sec05_taxi_inner {
    padding: 0 0 40px 0;
    text-align: center;
}

.sec05_taxi_inner h2 {
    padding: 0;
}

.taxi_industry_logos {
    padding: 0;
}

.taxi_industry_logos ul {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.taxi_industry_logos ul li {
    background: linear-gradient(183deg, #fff, #f0f0f0);
    padding: 15px;
    border-radius: 15px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: calc(100% / 6 - 10px);
}

.taxi_industry_logos ul li p {
    display: block;
    width: 100%;
    font-weight: 600;
    line-height: normal;
}

.taxi_industry_logos ul li img {
    max-width: 150px;
    margin-bottom: 10px;
}

/* responsive-css */

.game_services_heading p {
    max-width: 70%;
    margin: auto;
}

.various_genres {
    margin: 0;
    display: block;
    position: relative;
    padding: 0px 0px;
}

.various_genres .various_genres_outer {
    text-align: center;
}

.various_genres .various_genres_outer .left_part {
    padding: 20px;
}

.various_genres .various_genres_outer .right_part {
    margin: 20px 0 40px 0;
    display: block;
    width: 100%;
}

.various_genres .various_genres_outer .right_part ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.various_genres .various_genres_outer .right_part ul li {
    width: calc(100% / 3 - 10px);
    border: solid 1px #ccc;
    border-radius: 10px;
    padding: 10px;
}

.various_genres .various_genres_outer .right_part ul li span {
    width: 100px;
    height: 100px;
    display: block;
    margin: auto;
}

.various_genres .various_genres_outer .right_part ul li h3 {
    margin: 0;
    line-height: normal;
    font-size: 20px;
}



.box {
    width: 60vmin;
    height: 50vmin;
    display: grid;
    place-content: center;
    color: white;
    text-shadow: 0 1px 0 #000;
    --border-angle: 0turn;
    --main-bg: conic-gradient(from var(--border-angle),
            #213,
            #112 5%,
            #112 60%,
            #213 95%);
    border: solid 5px transparent;
    border-radius: 2em;
    --gradient-border: conic-gradient(from var(--border-angle), transparent 25%, #08f, #f03 99%, transparent);
    background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
    background-position: center center;
    -webkit-animation: bg-spin 3s linear infinite;
    animation: bg-spin 3s linear infinite;
}

@-webkit-keyframes bg-spin {
    to {
        --border-angle: 1turn;
    }
}

@keyframes bg-spin {
    to {
        --border-angle: 1turn;
    }
}

.box:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

@property --border-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
}

/* game_platforms */
.game_platforms {
    padding: 0;
    margin-bottom: 120px;
}

.game_platforms_heading {
    padding: 0;
    text-align: center;
    margin-bottom: 40px;
}

.game_platforms_outer {
    padding: 0;
}

.game_platforms_outer ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}


.game_platforms_outer li {
    background: linear-gradient(180deg, #fff, #fefdee);
    padding: 14px;
    text-align: center;
}

.blue {
    background: linear-gradient(180deg, #fff, #f3feee) !important;
}

.lightblue {
    background: linear-gradient(180deg, #fff, #d9feff) !important;
}

.red {
    background: linear-gradient(180deg, #fff, #feeeee) !important;
}


.game_platforms_outer li span {
    background: linear-gradient(360deg, #05770c, #0dec1b);
    display: block;
    border-radius: 10px;
    padding: 10px;
    width: fit-content;
    margin: auto;
    margin-bottom: 15px;
}

/* game_development */
.game_development {
    padding: 0;
    margin-bottom: 120px;
    position: relative;
}

.game_development::before {
    position: absolute;
    content: "";
    background: #fff5ec;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
}

.game_development::after {
    position: absolute;
    content: "";
    background-image: url(../images/pc_game_img/women-avtar.png);
    left: 0;
    width: 207px;
    height: 387px;
    background-repeat: no-repeat;
    bottom: 0;
}

.game_development_heading {
    padding-bottom: 0;
}

.game_development_heading h2 {
    padding: 50px 0 0 !important;
}

.game_development_heading p {
    margin: 30px 0 0 0;
}

.delivery_app_company_sliderBox {
    background: #fff;
    box-shadow: 0px 8px 32px rgba(32, 21, 21, 5%);
    padding: 30px;
    border-radius: 10px;
    min-height: 300px;
}

.swiper.swiper-industries-we-serve-one.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    padding: 50px 0;
}

.delivery_app_company_sliderBox span {
    background: #f9f8f8;
    display: block;
    border-radius: 40px;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    margin-bottom: 15px;
}


.game_process {
    padding: 0;
    margin-bottom: 120px;
}

.game_process_heading {
    text-align: center;
    padding-bottom: 50px;
}

.Top_Reasons_Game_list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.Top_Reasons_Game_list ul li {
    padding: 0;
}

.Top_Reasons_Game_list_bg {
    box-shadow: 0 0 26px 10px rgb(0 0 0/4%);
    padding: 30px 15px 30px 30px;
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
}

.Top_Reasons_Game_list_bg span {
    width: 70px;
}



@media only screen and (max-width:1366px) {
    .banner {
        padding: 150px 0;
    }

    .banner_heading h1 {
        font-size: 42px;
    }

    .banner_heading p {
        margin: 0 auto 30px;
    }

    .gamedevelopers {
        margin-bottom: 30px;
    }

    .banner_heading a {
        padding: 18px 20px;
        gap: 10px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 20px;
    }

    .game_services_outer ul {
        gap: 14px;
    }

    .game_services_outer ul li {
        padding: 20px;
        border-radius: 30px;
    }

    .game_services_outer ul li img {
        max-width: 70px;
    }

    .game_features::before {
        width: 136px;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .game_features::after {
        display: none;
    }

    .delivery_app_company_sliderBox {
        padding: 20px;
    }

    .game_company::before {
        display: none;
    }

    .game_company_outer ul li {
        padding: 20px;
    }

    .taxi_industry_logos ul li img {
        max-width: 100px;
    }

    .gamedevelopers ul li {
        font-size: 17px;
    }
}


@media only screen and (max-width:1199px) {
    .typing {
        width: 100%;
    }

    .banner {
        margin-bottom: 120px;
    }

    .game_services_heading::before {
        padding: 0px;
    }

    .game_services_heading {
        padding-bottom: 30px;
    }

    .game_features_outer {
        flex-wrap: wrap;
    }

    .game_features_outer .left_part {
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
    }

    .game_features_outer .right_part {
        width: 100%;
    }

    .game_features::before {
        display: none;
    }

    .game_features_outer .right_part ul li:nth-child(1),
    .game_features_outer .right_part ul li:nth-child(3) {
        margin-top: 0;
    }

    .game_features_outer .right_part ul li {
        min-height: 100%;
    }

    .game_features_outer .right_part ul li {
        text-align: center;
    }

    .game_features_outer .right_part ul li span {
        margin: 0 auto 15px;
    }

    .game_services {
        margin-bottom: 100px;
    }

    .game_platforms {
        margin-bottom: 100px;
    }

    .game_features {
        margin-bottom: 100px;
    }

    .game_process {
        margin-bottom: 100px;
    }

    .company_heading {
        padding-bottom: 20px;
    }

    .html_game_platforms {
        margin-bottom: 100px;
    }

    .game_company {
        margin-bottom: 100px;
    }

    .clickaway {
        padding: 40px 0;
    }

    .game_platforms_outer ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .game_platforms_outer li span img {
        max-width: 40px;
    }

    .swiper.swiper-industries-we-serve-one.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
        padding: 30px 0;
    }

    .delivery_app_company_sliderBox span img {
        max-width: 60px;
    }

    .game_development {
        margin-bottom: 100px;
    }

    .html_game_platforms_outer {
        gap: 40px;
    }

    .html_game_platforms_outer .right_part ul {
        height: 450px;
    }

    .game_process_heading {
        padding-bottom: 30px;
    }

    .Top_Reasons_Game_list_bg {
        padding: 30px 15px 30px 15px;
    }

    .Top_Reasons_Game_list ul {
        gap: 20px;
    }

    .Top_Reasons_Game_list_bg span {
        width: 60px;
    }

    .Top_Reasons_Game_list_bg span {
        width: 60px;
    }

    .game_company_outer ul {
        gap: 12px;
    }

    .game_company_outer ul li img {
        max-width: 50px;
    }

    .clickheading a {
        padding: 18px 20px;
    }

    .game_services_outer ul li img {
        max-width: 60px;
    }

    .taxi_industry_logos ul {
        gap: 10px;
    }

    .sec5_taxi_outer {
        margin-bottom: 100px;
    }

    .various_genres .various_genres_outer .right_part ul li {
        width: calc(100% / 3 - 10px);
    }

    .kidsTop_Reasons_Game_list_inner_heading h3 {
        text-align: center;
    }

    .kidsTop_Reasons_Game_list ul {
        max-width: 100%;
    }
}

@media only screen and (max-width:991px) {
    .banner {
        padding: 100px 0;
    }

    .banner_heading h1 {
        font-size: 40px;
    }

    .banner_heading a {
        padding: 16px 16px;
        font-size: 18px;
        gap: 10px;
    }

    .taxi_industry_logos ul li {
        min-width: 220px;
    }

    .taxi_industry_logos ul {
        gap: 10px;
        overflow-x: auto;
        white-space: nowrap;
        justify-content: flex-start;
        padding-bottom: 5px;
    }

    .gamedevelopers ul li {
        font-size: 15px;
    }

    .gamedevelopers ul li {
        padding: 10px 20px;
    }

    h2 {
        font-size: 28px;
    }

    .gamedevelopers ul {
        flex-wrap: wrap;
    }

    .sec05_taxi_inner {
        padding: 0 0 20px 0;
    }

    .sec5_taxi_outer {
        margin-bottom: 80px;
    }

    .game_services_heading::before {
        display: none;
    }

    .game_services_heading h2,
    .game_services_heading p {
        color: #161616;
    }

    .game_services_outer ul {
        gap: 10px;
        display: flex;
        overflow-x: auto;
        padding-bottom: 10px;
    }

    .game_services_outer ul li {
        width: 100%;
        min-width: 350px;
        border-radius: 10px;
    }

    .game_development::after {
        display: none;
    }

    .Top_Reasons_Game_list_bg {
        padding: 15px;
        flex-wrap: wrap;
    }

    .count {
        top: 40px;
    }

    .game_company_outer ul {
        gap: 10px;
        display: flex;
        overflow-x: auto;
        padding-bottom: 10px;
    }

    .game_company_outer ul li {
        min-width: 350px;
        width: 100%;
    }

    .kidsTop_Reasons_Game_list_bg {
        height: 100%;
    }

    .various_genres {
        padding: 20px 20px;
    }

    .various_genres .various_genres_outer .right_part ul li {
        width: calc(100% / 2 - 10px);
    }
}

@media only screen and (max-width:767px) {
    .banner {
        padding: 70px 0;
    }

    .banner_heading h1 {
        font-size: 30px;
    }

    .banner_heading p {
        font-size: 14px;
        margin: 0 auto 20px;
    }

    .game_services {
        margin-bottom: 80px;
    }

    .game_platforms {
        margin-bottom: 80px;
    }

    .game_features {
        margin-bottom: 80px;
    }

    .game_process {
        margin-bottom: 80px;
    }

    .company_heading {
        padding-bottom: 20px;
    }

    .html_game_platforms {
        margin-bottom: 80px;
    }

    .game_company {
        margin-bottom: 80px;
    }

    .game_development {
        margin-bottom: 80px;
    }

    .clickaway {
        padding: 30px 0;
    }

    .banner {
        margin-bottom: 80px;
    }

    .game_development::before {
        width: 100%;
    }

    .game_development_heading {
        text-align: center;
    }

    .game_development_heading h2 {
        padding: 20px 0 0;
    }

    .swiper.swiper-industries-we-serve-one.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
        padding: 20px 0;
    }

    .html_game_platforms_outer {
        gap: 20px;
        flex-wrap: wrap;
    }

    .html_game_platforms_outer .left_part {
        width: 100%;
        text-align: center;
    }

    .html_game_platforms_outer .right_part {
        width: 100%;
    }

    .html_game_platforms {
        padding: 20px 0;
    }

    .Top_Reasons_Game_list_bg span img {
        max-width: 50px;
    }

    .count {
        font-size: 60px;
    }

    p {
        font-size: 14px;
    }

    .Top_Reasons_Game_list_bg {
        gap: 15px;
    }

    .various_genres .various_genres_outer .right_part ul li {
        width: calc(100% / 2 - 10px);
    }

    .game_features_outer .right_part ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .game_features_outer .right_part ul li:nth-child(1),
    .game_features_outer .right_part ul li:nth-child(4),
    .game_features_outer .right_part ul li:nth-child(5) {
        background: #161616;
        color: #fff;
    }

    .game_features_outer .right_part ul li:nth-child(1) p,
    .game_features_outer .right_part ul li:nth-child(4) p,
    .game_features_outer .right_part ul li:nth-child(5) p {
        color: #fff;
    }

    .game_features_outer .right_part ul li:nth-child(2),
    .game_features_outer .right_part ul li:nth-child(3),
    .game_features_outer .right_part ul li:nth-child(6) {
        background: #eee;
        color: #000;
    }

    .tow,
    .four,
    .six {
        color: unset;
    }

    .kidsTop_Reasons_Game_list ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .kidsTop_Reasons_Game_list ul li:nth-child(2),
    .kidsTop_Reasons_Game_list ul li:nth-child(4),
    .kidsTop_Reasons_Game_list ul li:nth-child(6) {
        background: #fff;
    }

    .kidsTop_Reasons_Game_list ul li:nth-child(2),
    .kidsTop_Reasons_Game_list ul li:nth-child(3),
    .kidsTop_Reasons_Game_list ul li:nth-child(6) {
        background: #f5f5f5;
    }
}

@media only screen and (max-width:600px) {
    .game_services {
        margin-bottom: 50px;
    }

    .game_platforms {
        margin-bottom: 50px;
    }

    .game_features {
        margin-bottom: 50px;
    }

    .game_process {
        margin-bottom: 50px;
    }

    .sec5_taxi_outer {
        margin-bottom: 50px;
    }

    .company_heading {
        padding-bottom: 20px;
    }

    .html_game_platforms {
        margin-bottom: 50px;
    }

    .game_company {
        margin-bottom: 50px;
    }

    .game_development {
        margin-bottom: 50px;
    }

    .banner {
        margin-bottom: 50px;
        padding: 50px 0;
    }

    .game_features_outer .right_part ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }

    .game_features_outer .right_part ul li {
        background: #161616;
    }

    .game_features_outer .right_part ul li h3,
    .game_features_outer .right_part ul li p {
        color: #fff;
    }

    h2 {
        font-size: 24px;
    }

    .typing {
        white-space: unset;
        animation: unset;
    }

    h3 {
        font-size: 18px;
    }

    .delivery_app_company_sliderBox {
        text-align: center;
    }

    .delivery_app_company_sliderBox span {
        margin: 0 auto 15px;
    }

    .Top_Reasons_Game_list ul {
        display: flex;
        overflow-x: auto;
        padding-bottom: 10px;
    }

    .Top_Reasons_Game_list ul li {
        min-width: 350px;
    }

    .html_game_platforms_outer .right_part ul {
        padding-right: 5px;
    }

    .game_process_heading {
        padding-bottom: 10px;
    }

    .game_services_heading {
        padding-bottom: 10px;
    }

    .game_features_outer .right_part ul li:nth-child(1),
    .game_features_outer .right_part ul li:nth-child(3),
    .game_features_outer .right_part ul li:nth-child(5) {
        background: #161616;
        color: #fff;
    }

    .game_features_outer .right_part ul li:nth-child(1) p,
    .game_features_outer .right_part ul li:nth-child(3) p,
    .game_features_outer .right_part ul li:nth-child(5) p {
        color: #fff;
    }

    .game_features_outer .right_part ul li:nth-child(2),
    .game_features_outer .right_part ul li:nth-child(4),
    .game_features_outer .right_part ul li:nth-child(6) {
        background: #eee;
        color: #000;
    }

    .game_features_outer .right_part ul li:nth-child(2) p,
    .game_features_outer .right_part ul li:nth-child(2) h3,
    .game_features_outer .right_part ul li:nth-child(4) p,
    .game_features_outer .right_part ul li:nth-child(4) h3,
    .game_features_outer .right_part ul li:nth-child(6) p,
    .game_features_outer .right_part ul li:nth-child(6) h3 {
        color: #000;
    }

    .game_platforms_outer ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .various_genres {
        padding: 20px 0px;
    }
}

@media only screen and (max-width:480px) {
    .game_services {
        margin-bottom: 30px;
    }

    .game_platforms {
        margin-bottom: 30px;
    }

    .game_features {
        margin-bottom: 30px;
    }

    .game_process {
        margin-bottom: 30px;
    }

    .sec5_taxi_outer {
        margin-bottom: 30px;
    }

    .html_game_platforms {
        margin-bottom: 30px;
    }

    .game_company {
        margin-bottom: 30px;
    }

    .game_development {
        margin-bottom: 30px;
    }

    .banner {
        margin-bottom: 30px;
        padding: 30px 0;
    }

    .banner_heading h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 20px;
    }

    .game_features_outer .right_part ul li span img {
        max-width: 40px;
    }

    .game_features_outer .right_part ul li {
        padding: 14px;
    }

    .html_game_platforms_outer .right_part ul li {
        padding: 16px;
        border-radius: 10px;
    }

    .Top_Reasons_Game_list_bg {
        justify-content: center;
    }

    h3 {
        text-align: center;
    }

    p {
        text-align: center;
    }

    .game_platforms_outer ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .clickheading a {
        padding: 14px 16px;
        font-size: 18px;
        gap: 10px;
    }

    .game_services_heading p {
        max-width: 100%;
    }

    .kidsTop_Reasons_Game_list_bg span {
        width: 60px;
    }

    .kidsTop_Reasons_Game_list ul li:nth-child(2),
    .kidsTop_Reasons_Game_list ul li:nth-child(3),
    .kidsTop_Reasons_Game_list ul li:nth-child(6) {
        background: #fff;
    }

    .kidsTop_Reasons_Game_list ul li:nth-child(1),
    .kidsTop_Reasons_Game_list ul li:nth-child(3),
    .kidsTop_Reasons_Game_list ul li:nth-child(5) {
        background: #f5f5f5;
    }

    .kidsTop_Reasons_Game_list ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .kids_game_process {
        margin-bottom: 40px;
    }

    .various_genres .various_genres_outer .right_part ul li {
        width: calc(100% / 1 - 10px);
    }

    .various_genres .various_genres_outer .right_part {
        margin: 20px 0 20px 0;
    }

    .game_idea_Outer {
        padding: 0px 0 40px;
    }

    .banner_heading h1 b {
        font-size: 14px;
    }

    .game_idea_Outer .game_idea_Outer_inner p {
        max-width: 100%;
    }

    .various_genres {
        padding: 0px 0px;
    }

    h2 br {
        display: none;
    }

    .various_genres .various_genres_outer .left_part {
        padding: 0;
    }

    .game_services_outer ul li {
        min-width: 338px;
        border: solid 1px #ddd;
        box-shadow: none;
    }
}