/*
Theme Name: Lucky Dragon Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: Lucky Dragon
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog,portfolio
Version: 2.7.1775197448
Updated: 2026-04-03 06:24:08

*/
html {
   scroll-behavior: auto !important;
}

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
:root {
    --background: 150 100% 1%;
    --foreground: 43 50% 90%;
    --card: 150 80% 4%;
    --card-foreground: 43 50% 90%;
    --popover: 150 80% 4%;
    --popover-foreground: 43 50% 90%;
    --primary: 47 55% 55%;
    --primary-foreground: 150 100% 2%;
    --secondary: 150 60% 8%;
    --secondary-foreground: 43 50% 90%;
    --muted: 150 40% 10%;
    --muted-foreground: rgb(255 255 255 / 70%);
    --accent: 47 55% 55%;
    --accent-foreground: 150 100% 2%;
    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 210 40% 98%;
    --border: 150 30% 15%;
    --input: 150 30% 12%;
    --ring: 47 55% 55%;
    --radius: .75rem;
    --gold: 47 55% 55%;
    --gold-light: 47 70% 70%;
    --gold-dark: 47 45% 40%;
    --green-deep: 150 100% 1%;
    --green-dark: 150 100% 5%;
    --green-mid: 150 60% 12%;
    --glow-gold: 0 0 30px hsl(47 55% 55% / .3);
    --glow-gold-strong: 0 0 60px hsl(47 55% 55% / .5);
    --sidebar-background: 150 80% 4%;
    --sidebar-foreground: 43 50% 90%;
    --sidebar-primary: 47 55% 55%;
    --sidebar-primary-foreground: 150 100% 2%;
    --sidebar-accent: 150 60% 8%;
    --sidebar-accent-foreground: 43 50% 90%;
    --sidebar-border: 150 30% 15%;
    --sidebar-ring: 47 55% 55%;
}


*, :before, :after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}
:root {
	--background: 150 100% 1%;
    --foreground: 45 50% 95%;
    --card: 140 60% 4%;
    --card-foreground: 45 50% 95%;
    --popover: 140 60% 4%;
    --popover-foreground: 45 50% 95%;
    --primary: 45 52% 56%;
    --primary-foreground: 140 100% 5%;
    --secondary: 140 100% 8%;
    --secondary-foreground: 45 50% 90%;
    --muted: 140 30% 12%;
    --muted-foreground: rgb(255 255 255 / 70%);
    --accent: 45 52% 56%;
    --accent-foreground: 140 100% 3%;
    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 210 40% 98%;
    --border: 140 30% 15%;
    --input: 140 30% 15%;
    --ring: 45 52% 56%;
    --radius: .75rem;
    --font-display: "Orbitron", sans-serif;
    --font-body: "Plus Jakarta Sans", sans-serif;
    --gold-gradient: linear-gradient(135deg, hsl(45 70% 45%), hsl(45 52% 56%), hsl(40 60% 65%));
    --gold-glow: 0 0 30px hsl(45 52% 56% / .3);
    --card-shadow: 0 8px 32px hsl(0 0% 0% / .4);
    --glass-bg: hsl(140 40% 6% / .7);
    --glass-border: hsl(140 30% 20% / .5);
}
/* FULLSCREEN PRELOADER */
#game-preloader{
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
        background-color: hsl(var(--background));
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* CONTENT */
.loader-content{
    text-align: center;
    width: 320px;
}

/* GAMING TEXT */
.loading-text{
    color: #fff;
    font-size: 42px;
    font-weight: 800;
    letter-spacing: 6px;
    margin-bottom: 30px;
    text-transform: uppercase;
    animation: glowText 1.5s ease-in-out infinite alternate;
}

/* NEON GLOW EFFECT */
@keyframes glowText{
    from{
        text-shadow:
        0 0 5px #e3fb01,
        0 0 10px #e3fb01,
        0 0 20px #e3fb01;
    }
    to{
        text-shadow:
        0 0 10px #e3fb01,
        0 0 20px #e3fb01,
        0 0 40px #e3fb01,
        0 0 60px #e3fb01;
    }
}

/* BAR */
.loading-bar{
    width: 100%;
    height: 6px;
    background: rgba(255,255,255,0.1);
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px rgba(227,251,1,0.3);
}

