﻿@import './variables.css';
@import '../assets/fonts/IstokWeb/stylesheet.min.css';
@import '../assets/fonts/Kanit/stylesheet.min.css';

body {
    background-image: radial-gradient(105.78% 77.05% at 47.21% -8.29%, #15394E 0%, #101521 100%);
    font-family: 'Helvetica Neue', sans-serif;
}

p {
    font-size: 24px;
    line-height: 36px;
}

span {
    font-size: 20px;
    line-height: 30px;
}

h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
}

h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
}

h1 {
    font-size: 40px;
    font-weight: bold;
    line-height: 58px;
    margin-bottom: 1rem;
}

input {
    background: rgba(17, 22, 34, 1);
    border: 0.88px solid rgba(120, 208, 212, 0.64);
    box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 12px 18px;
}

::-webkit-input-placeholder {
    color: rgb(194, 194, 194);
    font-size: 16px;
    font-weight: 400;
}

.hero-section {
    position: relative;
    background-color: rgba(16, 21, 33, 0.4);
}

.hero-section-absolute {
    position: absolute;
    bottom: 20%;
    right: 10%;
    transform: translate(-10%, -20%)
}

.barcelona-hero-section-absolute {
    position: absolute;
    bottom: 7%;
    left: 3.2%;
}

.hero-section img {
    max-width: 100%;
}

.hero-section-content,
.schedule-section {
    max-width: 850px;
    text-align: center;
    margin: auto;
    padding: 90px 0px 0px;
}

.header-section-background {
    background-color: rgba(16, 21, 33, 0.4);
}

