@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/

img,
object,
embed,
video {
    max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */

@import url(//fonts.googleapis.com/css?family=Vibur);

.ie6 img {
    width: 100%;
}

@font-face {
    font-family: rmi_font;
    src: url('../fonts/rmi_font.ttf');
}

@font-face {
    font-family: rli_font;
    src: url('../fonts/rli_font.ttf');
}

@font-face {
    font-family: rti_font;
    src: url('../fonts/rti_font.ttf');
}

@font-face {
    font-family: vibur;
    src: url('../fonts/vibur.ttf');
}

@font-face {
    font-family: at_font;
    src: url('../fonts/at_font.otf');
}

.rmi_font {
    font-family: rmi_font;
}

.rli_font {
    font-family: rli_font !important;
}

.rti_font {
    font-family: rti_font;
}

.at_font {
    font-family: at_font;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
    clear: both;
    margin-left: 0;
    width: 100%;
    float: left;
    display: block;
}

.fluidList {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

#div1 {}

.zeroMargin_mobile {
    margin-left: 0;
}

.hide_mobile {
    display: none;
}



@media only screen and (max-width: 481px) {
    .ab-plane-wrap {
       
        transform: scale(2.5);
    }
    
    
    .gridContainer {
        margin: 0 auto;
        width: 95.45%;
        padding-left: 2.275%;
        padding-right: 2.275%;
        clear: none;
        float: none;
    }

    #div1 {}

    .zeroMargin_mobile {
        margin-left: 0;
    }

    .hide_mobile {
        display: none;
    }

    .zeroMargin_tablet {
        margin-left: 0;
    }

    .hide_tablet {
        display: none;
    }

    /***home**/
    .ab_menu_wrap {
        width: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 100;
        display: flex;
        flex-wrap: wrap;
    }

    .ab_menu_wrap .left_menu_icon_wrap {
        width: 12%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        background: rgb(54 54 54 / 80%);
        padding: 20px 6px;
        text-align: center;
        cursor: pointer;
        z-index: 11;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .left_menu_icon_wrap .image_wrap img {
        width: 26px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .left_menu_icon_wrap .ab_nover_icon {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        z-index: 10;
        text-align: center;
        display: flex;
        height: 100%;
        align-items: center;
    }

    .left_menu_icon_wrap .ab_nover_icon img {
        width: 39px;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        -ms-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
    }

    .ab_menu_wrap .left_menu_icon_wrap:hover {
        background: rgb(207 207 207 / 34%);
    }

    .ab_menu_wrap .left_menu_icon_wrap:hover .image_wrap img {
        transform: scale(0.9);
    }

    .ab_menu_wrap .left_menu_icon_wrap:hover .ab_nover_icon img {
        transform: scale(0.8);
    }

    .ab_menu_wrap .right_menu_nav_logo_wrap {
        width: 88%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        display: flex;
        padding: 0px 10px;
        align-items: center;
    }

    .right_menu_nav_logo_wrap .logo_wrap {
        width: 50%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }

    .right_menu_nav_logo_wrap .logo_wrap img {
        width: 60%;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        -ms-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
    }

    .right_menu_nav_logo_wrap .logo_wrap img:hover {
        transform: scale(0.95);
        opacity: 0.8;
    }

    .right_menu_nav_logo_wrap .social_icon_wrap {
        width: 50%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        text-align: right;
    }

    .social_icon_wrap img {
        width: 22px;
        margin-right: 5px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .social_icon_wrap img:hover {
        opacity: 0.8;
    }

    .slider_parent_wrap {
        height: 100%;
    }

    .slider_parent_wrap .image_wrap {
        height: 100%;
        background: url('../images/top_slider_image.jpg') center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }

    .slider_parent_wrap .image_wrap .content_wrap .gridContainer {
        max-width: 600px;
        min-width: auto;
    }

    .slider_parent_wrap .image_wrap .content_wrap {
        position: absolute;
        width: 100%;
        z-index: 90;
        left: 0px;
        bottom: 50px;
        text-align: center;
        pointer-events: none;
    }

    .slider_parent_wrap .image_wrap .content_wrap .common_header {
        color: white;
        letter-spacing: 0.8em;
        font-size: 20px;
    }

    .line_ver_wrap {
        width: 1px;
        height: 100px;
        background: rgb(115, 116, 108);
        background: linear-gradient(0deg, rgba(115, 116, 108, 1) 0%, rgba(0, 0, 0, 0) 100%);
        padding: 3px;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 30px;
    }

    .home_slider_wrap .image_wrap {
        height: 100%;
        background: url(../images/top_slider_image.jpg) top no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .home_slider_wrap .title_wrap {
        position: absolute;
        left: 0;
        bottom: 200px;
        color: #fff;
        width: 100%;
    }

    .home_slider_wrap .title_wrap .inner_title_wrap .gridContainer {
        max-width: 1200px;
        min-width: auto;
    }

    .home_slider_wrap .title_wrap .inner_title_wrap .slider_inner_head {
        padding-right: 0px;
        width: 100%;
    }

    .common_header {
        font-size: 34px;
        margin: 0;
        padding: 0;
        padding-bottom: 10px;
        color: white;
        line-height: 1.2em;
        position: relative;
    }

    .common_header span {
        color: #d84809;
        display: inline-block;
    }

    .common_header.border {
        color: #e4b868;
        position: relative;
        padding-bottom: 0px;
    }

    .common_header.border:before {
        position: absolute;
        width: 100%;
        left: 0;
        top: 49%;
        height: 6px;
        background-color: #d84809;
        content: '';
    }

    .common_header.border>span {
        background-color: #fff;
        padding: 15px;
        position: relative;
        z-index: 20;
        color: black;
    }

    p {
        padding: 0%;
        margin: 0%;
        padding-bottom: 15px;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        font-family: rli_font;
        font-size: 13px;
    }

    .common_anchor {
        padding: 0%;
        margin: 0%;
        margin-top: 12px;
        margin-bottom: 10px;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        font-size: 16px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        background: rgba(54, 54, 54, 0.986);
        text-transform: uppercase;
        padding: 10px 35px;
        color: white;
        text-decoration: none;
        box-shadow: 5px 2px 0px 2px rgb(204 204 204);
    }

    .common_anchor:hover {
        background: rgba(255, 255, 255, 0.8);
        color: rgb(46, 46, 46);
        text-decoration: none;
        text-shadow: 0.05em 0 0 rgba(139, 112, 112, 0.75), -0.025em -0.05em 0 rgba(121, 121, 121, 0.75), 0.025em 0.05em 0 rgba(179, 179, 179, 0.75);
        box-shadow: -3px 2px 0px 2px rgb(216 72 9);
    }

    .common_anchor::before {
        position: absolute;
        content: '';
        left: 0px;
        top: -4%;
        width: 15px;
        height: 115%;
        background: #d84809;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .common_anchor:hover::before {
        left: 100%;
        background: rgb(46, 46, 46);
    }

    .header_sub_title .common_header {
        font-size: 20px;
    }

    /*pagination*/
    .home_slider_wrap .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        text-align: center;
        line-height: 20px;
        font-size: 0px;
        color: #231f20;
        opacity: 1;
        background: #ffffff;
    }

    .home_slider_wrap .swiper-pagination-bullet-active {
        color: #231f20;
        background: #d7490b;
    }

    .home_slider_wrap .swiper-pagination {
        text-align: right;
        padding-right: 20px;
        bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: end;
    }

    .game_home_list_section {
        padding-top: 40px;
        overflow-x: hidden;
    }

    .game_home_list_section .gridContainer {
        max-width: 1200px;
        min-width: auto;
    }

    .game_list_ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        padding-top: 70px;
        margin-left: 32px;
        padding-right: 20px;
    }

    .game_list_ul li {
        width: 31.33%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        margin-right: 3%;
    }

    .game_list_ul li:nth-child(3n+0) {
        margin-right: 0px;
    }

    .game_list_ul li .image_wrap img {
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        box-shadow: 5px 2px 8px 2px #766f6fb5;
    }

    .game_list_ul li .desc_wrap {
        padding-top: 20px;
    }

    .game_list_ul li .desc_wrap .title_wrap .common_header {
        font-size: 18px;
        color: black;
    }

    .game_list_ul li .desc_wrap .details_wrap p {
        color: rgb(148, 143, 143);
    }

    .game_list_ul li:hover .image_wrap img {
        box-shadow: 3px 4px 14px 8px #837f7fb5;
    }

    .ab_back_red_wrap {
        position: absolute;
        content: '';
        background: #d7490b;
        width: 85%;
        height: 35%;
        top: 20%;
        left: 0%;
        z-index: 0;
    }

    .game_list_ul .swiper-slide li {
        width: 100%;
    }

    .prod_arrow_left {
        position: absolute;
        left: 10px;
        top: 48%;
        z-index: 10;
        width: 28px;
        cursor: pointer;
    }

    .prod_arrow_right {
        position: absolute;
        left: 10px;
        top: 58%;
        z-index: 10;
        width: 28px;
        cursor: pointer;
    }

    .home_about_section {
        padding-top: 35px;
        padding-bottom: 70px;
    }

    .home_about_section .gridContainer {
        max-width: 1200px;
        min-width: auto;
    }

    .home_about_section .about_overview_wrap {
        padding-top: 25px;
    }

    .about_overview_wrap .left_image_wrap .image_wrap img {
        width: 100%;
    }

    .about_overview_wrap .left_image_wrap {
        width: 100%;
        padding-bottom: 20px;
    }

    .about_overview_wrap .right_about_details_wrap {
        padding-top: 20px;
        width: 100%;
    }

    .right_about_details_wrap .common_header {
        color: black;
        font-size: 17px;
    }

    .right_about_details_wrap p {
        font-size: 12px;
        color: #aaaaaa;
        font-family: rmi_font;
    }

    .news_section {
        padding-top: 35px;
        padding-bottom: 25px;
        background: #1a1a1a;
        ;
    }

    .news_section .gridContainer {
        max-width: 1200px;
        min-width: auto;
    }

    .common_header.border.dark>span {
        color: white;
        background: #1a1a1a;
    }

    .news_gallery_section {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .news_gallery_section .image_wrap {
        background: url(../images/news_glitch.png) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .news_gallery_section .title_wrap {
        padding: 40px 20px;
    }

    .news_gallery_section .title_wrap p {
        color: white;
        font-family: rmi_font;
        font-size: 12px;
    }

    .ab_black_shadow {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        right: 0px;
        background: rgb(0 0 0 / 67%);
        height: 100%;
    }

    .news_arrow_left {
        position: absolute;
        right: 40px;
        bottom: 6%;
        z-index: 10;
        width: 40px;
        cursor: pointer;
    }

    .news_arrow_right {
        position: absolute;
        right: 0px;
        bottom: 6%;
        z-index: 10;
        width: 40px;
        cursor: pointer;
    }

    .footer_wrap {
        padding-bottom: 20px;
        background: #1a1a1a;
    }

    .footer_wrap .gridContainer {
        max-width: 1200px;
        min-width: auto;
    }

    .footer_wrap .inner_footer_wrap {
        padding-top: 30px;
        padding-bottom: 30px;
        border-top: 3px solid rgb(66 57 57 / 50%);
    }

    .footer_wrap .logo_footer_wrap {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding-right: 0px;
        text-align: center;
    }

    .footer_wrap .logo_footer_wrap p {
        color: white;
    }

    .logo_footer_wrap .image_wrap img {
        width: 135px;
        padding-bottom: 30px;
    }

    .footer_wrap .links_wrap {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 0px;
        float: left;
        display: flex;
        flex-wrap: wrap;
    }

    .footer_wrap .links_wrap ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding-right: 0px;
        margin: 0;
        padding: 0;
        padding-top: 20px;
    }

    .footer_wrap .links_wrap ul li {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 27px;
        color: #e14709;
        text-transform: uppercase;
    }

    .footer_wrap .links_wrap ul li a {
        color: rgb(255, 255, 255);
        font-size: 13px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        position: relative;
        z-index: 10;
        padding: 5px 2px;
    }

    .footer_wrap .links_wrap ul li a:hover {
        color: rgb(0, 0, 0);
        text-decoration: none;
    }

    .footer_wrap .links_wrap ul li:not(.social_media) a::before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        width: 0%;
        height: 100%;
        background: rgb(255, 255, 255);
        display: inline-block;
        z-index: -1;
    }

    .footer_wrap .links_wrap ul li a:hover::before {
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .footer_wrap .links_wrap ul>ul {
        width: 100%;
    }

    .footer_wrap .links_wrap ul li.social_media {
        padding-top: 10px;
    }

    .footer_wrap .links_wrap ul li.social_media a {
        position: relative;
        padding-right: 5px;
    }

    .footer_wrap .links_wrap ul li.social_media img {
        width: 25px;
    }

    /*****/
    /***menu cart**/
    .menu_blank_wrap {
        position: fixed;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        z-index: 1001;
        background-color: rgb(0 0 0 / 69%);
        display: none;
        background: rgba(19, 18, 18, 0.2);
        backdrop-filter: blur(8px);
    }

    .menu_side_cart_wrap {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1100;
        background: rgb(0 0 0 / 62%);
        /*background: linear-gradient(163deg, #000000e8 0%, #f39292 103%);*/
        background-size: 400% 400%;
        -webkit-animation: AnimationName 10s ease infinite;
        -moz-animation: AnimationName 10s ease infinite;
        animation: AnimationName 10s ease infinite;
        overflow-x: auto;
        display: block;
        transform: translateX(-105%);
        transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.26s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.56s;
    }

    .menu_side_cart_wrap.active {
        transform: translateX(0%);
    }

    .menu_side_cart_wrap .inner_wrap {
        padding: 0px;
        overflow-x: hidden;
    }

    .menu_side_cart_wrap .clos_btn {
        position: absolute;
        right: -30px;
        top: 25px;
        z-index: 100;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .menu_side_cart_wrap.active .clos_btn {
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        right: 15px;
        background: #d6d0d0;
        padding: 3px;
        border-radius: 5px;
    }

    .menu_side_cart_wrap.active .clos_btn:hover {
        background: #ffffff;
    }

    .menu_side_cart_wrap .clos_btn img {
        width: 21px;
    }

    .menu_side_cart_wrap .menu_logo_wrap {
        padding: 8px;
        transform: translatex(-100px);
        -webkit-transition: all 1.5s ease-in-out;
        -moz-transition: all 1.5s ease-in-out;
        -o-transition: all 1.5s ease-in-out;
        -ms-transition: all 1.5s ease-in-out;
        transition: all 1.5s ease-in-out;
    }

    .menu_side_cart_wrap .menu_logo_wrap::before {
        position: absolute;
        width: 0%;
        background-color: #fff;
        opacity: 0.3;
        height: 4px;
        top: 50%;
        z-index: 99;
        content: '';
        -webkit-transition: all 3s ease-in-out;
        -moz-transition: all 3s ease-in-out;
        -o-transition: all 3s ease-in-out;
        -ms-transition: all 3s ease-in-out;
        transition: all 3s ease-in-out;
        background: linear-gradient(270deg, #ff6174 0%, #ffffff 103%);
        background-size: 400% 400%;
        -webkit-animation: AnimationName 3s ease infinite;
        -moz-animation: AnimationName 3s ease infinite;
        animation: AnimationName 3s ease infinite;
    }

    .menu_side_cart_wrap.active .menu_logo_wrap::before {
        width: 100%;
    }

    .menu_side_cart_wrap .menu_logo_wrap img {
        width: 60px;
        z-index: 100;
        position: relative;
        border-radius: 5px;
    }

    .menu_side_cart_wrap.active .menu_logo_wrap {
        transform: translatex(-0px);
    }

    .sh_menu_wrap {
        transform: translateY(-90px);
        opacity: 0;
        -webkit-transition: all 1.5s ease-in-out;
        -moz-transition: all 1.5s ease-in-out;
        -o-transition: all 1.5s ease-in-out;
        -ms-transition: all 1.5s ease-in-out;
        transition: all 1.5s ease-in-out;
        background-position: 100% 230%;
        background-size: 1000% 100%;
    }

    .menu_side_cart_wrap.active .sh_menu_wrap {
        transform: translateY(0px);
        opacity: 1;
        background-position: 100% 0;
        background-size: 100% 100%;
    }

    .slide_menu_ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .slide_menu_ul li {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0px;
        margin: 0%;
        font-size: 25px;
        text-transform: capitalize;
        padding: 5px 0px;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .slide_menu_ul li:hover {
        padding-left: 20px;
    }

    .slide_menu_ul li a {
        color: #fff;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .slide_menu_ul:hover li a {
        color: gray;
    }

    .slide_menu_ul li a:hover {
        color: white;
    }

    .home_overview_wrap {
        height: 100%;
        overflow: hidden;
    }

    .home_overview_wrap .svg_wrap svg {
        width: 206%;
        height: 100%;
        position: absolute;
        margin-left: -213px;
    }

    /****/
    /**contact us***/
    .contact_map_wrap {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .contact_inner_header_wrap {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .top_contact_wrap {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .top_contact_wrap .gridContainer {
        max-width: 1200px;
        min-width: auto;
    }

    .text_form {
        position: relative;
        width: 100%;
        border: 0px;
        border-bottom: 2px solid black;
        background: transparent;
        box-shadow: none;
        padding: 7px;
        margin-bottom: 5px;
    }

    .section_text_wrap .half_wrap.f_left {
        padding-right: 15px;
    }

    .section_text_wrap .half_wrap.f_right {
        padding-left: 15px;
    }

    .top_contact_wrap .left_contact_wrap {
        width: 100%;
    }

    .top_contact_wrap .right_contact_wrap {
        padding-top: 20px;
        width: 100%;
    }

    .section_add_wrap .head_address_wrap .common_header {
        font-size: 25px;
        color: black;
        line-height: 1.4em;
    }

    .right_contact_wrap .section_add_wrap {
        padding-bottom: 20px;
    }

    .contact_top_image_wrap img {
        max-width: none;
        width: 290%;
        margin-left: -100%;
    }

    .logo b {
        font-size: 60px;
    }

    /****/
    /***game list***/
    .list_game_list_ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        padding-top: 50px;
        margin-left: 0px;
    }

    .list_game_list_ul li {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        padding-bottom: 40px;
    }

    .list_game_list_ul li:nth-child(1n+0) {
        margin-right: 0px;
    }

    .list_game_list_ul li .image_wrap img {
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        box-shadow: 5px 2px 8px 2px #766f6fb5;
    }

    .list_game_list_ul li .desc_wrap {
        padding-top: 20px;
    }

    .list_game_list_ul li .desc_wrap .title_wrap .common_header {
        font-size: 23px;
        color: black;
    }

    .list_game_list_ul li .desc_wrap .details_wrap p {
        color: rgb(148, 143, 143);
    }

    .list_game_list_ul li:hover .image_wrap img {
        box-shadow: 3px 4px 14px 8px #837f7fb5;
    }

    /****/
    /**sub_wrap**/
    .sub_wrap {
        padding-top: 20px;
    }

    .sub_wrap .common_header {
        font-size: 23px;
        color: #d84809;
    }

    .sub_wrap .in_wrap {
        width: 100%;
        position: relative;
        display: inline-block;
        padding: 0%;
        margin: 0%;
        padding: 12px;
        background: transparent;
        border: 0px;
        border: 1px solid gray;
        color: white;
        border-radius: 5px;
    }

    .sub_wrap .common_anchor {
        margin-top: 0px;
        margin-left: 0px;
        width: 100%;
        text-align: center;
    }

    .sub_wrap .half_wrap.f_left {
        width: 100%;
        padding-bottom: 20px;
    }

    .sub_wrap .half_wrap.f_right {
        width: 100%;
    }

    /****/
    /**term condition**/

    .term-section-wrap .innerterm_section {
        padding-top: 100px;
        padding-bottom: 20px;
        text-align: center;
        background: url(../images/term.jpg) right no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }

    .dec_term_wrap {
        background: #1a1a1a;

    }

    .dec_term_wrap .gridContainer {
        max-width: 1150px;
        min-width: auto;
    }

    .dec_term_wrap .inner_dec_term_wrap {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .dec_term_wrap p {
        display: block;
        float: none;
        color: white;
    }

    .dec_term_wrap ul li {
        font-family: rli_font;
        font-size: 14px;
    }

    .dec_term_wrap h2,
    .dec_term_wrap h3,
    .dec_term_wrap ul li,
    .dec_term_wrap a {
        color: white;
    }

    /****/


    /***about us**/

    .innerterm_section .gridContainer {

        max-width: 1250px;
        min-width: auto;

    }

    .innre_about_paragraph {

        color: #b7aaaa;
        /* padding-left: 100px;
                    padding-right: 100px; */
        font-family: 'rmi_font';

    }

    .innerterm_section .out_inner_top_about {
        display: flex !important;
        align-items: center;
        flex-wrap: wrap;
    }

    .innerterm_section .out_inner_top_about .image_wrap {
        width: 100%;
    }

    .innerterm_section .out_inner_top_about .desc_wrap {
        width: 100%;
    }

    .out_inner_top_about .image_wrap img {
        width: 170px;
    }

    .nav_about_wrap {
        background: #020816;
    }

    .nav_about_wrap .gridContainer {
        max-width: 1250px;
        min-width: auto;
    }

    .use_ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0px;
        margin: 0px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 0px;
    }

    .use_ul li {

        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: none;
        padding: 0px;
        margin: 0px;
        text-align: center;
        margin-right: 20px;
    }

    .use_ul li:nth-last-child(1) {
        margin-right: 0px;
    }

    .use_ul li .image_wrap img {
        width: 40px;
    }

    .our_about_story_wrap {
        padding-top: 60px;
        padding-bottom: 60px;
        background-color: #1a1a1a;
    }

    .our_about_story_wrap .gridContainer {
        max-width: 1350px;
        min-width: auto;
    }

    .our_about_story_wrap .inner_our_about_story_wrap {
        border-radius: 10px;
        background-color: #2c2c2c;
        padding-top: 20px;
        padding-bottom: 20px;
        border: 5px solid #d9232d;

    }

    .inner_our_about_story_wrap .right_side_wrap {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: right;
        padding: 0px 20px;
    }

    .inner_our_about_story_wrap .right_side_wrap p {
        color: white;
    }

    .inner_our_about_story_wrap .ab_left_side_wrap {
        width: 100%;
        padding-bottom: 20px;
        text-align: center;
    }

    .inner_our_about_story_wrap .ab_left_side_wrap img {
        width: 200px;
    }

    .what_we_do_wrap {
        background: #1a1a1a;
        padding-top: 5px;
        padding-bottom: 100px;
    }

    .what_we_do_wrap .gridContainer {
        max-width: 1350px;
        min-width: auto;
    }

    .what_we_do_wrap .inner_what_we_do_wrap {
        border-radius: 10px;
        background: #2c2c2c;
        padding: 13px;
        border: 5px solid #d9232d;
    }

    .what_we_ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0px;
        margin: 0px;
    }

    .what_we_ul li {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0px;
        margin: 0px;
        margin-right: 3%;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .what_we_ul li:nth-child(2n+0) {
        margin-right: 0px;
    }

    .what_we_ul li .icon_wrap img {
        width: 35px;
    }

    .what_we_ul li .head_wrap {
        padding-top: 15px;
    }

    .what_we_ul li .head_wrap .common_header {
        font-size: 25px;
        text-transform: uppercase;
    }

    .what_we_ul li .head_wrap p {

        color: white;

    }

    .what_we_do_wrap .title_what_do_wrap {
        padding-top: 10px;
        padding-bottom: 18px;
    }

    .what_we_do_wrap .title_what_do_wrap p {
        color: white;
        float: none;
    }

    /******/
    /**Our Services**/
    .what_we_do_wrap.our_services_wrap {
        padding-top: 30px;
    }

    .ab_service_side_image {
        position: absolute;
        width: 200px;
    }

    .how_we_work_wrap {
        background: #1a1a1a;
        padding-bottom: 50px;
    }

    .how_we_work_wrap .gridContainer {
        max-width: 950px;
        min-width: auto;
    }

    .step_work_ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0px;
        margin: 0px;
        padding: 0px 0px;
    }

    .step_work_ul li {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0px;
        margin: 0px;
        border-radius: 10px;
        padding: 20px 30px;
        border: 2px solid #d9232d;
        margin-top: 20px;
        margin-bottom: 20px;
        background: #2c2c2c;
    }

    .step_work_ul li .title_wrap .common_header {
        font-size: 20px;
    }

    .step_work_ul li .title_wrap p {
        color: white;
        margin: 0px;
        padding: 0px;
    }

    /*****/
    /***home new**/
    .new_menu_list_wrap {
        display: none !important;
    }



    .right_menu_nav_logo_wrap .logo_wrap {
        width: 13%;
    }

    .right_menu_nav_logo_wrap .new_menu_list_wrap {
        width: 87%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }

    .nav_menu_ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0px;
        margin: 0px;
        text-align: right;

    }

    .nav_menu_ul li {
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: none;
        padding: 0px;
        margin: 0px;
        margin-right: 40px;
        font-size: 17px;
    }

    .nav_menu_ul li:nth-last-child(1) {
        margin-right: 0px;
    }

    .nav_menu_ul li a {
        position: relative;
        color: white;
    }

    .nav_menu_ul li a:hover {
        text-decoration: none;
    }

    .top_new_slider_wrap {


        background: url(../images/top_new_back.png) top no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }

    .top_new_slider_wrap .gridContainer {
        max-width: 1200px;
        min-width: auto;
    }

    .top_new_slider_wrap .inner_new_silder_wrap {
        width: 100%;
        padding-top: 90px;
        padding-bottom: 190px;

    }

    .common_header.sm_header {
        font-size: 22px;
    }

    .inner_new_silder_wrap .icons_banner_wrap {
        padding-top: 20px;
        padding-bottom: 15px;
    }

    .inner_new_silder_wrap .icons_banner_wrap img {
        width: 40px;
        margin-right: 15px;
    }

    .inner_new_silder_wrap p {
        color: white;
        padding-right: 0px;
    }

    .ab_right_top_slider {
        position: absolute;
        right: 0px;
        bottom: 0px;
        z-index: 10;
        width: 225px;
    }

    .slider_wrap_left img {
        opacity: 0;
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        -ms-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
        width: auto;

    }

    .slider_wrap_left .other {
        position: absolute;
        top: 0;
        left: 0;
    }

    .slider_wrap_left .active {
        opacity: 1;
    }

    .our_games_new_wrap {
        background: rgb(2, 8, 22);
        background: linear-gradient(0deg, rgba(2, 8, 22, 1) 0%, rgba(2, 32, 51, 1) 100%);
        padding: 40px 0px;
        padding-bottom: 20px;
    }

    .our_games_new_wrap .gridContainer {
        width: 100%;
        padding: 0px;
    }

    .outer_slider_wrap {
        padding-top: 30px;
    }

    .outer_slider_wrap .swiper-slide {

        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 200ms linear;
        transform: scale(0.7);
        /* opacity: 0.2; */
        padding-bottom: 20px;
    }

    .outer_slider_wrap .swiper-slide.swiper-slide-active {
        transform: scale(1);
        opacity: 1;

    }

    .outer_slider_wrap .swiper-slide.swiper-slide-prev {
        transform: scale(0.8);
    }

    .outer_slider_wrap .swiper-slide.swiper-slide-next {
        transform: scale(0.8);
    }

    .outer_slider_wrap .ab_name_slider_wrap {

        position: absolute;
        bottom: 10px;
        left: 0px;
        z-index: 1000;
        width: 100%;

        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;

    }

    .outer_slider_wrap .ab_name_slider_wrap p {
        padding-bottom: 0px;
        margin: 0px;
        line-height: 1.2;
        float: none;
        font-size: 15px;
        color: white;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        opacity: 0;
    }

    .outer_slider_wrap .swiper-slide.swiper-slide-active .ab_name_slider_wrap {


        bottom: 0px;
        background: linear-gradient(180deg, rgba(2, 8, 22, 1) 0%, rgba(2, 32, 51, 1) 100%);
    }

    .outer_slider_wrap .swiper-slide.swiper-slide-active .ab_name_slider_wrap p {
        opacity: 1;


    }

    .what_we_do_wrap.our_services_wrap {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .home_about_section .about_overview_wrap {
        padding-top: 45px;
    }

    .home_about_section {
        padding-top: 50px;

    }

    .right_about_details_wrap .common_header {
        color: white;
    }


    .artoon_workflow-sec {
        display: flex;
        flex-direction: column;
        padding: 40px 0 0px;
        position: relative;
    }

    .artoon_workflow-sec .artoon_workflow-sec-top {
        padding-bottom: 0px !important;
    }


    .artoon_workflow-sec .artoon_workflow-sec-wpr {
        display: flex;
        justify-content: space-between;
        padding: 0 0px;
    }

    .work_flow_wrap .gridContainer {
        max-width: 1240px;
        min-width: auto;
    }

    .artoon_workflow-sec-wpr .artoon_workflow-step {
        max-width: 250px;
        border: 4px solid gray;
        border-radius: 8px;
        padding: 40px 24px 10px;
        position: relative;
        background: #020a18;
        text-align: center;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .artoon_workflow-sec-wpr .artoon_workflow-img {
        border: 3px solid gray;
        border-radius: 50%;
        width: 70px;
        background: #020a18;
        height: 70px;
        margin: 0 auto;
        padding: 10px;

    }

    .artoon_workflow-sec-wpr .artoon_workflow-img svg {
        width: 40px;
        height: 45px;
        margin: 0 auto;

    }

    .artoon_workflow-sec-wpr .artoon_workflow-step h4 {
        color: #ffffff;
    }

    .artoon_workflow-step .artoon_workflow-step-inner::after {
        content: '';
        width: 20px;
        height: 20px;
        background: #020d1c;
        left: 50%;
        border: 4px solid gray;
        position: absolute;
        transform: translateX(-50%) rotate(45deg);
        border-left-color: transparent;
        border-top-color: transparent;
        bottom: -10px;
    }

    .artoon_workflow-step .artoon_workflow-step-line {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 50px;
        background: gray;
        bottom: -61px;
    }

    .artoon_workflow-step .artoon_workflow-step-line::after {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 12px;
        height: 12px;
        border: 2px solid white;
        border-radius: 50%;
        bottom: -10px;
        background: #d84809;
    }

    .artoon_workflow-sec .artoon_workflow-animate-img svg {
        width: 100%;
    }

    .artoon_workflow-sec .artoon_workflow-sec-bottom {
        flex-direction: row-reverse;
        padding-top: 53px !important;
    }

    .artoon_workflow-sec-bottom .artoon_workflow-step {
        padding: 10px 24px 40px;
    }

    .artoon_workflow-sec-bottom .artoon_workflow-img {
        top: auto;
        bottom: -35px;
    }

    .artoon_workflow-sec-bottom .artoon_workflow-step-line {
        top: -61px;
    }

    .artoon_workflow-sec-bottom .artoon_workflow-step-line::after {
        top: -10px;
    }

    .artoon_workflow-sec-bottom .artoon_workflow-step-inner::after {
        top: -10px;
        transform: translateX(-50%) rotate(-135deg);
    }

    .artoon_workflow-step .artoon_workflow-desc {
        width: calc(100% - 70px);
        text-align: left;
        padding-left: 30px;
    }

    .ab_center_text {
        position: absolute;
        left: 0px;
        width: 100%;
        top: 0px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .ab_center_text .common_header {
        font-size: 30px;
    }

    .artoon_workflow-sec-bottom .artoon_workflow-step:last-child .artoon_workflow-step-line,
    .artoon_workflow-animate-img {
        display: none !important;
    }

    .artoon_workflow-sec-bottom .artoon_workflow-step .artoon_workflow-step-line {
        bottom: 10px;
    }

    .artoon_workflow-sec-wpr .artoon_workflow-step {
        max-width: 500px;
        margin: 0 auto 70px;
        padding: 20px;
    }

    .artoon_workflow-sec .artoon_workflow-sec-wpr {
        flex-direction: column;
    }

    .artoon_workflow-step .artoon_workflow-step-inner {
        display: flex;
        align-items: center;
    }

    .artoon_workflow-sec-top .artoon_workflow-step-inner::before {
        content: '';
        width: 20px;
        height: 20px;
        background: #020a18;
        left: 50%;
        border: 4px solid gray;
        position: absolute;
        transform: translateX(-50%) rotate(-135deg);
        border-left-color: transparent;
        border-top-color: transparent;
        top: -10px;
    }

    .artoon_workflow-sec-bottom .artoon_workflow-step-inner::before {
        content: '';
        width: 20px;
        height: 20px;
        background: #020a18;
        left: 50%;
        border: 4px solid gray;
        position: absolute;
        transform: translateX(-50%) rotate(45deg);
        border-left-color: transparent;
        border-top-color: transparent;
        bottom: -10px;
    }

    .artoon_workflow-sec-top .artoon_workflow-step:first-child .artoon_workflow-step-inner::before {
        content: none;
    }

    .artoon_workflow-step .artoon_workflow-step-line {
        bottom: -64px !important;
    }

    .artoon_workflow-sec-bottom .artoon_workflow-step:last-child .artoon_workflow-step-inner::before {
        content: none;
    }

    .artoon_workflow-sec-bottom,
    .artoon_workflow-sec .artoon_workflow-sec-bottom {
        padding-top: 0 !important;
    }

    .artoon_workflow-sec-bottom .artoon_workflow-step-line,
    .artoon_workflow-sec-bottom .artoon_workflow-step-line::after {
        top: auto;
    }

    .artoon_workflow-step .artoon_workflow-step-line::after {
        bottom: 20px;
    }

    .our_mission_vission_section {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .our_mission_vission_section .our_mission_vission_wrap {
        padding-bottom: 0px;
    }

    .our_mission_vission_wrap .image_title_wrap img {
        width: 75%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .our_mission_vission_wrap .inner_mission_vission_wrap {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }


    .our_mission_vission_wrap .inner_mission_vission_wrap .image_warp img {

        width: 300px;

    }



    .our_mission_vission_section .gridContainer {
        max-width: 1000px;
        min-width: auto;
    }

    .our_mission_vission_section .inner_our_mission_vission_wrap {
        border: 2px dashed #a59091;
        border-radius: 5px;
        padding: 20px 0px;
    }

    .our_mission_vission_wrap .inner_mission_vission_wrap .f_left.details_wrap {
        padding-bottom: 10px;
        width: 100%;
        text-align: center;
        padding: 0px 40px;
    }

    .our_mission_vission_wrap .inner_mission_vission_wrap .f_right.details_wrap {
        padding-top: 10px;
        width: 100%;
        text-align: center;
        padding: 0px 40px;
    }

    .our_mission_vission_wrap .inner_mission_vission_wrap .f_left.details_wrap {

        padding-left: 30px;

    }

    .our_mission_vission_wrap .inner_mission_vission_wrap .f_right.details_wrap {

        padding-right: 30px;

    }

    .our_mission_vission_wrap .inner_mission_vission_wrap .details_wrap {

        color: white
    }

    .our_mission_vission_section {
        padding-top: 50px;
        padding-bottom: 50px;
    }


    /*****/
    /**contact us**/
    .contact_top_image_wrap .top_text-wrap {
        position: absolute;
        z-index: 10;
        left: 0px;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        top: 0px;
        padding-top: 54px;
    }

    .contact_overview_section {
        padding-top: 20px;
        padding-bottom: 20px;

    }

    .contact_overview_section .gridContainer {
        max-width: 1770px;
        min-width: auto;
    }

    .contact_overview_section .contact_image_wrap {
        padding-right: 0px;
        text-align: center;
        width: 100%;
        padding-bottom: 50px;
    }

    .contact_overview_section .contact_form_wrap {
        width: 100%;
    }

    .contact_overview_section .contact_image_wrap img {
        width: 500px;
    }



    .contact_top_section .gridContainer {
        width: 100%;
        min-width: auto;
    }

    .text_input {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        border: 0px;
        color: wheat;
        background: #213341;
        padding: 10px 10px;

        border-radius: 10px;
        font-size: 16px;
    }

    .form_text {
        margin-bottom: 20px;
    }

    .top_contact_wrap .left_contact_wrap {

        width: 100%;
    }

    .top_contact_wrap .right_contact_wrap {
        padding: 15px;
    }

    .top_contact_wrap .right_contact_wrap {
        background-color: #213341;
        border-radius: 10px;
        width: 100%;
        margin-top: 50px;
    }

    .address_details_wrap p {
        color: white;
    }

    .top_contact_wrap .ty_head_wrap {
        padding-bottom: 50px;
    }

    .d-f {
        display: flex !important;
    }



    .address_details_wrap .contact_details-icon {
        padding-left: 20px;
    }

    .address_details_wrap .icon_wrap {
        padding-top: 10px;
    }

    .form_wrap .half_wrap.f_left {


        width: 100%;

    }

    .form_wrap .half_wrap.f_right {

        width: 100%;

    }

    /****/
    /****/
    /****new our game***/
    .game_list_new_wrap {
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .game_list_new_wrap .gridContainer {
        max-width: 600px;
        min-width: auto;
    }

    .out_box_mok_game_wrap img {
        width: 100%;
    }

    .out_box_mok_game_wrap .left_side_game_wrap {
        padding-top: 5px;
        padding-bottom: 5px;
        width: 100%;
    }

    .out_box_mok_game_wrap .right_side_game_wrap {
        padding-top: 5px;
        padding-bottom: 5px;
        width: 100%;
    }


    .left_side_game_wrap .artoon_product-detail:nth-child(even) {

        padding-top: 10px;

    }

    .right_side_game_wrap .artoon_product-detail:nth-child(even) {

        padding-top: 10px;

    }

    /*****/
    /**services list**/
    .services_list_section {
        padding-bottom: 70px;
    }

    .services_left_right_section {
        padding-top: 70px;

    }

    .services_left_right_section .gridContainer {
        max-width: 1500px;
        min-width: auto;
    }

    .services_left_right_section .inner_left_right_section {
        display: flex;
        align-items: center;
        flex-wrap: wrap;


    }

    .services_left_right_section .inner_left_right_section .left_details_wrap {
        width: 100%;
        text-align: center;
        padding: 0px 20px;
    }

    .services_left_right_section .inner_left_right_section .left_details_wrap .common_header {
        font-style: italic;
    }


    .services_left_right_section .inner_left_right_section .right_image_wrap img {
        width: 300px;
    }

    .services_list_section .services_left_right_section .inner_left_right_section {
        flex-direction: column-reverse;

    }

    .services_left_right_section .inner_left_right_section .right_image_wrap {
        width: 100%;
        text-align: center;
    }

    .left_details_wrap p {
        color: #b7aaaa;
    }

    /****/
    .about-new-section .about_overview_wrap {
        flex-direction: row-reverse;
    }

    .about-new-section .right_about_details_wrap {
        padding: 20px !important;
    }

    .ab_menu_wrap {
        background: #020816;
    }

    .right_menu_nav_logo_wrap .logo_wrap {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .right_menu_nav_logo_wrap .logo_wrap p {
        font-size: 20px;
        font-family: at_font;
        padding: 0px;
        padding-left: 13%;
        color: red;
    }

    .nav_footer_wrap .copy_right_wrap {
        width: 100%;
        padding-top: 10px;

        text-align: center;
    }

    .nav_footer_wrap .shopping_card_wrap {
        text-align: center;
        width: 100%;
    }

    .nav_footer_wrap .copy_right_wrap p {
        float: none;
    }

    /***metaverse**/
    .top-slider-wrap-meta .inner-slide-bg-wrap {
        background: url(../images/meta-top-image.png) no-repeat top;
        background-size: cover;
        padding: 300px 0px;
        padding-bottom: 50px;
        display: inline-block;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        box-shadow: 0px -3px 20px 0px #4a80ff;
        animation-name: earth;
        animation-duration: 10s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;

    }



    .top-slider-wrap-meta .inner-slide-bg-wrap .content_wrap {
        position: relative;
        z-index: 100;
    }

    .top-slider-wrap-meta .inner-slide-bg-wrap::after {
        height: 100%;
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 0;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        background-color: rgba(0, 0, 0, 0.3764705882);

    }

    .top-slider-wrap-meta .inner-slide-bg-wrap .common-header {
        color: white;
    }

    .top-slider-wrap-meta .inner-slide-bg-wrap p {
        color: white;
    }

    .meta-left-right-section .right_about_details_wrap {
        padding-left: 0px;
        text-align: center !important;

    }

    .meta-anchor {
        border: 2px solid white;
        color: white;
        text-transform: uppercase;
        font-size: 17px;
        padding: 6px 24px;
        display: inline-block;
        border-radius: 20px;
        font-family: rmi_font;
        transition: all 0.3s ease-in-out;

    }

    .meta-anchor:hover {
        color: #d6d0d0;
        border-color: #d6d0d0;
        text-decoration: none;
    }

    .share-wrap img {
        width: 40px;

    }

    .share-wrap a {
        margin-right: 10px;
    }

    .share-wrap a:nth-last-child(1) {
        margin-right: 0px;
    }

    .videoplay-wrap {
        text-align: center;
        padding-bottom: 50px;
    }

    .videoplay-wrap img {
        border: 5px solid #707070;
        border-radius: 20px;
        cursor: pointer;
    }

    .ab-bg-shade-wrap {
        position: absolute;
        left: 0px;
        z-index: 0;
    }

    .designed-environment-wrap {
        padding-bottom: 20px;
    }

    .designed-environment-wrap .gridContainer {
        max-width: 800px;
        min-width: auto;
        text-align: center;
    }

    .designed-environment-wrap .common_header {
        font-size: 26px;
    }

    .image_slide-wrap {
        text-align: center;
        padding-bottom: 100px;
    }

    .image_slide-wrap .gridContainer {
        max-width: 900px;
    }

    .image_slide-wrap img {
        border-radius: 20px;
        width: 100%;

    }

    .image_slide-wrap .half_wrap {
        padding: 10px;
        width: 100%;
    }

    /*****/
    .top-slider-wrap-meta .swiper-pagination {

        bottom: 19px !important;
    }

    .our_mission_vission_wrap .inner_mission_vission_wrap .image_warp {
        width: 100%;
    }
    .our-projects-section-wrap .right_image_wrap{
        display: none;
    }
}



@media only screen and (min-width: 481px) and (max-width: 786px) {
    .ab-plane-wrap {
       
        transform: scale(2.5);
    }
    .gridContainer {
        width: 95.675%;
        padding-left: 1.1625%;
        padding-right: 1.1625%;
        clear: none;
        float: none;
        margin: 0 auto;
    }

    #div1 {}

    .zeroMargin_tablet {
        margin-left: 0;
    }

    .hide_tablet {
        display: none;
    }

    .zeroMargin_desktop {
        margin-left: 0;
    }

    .hide_desktop {
        display: none;
    }

    /***home**/
    .ab_menu_wrap {
        width: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 100;
        display: flex;
        flex-wrap: wrap;
    }

    .ab_menu_wrap .left_menu_icon_wrap {
        width: 10%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        background: rgb(54 54 54 / 80%);
        padding: 40px 10px;
        text-align: center;
        cursor: pointer;
        z-index: 11;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .left_menu_icon_wrap .image_wrap img {
        width: 36px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .left_menu_icon_wrap .ab_nover_icon {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        z-index: 10;
        text-align: center;
        display: flex;
        height: 100%;
        align-items: center;
    }

    .left_menu_icon_wrap .ab_nover_icon img {
        width: 60px;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        -ms-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
    }

    .ab_menu_wrap .left_menu_icon_wrap:hover {
        background: rgb(207 207 207 / 34%);
    }

    .ab_menu_wrap .left_menu_icon_wrap:hover .image_wrap img {
        transform: scale(0.9);
    }

    .ab_menu_wrap .left_menu_icon_wrap:hover .ab_nover_icon img {
        transform: scale(0.8);
    }

    .ab_menu_wrap .right_menu_nav_logo_wrap {
        width: 90%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        display: flex;
        padding: 0px 20px;
        align-items: center;
    }

    .right_menu_nav_logo_wrap .logo_wrap {
        width: 50%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }

    .right_menu_nav_logo_wrap .logo_wrap img {
        width: 80%;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        -ms-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
    }

    .right_menu_nav_logo_wrap .logo_wrap img:hover {
        transform: scale(0.95);
        opacity: 0.8;
    }

    .right_menu_nav_logo_wrap .social_icon_wrap {
        width: 50%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        text-align: right;
    }

    .social_icon_wrap img {
        width: 30px;
        margin-right: 10px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .social_icon_wrap img:hover {
        opacity: 0.8;
    }

    .slider_parent_wrap {
        height: 100%;
    }

    .slider_parent_wrap .image_wrap {
        height: 100%;
        background: url('../images/top_slider_image.jpg') center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }

    .slider_parent_wrap .image_wrap .content_wrap .gridContainer {
        max-width: 600px;
        min-width: auto;
    }

    .slider_parent_wrap .image_wrap .content_wrap {
        position: absolute;
        width: 100%;
        z-index: 90;
        left: 0px;
        bottom: 50px;
        text-align: center;
        pointer-events: none;
    }

    .slider_parent_wrap .image_wrap .content_wrap .common_header {
        color: white;
        letter-spacing: 0.8em;
        font-size: 20px;
    }

    .line_ver_wrap {
        width: 1px;
        height: 100px;
        background: rgb(115, 116, 108);
        background: linear-gradient(0deg, rgba(115, 116, 108, 1) 0%, rgba(0, 0, 0, 0) 100%);
        padding: 3px;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 30px;
    }

    .home_slider_wrap .image_wrap {
        height: 100%;
        background: url(../images/top_slider_image.jpg) right no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .home_slider_wrap .title_wrap {
        position: absolute;
        left: 0;
        bottom: 200px;
        color: #fff;
        width: 100%;
    }

    .home_slider_wrap .title_wrap .inner_title_wrap .gridContainer {
        max-width: 1200px;
        min-width: auto;
    }

    .home_slider_wrap .title_wrap .inner_title_wrap .slider_inner_head {
        padding-right: 100px;
        width: 100%;
    }

    .common_header {
        font-size: 45px;
        margin: 0;
        padding: 0;
        padding-bottom: 10px;
        color: white;
        line-height: 1.2em;
        position: relative;
    }

    .common_header span {
        color: #d84809;
        display: inline-block;
    }

    .common_header.border {
        color: #e4b868;
        position: relative;
        padding-bottom: 0px;
    }

    .common_header.border:before {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        height: 10px;
        background-color: #d84809;
        content: '';
    }

    .common_header.border>span {
        background-color: #fff;
        padding: 15px;
        position: relative;
        z-index: 20;
        color: black;
    }

    p {
        padding: 0%;
        margin: 0%;
        padding-bottom: 15px;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        font-family: rli_font;
        font-size: 14px;
    }

    .common_anchor {
        padding: 0%;
        margin: 0%;
        margin-top: 15px;
        margin-bottom: 10px;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        font-size: 20px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        background: rgba(54, 54, 54, 0.986);
        text-transform: uppercase;
        padding: 10px 35px;
        color: white;
        text-decoration: none;
        box-shadow: 5px 2px 0px 2px rgb(204 204 204);
    }

    .common_anchor:hover {
        background: rgba(255, 255, 255, 0.8);
        color: rgb(46, 46, 46);
        text-decoration: none;
        text-shadow: 0.05em 0 0 rgba(139, 112, 112, 0.75), -0.025em -0.05em 0 rgba(121, 121, 121, 0.75), 0.025em 0.05em 0 rgba(179, 179, 179, 0.75);
        box-shadow: -3px 2px 0px 2px rgb(216 72 9);
    }

    .common_anchor::before {
        position: absolute;
        content: '';
        left: 0px;
        top: -7%;
        width: 15px;
        height: 115%;
        background: #d84809;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .common_anchor:hover::before {
        left: 100%;
        background: rgb(46, 46, 46);
    }

    .header_sub_title .common_header {
        font-size: 25px;
    }

    /*pagination*/
    .home_slider_wrap .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        text-align: center;
        line-height: 20px;
        font-size: 0px;
        color: #231f20;
        opacity: 1;
        background: #ffffff;
    }

    .home_slider_wrap .swiper-pagination-bullet-active {
        color: #231f20;
        background: #d7490b;
    }

    .home_slider_wrap .swiper-pagination {
        text-align: right;
        padding-right: 20px;
        bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: end;
    }

    .game_home_list_section {
        padding-top: 55px;
        overflow-x: hidden;
    }

    .game_home_list_section .gridContainer {
        max-width: 1200px;
        min-width: auto;
    }

    .game_list_ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        padding-top: 70px;
        margin-left: 65px;
        padding-right: 20px;
    }

    .game_list_ul li {
        width: 31.33%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        margin-right: 3%;
    }

    .game_list_ul li:nth-child(3n+0) {
        margin-right: 0px;
    }

    .game_list_ul li .image_wrap img {
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        box-shadow: 5px 2px 8px 2px #766f6fb5;
    }

    .game_list_ul li .desc_wrap {
        padding-top: 20px;
    }

    .game_list_ul li .desc_wrap .title_wrap .common_header {
        font-size: 20px;
        color: black;
    }

    .game_list_ul li .desc_wrap .details_wrap p {
        color: rgb(148, 143, 143);
    }

    .game_list_ul li:hover .image_wrap img {
        box-shadow: 3px 4px 14px 8px #837f7fb5;
    }

    .ab_back_red_wrap {
        position: absolute;
        content: '';
        background: #d7490b;
        width: 85%;
        height: 35%;
        top: 22%;
        left: 0%;
        z-index: 0;
    }

    .game_list_ul .swiper-slide li {
        width: 100%;
    }

    .prod_arrow_left {
        position: absolute;
        left: 30px;
        top: 48%;
        z-index: 10;
        width: 35px;
        cursor: pointer;
    }

    .prod_arrow_right {
        position: absolute;
        left: 30px;
        top: 61%;
        z-index: 10;
        width: 35px;
        cursor: pointer;
    }

    .home_about_section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .home_about_section .gridContainer {
        max-width: 500px;
        min-width: auto;
    }

    .home_about_section .about_overview_wrap {
        padding-top: 25px;
    }

    .about_overview_wrap .left_image_wrap .image_wrap img {
        width: 100%;
    }

    .about_overview_wrap .left_image_wrap {
        width: 100%;
        padding-bottom: 20px;
    }

    .about_overview_wrap .right_about_details_wrap {
        padding-top: 20px;
        width: 100%;
    }

    .right_about_details_wrap .common_header {
        color: black;
        font-size: 24px;
    }

    .right_about_details_wrap p {
        font-size: 14px;
        color: #aaaaaa;
        font-family: rmi_font;
    }

    .news_section {
        padding-top: 70px;
        padding-bottom: 40px;
        background: #1a1a1a;
        ;
    }

    .news_section .gridContainer {
        max-width: 1200px;
        min-width: auto;
    }

    .common_header.border.dark>span {
        color: white;
        background: #1a1a1a;
    }

    .news_gallery_section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .news_gallery_section .image_wrap {
        background: url(../images/news_glitch.png) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .news_gallery_section .title_wrap {
        padding: 50px 50px;
    }

    .news_gallery_section .title_wrap p {
        color: white;
        font-family: rmi_font;
    }

    .ab_black_shadow {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        right: 0px;
        background: rgb(0 0 0 / 67%);
        height: 100%;
    }

    .news_arrow_left {
        position: absolute;
        right: 50px;
        bottom: 8%;
        z-index: 10;
        width: 50px;
        cursor: pointer;
    }

    .news_arrow_right {
        position: absolute;
        right: 0px;
        bottom: 8%;
        z-index: 10;
        width: 50px;
        cursor: pointer;
    }

    .footer_wrap {
        padding-bottom: 20px;
        background: #1a1a1a;
    }

    .footer_wrap .gridContainer {
        max-width: 1200px;
        min-width: auto;
    }

    .footer_wrap .inner_footer_wrap {
        padding-top: 50px;
        padding-bottom: 50px;
        border-top: 3px solid rgb(66 57 57 / 50%);
    }

    .footer_wrap .logo_footer_wrap {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding-right: 50px;
        text-align: center;
    }

    .footer_wrap .logo_footer_wrap p {
        color: white;
    }

    .logo_footer_wrap .image_wrap img {
        width: 165px;
        padding-bottom: 30px;
    }

    .footer_wrap .links_wrap {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 20px;
        float: left;
        display: flex;
        flex-wrap: wrap;
    }

    .footer_wrap .links_wrap ul {
        width: 33%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding-right: 20px;
        margin: 0;
        padding: 0;
        padding-top: 20px;
    }

    .footer_wrap .links_wrap ul li {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 27px;
        color: #e14709;
        text-transform: uppercase;
    }

    .footer_wrap .links_wrap ul li a {
        color: rgb(255, 255, 255);
        font-size: 13px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        position: relative;
        z-index: 10;
        padding: 5px 2px;
    }

    .footer_wrap .links_wrap ul li a:hover {
        color: rgb(0, 0, 0);
        text-decoration: none;
    }

    .footer_wrap .links_wrap ul li:not(.social_media) a::before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        width: 0%;
        height: 100%;
        background: rgb(255, 255, 255);
        display: inline-block;
        z-index: -1;
    }

    .footer_wrap .links_wrap ul li a:hover::before {
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .footer_wrap .links_wrap ul>ul {
        width: 100%;
    }

    .footer_wrap .links_wrap ul li.social_media {
        padding-top: 10px;
    }

    .footer_wrap .links_wrap ul li.social_media a {
        position: relative;
        padding-right: 5px;
    }

    .footer_wrap .links_wrap ul li.social_media img {
        width: 25px;
    }

    /*****/
    /***menu cart**/
    .menu_blank_wrap {
        position: fixed;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        z-index: 1001;
        background-color: rgb(0 0 0 / 69%);
        display: none;
        background: rgba(19, 18, 18, 0.2);
        backdrop-filter: blur(8px);
    }

    .menu_side_cart_wrap {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1100;
        background: rgb(0 0 0 / 62%);
        /*background: linear-gradient(163deg, #000000e8 0%, #f39292 103%);*/
        background-size: 400% 400%;
        -webkit-animation: AnimationName 10s ease infinite;
        -moz-animation: AnimationName 10s ease infinite;
        animation: AnimationName 10s ease infinite;
        overflow-x: auto;
        display: block;
        transform: translateX(-105%);
        transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.26s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.56s;
    }

    .menu_side_cart_wrap.active {
        transform: translateX(0%);
    }

    .menu_side_cart_wrap .inner_wrap {
        padding: 0px;
        overflow-x: hidden;
    }

    .menu_side_cart_wrap .clos_btn {
        position: absolute;
        right: -30px;
        top: 42px;
        z-index: 100;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .menu_side_cart_wrap.active .clos_btn {
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        right: 35px;
        background: #d6d0d0;
        padding: 3px;
        border-radius: 5px;
    }

    .menu_side_cart_wrap.active .clos_btn:hover {
        background: #ffffff;
    }

    .menu_side_cart_wrap .clos_btn img {
        width: 28px;
    }

    .menu_side_cart_wrap .menu_logo_wrap {
        padding: 30px;
        transform: translatex(-100px);
        -webkit-transition: all 1.5s ease-in-out;
        -moz-transition: all 1.5s ease-in-out;
        -o-transition: all 1.5s ease-in-out;
        -ms-transition: all 1.5s ease-in-out;
        transition: all 1.5s ease-in-out;
    }

    .menu_side_cart_wrap .menu_logo_wrap::before {
        position: absolute;
        width: 0%;
        background-color: #fff;
        opacity: 0.3;
        height: 4px;
        top: 50%;
        z-index: 99;
        content: '';
        -webkit-transition: all 3s ease-in-out;
        -moz-transition: all 3s ease-in-out;
        -o-transition: all 3s ease-in-out;
        -ms-transition: all 3s ease-in-out;
        transition: all 3s ease-in-out;
        background: linear-gradient(270deg, #ff6174 0%, #ffffff 103%);
        background-size: 400% 400%;
        -webkit-animation: AnimationName 3s ease infinite;
        -moz-animation: AnimationName 3s ease infinite;
        animation: AnimationName 3s ease infinite;
    }

    .menu_side_cart_wrap.active .menu_logo_wrap::before {
        width: 100%;
    }

    .menu_side_cart_wrap .menu_logo_wrap img {
        width: 60px;
        z-index: 100;
        position: relative;
        border-radius: 5px;
    }

    .menu_side_cart_wrap.active .menu_logo_wrap {
        transform: translatex(-0px);
    }

    .sh_menu_wrap {
        transform: translateY(-90px);
        opacity: 0;
        -webkit-transition: all 1.5s ease-in-out;
        -moz-transition: all 1.5s ease-in-out;
        -o-transition: all 1.5s ease-in-out;
        -ms-transition: all 1.5s ease-in-out;
        transition: all 1.5s ease-in-out;
        background-position: 100% 230%;
        background-size: 1000% 100%;
    }

    .menu_side_cart_wrap.active .sh_menu_wrap {
        transform: translateY(0px);
        opacity: 1;
        background-position: 100% 0;
        background-size: 100% 100%;
    }

    .slide_menu_ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        padding-left: 50px;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .slide_menu_ul li {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0px;
        margin: 0%;
        font-size: 39px;
        text-transform: capitalize;
        padding: 5px 0px;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .slide_menu_ul li:hover {
        padding-left: 20px;
    }

    .slide_menu_ul li a {
        color: #fff;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .slide_menu_ul:hover li a {
        color: gray;
    }

    .slide_menu_ul li a:hover {
        color: white;
    }

    .home_overview_wrap {
        height: 100%;
        overflow: hidden;
    }

    .home_overview_wrap .svg_wrap svg {
        width: 200%;
        height: 100%;
        position: absolute;
        margin-left: -405px;
    }

    /****/
    /**contact us***/
    .contact_map_wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .contact_inner_header_wrap {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .top_contact_wrap {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .top_contact_wrap .gridContainer {
        max-width: 1200px;
        min-width: auto;
    }

    .text_form {
        position: relative;
        width: 100%;
        border: 0px;
        border-bottom: 2px solid black;
        background: transparent;
        box-shadow: none;
        padding: 10px;
    }

    .section_text_wrap .half_wrap.f_left {
        padding-right: 15px;
    }

    .section_text_wrap .half_wrap.f_right {
        padding-left: 15px;
    }

    .top_contact_wrap .right_contact_wrap {
        padding-left: 60px;
    }

    .section_add_wrap .head_address_wrap .common_header {
        font-size: 25px;
        color: black;
        line-height: 1.4em;
    }

    .right_contact_wrap .section_add_wrap {
        padding-bottom: 20px;
    }

    .contact_top_image_wrap img {
        max-width: none;
        width: 200%;
        margin-left: -50%;
    }

    .logo b {
        font-size: 100px;
    }

    /****/
    /***game list***/
    .list_game_list_ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        padding-top: 50px;
        margin-left: 0px;
        padding-right: 20px;
    }

    .list_game_list_ul li {
        width: 48.5%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        margin-right: 3%;
        padding-bottom: 40px;
    }

    .list_game_list_ul li:nth-child(2n+0) {
        margin-right: 0px;
    }

    .list_game_list_ul li .image_wrap img {
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        box-shadow: 5px 2px 8px 2px #766f6fb5;
    }

    .list_game_list_ul li .desc_wrap {
        padding-top: 20px;
    }

    .list_game_list_ul li .desc_wrap .title_wrap .common_header {
        font-size: 23px;
        color: black;
    }

    .list_game_list_ul li .desc_wrap .details_wrap p {
        color: rgb(148, 143, 143);

    }

    .list_game_list_ul li:hover .image_wrap img {
        box-shadow: 3px 4px 14px 8px #837f7fb5;
    }

    /****/
    /**sub_wrap**/
    .sub_wrap {
        padding-top: 20px;
    }

    .sub_wrap .common_header {
        font-size: 23px;
        color: #d84809;
    }

    .sub_wrap .in_wrap {
        width: 100%;
        position: relative;
        display: inline-block;
        padding: 0%;
        margin: 0%;
        padding: 15px;
        background: transparent;
        border: 0px;
        border: 1px solid gray;
        color: white;
        border-radius: 5px;
    }

    .sub_wrap .common_anchor {
        margin-top: 0px;
        margin-left: 20px;
    }

    /****/
    /**term condition**/

    .term-section-wrap .innerterm_section {
        padding-top: 100px;
        padding-bottom: 20px;
        text-align: center;
        background: url(../images/term.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }

    .dec_term_wrap {
        background: #1a1a1a;

    }

    .dec_term_wrap .gridContainer {
        max-width: 1150px;
        min-width: auto;
    }

    .dec_term_wrap .inner_dec_term_wrap {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .dec_term_wrap p {
        display: block;
        float: none;
        color: white;
    }

    .dec_term_wrap ul li {
        font-family: rli_font;
        font-size: 14px;
    }

    .dec_term_wrap h2,
    .dec_term_wrap h3,
    .dec_term_wrap ul li,
    .dec_term_wrap a {
        color: white;
    }

    /****/
    /***about us**/

    .innerterm_section .gridContainer {

        max-width: 1250px;
        min-width: auto;

    }

    .innre_about_paragraph {

        color: #b7aaaa;
        /* padding-left: 100px;
                padding-right: 100px; */
        font-family: 'rmi_font';

    }

    .innerterm_section .out_inner_top_about {
        display: flex !important;
        align-items: center;
        flex-wrap: wrap;
    }

    .out_inner_top_about .image_wrap img {
        width: 220px;
    }

    .nav_about_wrap {
        background: #020816;
    }

    .nav_about_wrap .gridContainer {
        max-width: 1250px;
        min-width: auto;
    }

    .use_ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0px;
        margin: 0px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 26px 0px;
    }

    .use_ul li {

        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: none;
        padding: 0px;
        margin: 0px;
        text-align: center;
        margin-right: 50px;
    }

    .use_ul li:nth-last-child(1) {
        margin-right: 0px;
    }

    .use_ul li .image_wrap img {
        width: 50px;
    }

    .our_about_story_wrap {
        padding-top: 60px;
        padding-bottom: 60px;
        background-color: #1a1a1a;
    }

    .our_about_story_wrap .gridContainer {
        max-width: 1350px;
        min-width: auto;
    }

    .our_about_story_wrap .inner_our_about_story_wrap {
        border-radius: 20px;
        background-color: #2c2c2c;
        padding-top: 30px;
        padding-bottom: 30px;
        border: 8px solid #d9232d;

    }

    .inner_our_about_story_wrap .right_side_wrap {
        width: 57%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: right;
        padding: 0px 20px;
    }

    .inner_our_about_story_wrap .right_side_wrap p {
        color: white;
    }

    .inner_our_about_story_wrap .ab_left_side_wrap {
        position: absolute;
        left: 15px;
        top: 40px;
        width: 40%;
    }

    .what_we_do_wrap {
        background: #1a1a1a;
        padding-top: 5px;
        padding-bottom: 100px;
    }

    .what_we_do_wrap .gridContainer {
        max-width: 1350px;
        min-width: auto;
    }

    .what_we_do_wrap .inner_what_we_do_wrap {
        border-radius: 20px;
        background: #2c2c2c;
        padding: 30px;
        border: 8px solid #d9232d;
    }

    .what_we_ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0px;
        margin: 0px;
    }

    .what_we_ul li {
        width: 48.5%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0px;
        margin: 0px;
        margin-right: 3%;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .what_we_ul li:nth-child(2n+0) {
        margin-right: 0px;
    }

    .what_we_ul li .icon_wrap img {
        width: 35px;
    }

    .what_we_ul li .head_wrap {
        padding-top: 15px;
    }

    .what_we_ul li .head_wrap .common_header {
        font-size: 25px;
        text-transform: uppercase;
    }

    .what_we_ul li .head_wrap p {

        color: white;

    }

    .what_we_do_wrap .title_what_do_wrap {
        padding-top: 10px;
        padding-bottom: 28px;
    }

    .what_we_do_wrap .title_what_do_wrap p {
        color: white;
        float: none;
    }

    /******/
    /**Our Services**/
    .what_we_do_wrap.our_services_wrap {
        padding-top: 50px;
    }

    .ab_service_side_image {
        position: absolute;
        width: 200px;
    }

    .how_we_work_wrap {
        background: #1a1a1a;
        padding-bottom: 100px;
    }

    .how_we_work_wrap .gridContainer {
        max-width: 950px;
        min-width: auto;
    }

    .step_work_ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0px;
        margin: 0px;
        padding: 0px 50px;
    }

    .step_work_ul li {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0px;
        margin: 0px;
        border-radius: 10px;
        padding: 20px 30px;
        border: 4px solid #d9232d;
        margin-top: 20px;
        margin-bottom: 20px;
        background: #2c2c2c;
    }

    .step_work_ul li .title_wrap .common_header {
        font-size: 20px;
    }

    .step_work_ul li .title_wrap p {
        color: white;
        margin: 0px;
        padding: 0px;
    }

    /*****/
    /***home new**/
    .new_menu_list_wrap {
        display: none !important;
    }



    .right_menu_nav_logo_wrap .logo_wrap {
        width: 13%;
    }

    .right_menu_nav_logo_wrap .new_menu_list_wrap {
        width: 87%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }

    .nav_menu_ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0px;
        margin: 0px;
        text-align: right;

    }

    .nav_menu_ul li {
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: none;
        padding: 0px;
        margin: 0px;
        margin-right: 40px;
        font-size: 17px;
    }

    .nav_menu_ul li:nth-last-child(1) {
        margin-right: 0px;
    }

    .nav_menu_ul li a {
        position: relative;
        color: white;
    }

    .nav_menu_ul li a:hover {
        text-decoration: none;
    }

    .top_new_slider_wrap {


        background: url(../images/top_new_back.png) top no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }

    .top_new_slider_wrap .gridContainer {
        max-width: 1200px;
        min-width: auto;
    }

    .top_new_slider_wrap .inner_new_silder_wrap {
        width: 75%;
        padding-top: 120px;
        padding-bottom: 20px;

    }

    .common_header.sm_header {
        font-size: 32px;
    }

    .inner_new_silder_wrap .icons_banner_wrap {
        padding-top: 20px;
        padding-bottom: 15px;
    }

    .inner_new_silder_wrap .icons_banner_wrap img {
        width: 55px;
        margin-right: 15px;
    }

    .inner_new_silder_wrap p {
        color: white;
        padding-right: 87px;
    }

    .ab_right_top_slider {
        position: absolute;
        right: 0px;
        bottom: 0px;
        z-index: 10;
        width: 259px;
    }

    .slider_wrap_left img {
        opacity: 0;
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        -ms-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
        width: auto;

    }

    .slider_wrap_left .other {
        position: absolute;
        top: 0;
        left: 0;
    }

    .slider_wrap_left .active {
        opacity: 1;
    }

    .our_games_new_wrap {
        background: rgb(2, 8, 22);
        background: linear-gradient(0deg, rgba(2, 8, 22, 1) 0%, rgba(2, 32, 51, 1) 100%);
        padding: 60px 0px;
        padding-bottom: 20px;
    }

    .our_games_new_wrap .gridContainer {
        max-width: 1400px;
        min-width: auto;
    }

    .outer_slider_wrap {
        padding-top: 50px;
    }

    .outer_slider_wrap .swiper-slide {

        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 200ms linear;
        transform: scale(0.7);
        /* opacity: 0.2; */
        padding-bottom: 20px;
    }

    .outer_slider_wrap .swiper-slide.swiper-slide-active {
        transform: scale(1);
        opacity: 1;

    }

    .outer_slider_wrap .swiper-slide.swiper-slide-prev {
        transform: scale(0.8);
    }

    .outer_slider_wrap .swiper-slide.swiper-slide-next {
        transform: scale(0.8);
    }

    .outer_slider_wrap .ab_name_slider_wrap {

        position: absolute;
        bottom: 10px;
        left: 0px;
        z-index: 1000;
        width: 100%;

        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;

    }

    .outer_slider_wrap .ab_name_slider_wrap p {
        padding-bottom: 0px;
        margin: 0px;
        line-height: 1.2;
        float: none;
        font-size: 15px;
        color: white;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        opacity: 0;
    }

    .outer_slider_wrap .swiper-slide.swiper-slide-active .ab_name_slider_wrap {


        bottom: 0px;
        background: linear-gradient(180deg, rgba(2, 8, 22, 1) 0%, rgba(2, 32, 51, 1) 100%);
    }

    .outer_slider_wrap .swiper-slide.swiper-slide-active .ab_name_slider_wrap p {
        opacity: 1;


    }

    .what_we_do_wrap.our_services_wrap {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .home_about_section .about_overview_wrap {
        padding-top: 45px;
    }

    .home_about_section {
        padding-top: 50px;

    }

    .right_about_details_wrap .common_header {
        color: white;
    }


    .artoon_workflow-sec {
        display: flex;
        flex-direction: column;
        padding: 80px 0 60px;
        position: relative;
    }

    .artoon_workflow-sec .artoon_workflow-sec-top {
        padding-bottom: 0px !important;
    }


    .artoon_workflow-sec .artoon_workflow-sec-wpr {
        display: flex;
        justify-content: space-between;
        padding: 0 0px;
    }

    .work_flow_wrap .gridContainer {
        max-width: 1240px;
        min-width: auto;
    }

    .artoon_workflow-sec-wpr .artoon_workflow-step {
        max-width: 250px;
        border: 4px solid gray;
        border-radius: 8px;
        padding: 40px 24px 10px;
        position: relative;
        background: #020a18;
        text-align: center;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .artoon_workflow-sec-wpr .artoon_workflow-img {
        border: 3px solid gray;
        border-radius: 50%;
        width: 70px;
        background: #020a18;
        height: 70px;
        margin: 0 auto;
        padding: 10px;

    }

    .artoon_workflow-sec-wpr .artoon_workflow-img svg {
        width: 40px;
        height: 45px;
        margin: 0 auto;

    }

    .artoon_workflow-sec-wpr .artoon_workflow-step h4 {
        color: #ffffff;
    }

    .artoon_workflow-step .artoon_workflow-step-inner::after {
        content: '';
        width: 20px;
        height: 20px;
        background: #020d1c;
        left: 50%;
        border: 4px solid gray;
        position: absolute;
        transform: translateX(-50%) rotate(45deg);
        border-left-color: transparent;
        border-top-color: transparent;
        bottom: -10px;
    }

    .artoon_workflow-step .artoon_workflow-step-line {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 50px;
        background: gray;
        bottom: -61px;
    }

    .artoon_workflow-step .artoon_workflow-step-line::after {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 12px;
        height: 12px;
        border: 2px solid white;
        border-radius: 50%;
        bottom: -10px;
        background: #d84809;
    }

    .artoon_workflow-sec .artoon_workflow-animate-img svg {
        width: 100%;
    }

    .artoon_workflow-sec .artoon_workflow-sec-bottom {
        flex-direction: row-reverse;
        padding-top: 53px !important;
    }

    .artoon_workflow-sec-bottom .artoon_workflow-step {
        padding: 10px 24px 40px;
    }

    .artoon_workflow-sec-bottom .artoon_workflow-img {
        top: auto;
        bottom: -35px;
    }

    .artoon_workflow-sec-bottom .artoon_workflow-step-line {
        top: -61px;
    }

    .artoon_workflow-sec-bottom .artoon_workflow-step-line::after {
        top: -10px;
    }

    .artoon_workflow-sec-bottom .artoon_workflow-step-inner::after {
        top: -10px;
        transform: translateX(-50%) rotate(-135deg);
    }

    .artoon_workflow-step .artoon_workflow-desc {
        width: calc(100% - 70px);
        text-align: left;
        padding-left: 30px;
    }

    .ab_center_text {
        position: absolute;
        left: 0px;
        width: 100%;
        top: 0px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .ab_center_text .common_header {
        font-size: 30px;
    }

    .artoon_workflow-sec-bottom .artoon_workflow-step:last-child .artoon_workflow-step-line,
    .artoon_workflow-animate-img {
        display: none !important;
    }

    .artoon_workflow-sec-bottom .artoon_workflow-step .artoon_workflow-step-line {
        bottom: 10px;
    }

    .artoon_workflow-sec-wpr .artoon_workflow-step {
        max-width: 500px;
        margin: 0 auto 70px;
        padding: 20px;
    }

    .artoon_workflow-sec .artoon_workflow-sec-wpr {
        flex-direction: column;
    }

    .artoon_workflow-step .artoon_workflow-step-inner {
        display: flex;
        align-items: center;
    }

    .artoon_workflow-sec-top .artoon_workflow-step-inner::before {
        content: '';
        width: 20px;
        height: 20px;
        background: #020a18;
        left: 50%;
        border: 4px solid gray;
        position: absolute;
        transform: translateX(-50%) rotate(-135deg);
        border-left-color: transparent;
        border-top-color: transparent;
        top: -10px;
    }

    .artoon_workflow-sec-bottom .artoon_workflow-step-inner::before {
        content: '';
        width: 20px;
        height: 20px;
        background: #020a18;
        left: 50%;
        border: 4px solid gray;
        position: absolute;
        transform: translateX(-50%) rotate(45deg);
        border-left-color: transparent;
        border-top-color: transparent;
        bottom: -10px;
    }

    .artoon_workflow-sec-top .artoon_workflow-step:first-child .artoon_workflow-step-inner::before {
        content: none;
    }

    .artoon_workflow-step .artoon_workflow-step-line {
        bottom: -64px !important;
    }

    .artoon_workflow-sec-bottom .artoon_workflow-step:last-child .artoon_workflow-step-inner::before {
        content: none;
    }

    .artoon_workflow-sec-bottom,
    .artoon_workflow-sec .artoon_workflow-sec-bottom {
        padding-top: 0 !important;
    }

    .artoon_workflow-sec-bottom .artoon_workflow-step-line,
    .artoon_workflow-sec-bottom .artoon_workflow-step-line::after {
        top: auto;
    }

    .artoon_workflow-step .artoon_workflow-step-line::after {
        bottom: 20px;
    }

    .our_mission_vission_section {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .our_mission_vission_section .our_mission_vission_wrap {
        padding-bottom: 0px;
    }

    .our_mission_vission_wrap .image_title_wrap img {
        width: 75%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .our_mission_vission_wrap .inner_mission_vission_wrap {
        display: flex;
        align-items: center;
        flex-wrap: wrap;

    }


    .our_mission_vission_wrap .inner_mission_vission_wrap .image_warp img {

        width: 300px;

    }

    .our_mission_vission_section .our_mission_vission_wrap:nth-child(even) .inner_mission_vission_wrap {
        flex-direction: row-reverse;
    }

    .our_mission_vission_section .gridContainer {
        max-width: 1000px;
        min-width: auto;
    }

    .our_mission_vission_section .inner_our_mission_vission_wrap {
        border: 3px dashed #a59091;
        border-radius: 5px;
        padding: 20px 0px;
    }

    .our_mission_vission_wrap .inner_mission_vission_wrap .f_left.details_wrap {

        padding-left: 50px;

    }

    .our_mission_vission_wrap .inner_mission_vission_wrap .f_right.details_wrap {

        padding-right: 50px;

    }

    .our_mission_vission_wrap .inner_mission_vission_wrap .details_wrap {

        color: white
    }

    .our_mission_vission_section {
        padding-top: 50px;
        padding-bottom: 50px;
    }


    /*****/
    /**contact us**/
    .contact_top_image_wrap .top_text-wrap {
        position: absolute;
        z-index: 10;
        left: 0px;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        top: 0px;
        padding-top: 54px;
    }

    .contact_overview_section {
        padding-top: 20px;
        padding-bottom: 20px;

    }

    .contact_overview_section .gridContainer {
        max-width: 1770px;
        min-width: auto;
    }

    .contact_overview_section .contact_image_wrap {
        padding-right: 0px;
        text-align: center;
        width: 100%;
        padding-bottom: 50px;
    }

    .contact_overview_section .contact_form_wrap {
        width: 100%;
    }

    .contact_overview_section .contact_image_wrap img {
        width: 500px;
    }

    .form_wrap .half_wrap.f_left {

        padding-right: 10px;

    }

    .form_wrap .half_wrap.f_right {

        padding-left: 10px;

    }

    .contact_top_section .gridContainer {
        width: 100%;
        min-width: auto;
    }

    .text_input {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        border: 0px;
        color: wheat;
        background: #213341;
        padding: 10px 10px;

        border-radius: 10px;
        font-size: 16px;
    }

    .form_text {
        margin-bottom: 20px;
    }

    .top_contact_wrap .left_contact_wrap {
        padding-left: 50px;
        padding-right: 50px;
        width: 100%;
    }

    .top_contact_wrap .right_contact_wrap {
        padding: 35px;
    }

    .top_contact_wrap .right_contact_wrap {
        background-color: #213341;
        border-radius: 10px;
        width: 100%;
        margin-top: 50px;
    }

    .address_details_wrap p {
        color: white;
    }

    .top_contact_wrap .ty_head_wrap {
        padding-bottom: 50px;
    }

    .d-f {
        display: flex !important;
    }



    .address_details_wrap .contact_details-icon {
        padding-left: 20px;
    }

    .address_details_wrap .icon_wrap {
        padding-top: 10px;
    }

    /****/
    /****new our game***/
    .game_list_new_wrap {
        padding-top: 60px;
        padding-bottom: 100px;
    }

    .game_list_new_wrap .gridContainer {
        max-width: 600px;
        min-width: auto;
    }

    .out_box_mok_game_wrap img {
        width: 100%;
    }

    .out_box_mok_game_wrap .left_side_game_wrap {
        padding-top: 5px;
        padding-bottom: 5px;
        width: 100%;
    }

    .out_box_mok_game_wrap .right_side_game_wrap {
        padding-top: 5px;
        padding-bottom: 5px;
        width: 100%;
    }


    .left_side_game_wrap .artoon_product-detail:nth-child(even) {

        padding-top: 10px;

    }

    .right_side_game_wrap .artoon_product-detail:nth-child(even) {

        padding-top: 10px;

    }

    /*****/
    /**services list**/
    .services_list_section {
        padding-bottom: 70px;
    }

    .services_left_right_section {
        padding-top: 70px;

    }

    .services_left_right_section .gridContainer {
        max-width: 1500px;
        min-width: auto;
    }

    .services_left_right_section .inner_left_right_section {
        display: flex;
        align-items: center;
        flex-wrap: wrap;


    }

    .services_left_right_section .inner_left_right_section .left_details_wrap {
        width: 100%;
        text-align: center;
        padding: 0px 100px;
    }

    .services_left_right_section .inner_left_right_section .left_details_wrap .common_header {
        font-style: italic;
    }


    .services_left_right_section .inner_left_right_section .right_image_wrap img {
        width: 500px;
    }

    .services_list_section .services_left_right_section .inner_left_right_section {
        flex-direction: column-reverse;

    }

    .services_left_right_section .inner_left_right_section .right_image_wrap {
        width: 100%;
        text-align: center;
    }

    .left_details_wrap p {
        color: #b7aaaa;
    }

    /****/
    .about-new-section .about_overview_wrap {
        flex-direction: row-reverse;
    }

    .about-new-section .right_about_details_wrap {
        padding: 100px !important;
    }

    .right_menu_nav_logo_wrap .logo_wrap {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .right_menu_nav_logo_wrap .logo_wrap p {
        font-size: 20px;
        font-family: at_font;
        padding: 0px;
        padding-left: 30%;
        color: red;
    }

    /***metaverse**/
    .top-slider-wrap-meta .inner-slide-bg-wrap {
        background: url(../images/meta-top-image.png) no-repeat top;
        background-size: cover;
        padding: 300px 0px;
        padding-bottom: 50px;
        display: inline-block;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        box-shadow: 0px -3px 20px 0px #4a80ff;
        animation-name: earth;
        animation-duration: 10s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        margin-bottom: 30px;
        min-height: 550px;
    }

    .top-slider-wrap-meta .inner-slide-bg-wrap .content_wrap {
        position: relative;
        z-index: 100;
    }

    .top-slider-wrap-meta .inner-slide-bg-wrap::after {
        height: 100%;
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 0;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        background-color: rgba(0, 0, 0, 0.3764705882);

    }

    .top-slider-wrap-meta .inner-slide-bg-wrap .common-header {
        color: white;
    }

    .top-slider-wrap-meta .inner-slide-bg-wrap p {
        color: white;
    }

    .meta-left-right-section .right_about_details_wrap {
        padding-left: 100px;
    }

    .meta-anchor {
        border: 3px solid white;
        color: white;
        text-transform: uppercase;
        font-size: 23px;
        padding: 10px 30px;
        display: inline-block;
        border-radius: 30px;
        font-family: rmi_font;
        transition: all 0.3s ease-in-out;

    }

    .meta-anchor:hover {
        color: #d6d0d0;
        border-color: #d6d0d0;
        text-decoration: none;
    }

    .share-wrap img {
        width: 40px;

    }

    .share-wrap a {
        margin-right: 10px;
    }

    .share-wrap a:nth-last-child(1) {
        margin-right: 0px;
    }

    .videoplay-wrap {
        text-align: center;
        padding-bottom: 100px;
    }

    .videoplay-wrap img {
        border: 5px solid #707070;
        border-radius: 20px;
        cursor: pointer;
    }

    .ab-bg-shade-wrap {
        position: absolute;
        left: 0px;
        z-index: 0;
    }

    .designed-environment-wrap {
        padding-bottom: 70px;
    }

    .designed-environment-wrap .gridContainer {
        max-width: 800px;
        min-width: auto;
        text-align: center;
    }

    .designed-environment-wrap .common_header {
        font-size: 40px;
    }

    .image_slide-wrap {
        text-align: center;
        padding-bottom: 100px;
    }

    .image_slide-wrap .gridContainer {
        max-width: 900px;
    }

    .image_slide-wrap img {
        border-radius: 20px;
        width: 100%;

    }

    .image_slide-wrap .half_wrap {
        padding: 10px;
    }

    /*****/
    .our_mission_vission_wrap .inner_mission_vission_wrap .details_wrap {
        width: 100%;
        text-align: center;
        padding: 10px;
    }

    .our_mission_vission_wrap .inner_mission_vission_wrap .image_warp {
        width: 100%;
    }
    .our-projects-section-wrap .right_image_wrap{
        display: none;
    }
}



@media only screen and (min-width: 786px) and (max-width: 1100px) {
    .gridContainer {
        width: 95.675%;
        padding-left: 1.1625%;
        padding-right: 1.1625%;
        clear: none;
        float: none;
        margin: 0 auto;
    }

    #div1 {}

    .zeroMargin_tablet {
        margin-left: 0;
    }

    .hide_tablet {
        display: none;
    }

    .zeroMargin_desktop {
        margin-left: 0;
    }

    .hide_desktop {
        display: none;
    }

    /***home**/
    .ab_menu_wrap {
        width: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 100;
        display: flex;
        flex-wrap: wrap;
    }

    .ab_menu_wrap .left_menu_icon_wrap {
        width: 9%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        background: rgb(54 54 54 / 80%);
        padding: 45px 10px;
        text-align: center;
        cursor: pointer;
        z-index: 11;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .left_menu_icon_wrap .image_wrap img {
        width: 36px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .left_menu_icon_wrap .ab_nover_icon {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        z-index: 10;
        text-align: center;
        display: flex;
        height: 100%;
        align-items: center;
    }

    .left_menu_icon_wrap .ab_nover_icon img {
        width: 60px;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        -ms-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
    }

    .ab_menu_wrap .left_menu_icon_wrap:hover {
        background: rgb(207 207 207 / 34%);
    }

    .ab_menu_wrap .left_menu_icon_wrap:hover .image_wrap img {
        transform: scale(0.9);
    }

    .ab_menu_wrap .left_menu_icon_wrap:hover .ab_nover_icon img {
        transform: scale(0.8);
    }

    .ab_menu_wrap .right_menu_nav_logo_wrap {
        width: 91%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        display: flex;
        padding: 0px 30px;
        align-items: center;
    }

    .right_menu_nav_logo_wrap .logo_wrap {
        width: 50%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }

    .right_menu_nav_logo_wrap .logo_wrap img {
        width: 100%;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        -ms-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
    }

    .right_menu_nav_logo_wrap .logo_wrap img:hover {
        transform: scale(0.95);
        opacity: 0.8;
    }

    .right_menu_nav_logo_wrap .social_icon_wrap {
        width: 50%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        text-align: right;
    }

    .social_icon_wrap img {
        width: 30px;
        margin-right: 10px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .social_icon_wrap img:hover {
        opacity: 0.8;
    }

    .slider_parent_wrap {
        height: 100%;
    }

    .slider_parent_wrap .image_wrap {
        height: 100%;
        background: url(../images/top_slider_image.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }

    .slider_parent_wrap .image_wrap .content_wrap .gridContainer {
        max-width: 600px;
        min-width: auto;
    }

    .slider_parent_wrap .image_wrap .content_wrap {
        position: absolute;
        width: 100%;
        z-index: 90;
        left: 0px;
        bottom: 50px;
        text-align: center;
        pointer-events: none;
    }

    .slider_parent_wrap .image_wrap .content_wrap .common_header {
        color: white;
        letter-spacing: 0.8em;
        font-size: 20px;
    }

    .line_ver_wrap {
        width: 1px;
        height: 100px;
        background: rgb(115, 116, 108);
        background: linear-gradient(0deg, rgba(115, 116, 108, 1) 0%, rgba(0, 0, 0, 0) 100%);
        padding: 3px;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 30px;
    }

    .home_slider_wrap .image_wrap {
        height: 100%;
        background: url(../images/top_slider_image.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .home_slider_wrap .title_wrap {
        position: absolute;
        left: 0;
        bottom: 200px;
        color: #fff;
        width: 100%;
    }

    .home_slider_wrap .title_wrap .inner_title_wrap .gridContainer {
        max-width: 1200px;
        min-width: auto;
    }

    .home_slider_wrap .title_wrap .inner_title_wrap .slider_inner_head {
        padding-right: 0px;
    }

    .common_header {
        font-size: 50px;
        margin: 0;
        padding: 0;
        padding-bottom: 10px;
        color: white;
        line-height: 1.2em;
        position: relative;
    }

    .common_header span {
        color: #d84809;
        display: inline-block;
    }

    .common_header.border {
        color: #e4b868;
        position: relative;
        padding-bottom: 0px;
    }

    .common_header.border:before {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        height: 10px;
        background-color: #d84809;
        content: '';
    }

    .common_header.border>span {
        background-color: #fff;
        padding: 15px;
        position: relative;
        z-index: 20;
        color: black;
    }

    p {
        padding: 0%;
        margin: 0%;
        padding-bottom: 15px;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        font-family: rli_font;
        font-size: 15px;
    }

    .common_anchor {
        padding: 0%;
        margin: 0%;
        margin-top: 16px;
        margin-bottom: 10px;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        font-size: 22px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        background: rgba(54, 54, 54, 0.986);
        text-transform: uppercase;
        padding: 10px 35px;
        color: white;
        text-decoration: none;
        box-shadow: 5px 2px 0px 2px rgb(204 204 204);
    }

    .common_anchor:hover {
        background: rgba(255, 255, 255, 0.8);
        color: rgb(46, 46, 46);
        text-decoration: none;
        text-shadow: 0.05em 0 0 rgba(139, 112, 112, 0.75), -0.025em -0.05em 0 rgba(121, 121, 121, 0.75), 0.025em 0.05em 0 rgba(179, 179, 179, 0.75);
        box-shadow: -3px 2px 0px 2px rgb(216 72 9);
    }

    .common_anchor::before {
        position: absolute;
        content: '';
        left: 0px;
        top: -7%;
        width: 15px;
        height: 115%;
        background: #d84809;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .common_anchor:hover::before {
        left: 100%;
        background: rgb(46, 46, 46);
    }

    .header_sub_title .common_header {
        font-size: 25px;
    }

    /*pagination*/
    .home_slider_wrap .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        text-align: center;
        line-height: 20px;
        font-size: 0px;
        color: #231f20;
        opacity: 1;
        background: #ffffff;
    }

    .home_slider_wrap .swiper-pagination-bullet-active {
        color: #231f20;
        background: #d7490b;
    }

    .home_slider_wrap .swiper-pagination {
        text-align: right;
        padding-right: 20px;
        bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: end;
    }

    .game_home_list_section {
        padding-top: 60px;
        overflow-x: hidden;
    }

    .game_home_list_section .gridContainer {
        max-width: 1200px;
        min-width: auto;
    }

    .game_list_ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        padding-top: 70px;
        margin-left: 0px;
        padding-right: 20px;
    }

    .game_list_ul li {
        width: 31.33%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        margin-right: 3%;
    }

    .game_list_ul li:nth-child(3n+0) {
        margin-right: 0px;
    }

    .game_list_ul li .image_wrap img {
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        box-shadow: 5px 2px 8px 2px #766f6fb5;
    }

    .game_list_ul li .desc_wrap {
        padding-top: 20px;
    }

    .game_list_ul li .desc_wrap .title_wrap .common_header {
        font-size: 20px;
        color: black;
    }

    .game_list_ul li .desc_wrap .details_wrap p {
        color: rgb(148, 143, 143);
    }

    .game_list_ul li:hover .image_wrap img {
        box-shadow: 3px 4px 14px 8px #837f7fb5;
    }

    .ab_back_red_wrap {
        position: absolute;
        content: '';
        background: #d7490b;
        width: 85%;
        height: 35%;
        top: 22%;
        left: 0%;
        z-index: 0;
    }

    .game_list_ul .swiper-slide li {
        width: 100%;
    }

    .prod_arrow_left {
        position: absolute;
        left: 30px;
        top: 48%;
        z-index: 10;
        width: 35px;
        cursor: pointer;
    }

    .prod_arrow_right {
        position: absolute;
        left: 30px;
        top: 61%;
        z-index: 10;
        width: 35px;
        cursor: pointer;
    }

    .home_about_section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .home_about_section .gridContainer {
        max-width: 1200px;
        min-width: auto;
    }

    .home_about_section .about_overview_wrap {
        padding-top: 25px;
    }

    .about_overview_wrap .left_image_wrap .image_wrap img {
        width: 100%;
    }

    .about_overview_wrap .left_image_wrap {
        padding-right: 20px;
    }

    .about_overview_wrap .right_about_details_wrap {
        padding-left: 0px;
    }

    .right_about_details_wrap .common_header {
        color: black;
        font-size: 24px;
    }

    .right_about_details_wrap p {
        font-size: 14px;
        color: #aaaaaa;
        font-family: rmi_font;
    }

    .news_section {
        padding-top: 70px;
        padding-bottom: 40px;
        background: #1a1a1a;
        ;
    }

    .news_section .gridContainer {
        max-width: 1200px;
        min-width: auto;
    }

    .common_header.border.dark>span {
        color: white;
        background: #1a1a1a;
    }

    .news_gallery_section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .news_gallery_section .image_wrap {
        background: url(../images/news_glitch.png) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .news_gallery_section .title_wrap {
        padding: 60px 50px;
    }

    .news_gallery_section .title_wrap p {
        color: white;
        font-family: rmi_font;
    }

    .ab_black_shadow {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        right: 0px;
        background: rgb(0 0 0 / 67%);
        height: 100%;
    }

    .news_arrow_left {
        position: absolute;
        right: 50px;
        bottom: 8%;
        z-index: 10;
        width: 50px;
        cursor: pointer;
    }

    .news_arrow_right {
        position: absolute;
        right: 0px;
        bottom: 8%;
        z-index: 10;
        width: 50px;
        cursor: pointer;
    }

    .footer_wrap {
        padding-bottom: 20px;
        background: #1a1a1a;
    }

    .footer_wrap .gridContainer {
        max-width: 1200px;
        min-width: auto;
    }

    .footer_wrap .inner_footer_wrap {
        padding-top: 50px;
        padding-bottom: 50px;
        border-top: 3px solid rgb(66 57 57 / 50%);
    }

    .footer_wrap .logo_footer_wrap {
        width: 35%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding-right: 50px;
        text-align: left;
    }

    .footer_wrap .logo_footer_wrap p {
        color: white;
    }

    .logo_footer_wrap .image_wrap img {
        width: 165px;
        padding-bottom: 30px;
    }

    .footer_wrap .links_wrap {
        width: 65%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 20px;
        float: left;
        display: flex;
        flex-wrap: wrap;
    }

    .footer_wrap .links_wrap ul {
        width: 33%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding-right: 20px;
        margin: 0;
        padding: 0;
        padding-top: 20px;
    }

    .footer_wrap .links_wrap ul li {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 27px;
        color: #e14709;
        text-transform: uppercase;
    }

    .footer_wrap .links_wrap ul li a {
        color: rgb(255, 255, 255);
        font-size: 13px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        position: relative;
        z-index: 10;
        padding: 5px 2px;
    }

    .footer_wrap .links_wrap ul li a:hover {
        color: rgb(0, 0, 0);
        text-decoration: none;
    }

    .footer_wrap .links_wrap ul li:not(.social_media) a::before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        width: 0%;
        height: 100%;
        background: rgb(255, 255, 255);
        display: inline-block;
        z-index: -1;
    }

    .footer_wrap .links_wrap ul li a:hover::before {
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .footer_wrap .links_wrap ul>ul {
        width: 100%;
    }

    .footer_wrap .links_wrap ul li.social_media {
        padding-top: 10px;
    }

    .footer_wrap .links_wrap ul li.social_media a {
        position: relative;
        padding-right: 5px;
    }

    .footer_wrap .links_wrap ul li.social_media img {
        width: 25px;
    }

    /*****/
    /***menu cart**/
    .menu_blank_wrap {
        position: fixed;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        z-index: 1001;
        background-color: rgb(0 0 0 / 69%);
        display: none;
        background: rgba(19, 18, 18, 0.2);
        backdrop-filter: blur(8px);
    }

    .menu_side_cart_wrap {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1100;
        background: rgb(0 0 0 / 62%);
        /*background: linear-gradient(163deg, #000000e8 0%, #f39292 103%);*/
        background-size: 400% 400%;
        -webkit-animation: AnimationName 10s ease infinite;
        -moz-animation: AnimationName 10s ease infinite;
        animation: AnimationName 10s ease infinite;
        overflow-x: auto;
        display: block;
        transform: translateX(-105%);
        transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.26s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.56s;
    }

    .menu_side_cart_wrap.active {
        transform: translateX(0%);
    }

    .menu_side_cart_wrap .inner_wrap {
        padding: 0px;
        overflow-x: hidden;
    }

    .menu_side_cart_wrap .clos_btn {
        position: absolute;
        right: -30px;
        top: 42px;
        z-index: 100;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .menu_side_cart_wrap.active .clos_btn {
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        right: 35px;
        background: #d6d0d0;
        padding: 3px;
        border-radius: 5px;
    }

    .menu_side_cart_wrap.active .clos_btn:hover {
        background: #ffffff;
    }

    .menu_side_cart_wrap .clos_btn img {
        width: 28px;
    }

    .menu_side_cart_wrap .menu_logo_wrap {
        padding: 30px;
        transform: translatex(-100px);
        -webkit-transition: all 1.5s ease-in-out;
        -moz-transition: all 1.5s ease-in-out;
        -o-transition: all 1.5s ease-in-out;
        -ms-transition: all 1.5s ease-in-out;
        transition: all 1.5s ease-in-out;
    }

    .menu_side_cart_wrap .menu_logo_wrap::before {
        position: absolute;
        width: 0%;
        background-color: #fff;
        opacity: 0.3;
        height: 4px;
        top: 50%;
        z-index: 99;
        content: '';
        -webkit-transition: all 3s ease-in-out;
        -moz-transition: all 3s ease-in-out;
        -o-transition: all 3s ease-in-out;
        -ms-transition: all 3s ease-in-out;
        transition: all 3s ease-in-out;
        background: linear-gradient(270deg, #ff6174 0%, #ffffff 103%);
        background-size: 400% 400%;
        -webkit-animation: AnimationName 3s ease infinite;
        -moz-animation: AnimationName 3s ease infinite;
        animation: AnimationName 3s ease infinite;
    }

    .menu_side_cart_wrap.active .menu_logo_wrap::before {
        width: 100%;
    }

    .menu_side_cart_wrap .menu_logo_wrap img {
        width: 60px;
        z-index: 100;
        position: relative;
        border-radius: 5px;
    }

    .menu_side_cart_wrap.active .menu_logo_wrap {
        transform: translatex(-0px);
    }

    .sh_menu_wrap {
        transform: translateY(-90px);
        opacity: 0;
        -webkit-transition: all 1.5s ease-in-out;
        -moz-transition: all 1.5s ease-in-out;
        -o-transition: all 1.5s ease-in-out;
        -ms-transition: all 1.5s ease-in-out;
        transition: all 1.5s ease-in-out;
        background-position: 100% 230%;
        background-size: 1000% 100%;
    }

    .menu_side_cart_wrap.active .sh_menu_wrap {
        transform: translateY(0px);
        opacity: 1;
        background-position: 100% 0;
        background-size: 100% 100%;
    }

    .slide_menu_ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        padding-left: 50px;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .slide_menu_ul li {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0px;
        margin: 0%;
        font-size: 39px;
        text-transform: capitalize;
        padding: 5px 0px;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .slide_menu_ul li:hover {
        padding-left: 20px;
    }

    .slide_menu_ul li a {
        color: #fff;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .slide_menu_ul:hover li a {
        color: gray;
    }

    .slide_menu_ul li a:hover {
        color: white;
    }

    .home_overview_wrap {
        height: 100%;
        overflow: hidden;
    }

    .home_overview_wrap .svg_wrap svg {
        width: 120%;
        height: 100%;
        position: absolute;
    }

    /****/
    /**contact us***/
    .contact_map_wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .contact_inner_header_wrap {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .top_contact_wrap {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .top_contact_wrap .gridContainer {
        max-width: 1200px;
        min-width: auto;
    }

    .text_form {
        position: relative;
        width: 100%;
        border: 0px;
        border-bottom: 2px solid black;
        background: transparent;
        box-shadow: none;
        padding: 15px;
    }

    .section_text_wrap .half_wrap.f_left {
        padding-right: 15px;
    }

    .section_text_wrap .half_wrap.f_right {
        padding-left: 15px;
    }

    .top_contact_wrap .right_contact_wrap {
        padding-left: 60px;
    }

    .section_add_wrap .head_address_wrap .common_header {
        font-size: 25px;
        color: black;
        line-height: 1.4em;
    }

    .right_contact_wrap .section_add_wrap {
        padding-bottom: 20px;
    }

    .logo b {
        font-size: 100px;
    }

    /****/
    /***game list***/
    .list_game_list_ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        padding-top: 50px;
        margin-left: 0px;
        padding-right: 20px;
    }

    .list_game_list_ul li {
        width: 31.33%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        margin-right: 3%;
        padding-bottom: 50px;
    }

    .list_game_list_ul li:nth-child(3n+0) {
        margin-right: 0px;
    }

    .list_game_list_ul li .image_wrap img {
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        box-shadow: 5px 2px 8px 2px #766f6fb5;
    }

    .list_game_list_ul li .desc_wrap {
        padding-top: 20px;
    }

    .list_game_list_ul li .desc_wrap .title_wrap .common_header {
        font-size: 23px;
        color: black;
    }

    .list_game_list_ul li .desc_wrap .details_wrap p {
        color: rgb(148, 143, 143);
        min-height: 149px;
    }

    .list_game_list_ul li:hover .image_wrap img {
        box-shadow: 3px 4px 14px 8px #837f7fb5;
    }

    /****/
    /**sub_wrap**/
    .sub_wrap {
        padding-top: 20px;
    }

    .sub_wrap .common_header {
        font-size: 23px;
        color: #d84809;
    }

    .sub_wrap .in_wrap {
        width: 100%;
        position: relative;
        display: inline-block;
        padding: 0%;
        margin: 0%;
        padding: 15px;
        background: transparent;
        border: 0px;
        border: 1px solid gray;
        color: white;
        border-radius: 5px;
    }

    .sub_wrap .common_anchor {
        margin-top: 0px;
        margin-left: 20px;
    }

    /****/
    /**term condition**/

    .term-section-wrap .innerterm_section {
        padding-top: 110px;
        padding-bottom: 40px;
        text-align: center;
        background: url(../images/term.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }

    .dec_term_wrap {
        background: #1a1a1a;

    }

    .dec_term_wrap .gridContainer {
        max-width: 1150px;
        min-width: auto;
    }

    .dec_term_wrap .inner_dec_term_wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .dec_term_wrap p {
        display: block;
        float: none;
        color: white;
    }

    .dec_term_wrap ul li {
        font-family: rli_font;
        font-size: 15px;
    }

    .dec_term_wrap h2,
    .dec_term_wrap h3,
    .dec_term_wrap ul li,
    .dec_term_wrap a {
        color: white;
    }

    /****/
    /***about us**/

    .innerterm_section .gridContainer {

        max-width: 1250px;
        min-width: auto;

    }

    .innre_about_paragraph {

        color: #b7aaaa;
        /* padding-left: 100px;
                padding-right: 100px; */
        font-family: 'rmi_font';

    }

    .innerterm_section .out_inner_top_about {
        display: flex !important;
        align-items: center;
        flex-wrap: wrap;
    }

    .out_inner_top_about .image_wrap img {
        width: 250px;
    }

    .nav_about_wrap {
        background: #020816;
    }

    .nav_about_wrap .gridContainer {
        max-width: 1250px;
        min-width: auto;
    }

    .use_ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0px;
        margin: 0px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 40px 0px;
    }

    .use_ul li {

        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: none;
        padding: 0px;
        margin: 0px;
        text-align: center;
        margin-right: 100px;
    }

    .use_ul li:nth-last-child(1) {
        margin-right: 0px;
    }

    .use_ul li .image_wrap img {
        width: 55px;
    }

    .our_about_story_wrap {
        padding-top: 100px;
        padding-bottom: 100px;
        background-color: #1a1a1a;
    }

    .our_about_story_wrap .gridContainer {
        max-width: 1350px;
        min-width: auto;
    }

    .our_about_story_wrap .inner_our_about_story_wrap {
        border-radius: 20px;
        background-color: #2c2c2c;
        padding-top: 30px;
        padding-bottom: 30px;
        border: 8px solid #d9232d;

    }

    .inner_our_about_story_wrap .right_side_wrap {
        width: 57%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: right;
        padding: 0px 20px;
    }

    .inner_our_about_story_wrap .right_side_wrap p {
        color: white;
    }

    .inner_our_about_story_wrap .ab_left_side_wrap {
        position: absolute;
        left: 15px;
        top: 0px;
        width: 40%;
    }

    .what_we_do_wrap {
        background: #1a1a1a;
        padding-top: 5px;
        padding-bottom: 100px;
    }

    .what_we_do_wrap .gridContainer {
        max-width: 1350px;
        min-width: auto;
    }

    .what_we_do_wrap .inner_what_we_do_wrap {
        border-radius: 20px;
        background: #2c2c2c;
        padding: 30px;
        border: 8px solid #d9232d;
    }

    .what_we_ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0px;
        margin: 0px;
    }

    .what_we_ul li {
        width: 31.33%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0px;
        margin: 0px;
        margin-right: 3%;
        padding-bottom: 20px;
        padding-top: 20px;
        height: 200px;
    }

    .what_we_ul li:nth-child(3n+0) {
        margin-right: 0px;
    }

    .what_we_ul li .icon_wrap img {
        width: 35px;
    }

    .what_we_ul li .head_wrap {
        padding-top: 15px;
    }

    .what_we_ul li .head_wrap .common_header {
        font-size: 25px;
        text-transform: uppercase;
    }

    .what_we_ul li .head_wrap p {

        color: white;

    }

    .what_we_do_wrap .title_what_do_wrap {
        padding-top: 10px;
        padding-bottom: 28px;
    }

    .what_we_do_wrap .title_what_do_wrap p {
        color: white;
        float: none;
    }

    /******/
    /**Our Services**/
    .what_we_do_wrap.our_services_wrap {
        padding-top: 70px;
    }

    .ab_service_side_image {
        position: absolute;
        width: 200px;
    }

    .how_we_work_wrap {
        background: #1a1a1a;
        padding-bottom: 100px;
    }

    .how_we_work_wrap .gridContainer {
        max-width: 950px;
        min-width: auto;
    }

    .step_work_ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0px;
        margin: 0px;
        padding: 0px 50px;
    }

    .step_work_ul li {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0px;
        margin: 0px;
        border-radius: 10px;
        padding: 20px 30px;
        border: 4px solid #d9232d;
        margin-top: 20px;
        margin-bottom: 20px;
        background: #2c2c2c;
    }

    .step_work_ul li .title_wrap .common_header {
        font-size: 20px;
    }

    .step_work_ul li .title_wrap p {
        color: white;
        margin: 0px;
        padding: 0px;
    }

    /*****/
    /***home new**/
    .mb_wrap {
        display: none !important;
    }

    .ab_menu_wrap {
        padding: 10px 0px;
    }

    .ab_menu_wrap .right_menu_nav_logo_wrap {
        width: 100%;
    }

    .right_menu_nav_logo_wrap .logo_wrap {
        width: 20%;
    }

    .right_menu_nav_logo_wrap .new_menu_list_wrap {
        width: 80%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }

    .nav_menu_ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0px;
        margin: 0px;
        text-align: right;

    }

    .nav_menu_ul li {
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: none;
        padding: 0px;
        margin: 0px;
        margin-right: 40px;
        font-size: 17px;
    }

    .nav_menu_ul li:nth-last-child(1) {
        margin-right: 0px;
    }

    .nav_menu_ul li a {
        position: relative;
        color: white;
    }

    .nav_menu_ul li a:hover {
        text-decoration: none;
    }

    .top_new_slider_wrap {


        background: url(../images/top_new_back.png) top no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }

    .top_new_slider_wrap .gridContainer {
        max-width: 1200px;
        min-width: auto;
    }

    .top_new_slider_wrap .inner_new_silder_wrap {
        width: 55%;
        padding-top: 165px;
        padding-bottom: 50px;

    }

    .common_header.sm_header {
        font-size: 32px;
    }

    .inner_new_silder_wrap .icons_banner_wrap {
        padding-top: 20px;
        padding-bottom: 15px;
    }

    .inner_new_silder_wrap .icons_banner_wrap img {
        width: 60px;
        margin-right: 15px;
    }

    .inner_new_silder_wrap p {
        color: white;
        padding-right: 87px;
    }

    .ab_right_top_slider {
        position: absolute;
        right: 0px;
        bottom: 0px;
        z-index: 10;
        width: 363px;
    }

    .slider_wrap_left img {
        opacity: 0;
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        -ms-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
        width: auto;

    }

    .slider_wrap_left .other {
        position: absolute;
        top: 0;
        left: 0;
    }

    .slider_wrap_left .active {
        opacity: 1;
    }

    .our_games_new_wrap {
        background: rgb(2, 8, 22);
        background: linear-gradient(0deg, rgba(2, 8, 22, 1) 0%, rgba(2, 32, 51, 1) 100%);
        padding: 60px 0px;
        padding-bottom: 20px;
    }

    .our_games_new_wrap .gridContainer {
        max-width: 1400px;
        min-width: auto;
    }

    .outer_slider_wrap {
        padding-top: 50px;
    }

    .outer_slider_wrap .swiper-slide {

        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 200ms linear;
        transform: scale(0.7);
        /* opacity: 0.2; */
        padding-bottom: 20px;
    }

    .outer_slider_wrap .swiper-slide.swiper-slide-active {
        transform: scale(1);
        opacity: 1;

    }

    .outer_slider_wrap .swiper-slide.swiper-slide-prev {
        transform: scale(0.8);
    }

    .outer_slider_wrap .swiper-slide.swiper-slide-next {
        transform: scale(0.8);
    }

    .outer_slider_wrap .ab_name_slider_wrap {

        position: absolute;
        bottom: 10px;
        left: 0px;
        z-index: 1000;
        width: 100%;

        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;

    }

    .outer_slider_wrap .ab_name_slider_wrap p {
        padding-bottom: 0px;
        margin: 0px;
        line-height: 1.2;
        float: none;
        font-size: 22px;
        color: white;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        opacity: 0;
    }

    .outer_slider_wrap .swiper-slide.swiper-slide-active .ab_name_slider_wrap {


        bottom: 0px;
        background: linear-gradient(180deg, rgba(2, 8, 22, 1) 0%, rgba(2, 32, 51, 1) 100%);
    }

    .outer_slider_wrap .swiper-slide.swiper-slide-active .ab_name_slider_wrap p {
        opacity: 1;


    }

    .what_we_do_wrap.our_services_wrap {
        padding-top: 70px;
        padding-bottom: 40px;
    }

    .home_about_section .about_overview_wrap {
        padding-top: 45px;
    }

    .home_about_section {
        padding-top: 50px;

    }

    .right_about_details_wrap .common_header {
        color: white;
    }

    .artoon_workflow-sec {
        display: flex;
        flex-direction: column;
        padding: 80px 0 60px;
        position: relative;
    }

    .artoon_workflow-sec .artoon_workflow-sec-top {
        padding-bottom: 53px !important;
    }

    .artoon_workflow-sec .artoon_workflow-sec-wpr {
        display: flex;
        justify-content: space-between;
        padding: 0 0px;
    }

    .work_flow_wrap .gridContainer {
        max-width: 1240px;
        min-width: auto;
    }

    .artoon_workflow-sec-wpr .artoon_workflow-step {
        max-width: 250px;
        border: 4px solid gray;
        border-radius: 8px;
        padding: 40px 24px 10px;
        position: relative;
        background: #020a18;
        text-align: center;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .artoon_workflow-sec-wpr .artoon_workflow-img {
        border: 3px solid gray;
        border-radius: 50%;
        width: 70px;
        background: #020a18;
        height: 70px;
        margin: 0 auto;
        padding: 10px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -35px;
    }

    .artoon_workflow-sec-wpr .artoon_workflow-img svg {
        width: 40px;
        height: 45px;
        margin: 0 auto;

    }

    .artoon_workflow-sec-wpr .artoon_workflow-step h4 {
        color: #ffffff;
    }

    .artoon_workflow-step .artoon_workflow-step-inner::after {
        content: '';
        width: 20px;
        height: 20px;
        background: #020d1c;
        left: 50%;
        border: 4px solid gray;
        position: absolute;
        transform: translateX(-50%) rotate(45deg);
        border-left-color: transparent;
        border-top-color: transparent;
        bottom: -10px;
    }

    .artoon_workflow-step .artoon_workflow-step-line {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 50px;
        background: gray;
        bottom: -61px;
    }

    .artoon_workflow-step .artoon_workflow-step-line::after {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 12px;
        height: 12px;
        border: 2px solid white;
        border-radius: 50%;
        bottom: -10px;
        background: #d84809;
    }

    .artoon_workflow-sec .artoon_workflow-animate-img svg {
        width: 100%;
    }

    .artoon_workflow-sec .artoon_workflow-sec-bottom {
        flex-direction: row-reverse;
        padding-top: 53px !important;
    }

    .artoon_workflow-sec-bottom .artoon_workflow-step {
        padding: 10px 24px 40px;
    }

    .artoon_workflow-sec-bottom .artoon_workflow-img {
        top: auto;
        bottom: -35px;
    }

    .artoon_workflow-sec-bottom .artoon_workflow-step-line {
        top: -61px;
    }

    .artoon_workflow-sec-bottom .artoon_workflow-step-line::after {
        top: -10px;
    }

    .artoon_workflow-sec-bottom .artoon_workflow-step-inner::after {
        top: -10px;
        transform: translateX(-50%) rotate(-135deg);
    }

    .ab_center_text {
        position: absolute;
        left: 0px;
        width: 100%;
        top: 0px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .ab_center_text .common_header {
        font-size: 30px;
    }

    .our_mission_vission_section {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .our_mission_vission_section .our_mission_vission_wrap {
        padding-bottom: 0px;
    }

    .our_mission_vission_wrap .image_title_wrap img {
        width: 75%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .our_mission_vission_wrap .inner_mission_vission_wrap {
        display: flex;
        align-items: center;
        flex-wrap: wrap;

    }


    .our_mission_vission_wrap .inner_mission_vission_wrap .image_warp img {

        width: 300px;

    }

    .our_mission_vission_section .our_mission_vission_wrap:nth-child(even) .inner_mission_vission_wrap {
        flex-direction: row-reverse;
    }

    .our_mission_vission_section .gridContainer {
        max-width: 1000px;
        min-width: auto;
    }

    .our_mission_vission_section .inner_our_mission_vission_wrap {
        border: 3px dashed #a59091;
        border-radius: 5px;
        padding: 20px 0px;
    }

    .our_mission_vission_wrap .inner_mission_vission_wrap .f_left.details_wrap {

        padding-left: 50px;

    }

    .our_mission_vission_wrap .inner_mission_vission_wrap .f_right.details_wrap {

        padding-right: 50px;

    }

    .our_mission_vission_wrap .inner_mission_vission_wrap .details_wrap {

        color: white
    }

    .our_mission_vission_section {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    /*****/
    /**contact us**/
    .contact_top_image_wrap .top_text-wrap {
        position: absolute;
        z-index: 10;
        left: 0px;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        top: 0px;
        padding-top: 84px;
    }

    .contact_overview_section {
        padding-top: 100px;
        padding-bottom: 20px;
    }

    .contact_overview_section .gridContainer {
        max-width: 1770px;
        min-width: auto;
    }

    .contact_overview_section .contact_image_wrap {
        padding-right: 20px;
        text-align: center;
    }

    .contact_overview_section .contact_image_wrap img {
        width: 500px;
    }

    .form_wrap .half_wrap.f_left {

        padding-right: 10px;

    }

    .form_wrap .half_wrap.f_right {

        padding-left: 10px;

    }

    .contact_top_section .gridContainer {
        width: 100%;
        min-width: auto;
    }

    .text_input {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        border: 0px;
        color: wheat;
        background: #213341;
        padding: 10px 10px;

        border-radius: 10px;
        font-size: 16px;
    }

    .form_text {
        margin-bottom: 20px;
    }

    .top_contact_wrap .left_contact_wrap {
        padding-left: 50px;
        padding-right: 50px;
    }

    .top_contact_wrap .right_contact_wrap {
        padding: 35px;
    }

    .top_contact_wrap .right_contact_wrap {
        background-color: #213341;
        border-radius: 10px;
    }

    .address_details_wrap p {
        color: white;
    }

    .top_contact_wrap .ty_head_wrap {
        padding-bottom: 50px;
    }

    .d-f {
        display: flex !important;
    }

    .d-f-c {
        display: flex !important;
        align-items: center;
    }

    .address_details_wrap .contact_details-icon {
        padding-left: 20px;
    }

    .address_details_wrap .icon_wrap {
        padding-top: 10px;
    }

    /****/
    /****new our game***/
    .game_list_new_wrap {
        padding-top: 60px;
        padding-bottom: 100px;
    }

    .game_list_new_wrap .gridContainer {
        max-width: 1150px;
    }

    .out_box_mok_game_wrap img {
        width: 100%;
    }

    .out_box_mok_game_wrap .left_side_game_wrap {
        padding-right: 5px;
        padding-bottom: 5px;
    }

    .out_box_mok_game_wrap .right_side_game_wrap {
        padding-left: 5px;
        padding-bottom: 5px;
    }

    .out_box_mok_game_wrap:nth-child(even) .right_side_game_wrap {
        padding-top: 5px;
        padding-bottom: 0px;
    }

    .out_box_mok_game_wrap:nth-child(even) .left_side_game_wrap {
        padding-top: 5px;
        padding-bottom: 0px;
    }

    .left_side_game_wrap .artoon_product-detail:nth-child(even) {

        padding-top: 10px;

    }

    .right_side_game_wrap .artoon_product-detail:nth-child(even) {

        padding-top: 10px;

    }

    /*****/
    /**services list**/
    .services_list_section {
        padding-bottom: 50px;
    }

    .services_left_right_section {
        padding-top: 50px;

    }

    .services_left_right_section .gridContainer {
        max-width: 1500px;
        min-width: auto;
    }

    .services_left_right_section .inner_left_right_section {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .services_left_right_section .inner_left_right_section .left_details_wrap.f_left {
        padding-right: 20px;
    }

    .services_left_right_section .inner_left_right_section .left_details_wrap.f_right {
        padding-left: 20px;
    }

    .services_left_right_section .inner_left_right_section .left_details_wrap .common_header {
        font-style: italic;
    }

    .services_left_right_section .inner_left_right_section .right_image_wrap.f_right {
        text-align: right;
    }

    .services_left_right_section .inner_left_right_section .right_image_wrap img {
        width: 500px;
    }

    .services_list_section .services_left_right_section:nth-child(even) .inner_left_right_section {
        flex-direction: row-reverse;

    }

    .services_left_right_section .inner_left_right_section .right_image_wrap.f_left {
        text-align: left;
    }

    .left_details_wrap p {
        color: #b7aaaa;
    }

    /****/
    .about-new-section .about_overview_wrap {
        flex-direction: row-reverse;
    }

    .about-new-section .right_about_details_wrap {
        padding-left: 100px !important;
    }

    /***metaverse**/
    .top-slider-wrap-meta .inner-slide-bg-wrap {
        background: url(../images/meta-top-image.png) no-repeat top;
        background-size: cover;
        padding: 300px 0px;
        padding-bottom: 50px;
        display: inline-block;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        box-shadow: 0px -3px 20px 0px #4a80ff;
        animation-name: earth;
        animation-duration: 10s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        margin-bottom: 30px;
        min-height: 550px;
    }



    .top-slider-wrap-meta .inner-slide-bg-wrap .content_wrap {
        position: relative;
        z-index: 100;
    }

    .top-slider-wrap-meta .inner-slide-bg-wrap::after {
        height: 100%;
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 0;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        background-color: rgba(0, 0, 0, 0.3764705882);

    }

    .top-slider-wrap-meta .inner-slide-bg-wrap .common-header {
        color: white;
    }

    .top-slider-wrap-meta .inner-slide-bg-wrap p {
        color: white;
    }

    .meta-left-right-section .right_about_details_wrap {
        padding-left: 100px;
        padding-top: 100px;
    }

    .meta-anchor {
        border: 3px solid white;
        color: white;
        text-transform: uppercase;
        font-size: 23px;
        padding: 10px 30px;
        display: inline-block;
        border-radius: 30px;
        font-family: rmi_font;
        transition: all 0.3s ease-in-out;

    }

    .meta-anchor:hover {
        color: #d6d0d0;
        border-color: #d6d0d0;
        text-decoration: none;
    }

    .share-wrap img {
        width: 40px;

    }

    .share-wrap a {
        margin-right: 10px;
    }

    .share-wrap a:nth-last-child(1) {
        margin-right: 0px;
    }

    .videoplay-wrap {
        text-align: center;
        padding-bottom: 100px;
    }

    .videoplay-wrap img {
        border: 5px solid #707070;
        border-radius: 20px;
        cursor: pointer;
    }

    .ab-bg-shade-wrap {
        position: absolute;
        left: 0px;
        z-index: 0;
    }

    .designed-environment-wrap {
        padding-bottom: 70px;
    }

    .designed-environment-wrap .gridContainer {
        max-width: 800px;
        min-width: auto;
        text-align: center;
    }

    .designed-environment-wrap .common_header {
        font-size: 40px;
    }

    .image_slide-wrap {
        text-align: center;
        padding-bottom: 100px;
    }

    .image_slide-wrap .gridContainer {
        max-width: 900px;
    }

    .image_slide-wrap img {
        border-radius: 20px;
        width: 100%;

    }

    .image_slide-wrap .half_wrap {
        padding: 10px;
    }

    /*****/
}

@media only screen and (min-width: 1100px) {
    .gridContainer {
        width: 95.5%;
        padding-left: 0.75%;
        padding-right: 0.75%;
        margin: auto;
        clear: none;
        float: none;
        margin-left: auto;
    }

    #div1 {}

    .zeroMargin_desktop {
        margin-left: 0;
    }

    .hide_desktop {
        display: none;
    }

    /***home**/
    .ab_menu_wrap {
        width: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 100;
        display: flex;
        flex-wrap: wrap;
    }

    .ab_menu_wrap .left_menu_icon_wrap {
        width: 7%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        background: rgb(54 54 54 / 80%);
        padding: 45px 10px;
        text-align: center;
        cursor: pointer;
        z-index: 11;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .left_menu_icon_wrap .image_wrap img {
        width: 36px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .left_menu_icon_wrap .ab_nover_icon {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        z-index: 10;
        text-align: center;
        display: flex;
        height: 100%;
        align-items: center;
    }

    .left_menu_icon_wrap .ab_nover_icon img {
        width: 60px;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        -ms-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
    }

    .ab_menu_wrap .left_menu_icon_wrap:hover {
        background: rgb(207 207 207 / 34%);
    }

    .ab_menu_wrap .left_menu_icon_wrap:hover .image_wrap img {
        transform: scale(0.9);
    }

    .ab_menu_wrap .left_menu_icon_wrap:hover .ab_nover_icon img {
        transform: scale(0.8);
    }

    .ab_menu_wrap .right_menu_nav_logo_wrap {
        width: 93%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        display: flex;
        padding: 0px 30px;
        align-items: center;
    }

    .right_menu_nav_logo_wrap .logo_wrap {
        width: 50%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }

    .right_menu_nav_logo_wrap .logo_wrap img {
        width: 100%;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        -ms-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
    }

    .right_menu_nav_logo_wrap .logo_wrap img:hover {
        transform: scale(0.95);
        opacity: 0.8;
    }

    .right_menu_nav_logo_wrap .social_icon_wrap {
        width: 50%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        text-align: right;
    }

    .social_icon_wrap img {
        width: 37px;
        margin-right: 10px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .social_icon_wrap img:hover {
        opacity: 0.8;
    }

    .slider_parent_wrap {
        height: 100%;
    }

    .slider_parent_wrap .image_wrap {
        height: 100%;
        background: url(../images/top_slider_image.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }

    .slider_parent_wrap .image_wrap .content_wrap .gridContainer {
        max-width: 600px;
        min-width: auto;
    }

    .slider_parent_wrap .image_wrap .content_wrap {
        position: absolute;
        width: 100%;
        z-index: 90;
        left: 0px;
        bottom: 50px;
        text-align: center;
        pointer-events: none;
    }

    .slider_parent_wrap .image_wrap .content_wrap .common_header {
        color: white;
        letter-spacing: 0.8em;
        font-size: 20px;
    }

    .line_ver_wrap {
        width: 1px;
        height: 100px;
        background: rgb(115, 116, 108);
        background: linear-gradient(0deg, rgba(115, 116, 108, 1) 0%, rgba(0, 0, 0, 0) 100%);
        padding: 3px;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 30px;
    }

    .home_slider_wrap .image_wrap {
        height: 100%;
        background: url(../images/top_slider_image.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .home_slider_wrap .title_wrap {
        position: absolute;
        left: 0;
        bottom: 200px;
        color: #fff;
        width: 100%;
    }

    .home_slider_wrap .title_wrap .inner_title_wrap .gridContainer {
        max-width: 1200px;
        min-width: auto;
    }

    .home_slider_wrap .title_wrap .inner_title_wrap .slider_inner_head {
        padding-right: 0px;
    }

    .common_header {
        font-size: 50px;
        margin: 0;
        padding: 0;
        padding-bottom: 10px;
        color: white;
        line-height: 1.2em;
        position: relative;
    }

    .common_header span {
        color: #d84809;
        display: inline-block;
    }

    .common_header.border {
        color: #e4b868;
        position: relative;
        padding-bottom: 0px;
    }

    .common_header.border:before {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        height: 10px;
        background-color: #d84809;
        content: '';
    }

    .common_header.border>span {
        background-color: #fff;
        padding: 15px;
        position: relative;
        z-index: 20;
        color: black;
    }

    p {
        padding: 0%;
        margin: 0%;
        padding-bottom: 15px;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        font-family: rli_font;
        font-size: 15px;
    }

    .common_anchor {
        padding: 0%;
        margin: 0%;
        margin-top: 16px;
        margin-bottom: 10px;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        font-size: 25px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        background: rgba(54, 54, 54, 0.986);
        text-transform: uppercase;
        padding: 10px 40px;
        color: white;
        text-decoration: none;
        box-shadow: 5px 2px 0px 2px rgb(204 204 204);
    }

    .common_anchor:hover {
        background: rgba(255, 255, 255, 0.8);
        color: rgb(46, 46, 46);
        text-decoration: none;
        text-shadow: 0.05em 0 0 rgba(139, 112, 112, 0.75), -0.025em -0.05em 0 rgba(121, 121, 121, 0.75), 0.025em 0.05em 0 rgba(179, 179, 179, 0.75);
        box-shadow: -3px 2px 0px 2px rgb(216 72 9);
    }

    .common_anchor::before {
        position: absolute;
        content: '';
        left: 0px;
        top: -7%;
        width: 20px;
        height: 115%;
        background: #d84809;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .common_anchor:hover::before {
        left: 100%;
        background: rgb(46, 46, 46);
    }

    .header_sub_title .common_header {
        font-size: 30px;
    }

    /*pagination*/
    .home_slider_wrap .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        text-align: center;
        line-height: 20px;
        font-size: 0px;
        color: #231f20;
        opacity: 1;
        background: #ffffff;
    }

    .home_slider_wrap .swiper-pagination-bullet-active {
        color: #231f20;
        background: #d7490b;
    }

    .home_slider_wrap .swiper-pagination {
        text-align: right;
        padding-right: 20px;
        bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: end;
    }

    .game_home_list_section {
        padding-top: 70px;
        overflow-x: hidden;
    }

    .game_home_list_section .gridContainer {
        max-width: 1200px;
        min-width: auto;
    }

    .game_list_ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        padding-top: 100px;
        margin-left: 0px;
        padding-right: 20px;
    }

    .game_list_ul li {
        width: 31.33%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        margin-right: 3%;
    }

    .game_list_ul li:nth-child(3n+0) {
        margin-right: 0px;
    }

    .game_list_ul li .image_wrap img {
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        box-shadow: 5px 2px 8px 2px #766f6fb5;
    }

    .game_list_ul li .desc_wrap {
        padding-top: 20px;
    }

    .game_list_ul li .desc_wrap .title_wrap .common_header {
        font-size: 20px;
        color: black;
    }

    .game_list_ul li .desc_wrap .details_wrap p {
        color: rgb(148, 143, 143);
    }

    .game_list_ul li:hover .image_wrap img {
        box-shadow: 3px 4px 14px 8px #837f7fb5;
    }

    .ab_back_red_wrap {
        position: absolute;
        content: '';
        background: #d7490b;
        width: 85%;
        height: 35%;
        top: 25%;
        left: 0%;
        z-index: 0;
    }

    .game_list_ul .swiper-slide li {
        width: 100%;
    }

    .prod_arrow_left {
        position: absolute;
        left: 40px;
        top: 53%;
        z-index: 10;
        width: 40px;
        cursor: pointer;
    }

    .prod_arrow_right {
        position: absolute;
        left: 40px;
        top: 62%;
        z-index: 10;
        width: 40px;
        cursor: pointer;
    }

    .home_about_section {
        padding-top: 70px;
        padding-bottom: 100px;
    }

    .home_about_section .gridContainer {
        max-width: 1200px;
        min-width: auto;
    }

    .home_about_section .about_overview_wrap {
        padding-top: 25px;
    }

    .about_overview_wrap .left_image_wrap .image_wrap img {
        width: 100%;
    }

    .about_overview_wrap .left_image_wrap {
        padding-right: 68px;
    }

    .about_overview_wrap .right_about_details_wrap {
        padding-left: 0px;
    }

    .right_about_details_wrap .common_header {
        color: black;
        font-size: 30px;
    }

    .right_about_details_wrap p {
        font-size: 17px;
        color: #aaaaaa;
        font-family: rmi_font;
    }

    .news_section {
        padding-top: 70px;
        padding-bottom: 40px;
        background: #1a1a1a;
        ;
    }

    .news_section .gridContainer {
        max-width: 1200px;
        min-width: auto;
    }

    .common_header.border.dark>span {
        color: white;
        background: #1a1a1a;
    }

    .news_gallery_section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .news_gallery_section .image_wrap {
        background: url(../images/news_glitch.png) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .news_gallery_section .title_wrap {
        padding: 60px 90px;
    }

    .news_gallery_section .title_wrap p {
        color: white;
        font-family: rmi_font;
    }

    .ab_black_shadow {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        right: 0px;
        background: rgb(0 0 0 / 67%);
        height: 100%;
    }

    .news_arrow_left {
        position: absolute;
        right: 50px;
        bottom: 8%;
        z-index: 10;
        width: 50px;
        cursor: pointer;
    }

    .news_arrow_right {
        position: absolute;
        right: 0px;
        bottom: 8%;
        z-index: 10;
        width: 50px;
        cursor: pointer;
    }

    .footer_wrap {
        padding-bottom: 20px;
        background: #1a1a1a;
    }

    .footer_wrap .gridContainer {
        max-width: 1200px;
        min-width: auto;
    }

    .footer_wrap .inner_footer_wrap {
        padding-top: 50px;
        padding-bottom: 50px;
        border-top: 3px solid rgb(66 57 57 / 50%);
    }

    .footer_wrap .logo_footer_wrap {
        width: 35%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding-right: 50px;
        text-align: left;
    }

    .footer_wrap .logo_footer_wrap p {
        color: white;
    }

    .logo_footer_wrap .image_wrap img {
        width: 165px;
        padding-bottom: 30px;
    }

    .footer_wrap .links_wrap {
        width: 65%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 20px;
        float: left;
        display: flex;
        flex-wrap: wrap;
    }

    .footer_wrap .links_wrap ul {
        width: 33%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding-right: 20px;
        margin: 0;
        padding: 0;
        padding-top: 20px;
    }

    .footer_wrap .links_wrap ul>li {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 27px;
        color: #e14709;
        text-transform: uppercase;
    }

    .footer_wrap .links_wrap ul li a {
        color: rgb(255, 255, 255);
        font-size: 13px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        position: relative;
        z-index: 10;
        padding: 5px 2px;
    }

    .footer_wrap .links_wrap ul li a:hover {
        color: rgb(0, 0, 0);
        text-decoration: none;
    }

    .footer_wrap .links_wrap ul li:not(.social_media) a::before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        width: 0%;
        height: 100%;
        background: rgb(255, 255, 255);
        display: inline-block;
        z-index: -1;
    }

    .footer_wrap .links_wrap ul li a:hover::before {
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .footer_wrap .links_wrap ul>ul {
        width: 100%;
    }

    .footer_wrap .links_wrap ul li.social_media {
        padding-top: 10px;
    }

    .footer_wrap .links_wrap ul li.social_media a {
        position: relative;
        padding-right: 5px;
    }

    .footer_wrap .links_wrap ul li.social_media img {
        width: 25px;
    }

    /*****/
    /***menu cart**/
    .menu_blank_wrap {
        position: fixed;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        z-index: 1001;
        background-color: rgb(0 0 0 / 69%);
        display: none;
        background: rgba(19, 18, 18, 0.2);
        backdrop-filter: blur(8px);
    }

    .menu_side_cart_wrap {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1100;
        background: rgb(0 0 0 / 62%);
        /*background: linear-gradient(163deg, #000000e8 0%, #f39292 103%);*/
        background-size: 400% 400%;
        -webkit-animation: AnimationName 10s ease infinite;
        -moz-animation: AnimationName 10s ease infinite;
        animation: AnimationName 10s ease infinite;
        overflow-x: auto;
        display: block;
        transform: translateX(-105%);
        transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.26s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.56s;
    }

    .menu_side_cart_wrap.active {
        transform: translateX(0%);
    }

    .menu_side_cart_wrap .inner_wrap {
        padding: 0px;
        overflow-x: hidden;
    }

    .menu_side_cart_wrap .clos_btn {
        position: absolute;
        right: -30px;
        top: 42px;
        z-index: 100;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .menu_side_cart_wrap.active .clos_btn {
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        right: 35px;
        background: #d6d0d0;
        padding: 3px;
        border-radius: 5px;
    }

    .menu_side_cart_wrap.active .clos_btn:hover {
        background: #ffffff;
    }

    .menu_side_cart_wrap .clos_btn img {
        width: 28px;
    }

    .menu_side_cart_wrap .menu_logo_wrap {
        padding: 30px;
        transform: translatex(-100px);
        -webkit-transition: all 1.5s ease-in-out;
        -moz-transition: all 1.5s ease-in-out;
        -o-transition: all 1.5s ease-in-out;
        -ms-transition: all 1.5s ease-in-out;
        transition: all 1.5s ease-in-out;
    }

    .menu_side_cart_wrap .menu_logo_wrap::before {
        position: absolute;
        width: 0%;
        background-color: #fff;
        opacity: 0.3;
        height: 4px;
        top: 50%;
        z-index: 99;
        content: '';
        -webkit-transition: all 3s ease-in-out;
        -moz-transition: all 3s ease-in-out;
        -o-transition: all 3s ease-in-out;
        -ms-transition: all 3s ease-in-out;
        transition: all 3s ease-in-out;
        background: linear-gradient(270deg, #ff6174 0%, #ffffff 103%);
        background-size: 400% 400%;
        -webkit-animation: AnimationName 3s ease infinite;
        -moz-animation: AnimationName 3s ease infinite;
        animation: AnimationName 3s ease infinite;
    }

    .menu_side_cart_wrap.active .menu_logo_wrap::before {
        width: 100%;
    }

    .menu_side_cart_wrap .menu_logo_wrap img {
        width: 60px;
        z-index: 100;
        position: relative;
        border-radius: 5px;
    }

    .menu_side_cart_wrap.active .menu_logo_wrap {
        transform: translatex(-0px);
    }

    .sh_menu_wrap {
        transform: translateY(-90px);
        opacity: 0;
        -webkit-transition: all 1.5s ease-in-out;
        -moz-transition: all 1.5s ease-in-out;
        -o-transition: all 1.5s ease-in-out;
        -ms-transition: all 1.5s ease-in-out;
        transition: all 1.5s ease-in-out;
        background-position: 100% 230%;
        background-size: 1000% 100%;
    }

    .menu_side_cart_wrap.active .sh_menu_wrap {
        transform: translateY(0px);
        opacity: 1;
        background-position: 100% 0;
        background-size: 100% 100%;
    }

    .slide_menu_ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        padding-left: 50px;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .slide_menu_ul li {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0px;
        margin: 0%;
        font-size: 41px;
        text-transform: capitalize;
        padding: 5px 0px;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .slide_menu_ul li:hover {
        padding-left: 20px;
    }

    .slide_menu_ul li a {
        color: #fff;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .slide_menu_ul:hover li a {
        color: gray;
    }

    .slide_menu_ul li a:hover {
        color: white;
    }

    .home_overview_wrap {
        height: 100%;
        overflow: hidden;
    }

    .home_overview_wrap .svg_wrap svg {
        width: 100%;
        height: 100%;
    }

    /****/
    /**contact us***/
    .contact_map_wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .contact_inner_header_wrap {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .top_contact_wrap {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .top_contact_wrap .gridContainer {
        max-width: 1200px;
        min-width: auto;
    }

    .text_form {
        position: relative;
        width: 100%;
        border: 0px;
        border-bottom: 2px solid black;
        background: transparent;
        box-shadow: none;
        padding: 15px;
    }

    .section_text_wrap .half_wrap.f_left {
        padding-right: 15px;
    }

    .section_text_wrap .half_wrap.f_right {
        padding-left: 15px;
    }

    .top_contact_wrap .right_contact_wrap {
        padding-left: 60px;
    }

    .section_add_wrap .head_address_wrap .common_header {
        font-size: 25px;
        color: black;
        line-height: 1.4em;
    }

    .right_contact_wrap .section_add_wrap {
        padding-bottom: 20px;
    }

    .logo b {
        font-size: 150px;
    }

    /****/
    /***game list***/
    .list_game_list_ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        padding-top: 50px;
        margin-left: 0px;
        padding-right: 20px;
    }

    .list_game_list_ul li {
        width: 31.33%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        margin-right: 3%;
        padding-bottom: 50px;
    }

    .list_game_list_ul li:nth-child(3n+0) {
        margin-right: 0px;
    }

    .list_game_list_ul li .image_wrap img {
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        box-shadow: 5px 2px 8px 2px #766f6fb5;
    }

    .list_game_list_ul li .desc_wrap {
        padding-top: 20px;
    }

    .list_game_list_ul li .desc_wrap .title_wrap .common_header {
        font-size: 23px;
        color: black;
    }

    .list_game_list_ul li .desc_wrap .details_wrap p {
        color: rgb(148, 143, 143);
        min-height: 149px;
    }

    .list_game_list_ul li:hover .image_wrap img {
        box-shadow: 3px 4px 14px 8px #837f7fb5;
    }

    /****/
    /**sub_wrap**/
    .sub_wrap {
        padding-top: 20px;
    }

    .sub_wrap .common_header {
        font-size: 23px;
        color: #d84809;
    }

    .sub_wrap .in_wrap {
        width: 100%;
        position: relative;
        display: inline-block;
        padding: 0%;
        margin: 0%;
        padding: 15px;
        background: transparent;
        border: 0px;
        border: 1px solid gray;
        color: white;
        border-radius: 5px;
    }

    .sub_wrap .common_anchor {
        margin-top: 0px;
        margin-left: 20px;
        padding: 5px 50px;
    }

    /****/
    /**term condition**/

    .term-section-wrap .innerterm_section {
        padding-top: 110px;
        padding-bottom: 40px;
        text-align: center;
        background: url(../images/term.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }

    .dec_term_wrap {
        background: #1a1a1a;

    }

    .dec_term_wrap .gridContainer {
        max-width: 1150px;
        min-width: auto;
    }

    .dec_term_wrap .inner_dec_term_wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .dec_term_wrap p {
        display: block;
        float: none;
        color: white;
    }

    .dec_term_wrap ul li {
        font-family: rli_font;
        font-size: 15px;
    }

    .dec_term_wrap h2,
    .dec_term_wrap h3,
    .dec_term_wrap ul li,
    .dec_term_wrap a {
        color: white;
    }

    /****/
    /***about us**/

    .innerterm_section .gridContainer {

        max-width: 1250px;
        min-width: auto;

    }

    .innre_about_paragraph {

        color: #b7aaaa;
        /* padding-left: 100px;
            padding-right: 100px; */
        font-family: 'rmi_font';

    }

    .innerterm_section .out_inner_top_about {
        display: flex !important;
        align-items: center;
        flex-wrap: wrap;
    }

    .out_inner_top_about .image_wrap img {
        width: 350px;
    }

    .nav_about_wrap {
        background: #020816;
    }

    .nav_about_wrap .gridContainer {
        max-width: 1250px;
        min-width: auto;
    }

    .use_ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0px;
        margin: 0px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 40px 0px;
    }

    .use_ul li {

        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: none;
        padding: 0px;
        margin: 0px;
        text-align: center;
        margin-right: 100px;
    }

    .use_ul li:nth-last-child(1) {
        margin-right: 0px;
    }

    .use_ul li .image_wrap img {
        width: 70px;
    }

    .our_about_story_wrap {
        padding-top: 150px;
        padding-bottom: 150px;
        background-color: #1a1a1a;
    }

    .our_about_story_wrap .gridContainer {
        max-width: 1350px;
        min-width: auto;
    }

    .our_about_story_wrap .inner_our_about_story_wrap {
        border-radius: 20px;
        background-color: #2c2c2c;
        padding-top: 80px;
        padding-bottom: 70px;
        border: 10px solid #d9232d;

    }

    .inner_our_about_story_wrap .right_side_wrap {
        width: 57%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: right;
        padding: 0px 20px;
    }

    .inner_our_about_story_wrap .right_side_wrap p {
        color: white;
    }

    .inner_our_about_story_wrap .ab_left_side_wrap {
        position: absolute;
        left: 15px;
        top: 0px;
        width: 40%;
    }

    .what_we_do_wrap {
        background: #1a1a1a;
        padding-top: 5px;
        padding-bottom: 100px;
    }

    .what_we_do_wrap .gridContainer {
        max-width: 1200px;
        min-width: auto;
    }

    .what_we_do_wrap .inner_what_we_do_wrap {
        border-radius: 20px;
        background: #2c2c2c;
        padding: 40px;
        border: 10px solid #d9232d;
    }

    .what_we_ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0px;
        margin: 0px;
    }

    .what_we_ul li {
        width: 31.33%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0px;
        margin: 0px;
        margin-right: 3%;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .what_we_ul li:nth-child(3n+0) {
        margin-right: 0px;
    }

    .what_we_ul li .icon_wrap img {
        width: 35px;
    }

    .what_we_ul li .head_wrap {
        padding-top: 15px;
    }

    .what_we_ul li .head_wrap .common_header {
        font-size: 25px;
        text-transform: uppercase;
    }

    .what_we_ul li .head_wrap p {

        color: white;

    }

    .what_we_do_wrap .title_what_do_wrap {
        padding-top: 10px;
        padding-bottom: 39px;
    }

    .what_we_do_wrap .title_what_do_wrap p {
        color: white;
        float: none;
    }

    /******/
    /**Our Services**/
    .what_we_do_wrap.our_services_wrap {
        padding-top: 70px;
    }

    .ab_service_side_image {
        position: absolute;
        width: 200px;
    }

    .how_we_work_wrap {
        background: #1a1a1a;
        padding-bottom: 100px;
    }

    .how_we_work_wrap .gridContainer {
        max-width: 950px;
        min-width: auto;
    }

    .step_work_ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0px;
        margin: 0px;
        padding: 0px 50px;
    }

    .step_work_ul li {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0px;
        margin: 0px;
        border-radius: 10px;
        padding: 20px 30px;
        border: 4px solid #d9232d;
        margin-top: 20px;
        margin-bottom: 20px;
        background: #2c2c2c;
    }

    .step_work_ul li .title_wrap .common_header {
        font-size: 20px;
    }

    .step_work_ul li .title_wrap p {
        color: white;
        margin: 0px;
        padding: 0px;
    }

    /*****/


    /***home new**/
    .mb_wrap {
        display: none !important;
    }

    .ab_menu_wrap {
        padding: 10px 0px;
    }

    .ab_menu_wrap .right_menu_nav_logo_wrap {
        width: 100%;
    }

    .right_menu_nav_logo_wrap .logo_wrap {
        width: 13%;
    }

    .right_menu_nav_logo_wrap .new_menu_list_wrap {
        width: 87%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }

    .nav_menu_ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0px;
        margin: 0px;
        text-align: right;

    }

    .nav_menu_ul li {
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: none;
        padding: 0px;
        margin: 0px;
        margin-right: 40px;
        font-size: 20px;
    }

    .nav_menu_ul li:nth-last-child(1) {
        margin-right: 0px;
    }

    .nav_menu_ul li a {
        position: relative;
        color: white;
    }

    .nav_menu_ul li a:hover {
        text-decoration: none;
    }

    .top_new_slider_wrap {


        background: url(../images/top_new_back.png) top no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }

    .top_new_slider_wrap .gridContainer {
        max-width: 1200px;
        min-width: auto;
    }

    .top_new_slider_wrap .inner_new_silder_wrap {
        width: 55%;
        padding-top: 180px;
        padding-bottom: 90px;

    }

    .common_header.sm_header {
        font-size: 40px;
    }

    .inner_new_silder_wrap .icons_banner_wrap {
        padding-top: 20px;
        padding-bottom: 15px;
    }

    .inner_new_silder_wrap .icons_banner_wrap img {
        width: 60px;
        margin-right: 15px;
    }

    .inner_new_silder_wrap p {
        color: white;
        padding-right: 140px;
    }

    .ab_right_top_slider {
        position: absolute;
        right: 0px;
        bottom: 0px;
        z-index: 10;
        width: 462px;
    }

    .slider_wrap_left img {
        opacity: 0;
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        -ms-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
        width: auto;

    }

    .slider_wrap_left .other {
        position: absolute;
        top: 0;
        left: 0;
    }

    .slider_wrap_left .active {
        opacity: 1;
    }

    .our_games_new_wrap {
        background: rgb(2, 8, 22);
        background: linear-gradient(0deg, rgba(2, 8, 22, 1) 0%, rgba(2, 32, 51, 1) 100%);
        padding: 137px 0px;
        padding-bottom: 30px;  
    }

    .our_games_new_wrap .gridContainer {
        max-width: 1400px;
        min-width: auto;
    }

    .outer_slider_wrap {
        padding-top: 50px;
    }

    .outer_slider_wrap .swiper-slide {

        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 200ms linear;
        transform: scale(0.7);
        /* opacity: 0.2; */
        padding-bottom: 20px;
    }

    .outer_slider_wrap .swiper-slide.swiper-slide-active {
        transform: scale(1);
        opacity: 1;

    }

    .outer_slider_wrap .swiper-slide.swiper-slide-prev {
        transform: scale(0.8);
    }

    .outer_slider_wrap .swiper-slide.swiper-slide-next {
        transform: scale(0.8);
    }

    .outer_slider_wrap .ab_name_slider_wrap {

        position: absolute;
        bottom: 10px;
        left: 0px;
        z-index: 1000;
        width: 100%;

        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;

    }

    .outer_slider_wrap .ab_name_slider_wrap p {
        padding-bottom: 0px;
        margin: 0px;
        line-height: 1.2;
        float: none;
        font-size: 22px;
        color: white;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        opacity: 0;
    }

    .outer_slider_wrap .swiper-slide.swiper-slide-active .ab_name_slider_wrap {


        bottom: 0px;
        background: linear-gradient(180deg, rgba(2, 8, 22, 1) 0%, rgba(2, 32, 51, 1) 100%);
    }

    .outer_slider_wrap .swiper-slide.swiper-slide-active .ab_name_slider_wrap p {
        opacity: 1;


    }

    .what_we_do_wrap.our_services_wrap {
        padding-top: 70px;
        padding-bottom: 40px;
    }

    .home_about_section .about_overview_wrap {
        padding-top: 45px;
    }

    .home_about_section {
        padding-top: 50px;

    }

    .right_about_details_wrap .common_header {
        color: white;
    }

    .artoon_workflow-sec {
        display: flex;
        flex-direction: column;
        padding: 80px 0 60px;
        position: relative;
    }

    .artoon_workflow-sec .artoon_workflow-sec-top {
        padding-bottom: 53px !important;
    }

    .artoon_workflow-sec .artoon_workflow-sec-wpr {
        display: flex;
        justify-content: space-between;
        padding: 0 100px;
    }

    .work_flow_wrap .gridContainer {
        max-width: 1240px;
        min-width: auto;
    }

    .artoon_workflow-sec-wpr .artoon_workflow-step {
        max-width: 250px;
        border: 4px solid gray;
        border-radius: 8px;
        padding: 40px 24px 10px;
        position: relative;
        background: #020a18;
        text-align: center;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .artoon_workflow-sec-wpr .artoon_workflow-img {
        border: 3px solid gray;
        border-radius: 50%;
        width: 70px;
        background: #020a18;
        height: 70px;
        margin: 0 auto;
        padding: 10px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -35px;
    }

    .artoon_workflow-sec-wpr .artoon_workflow-img svg {
        width: 40px;
        height: 45px;
        margin: 0 auto;

    }

    .artoon_workflow-sec-wpr .artoon_workflow-step h4 {
        color: #ffffff;
    }

    .artoon_workflow-step .artoon_workflow-step-inner::after {
        content: '';
        width: 20px;
        height: 20px;
        background: #020d1c;
        left: 50%;
        border: 4px solid gray;
        position: absolute;
        transform: translateX(-50%) rotate(45deg);
        border-left-color: transparent;
        border-top-color: transparent;
        bottom: -10px;
    }

    .artoon_workflow-step .artoon_workflow-step-line {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 50px;
        background: gray;
        bottom: -61px;
    }

    .artoon_workflow-step .artoon_workflow-step-line::after {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 12px;
        height: 12px;
        border: 2px solid white;
        border-radius: 50%;
        bottom: -10px;
        background: #d84809;
    }

    .artoon_workflow-sec .artoon_workflow-animate-img svg {
        width: 100%;
    }

    .artoon_workflow-sec .artoon_workflow-sec-bottom {
        flex-direction: row-reverse;
        padding-top: 53px !important;
    }

    .artoon_workflow-sec-bottom .artoon_workflow-step {
        padding: 10px 24px 40px;
    }

    .artoon_workflow-sec-bottom .artoon_workflow-img {
        top: auto;
        bottom: -35px;
    }

    .artoon_workflow-sec-bottom .artoon_workflow-step-line {
        top: -61px;
    }

    .artoon_workflow-sec-bottom .artoon_workflow-step-line::after {
        top: -10px;
    }

    .artoon_workflow-sec-bottom .artoon_workflow-step-inner::after {
        top: -10px;
        transform: translateX(-50%) rotate(-135deg);
    }

    .ab_center_text {
        position: absolute;
        left: 0px;
        width: 100%;
        top: 0px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .ab_center_text .common_header {
        font-size: 30px;
    }

    .our_mission_vission_section {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .our_mission_vission_section .our_mission_vission_wrap {
        padding-bottom: 0px;
    }

    .our_mission_vission_wrap .image_title_wrap img {
        width: 75%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .our_mission_vission_wrap .inner_mission_vission_wrap {
        display: flex;
        align-items: center;
        flex-wrap: wrap;

    }


    .our_mission_vission_wrap .inner_mission_vission_wrap .image_warp img {

        width: 400px;

    }

    .our_mission_vission_section .our_mission_vission_wrap:nth-child(even) .inner_mission_vission_wrap {
        flex-direction: row-reverse;
    }

    .our_mission_vission_section .gridContainer {
        max-width: 1000px;
        min-width: auto;
    }

    .our_mission_vission_section .inner_our_mission_vission_wrap {
        border: 3px dashed #a59091;
        border-radius: 5px;
        padding: 20px 0px;

    }

    .our_mission_vission_wrap .inner_mission_vission_wrap .f_left.details_wrap {

        padding-left: 100px;

    }

    .our_mission_vission_wrap .inner_mission_vission_wrap .f_right.details_wrap {

        padding-right: 100px;

    }

    .our_mission_vission_wrap .inner_mission_vission_wrap .details_wrap {

        color: white
    }

    .our_mission_vission_section {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    /*****/
    /****new our game***/
    .game_list_new_wrap {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .game_list_new_wrap .gridContainer {
        max-width: 1050px;
        min-width: auto;
    }

    .out_box_mok_game_wrap img {
        width: 100%;
    }

    .out_box_mok_game_wrap .left_side_game_wrap {
        padding-right: 5px;
        padding-bottom: 5px;
    }

    .out_box_mok_game_wrap .right_side_game_wrap {
        padding-left: 5px;
        padding-bottom: 5px;
    }

    .out_box_mok_game_wrap:nth-child(even) .right_side_game_wrap {
        padding-top: 5px;
        padding-bottom: 0px;
    }

    .out_box_mok_game_wrap:nth-child(even) .left_side_game_wrap {
        padding-top: 5px;
        padding-bottom: 0px;
    }

    .left_side_game_wrap .artoon_product-detail:nth-child(even) {

        padding-top: 10px;

    }

    .right_side_game_wrap .artoon_product-detail:nth-child(even) {

        padding-top: 10px;

    }

    /*****/
    /**contact us**/
    .contact_top_image_wrap .top_text-wrap {
        position: absolute;
        z-index: 10;
        left: 0px;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        top: 0px;
        padding-top: 84px;
    }

    .contact_overview_section {
        padding-top: 100px;
        padding-bottom: 20px;
    }

    .contact_overview_section .gridContainer {
        max-width: 1770px;
        min-width: auto;
    }

    .contact_overview_section .contact_image_wrap {
        padding-right: 20px;
        text-align: center;
    }

    .contact_overview_section .contact_image_wrap img {
        width: 500px;
    }

    .form_wrap .half_wrap.f_left {

        padding-right: 10px;

    }

    .form_wrap .half_wrap.f_right {

        padding-left: 10px;

    }

    .contact_top_section .gridContainer {
        width: 100%;
        min-width: auto;
    }

    .text_input {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        border: 0px;
        color: wheat;
        background: #213341;
        padding: 10px 10px;

        border-radius: 10px;
        font-size: 16px;
    }

    .form_text {
        margin-bottom: 20px;
    }

    .top_contact_wrap .left_contact_wrap {
        padding-left: 50px;
        padding-right: 50px;
    }

    .top_contact_wrap .right_contact_wrap {
        padding: 35px;
    }

    .top_contact_wrap .right_contact_wrap {
        background-color: #213341;
        border-radius: 10px;
    }

    .address_details_wrap p {
        color: white;
    }

    .top_contact_wrap .ty_head_wrap {
        padding-bottom: 50px;
    }

    .d-f {
        display: flex !important;
    }

    .d-f-c {
        display: flex !important;
        align-items: center;
    }

    .address_details_wrap .contact_details-icon {
        padding-left: 20px;
    }

    .address_details_wrap .icon_wrap {
        padding-top: 10px;
    }

    /****/
    /**services list**/
    .services_list_section {
        padding-bottom: 70px;
    }

    .services_left_right_section {
        padding-top: 30px;

    }

    .services_left_right_section .gridContainer {
        max-width: 1500px;
        min-width: auto;
    }

    .services_left_right_section .inner_left_right_section {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .services_left_right_section .inner_left_right_section .left_details_wrap.f_left {
        padding-right: 20px;
    }

    .services_left_right_section .inner_left_right_section .left_details_wrap.f_right {
        padding-left: 20px;
    }

    .services_left_right_section .inner_left_right_section .left_details_wrap .common_header {
        font-style: italic;
    }

    .services_left_right_section .inner_left_right_section .right_image_wrap.f_right {
        text-align: right;
    }

    .services_left_right_section .inner_left_right_section .right_image_wrap img {
        width: 500px;
    }

    .services_list_section .services_left_right_section:nth-child(even) .inner_left_right_section {
        flex-direction: row-reverse;

    }

    .services_left_right_section .inner_left_right_section .right_image_wrap.f_left {
        text-align: left;
    }

    .left_details_wrap p {
        color: #b7aaaa;
    }

    /****/
    .about-new-section .about_overview_wrap {
        flex-direction: row-reverse;
    }

    .about-new-section .right_about_details_wrap {
        padding-left: 100px !important;
    }

    /***metaverse**/
    .top-slider-wrap-meta .inner-slide-bg-wrap {
        background: url(../images/meta-top-image.png) no-repeat top;
        background-size: cover;
        padding: 300px 0px;
        padding-bottom: 50px;
        display: inline-block;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        box-shadow: 0px -3px 20px 0px #4a80ff;
        animation-name: earth;
        animation-duration: 10s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        margin-bottom: 30px;
        min-height: 550px;
    }



    .top-slider-wrap-meta .inner-slide-bg-wrap .content_wrap {
        position: relative;
        z-index: 100;
    }

    .top-slider-wrap-meta .inner-slide-bg-wrap::after {
        height: 100%;
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 0;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        background-color: rgba(0, 0, 0, 0.3764705882);

    }

    .top-slider-wrap-meta .inner-slide-bg-wrap .common-header {
        color: white;
    }

    .top-slider-wrap-meta .inner-slide-bg-wrap p {
        color: white;
    }

    .meta-left-right-section .right_about_details_wrap {
        padding-left: 100px;
    }

    .meta-anchor {
        border: 3px solid white;
        color: white;
        text-transform: uppercase;
        font-size: 23px;
        padding: 10px 30px;
        display: inline-block;
        border-radius: 30px;
        font-family: rmi_font;
        transition: all 0.3s ease-in-out;

    }

    .meta-anchor:hover {
        color: #d6d0d0;
        border-color: #d6d0d0;
        text-decoration: none;
    }

    .share-wrap img {
        width: 40px;

    }

    .share-wrap a {
        margin-right: 10px;
    }

    .share-wrap a:nth-last-child(1) {
        margin-right: 0px;
    }

    .videoplay-wrap {
        text-align: center;
        padding-bottom: 100px;
    }

    .videoplay-wrap img {
        border: 5px solid #707070;
        border-radius: 20px;
        cursor: pointer;
    }

    .ab-bg-shade-wrap {
        position: absolute;
        left: 0px;
        z-index: 0;
    }

    .designed-environment-wrap {
        padding-bottom: 70px;
    }

    .designed-environment-wrap .gridContainer {
        max-width: 800px;
        min-width: auto;
        text-align: center;
    }

    .designed-environment-wrap .common_header {
        font-size: 40px;
    }

    .image_slide-wrap {
        text-align: center;
        padding-bottom: 100px;
    }

    .image_slide-wrap .gridContainer {
        max-width: 900px;
    }

    .image_slide-wrap img {
        border-radius: 20px;
        width: 100%;

    }

    .image_slide-wrap .half_wrap {
        padding: 10px;
    }

    /*****/

    /***projects our***/
    .twenty_outer_wrap .gridContainer{
        max-width: 1550px;
    }
    .title_project-wrap{
        padding-bottom: 20px;
    }
    .secound-be-af-wrap{
        padding-top: 50px;
        padding-bottom: 50px;
        display: flex !important;
        align-items: center;
    }
    .slider-projects-wrap .gridContainer{
        max-width: 1000px !important;
    }
    .inner_slider-projects-wrap img{
        border-radius: 20px;
    }
    .left-project-pad-wrap{
        padding-left: 100px;
    }
    .right-project-pad-wrap{
        padding-right: 100px;
    }
    .pb-50{
        padding-bottom: 50px;
    }
    .mr-min-wrap{
        margin-right: -100px !important;
    }
    .ml-min-wrap{
        margin-left: -100px !important; 
    }
    /******/


}



@media only screen and (min-width: 1600px) {
    .gridContainer {
        width: 95.5%;
        min-width: 1250px;
        padding-left: 0.75%;
        padding-right: 0.75%;
        margin: auto;
        clear: none;
        float: none;
        margin-left: auto;
    }

    #div1 {}

    .zeroMargin_desktop {
        margin-left: 0;
    }

    .hide_desktop {
        display: none;
    }

    /***home**/
    .ab_menu_wrap {
        width: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 100;
        display: flex;
        flex-wrap: wrap;
    }

    .ab_menu_wrap .left_menu_icon_wrap {
        width: 6%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        background: rgb(54 54 54 / 80%);
        padding: 50px 10px;
        text-align: center;
        cursor: pointer;
        z-index: 11;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .left_menu_icon_wrap .image_wrap img {
        width: 45px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .left_menu_icon_wrap .ab_nover_icon {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        z-index: 10;
        text-align: center;
        display: flex;
        height: 100%;
        align-items: center;
    }

    .left_menu_icon_wrap .ab_nover_icon img {
        width: 76px;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        -ms-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
    }

    .ab_menu_wrap .left_menu_icon_wrap:hover {
        background: rgb(207 207 207 / 34%);
    }

    .ab_menu_wrap .left_menu_icon_wrap:hover .image_wrap img {
        transform: scale(0.9);
    }

    .ab_menu_wrap .left_menu_icon_wrap:hover .ab_nover_icon img {
        transform: scale(0.8);
    }

    .ab_menu_wrap .right_menu_nav_logo_wrap {
        width: 94%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        display: flex;
        padding: 0px 50px;
        align-items: center;
    }

    .right_menu_nav_logo_wrap .logo_wrap {
        width: 50%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }

    .right_menu_nav_logo_wrap .logo_wrap img {
        width: 100%;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        -ms-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
    }

    .right_menu_nav_logo_wrap .logo_wrap img:hover {
        transform: scale(0.95);
        opacity: 0.8;
    }

    .right_menu_nav_logo_wrap .social_icon_wrap {
        width: 50%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        text-align: right;
    }

    .social_icon_wrap img {
        width: 40px;
        margin-right: 10px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .social_icon_wrap img:hover {
        opacity: 0.8;
    }

    .slider_parent_wrap {
        height: 100%;
    }

    .slider_parent_wrap .image_wrap {
        height: 100%;
        background: url(../images/top_slider_image.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }

    .slider_parent_wrap .image_wrap .content_wrap .gridContainer {
        max-width: 600px;
        min-width: auto;
    }

    .slider_parent_wrap .image_wrap .content_wrap {
        position: absolute;
        width: 100%;
        z-index: 90;
        left: 0px;
        bottom: 50px;
        text-align: center;
        pointer-events: none;
    }

    .slider_parent_wrap .image_wrap .content_wrap .common_header {
        color: white;
        letter-spacing: 0.8em;
        font-size: 20px;
    }

    .line_ver_wrap {
        width: 1px;
        height: 100px;
        background: rgb(115, 116, 108);
        background: linear-gradient(0deg, rgba(115, 116, 108, 1) 0%, rgba(0, 0, 0, 0) 100%);
        padding: 3px;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 30px;
    }

    .home_slider_wrap .image_wrap {
        height: 100%;
        background: url(../images/top_slider_image.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .home_slider_wrap .title_wrap {
        position: absolute;
        left: 0;
        bottom: 200px;
        color: #fff;
        width: 100%;
    }

    .home_slider_wrap .title_wrap .inner_title_wrap .gridContainer {
        max-width: 1700px;
        min-width: auto;
    }

    .home_slider_wrap .title_wrap .inner_title_wrap .slider_inner_head {
        padding-right: 200px;
    }

    .common_header {
        font-size: 70px;
        margin: 0;
        padding: 0;
        padding-bottom: 10px;
        color: white;
        line-height: 1.2em;
        position: relative;
    }

    .common_header span {
        color: #d84809;
        display: inline-block;
    }

    .common_header.border {
        color: #e4b868;
        position: relative;
        padding-bottom: 0px;
    }

    .common_header.border:before {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        height: 10px;
        background-color: #d84809;
        content: '';
    }

    .common_header.border>span {
        background-color: #fff;
        padding: 20px;
        position: relative;
        z-index: 20;
        color: black;
    }

    p {
        padding: 0%;
        margin: 0%;
        padding-bottom: 15px;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        font-family: rli_font;
        font-size: 17px;
    }

    .common_anchor {
        padding: 0%;
        margin: 0%;
        margin-top: 20px;
        margin-bottom: 10px;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        font-size: 30px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        background: rgba(54, 54, 54, 0.986);
        text-transform: uppercase;
        padding: 10px 50px;
        color: white;
        text-decoration: none;
        box-shadow: 6px 3px 0px 2px rgb(204 204 204);
    }

    .common_anchor:hover {
        background: rgba(255, 255, 255, 0.8);
        color: rgb(46, 46, 46);
        text-decoration: none;
        text-shadow: 0.05em 0 0 rgba(139, 112, 112, 0.75), -0.025em -0.05em 0 rgba(121, 121, 121, 0.75), 0.025em 0.05em 0 rgba(179, 179, 179, 0.75);
        box-shadow: -3px 2px 0px 2px rgb(216 72 9);
    }

    .common_anchor::before {
        position: absolute;
        content: '';
        left: 0px;
        top: -7%;
        width: 20px;
        height: 115%;
        background: #d84809;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .common_anchor:hover::before {
        left: 100%;
        background: rgb(46, 46, 46);
    }

    .header_sub_title .common_header {
        font-size: 30px;
    }

    /*pagination*/
    .home_slider_wrap .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        font-size: 0px;
        color: #231f20;
        opacity: 1;
        background: #ffffff;
    }

    .home_slider_wrap .swiper-pagination-bullet-active {
        color: #231f20;
        background: #d7490b;
    }

    .home_slider_wrap .swiper-pagination {
        text-align: right;
        padding-right: 30px;
        bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: end;
    }

    .game_home_list_section {
        padding-top: 100px;
        overflow-x: hidden;
    }

    .game_home_list_section .gridContainer {
        max-width: 1550px;
        min-width: auto;
    }

    .game_list_ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        padding-top: 150px;
        margin-left: 0px;
        padding-right: 20px;
    }

    .game_list_ul li {
        width: 31.33%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        margin-right: 3%;
    }

    .game_list_ul li:nth-child(3n+0) {
        margin-right: 0px;
    }

    .game_list_ul li .image_wrap img {
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        box-shadow: 5px 2px 8px 2px #766f6fb5;
    }

    .game_list_ul li .desc_wrap {
        padding-top: 20px;
    }

    .game_list_ul li .desc_wrap .title_wrap .common_header {
        font-size: 23px;
        color: black;
    }

    .game_list_ul li .desc_wrap .details_wrap p {
        color: rgb(148, 143, 143);
    }

    .game_list_ul li:hover .image_wrap img {
        box-shadow: 3px 4px 14px 8px #837f7fb5;
    }

    .ab_back_red_wrap {
        position: absolute;
        content: '';
        background: #d7490b;
        width: 85%;
        height: 35%;
        top: 25%;
        left: 0%;
        z-index: 0;
    }

    .game_list_ul .swiper-slide li {
        width: 100%;
    }

    .prod_arrow_left {
        position: absolute;
        left: 70px;
        top: 53%;
        z-index: 10;
        width: 50px;
        cursor: pointer;
    }

    .prod_arrow_right {
        position: absolute;
        left: 70px;
        top: 62%;
        z-index: 10;
        width: 50px;
        cursor: pointer;
    }

    .home_about_section {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .home_about_section .gridContainer {
        max-width: 1550px;
        min-width: auto;
    }

    .home_about_section .about_overview_wrap {
        padding-top: 25px;
    }

    .about_overview_wrap .left_image_wrap .image_wrap img {
        width: 100%;
    }

    .about_overview_wrap .left_image_wrap {
        padding-right: 75px;
    }

    .about_overview_wrap .right_about_details_wrap {
        padding-left: 0px;
    }

    .right_about_details_wrap .common_header {
        color: black;
        font-size: 40px;
    }

    .right_about_details_wrap p {
        font-size: 20px;
        color: #aaaaaa;
        font-family: rmi_font;
    }

    .news_section {
        padding-top: 100px;
        padding-bottom: 50px;
        background: #1a1a1a;
        ;
    }

    .news_section .gridContainer {
        max-width: 1550px;
        min-width: auto;
    }

    .common_header.border.dark>span {
        color: white;
        background: #1a1a1a;
    }

    .news_gallery_section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .news_gallery_section .image_wrap {
        background: url(../images/news_glitch.png) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .news_gallery_section .title_wrap {
        padding: 80px 100px;
    }

    .news_gallery_section .title_wrap p {
        color: white;
        font-family: rmi_font;
    }

    .ab_black_shadow {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        right: 0px;
        background: rgb(0 0 0 / 67%);
        height: 100%;
    }

    .news_arrow_left {
        position: absolute;
        right: 50px;
        bottom: 7%;
        z-index: 10;
        width: 50px;
        cursor: pointer;
    }

    .news_arrow_right {
        position: absolute;
        right: 0px;
        bottom: 7%;
        z-index: 10;
        width: 50px;
        cursor: pointer;
    }

    .footer_wrap {
        padding-bottom: 20px;
        background: #1a1a1a;
    }

    .footer_wrap .gridContainer {
        max-width: 1550px;
    }

    .footer_wrap .inner_footer_wrap {
        padding-top: 50px;
        padding-bottom: 50px;
        border-top: 3px solid rgb(66 57 57 / 50%);
    }

    .footer_wrap .logo_footer_wrap {
        width: 35%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding-right: 50px;
        text-align: left;
    }

    .footer_wrap .logo_footer_wrap p {
        color: white;
    }

    .logo_footer_wrap .image_wrap img {
        width: 200px;
        padding-bottom: 30px;
    }

    .footer_wrap .links_wrap {
        width: 65%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 20px;
        float: left;
        display: flex;
        flex-wrap: wrap;
    }

    .footer_wrap .links_wrap ul {
        width: 33%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding-right: 20px;
        margin: 0;
        padding: 0;
        padding-top: 20px;
    }

    .footer_wrap .links_wrap ul>li {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 30px;
        color: #e14709;
        text-transform: uppercase;
    }

    .footer_wrap .links_wrap ul li a {
        color: rgb(255, 255, 255);
        font-size: 13px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        position: relative;
        z-index: 10;
        padding: 5px 2px;
    }

    .footer_wrap .links_wrap ul li a:hover {
        color: rgb(0, 0, 0);
        text-decoration: none;
    }

    .footer_wrap .links_wrap ul li:not(.social_media) a::before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        width: 0%;
        height: 100%;
        background: rgb(255, 255, 255);
        display: inline-block;
        z-index: -1;
    }

    .footer_wrap .links_wrap ul li a:hover::before {
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .footer_wrap .links_wrap ul>ul {
        width: 100%;
    }

    .footer_wrap .links_wrap ul li.social_media {
        padding-top: 10px;
    }

    .footer_wrap .links_wrap ul li.social_media a {
        position: relative;
        padding-right: 5px;
    }

    .footer_wrap .links_wrap ul li.social_media img {
        width: 25px;
    }

    /*****/
    /***menu cart**/
    .menu_blank_wrap {
        position: fixed;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        z-index: 1001;
        background-color: rgb(0 0 0 / 69%);
        display: none;
        background: rgba(19, 18, 18, 0.2);
        backdrop-filter: blur(8px);
    }

    .menu_side_cart_wrap {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1100;
        background: rgb(0 0 0 / 62%);
        /*background: linear-gradient(163deg, #000000e8 0%, #f39292 103%);*/
        background-size: 400% 400%;
        -webkit-animation: AnimationName 10s ease infinite;
        -moz-animation: AnimationName 10s ease infinite;
        animation: AnimationName 10s ease infinite;
        overflow-x: auto;
        display: block;
        transform: translateX(-105%);
        transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.26s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.56s;
    }

    .menu_side_cart_wrap.active {
        transform: translateX(0%);
    }

    .menu_side_cart_wrap .inner_wrap {
        padding: 0px;
        overflow-x: hidden;
    }

    .menu_side_cart_wrap .clos_btn {
        position: absolute;
        right: -30px;
        top: 42px;
        z-index: 100;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .menu_side_cart_wrap.active .clos_btn {
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        right: 35px;
        background: #d6d0d0;
        padding: 3px;
        border-radius: 5px;
    }

    .menu_side_cart_wrap.active .clos_btn:hover {
        background: #ffffff;
    }

    .menu_side_cart_wrap .clos_btn img {
        width: 28px;
    }

    .menu_side_cart_wrap .menu_logo_wrap {
        padding: 30px;
        transform: translatex(-100px);
        -webkit-transition: all 1.5s ease-in-out;
        -moz-transition: all 1.5s ease-in-out;
        -o-transition: all 1.5s ease-in-out;
        -ms-transition: all 1.5s ease-in-out;
        transition: all 1.5s ease-in-out;
    }

    .menu_side_cart_wrap .menu_logo_wrap::before {
        position: absolute;
        width: 0%;
        background-color: #fff;
        opacity: 0.3;
        height: 4px;
        top: 50%;
        z-index: 99;
        content: '';
        -webkit-transition: all 3s ease-in-out;
        -moz-transition: all 3s ease-in-out;
        -o-transition: all 3s ease-in-out;
        -ms-transition: all 3s ease-in-out;
        transition: all 3s ease-in-out;
        background: linear-gradient(270deg, #ff6174 0%, #ffffff 103%);
        background-size: 400% 400%;
        -webkit-animation: AnimationName 3s ease infinite;
        -moz-animation: AnimationName 3s ease infinite;
        animation: AnimationName 3s ease infinite;
    }

    .menu_side_cart_wrap.active .menu_logo_wrap::before {
        width: 100%;
    }

    .menu_side_cart_wrap .menu_logo_wrap img {
        width: 60px;
        z-index: 100;
        position: relative;
        border-radius: 5px;
    }

    .menu_side_cart_wrap.active .menu_logo_wrap {
        transform: translatex(-0px);
    }

    .sh_menu_wrap {
        transform: translateY(-90px);
        opacity: 0;
        -webkit-transition: all 1.5s ease-in-out;
        -moz-transition: all 1.5s ease-in-out;
        -o-transition: all 1.5s ease-in-out;
        -ms-transition: all 1.5s ease-in-out;
        transition: all 1.5s ease-in-out;
        background-position: 100% 230%;
        background-size: 1000% 100%;
    }

    .menu_side_cart_wrap.active .sh_menu_wrap {
        transform: translateY(0px);
        opacity: 1;
        background-position: 100% 0;
        background-size: 100% 100%;
    }

    .slide_menu_ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        padding-left: 100px;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .slide_menu_ul li {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0px;
        margin: 0%;
        font-size: 55px;
        text-transform: capitalize;
        padding: 5px 0px;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .slide_menu_ul li:hover {
        padding-left: 20px;
    }

    .slide_menu_ul li a {
        color: #fff;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .slide_menu_ul:hover li a {
        color: gray;
    }

    .slide_menu_ul li a:hover {
        color: white;
    }

    .home_overview_wrap {
        height: 100%;
        overflow: hidden;
    }

    .home_overview_wrap .svg_wrap svg {
        width: 100%;
        height: 100%;
    }

    /****/
    /**contact us***/
    .contact_map_wrap {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .contact_inner_header_wrap {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .top_contact_wrap {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .top_contact_wrap .gridContainer {
        max-width: 1600px;
        min-width: auto;
    }

    .text_form {
        position: relative;
        width: 100%;
        border: 0px;
        border-bottom: 2px solid black;
        background: transparent;
        box-shadow: none;
        padding: 15px;
    }

    .section_text_wrap .half_wrap.f_left {
        padding-right: 15px;
    }

    .section_text_wrap .half_wrap.f_right {
        padding-left: 15px;
    }

    .top_contact_wrap .right_contact_wrap {
        padding-left: 60px;
    }

    .section_add_wrap .head_address_wrap .common_header {
        font-size: 25px;
        color: black;
        line-height: 1.4em;
    }

    .right_contact_wrap .section_add_wrap {
        padding-bottom: 20px;
    }

    .logo b {
        font-size: 170px;
    }

    /****/
    /***game list***/
    .list_game_list_ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        padding-top: 50px;
        margin-left: 0px;
        padding-right: 20px;
    }

    .list_game_list_ul li {
        width: 31.33%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        margin-right: 3%;
        padding-bottom: 50px;
    }

    .list_game_list_ul li:nth-child(3n+0) {
        margin-right: 0px;
    }

    .list_game_list_ul li .image_wrap img {
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        box-shadow: 5px 2px 8px 2px #766f6fb5;
    }

    .list_game_list_ul li .desc_wrap {
        padding-top: 20px;
    }

    .list_game_list_ul li .desc_wrap .title_wrap .common_header {
        font-size: 23px;
        color: black;
    }

    .list_game_list_ul li .desc_wrap .details_wrap p {
        color: rgb(148, 143, 143);
        min-height: 159px;
    }

    .list_game_list_ul li:hover .image_wrap img {
        box-shadow: 3px 4px 14px 8px #837f7fb5;
    }

    /****/
    /**sub_wrap**/
    .sub_wrap {
        padding-top: 20px;
    }

    .sub_wrap .common_header {
        font-size: 23px;
        color: #d84809;
    }

    .sub_wrap .in_wrap {
        width: 100%;
        position: relative;
        display: inline-block;
        padding: 0%;
        margin: 0%;
        padding: 15px;
        background: transparent;
        border: 0px;
        border: 1px solid gray;
        color: white;
        border-radius: 5px;
    }

    .sub_wrap .common_anchor {
        margin-top: 0px;
        margin-left: 20px;
        padding: 5px 50px;
    }

    /****/
    /**term condition**/

    .term-section-wrap .innerterm_section {
        padding-top: 160px;
        padding-bottom: 40px;
        text-align: center;
        background: url(../images/term.jpg) center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }

    .dec_term_wrap {
        background: #1a1a1a;

    }

    .dec_term_wrap .gridContainer {
        max-width: 1250px;
    }

    .dec_term_wrap .inner_dec_term_wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .dec_term_wrap p {
        display: block;
        float: none;
        color: white;
    }

    .dec_term_wrap ul li {
        font-family: rli_font;
        font-size: 17px;
    }

    .dec_term_wrap h2,
    .dec_term_wrap h3,
    .dec_term_wrap ul li,
    .dec_term_wrap a {
        color: white;
    }

    /****/
    /***about us**/

    .innerterm_section .gridContainer {

        max-width: 1250px;
        min-width: auto;

    }

    .innre_about_paragraph {

        color: #b7aaaa;
        /* padding-left: 100px;
                padding-right: 100px; */
        font-family: 'rmi_font';

    }

    .innerterm_section .out_inner_top_about {
        display: flex !important;
        align-items: center;
        flex-wrap: wrap;
    }

    .out_inner_top_about .image_wrap img {
        width: 350px;
    }

    .nav_about_wrap {
        background: #020816;
    }

    .nav_about_wrap .gridContainer {
        max-width: 1250px;
        min-width: auto;
    }

    .use_ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0px;
        margin: 0px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 40px 0px;
    }

    .use_ul li {

        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: none;
        padding: 0px;
        margin: 0px;
        text-align: center;
        margin-right: 100px;
    }

    .use_ul li:nth-last-child(1) {
        margin-right: 0px;
    }

    .use_ul li .image_wrap img {
        width: 70px;
    }

    .our_about_story_wrap {
        padding-top: 100px;
        padding-bottom: 150px;
        background-color: #1a1a1a;
    }

    .our_about_story_wrap .gridContainer {
        max-width: 1350px;
        min-width: auto;
    }

    .our_about_story_wrap .inner_our_about_story_wrap {
        border-radius: 20px;
        background-color: #2c2c2c;
        padding-top: 80px;
        padding-bottom: 70px;
        border: 10px solid #d9232d;

    }

    .inner_our_about_story_wrap .right_side_wrap {
        width: 57%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: right;
        padding: 0px 20px;
    }

    .inner_our_about_story_wrap .right_side_wrap p {
        color: white;
    }

    .inner_our_about_story_wrap .ab_left_side_wrap {
        position: absolute;
        left: 15px;
        top: 0px;
        width: 40%;
    }

    .what_we_do_wrap {
        background: #1a1a1a;
        padding-top: 5px;
        padding-bottom: 100px;
    }

    .what_we_do_wrap .gridContainer {
        max-width: 1350px;
        min-width: auto;
    }

    .what_we_do_wrap .inner_what_we_do_wrap {
        border-radius: 20px;
        background: #2c2c2c;
        padding: 50px;
        border: 10px solid #d9232d;
    }

    .what_we_ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0px;
        margin: 0px;
    }

    .what_we_ul li {
        width: 31.33%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0px;
        margin: 0px;
        margin-right: 3%;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .what_we_ul li:nth-child(3n+0) {
        margin-right: 0px;
    }

    .what_we_ul li .icon_wrap img {
        width: 35px;
    }

    .what_we_ul li .head_wrap {
        padding-top: 15px;
    }

    .what_we_ul li .head_wrap .common_header {
        font-size: 25px;
        text-transform: uppercase;
    }

    .what_we_ul li .head_wrap p {

        color: white;

    }

    .what_we_do_wrap .title_what_do_wrap {
        padding-top: 10px;
        padding-bottom: 39px;
    }

    .what_we_do_wrap .title_what_do_wrap p {
        color: white;
        float: none;
    }

    /******/
    /**Our Services**/
    .what_we_do_wrap.our_services_wrap {
        padding-top: 70px;
    }

    .ab_service_side_image {
        position: absolute;
        width: 200px;
    }

    .how_we_work_wrap {
        background: #1a1a1a;
        padding-bottom: 100px;
    }

    .how_we_work_wrap .gridContainer {
        max-width: 1050px;
        min-width: auto;
    }

    .step_work_ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0px;
        margin: 0px;
        padding: 0px 50px;
    }

    .step_work_ul li {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0px;
        margin: 0px;
        border-radius: 10px;
        padding: 20px 30px;
        border: 4px solid #d9232d;
        margin-top: 20px;
        margin-bottom: 20px;
        background: #2c2c2c;
    }

    .step_work_ul li .title_wrap .common_header {
        font-size: 20px;
    }

    .step_work_ul li .title_wrap p {
        color: white;
        margin: 0px;
        padding: 0px;
    }

    /*****/
    /***home new**/
    .mb_wrap {
        display: none !important;
    }

    .ab_menu_wrap {
        padding: 10px 0px;
    }

    .ab_menu_wrap .right_menu_nav_logo_wrap {
        width: 100%;
    }

    .right_menu_nav_logo_wrap .logo_wrap {
        width: 13%;
    }

    .right_menu_nav_logo_wrap .new_menu_list_wrap {
        width: 87%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }

    .nav_menu_ul {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0px;
        margin: 0px;
        text-align: right;

    }

    .nav_menu_ul li {
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: none;
        padding: 0px;
        margin: 0px;
        margin-right: 40px;
        font-size: 20px;
    }

    .nav_menu_ul li:nth-last-child(1) {
        margin-right: 0px;
    }

    .nav_menu_ul li a {
        position: relative;
        color: white;
    }

    .nav_menu_ul li a:hover {
        text-decoration: none;
    }

    .top_new_slider_wrap {


        background: url(../images/top_new_back.png) top no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }

    .top_new_slider_wrap .gridContainer {
        max-width: 1600px;
        min-width: auto;
    }

    .top_new_slider_wrap .inner_new_silder_wrap {
        width: 55%;
        padding-top: 280px;
        padding-bottom: 90px;

    }

    .common_header.sm_header {
        font-size: 50px;
    }

    .inner_new_silder_wrap .icons_banner_wrap {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .inner_new_silder_wrap .icons_banner_wrap img {
        width: 70px;
        margin-right: 20px;
    }

    .inner_new_silder_wrap p {
        color: white;
        padding-right: 140px;
    }

    .ab_right_top_slider {
        position: absolute;
        right: 0px;
        bottom: 0px;
        z-index: 10;
        width: 600px;
    }

    .slider_wrap_left img {
        opacity: 0;
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        -ms-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
        width: auto;

    }

    .slider_wrap_left .other {
        position: absolute;
        top: 0;
        left: 0;
    }

    .slider_wrap_left .active {
        opacity: 1;
    }

    .our_games_new_wrap {
        background: rgb(2, 8, 22);
        background: linear-gradient(0deg, rgba(2, 8, 22, 1) 0%, rgba(2, 32, 51, 1) 100%);
        padding: 137px 0px;
        padding-bottom: 30px;
    }

    .our_games_new_wrap .gridContainer {
        max-width: 1400px;
        min-width: auto;
    }

    .outer_slider_wrap {
        padding-top: 50px;
    }

    .outer_slider_wrap .swiper-slide {

        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 200ms linear;
        transform: scale(0.7);
        /* opacity: 0.2; */
        padding-bottom: 20px;
    }

    .outer_slider_wrap .swiper-slide.swiper-slide-active {
        transform: scale(1);
        opacity: 1;

    }

    .outer_slider_wrap .swiper-slide.swiper-slide-prev {
        transform: scale(0.8);
    }

    .outer_slider_wrap .swiper-slide.swiper-slide-next {
        transform: scale(0.8);
    }

    .outer_slider_wrap .ab_name_slider_wrap {

        position: absolute;
        bottom: 10px;
        left: 0px;
        z-index: 1000;
        width: 100%;

        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;

    }

    .outer_slider_wrap .ab_name_slider_wrap p {
        padding-bottom: 0px;
        margin: 0px;
        line-height: 1.2;
        float: none;
        font-size: 26px;
        color: white;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        opacity: 0;
    }

    .outer_slider_wrap .swiper-slide.swiper-slide-active .ab_name_slider_wrap {


        bottom: 0px;
        background: linear-gradient(180deg, rgba(2, 8, 22, 1) 0%, rgba(2, 32, 51, 1) 100%);
    }

    .outer_slider_wrap .swiper-slide.swiper-slide-active .ab_name_slider_wrap p {
        opacity: 1;


    }

    .what_we_do_wrap.our_services_wrap {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .home_about_section .about_overview_wrap {
        padding-top: 55px;
    }

    .home_about_section {
        padding-top: 50px;

    }

    .right_about_details_wrap .common_header {
        color: white;
    }

    .artoon_workflow-sec {
        display: flex;
        flex-direction: column;
        padding: 80px 0 60px;
        position: relative;
    }

    .artoon_workflow-sec .artoon_workflow-sec-top {
        padding-bottom: 53px !important;
    }

    .artoon_workflow-sec .artoon_workflow-sec-wpr {
        display: flex;
        justify-content: space-between;
        padding: 0 100px;
    }

    .work_flow_wrap .gridContainer {
        max-width: 1240px;
        min-width: auto;
    }

    .artoon_workflow-sec-wpr .artoon_workflow-step {
        max-width: 250px;
        border: 4px solid gray;
        border-radius: 8px;
        padding: 40px 24px 10px;
        position: relative;
        background: #020a18;
        text-align: center;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .artoon_workflow-sec-wpr .artoon_workflow-img {
        border: 3px solid gray;
        border-radius: 50%;
        width: 70px;
        background: #020a18;
        height: 70px;
        margin: 0 auto;
        padding: 10px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -35px;
    }

    .artoon_workflow-sec-wpr .artoon_workflow-img svg {
        width: 40px;
        height: 45px;
        margin: 0 auto;

    }

    .artoon_workflow-sec-wpr .artoon_workflow-step h4 {
        color: #ffffff;
    }

    .artoon_workflow-step .artoon_workflow-step-inner::after {
        content: '';
        width: 20px;
        height: 20px;
        background: #020d1c;
        left: 50%;
        border: 4px solid gray;
        position: absolute;
        transform: translateX(-50%) rotate(45deg);
        border-left-color: transparent;
        border-top-color: transparent;
        bottom: -10px;
    }

    .artoon_workflow-step .artoon_workflow-step-line {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 50px;
        background: gray;
        bottom: -61px;
    }

    .artoon_workflow-step .artoon_workflow-step-line::after {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 12px;
        height: 12px;
        border: 2px solid white;
        border-radius: 50%;
        bottom: -10px;
        background: #d84809;
    }

    .artoon_workflow-sec .artoon_workflow-animate-img svg {
        width: 100%;
    }

    .artoon_workflow-sec .artoon_workflow-sec-bottom {
        flex-direction: row-reverse;
        padding-top: 53px !important;
    }

    .artoon_workflow-sec-bottom .artoon_workflow-step {
        padding: 10px 24px 40px;
    }

    .artoon_workflow-sec-bottom .artoon_workflow-img {
        top: auto;
        bottom: -35px;
    }

    .artoon_workflow-sec-bottom .artoon_workflow-step-line {
        top: -61px;
    }

    .artoon_workflow-sec-bottom .artoon_workflow-step-line::after {
        top: -10px;
    }

    .artoon_workflow-sec-bottom .artoon_workflow-step-inner::after {
        top: -10px;
        transform: translateX(-50%) rotate(-135deg);
    }

    .ab_center_text {
        position: absolute;
        left: 0px;
        width: 100%;
        top: 0px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .ab_center_text .common_header {
        font-size: 30px;
    }

    .our_mission_vission_section {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .our_mission_vission_section .our_mission_vission_wrap {
        padding-bottom: 0px;
    }

    .our_mission_vission_wrap .image_title_wrap img {
        width: 75%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .our_mission_vission_wrap .inner_mission_vission_wrap {
        display: flex;
        align-items: center;
        flex-wrap: wrap;

    }


    .our_mission_vission_wrap .inner_mission_vission_wrap .image_warp img {

        width: 340px;

    }

    .our_mission_vission_section .our_mission_vission_wrap:nth-child(even) .inner_mission_vission_wrap {
        flex-direction: row-reverse;
    }

    .our_mission_vission_section .gridContainer {
        max-width: 1250px;
        min-width: auto;
    }

    .our_mission_vission_section .inner_our_mission_vission_wrap {
        border: 3px dashed #a59091;
        border-radius: 5px;
        padding: 20px 0px;
    }

    .our_mission_vission_wrap .inner_mission_vission_wrap .f_left.details_wrap {

        padding-left: 100px;

    }

    .our_mission_vission_wrap .inner_mission_vission_wrap .f_right.details_wrap {

        padding-right: 100px;

    }

    .our_mission_vission_wrap .inner_mission_vission_wrap .details_wrap {

        color: white
    }

    .our_mission_vission_section {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    /*****/
    /**contact us**/
    .contact_top_image_wrap .top_text-wrap {
        position: absolute;
        z-index: 10;
        left: 0px;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        top: 0px;
        padding-top: 84px;
    }

    .contact_overview_section {
        padding-top: 100px;
        padding-bottom: 20px;
    }

    .contact_overview_section .gridContainer {
        max-width: 1770px;
        min-width: auto;
    }

    .contact_overview_section .contact_image_wrap {
        padding-right: 20px;
        text-align: center;
    }

    .contact_overview_section .contact_image_wrap img {
        width: 500px;
    }

    .form_wrap .half_wrap.f_left {

        padding-right: 10px;

    }

    .form_wrap .half_wrap.f_right {

        padding-left: 10px;

    }

    .contact_top_section .gridContainer {
        width: 100%;
        min-width: auto;
    }

    .text_input {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        border: 0px;
        color: wheat;
        background: #213341;
        padding: 10px 10px;

        border-radius: 10px;
        font-size: 20px;
    }

    .form_text {
        margin-bottom: 20px;
    }

    .top_contact_wrap .left_contact_wrap {
        padding-left: 50px;
        padding-right: 50px;
    }

    .top_contact_wrap .right_contact_wrap {
        padding: 40px;
    }

    .top_contact_wrap .right_contact_wrap {
        background-color: #213341;
        border-radius: 10px;
    }

    .address_details_wrap p {
        color: white;
    }

    .top_contact_wrap .ty_head_wrap {
        padding-bottom: 50px;
    }

    .d-f {
        display: flex !important;
    }

    .d-f-c {
        display: flex !important;
        align-items: center;
    }

    .address_details_wrap .contact_details-icon {
        padding-left: 20px;
    }

    .address_details_wrap .icon_wrap {
        padding-top: 10px;
    }

    /****/
    /****new our game***/
    .game_list_new_wrap {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .game_list_new_wrap .gridContainer {
        max-width: 1150px;
    }

    .out_box_mok_game_wrap img {
        width: 100%;
    }

    .out_box_mok_game_wrap .left_side_game_wrap {
        padding-right: 5px;
        padding-bottom: 5px;
    }

    .out_box_mok_game_wrap .right_side_game_wrap {
        padding-left: 5px;
        padding-bottom: 5px;
    }

    .out_box_mok_game_wrap:nth-child(even) .right_side_game_wrap {
        padding-top: 5px;
        padding-bottom: 0px;
    }

    .out_box_mok_game_wrap:nth-child(even) .left_side_game_wrap {
        padding-top: 5px;
        padding-bottom: 0px;
    }

    .left_side_game_wrap .artoon_product-detail:nth-child(even) {

        padding-top: 10px;

    }

    .right_side_game_wrap .artoon_product-detail:nth-child(even) {

        padding-top: 10px;

    }

    /*****/
    /**services list**/
    .services_list_section {
        padding-bottom: 100px;
    }

    .services_left_right_section {
        padding-top: 50px;

    }

    .services_left_right_section .gridContainer {
        max-width: 1700px;
        min-width: auto;
    }

    .services_left_right_section .inner_left_right_section {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .services_left_right_section .inner_left_right_section .left_details_wrap.f_left {
        padding-right: 20px;
    }

    .services_left_right_section .inner_left_right_section .left_details_wrap.f_right {
        padding-left: 20px;
    }

    .services_left_right_section .inner_left_right_section .left_details_wrap .common_header {
        font-style: italic;
    }

    .services_left_right_section .inner_left_right_section .right_image_wrap.f_right {
        text-align: right;
    }

    .services_left_right_section .inner_left_right_section .right_image_wrap img {
        width: 700px;
    }

    .services_list_section .services_left_right_section:nth-child(even) .inner_left_right_section {
        flex-direction: row-reverse;

    }

    .services_left_right_section .inner_left_right_section .right_image_wrap.f_left {
        text-align: left;
    }

    .left_details_wrap p {
        color: #b7aaaa;
    }

    /****/
    /***metaverse**/

    .top-slider-wrap-meta .inner-slide-bg-wrap {
        background: url(../images/meta-top-image.png) no-repeat top;
        background-size: cover;
        padding: 300px 0px;
        padding-bottom: 50px;
        margin-bottom: 30px;
        display: inline-block;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        box-shadow: 0px -3px 20px 0px #4a80ff;
        animation-name: earth;
        animation-duration: 10s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;

    }



    .top-slider-wrap-meta .inner-slide-bg-wrap .content_wrap {
        position: relative;
        z-index: 100;
    }

    .top-slider-wrap-meta .inner-slide-bg-wrap::after {
        height: 100%;
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 0;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        background-color: rgba(0, 0, 0, 0.3764705882);

    }

    .top-slider-wrap-meta .inner-slide-bg-wrap .common-header {
        color: white;
    }

    .top-slider-wrap-meta .inner-slide-bg-wrap p {
        color: white;
    }

    .meta-left-right-section .right_about_details_wrap {
        padding-left: 100px;
    }

    .meta-anchor {
        border: 3px solid white;
        color: white;
        text-transform: uppercase;
        font-size: 23px;
        padding: 10px 30px;
        display: inline-block;
        border-radius: 30px;
        font-family: rmi_font;
        transition: all 0.3s ease-in-out;

    }

    .meta-anchor:hover {
        color: #d6d0d0;
        border-color: #d6d0d0;
        text-decoration: none;
    }

    .share-wrap img {
        width: 40px;

    }

    .share-wrap a {
        margin-right: 10px;
    }

    .share-wrap a:nth-last-child(1) {
        margin-right: 0px;
    }

    .videoplay-wrap {
        text-align: center;
        padding-bottom: 100px;
    }

    .videoplay-wrap img {
        border: 5px solid #707070;
        border-radius: 20px;
        cursor: pointer;
    }

    .ab-bg-shade-wrap {
        position: absolute;
        left: 0px;
        z-index: 0;
    }

    .designed-environment-wrap {
        padding-bottom: 70px;
    }

    .designed-environment-wrap .gridContainer {
        max-width: 800px;
        min-width: auto;
        text-align: center;
    }

    .designed-environment-wrap .common_header {
        font-size: 40px;
    }

    .image_slide-wrap {
        text-align: center;
        padding-bottom: 100px;
    }

    .image_slide-wrap .gridContainer {
        max-width: 900px;
    }

    .image_slide-wrap img {
        border-radius: 20px;
        width: 100%;

    }

    .image_slide-wrap .half_wrap {
        padding: 10px;
    }

    /*****/
}

@keyframes earth {
    0% {
        box-shadow: 0px -3px 20px 0px #0953ff;

    }

    50% {
        box-shadow: 2px -3px 20px 0px #7f8480;
    }

    75% {
        box-shadow: 2px -3px 20px 0px #427bff;

    }

    100% {
        box-shadow: 0px -3px 20px 0px #0953ff;

    }
}

.white {
    color: white !important;
}

.padding_20 {
    padding: 20px !important;
}

.padding_10 {
    padding: 10px !important;
}

.padding_30 {
    padding: 30px !important;
}

.no_padding {
    padding: 0 !important
}

.f_left {
    float: left
}

.f_right {
    float: right
}

.full_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.half_wrap {
    width: 50%;
    display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#map {
    width: 100%;
    height: 321px;
    margin-top: 20px;
    margin-bottom: 20px;
}

body {
    font-family: rmi_font;
}

.fullscreen-bg-video {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.contact_map_wrap {
    background: #1a1a1a;
}

.contact_map_wrap .map_head {
    padding: 10px;
    padding-bottom: 5px;
    background: transparent;
    border: 4px solid rgb(216 72 9);
}

.is-sticky {
    top: 0px !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000;
    position: fixed !important;
    background: #020816;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.is-sticky .menu_logo_wrap img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ab_menu_wrap.hide {
    transform: translateY(-100%);
}

/***logo***/

.logo {
    text-align: center;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    user-select: none;
}

.logo b {
    color: #fee;
    text-shadow: 0px 1px 0px, 0 0 2px, 0 0 1em #fee, 0 0 0.2em #1c4360, 0 0 0.1em #382b42, 0px -1px 0px #f6fff3;
}

.logo b span {
    animation: blink linear infinite 2s;
}

.logo b span:nth-of-type(2) {
    animation: blink linear infinite 1s;
}

@keyframes blink {
    78% {
        color: inherit;
        text-shadow: inherit;
    }

    79% {
        color: #333;
    }

    80% {
        text-shadow: none;
    }

    81% {
        color: inherit;
        text-shadow: inherit;
    }

    82% {
        color: #333;
        text-shadow: none;
    }

    83% {
        color: inherit;
        text-shadow: inherit;
    }

    92% {
        color: #333;
        text-shadow: none;
    }

    92.5% {
        color: inherit;
        text-shadow: inherit;
    }
}

/*****/

.map {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.footer_wrap .links_wrap ul li.social_media a {
    color: white;
}

#button {
    display: inline-block;
    background-color: #d84809;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
}

#button::after {
    content: "↑";
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;

}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}


.our_mission_vission_section .inner_our_mission_vission_wrap {

    background: #030E19;
}

.artoon_workflow-sec-wpr .artoon_workflow-step h4 {

    text-transform: capitalize;
}

.footer_wrap {
    border-top: 3px solid red;
    background: linear-gradient(0deg, rgba(2, 8, 22, 1) 0%, rgba(2, 32, 51, 1) 100%);
}

.step_work_ul li {
    background: #030e19;
}

.what_we_do_wrap .inner_what_we_do_wrap {
    background: #030e19;
}

.our_about_story_wrap .inner_our_about_story_wrap {
    background: #030e19;
}

.nav_menu_ul li a {
    position: relative;
    color: white;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nav_menu_ul li a:hover {
    text-decoration: none;
    opacity: 0.8;
    color: #D84809;
}

.nav_menu_ul li:nth-last-child(1) {
    border: 2px solid gray;

    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nav_menu_ul li:nth-last-child(1) a {
    padding: 10px;
    display: inline-block;
}

.nav_menu_ul li:hover:nth-last-child(1) {
    background: white;
}

.nav_menu_ul li:hover:nth-last-child(1) a {
    color: red;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: linear-gradient(357deg, rgb(2 71 73) 27%, rgb(36 32 66) 100%);
}

::-webkit-scrollbar-thumb {

    background: linear-gradient(266deg, rgb(155 6 6) 27%, rgb(178 0 0) 100%);
    border-radius: 100px;
}

body {

    background: linear-gradient(0deg, rgba(2, 8, 22, 1) 0%, rgba(2, 8, 22, 1) 100%);
    padding-top: 0px;

}

.home_about_section.about-new-section {

    padding: 0px;

}

.home_about_section.about-new-section img {
    width: 100%;
}

.about-new-section .about_overview_wrap {
    padding: 0px;
}

.about-new-section .about_overview_wrap .left_image_wrap {
    padding: 0px;
}

.nav_menu_ul li a {
    text-decoration: none;
}

.bg-dark-new {
    background: url(../images/bg-dark-new.png) no-repeat top;
    background-size: cover;
}

iframe {
    border: 2px solid grey;
    border-radius: 20px;
}

.top-slider-wrap-meta .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 0px;
    color: #231f20;
    opacity: 1;
    background: #bdaeae;
}

.top-slider-wrap-meta .swiper-pagination-bullet-active {
    color: #231f20;
    background: linear-gradient(13deg, rgba(40, 60, 95, 1) 27%, rgb(56 152 239) 100%);
}

.top-slider-wrap-meta .swiper-pagination {

    text-align: right;
    padding-right: 150px;
    bottom: 50px;

}

.ab-lot-wrap {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    width: 100%;
    opacity: 0.3;
}
.text-shadow-wrap{
    text-shadow: 6px 8px 12px black;
}
.ab-plane-wrap{
    position: absolute;
    left: 0px;
    top: 100px;
    width: 100%;
    z-index: 0;
}
.home_about_section{
    overflow: hidden !important;
}
.use_ul li .image_wrap img{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.use_ul li .image_wrap img:hover {
    opacity: 0.4;
}
.outer-border-wrap{
    border: 2px solid #f3ebeb;
    border-radius: 10px;
}
.text-white{
    color: white;
}
.inner_slider-projects-wrap .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 20px;
    font-size: 0px;
    color: #231f20;
    opacity: 1;
    background: #231f20;
}
.inner_slider-projects-wrap .swiper-pagination-bullet-active {
    color: #231f20;
    background: hsl(3deg, 88%, 53%);
}
.inner_slider-projects-wrap .swiper-pagination {
    bottom: 20px;
}