:root {
    --ui-font-base: 'Titillium Web', sans-serif;

    --ui-text-main: #fff;
    --ui-text-soft: #ddd;
    --ui-text-muted: #aaa;
    --ui-text-dark: #444444;

    --ui-danger: #e62b64;
    --ui-warning: #ffeb3b;
    --ui-success: #7caa2e;

    --ui-radius-xs: .1875rem;
    --ui-radius-sm: .3125rem;
    --ui-radius-md: .5rem;
    --ui-radius-lg: .625rem;
    --ui-radius-xl: 1.25rem;
    --ui-radius-pill: 62.4375rem;

    --ui-shadow-soft: 0 0 .3125rem rgba(0,0,0,.75);
    --ui-shadow-md: 0 0 .5rem rgba(0,0,0,.5);
    --ui-shadow-lg: 0 0 .625rem rgba(44,57,79,.8);
    --ui-shadow-xl: 0 0 1.5625rem rgba(0,0,0,.08);

    --ui-border-soft: .0625rem solid rgba(255,255,255,.11);
    --ui-border-faint: .0625rem solid rgba(255,255,255,.09);
    --ui-border-strong: .0625rem solid rgba(255,255,255,.20);

    --ui-space-2xs: .125rem;
    --ui-space-xs: .3125rem;
    --ui-space-sm: .5rem;
    --ui-space-md: .625rem;
    --ui-space-lg: .9375rem;
    --ui-space-xl: 1.25rem;
    --ui-space-2xl: 1.875rem;

    --ui-fs-2xs: .625rem;
    --ui-fs-xs: .75rem;
    --ui-fs-sm: .8125rem;
    --ui-fs-md: .875rem;
    --ui-fs-lg: .9375rem;
    --ui-fs-xl: 1.25rem;
    --ui-fs-2xl: 1.875rem;
}

body {
    font-family: 'Roboto', sans-serif;
    color: var(--ui-text-dark);
    background: var(--color5);
}

.number-message {
    position: absolute;
    top: -.3125rem;
    left: -.625rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background: var(--ui-danger);
    color: #fff;
    font-size: var(--ui-fs-2xs);
    line-height: 1.25rem;
    text-align: center;
}

span.count-prelie {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    background: var(--ui-danger);
    color: #fff;
    line-height: 1;
}

.margin-regulation {
    margin: 0 -.9375rem 0 0;
}

.margin-regulation2 {
    margin: 0;
}

form#searchCasino > div > div > input {
    background: #e0e0e0;
    border: .0625rem solid #ddd;
    font-size: 1.0625rem !important;
    padding: 1.875rem .625rem;
}

form#searchCasino .fa-search {
    width: calc(100% + 1.875rem);
    margin: 0 0 0 -1.5625rem;
    padding: 1rem;
    background: #146e51;
    border-radius: var(--ui-radius-sm);
    font-size: 1.875rem !important;
    text-align: center;
}

form#searchCasino .col-2 {
    margin: 0 !important;
}

#header {
    position: sticky;
    top: 0;
    background: var(--color3);
    box-shadow: var(--ui-shadow-xl);
    z-index: 997;
    padding: 0;
}

#footer {
    background: var(--color7);
    padding: .9375rem 0 .625rem;
    color: #ccc;
    font-size: var(--ui-fs-md);
    text-align: center;
}

.datepicker td,
.datepicker th {
    font-size: .75rem;
}

.no-b > .text-muted > option {
    font-family: var(--ui-font-base);
    background: var(--color5);
}

.box-container-provider {
    position: relative;
    margin: 0 -.9375rem;
}

/* Navigation */

.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu > ul {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.nav-menu > ul > li {
    position: relative;
    float: left;
    padding: .9375rem .625rem;
    white-space: nowrap;
}

.nav-menu > ul > li:last-child {
    float: right;
}

.nav-menu a {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    color: var(--color2);
    font-size: .875rem;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: .18s ease;
}

.nav-menu > ul > li > a > svg {
    width: 1.375rem;
    margin: .3125rem;
    fill: var(--color2);
}

.nav-menu a:hover::before,
.nav-menu li:hover > a::before,
.nav-menu .active > a::before {
    width: 100%;
    visibility: visible;
}

.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
    color: #ffaf00;
}

.nav-menu a:hover svg,
.nav-menu .active > a svg,
.nav-menu li:hover > a > svg {
    fill: var(--color1);
}

.nav-menu .drop-down ul {
    position: absolute;
    top: calc(100% + 1.875rem);
    left: 1.75rem;
    z-index: 99;
    display: block;
    min-width: 11.25rem;
    padding: .625rem 0;
    background: #fff;
    box-shadow: 0 0 1.875rem rgba(127,137,161,.25);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.nav-menu .drop-down:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.nav-menu .drop-down li {
    position: relative;
    min-width: 11.25rem;
}

.nav-menu .drop-down ul a {
    padding: .625rem 1.25rem;
    font-size: var(--ui-fs-md);
    font-weight: 500;
    text-transform: none;
    color: #222;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
    color: #34b7a7;
}

.nav-menu .drop-down > a::after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: .3125rem;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 1.875rem);
}

.nav-menu .drop-down .drop-down:hover > ul {
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down > a {
    padding-right: 2.1875rem;
}

.nav-menu .drop-down .drop-down > a::after {
    content: "\eaa0";
    position: absolute;
    right: .9375rem;
    font-family: IcoFont;
}

nav.nav-menu.d-none.d-lg-block {
    width: 100%;
    margin: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.bg-virtual {
    background: var(--color5);
}

.button-account-m-p {
    margin: 0 !important;
    padding: .3125rem 1.875rem !important;
    font-size: .9375rem !important;
}

/* Pagination */

.pagination-p {
    border-radius: 0 !important;
}

.pagination-p > .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: rgba(255,255,255,.34);
    border-color: #fff;
}

.pagination-p > .page-item:first-child .page-link,
.pagination-p > .page-item:last-child .page-link {
    border-radius: 0;
}

.pagination-p > li > a.page-link {
    padding: .3125rem .625rem;
    border: .0625rem solid #dee2e6;
    background-color: transparent;
    color: #fff;
}

.pagination-p > li > a.page-link:hover {
    background-color: #fff;
    color: var(--color5);
}

/* Generic blocks */

.no-b > .text-muted {
    color: #fff !important;
    font-size: var(--ui-fs-md);
}

.no-b > .border {
    border: 0 !important;
    background: transparent;
}

.box-balance {
    margin-bottom: 1.875rem;
    padding: .625rem 0;
    border-top: .0625rem solid #fff;
    border-bottom: .0625rem solid #fff;
}

.box-balance > h2 {
    margin: 0 0 .3125rem;
    padding-bottom: .625rem;
    border-bottom: .0625rem solid rgba(255,255,255,.31);
    color: var(--color1);
    font-size: 1.25rem;
    font-weight: 600;
    text-align: left;
}

.box-balance > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .3125rem;
    border-bottom: .0625rem dotted rgba(255,255,255,.42);
}

.box-balance > div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.box-balance > div > span {
    font-size: .75rem;
}

.box-balance > div > span.elemento-voce {
    color: #fff;
    font-size: .75rem;
}

.box-balance > div > strong {
    color: #ddd;
    font-size: .8125rem;
}

.border-hr {
    border-top: .0625rem solid #fff;
}

.box-account-button {
    padding: .625rem;
    background: var(--color3);
    border: .0625rem solid rgba(255,255,255,.13);
}

.box-account-button > h2 {
    margin: 0 0 .625rem;
    color: var(--color1);
    font-size: 1.25rem;
    font-weight: 600;
    text-align: left;
}

.box-account-button > div > div {
    display: block;
    margin-bottom: .3125rem;
    padding: .625rem;
    background: var(--color5);
    border: .0625rem solid rgba(255,255,255,.09);
    border-radius: var(--ui-radius-md);
    text-align: left;
}

.box-account-button > div > div:hover {
    background: transparent;
    border-color: rgba(255,255,255,.70);
}

div.current-p-tab {
    background: var(--color1) !important;
    color: var(--color8);
}

.container-virtual {
    display: flex;
    justify-content: flex-start;
    margin: 1.25rem .3125rem 0;
    padding: .625rem 0;
    overflow: auto;
    border-top: .0625rem solid rgba(255,255,255,.08);
    border-bottom: .0625rem solid rgba(255,255,255,.08);
}

.container-password-reset {
    width: 100%;
    max-width: 25rem;
    margin: 5.9375rem auto 1.875rem;
    padding: .9375rem;
    overflow: auto;
    border: .0625rem solid #fff;
}

.virtual-title {
    margin: 0 0 .9375rem;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    text-align: left;
}

button.close.new {
    position: absolute;
    top: .625rem;
    right: 1.125rem;
    color: #fff;
}

.margin-bottom-5 {
    margin-bottom: .3125rem !important;
}

