body {
	background: #010207;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3rem;
    letter-spacing: 0%;

}

header {
    position: fixed;
    top: 0;
    z-index: 999;
    padding: 0 32px;
    width: calc(100% - 64px);
    max-width: 1320px;
    margin: 0 auto;
    height: 128px;
}

footer {
    padding: 0 32px;
    width: calc(100% - 64px);
    max-width: 1320px;
    border-top: 1px solid #1C1338;
    margin-top: 32px;
}

footer > div {
    align-items: center;
}

footer figure, footer p {
    padding: 0;
    margin: 0;
}

body.admin-bar header {
    top: 32px;
}

header .wp-block-image {
    padding: 0;
    margin: 0;
}

.page-template-casino-pages {
    margin-top: 198px;
}

.page-template-casino-pages .entry-content {
    max-width: 1320px;
    padding: 0 32px;
    width: calc(100% - 64px);
    min-height: calc(100vh - 315px);
}

.wp-site-blocks {
    width: 100%;
    padding: 0;
    max-width: 1384px;
    margin: 0 auto;
}

.wp-site-blocks main {
    margin-top: 57px;
}

.wp-block-group-is-layout-flex {
    display: flex;
}

.has-michroma-font-family {
    font-family: 'Michroma';
}

/* ============================================================
   HEADER ON SCROLL
   The header is fixed, so at the top of the page it sits transparent over the
   hero. Once the page scrolls, assets/js/main.js adds .is-scrolled and the bar
   picks up a tint, keeping the nav readable over whatever passes underneath.
   Without JS the header simply stays transparent.
   ============================================================ */
header {
    background-color: transparent;
    transition: background-color 0.25s ease;
}

header.is-scrolled {
    background-color: rgba(0, 0, 0, 0.8);
}

@media (prefers-reduced-motion: reduce) {
    header {
        transition: none;
    }
}

.wp-block-navigation {
    display: flex;
    gap: 24px;
}

.wp-block-navigation-item {
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 14px;
    letter-spacing: 0px;
    vertical-align: middle;

}

.wp-block-navigation .current-menu-item > .wp-block-navigation-item__content .wp-block-navigation-item__label,
.wp-block-navigation .current_page_item > .wp-block-navigation-item__content .wp-block-navigation-item__label,
.wp-block-navigation .wp-block-navigation-item__content[aria-current="page"] .wp-block-navigation-item__label {
  display: inline-block;
  background-image: linear-gradient(
    90deg,
    #D87300 -0.81%,
    #ED1967 47.84%,
    #B80FFF 98.39%
  );
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
          color: transparent;
}

@media (max-width: 768px) {
	header {
		height: 85px;
	}

    footer .wp-block-group-is-layout-flex {
        justify-content: space-between;
        flex-direction: column-reverse;
        gap: 32px;
        align-items: flex-start;
    }

    footer .wp-block-navigation {
        flex-direction: column;
        align-items: flex-start;
    }

    .wp-container-core-group-is-layout-2ed71628 {
        justify-content: center;
        padding: 32px 0 !important;
    }
    .hero-banner {
        margin-top: 32px;
        padding: 38px 0 0 0;
        width: 100%;
    }

    .hero-banner .hero-title br {
        display: none;        
    }

    .hero-title__accent {
        margin-left: 8px;
    }
}
