@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body { font-family: "Montserrat", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: url("/event/assets/deluxewin/images/4d-game-prediction/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, select:focus { 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;
}
button:hover {
	transform: scale(0.98);
	filter: brightness(1.07);
}
.t-body {
	overflow: hidden;
}
.deco {
	position: absolute;
}
.max-container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}
.thunder {
  position: fixed;
  z-index: 0;
}
.thunder:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
  -webkit-animation: thunder-bg 6s infinite;
          animation: thunder-bg 6s infinite;
}
canvas {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#canvas3 {
  z-index: 5;
}

#canvas2 {
  z-index: 10;
}

#canvas1 {
  z-index: 100;
}

@-webkit-keyframes thunder-bg {
  0% {
    background-color: rgba(34, 34, 34, 0.9);
  }
  9% {
    background-color: rgba(34, 34, 34, 0.9);
  }
  10% {
    background-color: rgba(59, 59, 59, 0.3);
  }
  10.5% {
    background-color: rgba(34, 34, 34, 0.9);
  }
  80% {
    background-color: rgba(34, 34, 34, 0.9);
  }
  82% {
    background-color: rgba(59, 59, 59, 0.3);
  }
  83% {
    background-color: rgba(34, 34, 34, 0.9);
  }
  83.5% {
    background-color: rgba(59, 59, 59, 0.3);
  }
  100% {
    background-color: rgba(34, 34, 34, 0.9);
  }
}

