
/***********  Default-CSS  ***********/
@font-face {
    font-family:helveticaNeue_lightItalic;
    src: url('../fonts/HelveticaNeue-LightItalic.otf');
}

body {
	margin: 0;
	line-height: 1.5;
	color: #5A5A5A;
	font-size: 16px;
	font-weight: 400;
	overflow-x: hidden;
    font-family: 'Red Hat Display', sans-serif;
}
:root {
    scroll-behavior: unset;
}

/* -- Scrollbar -- */
/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #202039; 
  background: #131313; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: linear-gradient(#0DD0BA  0%,#2A86E5 70%); 
  border-radius: 10px;
  border: 2px solid #131313;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(#0DD0BA  0%,#2A86E5 70%);
}

/***********  CSS  ***********/
.anim{
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
	text-decoration: none;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

a,
span,
a:hover,
a:active,
button {
	text-decoration: none;
}
a{
    font-family: 'Red Hat Display', sans-serif;
}
*::after,
*::before,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

a:focus, button:focus, input:focus, select:focus {
	outline: none;
}

a:hover {
	color: #fff;
}


* {
	outline: none !important;
}

ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	margin: 0;
    font-family: 'Red Hat Display', sans-serif;
}

p{
	margin: 0;	
}

img {
	max-width: 100%;
}
.cm-overflow{
	overflow: hidden !important;
}
/***********  Default-CSS End  ***********/
/***********  header CSS Start  ***********/

.main-header{
    padding: 16px 0 16px 0; 
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 0px;
    left: 0px;   
}
.menu-main > img{
    margin-left: 24px;
}
.menu-main > a{
    position: relative;
}
.menu, .menu_inner{
    display: flex;
    align-items: center;
    align-content: center;
}
.header-wrapper header{
    display: flex;
    align-items: center;
    position: relative;
}
nav{
    display: inline-block;
}
.menu img{
    margin-right: 10px;
}
.menu li{
    font-size: 16px;
    display: flex;
    position: relative;
    margin-left: 65px;
}
.menu li a{
    color: #fff;
    text-decoration: none;
}
#toggle {
  width: 28px;
  height: 28px;
  display: none;
  position: relative;
  right: 0px;
  cursor: pointer;
  z-index: 2;
}
#toggle div {
    width: 100%;
    height: 3px;
    background: #fff;
    margin: 5px auto;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    backface-visibility: hidden;
}
#toggle.on .one {
  transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on .two {
  opacity: 0;
}
#toggle.on .three {
      transform: rotate(-45deg) translate(6px, -7px);
}
#menu{
    color: white;
    width: 100%;
    height: 100vh;
    background-color: white;
    padding: 10px;
    border-radius: 3px;
    text-align: center;
    margin: auto;
    position: fixed;
    right: 100%;
    top: 0PX;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
#menu.show{
    right: 0;
}
.or_menu_img{
    position: absolute;
    opacity: 0;
    left: 0px;
    top: 1px;
}

.menu_inner li span{
    font-size: 25px;
    font-weight: 700;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.menu_inner li a:hover span{
    color: #0DD0BB;
}
.mobile_inner_menu a:hover{
    color: #f66245;
}
.mobile_inner_menu a:hover .menu_img{
    opacity: 0;
}
.mobile_inner_menu a:hover .or_menu_img{
    opacity: 1;
}
.mobile_inner_menu a{
    position: relative;
}
#lottie{
    background-color:#fff;
    width:100%;
    height:100%;
    display:block;
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1;
}
.--switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 29px;
}

.--switch input {
    display:none;
}

.--slider .fa-check {
    color: #FFFFFF;
    position:absolute;
    left:15px;
    font-size:16px;
    display:none;
}
.--slider .fa-times {
    color: #FFFFFF;
    position:absolute;
    font-size:16px;
    right:15px; 
}

.--slider {
    position: absolute;
    cursor: pointer;
    display:flex;
    align-items:center;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius:50px;
}

.--slider:before {
    position: absolute;
    content:"";
    height: 25px;
    width: 25px;
    left: 3px;
    bottom: 2px;
    border-radius:50%;
    background-color: #183A5D;
    -webkit-transition: .4s;
    transition: .4s;
    background-image: url(../image/sun.svg);
    background-repeat: no-repeat;
    background-size: 14.5px 14.5px;
    background-position: center;
}

