@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

@font-face {
	font-family: Qatar Arabic;
	src: url("../fonts/Qatar2022Arabic-Bold.woff");
	font-style: normal;
}

body { font-family: "Source Sans 3", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: #031726 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;
}
.music-wrapper {
    position: fixed;
    z-index: 99;
    right: 0;
    bottom: 10%;
    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;
}
.top-sec {
	position: relative;
	text-align: center;
	padding: 0 0 45px;
}
.logo {
    position: relative;
    margin: 0 auto -8%;
    max-width: 20%;
	padding-top: 10px;
}
.frame-wrapper {
    position: relative;
    border-radius: 30px;
    background: #08202f;
	padding: 30px;
    max-width: 1000px;
    margin: 30px auto;
    border: 1px solid #4c4277;
    box-shadow: inset 0 0 15px #4c4277, inset 0 0 25px #4c4277, inset 0 0 35px #4c4277, 2px 5px 6px rgb(0, 0, 0, 0.75);
}
.deco.lantern-1 {
    left: -11%;
    top: 19%;
    max-width: 20%;
	animation: shake 2.4s ease-in-out infinite;
	transform-origin: top center;
}
.deco.lantern-2 {
    right: -15%;
    top: 29%;
    max-width: 23%;
	animation: shake 2.3s ease-in-out infinite;
	transform-origin: top center;
}
.deco.sakura-1 {
    right: -8%;
    top: -6%;
    max-width: 20%;
	animation: float 2.2s ease-in-out infinite;
}
.deco.sakura-2 {
    left: -9%;
    top: 60%;
    max-width: 21%;
	animation: float 2.1s ease-in-out infinite;
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-12px);
    }
    100% {
        transform: translatey(0px);
    }
}
@keyframes shake {
    0% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(5deg);
    }
}
@keyframes cloudfloat {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(0px);
    }
}
.label-top {
    position: absolute;
    left: -4px;
    top: -1px;
    z-index: 1;
	max-width: 27%;
}
.info-text {
    max-width: 90%;
    margin: 0 auto;
    color: #e3f2fe;
    font-size: 18px;
    padding: 10px 0;
}
.prize-wrapper {
    position: relative;
    max-width: 718px;
    margin: 0 auto 30px;
}
.deco.flower-1 {
    right: -5%;
    top: 32%;
    max-width: 12%;
	animation: float 2.4s ease-in-out infinite;
}
.deco.flower-2 {
    left: -4%;
    top: 45%;
    max-width: 10%;
	animation: float 2.3s ease-in-out infinite;
}
.deco.cloud-1 {
    left: -10%;
    top: 67%;
    max-width: 14%;
	animation: cloudfloat 2.1s ease-in-out infinite;
}
.deco.cloud-2 {
    right: -10%;
    top: 58%;
    max-width: 14%;
	animation: cloudfloat 1.9s ease-in-out infinite;
}
.subhow {
    margin-bottom: 15px;
}
.detail-wrapper {
    position: relative;
    background: #122e44;
    border-radius: 18px;
    padding: 30px 30px;
    color: #f1e1b8;
}
.detail-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    max-width: 810px;
    margin: 0 auto 20px;
}
.bet-raffle {
    font-size: 22px;
}
.winner-text {
    font-family: 'Qatar Arabic';
    font-size: 28px;
    padding: 5px 0 0;
}
.cldricon {
    vertical-align: text-top;
    display: inline-block;
    max-width: 30px;
    margin: 0 10px;
}
.period-container {
	background: url("../images/frame-lucky.png")no-repeat;
	background-size: 100% 100%;
	margin: 15px auto;
	padding: 20px 20px;
	color: #000;
}
.ptext {
    font-size: 20px;
	margin-bottom: 10px;
}
.weekbox {
    background: url(../images/week-base.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
    max-width: 200px;
    margin: 5px 5px;
	padding: 15px 15px;
}
.wdate {
    font-family: 'Qatar Arabic';
    font-size: 22px;
    color: #48352b;
    line-height: 1;
    margin: 5px 0 -5px;
}
.wbonus {
    font-family: 'Qatar Arabic';
    color: #986439;
    font-size: 24px;
}
.winner-frm {
    position: relative;
    background: #f1ebd7;
    border: 1px solid #a87348;
    border-radius: 6px;
    margin: 5px 0;
    padding: 5px 5px;
    font-size: 16px;
    font-weight: 600;
}
.issue-date {
    font-size: 15px;
    font-weight: 700;
    color: #48352b;
    line-height: 1;
}
.btext {
	font-size: 130%;
}
.wftext img {
    height: 15px;
    margin-right: 7px;
}
.deco.ap-1 {
    right: 4%;
    top: 2%;
    max-width: 10%;
	animation: float 2s ease-in-out infinite;
}
.deco.ap-2 {
    left: -4%;
    top: 64%;
    max-width: 9%;
	animation: float 2.1s ease-in-out infinite;
}





/** Sakura **/
@-webkit-keyframes fall {
    0% {
        opacity: 0.9;
        top: 0
    }
    100% {
        opacity: 0.2;
        top: 100%
    }
}

@keyframes fall {
    0% {
        opacity: 0.9;
        top: 0
    }
    100% {
        opacity: 0.2;
        top: 100%
    }
}

@-webkit-keyframes blow-soft-left {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: -50%
    }
}

