@font-face {
    font-family: 'TitilliumBold';
    src: url(../fonts/TitilliumWebBold.ttf);
}

@font-face {
    font-family: 'TitilliumRegular';
    src: url(../fonts/TitilliumWebRegular.ttf);
}

@font-face {
    font-family: 'TitilliumSemiBold';
    src: url(../fonts/TitilliumWebSemiBold.ttf);
}

@font-face {
    font-family: 'TitilliumLight';
    src: url(../fonts/TitilliumWebLight.ttf);
}

/* Variables for color and font family Start */

:root
{
    /* Colors */
    --colorWhite: #fff;
    --colorBlue: #112154;
    --colorLtblue: #2d8eff;
    --darkPink: #f0114f;
    --pinkColor: #f1114f;
    --raisinblack: #202020;
    --purplecolor : #dc11c9;
    --redishcolor: #ff4a07;
    --greycolor : #f6f6f6;
    --darkBlack : #222222;
    --greyblue : #dbdbdb;
    --redcolor : #f4024b;

    /* Font Family */
    --TitilliumBold : 'TitilliumBold';
    --TitilliumLight : 'TitilliumLight';
    --TitilliumRegular : 'TitilliumRegular';
    --TitilliumSemiBold : 'TitilliumSemiBold';
}

/* Variables for color and font family End */

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.noleft {
    padding-left: 0;
}

.noright {
    padding-right: 0;
}

.nopadding {
    padding: 0 !important;
}

button,
a {
    transition: all 0.35s ease 0s;
}

button:focus {
    outline: none;
}

a {
    outline: none !important;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    /* color: #fff; */
}

.boxs {
    float: left;
    width: 100%;
    display: block;
}
body:not(.games-template-template-elementor-games) h2{
	font-family: var(--TitilliumSemiBold);
    color: var(--raisinblack);
    line-height: normal;
}
h2.heading {
	font-size: 34px;
	line-height: 45px;
	letter-spacing: 0.13px;
}
body:not(.games-template-template-elementor-games) h3 {
    font-family: var(--TitilliumSemiBold);
    color: var(--raisinblack);
    line-height: normal;
}
h3.headingsize, .ourTeam h3, .ourMandateInner h3{
    font-size: 34px;
    line-height: 45px;
    letter-spacing: 0.23px;
}
body:not(.games-template-template-elementor-games) h4{
    font-family: var(--TitilliumSemiBold);
    color: var(--raisinblack);
    line-height: normal;
}
h4.headingsize, .press_content h4{
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.23px;
}

body:not(.games-template-template-elementor-games) p {
    font-family: var(--TitilliumRegular);
    color: var(--raisinblack);
}
p.contentSize, .imprintContent p, .press_content p{
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 0.23px;
}
p.headingSize, .ourTeam p {
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 0.23px;
}
.ourTeam {
    text-align:center;
}
/* Header Start */

.navbar-expand-md .navbar-nav li{
    padding: 0;
}

.header
{
    background: var(--colorWhite);
    position: fixed;
    z-index: 999;
}
.fixedHeader
{
    position: fixed;
    z-index: 999;
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.1);
}
.mainMenu li a
{
    border-bottom: 2px solid transparent;
    /*padding: 32px 0;*/
}
.mainMenu li:not(:last-child) {
    margin-right: 50px;
}
.mainMenu li a
{
    font-family: var(--TitilliumSemiBold);
    font-size: 18px;
    line-height: 33px;
    letter-spacing: 0.1px;
    color: var(--raisinblack);
    position: relative;
}
.mainMenu li a:before{
    position: absolute;
    content: '';
    height: 2px;
    width: 0;
    bottom: 0;
    left: 0;
    background-color: var(--raisinblack);
    transition: all 0.3s ease;
}
.mainMenu li a:hover:before{
    width: 100%;
    transition: all 0.3s ease;
}

.socialList{
    padding-left: 60px;
}
.socialList li, .footSocial ul div{
    display:inline-block;
}
.socialList li:not(:first-child)
{
    margin-left: 28px;
}
.navbar-expand-md{
    width: 100%;
}
.navbar-expand-md .navbar-collapse{
    justify-content: flex-end;
}
.navbar-brand, .navbar-expand-md{
    padding: 0;
}
.navbar-expand-md{
/*     padding: 30px 204px 27px 80px; */
	padding: 0px 0px 0px 80px;
}
.navbar.navbar-default{
/*     padding: 30px 0 27px; */
	padding: 17px 200px 17px 0px;
    position: relative;
}
.headerBg{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
	margin-left: 100px;
}
.headerBg img{
/* 	width: 78%; */
	float: right;
	height: 100%;
}

/* Sidenav Start */

.navIcon
{
    position: absolute;
    right: 0px;
    top: 0px;
    background: var(--colorWhite);
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}


/* Home Page Start */
.sectionSpacing{
    margin-bottom: 50px;
}
.mainButton{
    text-align: center;
}
 .btnStyle {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    color: var(--colorWhite);
    font-family: var(--TitilliumSemiBold);
    background: var(--pinkColor);
    padding: 21px 63px;
    display: inline-block;
    text-transform: uppercase;
    z-index: 99;
    border: 2px solid transparent;
}

/* Featured Games Start */

