﻿

/* CSS Document */

.img_logo {
    width: 35%;
	margin: 5px 0px 0px 3vw;
	
}

.methods {
	width: 500px;
}

html,
body,
canvas {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	/*overflow:hidden;-webkit-touch-callout:none;*/

	
	
}
.main {
	width: 100%;
	background-image: linear-gradient(
  		0deg,
 		 hsl(210deg 94% 7%) 0%,
 		 hsl(209deg 85% 17%) 50%,
 		 hsl(214deg 66% 31%) 100%
);
}

body {
	height: 100%;
	overflow: auto;
    font-family: 'Montserrat', sans-serif;
	
	color: #fff;
	font-size: 15px;
	background-color: #011223;
	
}

html {
	display: flex;
	flex-direction: column;
}
.awards{
    max-width: 430px;
    margin-top: 10px;
    image-rendering: auto;
}
.container {
	width: 1330px;
	
	margin: 0 auto;
	padding: 0px;
	position: relative;
	text-align: center;
	z-index: 8;
	padding-bottom: 2%;
	clear: both;
	
}

.grid-container,
.ff {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	/*align-items: stretch;*/
	align-items: flex-start;
	padding-top: 1%;
}

.grid-container {
	padding-bottom: 3%;
}

.ff {
	justify-content: flex-start;
}

.btn {
	border-radius: 5px;
	color: #ffffff;
	text-decoration: none;
	padding: 7px 22px 7px 22px;
	font-weight: 500;
}

.login {
    color: #000;
	background-color: #ffe00e;
}

.playnow {
	display: none;
	width: 350px;
    background-color: #ffcc00; 
    font-size: 18px;
    text-transform: uppercase;
    border: none;
    border-radius: 60px;
    color: #06172c;
    padding: 15px 30%;
    text-align: center;
    text-decoration: none;
    margin-top: 40px;
}

.playnow :hover {
    color: #fcac00;
}

.conditions {
    color: #9091aa;
    border: 2px solid #9091aa;
    border-radius: 19px;
	text-decoration: none;
	padding: 7px 22px 7px 22px;
	font-weight: 600;
}

.conditions:hover {
    background-color: #9091aa;
	color: #27263f;
    cursor: pointer;
}


.signup {
	background-color: #fff;
	color: #011f23;
	
}

.btn:hover {
    color: #000;
	background-color: #ebcd0b;
}

.signup:hover {
	background-color: rgb(232, 232, 232);
	color: #011f23;
}


.footer-left {
    flex-basis: 45%;
    margin-top: 80px;
    margin-left: 50px;
    text-align: left;
}


.footer-right{
    flex-basis: 40%;
    margin-top: 78px;
    margin-right: 0px;
    text-align: right;
}


.second-line-btn{
	display: flex;
	justify-content: center;
	min-height: 25px;
}

.second-line-btn-text{
	font-size: 22px;
	color:#ffc7c7;
}


.second-line-game-logo {
	width: 45%;
	margin-left: 5px;
	background: url("../../willbetgamebettingsa/image/game-logo-small.png");
	background-repeat: no-repeat;
	background-size: 100%;
	

}

.bigbtn {
	margin: 0 auto;
	max-width: 84%;
	margin-bottom: 3.5%;
	display: block;
	background-color: #d32d2d;
	border-radius: 8px;
	text-decoration: none;
	padding: 10px 20px 10px 20px;
	font-weight: 600;
	box-shadow: 0px 4px 0px #920c35;
}

.bigbtn span {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 50px;
}

.offer2 span {
    color: #6a401a;
}


.offer1 {
	font-size: 24px;
	line-height: 33px;
	color: #f99aa8;
    font-weight: 700;
}

.offer2 {
	font-size: 36px;
	line-height: 28px;
	color: #9b602a;
	background-color: #ffcc00;
	box-shadow: 0px 4px 0px #7c3f0e;
    font-weight: 700;
	padding: 40px;
}

.bigbtn:hover {
	transform: scale(0.96);
	transition: transform .1s;
}

