﻿body
{
    font-family: 'Poppins',sans-serif;
    background: url("../../willbetgambling/image/bg.png") no-repeat top center #fff;
    background-size: 100% auto;
    overflow-x: hidden;
}
header
{
    height: 5.78vw;
    background: rgba(255,255,255,.87);
}
.logo
{
    height: 5.2vw;
    width: 15.625vw;
    margin: 0 0 0 2.76vw;
}
.header-btns
{
    margin: 0 2.76vw 0 auto;
    order: 2;
}
.btn:focus
{
    outline: none;
    box-shadow: none;
}
.btn-signup
{
    width: 7.86vw;
    height: 2.65vw;
    border-radius: 24px;
    margin: 1.35vw 0 0 .31vw;
    color: #fff;
    background: linear-gradient(270deg,rgba(255,192,0,1) 0%,rgba(57,194,0,1) 100%);
    box-shadow: 0 0 12px rgba(0,0,0,.16);
    border: 0;
    font-size: 1.14vw;
    font-weight: 600;
}
.btn-signup:hover
{
    color: #fff;
}
.btn-login
{
    width: 7.86vw;
    height: 2.65vw;
    border-radius: 24px;
    margin: 1.35vw 0 0 .31vw;
    color: #ffad05;
    background-color: rgba(0,0,0,0);
    border-color: #ffad05;
    font-size: 1.14vw;
    font-weight: 600;
}
.btn-login:hover
{
    color: #ffad05;
    background-color: rgba(0,0,0,0);
    border-color: #ffad05;
}
.btn-cta
{
    width: 24.89vw;
    height: 5.98vw;
    border-radius: 41px;
    color: #fff;
    background: linear-gradient(270deg,rgba(255,192,0,1) 0%,rgba(57,194,0,1) 100%);
    font-size: 3vw;
    font-weight: 700;
    text-transform: uppercase;
    border: 0;
}
.btn-cta:hover
{
    color: #fff;
    background: linear-gradient(270deg,rgba(255,192,0,1) 0%,rgba(57,194,0,1) 100%);
    border: 0;
}
.hero-text
{
    margin: 9.94vw 6.14vw 0 53vw;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 3.54vw;
    filter: drop-shadow(5px 8px 15px rgba(0,0,0,.502));
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}
.hero-text .p1
{
    font-size: 3.927vw;
    text-align: center;
}
.hero .btn-cta
{
    margin: 1.09vw 0 0 0;
}
.player-mobile
{
    height: 42vw;
    width: 100%;
    background: url('https://offers.spinrio.com/assets/spinrio/images/bg-desk.png') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 7vw;
    z-index: -1;
}
.steps
{
    margin: 32.41vw 0 0 0;
    text-align: center;
}
.steps .step
{
    width: 210px;
    height: 210px;
    margin: 0 auto;
}
.steps .step1
{
    background-image: url("../../willbetgambling/image/12.png");
    background-size: cover;
}
.steps .step2
{
    background-image: url("../../willbetgambling/image/21.png");
    background-size: cover;
}
.steps .step3
{
    background-image: url("../../willbetgambling/image/31.png");
    background-size: cover;
}
.steps h2
{
    color: #f7b10e;
    font-size: 1.66vw;
    font-weight: 800;
    margin-top: .729vw;
}
.steps p
{
    color: #393939;
    font-size: 1.25vw;
    font-weight: 500;
    margin-top: 1.66vw;
}
.section-mid
{
    margin: 0;
    min-height: 81vw;
    z-index: 100;
    position: relative;
    text-align: center;
    overflow-x: hidden;
    background: url("../../willbetgambling/image/bottom-section.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.section-mid h3
{
    font-size: 5.15vw;
    font-weight: 700;
    color: #fff;
    margin-top: 56vw;
}
.bg-mid
{
    overflow: hidden;
    width: 100%;
}
.btn-cta-mid
{
    width: 24.89vw;
    height: 5.989vw;
    border-radius: 41px;
    margin: 26px 0 0 6px;
    color: #fff;
    background: linear-gradient(270deg,rgba(255,192,0,1) 0%,rgba(57,194,0,1) 100%);
    border: 0;
    font-size: 3.02vw;
    font-weight: 700;
    z-index: 5;
}
.btn-cta-mid:hover
{
    color: #fff;
    background-color: #00438c;
    border-color: #00438c;
}
footer
{
    padding: 3vw 0 1.145vw 0;
    background-color: #114714;
    text-align: center;
    font-weight: 300;
    color: #fff;
}