.featuredGames{
    position: relative;
    padding-top: 70px;
    padding-bottom: 86px;
}
.featuredTop{

}
.featuredTop h4{
    font-family: var(--TitilliumRegular);
    font-size: 19px;
    text-align: center;
    padding: 0 150px;
    margin-bottom: 100px;
    position: relative;
}
a.gamesImg{
	display: block;
	padding: 10px;
	  box-shadow: 0 7px 34px 0 rgba(195, 192, 192, 0.54);
	background: var(--colorWhite);
	    padding: 20px;
	margin-bottom: 30px;
	position: relative;
}
.gamesImg .gamesLogo{
    overflow: hidden;
}
.gameDescription{
    position: relative;
    padding: 20px 0 10px;
}
.gameDescription p{
    text-align: center;
}
.gamesImg .pixelOne{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.gameDescription .pixelTwo{
	position: absolute;
	top: 0;
    right: -20px;
    left: initial;
	z-index: 1;
}
.featuredBox {
    margin-bottom: 50px;
	display: inline-flex;
}
.featurePixelOne{
    top: 0;
    left: 0;
}
.featurePixelTwo{
    bottom: -40px;
    right: 0;
}
.featurePixelThree{
    top: 45%;
    left: 0;
}
.featurePixelFour{
    bottom: 205px;
    right: 0;
}
.featuredGames .mobilepixelOne, .featuredGames .mobilepixelTwo{
    display: none;
    position: absolute;
}
.featuredGames .mobilepixelOne{
    left: 0;
    top: 0;
}
.featuredGames .mobilepixelTwo{
    right: 0;
    top: 18.5%;
}
.gamesFeatured .mainButton.mobileButton .btnStyle{
    width: 277px;
    padding-left: 0;
    padding-right: 0;
}
.gamesFeatured .mainButton.mobileButton .mobhome{
    width: 100%;
}

/* Featured Games End */

/* AboutBox Start */

.aboutBox{
    position: relative;
}
.aboutInner{
    text-align: center;
    padding: 0 175px;
}
.aboutboxImg{
    position: relative;
}
.topHeading{
    margin-bottom: 56px;
    text-align: center;
}
.aboutInner .aboutDescription {
    margin-bottom: 105px;
}
.aboutInner .aboutBottom{
    box-shadow: 0 7px 34px 0 rgba(195, 192, 192, 0.5);
    bottom: 0;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    background: var(--colorWhite);
    position: relative;
    margin-top: -202px;
}
.aboutInner .aboutboxInner{
    padding: 50px;
}
a.learnMore{
    font-size: 18px;
    line-height: 33px;
    color: var(--pinkColor);
    font-family: var(--TitilliumSemiBold);
    border-bottom: 2px solid var(--pinkColor);
    text-transform: uppercase;
}
.aboutInner .aboutBottom .topContent{
    font-family: var(--TitilliumSemiBold);
}
.aboutInner .aboutBottom p{
    margin-bottom: 25px;
}
.aboutPixelOne{
    left: 0;
    top: 188px;
}
.aboutBox .aboutPixelTwo{
    right: 0;
    bottom: -35px;
}

/* AboutBox End */

/* Newsbox Start */

.newsBoxs{
    padding-bottom: 122px;
    position: relative;
}
.pixelImages{
    position: absolute;
}
.newsContent{
    text-align: center;
    padding: 20px;
}
.newsContent h4{
    margin: 10px 0 15px;
}
.newsContent p span{
    color: var(--pinkColor);
}
.moreNewsLink{
    margin: 50px 0 0;
}
.newsPixelOne{
    left: 0;
    bottom: 110px;
}
.newsPixelTwo{
    right: 32%;
    bottom: 0;
}

/* Newsbox End */

/* Home Page End */

/* Footer Start */

.topSpace{
    margin-top: 84.97px;
}
.footerSubascribe {
    display: flex;
    height: 100%;
}
.subscribeImg{
    width: 50%;
    display: inline-block;
    float: left;
}
.subscribeImg img{
    height: 100%;
    width: 100%;
}
.subscribeBox{
    width: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 50px 83px 50px 74px;
    background: var(--pinkColor);
}
.subscribeBox h3{
    color: var(--colorWhite);
    margin-bottom: 34px;
}
.subscribeBox p{
	color: var(--colorWhite);
}
.subscribeForm .subscribeMail{
    position: relative;
    width: 100%;
    border: 1px solid var(--colorWhite);
}
.subscribeForm input{
    font-size: 17px;
    line-height: 24px;
    height: auto;
    border: none;
    padding: 17px 80px 17px 20px;
    background: transparent;
    color: var(--colorWhite);
    border-radius: none;
}
.subscribeForm input::placeholder{
    color: var(--colorWhite);
}
.subscribeForm input:focus{
    background-color: transparent;
    outline: none;
    box-shadow: none;
    color: var(--colorWhite);
}
.subscribeForm button{
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 14px;
    border: none;
    height: 100%;
    background: var(--colorWhite);
}
.subscribeForm .subscribeMail{
    margin-bottom: 50px;
}
.subscribeForm button{
    cursor: pointer;
}


.footerMenu{
    padding: 58px 0;
}
.footMenu ul li{
    display: inline-block;
    float: left;
    width: 25%;
}
.footMenu ul li a,
.footMenu ul span{
    font-size: 15px;
    line-height: 28px;
    color: var(--darkBlack);
    font-family: var(--TitilliumLight);
}
.footMenu ul li a:hover{
    color: var(--pinkColor);
}
.footMenu .footSocial {
    display: inline-block;
    float: left;
    width: 100%;
}
.footMenu .footSocial ul{
    float: right;
}
.footMenu .footSocial span{
    float: left;
    margin-right: 28px;
}
.footMenu .footSocial li{
    width: auto;
    margin-right: 28px;
}
.footMenu .footSocial li:last-child{
    margin-right: 0;
}

.footBottom{
    background: var(--raisinblack);
    padding: 31px 0;
}
.footLeft{
    display: inline-block;
    float: left;
}
.footRight{
    display: inline-block;
    float: right;
}
.footRight p{
    color: var(--colorWhite);
    font-size: 15px;
    line-height: 28px;
        display: inline-block;
}
.footRight li{
    line-height: 0;
    display: inline-block;
}
.footLeft  .widget_nav_menu{
    line-height: 0;
}
/* Footer End */


/* single page start */
.single_box{
    padding: 110px 0px 107px;
    background-size: cover;
    background-position: 100% 100%;
    position: relative;
}
 .px_banner{
position: absolute;
left: 0;
top: 109px;
}
.single_box .px_ban{
position: absolute;
right: 0;
top: 57%;
}
.inner_image{
    display: flex;
    align-items: center;
    justify-content: center;
}
h3{
    font-family: var(--TitilliumSemiBold);
    line-height: 33px;
    letter-spacing: 0.13px;
    text-align: center;
    color: var( --raisinblack);
}
.switch_logo{
    text-align: center;
    padding: 30px 0px;
}
.single_content{
	padding: 0 0 70px;
    position: relative;
}
.signle_para p{
    font-family: var( --TitilliumRegular);
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 0.25px;
    text-align: center;
    color: var( --pinkColor);
}
.single_button a{
    font-family: var(--TitilliumSemiBold);
    font-size: 18px;
    line-height: 33px;
    letter-spacing: 1px;
    color: var(--colorWhite);
    padding: 14px 10px;
    border: 2px solid transparent;
    min-width: 245px;
    display: inline-block;
    margin: 60px 10px 20px;
    text-transform: uppercase;
}
.single_button a.single_pre{
    background-color: var(--pinkColor);
}
.single_button a.single_press{
    border: solid 2px var(--pinkColor);
    color: var(--pinkColor);
}
.vedio_img{
    margin: 30px 0px;
}
.para_content{
    margin: 30px 0px;
}
.para_content p{
    font-family:  var(--TitilliumRegular);
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.2px;
    text-align: center;
    color: var(--raisinblack);
    margin-top: 40px;
}
 .slick-slide img{
    width: 100%;
}
 .thunmnail_img{
    height: 60px;
    margin: 0px 8px;
}
.slide .thunmnail_img:nth-child(1){
   margin-left: 0px;
}
.slide .thunmnail_img:last-child{
    margin-right: 0px;
 }
.slide .slider-nav-thumbnails{
    margin-top: 20px;
}
.slide .slider-nav-thumbnails .slick-slide {
	opacity: 0.53;
}

.slide .slider-nav-thumbnails .slick-slide.slick-current {
	opacity: 1;
}
.slide .slick-prev, .slide .slick-next {
    width: 45px;
    height: 45px;
    background: var(--pinkColor);
    border-radius: 50%;
    z-index: 99;
}
.slide .slick-prev:before {
    font-family: FontAwesome;
    content:"\f177";
   }
.slide .slick-next:before {
    font-family: FontAwesome;
    content:"\f178";
}
.slide .slick-prev {
    left: -70px;
}
.slide .slick-next {
    right: -70px;
}
.media_pink{
    background: var(--pinkColor);
}
.media_red{
    background: var(--redishcolor);
}
.media_purple{
background: var(--purplecolor);
}
.media_block{
    margin: 60px 0px 105px;
}
.media_content{
    padding: 30px 20px;
    position: relative;
}
.media_content p{
    font-family: var(--TitilliumRegular);
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 0.24px;
  color: var( --colorWhite);
}
.media_content p span{
    font-family: var( --TitilliumBold);
    font-size: 48px;
    line-height: 26px;
    letter-spacing: 0.54px;
    padding-right: 10px;
}
.media_content h5{
    font-family:  var(--TitilliumSemiBold);
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 0.22px;
  color: var(--colorWhite);
  margin-top: 20px;
}
.rating_bx{
    background-color: var(--greycolor);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0px;
}
.rating_bx p{
    font-family: var(--TitilliumRegular);
    font-size: 17px;
    line-height: 1.53;
    letter-spacing: 0.2px;
    text-align: center;
    color: var(--raisinblack);
    padding-right: 10px;
}
.radical_main ul{
    text-align: center;
}
.radical_main ul li{
    width: 127px;
    height: 67px;
    display: inline-block;
    margin: 0px 25px;
}
.radical_main ul li img{
    object-fit: contain;
    height: 100%;
    width: 100%;
}
.radical_main{
    padding: 70px 340px 95px;
    position: relative;
}
.radical_main .para_content p{
    margin-top: 20px;
}
 .pixel1{
position: absolute;
right: 0;
bottom: 60px;
}
 .pixel2{
    position: absolute;
    left: 0;
    bottom: 135px;
    }
 .pixel3{
    position: absolute;
    bottom: 0;
    right: 26%;
    }
 .pixel4{
    position: absolute;
    bottom: 33px;
    left: 30%;
}
 .pixel5{
    position: absolute;
    top: 60px;
    left: 0;
}
.singleslider{
    padding: 50px 0px 90px;
}
.media_box{
    position: relative;
}
 .pixel6{
    position: absolute;
    top: 59px;
    right: -38px;
}
 .pixel7{
    position: absolute;
    left: 0;
    top: 65%;
}
.vedio_main{
    position: relative;
}
 .pixel8{
    position: absolute;
    right: 0;
    top: 26%;
}
 .pixel9{
    position: absolute;
    left: 0;
    top: 20%;
}
/* single page end */

/* press start */
.press_box{
    padding: 210px 0px;
}
.sec_drop{
    position: relative;
    display: flex;
    justify-content: center;
    margin: 50px 0px 70px;
}
.sec_drop a{
    font-family: var(--TitilliumRegular);
    font-size: 17px;
    line-height: 24px;
    color: var(--raisinblack);
    padding: 16px 15px;
    border: 1px solid #000;
    width: 400px;
    display: inline-block;
    border: solid 1px var(--greyblue);
}
.sec_drop a span{
    float: right;
}
.sec_drop ul{
    display: none;
    position: absolute;
    top: 58px;
    background: var(--greyblue);
    height: 235px;
    overflow: auto;
}
.sec_drop ul li{
    border-bottom: 1px solid var(--raisinblack);
}
.sec_drop ul li:last-child{
    border-bottom: none;
}

.fact_box h4{
    margin-top: 30px;
}
.history_box h3{
    margin: 20px 0px 30px;
}
.press_vedio{
    padding: 80px 0px;
    margin: 18px 0px 40px;
}
.press_vedio img{
    height: 60px;
    width: 60px;
}
.vedio_box  h3{
    margin: 20px  0px 30px;
}
.imagebox h4 span a{
    float: right;
    color: var(--redcolor );
}
.vedio_box h4{
    margin-bottom: 25px;
}
.img_bx{
    margin: 18px 0px 40px;
}
.Aenean_logo{
    display: inline-block;
}
.logo_box{
    width: 140px;
/*    height: 80px;*/
    margin-right: 20px;
}
.logo_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.press_content{
    padding: 70px 340px 130px;
margin-top: -165px;}
/* press end */

/*overview code start*/
.gamesHead {
    text-align: center;
    padding: 50px 0px 35px;
    }
.gamesHead{
	padding-top: 0;
}

    a.gamesImg {
    display: block;
    padding: 10px;
    box-shadow: 0 7px 34px 0 rgba(195, 192, 192, 0.54);
    background: var(--colorWhite);
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
    }

    .gamesImg span {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    }

    a.gamesImg img {
    z-index: 99;
    position: relative;
    }

    .gamesImg span.second {
    left: 10px;
    }

    .gamesImg span.three {
    top: -5px;
    left: 1px;
    }

    .gamesImg span.three2 {
    top: -5px;
    left: unset;
    right: 0;
    }

    .gamesImg span.third {
    right: 0;
    left: unset
    }

    .gamesImg span.third2 {
    right: unset;
    left: 0;
    }

    .gamesoverview {
    position: relative;
     padding: 0px 0px 130px;   /*swik changes */
    }

    .gamePixel {
    position: absolute;
    left: 0;
    top: -252px;
    }

    .overviewBanner {
    position: relative;
    }

    .bannerPixel {
    position: absolute;
    bottom: 0;
    right: 0;
    }

    .gamePixel2 {
    position: absolute;
    right: 0;
    top: 34%;
    }

    .gamePixel3 {
    position: absolute;
    right: 0;
    bottom: 25px;
    }
	.gamePixel3 img{
		width: 80%;
	}

    .paddingbottom {
    padding-bottom: 225px;
    display: flex ! important;
    }



    .gamesImg.gamesImg2 {
    padding: 0px;
    box-shadow: none;
    }

    .gamesImg.gamesImg2 .gamnesIn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    }

    .gamesImg.gamesImg2 .gamnesIn {
    width: 100%;
    height: 360px;
    }

    .gameContent h2 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.23px;
    font-family: var(--TitilliumSemiBold);
    }

    .gameContent p {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.23px;
    color: var(--raisinblack);
    font-family: var(--TitilliumRegular);
    padding-top: 10px;
    }

    .gamesImg.gamesImg2 span.colorred {
    position: initial;
    color: #f1114f;
    }

    .gameContent {
    padding: 20px 0px;
    }

    .gamesilder.gamesildernew .slick-next {
    right: 44%;
    bottom: 9.3%;
    top: unset;
    transform: rotate(180deg);
    left: unset;
    }

    .dateContent h2 {
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 0.23px;
    color:#f1114f;
    font-family: var(--TitilliumRegular);
    text-align: center;
    padding-bottom: 20px;
    }

    .dateContent p,
    .singleRight p,
    .singleBottomCont p {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.23px;
    color: var(--raisinblack);
    font-family: var(--TitilliumRegular);
    text-align: center;
    }

    .singleLeft,
    .singleRight {
    width: 50%;
    }

    .singleRight {
    padding-left: 25px;
    }

    .singleDiv {
    display: flex;
    margin: 60px 0px;
    }

    .singleRight h2 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.23px;
    text-align: center;
    font-family: var(--TitilliumSemiBold);
    }

    .gamesilder.gamesildersingle {
    width: 100%;                     /*swik change */
    margin: 0 auto;
    text-align: center;
    display: block;
    float: revert;
    }

    .singleRight h2 {
    padding-bottom: 25px;
    }

    .singleDiv:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
    }
