
h4, h5, h6,
h1, h2, h3 {margin: 0;}
ul, ol {margin: 0; padding:0;}
p {margin: 0;}
html, body{
	font-family: 'OpenSans-Regular';
	font-size: 100%;
  
}
#aa{
  font-size: 20px;
}
@font-face {
   font-family: 'OpenSans-Regular';
   src: url(../fonts/OpenSans-Regular.ttf)format('truetype');
}
@font-face {
   font-family: 'Play-Bold';
   src: url(../fonts/Play-Bold.ttf) format('truetype');
}
@font-face {
   font-family: 'Play-Regular';
   src: url(../fonts/Play-Regular.ttf) format('truetype');
}
h1.b1, h2.b2, h3.b3 {
  margin-bottom: 25px;
  display: block;
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.row{
	margin:0;
}	
a#toTop{
  margin-top: 0;
}

.logo {
  float: left;
  position: relative;
  z-index: 2;
}
.logo a{
	color:#fff;
	font-family: 'Play-Bold';
	text-decoration:none;
}
.top-menu{
  font-size: 20px;
	float:right;
  margin-top: 15px;
}
.top-menu ul li{
	display:inline-block;
}
.top-menu ul li a{
	display:block;
	color:#fff;
	padding:0.5em 1em;
	text-decoration:none;
	font-family: 'Play-Regular';
	font-size:1.1em;
}
span.menu {
		display:none;
}
.top-menu ul li.active a{
	color: #f8f8f8;
  background: linear-gradient(to right, #f43c60, #69d2e8);
  border-radius: 10px;
  width: auto;
}
.top-menu ul li a:hover{
  color: #020c00;
}
::-webkit-input-placeholder{
color:#fff !important;
}
.top-banner{
	position:relative;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown a.dropbtn{
background: linear-gradient(to right, #f43c60, #69d2e8);
border-radius: 10px;
align-items: center;

}
.dropdown a.dropbtn:hover{
color: black;

}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #69d2e8;
  z-index: 1;
}
.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  width: 100%;
  display: block;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.dropdown-content a:hover {
  background-color: #1b7ef7;
  color: white;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .dropbtn {
  color: white;
}
.hamburger-menu {
  position: relative;
  display: inline-block;
  width:60px;
}

.hamburger-menu a {
  background: linear-gradient(to right, #f43c60, #69d2e8);
  border-radius: 10px;
  align-items: center;
  font-size: 24px;
  padding: 0px;
  text-decoration: none;
  color: white;
  margin-top: auto;
}

.hamburger-dropdown {
  display: none;
  position: absolute;
  right: 10px;
  min-width: 80px;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  width: 100px;
  margin-top: 2px;
  
}
/*#hmbg{
  margin-right: -20px;
}*/


.hamburger-dropdown a {
  color: white;
  padding: 6px 8px;
  display: block;
  text-align: center;
  text-decoration: none;
}

.hamburger-dropdown a:hover {
   background-color: #1b7ef7;
  color: white;
}

.hamburger-menu:hover .hamburger-dropdown {
  display: block;
  width: 150px;
  margin-right: -80px;
}


.logo h1 a {
  background: linear-gradient(to right, #f43c60, #69d2e8);
  padding: 10px 20px;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  color: white;
  font-family: 'Play-Bold';
  font-size: 2em;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.logo h1 a:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0,0,0,0.7);
}


@media (max-width: 768px) {
  .top-menu ul.nav1 {
    display: none;
    flex-direction: column;
    background-color: #69d2e8;
    position: absolute;
    width: 100%;
  }
  span.menu {
    display: block;
    cursor: pointer;
    background: url('images/menu.png') no-repeat;
    width: 32px;
    height: 32px;
  }
  .top-menu.open ul.nav1 {
    display: flex;
  }
}
/*--- slider-css --*/
.banner1{
	background:url(../images/bnr1.jpg) no-repeat 0px 0px;
	background-size:cover;
	min-height:680px;
  color: #9c09cd;
}
.banner2{
	background:url(../images/bnr2.jpg) no-repeat 0px 0px;
	background-size:cover;
	min-height:680px;
  color: #cc0404;
}

.banner6{
	background:url(../images/bnr6.jpg) no-repeat 0px 0px;
	background-size:cover;
	min-height:680px;
  color:rgb(0, 0, 0);
}
.banner7{
	background:url(../images/bnr3.jpg) no-repeat 0px 0px;
	background-size:cover;
	min-height:680px;
  color: #0971fa;
}

.banner9{
	background:url(../images/bnr4.jpg) no-repeat 0px 0px;
	background-size:cover;
	min-height:680px;
  color: #0967ea;
}
.banner10{
	background:url(../images/bnr10.jpg) no-repeat 0px 0px;
	background-size:cover;
	min-height:680px;
}
.slider {
	position: relative;
  z-index: 1;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides div.slid {
  -webkit-backface-visibility: hidden;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.caption{
	width: 100%;
	margin-top:450px;
}
.banner-info{
  position: absolute;
  z-index:5;
  margin-top: 20px;
  left: 13%;
}
.caption {
	text-align:center;
}
.caption h3{
  
  font-size: 2.8em;
   font-family: 'Play-Bold';
   text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
               1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}
.caption p{
	line-height: 1.8em;
	font-size: 1.5em;
	font-weight: 400;
	width: 60%;
	margin:1em auto 0 auto;
  text-shadow: 1px 0 #fff, -1px 0 #fff, 0 1px #fff, 0 -1px #fff,
               0.5px 0.5px #fff, -0.5px -0.5px #fff, 0.5px -0.5px #fff, -0.5px 0.5px #fff;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 15px;
	width: 15px;
	display: inline-block;
     border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	background:#69d2e8;
	border:2px solid#fff;
}
.callbacks_here a:after{
	background:#d52f47;
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
	
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 50px;
	z-index: 999;
	left: 46%;
}
/*---flexi-slider---*/
 #flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
  z-index: 2;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
  
}
.nbs-flexisel-inner {
	overflow: hidden;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px 21px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
	width: 285px!important;
}
.nbs-flexisel-item > img {	
	cursor:auto;
	position: relative;
	  width: 90%;
  margin: 0 5%;
}
.content{
	padding:4em 0;
 }
.top-games h3,.latest-games h3{
	color:#f43c60;
	font-size:2.4em;
	font-family: 'Play-Bold';
	text-align:center;
 }

.top-game-grids{
	margin-top:4em;
}
.game-grid h4{
	font-family: 'Play-Bold';
	font-size:1.3em;
 }
.game-grid p{
	color:#777;
	font-size:0.9em;
	margin:0.7em 0;
	line-height:1.8em;
 }
 .game-grid {
  width: 200px; /* Fixed width for all grids */
  height: 280px; /* Fixed height */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background: rgba(67, 148, 205, 0.375);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgb(196, 4, 4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.game-grid img {
  width: 100%;
  height: 300px;
  object-fit: contain; 
  border-radius: 8px;
}


/*--latest games--*/
.latest-games {
  padding: 4em 0;
  background-color: #f9f9f9;
}

.latest-games h3 {
  color: #f43c60;
  font-size: 2.4em;
  font-family: 'Play-Bold';
  text-align: center;
  margin-bottom: 30px;
}

.latest-games .top-game-grids ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.latest-games .top-game-grids li {
  flex: 1 1 calc(20% - 30px);
  max-width: 200px;
  text-align: center;
}

.latest-games .game-grid {
  background: rgba(67, 148, 205, 0.375);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgb(196, 4, 4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.latest-games .game-grid:hover {
    background: rgba(122, 182, 224, 0.36);
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(32, 36, 238, 0.971);
}

.latest-games .game-grid img {
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}

.latest-games .game-grid h4 {
  font-size: 1.1em;
  font-family: 'Play-Bold';
  padding: 10px;
  color: #333;
}
.view-all-btn {
  text-align: center;
  margin-top: 40px;
}

.btn-view-all {
  background: linear-gradient(to right, #f43c60, #69d2e8);
  color: #fff;
  font-family: 'Play-Bold';
  padding: 12px 30px;
  font-size: 1.6em;
  text-decoration: none;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: background 0.3s, transform 0.3s;
}

.btn-view-all:hover {
  background: linear-gradient(to right, #69d2e8, #f43c60);
  transform: scale(1.05);
}
.copywrite {
	padding:2em 0;
	background:#333;
}
.copywrite p {
  color: #FFF;
  font-size: .9em;
  text-align: center;
  line-height: 1.8em;
}
.copywrite p a{
	color:#fff;
}

/*--responsive--
@media (max-width: 1680px){
.banner-info {
  left:15%;
}
.banner1, .banner2, .banner6, .banner7, .banner9, .banner10 {
  min-height: 700px !important;
  height: 700px;
  background-size: cover;
  background-position: center;
}
ul.callbacks_tabs.callbacks1_tabs {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  display: flex;
  gap: 8px;
}

}
@media (max-width: 1600px){
.banner-info {
  left:13%;
}
}
@media (max-width: 1440px){
.banner-info {
  left: 9%;
}
.caption {
  margin-top: 17em;
}
.caption p {
  width: 66%;
}
}
@media (max-width: 1366px){
.banner-info {
  left: 7%;
}
}
@media (max-width: 1280px){
.banner-info {
  left: 3%;
}
.banner1,.banner3 {
  min-height: 601px;
}
.banner2 {
  min-height: 601px;
}
.caption p {
  width: 78%;
}
.banner-sec {
  min-height: 108px;
}
.banner1, .banner2, .banner6, .banner7, .banner9, .banner10 {
  min-height: 600px !important;
  height: 600px;
  background-size: cover;
  background-position: center;
}
}*/
@media (max-width: 1080px){
.headr-left {
  float: left;
  width: 64%;
}

.banner-info {
  left: 0.5%;
  width: 100%;
}
.nbs-flexisel-item {
  width: 265px!important;
}
ul.callbacks_tabs.callbacks1_tabs {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  display: flex;
  gap: 8px;
}

}
@media (max-width: 1024px){
.banner-info {
  left: 3%;
}
.headr-left {
  width: 60%;
}
.details ul li:nth-child(1) {
  margin-right: 2em;
}
.search {
  width: 40%;
  margin-left: 5em;
}
.caption {
  margin-top: 13em;
}
.caption h3 {
  font-size: 2.4em;
}
.caption p {
  width: 78%;
  font-size: 0.85em;
}
.banner1, .banner3,.banner2 {
  min-height: 510px;
}
.nbs-flexisel-item {
  padding: 0px 12px;
  width: 237px!important;
}
.sub-text a {
  font-size: 1em;
}
.sub-text p,.poster-info p ,.x-box-left p,.abt-info-pic p,.team-grid p{
  font-size: 0.85em;
}
.poster-info {
  width: 76%;
}
.poster {
  min-height: 361px;
}
.banner-sec {
  min-height: 108px;
}
.testimonal-grid {
  width: 31.2%;
}
.team-grid h4 {
  font-size: 1.15em;
}
.col-1 h4 {
  font-size: 1.05em;
}
.col-1 p{
	font-size:0.8em;
}
.posts-left {
  width: 50%;
}
.posts-right {
  width: 45%;
}
.posts-right p{
	font-size:0.8em;
}
.comment-icons ul li {
  margin: 0 7px;
}
.caption {
  margin-top: 9em;
}
}
@media (max-width: 991px){
.banner-info {
  left: 0%;
  width:100%;
}

.details ul li a {
  font-size: 0.8em;
}
.details ul li:nth-child(1) {
  margin-right: 0em;
}
.search {
  margin-left: 1em;
}
.top-menu ul li a {
  padding: 0.5em 0.8em;
  font-size: 1em;
}
.logo h1{
	font-size:2em;
}
.top-menu {
  float: right;
  width: 54%;
}
.caption h3 {
  font-size:1.85em;
}
.banner1, .banner3,.banner2 {
  min-height: 412px;
}
.callbacks_tabs a:after {
  height: 12px;
  width: 12px;
}
ul.callbacks_tabs.callbacks1_tabs {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  display: flex;
  gap: 8px;
}

.nbs-flexisel-item {
  padding: 0px 12px;
  width: 223px!important;
}

.bnr2 {
  min-height: 99px;
}
.caption {
 margin-top:10em;
}
.top-games h3, .latest-games h3 {
  font-size: 2em;
}
.game-grid img {
  width: 100%;
  height: 250px;
  object-fit: contain; 
  border-radius: 8px;
}

p.snglp,.blog-info p{
	font-size:0.82em;
}

.blog {
  padding: 3em 0 0;
}
.contact-left,.contact-right{
	padding:0;
}
}
@media (max-width: 990px){
.banner-info {
  left: 1%;
}
.logo h1{
	font-size:1.5em;
}
.top-menu ul li a {
  padding: 0.2em 0.3em;
  font-size: 1.2em;
}
.top-menu ul.nav1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* centers the items horizontally */
  align-items: center;
  gap: 0px;
  width: 100%;
}
.banner1, .banner2, .banner6, .banner7, .banner9, .banner10 {
  min-height: 600px !important;
  height: 600px;
  background-size: cover;
  background-position: center;
}
.dropdown a.dropbtn {
  padding: 6px 4px;
  display: inline-block;
  text-align: center;
}
.dropdown-content,
.hamburger-dropdown {
    min-width: 90px;
    font-size: 0.8em;
}

.dropdown-content a, {
    padding: 0px 0px;
    font-size: 0.85em;
}
.hamburger-dropdown a {
    width: 100px;
    font-size: 0.85em;
}


}
@media (max-width: 800px){
.top-menu {
  float: right;
  width: 60%;
}
.logo h1{
	font-size:1.2em;
}
.active{
  width: 80px;
  text-align: center;
}
.top-menu ul li a {
  padding: 0.5em 0.10em;
  font-size: 0.8em;
}
.banner-info {
  left: 0%;
}
.nbs-flexisel-item {
  padding: 0px 12px;
  width: 246px!important;
}
}
@media (max-width: 768px){
.banner-info {
  left: 0%;
}
.top-menu {
  width: 62%;
}
#logo-g{
  margin-bottom: 20px;
}
.top-menu ul li a {
  padding: 0.5em 0.10em;
  font-size: 0.6em;
}
.logo h1{
	font-size:1.2em;
}
.caption h3 {
  font-size:1.85em;
}
.banner1, .banner2, .banner6, .banner7, .banner9, .banner10 {
  min-height: 500px !important;
  height: 500px;
  background-size: cover;
  background-position: center;
}
.callbacks_tabs a:after {
  height: 12px;
  width: 12px;
}
.nbs-flexisel-item {
  padding: 0px 12px;
  width: 242px!important;
}
.bnr2 {
  min-height: 99px;
}
.caption {
 margin-top:10em;
}
.top-games h3, .latest-games h3 {
  font-size: 2em;
}
ul.callbacks_tabs.callbacks1_tabs {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  display: flex;
  gap: 8px;
}

}

@media (max-width: 768px) {
  .banner-info .container {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    flex-wrap: wrap;
    padding: 0 10px;
  }
  .active{
    width: 80px;
    text-align: center;
  }
   
    .banner1, .banner2, .banner6, .banner7, .banner9, .banner10 {
      min-height: 300px !important;
      height: 300px;
      background-size: cover;
      background-position: center;
    }
  
  

  .logo {
    float: none;
    margin-bottom:10px;
    width: auto;
    text-align: left;
  }

  .logo h1 a {
    font-size: 1.2em;
    padding: 4px 8px;
  }

  .top-menu {
    float: none;
    width: auto;
    margin: 0;
    text-align: right;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .top-menu ul.nav1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: none;
    position: static;
    width: auto;
    margin-left: 60px;
  }

  .top-menu ul.nav1 li {
    display: inline-block;
    margin: 0 3px;
  }

  .top-menu ul li a {
    font-size: 0.7em;
    padding: 0.3em 0.6em;
    text-align: center;
  }
  .dropbtn{
    height: 32.5px;
  }

  .dropdown-content,
  .hamburger-dropdown {
    min-width: 90px;
    font-size: 0.8em;
  }

  .dropdown-content a,
  .hamburger-dropdown a {
    padding: 0px 0px;
    font-size: 0.85em;
  }
  top-menu ul li.active a{
    width: 80px;
  }

  span.menu {
    display: none; /* hide old hamburger toggle */
  }

  /* Center game grids and add spacing */
  .top-game-grids,
  .latest-games .top-game-grids {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px auto;
    max-width: 100%;
  }

  .top-game-grids ul,
  .latest-games .top-game-grids ul {
    justify-content: center;
    gap: 20px;
    margin: 0 auto;
  }

  .top-game-grids li,
  .latest-games .top-game-grids li {
    margin: 10px;
  }

  .content,
  .latest-games {
    padding: 2em 1em;
  }
  .game-grid {
    width: 140px;
    height: 220px;
    padding: 8px;
  }

  .game-grid img {
    height: 160px;
  }

  .game-grid h4 {
    font-size: 0.9em;
  }

  .top-games h3, .latest-games h3 {
    font-size: 1.6em;
  }

  .latest-games .top-game-grids li {
    max-width: 140px;
  }
  .nbs-flexisel-item {
    padding: 0px 50px !important;
    width: 190px !important;
  }

  .caption h3 {
    font-size: 1.6em;
  }

  .caption p {
    font-size: 1em;
    width: 90%;
  }
  ul.callbacks_tabs.callbacks1_tabs {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    display: flex;
    gap: 8px;
  }
  .btn-view-all{
    font-size: 1.3em;
    height: 50px;
    width: 100px;
  }
}
@media (max-width: 463px) {
  .logo h1 a {
    font-size: 0.85em;
    padding: 8px 8px;
  }
  ul li.active a{
    width: 35px;
    height: 25px;
    align-content: center;
  }
  
  .top-menu ul li a {
    font-size: 0.65em;
    padding: 2px; 
  }
  .dropdown-content,
  .hamburger-dropdown {
    font-size: 1.1em;   }
  .dropdown-content a,
  .hamburger-dropdown a {
    padding: 5px 10px;
  }
  .hamburger-dropdown{
    
    margin-top: 10px;
  }
  @media (max-width: 463px) {
      .hamburger-menu:hover .hamburger-dropdown {
          margin-right: -70px;
      }
  }
  .all-games-button {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 25px;
      padding: 0 10px;
      font-size: 16px;
      text-align: center;
      white-space: nowrap;
      margin: 0 auto;
      
  }
  
}
