* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body::-webkit-scrollbar {
  display: none;
}
/* register or login alert */
.modalr {
  display: none; /* Hidden by default */
  position: fixed !important;
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100vh; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
}

/* Modal Content */
.modal-contentr {
  padding: 50px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  height: 100vh;
  position: fixed !important;
  top: 0;
}

/* The Close Button */
.closer {
  background-color: #197ce5;
  color: white;
  border: none;
  border-radius: 20px !important;
  filter: contrast(80%);
}

.closer:hover,
.closer:focus {
  filter: contrast(120%);
}
.alert_board {
  width: 30vw;
  background: url(/images/alert_board.png) no-repeat;
  background-size: 100% 100%;
  animation: alertt 0.2s;
  position: relative;
  top: 15rem;
}
@keyframes alertt {
  from {
    top: -10rem;
  }
  to {
    top: 15rem;
  }
}

@keyframes hero {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(1px);
  }
  50% {
    transform: translateY(-1px);
  }
  75% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.gamepage-maincontainer {
  width: 80% !important;
}
.games-container {
  flex-wrap: wrap;
  gap: 1.7rem;
  /* justify-content: center; */
}
.logo_container{
  padding: 0 100px;
}
.game-provider {
  margin-bottom: 1.5rem;
  gap: 10px;
  width: 100% !important;
  flex-wrap: wrap;
}
.game-provider .provider {
  background-color: #373b4b;
  border-radius: 10px;
  width: 125px;
  height: 46px;
  line-height: 46px;
  color: #8a8c90;
  padding: 2px 0;
  text-overflow: nowrap;
  text-align: center;
  transition: all 0.3s;
}
.game-provider .provider .provider-logos {
  width: 54px !important;
}

.game-provider .provider .provider-logos1 {
  width: 70px !important;
}
.game-provider .provider:hover {
  transform: scale(1.2);
  cursor: pointer;
}
.game-provider .provider:active {
  background-color: #fff;
  transform: scale(1.2);
  cursor: pointer;
}
.game-provider .provider:focus {
  background-color: #fff;
}
.game-provider-h {
  width: 90% !important;
}
.game-page-ul {
  width: 90% !important;
  justify-content: space-between;
}
.fish-section-ul {
  width: 90% !important;
}
.table-section-ul {
  width: 90% !important;
}
.egames-section-ul {
  width: 90% !important;
}
.game-provider-h h3 {
  font-family: cursive;
}