.--switch input:checked + .--slider .fa-check {
    display:block;
}

.--switch input:checked + .--slider .fa-times {
    display:none;
}

.--switch input:checked + .--slider {
    background-color: #183A5D;
}

.--switch input:focus + .--slider {
    -webkit-box-shadow: 0 0 1px #183A5D;
            box-shadow: 0 0 1px #183A5D;
}

.--switch input:checked + .--slider:before {
    -webkit-transform: translateX(23px);
    -ms-transform: translateX(23px);
    transform: translateX(23px);
    background-color: #fff;
    background-image: url(../image/moon-icon.svg);
}
/***********  header CSS End  ***********/
/***********  Home banner section Start  ***********/
.home_banner_section {
    background-image: url(../image/home-banner.webp);
    padding: 150px 0 195px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.home_banner_section:after{
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgb(0,7,72);
    background: -moz-linear-gradient(280deg, rgba(0,7,72,0) 0%, rgba(68,73,121,0.5) 38%, rgba(0,7,72,1) 100%);
    background: -webkit-linear-gradient(280deg, rgba(0,7,72,0) 0%, rgba(68,73,121,0.5) 38%, rgba(0,7,72,1) 100%);
    background: linear-gradient(280deg, rgba(0,7,72,0) 0%, rgba(68,73,121,0.5) 38%, rgba(0,7,72,1) 100%);
    z-index: -1;
}
.infinty_info{
    display: flex;
}
.infinty_men_img{
    margin-right: 30px;
    max-width: 205px;
    min-height: 205px;
    width: 100%;
}
.infinty_men_img img{
    object-fit: cover;
    border-radius: 20px;
    filter: drop-shadow(3px 3px 6px #05246A);
}
.infinty_details h1{
    font-size: 50px;
    font-weight: 900;
    color: #fff;
    text-shadow: 3px 3px 6px rgba(5,32,106,0.32);
}
.star_wrap i{
    font-size: 30px;
    color: #ffb600;
}
.star_wrap i + i{
    margin-left: 8px;
}
.downloads_info p{
    font-size: 20px;
    font-weight: bold;
    color: #D8D8D8;
    line-height: 1.35;
}
.star_wrap {
    margin: 7px 0 5px;
}
.downloads_info p + p{
    margin-top: 5px;
}
.cm_btn{
    max-width: 477px;
    width: 100%;
    height: 61px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-size: 200% auto;
    border-radius: 61px;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: -webkit-gradient(linear, left top, right top, from(#2A86E5), color-stop(51%, #0DD0BA), to(#2A86E5));
    background-image: -o-linear-gradient(left, #2A86E5 0%, #0DD0BA 51%, #2A86E5 100%);
    background-image: linear-gradient(to right, #2A86E5 0%, #0DD0BA 51%, #2A86E5 100%);
    -webkit-box-shadow: 3px 3px 6px 0 rgba(5,32,106,0.32);
            box-shadow: 3px 3px 6px 0 rgba(5,32,106,0.32);
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding: 8px 10px;
}
.cm_btn:hover {
    background-position: right center;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.download_btn_wrap{
    max-width: 477px;
    margin-top: 52px;
}
.download_btn_wrap p{
    font-size: 20px;
    color: #BEBEBE;
    margin-top: 3px;
    line-height: 2;
    text-align: center;
    font-style: italic;
}
.cm_btn svg{
    margin-top: 12px;
    margin-right: 3px;
}
.games_review_list .col-12 .million_text{
    max-width: 269px;
}
/***********  Home banner section End ***********/

/***********  How To Play section Start ***********/
.how_play_infinty_section {
    padding: 60px 0 101px;
}
.play_infinty_wrap{
    align-items: center;
}
.kingdom_info ul li{
    font-size: 26px;
    font-weight: 500;
    line-height: 1.53;
}
.kingdom_info_img > img{
    border-radius: 20px;
    filter: drop-shadow(8px 8px 20px rgba(42, 134, 229, 0.12));
}
.first_infinty_img_wrap{
    display: flex;
    justify-content: flex-end;
}
.how_play_infinty_inner_section .row + .row{
    margin-top: 85px;
}
.kingdom_info_wrap{
    padding-right: 30px;
    align-items: flex-end;
}
.main_title_text.play_text{
    font-size: 30px;
    line-height: 1.2;
}
.how_play_infinty_section .main_title_text{
    text-transform: unset;
}
.bluestacks_btn{
    max-width: 375px;
    height: 48px;
    font-size: 23px;
    margin: 30px auto 0;
}
.how_play_infinty_section .section_title_wrapper{
    margin-bottom: 25px;
}
/***********  How To Play section End ***********/

/***********  faq section Start ***********/
.faq_section{
    padding: 66px 0;
    position: relative;
    -webkit-box-shadow: inset 00px 15px 59px rgba(42, 134, 229, 0.12);
            box-shadow: inset 00px 15px 59px rgba(42, 134, 229, 0.12);
}
.ct_accordion_lable {
    padding: 23px 50px;
    border-radius: 20px 20px 20px 20px;
    background: #fff;
    position: relative;
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.ct_accordion_lable:after{
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgb(42,134,229);
    background: -moz-linear-gradient(90deg, rgba(42,134,229,1) 0%, rgba(15,204,189,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(42,134,229,1) 0%, rgba(15,204,189,1) 100%);
    background: linear-gradient(90deg, rgba(42,134,229,1) 0%, rgba(15,204,189,1) 100%);
    opacity: 0;
    z-index: -1;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.ct_accordion_lable.ct_visiable:after{
    opacity: 1;
}
.ct_accordion_lable.ct_visiable{
    border-radius: 20px 20px 0px 0px;
}
.ct_accordion_lable h3{
    color: #0FCCBD;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.35;
}
.ct_accordion_lable.ct_visiable h3{
    color: #fff;
}
.faq-accordion-block{
    margin-top: 65px;
}
.ct_accordion_info {
    padding: 35px 51px 45px;
    display: none;
    border-radius: 0 0 20px 20px;
    background-color: #fff;
}
.common-section-desc p, .common-section-desc li{
    font-size: 25px;
    font-weight: 500;
    line-height: 1.6;
}
.common-section-desc li{
	margin-left: 20px;
	list-style: disc;
}
.ct_accordion_wrap{
    border-radius: 20px;
    -webkit-box-shadow: 0px 3px 20px rgba(42, 134, 229, 0.12);
            box-shadow: 0px 3px 20px rgba(42, 134, 229, 0.12);
}
.ct_accordion_wrap + .ct_accordion_wrap{
    margin-top: 39px;
}
.faq_btn{
    margin-top: 63px;
    display: flex;
    justify-content: center;
}
.faq_btn .cm_btn{
    max-width: 765px;
    height: 69px;
    margin-top: 0px;
}
.infinty_details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/***********  faq section End ***********/

/***********  Lp_2 page banner section Start ***********/
.lp_2_menu li{
    margin-left: 59px;
}
.lp_2_page .download_btn_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 29px;
}
.play_app_wrap {
    width: 205px;
    display: flex;
    justify-content: center;
}
.play_app_wrap a + a{
    margin-left: 25.5px;
}
.lp_2_btn{
    font-size: 19px;
    max-width: 224px;
    height: 50px;
    position: relative;
}
.lp_2_btn::after {
    content: ' ';
    position: absolute;
    bottom: 0%;
    transform: translate(50%, 87px);
    pointer-events: none;
    width: 365px;
    height: 86px;
    background-image: url(../image/banner-text.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.lp_2_btn svg {
    width: 50px;
}
.lp_2_banner{
    padding: 187px 0 227px;
}
/***********  Lp_2 page banner section End ***********/

/***********  Dark version Start ***********/
body.dark{
    background-color: #12223B;
    color: #fff;
}
.dark .ct_accordion_lable,
.dark .ct_accordion_info{
    background-color: #12223B;
}
.dark .faq_section{
    background-color: #0E1219;
}
.dark .ct_accordion_wrap {
    filter: unset;
}
.dark .filter_light_jeumobi{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.dark .game_video_wrapper {
    -webkit-box-shadow: 8px 8px 20px rgb(0 0 0 / 16%);
    box-shadow: 8px 8px 20px rgb(0 0 0 / 16%);
}
.dark .ct_accordion_wrap {
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.12);
}
.dark #game_overview{
	background-color: #0E1219;
}
.dark .owl_game_slider .owl-nav button.owl-prev::before{
	background: -moz-linear-gradient(left, rgba(14,18,25,1) 0%, rgba(14,18,25,32%) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(14,18,25,1) 0%,rgba(14,18,25,32%) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(14,18,25,1) 0%,rgba(14,18,25,32%) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.dark .owl_game_slider .owl-nav button.owl-next::before{
	background: -moz-linear-gradient(left, rgba(14,18,25,32%) 0%, rgba(14,18,25,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(14,18,25,32%) 0%,rgba(14,18,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(14,18,25,32%) 0%,rgba(14,18,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.dark .owl_game_slider .owl-nav button i{
	opacity: 100%;
}
.light .dark_jeumobi, .dark .light_jeumobi{
	display: none;
}
.light .light_jeumobi, .dark .dark_jeumobi{
	display: block;
}
/***********  Dark version End ***********/


/***********  Move animation start ***********/
.lp_2_btn::after{
    animation: mover 2s ease infinite alternate;
}
@-webkit-keyframes mover {
	0% { transform: translate(50%, 87px); }
	100% { transform: translate(50%, 97px); }
}
@keyframes mover {
	0% { transform: translate(50%, 87px); }
	100% { transform: translate(50%, 97px); }
}
/***********  Move animation End ***********/



/***********  All Section Title CSS Start  ***********/
.main_title_text{
	background: linear-gradient(to right, rgba(42,134,229,1) 0%,rgba(15,204,189,1) 100%);
  	-webkit-background-clip: text;
   	-webkit-text-fill-color: transparent;
   	display: inline-block;
    font-size: 40px;
   	font-weight: 900;
   	line-height: 1.1;
   	padding-bottom: 31px;
   	position: relative;
}
.main_title_text::before{
	content:"";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 103px;
	height: 11px;
	border-radius: 40px;
	background: -moz-linear-gradient(left, rgba(42,134,229,1) 0%, rgba(15,204,189,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(42,134,229,1) 0%,rgba(15,204,189,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(42,134,229,1) 0%,rgba(15,204,189,1) 100%);
}
.tetx_and_line_center{
	text-align: center;
}
.tetx_and_line_center .main_title_text::before{
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
/***********  All Section Title CSS Close  ***********/

/***********  Game Overview CSS Start  ***********/
#game_overview{
	padding-top: 60px;
	background-color: #FCFCFC;
	padding-bottom: 102px;
    position: relative;
    z-index: 0;
}
.game_content{
	margin-top: 30px;
	padding-bottom: 77px;
}
.conquer_the_city,
.three_years_ago{
	font-size: 25px;
	font-weight: 500;
	line-height: 1.5;
}
.conquer_the_city{
	margin-top: 13px;
	margin-bottom: 54px;
}
.three_years_ago{
	margin-bottom: 10px;
}
.game_video_wrapper{
	width: 616px;
	height: 346px;
	border-radius: 20px;
	margin-left: auto;
	-webkit-box-shadow: 8px 8px 20px rgb(42 134 229 / 16%);
	        box-shadow: 8px 8px 20px rgb(42 134 229 / 16%);
	overflow: hidden;
    position: relative;
}
.game_video_wrapper iframe{
	width: 100%;
	height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.game_slider_image{
	border-radius: 20px;
	overflow: hidden;
}
.owl_game_slider .owl-stage-outer .owl-stage {
    padding-left: 0px !important;
}
.owl_game_slider.next-slides-custom .owl-stage-outer .owl-stage {
	padding-left: 180px !important;
	padding-right: 0 !important;
}
.owl_game_slider .owl-nav{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	width: 100%;
	margin: 0;
}
.owl_game_slider.owl-theme .owl-nav [class*=owl-]{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 212px;
	width: 163px;
	margin: 0;
	padding: 10px !important;
	display: inline-block;
	z-index: 99;
}
.owl_game_slider .owl-nav button.owl-prev{
	left: 0;
	text-align: left;
}
.owl_game_slider .owl-nav button.owl-next{
	right: 0;
	text-align: right;
}
.owl_game_slider .owl-nav button.disabled{
	display: none !important;
}
.owl_game_slider .owl-nav button i{
	font-size: 22px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	position: relative;
	z-index: 99;
	color: #707070;
	opacity: 50%;
}
.owl_game_slider.owl-theme .owl-nav [class*=owl-]:hover{
	background: transparent;
	color: unset;
}
.owl_game_slider.owl-theme .owl-nav [class*=owl-]:hover i{
	background: transparent;
	background: linear-gradient(to right, rgba(42,134,229,1) 0%,rgba(15,204,189,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.owl_game_slider .owl-nav button.owl-prev::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,32%) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,32%) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,32%) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	width: 100%;
	height: 100%;
}
.owl_game_slider .owl-nav button.owl-next::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: -moz-linear-gradient(left, rgba(255,255,255,32%) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,32%) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,32%) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	width: 100%;
	height: 100%;
}
/***********  Game Overview CSS Close  ***********/

/***********  what is blue stacks CSS Start  ***********/
#what_is_bluestacks{
	padding-top: 91px;
}
.what_is_blue_wrapper{
	margin-top: 40px;
}
.blueStacks_text{
	font-size: 25px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 52px;
	max-width: 633px;
}
.games_review_list .col-12{
	margin-bottom: 28px;
}
.games_review_list .col-12 span{
	margin-right: 23px;
	min-width: 30px;
	height: 23px;
    display: flex;
}
.games_review_list .col-12 span img{
	width: 100%;
	height: 100%;
}
.games_review_list .col-12 p{
	max-width: 250px;
	font-size: 25px;
	line-height: 1.4;
	font-weight: 500;
}
.blue_stacks_video {
    width: 616px;
    height: 345px;
    border-radius: 20px;
    overflow: hidden;
    margin-left: auto;
    position: relative;
    overflow: hidden;
}
.blue_stacks_video iframe{
	width: 100%;
	height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
/***********  what is blue stacks CSS Close  ***********/
 
/***********  About Us CSS Close  ***********/
#about_us{
	padding-top: 60px;
	padding-bottom: 121px;
}
.about_contant_wrapper{
	padding-top: 29px;
	padding-left: 45px;
}
.jeuMobi_com{
	margin-top: 46px;
	margin-bottom: 57px;
}
.according_to_all,
.jeuMobi_com{
	font-size: 25px;
	font-weight: 600;
	line-height: 1.6;
}
.our_review{
	margin-top: 45px;
	display: flex;
	padding-bottom: 39px;
}
.our_review_box{
	margin-left: 43px;
}
.our_review_text{
	font-size: 24.5px;
	font-weight: 700;
	display: inline-block;
	background: linear-gradient(to right, rgba(42,134,229,1) 0%,rgba(15,204,189,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.star_wrapper{
	display: flex;
}
.star_review{
	font-size: 24px;
	line-height: 1.1;
	font-weight: 700;
	padding-left: 20px;
    display: flex;
    align-items: center;
}
#about_us .cm_btn{
	font-size: 23px;
	max-width: 374px;
	height: 48px;
}
.mobile_screen_display{
	display: none;
}
.jeu_mobi a{
	display: inline-block;
}
/***********  About Us CSS Close  ***********/
 
/***********  Other Media CSS Start  ***********/
#other_media{
	padding-bottom: 116px;
}
.other_company_logo{
	margin-top: 65px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/***********  Other Media CSS Close  ***********/
 
/***********  Footer CSS Start  ***********/
.footer-wrapper{
	background: -moz-linear-gradient(left, rgba(42,134,229,1) 0%, rgba(15,204,189,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(42,134,229,1) 0%,rgba(15,204,189,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(42,134,229,1) 0%,rgba(15,204,189,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding-top: 39px;
	padding-bottom: 39px;
}
.copy_right_wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.copy_right,
.copy_right a,
.legal_notice,
.legal_notice a{
	font-size: 25px;
	font-weight: 500;
	font-style: italic;
	color: #ffffff;
	line-height: 1.5;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.copy_right a:hover,
.legal_notice a:hover{
	color: #5A5A5A;
}
/***********  Footer CSS Close  ***********/

.game_details{
    padding-right: 20px;
}
.lp_2_page .download_btn_wrap {
    max-width: 458px;
}
.our_review_star i{
    font-style: 40px;
}
.our_review_star i + i{
    margin-left: 5px;
}
.game_video_wrapper iframe,
.blue_stacks_video iframe{
    border-radius: 20px;
}
.fancybox-slide--image{
    padding-right: 9%;
    padding-left: 9%;
}
.lp_2_page .home_banner_inner_section .cm_btn svg {
    margin-top: 11px;
    margin-left: -12px;
    margin-right: -5px;
}
.bluestacks_btn svg{
    margin-top: 11px;
}
