/*
Theme Name: Flatsome Child
Description: Child Theme Makeby Zeno with UX Builder.
Author: Zeno - 10A4
Template: flatsome
Version: 1.0.4
Text Domain: flatsome-child
*/

:root {
  --go88-bg: #000000;
  --go88-bg-2: #020202;
  --go88-panel: #080808;
  --go88-panel-2: #101010;
  --go88-border: #c9a84c;
  --go88-gold: #ffe9a4;
  --go88-yellow: #f6ff00;
  --go88-orange: #f7a600;
  --go88-orange-2: #ff6a00;
  --go88-red: #dd3333;
  --go88-text: #ffffff;
  --go88-muted: rgba(255, 255, 255, .72);
  --go88-line: rgba(201, 168, 76, .34);
  --go88-shadow: 0 18px 50px rgba(0, 0, 0, .68);
}

html,
body {
  min-height: 100%;
  background-color: var(--go88-bg);
}

body {
  position: relative;
  background: var(--go88-bg);
  color: var(--go88-text);
  font-family: Roboto, Arial, sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #000;
  background-image:
    radial-gradient(780px 320px at 50% 0%, rgba(246, 255, 0, .10), transparent 64%),
    linear-gradient(180deg, rgba(0, 0, 0, .12) 0%, rgba(0, 0, 0, .48) 62%, rgba(0, 0, 0, .94) 100%),
    url("assets/images/bg-go88casino-io.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

body #wrapper {
  position: relative;
  z-index: 1;
  background: transparent !important;
}

.section,
.section-bg {
  background-color: transparent !important;
}

.home .hc-home-hero,
.home .hc-home-hero > .section-bg {
  background: transparent !important;
}

.home .hc-home-hero .section-bg-overlay {
  background-color: rgba(0, 0, 0, .38) !important;
}

#wrapper,
#main,
.page-wrapper,
.page-inner,
.site-main,
.content-area,
.shop-page-title,
#header,
.header-wrapper,
.header-main,
.header-bg-color {
  background: transparent !important;
}

.header-wrapper,
.header-main {
  background: transparent !important;
  border-bottom: 0 !important;
  box-shadow: none;
}

.home .stuck .header-wrapper {
  background: transparent !important;
  box-shadow: none;
}

#wide-nav,
.header-bottom,
.nav-dark,
.nav-box,
.nav-box > li > a {
  background:
    linear-gradient(180deg, rgba(255, 233, 164, .08) 0%, rgba(255, 233, 164, .02) 42%, rgba(0, 0, 0, .12) 100%),
    linear-gradient(180deg, rgba(18, 18, 18, .96) 0%, rgba(2, 2, 2, .96) 100%) !important;
  border-top: 1px solid rgba(255, 233, 164, .22);
  border-bottom: 1px solid rgba(255, 233, 164, .18);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .58), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.home .header-bottom {
  background:
    linear-gradient(180deg, rgba(255, 233, 164, .10) 0%, rgba(255, 233, 164, .02) 42%, rgba(0, 0, 0, .16) 100%),
    linear-gradient(180deg, rgba(18, 18, 18, .94) 0%, rgba(2, 2, 2, .94) 100%) !important;
}

.header:not(.transparent) .header-nav-main.nav > li > a,
.header:not(.transparent) .header-bottom-nav.nav > li > a,
.off-canvas-left .mfp-content .nav-sidebar.nav-vertical > li > a {
  color: #fff !important;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.header:not(.transparent) .header-nav-main.nav > li.active > a,
.header:not(.transparent) .header-nav-main.nav > li > a:hover,
.header:not(.transparent) .header-bottom-nav.nav > li.active > a,
.header:not(.transparent) .header-bottom-nav.nav > li > a:hover {
  color: var(--go88-yellow) !important;
}

a {
  color: var(--go88-yellow) !important;
}

a:hover {
  color: #fff !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title-main {
  color: var(--go88-yellow) !important;
  font-weight: 900;
}

.button,
button,
input[type="submit"],
.header-button .button {
  border: 1px solid rgba(255, 233, 164, .62) !important;
  border-radius: 8px !important;
  background: linear-gradient(135deg, var(--go88-yellow), #e6c200 50%, var(--go88-orange)) !important;
  box-shadow: 0 8px 20px rgba(246, 255, 0, .18), inset 0 1px 0 rgba(255, 255, 255, .35);
  color: #111 !important;
  font-weight: 900;
  text-shadow: none;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
.header-button .button:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.go88-home {
  min-height: 100vh;
}

.go88-brand-slot {
  display: block;
  min-height: 150px;
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
  border: 1px dashed rgba(255, 233, 164, .58);
  border-radius: 16px;
  background:
    radial-gradient(100% 100% at 50% 0%, rgba(246, 255, 0, .055), transparent 50%),
    linear-gradient(145deg, #0c0c0c, #010101);
  box-shadow: var(--go88-shadow), inset 0 0 22px rgba(0, 0, 0, .72);
}

.go88-brand-slot > * {
  opacity: 0;
}

.scroll-content {
  max-height: 700px;
  overflow-y: auto;
  padding: 22px;
  border: 1.5px solid var(--go88-border);
  border-radius: 16px;
  background:
    radial-gradient(100% 90% at 50% 0%, rgba(246, 255, 0, .035), transparent 52%),
    linear-gradient(180deg, rgba(12, 12, 12, .98), rgba(2, 2, 2, .98));
  box-shadow: 0 12px 40px rgba(201, 168, 76, .18), inset 0 0 26px rgba(0, 0, 0, .7);
  color: #fff;
  line-height: 1.75;
  scrollbar-color: var(--go88-border) rgba(8, 8, 8, .9);
  scrollbar-width: thin;
}

.scroll-content::-webkit-scrollbar {
  width: 8px;
}

.scroll-content::-webkit-scrollbar-track {
  background: rgba(8, 8, 8, .9);
  border-radius: 999px;
}

.scroll-content::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--go88-yellow), var(--go88-border));
  border-radius: 999px;
}

.scroll-content p,
.scroll-content li {
  color: var(--go88-muted);
}

.scroll-content strong {
  color: var(--go88-gold);
}

.blog-home .box {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(9, 9, 9, .94);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .34);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.blog-home .box:hover {
  border-color: rgba(246, 255, 0, .38);
  box-shadow: 0 16px 34px rgba(201, 168, 76, .16);
  transform: translateY(-2px);
}

.blog-home .box-image {
  border-radius: 14px 14px 0 0;
  background: linear-gradient(135deg, #121212, #020202);
}

.blog-home .box-text {
  padding: 16px !important;
}

.blog-home .post-title,
.blog-home .post-title a {
  color: var(--go88-gold) !important;
  font-weight: 800;
}

.blog-home .from_the_blog_comments,
.post_comments,
.comments-area {
  display: none !important;
}

.article-inner,
.blog-wrapper .post-item .col-inner,
.post-sidebar .widget,
#page-breadcrumbs {
  border: 1px solid rgba(255, 233, 164, .16);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(8, 8, 8, .90), rgba(0, 0, 0, .88));
  box-shadow: 0 16px 38px rgba(0, 0, 0, .48), inset 0 1px 0 rgba(255, 255, 255, .04);
}

#page-breadcrumbs {
  display: flex;
  align-items: center;
  min-height: 44px;
  margin-top: 18px;
  margin-bottom: 22px;
  padding: 10px 16px;
}

