﻿/*
Theme Name: FULL-777
Author: STAR
Author URI: 
Theme URI: 
Tags: full-site-editing, block-patterns
Text Domain: full-777
Requires at least: 6.1
Requires PHP: 7.4
Tested up to: 6.2
Version: 1.0.0
*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
html{font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}

html,
button,
input,
select,
textarea{font-family: 'Poppins', sans-serif;}

body{margin: 0; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased;}

a {
	 text-decoration: none;
}

a:hover,
a:focus {
	text-decoration-style: dashed;
}

a:active {
	text-decoration: none;
}

figure a{display:inline-block;}

.wp-block-navigation .wp-block-navigation-item a:hover,
.wp-block-navigation .wp-block-navigation-item a:focus {
	text-decoration-style: solid;
}
main h1{text-align:center}
h1,
h2,
h3,
h4,
h5,
h6{clear: both;color: #f3c600;}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a{color: inherit;}
p{margin: 0 0 25px;}
img{border: none; max-width: 100%; -ms-interpolation-mode: bicubic; border: 0; vertical-align: middle;}

menu,
ol,
ul{margin: 16px 0; padding: 0 0 0 15px;}
ul{list-style-type: square;}
nav ul,
nav ol{list-style: none; list-style-image: none;}
li > ul,
li > ol{margin: 0;}

/* Placeholder text color -- selectors need to be separate to work. */
::placeholder{color: #041F69; opacity: 1;}
:-ms-input-placeholder{color: #041F69;}
::-ms-input-placeholder{color: #041F69;}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background: url(../../uploads/2023/03/bkg_hompage_jackpot.png) no-repeat center center fixed;
    background-position: center;
    background-repeat: repeat;
    background-color: #111111 !important;
    color: #fff !important;
}
.img-register img {
    width: 50%;
    margin-bottom: 15px
}
header nav {
    position: fixed;
    z-index: 999;
    top: 0;
    padding: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 8vh;
    background: linear-gradient(#454545, #1f1f1f);
    box-shadow: 0 4px 10px rgb(0 0 0 / 75%);
}

.nav-links {
    display: flex;
}

.nav-links li {
    list-style: none;
}

.nav-links a {
    color: rgb(226, 226, 226);
    text-decoration: none;
    letter-spacing: .5px;
    font-weight: bold;
    font-size: 16px;
    padding: 15px;
}
.burger {
    display: none;
}
.burger {
    width: 25px;
    height: 25px;
    position: relative;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.burger div {
    width: 100%;
    display: block;
    position: absolute;
    height: 3px;
    background: linear-gradient(to bottom, #fff 3%, #ffe87a 10%, #e7aa19 100%);
    border-radius: 9px;
    opacity: 1;
    right: 0;
    transition: .25s ease-in-out
}
.burger div {
    -webkit-transform: rotate(0deg);
    transform: rotate(180deg)
}
.burger div:first-child {
    top: 0;
    -webkit-animation: x-hamburger-wave .4s ease-out infinite alternate;
    animation: x-hamburger-wave .4s ease-out infinite alternate;
}
.burger div:nth-child(2) {
    top: 9px;
    -webkit-animation: x-hamburger-wave .4s ease-out .3s infinite alternate;
    animation: x-hamburger-wave .4s ease-out .3s infinite alternate
}
.burger div:nth-child(3) {
    top: 18px;
    -webkit-animation: x-hamburger-wave .4s ease-out .6s infinite alternate;
    animation: x-hamburger-wave .4s ease-out .6s infinite alternate
}
.toggle div {
    animation: none !important
}
@-webkit-keyframes x-hamburger-wave {
    0% {
        width: 70%
    }

    to {
        width: 100%
    }
}

@media screen and (max-width: 1024px) {
    nav {
        padding: 5px 10px;
        min-height: 7vh;
        justify-content: space-between;
    }
}

@media screen and (max-width: 820px) {
    .nav-links {
        position: fixed;
        right: 0px;
        height: 100%;
        top: 8vh;
        background: linear-gradient(#454545, #1f1f1f);
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        transform: translateX(100%);
        transition: transform 0.5s ease-in;
    }

    .nav-links li {
        text-align: center;
    }

    .nav-links li a {
        width: 100%;
        display: block;
    }

    .burger {
        display: block;
        cursor: pointer;
    }
}

.nav-active {
    transform: translateX(0%);
}

@keyframes navLinkFade {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.wp-block-navigation-item__content {
    padding: 0 !important
}

.effect-blink {
    color: #fff;
    border: 1px solid #fff352;
    box-shadow: 0 0 5px #fff352, 0 0 5px #fff352 inset;
    padding: 0 4px;
    border-radius: 4px;
    font-size: 12px;
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite
}

@keyframes blink-animation {
    to {
        visibility: hidden
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden
    }
}

#x-footer.hidden-footer,
#x-footer {
    display: none
}

@media only screen and (max-width: 960px) {
    #x-footer {
        display: flex;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 5;
        background: linear-gradient(#454545, #1f1f1f);
        box-shadow: 0 4px 10px rgb(0 0 0 / 75%);
    }

    #x-footer .x-sub {
        display: flex
    }

    #x-footer .x-sub .item #x-badge {
        left: -10px !important
    }

    #x-footer .x-sub .item span {
        white-space: nowrap;
        font-size: 14px;
        color: #fff;
        font-weight: 700;
        margin-top: 2px;
    }

    #x-footer .x-sub .item img {
        padding-top: 1px;
        width: 35px;
        height: 35px;
        -o-object-fit: contain;
        object-fit: contain
    }

    #x-footer .x-sub .item img {
        margin: auto
    }

    #x-footer .x-sub .item {
        padding: 5px 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center
    }
}

