﻿/* General ================================================= */
body
{
    height: 100%;
    background-color: #fff;
    overflow-y: scroll;
}
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a:link, a:visited
{
    color: #282828;
    text-decoration: none;
}
ul, li
{
    list-style-position: inside;
}
.no-click
{
    pointer-events: none;
}
.valuestats-mobile
{
    display: none;
}/* Text Styles ============================================= *//* Headings */
h1, h2, h3, h4
{
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
    color: #282828;
    line-height: 120%;
    letter-spacing: .1vw;
}
h1
{
    font-size: 2.6vw;
    font-weight: 300;
    line-height: 100%;
    margin: 2% 0;
    color: #dc0a35;
    width: 90%;
}
h1 span
{
    font-size: 1em;
    font-weight: 100;
    color: #111;
}
h2.customer-quote
{
    font-size: 1vw;
    font-weight: 400;
    margin-top: 5%;
    width: 75%;
    color: #da133a;
}
h2.customer-identity
{
    font-size: 1.1vw;
    font-weight: 400;
    line-height: 130%;
    display: block;
    margin-top: 1%;
    letter-spacing: .05vw;
}
h3
{/* Content Headings */
    color: #dc0a35;
    font-size: 2.5vw;
    font-weight: 300;
    padding-bottom: 2%;
    margin: 0 auto;
}
h4
{/* Responsible Gambling Headings */
    font-size: 1.5vw;
    font-weight: 300;
}
p, ul, a, span
{
    color: #282828;
    font-size: 1.3vw;
    font-family: 'Nunito Sans',sans-serif;
    letter-spacing: .05vw;
}/* New Button and Button Hover Effect ----------------------- */
.button
{
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    background-color: #289ca6;
    color: #fff!important;
    font-family: 'Nunito Sans',sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 1vw 2vw;
    font-weight: 800;
}
.button.cta span, .nav-button span
{
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.jackpot-timer
{
    width: 41.6%;
    position: absolute;
    top: 36.5vw;
    right: 8vw;
}
@media(max-width: 768px)
{
    .jackpot-timer
    {
        width: 75.6%;
        position: absolute;
        top: 106.5vw;
        right: 12vw;
    }
    .cta-header
    {
        left: 46vw;
        bottom: 15vw;
        position: absolute;
        margin-left: -16%!important;
        padding: 2.5%!important;
    }
    .cta-terms
    {/* Terms below CTA */
        width: 90%!important;
        position: absolute;
        bottom: 4vw;
        color: #fff;
        text-align: center;
    }
}/* Page Sections ===============================================
================================================================= *//* Navbar at Top ========================================= */
#topbar-spacing
{
    height: 3.7vw;
    width: 100%;
}
#topbar
{
    background-color: #c8303f;
    z-index: 9999;
    position: fixed;
    width: 100%;
    padding: 1% 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logotype
{
    width: 15%;
}
.logotype img
{
    width: 100%;
    margin-bottom: -1%;
}
.nav-buttons
{
    width: 50%;
}
.nav-button
{
    padding: 2% 3%;
    width: auto;
    transition: all .5s;
    margin-left: 1.5%;
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: .8vw;
    font-weight: 800;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.reg-button
{
    background-color: #289ca6;
    border: 3px solid #289ca6;
    float: right;
}
.login-button
{
    background-color: #c8303f;
    border: 3px solid #282828;/* Adjust the border width as needed */
    float: right;
}
.login-button a
{
    color: #c8303f;
}
.nav-button:after
{
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: left .3s;
    transition: left .3s;
    top: -10px;
    left: -200%;
    width: 200%;
    height: 800px;
    background: rgba(0,0,0,.3);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
}
.nav-button:hover:after
{
    left: 0;
}/*  Hero ========================================= */
#image
{
    position: relative;
    width: 100%;
    background: url('../../willbetgambling/image/1-background1.jpg') no-repeat;
    background-size: cover;
    background-position-y: 100%;
}
#text
{
    width: 50%;
    padding: 4% 0 15% 8%;
    overflow: hidden;
}
#text .button
{
    margin: 5% 0 2% 0;
}
.cta-terms
{/* Terms below CTA */
    width: 80%;
    font-size: .9vw;
    line-height: 145%;
    font-weight: 600;
    display: block;
    letter-spacing: 0;
}/*  Payments Ribbon ========================================= */
#payments
{
    background-color: #ebebeb;
}
#payments img
{
    display: block;
    margin: 0 auto;
    padding: 1.5vw;
    width: 35%;
}/*  Games ========================================= */
#games
{
    background: #fbf9fa;
    background-image: url("../../willbetgambling/image/triangle-pattern.jpg");
    background-repeat: repeat;
    text-align: center;
}
#games p
{
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: .1vw;
    margin: 0 auto;
}
#games-container
{
    width: 85%;
    margin: 0 auto;
    padding: 5%;
}/*
#game-tiles {
    margin: 0 auto;
    margin-top: 3%;
	}
#games img {
	margin: 0.5vw;
    width: 13vw;
    -webkit-transition: all 0.4s ease-out;
  	   -moz-transition: all 0.4s ease-out;
  		 -o-transition: all 0.4s ease-out;
  			transition: all 0.4s ease-out;
	}
#games img:hover {
  	-webkit-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96);
	}

/*  Games SUZU ========================================= */
.game-tiles-suzu
{
    margin: 0 auto;
    margin-top: 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    display: block;
}
.suzu
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 3%;
}
.game-tiles-suzu .gametile
{
    margin: .5vw;
    width: 16vw;
}
.game-tiles-suzu .gametile-image
{
    position: relative;
    overflow: hidden;
}
.game-tiles-suzu .gametile-image img
{
    width: 16vw;
}
.game-tiles-suzu .gametile-overlay
{
    background: rgba(0,0,0,.87);
    width: 100%;
    height: 99%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
    padding-top: 35%;
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    z-index: 100;
}
.game-tiles-suzu .gametile-overlay .button.play
{
    display: block;
    margin-bottom: 5%;
}
.game-tiles-suzu .gametile-overlay a.fun
{
    font-size: .8vw;
    font-weight: 700;
}
.game-tiles-suzu a:link, .game-tiles-suzu a:visited
{
    color: #fff;
}
.game-tiles-suzu a
{
    font-size: 1vw;
}
.game-tiles-suzu .gametile-overlay a.fun:hover
{
    text-decoration: underline;
}
.game-tiles-suzu .gametile:hover .gametile-overlay
{
    opacity: 1;
}/*  USP ========================================= */
#usp
{
    background-image: url("../../willbetgambling/image/handsup-1.jpg");
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
    padding: 5% 0;
    overflow: hidden;
}
#usp h3
{
    width: 50%;
    color: #fff;
}
#usp ul
{
    line-height: 150%;
    width: 40%;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #fff;
}
#usp ul p
{
    color: #fff;
}/*  Reviews ========================================= */
#reviews
{
    text-align: center;
    padding: 5% 0;
}
#reviews-container
{
    width: 63%;
    margin: 0 auto;
    display: flex;
    margin-top: 4%;
}
.feedback
{
    width: 30%;
    display: inline-block;
    flex: auto;
    margin: 3%;
}
.feedback img
{
    width: 8vw;
    border-radius: 50%;
    border: .2em solid #dc0a35;
    margin-top: -25%;
}
.feedback-box
{
    margin: 0 auto;
    border: .2vw solid #dc0a35;
    height: 25vw;
    padding: 8%;
    position: relative;
}
.feedback-box p
{
    padding-top: 8%;
}
.feedback-box p.client
{
    font-weight: 700;
    margin-bottom: 1.5vw;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#reviews p.disclaimer
{
    font-style: italic;
    width: 80%;
    margin: 0 auto;
    opacity: .8;
    font-size: .9vw;
    padding-bottom: 40px;
}/*  Play ========================================= */
#play
{
    background-image: url(../../willbetgambling/image/play-games2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.play-text
{
    width: 55%;
    display: block;
    position: relative;
    text-align: center;
    padding: 5% 0;
}
.play-text h3
{
    color: #282828;
    width: 60%;
}
.play-text ul
{
    margin: 2% auto 5% auto;
    width: 60%;
}
.play-text li
{
    line-height: 120%;
    font-weight: 400;
    margin: 2% 0;
}
.play-text li:first-child
{
    margin-top: 0;
}
.main-offerv
{
    font-size: 4.5vw;
    margin-bottom: -3%;
}/*  Responsible Gaming ========================================= */
#responsible
{
    background-color: #282828;
    text-align: center;
    padding: 5% 0;
    text-align: center;
}
#responsible h3, #responsible h4, #responsible p
{
    color: #fff;
}
#responsible h4
{
    margin: 7% 0;
}
#responsible-container
{
    width: 70%;
    margin: 0 auto;
    margin-top: 2%;
    display: flex;
}
.responsible-box
{
    width: 33.3%;
    padding: 3%;
}
.responsible-box img
{
    height: 6vw;
}
.responsible-box p
{
    font-size: 1vw;
}/*  Bottom Menu ========================================= */
#bottom-menu
{
    padding: 5% 0;
    display: flex;
}
#menu-logo
{
    width: 15%;
    text-align: right;
}
#menu-logo img
{
    width: 35%;
}
.seo-links
{
    width: 85%;
    padding-left: 5%;
}
#bottom-menu a
{
    color: #282828;
    line-height: 170%;
    display: block;
    font-size: 1vw;
}
.column
{
    float: left;
    width: 80%;
    padding-right: 10px;
    column-count: 3;
    column-gap: 0;
    -moz-column-count: 3;
    -moz-column-gap: 0;
    -webkit-column-count: 3;
    -webkit-column-gap: 0;
}/* Collapsable Terms -------------------------------------------- */
.terms-container
{
    color: #111;
    border: solid 2px #dc0b35;
    width: 90%;
    margin: 2% auto;
    padding: 1% 1.5%;
    font-size: .9em;
    position: relative;
}
.collapse-heading
{
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #111;
    cursor: pointer;
    width: 100%;
    text-align: left;
    font-size: 1em;
    letter-spacing: 1.1px;
}
.expand-terms-icon
{
    position: absolute;
    right: 2vw;
    top: .2vw;
    cursor: pointer;
    transition: all .2s;
}
.rotate-x
{
    transform: rotate(45deg) scale(1.2);
    transition: all .2s;
}
#expand-icon
{
    font-size: 2.3em;
    color: #111;
    font-weight: 200;
}
.collapse-content
{
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;
}
.collapse-content p
{
    float: left;
    font-size: 14px;
    margin-top: 2%;
}/*  Footer ========================================= */
footer
{
    background-color: #fff;
    color: #282828;
}
.footer-row
{
    overflow: hidden;
    padding: 1.5% 10%;
    border-top: 1px solid #bbb;
}
footer span, footer p, footer p a
{
    font-size: .8vw;
}
#age-warning span, .commission span
{
    display: inline;
    margin-left: 5px;
}/* Age Warning -------------------------------------------- */
#age-warning
{
    padding: 1% 10%;
    display: flex;
    align-items: center;
}
#age-warning img
{
    height: 25px;
    margin-right: 10px;
}
#age-warning img.helpline
{
    margin: 0 10px;
    vertical-align: bottom;
    height: 1.6vw;
}/* Links -------------------------------------------- */
.links
{
    width: 100%;
    text-align: center;
}
.links p a
{
    padding: 0 10px;
}
.links a:hover
{
    text-decoration: underline;
}/* Commission & Payments -------------------------------------------- */
.footer-row.commission-payments
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1% 10%;
}
.commission
{
    width: 50%;
}
.payments
{
    width: 50%;
    text-align: right;
}
.payments img, .commission img
{
    height: 2vw;
    vertical-align: bottom;
}/* Legal -------------------------------------------- */
.legal
{
    padding: 2% 10%;
}
.terms-container p
{
    font-size: .8vw;
}
@media only screen and (max-device-width: 736px) and (orientation: landscape)
{
    #topbar-spacing
    {
        height: 4vw;
    }
    p
    {
        font-size: 10px;
    }
    .logotype
    {
        width: 15%;
    }
    .nav-button
    {
        padding: 2% 3%;
    }
    .nav-button span
    {
        font-size: 1.2vw;
    }
    #reviews-container
    {
        width: 75%;
    }
    .feedback-box
    {
        height: 28vw;
    }
    #age-warning img
    {
        height: 15px;
    }
}
.pads
{
    padding: 10px;
}
.desk-only
{
    display: block;
    float: left;
    width: 100%;
}
.mob-only
{
    display: none;
}
@media only screen and (max-width: 768px) and (orientation: portrait)
{
    .desk-only
    {
        display: none;
    }
    .mob-only
    {
        display: block;
        float: left;
        width: 100%;
    }
}
@media only screen and (max-width: 768px) and (orientation: portrait)
{
    .terms-container p
    {
        font-size: 2.8vw;
    }/* Text Styles / Mobile Portrait ========================================= */
    h1
    {
        font-size: 8vw;
        color: #282828;
    }
    h2.customer-quote
    {
        font-size: 3.2vw;
        width: 100%;
        color: #da133a;
    }
    h2.customer-identity
    {
        font-size: 3.5vw;
        color: #282828;
    }
    h3
    {
        font-size: 5vw;
        padding-bottom: 10px;
    }
    p, ul, a, h4
    {
        font-size: 3vw;
    }
    .valuestats
    {
        display: none;
    }
    .valuestats-mobile
    {
        display: block;
    }/* Navbar at Top / Mobile Portrait ======================================= */
    #topbar-spacing
    {
        height: 10vw;
    }
    #topbar
    {
        padding: 2% 4%;
    }
    .logotype
    {
        margin: 0;
        width: 35%;
    }
    .logotype img
    {
        vertical-align: middle;
        margin-bottom: 0;
    }
    .nav-buttons
    {
        width: 65%;
    }
    .nav-button
    {
        padding: 3% 4%;
        font-size: 2vw;
    }
    .main-offerv
    {
        color: #dc0a35;
        font-size: 11vw;
        text-align: center;
        width: 100%;
    }
    .main-offervd
    {
        color: #dc0a35;
    }/* Hero / Mobile Portrait ================================================= */
    h1
    {
        top: -22vw;
        position: relative;
    }
    h2
    {
        top: -21vw;
        position: relative;
    }
    #image
    {
        background: url('../../willbetgambling/image/1-mobile.jpg') no-repeat;
        background-size: cover;
        background-position-y: 80%;
    }
    #text
    {
        width: 100%;
        padding: 30% 5% 98% 5%;
        text-align: center;
    }
    .button.main
    {
        font-size: 4vw;
        padding: 4%;
    }
    .cta-terms
    {
        width: 65%;
        font-size: 2.3vw;
        text-align: center;
        margin: auto;
    }/*  Payments ================================= */
    #payments img
    {
        display: block;
        margin: 0 auto;
        padding: 2.5vw;
        width: 90%;
    }/*  Games galore ============================== */
    #games
    {
        padding: 8%;
    }
    #games-container
    {
        width: 100%;
        padding: 0;
    }/*
    #games img {
        padding: 1%;
        width: 44%;
    }*//*  Games SUZU ============================== */
    .game-tiles-suzu .suzu
    {
        padding: 0%;
    }
    .game-tiles-suzu .gametile
    {
        margin: 2vw;
    }
    .game-tiles-suzu .gametile, .game-tiles-suzu .gametile img
    {
        width: 38vw;
    }
    .game-tiles-suzu .gametile-overlay a.fun
    {
        font-size: 2.7vw;
    }
    .game-tiles-suzu a
    {
        font-size: 3vw;
        padding: 2vw 3vw;
    }/* USP ========================================= */
    #usp
    {
        padding: 9% 0;
    }
    #usp ul
    {
        width: 80%;
    }
    #usp h3
    {
        width: 70%;
    }/*  Reviews - 5 star general ========================================= */
    #reviews
    {
        width: 100%;
        margin: 0 auto;
    }
    .review-text
    {
        padding: 5% 8%;
    }
    #reviews-container
    {
        display: block;
        width: 78%;
        margin-left: 16%;
    }
    .feedback
    {
        width: 100%;
        display: block;
        margin: 0;
    }
    .feedback-box
    {
        border: .4vw solid #dc0a35;
        height: auto;
        padding: 6% 8% 6% 11%;
        margin-bottom: 5%;
    }
    .feedback img
    {
        float: none;
        margin: 0;
        border: .4vw solid #dc0a35;
        position: absolute;
        left: -13%;
        width: 16vw;
    }
    .feedback-box p
    {
        padding-top: 2%;
    }
    .feedback-box p.client
    {
        margin-bottom: 0;
        position: initial;
    }
    #reviews p.disclaimer
    {
        width: 80%;
        font-size: 2.2vw;
        margin-bottom: 20px;
    }/*  Play ========================================= */
    #play
    {
        background-size: 190%;
        background-position: 34% 30%;
    }
    .play-text
    {
        margin: 0 auto;
        width: 90%;
        padding: 5% 0;
    }
    .play-text ul
    {
        width: 80%;
    }/*  Responsible Gaming ========================================= */
    #responsible
    {
        padding: 8% 4%;
    }
    #responsible p
    {
        font-size: 2.5vw;
    }
    #responsible-container
    {
        width: 100%;
        margin-top: 5%;
    }
    .responsible-box
    {
        padding: 1%;
    }
    .responsible-box img
    {
        height: 7vw;
    }/*  Bottom Menu ========================================= */
    #bottom-menu
    {
        padding: 5% 0;
    }
    .seo-links
    {
        padding-left: 2%;
    }
    #menu-logo
    {
        text-align: center;
    }
    #menu-logo img
    {
        width: 50%;
    }
    .column, .column-1, .column-2
    {
        width: 100%;
    }
    #bottom-menu a
    {
        font-size: 2.4vw;
    }/* Collapsable Terms -------------------------------------------- */
    .terms-container
    {
        border: solid 1px #dc0b35;
        width: 95%;
        margin: 4% auto;
        padding: 3% 3.5%;
    }
    .collapse-heading
    {
        font-size: 2.2vw;
    }
    .collapse-content p
    {
        font-size: 11px;
    }
    .expand-terms-icon
    {
        right: 4vw;
        top: .5vw;
    }/*  Footer / Mobile Portrait ========================================= */
    .footer-row, .footer-row.commission-payments
    {
        padding: 2% 5%;
    }
    footer span, footer p, footer p a
    {
        font-size: 2.3vw;
    }
    #age-warning
    {
        padding: 1% 4%;
    }
    #age-warning img
    {
        width: 4vw;
    }
    #age-warning img.helpline
    {
        vertical-align: bottom;
        width: 22vw;
        height: auto;
    }
    .commission
    {
        width: 25%;
    }
    .payments
    {
        width: 70%;
    }
    .payments img, .commission img
    {
        height: 5vw;
    }
    .links p a
    {
        line-height: 200%;
    }
}