
/* ---navigation css--- */
/* ul.tab-navigation {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
        fill: #fff;
    color: #fff;
}

ul.tab-navigation li {
    float: left;
}

ul.tab-navigation li a { */
/* border-radius: 24px;
    cursor: pointer;
    font-size: 1.4rem;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    line-height: 16px;
    padding: 10px 24px;
    transition: all 0s;
    width: -webkit-max-content;
    width: max-content; */

/* display: block;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s;
    background: #1b1d2c;
    border-radius: 57px;
    color: #fff;
} */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* Style for tab content */
.tab-content {
  display: none;
  background-image: url(/assets/grid_Frame.svg);
  /*background: linear-gradient(180deg, #18192c, #181828);*/
  border: 1px solid transparent;
  border-radius: 22px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
}

.tab-content.active {
  display: block;
}

/* Style for active tab */
ul.tab-navigation li a.active {
  fill: #fff;
  background: linear-gradient(180deg, #801dff, #450a91);
  border-radius: 57px;
  color: #fff;
}

.card-height {
  border: 1px solid transparent;
  border-radius: 16px;
  flex-shrink: 0;
  height: 190px;
  width: 187px;
}

.custom-img {
  height: 92%;
  cursor: pointer;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: sans-serif;
  margin: 0;
  background-color: #ffffff !important;
  margin-bottom: 20px !important;
  padding-top: 60px !important;
  /* Added padding to prevent content from being hidden behind fixed navbar */
}

.game_description_text {
  color: #9366ca !important;
  text-align: center !important;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px;
  /* line-height: 22px !important; */
  text-align: justify !important;
  padding: 16px 0px 18px 0px !important;
}

.custom-navbar-brand {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  padding: 18px 0px 16px 0px;
}

.big-custom-img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 15px;
}

.custom-row {
  display: grid;
  place-items: center;
}

.custom-row img {
  max-width: 100%;
  height: auto;
}

.custom-game-btn {
  font-size: 16px !important;
  line-height: 18px !important;
  position: absolute !important;
  text-align: center !important;
  /* right: 15%; */
}

.play-now-button {
  top: 10%;
  text-align: center;
  display: grid;
  place-items: center;
  /* margin: 35px 0px 70px 0px; */
  /* margin-top: 10%; */
  /* margin-bottom: 15%; */
}

.play-now-button a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
  /* margin: 35px 0px 70px 0px; */
}

.ads-box {
  text-align: center;
  min-width: 336px;
  min-height: 280px;
  border: 0px;
  width: 100%;
  margin: 0 auto;
}

.anchor-ads-box-space {
  width: 100%;
  height: 90px;
}

.anchor-ads-box {
  min-width: 100%;
  border: 0px;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 0px;
  height: 90px;
}

@media only screen and (max-device-width: 425px) {
  .custom-game-btn {
    width: 85% !important;
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .play-now-button {
    top: 10%;
    text-align: center;
    /* margin-top: 10%;
        margin-bottom: 15%; */
  }
}

.cst-container h3 {
  font-size: 17px;
  margin: 0 0 5px;
  color: #fff;
  font-weight: 600;
}

.ad-border-bg {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid rgb(112 24 225);
  background: linear-gradient(281deg, #cea7ff 0%, #d5bef0 100%) !important;
}

.cust-button {
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  box-shadow: 2px 2px 14px rgb(0 0 0 / 40%);
  border: none;
  border-radius: 57px !important;
  background: linear-gradient(180deg, #801dff 0%, #450a91 100%) !important;
  color: #fff !important;
  fill: #fff !important;
}

.txtcolor {
  color: #6213c8;
}

.cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cst-ml {
  margin-left: 25px;
}

@media (max-width: 359px) {
  .cst-container h3 {
    font-size: 14px;
  }
}

@media (min-width: 426px) {
  body {
    background: linear-gradient(281deg, #cea7ff 0%, #d5bef0 100%) !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
  }

  /* Mobile container wrapper */
  body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 435px;
    height: 100vh;
    background: #f8f5ff;
    /* Light purple background */
    border-left: 2px solid rgba(0, 0, 0, 0.15);
    border-right: 2px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    z-index: -1;
  }

  .container,
  ul.d-flex,
  .tab-content.card,
  .cst-container {
    width: 432px !important;
    margin: 0 auto;
    background: #f8f5ff;
    /* Light purple background */
  }

  .navbar {
    width: 435px !important;
    max-width: 100% !important;
    background: #ffffff !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  /* Navigation menu */
  ul.d-flex {
    padding: 10px 0 !important;
    justify-content: flex-start !important;
  }

  .style_category__1fk8h {
    white-space: nowrap;
  }

  .navText {
    font-size: 14px;
    margin-left: 5px;
  }

  /* Game grid */
  .col-xl-2,
  .col-md-4,
  .col-4 {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }

  .card-height {
    width: 100% !important;
    max-width: 187px;
  }

  .game_name_text {
    width: 100% !important;
    max-width: 187px;
  }

  .boxCenter {
    display: flex !important;
    justify-content: center !important;
  }
}