.ma-auto {
    margin: auto !important
}

.is-style-surface {
    background: #000;
    border-radius: 50px;
    padding: 10px;
    box-shadow: 0 5px 30px rgba(0, 10, 20, 0.033);
    backdrop-filter: blur(10px);
    position: relative
}

.is-style-surface>* {
    position: relative
}

:root {
    --color-text: white;
    --color-bg: 17, 24, 39;
    --size: 5rem;
    --gap: 16px;
    --duration: 60s;
    --scroll-start: 0;
    --scroll-end: calc(-100% - var(--gap));
}

.wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-top: 5rem;
}

.marquee {
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 5px;
    -webkit-mask-image: linear-gradient(var(--mask-direction, to right), hsl(0 0% 0% / 0), hsl(0 0% 0% / 1) 20%, hsl(0 0% 0% / 1) 80%, hsl(0 0% 0% / 0));
    mask-image: linear-gradient(var(--mask-direction, to right), hsl(0 0% 0% / 0), hsl(0 0% 0% / 1) 20%, hsl(0 0% 0% / 1) 80%, hsl(0 0% 0% / 0));
}

.marquee__group {
    display: flex;
    align-items: center;
    gap: 5px;
    animation: scroll-x var(--duration) linear infinite;
}

.marquee--reverse .marquee__group {
    animation-direction: reverse;
    animation-delay: -3s;
}

.marquee:hover .marquee__group {
    animation-play-state: paused;
}

.marquee__item {
    flex-grow: 1;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    width: 120px;
    height: 80px;
}

.marquee__item img {
    width: 100%;
    height: auto;
    max-height: 80px;
    padding: 15px
}

@keyframes scroll-x {
    from {
        transform: translateX(var(--scroll-start));
    }

    to {
        transform: translateX(var(--scroll-end));
    }
}

.hit-the-floor {
    color: #efc47b;
    font-size: 12em;
    font-weight: bold;
    font-family: Helvetica;
    text-shadow:
        0 1px 0 #ccc,
        0 2px 0 #c9c9c9,
        0 3px 0 #bbb,
        0 4px 0 #b9b9b9,
        0 5px 0 #aaa,
        0 6px 1px rgba(0, 0, 0, .1),
        0 0 5px rgba(0, 0, 0, .1),
        0 1px 3px rgba(0, 0, 0, .3),
        0 3px 5px rgba(0, 0, 0, .2),
        0 5px 10px rgba(0, 0, 0, .25),
        0 10px 10px rgba(0, 0, 0, .2),
        0 20px 20px rgba(0, 0, 0, .15);
}

.hit-the-floor {
    text-align: center;
}
.game-title {
    color: #fff;
    font-size: 14px;
    text-align: center
}
.has-tertiary-background-color {
    background-color: #000000 !important;
}
.has-background-secondary-background-color {
background-color: #111111 !important;
	padding:10px;
}
.taxonomy-category.wp-block-post-terms a,
.taxonomy-post_tag.wp-block-post-terms a,
.wp-block-tag-cloud a {
  border: 2px solid;
 border-radius:18px;
  display: inline-block;
  font-size: 14px !important;
  margin: 5px;
  padding: 2px 10px;
  text-decoration: inherit !important;
  }

span.wp-block-post-terms__separator {
  display: none; }