.loading-bar span{
    position: absolute;
    left: -40%;
    top: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(90deg,#b8d400,#e3fb01,#f6ff8a);
    border-radius: 50px;
    animation: loadingMove 1.2s linear infinite;
    box-shadow:
        0 0 10px #e3fb01,
        0 0 20px #e3fb01,
        0 0 30px #e3fb01;
}

@keyframes loadingMove{
    0%{
        left: -40%;
    }
    100%{
        left: 100%;
    }
}
/* end preloader  */
.text-green {
	color: #6a9237;
}
.container {
    max-width: 90% !important;
}
.cursor-glow {
    position: fixed;
    width: 400px;
    height: 400px;
    background: #6a9237;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    filter: blur(140px);
    opacity: 0.35;
    z-index: 9;
    mix-blend-mode: screen;
    transition: transform 0.08s linear;
}
/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    background: #6a9237;
    border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
    background: #5a7d2f;
}

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #6a9237 transparent;
}
html {
    overflow-x: auto;
}
img {
    -webkit-user-drag: none;
    user-drag: none;
}
body {
    background-color: hsl(var(--background));
font-family: "Plus Jakarta Sans", sans-serif;
    color: hsl(var(--foreground));
}
p {
    font-size: 17px;
    line-height: 1.5;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.rev-div-body ul li {
	    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
}
section {
    width: 100%;
}
.responsive-menu {
    display: none;
}
img {
    width: 100%;
    height: auto;
}
.site-logo {
    max-width: 150px;
}
.site-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.page-template-homepage .site-logo {
    max-width: 170px;
}
.site-logo {
    max-width: 130px;
}
.site-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.web-menu li {
    display: inline-block;
    margin-left: 2rem;
}
header .row {
    align-items: center;
}
.web-menu {
    text-align: right;
}
section.hero-banner {
    padding-top: 7rem;
}
.page-template-homepage header {
	position: absolute;
    top: 0;
    left: 0;
	border-bottom: 0;
}
header {;
    width: 100%;
    z-index: 999;
	padding: 15px 0;
	 transition: all 0.3s ease;
	border-bottom: 1px solid #c9ac5433;
}
.web-menu li a {
    text-decoration: none;
    font-size: 17px;
    line-height: 1;
	color: #ffffff;
    font-weight: 400;
	    font-family: "Plus Jakarta Sans", sans-serif;
}
.web-menu > ul > li:last-child > a {
    background: var(--gold-gradient);
    color: #000f05;
    font-weight: 700;
    transition: all .3s ease;
    box-shadow: 0 4px 15px #c9ac544d;
    border-radius: var(--radius);
    padding: .625rem 1.25rem;
}
.web-menu > ul > li:last-child > a:hover {
	   color: #000f05;
}
section.hero-banner {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.1;
}

/* .hero-bg .gradient-left {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, 
        #000a05 0%, 
        rgba(2, 26, 12, 0.8) 30%, 
        transparent 100%
    );
    pointer-events: none;
}

.hero-bg .gradient-bottom {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, 
        #000a05 0%, 
        transparent 40%, 
        rgba(2, 26, 12, 0.7) 100%
    );
    pointer-events: none;
} */
.hero-inner {
    width: 100%;
/*     display: flex; */
    align-items: center;
    height: 100%;
}
    section.hero-banner {
        padding-top: 16rem;
    }
.hero-inner {
    position: relative;
    z-index: 99;
}
.hero-tag {
    background: transparent;
    color: #cbb04d;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 700;
    font-family: var(--font-body);
    padding: 0.375rem 1rem;
    border: 1px solid #cbb04d;
    display: flex;
    border-radius: 30px;
    margin-bottom: 1.5rem;
    align-items: center;
    max-width: max-content;
    font-size: 0.75rem;
    line-height: 1rem;
}
.weight-600 {
	font-weight: 600;
}
span.text-golden {
    background: linear-gradient(135deg, hsl(45 70% 45%), hsl(45 52% 56%), hsl(40 60% 65%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-tag span {
    background-color: #cbb04d;
    width: .5rem;
    height: .5rem;
    display: inline-block;
    border-radius: 50%;
    margin-right: 7px;
    animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
}
@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: .5;
    }
}
.text-text h1 {
    font-size: 3.75rem;
        line-height: 1;
    font-weight: 800;
      font-family: var(--font-display);
    margin-bottom: 1.5rem;
    color: #f2ebd9;
}
.text-text p {
     color: hsl(var(--muted-foreground));
    font-weight: 400;
	margin-bottom: 2rem;
}
span.giolden-text {
        background: linear-gradient(135deg, hsl(45 70% 45%), hsl(45 52% 56%), hsl(40 60% 65%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-buttons a {
    background: var(--gold-gradient);
    color: #000a05;
    transition: all .3s ease;
    box-shadow: 0 4px 15px #c9ac544d;
    border-radius: var(--radius);
    font-size: 1rem;
    padding: 1rem 2rem;
    font-weight: 600;
    text-decoration: none;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 4px;
}

.hero-buttons a img {
	max-width: 18px;
}
.hero-buttons a.c-earnin {
    background: transparent;
    color: #cbb04d;
    border: 1px solid #cbb04d;
    box-shadow: none;
	font-weight: 400;
}
.hero-buttons {
    display: flex;
    gap: 1rem;
}
/* test */
.to-transparent {
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.via-background\/80 {
    --tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--background) / .8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.from-background {
    --tw-gradient-from: hsl(var(--background)) var(--tw-gradient-from-position);
    --tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.to-background\/50 {
    --tw-gradient-to: hsl(var(--background) / .5) var(--tw-gradient-to-position);
}
.via-transparent {
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.from-background {
    --tw-gradient-from: hsl(var(--background)) var(--tw-gradient-from-position);
    --tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
@keyframes floatUpDown {
  0% {
    opacity: 0.4;
  }
  25% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.4;
  }
}
.rebanue-bactor.dise img {
    animation: dise 2s ease-in-out infinite alternate;
}

@keyframes dise {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(6deg);
    }
    100% {
        transform: rotate(8deg);
    }
}
.hero-icons {
    display: flex;
    width: 100%;
    gap: 3rem;
}
.num-text {
        color: rgb(255 255 255 / 70%);
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.icon-div {
    display: flex;
    gap: 1rem;
}
.icon-inner {
    width: 48px;
    height: 48px;
    background: var(--gold-gradient);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-inner svg {
    width: 1.25rem;
}
.icon-inner img {
    width: 1.25rem;
}
.section-divider {
    height: 1px;
    width: 100%;
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: transparent var(--tw-gradient-from-position);
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--gold) / .3) var(--tw-gradient-via-position), var(--tw-gradient-to);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.mb-8 {
    margin-bottom: 2rem;
}
.mt-8 {
    margin-top: 2rem;
}
.licence-inner {
    display: flex;
    justify-content: center;
    gap: 4rem;
}
.single-licence {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}
.lic-img svg {
    color: #cbb04d;
    width: 1.25rem;
}
.lin-text {
    font-size: 17px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.025em;
	 color: hsl(var(--muted-foreground));
}
section.licenced {
    padding: 4rem 0;
}
.pt-4rem {
	margin-bottom: 4rem; 
}
.section-padding {
    padding: 7rem 0;
}
section.licenced.bg-band {
    margin: 7rem 0;
}
section.why-choose.section-padding.mb-dowel {
    padding: 7rem 0 12rem;
}
.section-intro h2 {
    font-family: var(--font-display);
    font-size: 2.25rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 1rem;
}
.section-intro h2 span.bigspan {
    font-size: 4rem;
    line-height: 1.2;
}
.section-sprator {
    width: 70px;
    height: 4px;
    background: #6a9237;
    margin-bottom: 1rem;
	position: relative;
}
.section-sprator.golden-ball {
    background: #c6a33b;
}
.section-sprator.golden-ball:after {
    content: '';
    background: #c7a53f;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.section-intro p {
    color: hsl(var(--muted-foreground));
}
.mb-14 {
    margin-bottom: 3.5rem;
}
.legal-box {
        background: rgb(16 29 1 / 38%);
       border: 1px solid #849f0d;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: var(--card-shadow);
    padding: 1.5rem;
    border-radius: 1rem;
	text-align: center;
}
.legal-icon {
    border-radius: .75rem;
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 1rem;
	background: var(--gold-gradient);
}
.legal-icon img {
    width: 1.70rem;
}
.legel-intro h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.75rem;
    margin-bottom: .5rem;
    font-family: "Orbitron", sans-serif;
}
.leagel-divider {
    width: 70px;
    height: 2px;
    background: #6a9237;
    margin-bottom: 1rem;
    position: relative;
    margin-top: 1rem;
}

.leagel-box-footer {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 4%;
    width: 100%;
    left: 0;
    padding: 0 1.5rem;
   align-items: end;
}

.legal-box {
    position: relative;
}
.legel-intro p {
    color: hsl(var(--muted-foreground));
}
.legal-icon svg {
    color: #001a09 !important;
}
.work-icon {
    position: relative;
    display: inline-block;
}
.learn-more-count {
    font-family: var(--font-display);
    font-size: 40px;
    font-weight: 600;
    font-style: italic;
    color: #d3b263;
    opacity: 0.3;
}
.what-dliliver .legel-intro p {
    min-height: 120px;
}
.what-dliliver .legal-icon {
    min-width: 3.5rem;
}
.learn-more a {
    color: #c8a849;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}
section.why-choose.dragon-annim {
    background: url(/wp-content/uploads/2026/05/drag-bg-scaled.png) no-repeat;
    background-size: cover;
}

/* MAIN CIRCLE */
.work-circle {
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    /* Reuse your glass system */
    background:     background: rgb(16 29 1 / 38%);
    border: 1px solid var(--glass-border);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    overflow: hidden;
}

/* OUTER GLOW RING */
.work-circle::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid rgba(106,146,55,0.5);
    box-shadow: 0 0 25px rgba(106,146,55,0.6);
    animation: pulseRing 2.2s infinite;
}

/* INNER RING */
.work-circle::after {
    content: "";
    position: absolute;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    border: 3px solid rgb(142 175 40);
}

/* ICON IMAGE */
.work-circle img {
    width: 40px;
    height: 40px;
    z-index: 2;
}

/* BADGE COUNT */

/* TEXT */
.work-text {
    margin-top: 15px;
}
.work-circle img {
    width: 40px;
    height: 40px;
    z-index: 2;

    filter: brightness(0) saturate(100%) 
            invert(74%) sepia(34%) saturate(520%) 
            hue-rotate(6deg) brightness(95%) contrast(90%);
}
/* ANIMATION */
@keyframes pulseRing {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1.25);
        opacity: 0;
    }
}
.head-text-icon-inner img {
     width: 1.75rem;
}
.work-inner {
    text-align: center;
}
.work-count {
    color: #c6a540;
    font-weight: 700;
    font-size: 20px;
    line-height: 1rem;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 10px;
    border: 2px solid #c7a643;
	    background: var(--glass-bg);
}

.work-icon {
    position: relative;
    display: inline-block;
}
.work-text h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.75rem;
    margin-bottom: 1rem;
    font-family: "Orbitron", sans-serif;
}
.work-text p {
    color: hsl(var(--muted-foreground));
}
.md\:block {
        display: block;
    }
.to-gold\/20 {
    --tw-gradient-to: hsl(var(--gold) / .2) var(--tw-gradient-to-position);
}
.from-gold\/50 {
    --tw-gradient-from: hsl(var(--gold) / .5) var(--tw-gradient-from-position);
    --tw-gradient-to: hsl(var(--gold) / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.w-16 {
    width: 4rem;
}
.h-px {
    height: 1px;
}
.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
}
.work-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.revenue-box {
/*          background: rgb(16 29 1 / 38%);
        border: 1px solid #849f0d; */
/*     box-shadow: var(--card-shadow); */
    border-radius: 1rem;
    text-align: center;
}
.box-header {
    border-bottom: 1px solid var(--glass-border);
	    padding: 1.5rem;
}
.box-body {
	    padding: 1.5rem;
}
.box-header h2 strong {
    color: #cbb04d;
    font-weight: 900;
    font-style: italic;
}
.game-img {
    width: 100%;
    height: 100%;
    max-height: 300px;
    overflow: hidden;
}

.game-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    max-height: 277px;
}
.game-img {
    margin-bottom: 1rem;
}
span.plus-count {
    color: green;
    font-weight: 400;
    margin-right: 10px;
    font-family: 'Playfair Display';
}
span.lignt-text {
    color: hsl(var(--muted-foreground));
}
.ys-card {
  width: 100%;
  background: transparent;
  color: #fff;
}

.ys-filters {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.ys-filters span {
    padding: 6px 12px;
    border-radius: 7px;
    background: transparent;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid var(--glass-border);
	color: #cbb04d;
}
span.amt {
    color: #cbb04d;
    font-weight: 700;
    font-size: .875rem;
    line-height: 1.25rem;
}
.ys-top {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 6px;
	align-items: center;
}

.ys-progress {
  width: 100%;
  height: 6px;
  background: #1c2420;
  border-radius: 10px;
  overflow: hidden;
}

.ys-bar {
  height: 100%;
  width: 0;
   background: var(--gold-gradient);
  border-radius: 10px;
  transition: width 1.2s ease-in-out;
}

/* Optional glow */
.ys-bar {
  box-shadow: 0 0 8px rgba(212, 175, 55, 0.6);
}
.prrtal-boxex {
/*     max-width: 56rem; */
	max-width: 70rem;
    margin: 0 auto !important;
}
span.bar-label {
    color: hsl(var(--muted-foreground));
    font-family: var(--font-body);
    line-height: 1;
    margin: 0;
    font-size: 20px;
}
.ys-item {
    margin-bottom: 24px;
}
.games-tabs {
    display: flex;
    gap: .5rem;
    margin-bottom: 3.5rem;
    list-style: none;
    padding: 0;
	justify-content: center;
}
.games-tabs li {
    padding: .5rem 1.25rem;
    border-radius: 30px;
    background: transparent;
    cursor: pointer;
    border: 1px solid var(--glass-border);
    font-size: 16px;
    line-height: 1.25rem;
    color: hsl(var(--muted-foreground));
	font-family: var(--font-body);
}
.games-tabs li:nth-child(2) {
    background: #7a3db8;
}

.games-tabs li:nth-child(3) {
    background: #b86a16;
}

.games-tabs li:nth-child(1) {
    background: #0d5f8c;
}
.games-tabs li.active {
    background: #849f0d;
    color: #000f05;
}
.games-tab-content {
    display: none;
}
.game-card {
    position: relative;
    overflow: hidden;
    padding: 2px;
        background: #6a9237;
    clip-path: polygon(4% 0%, 96% 0%, 100% 4%, 100% 96%, 96% 100%, 4% 100%, 0% 96%, 0% 4%);
}
.game-data img {
    clip-path: polygon(
        4% 0%,   /* top-left cut */
        96% 0%,  /* top-right cut */
        100% 4%, /* right top angle */
        100% 100%, /* bottom-right normal */
        0% 100%,   /* bottom-left normal */
        0% 4%    /* left top angle */
    );
}
.game-data {
    position: relative;
    z-index: 2;
    height: 100%;
    clip-path: polygon(4% 0%, 96% 0%, 100% 4%, 100% 96%, 96% 100%, 4% 100%, 0% 96%, 0% 4%);
   background: hsl(145.71deg 100% 1.37%);
    padding: 25px;
    overflow: hidden;
}
.duration-500 {
    animation-duration: .5s;
}
section.licenced.bg-band {
    background: var(--gold-gradient);
}
.lic-img {
    background: #001a09;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.game-tags {
    display: flex;
    font-size: 14px;
    letter-spacing: .025em;
    padding: .25rem .75rem;
    border-radius: 30px;
    background: rgb(16 29 1 / 38%);
    border: 1px solid #849f0d;
    align-items: center;
    justify-content: center;
    gap: 7px;
    max-width: 160px;
    margin: .5rem auto;
}
.game-text h3 {
    font-family: "Orbitron", sans-serif;
    font-weight: 700;
    line-height: 1.25;
    color: hsl(var(--foreground));
    font-size: 20px;
    margin: .5rem;
}
.game-text p {
    line-height: 1.625;
    color: hsl(var(--muted-foreground));
    margin-bottom: .5rem;
}
.game-button {
	display: block;
	margin-top: 1rem;
}
.game-button a {
    color: #6a9237;
    text-decoration: none;
    display: flex;
    font-size: 16px;
    letter-spacing: .025em;
    padding: 10px 20px;
    border-radius: 30px;
    background: rgb(16 29 1 / 38%);
    border: 1px solid #849f0d;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 200px;
    margin: 0 auto;
}
.game-card {
    height: 100%;
}
.game-buttons a {
    display: flex;
    justify-content: center;
    text-decoration: none;
    color: #849f0d;
    font-size: 20px;
}


.game-overlay {
    position: absolute;
    inset: 0;
    border-radius: 1rem;
    pointer-events: none;

    /* Top transparent → Bottom black (85%) */
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,0.2) 40%,
        rgba(0,0,0,0.85) 100%
    );
    transition: opacity .5s ease;
    z-index: 2;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
ul.slick-dots {
    list-style: none;
    margin: 2.5rem 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}
ul.slick-dots li button {
    border: 0;
    width: .7rem;
    height: .7rem;
    font-size: 0;
    display: flex;
    border-radius: 50%;
    padding: 0;
        background: rgb(106 146 55 / 20%);
}
li.slick-active button {
    min-width: 3rem;
    border-radius: 30px !important;
    background: #6a9237 !important;
}
.choose-inner {
    display: flex;
    justify-content: center;
    position: relative;
    margin: 0 auto;
	align-items: center;
}
.choose-cnt-box {
    min-width: 510px;
}

.choose-cnt-box.right-side {
    justify-content: end;
}
.text-side {
    width: 260px;
}


.choose-area {
    position: relative;
}
.mb-20 {
    margin-bottom: 5rem;
}
.text-side h4 {
    font-family: "Orbitron", sans-serif;
    margin-bottom: .125rem;
        font-size: 1.125rem;
    line-height: 1.75rem;
    color: #ffffff;
    font-weight: 600;
}
.choose-cnt-box {
    display: flex;
    gap: 1rem;
	align-items: center;
}
.site-button-hyper a {
    text-underline-offset: 10px;
    text-decoration: underline;
    color: #d6b467;
    font-size: 20px;
    font-family: var(--font-display);
    font-weight: 600;
	
}

.site-button-hyper a svg {
    color: #d6b467;
}

.icon-side {
    position: relative;
    width: 60px;
    min-width: 60px;
    height: 60px;

    display: flex;
    justify-content: center;
    align-items: center;

    background: transparent;
    transform: rotate(88deg);

    clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0% 50%);
    overflow: hidden;
}

/* BORDER */
.icon-side::before {
    content: "";
    position: absolute;
    inset: 0;

    background: #c8a96b;

    clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0% 50%);
    
    z-index: 1;
}

/* INNER BACKGROUND */
.icon-side::after {
    content: "";
    position: absolute;
    inset: 2px;

    background: #1a1207;

    clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0% 50%);
    
    z-index: 2;
}

/* CONTENT */
.icon-side > * {
    position: relative;
    z-index: 3;
}
.choose-icon img{
    width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
}
.choose-icon img {
    transform: rotate(-88deg);
}
.icon-side img  {
	width: 1.25rem;
}
.icon-side svg {
	width: 1.25rem;
	color: #001a09;
}
.choose-cnt-box {
    margin-bottom: 100px;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    padding: 25px;
    height: 100%;
    position: relative;
}
.choose-bg {
    position: absolute;
    top: 0;
    left: 0;
}
.text-side p {
    color: hsl(var(--muted-foreground));
	min-height: 50px;
	margin-bottom: 0;
}
.single-choose-icon {
    width: 100%;
    height: 160px;
    border-radius: 1rem;
    overflow: hidden;
    display: flex !important;
    align-items: center;
    padding: 15px;
    background: rgb(16 29 1 / 38%);
/*     border: 1px solid #849f0d; */
}
.single-choose-icon img {
    max-width: 100%;
    margin: 0 auto;
}
.single-choose-icon:hover img{
	filter: none;
}
section.revenue-band {
    position: relative;
    height: 582px;
}

.band-bg {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.band-bg img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
section.revenue-band .container {
    height: 100%;
    position: relative;
    z-index: 5;
    display: flex;
    align-items: end;
    padding-bottom: 4%;
}
.black-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgb(0 0 0 / 30%);
}
section.revenue-band .section-intro {
    max-width: 600px;
    margin: 0 auto;
}
.band-glass-effect {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
    --tw-backdrop-blur: blur(4px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.form-div {
    max-width: 50em;
    margin: 0 auto;
    background: rgb(16 29 1 / 38%);
    border: 1px solid #849f0d;
    box-shadow: var(--card-shadow);
    padding: 80px;
    border-radius: 1rem;
	    font-family: var(--font-display);
}
.field-label p {
    margin-bottom: .5rem;
    display: block;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
	text-transform: uppercase;
	    font-family: var(--font-display);
}

span.req-sign {
    color: #f00;
}
.form-div input {
    width: 100%;
    border-radius: 8px;
    color: hsl(var(--foreground));
    font-size: .875rem;
    line-height: 1.25rem;
    height: 55px;
    background-color: transparent;
    outline: 0;
    box-shadow: none;
    padding-left: 11px;
    border-color: #ffffff;
	    font-family: var(--font-display);
}
.form-div textarea {
    resize: vertical;
    width: 100%;
    border-radius: 8px;
    color: hsl(var(--foreground));
    font-size: .875rem;
    line-height: 1.25rem;
    height: 120px;
    background-color: transparent;
    outline: 0;
    box-shadow: none;
    padding-left: 11px;
    border-color: #ffffff;
    font-family: var(--font-display);
}
.form-div select {
    width: 100%;
    border-radius: 8px;
    color: hsl(var(--foreground));
    font-size: .875rem;
    line-height: 1.25rem;
    height: 55px;
    background-color: transparent;
    outline: 0;
    box-shadow: none;
    padding-left: 11px;
    border-color: #ffffff;
	    font-family: var(--font-display);
}
.form-div select option {
    background: #849f0d;
    color: #fff;
}
.form-div select option {
    background: #849f0d !important;
    color: #fff !important;
}

.form-div select option:hover,
.form-div select option:focus,
.form-div select option:checked,
.form-div select option:active {
    background: #d4af37 !important;
    color: #000 !important;
}
.form-div input:-webkit-autofill,
.form-div input:-webkit-autofill:hover,
.form-div input:-webkit-autofill:focus,
.form-div input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: #fff !important; /* change text color if needed */
    background-color: transparent !important;
    transition: background-color 9999s ease-in-out 0s;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: var(--gold-gradient);
    color: #000a05;
    transition: all .3s ease;
    box-shadow: 0 4px 15px #c9ac544d;
    border-radius: var(--radius);
    font-size: 1rem;
    padding: 1.2rem 2rem;
    font-weight: 700;
    text-decoration: none;
    line-height: 1;
    margin-top: 1rem;
    height: auto;
	border: 0;
}
.fee-text p {
    color: hsl(var(--muted-foreground));
    text-align: center;
    margin-bottom: 0;
}
.review-inner {
    padding: 1.5rem;
    border-radius: 1rem;
        background: rgb(16 29 1 / 38%);
    border: 1px solid #849f0d;
    box-shadow: var(--card-shadow);
}
.rating {
    display: flex;
    gap: .25rem;
    margin-bottom: 1rem;
    color: #cbb04d;
    font-size: 14px;
}
.review-text p {
    margin-bottom: 1.5rem;
    font-style: italic;
    line-height: 1.625;
    color: #f9f5eccc;
	min-height: 100px;
}
.review-info h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
}
.review-info p { 
  font-size: 14px;
    line-height: 1rem;
	    color: hsl(var(--muted-foreground));
}
.site-button a {
    background: var(--gold-gradient);
    color: #000a05;
    transition: all .3s ease;
    box-shadow: 0 4px 15px #c9ac544d;
    border-radius: var(--radius);
    font-size: 1rem;
    padding: 1rem 2rem;
    font-weight: 600;
    text-decoration: none;
    line-height: 1;
}
.start-box-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
	padding: 0 10%;
}
.small-heading {
    font-family: var(--font-display);
    font-size: 18px;
}
.start-box {
    position: relative;
}
.site-button a:hover {
    opacity: 0.7;
}

