﻿body{
    font-family: 'Oswald', sans-serif;
    background: url("../../willbetgamebettingsa/image/bg1.png") no-repeat top center;
    background-size: 100% auto;
}

header{
    height: 5.78vw;
    background: rgba(255,255,255,0.30);
}

.logo{
    width: 10.781vw;
	height: 5.938vw;
    margin: 0 0 0 1.35vw;
}

.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: 1.250vw;
    margin: 1.35vw 0 0 0.31vw;
    color: #fff;
    background-color: #40C000;
    border-color: #40C000;
    font-size: 1.14vw;
    font-weight: 600;
}

.btn-signup:hover{
    color: #fff;
    background-color: #01720D;
    border-color: #01720D;
}

.btn-login{
    width: 7.86vw;
    height: 2.65vw;
    border-radius: 1.25vw;
    margin: 1.35vw 0 0 0.31vw;
    color: #40C000;
    background-color: rgba(0,0,0,0);
    border-color: #40C000;
    font-size: 1.14vw;
    font-weight: 600;
}

.btn-login:hover{
    color: #fff;
    background-color: #40C000;
    border-color: #40C000;
}

.btn-cta{
    width: 24.89vw;
    height: 5.98vw;
    border-radius: 2.135vw;
    color: #fff;
    background-color: #40C000;
    border-color: #40C000;
    font-size: 3vw;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-cta:hover{
    color: #fff;
    background-color: #01720D;
    border-color: #01720D;
}

.hero{
    /*height: 100vw;*/
}

.hero-text{
    margin: 14.531vw 0 0 13.438vw;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 3.698vw;
	font-size: 3.698vw;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}
.hero-text .p1{
    font-size: 7.969vw;
	line-height: 7.969vw;
    text-align: center;
}

.hero .btn-cta{
    margin: 1.09vw 0 0 0;
}

.grad-bg{
background: rgb(83,83,83);
background: linear-gradient(180deg, rgba(83,83,83,1) 0%, rgba(25,22,22,1) 36%, rgba(25,22,22,1) 100%);
}


.steps{
    margin: 10.41vw 0 0 0;
	padding: 0 5.208vw;
    text-align: center;
}

.steps .book{
	background: url("../../willbetgamebettingsa/image/book.png");
	background-size: 100% 100%;
	width: 8.594vw;
    height: 8.594vw;
    z-index: 1;
	display: inline-block;
	margin: 1.042vw;
}

.steps h2{
    color: #414141;
    font-size: 3vw;
    font-weight: 800;
    padding-top: 3vw;
	color: #fff;
}

.steps p{
    color: #414141;
    font-size: 1.25vw;
    font-weight: 500;
    margin-top: 1.66vw;
}

.step{
	display: flex;
}

.section-mid{
    margin: 1.145vw 0 0;
    min-height: 67.7vw;
    z-index: 100;
    position: relative;
    text-align: center;
    overflow-x: hidden;
}


.section-mid h2{
	font-size: 3.490vw;
    font-weight: 700;
    color: #fff;
    margin-top: 13.54vw;
}

.section-mid h3{
    font-size: 10.469vw;
	line-height: 9.531vw;
    font-weight: 700;
    color: #fff;
	text-transform: uppercase;
}

.bg-mid{
    overflow: hidden;
    width: 100%;
}

.btn-cta-mid{
    width: 24.89vw;
    height: 5.989vw;
    border-radius: 2.135vw;
    margin: 1.354vw 0 0 0.313vw;
    color: #fff;
    background-color: #40C000;
    border-color: #40C000;
    font-size: 3.490vw;
    font-weight: 700;
    z-index: 5;
	text-transform: uppercase;
}

.btn-cta-mid:hover{
    color: #fff;
    background-color: #01720D;
    border-color: #01720D;
}

.bg-mobile{
    background: url("../../willbetgamebettingsa/image/phone.png");
    background-size: 100% 100%;
    width: 62.500vw;
    height: 62.500vw;
    z-index: 0;
    position: absolute;
    right: 0;
}


footer{
    /*min-height: 42.396vw;*/
    padding-bottom: 1.145vw;
    text-align: center;
    font-weight: 300;
    color: #FFF;
}