.singleDiv{
	margin: 0 0 60px;
}
.singleDiv:first-child{
	margin-top: 60px;
}

    .singleDiv:nth-child(even) .singleRight {
    padding-left: 0px;
    padding-right: 25px;
    }

    .singleContet p {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.23px;
    color: var(--raisinblack);
    font-family: var(--TitilliumRegular);
    text-align: center;
    padding-bottom: 25px;
    }

    .singleBottomCont p {
    padding-top: 30px;
    }



    .singleBottomImg {
    display: flex;
    justify-content: center;
    }

    .singleBottom {
    padding-top: 20px;
    }

    .singleDiv:nth-child(odd) .singleLeft img {
    float: right;
    }

    .dataHead {
    padding: 40px 0px;
    text-align: center;
    }

    p.data ,.protectInform ul li, .protectInform p, .protectInform h4{
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: var(--raisinblack);
    font-family: var(--TitilliumRegular);
    }
    h2.data {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: var(--raisinblack);
    font-family: var(--TitilliumSemiBold);
    }
    .dataProtect{
        position: relative;
       padding: 0px 340px;         /*swik changes */
    }
    .purple,.h2.data.purple{
    color: #dc11c9 !important;
    }
    .protectInform ul li a{
    color: #f1114f;
    text-decoration: underline;
    }
    .protectInform p{
    padding-bottom: 25px;
    }
    .protectInform h2{
    padding: 10px 0px;
    }
    .protectInform{
    width: 100%;
    margin: 0 auto;
    float: revert;
    }
    .dataprotectIn{
    padding-bottom: 60px;
    }
    p.about{
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 0.23px;
    color: var(--raisinblack);
    font-family: var(--TitilliumRegular);
    }



    /* Contact Page Start */

    .thankyouInner{
        margin: 0px 0 130px;
        margin-top: -1%;
    }
    .pitchInner{
        padding: 0 175px;
    }
    .formTop, .pitchContent{
        text-align: center;
    }
    .pitchContent p, .ourTeam p{
        margin-bottom: 30px;
    }
    .contactForm h3{
        margin-bottom: 25px;
    }
    .contactForm p{
        margin-bottom: 25px;
        padding: 0 60px;
    }
    .contactForm{
        box-shadow: 0 7px 34px 0 rgba(195, 192, 192, 0.5);
        padding: 60px 25px;
        margin: 60px 0 80px;
    }
    .contactForm .contactUs .form-group{
        margin-bottom: 20px;
    }
    .contactForm .contactUs .form-control{
        height: auto;
        font-size: 17px;
        line-height: 17px;
        color: var(--raisinblack);
        font-family: var(--TitilliumRegular);
        border: none;
        background-color: var(--greycolor);
        border-radius: 0;
        padding: 16px 20px;
        border: 1px solid var(--greycolor);
    }
    .contactForm .contactUs .form-control:focus{
        outline: none;
        box-shadow: none;
    }
    .contactForm .contactUs .form-control::placeholder{
        color: var(--raisinblack);
    }
    .contactForm .contactUs textarea{
        resize: none;
    }

    .contactForm .contactUs textarea.form-control{
        height: 100%;
        float: left;
    }
    .contactForm .contactUs .pitchGame{
        height: 198px;
    }
    .contactForm .contactUs .gameFootage{
        height: 98px;
    }
    .contactForm .checkTerms input[type=checkbox]:checked + label,
    .contactForm .checkTerms input[type=checkbox]:not(:checked) + label{
        color: var(--raisinblack);
        font-size: 17px;
        padding-left: 50px;
    }
    .contactForm .checkTerms input[type=checkbox]:checked + label:before,
    .contactForm .checkTerms input[type=checkbox]:not(:checked) + label:before{
        border: 1px solid var(--greyblue);
    }
    .contactForm .checkTerms input[type=checkbox]:checked + label:after{
        border-right: 1px solid var(--darkBlack);
        border-bottom: 1px solid var(--darkBlack);
    }
    .contactForm button{
        border: 2ps solid transparent;
        margin-top: 50px;
        width: 257px;
    }
    .contactForm .errorMsg{
        text-align: center;
        color: var(--redishcolor);
        font-size: 17px;
        line-height: 24px;
        font-family: var(--TitilliumRegular);
    }
    .contactForm .contactUs .form-control.errorClass{
        border: 1px solid var(--redishcolor);
        color: var(--redishcolor);
    }

    button{
        cursor: pointer;
    }
    .contactBanner img{
        width: 100%;
    }
    .gamePitch.contactBox .newsPixelOne{
        top: 47%;
    }
    .featuredTop .mainButton{
        display: none;
    }


