﻿/*NOTE - page specific CSS - use for overrides*/

/* Global adjustments / Beacon */
body {
    overflow-x: hidden;
}
.BcnFilledInput-root:hover {
    background-color: rgba(255, 255, 255, 0.7) !important;
}

@media(hover: none) {
    .BcnFilledInput-root:hover {
        background-color:rgba(255, 255, 255, 0.7) !important;
    }
}
.BcnInputBase-input {
    font-family: Faricy New,faricy-new-web !important;
}
@media screen and (min-width: 300px){
    .BcnButton-root.BcnButton-sizeLarge {
        transform: scale(1.2);
    }
}

/* BANNER override */
.banner-content{
    top: 5%;
    height: 429px;
    width: 429px;
    left: -50%;
    right: -50%;
    justify-content: space-between;
}
.banner-copy{
    margin-top: 2em;
}
.banner {
    background-image: url('../../willbetgamebettingsa/image/300@2x.jpg');
    height: 750px;
}
@media (-webkit-min-device-pixel-ratio: 1.25) and (min-resolution: 120dpi){ 
    .banner {
        background-image: url('../../willbetgamebettingsa/image/300@2x.jpg');
    }
}
@media (min-width: 444px) {
    .banner {
        background-image: url('../../willbetgamebettingsa/image/444.jpg');
    }
    .banner-content {
        height: 396px;
        width: 396px;
    }
}
@media (-webkit-min-device-pixel-ratio: 1.25) and (min-resolution: 120dpi) and (min-width: 444px) {
    .banner {
        background-image: url('../../willbetgamebettingsa/image/444@2x.jpg');
    }
}
@media (min-width: 636px) {
    .banner {
        background-image: url('../../willbetgamebettingsa/image/636.jpg');
        height: 628px;
    }
    .banner-content {
        height: 68vw;
        width: 68vw;
    }
}
@media (-webkit-min-device-pixel-ratio: 1.25) and (min-resolution: 120dpi) and (min-width: 636px) {
    .banner {
        background-image: url('../../willbetgamebettingsa/image/636@2x.jpg');
    }
}
@media (min-width: 732px) {
    .banner {
        background-image: url('../../willbetgamebettingsa/image/732.jpg');
    }
    .banner-content {
        max-width: 474px;
        max-height: 474px;
    }
    .BcnButton-root.BcnButton-sizeLarge {
        transform: scale(1.3);
    }
}
@media (-webkit-min-device-pixel-ratio: 1.25) and (min-resolution: 120dpi) and (min-width: 732px) {
    .banner {
        background-image: url('../../willbetgamebettingsa/image/732@2x.jpg');
    }
}
@media (min-width: 972px) {
    .banner {
        background-image: url('../../willbetgamebettingsa/image/972@2x.jpg');
        background-position: bottom;
        height: 656px;
    }
    .banner-content {
        max-width: 518px;
        max-height: 518px;
    }
    .banner-copy{
        margin-top: 4em;
    }
}
@media (-webkit-min-device-pixel-ratio: 1.25) and (min-resolution: 120dpi) and (min-width: 972px) {
    .banner {
        background-image: url('../../willbetgamebettingsa/image/972@2x.jpg');
    }
}
@media (min-width: 972px) and (min-height: 732px) {
    .banner {
        height: 708px;
    }
}

/* START - PRODUCT SECTION */
.product-component{
    background-image: url('../../willbetgamebettingsa/image/product-bg-mobile@2x.jpg');
    background-position: center center;
    background-size: cover;
}
@media (min-width: 636px) {
    .product-component {
        background-image: url('../../willbetgamebettingsa/image/product-bg-desktop@2x.jpg');
    }
}

.product-logo {
    width: 100%;
    object-fit: cover;
}

.video-container {
    position: relative;
    width: 100%;
    padding-top: 63%;
    overflow: hidden;
}

.product-video {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 69%;
    z-index: 1;
}

.frame {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
}

.product-video::-webkit-media-controls {
    opacity: 0;
}

.product-video:hover::-webkit-media-controls {
    opacity: 1;
}

.product-jackpot{
    background-image: url('../../willbetgamebettingsa/image/jackpot-block.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 137px;
    width: 306px;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@media (min-width: 636px) {
    .product-jackpot{
        height: 148px;
        width: 375px;
    }
}
.product-jackpot p, .product-jackpot, .winners-component, .winners-component p{
    color: var(--palette-on-primary-high-emphasis) !important;
}
.winners-component .splide *{
    color: var(--palette-on-background-high-emphasis) !important;
}
.winners-component .splide span {
    color: var(--palette-secondary_500) !important;
}
.winners-component {
    background-image: url('../../willbetgamebettingsa/image/brand-bg-mobile@2x.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (min-width: 636px) {
    .winners-component{
        background-image: url('../../willbetgamebettingsa/image/brand-bg-desktop@2x.jpg');
    }
}
/* END - PRODUCT SECTION */

/* LAYERS / STICKERS */

.layer{
    position: absolute;
}
.layer.sticker{
    top: 82%;
    right: 0;
    width: 100px;
    margin: 0 auto;
}
@media (min-width: 376px) {
    .layer.sticker{
        top: 80%;
        right: 0;
        width: 90px;
        margin: 0 auto;
    }
}
@media (min-width: 600px) {
    .layer.sticker{
        top: 70%;
        right: 4%;
        width: 100px;
    }
}
@media (min-width: 732px) {
    .layer.sticker{
        top: 60%;
        width: 140px;
        right: -15%;
    }
}
@media (min-width: 972px) {
    .layer.sticker{
        width: 130px;
        top: 50%;
        right: -32%;
    }
}

/* Overwrite form max-width in container / Optional */
.form-wrapper{
    width: 80% !important;
}
/* CUSTOM */
.legal-wrapper{
    top:100%;
}