@charset "utf-8";

/* CSS Document */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

body,
ol,
ul,
li,
div,
p,
span,
form,
h1,
h2,
h3,
h4,
h5,
h6,
table,
thead,
th,
tbody,
tr,
td,
img,
input,
textarea,
dd,
dt,
dl {
    word-wrap: break-word;
    outline: none;
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

textarea {
    overflow: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dd,
dt,
dl {
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

a img,
img {
    border: none;
    outline: none;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

a {
    cursor: pointer;
    text-decoration: none;
    outline: 0;
}

.no-script-msg {
    font: 12px Arial, verdana, Helvetica, sans-serif;
    background: #FFFFCC url(../images/lp/scooter/icon-noScript.gif) no-repeat 5px 10px;
    width: auto;
    padding: 10px 10px 10px 25px;
    margin: 8px;
    border: 1px solid #CD3D18;
    font-weight: bold;
    height: auto;
    font-size: 11px;
    color: #000000;
    line-height: 150%;
    clear: both;
}

input {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'arial', sans-serif;
    -webkit-appearance: none;
}

body {
    font-family: 'Poppins', sans-serif;
    min-width: 300px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-font-smoothing: antialiased;
    background-color: #fff;
}

::selection {
    text-shadow: none;
    background: rgba(65, 131, 196, 0.4);
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
    width: auto;
    display: block;
    float: none !important;
}

ul,
menu,
dir {
    margin: 0px;
    padding: 0px;
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* common  */
.container {
    max-width: 1448px;
    padding: 0 20px;
    margin: 0 auto;
}

/* footer .container,
.copyright_section .container {
    max-width: 1448px;
} */

img {
    width: auto;
    max-width: 100%;
    display: block;
    height: auto;
}

html {
    scroll-behavior: smooth;
}

h1 {
    font-size: 48px;
    line-height: 60px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

h2 {
    font-size: 36px;
    line-height: 48px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

h3 {
    font-size: 30px;
    line-height: 34px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

h4 {
    font-size: 24px;
    line-height: 34px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

h5 {
    font-size: 20px;
    line-height: 34px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

p {
    font-size: 16px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

h2 label {
    color: #0fcd9a;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 7px;
}

a {
    font-family: 'Poppins', sans-serif;
}

li {
    list-style-type: none;
}

.main_block {
    overflow: hidden;
}

.scrollup_btn img {
    width: 30px;
    height: 30px;
}

.scrollup_btn {
    display: none;
    position: fixed;
    bottom: 13px;
    right: 11px;
    z-index: 99;
    border: none;
    outline: none;
    background: radial-gradient(77.05% 79.71% at 39.43% 29.04%, #EFFF9A 1%, #F0FB93 10%, #F2EF7F 23%, #F5DC5F 40%, #F9C233 58%, #FCAE12 70%, #F5AD08 100%);
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
}

.scrollup_btn img {
    filter: invert(7%) sepia(9%) saturate(5606%) hue-rotate(193deg) brightness(97%) contrast(94%);
}

.btn {
    color: #000;
    border-radius: 4px;
    border: 1px solid #feb73b;
    padding: 10px 47px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.4s ease;
    font-size: 15px;
    outline: none;
    background-color: #feb73b;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
}

.btn:hover {
    background-color: #fff;
    color: #feb73b;
}

/* header */
.home {
    width: 100%;
    min-height: 750px;
    background: url(../images/lp/skill_base/landing_banner.png) no-repeat;
    background-size: cover;
    background-position: 30px bottom;
    position: relative;

}

.home .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #4049c0;
    padding: 0px 20px;
}

.bg_active {
    background-color: #2d38ce;
    color: #fff !important;
    border-radius: 5px;
}

.logo_wrapper {
    width: 180px;
}

.logo_wrapper a {
    display: block;
    color: #fff;
}

.logo_wrapper img {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    width: 180px;
    height: 48px;
}

.logo_wrapper p {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    padding-left: 10px;
}

.logo_wrapper span {
    display: block;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    text-align: right;
    margin-right: 15px;
    margin-top: 0;
}

.navBar_wrapper li {
    display: inline-block;
    position: relative;
}

.navBar_wrapper li:hover::before {
    height: 3px;
    transition: all 0.0.4s ease;
}

.navBar_wrapper .desktop_list li:hover a {
    color: #fff;
    transition: all 0.5s ease;
    border-bottom: 2px solid #eda62e;
}

.navBar_wrapper .desktop_list li.active a {
    color: #fff;
    transition: all 0.5s ease;
    border-bottom: 2px solid #eda62e;
}

.navBar_wrapper li a {
    color: #9ca3ff;
    transition: all 0.5s ease;
    font-size: 15px;
    padding: 8px 30px 30px;
    border-bottom: 2px solid transparent;
}

.navBar_wrapper .contact a {
    border: none !important
}

.navBar_wrapper li.active a {
    color: #fff;
}

.navBar_wrapper li:last-child::before {
    display: none;
}

.navBar_wrapper li.active:before {
    height: 3px;
}

.navBar_wrapper li a.contact_btn {
    background: transparent;
    border-radius: 50px;
    padding: 11px 42px;
    line-height: 1;
    border: 2px solid rgba(255, 226, 146, 1);
    outline: none;
    box-shadow: 0 0 20px #80256d;
    position: relative;
}

.navBar_wrapper .contact a {
    padding: 8px 30px !important;
}

.navBar_wrapper .contact:hover a {
    border-bottom: initial;
}

.mobile_icon,
.close_menu_icon {
    display: none;
    text-align: right;
    float: right;
    cursor: pointer;
}

.desktop_list {
    display: block;
}

.mobile_icon span {
    background: #fff;
    width: 40px;
    height: 4px;
    display: block;
    border-radius: 5px;
    margin-bottom: 3px;
    text-align: right;
}

.mobile_icon span:nth-child(2) {
    width: 32px;
}

.mobile_icon span:last-child {
    width: 24px;
    margin-bottom: 0px;
}

body.blackOverlap:before {
    content: "";
    background: #000000c2;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    bottom: 0;
}

/*header menu css*/
.more_games {
    display: inline-block;
    position: relative;
}

.more_games_submenu {
    position: absolute;
    display: none !important;
    align-items: unset !important;
    z-index: 99;
    background-color: #fff;
    padding: 15px 0 !important;
    max-width: 300px;
    width: 200px;
    border-radius: 10px;
    height: auto !important;
    left: -7px;
    top: 42px;
}

.more_games_submenu.skill_based li a {
    text-decoration: none;
    color: #000 !important;
    font-weight: 500;
    font-size: 16px;
    color: #000 !important;
    padding: 0;
    line-height: 36px;
}

.more_games_submenu li:hover a {
    color: #0E7AFF;
}

li.more_games:hover .more_games_submenu {
    display: block !important;
}

.more_games_submenu.skill_based li a:after {
    display: none;
}

.more_games_submenu.skill_based li {
    width: 100%;
    padding: 0 15px !important;
    margin: 0 0 !important;
}

.more_games_submenu.skill_based li:hover {
    background: #f0a01c3b;
}

.desktop_list .more_games_submenu.skill_based li a {
    border: none;
}


/* banner */
.home .banner .container {
    color: #fff;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    padding-bottom: 0;
    border-bottom: initial;
}

.home .banner .banner_text h1 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
}

.home .banner .banner_text p {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin: 20px 0 40px;
}

.home .banner_img {
    width: 37%;

}

.home .banner .banner_text {
    max-width: 50%;
}

/* game type */
.game_type_sec {
    padding: 180px 0 160px 0;
}

.type_text {
    margin: 0 auto;
    text-align: center;
}

.type_text h2 {
    text-transform: capitalize;
    position: relative;
    transition: all 0.4s ease;
    font-weight: 700;
    color: #000000;
    display: inline-block;
    margin-bottom: 20px;
}

.type_text p {
    color: #000000;
    transition: all 0.4s ease;
    margin: 0 80px;
    margin-top: 18px;
}

.type_text h2:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    top: -27px;
    background: url(../images/lp/skill_base/round_ring.png) no-repeat;
    left: -50px;
    z-index: -1;
}

.game_type_sec .game_type_wrap .game_type_item img {
    margin: 0 auto;
    width: 150px;
    height: 150px;
}

.game_type_sec .game_type_wrap .game_type_item:hover {
    background-color: #feb73b;
    box-shadow: 0 0 39px rgb(254 183 59 / 68%);
}

.game_type_sec .game_type_wrap .game_type_item {
    background-color: #ededed;
    width: 22.5%;
    margin: 30px 18px;
    padding: 15px;
    transition: all 0.4s ease;
    text-align: center;
}

.game_type_sec .game_type_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

.game_type_sec .game_type_wrap .game_type_item:first-child {
    margin-left: 0;
}

.game_type_sec .game_type_wrap .game_type_item:last-child {
    margin-right: 0;
}

.game_type_sec .game_type_wrap .game_type_item h5 {
    color: #000000;
    transition: all 0.5s ease;
    font-weight: 600;
    margin: 20px 0 5px;
}

.game_type_sec .game_type_wrap .game_type_item p {
    color: #000000;
    transition: all 0.5s ease;
}

.game_type_sec .game_type_wrap .game_type_item:hover h5 {
    color: #fff;
}

.game_type_sec .game_type_wrap .game_type_item:hover p {
    color: #fff;
}

/* ourservice */
.our_services .type_text h2:before {
    display: none;
}

.our_services {
    background-color: #f6f6f6;
    padding: 100px 0;
}

.our_services .container {
    margin: 0 auto;
}

.our_services .our_services_wrap .our_hover {
    display: none;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    padding: 40px 20px 30px;
    transition: all 0.4s ease;
    box-shadow: 0 0 39px rgb(202 201 200 / 68%);
    background-color: #fff;
    text-align: center;
}

.our_services .our_services_wrap .our_services_item {
    display: block;
    transition: all 0.4s ease;
    width: 25%;
    position: relative;
}

.our_services .our_services_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 60px;
}

.our_services .our_services_wrap .our_services_item .our_item h5 {
    color: #000000;
    font-weight: 600;
    margin-top: 20px;
}

.our_services .our_services_wrap .our_services_item .our_item {
    padding: 112px 0;
}

.our_services .our_services_wrap .our_services_item:hover .our_hover {
    display: block;
}

.our_services .our_services_wrap .our_services_item:hover .our_item {
    display: none;
}

.our_services .our_services_wrap .our_services_item .our_hover img {
    margin: 0 auto;
}

.our_services .our_services_wrap .our_services_item .our_hover h5 {
    color: #000000;
    font-weight: 600;
    margin: 20px 0;
}

.our_services .our_services_wrap .our_services_item .our_hover p {
    color: #000000;
    transition: all 0.5s ease;
    font-size: 15px;
    line-height: 23px;
    font-family: 'Poppins', sans-serif;
}

.our_hover img {
    width: 100px;
    height: 100px;
    background: #ffff;
    border: 15px solid #e9e8e8d4;
    border-radius: 100%;
    padding: 9px;
}

/* features skill */
.features_skill .features_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.features_skill .features_wrap .features_wrap_left {
    width: 40%;
}

.features_skill .features_wrap .features_wrap_right {
    width: 50%;
}

.features_skill .features_wrap .features_wrap_right h3 {
    color: #000000;
}

.features_skill .features_wrap .features_wrap_right p {
    margin: 20px 0 30px;
}

.features_skill .features_wrap .features_wrap_right ul li a {
    margin-bottom: 5px;
    color: #000000;
    font-weight: 400;
}

.features_skill .features_wrap .features_wrap_right ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
}

.features_skill .features_wrap .features_wrap_right ul li:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    top: 10px;
    background-color: #2933b7;
    border-radius: 50%;
    left: 0;
}

.features_skill {
    padding: 100px 0;
    position: relative;
}

.features_skill:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 15%;
    background: url(../images/lp/skill_base/feature_back.png) no-repeat;
    left: 0;
    z-index: -1;
}

/* technology stack */
.technology {
    background-color: #f6f6f6;
    padding-top: 104px;
    padding-bottom: 91px;
}

.technology .type_text h2:before {
    display: none;
}

.technology .tech_stacks .tech_stack {
    display: flex;
    margin-top: 65px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.technology .tech_stacks .tech_stack .t_stack {
    width: calc(16.66% - 30px);
    margin: 15px;
    height: 176px;
    background: transparent;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.technology .tech_stacks .tech_stack .t_stack:hover {
    box-shadow: 0 0 14px rgb(202 201 200 / 68%);
}

.technology .tech_stacks .tech_stack .t_stack p {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.technology .tech_stacks .tech_stack .t_stack img {
    width: 100px !important;
    height: 70px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 15px;
}

.footer_row h5 {
    padding-bottom: 14px;
}

/* devlopment_sec */
.development_sec {
    background-color: #f6f6f6;
    padding: 100px 0;
}

.development_sec .type_text h2:before {
    display: none;
}

.development_sec .development_wrap {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.development_sec .development_wrap .development_wrap_item {
    background-color: #fff;
    transition: all 0.4s ease;
    width: 31%;
    text-align: center;
    margin: 0px 13.33px;
    border-radius: 10px;
}

.development_sec .development_wrap .development_wrap_item:hover {
    box-shadow: 0 0 26px rgb(202 201 200 / 68%);
}

.development_sec .development_wrap .blue h4 {
    background-color: #08adff;
    color: #fff;
    font-weight: 500;
    padding: 14px 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.development_sec .development_wrap .orange h4 {
    background-color: #feb73b;
    color: #fff;
    font-weight: 500;
    padding: 14px 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.development_sec .development_wrap .pink h4 {
    background-color: #d330d9;
    color: #fff;
    font-weight: 500;
    padding: 14px 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.development_wrap ul li {
    text-align: center;
    padding: 14.5px 10px;
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

.development_wrap ul li:nth-child(even) {
    background-color: #fafafa;
}

/* client */
.client .client_sec img {
    margin: 0 auto;
    margin-top: 25px;
}

.client {
    padding: 100px 0 0;
}

.client .client_sec .type_text h2 {
    display: inline-block;
}

.client .client_sec .type_text h2:before {
    left: -50px;
}

/* choice */
.choice {
    padding: 90px 0;
}

.choice .type_text h2:before {
    left: 17px;
}

.choice .type_text p {
    margin: 18px auto;
}

.choice .choice_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    align-items: center;
    flex-wrap: wrap;
}

.choice .choice_wrap .choice_wrap_item {
    width: 49%;
    text-align: left;
    display: flex;
    margin-bottom: 20px;
}

.choice .choice_wrap .choice_wrap_item h2 {
    text-align: left;
    color: #000000;
    text-transform: capitalize;
    font-size: 24px;
}

.choice .choice_wrap .choice_wrap_item p {
    color: #000000;
}

.choice .choice_wrap .choice_wrap_item .choice_span span {
    width: 55px;
    margin-top: 12px;
    height: 55px;
    display: block;
    border-radius: 5px;
}

.choice .choice_wrap .choice_wrap_item .choice_text {
    padding-left: 15px;
}

.choice .choice_wrap .choice_wrap_item .orange span {
    background-color: #feb73b;
}

.choice .choice_wrap .choice_wrap_item .blue span {
    background-color: #08adff;
}

.choice .choice_wrap .choice_wrap_item .dark_blue span {
    background-color: #364af7;
}

.choice .choice_wrap .choice_wrap_item .pink span {
    background-color: #d330d9;
}

/*------faq section--------*/
.outer_faq {
    background-color: #f6f6f6;
    max-width: 1240px;
    margin: 0 auto;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
}

.outer_faq .container {
    max-width: 95%;
}

@keyframes faq {
    30% {
        top: -50px;
    }

    70% {
        top: 50px;
    }

    100% {
        top: 0;
    }
}

.inner_faq {
    padding: 35px 0 60px;
    z-index: 2;
    position: relative;
}

.inner_faq .title_row h2 {
    margin-bottom: 35px;
    text-align: center;
    text-transform: uppercase;
}

.faq_row {
    margin-bottom: 20px;
    position: relative;
    transition: 0.5s;
    border-radius: 5px;
}


.faq_row a {
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    padding: 15px 35px 15px 25px;
    border-radius: 5px;
    display: block;
    position: relative;
    transition: 0.3s ease;
    background: #fff;
    font-weight: 600;
}

.faq_row a:after {
    position: absolute;
    content: "";
    background: url(../images/lp/teenpatti/caret.png)no-repeat;
    width: 20px;
    height: 20px;
    right: 20px;
    background-size: 100% 100%;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s ease;
}

.faq_ans {
    display: none;
    padding: 11px 35px 11px 25px;
    background: #fff;
    z-index: 2;
    background-color: #fff;
}

.faq_row.active a {
    color: #fff;
    background-color: #364af7;
}

.faq_row.active a:after {
    filter: brightness(0) invert(1);
    transform: translateY(-50%) rotate(180deg);
}

.faq_row ul li {
    list-style: unset;
}

.faq_row ul {
    margin: 0 25px;
}

.proud_text_section h2 {
    text-align: center;
}

.proud_text_img img {
    margin: auto;
    padding-top: 30px;
    max-width: 100%;
    margin: auto;
    display: block
}

.center {
    text-align: center;
}

section.proud_text_section {
    z-index: -1;
    position: relative;
    padding: 100px 20px 70px 20px;
    background-repeat: no-repeat;
    background-position: right, left;
    animation: hearts 7s linear infinite;
}


/* footer section*/
.footer_outer {
    background-color: #2933b7;
    padding: 48px 0 55px;
    position: relative;
    margin-top: 150px;
}

.left_footer {
    width: 55%;
    padding-right: 72px;
}

.inner_footer {
    position: relative;
    z-index: 4;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_row p,
.footer_row a,
.footer_row span {
    color: #fff;
}

.footer_row .footer_menu {
    display: flex;
}

.footer_row p {
    margin-bottom: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
}

.footer_row:last-child {
    margin-bottom: 0;
}

.footer_row h2 {
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 14px;
}

ul.footer_menu {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    row-gap: 8px;
}

.footer_menu li {
    display: inline-block;
}

.footer_menu li a {
    display: block;
    margin-right: 30px;
    margin-bottom: 15px;
    color: #fff;
}

.footer_menu li:hover a {
    color: #f8a469;
}

.footer_menu li:last-child a {
    margin-right: 0;
}

.contact_detail p {
    margin-bottom: 40px;
    width: 40%;
}

.contact_detail img {
    margin-right: 15px;
}

.contact_detail {
    display: flex;
    flex-wrap: wrap;
}

ul.location li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

ul.location li img {
    position: absolute;
    left: 0;
    top: 0;
}

ul.location li a {
    position: relative;
    padding-left: 40px;
    display: block;
    font-size: 16px;
    line-height: normal;
    color: #fff;
    width: fit-content;
}

.contact_detail p label,
.loc_row label {
    position: relative;
    padding: 10px 0 10px 40px;
    display: inline-block;
}

label.phone:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url("../images/lp/teenpatti/call.png") no-repeat;
    background-size: 100% 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

label.mail:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url("../images/lp/teenpatti/mail.png") no-repeat;
    background-size: 100% 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

label.location:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 24px;
    background: url("../images/lp/teenpatti/location.png") no-repeat;
    background-size: 100% 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.contact_detail p a,
.loc_row p span {
    display: block;
}

.loc_row {
    margin: 15px 0 20px;
    display: flex;
    align-items: center;
}

.loc_row img {
    margin-right: 15px;
    display: inline-block;
}

.footer_social {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.footer_social a {
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-block;
    margin: 0 10px 20px 0;
}

.footer_social a img {
    width: 30px;
    height: 30px;
}

.contact_form h2 {
    color: #fff;
    margin-bottom: 25px;
    text-transform: capitalize;
    font-weight: 600;
}

.ar_country-code.code-validation {
    width: 100%;
}

.contact_div .field_row {
    margin-bottom: 20px;
}

.contact_div .field_row .intl-tel-input {
    width: 100%;
}

.check.highlight {
    border-bottom: 2px solid red !important;
}

.field_row.lp_submit {
    margin-bottom: 0;
}

.contact_div .field_row:last-child {
    margin-bottom: 0;
}

.contact_div .field_row input,
.contact_div .field_row textarea {
    display: block;
    border: 2px solid transparent;
    padding: 12.50px 17px;
    color: #a5a4a4;
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
    line-height: 27.5px;
    background: #fff;
    font-family: 'Poppins', sans-serif;
}

.contact_div .field_row textarea {
    height: 150px;
    resize: none;
}

.contact_div {
    width: 45%;
    padding: 33px;
    box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
    border-radius: 5px;
    margin-top: -107px;
    /* background: #2d38ce; */
    height: fit-content;
}

.contact_form .field_row .btn {
    display: block;
    width: 100%;
    cursor: pointer;
    border-radius: 5px;
    background: #feb73b;
    padding: 10px;
    color: #000;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    max-width: 360px;
    margin: auto;
}

.field_row .btn {
    color: #fff;
    text-align: center;
    padding: 10px 25px;
    border: 2px solid #f8a469;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 28px;
    font-size: 16px;
    transition: 0.5s ease;
    background: #310080;
    border-radius: 25px;
}

#lp_thankyou {
    display: none;
}

#lp_thankyou p {
    color: #fff;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.contact_form ::placeholder {
    color: #a5a4a4;
}

.contact_form :-ms-input-placeholder {
    color: #a5a4a4;
}

.contact_form ::-ms-input-placeholder {
    color: #a5a4a4;
}

.copy_right p {
    text-align: center;
    padding: 24px 0;
    line-height: 22px;
    font-size: 13px;
    color: #282828;
}

.footer_row h6 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.footer_row h3 {
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 14px;
}

.footer_row h6 {
    margin-bottom: 10px;
    width: 100%;
}

.copy_right {
    background-color: #fff8ee;
}

.footer_row {
    margin-bottom: 50px;
}

/* design_sec */
.design_sec {
    padding: 130px 0 0;
}

.design_sec ul.tabs {
    padding: 0;
    list-style: none;
    width: 29%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #f6f6f6;
}

.design_sec ul.tabs li {
    margin: 0;
    cursor: pointer;
    padding: 15px 35px;
    font-size: 18px;
    background-color: #f6f6f6;
    color: #000000;
    position: relative;
    border-radius: 50px;
    transition: all 0.4s ease;
}

.design_tab {
    margin-top: 40px;
}

.design_sec ul.tabs li.active {
    background-color: #2933b7;
    color: #fff;
    display: block;
    border-radius: 50px;
}

.tab_container {
    position: relative;
    clear: both;
    width: 100%;
    background: #fff;
}

.tab_drawer_heading {
    display: none;
}

div#tab2 {
    padding-bottom: 20px;
    text-align: center;
}

div#tab2 h2 {
    margin-top: 20px;
}

.vl {
    border-left: 50px solid #f6f6f6;
    height: 93%;
    position: absolute;
    left: 48%;
    margin-left: -3px;
    top: 0;
}

.number .orange {
    text-align: center;
    line-height: 96px;
    border-radius: 50px;
    font-size: 45px;
    font-style: normal;
    border: 13px solid #fff;
    box-shadow: 0 0 22px rgb(202 201 200 / 68%);
    font-weight: 700;
    position: relative;
    left: 44.5%;
    background-color: #feb73b;
    top: 130px;
    width: 120px;
    height: 120px;
    display: inline-block;
    border-radius: 100%;
    color: #fff;
}

.number_orange {
    position: relative;
}

.number_text_orange {
    width: 39%;
    margin-left: auto;
    margin-top: -67px;
}

.number_text_orange .number_containt {
    background-color: #eeeeee;
    position: relative;
    padding: 20px 20px 20px 40px;
    border-radius: 40px;
}

.number_text_orange h3 {
    color: #ffaf24;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}

.number_text_orange .number_containt:before {
    position: absolute;
    top: 16%;
    left: -34px;
    display: inline-block;
    border-right: 23px solid transparent;
    border-bottom: 23px solid #eee;
    border-left: 23px solid transparent;
    border-bottom-color: rgb(238 238 238);
    content: '';
    transform: rotate(-90deg);
}

.number_containt ul li {
    position: relative;
    margin-bottom: 10px;
    color: #000000;
    font-weight: 400;
}

.number_containt ul li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 7px;
    background-color: #000000;
    border-radius: 50%;
    left: -17px;
}

.number .blue {
    text-align: center;
    line-height: 96px;
    border-radius: 50px;
    font-size: 45px;
    font-style: normal;
    border: 13px solid #fff;
    box-shadow: 0 0 22px rgb(202 201 200 / 68%);
    font-weight: 700;
    position: relative;
    left: 44.5%;
    background-color: #08adff;
    top: -100px;
    width: 120px;
    height: 120px;
    display: inline-block;
    border-radius: 100%;
    color: #fff;
}

.number_blue {
    position: relative;
}

.number_text_blue {
    width: 39%;
    margin-top: -297px;
}

.number_text_blue .number_containt {
    background-color: #eeeeee;
    position: relative;
    padding: 20px 20px 20px 40px;
    border-radius: 40px;
}

.number_text_blue h3 {
    color: #08adff;
    text-align: center;
    margin-bottom: 20px;

}

.number_text_blue .number_containt:before {
    position: absolute;
    top: 16%;
    right: -34px;
    display: inline-block;
    border-right: 23px solid transparent;
    border-bottom: 23px solid #eee;
    border-left: 23px solid transparent;
    border-bottom-color: rgb(238 238 238);
    content: '';
    transform: rotate(90deg);
}

.number {
    position: relative;
}

.number .pink {
    text-align: center;
    line-height: 96px;
    border-radius: 50px;
    font-size: 45px;
    font-style: normal;
    border: 13px solid #fff;
    box-shadow: 0 0 22px rgb(202 201 200 / 68%);
    font-weight: 700;
    position: relative;
    left: 44.5%;
    background-color: #d330d9;
    top: -80px;
    width: 120px;
    height: 120px;
    display: inline-block;
    border-radius: 100%;
    color: #fff;
}

.number_pink {
    position: relative;
}

.number_text_pink {
    width: 39%;
    margin-left: auto;
    margin-top: -257px;
}

.number_text_pink .number_containt {
    background-color: #eeeeee;
    position: relative;
    padding: 20px 20px 20px 40px;
    border-radius: 40px;
}

.number_text_pink h3 {
    color: #d330d9;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}

.number_text_pink .number_containt:before {
    position: absolute;
    top: 20%;
    left: -34px;
    display: inline-block;
    border-right: 23px solid transparent;
    border-bottom: 23px solid #eee;
    border-left: 23px solid transparent;
    border-bottom-color: rgb(238 238 238);
    content: '';
    transform: rotate(-90deg);
}

.number .dark_blue {
    text-align: center;
    line-height: 96px;
    border-radius: 50px;
    font-size: 45px;
    font-style: normal;
    border: 13px solid #fff;
    box-shadow: 0 0 22px rgb(202 201 200 / 68%);
    font-weight: 700;
    position: relative;
    left: 44.5%;
    background-color: #364af7;
    top: 0;
    width: 120px;
    height: 120px;
    display: inline-block;
    border-radius: 100%;
    color: #fff;
}

.number_dark_blue {
    position: relative;
}

.number_text_dark_blue {
    width: 39%;
    margin-top: -177px;
}

.number_text_dark_blue .number_containt {
    background-color: #eeeeee;
    position: relative;
    padding: 20px 20px 20px 40px;
    border-radius: 40px;
}

.number_text_dark_blue h3 {
    color: #364af7;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}

.number_text_dark_blue .number_containt:before {
    position: absolute;
    top: 20%;
    right: -34px;
    display: inline-block;
    border-right: 23px solid transparent;
    border-bottom: 23px solid #eee;
    border-left: 23px solid transparent;
    border-bottom-color: rgb(238 238 238);
    content: '';
    transform: rotate(90deg);
}

.number .tometo {
    text-align: center;
    line-height: 96px;
    border-radius: 50px;
    font-size: 45px;
    font-style: normal;
    border: 13px solid #fff;
    box-shadow: 0 0 22px rgb(202 201 200 / 68%);
    font-weight: 700;
    position: relative;
    left: 44.5%;
    background-color: #e24242;
    top: -31px;
    width: 120px;
    height: 120px;
    display: inline-block;
    border-radius: 100%;
    color: #fff;
}

.number_tometo {
    position: relative;
}

.number_text_tometo {
    width: 39%;
    margin-left: auto;
    margin-top: -217px;
}

.number_text_tometo .number_containt {
    background-color: #eeeeee;
    position: relative;
    padding: 20px 20px 20px 40px;
    border-radius: 40px;
}

.number_text_tometo h3 {
    color: #e24242;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}

.number_text_tometo .number_containt:before {
    position: absolute;
    top: 20%;
    left: -34px;
    display: inline-block;
    border-right: 23px solid transparent;
    border-bottom: 23px solid #eee;
    border-left: 23px solid transparent;
    border-bottom-color: rgb(238 238 238);
    content: '';
    transform: rotate(-90deg);
}

.number .green {
    text-align: center;
    line-height: 96px;
    border-radius: 50px;
    font-size: 45px;
    font-style: normal;
    border: 13px solid #fff;
    box-shadow: 0 0 22px rgb(202 201 200 / 68%);
    font-weight: 700;
    position: relative;
    left: 44.5%;
    background-color: #71c21b;
    top: -31px;
    width: 120px;
    height: 120px;
    display: inline-block;
    border-radius: 100%;
    color: #fff;
}

.number_green {
    position: relative;
}

.number_text_green {
    width: 39%;
    margin-top: -217px;
    padding-bottom: 120px;
}

.number_text_green .number_containt {
    background-color: #eeeeee;
    position: relative;
    padding: 20px 20px 20px 40px;
    border-radius: 40px;
}

.number_text_green h3 {
    color: #71c21b;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}

.number_text_green .number_containt:before {
    position: absolute;
    top: 20%;
    right: -34px;
    display: inline-block;
    border-right: 23px solid transparent;
    border-bottom: 23px solid #eee;
    border-left: 23px solid transparent;
    border-bottom-color: rgb(238 238 238);
    content: '';
    transform: rotate(90deg);
}

.country_teen .ar_country-list {
    width: 30% !important;
    min-width: 85px;
    padding: 0px 5px;
    color: #a5a4a4;
    width: 40%;
    border-radius: 5px;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    margin: 0 5px 0 0;
    outline: none;
    background-color: #fff;
    border: none;
    box-shadow: initial;
}

.captcha_block {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%
}

.rummy_country-list {
    font-size: 16px;
    margin-top: 0;
    width: 30%;
}

.captcha_block .left {
    width: 50%;
}

.captcha_block .left img {
    margin-top: 17px;
}

.captcha_block .right {
    width: 50%;
}

/*media Query start here*/
@media(max-width:1300px) {
    .home {
        background-position: unset;
    }
}

@media(max-width:1140px) {
    .game_type_sec .game_type_wrap .game_type_item {
        width: calc(50% - 30px);
        margin: 15px !important;
    }

    .game_type_sec .game_type_wrap .game_type_item p {
        font-size: 16px;
        line-height: 30px;
    }
}

@media(min-width: 1040px) and (max-width: 1130px) {
    .home {
        min-height: 690px;
    }
}

@media(max-width:1024px) {
    .footer_row p {
        font-size: 16px;
        line-height: 24px;
    }
}


@media screen and (max-width:991px) {
    h1 {
        font-size: 36px;
        line-height: 40px;
    }

    h2 {
        font-size: 32px;
        line-height: 36px;
    }

    h3 {
        font-size: 28px;
        line-height: 34px;
    }

    h4 {
        font-size: 24px;
        line-height: 28px;
    }

    span.close_menu_icon {
        position: absolute;
        right: 27px;
        width: 30px;
        height: 30px;
        z-index: 9999;
        top: 33px;
    }

    .home .container {
        padding: 26px 20px;
    }

    .mobile_icon,
    .close_menu_icon {
        display: block;
    }

    .desktop_list {
        display: block;
    }

    .navBar_wrapper li {
        display: block;
    }

    .navBar_wrapper li a.contact_btn {
        padding: 0;
        background: transparent;
        box-shadow: none;
        border: none;
    }

    .navBar_wrapper li a {
        color: #000;
        width: 100%;
        display: block;
        text-align: center;
        font-size: 18px;
        padding: 10px 20px !important;
    }

    .navBar_wrapper li:before {
        display: none;
    }

    .navBar_wrapper .desktop_list li.active a {
        border-bottom: none;
        color: #000
    }

    .navBar_wrapper li:last-child:hover a {
        color: #2d79cf !important;
    }

    .navBar_wrapper .contact a {
        padding: 10px 20px !important;
    }

    .inner_footer {
        flex-direction: column-reverse;
    }

    .contact_div {
        width: 100%;
        max-width: 588px;
        order: 1;
        margin: -140px auto 50px;
    }

    .left_footer {
        width: 100%;
        padding-right: 0;
    }

    .footer_outer {
        padding-bottom: 30px;
    }

    .home .banner .banner_text {
        max-width: 50%;
    }

    .our_services {
        padding: 50px 0 50px;
    }

    .design_sec,
    .client {
        padding: 50px 0;

    }

    .footer_outer {
        margin-top: 0;
    }

    .inner_faq {
        padding-bottom: 140px;
    }

    .our_services .our_services_wrap .our_services_item:hover .our_hover {
        padding: 40px 20px 30px;
    }

    .our_services .our_services_wrap .our_services_item .our_item {
        display: none;
    }

    .our_services .our_services_wrap .our_services_item {
        width: calc(50% - 30px);
        margin: 15px !important;
        box-shadow: 0 0 39px rgb(202 201 200 / 68%);
        background-color: #fff;
    }

    .our_services .our_services_wrap {
        flex-wrap: wrap;
        align-items: unset;
    }

    .our_services .our_services_wrap .our_hover {
        display: block;
        position: unset;
        transform: unset;
        box-shadow: unset;
    }

    .development_sec .development_wrap {
        flex-wrap: wrap;
    }

    .development_sec .development_wrap .development_wrap_item {
        width: 47%;
        margin-bottom: 24px !important;
    }

    .navBar_wrapper .desktop_list {
        position: fixed;
        background: #fff;
        right: -100%;
        top: 0;
        height: 100%;
        z-index: 999;
        width: 100%;
        padding-top: 100px;
        transition: all 0.5s ease;
        overflow-y: auto;
        padding-bottom: 30px;
    }

    .more_games_submenu {
        position: unset;
        transform: unset !important;
        top: -5px;
        border-radius: 0;
        overflow-y: unset !important;
        padding: 0 !important;
        max-width: 100% !important;
    }

    .navBar_wrapper .desktop_list li:hover a {
        color: #2d78ce;
        border-bottom: none;
    }

    .navBar_wrapper li a {
        border-bottom: none;
    }

    .more_games_submenu.skill_based li:hover {
        background: transparent;
    }

    .more_games_submenu.skill_based li a {
        line-height: 26px;
        text-align: center;
    }

    .more_games_submenu.skill_based li {
        padding: 0 !important;
    }
}

@media(min-width: 768px) and (max-width: 1039px) {
    .home .banner .container {
        max-width: 100%;
    }

    .home .banner .banner_text {
        max-width: 440px;
    }

    .home .banner_img {
        width: 42%;
        top: -80px;
    }

    .home {
        min-height: 690px;
    }

    .navBar_wrapper li a {
        padding: 8px 7px;
    }

    .navBar_wrapper .contact a {
        padding: 8px 15px !important;
    }

    .home .banner .banner_text h1 {
        font-size: 33px;
        line-height: 44px;
    }

    .home .banner .banner_text p {
        margin: 15px 0 20px;
    }

    .game_type_sec {
        padding: 100px 0 90px 0;
    }

    .our_services {
        padding: 50px 0 80px;
    }

    .our_services .our_services_wrap .our_services_item:hover .our_hover {
        padding: 20px 10px 20px;
    }

    .our_services .our_services_wrap .our_services_item .our_item {
        padding: 110px 0;
    }

    .features_skill:before {
        background-size: 50%;
    }


    .technology {
        padding-top: 54px;
        padding-bottom: 70px;
    }

    .development_sec {
        padding: 60px 0;
    }

    .development_sec .development_wrap .development_wrap_item {
        margin: 0px 11px;
    }

    .development_sec .development_wrap .development_wrap_item h5 {
        margin-top: 11px;
    }

    .development_sec .development_wrap .development_wrap_item span {
        margin-bottom: 20px;
    }

    .choice .type_text h2:before {
        left: -25px;
    }


    .outer_faq .container {
        max-width: 630px;
    }

    .number .orange,
    .number .blue,
    .number .pink,
    .number .dark_blue,
    .number .tometo,
    .number .green {
        line-height: 68px;
        font-size: 34px;
        width: 90px;
        height: 90px;
        left: 45%;
    }

    .number_text_orange h3,
    .number_text_pink h3,
    .number_text_blue h3,
    .number_text_dark_blue h3,
    .number_text_tometo h3,
    .number_text_green h3 {
        margin-bottom: 4px;
    }

    .vl {
        border-left: 40px solid #f6f6f6;
    }

    .number_text_orange {
        margin-top: -37px;
    }

    .number_text_blue {
        margin-top: -247px;
    }

    .number .pink {
        top: -150px;
    }

    .number_text_pink {
        margin-top: -296px;
    }

    .number_text_dark_blue {
        margin-top: -107px;
    }

    .number .dark_blue {
        top: 31px;
    }

    .number_text_tometo {
        margin-top: -177px;
    }

    .number_text_green {
        margin-top: -187px;
    }
}

@media screen and (max-width:768px) {
    .home .container {
        padding: 20px;
    }

    .logo_wrapper {
        width: auto;
        height: auto;
    }

    .logo_wrapper img {
        width: 140px;
        height: auto;
    }

    .type_text p {
        margin: 0;
    }

    .home .banner .container {
        max-width: 900px;
        display: flex;
        flex-direction: column-reverse;
        position: initial;
        transform: initial;
    }

    .home {
        min-height: 690px;
        padding-bottom: 110px;
    }

    .navBar_wrapper li a {
        padding: 8px 20px;
    }

    .home .banner .banner_text h1 {
        font-size: 34px;
        line-height: 40px;
    }

    .home .banner .banner_text h1 br {
        display: none;
    }

    .home .banner .banner_text {
        max-width: unset;
    }

    .home .banner .banner_text p {
        margin: 15px 0 20px;
    }

    .game_type_sec {
        padding: 50px 0;
    }

    p {
        line-height: 24px;
    }

    .game_type_sec .game_type_wrap .game_type_item h5 {
        margin: 0px 0 10px;

    }

    h5 {
        line-height: 24px;
    }

    .our_services .our_services_wrap .our_services_item {
        width: 100%;
        margin: 0 0 30px 0 !important;
    }

    .features_skill:before {
        background-size: 50%;
    }


    .technology {
        padding-top: 54px;
        padding-bottom: 70px;
    }

    .development_sec {
        padding: 60px 0;
    }

    .development_sec .development_wrap .development_wrap_item {
        margin: 0px 11px;
        display: block;
        width: 100%;
        margin: 0 0 30px;
    }

    .development_sec .development_wrap .development_wrap_item h5 {

        margin-top: 11px;
    }

    .development_sec .development_wrap .development_wrap_item span {
        margin-bottom: 20px;
    }

    .choice .type_text h2:before {
        left: -25px;
    }

    .outer_faq {
        max-width: initial;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
        margin: 0;
    }

    .outer_faq .container {
        max-width: initial;
    }

    .home .banner_img {
        position: initial;
        width: 50%;
    }

    .banner_text {
        text-align: center;
        max-width: 500px;
        padding: 0;
    }

    .home .banner .banner_text p br {
        display: none;
    }

    .game_type_sec .game_type_wrap .game_type_item {
        width: 100%;
        margin: 0 0 30px 0 !important;
    }

    .game_type_sec .game_type_wrap .game_type_item:last-child {
        margin-right: 11px;
    }

    .features_skill .features_wrap {
        display: block;
    }

    .features_skill .features_wrap .features_wrap_left {
        width: 50%;
        margin: 0 auto;
        margin-bottom: 25px
    }

    .features_skill .features_wrap .features_wrap_right {
        width: 100%;
    }

    .features_skill {
        padding: 50px 0;
    }

    .development_sec .development_wrap {
        display: block;
    }

    .development_sec .development_wrap .development_wrap_item:hover {
        box-shadow: initial;
    }

    .choice .choice_wrap .choice_wrap_item {
        width: 100%;
    }

    .choice {
        padding-bottom: 40px;
        padding-top: 40px;
    }


    .copy_right_section p {
        padding: 15px 0;
    }

    .footer_row h6 {
        width: 100%;
    }

    .navBar_wrapper {
        width: auto;
        float: right;
        margin-top: 6px;
    }

    .bg_active {
        background-color: #fff;
        color: #000 !important;
        padding: 8px 30px !important;
    }

    .number .orange,
    .number .blue,
    .number .pink,
    .number .dark_blue,
    .number .tometo,
    .number .green {
        line-height: 68px;
        font-size: 34px;
        width: 90px;
        height: 90px;
        left: 45%;
    }

    .choice .choice_wrap {
        margin-top: 40px;
        row-gap: 10px;
    }

    .vl {
        border-left: 40px solid #f6f6f6;
    }

    .number_text_orange {
        margin-top: -37px;
    }

    .number_text_blue {
        margin-top: -247px;
    }

    .number .pink {
        top: -150px;
    }

    .number_text_pink {
        margin-top: -296px;
    }

    .number_text_dark_blue {
        margin-top: -107px;
    }

    .number .dark_blue {
        top: 31px;
    }

    .number_text_tometo {
        margin-top: -177px;
    }

    .number_text_green {
        margin-top: -187px;
    }

    .vl {
        display: none;
    }

    .number_text_blue h3 {
        margin-bottom: 10px;
    }

    /* .design_sec ul.tabs{display: none;} */
    .number .orange,
    .number .blue,
    .number .pink,
    .number .dark_blue,
    .number .tometo,
    .number .green {
        position: initial;
    }

    .number {
        text-align: center;
        margin-top: 30px;
    }

    .number_text_orange,
    .number_text_blue,
    .number_text_pink,
    .number_text_dark_blue,
    .number_text_tometo,
    .number_text_green {
        width: 100%;
        margin-top: 10px;
        text-align: left;
    }

    .number_text_orange .number_containt:before,
    .number_text_blue .number_containt:before,
    .number_text_pink .number_containt:before,
    .number_text_dark_blue .number_containt:before,
    .number_text_tometo .number_containt:before,
    .number_text_green .number_containt:before {
        display: none;
    }

    .number_text_orange .number_containt,
    .number_text_blue .number_containt,
    .number_text_pink .number_containt,
    .number_text_dark_blue .number_containt,
    .number_text_tometo .number_containt,
    .number_text_green .number_containt {
        border-radius: 5px;
    }

    .number_text_green {
        padding-bottom: 30px;
    }

    .tab_drawer_heading {
        margin-bottom: 10px;
    }



    .home {
        background-position: center;
    }

    .footer_menu li a {
        margin-right: 22px;
        margin-bottom: 4px;
    }

    .footer_row .footer_menu {
        flex-wrap: wrap;
    }

    .footer_row {
        margin-bottom: 30px;
    }

    .footer_row p {
        font-size: 16px;
        line-height: 22px;
    }

    .our_services .our_services_wrap .our_services_item .our_hover h5 {
        margin: 10px 0;
    }

    .our_services .our_services_wrap .our_hover {
        padding: 20px;
    }

    .game_type_sec .game_type_wrap .game_type_item p {
        font-size: 16px;
        line-height: 22px;
    }

    .our_services .our_services_wrap {
        margin-top: 40px;
    }

    .technology .tech_stacks .tech_stack .t_stack {
        width: calc(33.33% - 30px);
        height: auto;
    }
}

@media screen and (max-width:576px) {
    span.close_menu_icon {
        right: 23px;
        top: 18px;
    }

    .scrollup_btn img {
        width: 26px;
        height: 25px;
    }

    .scrollup_btn {
        padding: 8px;
        bottom: 18px;
    }

    .mobile_icon span:nth-child(1) {
        width: 32px;
    }

    .mobile_icon span:nth-child(2) {
        width: 24px;
    }

    .mobile_icon span:nth-child(3) {
        width: 17px;
    }

    .contact_div {
        padding: 20px;
    }

    .technology .tech_stacks .tech_stack .t_stack {
        width: calc(50% - 30px);
    }

    .contact_form .field_row .btn {
        font-size: 16px;
        line-height: 22px;
        max-width: 225px;
        margin: auto;
    }

    .features_skill .features_wrap .features_wrap_right h3 {
        text-align: center;
    }

    .technology .tech_stacks .tech_stack .t_stack img {
        width: 80px !important;
        height: 60px;
        margin-bottom: 10px;
    }

    .faq_ans p {
        line-height: 20px;
    }

    .design_sec,
    .client,
    .development_sec,
    .features_skill {
        padding: 40px 0;
    }

    .contact_div .field_row input,
    .contact_div .field_row textarea {
        padding: 9.5px 10px;
    }
}

@media screen and (max-width:480px) {
    .contact_div {
        width: 100%;
        max-width: 100%;
    }

    h1 {
        font-size: 30px;
        line-height: 34px;
    }

    h2 {
        font-size: 28px;
        line-height: 32px;
    }

    h3 {
        font-size: 24px;
        line-height: 30px;
    }

    h4 {
        font-size: 22px;
        line-height: 28px;
    }

}

@media screen and (max-width:500px) {



    .type_text h2:before {
        left: -8px;
    }

    .game_type_sec .game_type_wrap .game_type_item {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .game_type_sec .game_type_wrap .game_type_item:first-child {
        margin-left: 0;
    }

    .game_type_sec .game_type_wrap .game_type_item:last-child {
        margin-right: 0;
    }

    .our_services .our_services_wrap .our_services_item {
        width: 500px;
    }

    .our_services {
        padding: 50px 0 10px;
    }

    .footer_wrap .footer_row {
        width: 100%;
    }

    .footer_wrap {
        display: block;
    }

    .copy_right p {
        font-size: 13px;
    }


    .faq_row a:after {
        right: 11px;
    }

    .design_sec ul.tabs {
        width: 62%;
    }

    .design_sec ul.tabs li {
        padding: 15px 25px;
        font-size: 14px;
    }

    .slick-track {
        width: 2160px !important;
    }

    .client {
        padding: 40px 0;
    }

    .faq_row {
        margin-bottom: 10px;
    }


    .home .banner .banner_text {
        max-width: 500px;
    }

    .type_text p {
        max-width: 500px;
    }

    .game_type_item {
        width: 460px !important;
    }

    .features_wrap_left {
        position: relative;
        padding-top: 70%;
    }

    .features_wrap_left img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .features_wrap_right {
        max-width: 500px;
    }



}

html {
    margin-top: 0 !important;
}

.lp_submit_button.lp_submit_loader {
    background: #feb73b url(../../../../../../../wp-content/themes/artoon/images/artoon-preloader.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    pointer-events: none !important
}

.lp_submit_button.lp_submit_loader:hover {
    background: #209b23;
    color: #fff
}

.achivements_sec h2 {
    font-family: poppins;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    text-align: center;
    color: #0f1632;
    margin-top: 45px;
    margin-bottom: 29px;
    position: relative
}