.start-box {
    margin: 0 auto;
}
.footer-logo {
    max-width: 120px;
	 margin-bottom: 1rem;
}
footer.site-footer {
    padding: 10rem 0 2rem;
}
footer.site-footer .container {
    position: relative;
    z-index: 3;
}

.footer-info p {
    color: hsl(var(--muted-foreground));
    max-width: 20rem;
}
.footer-label {
    font-weight: 600;
    font-family: "Orbitron", sans-serif;
    margin-bottom: 1rem;
    font-size: 26px;
}

.footer-inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-inner li a {
    font-size: 17px;
    line-height: 1.5;
    color: hsl(var(--muted-foreground));
    text-decoration: none;
	    max-width: max-content;
}
.footer-inner li a:hover {
	color: #cbb04d; 
}

.footer-inner li {
    margin-bottom: 0.5rem;
}
.footer-inner li a {
    display: flex;
	align-items: center;
    gap: .5rem;
}
.footer-inner li svg {
    color: #c9ac54;
    stroke: #c9ac54;
}
.footer-copy {
    border-top: 1px solid #c9ac5433;
    padding-top: 3rem;
    text-align: center;
    padding-bottom: 1rem;
}
.top-footer {
    padding-bottom: 4rem;
}
.copy-text p {
    font-size: .95rem;
    line-height: 1.3;
    color: hsl(var(--muted-foreground));
}

.copy-text p a {
        background: linear-gradient(135deg, hsl(45 70% 45%), hsl(45 52% 56%), hsl(40 60% 65%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-decoration: none;
	font-weight: 600;
}
/* Hide header when not sticky (scrolling down) */
header.hide {
    transform: translateY(-100%);
}

/* Sticky Header (on scroll UP) */
header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;

    background: var(--glass-bg);
    border-bottom: 1px solid var(--glass-border);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: var(--card-shadow);

    transform: translateY(0);
}

/* Optional: smooth slide down animation */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
header.sticky .site-logo {
    max-width: 100px;
}
.web-menu li a:hover {
    color: #cbb04d;
}
header.sticky {
    padding: 4px 0;
}
.left-text .legal-box {
    text-align: left;
}

.left-text  .legal-icon {
    margin: 0 0 1rem;
}
.icon-inner svg {
    stroke: #001a09;
}
.center-circle-animate {
    width: 10rem;
    height: 10rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.left-text .legal-box {
    text-align: left;
}
.legal-box {
	height: 100%;
}
span.wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 5px;
}
.num-value {
	    font-family: var(--font-display);
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    color: #ffffff;
}
.revenue-box {
    position: relative;
    height: 100%;
}
.revenue-box.tex-body {
    text-align: left;
    padding: 2rem;
}
.head-text-icon-inner {
    border-radius: .75rem;
    width: 3rem;
    height: 3rem;
    background: var(--gold-gradient);
    display: flex;
    justify-content: center;
    align-items: center;
}

.head-text-icon-inner svg {
    stroke: #001a09;
}

.text-body-header {
    display: flex;
    gap: .75rem;
    margin-bottom: 1.5rem;
}
.rev-tag {
    font-size: .75rem;
    line-height: 1rem;
    color: hsl(var(--primary-foreground));
    background: var(--gold-gradient);
    display: inline-block;
    padding: .25rem .75rem;
    border-radius: 30px;
    position: absolute;
    right: 1rem;
    top: 1rem;
}
.head-text-side .s-tagline {
   font-weight: 600;
    font-size: 20px;
    line-height: 1.75rem;
    margin-bottom: .5rem;
    font-family: "Orbitron", sans-serif;
}
.rev-div-body ul li {
    margin-bottom: 10px;
}
.head-text-side h3 {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    font-family: "Orbitron", sans-serif;
    font-size: 1.5rem;
    line-height: 2rem;
}
.rev-div-body ul li::marker {
    color: hsl(var(--primary)) !important;
    font-size: 1.15rem;
}
/* dropdown menu */
.web-menu ul li {
    position: relative;
}
/* Submenu (hidden by default) */
.web-menu ul li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 999;
    background: var(--glass-bg);
    border-bottom: 1px solid var(--glass-border);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: var(--card-shadow);
}
.web-menu ul li .sub-menu li {
    text-align: left;
    padding: 9px 0;
    margin: 0;
        border-bottom: 1px solid var(--glass-border);
}
.web-menu ul li .sub-menu li:last-child {
    border-bottom: 0;
}
/* Submenu items */
.web-menu ul li .sub-menu li {
    display: block;
}

