﻿@import url(variables.css);
@import url(global.css);
@import url(../assets/fonts/HelveticaNeue/stylesheet.css);

h2,
h3 {
    font-weight: 700;
    line-height: 26px;
}

.navbar {
    max-width: 1512px;
    top: 0;
    background: #192B36;
    z-index: 2;
    min-height: var(--header-height);
}

.black-lagoon-header .nav-link,
.black-lagoon-header .user-profile {
    text-align: center;
    color: var(--white-color) !important;
    font-family: var(--base-font);
}

.cursor-pointer {
    cursor: pointer;
}

html {
    font-size: 14px;
}

body,
html {
    margin: 0;
    padding: 0;
    height: calc(100% - var(--header-height));
}

.footer {
    width: 100%;
    background: radial-gradient(23.07% 46.41% at 30.05% 7.69%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.612) 100%);
    background-blend-mode: multiply;
    text-align: center;
    position: relative;
    z-index: 3;
    padding: 24px 32px;
}

    .footer h2 {
        padding-top: 94px;
        font-size: 40px;
        font-weight: 400;
        line-height: 56px;
    }

    .footer img {
        max-width: 73px;
    }

.footer-message {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.footer-policies {
    display: flex;
    justify-content: center;
    column-gap: 16px;
    align-items: center;
    font-weight: 300;
    font-size: 10px;
    line-height: 12px;
    text-decoration: underline;
    margin-top: 14px;
}

    .footer-policies a span {
        color: white;
    }

.social-connectors {
    margin: 12px auto 14px;
    width: 188px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container {
    max-width: 1512px;
    padding: 0px !important;
}

h1 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 70px;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.25rem;
}

.login-form input {
    font-weight: 400;
}

.login-box {
    border-radius: 10px;
    text-align: center;
    max-width: 260px;
}

.logo {
    max-width: 225px;
}

.login-form {
    max-width: 300px;
    margin: 0 auto;
}

    .login-form input {
        background: var(--input-bg-color);
        font-size: 0.75rem;
        line-height: 18px;
        padding: 1rem;
        height: 44px;
        box-shadow: var(--input-shadow);
        border: 1px solid var(--input-border-color);
        color: var(--text-color);
        border-radius: 13px;
        transition: 0.25s ease-in-out;
        font-family: var(--secondary-font);
    }

        .login-form input:focus {
            background: var(--input-bg-color);
            outline: 0;
            box-shadow: none;
            border-color: var(--input-border-color);
            box-shadow: var(--input-focus-shadow);
            color: var(--white-color);
        }

.cookie-consent .alert .btn-outline-primary span,
.cookie-consent .alert .btn-primary span,
.custom-button span,
.custom-button > *,
.modal-footer .btn-outline-primary span,
.modal-footer .btn-primary span {
    position: relative;
    z-index: 2;
}

.square {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s ease-in-out;
    font-size: 1.5rem;
    font-weight: 700;
}

    .square svg {
        height: 15px;
        max-width: 22px;
        width: 22px;
        fill: var(--white-color);
    }

.form-group {
    margin-bottom: 0.75rem;
}

.black-lagoon-header,
.black-lagoon-header .nav-item {
    align-items: center;
    display: flex;
}

    .black-lagoon-header .nav-link {
        font-size: 1rem;
        font-weight: 700;
        line-height: 20px;
        text-decoration: none;
    }

    .black-lagoon-header .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px;
    }

.navbar-expand-md .navbar-nav {
    column-gap: 44px;
}

.black-lagoon-header .user-profile {
    font-size: 1rem;
    font-weight: 700;
    line-height: 17px;
    display: flex;
    align-items: center;
    letter-spacing: 0;
    transition: 0.25s ease-in-out;
    white-space: nowrap;
}

    .black-lagoon-header .user-profile img {
        margin-right: 5px;
    }

#black-lagoon-header {
    position: fixed;
    top: 0;
    width: 100%;
    transition: top 0.3s ease;
    z-index: 1000;
}

.black-lagoon-header-hidden {
    top: -124px !important;
}

.desktop-logo-container {
    position: absolute;
    top: 6px;
    left: 22px;
}

.logo-desktop {
    max-width: 305px;
}

