/* ---------------- Basic css ------------------ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 0.66vw;
}

:root {
  scroll-behavior: unset;
  --white: #ffffff;
  --black: #000000;
  --green: #fc7100;

  --white_img: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(7498%) hue-rotate(67deg) brightness(112%) contrast(100%);
  --black_img: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(16%);

  --secondFont: "Noto Sans SC", sans-serif;

  --menuheight: 12.4rem;
  --PaginationHeight: 6.6rem;
  --fullmenuHeight: calc(12.4rem + 6.6rem);
}

img {
  width: 100%;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none !important;
  transition: 200ms;
  color: inherit;
}

.f-right {
  float: right;
}

button:focus,
a:focus,
input:focus,
textarea:focus {
  outline: none;
}

button {
  background: none;
  border: none;
  outline: none;
  padding: 0;
}

/* body */
body {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.1rem;
  color: var(--white);
  overflow-x: hidden;
  font-family: "Tahoma";
  background: var(--black);
}

.container {
  margin: 0 auto;
  width: 100%;
  padding: 0;
}

main {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: var(--fullmenuHeight);
}

.figure img,
.figure {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #fc7100;
  font-family: "Tahoma";
}

/* titles */
.title_40 {
  font-size: 4rem;
  line-height: 1.1;
}

.title_30 {
  font-size: 3rem;
  line-height: 1.1;
}

.title_26 {
  font-size: 2.6rem;
  line-height: 1.15;
}

.title_24 {
  font-size: 2.4rem;
  line-height: 1.15;
}

.title_20 {
  font-size: 2rem;
  line-height: 1.15;
}

.title_18 {
  font-size: 1.8rem;
  line-height: 1.15;
}

.title_16 {
  font-size: 1.6rem;
  line-height: 1.15;
}

.title_14 {
  font-size: 1.4rem;
  line-height: 1.15;
}

.secondFont {
  font-family: var(--secondFont);
  font-size: 2rem;
  padding-bottom: 7rem;
  line-height: 2.7rem;
}

/* icons size */
.icon_10 {
  width: 1rem;
}

.icon_12 {
  width: 1.2rem;
}

.icon_14 {
  width: 1.4rem;
}

.icon_16 {
  width: 1.6rem;
}

.icon_18 {
  width: 1.8rem;
}

.icon_20 {
  width: 2rem;
}

.icon_22 {
  width: 2.2rem;
}

.icon_24 {
  width: 2.4rem;
}

.icon_26 {
  width: 2.6rem;
}

.icon_28 {
  width: 2.8rem;
}

.icon_30 {
  width: 3rem;
}

.icon_32 {
  width: 3.2rem;
}

.icon_34 {
  width: 3.4rem;
}

.icon_36 {
  width: 3.6rem;
}

/* notosans */
.notosans {
  font-family: var(--notosans) !important;
}

/* ================ Button =============== */
.button {
  height: 5rem;
  width: 14.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  border-radius: 1rem;
  font-family: "Tahoma";
}

/* =============== header ============== */
.site_header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 9999999;
}

.header_main {
  background: #19243a;
  height: var(--menuheight);
  width: 100%;
  border-bottom: 0.1rem solid #cb9837;
}

.logo img {
  width: 14.1rem;
}

.header_right>a {
  color: #d8d9dd;
  font-size: 1.4rem;
  font-weight: 700;
  padding-top: 2.2rem;
}

.header_right>a:hover {
  color: #fc7100;
}

.header_btn1 {
  background: transparent linear-gradient(180deg, #ffb217 0%, #fc7100 91%, #ffbd87 100%) 0% 0% no-repeat padding-box;
}

.header_buttons {
  gap: 1.2rem;
  padding-right: 1.2rem;
}

.header_right2 {
  padding-left: 9.2rem;
}

.header_right2>p {
  color: #d8d9dd;
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 400;
  padding-top: 1.2rem;
}

.header_btn2 {
  background: transparent linear-gradient(180deg, #ff0e0e 0%, #7e0010 100%) 0% 0% no-repeat padding-box;
}

.flag {
  width: 5rem;
  height: 5rem;
  border: 0.1rem solid #9396a1;
  border-radius: 1rem;
}

.select_btn {
  cursor: pointer;
}

.country_select_btn {
  display: grid;
  grid-template-columns: 5rem 1.6rem;
  gap: 0.9rem;
  align-items: center;
}

/* =================== Pagination ================= */
.Pagination {
  height: var(--PaginationHeight);
  background: #232e46;
  box-shadow: 0 0.6rem 0.6rem #00000099;
}

.Pagination * {
  height: 100%;
}

.Pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #9396a1;
  padding: 0 4.5rem;
  white-space: nowrap;
}

.Pagination a.active,
.Pagination a:hover {
  color: #fc7100;
  background: #19243a;
}

/* =============== Hero area =============== */
.owl-dot {
  width: 1.4rem;
  height: 1.4rem;
  background: #fff;
  border-radius: 10rem;
  transition: 0.25s ease;
}

.owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2.6rem;
}

.owl-dot.active {
  background: #fc7100;
  width: 3.6rem;
}

.hero_slider {
  margin: 4.8rem 0 0;
  border-radius: 2.5rem;
  overflow: hidden;
}

.alarm img {
  width: 3.9rem;
}

.alarm {
  color: #9396a1;
  font-size: 1.6rem;
  gap: 3.1rem;
  padding-top: 3.1rem;
}

/* ========== placeholder ============== */
img[loading="lazy"] {
  filter: blur(2rem);
  transition: all 0.4s ease;
}

img.loaded {
  filter: blur(0);
}

/* ================ Our Service =============== */
.our-service {
  padding: 0;

}

@media screen and (min-width: 1024px) {
  .our-service {
    margin-top: 80px;

  }

  .our-service h2 {
    font-size: 2.6rem;
    margin-bottom: 30px;

  }

}

.service-cards {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0;
  margin: 0 -1rem;
}

.service-card {
  display: flex;
  align-items: center;
  position: relative;
  flex: 1;
  padding: 1rem;
}