.web-menu ul li .sub-menu li a {
    padding: 10px 15px;
    color: #ffffff;
    white-space: nowrap;
}

/* Hover effect */
.web-menu ul li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Hover color */
.web-menu ul li .sub-menu li a:hover {
    color: #c7a644;
}

/* Optional arrow rotation (toggle button) */
.sub-menu-toggle {
    display: none;
}
li.menu-item-has-children::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 6px;
    display: inline-block;
    position: relative;
    top: 3px;
}
section.page-wrapper {
    display: flex;
    width: 100%;
}

/* Sidebar */
.page-sidebar {
    padding: 2.5rem 1.5rem 2rem;
    position: relative;
    border-right: 1px solid #c9ac5433;
    height: 100vh;
    width: 20rem;
    flex-shrink: 0; 
}

/* Content Area */
.page-content-area {
    flex: 1;          
    padding: 2rem; 
}
.nav-label {
    margin-bottom: 1rem;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: hsl(var(--primary));
}
/* Reset default list */
.menu-license {
    counter-reset: licen-counter;
}
.licen-menu ul {
    margin-bottom: 2rem;
}

.box-logo img {
    max-width: 100px;
}

.contact-us-box {
    text-align: center;
}
.box-cnt h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.75rem;
    margin-bottom: .5rem;
    font-family: "Orbitron", sans-serif;
}
a.tell-no {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    color: #ffffff;
    gap: 5px;
    text-decoration: none;
    font-size: 14px;
}
a.tell-no svg {
    stroke: #d3b263;
}
.site-button.d-block.sidebar-btn {
    margin: 2rem 0 1rem;
}
/* Each item */
.menu-license li {
    counter-increment: licen-counter;
    position: relative;
    margin-bottom: 10px;
}
.menu-license li a {
    font-weight: 600;
    color: hsl(var(--muted-foreground));
    font-size: 0.875rem;
    line-height: 1.25rem;
    display: flex;
    gap: 0.75rem;
    text-decoration: none;
}
/* Number style (01, 02, 03...) */
.menu-license li a::before {
    content: counter(licen-counter, decimal-leading-zero);
	font-size: 11px;
   
}
.menu-license li::marker {
    font-size: 1.5rem;
    color: hsl(var(--muted-foreground));
}
/* Active */
.menu-license li.current-menu-item a,
.menu-license li.current_page_item a {
    color: hsl(var(--primary));
}

.menu-license li.current-menu-item a::before,
.menu-license li.current_page_item a::before {
    color: hsl(var(--primary));
}

.menu-license li.current-menu-item::marker,
.menu-license li.current_page_item::marker {
    color: hsl(var(--primary));
}
/* Hover */
.menu-license li:hover a {
    color: hsl(var(--primary));
}

.menu-license li:hover a::before {
    color: hsl(var(--primary));
}

.menu-license li:hover::marker {
    color: hsl(var(--primary));
}
.menu-license {position: relative;}

.menu-license:after {
    content: '';
    height: 100%;
    width: 1px;
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: transparent var(--tw-gradient-from-position);
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--gold) / .3) var(--tw-gradient-via-position), var(--tw-gradient-to);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    display: block;
    position: absolute;
    left: 13px;
    top: 9px;
}
.licence-all-inner {
    max-width: 56rem;
    margin: 0 auto;
}
.licence-main-text h1 {
    font-size: 4rem;
    line-height: 1;
    font-weight: 700;
font-family: var(--font-display);
    margin-bottom: 1.5rem;
    color: #f2ebd9;
}
.linence-tagline {
    margin-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: hsl(var(--primary));
}
.heading-main-text {
    margin-bottom: 0.75rem;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: hsl(var(--muted-foreground));
}
.heading-sub-text {
    max-width: 48rem;
    line-height: 1.625;
    color: hsl(var(--muted-foreground));
}
.licence-main-text {
    position: relative;
    padding: 2rem 0;
}
.licence-main-text {
    position: relative;
    padding-top: 2rem;
}

.heading-sub-text {
    margin-bottom: 7rem;
}
.licence-another-text {
    padding: 2rem 0;
}
.key-icon {
    width: 2.5rem;
	 min-width: 2.5rem;
    height: 2.5rem;
    background: var(--gold-gradient);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.key-icon svg {
    color: #001a09;
    stroke: #001a09;
}
.single-key-things {
    display: flex;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
}
.key-text h4 {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.page-sidebar {
    position: sticky;
    top: 0;
}
.key-text p {
    line-height: 1.625;
    color: hsl(var(--muted-foreground));
}
.key-things .single-key-things:last-child {
    margin-bottom: 0;
}
p.list-text svg {
    stroke: hsl(var(--primary));
    width: 1.25rem;
}

p.list-text {
    display: flex;
    gap: 0.75rem;
}
span.required-tag {
    font-size: .75rem;
    line-height: 1rem;
    color: hsl(var(--primary-foreground));
     background: var(--gold-gradient);
    display: inline-block;
    padding: .25rem .75rem;
    border-radius: 30px;
}
.applications-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.applications-list li {
    margin-bottom: 3rem;
    display: flex;
    gap: 1.25rem;
    align-items: center;
}
span.application-count {
    width: 1.75rem;
    height: 1.75rem;
     background: var(--gold-gradient);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #001a09;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
}
span.application-icon svg {
    stroke: hsl(var(--primary));
    width: 1.25rem;
}
.applications-list ul {
    position: relative;
}

.applications-list ul:after {
    content: '';
    height: 100%;
    width: 1px;
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: transparent var(--tw-gradient-from-position);
    --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--gold) / .3) var(--tw-gradient-via-position), var(--tw-gradient-to);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    display: block;
    position: absolute;
    left: 13px;
    top: 0;
}
span.mech-amt {
    color: hsl(var(--primary));
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-right: 5px;
}
.theme-text-color {
    color: hsl(var(--muted-foreground));
}
.bread-crumb-data {
    padding-bottom: 3rem;
    padding-top: 3rem;
}
.all-works {
    display: flex;
    justify-content: space-around;
	position: relative;
}
.all-works:after {
    content: '';
    background: #8eaf28;
    height: 2px;
    display: block;
    width: 100%;
    position: absolute;
    top: 28%;
    max-width: 70%;
    margin: 0 auto;
}

.work-column {
    position: relative;
    z-index: 4;
}

.work-column:after {
    content: '';
    background: #8eaf28;
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 31.3%;
    left: calc(100% + 90px);
    transform: translate(100%, -100%);
}
.short-container {
    max-width: 90%;
    margin: 0 auto;
}
.lottery-step-icon {
    width: 80px;
    height: 80px;
    border: 3px solid #caaf4d;
    border-radius: 50%;
    margin: 0 auto 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.work-divider.golden-bg {
    background: #caaf4d;
}
.lottery-step-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.75rem;
    margin-bottom: 1rem;
    font-family: "Orbitron", sans-serif;
}
.lottery-steps-row {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    z-index: 2;
}
.lottery-step-cnt {
    max-width: 250px;
    margin: 0 auto;
}
.lottery-steps-row {
    display: flex;
    text-align: center;
    justify-content: space-between;
        padding: 0 14%;
}
.lottery-step-icon img {
    max-width: 42px;
}
.all-works .work-column:not([style*="display: none"]):last-of-type::after {
    display: none;
}
section.how-works {
    overflow: hidden;
}
.section-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
	opacity: 0.4;
}
.work-divider {
    width: 65px;
    height: 2px;
    background: #6a9237;
    position: relative;
    margin: 0 auto 1rem;
}
.littel-divider {
    max-width: 120px;
    margin: 0 auto;
}
/* .licence-inner-row {
    display: flex;
    justify-content: space-around;
    gap: 4rem;
    padding: 4rem 0;
} */

.rule-box {
    position: relative;
    text-align: center;
}
.rule-icon {
    width: 48px;
    height: 48px;
     background: var(--gold-gradient);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 1rem;
}

.rule-icon svg {
    stroke: #001a09;
}
.rule-box-inner h4 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: .5rem;
    font-family: "Orbitron", sans-serif;
}
.rule-box-inner p {
    color: hsl(var(--muted-foreground));
}
.rule-box {
    background: hsl(145.71deg 100% 1.37%);
    border: 1px solid #849f0d;
    padding: 2rem;
    border-radius: 1rem;
	height: 100%;
}
/* .rules-divider {
    width: 100%;
    height: 1px;
    background: #cbb04d;
    display: block;

    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.4s ease;
} */
.rule-box:hover .rule-icon {
    transform: scale(1.1);
	 transition: transform 0.4s ease;
}
.rule-box:hover .rules-divider {
    transform: scaleX(1);
}
.resp-game-img svg {
    width: 100%;
    height: 100%;
}

.resp-game-img {
    max-width: 12rem;
    margin: 0 auto;
}
.text-gold\/20 {
    color: hsl(var(--gold) / .2);
}
.text-gold\/40 {
    color: hsl(var(--gold) / .4);
}
.resp-game-img {
    position: relative;
}
.resp-game-img svg:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    height: 85%;
}
@keyframes pulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