.logo-mobile {
    max-width: 125px;
}

.game {
    border-radius: 7px;
}

.menu-toggler,
.menu-toggler:after {
    box-shadow: none !important;
    background: none !important;
    border: none !important;
}

.banner-image-games,
.banner-image-category,
.banner-image-innovations,
.banner-image-roadmap,
.banner-image-contact {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 327px;
    margin-top: var(--header-height);
}

.banner-image-games {
    background-image: url("/assets/img/banners/rome-event-banner.png");
}

.banner-image-category {
    background-image: url("/assets/img/banners/aurora-fortuna-banner.png");
}

.banner-image-innovations {
    background-image: url("/assets/img/banners/monster-mega-hit-banner.png");
}

.banner-image-roadmap {
    background-image: url("/assets/img/banners/palm-beach-spinner-banner.png");
}

.banner-image-contact {
    background-image: url("/assets/img/banners/gang-banner.png");
}

.game img {
    width: 100%;
}

.coming-soon-mobile {
    display: none;
}

.coming-soon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 200%;
    color: rgba(44, 84, 107, 1);
}

.coming-soon-label {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 326px;
    height: 48px;
}

.roadmap-main {
    padding: 0px 32px 20px;
}

.roadmap-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 48px;
}

.roadmap-container {
    padding: 0px 16px;
    margin-bottom: 48px;
}

.roadmap-month-label {
    padding: 8px 0px;
    border-radius: 20px;
    background: linear-gradient(0deg, #192B36, #192B36);
    background-color: rgba(25, 43, 54, 1);
    box-shadow: 0px 0px 4px 0px rgba(0, 201, 255, 0.7);
    border: 1px solid rgba(148, 190, 204, 1);
    width: 109px;
    text-align: center;
}

    .roadmap-month-label span {
        font-family: 'Istok Web', sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        color: rgba(192, 192, 192, 1);
    }

.roadmap-month-container {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    margin-top: 8px;
    margin-bottom: 48px;
}

    .roadmap-month-container:last-child {
        margin-bottom: 0px;
    }

.roadmap-month-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 16px;
}

.roadmap-border {
    height: 4px;
    background: rgba(37, 61, 76, 1);
    border-radius: 2px;
    opacity: 1;
    width: 45%;
}

.roadmap-quarter-games-list {
    display: grid;
    padding: 8px 21px;
    row-gap: 6px;
    width: 100%;
    grid-template-columns: auto auto;
    justify-content: space-between;
}

.roadmap-quarter-game-item {
    padding: 6px 6px;
    display: flex;
    column-gap: 11px;
    background-color: rgba(25, 43, 54, 1);
    box-shadow: 0px 0px 4px 0px rgba(0, 201, 255, 0.7);
    border: 2px solid rgba(148, 190, 204, 1);
    border-radius: 10px;
    width: 615px;
    max-width: 100%;
    min-height: 98px;
}

    .roadmap-quarter-game-item img {
        object-fit: contain;
    }

.game-item-description {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    width: 100%;
    padding: 2.5px 2px 2.5px 0px;
}

.game-item-description-header {
    display: flex;
    align-content: start;
    justify-content: space-between;
}

.game-item-description-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

.game-item-description-category-monster,
.game-item-description-category-simple,
.game-item-description-category-classic,
.game-item-description-category-spinner,
.game-item-description-category-masters,
.game-item-description-category-standard {
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
}

.game-item-description-category-monster {
    color: rgba(255, 168, 128, 1);
}

.game-item-description-category-simple {
    color: rgba(255, 221, 128, 1);
}

.game-item-description-category-classic {
    color: rgba(170, 202, 255, 1);
}

.game-item-description-category-spinner {
    color: rgba(249, 128, 255, 1);
}

.game-item-description-category-masters {
    color: rgba(205, 255, 176, 1);
}

.game-item-description-category-standard {
    color: rgba(169, 169, 169, 1);
}

.game-item-date {
    border: 1px solid rgba(148, 190, 204, 1);
    border-radius: 16px;
    background-color: rgba(9, 16, 20, 1);
    font-size: 10px;
    line-height: 12px;
    color: rgba(148, 190, 204, 1);
    height: 18px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 14px;
}

