::selection {
  background: #30759E;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #30759E;
  color: #ffffff;
  text-shadow: none;
}

* {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.section, .main-raw,
.text-wrap,
.img-wrap,
ul,
section {
  float: left;
  width: 100%;
}

body {
  background: #0C0D14;
  font-size: 100%;
  color: #444444;
  line-height: 100%;
  font-style: normal;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
  padding: 75px 0 0px !important;
}

html {
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}

html,
html a,
body {
  -webkit-font-smoothing: antialiased;
}

a {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  color: #878A9E;
  font-weight: 700;
  text-decoration: none;
}
a:hover, a:focus {
  color: #ffffff;
  text-decoration: none;
}

:focus {
  outline: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: "Nunito Sans", sans-serif;
  border: 0;
  outline: 0;
  font-size: 100%;
}

/* remember to define focus styles! */
ol,
ul {
  list-style: none;
  margin: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

button {
  cursor: pointer;
  border: none;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

input[type=checkbox] {
  vertical-align: top;
}

input[type=radio] {
  height: auto;
  vertical-align: top;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #ffffff;
}

:-ms-input-placeholder {
  color: #ffffff;
}

::placeholder {
  color: #ffffff;
}

table {
  border: 0 none;
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

img {
  border: 0 none;
  max-width: 100%;
  height: auto;
  width: auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.clearfix {
  clear: both;
  display: block;
  font-size: initial;
  height: 0;
  line-height: 0;
}

.relative {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child{
  margin-bottom: 0px;
}

h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  font-family: "Nunito Sans", sans-serif;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 10px;
}

h2 {
  font-size: 26px;
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  line-height: 130%;
  text-transform: capitalize;
  margin-bottom: 10px;
}

h3 {
  font-size: 22px;
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  line-height: 130%;
  text-transform: capitalize;
  margin-bottom: 10px;
}

h4 {
  font-size: 18px;
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  line-height: 130%;
  text-transform: capitalize;
  margin-bottom: 10px;
}

h5 {
  font-size: 16px;
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  line-height: 130%;
  text-transform: capitalize;
  margin-bottom: 10px;
}

h6 {
  font-size: 14px;
  color: #ffffff;
  line-height: 130%;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
}

p {
  font-size: 16px;
  color: #ffffff;
  line-height: 180%;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
}

b,
strong {
  font-weight: 700;
  color: #ffffff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

.btn-wrap,
body .gform_wrapper .gform_footer input[type=submit] {
  background-color: #cb6628;
  display: inline-block;
  width: auto;
  line-height: 120%;
  padding: 14px 25px;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 15px;
  margin-top: 10px;
  border: none;
}
.btn-wrap:hover, .btn-wrap:focus,
body .gform_wrapper .gform_footer input[type=submit]:hover,
body .gform_wrapper .gform_footer input[type=submit]:focus {
  color: #ffffff !important;
  background-color: #373952 !important;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.9s !important;
}

/*  Header  Start */
#header {
  float: left;
  width: 100%;
  background-color: rgba(33, 34, 51, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  transition-property: all;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
#header .header {
  width: 100%;
  float: left;
  padding: 0px 0px;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
#header .header .menu-scroll {
  width: 100%;
  float: left;
}
.games-menu,
#menu-top-menu{
  width: 100%;
  float: left;
}
.games-menu li,
#menu-top-menu li{
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
.games-menu li img{
  margin-right: 15px;
}
#menu-top-menu li a:before{
  content: '';
  width: 24px;
  height: 24px;
  margin-right: 15px;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#menu-top-menu li.home a:before{
  background-image: url(../images/home.svg);
}
#menu-top-menu li.trending a:before{
  background-image: url(../images/trending.svg);
}
#menu-top-menu li.new-games a:before{
  background-image: url(../images/new.svg);
}
.nav_open #header .header .header-right {
  left: -200px;
}
#header .header .menu-scroll .menu-menu-container{
  width: 100%;
  float: left;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #28293D;
}
.menu-menu-container ul{
  width: 100%;
  float: left;
}
.menu-menu-container ul li{
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
#menu-top-menu li a,
.games-menu li a,
.menu-menu-container ul li a{
  font-size: 16px;
  float: left;
  padding: 2px 0;
  width: 100%;
  display: flex;
  align-items: center;
}
.menu-menu-container ul li.current-menu-item a,
#menu-top-menu li.current-menu-item a,
.games-menu li.active a{
  color: #ffffff;
}
#header .header .gtranslate_wrapper {
  margin-left: 50px;
  width: auto;
  float: left;
}
#header .header .header-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  border-bottom: 1px solid #28293D;
}
#header .header .header-main .left-box{
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}
#header .header .header-main .right-box{
  width: auto;
  float: right;
  padding: 0 20px;
  position: relative;
}
#header .header .header-main .logo {
  float: left;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  width: auto;
  text-align: center;
  position: relative;
  z-index: 9999;
  top: 0;
  padding: 10px 20px;
}
#header .header .header-main .logo .gtranslate_wrapper {
  display: none;
}
#header .header .header-main .logo a {
  width: 100%;
  float: left;
  position: relative;
}
#header .header .header-main .logo a img {
  height: 54px;
  margin: 0 auto;
  display: inline-block;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