@keyframes blow-soft-left {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: -50%
    }
}

@-webkit-keyframes blow-medium-left {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: -100%
    }
}

@keyframes blow-medium-left {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: -100%
    }
}

@-webkit-keyframes blow-soft-right {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: 50%
    }
}

@keyframes blow-soft-right {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: 50%
    }
}

@-webkit-keyframes blow-medium-right {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: 100%
    }
}

@keyframes blow-medium-right {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: 100%
    }
}

@-webkit-keyframes sway-0 {
    0% {
        -webkit-transform: rotate(-5deg)
    }
    40% {
        -webkit-transform: rotate(28deg)
    }
    100% {
        -webkit-transform: rotate(3deg)
    }
}

@keyframes sway-0 {
    0% {
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    40% {
        -ms-transform: rotate(28deg);
        transform: rotate(28deg)
    }
    100% {
        -ms-transform: rotate(3deg);
        transform: rotate(3deg)
    }
}

@-webkit-keyframes sway-1 {
    0% {
        -webkit-transform: rotate(10deg)
    }
    40% {
        -webkit-transform: rotate(43deg)
    }
    100% {
        -webkit-transform: rotate(15deg)
    }
}

@keyframes sway-1 {
    0% {
        -ms-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    40% {
        -ms-transform: rotate(43deg);
        transform: rotate(43deg)
    }
    100% {
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }
}

@-webkit-keyframes sway-2 {
    0% {
        -webkit-transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(56deg)
    }
    100% {
        -webkit-transform: rotate(22deg)
    }
}

@keyframes sway-2 {
    0% {
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -ms-transform: rotate(56deg);
        transform: rotate(56deg)
    }
    100% {
        -ms-transform: rotate(22deg);
        transform: rotate(22deg)
    }
}

@-webkit-keyframes sway-3 {
    0% {
        -webkit-transform: rotate(25deg)
    }
    40% {
        -webkit-transform: rotate(74deg)
    }
    100% {
        -webkit-transform: rotate(37deg)
    }
}

@keyframes sway-3 {
    0% {
        -ms-transform: rotate(25deg);
        transform: rotate(25deg)
    }
    40% {
        -ms-transform: rotate(74deg);
        transform: rotate(74deg)
    }
    100% {
        -ms-transform: rotate(37deg);
        transform: rotate(37deg)
    }
}

@-webkit-keyframes sway-4 {
    0% {
        -webkit-transform: rotate(40deg)
    }
    40% {
        -webkit-transform: rotate(68deg)
    }
    100% {
        -webkit-transform: rotate(25deg)
    }
}

@keyframes sway-4 {
    0% {
        -ms-transform: rotate(40deg);
        transform: rotate(40deg)
    }
    40% {
        -ms-transform: rotate(68deg);
        transform: rotate(68deg)
    }
    100% {
        -ms-transform: rotate(25deg);
        transform: rotate(25deg)
    }
}

@-webkit-keyframes sway-5 {
    0% {
        -webkit-transform: rotate(50deg)
    }
    40% {
        -webkit-transform: rotate(78deg)
    }
    100% {
        -webkit-transform: rotate(40deg)
    }
}

@keyframes sway-5 {
    0% {
        -ms-transform: rotate(50deg);
        transform: rotate(50deg)
    }
    40% {
        -ms-transform: rotate(78deg);
        transform: rotate(78deg)
    }
    100% {
        -ms-transform: rotate(40deg);
        transform: rotate(40deg)
    }
}

@-webkit-keyframes sway-6 {
    0% {
        -webkit-transform: rotate(65deg)
    }
    40% {
        -webkit-transform: rotate(92deg)
    }
    100% {
        -webkit-transform: rotate(58deg)
    }
}

@keyframes sway-6 {
    0% {
        -ms-transform: rotate(65deg);
        transform: rotate(65deg)
    }
    40% {
        -ms-transform: rotate(92deg);
        transform: rotate(92deg)
    }
    100% {
        -ms-transform: rotate(58deg);
        transform: rotate(58deg)
    }
}

@-webkit-keyframes sway-7 {
    0% {
        -webkit-transform: rotate(72deg)
    }
    40% {
        -webkit-transform: rotate(118deg)
    }
    100% {
        -webkit-transform: rotate(68deg)
    }
}

@keyframes sway-7 {
    0% {
        -ms-transform: rotate(72deg);
        transform: rotate(72deg)
    }
    40% {
        -ms-transform: rotate(118deg);
        transform: rotate(118deg)
    }
    100% {
        -ms-transform: rotate(68deg);
        transform: rotate(68deg)
    }
}

@-webkit-keyframes sway-8 {
    0% {
        -webkit-transform: rotate(94deg)
    }
    40% {
        -webkit-transform: rotate(136deg)
    }
    100% {
        -webkit-transform: rotate(82deg)
    }
}

@keyframes sway-8 {
    0% {
        -ms-transform: rotate(94deg);
        transform: rotate(94deg)
    }
    40% {
        -ms-transform: rotate(136deg);
        transform: rotate(136deg)
    }
    100% {
        -ms-transform: rotate(82deg);
        transform: rotate(82deg)
    }
}
.sakura {
	pointer-events: none;
	position: fixed;
	background:#ff8ba4;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}





/** Modal **/
button.close-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4%;
    max-width: 54%;
    margin: 0 auto;
}
button.close-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.07);
}
.modal-dialog.terms {
	max-width: 700px;
}
.modal-content.terms {
    background: #091c39;
    border: 4px solid #fee7b6;
    box-shadow: inset 0 0 10px rgb(0, 0, 0, 0.7);
    border-radius: 28px;
    padding: 20px 20px;
}
button.close-x {
    position: absolute;
    right: 15px;
    top: 6px;
    z-index: 2;
    color: #fff;
    font-size: 20px;
    line-height: 1;
}
.tnc-title {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
}
ul.terms {
	padding-left: 17px;
}
ul.terms li {
	padding: 1px 0;
}