.game-item-description-text {
    font-size: 14px;
    line-height: 100%;
    color: rgba(192, 192, 192, 1);
}

.contact-us {
    padding: 0px 0px 90px;
    text-align: center;
}

.contact-us-subtitle-container {
    margin-top: 20px;
}

.contact-us-subtitle {
    font-weight: 200;
    font-size: 16px;
    line-height: 22px;
}

.contact-us-form {
    display: flex;
    flex-direction: column;
    row-gap: 26px;
}

.contact-us-input-field {
    background: rgba(15, 21, 30, 1);
    border: 1px solid rgba(44, 84, 107, 1);
    border-radius: 8px;
    padding: 8px 16px;
    min-width: 468px;
    font-weight: 300;
    font-size: 20px;
    line-height: 22px;
    color: rgba(126, 126, 126, 1);
}

.submit-container > .play-now-btn {
    margin: 0 auto;
    margin-top: 20px;
    min-width: 164px;
}

.game {
    max-width: 300px;
    position: relative;
    margin: 0 auto;
}

.home-game-image {
    width: 100%;
    border: 3px solid rgba(148, 190, 204, 1);
    box-shadow: 0px 0px 25px 0px rgba(0, 201, 255, 0.7);
    border-radius: 23px;
}

.home-game-image-overlay {
    display: none;
}

.game:hover .home-game-image {
    z-index: 0;
}

.gif-player {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(92, 166, 186, 0.9);
    border: 3px solid rgba(148, 190, 204, 1);
    box-shadow: 0px 0px 25px 0px rgba(0, 201, 255, 0.7);
    border-radius: 23px;
}

    .gif-player img {
        height: 100%;
        object-fit: contain;
    }

.game:hover .home-game-image-overlay {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: rgba(92, 166, 186, 0.9);
    position: absolute;
    top: 0;
    border: 3px solid rgba(148, 190, 204, 1);
    box-shadow: 0px 0px 25px 0px rgba(0, 201, 255, 0.7);
    border-radius: 23px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.contact-hover-text {
    font-size: 1rem;
    line-height: 120%;
    margin-bottom: 24px;
}

.contact-hover-email {
    color: white;
}

.games-new-release-mobile {
    display: none;
}

.games-new-release {
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: rgba(44, 84, 107, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/assets/img/icons/new-release.svg);
    width: 154px;
    height: 30px;
}

.games-new-release-label {
    /*position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);*/
}

a:hover {
    text-decoration: none;
}

.breadcrumb-custom {
    display: flex;
    gap: 9px;
    justify-content: start;
    align-items: center;
    margin: 32px 0px;
    padding-left: 32px;
}

    .breadcrumb-custom a,
    .breadcrumb-custom-home-icon {
        height: 16px;
        vertical-align: baseline;
    }

.breadcrumb-custom-separator-icon {
    height: 13px;
}

.breadcrumb-custom-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    padding-top: 2px;
}

.sort-filter-container {
    display: flex;
    gap: 22px;
    justify-content: start;
    align-items: center;
    margin: 0px 0px 28px;
    padding-left: 32px;
}

.sort-container,
.filter-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .sort-container img,
    .filter-container img {
        max-width: 20px;
        cursor: pointer;
    }

    .sort-container span,
    .filter-container span {
        font-size: 16px;
        font-weight: 300;
        line-height: 20px;
        cursor: pointer;
    }

    .sort-pop-up {
        min-width: 128px;
    }

    .filter-pop-up {
        min-width: 200px;
    }

.sort-pop-up,
.filter-pop-up {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: absolute;
    top: 24px;
    left: 0;
    background: radial-gradient(47.22% 47.22% at 50% 50%, rgba(27, 51, 65, 0.7) 0%, rgba(14, 18, 27, 0.5) 100%);
    border: 1px solid rgba(92, 166, 186, 1);
    border-radius: 10px;
    box-shadow: 0px 0px 9.6px 0px rgba(148, 190, 204, 0.2);
    backdrop-filter: blur(12px);
    padding: 12px;
    z-index: 2;
}

.pop-up-item {
    display: flex;
    gap: 8px;
    align-items: center;
    cursor: pointer;
}

    .pop-up-item span {
        font-size: 14px;
        line-height: 18px;
    }

