@charset "utf-8";
@import "../plugins/bootstrap/css/bootstrap.min.css";
@import "../plugins/fontawesome/css/fontawesome-all.min.css";

.w-35 {
  width: 35%;
}

.w-65 {
  width: 65%;
}

.bg-one {
  background-color: #1f082c !important;
}

.bg-two {
  background-color: #2c2e35 !important;
}

.bg-three {
  background-color: #435f7a !important;
}

body {
  position: relative;
  height: auto;
  font-family: 'Rajdhani', sans-serif;
  padding-bottom: 54px;
  padding-top:75px;
  background: #3e3e48 url(../images/bg.png);
  min-height: 100vh;
}

h1, h2, h3, h4, h5, ul, .form-group {
  margin-bottom: 0;
}

h1, h2 {
  font-size: 20px;
  line-height: 24px;
}

h3, h4 {
  font-size: 18px;
  line-height: 22px;
}

h5 {
  font-size: 16px;
  line-height: 20px;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

ul {

  list-style: none;
}

.description-section ul {
  display: block !important;
  list-style-type: disc !important;
}

*:focus, *:hover {
  outline: none !important;
  text-decoration: none !important;
}
.text-center {
	text-align:center;
}
header {
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #1e276e;
    z-index: 1000;
	padding: 5px 0 10px 0;
    background: linear-gradient(to bottom, #555b67 0%,#434650 100%);
    box-shadow: 0 2px 5px #26292E, inset 0 1px 0 0 rgba(255,255,255,.10);
}
header .logo img {
  height: 50px;
}
.header-right {
	    padding: 7px 15px 5px 15px;
    border-radius: 14px;
    box-shadow: 0 6px 12px 0 #2b2b35, inset 0 4px 10px 0 rgb(50, 50, 56);
    border: solid 3px #4a4a53;
    background-color: #3e3e48;
}
.game-types a{
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
}
.game-types  img,  .game-types svg{
      width: 18px;
	  height:18px;
      margin-top: -4px;
      margin-right: 5px;
      fill: #fff;
}

.search-box input[type=text] {
  border: none;
  height: 34px;
  padding: 5px 34px 5px 15px;
  background-color: #2c2e35;
  color: #fff;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  border-radius: 8px;
}
.search-box input[type=text]::placeholder {
  color: #8f9fb1;
}
.search-box button.position-absolute {
  right: 0;
  top: 0;
  height: 34px;
  width: 34px;
  line-height: 34px;
  text-align: center;
  border: none;
  background-color: transparent;
  color: #fdfdfd;
}
.search-box .dropdown {
  height: 60px;
  text-transform: uppercase;
}
.search-box .dropdown .dropdown-toggle {
  font-size: 14px;
}
.search-box .dropdown .dropdown-toggle::after {
  display: none;
}
.search-box .dropdown .dropdown-menu {
  padding: 0;
  border: none;
  -webkit-box-shadow: 0px 0px 8px 0px #293642;
  -moz-box-shadow: 0px 0px 8px 0px #293642;
  box-shadow: 0px 0px 8px 0px #293642;
}
.search-box .dropdown .language-box {
  padding: 8px;
  width: 310px;
  background-color: #34495e;
}
.search-box .dropdown .language-box a {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 14px;
  color: #ccdcef;
}
.search-box .dropdown > a {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 64px;
  color: #ccdcef;
}
.search-box.mobile-search-box {
  background-color: #34495e;
  color: #ccdcef;
  padding: 15px;
}
.search-box.mobile-search-box span {
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}
.search-box.mobile-search-box input[type=text] {
  background-color: #ccdcef;
  color: #2c3e50;
}
.search-box.mobile-search-box input[type=text]::placeholder {
  color: #2c3e50;
}
.search-box.mobile-search-box button[type=submit].position-absolute {
  background-color: #435f7a;
}

.nav > a {
  font-size: 12px;
  height: 60px;
  line-height: 64px;
  color: #ccdcef;
}
.nav > a.active {
  color: #fff;
  background-color: #34495e;
}
.nav > a:hover, .nav > a.active {
  background-color: #2c3e50;
}
.nav .dropdown {
  height: 60px;
}
.nav .dropdown .dropdown-toggle::after {
  display: none;
}
.nav .dropdown .dropdown-menu {
  padding: 0;
  border: none;
  -webkit-box-shadow: 0px 0px 8px 0px #bdb58e;
  -moz-box-shadow: 0px 0px 8px 0px #bdb58e;
  box-shadow: 0px 0px 8px 0px #bdb58e;
}
.nav .dropdown .language-box {
  padding: 8px;
  width: 310px;
  background-color: #fff0aa;
}
.nav .dropdown .language-box a {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 14px;
  color: #ccdcef;
}
.nav .dropdown > a {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 64px;
  color: #ccdcef;
}

.category-box {
  position: fixed;
  display:none;
  width: 100%;
  top: 74px;
  left:0;
  z-index: 500;
  padding:10px 0;
  background-color: #2c2e35;
}
  .category-box  .nav > a {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 15px;
    background: #2c2e35;
    font-weight: 500;
    color: #fff;
  }
.cat-list {
	display: inline-block;
	background: #4e535e!important;
	margin: 5px;
	border-radius: 5px;
	line-height: 54px!important;
	height: 56px!important;
}
.cat-list img {
	border-radius:4px;
}

.cat-list span {
	margin-left:5px; 
}

.games {
 
  text-align:center;
  margin: 0 auto;
}
.opacity-half {
 opacity:.5;
}
.advertising {
	position: absolute;
    background: rgb(103 58 183 / 22%);
    left: 7px;
    top: 7px;
    border-radius: 10px;
	width: 588px!important;
    height:350px!important; 
    min-height:350px!important; 
}
.games .game:hover.opacity-half {
	opacity:1;
}
.games .game {
	
	margin: 0 0 10px 10px;
    width: 180px;
    height: 135px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 0 rgba(255,255,255,.10);
}
.game-small .game{
  position: relative;
  width:151px;
  height:103px;
  margin:7px;
  display:inline-block;
  border-radius:10px; 
}
.game-small .game .image-section img{
  width:151px!important;
  height:105px!important;
}
.games .game:hover {
 
  
}
span.hot {
    position: absolute;
        top: -9px;
    left: 5px;
}
span.hot:after {
	position: absolute;
    content: '';
    background: url(../images/fire.png) no-repeat;
    color: #fff;
    padding: 8px;
    border-radius: 0px 10px 10px 0px;
    font-weight: 600;
	width:32px;
	height:32px;
}
.gamelg .image-section img {
	width: 374px!important;
	max-height: 278px!important;
	min-height: 278px!important;
	border-radius:10px;
}
.gamelg {
	width: 374px!important;
	height: 279px!important;
	border-radius:10px;
}
.games .game .image-section {
  position: relative;
  border-radius: 10px;
    overflow: hidden;
}
.games .game .image-section img {
  z-index: 1;
    width: 100%;
    height: 100%;
}
.games .game .description-section div:first-child{
  text-overflow: ellipsis;
  white-space: nowrap;
  width:100%;
  overflow: hidden;
}
.games .game .description-section {
  box-sizing: border-box;
    z-index: 9;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 3px;
    opacity: 1;
    line-height: 19px;
    font-size: 12px;
    letter-spacing: -0.5px;
    text-align: right;
    background: rgba(0,0,0,0.8);
    width: 100%;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
}
.hot, .new {
	margin-top:15px;
}
.games .game video {
	 position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.3); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.3); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.3);
    transition: all 200ms ease-in;
    transform: scale(1.3); 
}

