@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap');

:root {
    /* Neutrals */
    --white: #ffffff;
    --whiteTen: #ffffff;
    --black: #000000;
    --dark-color: #0e1218;
    --text-primary: #0f1419;
    --text-muted: #5c6670;
    --text-on-dark: #e8ecf0;

    --flex-basis-1: 100%;
    --flex-basis-2: calc((100% - 2 * 30px) / 2);

    /* Shell (mobile offers + footer) — unified indigo night */
    --main-bg: #0c1218;
    --page-bg: #0b1220;
    --page-content-bg: #ffffff;
    --footer: #0a0e14;
    --header: #1e2d4a;

    /* Legacy names from styles.css (single source here) */
    --main-font: #e8ecf0;
    --page-font: #8b95a0;
    --highlight: #d4a84b;
    --title: #2d4a6e;
    --btn: #b4532a;
    --btn-hover: #c96a3d;
    --error: #e64545;

    /* Accents — amber / copper */
    --accent: #c9a227;
    --accent-hover: #ddc03a;
    --accent-secondary: #8b6914;
    --accent-deep: #3d2914;

    /* Surfaces */
    --surface-card: #f5f0e6;
    --surface-elevated: #faf7f0;
    --surface-muted: #fff9f0;
    --border-subtle: #c4b8a4;
    --border-strong: #8b7355;

    /* Offer strips */
    --offer-bg-deep: #12101c;
    --offer-bg-mid: #1a1230;
    --offer-logo-bg: #2a1f4a;
    --offer-logo-hover: #362a5a;
    --offer-label-bg: #1e2d4a;

    /* Western / warm panels */
    --lightBox-bag-1: #f0ede4;
    --lightBox-bag-2: #e8e2d6;
    --lightBox-bag-3: #dcd6ca;
    --lightBox-bag-4: #c4bdb0;
    --lightBox-bag-5: #d0c8b8;

    --border-color-1: #a67c4a;
    --border-color-2: #6b4423;
    --border-color-3: #8b5a2c;
    --border-color-4: #a67c4a;
    --border-color-5: #c9a227;

    --how-to-play-bg-1: #c9a77a;
    --how-to-play-bg-2: #9a6f4a;
    --how-to-play-bg-3: #5a6b7a;
    --how-to-play-bg-4: #3d5a4a;
    --how-to-play-bg-5: #5a7a4a;

    /* Buttons & chrome */
    --btn-west-primary: #8b5a2c;
    --btn-west-primary-border: #4a3028;
    --btn-west-primary-hover: #a66a38;
    --btn-west-shine: rgba(255, 248, 220, 0.2);
    --btn-west-danger: #b03a2e;
    --btn-west-danger-border: #8a2820;
    --btn-west-danger-glow: #8a2820;
    --btn-west-sand: #c9b896;
    --btn-west-sand-inset-light: #d4b896;
    --btn-west-sand-inset-dark: #fff8dc;
    --btn-west-peach: #e8a868;
    --nav-menu-rule: #c9a77a;
    --nav-menu-bg: #0e1218;
    --nav-hover-bg: rgba(139, 90, 44, 0.92);
    --logo-wordmark: #7a5a2e;
    --logo-shadow: #f5e6d0;
    --overlay-light: rgba(181, 178, 178, 0.25);
    --overlay-scrim: rgba(14, 18, 24, 0.89);
    --shadow-strong: #000000;
    --video-chrome-bg: #0a0a0a;
    --video-chrome-border: #2a2a2a;
    --step-text: #9a4a32;
    --disclaimer-bg: #e8c86a;
    --disclaimer-text: #6b1a1a;
    --form-cream: #fff8dc;
    --form-field-border: #5a4a3a;
    --form-field-bg: #fff9f0;
    --contact-card: #c9a882;
    --review-text: #4a3a30;
    --star-empty: #94a0b0;
    --star-fill: var(--accent);
    --link-divider: #bcbbb6;
    --advertiser-faint: rgba(255, 255, 255, 0.15);
    --popup-heading-bg: #1e3a5f;
    --popup-link-bg: #2a5580;
    --popup-muted: #808080;
    --game-iframe-bg: #0f1318;
    --offer-btn-green: #2a8f3a;
    --offer-btn-green-shadow: #1a6024;
    --flag-bg: var(--btn-hover);
    --footer-link-hover: var(--accent-hover);
    --border-on-dark: rgba(255, 255, 255, 0.19);
}