.select-box {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid rgba(92, 166, 186, 1);
}

    .select-box:hover {
        background: rgba(148, 190, 204, 0.4);
    }

    .select-box-filled {
        width: 16px;
        height: 16px;
        border-radius: 4px;
        border: 1px solid rgba(92, 166, 186, 1);
        background: rgba(148, 190, 204, 1);
        box-shadow: 0px 0px 2.67px 0px rgba(148, 190, 204, 1);
    }

.age-consent-modal {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 5;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.age-consent-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(14, 18, 27, 1);
    width: 545px;
    height: 225px;
    border-radius: 10px;
    border: 1px solid rgba(148, 190, 204, 1);
    box-shadow: 0px 0px 14px 0px rgba(0, 201, 255, 0.5);
    padding: 32px 50px;
    opacity: 1;
    text-align: center;
    max-width: 100%;
}

.age-consent-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 10px;
}

.age-consent-subtitle {
    font-size: 16px;
    line-height: 19px;
}

.age-consent-btn-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 12px;
    margin-top: 40px;
}

.age-consent-confirm {
    background: linear-gradient(273.83deg, #2C546B -3.49%, #192B36 102.83%);
    border-radius: 23px;
    border: 1px solid rgba(110, 211, 238, 1);
    padding: 10px 24px;
    line-height: 19px;
}

.age-consent-decline {
    padding: 8px 34px;
    line-height: 19px;
}

.cookie-consent {
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
    background-image: linear-gradient(180deg, #153549 0, #101521 100%);
    opacity: 0.95;
    z-index: 4;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-top: 1px solid #b6effb;
    border-left: 1px solid #b6effb;
    border-right: 1px solid #b6effb;
    padding: 40px 32px 36px;
}

    .cookie-consent .alert {
        color: unset;
        background-color: unset;
        margin-bottom: 0;
        max-width: 1200px;
        border: none;
        position: relative;
        padding: 0;
    }

        .cookie-consent .alert > img {
            position: absolute;
            top: -60px;
        }

        .cookie-consent .alert .btn-outline-primary,
        .cookie-consent .alert .btn-primary,
        .modal-footer .btn-outline-primary,
        .modal-footer .btn-primary {
            border: 1px solid var(--button-border-color);
            background: var(--button-bg);
            box-shadow: 0 3.51px 8.94px 0 #0000002b inset, 0 -2.63px 4.64px 0 #ffffff40 inset;
            height: 45px;
            position: relative;
            border-radius: 8px;
            color: var(--white-color);
            overflow: hidden;
            transition: 0.25s ease-in-out;
            font-size: 1rem;
            font-weight: 700;
            line-height: 1.5rem;
            width: max-content;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 7px 40px;
        }

            .cookie-consent .alert .btn-outline-primary::after,
            .modal-footer .btn-outline-primary::after {
                content: "";
                position: absolute;
                z-index: 1;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: radial-gradient(64% 216.41% at 50% 120.91%, #03cfd5 0, rgba(3, 207, 213, 0) 100%);
            }

            .cookie-consent .alert .btn-primary::after,
            .modal-footer .btn-primary::after {
                content: "";
                position: absolute;
                z-index: 1;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: radial-gradient(64% 216.41% at 50% 120.91%, #153245 0, #144457 100%);
            }

    .mobile-menu {
        display: none;
    }

.category-label-mmh,
.category-label-spinner,
.category-label-masters-of-luck,
.category-label-no-crash,
.category-label-simple-games,
.category-label-the-gang {
    position: absolute;
    right: 3%;
    bottom: 3%;
    padding: 1px 6px;
    border-radius: 18px;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-label-mmh {
    background-color: rgba(206, 59, 27, 1);
}

.category-label-spinner {
    background-color: rgba(181, 88, 200, 1);
}

.category-label-masters-of-luck {
    background-color: rgba(104, 189, 54, 1);
}

.category-label-no-crash {
    background-color: rgba(181, 88, 200, 1);
}

.category-label-simple-games {
    background-color: rgba(255, 187, 0, 1);
}

.category-label-the-gang {
    background-color: rgba(181, 88, 200, 1);
}

.login-contact {
    margin-bottom: 0 !important;
    min-height: 25%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    z-index: 0;
    flex-direction: column;
}

.black-lagoon-header .nav-link,
.black-lagoon-header .user-profile {
    text-align: center;
    color: var(--white-color) !important;
    font-family: var(--base-font);
}

    .black-lagoon-header .nav-link.active {
        color: rgba(148, 190, 204, 1) !important;
        border-bottom: 1.6px solid rgba(148, 190, 204, 1)
    }

.form-group {
    margin-bottom: 0.75rem;
}

.category-card,
.innovation-card {
    width: 345px;
    min-height: 375px;
    padding: 14px;
    border: 1px solid rgba(148, 190, 204, 0.4);
    border-radius: 22px;
    background-image: linear-gradient(46.99deg, #101117 5.92%, #253D4C 88.65%);
    box-shadow: 0px 0px 11px 0px rgba(0, 201, 255, 0.5);
    margin: auto;
    max-width: 100%;
}

.category-card {
    width: 450px;
    min-height: 450px;
}

.innovation-card {
    position: relative;
    padding: 110px 16px 30px;
    width: 664px;
    min-height: 295px;
}

.innovation-image {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.category-card img {
    margin-bottom: 10px;
    max-width: 100%;
}

.category-card-title,
.innovation-card-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    margin-bottom: 6px;
}

.innovation-card-title {
    text-align: center;
}

.category-card-toggle-section,
.innovation-card-toggle-section {
    display: flex;
    flex-direction: column;
    align-items: start;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-decoration-style: solid;
    color: rgba(148, 190, 204, 1);
    margin-top: 6px;
}

.category-toggle-btn, 
.innovation-toggle-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: underline;
    order: 1;
}

    .category-toggle-btn img {
        margin-bottom: 0px;
    }

.category-card-description-container,
.innovation-card-description-container {
    min-height: 82px;
    text-align: justify;
}

.category-card-description,
.innovation-card-description {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
}

.category-toggle-content,
.innovation-toggle-content {
    margin-bottom: 6px;
    order: 2;
    color: white;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    text-align: justify;
}

.category-row {
    row-gap: 40px;
}

.innovation-row {
    row-gap: 160px;
    padding-top: 85px;
}

.games-row {
    row-gap: 60px;
    margin-bottom: 60px !important;
}

.innovation-btn-container {
    text-align: center;
    margin: 0 auto;
    margin-top: 32px;
    max-width: 165px;
}

.play-now-btn {
    margin-top: 10px;
    padding: 10px 34px;
    background: radial-gradient(50.43% 130.45% at 50.43% 125.71%, #566C79 2.4%, #234356 49.46%, #192B36 100%);
    border: 1px solid rgba(110, 211, 238, 1);
    border-radius: 23px;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .play-now-btn.disabled {
        background: rgba(0, 0, 0, 1);
        cursor: default;
        text-decoration: none;
    }

    .play-now-btn:hover {
        text-decoration: none;
    }

.category-coming-soon-btn {
    width: 135px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.thank-you {
    display: none;
}

    .thank-you .landing-logo,
    .container .landing-logo {
        width: 120px;
    }

::-webkit-input-placeholder {
    font-weight: 300;
    font-size: 20px;
    line-height: 22px;
    color: rgba(126, 126, 126, 1);
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .cookies-container-content {
        flex-direction: column;
    }

        .cookies-container-content span {
            text-align: center;
        }

        .cookies-container-content div {
            align-items: center;
            gap: 16px;
        }
}

@media only screen and (max-width: 1440px) {
    .roadmap-quarter-games-list {
        padding: 8px 2px;
        display: flex;
        flex-direction: column;
        row-gap: 6px;
        width: 100%;
        align-items: center;
    }
}

@media only screen and (max-width: 960px) {
    .mobile-menu.active {
        display: flex;
    }

    .features .feature-box *, .mobile-menu ul li {
        position: relative;
        z-index: 2;
    }

    .black-lagoon-header {
        height: var(--mobile-header-height);
    }

    .navbar {
        min-height: var(--mobile-header-height);
    }

    .mobile-menu {
        display: none;
    }

    .small-text {
        font-size: 16px;
        font-weight: 400;
        line-height: 29px;
    }

    .footer-tentacle-bottom {
        position: relative !important;
        margin-top: 3rem;
    }

    .mobile-menu {
        z-index: 3;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

        .mobile-menu .bg-overlay {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            background: rgba(0, 0, 0, 0.5);
        }

        .mobile-menu ul {
            position: absolute;
            right: 0;
            top: 0;
            z-index: 2;
            background: radial-gradient(137% 51.55% at 50% 51.55%, #253D4C 0%, #101117 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
            padding: 20px;
            margin: 0;
            width: 50%;
            height: 100%;
        }

            .mobile-menu ul:before {
                content: "";
                position: absolute;
                top: 0;
                right: 0;
                width: 100%;
                height: 100%;
                background: radial-gradient(137% 51.55% at 50% 51.55%, #253D4C 0%, #101117 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
                z-index: 1;
            }

            .mobile-menu ul li a {
                text-align: start !important;
                font-size: 16px !important;
                font-weight: 500 !important;
                line-height: 100% !important;
                padding: 6px 0px;
                padding-left: 0px !important;
                padding-right: 0px !important;
                margin-bottom: 6px;
            }

            .mobile-menu ul li.logout a {
                display: flex;
                align-items: center;
                justify-content: center;
                color: rgba(0, 0, 0, 0.35) !important;
            }

                .mobile-menu ul li.logout a .icon {
                    max-width: 30px;
                    max-height: 20px;
                    margin-right: 3px;
                    margin-bottom: 3px;
                }

    .x-button {
        justify-content: end;
    }

    .login-main {
        background-image: url(/assets/img/layout/login-bg-mobile.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .breadcrumb-custom {
        padding-left: 16px;
        margin: 12px 0px 20px;
    }

    .breadcrumb-custom-label {
        padding-top: 4px;
        font-size: 14px;
        line-height: 14px;
    }

    .sort-filter-container {
        gap: 12px;
        margin: 0px 0px 20px;
        padding-left: 16px;
    }

    .sort-container img,
    .filter-container img {
        max-width: 18px;
    }

    .sort-container span,
    .filter-container span {
        font-size: 14px;
        line-height: 14px;
    }

    .sort-pop-up {
        min-width: 115px;
    }

    .filter-pop-up {
        min-width: 179px;
    }

    .banner-image-games,
    .banner-image-category,
    .banner-image-innovations,
    .banner-image-roadmap,
    .banner-image-contact {
        height: 85px;
        margin-bottom: 0px;
        margin-top: var(--mobile-header-height);
    }

    .coming-soon {
        display: none;
    }

    .coming-soon-mobile {
        display: block;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        text-align: center;
        font-weight: 500;
        top: -2%;
        font-size: 8px;
        line-height: 200%;
        color: rgba(44, 84, 107, 1);
    }

    .coming-soon-label-mobile {
        position: absolute;
        top: 2.5px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 150px;
        height: 18px;
    }

    .games-new-release {
        display: none;
    }

    .games-new-release-mobile {
        position: absolute;
        top: 2px;
        left: 50%;
        transform: translate(-50%, 0);
        text-align: center;
        font-weight: 500;
        color: rgba(44, 84, 107, 0.7);
        display: block;
        font-size: 8px;
        line-height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url(/assets/img/icons/new-release-mobile.svg);
        width: 86px;
        height: 17px;
    }

    .games-new-release-label-mobile {
        /*position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        width: 86px;
        height: 17px;*/
    }

    .home-game-image {
        box-shadow: 0px 0px 14px 0px rgba(0, 201, 255, 0.5);
    }

    .home-game-image,
    .game:hover .home-game-image-overlay,
    .gif-player {
        border-radius: 13px;
    }

    .category-row {
        gap: 30px;
    }

    .category-card {
        min-height: 375px;
    }

    .games-row {
        row-gap: 18px;
        margin-bottom: 18px !important;
    }

    .contact-us {
        padding: 20px 0px 42px;
        text-align: center;
    }

    .contact-us-subtitle {
        font-weight: 200;
        font-size: 10px;
        line-height: 12px;
    }

    .contact-us-form {
        display: flex;
        flex-direction: column;
        row-gap: 13px;
    }

    .contact-us-input-field {
        background: rgba(15, 21, 30, 1);
        border: 1px solid rgba(44, 84, 107, 1);
        border-radius: 8px;
        padding: 8px 10px;
        min-width: 296px;
        font-weight: 300;
        font-size: 12px;
        line-height: 15px;
        height: 31px;
    }

    .submit-container > .play-now-btn {
        margin-top: 20px;
    }

    .play-now-btn {
        padding: 14px 34px 10px;
    }

    .home-game-image-overlay .play-now-btn {
        padding: 10px 24px 8px;
    }

    ::-webkit-input-placeholder {
        font-weight: 300;
        font-size: 12px;
        line-height: 15px;
        color: rgba(126, 126, 126, 1);
    }

    .innovation-image {
        max-width: 280px;
    }

    .roadmap-main {
        padding: 8px 16px 20px;
    }

    .roadmap-header {
        margin-bottom: 28px;
    }

    .roadmap-icon {
        max-width: 58px;
    }

    .roadmap-container {
        padding: 0px;
        margin-bottom: 40px;
    }

    .roadmap-month-label {
        padding: 0px;
        width: 130px;
    }

    .roadmap-month-container {
        row-gap: 24px;
    }

    .roadmap-quarter-game-item {
        padding: 4px 6px;
    }

    .roadmap-quarter-games-list {
        padding: 0px 4px;
        display: flex;
        flex-direction: column;
        row-gap: 6px;
        width: 100%;
        align-items: center;
    }

    .game-item-date {
        font-size: 10px;
        line-height: 12px;
        height: 16px;
        width: 70px;
        border-radius: 15px;
    }

    .game-item-description {
        row-gap: 3px;
    }

    .game-item-description-category-monster,
    .game-item-description-category-simple,
    .game-item-description-category-classic,
    .game-item-description-category-spinner,
    .game-item-description-category-masters,
    .game-item-description-category-standard {
        font-size: 12px;
        line-height: 14px;
        font-weight: 400;
    }

    #scrollToTopBtn {
        display: none;
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 36px;
        right: 9px;
        z-index: 99;
        background-image: url(/assets/img/icons/scroll-top-icon.png);
        background-size: contain;
        cursor: pointer;
    }

    .age-consent-container {
        max-width: 308px;
        height: auto;
        padding: 24px;
    }

    .age-consent-title {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 6px;
    }

    .age-consent-subtitle {
        font-size: 14px;
        line-height: 17px;
    }

    .age-consent-btn-footer {
        margin-top: 28px;
        flex-direction: column;
        row-gap: 12px;
    }

    .category-label-mmh,
    .category-label-spinner,
    .category-label-masters-of-luck,
    .category-label-no-crash,
    .category-label-simple-games,
    .category-label-the-gang {
        font-size: 8px;
        line-height: 8px;
        padding: 1px 6px;
        right: 5%;
        bottom: 5%;
        display: flex;
        align-items: center;
        border-radius: 10px;
    }

    .innovation-btn-container {
        max-width: 140px;
    }

    .innovation-coming-soon-btn {
        padding: 14px 14px 10px;
    }
}

@media only screen and (orientation: portrait) and (max-width: 960px) {
    .login-box {
        min-height: 100vh;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: -160px;
    }

        .login-box form {
            width: 100%;
        }

    .login-contact {
        background: var(--login-text-gradient-bg);
        position: fixed;
        bottom: 0;
        left: 0;
    }

        .login-contact p {
            max-width: 320px;
        }
}

@media only screen and (orientation: landscape) and (max-width: 1024px) {
    .login-contact {
        margin-top: 2rem;
    }
}

@media (min-width: 961px) {
    .login-contact {
        background: var(--login-text-gradient-bg);
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

@media (max-width: 3600px) and (max-height: 720px) {
    .logo {
        display: none;
    }
}

@media (min-width: 1091px) and (max-width: 1240px) {
    .logo-desktop {
        max-width: 230px;
    }
}

@media (min-width: 961px) and (max-width: 1090px) {
    .logo-desktop {
        max-width: 170px;
    }
}

::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none;
}

::-webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none;
}

::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}
