* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  text-decoration: none;
}
:root {
  --border-color: #7754f7;
  --text-color: #50d5b7;
  --text-white: #ffffff;
  --btn_bg: #7754f7;
  --blue: #1e90ff;
  --rounded: 12px;
  --btn-text-colo: #f4f4f8;
  --btn-boxShadow: 2px 2px 14px rgb(0 0 0 / 40%);
  --div-boxShadow: rgba(0, 0, 0, 0.25) 0px 12px 22px -12px;
}
main {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    background-image: url(../../../../assets/grid_Frame.svg);
    /* background-color: black; */
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
}
.m-cont {
  background-color: rgb(255, 255, 255);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100vh;
  width: 100%;
  background-size: cover;
  overflow-x: hidden;
  background-position: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.m-sceen {
  width: 425px;
  height: 100%;
  position: relative;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background-color: #ffffff;
  border-left: 1px solid rgb(184, 184, 184);
  border-right: 1px solid rgb(184, 184, 184);
}
.z-section {
  text-align: center;
}

/* header css */
.header {
  width: 100%;
  /* background-color: #1e1f22; */
  background-image: linear-gradient(to right, #50d5b7, #067d68);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 16px 7px 16px;
  border-bottom: 1px solid #414157;
}
.h-logo {
  width: 100px;
  height: 50px;
}

/* main div  */
.box-1 {
  padding-top: 16px;
}
.mb {
  margin-bottom: 16px;
}
.play_btn {
  background-color: transparent;
  margin: 16px 16px 0 16px;
  padding: 11px;
  border-radius: var(--rounded);
  border: 1px solid #ffffff;
  box-shadow: rgba(0, 0, 0, 0.25) 0 12px 22px -12px;
  background-color: #202020;
}
.play_btn_txt {
  font-size: 15px;
  color: white;
}

.play_btn_txt span {
  font-family: "Oxanium", sans-serif;
}

.play_btn_txt1 {
  font-size: 24px;
}

.mb {
  margin-bottom: 16px;
}

.my {
  margin: 16px 0px;
}
.class_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}
.shineBtnTst {
  position: relative;
  overflow: hidden;
}

.simple_btn {
  color: black;
  border: none;
  border-radius: 0.5em;
  padding: 10px 18px;
  font-weight: 700;
  font-family: "Oxanium", sans-serif;
  min-width: 140px;
  background-color: #ffffff;
}
button {
  cursor: pointer;
}
.shineBtnTst {
  position: relative;
  overflow: hidden;
}
.flex_class {
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
}
.shineBtn:after,
.shineBtn:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 20px;
  background-color: #067d6793;
  transform: skewX(-15deg);
  opacity: 0.8;
  filter: blur(5px);
  left: -20%; /* Start off the button */
  top: 1px;
  animation: smoothShine 2s linear infinite;
}

.shineBtnTst:after,
.shineBtnTst:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 20px;
  background-image: linear-gradient(to right, #50d5b7, #067d68);
  background: #067d6793;
  transform: skewX(-15deg);
  opacity: 0.8;
  filter: blur(5px);
  left: -20%; /* Start off the button */
  top: 1px;
  animation: smoothShine 2s linear infinite;
}