.pd-l-2 {
    padding-left: .125rem;
}

.pd-r-2 {
    padding-right: .125rem;
}

.friends {
    margin-top: .625rem;
    padding: .3125rem 1.25rem;
    border: .0625rem dotted rgba(255,255,255,.44);
    border-radius: .625rem;
}

.friends > h4 {
    margin-bottom: .625rem;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
}

.style-card {
    width: 100%;
    border: 0;
    background-color: var(--color5);
}

.style-card > .card-body > h5,
.style-card > .card-body > h2 {
    margin-bottom: .125rem;
    font-weight: 600;
}

.style-card > .card-body > h5 {
    color: #fff;
}

.style-card > .card-body > h2 {
    color: var(--color1);
}

.style-card > .card-body > p {
    margin-bottom: .625rem;
    color: #ddd;
    font-size: .875rem;
}

.description-promo {
    margin-top: 1.25rem;
    color: #aaa;
}

h1.title-sport {
    padding: 1.5625rem 0 .625rem;
    color: #fff;
    font-size: 1.875rem;
    font-weight: 600;
}

h1.title-sport > svg {
    width: 1.875rem;
    margin: 0 .625rem .25rem;
    fill: var(--color1);
}

.carousel-item.block > img {
    display: block;
    width: 100%;
}

/* Game tiles */

.square-box-virtual,
.square-box-casino {
    position: relative;
    overflow: hidden;
    float: left;
}

.square-box-virtual {
    width: 25%;
}

.square-box-casino {
    width: 14.2857%;
}

.square-box-virtual::before,
.square-box-casino::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.square-content-virtual,
.square-content-casino {
    position: absolute;
    inset: .625rem;
    overflow: hidden;
    border-radius: 1.875rem;
    border: var(--ui-border-soft);
    box-shadow: var(--ui-shadow-lg);
}

.square-content-virtual {
    background: #292d34;
}

.square-content-casino {
    background: var(--color6);
}

.container-casino {
    display: table;
    width: 100%;
    height: 100%;
}

.image-casino-icon {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    backface-visibility: hidden;
    transition: .5s ease;
}

.middle-button {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    text-align: center;
    transform: translate(-50%, -50%);
    transition: .5s ease;
}

.container-casino:hover .image-casino-icon {
    opacity: .1;
}

.container-casino:hover .middle-button {
    opacity: 1;
}

.icon-play-casino {
    width: 100%;
    margin-top: .3125rem;
}

.title-game {
    margin-bottom: .625rem;
    color: #fff;
    font-size: .8125rem;
}

.circle {
    stroke: var(--color1);
    stroke-dasharray: 650;
    stroke-dashoffset: 650;
    opacity: .3;
    transition: all .5s ease-in-out;
}

.playBut {
    display: inline-block;
    transition: all .5s ease;
}

.playBut .triangle {
    stroke: #fff;
    stroke-dasharray: 240;
    stroke-dashoffset: 480;
    transform: translateY(0);
    transition: all .7s ease-in-out;
}

.playBut:hover .triangle {
    stroke: var(--color1);
    stroke-dashoffset: 0;
    opacity: 1;
    animation: nudge .7s ease-in-out;
}

.playBut:hover .circle {
    stroke-dashoffset: 0;
    opacity: 1;
}

/* Auth buttons */

.login-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: auto;
}

.login,
.logged,
.registration {
    padding: .3125rem .625rem;
    font-size: .75rem;
}

.login {
    margin: .625rem .625rem .3125rem 0;
    border: .0625rem solid var(--color1);
    border-radius: 1.4375rem;
    background: var(--color1);
    color: var(--color8);
    font-weight: 600;
}

.logged {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: .3125rem;
    margin-right: .625rem;
    border: .0625rem solid var(--color1);
    border-radius: var(--hp-radius-xs);
    background: transparent;
    color: var(--color9);
    font-weight: 700;
    transition: .18s ease;
}

.logged:last-child {
    margin-right: 0;
}

.logged:hover {
    background: var(--color1);
    color: #fff;
}

.registration {
    margin: .625rem .625rem .3125rem 0;
    border: .0625rem solid var(--color1);
    border-radius: 1.4375rem;
    background: transparent;
    color: var(--color9);
    font-weight: 600;
}

.login:hover,
.registration:hover {
    background: var(--color1);
    color: #fff;
    transition: all .3s ease-in-out;
}

a.logged > svg {
    width: .75rem;
    margin-top: -.1875rem;
    margin-right: .3125rem;
    fill: var(--color9);
}

a.logged:hover > svg {
    fill: #fff;
}

a.exit-to-play {
    color: #fff;
}

a.exit-to-play > svg {
    width: .9375rem;
    margin: -.125rem .3125rem 0 0;
    fill: rgba(255,255,255,.48);
}

a.exit-to-play:hover > svg {
    fill: rgba(255,0,0,.63);
}

.logged-player {
    display: flex;
    align-items: center;
}

.info-profile {
    display: flex;
    justify-content: space-between;
    margin: .625rem;
    color: #fff;
    font-size: .75rem;
}

.info-profile > span > svg {
    width: .75rem;
    margin: -.125rem 0 0 .3125rem;
    fill: #fff;
}

/* Forms */

.coolform .form-control {
    display: block;
    width: 100%;
    height: calc(1.25rem + .5rem + .125rem);
    margin-top: .3125rem;
    padding: .3125rem 0 .3125rem .625rem;
    border: .0625rem solid #fff;
    border-radius: var(--ui-radius-sm);
    background-color: transparent;
    background-clip: padding-box;
    color: #888;
    font-size: .8125rem;
    font-weight: 400;
    line-height: .8125rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.coolform .form-control:focus {
    border-color: #e64d0e;
    background-color: transparent;
    color: #fff;
    outline: 0;
    box-shadow: none;
}

/* Decorative */

.stelle-promo {
    padding-top: 0;
    padding-bottom: 3.125rem;
    background: var(--color3);
    overflow: hidden;
}

.stelle {
    position: relative;
    top: 0;
    width: 100%;
    height: 3.375rem;
    background: radial-gradient(ellipse at bottom, var(--color3) 0%, #090a0f 100%);
    overflow: hidden;
}

/* Sliders / rails */

.slide-casino {
    display: flex;
    padding: .3125rem 3.4375rem .3125rem .3125rem;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    background: var(--color4);
    border-bottom: .0625rem solid rgba(7,17,32,.81);
    box-shadow: 0 0 .625rem rgba(0,0,0,.38);
    cursor: pointer;
    user-select: none;
    will-change: transform;
    scrollbar-color: #2e323b;
    scrollbar-width: .1875rem !important;
    -ms-overflow-style: none;
}

.slide-subcategories {
    display: flex;
    margin-left: -.9375rem;
    margin-right: -.9375rem;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    border-bottom: .0625rem solid rgba(7,17,32,.81);
    box-shadow: 0 0 .625rem rgba(0,0,0,.38);
    cursor: pointer;
    user-select: none;
    will-change: transform;
    scrollbar-color: #2e323b;
    scrollbar-width: .1875rem !important;
    -ms-overflow-style: none;
}

.slide-subcategories::-webkit-scrollbar-thumb {
    background-color: #2e323b;
    border-radius: .3125rem;
    box-shadow: 0 0 .375rem rgba(0,0,0,.3);
}

.slide-subcategories::-webkit-scrollbar-track {
    background-color: #222;
}

.slide-subcategories::-webkit-scrollbar {
    width: .3125rem;
}

.provider {
    width: 100%;
    min-width: 8.125rem;
    padding-left: .125rem;
    padding-right: .125rem;
}

div.provider > a {
    display: block;
    padding: .1875rem;
    background: var(--color5);
    border: .0625rem solid rgba(255,255,255,.09);
    border-radius: var(--ui-radius-md);
    text-align: center;
}

div.provider > a:hover {
    background: transparent;
    border-color: rgba(255,255,255,.70);
}

.provider > a > img {
    width: 50%;
    max-height: 1.5625rem;
    margin: 0;
}

.provider.active > a {
    background: #4b5161;
}

.slider-x-casino {
    margin: .625rem 1.25rem;
}

div.slider-x-casino > a.carousel-control-prev,
div.slider-x-casino > a.carousel-control-next {
    width: 1.25rem;
    background: var(--color1);
}

div.slider-x-casino > a.carousel-control-prev {
    margin-left: -1.25rem;
    border-top-left-radius: var(--ui-radius-md);
    border-bottom-left-radius: var(--ui-radius-md);
}

div.slider-x-casino > a.carousel-control-next {
    margin-right: -1.25rem;
    border-top-right-radius: var(--ui-radius-md);
    border-bottom-right-radius: var(--ui-radius-md);
}

div.slider-x-casino > a.carousel-control-prev > span,
div.slider-x-casino > a.carousel-control-next > span {
    width: .625rem;
}

/* Bottom bar */

.bottom-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: var(--color3);
    box-shadow: 0 0 .625rem hsla(0,0%,100%,.1);
    z-index: 997;
}

.botton-bar-option {
    display: flex;
    justify-content: space-between;
}

.b-b-footer {
    padding: .625rem;
    border: 0;
    border-left: .015625rem solid rgba(255,255,255,.2);
    border-right: .015625rem solid rgba(255,255,255,.2);
    background: transparent;
    color: #fff;
    font-weight: 600;
}

.b-b-footer:hover {
    background: rgba(255,255,255,.15);
    color: #fff;
}

.b-b-footer:focus {
    outline: 0;
}

.b-b-footer > svg {
    width: 1.25rem;
    margin: .1875rem;
    fill: #fff;
}

.d-d-footer {
    background: var(--color3);
    border: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: var(--ui-shadow-soft);
}

.b-footer-left {
    display: flex;
}

.form-check-p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 .625rem;
    border-bottom: .0625rem solid rgba(255,255,255,.05);
}

