* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Roboto Condensed", sans-serif;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: var(--main);
}

::-webkit-scrollbar-thumb {
  background-color: #c2c2c2;
  border-radius: 5px;
}

/* common */
:root {
  --main: #000000;
  --over-main: #000000;
}

.secondary{
  color: #fff;
  font-weight: 700;
  margin: auto;
  text-align: center;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all ease-in 0.2s;
}

.border-custom {
  border: 1px dashed #006FBE;
  background-color: #006FBE;
}

.box-effect {
  box-shadow: 0px 0px 5px 3px #c342e77e;
}

.main {
  color: var(--main);
}

.banner-height {
  max-height: 200px;
}

.custom-width {
  max-width: 576px;
  background-color: #fff;
}

.custom-width {
  max-width: 360px;
  background-color: #fff;
}

._50height .adsbygoogle {
  height: 50px;
  /* width: 360px; */
  margin: 0 auto;
  background-color: #000000;
  padding: 5px;
}

._360width .adsbygoogle {
  height: 50px;
  /* width: 330px!important; */
  margin: 0 auto;
  background-color: #000000;
  padding: 5px;
}

._360_280 .adsbygoogle {
  /* width: 330px; */
  height: 280px;
  margin: 0 auto;
  background-color: #000000;
  padding: 5px;
}

.bg-play {
  padding: 8px 16px;
  font-size: 22px;
  text-transform: capitalize;
}

.white-imp {
  color: #fff;
}

.body-bg {
  background-image: url(/img/background.svg);
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  height: screen;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Navbar */
.top-link:hover {
  color: var(--main);
}

.nav-bg-color {
  background-color: #006FBE;
  height: 60px;
}

.nav-btn {
  z-index: 99;
  transition: all 0.3s ease;
  position: absolute;
  left: 15px;
}

.nav-relative {
  position: relative !important;
}

.logo{
  color: #fff;
  width:200px;
}
.text-black-color {
  color: #000;
}

.category-btn {
  background-color: #006FBE;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 6px 20px;
  font-size: 16px;
  font-weight:600;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s;
}

.text{
 font-size: 24px;
 font-weight: bold;
 margin-bottom: 30px;
 align-items: center;
  color: #006FBE;
}

.underLine{
  width: 120px;
  border: 1px dashed #006FBE; 
  margin: auto;
}
.bg-main{
background: #ffff;
border-radius: 10px;
padding: 8px;
border: 1px dashed #006FBE;
}

.w-100{
  width:50px;
}

.navopen.show {
  left: 0px;
  /* left: 775px; */  
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

/* hero */
.popular-games {
  grid-template-columns: repeat(3, 1fr);
}

/* games */
.games-bg-size {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  max-width: 100%;
  height: 280px;
}
.footer-social-color {
  color: #032931;
}

.game-hover:hover {
  color: #fff;
}

.hero-game-btn {
  color: #202020;
}

/* .display-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 1rem;
}

.main-btn {
  background-color: #006FBE;
  color: #fff;
  border-radius: 10px;
  border: none;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 500;
  width: 80%;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.main-more-btn {
  width: 30%;
  background-color: #006FBE;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  border: none;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  margin: auto;
}

.main-img {
  width: 100%;
  border-radius: 10px;
  display: block;
  position: absolute;
}

.main-text {
  margin-top: 50px;
  font-size: 14px;
  padding: 0 0px;
  text-align: center;
  color: #333;
}

.main-content {
  height: 150px;
  border-radius: 12px;
  width: 100%;
  border: 0.5px solid rgba(45, 111, 63, 0.2);
  margin-top: -50px;
  padding: 8px;
}

.position-relative {
  position: relative;
  height: 100%;
}

a {
  text-decoration: none;
  display: block;
  margin: 0 10px;
} */

.display-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.main-btn,
.main-more-btn {
  background-color: #006FBE;
  color: #fff;
  border-radius: 10px;
  border: none;
  padding: 6px 10px;
  font-size: 14px;
  margin: auto;
  display: block;
  /* width: 70%; */
  font-weight: bold;
  margin-top: -20px;
}
.main-more-btn {
  width: 30%;
  text-align: center;
}
 
.image-wrapper {
  display: inline-block; 
  padding: 5px; 
}

.main-img {
  display: block;
  width: 100%;
  border-radius: 16px; 
  position: absolute; 
}

.image {  
  background-color: #fff;
  border: 1px dashed #006FBE;
  height: 200px;
  border-radius: 20px;
}

.main-content { 
  height: 90px;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
  padding-top: 25px;
  margin-top: -35px;
}

.main-text {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  padding: 0 2px;
  text-align: center;
  color: #333;
}

.main-content .o {
  z-index: 999 !important;
  background-color: yellow;
}

/******************************************* Bricks breaker page *******************************************/
.hero-title-btn {
  background-color: #202020;
}

.hero-title-head {
  border: 2px solid #202020;
  border-radius: 15px;
  /* box-shadow: 0px 0px 5px 2px rgba(237, 170, 255, 0.849); */
}

.AreaBox {
  border-radius: 10px;
  border: 2px dashed #202020;
}

.AreaBox {
  overflow: hidden;
  background-color: none;
  /* box-shadow: 1px 1px 2px transparent, 0 0 5px #fdc8ff, 0 0 15px #ee50f13a; */
}

.cusBadge {
  padding: 4px 10px;
  border-radius: 10px;
  border: 1px solid #a0cced;
  color: #a0cced;
  font-weight: 400;
  margin: 5px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 1px #fdc8ff, 0 0 0.1em #66a3ff, 0 0 0.2em #a0cced;
}

.cusBadge:hover {
  border: 1px solid #fff;
  color: #fff;
}

.cusH {
  text-transform: capitalize;
  margin: inherit !important;
}
/* .cusShadownone{
  box-shadow: none !important;
} */
.cusShadownone {
  box-shadow: 0px 0px 10px 1px rgba(0, 111, 190, 0.2) !important;
}

@media only screen and (min-width: 576px) {
  .cusShadownone {
    box-shadow: 0px 0px 10px 1px rgba(0, 111, 190, 0.2) !important;
  }
  .custom-width {
    width: 360px;
  }
}

@media only screen and (max-width: 576px) {
  .banner-height {
    max-height: 520px;
  }
}

@media only screen and (max-width: 426px) {
  .banner-height {
    max-height: 230px;
  }
}


.games-bg-1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../banners/barrel-rider.webp);
}

.games-bg-2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../banners/bottle-flip.webp);
}

.games-bg-3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../banners/bubble-shooter.webp);
}

.games-bg-4 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../banners/candy-bomb.webp);
}

.games-bg-5 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../banners/count-car-3d.webp);
}

.games-bg-6 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../banners/dancing-lines.webp);
}

.games-bg-7 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../banners/emoji-pop.webp);
}

.games-bg-8 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../banners/fruit-line-up.webp);
}

.games-bg-9 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../banners/gems-quest.webp);
}

.games-bg-10 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../banners/two-cars.webp);
}
