@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body { font-family: "Roboto", 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%;
}
button {
	background: none;
	border: none;
	padding: 0;
}
.t-body {
	overflow: hidden;
}
.deco {
	position: absolute;
}
.max-container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}
#space {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.top-sec {
    position: relative;
    text-align: center;
	padding: 0 0 60px;
}
.title-top {
    position: relative;
    max-width: 1100px;
    margin: 0 auto -3%;
}
.logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 7%;
    margin: 0 auto;
    text-align: center;
    max-width: 30%;
}
.deco.top-deco-1 {
    top: 70%;
    left: 3%;
    max-width: 10%;
	animation: float 2s ease-in-out infinite;
}
.deco.top-deco-2 {
    right: 1%;
    top: 64%;
    max-width: 13%;
	animation: float 2.2s ease-in-out infinite;
}
@keyframes float {
0% {
	transform: translateY(0);
}

50% {
	transform: translateY(-15px);
}

100% {
	transform: translateY(0);
}
}
.date-wrapper {
    position: relative;
    max-width: 400px;
    margin: 0 auto 30px;
}
.date-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-weight: 700;
}
.provider-wrapper {
    text-align: center;
	position: relative;
	margin-bottom: 15px;
}
.provider-wrapper img {
    max-width: 135px;
}
.deco.btm-deco-1 {
    left: -3%;
    top: -1%;
    max-width: 17%;
	animation: float 2.4s ease-in-out infinite;
}
.deco.btm-deco-2 {
    right: -5%;
    top: 2%;
    max-width: 20%;
	animation: float 2.3s ease-in-out infinite;
}
.turnover-wrap {
    position: relative;
    max-width: 762px;
    margin: 0 auto -9%;
    z-index: 2;
}
.accum-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 41%;
    background: linear-gradient(180deg, rgba(255, 233, 89, 1) 0%, rgba(255, 254, 249, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 34px;
    font-weight: 700;
    filter: drop-shadow(0px 0px 1px #0a2682) drop-shadow(0px 0px 2px #0a2682);
}
.amt-turnover {
    position: absolute;
    left: 0;
    right: 0;
    top: 63%;
    font-size: 44px;
    font-weight: 700;
}
.bonus-table-wrapper {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}
.bonus-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 30px;
    width: 100%;
    max-width: 62%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 19%;
}
.bonus-base {
    max-width: 311px;
    margin: 0 auto;
    width: 100%;
    border: 1px solid #ffe784;
    overflow: hidden;
    border-radius: 8px;
}
.top-text {
    background: linear-gradient(90deg, rgba(208, 156, 18, 1) 0%, rgba(255, 229, 106, 1) 100%);
    color: #000;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px 5px;
}
.binner {
    background: #021128;
    font-size: 20px;
    padding: 9px 5px;
}
.binner div {
    padding: 8px 0px;
}
.btn-wrap {
    margin: -50px auto 0;
	position: relative;
}
button.tnc-btn {
    background: #041838;
    border: 2px solid #ffe787;
    border-radius: 8px;
    margin: 0 auto;
    color: #fff;
    font-size: 22px;
    padding: 10px 25px;
}
button.tnc-btn:hover {
	background: linear-gradient(90deg, rgba(208, 156, 18, 1) 0%, rgba(255, 229, 106, 1) 100%);
	color: #000;
	transform: scale(0.98);
	filter: brightness(1.07);
}

.modal-dialog.terms {
    max-width: 700px;
}
.modal-content.terms {
    background: #021128;
    border: 2px solid #ffe784;
	border-radius: 10px;
    color: #fff;
    padding: 20px 20px;
}
button.close-x {
    background: none;
    border: none;
    color: #fff;
    padding: 0;
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 2;
}
.tnc-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
}
ul.terms {
    padding-left: 17px;
}
@-moz-keyframes my-sparkle {
  0%   {
    opacity: 0;
    -moz-transform: rotate(0deg) scale(0);
  }
  50%  {
    opacity: 1;
    -moz-transform: rotate(360deg) scale(1);
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(720deg) scale(0);
  }
}

@-webkit-keyframes my-sparkle {
  0%   {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0);
  }
  50%  {
    opacity: 1;
    -webkit-transform: rotate(360deg) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(720deg) scale(0);
  }
}
@keyframes my-sparkle {
  0%   {
    opacity: 0;
    transform: rotate(0deg) scale(0);
  }
  50%  {
    opacity: 1;
    transform: rotate(360deg) scale(1);
  }
  100% {
    opacity: 0;
    transform: rotate(720deg) scale(0);
  }
}


@media(max-width: 991px) {
.provider-wrapper img {
    max-width: 15%;
}
.base-img {
    margin: 0 -10px;
}	
.base-img img {
    object-fit: fill;
    height: 580px;
}	
}

@media(max-width: 767px) {
.deco.btm-deco-1, .deco.btm-deco-2 {
	display: none;
}
.turnover-wrap {
    max-width: 90%;
    margin: 0 auto -4%;
}	
.accum-title {
    font-size: 4vw;
}	
.amt-turnover {
    font-size: 5.4vw;
}
.bonus-table-wrapper {
    background: rgb(0, 0, 0, 0.4);
    border: 3px solid #a8683a;
    border-radius: 10px;
    box-shadow: inset 0 0 8px rgb(0, 0, 0, 0.5);
    padding: 25px 15px;
}
.bonus-wrapper {
    position: relative;
	max-width: 100%;
	grid-gap: 0 15px;
}	
.base-img {
    display: none;
}
.btn-wrap {
    margin: 30px auto 0;
}	
}

@media(max-width: 480px) {
.modal-content.terms {
	font-size: 14px;
}	
.tnc-title {
    font-size: 18px;
}
.title-top {
    margin: 0 auto -1%;
}	
.date-wrapper {
    max-width: 75%;
}	
.date-text {
    font-size: 4.5vw;
}	
.provider-wrapper img {
    max-width: 19%;
}
.turnover-wrap {
	max-width: 100%;
	margin: 0 auto -5%;
}	
.accum-title {
	font-size: 4.5vw;
}	
.amt-turnover {
	font-size: 5.8vw;
}		
.top-text {
	font-size: 16px;
	padding: 10px 2px;
}	
.binner {
	font-size: 15px;
}
button.tnc-btn {
    font-size: 18px;
}	
}
















