/* ==========================================================================
   Font Includes
   ========================================================================== */

/* Poppins | latin | Light,500,700,Extra */
@font-face {
    font-family: "Poppins";
    font-weight: 300;
    font-style: normal;

    src: url("../fonts/subset-Poppins-ExtraLight.woff") format("woff"),
        url("../fonts/subset-Poppins-ExtraLight.ttf") format("truetype"),
        url("../images/subset-Poppins-ExtraLight.svg#Poppins-ExtraLight") format("svg");
}

@font-face {
    font-family: "Poppins";
    font-weight: 400;
    font-style: normal;

    src: url("../fonts/subset-Poppins-Regular.woff") format("woff"),
        url("../fonts/subset-Poppins-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins";
    font-weight: 700;
    font-style: normal;

    src: url("../fonts/subset-Poppins-Bold.woff") format("woff"),
        url("../fonts/subset-Poppins-Bold.ttf") format("truetype"),
        url("../images/subset-Poppins-Bold.svg#Poppins-Bold") format("svg");
}

@font-face {
    font-family: "Poppins";
    font-weight: 900;
    font-style: normal;

    src: url("../fonts/subset-Poppins-ExtraBold.woff") format("woff"),
        url("../fonts/subset-Poppins-ExtraBold.ttf") format("truetype"),
        url("../images/subset-Poppins-ExtraBold.svg#Poppins-ExtraBold") format("svg");
}

/* ==========================================================================
   Base Styling
   ========================================================================== */

body {
    overflow-x: hidden;

    min-width: 280px;
    margin: 0;
    padding: 0;
    color: white;
    font-family: "Poppins", "sans-serif";
    font-size: 16px;
    line-height: 1.1;

    background-color: rgba(17, 17, 17, 1);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 1920px 1000px;
}

section {
    overflow: hidden;
    position: relative;
}

/* ==========================================================================
   Components
   ========================================================================== */

/* Call-to-Action
   ========================================================================== */

.cta-btn,
.form-submit-btn {
    position: relative;
    display: block;

    width: 100%;
    max-width: 250px;
    margin: 0 auto;


    cursor: pointer;
}


@media screen and (max-width: 575px) {
    .cta-btn,
    .form-submit-btn {
        width: 190px;

        font-size: 18px;
    }
}

/* Section Heading Text
   ========================================================================== */

.section-heading {
    margin: 1em auto 0.66em;

    font-size: 2rem;
    line-height: 1.1em;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (max-width: 575px) {
    .section-heading {
        font-size: 1.4rem;
    }
}

/* Section Separator
   ========================================================================== */

.section-separator {
    position: absolute;
    left: 0;
    bottom: 0;

    width: 100%;
    height: 1px;

    background: rgba(255, 209, 116, 1);
}

@media screen and (max-width: 575px) {
    .section-separator--hide-mobile {
        background: none;
    }
}

/* Section Mobile Border
   ========================================================================== */

@media screen and (max-width: 575px) {
    .section-mobile-border {
        content: "";

        position: absolute;
        left: 10px;
        top: 10px;

        width: calc(100% - 20px);
        height: calc(100% - 20px);

        border: 1px solid rgba(255, 209, 116, 1);
        border-radius: 12px;

        pointer-events: none;
        z-index: 10;
    }
}

/* ==========================================================================
   SECTION: welcome-mesage
   ========================================================================== */

.section--welcome-message {}

.welcome-message__text {
    color: rgba(160, 160, 160, 1);
    font-size: 0.9rem;
    text-transform: none;
    text-align: center;
    margin: 1rem auto;
}

/* ==========================================================================
   SECTION: header-brand
   ========================================================================== */

.section--header-brand {
    text-align: center;
}

.header-brand__logo,
.header-brand__hrwg {
    max-width: 100%;
    max-height: 62px;
    margin: 0.66rem;
    display: inline-block;
}

.header-brand__hrwg {
    cursor: pointer;
}

@media screen and (max-width: 575px) {
    .header-brand__logo,
    .header-brand__hrwg {
        max-height: 55px;
        margin: 0.33rem;
    }
}

/* ==========================================================================
   SECTION: hero-banner
   ========================================================================== */

.section--hero-banner {}

.hero-banner__image {
    width: 100%;
    height: 294px;
    background-image: url("../images/hero-default-largescreen.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

body[data-theme="long-form-YG"] .hero-banner__image{
    background-image: url("/rea/shared/page-contents/longform-rea_2025_1/img/hero-default-largescreen.png");
}

@media screen and (max-width: 575px) {
    .hero-banner__image { 
        height: calc((390 / 760) * 100vw);
        background-image: url("../images/hero-default-smallscreen.jpg");
        background-size: 100vw;
    }
}

/* v2 banner */
[data-variation="v2"] .hero-banner__image {
    background-image: url("../images/hero-marshall-money-largescreen.jpg");
}

@media screen and (max-width: 575px) {
    [data-variation="v2"] .hero-banner__image {
        background-image: url("../images/hero-marshall-money-smallscreen.jpg");
    }
}

/* v3 banner */
[data-variation="v3"] .hero-banner__image {
    background-image: url("../images/hero-area-link-phoenix-firestorm-largescreen.jpg");
}

@media screen and (max-width: 575px) {
    [data-variation="v3"] .hero-banner__image {
        background-image: url("../images/hero-area-link-phoenix-firestorm-smallscreen.jpg");
    }
}

/* v5 banner */
[data-variation="v5"] .hero-banner__image {
    background-image: url("../images/hero-galactic-grazers-largescreen.jpg");
}

@media screen and (max-width: 575px) {
    [data-variation="v5"] .hero-banner__image {
        background-image: url("../images/hero-galactic-grazers-smallscreen.jpg");
    }
}

/* v6 banner */
[data-variation="v6"] .hero-banner__image {
    background-image: url("../images/hero-area-link-treasures-of-kilauea-2-largescreen.png");
}

@media screen and (max-width: 575px) {
    [data-variation="v6"] .hero-banner__image {
        background-image: url("../images/hero-area-link-treasures-of-kilauea-2-smallscreen.png");
    }
}

/* v8 banner */
[data-variation="v8"] .hero-banner__image {
    background-image: url("../images/hero-blackjack-largescreen.webp");
}

@media screen and (max-width: 575px) {
    [data-variation="v8"] .hero-banner__image {
        background-image: url("../images/hero-blackjack-smallscreen.webp");
    }
}

.logo__american-express{
    padding: 10px 6px;
    max-width: 125px;
}

/* v9 banner */
[data-variation="v9"] .hero-banner__image {
    background-image: url("../images/hero-bbb-largescreen.webp");
}

@media screen and (max-width: 575px) {
    [data-variation="v9"] .hero-banner__image {
        background-image: url("../images/hero-bbb-smallscreen.webp");
    }
}

.logo__american-express{
    padding: 10px 6px;
    max-width: 125px;
}


/* ==========================================================================
   SECTION: hero-cta
   ========================================================================== */

.section--hero-cta {
    background: url(../images/aged-background.fs8.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hero-cta__offer-disclaimer {
    margin: 1em auto 1.66rem;
    color: rgba(160, 160, 160, 1);
    font-size: 0.8rem;
}
[data-variation="v7"] .hero-cta__offer-disclaimer {
    margin:1.75em auto 1.66rem;
    color:rgb(231, 235, 0);
    font-size:1rem;
}
[data-variation="v8"] .hero-cta__offer-disclaimer {
    margin:1.75em auto 0.1rem;
}


/* ==========================================================================
   SECTION: RED BANNER - GMD/16 ?v=7 EXCLUSIVE
   ========================================================================== */
.red_banner{    
    background-image: linear-gradient(to top, #8b0808, #dc0b0b);
    border: 1px solid #532e2e;
    border-radius: 4px;
    display:block;
    width:fit-content;
    padding:2px 6px;
    margin:16px auto -12px;
    text-transform: uppercase;
}


/* ==========================================================================
   SECTION: trustpilot
   ========================================================================== */

.section--trustpilot {}

.trustpilot__container {
    display: flex;

    flex-direction: row;
    align-items: center;
    justify-content: center;

    padding: 20px 10px 24px;

    color: white;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;

    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.trustpilot__stars,
.trustpilot__excellent,
.trustpilot__verified {
    margin: 0 0.5rem;
}

.trustpilot__stars {
    width: 100%;
    max-width: 250px;
    max-height: 90px;
}

.trustpilot__excellent {
    font-size: 12px;
}

.trustpilot__excellent span:nth-of-type(2) {
    font-size: 1.75em;
}

.trustpilot__verified {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.trustpilot__verified-tick {
    width: 25px;
    height: 25px;
    margin-right: 8px;
}

@media screen and (max-width: 768px) {
    .trustpilot__stars {
        max-width: 160px;
    }

    .trustpilot__excellent {
        font-size: 10px;
    }

    .trustpilot__verified {
        font-size: 12px;
    }

    .trustpilot__verified-tick {
        width: 18px;
        height: 18px;
        margin-right: 6px;
    }
}

@media screen and (max-width: 575px) {
    .trustpilot__container {
        padding: 10px 10px 12px;
    }

    .trustpilot__stars {
        max-width: 130px;
    }

    .trustpilot__excellent {
        font-size: 9px;
    }

    .trust-pilot-verified {
        font-size: 12px;
    }
}

/* ==========================================================================
   SECTION: gives-you-more
   ========================================================================== */

.section--gives-you-more {
    background: url(../images/aged-background.fs8.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.plaque {
    margin: 0.66em auto;
}

.plaque__image {
    width: 100%;
    max-width: 200px;
}

.plaque__text {
    margin: 0.5em 0 0;

    color: rgba(160, 160, 160, 1);
    font-size: 14px;
}

.casino-feature-slider {
    margin: 1em auto;
}

@media screen and (max-width: 575px) {
    .plaque {
        display: flex;

        flex-direction: row;
        align-items: center;

        margin: 0.4em auto;
        padding: 0 20px;
    }

    .plaque__image {
        max-width: 100px;
    }

    .plaque__text {
        margin: 0 0 0 0.5em;

        text-align: left;
    }

    .casino-feature-slider--mobile-vignette {
        z-index: 1;

        position: absolute;
        left: 50%;

        width: calc(100% - 20px);
        height: 100%;

        background-image: linear-gradient(to right, black 0, transparent 25%, transparent 75%, black 100%);

        transform: translateX(-50%);
    }
}

/* ==========================================================================
   SECTION: games-categories
   ========================================================================== */

.section--games-categories {
    text-align: center;
}

.games-categories__row {
    flex-wrap: wrap;
    justify-content: center;

    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-left: unset;
    margin-right: unset;
}

.game-category {
    position: relative;

    width: 150px;
    margin: 0.75rem 0.5rem;
}

.game-category__video {
    width: 100%;

    border: 1px solid rgba(255, 209, 116, 1);
    border-radius: 12px;
    border-radius: 12px;
}

.game-category__cta-container {
    position: absolute;
    left: 0;
    top: 0;

    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.4);

    transition: 0.15s opacity ease-in-out;

    opacity: 0;
}

.game-category__cta-container:hover {
    opacity: 1;
}

.game-category__cta-button {
    display: inline-block;

    position: absolute;
    left: 50%;
    top: 50%;

    width: auto;
    min-width: unset;
    padding: 8px 12px;

    font-size: 14px;
    white-space: nowrap;

    transform: translate(-50%, -50%);
}

.game-category__name {
    display: block;
    margin-top: 0.5em;
}

@media screen and (max-width: 1199px) {
    .game-category {
        width: 144px;
    }
}

@media screen and (max-width: 767px) {
    .game-category {
        width: 135px;
    }

    .game-category__name {
        margin-top: 0.25em;
    }
}

@media screen and (max-width: 479px) {
    .game-category {
        width: 92px;
        margin: 0.4rem;
    }

    .game-category__cta-button {
        font-size: 10px;
    }

    .game-category__name {
        font-size: 12px;
    }
}
/* ==========================================================================
   SECTION: games-studios
   ========================================================================== */

.section--games-studios {
    background: url(../images/aged-background.fs8.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.game-studio__name {
    margin-top: 0;

    color: rgba(160, 160, 160, 1);
    text-align: center;
}

.game-studio__logo {
    width: 100%;
    max-width: 160px;
    max-height: 160px;
}

@media screen and (max-width: 575px) {
    .game-studio__name {
        font-size: 11px;
    }

    .game-studio__logo {
        max-width: 120px;
        max-height: 120px;
    }
}

/* ==========================================================================
   SECTION: phone-graphics
   ========================================================================== */

.section--phone-graphics {
    background: url(../images/GMD-16_phone.fs8.png), 
                url(../images/bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 920px, cover;
    
    height: 720px;
}

/* ==========================================================================
   SECTION: bottom-offers
   ========================================================================== */

.section--bottom-offers {
      text-align: center;
    margin: 0 auto;
    width: 600px;

    top: 74%;
}

/* ==========================================================================
   SECTION: payment-methods
   ========================================================================== */

.section--payment-methods {
    background: black;
}

.payment-methods-container {
    display: flex;

    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.payment-methods {
    display: inline;

    width: 114px;
    height: 32px;
    margin: 10px 5px;

    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: 114px 32px !important;
}

.payment-methods--amex {
    background: url("../images/payment_amex.png");
}

.payment-methods--apple {
    background: url("../images/payment_apple.png");
}

.payment-methods--bitcoin {
    background: url("../images/payment_bitcoin.png");
}

.payment-methods--ethereum {
    background: url("../images/payment_ethereum.png");
}

.payment-methods--google {
    background: url("../images/payment_google.png");
}

.payment-methods--interac {
    background: url("../images/payment_interac.png");
}

.payment-methods--mastercard {
    background: url("../images/payment_mastercard.png");
}

.payment-methods--metamask {
    background: url("../images/payment_metamask.png");
}

.payment-methods--more {
    background: url("../images/payment_more.png");
}

.payment-methods--paysafe {
    background: url("../images/payment_paysafe.png");
}

.payment-methods--tether {
    background: url("../images/payment_tether.png");
}

.payment-methods--visa {
    background: url("../images/payment_visa.png");
}

.payment-methods-disclaimer {
    margin-top: 0.75em;

    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    text-align: center;
}

/* ==========================================================================
   MODAL FORM
   ========================================================================== */

.form-contain {
    z-index: 1;

    position: relative;

    width: calc(100% - 15px);
    max-width: 360px;
    margin: 0 auto;
    margin-top: 16px;
    padding: 36px 15px 24px;

    color: white;
    font-weight: 300;
    text-align: center;

    background: rgba(22, 22, 22, 1);

    border: solid 2px rgba(255, 222, 122, 1);
    border-radius: 18px;
    border-radius: 8px;

    box-shadow: 0 0 10px 4px inset rgba(0, 0, 0, 0.4);
}

.lead-form-heading {
    font-size: 1.66rem;
    text-transform: uppercase;
}

.form-contain input[type="text"],
.form-contain input[type="email"] {
    width: 100%;
    margin: 8px auto;
    padding: 12px 5px;

    font-size: 18px;
    text-align: center;

    border: solid 1px black;

    outline: 0;
}

input[type="text"].error,
input[type="email"].error {
    /*border: solid 2px #ffcc00;*/
    background-image: url("../images/error_icon.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px auto;

    border: solid 2px red;
}

input[type="checkbox"].error {
    outline: solid 2px red;
}

.form-blackout {
    z-index: 900;

    position: fixed;
    left: 0;
    top: 0;

    display: none;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, 0.75);
}

.form-close,
.hrwg-popup-close {
    position: absolute;
    right: 8px;
    top: 8px;

    width: 20px;
    height: 20px;

    cursor: pointer;
}

.form-close::after,
.hrwg-popup-close::after {
    content: "";

    position: absolute;
    left: 50%;
    top: 50%;

    color: white;
    font-family: "FontAwesome";
    font-size: 30px;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#preform input[type="checkbox"] {
    width: auto;
    height: auto;
    margin-right: 10px;
}

#preform a:hover,
#preform a {
    color: white;
    font-weight: 700;
}

#preform .checks {
    text-transform: none;
}

@media screen and (max-width: 575px) {
    .form-contain {
        margin-top: 10px;
        padding: 16px;

        font-size: 22px;;
    }
}

/* ==========================================================================
   LEGACY / REA-WIDE PAGE STYLES
   ========================================================================== */

.copyright {
    color: white;
    text-align: center;
}

.copyright a.modalLink {
    color: white;
}

.footer {
    z-index: 100;

    position: relative;

    padding-top: 40px;
    padding-bottom: 10px;

    font-family: Arial;

    background-color: black;
    background-image: -webkit-linear-gradient(top,
            rgba(44, 44, 44, 1) 0%,
            rgba(0, 0, 0, 1) 100%);
    background-image: linear-gradient(to bottom,
            rgba(44, 44, 44, 1) 0%,
            rgba(0, 0, 0, 1) 100%);
    background-repeat: no-repeat;
    background-size: 100% 150px;
}

.affiliates {
    text-decoration: underline;
}

@media screen and (max-width: 991px) {
    .footer {
        margin-top: 0;
    }
}

.footer::before {
    content: "";

    position: absolute;
    bottom: 100%;

    width: 100%;
    height: 2px;

    background: -webkit-linear-gradient(left,
            rgba(44, 44, 44, 1) 0%,
            rgba(104, 104, 104, 1) 50%,
            rgba(44, 44, 44, 1) 100%);
    background: linear-gradient(to right,
            rgba(44, 44, 44, 1) 0%,
            rgba(104, 104, 104, 1) 50%,
            rgba(44, 44, 44, 1) 100%);
}

.footerTracking {
    clear: both;

    width: calc(100% - 40px);
    max-width: 420px;
    margin: 4px auto;
    padding: 3px 4px;

    color: #cccccc;
    font: normal 11px Arial, Helvetica;
    text-align: left;

    background-color: #222222;

    vertical-align: middle;

    border: 1px solid #444444;
}

.pinkSlime {
    width: auto !important;

    color: #999999;
    text-align: center !important;

    border: none !important;
}

.copy {
    margin-top: 10px;

    color: white;
    font-size: 12px;
    text-align: center;
}

.modal,
.modal p {
    color: black;
    font-family: Arial;
    font-size: 13px;
    line-height: 1.2;
}

.modal h4,
.modal h1 {
    font-size: 20px;
    font-weight: 700;
}

.modal h1 {
    padding-bottom: 10px;
}

.modal h4 {
    font-size: 16px;
}

.modal.fade.in {
    opacity: 1;
}

.modal div[class*="col-"] {
    flex: initial;

    width: 100%;
    max-width: unset;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.modal .hero-section__content {
    padding: 0 !important;
}

a.cc-dismiss {
    text-decoration: none;
}

.licence {
    max-width: 420px;
    margin: 12px auto 0;
    padding: 0 5px;

    color: #999999;
    font-size: 10px;
    text-align: center;
}

.logo-container {
    display: flex;

    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/*ontario*/

.footer-icons .ontario-gambling-logo {
    display: inline-block;

    width: 102px;
    height: auto;
    margin-top: -32px;
}

.ontario-terms-link {
    color: white;
    font-size: 10px;
    text-align: center;
    text-decoration: none !important;

    text-shadow: 0 2px 3.16px rgb(0 0 0 / 70%);
}

.footer .ontario-terms-link {
    text-decoration: underline !important;
}

.footer .ontario-terms-link:before {
    content: "  ";
}

.footer p {
    max-width: 561px;
    margin: 20px auto;

    font-size: 10px;
    text-align: center;
}

.footer p a {
    color: white;
    text-decoration: underline;
}

.footer p a:hover {
    color: white;
}

.preform-label {
    margin: 0 0 -10px;
}

#privacyConsent[data-privacy-consent-theme] .privacy-consent__text {
    font-size: 14px !important;
}

/* ==========================================================================
   UTILITY CLASSES
   ========================================================================== */

/* Text Sizing
   ========================================================================== */

.u__text--large {
    font-size: 30px;
}

.u__text--medium {
    font-size: 20px;
}

@media screen and (max-width: 575px) {
    .u__text--large {
        font-size: 20px;
    }

    .u__text--medium {
        font-size: 14px;
    }
}

/* Text Transforms
   ========================================================================== */

.u__text--uppercase {
    text-transform: uppercase;
}

/* Text Colours
   ========================================================================== */

.u__colour--yellow {
    color: rgba(255, 209, 116, 1);
}

.u__colour--yellower{
    color:yellow
}

.u__colour--white{
    color:white;
	text-shadow: 1px 2px 11px black;
}


/*===========
    Login Button 
=============*/

.login-btn-container {
    background: black;
    text-align: center;
    padding: 6px 0;
}

.login-btn {
    border-radius: 8px;
    background-color: white;
    color: black;
    padding: 6px;
    display: inline-block;
}
.login-btn-container  .cta-btn{
    text-shadow: none;
    border: none;
    text-transform: none;
    width: auto;
    font-size: inherit;
}
.login-btn-container  .cta-btn::before{   
    background: none;
}
.login-btn-container  .cta-btn::after{   
    background: none;
}