.header-section {
    padding: 4px 65px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .header-section img {
        max-width: 83px;
    }

.header-action-button {
    font-size: 18px;
    line-height: 18px;
    color: white;
    cursor: pointer;
}

    .header-action-button:hover {
        text-decoration: none;
    }

.landing-logo {
    max-height: 200px;
}

.event {
    font-size: 32px;
    font-weight: bold;
    line-height: 46px;
    margin-bottom: 0.5rem;
}

.underline {
    width: 80px;
    height: 4px;
    border-radius: 2px;
    background: rgba(3, 207, 213, 1);
    margin: 0 auto;
}

.schedule-form {
    padding: 56px 0px;
    background-image: linear-gradient(180deg, #153549 0%, #101521 100%);
    border-radius: 40px;
}

.thank-you {
    display: none;
}

    .thank-you .landing-logo,
    .container .landing-logo {
        width: 120px;
    }

.form {
    padding: 0px 179px;
}

.input-form {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
}

    .input-form input {
        color: white;
    }

.custom-button.sm {
    font-size: 24px;
    line-height: 35px;
    font-weight: bold;
    padding: 24px 32px;
    height: 64px;
    cursor: pointer;
}

.mr-2 {
    margin-right: 24px;
}

.social-connectors {
    padding-bottom: 40px;
}

.footer {
    padding-top: 0px;
}

.footer-tentacle-right {
    position: absolute;
    top: -10%;
    right: 5%;
}

.footer-tentacle-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
}

.cookies-container-content > span,
.cookies-container-content > div > button > span {
    font-size: 1rem;
    line-height: 1.5rem;
}

.terms-privacy {
    padding-top: 42px;
    padding-bottom: 40px;
}

    .terms-privacy a {
        color: white;
        text-decoration: none;
    }

        .terms-privacy a:first-child {
            margin-right: 64px;
        }

@media only screen and (max-width: 960px) {
    h1 {
        font-size: 24px;
        line-height: 35px;
    }

    .footer-tentacle-bottom {
        margin-top: 1rem;
    }

    .event {
        font-size: 24px;
        line-height: 35px;
    }

    .hero-section-content,
    .schedule-section {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .schedule-section {
        padding-left: 8px;
        padding-right: 8px;
    }

    .form {
        padding: 0px 48px;
    }

    .input-form {
        flex-direction: column;
    }

        .input-form input {
            width: 100%;
        }

    .footer p {
        font-size: 30px;
        line-height: 48px;
    }

    p {
        font-size: 18px;
        line-height: 24px;
    }

    .mr-2 {
        margin-right: 16px;
    }
}

h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 58px;
}

.introduction-container {
    max-width: 1740px !important;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 52px;
    margin-top: 80px;
    margin-bottom: 32px;
}

    .introduction-container img {
        width: 270px;
    }

    .introduction-container h2 {
        line-height: 23px;
        margin-bottom: 20px;
        font-size: 32px;
    }

    .introduction-container div {
        text-align: justify;
    }

    .introduction-container span,
    .our-games-container span {
        text-align: justify;
    }

.event-games-description-container {
    margin-bottom: 48px;
    text-align: justify;
}

.spinners-row,
.mmh-row,
.mol-row {
    margin-top: 64px;
}

.container {
    padding-right: var(--bs-gutter-x, .75rem) !important;
    padding-left: var(--bs-gutter-x, .75rem) !important;
}

.gradient-header {
    background: linear-gradient(90deg, #03CFD5, #FFFFFF);
    background-size: 90%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.blue-glow-header,
.blue-glow-header-mmh,
.blue-glow-header-our-team,
.blue-glow-header-our-team-barcelona,
.blue-glow-header-coming-soon,
.blue-glow-header-access,
.blue-glow-header-history-made {
    font-size: 48px;
    line-height: 34px;
    margin-bottom: 64px;
    color: white;
    -webkit-text-stroke-width: 1.4px;
    -webkit-text-stroke-color: rgba(0, 248, 255, 1);
    text-shadow: rgba(0, 239, 246, 0.8) 0px 0 18px;
    position: relative;
    font-weight: 700;
}

.blue-glow-header-our-team-barcelona {
    margin-bottom: 128px;
}

.blue-glow-header-history-made {
    font-size: 52px;
    margin-bottom: 48px;
}

.blue-glow-header-coming-soon,
.blue-glow-header-access {
    margin-bottom: 32px;
}

.blue-glow-header::after {
    content: "Our Latest Games";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blue-glow-header-mmh::after {
    content: "Monster Mega Hit® Delivers the Impossible";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blue-glow-header-our-team::after {
    content: "Meet Our Team At Sigma Central Europe";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

blue-glow-header-our-team-barcelona::after {
    content: "Meet Our Team At ICE Barcelona";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blue-glow-header-coming-soon::after {
    content: "Coming soon";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blue-glow-header-access::after {
    content: "Get Access to Our Exclusive Content";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blue-glow-header-history-made::after {
    content: "History Has Been Made";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.yellow-glow-header-mol,
.yellow-glow-header-spinners,
.yellow-glow-header-mmh,
.yellow-glow-header-coming-soon,
.yellow-glow-header-mmh-delivers,
.yellow-glow-header-pot-feature,
.yellow-glow-header-africup-spinners {
    font-size: 32px;
    line-height: 27px;
    margin-bottom: 32px;
    color: white;
    -webkit-text-stroke-width: 0.7px;
    -webkit-text-stroke-color: rgba(247, 255, 91, 1);
    text-shadow: rgba(247, 255, 91, 0.8) 0px 0 18px;
    position: relative;
    font-weight: 700;
}

.yellow-glow-header-mmh-delivers {
    margin-bottom: 20px;
    text-align: start;
    line-height: 34px;
}

.yellow-glow-header-mol::after {
    content: "Masters of Luck";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.yellow-glow-header-spinners::after {
    content: "Spinners";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.yellow-glow-header-mmh::after {
    content: "Monster Mega Hit®";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.yellow-glow-header-mmh-delivers::after {
    content: "Monster Mega Hit® Delivers the Biggest Multiplier Ever";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.yellow-glow-header-pot-feature::after {
    content: "Pot Feature";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.yellow-glow-header-africup-spinners::after {
    content: "Africup Spinners";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.games-subtitle {
    font-size: 28px;
    line-height: 20px;
    margin-bottom: 24px;
}

.mmh-delivers-container {
    margin-top: 146px;
}

    .coming-soon-container .event-games-description-container,
    .mmh-delivers-container .event-games-description-container {
        margin-bottom: 0px;
    }

.coming-soon-container .event-games-description-container {
    margin-bottom: 98px;
}

.footer-policies a span {
    font-size: 10px;
    line-height: 12px;
}

.schedule-section {
    padding-top: 0px;
    padding-bottom: 240px;
}

.custom-button.sm {
    font-size: 1rem;
    width: fit-content;
    border-radius: 12px;
}

.game {
    height: 100%;
    max-width: unset;
    background: var(--games-group-bg);
    background-blend-mode: multiply;
    margin-bottom: 14px;
}

.game-description {
    height: 100%;
    justify-content: space-between;
    padding-top: 16px;
    height: 259px;
}

.game,
.game-description {
    flex-direction: column;
    display: flex;
}

.gang-container,
.schedule-section {
    text-align: center;
    margin-top: 164px;
}

.gang-img {
    max-width: 1420px;
    width: 100%;
}

.gang-img-mobile {
    display: none;
}

.our-team-title-absolute {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 5%;
    transform: translate(-50%, -5%);
    width: 100%;
}

.event-button {
    padding: 24px 32px !important;
}

.features-event-container {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    gap: 32px;
}

.features-event-item {
    max-width: 380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .features-event-item > div {
        max-width: 305px;
    }

    .features-event-item img {
        max-width: 100%;
        margin-bottom: 24px;
        max-height: 260px;
    }

.image-relative {
    position: relative;
}

.image-title-absolut {
    position: absolute;
    top: 8px;
    left: 18px;
    background: #000000;
    padding: 4px 12px;
    border-radius: 8px;
}

.custom-button {
    border: 1px solid var(--button-border-color);
    box-shadow: 0 3.51px 8.94px 0 #0000002b inset, 0 -2.63px 4.64px 0 #ffffff40 inset;
    overflow: hidden;
    justify-content: center;
    color: var(--white-color);
    align-items: center;
    display: flex;
    position: relative;
    background: var(--button-bg);
}

    .custom-button::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%);
    }

.custom-button-blue {
    border: 1px solid rgba(119, 122, 255, 1);
    box-shadow: 0 3.51px 8.94px 0 #0000002b inset, 0 -2.63px 4.64px 0 #ffffff40 inset;
    overflow: hidden;
    justify-content: center;
    color: var(--white-color);
    align-items: center;
    display: flex;
    position: relative;
    background: rgba(37, 38, 82, 1);
    border-radius: 10px;
    cursor: pointer;
    height: 43px;
    padding: 16px 26px;
}

    .custom-button-blue::after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(64% 216.41% at 50% 66.67%, #424492 0%, rgba(37, 38, 82, 0) 100%);
    }

    .custom-button-blue:hover,
    .custom-button-ice-glow :hover {
        text-decoration: none;
    }

    .custom-button-blue.sm span,
    .custom-button-ice-glow.sm span {
        font-weight: 700;
        font-size: 16px;
        line-height: 11px;
        position: relative;
        z-index: 2;
    }

.custom-button-ice-glow.sm span {
    line-height: 16px;
}

.custom-button-ice-glow {
    border: 1.3px solid rgba(97, 255, 239, 1);
    box-shadow: 0px 0px 10px 0px #61ffef66 inset, 0px 0px 11px 0px #61ffef;
    overflow: hidden;
    justify-content: center;
    color: var(--white-color);
    align-items: center;
    display: flex;
    position: relative;
    background: rgba(8, 14, 42, 1);
    border-radius: 10px;
    cursor: pointer;
    padding: 14px 26px;
    height: unset;
}

    .custom-button-ice-glow::after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(43% 85.41% at 50% 50%, #00f2ff66 0%, rgba(37, 38, 82, 0) 100%);
    }

@keyframes scroll {
    to {
        transform: translate(calc(-50% - 0.5rem));
    }
}

@media only screen and (max-width: 960px) {
    span {
        font-size: 16px;
        line-height: 24px;
    }

    .header-section {
        padding: 4px 22px 2px;
    }

        .header-section img {
            max-width: 58px;
        }

    .custom-button {
        max-width: 100%;
        padding: .5rem 1.5rem !important;
        border-radius: 8px !important;
        height: unset !important;
    }

        .custom-button span {
            font-size: 18px !important;
            line-height: 24px !important;
        }

    .header-action-button span {
        font-size: 1rem !important;
        line-height: 1.5rem !important;
    }

    .custom-button-blue {
        width: 196px;
        padding: 18px 24px 14px;
    }

    .custom-button-ice-glow {
        padding: 14px 26px;
    }

        .custom-button-ice-glow.sm span {
            font-size: 14px;
            line-height: 18px;
        }

    .introduction-container {
        max-width: unset;
        flex-direction: column;
        gap: 20px;
        margin-top: 32px;
    }

        .introduction-container img {
            max-width: 161px;
        }

        .introduction-container h2 {
            font-size: 24px;
            line-height: 17px;
            margin-bottom: 20px;
        }

    .blue-glow-header,
    .blue-glow-header-mmh,
    .blue-glow-header-our-team,
    .blue-glow-header-coming-soon,
    .blue-glow-header-access,
    .blue-glow-header-our-team-barcelona,
    .blue-glow-header-history-made {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 24px;
        -webkit-text-stroke-width: 0.8px;
        -webkit-text-stroke-color: rgba(0, 248, 255, 1);
        text-shadow: rgba(0, 239, 246, 0.6) 0px 0 10px;
    }

    .yellow-glow-header-mol,
    .yellow-glow-header-spinners,
    .yellow-glow-header-mmh,
    .yellow-glow-header-coming-soon,
    .yellow-glow-header-mmh-delivers,
    .yellow-glow-header-pot-feature,
    .yellow-glow-header-africup-spinners {
        font-size: 24px;
        line-height: 17px;
        margin-bottom: 24px;
        -webkit-text-stroke-width: 0.8px;
        -webkit-text-stroke-color: rgba(247, 255, 91, 1);
        text-shadow: rgba(247, 255, 91, 0.5) 0px 0 7px;
    }

    .blue-glow-header-history-made,
    .yellow-glow-header-mmh-delivers,
    .yellow-glow-header-pot-feature {
        text-align: center;
    }

    .yellow-glow-header-mmh-delivers {
        line-height: 22px;
    }

    h2 {
        font-size: 24px;
        line-height: 36px;
    }

    .event-games-description-container {
        margin-bottom: 20px;
    }

    .games-subtitle {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .schedule-subtitle {
        max-width: 290px;
        margin: 0 auto;
        text-align: start;
    }

    .gang-img {
        display: none;
    }

    .gang-img-mobile {
        display: block;
        width: 100%;
    }

    .features-event-container {
        flex-direction: column;
        align-items: center;
    }
}

.hero-section-content {
    max-width: 1320px;
}

h2 {
    font-size: 36px;
    line-height: 52px;
}

.text-justify {
    text-align: justify;
}

.hero-section-content .custom-button.sm,
.submit-form-button-container .custom-button.sm {
    border-radius: 14px;
    margin-top: 64px !important;
    padding: 20px 28px !important;
    height: 54px;
}

.submit-form-button-container .custom-button.sm {
    height: unset;
    padding: 16px 28px !important;
}

    .hero-section-content .custom-button.sm span,
    .submit-form-button-container .custom-button.sm span {
        font-size: 20px;
        line-height: 100%;
    }

.container {
    max-width: 1260px;
}

.event {
    margin-top: 68px;
}

.contact-hover-text,
.contact-hover-email,
.category-label-spinner span {
    font-family: 'Helvetica Neue', sans-serif;
}

.category-label-spinner span {
    font-size: 14px;
    line-height: 17px;
}

.event-button {
    padding: 24px 26px !important;
}

.game {
    background: none;
    margin-bottom: 0px;
    max-width: 396px;
}

.game-badge-icon {
    max-width: 72px;
    position: absolute;
    top: 49%;
    right: 14px;
    transform: translateY(-50%);
}

.game-badge-mol {
    max-width: 95px;
}

.game-badge-spinner {
    max-width: 140px;
}

.mmh-banner {
    max-width: 100%;
    margin-bottom: 40px;
}

.mmh-banner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mmh-original {
    font-size: 1rem;
    vertical-align: super;
}

.mmh-banner-description {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    max-width: 343px;
    margin: 0 auto;
    margin-bottom: 12px;
}

.replay-button {
    margin: 0 auto;
    height: 44px !important;
    gap: 8px;
    padding: 0 30px !important;
}

.replay-button-36mx {
    position: absolute !important;
    margin: unset !important;
    left: 50%;
    bottom: -4%;
    transform: translate(-50%, 4%);
}

    .replay-button-36mx::after {
        position: absolute !important;
        left: 50%;
        bottom: -4%;
        transform: translate(-50%, 4%);
    }

.our-games-container {
    margin-top: 72px;
}

.custom-button:hover {
    text-decoration: none;
    transition: none !important;
}

.our-games-container .game {
    height: unset;
}

.next-release-container .game {
    height: 100%;
}

.spinners-container,
.next-release-container,
.unique-container,
.the-call-container {
    margin-top: 72px;
}

.coming-soon-container {
    margin-top: 146px;
}

.spinner-game-card:hover .in-preparation-button {
    display: none;
}

.game-description {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 30px 20px 30px 20px;
    background: radial-gradient(111.13% 87.91% at 29.62% 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.612) 100%);
    background-blend-mode: multiply;
}

.game-description-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 14px;
    margin-bottom: 20px;
}

.game-description .small-text {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}

.game-description .custom-button.sm {
    height: 42px;
    padding: 14px 30px;
    padding-right: 29px;
}

    .game-description .custom-button.sm span {
        font-size: 20px;
        font-weight: 700;
    }

.custom-button.sm span {
    font-size: 20px;
    line-height: 100%;
}

.features-event-item {
    max-width: 100%;
    width: 385px;
    gap: 30px;
}

    .features-event-item > div {
        max-width: 100%;
    }

    .features-event-item p {
        color: #64E1E5;
        font-weight: 700;
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 16px;
    }

    .features-event-item span {
        font-size: 20px;
        line-height: 29px;
    }

    .features-event-item img {
        margin-bottom: 28px;
        max-height: 450px;
    }

.features-event-container .custom-button.sm {
    margin-top: 0px !important;
}

.features-item-description {
    text-align: justify;
}

.form {
    padding: 0 115px;
}

.input-form > div {
    width: 294px;
}

input {
    width: 100%;
}

.schedule-section .gradient-header {
    margin-bottom: 32px;
}

.gang-container .gradient-header,
.the-call-container .gradient-header {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 58px;
}

.the-call-container .gradient-header {
    margin-bottom: 32px;
}

.schedule-section-subheader {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 24px;
}

.gang-img {
    max-width: 1920px;
}

.linkedin-profiles-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    column-gap: 43px;
}

.linkedin-profile-jan {
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.linkedin-profile-momo {
    position: absolute;
    top: -5%;
    left: 37%;
    transform: translate(-37%, -5%);
}

.linkedin-profile-kertu {
    position: absolute;
    top: 6%;
    left: 27%;
    transform: translate(-27%, 0%);
}

.linkedin-profile-gregor {
    position: absolute;
    top: -5%;
    right: 37%;
    transform: translate(37%, -5%);
}

.linkedin-profile-arista {
    position: absolute;
    top: 6%;
    right: 26%;
    transform: translate(26%, 0%);
}

.linkedin-profiles-description {
    position: unset;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) -58.55%, rgba(0, 0, 0, 0.8) 100%);
    color: #fff;
    padding: 16px 20px 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 280px;
}

    .linkedin-profiles-description p {
        margin-bottom: 0px;
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
    }

    .linkedin-profiles-description span {
        font-size: 16px;
        line-height: 12px;
    }

    .linkedin-profiles-description .underline {
        margin-top: 6px;
        margin-bottom: 10px;
        margin-left: 0px;
    }

.in-preparation-button {
    background: rgba(0, 0, 0, 1);
    box-shadow: 0px 2.03px 5.17px 0px rgba(0, 0, 0, 0.17) inset, 0px -1.52px 2.69px 0px rgba(255, 255, 255, 0.25) inset;
    position: relative;
    color: var(--white-color);
    overflow: hidden;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .in-preparation-button.sm {
        width: fit-content;
        font-size: 24px !important;
        border-radius: 12px;
        border: 1.5px solid rgba(217, 217, 217, 0.61);
        padding: 12px 28px;
    }

        .in-preparation-button.sm:hover {
            text-decoration: none;
        }

    .in-preparation-button::after {
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(84% 216.41% at 50% 120.91%, #FFFFFF -30%, rgba(3, 207, 213, 0) 100%);
        background-blend-mode: color;
    }

    .in-preparation-button.sm span {
        font-size: 20px;
        font-weight: 700;
        line-height: 100%;
    }

.schedule-form {
    padding: 80px 0px 68px;
}

.submit-form-button-container {
    margin-top: 10px;
}

.submit-container-title {
    margin-bottom: 28px;
}

    .submit-container-title p {
        font-size: 20px;
        line-height: 14px;
        margin-bottom: 28px;
    }

    .submit-container-title a {
        font-weight: 700;
        color: white;
        text-decoration: none;
    }

        .submit-container-title a:hover {
            text-decoration: underline;
        }

    .submit-container-title span {
        font-size: 16px;
        line-height: 11px;
    }

.gradient-header-description {
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    margin: auto;
    margin-bottom: 60px;
}

.spinner-game-card {
    background: unset;
    position: relative;
    max-height: fit-content;
}

    .spinner-game-card .in-preparation-button {
        position: absolute;
        bottom: 31px;
        left: 18px;
    }

    .spinner-game-card .home-game-image-overlay {
        row-gap: 36px;
    }

    .spinner-game-card .play-now-btn {
        margin-top: 0px;
    }

    .spinner-game-card .contact-hover-text {
        margin-bottom: 0px;
    }

.footer {
    padding-top: 24px;
}

.social-connectors, .terms-privacy {
    padding-bottom: 0px;
}

.connect-team-button {
    margin-top: 24px !important;
    padding: 16px 28px !important;
    border-radius: 14px !important;
    height: unset !important;
}

    .connect-team-button span {
        font-size: 24px;
        line-height: 100%;
    }

.coming-soon-container .game {
    margin-bottom: 0px;
}

.image-relative img {
    max-height: 240px;
}

@media only screen and (max-width: 960px) {
    h1 {
        font-size: 20px;
        line-height: 29px;
    }

    h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .hero-section-content {
        padding: 75px 16px 0px !important;
    }

    .game {
        max-width: 275px;
        margin-bottom: 0px;
    }

    .game-badge-icon {
        max-width: 58px;
        top: 49%;
    }

    .game-badge-spinner {
        max-width: 100px;
    }

    .mmh-banner-container {
        flex-direction: column;
        gap: 8px;
        margin: 0 auto;
    }

        .mmh-banner-container div {
            max-width: 759px;
        }

    .mmh-banner {
        width: 100%;
        max-width: 100%;
    }

    .mmh-banner-description {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 10px;
    }

    .event {
        margin-top: 30px !important;
        font-size: 18px;
        line-height: 26px;
        max-width: 270px;
        margin: auto;
    }

        .event:last-child {
            max-width: unset;
            line-height: 20px;
        }

    .hero-section-content .custom-button.sm {
        height: 46px !important;
        margin-top: 26px !important;
        border-radius: 7px !important;
        padding: 16px 18px !important;
    }

    .hero-section-absolute {
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 196px;
    }

    .barcelona-hero-section-absolute {
        bottom: 3%;
        left: 50%;
        transform: translate(-50%, -3%)
    }

    .underline {
        margin-top: 4px;
        margin-bottom: 34px;
    }

    .row,
    .unique-container,
    .gang-container,
    .the-call-container {
        margin-top: 48px !important;
    }

    p {
        font-size: 20px;
        line-height: 29px;
    }

    .gradient-header,
    .schedule-section .gradient-header {
        margin: 0 auto;
        margin-bottom: 8px;
        max-width: 320px;
    }

    .gradient-header-description {
        font-size: 20px;
        line-height: 29px;
        margin: 0 auto;
        margin-bottom: 20px;
        max-width: 320px;
    }

    .event-button {
        padding: 16px 18px !important;
        font-size: 20px !important;
        line-height: 100% !important;
    }

    .custom-button.sm span {
        font-size: 20px !important;
        line-height: 100% !important;
    }

    .game-description .custom-button.sm span {
        font-size: 14px !important;
        line-height: 16px !important;
    }

    .col-sm-4 {
        margin-bottom: 20px;
    }

    .container .row .col-sm-4:last-child {
        margin-bottom: 0px;
    }

    .replay-button {
        height: 38px !important;
        padding: 0 24px !important;
    }

        .replay-button img {
            width: 26px;
        }

    .custom-button.sm.replay-button span {
        font-size: 18px !important;
        margin-top: 4px;
    }

    .spinner-game-card .in-preparation-button {
        bottom: 14px;
        left: 14px;
    }

    .category-label-mmh,
    .category-label-spinner {
        right: 3%;
        bottom: 2%;
    }

    .game-description {
        min-height: 180px;
    }

    .game-description-title {
        font-size: 16px;
        line-height: 11px;
        margin-bottom: 14px;
    }

    .game-description .small-text {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 0px;
    }

    .game-description,
    .coming-soon-container .game-description {
        padding: 21px 14px;
        text-align: justify;
        height: 178px;
    }

        .game-description > .custom-button.sm {
            padding: 8px 20px !important;
            border-radius: 8px !important;
        }

    .spinners-row,
    .mmh-row {
        margin-top: 48px !important;
    }

    .mmh-delivers-container,
    .coming-soon-container {
        margin-top: 80px;
    }

        .coming-soon-container .event-games-description-container {
            margin-bottom: 20px;
        }

    .our-games-container {
        margin-top: 56px;
    }

        .our-games-container .text-center,
        .our-games-container .event-games-description-container,
        .coming-soon-container .event-games-description-container {
            padding: 0px 34px;
        }

    .introduction-container div {
        padding: 0px 24px;
    }

    .history-container > div {
        padding: 0px 23px;
    }

    .history-container .d-flex {
        row-gap: 18px;
    }

    .event-games-description-container {
        padding: 0px 24px;
    }

    .mmh-delivers-container .text-center {
        max-width: 313px;
        margin: 0 auto;
    }

    .in-preparation-button.sm,
    .game-description > .in-preparation-button.sm {
        height: unset !important;
        padding: 9px 20px 6px !important;
        border-radius: 8px !important;
        border: 1px solid rgba(217, 217, 217, 0.61);
        max-width: fit-content;
    }

    .next-release-header h2,
    .unique-container .gradient-header {
        font-size: 30px;
        line-height: 43px;
        background-size: 100%;
    }

    .next-release-header p,
    .unique-subtitle {
        font-size: 24px;
        line-height: 35px;
    }

    .features-event-container {
        gap: 58px;
        margin-top: 58px;
    }

    .features-event-item {
        padding: 0px 24px;
    }

        .features-event-item p {
            font-size: 22px;
            line-height: 26px;
        }

        .features-event-item span {
            font-size: 20px;
            line-height: 29px;
        }

        .features-event-item img {
            max-height: unset;
            margin-bottom: unset;
        }

        .features-event-item .custom-button.sm {
            margin-top: 30px !important;
        }

        .features-event-item .custom-button span {
            font-size: 20px !important;
        }

        .features-event-item > div {
            max-width: 335px;
            margin: 0 auto;
        }

            .features-event-item > div:first-child {
                margin-bottom: 28px;
            }

    .image-title-absolut {
        padding: 7px 12px;
        top: 6px;
        left: 7px;
        border-radius: 9px;
    }

        .image-title-absolut span {
            font-size: 16px;
        }

    .coming-soon-header .gradient-header,
    .the-call-container .gradient-header {
        font-size: 30px;
        line-height: 43px;
        max-width: 100%;
        background-size: 100%;
    }

    .the-call-container .gradient-header {
        margin-bottom: 8px;
    }

    .coming-soon-header p {
        font-size: 24px;
        line-height: 35px;
    }

    .gang-container .gradient-header {
        font-size: 30px;
        line-height: 43px;
        max-width: 100%;
        background-size: 100%;
    }

    .gang-container .custom-button {
        margin-top: 14px !important;
        border-radius: 7px !important;
    }

        .gang-container .custom-button span {
            font-size: 16px !important;
            line-height: 16px !important;
        }

    .gang-container .custom-button,
    .schedule-form .custom-button {
        height: unset !important;
    }

    .linkedin-profiles-container {
        column-gap: 6px;
    }

    .schedule-form .custom-button p {
        padding: 0px;
        font-weight: 700;
        font-size: 20px;
    }

    .form {
        padding: 0 48px;
    }

    .input-form > div {
        width: 100%;
    }

    .schedule-section {
        margin-top: 80px !important;
        padding-bottom: 46px;
    }

        .schedule-section .gradient-header {
            font-size: 24px;
            line-height: 35px;
        }

        .schedule-section p {
            font-size: 16px;
            line-height: 23px;
            margin-bottom: 8px;
        }

    .schedule-section-subheader {
        text-align: start !important;
        line-height: 24px;
    }

    .schedule-form {
        padding: 30px 0px 0px;
    }

    .connect-team-button {
        padding: 14px 26px !important;
    }

    .submit-form-button-container {
        margin-top: 28px;
    }

    .submit-container-title span {
        font-size: 14px;
        line-height: 20px;
    }

    .schedule-form .custom-button.sm {
        margin-top: 0px !important;
        padding: 14px 26px !important;
        height: unset !important;
    }

        .in-preparation-button.sm span,
        .schedule-form .custom-button.sm span {
            font-size: 14px !important;
            line-height: 14px !important;
        }

    input {
        font-size: 14px;
        line-height: 17px;
        padding: 6px 8px;
    }

    ::-webkit-input-placeholder {
        font-size: 14px;
        line-height: 17px;
    }
}

@media (min-width: 701px) and (max-width: 960px) {
    .blue-glow-header-our-team-barcelona {
        margin-bottom: 84px;
    }

    .linkedin-profile-jan {
        top: -22%;
        transform: translate(-50%, 0%);
    }

    .linkedin-profile-momo {
        top: -8%;
        left: 30%;
        transform: translate(-30%, -8%);
    }

    .linkedin-profile-kertu {
        top: 4%;
        left: 15%;
        transform: translate(-15%, 0%);
    }

    .linkedin-profile-gregor {
        top: -8%;
        right: 29%;
        transform: translate(29%, -8%);
    }

    .linkedin-profile-arista {
        top: 4%;
        right: 14%;
        transform: translate(14%, 0%);
    }

    .linkedin-profiles-description {
        padding: 4px 6px;
        width: 160px;
    }

        .linkedin-profiles-description p {
            font-size: 14px;
            line-height: 16px;
            font-weight: 700;
        }

        .linkedin-profiles-description .underline {
            margin-top: 4px;
            margin-bottom: 6px;
        }

        .linkedin-profiles-description span {
            font-size: 10px;
            line-height: 10px;
        }

        .linkedin-profiles-description img {
            height: 24px;
            width: 24px;
        }
}

@media (min-width: 551px) and (max-width: 700px) {
    .blue-glow-header-our-team-barcelona {
        margin-bottom: 84px;
    }

    .linkedin-profile-jan {
        top: -30%;
        transform: translate(-50%, 0%);
    }

    .linkedin-profile-momo {
        top: -12%;
        left: 30%;
        transform: translate(-30%, -12%);
    }

    .linkedin-profile-kertu {
        top: 2%;
        left: 10%;
        transform: translate(-10%, 0%);
    }

    .linkedin-profile-gregor {
        top: -12%;
        right: 29%;
        transform: translate(29%, -12%);
    }

    .linkedin-profile-arista {
        top: 2%;
        right: 12%;
        transform: translate(12%, 0%);
    }

    .linkedin-profiles-description {
        width: 110px;
        max-height: 30px;
        padding: 6px;
    }

        .linkedin-profiles-description p {
            font-size: 8px;
            line-height: 10px;
        }

        .linkedin-profiles-description span {
            font-size: 6px;
            line-height: 4px;
        }

        .linkedin-profiles-description img {
            height: 14px;
            width: 14px;
        }

        .linkedin-profiles-description .underline {
            width: 26px;
            margin-top: 2px;
            margin-bottom: 3px;
            height: 1.3px;
        }
}

@media (min-width: 401px) and (max-width: 550px) {
    .blue-glow-header-our-team-barcelona {
        margin-bottom: 84px;
    }

    .linkedin-profile-jan {
        top: -30%;
        transform: translate(-50%, 0%);
    }

    .linkedin-profile-momo {
        top: -12%;
        left: 30%;
        transform: translate(-30%, -12%);
    }

    .linkedin-profile-kertu {
        top: 2%;
        left: 10%;
        transform: translate(-10%, 0%);
    }

    .linkedin-profile-gregor {
        top: -12%;
        right: 29%;
        transform: translate(29%, -12%);
    }

    .linkedin-profile-arista {
        top: 2%;
        right: 12%;
        transform: translate(12%, 0%);
    }

    .linkedin-profiles-description {
        width: 90px;
        max-height: 30px;
        padding: 4px;
    }

        .linkedin-profiles-description p {
            font-size: 8px;
            line-height: 10px;
        }

        .linkedin-profiles-description span {
            font-size: 6px;
            line-height: 4px;
        }

        .linkedin-profiles-description img {
            height: 14px;
            width: 14px;
        }

        .linkedin-profiles-description .underline {
            width: 26px;
            margin-top: 2px;
            margin-bottom: 3px;
            height: 1.3px;
        }
}

@media only screen and (max-width: 400px) {
    .gang-container .text-center {
        max-width: 330px;
        margin: 0 auto;
    }

    .blue-glow-header-our-team-barcelona {
        margin-bottom: 68px;
    }

    .linkedin-profiles-container {
        column-gap: 2px;
    }

    .linkedin-profile-jan {
        top: -50%;
        transform: translate(-50%, 50%);
    }

    .linkedin-profile-momo {
        top: -20%;
        left: 30%;
        transform: translate(-30%, -20%);
    }

    .linkedin-profile-kertu {
        top: 0%;
        left: 13%;
        transform: translate(-13%, 0%);
    }

    .linkedin-profile-gregor {
        top: -20%;
        right: 30%;
        transform: translate(30%, -20%);
    }

    .linkedin-profile-arista {
        top: 0%;
        right: 12%;
        transform: translate(12%, 0%);
    }

    .linkedin-profiles-description {
        width: 90px;
        max-height: 30px;
        padding: 4px;
    }

        .linkedin-profiles-description p {
            font-size: 8px;
            line-height: 10px;
        }

        .linkedin-profiles-description span {
            font-size: 6px;
            line-height: 4px;
        }

        .linkedin-profiles-description img {
            height: 14px;
            width: 14px;
        }

        .linkedin-profiles-description .underline {
            width: 26px;
            margin-top: 2px;
            margin-bottom: 3px;
            height: 1.3px;
        }
}


@media (min-width: 2201px) and (max-width: 2400px) {
    .linkedin-profile-momo {
        left: 35%;
        transform: translate(-35%, -5%);
    }

    .linkedin-profile-kertu {
        left: 24%;
        transform: translate(-24%, 0%);
    }

    .linkedin-profile-gregor {
        right: 35%;
        transform: translate(35%, -5%);
    }

    .linkedin-profile-arista {
        right: 23%;
        transform: translate(23%, 0%);
    }

    /*.barcelona-hero-section-absolute {
        bottom: 20%;
        right: 10%;
        transform: translate(-10%, -20%)
    }*/
}

@media (min-width: 2001px) and (max-width: 2200px) {
    .linkedin-profile-momo {
        left: 32%;
        transform: translate(-32%, -5%);
    }

    .linkedin-profile-kertu {
        left: 21%;
        transform: translate(-21%, 0%);
    }

    .linkedin-profile-gregor {
        right: 32%;
        transform: translate(32%, -5%);
    }

    .linkedin-profile-arista {
        right: 20%;
        transform: translate(20%, 0%);
    }

    /*.barcelona-hero-section-absolute {
        bottom: 20%;
        right: 10%;
        transform: translate(-10%, -20%)
    }*/
}

@media (min-width: 1801px) and (max-width: 2000px) {
    .linkedin-profile-momo {
        left: 30%;
        transform: translate(-30%, -5%);
    }

    .linkedin-profile-kertu {
        left: 19%;
        transform: translate(-19%, 0%);
    }

    .linkedin-profile-gregor {
        right: 30%;
        transform: translate(30%, -5%);
    }

    .linkedin-profile-arista {
        right: 18%;
        transform: translate(18%, 0%);
    }
}

@media (min-width: 1651px) and (max-width: 1800px) {
    .linkedin-profile-jan {
        top: -15%;
        transform: translate(-50%, 0%);
    }

    .linkedin-profile-momo {
        left: 30%;
        transform: translate(-30%, -5%);
    }

    .linkedin-profile-kertu {
        left: 17%;
        transform: translate(-17%, 0%);
    }

    .linkedin-profile-gregor {
        right: 30%;
        transform: translate(30%, -5%);
    }

    .linkedin-profile-arista {
        right: 16%;
        transform: translate(16%, 0%);
    }
}

@media (min-width: 1501px) and (max-width: 1650px) {
    .linkedin-profile-jan {
        top: -18%;
        transform: translate(-50%, 0%);
    }

    .linkedin-profile-momo {
        left: 32%;
        transform: translate(-32%, -5%);
    }

    .linkedin-profile-kertu {
        left: 17%;
        transform: translate(-17%, 0%);
    }

    .linkedin-profile-gregor {
        right: 30%;
        transform: translate(30%, -5%);
    }

    .linkedin-profile-arista {
        right: 16%;
        transform: translate(16%, 0%);
    }
}

@media (min-width: 1101px) and (max-width: 1500px) {
    .linkedin-profile-jan {
        top: -18%;
        transform: translate(-50%, 0%);
    }

    .linkedin-profile-momo {
        left: 34%;
        transform: translate(-34%, -5%);
    }

    .linkedin-profile-kertu {
        left: 17%;
        transform: translate(-17%, 0%);
    }

    .linkedin-profile-gregor {
        right: 32%;
        transform: translate(32%, -5%);
    }

    .linkedin-profile-arista {
        right: 16%;
        transform: translate(16%, 0%);
    }

    .linkedin-profiles-description {
        padding: 8px 10px;
        width: 200px;
    }

        .linkedin-profiles-description p {
            font-size: 16px;
            line-height: 20px;
            font-weight: 700;
        }

        .linkedin-profiles-description .underline {
            margin-top: 4px;
            margin-bottom: 6px;
        }

        .linkedin-profiles-description span {
            font-size: 12px;
            line-height: 10px;
        }

        .linkedin-profiles-description img {
            height: 32px;
            width: 32px;
        }
}

@media (min-width: 961px) and (max-width: 1100px) {
    .linkedin-profile-jan {
        top: -22%;
        transform: translate(-50%, 0%);
    }

    .linkedin-profile-momo {
        top: -8%;
        left: 32%;
        transform: translate(-32%, -8%);
    }

    .linkedin-profile-kertu {
        top: 4%;
        left: 17%;
        transform: translate(-17%, 0%);
    }

    .linkedin-profile-gregor {
        top: -8%;
        right: 31%;
        transform: translate(31%, -8%);
    }

    .linkedin-profile-arista {
        top: 4%;
        right: 16%;
        transform: translate(16%, 0%);
    }

    .linkedin-profiles-description {
        padding: 6px 8px;
        width: 180px;
    }

        .linkedin-profiles-description p {
            font-size: 16px;
            line-height: 20px;
            font-weight: 700;
        }

        .linkedin-profiles-description .underline {
            margin-top: 4px;
            margin-bottom: 6px;
        }

        .linkedin-profiles-description span {
            font-size: 12px;
            line-height: 10px;
        }

        .linkedin-profiles-description img {
            height: 32px;
            width: 32px;
        }
}

@media (min-width: 1901px) and (max-width: 2100px) {
    .hero-section-absolute {
        bottom: 20%;
        right: 9%;
        transform: translate(-9%, -20%);
    }

    /*.barcelona-hero-section-absolute {
        bottom: 20%;
        right: 10%;
        transform: translate(-10%, -20%)
    }*/
}

@media (min-width: 1800px) and (max-width: 1900px) {
    .hero-section-absolute {
        bottom: 20%;
        right: 8%;
        transform: translate(-8%, -20%);
    }

    /*.barcelona-hero-section-absolute {
        bottom: 20%;
        right: 10%;
        transform: translate(-10%, -20%)
    }*/
}

@media (min-width: 1400px) and (max-width: 1799px) {
    .hero-section-absolute {
        bottom: 17%;
        right: 8%;
        transform: translate(-8%, -17%);
    }

    /*.barcelona-hero-section-absolute {
        bottom: 20%;
        right: 10%;
        transform: translate(-10%, -20%)
    }*/
}

@media (min-width: 1201px) and (max-width: 1399px) {
    .hero-section-absolute {
        bottom: 17%;
        right: 6%;
        transform: translate(-6%, -17%);
    }

    /*.barcelona-hero-section-absolute {
        bottom: 20%;
        right: 10%;
        transform: translate(-10%, -20%)
    }*/
}

@media (min-width: 960px) and (max-width: 1200px) {
    .hero-section-absolute {
        bottom: 15%;
        right: 4%;
        transform: translate(-4%, -15%);
    }

    .barcelona-hero-section-absolute {
        bottom: 4%;
    }
}

@media (min-width: 1071px) and (max-width: 1250px) {
    .game {
        max-width: 335px;
    }

    .game-badge-icon {
        top: 45%;
    }
}

@media (min-width: 961px) and (max-width: 1070px) {
    .game {
        max-width: 315px;
    }

    .game-description {
        min-height: 180px;
    }

    .game-description-title {
        font-size: 16px;
        line-height: 11px;
        margin-bottom: 14px;
    }

    .game-description .small-text {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 0px;
    }

    .game-description,
    .coming-soon-container .game-description {
        padding: 21px 14px;
        text-align: justify;
        height: 178px;
    }

        .game-description > .custom-button.sm,
        .in-preparation-button.sm, .game-description > .in-preparation-button.sm {
            padding: 8px 20px !important;
            border-radius: 8px !important;
            height: unset;
        }

            .game-description .custom-button.sm span,
            .in-preparation-button.sm span {
                font-size: 14px !important;
                line-height: 14px !important;
            }

    .game-badge-icon {
        top: 53%;
    }
}