.animate-pulse {
    animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
}
section.licence-another-text.licence-list {
    background: #0821144d;
}
section.licence-another-text.licence-list .section-intro {
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
}
section.licence-another-text.licence-list .section-intro:nth-child(2) {
	padding: 0 1%;
}
.box-body-compliance {
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
	padding: 0 1%;
}
ul.menu-main li.current_page_item a {
    color: #cbb04d;
}
.compliance-ctas {
    max-width: 42rem;
    margin: 0 auto;
}
/* ICON LEFT */
span.comp-icon {
    margin-right: 0.5rem;
}

span.comp-icon svg {
    stroke: #cbb04d99;
    width: 1rem;
    transition: stroke 0.3s ease, transform 0.3s ease;
}

/* LINK ITEM */
.compliance-single-ctas a {
    display: flex;
    align-items: center;
    width: 100%;
    text-decoration: none;
    color: hsl(var(--foreground));
    padding: 0.75rem 0;
    border-bottom: 1px solid rgb(27 50 34 / 40%);
    font-size: 16px;
    position: relative;

    /* smooth transition */
    transition: color 0.3s ease, border-color 0.3s ease;
}

/* RIGHT ICON */
span.comp-cta-go {
    position: absolute;
    right: 0;
}

span.comp-cta-go svg {
    color: hsl(var(--muted-foreground));
    width: 1rem;
    transition: color 0.3s ease, transform 0.3s ease;
}

/* HOVER EFFECT */
.compliance-single-ctas a:hover {
    color: #cbb04d99;
    border-bottom: 1px solid rgb(203 176 77 / 50%);
}

/* ICON HOVER EFFECTS */
.compliance-single-ctas a:hover span.comp-icon svg {
    stroke: #cbb04d;
    transform: translateX(2px);
}

.compliance-single-ctas a:hover span.comp-cta-go svg {
    color: #cbb04d;
    transform: translateX(4px);
}
.game-card {
    text-align: center;
    color: #ffffff;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.team-card-corner {
    position: absolute;
    display: inline-block;
    width: 34px;
    height: 34px;
    left: 0;
    top: 0;
    border-top: solid 17px #cbb04d;
    border-left: solid 17px #cbb04d;
    border-right: solid 17px transparent;
    border-bottom: solid 17px transparent;
    z-index: 1;
    border-radius: 8px 0 0 0;
    z-index: 4;
}
.team-card-corner.team-card-corner2 {right: 0;left: auto;border-right: solid 17px #cbb04d; border-left: solid 17px transparent;border-top: solid 17px #cbb04d; border-radius: 0 8px 0 0;}

.team-card-corner.team-card-corner3 {
    top: auto;
    bottom: 0;
    border-bottom: solid 17px #cbb04d;
    border-top: solid 17px transparent;
    border-radius: 0 0 0 8px;
}

.team-card-corner.team-card-corner4 {
    right: 0;
    left: auto;
    top: auto;
    bottom: 0;
    border-right: solid 17px #cbb04d;
    border-left: solid 17px transparent;
    border-bottom: solid 17px #cbb04d;
    border-top: solid 17px transparent;
    border-radius: 0 0 8px 0;
}
.game-img {
    position: relative;
}
.graph-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
	
}
.box-body {
    height: 100%;
}
.graph-box {
    height: 100%;
}
.roubf-blue-circle {
    position: absolute;
    width: 400px;
    height: 400px;
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
/*     background: radial-gradient(circle, rgba(54, 204, 6, 0.6) 0%, rgba(0, 0, 0, 0) 70%); */
    filter: blur(80px);
    opacity: 0.2;
    pointer-events: none;
    background: #36CC06;
}

section.leagel.section-padding {
    position: relative;
}

.roubf-blue-circle.left-cir {
    top: 0;
    left: 0;
    transform: translate(-50%, -28%);
	z-index: 3;
}
.roubf-blue-circle.right-cir {
    top: 0;
    right: 0;
    transform: translate(50%, -8%);
}

section.how-works {
    position: relative;
}
section.why-choose.section-padding {
    position: relative;
}
.roubf-blue-circle.right-cir.btm-side {
    top: inherit;
    bottom: 0;
}
.hero-image video {
    width: 100%;
    position: absolute;
    top: 22%;
    left: 11%;
    z-index: 1;
    max-width: 718px;
/*     border: 3px solid #1c1b17; */
    clip-path: polygon(3% 0, 97% 1%, 100% 100%, 0% 100%);
}
.rebanue-bactor.dise {
    position: absolute;
    top: 2%;
    left: 10%;
	animation: floatUpDown 5s ease-in-out infinite;
	max-width: 200px;
}

section.revenue-potential {
    position: relative;
}
.jackpot-div {
    position: relative;
}
.image-frame {
    position: relative;
}
.dragon-animat {
    position: absolute;
}

.dragon-animat.left-dragon {
/*     left: -38%; */
	  left: -30%;
	bottom: 0;
}
.coam-logo.coam-left {
    left: 8%;
    transform: translateY(-85px) rotate(-21deg);
}
.coam-logo img {
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.5));
}
.coam-logo.coam-right {
    bottom: 0;
    transform: translateY(40px) rotate(-21deg);
}
.relative {
	position: relative;
}
.roubf-blue-circle.right-cir.bottom-cir {
    top: inherit;
    bottom: 0;
}
section.licenced.bg-band .lin-text {
    color: #000000;
}
.dragon-animat.right-dragon {
    right: 0;
    top: 0;
    transform: translate(67%, -20%);
}
.licence-inner.new-padding {
    padding: 20px 0;
}
.game-collection-vector {
    position: absolute;
    top: 6%;
    left: 10%;
    animation: floatUpDown 5s ease-in-out infinite;
	max-width: 200px;
}
.choose-center video {
    width: 100%;
    height: auto;
}
section.game-collection {
    position: relative;
}
section.why-choose {
    position: relative;
}

.diliver-vector {
    position: absolute;
    max-width: 400px;
		animation: floatUpDown 5s ease-in-out infinite;
}

.diliver-vector.left-deliver {
    top: 0;
    left: 0;
    transform: translate(-45%, -18%);

}

.diliver-vector.right-deliver {
    bottom: 0;
    right: 0;
    transform: translate(30%, 30%);
}
section.why-choose {
    position: relative;
}

.form-vector {
    position: absolute;
    max-width: 380px;
	animation: floatUpDown 5s ease-in-out infinite;
}
.form-vector.form-left {
    left: 10%;
    top: 24%;
}

.form-vector.form-right {
    right: 11%;
    bottom: 10%;
}

.graph-box video {
/*     border: 1px solid var(--glass-border); */
    border-radius: 1rem;
}
section.licenced {
    position: relative;
}

.coam-logo {
    position: absolute;
    max-width: 180px;
}

.coam-logo.coam-left {
    left: 8%;
}

.coam-logo.coam-right {
    right: 8%;
}
.hero-inner .row {
    align-items: center;
}
.lic-img img {
    width: 1.25rem;
}
.hero-image {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(7%, -15%);
    max-width: 940px;
}
.lottery-step-icon {
    position: relative;
}

.lottery-step-icon:after {
    content: '';
    background: #caaf4d;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 7px;
    z-index: 1;
}
section.game-collection {
    background: url(/wp-content/uploads/2026/05/games-bg.png) no-repeat;
    background-size: cover;
}
.reviewer-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: unset;
    overflow: hidden;
}

.reviewer-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial-area {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
}
.quote-text {
    font-family: var(--font-display);
    font-size: 40px;
    line-height: 1.3;
    font-weight: 600;
    padding-right: 15%;
}

.testimonial-body {
    display: flex;
    gap: 40px;
}
.quote-icon-side i {
    color: #849f0d;
    font-size: 170px;
}
.testimonial-head {
    text-align: center;
    margin-bottom: 60px;
    color: #849f0d;
    font-family: 'Plus Jakarta Sans';
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.testimonial-footer {
    display: flex;
    align-items: center;
    border-top: 1px solid #849f0d;
    margin-top: 2rem;
    padding-top: 2rem;
	gap: 1rem;
}
span.line-shape {
    width: 50px;
    height: 2px;
    background: #849f0d;
    display: block;
}

span.dot-shape {
    width: 15px;
    height: 15px;
    background: #849f0d;
    display: block;
}

.head-shape {
    display: flex;
    gap: 8px;
}

.testimonial-head {
    display: flex;
    gap: 20px;
    align-items: center;
}
.reviewer-image {
    border: 3px solid #849f0d;
}
/* BUTTON */
.jackpot-trigger {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 260px;
    height: 260px;
    border: 2px solid #ffcf4d;
    border-radius: 50%;
       background: var(--gold-gradient);
    box-shadow: 0 0 0 4px rgba(255, 208, 77, 0.15), 0 0 25px rgba(255, 208, 77, 0.5), inset 0 3px 10px rgba(255, 255, 255, 0.45), inset 0 -6px 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: all .3s ease;
    animation: jackpotPulse 1.5s infinite;
}

.jackpot-trigger span {
    font-size: 18px;
    font-weight: 700;
	    font-family: "Orbitron", sans-serif;
    color: #1d2d00;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,0.4);
}

.jackpot-trigger:hover {
    transform: translate(-50%, -50%) scale(1.06);
    box-shadow:
        0 0 0 6px rgba(255, 208, 77, 0.2),
        0 0 45px rgba(255, 208, 77, 0.9),
        inset 0 3px 10px rgba(255,255,255,0.45),
        inset 0 -6px 10px rgba(0,0,0,0.3);
}

/* GLOW PULSE */
@keyframes jackpotPulse {
    0% {
        box-shadow:
            0 0 0 0 rgba(255, 208, 77, 0.5),
            0 0 25px rgba(255, 208, 77, 0.5);
    }

    70% {
        box-shadow:
            0 0 0 18px rgba(255, 208, 77, 0),
            0 0 40px rgba(255, 208, 77, 0.9);
    }

    100% {
        box-shadow:
            0 0 0 0 rgba(255, 208, 77, 0),
            0 0 25px rgba(255, 208, 77, 0.5);
    }
}
.games-tabs li span {
    display: none;
}


.tab-icon-img img {
    max-width: 130px;
}
.games-tabs li {
    display: flex;
    align-items: center;
    gap: 7px;
    width: 100%;
    max-width: 250px;
    justify-content: center;
}
.games-tabs li.active img {
    filter: none; /* remove filter on active */
}
.leagel-inner {
    display: flex;
    gap: 20px;
}
.choose-center {
    max-width: 400px;
}
.choose-inner {
    max-width: 80%;
}
.choose-left {
    position: relative;
    left: 4%;
}
.choose-right {
    position: relative;
    right: 2%;
}
.about-width {
    max-width: 620px;
} 
.site-logo {
    CURSOR: POINTER;
}
.steps-cnt {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}
.text-right {
    text-align: center;
}
.steps-cnt .row {
    align-items: center;
}

.steps-cnt {
    padding: 0 12%;
}
.lottery-steps {
    position: relative;
}
section.all-gemes-wrpper {
    position: relative;
    padding: 6rem 0;
}
.main-tabs {
   border-bottom: 0 !important;
}
.main-tabs .nav-link.active {
        background: hsl(145.71deg 100% 1.37%) !important;
    border: 1px solid #849f0d !important;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
         background: hsl(145.71deg 100% 1.37%) !important;
    border: 1px solid #849f0d !important;
}
.nested-header {
    margin-bottom: 50px;
    text-align: center;
    width: 100%;
}
button.nav-link.nested-game-cat {
    background: rgb(0 7 3);
    padding: 1rem;
}
.tab-pane .row {
    justify-content: center;
}
.nested-header h3 {
        font-family: var(--font-display);
    font-size: 2.25rem;
    line-height: 1.5;
    font-weight: 700;
}
.nested-header h3 span {
	color: #c7a53f;
}
 .tab-content>.tab-pane {
    max-width: 80%;
    margin: 0 auto;
}
button.nav-link.nested-game-cat.active {
    border: 1px solid #849f0d;
    background: hsl(145.71deg 100% 1.37%);
}
ul.nav.nav-pills.nested-tabs li {
    width: 19%;
}
.roubf-blue-circle.right-cir-botton {
    right: 0;
    bottom: 0;
}
.n-head-icon {
    border-radius: .75rem;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--gold-gradient);
    margin: 0 auto 20px;
}
.n-head-icon img {
    width: 1.5rem;
}

