ro@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'Trajan Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Trajan Pro Regular'), url('TrajanPro-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Trajan Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Trajan Pro Bold'), url('TrajanPro-Bold.woff') format('woff');
}
body {
	margin: auto;
	background: #f3e5d3;
	color: #b68838;
	font-size: 13px;
	line-height: 1.4em;
}
a {
	color: #b68838;
	text-decoration: none !important;
	cursor: pointer;
}
.special-font {
	font-family: 'Trajan Pro Regular', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman",'Noto Serif SC', "serif";
	font-style: normal;
	font-size: 1.4em;
	font-weight: 400;
}
.big-font {
	font-size: 1.6em;
	line-height: 1.7em;
}
.medium-font {
	font-size: 1.4em;
	line-height: 1.5em;
}
.prize-font {
	font-size: 1.4em;
	line-height: 1.4em;
}
.main-wrapper {
	position: relative;
	max-width: 414px;
	margin: auto;
	text-align: center;
	background-image:  url('../images/top-bg.png'), url('../images/bottom-bg.png'), url('../images/bg.png') ;
	background-position:  left top, left bottom, center top;
	background-repeat: no-repeat,  no-repeat, repeat-y;
	background-size: 100%, 100%, 100%;
	padding-top: 10px;
}
.game-wheel-wrapper {
	position: relative;
	width: 85%;
	margin: auto;
	margin-bottom: 10px;
}
.game-wheel-wrapper > .wheel-logo, .wheel-pieces {
	position: absolute;
}
.display-wheel-wrapper {
	position: relative;
	margin-bottom: 20px;
}
.display-wheel-wrapper > .wheel-logo, .wheel-pieces {
	position: absolute;
}
.display-wheel{
  animation: animName 8s linear infinite;
}
@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}
.special-prize {
	position: relative;
}
.special-prize > .big-diamond {
	position: absolute;
}
.special-prize > .big-diamond-light {
	position: absolute;
    z-index: -1;
    top: -40px;
    left: 0;
    right: 0;
}
.special-prize > .big-diamond-light > img {
	width: 240px;
	animation: animName 8s linear infinite;
}
.small-font {
	font-size: 10px;
	line-height: 10px;
}
.special-prize > .prize-detail {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
.prize-frame {
	background-image: url('../images/frame-center.png') ;
	background-position: left top;
	background-repeat: repeat-y;
	background-size: cover;
	margin: 5px 0 12px 0;
}
.info-frame {
	background-image: url('../images/frame-center.png') ;
	background-position: left top;
	background-repeat: repeat-y;
	background-size: cover;
	margin: 5px 0 12px 0;
}
.info-height  {
	min-height: 300px;
	width: 70%;
	margin: auto;

}
.msg-height  {
	min-height: 300px;
	width: 80%;
	margin: auto;
	display: flex;
    align-items: center;
    justify-content: center;
}
.tnc-frame {
	background-image: url('../images/frame-center.png') ;
	background-position: left top;
	background-repeat: repeat-y;
	background-size: contain;
	margin: 5px 0 12px 0;
}
.prize-frame > .box {
	width: 75%;
	margin: auto;
}
.prize-img {
	max-width: 90px;
	margin: auto;
}
.prize-img-s {
	max-width: 60px;
	margin: auto;
}
.no-padding {
	padding: 0;
}
.box > .col-6 > p {
	margin-top: 5px;
}
.btn-gold-l {
	background-image: url('../images/gold-banner-l.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
}
.tnc {
	font-size: 12px;
	width: 76%; margin: auto;
}
.lucky-wheel-title {
	width: 95%;
    margin: auto;
    padding-top: 10px;
}
.btn-size {
	max-height: 36px;
	margin: auto;
	margin-bottom: 15px;
}
.btn-close {
	position: absolute;
    right: 10%;
    top: 20px;
    z-index: 2;
}
ol, ul {
    padding-left: 1rem;
}
.modal-content {
	background: none;
	border: none;
}
.qr-code {
	width: 70%;
	margin: auto;
}
.rotated-image {
	position: absolute;
	-webkit-animation: rotating 2s linear ;
}
@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}
.back-btn {
	position: absolute;
	top: 12px;
	left:10px;
}
.back-to-home {
    max-width: 65px;
}