body {
    direction: ltr;
    font-family: 'Arimo', sans-serif !important;
    font-size: 15px;
    margin: 0;
    padding: 0px;
    line-height: 1.5;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: all 200ms linear;
}
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

img,
video {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

ul {
    list-style: none;
}
[type='checkbox'] {
    box-sizing: border-box;
    padding: 0;
}
h2 {
    font-size: clamp(21px, 4vw, 36px);
}
.footer-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
}

.footer-logos a img {
    height: 50px;
    width: 100%;
    object-fit: contain;
    display: block;
}

.btnWest-1 {
    display: block;
    width: fit-content;
    text-align: center;
    position: relative;
    padding: 10px 20px;
    background-color: var(--btn-west-primary);
    color: var(--white);
    border-radius: 7px;
    border: 2px solid var(--btn-west-primary-border);
    font-size: 16px;
    font-weight: bold;
    font-family: 'Georgia', serif;
    cursor: pointer;
    overflow: hidden;
    transition: background-color 0.3s;
}
.btnWest-1::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background-color: var(--btn-west-shine);
    transform: skewX(-75deg);
    transition: left 0.5s;
}
.btnWest-1:hover {
    background-color: var(--btn-west-primary-hover);
}

.btnWest-1:hover::after {
    left: 0;
}

.btnWest-2 {
    display: block;
    width: fit-content;
    text-align: center;
    font-size: 16px;
    padding: 12px 24px;
    background-color: var(--btn-west-danger);
    color: var(--white);
    font-weight: bold;
    font-family: 'Courier New', Courier, monospace;
    border: 2px solid var(--btn-west-danger-border);
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.1s;
}

.btnWest-2:hover {
    transform: scale(0.95);
    box-shadow: 0 0 10px var(--btn-west-danger-glow);
}

.btnWest-3 {
    text-align: center;
    width: fit-content;
    padding: 10px 20px;
    background-color: var(--btn-west-sand);
    color: var(--black);
    font-size: 16px;
    font-weight: bold;
    border: 3px solid var(--btn-west-primary);
    box-shadow:
        inset -3px -3px var(--btn-west-sand-inset-light),
        inset 3px 3px var(--btn-west-sand-inset-dark);
    cursor: pointer;
    transition: background-color 0.3s;
}

.btnWest-3:hover {
    background-color: var(--how-to-play-bg-1);
    box-shadow:
        inset 3px 3px var(--btn-west-primary),
        inset -3px -3px var(--btn-west-sand-inset-light);
    transform: translateY(2px);
}

.btnWest-4 {
    display: block;
    text-align: center;
    width: fit-content;
    padding: 10px 20px;
    background-color: var(--btn-west-peach);
    color: var(--black);
    font-size: 16px;
    font-weight: bold;
    border: 2px dashed var(--btn-west-primary);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: transform 0.2s;
}
.btnWest-4::before,
.btnWest-4::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--btn-west-primary);
}

.btnWest-4::before {
    top: 0;
    left: 0;
    animation: slide-horizontal 2s infinite linear;
}

.btnWest-4::after {
    bottom: 0;
    left: 0;
    animation: slide-horizontal-reverse 2s infinite linear;
}

@keyframes slide-horizontal {
    0% {
        left: 0;
    }
    100% {
        left: 100%;
    }
}

@keyframes slide-horizontal-reverse {
    0% {
        right: 0;
    }
    100% {
        right: 100%;
    }
}

.btnWest-4:hover {
    transform: scale(1.05);
}

.btnWest-5 {
    width: fit-content;
    display: block;
    text-align: center;
    background-color: var(--btn-west-primary);
    color: var(--white);
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    transition: transform 0.2s ease;
}

.btnWest-5:hover {
    transform: scale(1.1);
}

.wild-west-section {
    overflow: hidden;
    padding: 0 0 40px 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/bg-light-069b3f3903219d.jpg');
}
.wild-west-section::before,
.wild-west-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    opacity: 0.7;
    z-index: 1;
}

.wild-west-section::before {
    left: 0;
    border-width: 0 50vw 150px 0;
    border-color: transparent transparent var(--border-color-3) transparent;
}

.wild-west-section::after {
    right: 0;
    border-width: 0 0 150px 50vw;
    border-color: transparent transparent var(--border-color-3) transparent;
}
.bgSection {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/bg-dark-069b3f3903220b.jpg');
}