@media(max-width: 991px) {
.music-wrapper {
	transform: scale(0.85);
	transform-origin: right top;
}		
.period-container {
    background: linear-gradient(90deg, rgba(250, 243, 214, 1) 0%, rgba(233, 208, 155, 1) 100%);
    border: 2px solid #a86c2f;
    border-radius: 12px;
    max-width: 650px;
}	
}

@media(max-width: 767px) {
.frame-wrapper {
    padding: 30px 15px;
}	
.info-text {
    font-size: 16px;
}	
.ptext {
    font-size: 16px;
}	
.bet-raffle {
    font-size: 18px;
}	
.winner-text {
    font-size: 20px;
}	
button.tnc-btn {
    max-width: 52%;
}
.detail-wrapper {
	padding: 20px 10px;
}	
}


@media(max-width: 480px) {
.music-wrapper {
	transform: scale(0.7);
	transform-origin: right top;
}	
.logo {
	margin: 0 auto -12%;
	max-width: 35%;
	padding-top: 5px;
}
.title-top {
    margin: 0 -10px;
    height: 70vw;
}	
.title-top img {
    object-fit: cover;
    height: 100%;
}	
.info-text {
	font-size: 15px;
	max-width: 100%;
}	
.winner-text {
	font-size: 15px;
}
.deco.lantern-1 {
    left: -3%;
    top: 26%;
    max-width: 17%;
}	
.deco.lantern-2 {
    right: -6%;
    top: 27%;
    max-width: 18%;
}	
.period-container {
    padding: 15px 10px;
}	
.period-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
}
.weekbox {
	margin: 0;
}
.wdate {
    font-size: 4.8vw;
}
.cldricon {
    max-width: 15px;
    margin: 0 8px;
}	
.winner-frm {
    font-size: 3vw;
}
.wbonus {
    font-size: 4vw;
}	
.winner-frm {
    font-size: 3vw;
}	
.issue-date {
    font-size: 3.4vw;
}	
.detail-wrap {
    display: block;
}
.detbox {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    margin: 0 1% 8px;
}	
.wftext img {
    height: 3vw;
    margin-right: 7px;
}
.deco.sakura-2,.deco.ap-2 {
	display: none;
}	
.modal-content.terms {
    border: 2px solid #fee7b6;
    box-shadow: inset 0 0 10px rgb(0, 0, 0, 0.7);
    border-radius: 12px;
    padding: 20px 15px;
	font-size: 14px;
}	
}