#header .header .header-main .logo a img.color-logo {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
#header .header .header-right {
    float: right;
    height: calc(100% - 75px);
    border-right: 1px solid #28293D;
    position: fixed;
    z-index: 999;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    width: 200px;
    left: 0;
    top: 75px;
    background-color: #000000;
    overflow: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #AAADBE transparent;
    transition: all 0.3s;
}
#header .header .header-right .menu-box{
  width: 100%;
  float: left;  
  padding: 20px 20px 30px;
  min-width: 200px;
}
.search-box{
  width: 400px;
  float: right;
}
.search-input {
  width: 100%;
  float: left;
  background-color: rgb(55, 57, 82);
  box-shadow: none;
  outline: none;
  border: none;
  color: rgb(170, 173, 190);
  font-size: 16px;
  font-weight: 700;
  padding: 10px 50px 10px 24px;
  border-radius: 30px;
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 22px;
}
.search-game-wrap {
  position: absolute;
  width: calc(100% - 40px);
  left: 20px;
  top: 60px;
  background-color: #373952;
  border-radius: 10px;
  overflow: auto;
  max-height: 220px;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #AAADBE transparent;
  transition: all 0.3s;
}
.search-game-wrap li {
  width: 100%;
  float: left;
  padding: 10px 15px;
  border-bottom: 1px solid #28293d;
  display: none;
}
.search-game-wrap li a {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
}
.search-game-wrap li .img {
  width: auto;
  float: left;
}
.search-game-wrap li img {
  width: 44px;
  height: 44px;
  object-fit: cover;
}
.search-game-wrap li h5{
  width: calc(100% - 44px);
  float: left;
  padding-left: 15px;
}
/*-----------------res-nav-Start-------------------*/
.res_navigation {
  float: left;
  width: 30px;
  margin-left: 20px;
  height: 22px;
  position: relative;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

.nav-toggle {
  position: absolute;
  top: 3px;
  right: 0;
  z-index: 999999;
  padding: 5px 30px 13px 0;
  cursor: pointer;
}
.nav-toggle:focus {
  outline: none;
}
.nav-toggle.active .top {
  -webkit-transform: translateY(12px) translateX(0) rotate(45deg);
  -ms-transform: translateY(12px) translateX(0) rotate(45deg);
  transform: translateY(12px) translateX(0) rotate(45deg);
  background: #ffffff;
  top: -3px;
}
.nav-toggle.active .bottom {
  -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
  transform: translateY(-7px) translateX(0) rotate(-45deg);
  background: #ffffff;
  top: 16px;
}
.nav-toggle.active .middle {
  opacity: 0;
  background: #ffffff;
}
.nav-toggle span {
  background: #ffffff;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  -webkit-transition: all 0.55s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}
.nav-toggle span:nth-of-type(2) {
  top: 9px;
  width: 70%;
}
.nav-toggle span:nth-of-type(3) {
  top: 18px;
}

/*-----------------res-nav-end-------------------*/
/*  Header  End */
.container {
  max-width: 1310px;
}
.nav_open .games-wrapper,
.nav_open footer{
  width: 100%;
}
.games-wrapper,
footer{
  width: calc(100% - 200px);
  float: right;
  padding: 20px;
  transition: all 0.3s;
}

.games-box-wrap{
  width: 100%;
  float: left;
}
.game-row{
  width: 16.66%;
  float: left;
  padding: 5px;
}
.game-row a{
    width: 100%;
    float: left;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    border: 2px solid transparent;
}
.game-row a img{
  height: 130px;
  width: 100%;
  object-fit: cover;
}
.game-row a:hover{
    border: 2px solid #cb6628;
}
.game-row a:hover .game-video,
.game-row a:hover:before,
.game-row a:hover h6{
  opacity: 1;
  visibility: visible;
}

.game-row a:before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0) 50%);
  z-index: 3;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.game-row h6{
  position: absolute;
  width: 100%;
  padding: 10px;
  left: 0;
  bottom: 0;
  z-index: 4;
  opacity: 0;
  transition: all 0.3s;
  visibility: hidden;
}

