@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: Gilroy;
	font-weight: 400;
	src: url("../font/Gilroy-Regular.ttf");
}
@font-face {
	font-family: Gilroy;
	font-weight: 500;
	src: url("../font/Gilroy-Medium.ttf");
}
@font-face {
	font-family: Gilroy;
	font-weight: 700;
	src: url("../font/Gilroy-Bold.ttf");
}

body { font-family: "Gilroy", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: url(../images/feb-4d-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: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; padding: 0; border: none;}
.music-wrapper {
    position: fixed;
    z-index: 99;
    right: 0;
    bottom: 50px;
    opacity: 1;
    transition: 0.3s;
    overflow: hidden;
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 10px 0 0 10px;
}
.music-wrapper audio {
    position: absolute;
    left: -6px;
    top: -7px;
}
audio:focus {
	outline: none;
}
.t-body {
	overflow: hidden;
}
.max-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}
.deco {
	position: absolute;
	pointer-events: none;
}
.dropdown.floating-wrap {
    position: fixed;
    right: 5px;
    z-index: 999;
    top: 10px;
    max-width: 70px;
}
.dropdown-menu.language {
    background: url(../images/feb-4d-prediction/floating-base.png)no-repeat;
    background-size: 100% 100%;
    border: none;
    padding: 20px 5px;
    min-width: auto;
    width: 100%;
}
button.dd-link {
    margin: 0px -7px;
}
button.dd-link:hover, button.menu-btn:hover {
	transform: scale(0.97);
	filter: brightness(1.07);
}
.top-sec {
    background: url(../images/feb-4d-prediction/top-bg.png)no-repeat top center;
    background-size: 100%;
    position: relative;
    padding: 15px 0 45px;
    text-align: center;
}
.logo {
    max-width: 190px;
    margin: 0 auto;
}
.title-wrap {
    position: relative;
    max-width: 823px;
    margin: 0 auto 20px;
}
.deco.toto {
    left: -2%;
    top: -9%;
    max-width: 22%;
	animation: float 2s ease-in-out infinite;
}
.deco.damacai {
    left: -18%;
    top: 29%;
    max-width: 17%;
	animation: float 2.2s ease-in-out infinite;
}
.deco.magnum {
    right: -12%;
    top: 5%;
    max-width: 26%;
	animation: float 2.4s ease-in-out infinite;
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-15px);
    }
    100% {
        transform: translatey(0px);
    }
}
.title-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 76%;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 80%;
    margin: 0 auto;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.deco.star-1 {
    position: absolute;
    top: 6%;
    left: 2%;
    max-width: 12%;
    mix-blend-mode: screen;
    animation: falling 3s infinite;
}
.deco.star-2 {
    top: 22%;
    left: -8%;
    max-width: 16%;
    mix-blend-mode: screen;
	animation: falling 2.8s infinite;
}
.deco.star-3 {
    top: 20%;
    right: -13%;
    max-width: 29%;
    mix-blend-mode: screen;
	animation: falling 3s infinite;
}
@-webkit-keyframes falling {
  0% {
	transform: translate(-106px, -90px) scale(0.3);
	transform-origin: top left;
	opacity: 0.1;
  }
  50% {
	opacity: 1
  }
  100% {
	transform: translate(0, 0) scale(1);
	transform-origin: top left;
	opacity: 0;
  }
}
.coin-wrapper {
    max-width: 463px;
    margin: 0 auto 30px;
    position: relative;
}
.coin-text {
    position: absolute;
    left: 14%;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 65%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 3%;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}
.ctext {
    color: #fff267;
}
ul.nav.nav-predict {
	position: relative;
    justify-content: center;
    max-width: 1040px;
    margin: 0 auto 25px;
}
ul.nav.nav-predict li.nav-item {
    width: 23%;
    margin: 4px 0.5%;
}
ul.nav.nav-predict a.nav-link {
    background: url(../images/feb-4d-prediction/tab-btn.png)no-repeat;
    background-size: 100% 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    max-width: 239px;
    height: 74px;
    margin: 0 auto;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}