.games .game .game-video {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}
.games .game .game-video.game-video-show {
  display: block;
}
.games .game:after {
  position: absolute;
  content: "";
  z-index: -2;
  left: -5px;
  top: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  opacity: 0;
}
.games .game:hover:after {
  opacity: 1;
}
.games.game-listing {
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  grid-auto-rows: minmax(67px, auto);
}
.games.game-listing-2 {
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  grid-auto-rows: minmax(120px, auto);
}
.games.game-listing-3 {
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  grid-auto-rows: minmax(130px, auto);
}

div.game_title {
    position: absolute;
    z-index: 9;
    bottom: 0px;
    left: 0;
    text-align: left;
    width: 100%;
    background: rgba(0,0,0,0.8);
    color: #fff;
    font-weight: 500;
    font-size: 14px;
	padding:0 5px;
}
.games .game:hover .game_title {
 
}
div.game_title span {
	left: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 130px;
    float: left;
}
div.game_title strong {
	right: 2px;
    position: absolute;
	font-size:12px;
	top:3px;
	color: #a7a7a7;
    font-weight: 600;
}
.games .game:hover .game_title {
	display:block;
}
.pagination a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #2c2e35;
	color: #fff;
	font-size: 19px;
	margin-left: 2px;
	margin-right: 2px;
	font-weight: 600;
	border-radius: 5px;
}
.pagination a:hover, .pagination a.active {
      background-color: #fcc81a;
      color: #392656;
}