@keyframes smoothShine {
  0% {
    left: -20%;
    opacity: 0.2;
  }

  50% {
    left: 50%;
    opacity: 1;
  }

  100% {
    left: 120%; /* Finish on the right side */
    opacity: 0.2;
  }
}
.transparent_btn {
  grid-column-gap: 0.5em;
  grid-row-gap: 0.5em;
  background-color: transparent;
  border: 1px solid #ffffff70;
  border-radius: 0.75em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 0.5em 1em;
  display: flex;
  color: white;
  min-width: 129px;
  font-family: "Oxanium", sans-serif;
}
.button_icon {
  max-width: 2em;
  max-height: 2em;
}
.ads1 {
  display: inline-block;
  width: 360px;
  height: 400px;
}
.ads3 {
  display: inline-block;
  width: 360px;
  height: 250px;
}
/* game grid */
.game_section {
  margin-top: 16px;
}
.game_section1 {
  margin: 0 16px 0 16px;
  padding: 4px 0 4px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
  justify-items: center;
}
.game_wrapper {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.game_section_img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.back-ground {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 110px;
  background-image: linear-gradient(rgba(39, 39, 62, 0), #1e1f22);
}
.flex_column {
  display: flex;
  gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.text-block-absolute {
  z-index: 10;
  padding: 1em;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.heading-text {
  font-size: 16px;
  font-family: "Oxanium", sans-serif;
  color: var(--text-white);
  font-weight: bold;
}
.click_btn {
  color: white;
  background: linear-gradient(to right, #50d5b7, #067d68);
  border: none;
  border-radius: 0.5em;
  padding: 8px 18px;
  font-weight: 700;
  font-family: "Oxanium", sans-serif;
  min-width: 140px;
}
.click_btn p {
  font-weight: 700;
  font-family: "Oxanium", sans-serif;
}
/* game grid */

/*  second page game.html  */
.game_main_div {
  padding: 10px 0;
  position: relative;
}
.game_bg_blur {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* width: 100vh; */
  height: 100vh;
  background-size: cover;
  background-position: center;
  filter: blur(104px);
  -webkit-filter: blur(104px); /* Safari 6.0 - 9.0 */
  -moz-filter: blur(104px); /* Firefox */
  -ms-filter: blur(104px); /* Internet Explorer */
  -o-filter: blur(104px); /* Opera */
  will-change: transform, opacity; /* Hint for hardware acceleration */
  transform: translateZ(0); /* Force hardware acceleration */
  /* z-index: 1; */
}
.game_details {
  display: flex;
  position: relative;
  z-index: 1;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.game_heading {
  padding: 0 16px;
  color: white;
  margin-bottom: 5px;
  font-family: "Oxanium", sans-serif;
  font-weight: 800;
  font-size: 25px;
  text-align: center;
}

.gradient_color {
  background: linear-gradient(0deg, #888, #fff 75%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#show_img {
  width: 220px;
  margin-top: 10px;
  height: 200px;
  object-fit: cover;
  border-radius: var(--rounded);
  box-shadow: 3px 7px 10px 0 rgba(0, 0, 0, 0.48);
}
/* .lets_play_btn {
  color: white;
  background-image: linear-gradient(to right, #50d5b7, #067d68);
  border: none;
  border-radius: 0.5em;
  padding: 8px 18px;
  font-weight: 700;
  font-family: "Oxanium", sans-serif;
  min-width: 176px;
  font-size: 16px;
} */
.lets_play_btn {
  font-size: 16px;
  color: white;

  font-weight: 700;
}
.lets_play_btn11 {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: white;
  background-image: linear-gradient(to right, #50d5b7, #067d68);
  border: none;
  border-radius: 0.5em;
  padding: 8px 18px;
  font-weight: 700;
  font-family: "Oxanium", sans-serif;
  min-width: 176px;
  font-size: 16px;
}
.more_game {
  padding: 0 16px 0 16px;
}
.click_btn1 {
  width: 100%;
  padding: 10px 18px !important;
}
.ads2 {
  display: block;
  height: 250px;
}
/*  second page game.html  */
/*  third page action.html  */
.category_txt {
  font-size: 24px;
}
/*  third page action.html  */

/* footer css */
/* footer css */
/* footer css */
/* footer css */
/* footer css */
/* footer css */
/* footer css */
/* footer css */
/* footer css */
/* footer css */
.f-logo {
  width: 100px;
  height: 43px;
}
footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  min-height: 49px;
  background-color: #2b2b2b;
  color: white;
  width: 100%;
  border-top: 2px solid #ffffff;
}
.about_section {
  margin: 16px 0;
}
.about_section h1 {
  font-size: 1.5rem;
  margin: auto;
  color:   #ff6f00;
  font-family: "Oxanium", sans-serif;
}

.about_section p {
  text-align: start;
  color: #b7b7b7;
  font-size: 16px;
  height: auto;
}
.anchor_text {
  color: white;
}

.anchor_text:hover {
  color: #067d68;
}

.privacytext:hover {
  text-decoration: underline;
  cursor: pointer;
}

/* ads css */
/* ads css */
/* ads css */
/* ads css */
/* ads css */
/* ads css */
/* ads css */
/* ads css */
/* ads css */
/* ads css */
/* ads css */

.p-o {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  opacity: 0;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 1000;
  pointer-events: none;
}

.p-c {
  position: relative;
  height: auto;
  border: 1px solid #414157;
  color: #fff;
  border-radius: 5px;
  margin: 0 auto;
  /* max-width: 600px; */
  width: 100%;
  padding: 10px;
  position: absolute;
  /* pointer-events: auto; */
  z-index: 1001;
}

/* .i-a{
  pointer-events: auto;

} */

.popup {
  align-items: center;
}
.close-popup {
  outline: none;
  background-color: #ffffff;
  border: 1px solid #000;
  border-radius: 20%;
  color: #000;
  cursor: pointer;
  font-family: arial;
  font-size: 25px;
  font-weight: 700;
  height: 30px;
  line-height: 25px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  width: 30px;
  z-index: 1003;
  pointer-events: visible;
}

.bottom-ad {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  text-align: center;
  background-color: transparent;
  color: white;
  padding: 10px 16px 0px 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: none;
  animation: slideUp 0.5s ease-out forwards;
}

.close_ub {
  background-color: #ffffff;
  padding: 0 5px;
  position: absolute;
  top: -20px;
  left: 0;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  border-top-right-radius: 8px;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .popup-content {
    width: 100%;
  }
}
@media screen and (max-width: 470px) {
  .popup-content {
    width: 100%;
  }
}
@media screen and (max-width: 386px) {
  .bottom-ad {
    width: 100%;
  }
}


/* ----------------------- */
.box-earn {
    margin: 16px 0;
}

.earn-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.coin-display {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.2);
    padding: 10px 18px;
    border-radius: 50px;
    color: white;
    font-size: 24px;
    font-weight: 700;
}

.coin-display img {
    width: 32px;
    height: 32px;
}

.earn-btn {
    width: 100%;
    max-width: 280px;
    border: none;
    border-radius: 50px;
    padding: 14px;
    background: white;
    color: #ff6f00;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
}

.earn-btn:hover {
    transform: translateY(-2px);
}

.earn-btn:disabled {
    opacity: 0.7;
}

.earn-ad-tag {
    background: rgba(255,255,255,0.25);
    color: white;
    padding: 4px 12px;
    height: 24px;
    border-radius: 20px;
    font-size: 13px;
}

.reddembtn{
  display: flex;
}



.game_section1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    /* padding: 16px; */
}

.game-card {
  border: 2px solid #d1d1d1;
  /* padding: 12px; */
    background: white;
    border-radius: 15px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: 0.3s;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.game-card:hover {
    transform: translateY(-5px);
}

.game-image-container {
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
}

.game-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.game-content {
    padding: 10px;
    text-align: center;
}

.game-title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0 0 10px;
}

.user-count {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    margin-bottom: 8px;
    color: #333;
}

.green-dot {
    width: 10px;
    height: 10px;
    background: #00c853;
    border-radius: 50%;
}

.entry-fee {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}

.coin {
    font-weight: bold;
    color: #d4a017;
}

.play-game-btn {
    width: 100%;
    border: none;
    border-radius: 10px;
    padding: 14px;
    background: #fc8422;
    color: white;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.play-game-btn:hover {
    opacity: 0.9;
}

@media (max-width: 768px) {
    .game_section1 {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .game-title {
        font-size: 16px;
    }

    .play-game-btn {
        font-size: 14px;
        padding: 12px;
    }
}

.bg-top{
    position: fixed;
    top: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, white, rgba(30, 31, 34, 0));
}
.bg-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, white, rgba(30, 31, 34, 0));
}


.popup-overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.6);
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:99999;
}

.popup-box{
    width:90%;
    max-width:400px;
    background:white;
    border-radius:25px;
    padding:25px;
    text-align:center;
}

.oops-img{
    width:150px;
    /* margin-top:-80px; */
}

.oops-text{
    color:#555;
    margin:20px 0;
}

.claim-btn{
    width:100%;
    height:55px;
    background:#ff6f00;
    color:white;
    border:none;
    border-radius:10px;
    font-size:22px;
    font-weight:700;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
}

.skip-btn{
    background:none;
    border:none;
    margin-top:20px;
    text-decoration:underline;
    color:#777;
}