#page-breadcrumbs .rank-math-breadcrumb,
#page-breadcrumbs .rank-math-breadcrumb p {
  width: 100%;
  margin: 0;
  line-height: 1.45;
}

#page-breadcrumbs .rank-math-breadcrumb {
  font-size: 14px;
}

#page-breadcrumbs .rank-math-breadcrumb a {
  font-weight: 800;
}

#page-breadcrumbs .rank-math-breadcrumb .separator {
  margin: 0 6px;
  color: rgba(255, 255, 255, .48);
}

#page-breadcrumbs .rank-math-breadcrumb .last {
  color: rgba(255, 255, 255, .86);
}

.single-post .blog-wrapper {
  padding-top: 4px;
  padding-bottom: 34px;
}

.single-post .row-divided > .col + .col:not(.large-12) {
  border-left: 0 !important;
}

.single-post .large-9.col {
  padding-right: 18px;
}

.single-post .post-sidebar {
  padding-left: 18px;
}

.single-post .article-inner {
  padding: 22px;
  overflow: visible;
}

.single-post .entry-header-text {
  padding: 0;
}

.single-post .entry-title {
  margin: 0 0 8px;
  color: var(--go88-yellow) !important;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.16;
}

.single-post .entry-divider {
  width: 76px;
  height: 3px;
  margin: 0 0 22px;
  opacity: 1;
}

.single-post .entry-content.single-page {
  padding: 0;
}