ul.nav.nav-predict a.nav-link.active {
	background: url(../images/feb-4d-prediction/tab-btn-active.png)no-repeat;
	background-size: 100% 100%;
}
.date-base {
    background: url(../images/feb-4d-prediction/blue-bar.png)no-repeat;
    background-size: 100% 100%;
    max-width: 600px;
    height: 73px;
    margin: 0 auto -35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    position: relative;
}
.lucky-number-frame {
    background: #410500;
    border: 1px solid #fff76f;
    border-radius: 10px;
    box-shadow: inset 0 0 4px #ae0500, inset 0 0 13px #ae0500;
    padding: 50px 30px 0;
    max-width: 848px;
    margin: 0 auto 60px;
}
.lucky-numer-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0 15px;
}
.round-num {
    background: linear-gradient(to bottom, rgba(177,155,255,1) 0%, rgba(239,33,175,1) 100%);
    border-radius: 50%;
    height: 135px;
    width: 135px;
    margin: 0 10px;
    padding: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner-num {
    border-radius: 50%;
    background: #fff;
    color: #29137d;
    font-weight: 700;
    line-height: 1.1;
    width: 100%;
    height: 100%;
}
select.num-input {
	background: none;
	color: #29137d;
	border: none;
	text-align: center;
	appearance: none;
	font-size: 90px;
	font-weight: 700;
	cursor: pointer;
}
select.num-input option {
	font-size: 15px;
	font-weight: 500;
}
.btn-wrap {
    position: relative;
    margin: 15px auto -30px;
}
button.comm-btn {
	background: #46cb00;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    height: 65px;
    min-width: 200px;
    border-radius: 45px;
    margin: 0 10px;	
}
button.comm-btn.record {
    background: #ef21af;
}
button.comm-btn:hover {
	transform: scale(0.98);
    filter: brightness(1.2);
}
.date-result {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    max-width: 510px;
    height: 70px;
    margin: 10px auto;
    overflow: hidden;
    border-radius: 40px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.drdate-1 {
    background: #410500;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.drdate-1 i {
	margin-right: 10px;
	font-size: 26px;
}
.drdate-2 {
    background: #cb1503;
    display: flex;
    align-items: center;
    justify-content: center;
}
input.date-choose {
    font-size: 20px;
    max-width: 190px;
    margin: auto;
    background: none;
    border: none;
    color: #fff;
    font-weight: 700;
}
.lotto-result-wrapper {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 15px;
	max-width: 970px;
	margin: 15px auto 30px; 
}
.lotto-box {
    max-width: 310px;
	width: 100%;
    margin: auto;
}
table.lotto-table {
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
}
table.lotto-table tr th {
	background: #870f03;
	border: 1px solid #410500;
	padding: 2px 2px;
	font-size: 17px;
}
table.lotto-table tr td {
    background: #000;
    border: 1px solid #410500;
    padding: 3px 2px;
}
table.lotto-table tr.title-lotto {
	border: 1px solid #410500;
}
table.lotto-table tr.title-lotto td {
    background: #410500;
    padding: 3px 1px;
    border: none;
}
.lotto-vendor img {
	max-height: 33px;
}
.date-lotto {
    color: #fbfe00;
}
.date-lotto i {
    margin-right: 7px;
}
.follow-text {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 0 25px;
}
.planet-2 img {
    transform: scaleX(-1);
}
a.soical-btn {
    display: inline-table;
    margin: 5px 15px;
    max-width: 140px;
}
a.soical-btn:hover {
	transform: scale(0.97);
	filter: brightness(1.07);
}

/** Modal **/
button.close-x {
    color: #fff;
    position: absolute;
    right: 9px;
    top: 5px;
    z-index: 2;
}
.modal-dialog.terms {
    max-width: 700px;
    top: 5%;
}
.modal-content.terms {
    background: #740800;
    border: 1px solid #fff76f;
    border-radius: 10px;
    box-shadow: inset 0 0 4px #c30800, inset 0 0 13px #c30800;
    padding: 0 30px 20px;
}
.popup-title {
    position: relative;
    text-align: center;
    max-width: 340px;
    margin: -42px auto 15px;
}
.pt-text {
    position: absolute;
    left: 9%;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-weight: 500;
	text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 2px 3px rgb(0,0,0,0.75);
}
ul.terms {
    padding-left: 17px;
}
.language-wrapper {
    text-align: center;
}
.language-wrapper a {
    display: inline-block;
    margin: 5px;
}
table.prize-table {
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
}
table.prize-table tr td {
    background: #4f0f06;
	padding: 8px 2px;
	font-weight: 500;
}
table.prize-table tr th {
    background: #400a05;
	padding: 8px 2px;
}


@media(max-width: 991px) {
ul.nav.nav-predict a.nav-link {
    height: 7.4vw;
    font-size: 2.8vw;
}	
.lotto-result-wrapper {
    display: block;	
}
.lotto-box {
    display: inline-block;
    width: 48%;
}
}
@media(max-width: 767px) {
.dropdown.floating-wrap {
    max-width: 50px;
}	
.logo {
    max-width: 25%;
}	
.title-text {
    font-size: 3vw;
    height: 10vw;
}	
.deco.toto {
    left: 16%;
    top: -6%;
    max-width: 16%;
}
.deco.damacai {
    left: -1%;
    top: 13%;
    max-width: 14%;
}	
.deco.magnum {
    right: -1%;
    top: 13%;
    max-width: 20%;
}
ul.nav.nav-predict {
    max-width: 480px;
}	
ul.nav.nav-predict li.nav-item {
    width: 48%;
}
ul.nav.nav-predict a.nav-link {
    height: 70px;
    font-size: 24px;
}
.lucky-number-frame {
    padding: 7% 3% 0;
}	
.date-base {
    max-width: 80%;
    height: 9.5vw;
    font-size: 3.7vw;
    margin: 0 auto -4.5%;
}	
.round-num {
    height: 18vw;
    width: 18vw;
    margin: 0 2%;
    padding: 1.9%;
}	
.follow-text {
    font-size: 18px;
}
button.comm-btn {
	min-width: 44%;
    margin: 0 1%;
}
select.num-input {
    font-size: 12.5vw;
}
a.soical-btn {
    display: inline-table;
    margin: 1% 2%;
    max-width: 20%;
}	
}

@media(max-width: 480px) {
.music-wrapper {
    transform: scale(0.8);
    transform-origin: right top;
}		
.top-sec {
	padding: 5px 0 45px;
}
.coin-wrapper {
    max-width: 85%;
    margin: 0 auto 5%;
}	
.coin-text {
    font-size: 7vw;
}		
ul.nav.nav-predict a.nav-link {
    height: 14vw;
    font-size: 5vw;
}	
.lotto-box {
    width: 100%;
}
.lucky-numer-wrapper {
    padding: 10px 0 15px;
}	
.inner-num {
    line-height: 15.5vw;
}
.btn-wrap {
    position: relative;
    margin: 2% auto -8%;
}	
button.comm-btn {
    height: 12.5vw;
    font-size: 4.5vw;
}	
.follow-text {
    font-size: 15px;
}
.date-result {
    max-width: 350px;
    height: 60px;
    font-size: 16px;
}	
.drdate-1 i {
    margin-right: 8px;
    font-size: 18px;
}
input.date-choose {
    font-size: 16px;
}
.modal-content.terms {
    padding: 0 20px 20px;
}
.popup-title {
    max-width: 81%;
    margin: -9% auto 15px;
}	
.pt-text {
    font-size: 4vw;
}
table.prize-table {
	font-size: 15px;
}	
}





