.game-video {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}
.game-video video {
    width: 100%;
    float: left;
    height: 100%;
    object-fit: cover;
}

.games-single-wrapper{
  width: 100%;
  float: left;
}
.games-single-wrapper .box-wrapper{
  width: 220px;
  float: left;
}
.full-box.game-row{
  width: 100%;
}
.games-single-wrapper .center-box{
  width: calc(100% - 440px);
  float: left;
  padding: 0 20px;
}
.iframe-game{
  width: 100%;
  height: 532px;
  float: left;
  position: relative;
  background-color: rgba(33, 34, 51, 0.8);
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.iframe-game iframe{
  width: 100%;
  float: left;
  background-color: rgba(33, 34, 51, 0.8);
}
.game-name {
  width: 50%;
  background-color: rgb(33 34 51);
  padding: 12px 20px;
  float: left;
  /* border-radius: 0 0 8px 8px; */
  margin-top: -45px;
  z-index: 99999;
  position: relative;
}
.related-post {
  width: calc(100% + 10px);
  float: left;
  margin: 10px -5px 0;
}
.related-post .game-row {
  width: 25%;
}

.description-wrap{
  background-color: #1A1B28;
  width: 100%;
  float: left;
  padding: 20px;
  border-radius: 8px;
  margin-top: 30px;
}


.description-wrap ol,
.description-wrap ul{
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.description-wrap ol:last-child,
.description-wrap ul:last-child{
  margin-bottom: 0px;
}
.description-wrap ol li,
.description-wrap ul li{
  width: 100%;
  float: left;
  position: relative;
  color: #ffffff;
  margin-bottom: 10px;
  padding-left: 15px;
  line-height: 160%;
}
.description-wrap ol li:after,
.description-wrap ul li:after{
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 100%;
  left: 0;
  top: 9px;
}
.wp-pagenavi span.pages,
.wp-pagenavi a.first,
.wp-pagenavi a.last{
  display: none;
}
.wp-pagenavi {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  width: 50px;
  height: 50px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1c1e2d;
  border-radius: 100%;
  margin: 5px !important;
  color: #ffffff;
}
.wp-pagenavi a:hover{
  background-color: #cb6628;
}

a.prev.page-numbers, a.next.page-numbers {
  display: none;
}
/*  Footer  Start */
footer {
    border-top: 1px solid #28293D;
    padding: 15px 0;
    transform: inherit !important;
    background-color: rgba(33, 34, 51, 0.8);
}
.footer-wrapper a {
  font-weight: 400;
  text-decoration: none;
}
.footer-wrapper a:hover {
  text-decoration: none;
}
.footer-wrapper .copy-right {
  width: 100%;
  float: left;
  text-align: center;
}
.footer-wrapper .copy-right .box {
  border-top: 1px solid rgb(230, 232, 234);
  width: 100%;
  float: left;
  padding: 25px 0;
}
.footer-wrapper .copy-right p {
  color: #ffffff;
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  padding-bottom: 0px;
}

.home-page-wrap{
  width: 100%;
  float: left;
}
.home-page-wrap h2:first-child{
  margin-top: 0px;
}
.home-page-wrap h2{
  margin-top: 30px;
  padding: 0 5px;
}
.home-page-wrap .game-row {
  width: 20%;
}
.home-page-wrap .game-row a img {
  height: 160px;
}
.home-page-wrap .btn-box{
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 10px;
}
.ads-box{
	width: 100%;
  	float: left;
	margin-top: 20px;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/*  Footer  End */