.tumbleweed {
    position: absolute;
    bottom: 10px;
    left: -100px;
    width: 100px;
    height: 100px;
    background-image: url('../images/tumbleweed.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    animation:
        roll 10s linear infinite,
        moveAcross 10s linear infinite;
}

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

@keyframes moveAcross {
    0% {
        left: -100px;
    }
    100% {
        left: 100%;
    }
}
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.wild-west_logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    font-size: calc(1.5rem + 3vw);
    font-weight: 700;
    color: var(--logo-wordmark);
    font-family: Rye, cursive;
    text-shadow: 2px 2px var(--logo-shadow);
    transform: scale(1);
    transition: all 0.2s ease-in-out;
    img {
        height: 100px;
        width: auto;
        object-fit: contain;
    }
}

.overley {
    position: absolute;
    inset: 0;
    background-color: var(--overlay-light);
}
.top-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: center;
    padding: 0 0 30px 0;
    z-index: 2;
}
.top-text {
    font-size: 30px;

    color: var(--whiteTen);
    text-shadow: 1px 1px var(--shadow-strong);
}
.menu-header {
    padding: 10px 0;
    border-top: 2px solid var(--nav-menu-rule);
    border-bottom: 2px solid var(--nav-menu-rule);
    background: var(--nav-menu-bg);
}
.west-menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.west-menu li a {
    color: var(--white);
    text-shadow: 0 3px 6px var(--shadow-strong);
    padding: 10px 20px;
    font-weight: 600;
    display: block;
    font-size: 18px;
    border-radius: 8px;
    background: transparent;
    transition: all 0.35s ease-in-out;
}
.west-menu li:hover a {
    background-color: var(--nav-hover-bg);
}
.top-imgHead {
    position: absolute;
    top: -20px;

    img {
        height: 90px;
        width: 80px;
        max-width: 22vw;
        object-fit: contain;
        object-position: bottom center;
        transform: scale(1);
        transition: all 0.2s ease-in-out;
    }
}
.top-imgHead:hover img {
    transform: scale(1.1);
}
.head-left {
    left: 0;
}
.head-right {
    right: 0;
}
.west-nav {
    width: 100%;
    position: relative;
    padding-left: 80px;
    padding-right: 80px;
}
.lightBox {
    padding: 80px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: var(--lightBox-bag-3);
    background-image: url('../images/opacity_bg-069b3f39032284.png');
}
.row-flex {
    display: flex;
    flex-direction: column;
}
.flex-rowWest {
    display: flex;
    flex-direction: row-reverse;
}
.gap30HJ {
    gap: 30px;
}
.flex-element {
    flex: 1;
}
.alCenter {
    align-items: center;
}
.title-box {
    padding: 16px 0;
    margin-bottom: 50px;
    text-align: left;
    border-bottom: 2px dashed var(--dark-color);
    border-top: 2px dashed var(--dark-color);
    h2 {
        font-weight: 700;
        color: var(--dark-color);
        letter-spacing: 2px;
        text-transform: uppercase;
        text-shadow: 2px 2px 0 var(--white);
    }
}
.textWest {
    color: var(--dark-color);
    font-size: 17px;
    font-style: italic;
    p {
        margin-bottom: 10px;
        text-indent: 3ch;
    }
}
.about-imgBox {
    width: 100%;
    height: 400px;
    background: var(--border-color-3);
    padding: 22px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow:
        rgb(0 0 0 / 25%) 0 54px 55px,
        rgb(0 0 0 / 12%) 0 -12px 30px,
        rgb(0 0 0 / 12%) 0 4px 6px,
        rgb(0 0 0 / 17%) 0 12px 13px,
        rgb(0 0 0 / 9%) 0 -3px 5px;
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.videoWestBox {
    background-color: var(--video-chrome-bg);
    border: 1px solid var(--video-chrome-border);
    box-shadow: 0 0 1em 0.2em var(--video-chrome-border);
    margin: auto;
    position: relative;
    overflow: hidden;
    width: 56%;
    z-index: 2;
    border-radius: 5px;
    height: 350px;
    video {
        height: 100%;
        position: absolute;
        width: 100%;
        object-fit: cover;
    }
}
.how-to-play {
    background-color: var(--how-to-play-bg-3);
    padding: 50px 0;
    text-align: center;
}

.steps {
    display: flex;
    justify-content: center;
    gap: 22px;
    flex-wrap: wrap;
}

.step {
    background-color: var(--surface-muted);
    background-image: url('../images/opacity_bg-169b3f390322a2.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-end;
    width: 250px;
    transition: transform 0.3s;
}

.step:hover {
    transform: translateY(-10px);
}

.step p {
    color: var(--step-text);
    font-size: 1em;
    line-height: 1.5;
}

.icon {
    width: auto;
    max-width: 100%;
    height: 68px;
    object-fit: contain;
    object-position: right center;
    animation: icon-bounce 1s ease-in-out infinite alternate;
}

@keyframes icon-bounce {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
.hr {
    height: 100px;
    max-height: min(12vw, 100px);
    border: 0;
    background-image: url('../images/borders_long-069b3f390322e7.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 30px auto;
    width: min(92%, 720px);
}
.west-game-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;
}
.west-game_item {
    margin: 0;
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    background-color: var(--surface-muted);
    min-width: 0;
}
.border {
    overflow: hidden;
    border-radius: 7px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border: 1px dashed var(--nav-menu-rule);
}
.west-game_item.border {
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
}
.west-game_content {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #000;
}
.west-game_content h2 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 0.25em;
    text-align: center;
    line-height: 1.2;
}
.west-game_content p {
    font-size: 0.8125rem;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}
.west-game_content .hex-label-icon-lg {
    height: 4em;
    width: 4em;
}
.west-game_content .label {
    font-size: 0.75rem;
}
.west-game_content .arr svg {
    height: 1em;
    width: 1.75em;
}
.west-game_boxImg {
    position: relative;
    display: block;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    img {
        height: 110px;
        width: 100%;
        object-fit: cover;
    }
}
.container--west-games {
    margin-bottom: 24px;
}
.container--west-games > .title-box {
    margin-bottom: 20px;
    padding: 8px 0;
}
.triangle-overlay::before,
.triangle-overlay::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 41%;
    opacity: 0.8;
    background: var(--border-color-3);
}

.triangle-overlay::before {
    bottom: 0;
    left: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.triangle-overlay::after {
    bottom: 0;
    right: 0;
    clip-path: polygon(100% 100%, 100% 0, 0 100%);
}
.hex-label-icon-lg {
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 8em;
    width: 8em;
    overflow: hidden;
    opacity: 0.8;
    background: var(--border-color-3);
    clip-path: polygon(
        50% 0%,
        83% 12%,
        100% 43%,
        94% 78%,
        68% 100%,
        32% 100%,
        6% 78%,
        0% 43%,
        17% 12%
    );
}
.hex-label-mask {
    height: 0;
    left: -5%;
    overflow: hidden;
    padding-bottom: 110%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg) skew(20deg, 20deg);
    width: 110%;
}
.content-translator {
    position: absolute;
    top: 50%;
    transform: rotate(45deg) scale(0.7, 1.4);
    width: 100%;
}
.label {
    color: var(--white);
    font-size: 1.1em;
    font-weight: 700;
    left: 50%;
    line-height: 1.2em;
    margin-top: 0;
    opacity: 1;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition:
        margin-top 0.2s ease-in,
        opacity 0.2s ease-in;
    width: 75%;
}
.arr {
    display: flex;
    justify-content: center;
    padding-top: 0.2em;
    svg {
        height: 1.5em;
        width: 2.8em;
    }
}
.hover {
    margin-top: -100%;
    opacity: 0;
}

.west-game_content:hover .label {
    margin-top: 100%;
    opacity: 0;
}
.west-game_content:hover .hover {
    margin-top: 0;
    opacity: 1;
}
.color-1 {
    fill: var(--white);
}
.west-game_content .color-1 {
    fill: var(--accent-deep);
}
.flex-colMN {
    display: flex;
    flex-direction: column-reverse;
}
.box-footer {
    position: relative;
    padding: 30px 0;
    background-image: url('../images/opacity_bg-069b3f39032284.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--white);
}
.box-footer::before {
    position: absolute;
    content: '';
    inset: 0;
    background-color: var(--overlay-scrim);
}
.relet {
    position: relative;
    overflow: hidden;
}
.box-copyright {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.gap20 {
    gap: 20px;
}
.age-img {
    display: flex;
    align-items: center;
    justify-content: center;

    img {
        height: 50px;
        width: 50px;
        object-fit: contain;
        background-color: var(--white);
        border-radius: 50%;
    }
}
.footer-menuLK {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    text-align: center;
}
.footer-menuLK li a {
    opacity: 0.6;
    color: var(--white);
}
.footer-menuLK li a:hover {
    opacity: 1;
}
.footer-logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    color: var(--white);
    opacity: 0.6;
    justify-content: center;
    transition: all 0.5s;
    margin-bottom: 30px;
    font-size: 35px;
    text-align: center;
    img {
        height: 90px;
        width: auto;
        object-fit: contain;
    }
}
.footer-logo:hover {
    opacity: 1;
}
.privacy-content {
    word-break: break-word;
    color: var(--dark-color);
}
.privacy-content p {
    margin-bottom: 10px;
    text-indent: 3ch;
}
.privacy-content h1 {
    font-weight: 600;
    text-align: center;
    margin-bottom: 24px;
}
.privacy-content h2 {
    font-weight: 600;
    text-align: center;
    margin-bottom: 18px;
}
.privacy-content table,
.privacy-content a {
    word-break: break-word;
    color: inherit;
}
.page-title {
    margin-bottom: 20px;
    color: var(--dark-color);
    text-shadow: 2px 2px 0 var(--white);
}

.contact-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.gap50HJ {
    gap: 50px;
}
.contact-item {
    flex-grow: 1;
    flex-basis: 250px;
    background-color: var(--contact-card);
    padding: 10px 20px;
    border: 1px dashed var(--border-color-3);
    border-radius: 8px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s;
    p {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        align-items: center;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
    }
}
.contact-item:hover {
    transform: translateY(-10px);
}
.form-btn {
    margin: 0 auto;
    display: block;
}

.contact-item a,
.contact-item span {
    color: var(--dark-color);
    font-size: 17px;
    font-weight: 500;
}
.contact-form-container {
    display: flex;
    justify-content: center;
}

.cowboy-hat-form {
    position: relative;
    background-color: var(--form-cream);
    padding: 20px;
    width: 60%;
    border: 1px dashed var(--border-color-3);
    border-radius: 8px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    padding-top: 100px;
}
.cowboy-hat-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-image: url('../images/interface-069b3f39032478.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    opacity: 0.1;
    pointer-events: none;
}

.contact-form label {
    display: block;
    color: var(--accent-deep);
}
.check-box {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    font-size: 13px;
    color: var(--accent-deep);
    margin-bottom: 20px;
}

.formInputLK,
.formTextarea,
.input-field--container_section,
.textarea-field--container_section {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid var(--form-field-border);
    background-color: var(--form-field-bg);
}

.send-button {
    background-color: var(--border-color-3);
    color: var(--white);
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

.disclaimer-section {
    position: relative;
    background-color: var(--disclaimer-bg);
    color: var(--disclaimer-text);
    padding: 40px 0;
    border-top: 4px solid var(--border-color-3);
    border-bottom: 4px solid var(--border-color-3);
    text-align: center;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.disclaimer-text {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0;
    animation: shake-text 3s infinite;
    -webkit-animation: shake-text 3s infinite;
    h2 {
        text-transform: uppercase;
    }
}

.disclaimer-section::before,
.disclaimer-section::after {
    content: '';
    position: absolute;
    bottom: 10px;
    width: 100px;
    height: 100px;

    background-image: url('../images/gold-stone-069b3f39032447.png');
    background-size: contain;
    opacity: 0.3;
    animation: dust-spin 5s linear infinite;
    -webkit-animation: dust-spin 5s linear infinite;
}

.disclaimer-section::before {
    left: -50px;
    transform-origin: center;
}

.disclaimer-section::after {
    right: -50px;
    transform-origin: center;
}

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

@keyframes shake-text {
    0%,
    100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-3px);
    }
    40% {
        transform: translateX(3px);
    }
    60% {
        transform: translateX(-2px);
    }
    80% {
        transform: translateX(2px);
    }
}
.westPage-content {
    font-size: 17px;
    color: var(--dark-color);
    font-style: italic;
    p {
        margin-bottom: 10px;
        text-indent: 3ch;
    }
}
.westPage-content ul,
ol {
    list-style: inside;
}
.westPage-play {
    height: 100vh;
    width: 100%;
}
.westPage-play iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.flex-element2 {
    flex: 2;
}
.westImg-box {
    width: 100%;
    height: 100%;
    img {
        width: 100%;
        height: 364px;
        object-fit: contain;
    }
}
.west-infa {
    height: 100%;
}
.west-infa_element {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 17px;
    color: var(--dark-color);
    border: 15px solid var(--border-color-3);
    background-color: var(--surface-muted);
    border-radius: 5px;
    width: 100%;
    height: calc(50% - 0.125rem);
    transition: transform 0.3s;
    svg {
        width: 25px;
        height: 25px;
    }
}
.west-infa_element:hover {
    transform: translateY(-10px);
}

.main-formWest .cowboy-hat-form {
    width: 100%;
}
.factionimage {
    max-width: 750px;
    position: absolute;
    object-fit: cover;
    object-position: top;
    max-height: 600px;
    bottom: 0;
    z-index: 1;
    width: auto;
    height: auto;
}
.flash {
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.flash.visible {
    animation-name: flash;
    -webkit-animation-name: flash;
}
.btn-hero {
    display: none;
}

@keyframes flash {
    0% {
        inset-inline-end: -250px;
        opacity: 0;
    }
    100% {
        inset-inline-end: 0;
        opacity: 1;
    }
}
.form-titleWin {
    width: 80%;
    text-align: center;
}

.reviews-section {
    background-image: url('../images/bg-light-169b3f390321c1.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
}

.reviews-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center center;
    filter: blur(4px);
}

.reviews-section h2 {
    text-align: center;
    color: var(--white);
    text-shadow: 2px 2px 0 var(--shadow-strong);
    letter-spacing: 2px;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-weight: 700;
}

.review-card {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 40px 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    flex-grow: 1;
    flex-basis: 300px;
    position: relative;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}
.reviews-section .border {
    overflow: unset;
}

.review-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.review-card p {
    font-family: 'Courier New', monospace;
    font-size: 18px;
    color: var(--review-text);
    line-height: 1.6;
    letter-spacing: 1px;
    position: relative;
    animation: review-text 2s ease-out;
}

@keyframes review-text {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.author {
    font-weight: 800;
}
.review-card .avatar {
    position: absolute;
    top: -30px;
    border: 3px solid var(--border-color-3);
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media screen and (min-width: 575px) {
    .container {
        max-width: 540px;
    }
}
@media (max-width: 575px) {
    .wild-west_logo {
        font-size: 1.9rem;
    }
    .about-imgBox {
        height: 300px;
        padding: 15px;
    }
    .westImg-box {
        border: 15px solid var(--border-color-3);
        border-radius: 5px;
        img {
            height: auto;
        }
    }
    .videoWestBox {
        height: 300px;
    }
    .review-card {
        padding: 40px 10px;
    }
    .footer-logo {
        font-size: 22px;
    }
}

@media screen and (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (max-width: 768px) {
    .top-text {
        font-size: 20px;
    }
    .west-game_item:nth-child(even),
    .west-game_item {
        flex-direction: column !important;
    }

    .west-game_boxImg {
        max-width: 100%;
    }
    .west-game_boxImg img {
        height: 90px;
    }
    .west-game_item {
        flex-basis: 100% !important;
    }
    .cowboy-hat-form,
    .step {
        width: 100%;
    }
    .factionimage {
        display: none;
    }
    .main-formWest,
    .form-titleWin {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .top-imgHead {
        display: none;
    }
    .west-nav {
        padding: 0;
    }
    .west-menu {
        justify-content: center;
    }
    .row-flex {
        flex-direction: column;
    }
    .videoWestBox {
        width: 100%;
    }
    .west-game_content {
        padding: 10px 12px;
    }
    .flex-rowWest {
        flex-direction: column-reverse;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
    .top-text {
        text-shadow: 2px 2px var(--shadow-strong);
    }
}

@media (min-width: 769.99px) and (max-width: 1200px) {
    .main-formWest {
        width: 55%;
    }
    .factionimage {
        max-height: 500px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
    .main-formWest {
        width: 70%;
    }
}

/* Static game play pages: iframe under site chrome */
.game-play-main {
    padding: 1.5rem 0 2.5rem;
}
.game-play-title {
    margin-bottom: 1.25rem;
}
.game-play-title h1 {
    margin: 0;
    text-align: center;
}
.game-iframe-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.game-iframe-wrap iframe {
    display: block;
    width: 100%;
    min-height: min(85vh, 920px);
    border: 0;
    border-radius: 8px;
    background: var(--game-iframe-bg);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}