.form-check-p > label {
    display: flex;
    align-items: center;
    width: 100%;
    margin: .25rem;
    padding: .625rem 0;
    color: #fff;
    font-size: .875rem;
}

.form-check-p > label > img {
    width: 1.25rem;
    margin-right: .5rem;
}

.d-d-footer > p {
    margin-bottom: 0;
    padding: 1.25rem .625rem;
    border-bottom: .0625rem solid rgba(255,255,255,.20);
    color: #fff;
    font-size: .9375rem;
}

.d-d-footer > p:last-child {
    border-bottom: 0;
}

.d-d-footer > p > a {
    display: block;
    color: #fff;
}

.d-d-footer > p > a > svg {
    width: 1.125rem;
    margin-right: .5rem;
    fill: #fff;
}

/* Modal */

.modal {
    background: rgba(15,15,15,.9);
}

.modal-style-1,
.modal-style-2 {
    padding: 1.25rem;
    border: .0625rem solid rgba(51,51,51,.5);
    border-radius: .625rem;
    box-shadow: 0 0 .5rem .0625rem rgb(17 17 17);
}

.modal-style-1 {
    background: var(--color5);
}

.modal-style-2 > h3 {
    margin-bottom: 0;
    color: #22262b;
    font-size: .9375rem;
    font-weight: 600;
    text-align: left;
}

.title-modal-1 {
    color: #fff;
    font-size: .9375rem;
    font-weight: 600;
}

.step-icon {
    display: flex;
    justify-content: space-around;
    margin: .9375rem 0 .3125rem;
}

.step {
    width: 3.75rem;
    color: #aaa;
    font-size: .6875rem;
    text-align: center;
}

.step > svg {
    width: 1.25rem;
    margin: 0 auto .3125rem;
    fill: #aaa;
}

.active-svg {
    color: var(--color1);
    font-weight: 600;
}

.active-svg > svg {
    fill: var(--color1) !important;
}

.form-control-r {
    margin-bottom: 0;
    border: .0625rem solid #e94e10;
}

.registration-submit {
    margin-top: .3125rem;
    margin-right: .625rem;
    padding: .3125rem .625rem;
    border: .0625rem solid #aaa;
    border-radius: .625rem;
    background: #aaa;
    color: #fff;
    font-size: .75rem;
    font-weight: 600;
}

.label-r {
    width: calc(100% - 1.25rem);
    margin: 0 .625rem .3125rem;
    padding: .3125rem .9375rem;
    border-bottom-left-radius: var(--ui-radius-md);
    border-bottom-right-radius: var(--ui-radius-md);
    background: #e94e10;
    color: #fff;
    font-size: .75rem;
    text-align: left;
}

.form-control-a {
    margin-bottom: .9375rem;
}

/* Footer / misc */

.slider-home {
    border-bottom: .125rem solid #2b313a;
}

.body-content {
    margin-top: 0;
}

.social-links {
    display: flex;
    justify-content: space-between;
    width: 12.5rem;
    margin: 0 auto 2.5rem;
}

.social-links > a {
    color: #ccc;
}

.social-links > a:hover {
    color: #e94e10;
}

.box-link-footer {
    margin-bottom: 1.875rem;
    padding-bottom: 0;
    border-bottom: .0625rem solid rgba(255,255,255,.24);
}

.box-link-footer > img {
    width: 11.25rem;
    margin-bottom: 1.25rem;
}

.box-link-footer > ul {
    display: block;
    padding: 0;
    list-style: none;
}

.box-link-footer > ul > li {
    display: inline-block;
    padding: .0625rem .9375rem;
    border-right: .03125rem solid rgba(255,255,255,.18);
    font-size: .6875rem;
}

.box-link-footer > ul > li:last-child {
    border-right: 0;
}

.box-link-footer > ul > li > a {
    color: #ccc;
}

.icon-play {
    width: 90%;
    margin-bottom: .625rem;
}

.gioco-18 {
    margin: .625rem;
    padding: .625rem 1.25rem;
    border: .0625rem solid var(--color4);
    border-radius: 1.25rem;
    color: #bbb;
    font-size: .8125rem;
}

.section-footer-play {
    justify-content: center;
    margin-bottom: 1.875rem;
}

img.multiplatform {
    width: 100%;
    max-width: 21.25rem;
}

div#loadNextGames > div.show-all-p {
    background: var(--color4);
    border-top-left-radius: .625rem;
    border-top-right-radius: .625rem;
}

div#loadNextGames > div.show-all-p > a,
div.container-play-1 > div.show-all-p > a,
div.container-play-2 > div.show-all-p > a {
    margin: 0 0 .625rem;
    padding: .3125rem 1.5625rem .9375rem;
    border-bottom-left-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    color: #fff;
    font-size: .875rem !important;
    font-weight: 700;
    cursor: pointer;
}

div#loadNextGames > div.show-all-p > a,
div.container-play-1 > div.show-all-p > a {
    background: var(--color5);
}

div.container-play-2 > div.show-all-p > a {
    background: var(--color4);
}

div#loadNextGames > div.show-all-p > a > svg,
div.container-play-1 > div.show-all-p > a > svg,
div.container-play-2 > div.show-all-p > a > svg {
    width: 1rem;
    margin-right: .625rem;
    fill: var(--color1);
}

.container-play-1,
.container-play-2 {
    padding-top: .625rem;
    overflow: auto;
    margin: 0 .3125rem 0 0;
}

.container-play-2 {
    background: var(--color4);
}

.container-play-1 > h2,
.container-play-2 > h2 {
    margin: 0 .625rem .625rem;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
}

div.container-play-1 > div.show-all-p {
    background: var(--color4);
}

div.container-play-2 > div.show-all-p {
    background: var(--color5);
}

.list-type-play {
    border-right: .0625rem solid rgba(255,255,255,.10);
}

.list-type-play > div {
    display: flex;
    margin: 0 -.9375rem;
}

.pul-type-play {
    width: 100%;
    margin: 0;
    border-bottom: .0625rem solid rgba(255,255,255,.13);
}

.pul-type-play > a {
    display: block;
    padding: .5rem 1.25rem;
    background: transparent;
    color: #fff;
    font-size: .875rem;
    text-align: center;
}

.pul-type-play > a:hover {
    background: rgba(255,255,255,.10);
}

.pul-type-play.active {
    background: var(--color1);
}

.pul-type-play.active > a {
    color: #272c35;
}

.show-all-p {
    display: flex;
    justify-content: center;
    width: 100%;
}

nav.mobile-nav > ul {
    display: flex;
    flex-direction: column;
}

nav.mobile-nav > ul > li {
    padding: .625rem;
    border-bottom: .0625rem solid rgba(255,255,255,.11);
}

nav.mobile-nav > ul > li > a {
    display: flex;
    color: #fff;
}

nav.mobile-nav > ul > li.active > a {
    color: var(--color1);
}

nav.mobile-nav > ul > li > a > svg {
    width: 1.25rem;
    margin-right: .625rem;
    fill: #fff;
}

.mobile-nav li a {
    height: 2.8125rem !important;
}

.box-search {
    position: absolute;
    top: 1.3125rem;
    right: 2.5rem;
}