/* Contact Page End */

/* Thankyou Page Start */

.gamePitch{
    position: relative;
}
.contactMsg{
    text-align: center;
}
.contactMsg .successImg{
    margin: 80px 0;
    display: block;
}
.gamePitch .newsPixelOne{
    top: 23%;
}

/* Thankyou Page End */

/* Career Page Start */

.joinTeam{
    position: relative;
}
.joinOurTeam{
    padding: 0 175px;
    margin-bottom: 210px;
}
.ourTeam{
    padding: 50px;
    background-color: var(--colorWhite);
    box-shadow: 0 7px 34px 0 rgba(195, 192, 192, 0.5);
    margin-top: -32vh;
}
.joinOurTeam .ourTeam .mainButton {
    margin-top: 45px;
}

/* Career Page End */

/* Imprint Page Start */

.pitchInner{
    text-align: center;
}
.pitchInner .imprintContent{
    margin-bottom: 35px;
}
.pitchInner .imprintContent .listHeading{
    font-family: var(--TitilliumSemiBold);
    margin-bottom: 10px;
}
.pitchInner .imprintContent .emailAddress{
    color: var(--pinkColor);
}
.pitchContent.imprintContent p:last-child{
    margin-bottom: 0;
}
.pitchInner .imprintContent .compInfo{
    font-family: var(--TitilliumSemiBold);
}

.imprintBox .newsPixelOne{
    bottom: 110px;
    top: initial;
}

/* Imprint Page End */

/* About Page Start */

.ourMandate
{
    padding: 0 150px;
}
.ourMandateInner{
    padding: 50px;
    box-shadow: 0 7px 34px 0 rgba(195, 192, 192, 0.5);
}
.boxAbout{
    text-align: center;
    margin-bottom: 80px;
}
.aboutTop{
    padding-bottom: 30px;
    margin-top: -8%;
}
.aboutusInner{
    padding: 0 300px;
}
.yesterYears{
    color: var(--redishcolor);
}
.andClassics{
    color: var(--pinkColor);
}
.theFuture{
    color: #de00cb;
}
.valuesGames{
    text-align: center;
    padding: 125px 0 110px;
    position: relative;
}
.valuesGames h3{
    color: var(--colorWhite);
    font-family: var(--TitilliumSemiBold);
}
.valuesLists{
    margin: 70px 0 120px;
}
.valuesLists ul li{
    display: inline-block;
}
.valuesLists ul li span{
    display: inline-block;
    margin-right: 50px;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.07px;
    font-family: var(--TitilliumSemiBold);
    color: var(--colorWhite);
    padding: 10px 21px;
    background-color: var(--pinkColor);
}
.valuesLists ul li:last-child span{
    margin-right: 0;
}
.valuesGames h2.valuesText{
    font-size: 50px;
    color: var(--colorWhite);
    line-height: 60px;
    letter-spacing: 0.19px;
    font-family: var(--TitilliumBold);
}
.valuesGames p.valuesText{
    font-size: 18px;
    color: var(--colorWhite);
    line-height: 33px;
    letter-spacing: 1px;
    font-family: var(--TitilliumSemiBold);
}
.mandateBottom h3{
    line-height: 55px;
    padding: 0 108px;
}
.ourPartners{
    padding: 124px 0 82px;
}
.slick-prev:before{
    content: url('../img/about/left.svg');
}
.slick-next:before{
    content: url('../img/about/right.svg');
}
.sliderPartner.slick-initialized .slick-slide{
    padding: 0 25px;
}
.valuesGames .valuesPixels2{
    position: absolute;
    right: 0;
    bottom: 0;
}

.retailNetwork{
    padding: 88px 0 96px;
    background-color: var(--greycolor);
    position: relative;
}
.networkRetail{
    text-align: center;
    padding: 0px 290px;
}
.networkRetail ul li{
    display: inline-block;
    padding-right: 70px;
}
.networkRetail ul li:last-child{
    padding-right: 0;
}
.retailNetwork .networkPixel{
    position: absolute;
    left: 0;
    top: 0;
}