@media (max-width: 768px) {
  .our-service {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }

  .service-title {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
  }

  .service-title img.title-icon {
    width: 2.2rem;
    height: 2.2rem;
    margin-right: 0.5rem;
  }

  .service-title h6 {
    color: #fc7100;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0;
  }

  .service-cards {
    margin: 0 -0.6rem;
  }

  .service-card {
    padding: 0.8rem;
    background: #10131c;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
  }

  .img-wrapper {
    position: relative;
    flex-shrink: 0;
  }

  .img-wrapper img {
    width: 3.5rem;
    height: 3.5rem;
  }

  .service-text {
    flex: 1;
    min-width: 0;
  }

  .text-title {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
    margin-bottom: 0.2rem;
  }

  .text-highlight {
    color: #fc7100;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
  }

  .text-title span:not(.text-highlight) {
    color: #fc7100;
    font-size: 0.8rem;
    font-weight: 500;
  }

  .text-desc {
    font-size: 1rem !important;
    color: #9396a1;
    font-weight: 400;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .card-left,
  .card-right {
    padding: 0 0.6rem;
  }
}

.icon-progress-ring {
  position: relative;
  width: 7rem;
  height: 7rem;
  flex-shrink: 0;
  z-index: 2;
}

.icon-progress-ring::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(#fc7100 var(--progress), transparent var(--progress));
  -webkit-mask: radial-gradient(farthest-side, transparent 70%, #000 71%);
  mask: radial-gradient(farthest-side, transparent 70%, #000 71%);
}

.icon-inner-circle {
  position: absolute;
  inset: 0.5rem;
  background: #19243a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
}

.icon-inner-circle img {
  width: 100%;
  height: auto;
  filter: brightness(0) saturate(100%) invert(56%) sepia(86%) saturate(4989%) hue-rotate(360deg) brightness(101%) contrast(103%);
}

.service-text {
  background: transparent linear-gradient(90deg, #232E46 0%, #10131C 100%) 0% 0% no-repeat padding-box;
  border-radius: 0 0.5rem 0.5rem 0;
  padding: 0.5rem 1.5rem 0.5rem 3.5rem;
  margin-left: -2rem;
  flex: 1;
  min-width: 0;
  z-index: 1;
}

@media (max-width: 768px) {
  .service-text {
    background: none;
    border-radius: 0;
    padding: 0;
    margin-left: 0;
  }
}

.text-title {
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.text-highlight {
  color: #fc7100;
  font-size: 1.5rem;
  font-weight: 700;
}

.text-desc {
  font-size: 1.2rem;
  color: #9396a1;
  display: block;
}

/* ================ Step area =============== */
.step_area {
  padding: 0;
  height: 11.5rem;
  background: transparent linear-gradient(180deg, #323a55 0%, #232e46 12%, #232e46 93%, #323a55 100%) 0% 0% no-repeat padding-box;
  display: flex;
  align-items: center;
}

.step_img {
  width: 17rem;
}

.step_box {
  display: grid;
  grid-template-columns: 0fr 1fr;
  align-items: center;
  gap: 2.7rem;
}

.step_info p {
  color: #d8d9dd;
  font-size: 1.6rem;
  padding-top: 0.5rem;
}

.step_boxes {
  padding: 6.5rem 0 6.5rem;
}

.step_img_wrap {
  margin-bottom: -1.5rem;
}

/* ================= Dont miss =================== */
.dont_miss {
  overflow: hidden;
}

.imageBox>img {
  height: 17.6rem;
  object-fit: cover;
  border-radius: 2.6rem;
}

.imageBox {
  border-radius: 2.6rem;
  position: relative;
  text-align: center;
}

.game-desc span {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #f5f5f5;
  font-family: var(--secondFont);
}

.game-desc {
  position: absolute;
  top: 6rem;
  padding: 0 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.overlay {
  position: absolute;
  width: 100%;
  top: 100%;
  transition: 0.35s ease-out;
  opacity: 0;
  pointer-events: none;
}

.imageBox:hover .overlay {
  top: -4.5rem;
  opacity: 1;
  pointer-events: all;
}

.dont_miss .row {
  margin-top: 6.6rem;
}

.game .title_26 {
  text-transform: uppercase;
}

/* =================== Jackpot area =================== */
.main_object {
  width: 84.2rem;
}

.character_img {
  width: 43.5rem;
  position: absolute;
  left: -8rem;
  top: -4rem;
  z-index: -1;
}

.tiger_cartoon {
  width: 36.3rem;
  position: absolute;
  right: -8rem;
  top: -4rem;
  z-index: -1;
}

.jackpot_header {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.jackpot_area {
  padding: 16rem 0 15rem 0;
}

.jackpot_main {
  position: relative;
  margin-top: -8rem;
  z-index: -1;
}

.jackpot_content {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  left: 19rem;
}

.jackpot_counter {
  display: flex;
  align-items: center;
  padding-left: 3.5rem;
}

.jack_info .title_16 {
  color: #fff;
  padding-bottom: 0.5rem;
}

.jack_info {
  padding: 0.5rem 3.5rem 0.5rem 0;
  border-right: 0.1rem solid #bb8989;
}

.jackpot_counter .counter {
  margin-left: 2.5rem;
  background: transparent linear-gradient(180deg, #414951 0%, #141923 90%, #141923 100%) 0% 0% no-repeat padding-box;
  box-shadow: inset 0 0.6rem 0.6rem #000000;
  border-radius: 0.3rem;
  padding: 0.8rem 2.6rem;
  overflow: hidden;
}

.counter_number {
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
  font-family: "Tahoma";
  line-height: 1.1;
  letter-spacing: 0.1em;
}

.jackpot_bg {
  position: absolute;
  width: 192rem;
  left: calc(50% + -1rem);
  top: -24rem;
  z-index: -2;
  transform: translateX(-50%);
}

/* =========================== */
.favourite_badge h3 {
  font-size: 1.2rem;
  color: #fff;
}

.favourite_badge h4 {
  font-size: 1.4rem;
}

.favourite_badge {
  width: 6.2rem;
  height: 6.2rem;
  background: #2c3554 0% 0% no-repeat padding-box;
  box-shadow: 0 0.3rem 0.3rem #000000f7;
  border: 0.1rem solid #455077;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10rem;
  flex-direction: column;
  position: absolute;
  right: -0.55rem;
  top: -1rem;
  z-index: 1;
}

.favourite_img {
  height: 16rem;
  object-fit: cover;
  border-radius: 2rem;
}

.favourite_top {
  position: relative;
}

.overlay_btn {
  height: 3.5rem;
  display: flex;
  align-items: center;
  width: 13rem;
  justify-content: center;
  gap: 1rem;
  border-radius: 1.2rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}

.overlay_btn2 {
  background: transparent linear-gradient(180deg, #ffb217 0%, #fc7100 91%, #ffbd87 100%) 0% 0% no-repeat padding-box;
}

.overlay_btn1 {
  background: transparent linear-gradient(180deg, #436ec2 0%, #243965 93%, #436ec2 100%) 0% 0% no-repeat padding-box;
  border: 0.05rem solid #dfac08;
}

.overlay_btn1 img {
  width: 1.9rem;
}

.overlay_btns {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: end;
  background: rgba(25, 36, 58, 0.8);
  padding-bottom: 1.5rem;
  transition: 0.35s ease;
  opacity: 0;
  border-radius: 2rem;
}

.favourite_box {
  position: relative;
  background: #232e46 0% 0% no-repeat padding-box;
  box-shadow: 0 0.6rem 0.6rem #00000066;
  border-radius: 2rem;
  transition: 0.25s ease;
  cursor: pointer;
}

.favourite_box:hover {
  background: transparent linear-gradient(180deg, #436ec2 0%, #243965 93%, #436ec2 100%) 0% 0% no-repeat padding-box;
}

.favourite_box:hover .overlay_btns {
  opacity: 1;
}

.favourite_box.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.overlay_btn:hover {
  color: #fff;
  opacity: 0.8;
}

.favorite_btn img {
  width: 2.3rem;
}

.heart_filled {
  display: none;
}

.favorite_btn.active .heart_filled {
  display: block;
}

.favorite_btn.active .heart_unfilled {
  display: none;
}

.exclamation_btn {
  cursor: pointer;
}

.exclamation_btn>img {
  width: 2rem;
  transition: 0.25s ease;
}

.favourite_box:hover .exclamation_btn>img {
  filter: brightness(0) saturate(100%) invert(75%) sepia(13%) saturate(465%) hue-rotate(182deg) brightness(81%) contrast(92%);
}

.favourite_bottom {
  align-items: center;
  padding: 1rem 1.5rem;
}

.favourite_bottom h2 {
  color: #9396a1;
  font-size: 1.4rem;
  display: inline-block;
  max-width: 8ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.favourite_box:hover .favourite_bottom h2 {
  color: #fff;
}

.game-info {
  padding: 1rem;
  background: #232e46;
  border-radius: 0 0 1.2rem 1.2rem;
  box-shadow: 0 1rem 1rem #000000cc;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 120%;
  width: 100%;
  font-size: 1.2rem;
  transition: 0.3s ease-in-out;
  left: 0;
  z-index: 99;
  pointer-events: none;
}

.exclamation_wrap:hover .game-info {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.game-info hr {
  margin-top: 0;
  border: none;
  border-bottom: 0.1rem solid #a3aabe !important;
  border-radius: 2rem;
}

.game-info .game-info-item {
  display: flex;
  justify-content: space-between;
  color: #a3aabe;
}

.game-info .game-info-item {
  margin-bottom: 0.5rem;
  background-color: #0e1727;
  border-radius: 0.5rem;
  padding: 0.8rem;
}

.game-info .game-info-item .item-value {
  color: #fc7100;
}

.nav_top {
  background: #232e46 0% 0% no-repeat padding-box;
  border-radius: 0.7rem;
  overflow: hidden;
  margin-bottom: 3.4rem;
}

.nav_link {
  height: 5.624rem;
  font-size: 1.2rem;
  font-weight: 700;
  width: 18.1rem;
  color: #9396a1;
  transition: 0.25s ease;
}

.nav_link.active {
  background: linear-gradient(#436ec2 0%,
      #243965 80%,
      #243965 90%,
      #436ec2 100%);
  color: #fff;
}

.favorite_area .tab-pane .row {
  --bs-gutter-x: 1.6rem;
  --bs-gutter-y: 2.5rem;
}

.nav_top>a {
  color: #fc7100;
  font-size: 1.1rem;
  font-weight: 800;
  margin-right: 3.1rem;
}

.nav_top>a:hover {
  color: #fff;
}

/* ================ Footer area ================== */
.footer-license {
  padding: 8.6rem 0 11.5rem;
  background: #181f2d;
  border-bottom: 0.2rem solid #f88400;
}

.bmm {
  width: 6.3rem;
}

.itechlabs {
  width: 5rem;
}

.global {
  width: 5rem;
}

.payouts {
  width: 8.8rem;
}

.godaddy {
  width: 12.9rem;
}

.plus_logo18 {
  width: 3.8rem;
}

.game_care {
  width: 3.7rem;
}

.be_gamble {
  width: 4.4rem;
}

.social_icons a img {
  width: 3.8rem;
}

.social_icons {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.footer_logos {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.Copyright {
  font-size: 1.2rem;
  line-height: 2.2rem;
  color: #9396a1;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.iovation {
  width: 13.2rem;
}

.txt-link {
  font-size: 1.5rem;
  line-height: 3rem;
  color: #d5d5d5;
  font-family: var(--secondFont);
  display: block;
}

.footer-copyright img {
  width: 12rem;
  margin-bottom: 0.6rem;
}

.footer-copyright p {
  color: #9396a1;
  font-size: 0.9rem;
  line-height: 2.2rem;
}

.footer-copyright {
  padding: 3.5rem 0;
  background: #19243a;
}

/* ============= favourite_head =============== */
.favourite_head .p1 {
  font-size: 1.4rem;
  color: #9396a1;
  line-height: 1.7rem;
  margin-top: 4rem;
}

.favourite_head .p1 a {
  color: #3664f6;
}

.favourite_head .p1 a:hover {
  color: #9396a1;
}

.favourite_head {
  padding-top: 7rem;
}

/* ============= Floating bar =============== */
.floating_btn {
  font-size: 1.6rem;
  font-weight: 700;
  height: 4.6rem;
  width: 21rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent linear-gradient(269deg, #ffb217 0%, #fc7100 91%, #ffbd87 100%) 0% 0% no-repeat padding-box;
  border-radius: 1rem;
  cursor: pointer;
  font-family: var(--secondFont);
  transform: rotate(90deg) translate(8.2rem, 8rem);
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.contact-icon {
  width: 5rem;
}

ul.sidebar-box li a {
  display: grid;
  grid-template-columns: 0fr 1fr;
  gap: 1.6rem;
  align-items: center;
}

.sidebar-box li a h3 {
  font-size: 1.7rem;
  line-height: 2.1rem;
  color: #fc7100 !important;
}

.sidebar-box li a p {
  color: #f5f5f5;
  font-size: 1.5rem;
  line-height: 2.1rem;
  padding-top: 0.5rem;
  font-family: var(--secondFont);
}

.floating_contacts {
  background: #232e46 0% 0% no-repeat padding-box;
  box-shadow: 0 0.6rem 0.6rem #00000099;
  padding: 5rem 3rem 4rem 3rem;
  width: 28rem;
  transition: 0.25s ease;
  height: 21rem;
  display: grid;
  margin-left: -17rem;
}

.sidebar-box {
  height: 100%;
  display: grid;
  align-content: space-between;
}

.floating_btn_Wrap {
  display: flex;
  width: fit-content;
  position: fixed;
  top: calc(var(--fullmenuHeight) + 6.5rem);
  right: -27.25rem;
  z-index: 999999;
  transition: 0.35s ease-out;
}

.floating_btn_Wrap:hover {
  right: 0;
}

/* =================== Table area ===================== */
table .img-fluid {
  width: 12.9rem;
}

td {
  color: #d5d5d5;
  font-family: var(--secondFont);
  font-size: 1.6rem;
  line-height: 4rem;
  height: 6.5rem;
  padding-bottom: 1.5rem;
}

th {
  height: 5.4rem;
  font-size: 2rem;
  font-weight: 400;
  background: #19243a;
}

.trophy {
  width: 18.1rem;
}

.table_top {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: -4rem;
  padding-left: 1.5rem;
}

thead tr {
  border-bottom: 2rem solid transparent;
}

table {
  max-width: 117.5rem;
  width: 100%;
}

/* =================== Upcoming area ================== */
.upcoming_content {
  position: relative;
  width: 111.1rem;
  margin: 0 auto;
}

.upcoming_content_over p {
  font-family: var(--secondFont);
  font-size: 2rem;
  line-height: 2.6rem;
  padding-top: 0.4rem;
  padding-bottom: 2.5rem;
}

.btn_blue img {
  width: 3.7rem;
}

.btn_blue {
  background: transparent linear-gradient(180deg, #436ec2 0%, #243965 93%, #436ec2 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  align-items: center;
  gap: 2.1rem;
  padding: 0 4.5rem 0 1.4rem;
  width: fit-content;
}

.btn_blue p {
  padding: 0;
  font-size: 1.6rem;
}

.btn_blue:hover {
  background: transparent linear-gradient(360deg, #436ec2 0%, #243965 93%, #436ec2 100%) 0% 0% no-repeat padding-box;
}

/* ================ upcoming_area ================= */
.upcoming_content_over {
  position: absolute;
  width: fit-content;
  right: 7.6rem;
  bottom: 21rem;
}

.upcoming_area {
  padding: 11.6rem 0 5.3rem;
}

/* ================ content_hero ================= */
.content_img {
  width: 100%;
  border-radius: 2.5rem;
  object-fit: cover;
}

/* ================ slot_hero ================= */
.slot_img {
  width: 100%;
  border-radius: 2.5rem;
  height: 47rem;
  object-fit: cover;
}

/* ============= slots_area ============= */
.slots_area .row {
  --bs-gutter-x: 2.9rem;
}

.slots_area .tab-content .row {
  --bs-gutter-x: 1.9rem;
  --bs-gutter-y: 3.5rem;
}

/* ============= logo btns ============= */
.logobtn_img1,
.logobtn_img4,
.logobtn_img5,
.logobtn_img7,
.logobtn_img9 {
  width: 11.3rem;
}

.logobtn_img2 {
  width: 12.6rem;
}

.logobtn_img3 {
  width: 14.6rem;
}

.logobtn_img6 {
  width: 10.3rem;
}

.logobtn_img8 {
  width: 9.7rem;
}

.logo_btn {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7.5rem;
  background: #232e46;
  box-shadow: 0 0.6rem 0.6rem #00000066;
  border-radius: 2rem;
  border: 0.1rem solid #232e46;
}

.logo_btn_list {
  display: grid;
  gap: 0.9rem;
}

.status_badge {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1.7rem;
  width: 4.8rem;
  background: #ef0000;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-right-radius: 3rem;
  border-top-left-radius: 3rem;
  font-weight: 700;
  color: #fff;
}

.logo_btn:hover {
  background: transparent linear-gradient(180deg, #0d65d8 0%, #060b2b 8%, #002b5d 95%, #346ad5 100%) 0% 0% no-repeat padding-box;
  border: 0.1rem solid #0d65d8;
}

/* Nav right */
.nav_link.v2 {
  width: fit-content;
  padding: 0 2.8rem;
}

.sort_wrap {
  margin-right: 2.8rem;
}

.sort_wrap>p {
  font-size: 1.2rem;
  color: #d8d9dd;
  font-family: var(--secondFont);
  margin-right: 1.5rem;
  font-weight: 700;
}

.sort_select {
  height: 3.8rem;
  width: 19.5rem;
  background: transparent linear-gradient(180deg, #436ec2 0%, #243965 93%, #436ec2 100%) 0% 0% no-repeat padding-box;
  border-radius: 2.5rem;
  border: none;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  color: #d8d9dd;
  font-family: var(--secondFont);
  padding: 0 2rem 0 2.5rem;
}

.sort_select:hover {
  background: transparent linear-gradient(360deg, #436ec2 0%, #243965 93%, #436ec2 100%) 0% 0% no-repeat padding-box;
}

.nice-select:after {
  background: url(../img/polygon_down.svg) no-repeat scroll top left / 1.3rem 0.7rem;
  width: 1.3rem;
  height: 0.7rem;
  right: 2rem;
  border: none;
  filter: var(--white_img);
  transform: rotate(0deg);
}

.nice-select.open:after {
  transform: rotate(180deg) translate(0.5rem, 0.4rem);
}

.nav_top.v2 {
  overflow: visible;
}

.nav_tabs.v2 {
  border-radius: 0.7rem;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.list {
  width: 100%;
  background: transparent linear-gradient(180deg, #436ec2 0%, #243965 93%, #436ec2 100%) 0% 0% no-repeat padding-box;
  border-radius: 0.6rem !important;
  padding: 0.6rem 0 !important;
}

.nice-select .option {
  height: 3rem;
  line-height: 3rem;
  padding: 0 1rem;
  display: flex;
  align-items: center;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #653d8b;
}

.search_box {
  position: relative;
}

.search_box input {
  height: 3.8rem;
  width: 19.5rem;
  background: #19243a 0% 0% no-repeat padding-box;
  border: 0.1rem solid #9396a1;
  border-radius: 2.5rem;
  padding: 0 2rem 0 2.5rem;
}

.search_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}

.search_box input::placeholder,
.search_box input {
  font-size: 1.2rem;
  line-height: 1;
  color: #9396a1;
}

.search_box input:focus {
  border-color: #fff;
}

.red_link {
  color: #fc7100;
  font-size: 1.1rem;
  font-weight: 800;
  margin-right: 3.1rem;
}

.red_link:hover {
  color: #fff;
}

/* ====================== asib Khan ====================== */

.background_img {
  padding-top: 6rem;
  padding-bottom: 3.5rem;
  width: 100%;
  height: 41.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2.5rem;
}

.soprts_head_content img {
  width: 25.3rem;
  margin-bottom: 1.6rem;
}

.soprts_head_content {
  padding-right: 10rem;
}

.soprts_head_content .button:hover {
  opacity: 0.75;
  color: #fff;
}

.soprts_head_content .button {
  background: transparent linear-gradient(180deg, #436ec2 0%, #243965 93%, #436ec2 100%) 0% 0% no-repeat padding-box;
  width: 29.8rem;
}

.company_logo_button .button {
  background: #232e46;
  box-shadow: 0px 6px 6px #00000066;
  border-radius: 20px;
  transition: 0.3s;
  margin-right: 2.2rem;
  width: 20rem;
  padding: 4.5rem 0;
}

.company_logo_button a img {
  width: 11rem;
}

.company_logo_button .button:hover {
  background: transparent linear-gradient(180deg,
      var(--unnamed-color-0d65d8) 0%,
      #060b2b 8%,
      #002b5d 95%,
      #346ad5 100%) 0% 0% no-repeat padding-box;
  border: 1px solid var(--unnamed-color-0d65d8);
  background: transparent linear-gradient(180deg, #0d65d8 0%, #060b2b 8%, #002b5d 95%, #346ad5 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0 0.6rem 0.6rem #232e4699;
}

.company_logo_button_content {
  text-align: center;
}

.company_logo_button {
  display: inline-block;
}

.details_content h1 {
  font-size: 2rem;
  color: #fc7100;
  margin-bottom: 1.2rem;
}

.details_content h2 {
  margin-bottom: 2.2rem;
}

.details_content h3 {
  margin-bottom: 2rem;
}

.details_content p {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 0.6rem;
  line-height: 2rem;
  color: #9396a1;
}

.details_content li {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 0.6rem;
  line-height: 2rem;
  color: #9396a1;
  list-style: disc;
}

.details_content a {
  color: #fff;
}

.details_content a:hover {
  color: #9396a1;
}

.company_logo_button {
  margin-bottom: 2rem;
}

.highlight {
  color: #fc7100;
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 0.8rem;
}

.about-main-content h5 {
  font-size: 1.6rem;
  color: #d8d9dd;
}

.about-main-content p {
  font-size: 1.4rem;
  color: #9396a1;
}

.sidebar {
  background: #232e46 0% 0% no-repeat padding-box;
  border: 0.1rem solid #334155;
  border-radius: 1.2rem;
  overflow: hidden;
  text-align: center;
}

.sidebar a {
  display: block;
  color: #9396a1;
  padding: 1.5rem 2rem;
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 0.1rem solid #334155;
  font-weight: 500;
  background: #232e46 0% 0% no-repeat padding-box;
}

.sidebar a:hover {
  color: #ffcc70;
  background: transparent linear-gradient(180deg, #436ec2 0%, #243965 93%, #436ec2 100%) 0% 0% no-repeat padding-box;
}

.sidebar a.active {
  color: #fff;
  background: transparent linear-gradient(180deg, #436ec2 0%, #243965 93%, #436ec2 100%) 0% 0% no-repeat padding-box;
  border-radius: 0.7rem 0.7rem 0 0;
}

.about-main-content .feature-icon {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}

.about-main-content .feature-icon img {
  width: 5.6rem;
  margin-right: 2.5rem;
}

.about-main-content .feature-icon span {
  font-size: 1.2rem;
  color: #f88400;
  line-height: 1.4rem;
}

.details_content .transparent_btn {
  color: #fc7100;
  padding-top: 1.5rem;
  display: block;
  font-size: 30px;
}

.details_content .transparent_btn:hover {
  color: #9396a1;
}

/* faq */

.accordion-item .accordion-button {
  font-size: 1.4rem;
  color: #fff;
  border: none;
  background: transparent !important;
  line-height: 1.5;
  padding: 1.5rem;
}

.accordion-item {
  background-color: transparent !important;
}

.accordion-body p {
  color: #9396a1;
  font-size: 1rem;
}

.accordion-body ul {
  color: #9396a1;
  font-size: 1rem;
}

.accordion-body {
  padding: 0 var(--bs-accordion-body-padding-x) 1.3rem;
}

.accordion-button:not(.collapsed) {
  color: #fc7100;
  background-color: #222;
}

.accordion-item {
  background-color: #111;
  border: none;
  border-bottom: 0.1rem solid #333;
}

.section-title {
  color: #fc7101;
  font-size: 2.2rem;
  border-bottom: 0.1rem solid #494c57;
  padding: 1.5rem;
  padding-top: 0;
}

.accordion-button::after {
  background-image: url("../img/collapse.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;
  width: 1rem;
  height: 1rem;
  content: "";
  transform: none;
  transition: all 0.3s ease;
  transform: rotate(180deg);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../img/close_collapse.png");
  transform: rotate(180deg);
}

.accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.accordion_content h4 p {
  font-size: 1.4rem;
  color: #ffffff;
  font-weight: 400;
  padding-top: 0.5rem;
  line-height: 1.5;
}

.contact-area {
  padding-top: 2rem;
  padding-bottom: 10rem;
}

.contact_button img {
  width: 6rem;
  margin-right: 2rem;
}

.contact-button-content a {
  display: flex;
  align-items: center;
  background: #282c3d;
  font-size: 2rem;
  border-radius: 5rem;
  height: 6rem;
  color: #a3aabe;
}

.contact_button:hover {
  color: #fc7100;
}

.contact-button-content {
  margin-bottom: 1.4rem;
}

.contact-content img {
  width: 4rem;
  margin-right: 1rem;
}

.contact-content h4 {
  font-size: 2.2rem;
  display: flex;
  align-items: center;
}

.contact-bottom-icon {
  display: inline-block;
  font-size: 1rem;
  margin: 0 2rem;
  color: #fc7100;
}

.contact-bottom-wrapper {
  text-align: center;
}

.contact-bottom-icon img {
  width: 4rem;
}

.page_bg {
  background: #181f2d;
  padding-top: 4rem;
}

.page_details.page_bg p {
  color: #9396a1;
}

.page_details.page_bg::before {
  content: "";
  position: absolute;
  top: -4rem;
  left: 0;
  height: 4rem;
  width: 100%;
  background: transparent linear-gradient(0deg, #242529 0%, #19243a00 100%) 0% 0% no-repeat padding-box;
  z-index: 1;
  opacity: 1;
}

.page_details.page_bg {
  position: relative;
}

.sidebar a br {
  display: none;
}

.contact-bottom-con p {
  color: #a3aabe;
}

/* ============ animate-up-down =============== */
@keyframes upDown {
  0% {
    transform: translateY(0rem);
  }

  50% {
    transform: translateY(-1rem);
  }

  100% {
    transform: translateY(0rem);
  }
}

.animate-up-down {
  animation: upDown 2s ease-in-out infinite;
}

.esports_logo1 {
  width: 14.5rem !important;
}

/* ================= images_list =================== */
.images_list {
  justify-content: center;
  --bs-gutter-x: 5rem;
  --bs-gutter-y: 2rem;
}

.images_list .col {
  flex: 0 0 14.2857142857%;
}

.image_section {
  padding-bottom: 13.5rem;
}

.casino_img_box {
  display: block;
  position: relative;
}

.casino_img_box:before {
  height: 100%;
  content: "";
  width: 100%;
  border-radius: 0 0 1.5rem 1.5rem;
  position: absolute;
  z-index: -1;
  bottom: -1rem;
  background: linear-gradient(180deg,
      rgba(5, 33, 71, 0.22) 0%,
      rgba(5, 33, 71, 1) 95%,
      rgba(7, 83, 189, 1) 100%);
  transition: 0.25s ease;
  opacity: 0;
}

.casino_img_box::before {
  background: transparent linear-gradient(180deg, #10131c00 0%, #640000 93%, #960000 100%) 0% 0% no-repeat padding-box;
}

.casino_img_box:hover:before {
  bottom: 0;
  opacity: 1;
}

/* ============ Four images =============== */
.finishing_img {
  display: block;
  height: 12.5rem;
  border-radius: 1.4rem;
  overflow: hidden;
  border: 0.2rem solid transparent;
  position: relative;
}

.finishing_img img {
  height: 100%;
  object-fit: cover;
}

.finishing_img:hover {
  box-shadow: 0 0.3rem 1.2rem #0461ff;
  border: 0.2rem solid #d8e9ff;
}

.four_images_area .row {
  --bs-gutter-x: 3.2rem;
  --bs-gutter-y: 1rem;
}

/* Desktop Sidebar Styles */
.desktop-sidebar {
  position: fixed;
  top: 0;
  left: -420px;
  width: 420px;
  height: 100vh;
  background: #1a1a1a;
  transition: left 0.3s ease;
  z-index: 100002;
  padding: 80px 10px 20px;
  display: none;
  overflow-y: auto;
  box-shadow: 3px 0 10px rgba(0, 0, 0, 0.2);
}

.desktop-sidebar.active {
  left: 0;
}

.desktop-sidebar .sidebar-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.desktop-sidebar .sidebar-header img {
  width: 180px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.desktop-sidebar .sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.desktop-sidebar .sidebar-menu li {
  margin-bottom: 15px;
}

.desktop-sidebar .sidebar-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 5px;
  transition: background 0.3s ease;

}

.desktop-sidebar .sidebar-menu a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.desktop-sidebar .sidebar-menu .menu-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.desktop-sidebar .dropdown-content {
  display: none;
  padding-left: 45px;
  margin-top: 10px;
}

.desktop-sidebar .dropdown-content.active {
  display: block;
}

.desktop-sidebar .dropdown-content a {
  padding: 8px 15px;
  font-size: 14px;
  border-bottom: 0.1rem solid #3c4568;
}

/* Overlay */
.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 70%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 100001;
  /* Ensure it’s above header but below sidebar */
}

/* When sidebar active, show overlay */
.desktop-sidebar.active+.sidebar-overlay {
  opacity: 1;
  pointer-events: auto;
}

.main_content {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 0;
}

.hamburger-btn {
  cursor: pointer;
  margin-left: 20px;
  display: none;
  width: 40px;
  height: 40px;
  padding: 8px;
  transition: transform 0.3s ease;
}

.hamburger-btn:hover {
  transform: scale(1.1);
}

.mb_links .dropdown-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
}

.mb_links .dropdown-trigger span {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.mb_links .dropdown-trigger.active span {
  transform: rotate(180deg);
}

.mb_links .dropdown-content {
  display: none;
  padding-left: 45px;
  margin: 5px 0;
}

.mb_links .dropdown-content.active {
  display: block;
}

.mb_links .dropdown-content a {
  opacity: 0.8;
  transition: opacity 0.3s ease;
  text-decoration: none;
  display: block;
  border-bottom: 0.1rem solid #3c4568;
}

.mb_links .dropdown-content a:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .desktop-sidebar {
    display: block;
  }

  .hamburger-btn {
    display: block;
  }
}

/*Owl Carousel v2.3.4*/
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}

.owl-carousel {
  /* display:none; */
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  /* background:0 0; */
  /* color:inherit; */
  border: none;
  /* padding:0!important; */
  /* font:inherit; */
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.owl-height {
  transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

@media (min-width: 992px) {
  .container {
    max-width: 118rem;
    padding: 0;
  }

  .footer-license .col-lg-3.col-md-5.d-md-block.d-none {
    padding-left: 3rem;
  }

  /* col_half */
  .col_half {
    flex: 0 0 20%;
  }
}

/* ------ Medium devices (tablets, 991px and down) -----*/
@media (max-width: 991px) {
  html {
    font-size: 50%;
  }

  .slot_page {
    font-size: 45%;
  }

  .container {
    max-width: 740px;
    padding: 0 2rem;
  }

  .Pagination ul {
    width: 100%;
    overflow: auto;
  }

  .footer-license {
    padding: 6rem 0;
  }

  /* ============= Table area ============== */
  table {
    width: 100%;
  }

  .table_top .trophy {
    display: none !important;
  }

  .table_top {
    margin-bottom: 0;
  }

  .table_top h3 {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 2rem;
  }

  /* ======= asib khan ======== */
  .about-main-content h5 br,
  .about-main-content p br {
    display: none;
  }

  .g-6,
  .gx-6 {
    --bs-gutter-x: 3rem;
  }

  .header_right2 {
    padding-left: 3.5rem;
  }

  .col_half {
    flex: 0 0 25%;
  }
}

/*----- sm devices (tablets, 768px and up) -----*/
@media (min-width: 768px) {
  .mobile_menu {
    display: none;
  }
}

/*----- sm devices (tablets, 768px and 991px) -----*/
@media (min-width: 768px) and (max-width: 991px) {
  .dont_miss .col {
    max-width: 25%;
    flex: 1 0 25%;
  }

  .dont_miss .row {
    justify-content: flex-start !important;
    --bs-gutter-x: 1.2rem;
    --bs-gutter-y: 2.5rem;
    margin-top: 2rem;
  }

  /* =============== table_area ================ */
  .table_wrap {
    width: 100%;
    overflow: auto;
  }

  .table_area .img-fluid {
    width: 13.5rem;
  }

  /* =============== upcoming_area ================ */
  .upcoming_content {
    width: 100%;
  }

  /* =============== Step area ================ */
  .step_img {
    width: 12rem;
  }

  .step_area {
    margin: 5rem 0;
    height: 8rem;
  }

  .step_info h3 {
    font-size: 2rem;
  }

  .step_info p {
    font-size: 1.2rem;
  }

  .step_info p br {
    display: none;
  }

  .step_box {
    gap: 1rem;
  }

  /* =============== dont_miss ================ */
  .overlay:hover {
    top: -3.5rem;
  }

  /* =============== Jackpot area ================ */
  .jack_info {
    display: none;
  }

  .jackpot_main {
    margin-top: -6rem;
  }

  /* =============== table_area ================ */
  .table_area .nav_sm {
    gap: 1rem;
    align-items: center;
  }

  .table_area .nav_sm img {
    width: 3rem;
  }

  .table_area .nav_sm h1 {
    padding: 0;
  }

  .table_area .table_top {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 2rem;
  }

  .table_area .table_top h3 {
    color: #a3aabe;
  }

  /* images_list */
  .images_list .col {
    flex: 0 0 25%;
  }
}

/*----- sm devices (tablets, 767px and down) -----*/
@media (max-width: 767px) {

  /* ============ default styles ============ */
  .container {
    max-width: 540px;
  }

  main {
    margin-top: 8rem;
  }

  /* floating_btn_Wrap */
  .floating_btn_Wrap {
    display: none;
  }

  /* ================ Mobile menu ================= */
  .mobile_menu a img {
    width: 2.2rem;
  }

  .mobile_menu {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999;
    display: none;
  }

  .mobile_menu_dialogue {
    background: #232b47;
    width: 35rem;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    overflow: auto;
    padding: 4rem 3rem 4rem 4rem;
  }

  .menu_toggle_Btn {
    position: absolute;
    left: 1.5rem;
    top: 1.5rem;
  }

  .mobile_top .logo img {
    width: 9rem;
  }

  .register_btn {
    font-size: 0.9rem;
    font-weight: 700;
    width: 15rem;
    height: 3.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: transparent linear-gradient(180deg, #ff0e0e 0%, #7e0010 100%) 0% 0% no-repeat padding-box;
    border-radius: 0.6rem;
    margin-top: 2.4rem;
    margin-bottom: 0.9rem;
  }

  .register_btn:hover {
    opacity: 0.75;
  }

  .mobile_top {
    text-align: center;
  }

  .mobile_top .p1 {
    font-size: 1rem;
    line-height: 1.4rem;
    color: #9396a1;
    font-family: var(--secondFont);
    margin-bottom: 3.5rem;
  }

  .mobile_top .p1 a {
    color: #f88400;
  }

  .mobile_links1 a>div {
    height: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile_links1 {
    display: grid;
    grid-template-columns: 0fr 0fr 0fr;
    justify-content: space-between;
    gap: 3rem 0;
  }

  .mobile_menu a {
    font-size: 0.9rem;
    font-weight: 400;
    color: #a3aabe;
    line-height: 1.1rem;
  }

  .mobile_menu a:hover {
    opacity: 0.75;
  }

  .mobile_links1 a p {
    padding-top: 0.5rem;
    text-align: center;
  }

  .mobile_links2 a {
    display: grid;
    grid-template-columns: 0fr 1fr;
    gap: 1.4rem;
    background: #2c3554;
    border-radius: 0.6rem;
    padding: 0.5rem 0.7rem;
    align-items: center;
  }

  .mobile_links2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
    margin: 4rem 0;
  }

  .mobile_links3_wrap h5 {
    font-size: 0.9rem;
    padding-bottom: 1rem;
  }

  .mobile_links3_wrap a {
    display: grid;
    grid-template-columns: 0fr 1fr;
    align-items: center;
    gap: 2rem;
    padding: 1.2rem 0;
  }

  .mobile_links1 a>div {
    height: 2.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile_links1 {
    display: grid;
    grid-template-columns: 0fr 0fr 0fr;
    justify-content: space-between;
    gap: 3rem 0;
  }

  .mobile_menu a {
    font-size: 0.9rem;
    font-weight: 400;
    color: #a3aabe;
    line-height: 1.1rem;
  }

  .mobile_links1 a p {
    padding-top: 0.5rem;
    text-align: center;
  }

  .mobile_links2 a {
    display: grid;
    grid-template-columns: 0fr 1fr;
    gap: 1.4rem;
    background: #2c3554;
    border-radius: 0.6rem;
    padding: 0.5rem 0.7rem;
    align-items: center;
  }

  .mobile_links2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
    margin: 4rem 0;
  }

  .mobile_links3_wrap h5 {
    font-size: 0.9rem;
    padding-bottom: 1rem;
  }

  .mobile_links3_wrap a {
    display: grid;
    grid-template-columns: 0fr 1fr;
    align-items: center;
    gap: 2rem;
    padding: 1.2rem 0;
  }

  .menu_toggle_overlay {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    background: #000;
    display: block;
    height: 100%;
    z-index: -1;
    opacity: 0.7;
  }

  .mobile_links1 a img {
    width: 2.4rem !important;
  }

  .mobile_links1 a.active {
    filter: sepia(1) opacity(0.5);
  }

  .mobile_links2 a.active {
    background: #414d77;
  }

  .mb_links a.active {
    background: #674e4e45;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  /* ========= header_main =========== */
  .header_main {
    height: 6.5rem;
    border-bottom-left-radius: 36%;
    border-bottom-right-radius: 36%;
    overflow: hidden;
    border-bottom: 0.3rem solid #cb9837;
    padding-bottom: 0.5rem;
    background: #19243a;
  }

  .logo img {
    width: 7.5rem;
  }

  /* ============== Footer area ============= */

  .bmm {
    width: 3.1rem;
  }

  .itechlabs {
    width: 2.5rem;
  }

  .global {
    width: 2.4rem;
  }

  .payouts {
    width: 5.1rem;
  }

  .godaddy {
    width: 7.5rem;
  }

  .plus_logo18 {
    width: 3.8rem;
  }

  .game_care {
    width: 3.7rem;
  }

  .be_gamble {
    width: 4.4rem;
  }

  .social_icons a img {
    width: 3.8rem;
  }

  .footer_logos {
    gap: 1rem;
  }

  .iovation {
    width: 6.7rem;
  }

  .gc_icon {
    width: 6.9rem;
  }

  .footer-license h4 {
    font-size: 0.8rem;
    padding-bottom: 1rem;
  }

  .footer-license .row {
    --bs-gutter-y: 2.7rem;
  }

  .footer-license {
    background: #232b47;
    padding: 2.5rem 0 4.5rem;
  }

  .footer_sm1 p {
    font-size: 0.6rem;
    line-height: 0.8rem;
    color: #9396a1;
  }

  .footer_sm1 {
    display: grid;
    grid-template-columns: 0fr 1fr;
    gap: 2.5rem;
  }

  .pm1,
  .pm2,
  .pm3,
  .pm6 {
    width: 1.4rem;
  }

  .pm4 {
    width: 1.8rem;
  }

  .pm5 {
    width: 3.6rem;
  }

  .Copyright {
    flex-direction: column;
    gap: 0.6rem;
  }

  .social_icons a img {
    width: 1.4rem;
  }

  .social_icons {
    gap: 0.6rem;
  }

  .Copyright>span {
    font-size: 0.7rem;
    line-height: 1;
  }

  .social_icons a {
    display: flex;
  }

  .footer-copyright img {
    width: 4rem;
    margin: 0;
  }

  .footer-copyright {
    padding: 1.9rem 0;
  }

  .footer-copyright .container>div {
    display: grid;
    grid-template-columns: 4rem 1fr 4rem;
  }

  .footer-copyright p {
    font-size: 0.7rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* alarm */
  .alarm img {
    width: 1.8rem;
  }

  .alarm p {
    color: #9396a1;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .alarm {
    gap: 1.2rem;
    padding-top: 0;
    padding-bottom: 1.5rem;
  }

  .header_btn1 {
    background: transparent linear-gradient(180deg, #ff0e0e 0%, #7e0010 100%);
  }

  .header_btn1:hover {
    color: #ffffff;
    opacity: 0.75;
  }

  .header_btn2 {
    background: #f88400;
    color: #191b27;
  }

  .header_btn2:hover {
    background: #c56d09;
    color: #191b27;
  }

  .hero_sm_wrap .button {
    border-radius: 0;
    width: 100%;
    font-size: 1.2rem;
  }

  .favourite_head {
    padding-top: 2rem;
  }

  .favourite_head .p1 {
    margin-top: 1rem;
    text-align: left;
    font-size: 1rem;
    line-height: 1;
  }

  .title_26 {
    font-size: 1.2rem;
  }

  /* ============ Favourites area =========== */
  .favorite_area {
    margin: 4rem 0;
  }

  .exclamation_wrap {
    display: none;
  }

  .favourite_bottom {
    flex-direction: row-reverse;
    padding: 0.75rem 0.75rem 0 0.75rem;
  }

  .favourite_bottom h2 {
    font-size: 0.8rem;
  }

  .favorite_btn img {
    width: 1rem;
  }

  .favourite_badge {
    display: none;
  }

  .favourite_img {
    height: 10.3rem;
    border-radius: 0.6rem;
  }

  .favorite_area .tab-pane .row {
    --bs-gutter-x: 0.7rem;
    --bs-gutter-y: 0.7rem;
  }

  .favourite_box {
    border-radius: 0.6rem;
    overflow: hidden;
  }

  .favorite_btn {
    display: flex;
  }

  .overlay_btns {
    gap: 0.5rem;
    justify-content: center;
    padding-bottom: 0;
    border-radius: 0.6rem;
  }

  .favorite_btn {
    display: flex;
  }

  .overlay_btn {
    font-size: 0.8rem;
    height: 2.5rem;
    border-radius: 0.6rem;
    width: 8.5rem;
    gap: 0.6rem;
  }

  .overlay_btn1 img {
    width: 1.4rem;
  }

  .nav_top {
    background: transparent;
    margin-bottom: 1.8rem;
    align-items: end !important;
    border-radius: 0;
    overflow: visible;
  }

  .nav_tabs {
    display: flex;
    border-radius: 0.6rem;
    overflow: hidden;
  }

  .nav_link {
    height: 2.7rem;
    font-size: 0.9rem;
    color: #a3aabe;
    width: 10rem;
    background: #232b47;
    font-weight: 400;
  }

  .nav_link.active {
    background: #f88400;
    color: #191b27;
    font-weight: 700;
  }

  .nav_top>a {
    margin-right: 0;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1;
  }

  .fire {
    width: 1.6rem;
  }

  .nav_sm {
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1rem;
  }

  .nav_sm h1 {
    padding: 0;
  }

  /* ================== Mobile nav =================== */
  .main_nav_wrap_sm ul {
    flex-direction: column;
    gap: 0.4rem;
    margin: 0.4rem 0;
    height: 30rem;
    overflow: auto;
  }

  .main_nav_wrap_sm ul li a {
    font-size: 0.9rem;
    line-height: 1.2rem;
    color: #a3aabe;
    height: 3.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #232b47;
    width: 100%;
    border-radius: 0.3rem;
  }

  .main_nav_wrap_sm ul li {
    width: 100%;
  }

  .favorite_area .container>.row {
    --bs-gutter-x: 0;
  }

  .favorite_area .container>.row .col-10 {
    padding-left: 1.5rem;
  }

  .arrow_down_btn {
    height: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #232b47;
    width: 100%;
    border-radius: 0.3rem;
  }

  .arrow_down_btn img {
    width: 0.8rem;
  }

  .main_nav_wrap_sm ul li a.active {
    background: #f88400;
    color: #191b27;
    font-weight: 700;
  }

  /* =============== hero_area ================== */
  .hero_area .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }

  .hero_slider {
    margin: 0;
    border-radius: 0;
  }

  .owl-dot {
    height: 0.3rem;
    width: 1.4rem;
    background: #9396a1;
  }

  .owl-dots {
    margin: 0;
    gap: 0.6rem;
    position: absolute;
    left: 3.1rem;
    bottom: 2.1rem;
  }

  .owl-dot.active {
    width: 1.4rem;
  }

  /* =========== Upcoming area ============ */
  .dm_sm {
    height: 13rem;
    object-fit: cover;
    border-radius: 0.5rem;
  }

  .upslide_1 {
    position: relative;
  }

  .upslide_content h6 {
    color: #f88400;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .upslide_content p {
    color: #d8d9dd;
    font-size: 0.8rem;
    line-height: 1.1rem;
    padding-top: 0.5rem;
  }

  .upslide_content {
    right: 1rem;
    top: 3.3rem;
    position: absolute;
    width: 8.3rem;
    text-align: right;
  }

  .upcoming_slide {
    display: grid;
    gap: 3.2rem;
  }

  .torino {
    width: 3.5rem;
  }

  .inter {
    width: 4.5rem;
  }

  .upslide_2 {
    text-align: center;
    background: #2c3554;
    box-shadow: 0 0.6rem 0.6rem #00000066;
    border-radius: 0.5rem;
    overflow: hidden;
    position: relative;
  }

  .col_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 2.8rem;
    padding: 0 1.5rem;
    background: #6e0f16;
  }

  .col_bottom p {
    font-size: 0.8rem;
    color: #a3aabe;
  }

  .col_bottom h6 {
    font-size: 0.8rem;
    font-weight: 700;
    color: #f88400;
  }

  .col_bottom.blue {
    background: #1b4c98;
  }

  .match_up {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2.4rem;
    padding-bottom: 2rem;
    margin-top: -1rem;
  }

  .match p {
    font-size: 0.9rem;
    line-height: 1.1rem;
    padding-top: 0.45rem;
  }

  .match img {
    margin: 0 auto;
  }

  .vs {
    font-size: 1.7rem;
    color: #232b47;
    line-height: 2.1rem;
    background: #f88400;
    height: 2.3rem;
    width: 4rem;
    border-radius: 10rem;
    font-weight: 800;
  }

  .match_up_top h4 {
    color: #f88400;
    font-size: 1.1rem;
    width: 11.6rem;
    height: 2.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 0 0 1.8rem 1.8rem;
    background: rgba(255, 255, 255, 0.15);
  }

  .match_up_top p {
    color: #f88400;
    font-size: 1.1rem;
    line-height: 1.3rem;
    padding-top: 0.5rem;
  }

  .upcoming_slider {
    overflow: visible;
    width: 23rem;
  }

  .upcoming_slider .owl-dots {
    position: relative;
    bottom: 0;
    left: 0;
    padding-top: 0.6rem;
  }

  .upcoming_slider .owl-stage-outer {
    overflow: visible !important;
  }

  .upcoming_slider_wrap {
    width: calc(100% + 2rem);
    overflow: hidden;
    position: relative;
  }

  .upcoming_slider_wrap>h4 {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1rem;
  }

  .upcoming_slider_wrap>h5 {
    position: absolute;
    left: 0;
    top: 16.3rem;
    font-size: 1rem;
  }

  /* ================= Video area ================= */
  .video_nav_inner img {
    width: 10.3rem;
    height: 5.8rem;
    object-fit: cover;
  }

  .video_inner_title {
    color: #a3aabe;
    font-size: 0.8rem;
    line-height: 1.1rem;
    padding: 0.55rem 0;
    background: #282c3d;
  }

  .video_nav_link.active .video_inner_title {
    color: #f88400;
  }

  .video_nav_inner {
    border-radius: 0.6rem;
    overflow: hidden;
    cursor: pointer;
  }

  .video_nav_tabs {
    display: flex;
    gap: 0.8rem;
    width: 100%;
    overflow: auto;
    margin-top: 1.4rem;
  }

  .video_nav_tabs::-webkit-scrollbar {
    display: none;
    scrollbar-width: 0;
  }

  .iframe_video {
    height: 18.9rem;
    object-fit: cover;
    width: 100%;
  }

  /* ====================== Jackpot area ======================= */
  .jackpot_area {
    padding: 5rem 0;
  }

  .main_object {
    width: 35rem;
  }

  .character_img {
    width: 17rem;
    left: -2rem;
    top: -1.7rem;
  }

  .tiger_cartoon {
    width: 15rem;
    right: -2.5rem;
    top: -1rem;
  }

  .jackpot_main {
    margin-top: -3.5rem;
  }

  .jackpot_content {
    left: 0;
  }

  .jack_info {
    display: none;
  }

  .jackpot_counter .title_40 {
    font-size: 1.3rem;
  }

  .jackpot_counter {
    padding-left: 0;
    margin: 0 auto;
    padding-top: 0.5rem;
  }

  .counter_number {
    font-size: 1.4rem;
    line-height: 1;
  }

  .jackpot_counter .counter {
    margin-left: 1rem;
    padding: 0.3rem 0.65rem;
    background: #252b33;
    display: flex;
  }

  .jackpot_bg {
    width: 60rem;
    top: -7rem;
  }

  /* ========== table_area ======== */
  .table_area {
    padding-bottom: 6rem;
  }

  .table_area .table_top {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }

  .table_area .table_top h1 {
    font-size: 1rem;
  }

  .table_area .table_top .title_30 {
    font-size: 1rem;
    margin: 0 auto;
  }

  .table_area .table_top .title_30 span {
    color: #a3aabe;
  }

  .table_area .table_top .nav_sm {
    margin: 0;
  }

  table .img-fluid {
    width: 7.7rem;
  }

  .spanv2_2,
  .span2 {
    font-size: 0.8rem;
    line-height: 1;
  }

  .span1 {
    font-size: 0.9rem;
    font-weight: 500;
  }

  .table_wrap td {
    height: auto;
    line-height: 1;
  }

  .spanv2_1 {
    font-size: 1rem;
    font-weight: 500;
  }

  td {
    padding-bottom: 1.5rem;
  }

  .upslide_content p {
    text-align: left;
  }

  /* ================== Slots area ================== */
  .slots_area {
    margin: 0;
    padding: 1.5rem 0 4.8rem;
  }

  .nav_top.v2 {
    flex-direction: column-reverse;
    align-items: flex-start !important;
    gap: 2.5rem;
    margin-bottom: 3.5rem;
    margin-top: 1.4rem;
  }

  .nav_link.v2 {
    height: 3.7rem;
    width: 6.4rem;
    padding: 0;
    background: #0e1727;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.6rem;
  }

  .nav_link.v2.active {
    color: #f88400;
    border: 0.1rem solid #f88400;
  }

  .nav_tabs.v2 {
    gap: 0.66rem;
  }

  .sort_wrap>p {
    display: none;
  }

  .sort_select {
    background: #282c3d;
    color: #72757f;
    border-radius: 0.8rem;
    width: 100%;
    height: 3.5rem;
    font-size: 0.9rem;
  }

  .sort_select:hover {
    background: #282c3d;
  }

  .nice-select .list {
    background-color: #282c3d;
    background: #282c3d;
  }

  .nice-select .option:hover,
  .nice-select .option.focus,
  .nice-select .option.selected.focus {
    background-color: #2c3249;
  }

  .nice-select .option {
    min-height: 3rem;
    line-height: 3rem;
    color: #9f8d8d;
  }

  .sort_wrap {
    width: 100%;
    margin-right: 0;
  }

  .nav_right {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    width: 100%;
  }

  .nice-select:after {
    opacity: 0.5;
  }

  .search_box input {
    background: #282c3d;
    color: #09090c;
    border-radius: 0.8rem;
    width: 100%;
    height: 3.5rem;
    border: none;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
  }

  .search_icon {
    width: 1.4rem;
    right: 1.4rem;
  }

  .search_box input::placeholder,
  .search_box input {
    color: #72757f;
    font-size: 0.9rem;
  }

  .current {
    font-size: 0.9rem;
    color: #72757f;
    font-weight: 700;
  }

  .favorite_area .tab-pane .row {
    --bs-gutter-x: 0.7rem;
    --bs-gutter-y: 0.7rem;
  }

  .top_logo {
    width: 12rem;
  }

  .nice-select:after {
    width: 1rem;
    height: 0.5rem;
    right: 1.5rem;
    background: url(../img/polygon_down.svg) no-repeat scroll top left / 1rem 0.5rem;
    transform: rotate(0deg) translateY(0.4rem);
  }

  .nice-select.open:after {
    transform: rotate(180deg) translate(0.5rem, -0.2rem);
  }

  /* ============= favourite_badge_inner ============ */
  .favourite_badge_inner {
    background: #09090c;
    border-radius: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.1rem 0 0.5rem;
    height: 2rem;
  }

  .favourite_badge_inner>* {
    line-height: 1;
    font-size: 0.7rem;
  }

  .favourite_badge_sm {
    padding: 0.65rem;
  }

  .favourite_badge_inner h3 {
    color: #a3aabe;
  }

  .favourite_badge_inner h4 {
    font-weight: 700;
  }

  /* ====================== asib Khan ====================== */

  .background_img {
    width: 26.2rem;
    height: 15.2rem;
    padding: 1rem 0;
    border-radius: 1rem;
    margin-bottom: 1.2rem;
  }

  .mobile_title h3 {
    font-size: 1.2rem;
  }

  .soprts_head_content img {
    width: 8rem;
    margin-bottom: 1rem;
  }

  .secondFont {
    font-size: 0.9rem;
    padding-bottom: 1rem;
    line-height: 1.2rem;
  }

  .soprts_head_content .button {
    width: 8rem;
    height: 2.5rem;
    font-size: 0.8rem;
    border-radius: 0.4rem;
  }

  .soprts_head_content {
    padding-left: 2rem;
    padding-right: 0;
  }

  .company_logo_button .button {
    border-radius: 1rem;
    transition: 0.3s;
    margin-right: 0;
    width: 11rem;
    padding: 1.5rem 0;
    height: 4.5rem;
  }

  .company_logo_button a img {
    width: 6rem;
  }

  .about_us {
    padding: 3rem 0;
  }

  .page_details {
    padding-bottom: 3rem;
  }

  .details_content h1 {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
  }

  .details_content h2 {
    font-size: 0.85rem;
    margin-bottom: 0.8rem;
  }

  .details_content h3 {
    font-size: 0.8rem;
    margin-bottom: 0.8rem;
  }

  .details_content p {
    font-size: 0.85rem;
    margin-bottom: 0.8rem;
    line-height: 1.3rem;
  }

  .details_content li {
    font-size: 0.85rem;
    margin-bottom: 0.8rem;
    line-height: 1.3rem;
  }

  .details_content .transparent_btn {
    font-size: 1.2rem;
    text-align: right;
    float: right;
  }

  .company_logo_button {
    display: inline-block;
    margin-bottom: 0.8rem;
  }

  .sidebar a {
    display: inline-block;
    color: #a3aabe;
    border-bottom: none;
    background: #0e1727;
    font-size: 0.9rem;
    line-height: 1.3rem;
    border-radius: 0.6rem;
    border: 0.1rem solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.8rem;
    height: 4rem;
    width: 100%;
  }

  .sidebar {
    margin-bottom: 3.5rem;
  }

  .sidebar a.active,
  .sidebar a:hover {
    color: #f88401;
    background: none;
    border: 0.1rem solid #f88400;
    border-radius: 0.4rem;
  }

  .sidebar {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    padding: 0 1rem;
  }

  .about-sm {
    text-align: center;
  }

  .about-main-content h5,
  .about-main-content p {
    font-size: 1.2rem;
  }

  .about-main-content h5 br,
  .about-main-content p br {
    display: none;
  }

  .sidebar {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    padding: 1rem 0;
  }

  .accordion_content {
    padding-bottom: 3rem;
  }

  .sidebar a {
    padding: 0;
  }

  .highlight {
    font-size: 1.3rem;
  }

  .section-title {
    padding: 1rem 0.5rem;
    padding-top: 0;
    font-size: 1.3rem;
  }

  .accordion-item .accordion-button {
    padding: 1rem 0.5rem;
    font-size: 1.1rem;
  }

  .sidebar a br {
    display: block;
  }

  .contact-content img {
    width: 1.9rem;
    margin-right: 0.8rem;
  }

  .contact-content h4 {
    font-size: 1.1rem;
  }

  .contact_button img {
    width: 3.3rem;
    margin-right: 2.2rem;
  }

  .contact-button-content a {
    font-size: 1.1rem;
    height: 3.6rem;
    width: 17.5rem;
    margin: 0 auto;
  }

  .contact-content {
    margin-bottom: 2rem;
  }

  .contact-bottom-con p {
    font-size: 1.2rem;
  }

  .contact-bottom-con {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .contact-bottom-icon img {
    width: 3.2rem;
  }

  .contact-bottom-icon {
    font-size: 0.8rem;
    margin: 0 1rem;
  }

  .contact-area {
    padding-bottom: 5rem;
  }

  .page_details.page_bg h3 {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.5;
  }

  .page_details.page_bg h3 {
    text-align: center;
    line-height: 1.5;
  }

  .page_details.page_bg::before {
    top: -1.5rem;
    height: 1.5rem;
  }

  /* ================= New update =============== */
  .company_logo_button_content {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 0 0.8rem;
  }

  .company_logo_button {
    width: 100%;
  }

  .company_logo_button .button {
    width: 100%;
  }

  /* ================= images_list ================= */
  .image_section {
    margin-bottom: 0;
    padding-bottom: 4.5rem;
  }

  .images_list {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
    justify-content: flex-start;
  }

  .images_list .col {
    flex: 0 0 33.3%;
  }

  .event_area_home .row {
    --bs-gutter-x: 0;
  }

  .event_area_home .row .col-10 {
    padding-left: 1.5rem;
  }

  .text_center_sm {
    text-align: center !important;
  }

  .finishing_img {
    border-radius: 0.6rem;
    height: 9.2rem;
  }

  .corner_badge {
    position: absolute;
    left: 0;
    top: 0;
    width: 2.7rem;
    height: auto !important;
  }

  .about-main-content .feature-icon img {
    width: 3rem;
    margin-right: 1.5rem;
  }

  .about-main-content .feature-icon span {
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.4;
  }

  .tab_bottom_section {
    --bs-gutter-x: 3rem;
    position: relative;
    padding: 0.5rem 1rem;
    --bs-gutter-y: 0;
    margin-bottom: 2rem;
    gap: 2rem 0;
  }

  .about-main-content .feature-icon span br {
    display: none;
  }

  .about-main-content .feature-icon {
    margin-bottom: 0;
  }

  .tab_bottom_section:before {
    height: 100%;
    width: 0.1rem;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #818595;
    top: 0;
  }

  .tab_bottom_section:after {
    width: calc(100% - 2rem);
    height: 0.1rem;
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #818595;
    left: 50%;
  }
}

/*----- xs devices (landscape phones, 576px and 767px) -----*/
@media (min-width: 576px) and (max-width: 767px) {
  .background_img {
    width: 100%;
    height: 16.2rem;
    padding: 1rem 0;
  }
}

/*----- xs devices (landscape phones, 575px and down) -----*/
@media (max-width: 575px) {

  html,
  .slot_page {
    font-size: 2.6vw;
  }

  .container {
    padding: 0 2rem;
    max-width: 100%;
  }

  .video_nav_tabs {
    width: calc(100% + 4rem);
    padding: 0 2rem;
    transform: translateX(-2rem);
  }

  .jackpot_main {
    width: calc(100% + 4rem);
    transform: translateX(-2rem);
  }

  .col_half {
    flex: 0 0 33.3333%;
  }
}