.slide-adv {
    height: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.content-adv {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
}

.text-adv {
    align-self: center;
    text-align: left;
}

.text-adv > h2,
.text-adv > h5 {
    margin-bottom: .125rem;
    font-weight: 600;
}

.text-adv > h2 {
    color: var(--color1);
}

.text-adv > h5 {
    color: #fff;
}

a.botton-adv-1,
a.botton-adv-2 {
    margin: .3125rem;
    font-size: .9375rem;
    font-weight: 600;
    box-shadow: 0 0 .375rem -.0625rem rgba(0,0,0,.5);
}

a.botton-adv-1 {
    padding: .5rem 1.875rem;
    border-radius: var(--ui-radius-sm);
    background: #7caa2e;
    color: #fff;
}

a.botton-adv-2 {
    padding: .5rem 1.875rem;
    border-radius: 1.25rem;
    background: #ddd;
    color: #2b313a;
}

a.botton-adv-1:hover {
    background: var(--color1);
    color: #fff;
    box-shadow: none;
}

a.botton-adv-2:hover {
    background: #ddd;
    color: var(--color1);
    box-shadow: none;
}

/* Search button */

.container-s {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 6.25rem;
    margin: auto;
}

.container-s .search {
    position: absolute;
    inset: 0;
    right: calc(-100% + 3.125rem);
    width: 2.5rem;
    height: 2.5rem;
    margin: auto;
    background: var(--color1);
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    transition: all 1s;
    z-index: 4;
}

.container-s .search:hover {
    cursor: pointer;
}

.container-s .search::before {
    content: "";
    position: absolute;
    inset: 0;
    top: .9375rem;
    left: .9375rem;
    width: .4375rem;
    height: .125rem;
    margin: auto;
    background: #fff;
    transform: rotate(45deg);
    transition: all .5s;
}

.container-s .search::after {
    content: "";
    position: absolute;
    inset: 0;
    top: -.3125rem;
    left: -.25rem;
    width: 1.0625rem;
    height: 1.0625rem;
    margin: auto;
    border: .125rem solid #fff;
    border-radius: 50%;
    transition: all .5s;
}

.position-sticky {
    position: sticky;
    top: 5rem;
}

.loghi-pag img {
    height: 1.25rem;
}

/* Icons / labels */

p.cash {
    display: flex;
    margin: .3125rem 0 0;
    color: #fff;
    font-size: .875rem;
}

p.cash > svg {
    width: .9375rem;
    margin: 0 .625rem 0 .3125rem;
    fill: #fff;
}

.select-box {
    display: block;
    position: relative;
    width: 100%;
    margin: .625rem auto 0;
    color: #272c35;
    font-size: .9375rem;
}

.select-box__current {
    position: relative;
    outline: none;
    box-shadow: 0 .9375rem 1.875rem -.625rem rgba(0,0,0,.1);
    cursor: pointer;
}

.select-box__current:focus + .select-box__list {
    opacity: 1;
    animation-name: none;
}

.select-box__current:focus + .select-box__list .select-box__option {
    cursor: pointer;
}

.select-box__current:focus .select-box__icon {
    transform: translateY(-50%) rotate(180deg);
}

.select-box__icon {
    position: absolute;
    top: 50%;
    right: .9375rem;
    width: 1.25rem;
    opacity: .3;
    transform: translateY(-50%);
    transition: .2s ease;
}

.select-box__value {
    display: flex;
}

.select-box__input {
    display: none;
}

.select-box__input:checked + .select-box__input-text {
    display: block;
}

.select-box__input-text {
    display: none;
    width: 100%;
    margin: 0;
    padding: .625rem .9375rem;
    background-color: var(--color1);
}

.select-box__list {
    position: absolute;
    z-index: 1;
    width: 100%;
    padding: 0;
    list-style: none;
    opacity: 0;
    box-shadow: 0 .9375rem 1.875rem -.625rem rgba(0,0,0,.1);
    animation-name: HideList;
    animation-duration: .5s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: step-start;
}

.select-box__option {
    display: block;
    margin-bottom: 0;
    padding: .9375rem;
    border-top: .0625rem solid rgba(255,255,255,.2);
    background-color: #4b5261;
    color: #fff;
}

.select-box__option:hover,
.select-box__option:focus {
    background-color: #fbfbfb;
    color: #546c84;
}

.color-top {
    margin-top: .3125rem;
    margin-bottom: -.1875rem;
    color: #fff;
    font-size: .625rem;
}

.color-top > strong {
    color: var(--color1);
    font-size: .875rem;
}

.reg-success-text {
    color: var(--color2);
}

.add-to-favorite {
    position: absolute;
    right: .625rem;
    bottom: .625rem;
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    transition: color .3s ease;
}

.add-to-favorite .fa-heart {
    font-size: 1.5rem;
}

.add-to-favorite .fa-heart.favorited {
    color: #ff0000;
}

.labels {
    position: absolute;
    top: .625rem;
    left: .625rem;
    display: flex;
    flex-direction: column;
    gap: .3125rem;
}

.label {
    display: inline-block;
    padding: .3125rem .625rem;
    border-radius: .3125rem;
    color: #fff;
    font-size: .75rem;
    text-transform: uppercase;
}

.label.hot {
    background-color: #ff0000;
}

.label.new {
    background-color: #00ff00;
}

/* Home shell */

.home-page-shell {
    --hp-text: rgba(255,255,255,.96);
    --hp-text-soft: rgba(255,255,255,.78);
    --hp-text-muted: rgba(255,255,255,.60);
    --hp-text-faint: rgba(255,255,255,.46);

    --hp-surface: rgba(255,255,255,.04);
    --hp-surface-soft: rgba(255,255,255,.03);
    --hp-surface-strong: rgba(255,255,255,.07);
    --hp-surface-hover: rgba(255,255,255,.10);

    --hp-border: rgba(255,255,255,.08);
    --hp-border-soft: rgba(255,255,255,.06);
    --hp-border-strong: rgba(255,255,255,.14);

    --hp-radius-xs: .375rem;
    --hp-radius-sm: .5rem;
    --hp-radius-md: .75rem;
    --hp-radius-lg: .875rem;
    --hp-radius-xl: 1rem;
    --hp-radius-2xl: 1.25rem;

    --hp-shadow-soft: 0 .625rem 1.5rem rgba(0,0,0,.14);
    --hp-shadow-card: 0 .875rem 2.25rem rgba(0,0,0,.18);
    --hp-shadow-strong: 0 1rem 2.5rem rgba(0,0,0,.24);

    --hp-title: 1.4375rem;
    --hp-title-sm: 1.125rem;
    --hp-body: .9375rem;
    --hp-body-sm: .875rem;
    --hp-meta: .8125rem;
    --hp-label: .75rem;
    --hp-chip: .6875rem;
    --hp-btn: .875rem;

    --hp-header-height: 0rem;
}

/* HOME GAME BOX */

.home-box-game > div.square-box-casino {
    width: 16.66666%;
    border-right: .0625rem solid rgba(255,255,255,.13);
}

.two-row > li {
    width: calc(50% - .625rem) !important;
}

.two-row > li::after {
    content: "";
    display: block;
    padding-bottom: 85% !important;
}

.home-box-game {
    position: relative;
    z-index: 1;
    overflow: auto;
    margin-top: -1.25rem;
    margin-bottom: 3.125rem;
    padding-top: 1.5625rem;
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
    border-radius: var(--hp-radius-xs);
    box-shadow: 0 0 1.0625rem -.1875rem rgba(0,0,0,.70);
}

.title-casino-home {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .875rem;
    width: 100%;
    margin-top: 1.875rem;
    padding: .5rem .9375rem;
    background: color-mix(in srgb, var(--color1) 35%, #146e51 65%);
    border: .0625rem solid rgba(255,255,255,.24);
    border-radius: var(--hp-radius-xs);
}

.title-casino-home > h1 {
    display: flex;
    align-items: center;
    gap: .625rem;
    margin: 0;
    color: #fff;
    font-size: var(--hp-title);
    line-height: 1.1;
    font-weight: 800;
    text-transform: uppercase;
}

.title-casino-home > h1 > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.625rem;
    padding: .3125rem .625rem;
    margin: 0;
    background: #ffb000;
    border-radius: var(--hp-radius-xs);
    color: #333;
    font-size: .75rem;
    line-height: 1;
    font-weight: 800;
}

.title-casino-home > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .3125rem;
    min-height: 2rem;
    padding: 0 .75rem;
    background: #7caa2e;
    border-radius: var(--hp-radius-xs);
    color: #fff;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: .18s ease;
}

.title-casino-home > a:hover {
    color: #fff;
    filter: brightness(1.05);
    text-decoration: none;
}

.title-casino-home > a > i {
    margin-left: .125rem;
    font-size: 1.125rem;
}

/* MOBILE GAME MENU */

.menu-game-mobile {
    display: flex;
    flex-wrap: wrap;
    margin: .3125rem 0;
    padding: 0;
    list-style: none;
}

.menu-game-mobile > li {
    position: relative;
    width: calc(33.333333% - .625rem);
    margin: .3125rem;
    background: rgba(255,255,255,.11);
    border: .0625rem solid rgba(255,255,255,.08);
    border-radius: var(--hp-radius-sm);
    overflow: hidden;
}

.menu-game-mobile > li::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.menu-game-mobile > li > a {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    transition: .18s ease;
}

.menu-game-mobile > li > a:hover {
    background: rgba(255,255,255,.04);
    text-decoration: none;
}

.menu-game-mobile > li > a > svg {
    max-width: 2.5rem;
    margin: 0 auto .9375rem;
    fill: #ffaf00;
}