img.tab-logo {
    max-width: 160px;
}
.main-tabs li.nav-item {
    width: 100%;
    display: inline-block;
    max-width: 250px;
}
.main-tabs button.nav-link {
    background: transparent;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    height: 100px;
    padding: 38px;
	    background: hsl(145.71deg 100% 1.37%);
}
.nav-tabs.main-tabs {
    gap: 24px;
}
ul.nav.nav-pills.nested-tabs {
    gap: 1%;
	justify-content: center;
}
button.nav-link.nested-game-cat.active:after {
    content: '\f058';
    font-family: fontawesome;
    position: absolute;
    top: 5%;
    right: 5%;
    color: #849f0d;
    font-size: 30px;
}
.game-box {
    border-radius: 1rem;
    background: hsl(145.71deg 100% 1.37%) !important;
    border: 1px solid #849f0d !important;
    overflow: hidden;
    padding: 8px;
}
.game-box img {
    border-radius: 1rem;
}
ul.nav.nav-tabs.main-tabs.mb-4 {
    margin-bottom: 60px !important;
}
section.contact-wrpper {
    padding: 0 0 6rem;
}
.w-100 {
    max-width: 100%;
}

.no-border {
    border: 0 !important;
    background: transparent;
}
.info-icon {
    width: 48px;
    height: 48px;
    background: var(--gold-gradient);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info-icon {
    width: 48px;
	 min-width: 48px;
    height: 48px;
    background: var(--gold-gradient);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-info a {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #ffffff;
    text-decoration: none;
}

.single-info {
    position: relative;
    margin-bottom: 40px;
}

.info-icon svg {
    color: #000000 !important;
    height: 20px;
    width: 20px !important;
}
.form-sidebar {
    background: rgb(16 29 1 / 38%);
    border: 1px solid #849f0d;
    box-shadow: var(--card-shadow);
    padding: 60px;
    border-radius: 1rem;
    position: relative;
}
.contact-inner {
    max-width: 80rem;
    margin: 0 auto;
}
footer.site-footer {
    position: relative;
	overflow: hidden;
}

.footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.game-text {
    margin-bottom: 30px;
}
.nav-tabs.main-tabs {
    gap: 24px;
    justify-content: center;
}
section.page-wrapper {
    border-bottom: 1px solid #c9ac5433;
}
body.page-template-homepage {
    overflow-x: hidden;
    overflow-y: clip;
}
.page-content-area .heading-sub-text {
    margin-bottom: 0;
}
section.choose-best .slick-track {
    margin: 0 auto;
}
.revenue-box.jackpot-box {
    border: 1px solid #849f0d;
}
.section-intro.text-center.w-100 {
    max-width: 100% !important;
}
.games-tab-content {
    margin-bottom: 5rem;
}
.revenue-box.border {
    border: 1px solid #6a9237 !important;
}
.contact-us-box {
    background: rgb(16 29 1 / 38%);
    border: 1px solid #849f0d;
    padding: 1rem;
    border-radius: 1rem;
}
body:not(.home) .start-box{
    max-width: 1300px;
}
.mission-col {
    background: hsl(145.71deg 100% 1.37%);
    border: 1px solid #849f0d;
    padding: 2rem;
    border-radius: 1rem;
	height: 100%;
}
/* side nav */
/* sidebar menu */
.sidenav {
    height: 100%;
    width: 0px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
        background-color: hsl(var(--background));
    overflow-x: hidden;
    padding: 70px 0 0 0;
    transition: all 0.5s;
	min-height: 100vh;
}
.sidenav  li.menu-item-has-children::after {
	display: none;
}
span.icon-minus {
    display: none;
}
.sidenav .sub-menu-toggle {
    display: block;
    background: var(--gold-gradient);
    color: #000a05;
    border: 0;
    width: 40px;
    height: 40px;
    font-size: 17px;
}
.mobile-menu li {
    position: relative;
}
button.sub-menu-toggle {
    position: absolute;
    top: 20px;
    right: 3%;
    z-index: 1;
}

.sidenav .menu li {
    display: block;
    padding: 0;
}
.mobile-menu-logo {
    max-width: 200px;
    margin: 0 15px;
}
.sidenav .mobile-menu-pages li a {
    padding: 20px 20px;
	color:  #ffffff;
	    font-size: 17px;
}
.mobile-menu ul {
    list-style: none;
}
.mobile-menu-pages {
    margin-top: 40px;
}
    .mobile-menu-pages ul.menu li a {
		color: #ffffff;
    }
.mobile-menu-pages .ctstom-mega-menu li a {
    padding: 10px 0;
    font-size: 14px;
}
.mobile-menu-pages .services-items-title {
	 color:  #FFFAFA;
}
.mobile-menu-pages .services-items__text {
    color: #FFFAFA;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 14px;
}
.mobile-menu-pages .h-study-title {
	color: #FFFAFA;
}
.sidenav .current-menu-item a {
    color: var(--main-bg-color); !important;
}

.sidenav a {
    display: block;
    text-decoration: none;
    color: #ffffff;
}

.sidenav a:hover {
    color:#6a9237;
}
.closebtn {
    position: absolute;
    top: 1%;
    right: 2%;
    font-size: 25px;
    color: #ffffff;
}
.mobile-toggle {
    color: #6a9237;
    font-size: 30px;
}
p.neon-bold {
    color: #6a9237;
    font-size: 18px;
    font-weight: 700;
}
.start-box {
    max-width: 1300px;
}
.single-home-game {
    padding: 1rem;
    border-radius: 1rem;
    background: rgb(16 29 1 / 38%);
    position: relative;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    transition: 0.4s;
}
.single-home-game:hover{
	background: #a13e04;
}
.single-home-game-img {
    border-radius: 1rem;
    overflow: hidden;
	margin-bottom: 1rem;
}
.single-home-game-text h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    margin-bottom: .5rem;
    font-family: "Orbitron", sans-serif;
}
.single-home-game-text p {
    margin-bottom: 0;
}
.single-home-game {
    height: 100%;
}
.new-start-box.with-border {
    background: rgb(0 0 0);
    border: 3px solid #849f0d;
    border-radius: 30px;
    overflow: hidden;
    max-width: 1580px;
    margin: 0 auto;
}
.start-box-text-new {
    padding: 60px 0 60px 60px;
}
.review-box {
	margin-bottom: 10px;
}  
.w-80 {
    width: 90%;
    margin: 0 auto;
}
.main-head {
    border: 3px solid #849f0d;
    border-radius: 30px;
    padding: 30px;
}
.section-divider.spacer {
    margin: 4rem 0 2rem;
}
.choose-tabs.new-tabs {
    width: 100%;
}

.choose-tabs.new-tabs .tabs-header {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    gap: 15px;
    margin-bottom: 4rem;
}
p.b-tag {
    background: #849f0d;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 6px;
    border-radius: 5px;
}
.choose-tabs.new-tabs .new-games-tab {
    padding: 14px 28px;
    border: 0;
    border-radius: 12px;
        background: rgb(16 29 1 / 38%);
    color: #8e8e8e;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

.choose-tabs.new-tabs .new-games-tab:hover {
    color: #fff;
    background: #849f0d;
}

.choose-tabs.new-tabs .new-games-tab.active {
    background: #849f0d;
    color: #fff;
}

.choose-tabs.new-tabs .tabs-content {
    width: 100%;
}

.choose-tabs.new-tabs .tab-pane {
    display: none;
    color: #fff;
}

.choose-tabs.new-tabs .tab-pane.active {
    display: block;
}
.cabinate-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.main-cabinet-img {
    padding: 1rem;
    border-radius: 1rem;
    background: rgb(16 29 1 / 38%);
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    transition: 0.4s;
}
.main-cabinet-img:hover {
    background: #a13e04;
}
.main-cabinet-img img {
	border-radius: 1rem;
}
.single-games {
    border-radius: 1rem;
    overflow: hidden;
    height: auto;
/* 	max-height: 380px; */
	min-height: 150px;
}
#jvl .single-games {
    max-height: 450px;
}
.single-games img {
    width: 100%;
    height: 100%;
}

.cabinet-featured-img {
    height: 463px;
    overflow: hidden;
		    margin-bottom: 1rem;
}

.cabinet-featured-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.cabinate-inner-games {
	    height: 100%;
}
.all-game-cabinate .row {
    justify-content: start;
}
.cabinate-wrapper {
    position: relative;
}

.banners-logos {
    display: grid;
	grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.banner-single-logo img {
    max-width: 190px;
}
section.game-collection .cabinate-inner
 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}
.login-btn a {
    color: #000000 !important;
}

/* responsive */
@media only screen and (max-width: 1800px) { 
.choose-inner { 
    max-width: 85%;
}
}
@media only screen and (max-width: 1700px) { 
.choose-inner {
        max-width: 90%;
    }
	.hero-image {
    transform: translate(7%, -15%);
        max-width: 870px;
}
	.hero-image video {
    max-width: 675px;
}
}
@media only screen and (max-width: 1600px){
	.quote-text {
    font-size: 35px;
}
	section.leagel .row {
    align-items: center;
}
	.legel-intro h3 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: .3rem;
}
	.work-text h3 {
    font-size: 18px;
     line-height: 1.2;
}
	.lottery-step-title {
    font-size: 18px;
     line-height: 1.2;
}
	.lottery-steps-row {
    top: 32%;
    padding: 0 10%;
}
	.legal-box {
    padding: 1rem 0.5rem;
}
	.section-intro h2 span.bigspan {
    font-size: 3rem;
}
	.choose-inner {
    max-width: 90%;
}
	.choose-cnt-box {
    min-width: 460px;
}
	.text-side {
    width: 220px;
}
.choose-cnt-box {
    padding: 15px 15px;
}	
	.text-side p br {
		display: none;
	}
	.review-text p {
    min-height: 134px;
}
	.site-logo {
    max-width: 130px;
}
	.text-text h1 {
    font-size: 3.5rem;
}
	section.hero-banner {
    padding-top: 14rem;
}
	
	header {
    padding: 8px 0;
}

	header.sticky .site-logo {
    max-width: 75px;
}
	.hero-icons {
    gap: 2rem;
}
	.hero-tag {
    margin-bottom: 1rem;
}
	.coam-logo.coam-left {
    left: 7%;
}

.coam-logo.coam-right {
    right: 7%;
}
	.licence-inner {
    gap: 3rem;
}
	.game-text h3 {
    line-height: 1.2;
    font-size: 18px;
    margin: .3rem;
}
	.game-data {
    padding: 15px;
}
	.work-column:after {
    left: calc(100% + 35px);
}
		.choose-center {
    max-width: 300px;
}
	.hero-image {
		transform: translate(7%, -22%);
        max-width: 700px;
    }
	    .hero-image video {
        max-width: 558px;
    }
.legel-intro p {
   font-size: 15px;
	min-height: 67px;
}
		.prrtal-boxex {
        max-width: 60rem;
    }
	p {
    font-size: 15px;
}
.section-intro p {
    font-size: 17px;
}
	.text-text p {
		font-size: 17px;
	}	
}
@media only screen and (max-width: 1560px){
    header {
        padding: 4px 0;
    }
	.page-template-homepage .site-logo {
    max-width: 160px;
}
	 
		.coam-logo.coam-left {
    left: 6%;
}

.coam-logo.coam-right {
    right: 6%;
}
		.licence-inner {
    gap: 2rem;
}
	.dragon-animat.right-dragon {
    transform: translate(60%, -20%);
}
	.form-vector {
    max-width: 310px;
}
	.form-vector.form-left {
    left: 4%;
}
	.form-vector.form-right {
    right: 5%;
    max-width: 230px;
}
	    section.hero-banner {
        padding-top: 15rem;
    }
.game-buttons {
    margin-bottom: 20px;
}
	.hero-image {
		transform: translate(7%, -22%);
        max-width: 700px;
    }
		footer.site-footer {
    padding: 8rem 0 2rem;
}
	.start-box-text-new {
    padding: 40px 0 40px 40px;
}
	.prrtal-boxex {
        max-width: 58rem;
    }
	
}

