@font-face {
    font-family: 'Jenine';
    src: url(../fonts/Jenine-SemiBold.otf);
}
@font-face {
    font-family: 'ara etab almonie';
    src: url(../fonts/etab.otf);
}
@font-face {
    font-family: Lamasans;
    src: url('../fonts/ArbFONTS-LamaSans-Medium.ttf');
    font-weight: medium;
    font-display: swap;
}
@font-face {
    font-family: Lamasans-bold;
    src: url('../fonts/ArbFONTS-LamaSans-ExtraBold.ttf');
    font-weight: ExtraBold;
    font-display: swap;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #8f54a0 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 5px;
}

*::-webkit-scrollbar-track {
    background: #0e0b25;
}

*::-webkit-scrollbar-thumb {
    background-color: #4c2558;
    border-radius: 10px;
}
a.btn.cta:hover,a:hover {
    text-decoration: none;
}
.gray {
    color: #dfd9f6!important;
}
.uk-text-gray {
    color: #b3b3b3;
}
.small-text {
    font-size: .876em;
}
.dark {
    color: #0e0b25;
}
.blue {
    color: #4a5bcf;
}
.purple {
    color: #c252e1;
}
.bluelight{
    color: #6ecbf5;
}
.bg-white {
    background: #ffffff;
}
.active,.rounds a.active h3,.white {
    color: #ffffff;
}
.header-bg {
    background-image: linear-gradient(90deg,#da52e170,#c252e100);
    padding: 10px;
}
.italic {
    font-style:italic;
}
.uk-absolute {
    position: absolute;
}
.uk-relative {
    position: relative;
}
.uppercase {
    text-transform: uppercase;
}
.lg-h-screen {
    width: 100%;
    height: 100vh;
}
.h-100 {
    height: 100%;
}
.uk-margin-top-15 {
    margin-top: 15px!important;
}
.r-l-p-xl {
    padding: 0 150px;
}
*, ::before, ::after {
    font-family: Lamasans,'Jenine', 'ara etab almonie' ;
    letter-spacing: 1.1px;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}
.log-out {
    background: none;
    color: #fff;
    border: 1px solid;
}
a:hover {
    color: #dfd9f6;
}
.rm-p {
    padding:0;
}
body {
    background-image : url('../images/scratch.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #0e0b25;
    min-height: 100vh;
}
.reign-toggler .icon-bar {
    background: #f2f2f2;
    display: block;
    position: relative;
    width: 25px;
    height: 2px;
    border-radius: 1px;
    margin-right: 10px;
}
.reign-toggler .icon-bar.bar1 {
    top: 0;
    outline: 1px solid transparent;
    transition: all ease-in-out .3s
}
.reign-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}
.reign-toggler .icon-bar.bar2 {
    width: 18px;
    outline: 1px solid transparent;
    opacity: 1;
    transition: all ease-in-out .3s
}
.reign-toggler .icon-bar.bar3 {
    width: 27px;
    bottom: 0;
    outline: 1px solid transparent;
    transition: all ease-in-out .3s
}
.reign-toggler {
    background: #22222200;
    border-width: 0;
    cursor: pointer;
    padding-left:0;
}
.opened.reign-toggler .bar1 {
    top: 6px;
    -webkit-animation: topbar-x .5s 0s;
    animation: topbar-x .5s 0s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    width: 20px;
}
.opened.reign-toggler .bar2 {
    opacity: 0;
}
.opened.reign-toggler .bar3 {
    bottom: 6px;
    -webkit-animation: bottombar-x .5s 0s;
    animation: bottombar-x .5s 0s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    width: 20px;
}
.uk-offcanvas-overlay::before {
    background: #362c4259;
    display: block;
    backdrop-filter: blur(2px);
}
.uk-offcanvas-bar {
    background: #241f32fa;
}
.entries-select {
    width: 60px;
}
@keyframes topbar-x {
    0% {
        top: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    45% {
        top: 6px;
        -webkit-transform: rotate(145deg);
        transform: rotate(145deg);
    }
    75% {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }
    100% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
}
@keyframes bottombar-x {
    0% {
        bottom: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    45% {
        bottom: 6px;
        -webkit-transform: rotate(-145deg);
        transform: rotate(-145deg);
    }
    75% {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
    100% {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
}
.fixed-nav-body {
    padding-top: 75px;
}
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6, span,.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
    color: #ffffff;
    font-family: Lamasans,'Jenine', 'ara etab almonie';
}
.uk-block {
    display: block;
}
/*Nav bar*/
.nav-logo {
    width: 115px;
}
.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    font-size: 1rem;
    min-width: 100px;
}
.coins-count {
    font-size: .8em;
    color: #fff;
    margin-top: 8px;
    margin-left: 8px;
}
.coins-img {
    width: 32px;
}
.avatar-username .username {
    font-size: 1em;
    padding-left: 15px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-top: 7px;
    margin-left: -10px;
    padding-right: 10px;
    background-image: linear-gradient(90deg,#d54edc9e,#c252e100);
    color: #ffffff;
    background-color: #fff0;
    font-style: italic;
}
.avatar-username .avatar-container {
    width: 50px;
    border: 2px solid #923494;
    border-radius: 50%;
    overflow: hidden;
}
ul.uk-navbar-nav > li {
    position: relative;
    margin: 0 5px;
}
ul.uk-navbar-nav li.navbar-items > a {
    overflow: hidden;
    position: relative;
    padding: 0 10px;
}
ul.games-list {
    background-image: linear-gradient(180deg,#0e0b25,#4e1c5e);
    padding: 0;
    position: absolute;
    z-index: 9;
    width: 100%;
}
ul.games-list li {
    list-style: none;
    padding-top: 15px;
    border-bottom: 1px solid #403e58;
    padding-bottom: 15px;
}
ul.games-list li:first-of-type {
    border-top: 1px solid #403e58;
}
ul.games-list li:last-of-type {
    margin-bottom: 0;
}
ul.games-list li.soon {
    position: relative;
}
ul.games-list li.soon .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000008f;
    top: 0;
}
ul.games-list li.soon span {
    position: absolute;
    direction: ltr;
    left: 5px;
    font-size: .674rem;
    bottom: 5px;
    color: #ffffff;
}
ul li.navbar-items:hover {
    background-image: linear-gradient(180deg,#0e0b25,#4e1c5e);
}
.active-icon {
    background-image: linear-gradient(180deg,#0e0b25,#4e1c5e);
}
.icon-menu {
    position: absolute;
    transform: translatex(-100px);
    transition: all ease-in-out .5s;
}
.label-menu {
    position: absolute;
    transition: all ease-in-out .5s;
}
.uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a[aria-expanded=true] {
    color: #fff;
}
ul.uk-navbar-nav li:hover span.label-menu,ul.uk-navbar-nav li.active-icon span.label-menu{
    transform: translatex(100px);
    transition: all ease-in-out .5s;
}
ul.uk-navbar-nav li:hover .icon-menu,ul.uk-navbar-nav li.active-icon span.icon-menu {
    transition: all ease-in-out .5s;
    transform: translatex(0px);
}
.sub-menu {
    display: none;
}
ul.games-list.sublist {
    width: 250%;
}
ul.games-list.sublist a {
    color: #ffffff;
    margin-right: 20px;
    font-size: .854em;
}
ul.games-list.sublist a span {
    margin-left: 5px;
}
ul.games-list.sublist.profile:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: #0e0b25;
    display: block;
    top: -8px;
    left: 15%;
    transform: rotate(-135deg);
    border-right: 1px solid #7b3088;
    border-bottom: 1px solid #7b3088;
}
ul.games-list.sublist.profile {
    border: 1px solid #7b3088;
}
ul.games-list.sublist.profile a li {
    padding: 15px;
}
ul.games-list.sublist.profile > a:first-of-type li {
    border-top: 0;
    padding: 0 20px 10px;
    margin-top: -9px;
}
ul.games-list.sublist.profile a:first-of-type li div img {
    width: 50px;
}
ul.games-list.sublist.profile a:first-of-type li div.user-info {
    text-align: left;
    margin-top: 10px;
    margin-left: 10px;
}
ul.games-list.sublist.profile a:first-of-type li div.user-info span {
    margin-left: 0;
}
ul.games-list.sublist.profile a:first-of-type li div.user-info p {
    margin-top: 0px;
    font-size: 10px;
    color: #d1d1d1;
    margin-bottom: 0;
}
.fixed-nav {
	position: fixed;
	top: 10px;
	height: 60px;
	z-index: 1;
    width: 96%;
}
.fixed nav {
    height: 100%;
}
.fixed {
    background-image: linear-gradient(180deg,#0e0b25,#3f1a4ce0);
    transition: all ease-in-out .1s;
    z-index: 99;
    top: 0px;

}
.uk-navbar-nav.uk-navbar-left, .uk-navbar-right, [class*=uk-navbar-center] {
    gap: 10px;
}
.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    min-height: 55px;
}
.gap-1 {
    gap: 10px!important;
}
/* Home Page */
.bg-image{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}
.hover-left {
    position: absolute;
    /* height: 102% !important; */
    /* top: -4px; */
    left: 0px;
    width: 0px;
    height: 0px;
    border-top: 0.6rem solid transparent;
    border-bottom: 0.6rem solid transparent;
    border-right: 0.6rem solid var(--color-accent);
    transform-origin: left center 0px;
    transition-property: transform;
    transition-timing-function: ease;
    transition-duration: 200ms;
}

.hover-bottom {
    position: absolute;
    /* width: 103% !important; */
    bottom: 0px;
    left: 0px;
    /* right: 0px;
    width: 0px;
    height: 10px; */
    border-left: 0.6rem solid transparent;
    border-top: 0.6rem solid var(--color-accent);
    border-right: 0.6rem solid transparent;
    transform-origin: right bottom 0px;
    transition-property: transform;
    transition-timing-function: ease;
    transition-duration: 200ms;
}

.full-wh {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

.shadow-bracket{
    -webkit-box-shadow:0 15px 12px rgba(0, 0, 0, 0.2);
    box-shadow:0 15px 12px rgba(0, 0, 0, 0.2);
}
.ltr {
    direction: ltr;
}
.rtl {
    direction: rtl;
}
.section{
    height: 100vh;
    overflow-y: scroll;
    scroll-snap-type: mandatory;
    scroll-behavior: smooth;
}
ul.uk-navbar-nav {
    gap: 5px;
}
.icon-menu img {
    width: 30px;
}
/* Home Page */
.hero-section {
    background-image : url('../images/herobg-1.webp');
    background-size: contain;
    background-repeat: no-repeat;
}
.hero-title {
    top: 115px;
    left: 35.5%;
}
.hero-title svg {
    -webkit-animation-name: opening-laser;
    animation-name: opening-laser;
    animation-duration: 1.2s;
    animation-delay: 3s;
	animation-timing-function: cubic-bezier(0.445, 0, 0.55, 0.95);
    animation-fill-mode: both;
    width: 85%;
}
.l-screen {
    top: 15%;
    left: 14%;
    width: 24.5%;
    height: 370px;
    animation-name: l-scratch-monitor;
    animation-duration: 1.2s;
    animation-delay: 1.5s;
	animation-timing-function: cubic-bezier(0.445, 0, 0.55, 0.95);
    animation-fill-mode: both;
    background: url('../images/heroo-2l.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.r-screen {
    top: 16.5%;
    right: 14.5%;
    width: 24.5%;
    height: 351px;
    animation-name: r-scratch-monitor;
    animation-duration: 1.8s;
    animation-delay: 1.5s;
	animation-timing-function: cubic-bezier(0.445, 0, 0.55, 0.95);
    animation-fill-mode: both;
    background-image: url('../images/heroo-2r_1.webp');
    background-size: contain;
    background-repeat: no-repeat;

}
.rocks.rock-1 {
    top: 120px;
    left: 32%;
    animation-name: move-up-down;
    animation-duration: 4s;
    /* // animation-delay: 2s; */
    animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
    animation-fill-mode: both;
}

.rocks.rock-2 {
    top: 600px;
    left: 62%;
    animation-name: move-left-right;
    animation-duration: 6s;
    /* // animation-delay: 2s; */
    animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
    animation-fill-mode: both;
}

.rocks.rock-3 {
    top: 400px;
    right: 10%;
    animation-name: move-up-down-left;
    animation-duration: 6s;
    /* // animation-delay: 2s; */
    animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
    animation-fill-mode: both;
}

.cta-hero {
    position: absolute;
    bottom: 20%;
    left: 44.8%;
    padding: 5px 0;
    background: #ffffffb8;
    border-radius: 2px;
    border: 2px solid #32eff3;
    transition: all ease-in-out .5s;
    animation: pulses 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
    box-shadow: 0 0 0 0 white;
}
.cta-hero:hover {
    background: #ffffffeb;
    transition: all ease-in-out .5s;
    /* border: 2px solid #f1a8ef; */
}
@keyframes pulses {
    to {
        box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
    }
}
@keyframes statuspulses {
    to {
        background:#46dc7000 ;
    }
}
.cta-hero a {
    font-size: 2em;
    color: #1c1a5d;
    font-weight: 900;
    font-family: Lamasans-bold;
    padding: 5px 30px;
}
.store-promotion {
    position: relative;
}
.store-promotion > a {
    display: block;
    position:relative;
}
.store-promotion img {
    z-index: 1;
    position: relative;
}
.store-promotion:after {
    content: "";
    width: 220px;
    height: 200px;
    border: 1px solid #8828a7;
    position: absolute;
    bottom: -25px;
    left: -30px;
}
.store-promotion:before {
    content: "";
    width: 100%;
    height: 360px;
    border: 1px solid #28a4a7;
    position: absolute;
    top: -35px;
    right: -65%;
}
.cta-hero.store-home {
    z-index: 9;
    bottom: 10%;
    left: 53.5%;
    padding: 5px 30px;
    border: 1px solid #26e4e9;
}
.product-description  {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 58%;
    transform: translate(-50%, -50%);
}

/*Sectoin 2 Home Page*/
.card-tournament-cotanier {
    border: 2px solid #28a4a7;
    display: inline-block;
    width: 100%;
}
.card-tournament-cotanier:hover .overlay.opacity {
    background-image: linear-gradient(180deg,#0e0b2500,#0000004f);
    transition: all ease-in-out .5s;
}
.uk-card-body {
    padding: 10px;
}
.overlay.opacity {
    background: #00000061;
    transition: all ease-in-out .5s;
}
.uk-card .organizer {
    margin-left: 15px;
    margin-top: 15px;
}
.uk-card .organizer img {
    width: 35px;
}
.organizer span {
    font-size: .76em;
    font-weight: bold;
    position: relative;
}
.uk-card .organizer span:after {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    bottom: 4px;
    right: -12px;
}
.uk-card .organizer span.started:after {
    background: rgb(53 237 41);
    animation: statuspulses 1s infinite .1s ease-in-out;
}
.uk-card .organizer span.open:after {
    background: rgb(70 206 220);
}
.uk-card .organizer span.complete:after {
    background: #dcd946;
}
.uk-card .organizer span.finished:after {
    background: #ff0a0a;
}
.uk-card-media-top > img {
    height: 200px;
}
.uk-card-default {
    background-color: #2b1a3a;
    color: #666;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
    border: 7px solid #0e0b25;
}
.price-pool img {
    width: 25px;
}
.steps-info-card {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px;
}
.steps-info-card h5 {
    bottom: 0;
}
.steps-info-card.one {
    background-image: url(../images/register.webp);
}
.steps-info-card.two {
    background-image: url(../images/play.webp);
}
.steps-info-card.third {
    background-image: url(../images/win-2.webp);
}
.steps-info-card.fourth {
    background-image: url(../images/share.webp);
}
.thumb-tour.one {
    background-image: url(../images/212a5e4f-c0a9-4e29-ae08-ebb4e60315d1.jfif);
}
.thumb-tour.two {
    background-image: url(../images/0cbb5353-d166-415b-a6f6-c55a52b6766e.jfif);
}
.thumb-tour.third {
    background-image: url(../images/0a3dcadc-d874-488f-9c7d-0944b5f38966.jfif);
}
.thumb-tour.fourth {
    background-image: url(../images/8680c6a6-ece9-4dbf-85ed-6d3f21a6b9f3.jfif);
}
.uk-card-body .platform {
    margin-left: 15px;
    padding: 5px 10px 0;
}
.uk-card-body .type,.uk-card-body .users-count {
    padding-top: 5px;
}
.uk-card-body .platform:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    bottom: 8px;
    right: -5px;
}
.uk-card-body .platform:after {
    content: "";
    width: 5px;
    height: 5px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    bottom: 8px;
    left: -5px;
}
.uk-card-body .status {
    font-weight: bold;
    padding: 2px 10px;
    border-radius: 5px;
    margin-left: 15px;
    position: relative;
}
.uk-card-body .status.started {
    border: 1px solid #41e1a0;
    color: #41e1a0;
}
.uk-card-body .status.open {
    border: 1px solid #3fd3d7;
    color: #3fd3d7;
}
.uk-card-body .status.complete {
    border: 1px solid #dcd946;
    color: #dcd946;
}
.uk-card-body .status.finished {
    color: #524e4e;
    border: 1px solid #524e4e;
}
.remaining-seats {
    direction: ltr;
    position:relative;
}
.count-seats {
    position: absolute;
    top: 3px;
    right: 10px;
}
.uk-icon.user-solid-icon svg * {
    fill: #ffffff!important;
}
.large-tour {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.large-tour .memeber-badge {
    position: absolute;
    top: 20px;
    background: #0f1722;
    left: 5%;
    z-index: 9;
    color: #ffffff;
    font-size: 32px;
    font-style: italic;
    padding: 10px;
}
.large-tour .over-lay  {
    background-image: linear-gradient(180deg,#4b1d4da8,#421b4375);
    position: absolute;
    top: 20px;
    width: 100%;
    padding: 12px 40px 12px 20px;
}
.large-tour .over-lay.pop-up {
    bottom: 0;
    top: auto;
    padding: 20px 50px 20px 20px;
    transform: translate(0px, 200px);
    transition: all ease-in-out .6s;
}
.large-tour:hover .over-lay.pop-up {
    transform: translate(0px, 0px);
    transition: all ease-in-out .6s
}
.date-end div {
    direction: ltr;
    text-align: right;
}
.date-end.uk-icon.user-solid-icon svg * {
    fill: #dfd9f6!important;
}
.dg-header {
    background-image: linear-gradient(41deg,#753478,#0e0b25);
    padding: 5px 45px;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    top: -20px;
    right: -10px;
}
.prizes div {
    color: #ffffff;
    font-family: Lamasans-bold;
    margin-top: 15px;
    width: 200px;
    text-align: center;
    font-size: 1.3em;
}
.second-place img,.third-place img {
    width: 80%;
}

/*Tournaments Page*/
.join-tour {
    border-radius: 5px;
}
.join-tour .single-tour-card {
    background-color: #1e1528;
    border: 1px solid #30EFF3;
    border-radius: 5px;
}
.join-header input {
    background: #33183552!important;
    border: 1px solid #30eff3!important;
    color: #ffffff!important;
    font-size: .8em;
}
.fields-id input {
    background: #eeeeee00!important;
    border-color: #30EFF3;
    color: #fff!important;
}
.tour-hero-section {
    background-image : url('../images/tournament/tons.webp');
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 400px;
    height: 400px;
}
.game-tour {
    padding-top: 40px;
}
ul.uk-subnav > * > :first-child {
    padding: 10px;
    font-size: 1.3em;
    font-style: italic;
}
.uk-subnav > .uk-active > a,.filter-btns div.active {
    background-image: linear-gradient(90deg,#da52e170,#c252e100);
    color: #ffffff;
    background-color: #fff0;
}
.filter-btns div {
    font-size: 1.2em;
    background: #fff;
    padding-right: 20px;
    font-style: italic;
    padding-left: 20px;
    text-align: center;
    margin-right: -2px;
    color: #333333;
    font-weight: bold;
    cursor: pointer;
}
.tour-card-info .uk-card-header {
    overflow: hidden;
}
.tour-card-info .uk-card-header .tour-details {
    width: 100%;
    position: absolute;
    bottom: -50%;
    padding: 0 20px;
    background-image: linear-gradient(0deg,#f5f5f5,#ffffffa8);
    padding-top: 5px;
    transition: all ease-in-out .7s;
}
.uk-card:hover .tour-details {
    bottom: 0;
    transition: all ease-in-out .7s;
}
.tour-details * {
    color: #000000;
    font-weight: bold;
    font-style: italic;
}
.tour-details h4,.tour-details .details-footer h6 {
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.tour-card-info .uk-card-body {
    background-image: linear-gradient(0deg,#2f1a34,#34223959);
    padding: 15px 20px;
    cursor: pointer;
}
.tour-card-info .uk-card-body .uk-card-title {
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 5px;
}
.tour-card-info .uk-card-body * {
    font-weight: bold;
}
.tour-card-info .uk-card-body span svg * {
    stroke-width: 1.5;
}
.tour-card-info .uk-card-body span.cup-icon {
    margin-right: 5px;
}
.tour-card-info .uk-card-footer div {
    padding: 10px 0;
    background: #ffffff;
    background-position: right bottom;
}
.tour-card-info .uk-card-footer div:first-of-type {
    border-left: 1px solid;
    cursor: pointer;
    transition: all ease-in-out .5s;
}
.tour-card-info .uk-card-footer div:first-of-type:hover {
    background-image: linear-gradient(90deg,#da52e170,#c252e100);
    background-color: #ffffff00;
}
.tour-card-info .uk-card-footer div:first-of-type:hover h3 {
    color: #ffffff;
    transition: all ease-in-out .5s;
}
.tour-card-info .uk-card-footer h3 {
    font-size: 1.2em;
    font-weight: bold;
}
.badge {
    background-image: linear-gradient(90deg,#472349,#5f346a1f);
    color: #ffffff;
    background-color: #fff0;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    padding: 5px 10px 5px 10px;
}

/*Single Tournament*/
.login-or-create h3 {
    border-bottom: 1px solid #eeeeee;
}
.login-or-create p {
    font-size: .9em;
}
.single-tour.tour-hero-section {
    background-image: url('../images/tournament/herooo.webp');
}
.timer-container {
    background: #421644;
    padding: 8px 20px;
    max-width: 225px;
    display: inline-block;
    margin-right: 10px;
}
.timer-container * {
    font-weight: bold;
    font-style: italic;
}
.meta-tour {
    margin-top: 35px;
}
.meta-tour div {
    display: inline-block;
    color: #ffffff;
    margin-left: 20px;
    position: relative;
}
.meta-tour div.started{
    color: rgb(53 237 41);
}
.meta-tour div.open {
    color: rgb(70 206 220);
}
.meta-tour div.complete {
    color: #dcd946;
}
.meta-tour div.finished {
    color: #ff0a0a;
}
.meta-tour div:after {
    content: "";
    position: absolute;
    bottom: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    left: -15px;
}
.meta-tour div.started:after {
    background: #41e1a0;
    animation: statuspulses 1s infinite .1s ease-in-out;
}
.meta-tour div.open:after {
    background: rgb(70 206 220);
}
.meta-tour div.complete:after {
    background: #dcd946;
}
.meta-tour div.finished:after {
    background: #ff0a0a;
}

.single-tour-header {
    width: 94.5%;
}
.single-tour-header.top-header {
    top: 30px;
}
.single-tour-header.bottom-header {
    bottom: 30px;
}
.single-tour-header h1 {
    margin-top: 10px;
    font-weight: bold;
    font-style: italic;
}
.single-tour-header .join-now {
    font-size: 1.3em;
    font-weight: bold;
    color: #0e0b25;
    padding: 5px 25px;
    margin-top: 60px;
}
.single-tour-header button:hover,.joinded-color,.finished-color {
    background-position: left bottom;
    background-image: linear-gradient(90deg,#da52e170,#c252e100);
    background-color: #ffffff00;
    background-position: left bottom;
    transition: all ease-in-out .2s;
    color: #ffffff;
}
.joinded-color {
    background-image: linear-gradient(90deg,#30eff38a,#c252e100)!important;
}
.organize-hero {
    position: absolute;
    top: 0;
    left: 0;
}
.organizer img {
    width: 50px;
}
.single .uk-subnav li >  a {
    font-size: .8em;
    font-weight: bold;
}
.uk-switcher .timeline {
    margin-top: 100px;
}
.timeline .start,.timeline .end {
    background: #ffffff4d;
    font-weight: bold;
    font-size: 1.2em;
    padding: 5px 15px;
    z-index: 9;
}
.timeline .start.active,.timeline .end.active {
    background: #ffffffff;
    color: #000000;
}
.timeline .closed {
    background-image: linear-gradient(90deg,#fff0,#ffffff40);
}
.timeline-bar {
    background: #1f194b;
    max-height: 5px;
    margin-top: 17px;
}
.timeline-bar > div div:first-of-type {
    margin-top: 0px;
}
.timeline-bar .bar-verticle {
    width: 2px;
    background: #848484;
    height: 80px;
    margin: auto;
    margin-top: 2px;
    margin-bottom: 5px;
}
.timeline-bar div.active:before,.timeline-bar div.last-bar.finish:after  {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50px;
    background: rgba(179,51,168,1);
    width: 130%;
    height: 5px;
    z-index: 2;
    box-shadow: 0px 1px 17px 0px rgba(179,51,168,0.75);
    -webkit-box-shadow: 0px 1px 17px 0px rgba(179,51,168,0.75);
    -moz-box-shadow: 0px 1px 17px 0px rgba(179,51,168,0.75);
}
.timeline-bar div.second-bar.active:before {
    width: 245%;
}
.timeline-bar div.last-bar.active:before {
    width: 565%;
}
.timeline-bar div.last-bar.finish:after {
    right: 61%;
    left: 0;
    width: 210%;
}
.timeline-bar .bar-circle:before {
    content: '';
    display: block;
    position: absolute;
    left: 39.5%;
    top: 32%;
    background: rgb(14, 11, 37);
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    z-index: 9;
    border: 3px solid #1f194b;
}
.timeline-bar div.active .bar-circle:before {
    background: rgba(179,51,168,1);
    box-shadow: 0px 1px 17px 0px rgba(179,51,168,0.75);
    -webkit-box-shadow: 0px 1px 17px 0px rgba(179,51,168,0.75);
    -moz-box-shadow: 0px 1px 17px 0px rgba(179,51,168,0.75);
}
.timeline-bar .start-bar .bar-circle:before {
    left: 43.5%;
}
.timeline-bar .second-bar .bar-circle:before {
    left: 41.5%;
}
.timeline-bar .start-bar,.timeline-bar .second-bar,.timeline-bar .last-bar {
    text-align: center;
    color: #dfd9f6;
    top: -50px;
}
.timeline-bar .start-bar {
    right: 10%;
}
.timeline-bar .second-bar {
    right: 35%;
}
.timeline-bar .last-bar {
    right: 80%;
}
.single-tour-card {
    background-image: linear-gradient(180deg,#411b4e,#1a0a33);
}
.single-tour-card * {
    color: #ffffff;
}
.single-tour-card .body.tour-rules {
    max-height: 755px;
    overflow-y: scroll;
}
.single-tour-card .header-container {
    justify-content: end;
}
.single-tour-card .header {
    background-image: linear-gradient(41deg,#753478,#0e0b25);
    padding: 5px 45px;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    top: -20px;
    right: -10px;
}
.single-tour-card .header-container h6 {
    margin-top: 20px;
    margin-left: 25px;
    margin-bottom: 10px;
}
.single-tour-card .body {
    padding: 10px 20px;
}
.single-tour-card .participants .player-info {
    margin-bottom: 5px;
}
.dark-border, .single-tour-card .participants .player-info {
    border-bottom: 3px solid #0e0b25;
    padding-bottom: 15px;
}
.light-border {
    border-bottom: 3px solid #923494;
    padding-bottom: 15px;
}
.single-tour-card .participants .player-info img,.player-card img,.user-info img {
    width: 50px;
    height: 50px;
    border: 2px solid #923494;
    border-radius: 50%;
}
.user-info img {
    width: 35px;
    height: 35px;
}
.dataTables_info,.dataTables_paginate span {
    font-size: 11px;
    color: #c7c6c6;
}
.dataTables_paginate span {
    font-size: 13px;
    color: #c7c6c6!important;
}
.single-tour-card .participants.rules .player-info {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.single-tour-card .tour-map {
    margin-top: 15px;
    margin-bottom: 10px;
}
.single-tour-card .tour-list {
    margin-top: 0;
    padding-right: 20px;
}
.single-tour-card .tour-list li {
    margin-top: 10px;
}
.rounds a {
    margin-left: 20px;
}
.rounds a h3 {
    color: #999;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #221945;
}
.select2-dropdown {
    background-color: #221945;
    border: 1px solid #3e2241;
    border-radius: 0;
}
.select2-container--default .select2-results__option--selected,.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #923494;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #ce75cf;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #e9e9e9;
}
.select2-container--default .select2-selection--single,.select2-container--default .select2-selection--multiple {
    background-color: #1c143f;
    border: 1px solid #8f4797;

}
.register-select .select2-container--default .select2-selection--single,.register-select .select2-container--default .select2-selection--multiple {
    background-color: #4b1d4de0;
}
.select2-container--default .select2-selection--single {
    height: 35px;
    padding-top: 4px;
}
.select2-container {
    border-radius: 4px;
}
.participants .player-card.personal-info {
    border-bottom: 1px solid #923494;
    padding: 15px 0;
    border-top: 1px solid #923494;
}
.uk-table-divider>:first-child>tr:not(:first-child), .uk-table-divider>:not(:first-child)>tr, .uk-table-divider>tr:not(:first-child) {
    border-top: 1px solid #923494;
}
.uk-table th, .uk-table td {
    color: #dfdfdf;
}
.uk-table td {
    vertical-align: middle;
}
.loser-badge,.winner-badge {
    width: 100%;
    padding: 0px 5px;
    font-size: 1em;
    color: #ffffff;
}
.winner-badge {
    background-image: linear-gradient(268deg,#0096a7d4,#0e0b25);

}
.loser-badge {
    background-image: linear-gradient(268deg,#a70009d4,#0e0b25);
}
.twitch-ifram {
    background: url(../images/tournament/twitch.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    min-height: 600px;
}
/*Profile*/
.horizontal-bannar {
    min-height: 40px;
}
.horizontal-bannar .badges-container {
    display: none;
}
.single-profile .avatar-username .username {
    font-size: 1.7em;
    font-weight: bold;
    max-height: 70px;
    margin-top: 30px;
    margin-left: -15px;
    padding-top: 12px;
}
.single-profile .avatar-container {
    width: 120px;
    border-width: 5px;
}
.single-profile .avatar-container img {
    width: 100%;
}
.profile-title {
    bottom: -35px;
    left: 12%;
}
.horizontal-bannar {
    background-image: linear-gradient(45deg, #1a182e, #878692);
    margin-top: 10px;
    padding: 8px 0 5px;
}
.horizontal-bannar .badges-container {
    margin-left: 70px;
}
.short-stats-container span {
    color: #000000;
    font-weight: bold;
    font-size: 1.2em;
    font-style: italic;
}
.badges-container span,.short-stats-container span.badge-ctr {
    width: 40px;
    display: inline-block;
}
.short-stats-container span.badge-ctr.victory {
    width: 20px;
}
.badges-container span img,.short-stats-container span img {
    width: 100%;
}
.badges-container span.inactive {
    margin-right: 5px;
    mix-blend-mode: luminosity;
    opacity: .7;
    transition: all ease-in-out .3s;

}
.badges-container span:hover {
    mix-blend-mode: normal;
    opacity: 1;
    transition: all ease-in-out .3s;
}
.colored-badge {
    background-image: linear-gradient(90deg,#da52e170,#c252e100);
    color: #ffffff;
    background-color: #fff0;
    display: inline-block;
    padding: 10px 0 10px 15px;
    font-weight: bold;
}
.upload-box {
    text-align: center;
    border: 2px dashed #898888;
    border-radius: 10px;
    background: #16122f;
    cursor: pointer;
    transition: all ease-in-out .2s;
    overflow: hidden;
    position: relative;
}
.uploadbox{
    overflow: hidden;
    position: relative;
}

.figcaption {
    position: absolute;
    inset: 2px;
    display: none;
}

.figcaption {
    padding: 1em;
    justify-content: center;
    align-items: center;
    background-color: rgba(178, 48, 169, 0.62);
}

.uploadbox:hover .figcaption {
    display: flex ;
}

.upload-box:hover {
    background: #3e1a4cc4;
    transition: all ease-in-out .2s;
}
.upload-box img {
    height: 100%;
}
.upload-box.large {
    height: 220px;
}
.upload-box.large div,.upload-box.smaller img.add {
    padding-top: 0
}
.upload-box img.add {
    width: 30px;
}
.upload-box.smaller {
    height: 220px;
}
.profile-cards.tour-card-info .uk-card-body {
    padding: 15px 10px;
}
.filter-btns.profile div {
    background: #d8d8d8;
    padding: 10px;
    font-size: .876em;
}
.filter-btns.profile div.active-white {
    background: #ffffff;
}
/*Settings*/
.horizontal-bannar-settings {
    background-color: #1c143f;
    margin-top: 10px;
    padding: 8px 0 5px;
}
button.back {
    font-weight: bold;
    padding: 0 15px;
}
button.back span {
    margin-right: 10px;
}
.settings-card {
    background: #1c143f;
    border-radius: 5px;
    padding-bottom: 20px;
}
input.input-fields {
    background-color: #1c143f;
    border: 1px solid #8f4797;
}
.settings-card label {
    display: block;
    margin-bottom: 10px;
}
.settings-card .tour-list > div {
    margin-top: 10px;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered,.settings-card label,input.input-fields,.select2-results__option--selectable {
    font-size: 12px;
}
.single-tour-card.settings-card .header {
    padding: 10px 15px 10px 30px;
    font-size: 1.1rem;
}
.single-tour-card.settings-card .header span {
    margin-left: 10px;
}
.iti__country-list {
    background-color: #1c143f;
    border: 1px solid #8f4797;
}
.settings-save {
    width: 100%;
}
.settings-save button {
    font-weight: bold;
    width: 100%;
}
/*Leaderboard*/
.leaderboard-hero-section {
    background-image : url('../images/leaderboard/list-hero.webp');
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 400px;
    height: 400px;
}
.sub-hero-title {
    padding: 10% 120px 0;
    position: relative;
    z-index: 2;
    text-align: right;
}
.leaderboard .player-card {
    border-bottom: 1px solid #923494;
    padding: 5px 0;
}
.leaderboard .player-card.current {
    background-image: linear-gradient(180deg,#0e0b25,#4e1c5e);
    border: 0;
    padding: 5px 10px;
}.leaderboard .player-card.current .feathers-current {
    padding-top: 5px;
}
.leaderboard .player-card .feathers-current img {
    border: 0;
    border-radius: 0;
    width: auto;
    height: auto;
}
.leaderboard .player-card .rank {
    font-size: 1.4em;
    margin-right: 25px;
    margin-top: 20px;
    display: inline-block;
    font-weight: bold;
}
.leaderboard .player-card.current .rank {
    margin-right: 0;
    font-size: 2em;
    margin-top: 0;
}
.leaderboard .up-arrow {
    color: rgb(53 237 41);
}
.leaderboard .down-arrow {
    color: #ff0a0a;
}
.box-container {
    width: 200px;
    height: 200px;
    position: relative;
    border: 2px solid #03474fd4;
    padding: 5px;
    border-radius: 4px;
    background-size: contain;
    background-position: center;
}
.second-place .box-container,.third-place .box-container {
    width: 150px;
    height: 150px;
    margin-top: 30px;
}
.box-container .feather {
    position: absolute;
    width: 30%;
    top: -33px;
    left: -20px;
}
.first-place .box-container .feather {
    left: -28px;
}
.box-container .avatar {
    position: relative;
    height: 100%;
    width: 100%!important;
}
.box-container .rank {
    position: absolute;
    width: 18%;
    bottom: -35px;
    right: -7px;
}
.first-place .box-container .rank {
    bottom: -45px;
}
.top-three h5 {
    text-align: left;
    margin-top: 10px;
    text-wrap: wrap;
    word-wrap: break-word;
    max-width: 170px;
    font-weight: bold;
    margin-right: auto;
}
.top-three .second-place h5,.top-three .third-place h5 {
    font-size: 12px;
}

/*Store Accounts*/
.store-brief img {
    width: 30px;
}
.sub-store .img-container {
    border: 3px solid #d159f6;
}
.sub-store .img-container a {
    height: 100%;
    display: inline-block;
}
.uk-padding-store {
    padding: 15px 50px 0 90px;
}
.btn.cta {
    background-image: linear-gradient(90deg,#392348,#602b6ef7);
    color: #ffffff;
    background-color: #fff0;
    font-size: 1.3em;
    padding: 10px 10px;
    border-radius: 4px;
}
.uk-position-center-left,.uk-position-center-right {
    background-image: linear-gradient(90deg,#392348,#602b6e9e);
    padding: 20px 10px;
}
.uk-position-center-left svg polyline, .uk-position-center-right svg polyline {
    stroke-width: 4.5;
}
.uk-position-center-left svg,.uk-position-center-right svg{
    height: 16px!important;
    width: 26px!important;
}
.account-card {
    padding: 20px 30px 20px 80px;
    background-image: linear-gradient(90deg,#da52e100,#c252e170);
    color: #ffffff;
    position: relative;
}
.account-level img {
    width:32px;
}
.account-card .card-body {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-footer {
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 0px 0px 0px 120px;
}
.card-footer div, .card-footer div span,.account-level, .account-level span {
    color: #dfdfdf;
}
.card-footer img {
    width: 30px;
}
a.details {
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #ffffff6e;
    margin-left: 10px;
}
a.get-now {
    color: #333333;
    background: #fff;
    padding: 10px 15px;
    font-weight: bold;
    transition: ease-in-out all .2s;

}
a.get-now span {
    fill: #ee3a07;
}
a.get-now:hover {
    background-image: linear-gradient(90deg,#da52e170,#c252e100);
    background-color: #ffffff00;
    color: #fff;
    transition: ease-in-out all .2s;
}
.account-price {
    overflow-x: hidden;
    padding-left: 10px;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    min-height: 1.5em;
    flex-flow: row nowrap;
    background-image: linear-gradient(270deg,#ce4074,#44b5ff00);
    position: absolute;
    right: 0;
    bottom: 70px;
    font-weight: bold;
    direction: ltr;
}
.account-price div {
    padding: 0.7em 1em 0.7em 1.6em;
    box-shadow: 0 0.2em 0 0 #0000001f;
    position: relative;
    background-image: linear-gradient(270deg,#ce4074,#461f5b);
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    transform: skew(20deg);
}
.account-price div span {
    margin-right: 5px;
}
/*Single Account*/
.accounts-hero-section {
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 400px;
    height: 300px;
}
.s1 {
    position: relative;
}
.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: #000000b8;
}
.overlay h1 {
    text-align: center;
    line-height: 4.5em;
    font-size: 4em;
    font-weight: bold;
    font-style: italic;
}
.login .nav-logo {
    width: 160px;
}
.login-Container {
    margin-right: 15%;
    padding-top: 10vh;
}
.register-Container {
    margin-right: 15%;
    padding-top: 5vh;
}
.loginDiv {
    background: #4b1d4db2;
    padding: 20px ;
}
.login-inputs {
    background: #4b1d4de0;
    width: 100%;
    color: #fff;
    border: 1px solid #7c587b;
    border-radius: 5px;
    font-size: 12px;
}
.btn-bg-purple{
    background-color: #c252e1;
    color: white;
}
.forget-pass {
    font-size: .78em;
}
.register-now a,.navy-blue {
    color: #9adbf8;
}
.register-now a:hover,.privacy {
    text-decoration: underline;
}
.weak-password,.medium-password,.strong-password {
    color: #fff;
    padding: 10px;
    font-size: 12px;
}
.weak-password {
    background: #ff004745;
}
.medium-password {
    background: #ffe00045;
}
.strong-password {
    background: #00ff8945;
}
.password-dir{
    direction: ltr;
    text-align: right;
}
.password-status {
    margin-top: -10px;
}
.social-logins hr {
    margin-top:10px;
}
.social-logins {
    gap: 10px;
}
.social-logins a {
    padding: 7px;
    border-radius: 2px;
    box-shadow: 0 .2em 1em #0000001f;
    font-size: .7em;
    font-weight: 700;
    align-items: center;
    gap: 15px;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    width: 100%;
    background-color: #fff;
    color: #0c074a;
    cursor: pointer;
    line-height: 2em;
    border: 0;
    outline: 0;
    flex-wrap: nowrap;
    white-space: nowrap;
}
.social-logins a img {
    max-width: 30px;
}
/*About us*/
.colored-nav {
    background-image: linear-gradient(180deg,#0e0b25,#3f1a4ce0);
}
.about-us,.terms {
    background: #1c143f;
    border-radius: 5px;
    padding: 30px 15px;
    margin-top: 40px;
}
.about-us h2 {
    font-weight: bold;
    color: #ddd;
    background-image: linear-gradient(41deg,#753478,#0e0b2500);
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.about-us p,.terms p,.date {
    color: #e1e1e1;
}
.guest-pages h1 {
    text-align: center;
    font-weight: bold;
    color: #e1e1e1;
}
.guest-pages hr {
    width: 30%;
    margin: auto;
    border: 0;
    border-top: 1px solid #a3a0a0;
}
/*Faq*/
.faq .according li {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    border-color: #9d9d9d;
}
.faq .according li a {
    color: #333;
    background-color: #dfdfdf;
    border-color: #d1d1d1;
    padding: 15px 10px;
}
.faq .according .uk-accordion-content {
    padding: 15px;
    border-top: 1px solid #5a5a5a;
    margin-top: 0;
}
/*Terms&Privacy*/
.terms h2 {
    font-weight: bold;
    color: #ddd;
}
p.sublist {
    line-height: 2;
    padding-right: 15px;
}
/*Store*/
.left-hero-store img,.right-hero-store img {
    max-height: 410px;
    width: 100%;
}
.right-hero-store div {
    position: absolute;
    bottom: 40px;
    left: 56%;
    overflow: hidden;
}
.right-hero-store div a span,.left-hero-store div a  span {
    color: #645181;
    font-weight: bold;
    font-size: 1.2em;
    display: inline-block;
}
.right-hero-store div a {
    transform: skew(-30deg);
    display: inline-block;
    padding-left: 25px;
    margin-left: 30px;
    margin-right: -20px;
    padding-right: 40px;
    background: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
}
.right-hero-store div a span {
    transform: skew(30deg);
}
.left-hero-store div {
    position: absolute;
    top: 40px;
    right: 56%;
    overflow: hidden;
}
.left-hero-store div a {
    transform: skew(-30deg);
    display: inline-block;
    padding-right: 25px;
    margin-right: 30px;
    margin-left: -20px;
    padding-left: 40px;
    background: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
}
.left-hero-store div a span {
    transform: skew(30deg);
}

.store_card{
    /* margin: 50px auto; */
    width: 100px !important;
    height: 400px;
    border-radius: 20px;
    box-shadow: 1px 1px 10px 3px rgba(85, 85, 85, 0.25), -1px -1px 10px 3px rgba(88, 88, 88, 0.22);
    cursor: pointer;
    transition: 0.4s;
    overflow: hidden;
}

.overlay-color {
    background-color: #3c2258;
    padding: 20px 30px;
}

.order-dev {
    background-color: #1c143f;
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 20px 20px 10px
}
.order-dev .products-container {
    justify-content: flex-start;
    display: flex;
    width: 100%;
    flex-flow: row wrap;
}
.item_single {
    font-weight: bolder;
    border-radius: 8px;
    margin: 10px;
    background: #2b2252;
    border: 1px solid #2b2252;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    padding: 0!important;
    min-width: 150px;
    height: 100px;
    position: relative;
    cursor: pointer;
}
.single-product {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.item_single.selected {
    background-color: #793695;
}
.item_single:hover{
    border: #793695 solid 1px;
}
.item_single div {
    flex-direction: column!important;
    display: flex;
}
.item_single div .title {
    margin: 10px;
}
.item_single img {
    max-width: 50px;
    height: 50px;
    margin: auto;
}
.small-thumb-product img {
    max-height: 250px;
    border-radius: 10px;
}
.num_store{
    width: 35px;
    height: 35px;
    font-size: 25px;
    color: #fff;
    font-weight: bolder;
    border-radius: 100px;
    align-items: center;
    margin: 0 10px;
    background: #da52e19f;
}
.meta-header h2 {
    font-family: Lamasans-bold;
}
.meta-container .meta-icon img {
    width: 40px;
}
.meta-container .meta-description p {
    color: #ffffff;
}
.payment-method {
    border: #8a7f8b61 solid 1px;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 17px;
}
.payment-method.checked {
    border: #843a87 solid 1px;
}
.payment-method .price {
    font-size: 12px;
    color: #ffffff;
}
.payment-method .small-crystall {
    width: 35px;
}

.uk-modal-header{
    border-bottom: 0px;
}

.uk-modal-footer{
    border-top: 0px;
}
.redeemtion-instruction p {
    color: #ffffff;
    font-size: 13px;
}
.redeemtion-instruction p a {
    color: #71e2ef!important;
    text-decoration: underline;
}
.purchase {
    font-size: 1em;
    font-weight: bold;
    color: #0e0b25;
    padding: 4px 40px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.login-checkout {
    color: #ffffff;
    text-align: right;
    font-size: .9em;
}
.login-checkout a {
    color: #71e2ef!important;
    text-decoration: underline;
    padding: 0;
}
.purchase-info input {
    background: #4b1d4d73;
}
.checkbox.style-c {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox.style-c input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkbox.style-c input:checked ~ .checkbox__checkmark {
    background-color: #933ba4;
}
.checkbox.style-c input:checked ~ .checkbox__checkmark:after {
    opacity: 1;
}
.checkbox.style-c:hover input ~ .checkbox__checkmark {
    background-color: #eee;
}
.checkbox.style-c:hover input:checked ~ .checkbox__checkmark {
    background-color: #933ba4;
}
.checkbox.style-c .checkbox__checkmark {
    position: absolute;
    top: 18px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    transition: background-color 0.25s ease;
    border-radius: 4px;
}
.checkbox.style-c .checkbox__checkmark:after {
    content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.25s ease;
}
.crystal-bg-container:before {
    content: "";
    width: 100%;
    height: 300px;
    border: 1px solid #28a4a7;
    position: absolute;
    top: -35px;
    right: -65%;
    z-index: 0;
}
.crystal-bg-container .overlay {
    z-index:2;
}
.crystal-bg-container img{
    z-index:1;
    position: relative;
}
.content-crystal {
    position: absolute;
    top: 35%;
    left: 7%;
    text-align: center;
    z-index:2;
}
.content-crystal p,.content-crystal h2 {
    color: #ffffff;
    font-family:Lamasans-bold;
}
.cta-hero.store-tour {
    position: relative;
    width: 60%;
    margin: auto;
    left: 0;
    bottom: 0;
}
.cta-hero.store-tour a {
    font-size: 1.2em;
}

/*Footer*/
.footer{
    background: #1d1332;
    padding: 0px 0 30px;
}
.footer .payments {
    padding: 8px 0;
}
.footer .currency {
    border: 1px solid #a16dcf;
    padding: 5px 10px;
    border-radius: 5px;
}
.footer .currency img {
    width: 20px;
}
.footer .payments .image-container img {
    margin: 0 10px;
    max-width: 80px;
}
.footer .menus {
    padding-left: 60px;
}
.media-column {
    position: relative;
}
.media-column:after {
    content: "";
    width: 2px;
    height: 135%;
    position: absolute;
    top: -38px;
    background: #443458b8;
    right: 90px;
}
.footer-logo {
    width: 40%;
    margin: 0 auto 0 60px;
}
.copyrights {
    text-align: left;
    color: #efefef;
    font-size: 13px;
    margin-top: 10px;
}
.menu-footer-wrapper .head {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 17px;
}
.menu-footer-wrapper .menu-footer {
    padding-right: 15px;
    position: relative;
    margin-top: 8px;
}
.menu-footer-wrapper .menu-footer a {
    color:#fff;
    font-size: 12px;
}
.menu-footer-wrapper .menu-footer a:hover {
    text-decoration: underline;
}
.menu-footer-wrapper .menu-footer:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background: #ac6ce5;
    position: absolute;
    bottom: 7px;
    right: 0;
}
.social-meida ul {
    padding-left: 10px;
}
.social-meida ul li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}


.getawayFrame{
    width: 100%;
    height: 100%;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: fixed;
    top: 50%;
    left: 50%;
    animation: rotate 1s linear infinite
}
.loader::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #FFF;
    animation: prixClipFix 2s linear infinite ;
}

@keyframes rotate {
    100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
    75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
    100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}
.uk-form-danger{
    background: #ff000021;
    border: 1px solid #f55;
}

.uk-form-icon-flip-left{
    left: 0;
    right: auto;
}

.post-container{
    border-radius: 15px;
}

.post-tags{
    background-color: #753478;
    border-radius: 15px;
    padding: 2px 30px;
    color: #eecdf0;
}
.post-container h1,h2{
    /* color: black; */
}

.post-related{
    background-image: linear-gradient(41deg,#753478,#0e0b25);
    padding: 5px 45px;
    font-weight: bold;
    color: #ffffff;
}

.selected_input{
    background: #8b358ee0;
    border: 1px solid #c86fc5;
}

/*Blog*/
.post-content * {
    color: #e1e0e0
}


.top-bar {
    background-color: rgba(198, 74, 209, 0.796);
    height: 30px;
    position: relative;
    top: 0;
    z-index: 1;
    color: #ffffff;
    text-align: center;
    padding: 3px;
}
.top-bar a {
    text-decoration: underline;
    color: #ffffff;
}

.uk-tab > .uk-active > a {
    color: rgba(198, 74, 209, 0.796);
    border-color: rgba(198, 74, 209, 0.796);
    border-left: 4px solid;
}

.iti {
    direction: ltr;
}
.iti .iti__flag-container {
    left: 0!important;
    right: auto!important;
}
.iti > input {
    direction: ltr!important;
    padding-left: 90px!important;
    padding-right: 10px!important;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 6px 7px;
    border-radius: 6px;
    font-size: 12px;
    position: absolute;
    z-index: 1;
    right: -58px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.loader-btn {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: block;
    margin:15px auto;
    position: relative;
    color: #FFF;
    box-sizing: border-box;
    animation: animloader 1s linear infinite alternate;
  }
.loader-btn-pop {
    width: 4px;
    height: 4px;
    color: #962082;
}


.swal2-popup {
    background: #1e1528 !important;
    border: 1px solid #30EFF3 !important;
}

.swal2-timer-progress-bar{
    background: #30EFF3 !important;
}
.swal2-title{
    color: #FFF !important;
}
div.welcomming {
    background-image: url('../images/gradiant.png');
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
}
.welcomming h2 {
    font-weight: bold;
}
.swal2-title{
    font-weight: normal !important;
    font-size: 14px !important;
}
.hentIdentify{
    font-size: 10px !important;
    color: #ffa700 !important;
}
.uk-input:disabled, .uk-select:disabled, .uk-textarea:disabled {
    background-color: #fff0 !important;
}
.error_ul > li{
    color: #fff;
    padding: 10px;
    font-size: 12px;
    background: #ff004745;
}

/*Chat Support*/
.chat-support {
    position: fixed;
    bottom: 10px;
    right: 0px;
    z-index: 999999999999;
}
.tooltip-message, .channels-icon {
    display: none;
}
.tooltip-message {
    position: absolute;
    top: -200px;
    right: 30px;
    width: 155px;
    background: #3d285e;
    padding: 5px 10px;
    border-radius: 10px;
}
.tooltip-message::after {
    content: "";
    width: 20px;
    height: 20px;
    background: #bfb1cb;
    position: absolute;
    transform: rotate(45deg);
    z-index: -2;
    bottom: -4px;
}
.channels-icon {
    position: absolute;
    top: -130px;
    right: 25px;
}
.channels-icon a:hover {
    color: #ffffff;
}
.channels-icon .whatsapp {
    color: #fff;
    background-color: #25d366;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #673a91;
    padding: 10px;
}
.channels-icon .discord {
    background-color: #5865F2;
    color: #fff;
    margin-top: 20px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #673a91;
    padding: 10px;
}
.chat {
    display: flex;
}
.background {
    background-color: rgb(76 37 88);
    border-radius: 50%;
    box-shadow: 0 2.1px 1.3px rgba(0, 0, 0, 0.044),
    0 5.9px 4.2px rgba(0, 0, 0, 0.054), 0 12.6px 9.5px rgba(0, 0, 0, 0.061),
    0 25px 20px rgba(0, 0, 0, 0.1);
    height: 70px;
    width: 70px;
    left: 10px;
    position: absolute;
    top: 10px;
}
.chat-bubble {
    cursor: pointer;
    position: relative;
}
.bubble {
    transform-origin: 50%;
    transition: transform 500ms cubic-bezier(0.17, 0.61, 0.54, 0.9);
}
.line {
    fill: none;
    stroke: rgb(255, 255, 255);
    stroke-width: 2.75;
    stroke-linecap: round;
    transition: stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
    stroke-dasharray: 60 90;
    stroke-dashoffset: -20;
}
.line2 {
    stroke-dasharray: 67 87;
    stroke-dashoffset: -18;
}
.circle {
    fill: rgb(255, 255, 255);
    stroke: none;
    transform-origin: 50%;
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.active .bubble {
    transform: translateX(24px) translateY(4px) rotate(45deg);
}
.active .line1 {
    stroke-dashoffset: 21;
}
.active .line2 {
    stroke-dashoffset: 30;
}
.active .circle {
    transform: scale(0);
}


/*End Chat Support*/


  @keyframes animloader {
    0% {
      box-shadow: -38px -12px ,  -14px 0,  14px 0, 38px 0;
    }
    33% {
      box-shadow: -38px 0px, -14px -12px,  14px 0, 38px 0;
    }
    66% {
      box-shadow: -38px 0px , -14px 0, 14px -12px, 38px 0;
    }
    100% {
      box-shadow: -38px 0 , -14px 0, 14px 0 , 38px -12px;
    }
  }




@keyframes opening-laser {
    0% {
        opacity: .3;
        clip-path: polygon(55% 0%, 55% 0%, 54% 100%, 54% 99%);
    }
    100% {
        opacity: 1;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

@keyframes move-up-down {
    0% {
        top: 120px;
    }
    50% {
        top: 140px;
    }
    100% {
        top: 120px;
    }
}

@keyframes move-left-right {
    0% {
        left: var(--move-left-x);
    }
    50% {
        left: var(--move-right-x);
    }
    100% {
        left: var(--move-left-x);
    }
}
:root {
    --move-left-x: 64%;
}
:root {
    --move-right-x: 62%;
}
@keyframes move-up-down-left {
    0% {
        top: var(--move-down-y);
    }
    50% {
        top: var(--move-up-y);
    }
    100% {
        top: var(--move-down-y);
    }
}

@keyframes r-scratch-monitor {
    0% {
        opacity: 0;
        clip-path: polygon(0 47%, 100% 48%, 100% 58%, 0 58%);
        background-image: url('../images/heroo-2r_1.webp');
    }
	92.5% {
        opacity: .5;
        background-image: url('../images/heroo-2r-glitch.webp');
    }
    95% {
        opacity: .7;
        background-image: url('../images/heroo-2r-glitch-2.webp');
    }
    97.5% {
        opacity: .7;
        background-image: url('../images/heroo-2r-glitch.webp');
    }
    100% {
        opacity: 1;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        background-image: url('../images/heroo-2r_1.webp');
    }
}

@keyframes l-scratch-monitor {
    0% {
        opacity: 0;
        /* // clip-path: polygon(0 47%, 100% 48%, 100% 58%, 0 58%); */
        background-image: url('../images/heroo-2l.webp');
    }
	92.5% {
        opacity: .5;
        background-image: url('../images/heroo-2l-glitch.webp');
    }
    97.5% {
        opacity: .7;
        background-image: url('../images/heroo-2l-glitch-2.webp');
    }
    100% {
        opacity: 1;
        /* // clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); */
        background-image: url('../images/heroo-2l.webp');
    }
}

@keyframes wobble {
    from {
        transform: translate3d(0, 0, 0);
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }


    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes pulse {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(25px);
    }
    100% {
        transform: translateY(0px);
    }
}
:root {
    --move-up-y: 440px
}
:root {
    --move-down-y: 400px
}
.wobble {
    animation-name: wobble;
}

@media screen and (max-width: 1830px) {
    .hero-title {
        top: 95px;
        left: 35%;
        width: 500px;
    }
    .l-screen {
        height: 35%;
        top: 15%;
    }
    .r-screen {
        height: 34%;
        top: 15.5%;
    }
}

@media screen and (max-width: 1681px) {
    .hero-title {
        top: 11%;
        left: 35%;
        width: 30%;
    }
    .l-screen {
        height: 33%;
        top: 15%;
    }
    .r-screen {
        height: 34%;
        top: 14.5%;
    }
    .steps-info {
        margin-top: -100px;
    }
    .uk-child-width-1-4\@xl>* {
        width: 25%;
    }
}

@media screen and (max-width: 1441px) {
    .hero-title {
        top: 10%;
    }
    .l-screen {
        height: 29%;
        top: 12%;
    }
    .r-screen {
        height: 33%;
        top: 12%;
    }
    .cta-hero {
        bottom: 40%;
        left: 42.8%;
    }
    .steps-info {
        margin-top: -120px;
    }
    .rocks.rock-2 {
        top: 500px;
    }
    .steps-info {
        margin-top: -180px;
    }
    .footer .currency {
        margin-right: 3%;
    }
    .uk-child-width-1-3\@l>* {
        width: calc(100% * 1 / 3.001);
    }
}

@media screen and (max-width: 1367px) {
    .hero-title {
        top: 9%;
    }
    .l-screen {
        height: 34%;
        top: 13%;
    }
    .r-screen {
        height: 33%;
        top: 14%;
    }
    .cta-hero {
        bottom: 32%;
        left: 42.8%;
    }
    .steps-info {
        margin-top: -80px;
    }
}

@media screen and (max-width: 1281px) {
    .hero-title {
        top: 9%;
    }
    .l-screen {
        height: 29%;
    }
    .r-screen {
        top: 13%;
    }
    .steps-info {
        margin-top: -150px;
    }
    .cta-hero a {
        font-size: 1.5em;
    }
    .product-description {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
    }
}
@media screen and (max-width: 1199px) and (min-width: 940px) {
    #data-tournament {
        padding: 0 10%
    }
}
@media screen and (max-width: 1025px) {
    .hero-title {
        top: 8%;
    }
    .l-screen {
        height: 24%;
        top: 11%;
    }
    .r-screen {
        height: 24%;
        top: 11%;
    }
    .steps-info {
        margin-top: -180px;
    }
    .cta-hero {
        bottom: 45%;
    }
    .cta-hero a {
        font-size: 1.1em;
    }
    .rocks.rock-2 {
        top: 300px;
    }
    :root {
        --move-up-y: 240px
    }
    :root {
        --move-down-y: 200px
    }
    .uk-child-width-1-2\@s>* {
        width: 50%;
    }
    .content-crystal {
        top: 15%;
    }
    .crystal-bg-container:before,.store-promotion:before {
        height: 150px;
    }
    .footer .social-meida ul {
        text-align: center!important;
    }
    .footer .social-meida ul li a.uk-icon-button {
        width: 26px;
        height: 26px;
    }
    .footer .copyrights {
        text-align: center;
    }
    .media-column:after {
        right: 0;
    }

}
@media screen and (max-width: 1020px) and (min-width: 840px) {
    .popular-tour {
        padding: 0 100px
    }
}
@media screen and (min-width: 850px) {
    .hidden-large {
        display: none;
    }
}
@media screen and (max-width: 768px){
    *, ::before, ::after {
        letter-spacing: .4px;
    }
    .top-bar {
        height: 25px;
        font-size: 12px;
    }
    .swal2-title{
        font-size: 10px !important;
    }
    .chat-support {
        bottom: 60px;
        right: 0px;
    }
    .chat-bubble {
        width: 70px!important;
        height: 70px!important;
    }
    .background {
        height: 50px;
        width: 50px;
        top: 10px;
        left: 9px;
    }
    .channels-icon {
        right: 12px;
    }
    .hidden-small,.r-screen,.l-screen,.store-promotion:after,.store-promotion:before,.crystal-bg-container:before, .store-promotion:before {
        display: none;
    }
    .blog.overlay h1{
        font-size: 2em;
    }
    .post-tags {
        font-size: .7em;
        padding: 2px 20px;
        margin-right: 2px;
    }
    .category-author a {
        font-size: .7em;
        margin-left: 5px;
    }
    .post-title h1 {
        font-size: 1.8em;
    }
    .post-content * {
        font-size: .9em;
    }
    ul.uk-navbar-nav li.navbar-items > a {
        padding-left: 0;
    }
    .nav-logo {
        width: 93px;
    }
    .fixed-nav {
        padding: 0;
        width: 100%;
        top: 5px;
    }
    .fixed-nav.fixed {
        top: 0;
    }
    .fixed-nav-body {
        padding-top: 66px;
    }
    .login-nav a span {
        font-size: .876rem;
    }
    .side-mob-login > .header-navbar {
        border-bottom: 1px solid #cccccc5c;
        margin-top: 10px;
    }
    .side-mob-login > div a {
        display: inline-block;
        margin-bottom: 10px;
    }
    .side-mob-login > div a span {
        font-size: .756rem;
    }
    .store-promotion:after {
        left: 0px;
    }
    .hero-title {
        top: 14%;
        width: 95%;
        left: 2%;
    }
    .hero-section.bg-image {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 90vh;
        max-height: inherit;
    }
    .cta-hero {
        bottom: 15%;
        left: 27.8%;
        box-shadow: 0 0 0 0 #ffffff73;
    }
    .cta-hero a {
        font-size: 1.5em;
    }
    .steps-info {
        margin-top: 20px;
    }
    :root {
        --move-up-y: 440px
    }
    :root {
        --move-down-y: 500px
    }
    :root {
        --move-left-x: 72%;
    }
    :root {
        --move-right-x: 64%;
    }
    ul.mobile-nav {
        padding-right: 0px;
    }
    .mobile-nav > li a .mobile-icon-menu img {
        width: 20px;
        margin-left: 10px;
    }
    .mobile-nav > li a span {
        font-size: 1.1em;
    }
    .mobile-nav > li {
        list-style: none;
        margin-top: 20px;
    }
    .uk-offcanvas-bar {
        padding: 20px 10px;
    }
    .side-mob-login .footer-navbar {
        position: relative;
        text-align: center;
        bottom: -150px;
        width: 97%;
        margin-bottom: 15px;
    }
    .side-mob-login .footer-navbar div img {
        display: inline-block;
        width: 90px;
        margin-right: 10px;
    }
    ul.games-list {
        position: relative;
    }
    ul.games-list.sublist {
        position: relative;
        width: 100%;
    }
    ul.games-list li:first-of-type {
        margin-top: 15px;
    }
    ul.games-list li {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .mobile-nav > li > a > span.uk-icon {
        position: absolute;
        left: 7px;
        top: 14px;
    }
    .mobile-nav > li > a {
        padding: 10px 10px;
    }
    ul.games-list li:first-of-type {
        margin-top: 0;
    }
    .steps-info h1,.h1-smaller-s {
        font-size: 1.5rem;
        font-weight: bold;
    }
    .steps-info h4,.h4-smaller-s {
        font-size: 0.9em;
    }
    .steps-info h2 {
        font-size: 1.3em;
    }
    .uk-child-width-1-1-s>* {
        width: 80%;
    }
    .popular-tour h4 {
        font-size:1.1em;
    }
    .store-promotion-bg {
        background-image: url('../images/store-home.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 150px;
    }
    .store-promotion-bg img {
        display: none;
    }
    .store-promotion-bg .store-promotion {
        height: 100%;
    }
    .cta-hero.store-home {
        bottom: 30%;
        left: 20%;
        box-shadow: 0 0 0 0 #ffffff38;
        padding: 10px 30px;
    }
    .cta-hero.store-home a {
        font-size: 1em;
        padding: 0;
    }
    .footer .payments .image-container img {
        max-width: 40px;
    }
    .footer .menus {
        padding-left: 0;
    }
    .footer-logo {
        margin: 0 auto;
    }
    .social-meida ul {
        padding-right: 0;
    }
    .footer .menus {
        display: block;
        position: relative;
    }
    .footer .menus .menu-footer-wrapper {
        margin-bottom: 30px;
    }
    .footer .menus .menu-footer-wrapper:nth-of-type(2) {
        position: absolute;
        left: 5%;
        top: 0;
    }
    .bg-image {
        background-position: center;
        max-height: 150px;
        height: 200px;
    }
    .uk-width-1-2-s {
        width: calc(100% * 1 / 2);
    }
    .hero-title svg {
        animation-delay: 1s;
    }
    .login-Container {
        margin-right: 0;
        padding-bottom: 40px;
    }
    .guest.lg-h-screen {
        height: auto;
    }
    .prizes {
        padding-right: 0;
    }
    .prizes div {
        width: 100px;
        font-size: 1.1em;
    }
    h4.dg-header {
        font-size: 1.1em;
    }
    .tour-subnav > *,ul.uk-subnav > * > :first-child  {
        padding-right: 5px;
    }
    ul.uk-subnav > * > :first-child  {
        padding: 5px;
    }
    .single .uk-subnav li > a {
        font-size: .7em;
    }
    .single-tour .bg-image {
        max-height: 350px;
        height: 350px;
    }
    .organize-hero {
        top: -40px;
    }
    .single-tour-header.top-header {
        top: 25px;
    }
    .organizer img {
        width: 25px;
    }
    .single-tour-header > div span {
        font-size: 1em;
    }
    .timer-container {
        font-size: .8em;
        padding: 5px 10px;
    }
    .single-tour-header h1 {
        font-size: 1.3em;
    }
    .meta-tour {
        margin-top: 15px;
    }
    .single-tour-header.bottom-header {
        display: block;
    }
    .meta-tour div,.timeline .start, .timeline .end,.timeline-bar div {
        font-size: .8em;
    }
    .mobile-cta-tour {
        display: flex;
        justify-content: space-between;
    }
    .mobile-cta-tour.single-tour-cta button {
        font-size: .876em;
        padding: 0px 15px;
        margin-top: 30px;
    }
    .mobile-cta-tour .organizer {
        margin-top: 35px;
        margin-left: 10px;
    }
    .mobile-cta-tour div.organizer span {
        font-weight: normal;
        font-size: .8em;
    }
    div.timeline {
        overflow-x: scroll;
        max-height: 200px;
        height: 150px;
        overflow-y: hidden;
        background-color: #55256138;
        padding: 0 15px;
    }
    div.participants  {
        overflow-x: scroll;
    }
    .inner-container-timeline {
        width: 180vw;
        padding-top: 50px;
    }
    .timeline-bar div.active:before, .timeline-bar div.last-bar.finish:after {
        width: 107%;
    }
    .timeline-bar .bar-circle:before {
        width: 2.2em;
        height: 2.2em;
        left: 31.5%;
        top: 34%;
    }
    .timeline-bar .start-bar .bar-circle:before {
        left: 39.5%;
    }
    .timeline-bar .second-bar .bar-circle:before {
        left: 36.5%;
    }
    div.timeline::-webkit-scrollbar {
        display: none;
    }
    .uk-switcher .timeline {
        margin-top: 40px;
        position: relative;
        z-index: 0;
    }
    .rm-container-sm {
        padding: 0;
    }
    .tour-nav.single {
        padding-right: 15px;
    }
    .timeline .start, .timeline .end {
        background: #ffffffde;
    }
    .timeline-bar {
        margin-top: 14px;
    }
    .select2-results__option--selectable,.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered,.select2-results__option,.count h5,.leaderboard .sub-hero-title h6 {
        font-size: .7em;
    }
    .rounds .select2-container {
        width: 120px!important;
    }
    .single-tour-card .header {
        font-size: 1.1em;
    }
    .single-tour-card * {
        font-size: .9em;
    }
    .twitch-ifram {
        min-height: 300px;
    }
    .leaderboard .sub-hero-title {
        z-index: 0;
        padding: 30px 15px 0;
    }
    .leaderboard .sub-hero-title h1, .content-crystal h2 {
        font-size: 1.1em;
    }
    .leaderboard .player-card .feathers-current img {
        width: 25px;
    }
    .leaderboard .player-card.current .rank {
        font-size: 1.1em;
        margin-top: 11px;
    }
    .single-tour-card .participants .player-info img, .player-card img {
        width: 40px;
        height: 40px;
    }
    .user-info img {
        width: 30px;
        height: 30px;
    }
    .player-card h4 {
        font-size: .8em;
    }
    .player-card.current h4 {
        font-size: 1em;
        margin-top: 18px!important;
        margin-bottom: 0;
    }
    .leaderboard .player-card .rank {
        font-size: 1.1em;
        margin-right: 5px;
    }
    .box-container {
        width: 120px;
        height: 120px;
        margin-left: 15px;
    }
    .second-place .box-container, .third-place .box-container {
        width: 80px;
        height: 80px;
    }
    .top-three h5 {
        font-size: 11px;
        font-weight: normal;
        max-width: 70px;
        margin: auto;
        margin-top: 10px;
    }
    .top-three .second-place h5, .top-three .third-place h5 {
        font-size: 9px;
    }
    .box-container .rank {
        right: 0px;
        bottom: -18px;
    }
    .first-place .box-container .rank {
        bottom: -28px;
    }
    .box-container .feather {
        top: -25px;
        left: -14px;
    }
    .first-place .box-container .feather {
        left: -18px;
    }
    .left-hero-store,.right-hero-store {
        position: relative;
    }
    .right-hero-store div a span, .left-hero-store div a span {
        font-size: .8em;
    }
    .left-hero-store div {
        top: 10px;
        right: 20px;
    }
    .right-hero-store div {
        bottom: 15px;
        right: 45%;
        left: auto;
    }
    .meta-header h2 {
        font-size: 1.3em;
    }
    .meta-title h4 {
        font-size: 1.1em;
    }
    .meta-description p,.content-crystal p {
        font-size: .8em;
    }
    .crystal-bg-container.tour {
        background-image: url('../images/co-store.webp');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 180px;
    }
    .cta-hero.store-tour a {
        font-size: .9em;
    }
    .content-crystal {
        top: 10%;
        padding: 0 10px;
        left: 0;
    }
    .single-product {
        background-position: right bottom;
    }
    .product-small-img {
        display: block;
    }
    .product-small-img > div {
        margin-right:0!important;
        text-align: center;
    }
    .product-description {
        position: inherit;
        top: 0;
        left: 0;
        transform: inherit;
    }
    div.order-dev {
        margin-left: 0!important;
    }
    .single-product-container {
        margin-right: 0!important;
    }
    .card-tournament-cotanier .uk-card-body h5 {
        font-size: .78em;
        letter-spacing: 1px;
    }
    .card-tournament-cotanier .uk-card-body h6 {
        font-size: .7em;
        letter-spacing: 1px;
    }
    .card-tournament-cotanier .uk-card-body p,.uk-card-body .platform,.uk-card-body .type, .uk-card-body .users-count {
        font-size: .78em;
        letter-spacing: 1px;
    }
    .uk-card-body .status {
        font-size: .87em;
        letter-spacing: 1px;
    }
    .horizontal-bannar-settings .uk-width-1-3 {
        padding: 0;
    }
    .horizontal-bannar-settings .back {
        padding: 0px 10px;
        font-size: 10px;
        line-height: 30px;
    }
    .horizontal-bannar-settings .colored-badge,.single-tour-card.settings-card .header {
        font-size: 12px;
    }
    .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered, .settings-card label, input.input-fields, .select2-results__option--selectable {
        font-size: 10px;
    }
    nav.top-nav .uk-navbar-right {
        gap: 0!important;
    }
    nav.top-nav .avatar-profile {
        margin-right: 0!important;
    }
    nav.top-nav .coins-container {
        direction: ltr;
        border-radius: 3px;
        padding: 5px 10px;
        background-image: linear-gradient(183deg,#d54edc9e,#c252e100);
        color: #ffffff;
        background-color: #fff0;
    }
    nav.top-nav .coins-img {
        width: 24px;
    }
    nav.top-nav  .avatar-username .username {
        margin-bottom: 6px;
        padding-top: 4px;
        margin-left: -16px;
        padding-right: 0px;
    }
    nav.top-nav .coins-count {
        margin-top: 5px;
        margin-left: 0px;
        margin-right: 5px;
        color: #eee;
    }
    nav.top-nav .avatar-username .avatar-container {
        width: 40px;
    }
    nav.top-nav ul.games-list.sublist {
        position: absolute;
    }
    nav.top-nav ul.games-list.sublist.profile:before {
        right: 15%;
        left: 0;
    }
    .fixed-bottom-nav {
        position: fixed;
        bottom: 0;
        z-index: 9999;
        width: 100%;
        background: #0e0b25;
    }
    .bottom-menu span {
        display: block;
        font-size: .8em;
    }
    .bottom-menu span.mobile-icon-menu {
        width: 24px;
        margin: auto;
    }
    .mobile-toggle button {
        margin-top: 10px;
    }
    .bottom-nav-container {
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 5px;
    }
    .footer {
        padding: 0px 0 80px;
    }
    .single-profile .avatar-username .username {
        font-size: 1em;
        margin-top: 15px;
    }
    .single-profile .avatar-container {
        width: 70px;
    }
    .upload-box.large {
        height: 120px;
    }
    .profile-title {
        left: 3%;
    }
    ul.games-list.sublist.profile a li div,ul.games-list.sublist.profile a li {
        font-size: 12px;
    }
    .login-or-create h3 {
        font-size: 1.2em;
    }
    .login-or-create p {
        font-size: .8em;
    }
}