.menu-game-mobile > li > a > span {
    color: #fff;
    font-size: .9375rem;
    font-weight: 700;
    line-height: 1.25;
}

.coupon-sport {
    background: #ffaf00;
    text-transform: uppercase;
    font-weight: 700;
}

.coupon-sport > a {
    color: #333 !important;
}

.coupon-sport > a > svg {
    width: 2.375rem !important;
    margin-right: .5rem !important;
    fill: #313131 !important;
}

/* Generic utils / providers */

.button-home-box {
    width: 15.625rem;
    margin: auto !important;
    font-size: clamp(.875rem, 1.5vw, 1.125rem) !important;
}

button.close > span > svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: #fff;
}

/* Modal header / mobile nav */

.of-header .modal-body {
    padding: 0;
}

.of-header .close {
    float: left;
    margin: -1rem auto -1rem -1rem;
    color: #fff;
    opacity: 1;
}

.of-header .modal-header {
    border-bottom: .0625rem solid rgba(255,255,255,.10);
}

.of-header .modal-header > h5 > img {
    width: 100%;
    max-width: 11.25rem;
}

div.of-header {
    background: #313131;
}

.menu-ul-mobile {
    flex-wrap: nowrap;
    border-bottom: 0;
}

.menu-ul-mobile .nav-item {
    width: 100%;
    text-align: center;
}

.menu-ul-mobile .nav-item > a {
    background: rgba(255,255,255,.12);
    border-left: .0625rem solid rgba(255,255,255,.26);
    border-bottom: .0625rem solid rgba(255,255,255,.26);
    border-radius: 0 !important;
}

.menu-ul-mobile .nav-item > a.active {
    background: transparent;
    border: 0;
    border-radius: 0 !important;
}

.menu-ul-mobile .nav-item > a > svg {
    width: 1.875rem !important;
    fill: #fff;
}

a.menu-mobile-pul {
    color: #fff;
    font-size: 1.875rem;
    text-decoration: none;
}

.full-screen-modal {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.column-reverse-mobile {
    flex-direction: inherit;
}

/* Dropdown */

.header-drop-down {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 .625rem .625rem;
}

.header-drop-down > p {
    margin: .3125rem 0;
    color: #fff;
    font-size: .875rem;
    line-height: 1.1;
}

div.dropdown-menu > div.box-balance {
    margin: 0 .625rem;
}

div.dropdown-menu > div.box-balance > div {
    min-width: 18.75rem;
}

.footer-drop-down {
    display: flex;
    margin: .625rem;
}

.footer-bottom-bar {
    padding-top: 1em;
    border-top: .0625rem solid rgba(255,255,255,.35);
}

.footer-drop-down > a > svg {
    width: .8125rem;
    margin-right: .5rem;
}

/* Body / header / nav */

#header .logo {
    width: auto;
    margin: .3125rem 2.1875rem .3125rem 0 !important;
}

#header .logo a {
    display: block;
    line-height: 0;
}

.navigation-bar {
    display: flex;
    align-items: center;
}

.login-pul {
    background: #7caa2e !important;
    text-transform: uppercase;
}

.login-pul:hover {
    background: #2b4039 !important;
    color: #fff;
    text-transform: uppercase;
}

.button-header {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 2.625rem;
    margin-top: .3125rem;
    margin-right: .3125rem;
    margin-bottom: .3125rem;
    padding: .625rem .8125rem;
    border: .0625rem solid var(--color1);
    border-radius: var(--hp-radius-xs);
    background: var(--color1);
    color: var(--color8);
    font-size: .75rem;
    font-weight: 500;
    transition: .18s ease;
}

.button-header:last-child {
    margin-right: 0;
}

.button-header:hover {
    background: #2e896b;
}

.button-header > svg {
    width: 1.25rem;
    margin: -.125rem;
    fill: #fff;
}

/* Helpers */

.deposit_op {
    color: green !important;
}

.withdrawal_op {
    color: red !important;
}

.bonus_op {
    color: #E0B005 !important;
}

.hide-mobile {
    display: inherit;
}

.hide-desktop {
    display: none;
}

.language-lists {
    min-width: 16.25rem;
    margin: 1.25rem 0 .625rem;
}

/* Animations */

@keyframes animStar {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-125rem);
    }
}

@-webkit-keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

@-webkit-keyframes bounce-in-top {
    0% {
        transform: translateY(-31.25rem);
        opacity: 0;
        animation-timing-function: ease-in;
    }
    38% {
        transform: translateY(0);
        opacity: 1;
        animation-timing-function: ease-out;
    }
    55% {
        transform: translateY(-4.0625rem);
        animation-timing-function: ease-in;
    }
    72% {
        transform: translateY(0);
        animation-timing-function: ease-out;
    }
    81% {
        transform: translateY(-1.75rem);
        animation-timing-function: ease-in;
    }
    90% {
        transform: translateY(0);
        animation-timing-function: ease-out;
    }
    95% {
        transform: translateY(-.5rem);
        animation-timing-function: ease-in;
    }
    100% {
        transform: translateY(0);
        animation-timing-function: ease-out;
    }
}

@keyframes bounce-in-top {
    0% {
        transform: translateY(-31.25rem);
        opacity: 0;
        animation-timing-function: ease-in;
    }
    38% {
        transform: translateY(0);
        opacity: 1;
        animation-timing-function: ease-out;
    }
    55% {
        transform: translateY(-4.0625rem);
        animation-timing-function: ease-in;
    }
    72% {
        transform: translateY(0);
        animation-timing-function: ease-out;
    }
    81% {
        transform: translateY(-1.75rem);
        animation-timing-function: ease-in;
    }
    90% {
        transform: translateY(0);
        animation-timing-function: ease-out;
    }
    95% {
        transform: translateY(-.5rem);
        animation-timing-function: ease-in;
    }
    100% {
        transform: translateY(0);
        animation-timing-function: ease-out;
    }
}

@keyframes nudge {
    0% { transform: translateX(0); }
    30% { transform: translateX(-.3125rem); }
    50% { transform: translateX(.3125rem); }
    70% { transform: translateX(-.125rem); }
    100% { transform: translateX(0); }
}

@keyframes HideList {
    from {
        transform: scaleY(1);
    }
    to {
        transform: scaleY(0);
    }
}

/* Responsive */

@media (max-width: 85.375rem) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        left: -100%;
    }

    .nav-menu .drop-down .drop-down > a::after {
        content: "\ea9d";
    }
}

@media (min-width: 48rem) {
    .select-box {
        width: 70%;
    }
}

@media (min-width: 62rem) {
    .select-box {
        width: 50%;
    }
}

@media (min-width: 75rem) {
    .select-box {
        width: 30%;
    }
}

@media (max-width: 64.0625rem) {
    .square-box-casino {
        width: 25%;
    }
}

@media (max-width: 61.9375rem) {
    #header .logo {
        margin: .625rem .625rem 1.25rem 1.5625rem;
    }

    #header .logo img {
        max-height: 2.1875rem;
        margin-top: 0;
        margin-left: .875rem;
    }

    .mobile-nav-toggle {
        top: 0.95rem;
        margin-bottom: -5.625rem;
        font-size: 2.5rem;
    }

    nav.nav-menu::-webkit-scrollbar {
        display: none;
    }

    nav.nav-menu.d-none.d-lg-block {
        display: none !important;
    }

    .nav-menu > ul {
        display: inline-flex;
        width: 100%;
    }

    .slide-casino {
        margin: 0 !important;
        overflow-x: scroll;
        scrollbar-width: none;
    }

    .slide-casino::-webkit-scrollbar {
        display: none;
    }

    div.provider > a {
        width: 7.1875rem;
    }

    .body-content {
        margin-top: 2.9375rem;
    }

    .sub-header {
        margin-top: 4.0625rem;
        padding-left: 0;
        padding-right: 0;
    }

    .registration {
        margin-right: 0;
    }

    .login-links {
        margin-right: -.625rem;
        padding: 0;
    }

    .logged-links {
        display: flex;
        align-items: center;
    }

    .logged {
        padding: .625rem .3125rem;
        font-size: 0;
    }

    .hide-mobile {
        display: none !important;
    }

    .hide-desktop {
        display: inherit !important;
    }

    .slider-home {
        overflow: hidden;
    }

    .jackpot-div-mini,
    .jackpot-div-super,
    .jackpot-div-mega {
        justify-content: center;
        flex-direction: column;
    }

    .jackpot-div-mini > strong,
    .jackpot-div-super > strong,
    .jackpot-div-mega > strong {
        margin: 0 .3125rem;
        padding: 0;
        border-left: 0;
        font-size: .875rem;
        line-height: .875rem;
    }

    .jackpot-div-mini > span,
    .jackpot-div-super > span,
    .jackpot-div-mega > span {
        margin: 0 .1875rem;
        font-size: .625rem;
    }

    .pd-l-2,
    .pd-r-2 {
        padding-left: .9375rem;
        padding-right: .9375rem;
    }
}