.games-container a img {
  width: 175px;
  height: 166px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.game-img-div {
  background-color: #1a1a1a;
  border-radius: 30px;
  overflow: hidden !important;
  position: relative;
}
.game-img-div:hover .img-hover-div {
  opacity: 1;
}
.game-img-div:hover a img {
  transform: scale(1.4);
}
.img-hover-div {
  width: 100%;
  height: 100%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  position: absolute;
  top: 0px;
  left: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.56);
  transition: all 0.3s;
  opacity: 0;
}
.img-hover-div-text {
  font-size: 0.6rem;
}
.img-hover-div div button {
  padding: 1px 3px;
  background-color: #3d44d3;
  border-radius: 6px;
  font-size: 0.8rem;
  margin-top: 40px;
  color: white;
}
.img-hover-div div button:hover {
  background-color: gold;
  color: black;
}
.game-img-div h6 {
  font-size: 0.8rem;
  text-align: center;
}
.game-page-ul li .active {
  filter: drop-shadow(0 0 30px #f8cf02) !important;
  border: none !important;
}
.game-page-ul li:hover img {
  border: none !important;
}

.landing__wrapper {
  position: relative;
  background-image: url(/images/game-bg.jpeg);
  background-color: #0e1d3c;
  background-repeat: no-repeat;
  background-position: 50% top;
  background-size: 100% auto;
  z-index: 30;
  height: auto;
}
.g-hr {
  height: 1px;
  width: 100%;
  position: relative;
}
.g-hr::before {
  content: "";
  position: absolute;
  bottom: -15px;
  height: 60px;
  width: 100%;
  background: url(https://wazamba.com/joxi/wazamba/hr.png) center bottom/auto
    100% repeat-x;
  z-index: 50;
}

a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

.logohover {
  transition: all 0.3s;
}
.logohover:hover {
  filter: drop-shadow(0 0 30px #f8cf02);
  transform: scale(1.1);
  transition: all 0.3s;
}
.logohoverr:hover {
  filter: drop-shadow(0 0 2rem #f8cf02);
  transform: scale(1.1);
  transition: all 0.4s;
}

.images {
  width: 116px;
}
.nav-link {
  background: none !important;
  border: none !important;

}


/* support page css */
.sp_lineid {
  margin: 0 auto;
  color: black;
}
.sp_img {
  margin: 0 auto;
}
.textsp {
  color: black;
}
.fish-section-ul li {
  color: white;
}
@media screen and (max-width: 1024px) {
  .alert_board {
    width: 40vw;
    font-size: 16px;
  }
  .closer {
    font-size: 16px;
    border-radius: 20px !important;
    filter: contrast(80%);
  }

  .game-provider .provider{
    width:60px;
  }
  .game-provider .provider .provider-logos {
    width: 40px !important;
  }

  .game-provider .provider .provider-logos1 {
    width: 70px !important;
  }
  .fish-section-ul li img {
    width: 80px !important;
  }
  .fish-section-ul li {
    font-size: 15px;
  }
  .table-section-ul li img {
    width: 80px !important;
  }
  #slots-tab {
    width: 90px;
  }
  #tables-tab {
    width: 100px;
  }
  #egames-tab {
    width: 110px;
  }
  #esports-tab {
    width: 110px;
  }
  .table-km {
    position: relative;
    top: 12px;
  }

  .table-section-ul li p {
    font-size: 12px;
  }
  .images {
    width: 100%;
  }
  .nav-item {
    font-size: 14px;
  }
  .nav-link {
    width: 90px;
  }
  /* .sidebar {
    transform: scale(0.7) !important;
    margin-left: 81.5vw !important;
    top: -100px !important;
    z-index: 2000;
    position: fixed;
  }
  .sideclose {
    margin-left: 94.5vw !important;
  } */
}
@media screen and (min-width: 800px) and (max-width: 924px) {
  /* .sidebar {
    margin-left: 78.9vw !important;
    position: fixed;
    top: -100px !important;
    transform: scale(0.788);
  }
  .sideclose {
    margin-left: 95vw;
  } */
  .game-page-ul {
    width: 100% !important;
    justify-content: space-evenly;
  }
  .game-img-div img {
    width: 120px;
    height: 110px;
  }
  .game-img-div:hover a img {
    transform: scale(1.4);
  }
  .img-hover-div-text {
    font-size: 0.6rem;
  }
  .img-hover-div div button {
    font-size: 0.7rem;
    margin-top: 40px;
  }
  .game-img-div h6 {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 799px) {
  /* .sidebar {
    margin-left: 76.9vw !important;
    position: fixed;
    transform: scale(0.788);
  }
  .sideclose {
    margin-left: 95vw;
  } */
  .game-img-div img {
    width: 110px;
    height: 100px;
  }
  .game-img-div:hover a img {
    transform: scale(1.4);
  }
  .img-hover-div-text {
    font-size: 0.6rem;
  }
  .img-hover-div div button {
    font-size: 0.7rem;
    margin-top: 40px;
  }
  .game-img-div h6 {
    font-size: 0.8rem;
  }
  #slots-tab {
    width: 65px;
  }
  #tables-tab {
    width: 72px;
  }
  #egames-tab {
    width: 80px;
  }
  #esports-tab {
    width: 80px;
  }
  .fish-section-ul li img {
    width: 60px !important;
  }
  .fish-section-ul li {
    font-size: 10px;
  }

  .table-section-ul li img {
    width: 60px !important;
  }
  .fish-jili {
    position: relative;
    bottom: 3px;
  }
  .table-ludo {
    position: relative;
    bottom: 20px;
  }
  .table-pg {
    position: relative;
    bottom: 18px;
  }

  .fish-section-ul {
    right: 15px;
    bottom: 90px;
  }
  .egames-section-ul {
    right: 30px;
  }

  .table-km {
    position: relative;
    top: 2px;
  }

  .table-jili {
    position: relative;
    bottom: 25px;
  }
  .table-section-ul li p {
    font-size: 7px;
  }
  .nav-item {
    font-size: 12px;
  }
  .nav-link {
    width: 65px;
  }
}
@media screen and (min-width: 700px) and (max-width: 768px) {
  .game-provider .provider .provider-logos {
    width: 35px !important;
  }
  .game-provider .provider .provider-logos1 {
    width: 65px !important;
  }
  .game-provider .provider {
    width: 55px !important;
    border-radius: 10px !important;
  }
  .game-img-div img {
    width: 110px;
    height: 100px;
  }
  .game-img-div:hover a img {
    transform: scale(1.4);
  }
  .img-hover-div-text {
    font-size: 0.6rem;
  }
  .img-hover-div div button {
    font-size: 0.7rem;
    margin-top: 40px;
  }
  .game-img-div h6 {
    font-size: 0.8rem;
  }
  #slots-tab {
    width: 65px;
  }
  #tables-tab {
    width: 72px;
  }
  #egames-tab {
    width: 80px;
  }
  #esports-tab {
    width: 80px;
  }
  .fish-section-ul li img {
    width: 60px !important;
  }
  .fish-section-ul li {
    font-size: 10px;
  }

  .table-section-ul li img {
    width: 60px !important;
  }
  .fish-jili {
    position: relative;
    bottom: 3px;
  }
  .table-ludo {
    position: relative;
    bottom: 20px;
  }
  .table-pg {
    position: relative;
    bottom: 18px;
  }

  .fish-section-ul {
    right: 15px;
    bottom: 90px;
  }
  .egames-section-ul {
    right: 30px;
  }
  .table-km {
    position: relative;
    top: 2px;
  }

  .table-jili {
    position: relative;
    bottom: 25px;
  }
  .table-section-ul li p {
    font-size: 7px;
  }
  .nav-item {
    font-size: 12px;
  }
  .nav-link {
    width: 65px;
  }

  /* .sidebar {
    transform: scale(0.7) !important;
    margin-left: 75.5vw !important;
    bottom: -25vh !important;
    z-index: 2000;
    position: fixed;
  }
  .sideclose {
    margin-left: 92.5vw !important;
  } */
  .profile_close {
    position: relative;
    right: 35rem !important;
    top: 5rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 699px) {
  /* .sidebar {
    margin-left: 72.5vw !important;
    top: -100px !important;
    transform: scale(0.6999) !important;
  }
  .sideclose {
    margin-left: 90.9vw !important;
  } */
  .game-provider .provider .provider-logos {
    width: 35px !important;
  }
  .game-provider .provider .provider-logos1 {
    width: 65px !important;
  }
  .game-provider .provider {
    width: 55px !important;
    border-radius: 10px !important;
  }
  .game-provider-h h3 {
    font-size: 1rem !important;
  }
  .games-container a img {
    width: 120px !important;
    height: 110px;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  .game-img-div:hover a img {
    transform: scale(1.4);
  }
  .img-hover-div-text {
    font-size: 0.6rem;
  }
  .img-hover-div div button {
    font-size: 0.7rem;
    margin-top: 40px;
  }
  .game-img-div h6 {
    font-size: 0.8rem;
  }

  #slots-tab {
    width: 62px;
  }
  #tables-tab {
    width: 69px;
  }
  #egames-tab {
    width: 75px;
  }
  #esports-tab {
    width: 75px;
  }
  .fish-section-ul li img {
    width: 60px !important;
  }
  .fish-section-ul li {
    font-size: 10px;
  }

  .table-section-ul li img {
    width: 60px !important;
  }
  .fish-jili {
    position: relative;
    bottom: 3px;
  }
  .table-ludo {
    position: relative;
    bottom: 20px;
  }
  .table-pg {
    position: relative;
    bottom: 18px;
  }

  .fish-section-ul {
    right: 15px;
    bottom: 90px;
  }
  .egames-section-ul {
    right: 30px;
  }
  .table-km {
    position: relative;
    top: 2px;
  }

  .table-jili {
    position: relative;
    bottom: 25px;
  }
  .table-section-ul li p {
    font-size: 7px;
  }
  .nav-item {
    font-size: 12px;
  }
  .nav-link {
    width: 62px;
  }
  .game-img-div h6 {width: 120px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
}
@media screen and (min-width: 500px) and (max-width: 599px) {
  /* .sidebar {
    margin-left: 67.5vw !important;
    top: -100px !important;
    transform: scale(0.6999) !important;
  }
  .sideclose {
    margin-left: 90.9vw !important;
  } */
  .alert_board {
    width: 50vw;
    font-size: 12px;
  }
  .closer {
    font-size: 12px;
    border-radius: 20px !important;
    filter: contrast(80%);
  }
  .game-provider-h h3 {
    font-size: 0.6rem !important;
  }
  .game-provider .provider .provider-logos {
    width: 35px !important;
  }
  .game-provider .provider .provider-logos1 {
    width: 65px !important;
  }
  .game-provider .provider {
    width: 50px !important;
    border-radius: 10px !important;
  }
  .games-container a img {
    width: 100px !important;
    height: 90px;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  .game-img-div:hover a img {
    transform: scale(1.4);
  }
  .img-hover-div-text {
    font-size: 0.6rem;
  }
  .img-hover-div div button {
    font-size: 0.7rem;
    margin-top: 30px;
  }
  .game-img-div h6 {
    font-size: 0.8rem;
  }
  #slots-tab {
    width: 48px !important;
  }
  #tables-tab {
    width: 51px;
  }
  #egames-tab {
    width: 55px;
  }
  #esports-tab {
    width: 55px;
  }
  .fish-section-ul li img {
    width: 50px !important;
  }
  .fish-section-ul li {
    font-size: 8px;
    text-align: center !important;
  }
  .table-section-ul li img {
    width: 48px !important;
  }
  .table-section-ul li p {
    font-size: 4px;
  }
  .table-jili {
    position: relative;
    bottom: 32px;
  }
  .table-km {
    position: relative;
    top: 5px;
  }
  .table-ludo {
    position: relative;
    bottom: 20px;
  }
  .table-pg {
    position: relative;
    bottom: 25px;
  }
  .images {
    width: 56px;
    border-radius: 20px;
  }
  .img-box {
    margin-bottom: 20px;
  }
  .nav-item {
    font-size: 8px;
  }
  .nav-link {
    width: 60px;
  }
  .game-img-div h6 {width: 100px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
}
@media screen and (min-width: 426px) and (max-width: 499px) {
  /* .sidebar {
    margin-left: 88.9vw !important;
    top: -100px !important;
    transform: scale(0.6999) !important;
  }
  .sideclose {
    margin-left: 63.9vw !important;
  } */
  .menubars ul li a {
    font-size: 16px !important;
  }
  .alert_board {
    width: 50vw;
    font-size: 12px;
  }
  .closer {
    font-size: 12px;
    border-radius: 20px !important;
    filter: contrast(80%);
  }
  .game-provider {
    width: 100% !important;
  }
  .game-provider .provider .provider-logos {
    width: 35px !important;
  }
  .game-provider .provider .provider-logos1 {
    width: 65px !important;
  }
  .game-provider .provider {
    width: 50px !important;
    border-radius: 8px !important;
    height:35px;
  }
  .game-provider-h h3 {
    font-size: 1rem !important;
  }
  .games-container {
    gap: 1rem !important;
    justify-content: center;
  }
  .games-container a img {
    width: 100px !important;
    height: 100px;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  .game-img-div {
    background-color: #1a1a1a;
    border-radius: 20px;
    overflow: hidden !important;
    position: relative;
  }
  .game-img-div h6 {
    font-size: 0.5rem !important;
  }
  .img-hover-div {
    border-radius: 20px;
  }
  .img-hover-div-text {
    font-size: 0.6rem !important;
  }
  .img-hover-div div i {
    font-size: 0.6rem !important;
  }
  .img-hover-div div button {
    border-radius: 2px !important;
    font-size: 0.5rem !important;
    margin-top: 20px !important;
  }
  .game-img-div:hover a img {
    transform: scale(1.5) !important;
  }

  #slots-tab {
    width: 36px !important;
  }
  #tables-tab {
    width: 38px;
  }
  #egames-tab {
    width: 42px;
  }
  #esports-tab {
    width: 40px;
  }
  .fish-section-ul li img {
    width: 35px !important;
  }
  .fish-section-ul li {
    font-size: 5px;
    text-align: center !important;
  }
  .table-section-ul li img {
    width: 40px !important;
  }
  .table-section-ul li p {
    font-size: 4px;
  }
  .table-km {
    position: relative;
    top: 5px;
  }
  .table-jili {
    position: relative;
    bottom: 40px;
  }
  .table-ludo {
    position: relative;
    bottom: 20px;
  }
  .table-pg {
    position: relative;
    bottom: 30px;
  }
  .images {
    width: 56px;
    border-radius: 20px;
  }
  .img-box {
    margin-bottom: 20px;
  }
  .nav-item {
    font-size: 8px;
  }
  .nav-link {
    width: 58px;
  }
}
@media screen and (max-width: 425px) {
  .alert_board {
    width: 50vw;
    font-size: 12px;
  }
  .closer {
    font-size: 12px;
    border-radius: 20px !important;
    filter: contrast(80%);
  }
  .game-page-ul li .active {
    filter: drop-shadow(0 0 10px #f8cf02) !important;
    border: none !important;
  }
  .game-provider {
    width: 100% !important;
  }

  .game-provider .provider .provider-logos {
    width: 30px !important;
  }
  .game-provider .provider .provider-logos1 {
    width: 65px !important;
  }
  .game-provider-h h3 {
    font-size: 0.8rem !important;
  }
  .game-provider {
    margin-bottom: 1rem !important;
    gap: 10px;
  }
  .game-provider .provider {
    font-size: 30px !important;
    border-radius: 7px !important;
    width: 100px !important;
    padding: 5px 0 !important;
    height: 35px !important;
  }
  .games-container {
    gap: 1rem !important;
    justify-content: center;
  }
  .games-container a img {
    width: 100px !important;
    height: 100px;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  .game-img-div h6 {
    font-size: 0.5rem !important;
  }
  .img-hover-div,.game-img-div {
    border-radius: 20px;
  }
  .img-hover-div-text {
    font-size: 0.6rem !important;
  }
  .img-hover-div div i {
    font-size: 0.6rem !important;
  }
  .img-hover-div div button {
    border-radius: 5px !important;
    font-size: 0.5rem !important;
    margin-top: 20px !important;
  }
  .game-img-div:hover a img {
    transform: scale(1.5) !important;
  }

  #slots-tab {
    width: 36px !important;
  }
  #tables-tab {
    width: 38px;
  }
  #egames-tab {
    width: 42px;
  }
  #esports-tab {
    width: 40px;
  }
  .fish-section-ul li img {
    width: 30px !important;
  }
  .fish-section-ul li {
    font-size: 5px;
  }

  .table-section-ul li img {
    width: 40px !important;
  }
  .table-section-ul li p {
    font-size: 4px;
  }
  .table-km {
    position: relative;
    top: 8px;
  }
  .table-jili {
    position: relative;
    bottom: 38px;
  }
  .table-ludo {
    position: relative;
    bottom: 20px;
  }
  .table-pg {
    position: relative;
    bottom: 28px;
  }
  .nav-item {
    font-size: 8px;
  }
  .nav-link {
    width: 60px;
  }

  /* .sidebar {
    background: url(/images/sidebarbg.png) center no-repeat;
    background-size: contain;
    height: 650px;
    margin-left: 86vw !important;
    position: fixed;
    margin-bottom: 10px !important;
    transition: all 0.5s;
    z-index: 3;
    transform: scale(0.7);
  }
  .sideclose {
    margin-left: 55.7vw !important;
  } */

  .images {
    width: 56px;
    border-radius: 20px;
  }
  .img-box {
    margin-bottom: 20px;
  }
  .game-img-div h6{width: 80px !important;}
}
@media screen and (min-width: 320px) and (max-width: 400px) {
  /* .sidebar {
    margin-left: 85vw !important;
    bottom: -110px;
    transform: scale(0.7);
  }
  .sideclose {
    margin-left: 50vw !important;
  } */
  .game-provider {
    margin-bottom: 1rem !important;
    gap: 10px;
  }
  .game-provider .provider {
    font-size: 30px !important;
    border-radius: 7px !important;
    width: 88px !important;
    padding: 5px 0 !important;
    height: 35px !important;
  }
  .game-provider-h {
    width: 80% !important;
  }
  .game-provider-h h3 {
    font-size: 1rem;
    font-family: cursive;
  }
  .games-container {
    gap: .5rem !important;
    justify-content: center;
  }
  .games-container a img {
    width: 100px !important;
    height: 100px;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  .game-img-div h6 {
    font-size: 0.5rem !important;
  }
  .game-img-div {
    border-radius: 20px;
  }
  .img-hover-div {
    border-radius: 20px;
  }
  .img-hover-div-text {
    font-size: 0.5rem !important;
  }
  .img-hover-div div i {
    font-size: 0.5rem !important;
  }
  .img-hover-div div button {
    border-radius: 5px !important;
    font-size: 0.5rem !important;
    margin-top: 10px !important;
  }
  .game-img-div:hover a img {
    transform: scale(1.6) !important;
  }
  .fish-section-ul {
    width: 100% !important;
  }
  #slots-tab {
    width: 36px !important;
  }
  #tables-tab {
    width: 38px;
  }
  #egames-tab {
    width: 42px;
  }
  #esports-tab {
    width: 40px;
  }
  .fish-section-ul li img {
    width: 30px !important;
  }
  .fish-section-ul li {
    font-size: 5px;
  }

  .table-section-ul li img {
    width: 30px !important;
  }
  .table-section-ul li p {
    font-size: 4px;
  }
  .table-km {
    position: relative;
    top: 6px;
  }
  .table-jili {
    position: relative;
    bottom: 48px;
  }
  .table-ludo {
    position: relative;
    bottom: 24px;
  }
  .table-pg {
    position: relative;
    bottom: 31px;
  }
  .nav-item {
    font-size: 8px;
  }
  .nav-link {
    width: 55px;
  }
  .game-img-div h6{width: 70px !important;}
}

.fileter_group{
  align-items: flex-end;
  margin: 0 auto;
}
.fileter_group li:first-child{
  font-size: 5rem;
  font-weight: 300;
  height: 100px;
  margin-bottom: 30px;
}
.tab-pane{padding: 100px 0;}
.footer_aboutus a{color: #fff !important;}
@media(max-width:1000px){
  .logo_container{padding: 0 !important;}
  .fileter_group li:first-child {
    font-size: 3rem;
    font-weight: 300;
    height: 71px;
}
}
@media (max-width: 600px){
  footer .footer_main {
      flex-direction: row !important;
      width: 100% !important;
    }
  footer .footer_section2{width: 100% !important;}
}
@media(max-width:500px){
  .tab-pane{padding: 50px 0 0 0 !important;}
  .fileter_group li:first-child{font-size: 1rem;height: 34px; margin-bottom: 30px;}
  .gamepage-maincontainer{--bs-gutter-x:none !important;}

  .game-provider .provider{position: relative;}
  .game-provider .provider img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}

  .game-img-div h6{width: 85px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
}