.floating-wrapper {
    position: fixed;
    z-index: 99;
    right: 2px;
    top: 100px;
	width: 100%;
    max-width: 58px;
	text-align: center;
}
button.float-btn {
    display: block;
    margin: 4px 0;
}
button.float-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.08);
}
.dropdown-menu.language {
    min-width: 180px;
    background: none;
    border: none;
    width: 100%;
    padding: 0;
    margin: 0;
}
a.float-item {
    display: inline-block;
    max-width: 57px;
}
a.float-item:hover {
	filter: brightness(1.07);
	transform: scale(1.03);
}
button.home-btn {
    position: absolute;
    z-index: 9;
    left: 5px;
    top: 0;
    max-width: 58px;
}
.top-sec {
    position: relative;
    text-align: center;
    padding: 10px 0 0;
}
.btm-sec {
    position: relative;
    text-align: center;
    padding: 0 0 30px;
}
.bg-moving-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    mix-blend-mode: screen;
    z-index: -1;
    pointer-events: none;
    max-width: 1300px;
    margin: 0 auto;
}
.title-top {
    position: relative;
	max-width: 786px;
	margin: 0 auto;
}
.date-wrap {
    position: relative;
    max-width: 433px;
    margin: 0 auto;
}
.event-date {
    position: absolute;
    left: 0;
    right: 0;
    top: 36%;
    font-size: 29px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 1px 4px rgb(0, 0, 0, 0.8);
}
.date-sub {
    font-size: 16px;
    font-weight: 600;
    padding: 5px 0;
}
.how-title {
    color: #fff600;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 0 0 8px #fe4f06, 0 0 6px #fe4f06;
    filter: drop-shadow(0px 0px 8px #fe4f06);
    margin-bottom: 10px;
}
.how-box {
    position: relative;
    display: inline-block;
    margin: 0 5px 45px;
}
.step-info {
    position: absolute;
    left: 0;
    right: 0;
    top: 83%;
}
.step-text {
    color: #ffff00;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.token-base {
    position: relative;
    max-width: 490px;
    margin: 0 auto -18px;
}
.tktext {
    position: absolute;
    left: 0;
    right: 0;
    top: 23%;
    color: #000086;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
}
.date-result {
    position: absolute;
    left: 0;
    right: 0;
    top: 61%;
    font-size: 26px;
    font-weight: 700;
}
.cutoff-note {
    font-size: 18px;
    font-weight: 500;
    position: relative;
	padding-bottom: 10px;
}
.predict-number-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
    max-width: 880px;
    margin: 15px auto;
}
.numberbox {
    position: relative;
    background: url(/event/assets/deluxewin/images/4d-game-prediction/number-base.png) no-repeat;
    background-size: 100% 100%;
    max-width: 200px;
    height: 200px;
}
select.number-input {
    background: none;
    border: none;
    height: 100%;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 110px;
    font-weight: 700;
    appearance: none;
    cursor: pointer;
}
.numberbox::after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    position: absolute;
    right: 18%;
    top: 44%;
    font-size: 24px;
}
select.number-input option {
    font-size: 18px;
    color: #000;
}
.btn-bottom {
	padding: 10px 0;
}
button.btm-btn {
    background: url(/event/assets/deluxewin/images/4d-game-prediction/btn.png) no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 175px;
    height: 64px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin: 5px 10px;
    text-transform: uppercase;
    text-shadow: 1px 2px 3px rgb(0, 0, 0, 0.8);
}
button.btm-btn.submit {
    filter: drop-shadow(0 0 2px #fffb00) drop-shadow(0 0 5px #fffb00);
}
/** Modal **/
.modal-dialog.how {
    max-width: 750px;
}
.modal-content.popup {
	background: #000;
	border: 2px solid #23dfff;
	padding: 15px 25px;
	border-radius: 15px;
	box-shadow: inset 0 0 6px rgb(0, 0, 0, 0.6);
	text-align: center;
}
button.close-x {
    position: absolute;
    right: 9px;
    top: 6px;
    z-index: 2;
    color: #fff;
}
.popup-title {
    color: #ffff00;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}
table.prize-table {
	text-transform: uppercase;
}
table.prize-table tr th {
    background: #0000a4;
	padding: 8px 2px;
	border: 2px solid #000;
}
table.prize-table tr td {
    background: #001739;
    padding: 8px 2px;
    border: 2px solid #000;
}
ul.terms {
	text-align: left;
	padding-left: 17px;
}
.result-date-text {
    border: 2px solid #01daed;
    background: #131020;
    max-width: 200px;
    margin: 0 auto 15px;
    border-radius: 335px;
    padding: 8px 4px;
    font-size: 17px;
    font-weight: 600;
}
table.lotto-table {
    text-align: center;
}
.rstable {
    overflow: auto;
    color: #fff;
    text-transform: uppercase;
    max-width: 300px;
    margin: 0 auto 15px;
    width: 100%;
}
.lotto-table tr td {
    padding: 5px;
    background: #fff;
	color: #000;
	font-weight: 500;
}
.lotto-table tr th {
    padding: 3px 8px;
    font-weight: 600;
}
.toto .lotto-table tr th {
    background: #fb0206;
    border: 1px solid #fb0206;
    color: #fff;
}
.toto .lotto-table tr td {
    border: 1px solid #fb0206;
}

@media(max-width: 1080px) {
.step-wrapper {
    max-width: 600px;
    margin: 0 auto;
}
.bg-moving-img {
    top: 0;
}
.bg-moving-img img {
    width: 150%;
    object-fit: cover;
    height: 100%;
}	
}

@media(max-width: 767px) {
.floating-wrapper {
	transform: scale(0.8);
	transform-origin: right top;
}	
button.home-btn {
    max-width: 50px;
}		
.predict-number-wrapper {
    grid-gap: 1%;
}	
.numberbox {
    height: 24vw;
}
select.number-input {
    font-size: 14vw;
}
.numberbox::after {
    font-size: 3vw;
}	
table.prize-table {
	font-size: 14px;
}
.popup-title {
    font-size: 22px;
}
}

@media(max-width: 600px) {
.date-wrap {
    max-width: 70%;
}	
.event-date {
    font-size: 4.3vw;
}	
.step-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}	
.step-title img {
    max-height: 6vw;
}
.step-text {
    font-size: 2.7vw;
}
.token-base {
	max-width: 86%;
	margin: 0 auto -2%;
}
.tktext {
    font-size: 5.7vw;
}
.date-result {
    font-size: 4.3vw;
}
.cutoff-note {
    font-size: 15px;
}	
}

@media(max-width: 480px) {
.floating-wrapper {
	transform: scale(0.7);
	transform-origin: right top;
}	
button.home-btn {
    max-width: 42px;
}		
.top-sec {
    padding: 5px 0 30px;
}
.date-sub {
    font-size: 15px;
}	
.modal-content.popup {
    padding: 15px 15px;
}
.how-title {
    font-size: 24px;	
}
ul.terms {
	font-size: 14px;
}
}