@media (max-width: 48.0625rem) {
    .box-account-button > div {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .box-account-button > div > div {
        width: calc(33.33333% - .625rem);
        margin-right: .625rem;
        font-size: .8125rem;
        font-weight: 600;
        text-align: center;
    }
}

@media (max-width: 47.9375rem) {
    nav.nav-menu.d-none.d-lg-block {
        display: none !important;
    }

    .column-reverse-mobile {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 37.5rem) {
    .hide-on-mobile {
        display: none;
    }
}

@media screen and (min-width: 37.5rem) {
    .hide-on-desktop {
        display: none !important;
    }
}

@media (max-width: 37.5rem) {
    .navigation-bar {
        margin-left: 0.25rem;
    }

    .mobile-nav-toggle {
        margin-left: .3125rem;
    }

    .title-casino-home {
        flex-direction: column;
        align-items: flex-start;
    }

    .title-casino-home > h1 {
        font-size: 1.125rem;
    }

    .title-casino-home > a {
        width: 100%;
    }

    .menu-game-mobile > li {
        width: calc(50% - .625rem);
    }
}

@media (max-width: 30rem) {
    .margin-regulation,
    .margin-regulation2 {
        margin: 0 -.9375rem 0 -.9375rem;
    }

    .list-type-play > div {
        display: flex;
        flex-direction: column;
        margin: 0 -.9375rem;
    }

    .box-account-button > div {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .box-account-button > div > div {
        width: calc(50% - .625rem);
        margin-right: .625rem;
        font-size: .8125rem;
        font-weight: 600;
        text-align: center;
    }

    .box-link-footer > ul > li {
        width: 49%;
        padding: .0625rem .9375rem;
        border-right: 0;
        font-size: .75rem;
    }

    .text-adv {
        align-self: flex-start;
    }

    .text-adv > h2 {
        font-size: 1rem;
    }

    .text-adv > h5 {
        font-size: .75rem;
    }

    .button-adv {
        padding: .1875rem;
    }

    a.botton-adv-1,
    a.botton-adv-2 {
        padding: .5rem .9375rem;
        font-size: .625rem;
    }

    nav.nav-menu.d-none.d-lg-block {
        display: none !important;
    }

    .logged {
        padding: .25rem .9375rem;
        font-size: 0;
    }

    a.logged > svg {
        margin-top: 0;
    }

    .square-box-casino {
        position: relative;
        width: 50%;
        float: left;
        overflow: hidden;
    }

    .body-content {
        margin-top: 3rem;
    }

    #header .logo {
        margin-left: 3.4375rem;
    }

    #header .logo img {
        max-height: 1.5625rem;
    }

    .jackpot {
        top: -.375rem;
    }

    .stelle {
        top: 2.9375rem;
        height: 3.25rem;
    }

    .registration {
        margin-right: 0;
    }

    .login-links {
        padding: 0;
    }

    .slider-home {
        overflow: hidden;
    }

    .jackpot-div-mini,
    .jackpot-div-super,
    .jackpot-div-mega {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .jackpot-div-mini > strong,
    .jackpot-div-super > strong,
    .jackpot-div-mega > strong {
        margin: 0 .3125rem;
        padding: 0;
        border-left: 0;
        font-size: .9375rem;
    }

    .jackpot-div-mini > span,
    .jackpot-div-super > span,
    .jackpot-div-mega > span {
        margin: 0 .1875rem;
        font-size: .625rem;
    }
}

/* =========================================================
   EXTRA INTEGRATION DELTA
   Da aggiungere in fondo al file unico
   ========================================================= */

/* General */

a {
    color: #34b7a7;
}

a:hover {
    color: #51cdbe;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Titillium Web";
}

#main {
    margin-top: 3.125rem;
}

/* Preloader */

/*#preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    overflow: hidden;
    background: var(--color1);
}

#preloader::before {
    content: "";
    position: fixed;
    top: calc(50% - 1.875rem);
    left: calc(50% - 1.875rem);
    width: 3.75rem;
    height: 3.75rem;
    border: 0.375rem solid #fff;
    border-top-color: #ffaf00;
    border-radius: 50%;
    animation: animate-preloader 1s linear infinite;
}*/

/*div#preloader > img {
    position: fixed;
    top: calc(50% + 3.125rem);
    left: calc(50% - 7.1875rem);
    max-width: 15.625rem;
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}*/

/* Back to top */

.back-to-top {
    position: fixed;
    right: 0.9375rem;
    bottom: 0.9375rem;
    z-index: 99999;
    display: none;
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 3.125rem;
    background: #34b7a7;
    color: #fff;
    font-size: 1.5rem;
    transition: all 0.4s;
}

.back-to-top i:hover {
    background: #3dc8b7;
    color: #fff;
}

/* Header logo additions not already covered by final theme */

#header .logo a {
    color: #222222;
}

/* Mobile nav toggle */

.mobile-nav-toggle {
    position: fixed;
    top: 1.0625rem;
    left: 0.3125rem;
    z-index: 999;
    border: 0;
    background: none;
    font-size: 1.5rem;
    line-height: 1;
    text-align: right;
    cursor: pointer;
    transition: all 0.4s;
    outline: none !important;
}

.mobile-nav-toggle i {
    color: var(--color4);
}

/* Mobile nav core */

.mobile-nav {
    position: fixed;
    top: 3.5625rem;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    overflow-y: auto;
    padding: 0.625rem 0;
    border-radius: 0;
    background: var(--color6);
    opacity: 0;
    visibility: hidden;
    transition: ease-in-out 0.2s;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    position: relative;
    display: block;
    padding: 0.625rem 1.25rem;
    color: #222222;
    font-weight: 500;
    outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
    color: #34b7a7;
    text-decoration: none;
}

.mobile-nav .drop-down > a::after {
    content: "\ea99";
    position: absolute;
    right: 0.9375rem;
    padding-left: 0.625rem;
    font-family: IcoFont;
}

.mobile-nav .active.drop-down > a::after {
    content: "\eaa1";
}

.mobile-nav .drop-down > a {
    padding-right: 2.1875rem;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 1.25rem;
}

.mobile-nav-overly {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9997;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(9, 9, 9, 0.6);
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

/* Hero */

#hero {
    width: 100%;
    height: 100vh;
    background: url("../img/hero-bg.jpg") top right;
    background-size: cover;
}

#hero .container {
    position: relative;
    padding-top: 4.375rem;
}

#hero h1 {
    margin: 0;
    color: #222222;
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: 700;
}

#hero h2 {
    margin: 0.625rem 0 0;
    color: #6f6f6f;
    font-size: 1.375rem;
}

#hero .btn-about {
    display: inline-block;
    margin-top: 1.875rem;
    padding: 0.75rem 2.5rem;
    border-radius: 3.125rem;
    background: #34b7a7;
    color: #fff;
    font-family: "Titillium Web";
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
    transition: 0.5s;
}

#hero .btn-about:hover {
    background: #3dc8b7;
}

/* Generic sections */

section {
    padding: 3.75rem 0;
}

.section-bg {
    background-color: #e7f8f6;
}

.section-title {
    padding-bottom: 1.875rem;
    text-align: center;
}

.section-title h2 {
    position: relative;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
}

.section-title h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 1.5625rem);
    display: block;
    width: 3.125rem;
    height: 0.1875rem;
    background: #34b7a7;
}

.section-title p {
    margin-bottom: 0;
}

/* CTA */

.cta {
    padding: 5rem 0;
    background:
            linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
            url("../img/bg-1.jpg") fixed center center;
    background-size: cover;
}

.cta h3 {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 700;
}

.cta p {
    color: #fff;
}

.cta .cta-btn {
    display: inline-block;
    margin: 0.625rem;
    padding: 0.5rem 1.25rem;
    border: 0.125rem solid #fff;
    border-radius: 0.125rem;
    color: #fff;
    font-family: "Titillium Web";
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
    transition: 0.5s;
}

.cta .cta-btn:hover {
    border-color: #34b7a7;
    background: #34b7a7;
}

/* About */

.about .content h3 {
    color: #555555;
    font-size: 1.625rem;
    font-weight: 700;
}

.about .content ul {
    padding: 0;
    list-style: none;
}

.about .content ul li {
    padding-bottom: 0.625rem;
}

.about .content ul i {
    padding-right: 0.125rem;
    color: #34b7a7;
    font-size: 1.25rem;
}

.about .content p:last-child {
    margin-bottom: 0;
}

/* Skills */

.skills .progress {
    display: block;
    height: 3.125rem;
    background: none;
}

.skills .progress .skill {
    display: block;
    margin: 0 0 0.375rem;
    padding: 0.625rem 0;
    color: #222222;
    font-family: "Titillium Web";
    font-weight: 600;
    text-transform: uppercase;
}

.skills .progress .skill .val {
    float: right;
    font-style: normal;
}