.single-post .entry-content p {
  color: rgba(255, 255, 255, .88);
  line-height: 1.75;
}

.single-post .saboxplugin-wrap {
  margin: 24px 0 0 !important;
  padding: 16px !important;
  border: 1px solid rgba(255, 233, 164, .24) !important;
  border-radius: 10px !important;
  background: rgba(0, 0, 0, .50) !important;
  color: rgba(255, 255, 255, .86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.single-post .saboxplugin-wrap .saboxplugin-tab {
  display: flex;
  align-items: center;
  gap: 16px;
}

.single-post .saboxplugin-wrap .saboxplugin-gravatar {
  float: none;
  flex: 0 0 auto;
  padding: 0 !important;
}

.single-post .saboxplugin-wrap .saboxplugin-gravatar img {
  width: 76px;
  height: 76px;
  border-radius: 8px;
}

.single-post .saboxplugin-wrap .saboxplugin-authorname {
  margin: 0 0 6px !important;
  font-size: 18px;
  line-height: 1.2;
}

.single-post .saboxplugin-wrap .saboxplugin-desc {
  margin: 0 !important;
}

.post-sidebar .widget {
  padding: 16px;
}

.post-sidebar .widget-title {
  display: block;
  margin: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.25;
}

.post-sidebar .widget .is-divider.small {
  width: 56px;
  height: 3px;
  margin: 12px 0 10px;
  opacity: 1;
}

.post-sidebar .widget ul {
  margin: 0;
}

.post-sidebar .widget li {
  margin: 0;
}

.post-sidebar .recent-blog-posts {
  align-items: center;
  gap: 12px;
  padding: 10px 0 !important;
}

.post-sidebar .recent-blog-posts .flex-col.mr-half {
  margin-right: 0 !important;
}

.post-sidebar .recent-blog-posts a {
  display: inline-block;
  color: var(--go88-yellow) !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.post-sidebar .badge.post-date {
  margin: 0;
}

.post-sidebar .badge-inner {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 233, 164, .36);
  background: linear-gradient(180deg, rgba(21, 34, 54, .82), rgba(7, 13, 24, .92));
  color: var(--go88-gold);
}

.home #page-breadcrumbs {
  display: none;
}

.is-divider {
  background: linear-gradient(90deg, transparent, var(--go88-border), transparent);
  opacity: .9;
}

.footer-wrapper,
.absolute-footer {
  background: #010101 !important;
  color: rgba(255, 255, 255, .82);
  border-top: 1px solid rgba(255, 233, 164, .16);
}

.title-footer {
  color: var(--go88-gold) !important;
  font-size: 20px;
}

@media only screen and (max-width: 849px) {
  body {
    background: var(--go88-bg);
  }

  .home .hc-home-hero {
    min-height: auto;
  }

  #page-breadcrumbs {
    min-height: 40px;
    margin-top: 14px;
    margin-bottom: 16px;
    padding: 9px 14px;
    border-radius: 10px;
  }

  .single-post .large-9.col,
  .single-post .post-sidebar {
    padding-right: 15px;
    padding-left: 15px;
  }

  .single-post .article-inner {
    padding: 18px;
  }

  .single-post .post-sidebar {
    margin-top: 18px;
  }

  .post-sidebar .widget {
    padding: 14px;
  }

  body::before {
    background-image:
      radial-gradient(520px 240px at 50% 0%, rgba(246, 255, 0, .08), transparent 68%),
      linear-gradient(180deg, rgba(0, 0, 0, .16) 0%, rgba(0, 0, 0, .52) 58%, rgba(0, 0, 0, .94) 100%),
      url("assets/images/bg-go88casino-io-mobile.jpg");
  }

  .header-wrapper,
  .header-main {
    background: transparent !important;
  }

  .scroll-content {
    max-height: none;
    padding: 18px;
  }

  .go88-brand-slot {
    min-height: 120px;
  }
}

@media only screen and (max-width: 549px) {
  .single-post .saboxplugin-wrap .saboxplugin-tab {
    display: block;
  }

  .single-post .saboxplugin-wrap .saboxplugin-gravatar {
    margin-bottom: 12px;
  }
}
.left-banner-1111{
    position: fixed;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    transition: 0.3s;
}
.left-banner-1111 img{
    width: clamp(90px, 10vw, 168px);
    height: auto;
}
.left-banner-1111:hover{
    transform: translateY(-50%) scale(1.05);
}
@media (max-width: 768px){
    .left-banner-1111{
        display: none;
    }
}