.factsFigures{
    padding: 107px 0 170px;
    position: relative;
}
.factsInner .factsList{
    text-align: center;
    margin-bottom: 50px;
}
.factsInner .factsImg{
    height: 95px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.factsInner .factsContent{
    margin-top: 20px;
}
.aboutPixelTwo{
    bottom: 50px;
    right: 0;
}

/* About Page End */


/* purchase Overview Modal Start */


.purchaseOverview .close{
    position: absolute;
    right: 17px;
    top: 17px;
}
.purchaseOverview .modal-dialog{
    max-width: 841px;
}
.purchaseOverview .modal-content{
    padding: 30px;
    text-align: center;
    border-radius: 0;
}
.purchaseOverview .modal-body{
    padding: 0;
}
.retailOptions {
    display: inline-block;
    float: left;
    margin-right: 23px;
}
.retailOptions:nth-child(n+5){
    margin-right: 0;
}
.retailOptions .form-group{
    display: inline-block;
    float: left;
}
.retailEdition .optionsRetail input{
    display: none;
}
.retailEdition .optionsRetail label{
    cursor: pointer;
    width: 137px;
    height: 60px;
    padding: 6px;
    display: inline-block;
    float: left;
    margin-bottom: 0;
}
.retailEdition .optionsRetail label img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.retailEdition .optionsRetail input[type=radio]:not(:checked) + label{
    position: relative;
    border: 1px solid var(--greyblue);
}
.retailEdition .optionsRetail input[type=radio]:checked + label{
    border: 1px solid var(--pinkColor);
}
.purchaseOverview .sectionHead{
    margin-bottom: 20px;
}
.purchaseOverview .sectionHead h4{
    line-height: 33px;
}
.purchaseOverview .overviewSection{
    margin-bottom: 51px;
}
.purchaseOverview .modalButtons button{
    border: none;
    background: transparent;
    width: 267px;
    height: 60px;
    padding: 10px;
    border: 1px solid var(--greyblue);
    display: inline-block;
}
.purchaseOverview .modalButtons button.btnTwo{
    margin-left: 23px;
}
.purchaseOverview .modalButtons button img{
    object-fit: contain;
}


/* Home page changes */
.homeBanner{
    position: relative;
}
.bannerContent{
    position: absolute;
}
.homeBanner img{
    width: 100%;
}
.bannerBox{
    position: relative;
}
.bannerContent h1{
    font-size: 62px;
    line-height: 76px;
    font-family: var(--TitilliumBold);
    color: var(--colorWhite);
    text-transform: uppercase;
}
.bannerInner{
    padding-top: 193px;
}
.bannerInner .mainButton{
    text-align: left;
    margin-top: 70px;
}
.bannerInner .mainButton a{
    padding-left: 0;
    padding-right: 0;
    width: 277px;
    text-align: center;
}
.mobileBanner{
    display: none;
}
.gamesFeatured .mainButton{
    display: block;
}
.gamesFeatured .mainButton a.mobhome{
    display: none;
}
/* purchase Overview Modal End */



  .mobiledatapx{
    display: none;
}
.mobiledatapx2{
    display: none;
}
.mobiledatapixel5, .mobiledatpixel3, .textpixel3{
    display: none;
}
.mobile_banner, .pressmobile_pxl9, .pressmobile_px9{
    display: none;
}
.mobile_press_show, .headlinebox, .pressmobile_pixel, .mobpresspixel6, .textaboutpixel9 {
    display: none;
}
.contactBanner .carrermob{
    display: none;
}
.contactBanner .carre_desk{
    display: block;
}
.overviewBanner .overmobile{
    display: none;

}
.overviewBanner .overdesktop {
    display: block;
    width: 100%;
}

 /* About Page Start */

 .valuesGames {
    background: url('../img/about/aboutbanner2.png') no-repeat center center;
    background-size: 100% 100%;
}
.aboutGames img{
    margin-top: 20px;
}
.aboutGames.videoGames img{
    margin-top: 40px;
}
.valuesGames h2.valuesText{
    margin-bottom: 15px;
}
.aboutusInner{
    padding: 0 20%;
}
.ourMandates, .aboutusInner{
    position: relative;
}
.ourMandates .mandatePixelsOne{
    left: 0;
    top: 0;
}
.ourMandates .mandatePixelsTwo{
    right: 0;
    top: 33px;
}
.aboutusInner .gamesPixelsOne{
    left: 0;
    bottom: 0;
}
.aboutusInner .gamesPixelsTwo{
    right: 0;
    top: 100px;
}
.aboutTop .topHeading{
    margin-bottom: 40px;
}
.mandateBottom .mandateTranslate{
    font-family: var(--TitilliumBold);
    margin-top: 20px;
}
.aboutusInner .mobilePixelsOne{
    right: 0;
    top: -20px;
    display: none;
}
.aboutusBox{
    position: relative;
}
.aboutusBox .aboutPixlsOne{
    display: none;
    top: 25px;
    right: 0;
    left: initial;
    width: auto;
    width: 27px;
}
 .aboutPixls{
    display: none;
    left: 0;
    bottom: 20%;
    width: 32px;
}

  /* About Page End */

  /* Contact Us Page Start */

  .formTop .submitHead{
      font-family: var(--TitilliumSemiBold);
  }
  .pitchContent p:last-child, .ourTeam p:last-child{
      margin-bottom: 0;
  }
  .contactBox{
      padding-bottom: 130px;
  }

   /* Contact Us Page End */
/* Thankyou Page Start */

.gamePitch{
    position: relative;
}
.contactMsg{
    text-align: center;
}
.contactMsg .successImg{
    margin: 80px auto;
    display: block;
}

.gamePitch .newsPixelOne{
    top: 23%;
}

/* Thankyou Page End */

   /* Imprint Page Start */

  .imprintBox {
      padding: 80px 0 150px;
  }
  .imprintBox .imprintPixelOne{
      top: 107px;
      left: 0;
  }
  .imprintBox .imprintPixelTwo{
    top: 193px;
    right: 0;
}
.imprintBox .mobileImprint{
    display: none;
}

   /* Imprint Page End */

/* News Overview Page Start */

.overviewBanner img{
    width: 100%;
}
.gamesoverview.newsOverview .gamesHead{
    padding-top: 0;
    /* margin-top: -8%; */
}
.gamesoverview.newsOverview{
    margin-top: -8%;
    padding-bottom: 130px;
    padding :0px 0px  130px;
}
.sectionMargin{
	margin-top: -8%;
}
.newsOverview .pixelNews1{
    top: 307px;
    right: 0;
}
.newsOverview .pixelNews2{
    top: 467px;
    left: 0;
}
.newsOverview .pixelNews3{
    top: 905px;
    left: 0;
}
.gameContent p{
    text-align: center;
}
.newsOverviewSlider
{
    padding-bottom: 70px;
}
.newsOverviewSlider .slick-prev,
.newsOverviewSlider .slick-next,
.gamesilder .slick-next,
.gamesilder .slick-prev{
    bottom: 0;
    top: unset;
    height: 46px;
    width: 46px;
    border-radius: 50%;
    border: 1px solid var(--pinkColor);
    background-color: #fff;
}
.newsOverviewSlider .slick-prev:before,
.gamesilder .slick-prev:before
{
    content: url('../img/about/left2.svg');
    opacity: 1;
}
.newsOverviewSlider .slick-next:before,
.gamesilder .slick-next:before{
    content: url('../img/about/right2.svg');
    opacity: 1;
}
.newsOverviewSlider .slick-prev,
.gamesilder .slick-prev
{
    left: 43%;
}
.newsOverviewSlider .slick-next,
.gamesilder .slick-next{
    right: 43%;
}
.newsOverviewSlider .slick-disabled,
.gamesilder .slick-disabled
 {
    background-color: var(--pinkColor);
}
.newsOverviewSlider .slick-disabled.slick-prev:before,
.gamesilder .slick-disabled.slick-prev:before{
    content: url('../img/about/left.svg');
}
.newsOverviewSlider .slick-disabled.slick-next:before,
.gamesilder .slick-disabled.slick-next:before{
    content: url('../img/about/right.svg');
}
.gameContent{
    text-align: center;
}
.newsOverviewSlider .newsBoxs{
    padding: 0 15px;
	float: left;
}

.newsOverview .newsPixelMobile{
    display: none;
    right: 0;
    top: 0;
}
.gameContent h2{
    color: var(--raisinblack);
}

/* News Overview Page End */


/* 14th Aug */

/* Purchase Modal */

.retailOptions{
    float: unset;
}
.purchaseOverview .modal-content{
    padding: 30px 20px;
}
.purchaseOverview .overviewSection.countrySelect{
    margin-top: 30px;
}
.purchaseOverview .close{
    z-index: 99;
}
.purchaseOverview .close span img{
    float: left;
}



/* button hover start */
.btnhover,
.btnhover::after, .whitebtnhover::after {
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}

.btnhover, .whitebtnhover {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1px;
  color: var(--colorWhite);
  font-family: var(--TitilliumSemiBold);
  padding: 21px 63px;
  display: inline-block;
  text-transform: uppercase;
  z-index: 99;
}
.whitebtnhover::before, .whitebtnhover::after {
    background: var(--pinkColor);
    content: '';
  position: absolute;
  z-index: -1;
}
.btnhover::before,
.btnhover::after {
  background: #fff;
  content: '';
  position: absolute;
  z-index: -1;
}

.btnhover:hover {
  color: var(--pinkColor);
  border: 2px solid var(--pinkColor);
}
.whitebtnhover:hover {
    color: var(--colorWhite)!important;
    border: 2px solid var(--pinkColor);
  }


/* BUTTON 4 */
.btnhover::after {
    height: 0;
    left: 0;
    top: 0;
    width: 100%;
  }

  .btnhover:hover:after {
    height: 100%;
  }

  .whitebtnhover::after {
    height: 0;
    left: 0;
    top: 0;
    width: 100%;
  }

  .whitebtnhover:hover:after {
    height: 100%;
  }




/* button hover end */
.country-select.inside input, .country-select.inside input[type=text] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
    padding: 16px 50px;
    width: 430px;
    font-family: var(--TitilliumRegular);
    font-size: 17px;
    line-height: 24px;
    letter-spacing: normal;
    color: #202020;
    border: solid 1px var(--greyblue);
}