.skills .progress-bar-wrap {
    background: #f3f3f3;
}

.skills .progress-bar {
    width: 0.0625rem;
    height: 0.625rem;
    background-color: #34b7a7;
    transition: 0.9s;
}

/* Facts */

.facts .counters span {
    display: block;
    color: #34b7a7;
    font-size: 3rem;
}

.facts .counters p {
    margin: 0 0 1.25rem;
    padding: 0;
    font-family: "Titillium Web";
    font-size: 0.875rem;
}

/* Testimonials */

.testimonials .section-header {
    margin-bottom: 2.5rem;
}

.testimonials .testimonial-item {
    text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
    width: 7.5rem;
    margin: 0 auto;
    border: 0.25rem solid #fff;
    border-radius: 50%;
}

.testimonials .testimonial-item h3 {
    margin: 0.625rem 0 0.3125rem;
    color: #111;
    font-size: 1.25rem;
    font-weight: 700;
}

.testimonials .testimonial-item h4 {
    margin: 0 0 0.9375rem;
    color: #999;
    font-size: 0.875rem;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #c8efea;
    font-size: 1.625rem;
}

.testimonials .testimonial-item .quote-icon-left {
    position: relative;
    left: -0.3125rem;
    display: inline-block;
}

.testimonials .testimonial-item .quote-icon-right {
    position: relative;
    top: 0.625rem;
    right: -0.3125rem;
    display: inline-block;
}

.testimonials .testimonial-item p {
    margin: 0 auto 0.9375rem;
    font-style: italic;
}

.testimonials .owl-nav,
.testimonials .owl-dots {
    margin-top: 0.3125rem;
    text-align: center;
}

.testimonials .owl-dot {
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    margin: 0 0.3125rem;
    border-radius: 50%;
    background-color: #ddd !important;
}

.testimonials .owl-dot.active {
    background-color: #34b7a7 !important;
}

/* Resume */

.resume .resume-title {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    color: #222222;
    font-size: 1.625rem;
    font-weight: 400;
}

.resume .resume-item {
    position: relative;
    margin-top: -0.125rem;
    padding: 0 0 1.25rem 1.25rem;
    border-left: 0.125rem solid #34b7a7;
}

.resume .resume-item h4 {
    margin-bottom: 0.625rem;
    color: #1d685f;
    font-family: "Titillium Web";
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.125rem;
}

.resume .resume-item h5 {
    display: inline-block;
    margin-bottom: 0.625rem;
    padding: 0.3125rem 0.9375rem;
    background: #effbf9;
    color: #34b7a7;
    font-size: 1rem;
    font-weight: 600;
}

.resume .resume-item ul {
    padding-left: 1.25rem;
}

.resume .resume-item ul li {
    padding-bottom: 0.625rem;
}

.resume .resume-item:last-child {
    padding-bottom: 0;
}

.resume .resume-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -0.5625rem;
    width: 1rem;
    height: 1rem;
    border: 0.125rem solid #34b7a7;
    border-radius: 3.125rem;
    background: #fff;
}

/* Services */

.services .icon-box {
    padding: 4.375rem 1.25rem 5rem;
    background: #fff;
    box-shadow: 0 0 2.1875rem 0 rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: all ease-in-out 0.3s;
}

.services .icon-box .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.25rem;
    height: 6.25rem;
    margin: 0 auto;
    transition: ease-in-out 0.3s;
}

.services .icon-box .icon i {
    position: relative;
    font-size: 2.25rem;
    transition: 0.5s;
}

.services .icon-box .icon svg {
    position: absolute;
    top: 0;
    left: 0;
}

.services .icon-box .icon svg path {
    fill: #f5f5f5;
    transition: 0.5s;
}

.services .icon-box h4 {
    margin: 0.625rem 0 0.9375rem;
    font-size: 1.375rem;
    font-weight: 600;
}

.services .icon-box h4 a {
    color: #222222;
    transition: ease-in-out 0.3s;
}