@media only screen and (max-width: 1450px){
	.hero-buttons a {
    padding: 1rem 1rem;
}
	    .choose-inner {
        max-width: 100%;
    }
	.choose-cnt-box {
    gap: 10px;
}
	.text-side {
        width: 200px;
    }
	.text-side h4 {
    font-size: 18px;
    line-height: 1.2;
}
	    .choose-cnt-box {
        min-width: 425px;
    }
		.coam-logo.coam-left {
    left: 5%;
}
.coam-logo.coam-right {
    right: 5%;
}
	.box-header h2 {
    font-size: 22px;
}
	.num-value {
    font-size: 1rem;
    line-height: 1.5rem;
}
	.icon-div {
    gap: 0.8rem;
}
	 
	.roubf-blue-circle {
    width: 300px;
    height: 300px;
}
	.box-body {
    padding: 1rem;
}
	.revenue-box.tex-body {
    padding: 1rem;
}
	.mb-14 {
    margin-bottom: 2.5rem;
}
	.mb-20 {
    margin-bottom: 4rem;
}
	.dragon-animat.right-dragon {
    max-width: 400px;
    transform: translate(70%, -9%);
}
	    .dragon-animat.left-dragon {
        max-width: 250px;
        transform: translate(1%, 0%);
    }
	.slick-slide {
    margin: 0px 10px;
}
	.form-vector {
        max-width: 251px;
    }
	.form-vector {
        max-width: 251px;
    }
	     section.hero-banner {
        padding-top: 18rem;
        padding-bottom: 10rem;
    }
	.hero-inner span.text-golden br {
    display: none;
}
	.quote-icon-side i {
    font-size: 130px;
}
	.testimonial-body {
    gap: 25px;
}
	.testimonial-head {
    margin-bottom: 30px;
}
	.quote-text {
        font-size: 32px;
    }
		.start-box-text .section-intro p br {
    display: block;
}
	.hero-icons {
        gap: 1rem;
    }
	.small-heading {
    font-size: 16px;
}
	.choose-center {
    max-width: 300px;
}
.section-bg-img img {
    height: 100%;
}
.section-bg-img {
    bottom: 0;
}
	.section-padding {
    padding: 6rem 0;
}
	section.why-choose.section-padding.mb-dowel {
    padding: 4rem 0px 6rem;
}
    section.hero-banner {
        min-height: 700px;
    }
	.review-text p {
        min-height: 113px;
    }
}
@media only screen and (max-width: 1400px){ 

}
@media only screen and (max-width: 1370px){
	.text-text h1 {
    font-size: 3rem;
}
.section-intro h2 {
    font-size: 2rem;
}
.section-intro h2 span.bigspan {
    font-size: 2.5rem;
}
	p {
		font-size: 15px;  
	}
	.form-vector.form-right {
    bottom: 20%;
}
.choose-cnt-box {
    margin-bottom: 75px;
}
	.site-logo {
    max-width: 100px;
}
		.text-text h1 span.text-golden br {
    display: none;
}
	section.hero-banner {
        padding-top: 15rem;
		padding-bottom: 5rem;
    }
	    .choose-center {
        max-width: 260px;
    }
	.hero-image {
        transform: translate(7%, -22%);
        max-width: 712px;
    }
	.hero-image video {
        max-width: 560px;
    }
	    footer.site-footer {
        padding: 6rem 0 2rem;
    }
	.licence-main-text h1 {
    font-size : 2.7rem;
}
	.game-img {
    margin-bottom: 5px;
}
}
@media only screen and (max-width: 1280px){ 

}
@media (min-width: 1200px) and (max-width: 1377px) {
    
    body {
        zoom: 90%;
    }

}
@media only screen and (max-width: 1025px){ 
	.sub-menu.submenu-open li a {
    padding: 4px 0;
    font-size: 15px;
}
	.banners-logos {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 2.5rem;
}
.choose-tabs.new-tabs .new-games-tab {
    padding: 12px 14px;
    font-size: 12px;
}
	.w-80 {
    width: 100%;
}
	ul.nav.nav-pills.nested-tabs li {
    width: 24%;
}
.hero-image {
        transform: none;
        max-width: 650px;
        position: relative;
    }
	    section.hero-banner {
        margin-bottom: 0;
        padding-bottom: 0;
        padding-top: 8rem;
    }
	.hero-image {
        max-width: 100%;
    }
	.section-padding {
    padding: 4rem 0;
}
	.text-text {
    margin-bottom: 2.5rem;
}
	.legal-intros {
      margin-bottom: 2.5rem;
}
	.steps-cnt h2 {
    margin-bottom: 2.5rem;
}
	.web-menu {
    display: none;
}
	.text-text h1 br {
    display: none;
}
	.text-text p {
    margin-bottom: 2rem;
}
.container {
    max-width: 95% !important;
}
.work-circle {
    width: 120px;
    height: 120px;
}
	.work-circle::before {
    width: 80px;
    height: 80px;
}
	.work-circle img {
    width: 30px;
    height: 30px;
}
	.work-circle::after {
    width: 65px;
    height: 65px;
}
	.all-works {
    justify-content: center;
}
.mb-20 {
        margin-bottom: 2.5rem;
    }
	.all-works:after {
    top: 23%;
    max-width: 75%;
}
    .work-column:after {
        left: calc(88% + 0px);
        top: 26.3%;
    }
	.work-count {
    font-size: 14px;
    width: 26px;
    height: 26px;
}
	.work-column {
    width: 25%;
}
	.section-intro h2 {
    font-size: 22px;
}
	.section-intro h2 span.bigspan {
        font-size: 40px;
    }
	.rebanue-bactor.dise {
    top: -20px;
    left: 0%;
    max-width: 130px;
}
	.dragon-animat.left-dragon {
    display: none;
}

.dragon-animat.right-dragon {
    display: none;
}
	p {
    font-size: 16px;
    line-height: 1.5;
}
	.work-text p {
    padding: 0 15px;
}
	.section-bg-img {
    height: 100%;
}
.section-bg-img img {
    height: 100%;
    object-fit: cover;
}
	.steps-cnt {
    padding: 0;
}
    .lottery-steps {
        padding: 4rem;
        text-align: center;
        background: #a13e04;
        border: 3px solid #f7a71a;
        border-radius: 1rem;
    }
	.steps-cnt {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    transform: none;
}
	.step-main-img {
		display: none;
	}
	section.games-features-box.section-padding.relative {
    padding-top: 0;
}
	.reviews-featured-images {
    height: 500px;
}
	.reviews-featured-images img {
    height: 100%;
    object-fit: cover;
}
	.testimonial-area {
    width: 58%;
    padding-right: 2%;
}
	.game-collection-vector {
    top: 0;
    left: 0%;
    max-width: 130px;
}
	.games-tabs li {
    max-width: 180px;
}
	.tab-icon-img img {
    max-width: 66px;
}
	.games-tabs {
    margin-bottom: 2.5rem;
}
	.games-tab-content {
    margin-bottom: 3.5rem;
}
	section.why-choose.section-padding .legal-intros {
        margin-bottom: 0;
    }
	.choose-cnt-box {
        min-width: auto;
    }
	.choose-left {
    left: 0;
}
.choose-right {
    position: relative;
    right: 0;
}
.choose-cnt-box {
    margin-bottom: 15px;
}
	.choose-cnt-box {
    border: 1px solid #72451e;
    background: #110902;
    border-radius: 1rem;
}
	.choose-bg {
		display: none;
	}
	.icon-side {
    position: relative;
    width: 40px;
    min-width: auto;
    height: 40px;
}
	.choose-cnt-box {
    flex-direction: column;
    text-align: center;
}
	.icon-side img {
    width: 1rem;
}
	.choose-icon {
    text-align: center;
    bottom: 2px;
}
	    .choose-inner {
        max-width: 100%;
        gap: 12px;
    }
	.choose-cnt-box.left-side .icon-side {
    order: 1;
}
.choose-cnt-box.left-side .text-side {
    order: 2;
}

.text-side {
    width: 100%;
}
	.choose-center {
        max-width: 200px;
    }
	.review-text p {
		min-height: 174px;
	}
	.form-section {
    padding-top: 0;
}
	.page-template-homepage section.choose-best.section-padding {
    padding: 0;
}
	section.why-choose.section-padding.mb-dowel {
    padding: 4rem 0 6rem;
}
	.footer-bg img {
    height: 100%;
    object-fit: cover;
}
	.start-box-text {
    position: static;
    width: 100%;
    height: 100%;
    display: block;
    align-items: center;
    padding: 3rem 0;
}
	.form-div {
    padding: 2rem;
}
	.lic-img {
    background: #001a09;
    min-width: 3rem;
}
	.footer-bg {
    height: 100%;
}
	.licence-inner {
        gap: 1rem;
    }
	.footer-label {
    font-size: 20px;
}
	.single-choose-icon {
    height: 160px;
}
	.footer-inner li a {
    font-size: 16px;
}
	    .start-box-text {
        text-align: center;
    }
	.start-box-text  .hero-icons {
    justify-content: center;
}
	.start-box-text .section-sprator {
    margin-left: auto;
    margin-right: auto;
}
	.text-text h1 br {
		display: none;
	}
	.responsive-menu {
    display: block;
    text-align: right;
}
.sub-menu{
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease;
}

.sub-menu.submenu-open{
    max-height: 1000px; /* enough height for submenu */
    opacity: 1;
}
	.hero-image video {
        max-width: 570px;
    }
	.bread-crumb-data {
    padding-bottom: 0;
}
	.page-sidebar {
    height: 100%;
    width: 100%;
		border: 0;
		border-top: 1px solid #c9ac5433;
		order: 2;
}
	section.page-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
	.main-tabs li.nav-item {
    max-width: 190px;
}
	ul.nav.nav-pills.nested-tabs li {
    width: 48%;
}
	.tab-content>.tab-pane {
    max-width: 100%;
}
.page-template-compliance	.section-padding {
    padding: 4rem 0;
}
	.mission-col {
    height: 100%;
}
	.form-sidebar {
    padding: 25px;
}
	.start-box-text-new {
        padding: 40px;
    }
	.cabinate-inner-homepage{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
	section.game-collection .cabinate-inner
 {
    grid-template-columns: repeat(3, 1fr);
}
}
@media only screen and (max-width: 767px){  
	.hero-bg {
    display: none;
}

	.cabinate-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
	.footer-inner {
    margin-bottom: 30px;
}
	.testimonial-area.bg-overlay:after {
    content: '';
    background: rgb(0 5 3 / 80%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.testimonial-area.bg-overlay .testimonial-area-inner {
    position: relative;
    z-index: 9;
}
	.start-box-text-new {
        padding: 20px;
    }
	.mission-col {
    height: auto;
    margin-bottom: 15px;
}
    .hero-image video {
        max-width: 300px;
    }
	.licence-main-text.main-head {
    padding: 3rem 10px;
		margin-bottom: 3rem;
}
	.page-template-homepage .site-logo {
        max-width: 120px;
    }
	    .text-text h1 {
        font-size: 38px;
    }
	.page-content-area {
    flex: 1;
    padding: 1rem;
    overflow-y: auto;
}
.page-template-before-applying licence-another-text {
        padding: 3rem 0 1rem
    }
	.hero-tag {
    font-size: 10px;
}
	.section-intro {
    text-align: center;
}
	.section-intro h2 {
        font-size: 26px;
    }
	.section-intro h2 span.bigspan {
        font-size: 26px;
    }
	.section-sprator {
    margin-left: auto;
    margin-right: auto;
}
	section.leagel.section-padding {
    padding-bottom: 0;
}
	.work-column {
        width: 100%;
    }
	.all-works.works-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
	.work-column:after {
		display: none;
	}
	.all-works:after {
		display: none;
	}
	.work-circle {
    width: 100px;
    height: 100px;
}
	.work-circle::before {
    width: 60px;
    height: 60px;
}
	.work-circle img {
    width: 20px;
    height: 20px;
}
	.work-circle::after {
    width: 45px;
    height: 45px;
}
	.section-intro h2 br {
   display: none;
}
	    .lottery-steps {
        padding: 3rem 1rem;
    }
	.about-width {
    max-width: 100%;
}
	.testimonial-area {
        width: 100%;
        padding-right: 2%;
        padding-left: 2%;
    }
	.site-button.d-block {
    text-align: center;
}
    .game-collection-vector {
        max-width: 80px;
    }
	.game-img img {
    max-height: 160px;
}
	.game-img {
    max-height: 170px;

}
.diliver-vector.left-deliver img {
    opacity: 0.3;
}
	.diliver-vector.right-deliver img {
		 opacity: 0.3;
	}
    .choose-inner{
        display: flex;
        flex-wrap: wrap;
    }

    .choose-center{
        order: 1;
        width: 100%;
    }

    .choose-left{
        order: 2;
        width: 50%;
		padding: 6px;
    }

    .choose-right{
        order: 3;
        width: 50%;
		padding: 6px;
    }
	.choose-inner {
        max-width: 100%;
        gap: 0;
    }
	.choose-cnt-box {
        padding: 15px;
    }
	.choose-cnt-box {
    min-height: 225px;
    display: flex;
    align-items: center;
    justify-content: start !important;
    gap: 5px;
}
	.icon-side {
        position: relative;
        width: 60px;
        min-width: auto;
        height: 60px;
        margin-bottom: 10px;
    }
	.icon-side img {
        width: 1.5rem;
    }
	    .form-div {
        padding: 1rem;
    }
	.start-box {
        padding: 1rem;
    }
	.icon-div {
        gap: 0.8rem;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
	.icon-inner {
    margin: 0 auto;
}
	.licence-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}
	.hero-icons{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

	.section-intro p br {
		display: none;
	}
	.start-box-text .section-intro p br {
        display: none;
    }
	.loading-text {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
	.loading-bar {
    height: 2px;
}
	    .choose-cnt-box {
        padding: 8px;
    }
	input.wpcf7-form-control.wpcf7-submit.has-spinner {
    font-size: 13px;
}
	    .container {
        max-width: 100% !important;
    }
	    .section-padding {
        padding: 3rem 0;
    }
	.top-footer {
    padding-bottom: 3rem;
}
	.footer-copy {
    padding-top: 2rem;
    padding-bottom: 0;
}
	.copy-text p {
    font-size: 12px;
    line-height: 1.5;
}
	    .game-data {
        padding: 10px;
    }
	.game-tags {
    font-size: 10px;
    max-width: 100px;
}
	.tab-icon-img img {
        max-width: 40px;
    }
	.text-side p {
    font-size: 14px;
}
	.text-side h4 {
        font-size: 14px;
    }
	.lin-text {
    line-height: 1.2;
}
	ul#menu-main-menu-1 {
    padding-left: 0;
}
.choose-center {
        max-width: 230px;
    }
	section.why-choose.section-padding.relative.form-section {
    padding-top: 0;
}
	    .start-box {
        padding: 0;
        border: 0;
    }
	    section.why-choose.section-padding.mb-dowel {
        padding: 3rem 0 3rem;
    }
	    .start-box-text {
        padding: 3rem 0 0;
    }
    .rebanue-bactor.dise {
        top: -45px;
        max-width: 100px;
    }
	.prrtal-boxex .col-md-6:nth-child(1) {
    margin-top: 0;
}
	section.revenue-potential.section-padding {
    padding: 3rem 0 25px;
}
	    .reviews-featured-images {
        height: 440px;
    }
	    .licence-main-text h1 {
        font-size: 34px;
			line-height: 1.2;
        text-align: center;
    }
	.heading-main-text {
    font-size: 17px;
}
	.section-divider {
    margin: 2rem 0;
}
.page-template-services licence-main-text {
        padding-top: 0;
        text-align: center;
    }
	.page-template-services theme-text-color.mb-14 {
    margin-bottom: 0;
}
.page-template-services inner-banner-img {
    margin-bottom: 3rem;
}
.order-row {
    flex-wrap: wrap-reverse !important
}	
	.licence-main-text {
    padding-top: 0;
		padding-bottom: 0;
}
	.inner-banner-img {
    margin-bottom: 3rem;
}
	.licence-main-text {
        text-align: center;
    }
	.licence-another-text {
    padding: 0;
}
	.bread-crumb-data {
    padding-top: 4rem;
}
	.page-template-services ection.why-choose.section-padding.mb-dowel {
    padding-top: 0;
}
.page-template-coam-giftcard-faqs	.single-key-things {
    display: flex;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
    flex-direction: column;
}
	.page-template-coam-giftcard-faqs .key-icon {
    margin-left: auto;
    margin-right: auto;
}
	    .main-tabs li.nav-item {
        max-width: 110px;
    }
	.main-tabs button.nav-link {
    height: 60px;
    padding: 10px;
}
	.nav-tabs.main-tabs {
    gap: 10px;
}
	section.all-gemes-wrpper {
    padding: 3rem 0;
}
	.section-intro.text-center.w-75 {
    width: 100% !important;
}
	.start-box-text-inner .hero-tag {
    margin: 0 auto 10px;
}
section.why-choose.section-padding.redemption {
        padding-top: 0;
        padding-bottom: 3rem;
    }
	    .page-template-compliance .hero-icons {
        gap: 1rem;
    }
	leagel-box-footer {
    padding: 0 2rem;
}
section.game-collection {
    background: transparent;
}
	.page-template-compliance .hero-icons {
        grid-template-columns: repeat(2, 1fr);
    }
	section.licence-list.no-mob {
    padding: 0;
}
	.mob-mb-0 {
    margin-bottom: 0;
}
section.game-collection .cabinate-inner
 {
    grid-template-columns: repeat(2, 1fr);
	 gap: 20px;
}
}
@media only screen and (max-width: 360px){  
	.hero-image video {
        max-width: 250px;
    }

    p {
        font-size: 16px;
        line-height: 1.5;
    }
	    .hero-image video {
        max-width: 250px;
    }
	.text-text h1 {
        font-size: 32px;
        line-height: 1.2;
    }
	.all-works.works-area {
        gap: 5px;
    }
	
}
