@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

body { font-family: "Lato", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: url("../images/bg.jpg")no-repeat top center; background-size: cover;}

a { text-decoration: none; cursor:pointer; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

a:hover, a:focus, button:focus, button:hover { text-decoration: none; outline: none; }

img { max-width:100%;}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], textarea, select {
    color: #666;
    width: 100%;
}
.t-body {
	overflow: hidden;
}
.max-container {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}
.top-sec {
	background: url("../images/btm-bg.png")no-repeat bottom center;
	background-size: 100%;
	position: relative;
	padding: 20px 0 30px;
	text-align: center;
}
.title-top {
    position: relative;
    max-width: 773px;
    margin: 20px auto;
}
.date-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7%;
    font-size: 26px;
    font-weight: 700;
}
.provider-wrapper {
	padding: 15px 0;
}
.provider-wrapper div {
    display: inline-block;
    max-width: 110px;
    margin: 3px;
}
.deco {
    position: absolute;
}
.turnover-wrap {
    max-width: 378px;
    margin: 15px auto 30px;
    position: relative;
}
.title {
    position: absolute;
    left: 0;
    right: 0;
}
@keyframes shake {
  0% {
	transform: rotate(0deg);
  }
  50% {
	transform: rotate(-30deg);
  }
  100% {
	transform: rotate(0deg);
  }
}
@keyframes shake1 {
  0% {
	transform: rotate(0deg);
  }
  50% {
	transform: rotate(30deg);
  }
  100% {
	transform: rotate(0deg);
  }
}
.deco.star-1 {
    left: -6%;
    top: 40%;
    max-width: 16%;
	animation: shake 2s ease-in-out infinite;
}
.deco.star-2 {
    right: -6%;
    top: 40%;
    max-width: 16%;
	animation: shake1 2s ease-in-out infinite;
}
.amt-turnover {
    position: absolute;
    left: 0;
    right: 0;
    top: 39%;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.bonus-table-wrapper {
    background: url(../images/table-base.png)no-repeat;
    background-size: 100% 100%;
    max-width: 771px;
    margin: 0 auto;
    position: relative;
    padding: 40px 30px;
}
.deco-table.item-1 {
    left: 0%;
    top: -24%;
    max-width: 21%;
}
.deco-table.item-2 {
    right: 0%;
    top: -19%;
    max-width: 23%;
}
.deco-table {
	position: absolute;
}
.bonus-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 0 30px;
}
.bonus-base {
    max-width: 311px;
    margin: 0 auto;
    width: 100%;
    border: 1px solid #87cfff;
    overflow: hidden;
    border-radius: 8px;
}
.top-text {
    background: linear-gradient(to right, rgba(0,120,150,1) 0%, rgba(0,145,177,1) 40%, rgba(0,145,177,1) 63%, rgba(0,120,150,1) 100%);
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 5px;
}
.binner {
    background: url(../images/base.png)no-repeat;
    background-size: 100% 100%;
    font-size: 20px;
    padding: 9px 5px;
}
.binner div {
    padding: 9px 0px;
}
.btn-wrap {
    padding: 20px 0;
}
button.tnc-btn {
	background: url("../images/tnc-btn.png")no-repeat;
	background-size: 100% 100%;
	border: none;
	max-width: 210px;
	width: 100%;
	height: 85px;
	margin: 0 auto;
	color: #000;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 0 0 4px rgb(0,0,0,0.6);
	padding: 5px;
}
button.tnc-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.07);
}



@media(max-width: 767px) {
.date-text {
    font-size: 3.4vw;
}
.provider-wrapper div {
    max-width: 90px;
}	
.deco-table {
	display: none;
}
.bonus-wrapper {
    grid-gap: 0 10px;
}		
}

@media(max-width: 480px) {
.top-sec {
	padding: 10px 0 30px;
}
.logo {
    max-width: 65%;
    margin: 0 auto;
}	
.provider-wrapper div {
    max-width: 18%;
    margin: 0.5%;
}
.bonus-table-wrapper {
    padding: 25px 15px;
}	
.binner {
    font-size: 15px;	
}
.top-text {
    font-size: 16px;
    padding: 10px 2px;
}
.turnover-wrap {
    max-width: 85%;
}	
.amt-turnover {
    font-size: 6.5vw;
}	
button.tnc-btn {
    max-width: 46%;
    height: 18vw;
    font-size: 6.4vw;
}	
}


