.mainMenu li a.active{
    border-bottom: 2px solid var(--raisinblack);
}
.footMenu ul li.active a{
    color: var(--pinkColor);
}
.sliderRetail .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.networkRetail ul.sliderRetail li {
  height: 100px;
  padding: 0px 35px;
}

span.menu-image-title-hide{
    display:none;
}

.oddEven{

}


/* Single Page Post Btns */

.postBtns{
	margin: 50px 0;
	position: relative
}
.postBtns span{
	position: absolute;
	height: 46px;
	width: 46px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid var(--pinkColor);
	background: var(--colorWhite);
	cursor: pointer;
	display: flex;
    align-items: center;
    justify-content: center;
	z-index: 10;
}
.postBtns span.prv-btn{
	left: 40%;
}
.postBtns span.prv-btn:before{
	position: absolute;
	content: url('../img/about/left2.svg');
	z-index: 8;
}
.postBtns span.nxt-btn{
	right: 40%;
}
.postBtns span.nxt-btn:before{
	position: absolute;
	content: url('../img/about/right2.svg');
	z-index: 8;
}
.postBtns span a{
	display: inline-block;
	float: left;
	height: 100%;
	width: 100%;
	z-index: 8;
}




/* MailPoet Styling */

/* form */
.mailpoet_form {

}

/* paragraphs (label + input) */
.mailpoet_paragraph {
/*   	line-height:20px; */
	display: block;
	width: 100%;
	float: left;
}

/* labels */
.mailpoet_segment_label,
.mailpoet_text_label,
.mailpoet_textarea_label,
.mailpoet_select_label,
.mailpoet_radio_label,
.mailpoet_checkbox_label,
.mailpoet_list_label,
.mailpoet_date_label {
  display:block;
  font-weight:bold;
}

/* inputs */
.mailpoet_text,
.mailpoet_textarea,
.mailpoet_select,
.mailpoet_date_month,
.mailpoet_date_day,
.mailpoet_date_year,
.mailpoet_date {
  display:block;
}

.mailpoet_text,
.mailpoet_textarea {
  width:200px;
}

.mailpoet_checkbox {
}

.mailpoet_submit input {
}

.mailpoet_divider {
}

.mailpoet_message {
}

.mailpoet_validate_success {
  font-weight: 600;
  color: var(--colorWhite);
}

.mailpoet_validate_error {
  color: var(--colorWhite);
}

.mailpoet_form_loading {
  width: 30px;
  text-align: center;
  line-height: normal;
}

.mailpoet_form_loading > span {
  width: 5px;
  height: 5px;
  background-color: #5b5b5b;
}

/* Custom Mailpoet Styling */

#mailpoet_form_2 form{
	position: relative;
	margin-top: 34px;
}
#mailpoet_form_2 input[type=submit]{
	border: 1px solid #fff;
	position: relative;
	background: #fff;
}

#mailpoet_form_2 .mailpoet_form_loading{
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	width: 60px !important;
	background: var(--colorWhite);
}
#mailpoet_form_2 .mailpoet_form_loading:before{
	position: absolute;
    content:url('../img/email.svg');
	right: 15px;
    top: 7px;
    color: var(--pinkColor);
    font-size: 30px;
	background: #fff;
}


#mailpoet_form_2 input[type=email]{
/* 	position: absolute; */
	width: 100%;
	font-size: 17px;
    line-height: 24px;
    height: auto;
    border: none;
    padding: 17px 80px 17px 20px;
    background: transparent;
    color: var(--colorWhite);
	border: 1px solid var(--colorWhite);
}
#mailpoet_form_2 input[type=email]:focus,
#mailpoet_form_2 input[type=submit]:focus{
	box-shadow: none;
	outline: none;
}
#mailpoet_form_2 input[type=email]::placeholder{
	color: var(--colorWhite);
}

#mailpoet_form_2 input[type=submit]{
	position: absolute;
	right: 0;
	top: 0;
	border: 1px solid var(--colorWhite);
	height: 60px;
    width: 60px;
	background: transparent;
	cursor: pointer;
	z-index: 20;
}

#mailpoet_form_2 .mailpoet_checkbox_label{
	margin-top: 50px;
	font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.3px;
    font-family: var(--TitilliumRegular);
    color: var(--colorWhite);
	display: flex !important;
    align-items: center;
    justify-content: center;
/* 	cursor: pointer; */
	text-align: left;
}
#mailpoet_form_2 .mailpoet_checkbox_label .mailpoet_checkbox{
	height: 28px;
	width: 28px;
	border: 1px solid #fff;
	margin-right: 10px;
}

#mailpoet_form_2 .mailpoet_validate_error,
#mailpoet_form_2 .mailpoet_validate_success{
	color: #fff !important;
	font-family: var(--TitilliumRegular);
}

/* Contact Form7 Start */

.screen-reader-response{
	display: block;
}

.contactUs .wpcf7-form.sent .contactMsg{
display:block;
}
.contactMsg, .contactUs .wpcf7-form.sent .hideOnsent,
.screen-reader-response, .wpcf7-response-output{
	display:none;
}
.contactUs .contactMsg .successImg{
	position:relative;
	width:55px;
	height:55px;
}
.contactUs .contactMsg .successImg:after{
position: absolute;
bottom: 0;
content: '';
background:url('../img/thankyou.svg');
background-size:55px 55px;
height:55px;
width:55px;
	    left: 0;
}

/* Contact Form7 End/


/* Pixels Size Reduce */

.leftPxlsImage img{
	width: 55%;
	float: left;
}
.rightPxlsImage img{
	width: 55%;
	float: right;
}