.category-page {
  padding-top: 15px;
  padding-bottom: 15px;
}
.category-page .left-section {
  background-color: #383840;
}
.category-page .left-section .caption {
  padding: 15px;
  color: #ccdcef;
  font-weight: 700;
}
.category-page .left-section .description-section {
  padding: 15px;
  color: #ccdcef;
}
.category-page .right-section {
  width: 70%;
}

.sub-page .left-section {
  width: 80%;
  padding: 15px;
}
.sub-page .left-section .featured-games {
}
.sub-page .left-section .featured-games .caption span {
  color: #ccdcef;
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}
.sub-page .left-section .featured-games.bg-two .image-section img{
  width: 100%;
  max-height:105px;
  min-height: 105px;
}
.featured-games.bg-two .games .game {
    position: relative;
    width: 151px;
    height: 113px;
    margin: 12px;
    display: inline-block;
}
.sub-page .left-section .right-box {
  color: #ccdcef;
  background-color: #070f48;
  padding: 15px;
  border-radius: 14px;
}
.sub-page .left-section .right-box .caption {
  padding: 15px;
  color: #ccdcef;
  font-weight: 700;
  border-radius: 10px;
}
.sub-page .left-section .right-box .description-section {
  padding: 15px;
}
.sub-page .right-section {
  position: fixed;
  right: 0;
  top:92px;
  background-color: #070f48;
  height: calc(100vh - 110px) !important;
  max-height: calc(100vh - 110px) !important;
  bottom:0;
  width: 20%;
  border-radius: 14px;
  padding-top: 15px;
}

.sub-page .right-section .play-button {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.sub-page .right-section .play-button .description-section {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #1a2267;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin: 0 auto;
  width: 180px;
  border-radius: 14px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.sub-page .right-section .play-button:hover .description-section {
  background-color: #070f48;
}
.sub-page .right-section .game-status {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  color: #ccdcef;
}
.gameinfo {
  background-color: #2c3e50;
  padding: 10px;
  color: white;
  text-align: center;
}
.gameinfo hr{
  background-color: white;
}
#liked a{
  color: #fff;
  font-size: 15pt;
}
#disliked a{
  color: #a9a9a9;
  font-size: 15pt;
}
.sub-page .right-section .game-status div:first-child {
  margin-bottom: 10px;
}
.sub-page .right-section .game-status a {
  color: #ccdcef;
}
.sub-page .right-section .game-status a i {
  margin-right: 2px;
}
.sub-page .right-section .game-status a:last-child {
  color: rgba(204, 220, 239, 0.67);
  margin-left: 5px;
  font-size: 12px;
}

.game-section {
  padding-top: 15px;
  padding-bottom: 15px;
}
.game-section .game-bottom-bar {
  padding: 15px;
  background-color: #2c2e35;
  border-radius: 0 0 10px 10px;
}
.game-section .game-bottom-bar h1 {
  color: #fff;
  text-shadow: 2px 2px 4px #34475e;
}
.game-section .game-bottom-bar .game-status {
  color: #ccdcef;
}
.game-section .game-bottom-bar .game-status div:first-child {
  margin-bottom: 10px;
}
.game-section .game-bottom-bar .game-status a {
  color: #ccdcef;
}
.game-section .game-bottom-bar .game-status a i {
  margin-right: 2px;
}
.game-section .game-bottom-bar .game-status a:last-child {
  color: rgba(204, 220, 239, 0.67);
  margin-left: 5px;
  font-size: 12px;
}
.game-section .game-bottom-bar .embed-link {
  font-size: 13px;
  background: #4d525d;
  color: #fff;
  border-radius: 4px;
  padding: 7px 10px;
}
.game-section .game-description {
  margin-top: 15px;
  background-color: #2c2e35;
  color: #ccdcef;
  padding: 15px;
  margin-bottom: 25px;
  border-radius: 10px;
}
.game-section .game-description .game-tags a {
  background-color: #435f7a;
  color: #ccdcef;
  display: table;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 700;
  margin-right: 5px;
}
.game-section .game-description .game-tags a:hover {
  background-color: #34495e;
}

