@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/puzzle_game_img/banner.png) center center no-repeat;
    padding: 250px 0;
    position: relative;
    background-size: cover;
    margin-bottom: 160px;
}

.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 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 30px;
}

.banner_heading a {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    box-shadow: rgba(252, 118, 0, 0.47) 9px 7px 38px 0px;
    background: #fc7600;
    padding: 22px 30px;
    border-radius: 10px;
    white-space: nowrap;
    gap: 20px;
    text-decoration: none !important;
    width: fit-content;
    margin: auto;

}

.typing {
    width: 1077px;
    overflow: hidden;
    white-space: nowrap;
    animation: typing 1s steps(12, end), cursor .1s steps(12, end) infinite;
    text-align: center;
    margin: auto;
}

@keyframes typing {
    from {
        width: 0
    }
}


/* game_services */
.game_services {
    padding: 0;
    margin-bottom: 120px;
}

.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;
}

.various_genres::before {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.various_genres::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 */
.various_genres {
    position: relative;
}

.various_genres::before {
    position: absolute;
    content: "";
    background-image: url(../images/puzzle_game_img/game-remote.png);
    width: 176px;
    height: 146px;
    left: 0;
}

.various_genres::after {
    position: absolute;
    content: "";
    background-image: url(../images/puzzle_game_img/fire-ball.png);
    width: 175px;
    height: 361px;
    bottom: -300px;
    right: 0;
}


.various_genres::after {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.various_genres::after {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}


.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 .right_part {
    padding: 0;
    width: 50%;
}

.game_features_outer .right_part ul {
    display: grid;
    grid-template-columns: repeat(4, 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%);
    text-align: center;
}

.game_features_outer .right_part ul li span {
    font-size: 18px;
    font-weight: 700;
    color: #161616;
    display: block;
    padding-top: 12px;
}


/* 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: flex;
    gap: 24px;
    overflow-x: auto;
    padding-bottom: 10px;
}

.game_platforms_outer li {
    background: linear-gradient(180deg, #fff, #84f88c59);
    padding: 14px;
    text-align: center;
    min-width: 300px;
}

.blue {
    background: linear-gradient(180deg, #fff, #62cdf769) !important;
}

.lightblue {
    background: linear-gradient(180deg, #fff, #72e6f770) !important;
}

.red {
    background: linear-gradient(180deg, #fff, #f99db675) !important;
}



.blueicon {
    background: linear-gradient(360deg, #096488, #18ace7) !important;
}

.lightblueicon {
    background: linear-gradient(360deg, #0094aa, #0ccae7) !important;
}

.redicon {
    background: linear-gradient(360deg, #97082d, #ed1a53) !important;
}

.pinkicon {
    background: linear-gradient(360deg, #dd23aa, #f39edc) !important;
}

.lightgreenicon {
    background: linear-gradient(360deg, #1bab8a, #94ebd7) !important;
}

.purpleicon {
    background: linear-gradient(360deg, #7030e7, #ddcaff) !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/puzzle_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 20px;
}

.game_development_heading {
    width: 50%;
}

.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;

}

/* html_game_platforms */
.html_game_platforms {
    width: 100%;
    background: url(../images/puzzle_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;
}


/* game_process */

.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 a {
    color: #fc7600;
    text-decoration: none;
}

.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;
}

.count {
    font-size: 70px;
    font-weight: 800;
    color: #f7f7f7;
    margin: 0;
    display: block;
    position: absolute;
    right: 15px;
}

/* game_company */


.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;
}

.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/puzzle_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 img {
    padding-bottom: 15px;
}

/* clickaway */

.clickaway {
    width: 100%;
    background: url(../images/puzzle_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;
    box-shadow: rgba(252, 118, 0, 0.47) 9px 7px 38px 0px;
    background: #fc7600;
    padding: 22px 30px;
    border-radius: 10px;
    white-space: nowrap;
    gap: 20px;
    text-decoration: none !important;
    width: fit-content;
    margin: auto;
}

.clickheading h2 {
    color: #fff;
}

/* unity_games */

.unity_games {
    margin-bottom: 120px;
    background: #fff5ec;
    padding: 50px 0;
}

.unity_games_heading {
    padding: 0;
    text-align: center;
    padding-bottom: 40px;
}

.unity_games_outer {
    padding: 0;
}

.unity_games_outer ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.unity_games_outer ul li {
    text-align: center;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}

.unity_games_outer ul li img {
    filter: brightness(0)invert(1);
    max-width: 50px;
}

.unity_games_outer ul li span {
    background: #fc7600;
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 100px;
    margin: auto;
    margin-bottom: 15px;
}




.various_genres {
    margin: 0;
    display: block;
    position: relative;
    margin-bottom: 120px;
}

.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% / 5 - 10px);
    border: solid 1px #cccccc91;
    border-radius: 10px;
    padding: 30px 10px;
}

.various_genres .various_genres_outer .right_part ul li span {
    display: block;
    margin: auto;
}

.various_genres .various_genres_outer .right_part ul li h3 {
    padding: 0;
    margin: 0;
    line-height: normal;
}

.sec5_taxi_outer {
    margin-bottom: 120px;
}

.sec05_taxi_inner {
    padding: 0 0 40px 0;
    text-align: center;
}

.taxi_industry_logos {
    padding: 0;
}

.taxi_industry_logos ul {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
}

.taxi_industry_logos ul li {
    background: linear-gradient(183deg, #fff, #f0f0f0);
    padding: 20px 16px 20px;
    border-radius: 15px;
    text-align: center;
    min-height: 216px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.taxi_industry_logos ul li p {
    display: block;
    width: 100%;
    font-weight: 600;
    line-height: normal;
    padding-top: 10px;

}

.taxi_industry_logos ul li img {
    max-width: 150px;
}

/* responsive-css */
/* responsive-css */
@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 !important;
    }

    h3 {
        font-size: 20px !important;
    }

    .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;
    }

    .various_genres::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: 130px;
    }

    .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%;
    }

    .various_genres::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;
    }

    .various_genres {
        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% / 4 - 10px);
    }
}

@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;
        border: solid 1px #ccc;
    }

    .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 !important;
    }

    .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%;
    }
}

@media only screen and (max-width:767px) {
    .banner {
        padding: 70px 0;
    }

    .various_genres .various_genres_outer .right_part ul li {
        width: calc(100% / 2 - 10px);
    }

    .game_development_heading {
        width: 100%;
        padding-bottom: 20px;
    }

    .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;
    }

    .various_genres {
        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;
    }
}

@media only screen and (max-width:600px) {
    .game_services {
        margin-bottom: 50px;
    }

    .game_platforms {
        margin-bottom: 50px;
    }

    .various_genres {
        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 !important;
    }

    .typing {
        white-space: unset;
        animation: unset;
    }

    h3 {
        font-size: 18px !important;
    }

    .delivery_app_company_sliderBox {
        text-align: center;
        height: auto;
    }

    .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;
    }
}

@media only screen and (max-width:480px) {
    .game_services {
        margin-bottom: 30px;
    }

    .game_platforms {
        margin-bottom: 30px;
    }

    .various_genres {
        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 !important;
    }

    h2 {
        font-size: 20px !important;
    }

    .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;
    }

    h2 br {
        display: none;
    }

    .delivery_app_company_sliderBox {
        min-height: 200px;
        padding: 10px;
    }
}