.contactBox p{
	font-size: 19px;
    line-height: 30px;
    letter-spacing: 0.23px;
	margin-bottom: 30px;
}
.contactBox h3{
	font-size: 34px;
    line-height: 45px;
    letter-spacing: 0.23px;
	margin-bottom: 56px;
}
.contactBox .formTop h3{
	margin-bottom: 25px;
}
.wpcf7 .wpcf7-list-item{
	display: flex;
    align-items: center;
    justify-content: center;
}
.wpcf7 .wpcf7-list-item input[type=checkbox]{
	height: 28px;
	width: 28px;
	margin-right: 22px;
}
.contactForm .contactUs .form-group{
	float: left;
	width: 100%;
}
.contactForm .contactUs .form-group .wpcf7-not-valid-tip{
	text-align: left;
    width: 100%;
    float: left;
	color: #ff4a07;
}
.contactForm .contactUs .col-sm-12:last-child .form-group .wpcf7-not-valid-tip{
	text-align: center;
}
.contactForm .contactUs .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid.form-control{
	border: 1px solid #ff4a07;
}
.contactForm input[type=submit]{
	margin-top: 20px;
}

.gamesOverViewBox .gamesBox a{
/*	height: 350px; */
	float: left;
    width: 100%;
}
.gamesOverViewBox .gamesBox{
	padding: 0 15px;
}
.gameContent p{
	display: inline;
}
.gamesilder{
	padding-bottom: 100px;
}

/* ========= */
.singleBottomImg img{
	width: 100%;
}
.singleLeft img,
    .singleRight img {
    width: 100%;
    }
/* .videoSlider .slick-list{
	min-height: 457px;
} */
.videoSlider .slick-list .slick-track,
.videoSlider .slick-initialized .slick-slide{
	height: 457px;
}
.countrySelect{
	width: 437px;
	border: 1px solid red;
	margin: 0 auto;
	font-size: 17px;
	line-height: 20px;
	border: solid 1px var(--greyblue);
	position: relative;
	text-align: left;
	cursor: pointer;
}
.countrySelect .depSection{
	padding: 19px 12px;
}
.countrySelect .depSection img{
	display: inline-block;
	float: left;
	height: 20px;
	width: 35px;
	margin-right: 10px;
}
.depFilter .depInner{
	display: none;
	position: absolute;
	width: 100%;
    background: #fff;
    z-index: 9;
	overflow: hidden;
	left: 0px;
	top: 100%;
	border: 1px solid rgba(0,0,0,.15);
}
.depFilter .depInner ul li{
	padding: 12px 12px;
	font-size: 16px;
    line-height: 18px;
	border-bottom: 1px solid rgba(0,0,0,.15);
}
.depFilter .depInner ul li img{
	height: 20px;
	width: 35px;
	margin-right: 10px;
}
.departmentDetails .retailEdition{
	text-align: center;
}
.departmentDetails .retailEdition li{
	height: 60px;
	width: 137px;
	margin: 0 9px;
	display: inline-block;
	margin-bottom: 10px;
}

.departmentDetails .retailEdition li a,
.digitalEdition li a{
	display: inline-flex;
	justify-content: center;
	border: solid 1px var(--greyblue);
	padding: 5px;
	height: 100%;
    width: 100%;
}
.departmentDetails .retailEdition li a:hover,
.departmentDetails .retailEdition li a:focus,
.digitalEdition li a:hover,
.digitalEdition li a:focus{
	border: 1px solid var(--pinkColor);
}
.departmentDetails .retailEdition li img,
.digitalEdition li img{
	object-fit: contain;
}
.digitalEdition li{
	height: 60px;
	width: 267px;
	display: inline-block;
	margin-bottom: 10px;
}
.modalSection{
	margin-bottom: 50px;
}
.digitalEdition li.digitalOptions{
	margin: 0 10px 10px;
}
.departmentInner .modalSection:last-child{
	margin-bottom: 0;
}

/* Video Slider Buttons */

.videoSlider .slick-dots li{
	margin: 0;
    height: 8px;
    width: 8px;
    margin-right: 9px;
}
.videoSlider .slick-dots li button{
	padding: 0;
    height: 8px;
    width: 8px;
    margin: 0;
}
.videoSlider .slick-dots li button:before{
	content: '';
    height: 8px;
    width: 8px;
    border: 1px solid var(--pinkColor);
    border-radius: 50%;
}
.videoSlider .slick-active button:before{
	background: var(--pinkColor);
}

.videoSlider .slick-prev, .videoSlider .slick-next{
	height: 36px;
    width: 36px;
    border: 1px solid var(--pinkColor);
    border-radius: 50%;
    z-index: 99;
    background: var(--pinkColor);
    opacity: 0.8;
    top: initial;
    top: 50%;
}
.videoSlider .slick-prev:before,
.videoSlider .slick-next:before{
	opacity: 1;
}
.videoSlider .slick-prev{
	left: -50px
}
.videoSlider .slick-next{
	right: -50px;
}
.modal-open .modal{
	padding-right: 0;
}

/* ============== */
.media_box .row{
	display: flex;
}
.media_box .slick-track{
	height: 100%;
}
.media_box .row .col-sm-4 .media_content{
	height: 100%;
}
.socialList li a {
	display: inline-block;
    float: left;
}
.socialList li a img,
.footSocial ul li a img{
	float: left;
    width: 80%;
}
.newsContent p{
	display: inline;
}

.gamesPostInner{
	padding: 0 175px;
}
.slide_main.gamesImgSlide .thunmnail_img{
	margin: 0px 10px;
	height: 60px;
	min-width: 106px !important;
}
.slide_main.gamesImgSlide .slick-slider{
/* 	display: flex; */
}
.slide_main.gamesImgSlide .slick-track{
	height: 100%;
	display: inline-flex;
	float: left;
}
.slider-nav-thumbnails .slick-list{
	width: 100%;
}
.newsBoxs .newsInner .newsSlider{
	padding: 0 70px;
	display: inline-flex;
}
.newsOverviewSlider {
	padding: 0 70px 70px;
}
.gamesImg.gamesImg2 .gamnesIn{
	height: 287px;
}
.countrySelect .depSection img{
	display: none;
}
.modalSection.modalSecInner{
	margin-bottom: 20px;
}
.sliderPartner .slick-track{
	display: flex;
    align-items: center;
}
.factsInner .row{
	display: inline-flex;
}
.contactUs .row{
	display: inline-flex;
}
.singleBox_Mob{
	display: none;
}
.singleBox_Mob img{
	width: 100%;
}
.pressBannerMob{
	display: none;
}
.pressBannerMob img, .pressBanner img{
	width: 100%;
}
.videoSlider .slick-list .slick-track, .videoSlider .slick-initialized .slick-slide{
	height:auto !important;
}
.videoframe.slick-slide .vidSpan{
  position: relative;
  width: 100%;
	display:block;
  padding-bottom: 56.25%;
  height: 0;
}
.videoframe iframe{
  position: absolute;
  top:0;
  left: 0;
	bottom:0;
	right:0;
  width: 100%;
  height: 100%;
}

.gamesoverview .pixelNews2{
	top: 35%;
}
.gamesOverViewBox.slick-initialized .slick-slide {
    padding: 25px 40px 0;
}
.contactForm input[type=submit]{
	color:#fff;
	cursor:pointer;
}
.textpixel01{
	left: 0;
	bottom: 20%;
}

.has-text-align-center{
        text-align: center;
}

#mc4wp-form-1 div p {
    position: relative;
}

#mc4wp-form-1 div p label {
color: transparent;
    width: 100%;
}

#mc4wp-form-1 div p label input[type=email] {
width: 100%;
    font-size: 17px;
    line-height: 48px;
    height: auto;
    margin-top: -20px;
    background: transparent;
    color: var(--colorWhite);
    border: 1px solid var(--colorWhite);
    padding-left: 1rem;
    outline: none;

}

#mc4wp-form-1 div p label input[type=email]::placeholder {
    color: #fff;
}

#mc4wp-form-1 div p input[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid var(--colorWhite);
    height: 3.25rem;
    width: 100%;
    background: #fff;
    cursor: pointer;
    z-index: 20;
    padding: 5px;
    margin: 0 auto 0 0;
    border-color: transparent;
}

