﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

body { font-family: "Roboto", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: #01002a url("/event/assets/slots33/images/lucky-pot/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: 1200px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}
.top-sec {
	text-align: center;
	position: relative;
	padding-bottom: 30px;
}
.top-deco {
	position: absolute;
}
.top-deco.light-2 {
	left: 0;
	top: -10px;
	max-width: 14%;
	animation: floatlight 3.5s infinite;
}
.top-deco.light-1 {
	right: 0;
	top: -10px;
	max-width: 14%;
	animation: floatlight 4s infinite;
}
@-webkit-keyframes floatlight {
  0% {
	transform-origin: top;
	transform: rotateZ(3deg);
  }
  50% {
	transform-origin: top;
	transform: rotateZ(-3deg);
  }
  100% {
	transform-origin: top;
	transform: rotateZ(3deg);
  }
}
.deco {
	position: absolute;
}
.deco.item-1 {
    left: -8%;
    top: 68%;
    max-width: 11%;
	animation: float 2.5s ease-in-out infinite;
}
.deco.item-2 {
    top: 54%;
    left: 4%;
    max-width: 6%;
	animation: float 3s ease-in-out infinite;
}
.deco.item-3 {
    left: 12%;
    top: 61%;
    max-width: 9%;
	animation: float 2s ease-in-out infinite;
}
.deco.item-4 {
    right: 11%;
    top: 74%;
    max-width: 9%;
	animation: float 3.5s ease-in-out infinite;
}
.deco.item-5 {
    right: 5%;
    top: 56%;
    max-width: 7%;
	animation: float 4s ease-in-out infinite;
}	
.deco.item-6 {
    right: -11%;
    top: 61%;
    max-width: 15%;
	animation: float 3s ease-in-out infinite;
}
@-webkit-keyframes float {
0% {
	transform: translatey(0px);
}

50% {
	transform: translatey(-15px);
}

100% {
	transform: translatey(0px);
}
}
.logo {
    padding: 30px 0 20px;
}
.title-choose {
    position: relative;
    z-index: 3;
}
.event-wrapper {
    position: relative;
    max-width: 659px;
    margin: -100px auto 0;
    text-align: center;
}
.pot-box {
    display: inline-block;
    width: 31%;
    margin: 0 0.5%;
    filter: drop-shadow(0px 4px 7px rgb(0,0,0,0.7));
	cursor: pointer;
}
.pot-box:hover {
	filter: drop-shadow(0px 4px 7px rgb(0,0,0,0.7)) brightness(1.1);
	transform: scale(1.03);
}
.pot-wrapper {
    max-width: 82%;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}
.pot-wrapper.row-1 {
    top: 28%;
}
.pot-wrapper.row-2 {
    top: 63%;
}
.tenglong-1 {
    position: absolute;
    left: -13%;
    top: 13%;
    z-index: 1;
	animation: floatlight 3.5s infinite;
}
.tenglong-2 {
	position: absolute;
	right: -13%;
    top: 13%;
    z-index: 1;
	animation: floatlight 3s infinite;
}
.redem-text {
    color: #fffa00;
    font-size: 16px;
    font-weight: 500;
    padding: 9px 0;
}
.copyright {
	padding: 10px;
	color: #fff;
	font-size: 13px;
	text-align: center;
}
.floating-menu {
    position: absolute;
    right: 3%;
    top: 24%;
    z-index: 9;
}
button.menu-btn {
    background: none;
    border: none;
    padding: 0;
    max-width: 65px;
	position: relative;
	z-index: 100;
}
button.menu-btn-1 {
    background: none;
    border: none;
    padding: 0;
    max-width: 65px;
	color: #fff;
	font-weight: 500;
	margin: 5px 0;
	text-transform: uppercase;
}
button.menu-btn-1:hover {
	filter: brightness(1.1);
	transform: scale(0.98);
}
.dropdown-menu.floatmenu {
    background: rgb(118,0,0,0.7);
    min-width: auto;
    padding: 59% 0 25%;
    text-align: center;
    margin-top: -56%;
    border-radius: 35px;
    z-index: 99;
}



@media(max-width: 991px) {
.mobile-bottom-menu {
    display: flex;
}	
.deco {
	display: none;
}
}


@media(max-width: 740px) {
body {
    background: #010329 url(/event/assets/slots33/images/lucky-pot/bg-mobile.jpg)no-repeat top center;
    background-size: cover;
    background-position-y: 13%;
}	
.logo {
    max-width: 33%;
    margin: 0 auto;
}	
.event-wrapper {
    margin: -14% auto 0;
    max-width: 92%;
}
.tenglong-1, .tenglong-2 {
    max-width: 18%;
}
.pot-box {
    width: 21%;
    margin: 0 3.5%;
    filter: drop-shadow(0px 3px 5px rgb(0,0,0,0.7));
}
.redem-text {
    font-size: 14px;
}	
button.menu-btn {
    max-width: 13vw;
}	
button.menu-btn-1 {
    padding: 0 7%;
	font-size: 3.8vw;
}	
.modal-content.how {
    background: #2d0000;
	border: 2px solid #f3e0c1;
	border-radius: 12px;
	min-height: auto;
}
button.close-btn {
    right: -3%;
    top: -4%;
    max-width: 40px;
}	
.terms-title {
	margin: -38px auto 0;
    font-size: 17px;
}
	
	
	
}

.mob-landscape { position: fixed; width: 100%; height: 100%; background-image: url(/event/assets/slots33/images/lucky-pot/bg.jpg); background-position: top center; }
    .mob-landscape .max-container { position: fixed; top: 50%; width: 100%; transform: translateY(-50%); }

.mob-landscape .logo { padding: 3vh 0px; }
    .mob-landscape .logo img { height: 18vh; }

.mob-landscape .title-choose {  }
    .mob-landscape .title-choose img { height: 18vh; }

.mob-landscape .event-wrapper { margin-top: -12vh; display: inline-block; }
    .mob-landscape .event-wrapper .basebg { height: 60vh; }

.mob-landscape .floating-menu { width: 15%; }
    .mob-landscape button.menu-btn-1 { font-size: inherit; }

.mob-landscape .deco { display: block; }
.mob-landscape .tenglong-1, .mob-landscape .tenglong-2 { max-width: 14vh; }
.mob-landscape .pot-box { max-width: 21%; margin: 0 3.5%; filter: drop-shadow(0px 3px 5px rgb(0,0,0,0.7)); }
.mob-landscape .redem-text { font-size: 3vh; }


