.services .icon-box p {
    margin-bottom: 0;
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.services .iconbox-blue i { color: #47aeff; }
.services .iconbox-orange i { color: #ffa76e; }
.services .iconbox-pink i { color: #e80368; }
.services .iconbox-yellow i { color: #ffbb2c; }
.services .iconbox-red i { color: #ff5828; }
.services .iconbox-teal i { color: #11dbcf; }

.services .iconbox-blue:hover .icon i,
.services .iconbox-orange:hover .icon i,
.services .iconbox-pink:hover .icon i,
.services .iconbox-yellow:hover .icon i,
.services .iconbox-red:hover .icon i,
.services .iconbox-teal:hover .icon i {
    color: #fff;
}

.services .iconbox-blue:hover .icon path { fill: #47aeff; }
.services .iconbox-orange:hover .icon path { fill: #ffa76e; }
.services .iconbox-pink:hover .icon path { fill: #e80368; }
.services .iconbox-yellow:hover .icon path { fill: #ffbb2c; }
.services .iconbox-red:hover .icon path { fill: #ff5828; }
.services .iconbox-teal:hover .icon path { fill: #11dbcf; }

/* Portfolio */

.portfolio .portfolio-item {
    margin-bottom: 1.875rem;
}

.portfolio #portfolio-flters {
    margin: 0 auto 1.25rem;
    padding: 0;
    list-style: none;
    text-align: center;
}

.portfolio #portfolio-flters li {
    display: inline-block;
    margin-bottom: 0.3125rem;
    padding: 0.5rem 1rem 0.625rem;
    border-radius: 3.125rem;
    color: #444444;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    background: #34b7a7;
    color: #fff;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: rgba(34, 34, 34, 0.6);
    transition: 0.3s;
}

.portfolio .portfolio-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(34, 34, 34, 0.6);
    opacity: 0;
    transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap img {
    transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 1.25rem;
    opacity: 0;
    transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
    font-style: italic;
    text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-links {
    z-index: 4;
    text-align: center;
}

.portfolio .portfolio-wrap .portfolio-links a {
    display: inline-block;
    margin: 0 0.3125rem 0 0;
    color: #fff;
    font-size: 1.75rem;
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    color: #78d9cd;
}

.portfolio .portfolio-wrap:hover::before {
    opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
    transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}

/* Portfolio details */

.portfolio-details {
    padding: 0;
}

.portfolio-details .portfolio-title {
    margin-bottom: 1.25rem;
    font-size: 1.625rem;
    font-weight: 700;
}

.portfolio-details .portfolio-details-carousel .owl-nav,
.portfolio-details .portfolio-details-carousel .owl-dots {
    margin-top: 0.3125rem;
    text-align: center;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    margin: 0 0.3125rem;
    border-radius: 50%;
    background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
    background-color: #34b7a7 !important;
}

.portfolio-details .portfolio-info {
    padding-top: 2.8125rem;
}

.portfolio-details .portfolio-info h3 {
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
    font-weight: 400;
}

.portfolio-details .portfolio-info ul {
    padding: 0;
    list-style: none;
    font-size: 0.9375rem;
}

.portfolio-details .portfolio-info ul li + li {
    margin-top: 0.625rem;
}

.portfolio-details .portfolio-info p {
    padding-top: 0.9375rem;
    font-size: 0.9375rem;
}

/* Contact */

.contact .info,
.contact .php-email-form {
    width: 100%;
    background: #fff;
}

.contact .info i {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 3.125rem;
    background: #effbf9;
    color: #34b7a7;
    font-size: 1.25rem;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    margin-bottom: 0.3125rem;
    padding: 0 0 0 3.75rem;
    color: #222222;
    font-size: 1.375rem;
    font-weight: 600;
}

.contact .info p {
    margin-bottom: 0;
    padding: 0 0 0 3.75rem;
    color: #555555;
    font-size: 0.875rem;
}

.contact .info .email,
.contact .info .phone {
    margin-top: 2.5rem;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
    background: #34b7a7;
    color: #fff;
}

.contact .php-email-form .form-group {
    padding-bottom: 0.5rem;
}

.contact .php-email-form .validate {
    display: none;
    margin: 0 0 0.9375rem;
    color: red;
    font-size: 0.8125rem;
    font-weight: 400;
}

.contact .php-email-form .error-message {
    display: none;
    padding: 0.9375rem;
    background: #ed3c0d;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.contact .php-email-form .sent-message {
    display: none;
    padding: 0.9375rem;
    background: #18d26e;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    padding: 0.9375rem;
    background: #fff;
    text-align: center;
}

.contact .php-email-form .loading::before {
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 0.625rem -0.375rem 0;
    border: 0.1875rem solid #18d26e;
    border-top-color: #eee;
    border-radius: 50%;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0.25rem;
    box-shadow: none;
    font-size: 0.875rem;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #34b7a7;
}

.contact .php-email-form input {
    height: 2.75rem;
}

.contact .php-email-form textarea {
    padding: 0.625rem 0.75rem;
}

.contact .php-email-form button[type="submit"] {
    padding: 0.625rem 1.875rem 0.75rem;
    border: 0;
    border-radius: 3.125rem;
    background: #34b7a7;
    color: #fff;
    transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #3dc8b7;
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Footer additions */

#footer .credits {
    padding-top: 0.3125rem;
    font-size: 0.8125rem;
}

#footer .credits a {
    color: #34b7a7;
}

.form-control:focus {
    border-color: var(--color2);
}

/* Games Filters / Casino UI */

.games-container {
    margin-bottom: 4rem;
}

.games-filter-container {
    background: var(--color3);
}

.games-filter-container .games-container {
    margin: 0;
    padding: 0.3125rem;
    overflow-x: auto;
    background: #042335;
}

.games-filter-container .games-container .games {
    display: block;
    height: 3.75rem;
    white-space: nowrap;
}

.games-filter-container .games-container .games .game-filter {
    display: inline-flex;
    flex: 1 1 14.2857142857%;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-width: 4.6875rem;
    height: 100%;
    gap: 0.3125rem;
    padding: 0.4375rem 0;
    border-radius: 0.625rem;
}

.games-filter-container .games-container .games .game-filter:not(:last-child) {
    margin-right: 0.3125rem;
}

.games-filter-container .games-container .games .game-filter .image {
    display: flex;
    width: 1.5625rem;
    min-height: 1.5625rem;
    max-height: 1.5625rem;
}

.games-filter-container .games-container .games .game-filter .image img {
    width: 100%;
}

.games-filter-container .games-container .games .game-filter .game-name {
    color: #fff;
    font-size: 0.75rem;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.games-filter-container .games-container .games .game-filter:hover:not(.active) {
    opacity: 0.6;
}

.games-filter-container .providers-container {
    background: rgba(255, 255, 255, 0.15);
}

.games-filter-container .providers-container .providers {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    padding: 0.5rem 0.625rem;
    list-style: none;
}

.games-filter-container .providers-container .providers .provider {
    display: flex;
    flex: 1 1 10%;
    flex-direction: column;
    align-items: center;
    min-width: 4.375rem;
    gap: 0.3125rem;
}

.games-filter-container .providers-container .providers .provider .image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border: 0.0625rem solid transparent;
    border-radius: 50%;
    background: #000;
    transition: 0.4s all ease;
}

.games-filter-container .providers-container .providers .provider .image img {
    max-width: 1.5rem;
    max-height: 1.5rem;
}

.games-filter-container .providers-container .providers .provider .provider-name {
    color: #fff;
    font-size: 0.625rem;
    text-align: center;
    transition: 0.3s all ease;
}

.games-filter-container .providers-container .providers .provider.all-providers {
    max-width: 10%;
    padding: 0.625rem 1.125rem;
    border-radius: 0.5rem;
    background: #000;
    color: #fff;
    font-size: 0.875rem;
    text-align: center;
    cursor: pointer;
    transition: 0.25s all ease;
}

.games-filter-container .providers-container .providers .provider:hover .image,
.games-filter-container .providers-container .providers .provider.active .image {
    border: 0.0625rem solid var(--color1);
}

.games-filter-container .providers-container .providers .provider:hover .provider-name {
    color: var(--color1);
}

.games-filter-container .search-game-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.625rem 1.25rem;
    background: var(--color3);
}

.games-filter-container .search-game-container .search-input {
    position: relative;
    z-index: 1;
    width: 18.75rem;
    max-width: calc(100% - 0.9375rem);
}

.games-filter-container .search-game-container .search-input i {
    position: absolute;
    top: 0.625rem;
    left: 0.4375rem;
    z-index: -1;
    color: #fff;
    opacity: 0.3;
}

.games-filter-container .search-game-container .search-input input {
    padding: 0.375rem 1.25rem 0.375rem 1.875rem;
    border-radius: 0.375rem;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 0.875rem;
    outline: 0 !important;
}

.casino-filters {
    position: relative;
    display: grid;
    grid-template-columns: minmax(6.25rem, 50%) minmax(6.25rem, 50%);
    gap: 0.9375rem;
    padding: 0.3125rem;
    background: rgba(255, 255, 255, 0.15);
    font-size: 0.875rem;
}

.casino-filters .query-filter,
.casino-filters .providers-button {
    height: 2.125rem;
}

.casino-filters .query-filter {
    position: relative;
    z-index: 1;
    border-radius: 0.375rem;
    background-color: var(--color3);
}

.casino-filters .query-filter input {
    height: 100%;
    padding-left: 2.5rem;
    background: transparent;
    color: #fff;
    font-size: 0.875rem;
    outline: 0 !important;
    box-shadow: none;
}

.casino-filters .query-filter i {
    position: absolute;
    top: 0.625rem;
    left: 0.6875rem;
    z-index: -1;
    color: #fff;
    opacity: 0.3;
    font-size: 1rem;
}

.casino-filters .providers-button {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 0.5rem;
    padding: 0.625rem;
    border-radius: 0.375rem;
    background-color: var(--color3);
    color: #fff;
    cursor: pointer;
}

.casino-filters .providers-button img {
    width: 1.625rem;
}

.casino-filters .providers-button span {
    overflow: hidden;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.modal-providers-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000000;
    display: none;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.modal-providers-container .modal-providers {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: 31.25rem;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
    background: var(--color3);
}

.modal-providers-container .modal-providers .casino-filters {
    display: flex;
    justify-content: flex-end;
    background: rgba(255, 255, 255, 0.15);
}

.modal-providers-container .modal-providers .casino-filters .query-filter,
.modal-providers-container .modal-providers .casino-filters .providers-button {
    width: max-content;
}

.modal-providers-container .modal-providers .providers-list-container {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 100%;
    padding: 0;
    overflow: auto;
}

.modal-providers-container .modal-providers .providers-list-container .list {
    display: flex;
    flex-direction: column;
    padding: 0.625rem;
    list-style: none;
}

.modal-providers-container .modal-providers .providers-list-container .list li {
    display: flex;
    margin: 0.25rem 0;
}

.modal-providers-container .modal-providers .providers-list-container .list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.0625rem;
    border-radius: 2rem;
    color: #fff;
}

.modal-providers-container .modal-providers .providers-list-container .list li a .provider {
    display: flex;
    align-items: center;
}

.modal-providers-container .modal-providers .providers-list-container .list li a .provider .provider-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    margin-right: 0.625rem;
    border-radius: 50%;
    background: #000;
}

.modal-providers-container .modal-providers .providers-list-container .list li a .provider .provider-logo img {
    max-width: 1.5rem;
    max-height: 1.5rem;
}

.modal-providers-container .modal-providers .providers-list-container .list li a i {
    display: none;
    margin-right: 0.4375rem;
    color: var(--color1);
}

.modal-providers-container .modal-providers .providers-list-container .list li a:hover {
    background-color: var(--color1);
    color: var(--color3);
}

.modal-providers-container .modal-providers .providers-list-container .list li a:hover i {
    color: var(--color3);
}

.modal-providers-container .modal-providers .providers-list-container .list.exclusive {
    background: color-mix(in srgb, var(--color3) 80%, white 20%);
}

.modal-providers-container .modal-providers .providers-list-container .list.exclusive li a i {
    display: block;
    font-size: 1.125rem;
}

.modal-providers-container .modal-providers .providers-list-container .list.exclusive li:first-child a i {
    display: none;
}

.modal-providers-container .close-providers {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.games-main {
    background: var(--color3);
}

* {
    box-sizing: border-box;
}

/* Responsive delta */

@media (max-width: 62rem) {
    #main {
        margin-top: 1.875rem;
    }

    #hero .container {
        padding-top: 3.625rem;
    }

    #hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(255, 255, 255, 0.8);
    }

    #hero h1 {
        font-size: 1.75rem;
        line-height: 2.25rem;
    }

    #hero h2 {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .portfolio-details .portfolio-info {
        padding-top: 1.25rem;
    }
}

@media (min-width: 64rem) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 64rem) {
    .cta {
        background-attachment: scroll;
    }
}

@media (min-width: 48.0625rem) {
    .cta .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

@media (min-width: 62rem) {
    .testimonials .testimonial-item p {
        width: 80%;
    }
}

@media (min-width: 48rem) {
    .games-main {
        padding: 0;
    }

    .modal-providers-container .modal-providers {
        max-height: 90vh;
        margin: 0.625rem auto;
        overflow: hidden;
        border-radius: 0.625rem;
    }
}

@media screen and (min-width: 75rem) {
    .games-filter-container .providers-container .providers .provider:nth-last-child(5),
    .games-filter-container .providers-container .providers .provider:nth-last-child(6) {
        display: flex;
    }
}

@media screen and (min-width: 62rem) {
    .mobile-item {
        display: none !important;
    }
}

@media screen and (max-width: 61.9375rem) {
    .desktop-item {
        display: none !important;
    }
}