.RowBoxCcode .BoxCode {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.popup-inner {
	background-color: #1a1a1e;
	background-size: 60%;
}

.grid-container div {
	align-self: flex-start;
}

.grid-container div.logo,
.grid-container div.aw,
.grid-container div.btns,
.grid-container div.header-right {
	align-self: center;
}

.ff div {
	align-self: flex-start;
}

.ff .f-right {
	padding-top: 4%;
}

.header-left {
	flex-basis: 53%;
	position: relative;
}

.header-left img {
	width: 100%;
	margin-top: -10px;
}

.jackp {
	position: absolute;
	/*bottom: 11%;*/
	bottom: 8%;
	width: 97%;
	text-align: center;
}

.h2_top {
    font-size: 22px;
	line-height: 33px;
	color: #fff;
	padding: 0% 0 0% 0;
    margin-top: 0px !important;
    margin-bottom: 0em !important;
    font-weight: 600;
    
}

h1,
h2 {
	text-transform: uppercase;
	font-weight: 600;

}

h2 {
	color: #ffffc6;
	text-shadow: 0px 2px 15px #bc8814;
	padding-bottom: 0px !important;
	margin-bottom: 10px !important;
    font-weight: 600;
}

h1 {
	font-size: 25px;
	line-height: 33px;
	color: #fff;
	padding: 2% 0 2% 0;
    margin-top: 20px !important;
    margin-bottom: .6em !important;
    line-height: 1.3em;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 21px;
	line-height: 24px;
	color: #9091aa;
	margin: 0px 0px 10px 0px;
}


.jackpot_du_jour {
    font-size: 1.8em;
}
.header-right {
	flex-basis: 47%;
}

.col-1 {
	flex-basis: 33%;
}

.game1 {
	width: 110px !important;
	border-radius: 3px;
}

.f-left {
	flex-basis: 33%;
}

.f-right {
	flex-basis: 66%;
	padding-right: 10%;
	text-align: left;
    font-weight: 500;
}

.col-2 {
	flex-basis: 34%;
}

.col-3 {
	flex-basis: 33%;
}

.logo {
	text-align: left;
}

.btns {
	text-align: right;
	padding-right: 3vw;
}

.feature {
	display: inline-block;
	color: #9091aa;
	font-size: 14px;
	line-height: 17px;
	padding-top: 1%;
}

.screen {
	display: block;
}

.mobile {
	display: none;
}

button {
	background-color: #fdf382;
	border-color: #fdf382 !important;
	border: 0px;
}

@media screen and (max-width: 1600px) {

	.second-line-btn-text{
		font-size: 1.5vw;
	}

}

@media screen and (max-width: 1330px) {

    .awards {
        max-width: 320px;
    }
    
    
	.jackp {
		/*bottom: 11%;*/
		bottom: 6%;
		width: 76% !important;
		left: 12%;
	}

	.container {
		width: 94%;
	}

	.bigbtn span {
		font-size: 2.5vw;
		line-height: 4vw;
	}

	.offer1 {
		font-size: 2vw;
		line-height: 3vw;
	}

	.offer2,
	h1 {
		font-size: 2.5vw;
		line-height: 2.7vw;
	}

	h1 {
		font-size: 2.2vw !important;
		line-height: 2.7vw;
	}

	h3 {
		font-size: 21px;
	}
}

@media screen and (max-width: 1160px) {
	.f-left img {
		width: 90%;
		padding-right: 10px;
	}

	html,
	body {
		background-size: 94%;
	}
    
    .footer-left {
    flex-basis: 35%;
    margin-top: 60px;
    margin-left: 50px;
    text-align: left;
}


.footer-right{
    flex-basis: 40%;
    margin-top: 45px;
    margin-right: 0px;
    text-align: right;
}

.offer2
 {
	padding: 4.4vw;
}
    
    
}

@media screen and (max-width: 1000px) {
	h2 {
		font-size: 2.5vw;
		line-height: 3vw;
	}
    
    .btn {
        font-size: 12px;
    }
    .awards {
        max-width: 280px;
    }
}

@media screen and (max-width: 900px) {

	h3 {
		font-size: 19px;
	}

    .logo img{
        width: 60%;
    }
    
	.aw img {
		width: 80%;
	}

	.btn {
		font-size: 11px;
	}

	.bigbtn span {
		font-size: 2.3vw;
		line-height: 3vw;
	}
    .jackpot_du_jour {
    font-size: 1.4em;
}
    
    .footer-left {
    flex-basis: 40%;
    margin-top: 60px;
    margin-left: 50px;
    text-align: left;
}


.footer-right{
    flex-basis: 30%;
    margin-top: 45px;
    margin-right: 0px;
    text-align: center;
}
    
    .footer-right img{
    width: 400px;
}
.offer2
{
   padding: 3.6vw;

}

@media screen and (max-width: 806px) {
	.aw {
		flex-basis: 0%;
		display: none;
	}

	.playnow {
		display: inline-block;
		width: 350px;
	}

	.playnow :hover {
		transform: scale(0.96);
	}
	
	.conditions {
		color: #9091aa;
		border: 0px solid #9091aa;
		border-radius: 0px;
		text-decoration: underline;
	}

	.conditions:hover {
		background-color: transparent;
		color: #acadcc;
		cursor: pointer;
	}

	.logo img {
		width: 60%;
	}

	.header-left,
	.header-right {
		flex-basis: 100%;
	}

	.feature {
		flex-basis: 100%;
	}

	.f-left img {
		width: auto;
		padding-right: 0px;
	}

	.screen {
		display: none;
	}

	.mobile {
		display: block;
	}

	.container {
		background-image: url(../../willbetgamebettingsa/image/mobile.png);
        background-repeat: no-repeat;
		background-size: 105%;
		background-position: 50% 3%;
        
	}

	.header-right {
		padding-top: 36vw;
	}

	h1,
	h2 {
		font-size: 5vw !important;
		line-height: 6vw;
		color: #ffffc6;
		text-shadow: 0px 0px 6px #e39e04, 0px 2px 25px #e39e04;
	}

	/*h1{ padding-bottom:0px;}*/
	h2 {
		margin-bottom: 3vw !important;
	}

    .btn{
        font-size: 14px;
    }
	.bigbtn {
		max-width: 96% !important;
		/* padding: 3.4vw 0 3vw 0; */
	}

	.bigbtn span {
		font-size: 6.0vw;
		line-height: 9vw;
	}

	.offer1 {
		font-size: 5vw;
		line-height: 5vw;
	}

	.second-line-btn-text{
		font-size: 4vw;
	}

	.offer2 {
		font-size: 6vw;
		line-height: 4vw;
		padding: 65px 0px 65px 0px;
	}


	.jackpot {
		padding-top: 14%;
		margin-bottom: 100px !important;
	}

	.methods {
		width: 500px;
		padding-bottom: 15%;
		padding-top: 5%;
	}

	.header-right {
		padding-bottom: 4vw;
	}

	h3 {
		font-size: 24px;
	}

	.f-right {
		font-size: 18px;
		line-height: 25px;
		font-weight: 600;
	}
    
    .logo {
		flex-basis: 40%;
		padding-top: 2%;
	}
	.btns {
		flex-basis: 60%;
		padding-top: 2%;
	}
    .footer-left {
    flex-basis: 100%;
    margin-top: 60px;
    margin-left: 0px;
    text-align: center;
}


.footer-right{
    flex-basis: 100%;
    margin-top: 45px;
    margin-right: 0px;
    text-align: center;
}
    
}

@media screen and (max-width: 620px) {
	
    
    
    
    .logo img {
		width: 80%;
	}

	.btn {
		padding: 4px 15px 4px 15px;
		font-size: 14px;
	}

	.grid-container div.logo,
	.grid-container div.feature div.f-right {
		text-align: left !important;
	}

	.f-right {
		font-size: 14px;
		line-height: 21px;
	}

	.grid-container div.btns {
		text-align: right !important;
	}

	.bigbtn {
		max-width: 100% !important;
		padding: 4.4vw 0 3vw 0;
		margin: 2vw 0 6vw 0;
	}

	.bigbtn span {
		font-size: 6.9vw;
		line-height: 8vw;
	}

	.offer1 {
		font-size: 5vw;
		line-height: 6vw;
	}

	.offer2 {
		line-height: 5vw;
		padding: 60px 0px 60px 0px;
	}

	.logo,
	.btns {
		flex-basis: 50%;
		padding-top: 2%;
	}

	.header-right {
		padding-top: 44vw;
	}

	.container {
		background-size: 115%;
		background-position: 50% 3%;
	}

	.grid-container div {
		text-align: center;
	}

	.ff {
		justify-content: space-between;
	}

	.methods {
		width: 96%;
	}

	h3 {
		font-size: 20px;
	}

	.game1 {
		display: none;
	}
    .logo {
		flex-basis: 40%;
		padding-top: 2%;
	}
	.btns {
		flex-basis: 60%;
		padding-top: 2%;
	}
    
    .footer-right img{
    max-width: 320px;
}

}

@media screen and (max-width: 584px) {

	

	.bigbtn {
		max-width: 100% !important;
		padding: 5.4vw 0 4vw 0;
		margin: 2vw 0 4vw 0;
	}

	.offer2 {
		padding: 9vw 0px;
	}

    .h2_top {
        font-size: 20px;
    }

	.second-line-game-logo {
		width: 37%;
		height: auto;
	}
}

@media screen and (max-width: 480px) {

    
    img.pm{ width: 46%;}
    
	.bigbtn span {
		font-size: 6.9vw;
		line-height: 6vw;
	}


	.offer1 {
		font-size: 5vw;
		line-height: 6vw;
	}

	.offer2 {
		font-size: 6vw;
		line-height: 6vw;
	}

	.f-left img {
		width: 70%;
	}

	.btn {
		font-size: 14px;
	}
    .logo {
		flex-basis: 30%;
		padding-top: 2%;
	}
	.btns {
		flex-basis: 70%;
		padding-top: 2%;
	}
    
    .h2_top {
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {
    
	.playnow {
		display: inline-block;
		width: 250px;
	}

	.playnow :hover {
		transform: scale(0.96);
	}
    img.pm{ width: 50%;}
    .btn {
		font-size: 12px;
	}
    .logo {
		flex-basis: 30%;
		padding-top: 2%;
	}
	.btns {
		flex-basis: 70%;
		padding-top: 2%;
	}
    .offer1 {
		font-size: 4vw;
		line-height: 6vw;
	}

	.offer2 {
		font-size: 6.5vw;
		line-height: 6vw;
	}
}