#mc4wp-form-1 .mc4wp-form-fields {
display: flex;
    align-items: center;
}

#mc4wp-form-1 .mc4wp-form-fields p:nth-child(1) {
    position: relative;
    width: 90%;
}

#mc4wp-form-1 .mc4wp-form-fields p:nth-child(2) {
position: relative;
    width: 10%;
    margin: 0;
    padding: 0;
    height: 3.1rem;
}

.menu-footer-menu-container {
	width: 75%;
}

/* Gem Purchase section */
.PurchaseSection {
    display: flex;
    flex-direction: column;
}

.PurchaseSection input[type=radio] {
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.PurchaseSection-typeTabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.PurchaseSection .TabButton {
    text-transform: uppercase;
    font-family: "futura-pt", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    padding: 7px 14px;
    box-shadow: 0px 10px 0px 0px rgba(255, 255, 255, 0.5490196078431373);
    border-radius: 25px;
    background-color: white;
    color: var(--e-global-color-dad850f);
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

@media (min-width: 1024px) {
    .PurchaseSection .TabButton {
        font-size: 22px;
        padding: 14px;
    }
}

.PurchaseSection-tab {
    max-width: 365px;
    width: 100%;
    margin-bottom: 20px;
}

@media (min-width: 1024px) {
    .PurchaseSection-tab:not(:last-child) {
        margin-right: 60px;
    }
}

.PurchaseSection input[type='radio']:checked ~ .TabButton,
.PurchaseSection input[type='radio'] + .TabButton:hover {
    background-color: var(--e-global-color-f6fcd17);
    color: white;
}

.PurchaseSection .PhysicalType-tab.disabled .TabButton,
.PurchaseSection .PhysicalType-tab.disabled .TabButton:hover {
    background-color: #B5B5B5;
    color: #D6D6D6;
    cursor: not-allowed;
}

.PhysicalType-tab {
    max-width: 365px;
    width: 100%;
    margin-bottom: 20px;
}

@media (min-width: 1024px) {
    .PhysicalType-tab:not(:last-child) {
        margin-right: 60px;
    }
}

.PhysicalType-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

@media (min-width: 1024px) {
    .PhysicalType-tabs {
        margin-bottom: 90px;
    }
}

.PurchaseSection-typeTabs.hidden {
    display: none;
}

.PurchaseSection-tabContent.hidden {
    display: none;
}

.PurchaseSection-country.hidden {
    display: none;
}

.PlaceholderTab {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.PlaceholderTab-col {
    width: 100%;
}

@media (min-width: 1024px) {
    .PlaceholderTab-col {
        max-width: 50%;
    }
}

.TabContent {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media (min-width: 1024px) {
    .TabContent {
        flex-wrap: nowrap;
    }
}

.TabContent-col {
    width: 100%;
    margin-bottom: 30px;
}

.TabContent-col:last-child {
    max-width: 100%;
    background-color: var(--e-global-color-dad850f);
    border-radius: 33px;
    padding: 45px;
    text-align: center;
}

@media (min-width: 1024px) {
    .TabContent-col:first-child {
        max-width: 40%;
    }

    .TabContent-col:last-child {
        border-radius: 33px;
        margin-left: 60px;
        text-align: left;
    }
}

body.gems-template-template-elementor-games .TabContent-desc,
body.gems-template-template-elementor-games .TabContent-available {
    display: inline-block;
    font-family: "futura-pt", Sans-serif;
    color: white;
    text-transform: uppercase;
    text-align: left !important;
    font-size: 15px;
    margin-bottom: 20px;
}

body.gems-template-template-elementor-games .TabContent-available {
    margin-bottom: 10px;
}

.TabContent-price {
    display: block;
    font-family: "jetlab-variable", Sans-serif;
    font-variation-settings: "HORZ" 0, "LIFT" 50, "THRU" 100, "VERT" 50;
    font-size: 98px;
    line-height: 1.1;
    margin-bottom: 20px;
    color: white
}

.TabContent-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media (min-width: 1024px) {
    .TabContent-links {
        justify-content: flex-start;
    }
}

.TabContent-link {
    display: block;
    background-color: white;
    border-radius: 14px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 270px;
    height: 50px;
    padding: 10px;
}

@media (min-width: 1024px) {
    .TabContent-link {
        margin-bottom: 30px;
        margin-right: 35px;
        height: 58px;
    }
}

.TabContent-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.PurchaseSection-countrySelect {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 440px;
    height: 35px;
    margin-bottom: 40px;
    box-shadow: 0px 6px 0px 0px rgba(255, 255, 255, 0.5490196078431);
    background-color: white;
    border-radius: 25px;
    border: none;

    appearance:none;
}

@media (min-width: 1024px) {
    .PurchaseSection-countrySelect {
        height: 73px;
        font-size: 25px;
        box-shadow: 0px 10px 0px 0px rgba(255, 255, 255, 0.5490196078431);
    }
}

.custom-country-select {
  position: relative;
  width: 100%;
  max-width: 440px;
  font-size: 13px;
  color: #000;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
    .custom-country-select {
        font-size: 25px;
    }
}

.select-button {
    width: 100%;
    background-color: #fff;
    padding: 0.675em 1em;
    border-radius: 25px;
    border: none;
    cursor: pointer;

    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "futura-pt", Sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    color: var(--e-global-color-dad850f);
    box-shadow: 0px 6px 0px 0px rgba(255, 255, 255, 0.5490196078431);
    position: relative;
    z-index: 1;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.select-button.filled {
    background-color: var(--e-global-color-f6fcd17);
    color: white;
}

@media (min-width: 1024px) {
    .select-button {
        font-size: 25px;
        box-shadow: 0px 10px 0px 0px rgba(255, 255, 255, 0.5490196078431);
    }
}

.selected-value {
  text-align: left;
}

.select-arrow {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid var(--e-global-color-dad850f);
  transition: transform ease-in-out 0.3s, border-top-color ease 0.3s;
  margin-left: 10px;
}

.select-button.filled .select-arrow {
      border-top-color: white;
}

@media (min-width: 1024px) {
    .select-arrow {
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 14px solid var(--e-global-color-dad850f);
        margin-left: 20px;
    }
}

.select-dropdown {
  position: absolute;
  top: calc(100% - 15px);
  list-style: none;
  width: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 4px;
  padding: 30px 10px;
  /* max-height: 200px; */
  overflow-y: auto;
  transition: opacity 0.5s ease;
  opacity: 0;
  visibility: hidden;
  border-radius: 25px;

}

.select-dropdown li {
  position: relative;
  cursor: pointer;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.select-dropdown li label {
  width: 100%;
  padding: 18px 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;;
  gap: 1rem;
  align-items: center;
  color: var(--e-global-color-dad850f);
  font-family: "futura-pt", Sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
    .select-dropdown li label {
        font-size: 25px;
    }
}

.select-dropdown::-webkit-scrollbar {
  width: 7px;
}
.select-dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 25px;
}

.select-dropdown::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 25px;
}

.select-dropdown li:hover,
.select-dropdown input:checked ~ label {
  background-color: #f2f2f2;
}

.select-dropdown input:focus ~ label {
  background-color: #dfdfdf;
}

.select-dropdown input[type="radio"] {
  position: absolute;
  left: 0;
  opacity: 0;
}

/* interactivity */

.custom-country-select.active .select-arrow {
  transform: rotate(180deg);
}

.custom-country-select.active .select-button {
    box-shadow: 0px 6px 0px 0px var(--e-global-color-dad850f);
}

@media (min-width: 1024px) {
    .custom-country-select.active .select-button {
        box-shadow: 0px 10px 0px 0px var(--e-global-color-dad850f);
    }
}

.custom-country-select.active .select-dropdown {
  opacity: 1;
  visibility: visible;
}