.embed-form textarea {
  border: none;
  width: 100%;
  height: 60px;
}
.embed-form button {
  border: none;
  font-size: 14px;
  padding: 5px 15px;
  background-color: #2c3e50;
  color: #ccdcef;
}
.embed-form button:last-child {
  margin-left: 5px;
  background-color: #435f7a;
}
.embed-form button:hover {
  cursor: pointer;
  background-color: #34495e;
}

footer {
  margin-top: 50px;
  background-color: #4a4a53;
  color: #ccdcef;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
footer a {
  font-size: 13px;
  color: #ccdcef;
  padding-left: 5px;
  padding-right: 5px;
}
footer a:hover {
  color: #fff;
}

.ads-3 {
  width: 300px;
  min-height: 250px;

}

.liveresult.live{
  position: absolute;
  right: 0;
}

.game-embed{
  height: 700px;
}

video{
  transform: scale(1.1);
}
.image-section{
  overflow: hidden;
}

.category{
  color: #fcc13f;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.category:hover{
  color: #ccdcef !important;
  
  text-transform: uppercase !important;
}

/* .ackapa{ */
  /* display: block !important; */
  /* transition:0.5s; */
/* } */

.duvar{
  border-right: 1px;
  border-right-color: #3e5770;
  border-right-style: dotted;
}
.game-embed{
  height: 650px;
  width: 100%;
}
@media screen and (max-width: 1700px) {

  .game-embed{
    height: 650px;
    width: 100%;

  }
  
  .category{
    display: block;
  }
 
}
@media screen and (max-width: 1500px) {
  .category-box  .nav > a {
    font-size: 12px;
    padding-left:7px;
    padding-right:7px;
  }
  .game-embed{
    height: 500px;
    width: 100%;

  }
  .category-box{
    display: none;
  }
  .category{
    display: block;
  }
 
}

.right-box-games .games .game {
    position: relative;
    width: 150px;
    height: 112px;
    margin: 5px;
    display: inline-block;
}

@media screen and (max-width: 1440px) {
	.right-box-games .games .game, .featured-games .games .game {
    position: relative;
	height:auto;
    margin: 5px;
    display: inline-block;
}
}
@media screen and (max-width: 1350px) {
	.right-box-games .games .game {
    position: relative;
    width: 46%; 
	height:auto;
    margin: 5px;
    display: inline-block;
}
  .game-embed{
    height: 400px;
  }
  .game-bottom-bar{
  }
  header .search-box .dropdown > a {
    font-size: 13px;
  }
  .category-box  .nav > a:nth-last-child(-n+3){
    display: none;
  }
  .nav .dropdown > a {
    font-size: 13px;
  }

}
@media screen and (max-width: 1000px) {
  .category-box .nav > a {
    padding-left: 8px;
    padding-right: 8px;
  }

  .sub-page .left-section {
    width: 100%;
  }
  .sub-page .left-section .left-box .featured-games .games.game-listing-2 .game .description-section {
    font-size: 12px;
  }
  .sub-page .right-section {
    background-color: #435f7a;
    background-image: none;
    width: 100%;
    position: unset;
  }

  .category-page .left-section {
    position: unset;
    width: 100%;
  }
  .category-page .right-section {
    width: 100%;
    margin-bottom: 15px;
  }
  .category-box  .nav > a:nth-last-child(-n+6){
    display: none;
  }
  .game-embed{
    height: 350px;
    width: 100%;

  }
}
@media screen and (max-width: 900px) {
 
  .ads2 {
    display: none;
  }
  .featured-games {
    display: none;
  }
 
 
  .sub-page{
    height: 600px!important;
  }
  .order-md-2{
    display: none;
  }
  .game-embed{
    height: 350px;
    width: 100%;

  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 58px;
  }

  header {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  header .mobile-buttons a {
    font-size: 18px;
    color: #ccdcef;
  }
  header .mobile-buttons a:first-child {
    color: #a8b0bb;
    margin-right: 15px;
  }
.game-section {
	margin-top:10px;
}
  .category-box {
    padding-top: 5px;
    padding-bottom: 5px;
    position: fixed;
    left: -100%;
    top: 0;
    width: 70%;
    height: 100%;
    overflow: hidden;
    z-index: 1020;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
  }
  .category-box .nav > a {
    height: auto;
    line-height: inherit;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #a8b0bb;
  }
  .category-box .nav > a:hover, .category-box .nav > a.active {
    color: #ccdcef;
    background-color: transparent;
  }
  .category-box.nav-active {
    left: 0;
  }
  .game-embed{
    height: 350px;
    width: 100%;

  }
  .nav-overlay {
    position: fixed;
    right: 0;
    top: 0;
    width: 30%;
    height: 100%;
    z-index: -1000;
  }
  .nav-overlay.overlay-active {
    z-index: 1010;
  }

}
.game-info-img {
	position: relative;
	height: 302px;
	max-width: 85%;
	border-radius: 10px;
	padding: 8px 0px;
	box-shadow: 0 6px 12px 0 #1d1c21, inset 0 4px 10px 0 rgba(0,31,71,.23);
	border: solid 3px #1a2267;
	margin: 0 auto;
	margin-left: 34px;
	overflow: hidden;
	color: #fff;
	font-size: 20px;
}
.game-info-img img {
	border-radius:14px;
	margin-top:16%;
	margin-bottom:6%;
	width: 180px;
	height: 135px;
}
.game-bg {
	background-size: cover;
    -webkit-filter: blur(30px);
    -moz-filter: blur(30px);
    -ms-filter: blur(30px);
    filter: blur(30px);
    filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);
    opacity: 0.6;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}
	 
	 .blue-bar {
		 color:#fff;
    height: 60px;
    background-image: linear-gradient(to bottom,#2a272b,#2e2d38);
    padding: 15px 15px;
    z-index: 1;
    position: relative;
    border-radius: 10px 10px 0 0;
}
.center-box {
	border: solid 5px #2e2d38;
    background-color: #3d3d48;
    padding: 0 20px;
}
.blue-shadow-left {
    background: #2e2d38;
    box-shadow: -2px 0px 20px #2e2d38;
}
.gameSet {
    position: relative;
    height: 280px;
    max-width: 95%;
    border-radius: 10px;
    padding: 8px 0px;
    box-shadow: 0 6px 12px 0 #1d1c21, inset 0 4px 10px 0 rgba(0,31,71,.23);
    border: solid 3px #3e3e48;
    margin: 0 auto;
    margin-left: 10px;
    overflow: hidden;
    color: #fff;
    font-size: 20px;
	text-align:center;
}
.gameSet .bg {
    background-size: cover;
    -webkit-filter: blur(30px);
    -moz-filter: blur(30px);
    -ms-filter: blur(30px);
    filter: blur(30px);
    filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);
    opacity: 0.6;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.abs {
    position: absolute;
    z-index: 1;
    width: 180px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 38px;
}
.gameSet .likeHits {
    padding: 8px 15px;
    border-radius: 8px;
    color: #fff;
    float: left;
    margin: 15px 0;
    width: 100%;
    position: absolute;
    bottom: -15px;
    left: 0;
}
.gameSet a {
    display: inline-block;
    color: #fdfdff;
    font-weight: 600;
    text-decoration: none;
    width: 100%;
    line-height: 24px;
    border-radius: 8px;
    background: #FF5722;
}
.all-games {
    box-shadow: inset 0 2px 4px 0 rgba(255,255,255,.38), inset 0 -3px 3px 0 rgba(0,0,0,.2), 0 8px 15px 0 rgba(6,29,98,.5);
    height: 40px;
    border-radius: 27px;
    text-transform: uppercase;
    border: none;
    padding: 7px 22px;
    background-color: #FF9800;
}
.gameSet .game-image {
    display: block;
    margin-bottom: 25px;
}
.gameSet .game-image img {
    border-radius:8px;
}
.description-section {
	color:#fff;
	padding:15px 0;
}