.dem-wrap .bg-daily img {
  display: block;
  margin: 0px auto;
}
.redm-grid {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 15px;
  margin-top: 30px;
}

.redm-grid .reward-name {
  background: #5b5b5b;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 9px;
  padding: 5px 0px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reward-points {
  display: flex;
  justify-content: space-between;
  background: #131217;
  padding: 5px;
  align-items: center;
}

span.points-label {
  font-size: 10px;
  color: #838784;
  font-weight: bold;
}

a.redeem-btn {
  background: linear-gradient(1deg, rgba(130, 236, 128, 1) 0%, rgba(145, 232, 66, 1) 36%, rgba(210, 255, 82, 1) 100%);
  display: flex;
  justify-content: center;
  color: #000;
  font-weight: 600;
  font-size: 12px;
  padding: 8px;
  border-radius: 0px 0px 10px 10px;
}

span.points-amount {
  font-weight: bold;
  color: #f26513;
}

/* Gift Modal Styles */
.repm-modal .modal-dialog.img_gift-pp {
  max-width: 850px;
  margin: auto;
  margin-top: 60px;
}

.repm-modal .modal-content {
  border-radius: 10px;
  border: none;
  /* box-shadow: 0px 0px 4px rgb(178 244 74); */
  background-color: #180926bf;
  backdrop-filter: blur(5px);
  color: #ffffff;
}

.repm-modal .modal-body {
  padding: 0;
}

.img_gift_wrap {
  display: flex;
  padding: 30px;
}

.img_gift_wrap .text-center {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-right: 30px;
}

.img_gift_wrap .text-center img {
  max-width: 100%;
  border-radius: 5px;
  margin-bottom: 20px;
}

.gift_tit_modal {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.gift_tit_price {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 5px;
}

.gift_tit_name {
  font-size: 16px;
  color: #ffffff;
}

.img_gift_wrap > div:last-child {
  flex: 1;
}

.msg-p-ttl {
  font-size: 20px;
  font-weight: bold;
  color: #8ee94f;
  margin-bottom: 15px;
  text-align: left;
}

.img_gift_ul ul {
  padding-left: 20px;
  text-align: left;
}

.img_gift_ul ul li {
  margin-bottom: 8px;
  list-style-type: disc;
  font-size: 14px;
  color: #ffffff;
}

.gift_btn_modal {
  background: linear-gradient(1deg, rgba(130, 236, 128, 1) 0%, rgba(145, 232, 66, 1) 36%, rgba(210, 255, 82, 1) 100%);
  color: #000000;
  font-weight: bold;
  text-align: center;
  padding: 12px 25px;
  border-radius: 30px;
  margin-top: 20px;
  cursor: pointer;
  font-size: 16px;
  width: fit-content;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.gift_btn_modal:hover {
  background: linear-gradient(179deg, rgba(130, 236, 128, 1) 0%, rgba(145, 232, 66, 1) 36%, rgba(210, 255, 82, 1) 100%);
}

button.wxclose {
  position: absolute;
  right: 23px;
  top: 23px;
  background: none;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100;
  font-size: 25px;
}

@media (max-width: 767.98px) {
  .modal-dialog.img_gift-pp {
      max-width: 95%;
  }
  
  .img_gift_wrap {
      flex-direction: column;
      padding: 20px;
  }
  
  .img_gift_wrap .text-center {
      padding-right: 0;
      margin-bottom: 20px;
  }
  
  .gift_tit_price {
      font-size: 20px;
  }
  .redm-grid {
      grid-template-columns: repeat(2, 1fr);
  }
}
/*14042025*/
.slot-wrap .filter-button.active, .filter-button:hover {
  background: linear-gradient(135deg, #29D765, #FDFC47);
}
.slot-wrap .filter-button {
  padding: 4px 17px;
  border: none;
  background: #bcf15042;
}
.filter-button:hover {
  background: linear-gradient(135deg, #29D765, #FDFC47);
}

/*21042025*/
.index-container{max-width: 1250px;margin:0 auto;}
.sport-frame {
  padding: 10px;
  background: #ffffff4d;
  border-radius: 10px;
}
.ttl-inx{display:flex;justify-content:space-between;}
.ttl-inx-l img{height:20px;margin-right:10px;}
.ttl-inx-l{display:flex;font-size:18px;margin-bottom:10px;color:#ffffff;font-weight:bold;align-items:center;}
.ttl-inx-l span{margin-right:10px;color:#52a0d0;}
.index-content ul{display:flex;padding:0px;margin:0px;}
.lby-box ul{display:grid;flex-wrap:wrap;padding:0px;grid-template-columns:repeat(4,1fr);}
.lby-box ul li{list-style:none;}
.index-info{display:flex;justify-content:space-between;position:relative;}
.in-info ul{display:grid;grid-template-columns:repeat(2,1fr);margin:0px;padding:0px;gap: 5px;}
.in-info ul li{list-style:none;}
.embed-container{position:relative;width:100%;overflow:hidden;padding-top:56.25%;height:100%;}
.embed-container iframe{top:0;left:0;bottom:0;right:0;width:100%;height:100%;border:none;position:absolute;padding:8px;}
.inx-bnr {
  position: relative;
  width: 120%;
  height: 100%;
}
.sport-frame iframe {
  height: 670px;
}
.inc-item {
  margin-top: 30px;
}
a.logo img {
  height: 40px;
}
@media (max-width: 999px) {
  a.logo img {
      height: auto;
  }
  .index-container {
      max-width: 1250px;
      margin: 0 auto;
      padding: 10px;
  }
}
@media (max-width: 1250px) {
 
  
.index-info {
  flex-direction: column;
}

.inx-bnr {
  width: 100%;
}

.inx-bnr-2 {
  padding: 10px;
}
}
/* Custom footer styles for draft look */
.custom-footer-menu {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #f6ff3e;
  z-index: 100;
  border-top: 1px solid #e0e000;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.04);
}
.custom-footer-in {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-footer-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 10px;
}
.custom-footer-item {
  flex: 1 1 0;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.custom-footer-link {
  color: #111;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 8px 0 4px 0;
  transition: color 0.2s;
}
.custom-footer-link:active, .custom-footer-link:focus, .custom-footer-link:hover {
  color: #222;
  text-decoration: none;
}
.custom-footer-icon {
  font-size: 2.2em;
  margin-bottom: 2px;
  color: #fff;
  stroke: #fff;
  stroke-width: 1.5;
}
.custom-footer-label {
  font-size: 1em;
  margin-top: 2px;
  color: #111;
  letter-spacing: 0.01em;
}
.custom-footer-whatsapp {
  z-index: 2;
  margin-top: -32px;
}
.custom-footer-whatsapp-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #161f2c;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  border: 2.5px solid #161f2c;
  color: #fff;
}
.custom-footer-whatsapp .custom-footer-label {
  color: #fff;
  font-size: 11px;
  color: #93acd3;
  font-weight: 400;
}
.footer-in ul {
  display: grid;
  padding: 5px 0px;
  justify-content: center;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 600px) {
  .custom-footer-list { max-width: 100vw; padding: 0 2px; }
  .custom-footer-icon {font-size: 2.8em;color: #fff;padding-top: 8px;}
  .custom-footer-whatsapp-circle {width: 48px;height: 48px;}
}


.tab_wrapper_inn {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.tab_wrapper_inn::-webkit-scrollbar {
  display: none;
}

.filter-button.active {
  scroll-margin-left: 20px;
  scroll-margin-right: 20px;
}

/* How to Redeem Modal Custom Styles */
.how-to-redeem-modal {
padding: 0 !important;
}
.how-to-redeem-header {
background: linear-gradient(90deg, #7cdf7b 0%, #180e24 100%);
border-radius: 16px 16px 0 0;
padding: 20px 24px;
color: #fff;
}
.how-to-redeem-content {
background: #180e24;
border-radius: 0 0 16px 16px;
padding: 32px 24px 24px 24px;
}
.how-to-redeem-content h5 {
color: #fff;
font-weight: 700;
}
.how-to-redeem-content p {
color: #bdb6d3;
margin-bottom: 32px;
}
.how-to-redeem-content .row {
margin-left: 0;
margin-right: 0;
}
.how-to-redeem-content .col-md-4 {
padding-left: 8px;
padding-right: 8px;
}
.how-to-redeem-step-box {background: #28173c;border-radius: 20px;padding: 32px 25px;height: 91%;display: flex;flex-direction: column;align-items: center;justify-content: flex-start;position: relative;padding-top: 100px;margin-top: 35px;padding-bottom: 15px;}
.how-to-redeem-step-box img {
width: 135px;
padding: 8px;
margin-bottom: 16px;
position: absolute;
top: -59px;
}
.how-to-redeem-step-title {
color: #7bdd7a;
font-weight: 700;
font-size: 20px;
margin-bottom: 8px;
}
.how-to-redeem-step-desc {
color: #fff;
font-size: 14px;
}
.bg-daily {
  position: relative;
}

.redm-grid-top {
  position: absolute;
  bottom: 10px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
  gap: 20px;
}
.how-to-redeem-header h4 {
  margin: 0px;
  color: #180e24;
  font-weight: bold;
}
.redeem-tnc-content {
  padding: 30px;
}

.redeem-tnc-content ul {
  margin-bottom: 14px;
  padding-left: 20px;
}

.redeem-tnc-content ul li {list-style: circle;margin-bottom: 10px;}

.redeem-tnc-content h5 {
  margin-bottom: 20px;
}
.redm-grid-top button {border: none;background: linear-gradient(135deg, #29D765, #FDFC47);border-radius: 5px;padding: 5px 25px;font-weight: 500;}

.redm-all-wrap {
  display: flex;
  gap: 20px;
  margin-top: 25px;
}

redm-all ul {
  display: flex;
  flex-direction: column;
}

.redm-all .promo_filter_wrap {
  flex-direction: column;
  display: flex;
  padding: 0px;
  background: none;
}
.redm-all ul.filter-list.desktop_promo {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 160px;
}

.filt-container .redm-all {
  margin: 0px !important;
}
.filt-container.redm-all {
  margin: 0px;
  grid-template-columns: repeat(4, 1fr);
}
.redm-all li {
    background: linear-gradient(135deg, #4A00E0, #8E2DE2);
    padding: 10px;
    text-align: center;
    color: #fff;
}

.reward-name {
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 5px 0px;
    background: #5c5b5b;
}
.redm-all li:hover {
  background: linear-gradient(135deg, #29D765, #FDFC47);
  color: #410D5D;
}




.tab_wrapper_inn {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.tab_wrapper_inn::-webkit-scrollbar {
  display: none;
}

.filter-button.active {
  scroll-margin-left: 20px;
  scroll-margin-right: 20px;
}

.info-af h5 {
  color: #82ec80;
  font-size: 16px;
  font-weight: bold;
}

.info-af {
  margin-top: 20px;
  border: 1px solid #82ec80;
  padding: 15px;
  border-radius: 10px;
  font-size: 12px;
}
.info-af p {
  margin: 0px;
}
span.af-clr {
  color: #82ec80;
}
@media (max-width: 999px) {
  .tab_wrapper_inn {
      flex-flow: row;
      display: flex;
      width: 100%;
      overflow: hidden;
      overflow-x: scroll;
      white-space: nowrap;
      flex-wrap: nowrap;
      gap: 10px;
  }
  .filter-button {
      width: 50%;
      text-align: center;
      padding: 10px;
      min-width: 125px;
      display: flex;
      justify-content: center;
  }
  .filter-button.active {
  background: #FDFC47;
  background: linear-gradient(135deg, #29D765, #FDFC47);
  color: #410D5D;
}
  .filter-button {
  cursor: pointer;
  padding: 4px 5px;
  background-color: #312540;
  border: none;
  color: #b2b2b2;
  font-weight: 500;
  border-radius: 10px;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
}

@media (max-width: 767.98px) {
.how-to-redeem-content {
  padding: 20px 8px 16px 8px;
}
.how-to-redeem-step-box {
  padding: 20px 8px;
  margin-top: 30px;
  padding-top: 40px;
  padding-bottom: 10px;
}
.how-to-redeem-header {
  padding: 14px 10px;
}
.how-to-redeem-step-title {
  font-size: 17px;
}
.how-to-redeem-step-desc {
  font-size: 13px;
}
.redm-all .promo_filter_wrap {
  display: none;
}

.redm-all-wrap {
  flex-direction: column;
  margin-top: 14px;
}

.filt-container.redm-all {
  grid-template-columns: repeat(2, 1fr);
}

.redm-grid-top {
  flex-direction: column;
  gap: 5px;
  position: relative;
}

.redm-all-wrap .select-menu select {
  padding: 10px;
  background-color: #8527e1;
}
  .how-to-redeem-content .row {
    gap: 25px;
}

.how-to-redeem-header h4 {
    font-size: 18px;
}

.img_gift-pp button.wxclose {
    top: 10px;
}

.repm-modal .modal-dialog.img_gift-pp {
    margin: 10px;
}

.how-to-redeem-step-box img {
    width: 95px;
}
.redeem-tnc-content {
  padding: 15px;
}
}

.tab_wrapper_inn {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.tab_wrapper_inn::-webkit-scrollbar {
  display: none;
}

.filter-button.active {
  scroll-margin-left: 20px;
  scroll-margin-right: 20px;
}

.swiper.mySwiperpro2 {
  position: relative;
  padding: 0 40px;
}

.arrow_slider_wrp {
  /* position: absolute; */
  /* top: 50%; */
  /* transform: translateY(-50%); */
  /* z-index: 10; */
  /* width: 40px; */
  /* height: 40px; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
}

.arrow_slider_wrp:first-of-type {
  left: 0;
}
.arrow_slider_wrp:last-of-type {
  right: 0;
}

.slide-arrow {
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  transition: background 0.2s, box-shadow 0.2s;
  border: none;
}
.slide-arrow:hover {
  background: #f5f5f5;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.slide-arrow i {
  font-size: 18px;
  color: #333;
}

@media (max-width: 767px) {
  .swiper.mySwiperpro2 {
    padding: 0 20px;
  }
  .arrow_slider_wrp {
    /* width: 32px; */
    /* height: 32px; */
    /* position: absolute; */
    top: 50%;
    /* transform: translateY(-50%); */
    z-index: 10;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
  }
  .arrow_slider_wrp:first-of-type {
    left: 0;
  }
  .arrow_slider_wrp:last-of-type {
    right: 0;
  }
  .slide-arrow {
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    transition: background 0.2s, box-shadow 0.2s;
    border: none;
  }
  .slide-arrow i {
    font-size: 15px;
    color: #333;
  }
}

.arrow_slider {
  /* position: relative; */
  /* top: 24px; */
  /* margin: 0px; */
  /* width: 100%; */
}
.filter-button {
    align-items: center;
    display: flex
;
}

.swiper-wrapper {
  /* padding: 0px 20px; */
}

.menu-bar-wrapper {
  position: relative;
  background: #7c3aed;
  border-radius: 16px;
  padding: 0 40px;
  margin: 16px 0;
  display: flex;
  align-items: center;
  height: 72px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.menu-bar-scroll {
  overflow-x: auto;
  flex: 1;
  -webkit-overflow-scrolling: touch;
}
.menu-bar {
  display: flex;
  align-items: center;
  gap: 32px;
  min-width: max-content;
  padding: 12px 0;
}
.menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  min-width: 60px;
  transition: color 0.2s;
}
.menu-item img {
  width: 32px;
  height: 32px;
  margin-bottom: 4px;
}
.menu-item.active,
.menu-item:hover {
  color: #7cdf7b;
}
.menu-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  color: #7c3aed;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
  font-size: 18px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  transition: background 0.2s, color 0.2s;
}
.menu-arrow-left { left: 8px; }
.menu-arrow-right { right: 8px; }
.menu-arrow:active,
.menu-arrow:hover {
  background: #7cdf7b;
  color: #3a186a;
}
@media (max-width: 767px) {
  .menu-bar-wrapper {
    padding: 0 20px;
    height: 56px;
  }
  .menu-bar {
    gap: 18px;
  }
  .menu-item img {
    width: 24px;
    height: 24px;
  }
  .menu-arrow {
    width: 28px;
    height: 28px;
    font-size: 15px;
  }
}


.slick-menu {
  background: #7c3aed;
  border-radius: 16px;
  padding: 0 40px;
  margin: 16px 0;
  display: flex;
  align-items: center;
  height: 72px;
}

.slick-menu .menu-item {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  min-width: 60px;
  transition: color 0.2s;
  justify-content: center;
}

.slick-menu .menu-item img {
  width: 32px;
  height: 32px;
  margin-bottom: 4px;
}

.slick-menu .menu-item.active,
.slick-menu .menu-item:hover {
  color: #7cdf7b;
}

.slick-arrow {
  background: #fff !important;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  color: #7c3aed !important;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}

.slick-prev { left: 8px !important; }
.slick-next { right: 8px !important; }

.slick-arrow:active,
.slick-arrow:hover {
  background: #7cdf7b !important;
  color: #3a186a !important;
}

@media (max-width: 767px) {
  .slick-menu { padding: 0 20px; height: 56px; }
  .slick-menu .menu-item img { width: 24px; height: 24px; }
  .slick-arrow { width: 28px; height: 28px; font-size: 15px; }
}


.daily-bg2 {
  background: #070010 url(../images/daily/bg-reward.jpg) center top no-repeat;
  min-height: 122vh;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
  position: relative;
}

.daily-bg ul {
  position: relative; 
  bottom: 16%;
  display: grid;
  gap: 10px;
  justify-content: center;
  left: 0;
  right: 0;
  margin: 0px auto;
  list-style: none;
  padding: 0;
  max-width: 1040px;
  grid-template-columns: repeat(5,1fr);
  gap: 20px;
  margin-top: 20px;
}

.daily-bg ul li a {
  position: relative;
  display: block;
  margin: 0px auto;
  text-align: center;
}

.daily-bg ul li a.claimed .daily-content {
  display: none;
}
.daily-bg ul li a img {
  filter: none;
}
.daily-content {
   position: relative;
   bottom: 0px;
   left: 0;
   right: 0;
   margin: 0px auto;
   text-align: center;
   font-weight: bold;
   font-size: 21px;
   color: #ffb9fd;
   /* background-color: #0000007a; */
   width: 90%;
}

.daily-bg ul li a img {
  /* filter: grayscale(0.8); */
  width: 148px;
}

.daily-bg ul li a.claimed img {
  filter: none;
}

.daily-bg ul li a.active img {
  filter: none;}
.desktop_footer {
    margin: 0px;
}

.body_main {
    /* margin-top: 51vh; */
}

.daily-bg ul li {
    display: flex;
    justify-content: center;
}
.btn-token {
  background: #140c19;
  min-width: 252px;
  padding: 10px;
  text-align: center;
  display: flex;
  gap: 14px;
  justify-content: center;
  border-radius: 16px;
  align-items: center;
  font-size: 30px;
  margin: 0px auto;
  color: #fff;
  font-weight: bold;
  border: 2px solid #7b2ac7;
}

.modal-congrat h5 {
  color: #ffb9fd;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
}
.daily-wrap-in {
  background-color: #180926b0;
  backdrop-filter: blur(5px);
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px #ffb9fd;
}
.color-text1 {
  color: #ffb9fd;
  font-weight: bold;
}
.image-wrap {
  height: 213px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap-btn img {
  margin: 0px auto;
  display: block;
}
.tour-btn {
  padding: 30px 60px;
}

.tour-btn h5 {
  margin-bottom: 20px;
  color: #ffb9fd;
}

.tour-btn ul {
  padding-left: 30px;
  list-style: circle;
}

.tour-btn ul li {
  list-style: circle;
  margin-bottom: 10px;
  color: #fffbff;
}
span.token-text {
  color: #c28dff;
}
.deposit_bank_choose_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  margin-top: 0;
}
.deposit_bank_choose_box.active,.deposit_bank_choose_box:hover {
  background-color: #bd6fff;
  color: #000;
}
.tab_wrapper.nav_mobile_show {
  display: none!important;
}
.nav_mobile_show .swiper-button-prev-menu:after {
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  content: "\f0d9";
}

.nav_mobile_show .swiper-button-next-menu:after {
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  content: "\f0da";
}
.tab_wrapper.nav_mobile_show{

}
.tab_wrapper.nav_mobile_show .filter-button{
  min-width: 0;
  width: 100%;
  font-size: 0.8em;
  white-space: normal;
  line-height: 1;
  height: 100%;
  min-height: 69px;
  gap: 5px;
}
.tab_wrapper.nav_mobile_show .filter-button img {
  width: 30px;
  margin-right: 0;
}
.tab_wrapper.nav_mobile_show .swiper-button-next-menu, .tab_wrapper.nav_mobile_show .swiper-rtl .swiper-button-prev-menu {
  right: 8px;
  left: auto;
  position: absolute;
  top: 28%;
  font-size: 28px;
}
.tab_wrapper.nav_mobile_show .swiper-button-prev-menu, .tab_wrapper.nav_mobile_show .swiper-rtl .swiper-button-next-menu {
  left: 8px;
  right: auto;
  position: absolute;
  top: 28%;
  font-size: 28px;
}
.tab_wrapper.nav_mobile_show{
  position: relative;
  padding: 10px 30px;
}

/*25062025*/
.gs1-iframe iframe {
  width: 100%;
  min-height: 700px;
  border: none;
}
#closeButton{left: auto;right: 0%;}
.floating img {
  width: 130px;
}
/*.tab_wrapper {
  padding: 0px;
}*/


@media (max-width: 999px) {
  .tab_wrapper.nav_mobile_hide {
    display: none!important;
  }
  .tab_wrapper.nav_mobile_show {
    display: block!important;
    
  }

}
@media (max-width: 767px) {
.btn-token {
  font-size: 16px;
}

.daily-bg ul {
  grid-template-columns: repeat(3, 1fr);
}

.tour-btn {
  padding: 15px;
}
}