@import url('https://fonts.googleapis.com/css2?family=Bungee+Inline&display=swap');
body {
	background: #f9e08b;
}
#linkfooter {
	display: none;
}
div#subfooter {
	padding-bottom: 2rem;
}
div#subfooter p {
	font-size: 0.9rem;
	color: rgba(0,0,0,0.8);
}
div#subfooter img {
	width: 8rem;
	height: auto;
}
div#socialfooter {
	gap: 2rem;
	color: rgba(0,0,0,0.7);
	padding: 2rem;
}
a.tbmobile {
	display: none;
}
a#gopts {
	margin: 0 auto;
	display: block;
	width: fit-content;
	padding: 1rem 1.5rem;
	background: #ff2490;
	border: 2px solid #f9e08b;
	outline: 2px solid #ff2490;
	color: white;
	
}
a#gopts>span {
	font:  500 1.5rem "Inter";
}
.boxmain {
	max-width: 1020px;
	margin: 0 auto;
	padding: 2rem;
}
#header {
	text-align: center;
	margin: 1rem auto;
}
#header h3 {
	display: inline-flex;
	align-items: center;
	margin: 1rem auto;
}
#header h3>span {
	width: fit-content;
	padding: 1rem;
	background: #5221b9;
	border-radius: 10rem;
	color: white;
	font: 600 1.6rem "Rubik";
	margin: 0 1rem;
}
#header h3::before,
#header h3::after {
	content: "✧";
	color: #ff2490;
	font-size: 2rem;
}
#header>img {
	border-radius: 0.75rem;
	width: 80%;
	height: auto;
}
#prizeterms {
	display: grid;
	gap: 0.5rem;
	grid-template-columns: repeat(2, 1fr);
}
#prizeterms>div {
	background: #5221b9;
	padding: 1rem;
}
#prizeterms h4 {
	font: 600 1.2rem "Rubik";
	color: #5221b9;
	padding: 0.5rem 1rem;
	border-radius: 10rem;
	background: white;
}
#prizeterms ul {
	margin: 1rem 2rem;
}
#prizeterms li {
	font: 400 1rem "Inter";
	color: white;
}
#boxhero {
	max-width: 1020px;
	margin: 2rem auto;
	gap: 2rem;
	counter-reset: section;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
#boxhero>a {
	background: #5221b9;
/*	aspect-ratio: 1/1;*/
	padding: 2rem;
	outline: 8px solid #5221b9;
	border: 1px solid #f9e08b;
	position: relative;
	color: #5221b9;
	transition: transform 100ms;
}
/*#boxhero h4::before {
	counter-increment: section;
	content: counter(section)". ";
	font: 600 3rem "Rubik";
	color: white;
}*/
/*#boxhero>a::before {
	position: absolute;
	left: 0;
	counter-increment: section;
	content: counter(section);
	font: 600 10rem "Rubik";
	color: white;
	-webkit-text-stroke: 3px rgba(255,255,255,0.8);
	opacity: 0.3;
	z-index: 0;
	top: -2rem;
}*/
#boxhero h4 {
	font: 400 2.5rem/2.5rem "Bungee Inline";
	color: white;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	margin-bottom: 1rem;
	text-shadow: 2px 2px 0px #5221b9,
				5px 5px 0px #361184;
	position: relative;
	z-index: 100;
	
}
#boxhero p {
	font: 600 1.5rem/1.5rem "Rubik";
	position: relative;
	z-index: 100;
	color: rgba(255,255,255,0.9);
}
#boxhero>a:hover {
	transform: scale(1.05);
}
.boxcontent {
	margin: 3rem 0;
}
.boxcontent>div {
	padding: 2rem;
/*	background: #f4ca6a;
	outline: 2px solid #ee3e8b;
	border: 4px solid #f9e08b;*/
	border: 2px solid #ee3e8b;
	color: rgba(0, 0, 0, 0.8);
	font: 500 1rem "Inter";
}
.boxcontent h2 {
	width: fit-content;
	padding: 1rem 2rem;
	border-radius: 0.3rem;
	color: white;
	font: 600 1.2rem "Rubik";
	margin: 0 auto;
	position: relative;
	margin-bottom: -3rem;
}
.boxcontent h2>img {
	height: 5rem;
}
.hadiahutama img {
	width: 80%;
	height: auto;
	margin: 0 auto;
}
.hadiahbulanan img {
	max-width: 300px;
	height: auto;
}
table {
	border: 1px solid white;
	border-spacing: 0;
	background: #5b29bf;
}
th, td {
	font: 400 1rem "Inter";
	padding: 1rem;
	color: white;
}
th {
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	text-align: left;
	font: 600 0.9rem "Inter";
	text-transform: uppercase;
}
td {
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	text-transform: capitalize;
}
.thadiah {
	width: 400px;
}
.kedai a {
	text-align: center;
}
.kedai h3 {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 1rem;
	color: white;
	width: fit-content;
	padding: 0.5rem;
	border-radius: 0.2rem;
	background: #5221b9;
}
.kedai span {
	display: block;
	text-align: center;
	font-size: 0.8rem;
}
a.menanglist {
	display: flex;
	align-items: center;
	text-align: left;
	text-transform: none;
	gap: 0.2rem;
	padding: 0.5rem;
	border: 1px solid rgba(255,255,255,0.8);
}
a.menanglist>span:last-child {
	font-size: 0.9rem !important;
}
div.monwin {
	gap: 1rem;
	justify-content: center;
}
div.monwin a {
	width: 45%;
}
div.monwin img {
	width: 100%;
	height: auto;
}
div#m-menang {
	display: none;
}
div#m-menang a.menanglist {
	width: fit-content;
	margin: 0.5rem auto;
	background: #5b29bf;
}
div#m-menang a.menanglist>span {
	color: white;
}
.boxcontent > div.kedai {
	border-bottom: 0;
}
.boxcontent > div.kedai:last-child {
	border-bottom: 2px solid #ee3e8b;
}
#faq .material-symbols-outlined {
	font-size: 1rem;
	opacity: 0.9;
}
#faq details {
	position: relative;
	padding: 1rem 0;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
#faq details p {
	font: 400 1rem "Inter";
	color: rgba(0,0,0,1);
}
#faq summary p {
	color: rgba(0,0,0,0.8);
}
#faq details[open] .material-symbols-outlined {
	transform: rotate(180deg);
}
#faq details[open] summary {
	margin-bottom: 0.5rem;
}
#faq summary {
	list-style: none;
	display: flex;
	justify-content: space-between;
}
#faq summary:hover {
	cursor: pointer;
}
#faq details ul {
	margin: 1rem 3rem;
}
#terms ol {
	margin: 2rem;
}
#terms li {
	font: 400 0.9rem "Inter";
	
	padding: 0.5rem;
}
#terms li * {
	color: rgba(0,0,0,0.8) !important;
}
.boxslide {
	margin: 0 auto;
	gap: 1.5rem;
}
.boxslide img {
	height: 4rem;
	width: auto;
}

@media screen and (max-width: 900px) {
	#boxhero>a {
		padding: 1rem;
	}
	#boxhero h4 {
		font-size: 1.5em;
		line-height: 1.5rem;
	}
	#boxhero p {
		font-size: 1.2rem;
		line-height: 1.2rem;
	}
	#boxhero>a::before {
		font-size: 15rem;
	}
}
@media screen and (max-width: 640px) {
	.boxcontent h2>img {
		height: 3rem;
	}
	.boxslide img {
		height: 3rem;
	}
	#boxhero>a {
		padding: 1.5rem;
	}
	#header h3 {
		font-size: 1.3rem;
		padding: 1rem;
	}
	#terms ol {
		margin: 1rem 1.5rem;
		margin-right: 0.5rem;
	}
	table {
		display: none;
	}
	.hadiahutama img {
		width: 100%;
	}
	.hadiahbulanan {
		display: block;
		text-align: center;
	}
	.hadiahbulanan img {
		width: 60%;
	}
	#prizeterms {
		display: block;
	}
	#prizeterms>div {
		margin-bottom: 1rem;
	}
	#prizeterms h4 {
		text-align: center;
		font-size: 1.2rem;
	}
	a.tbmobile {
		font-weight: 600;
		display: block;
	}
	a.tbmobile img {
		width: 100%;
		height: auto;
	}
	div#m-menang {
		display: block;
	}
	div.monwin a {
		width: 95%;
	}
}
/*@media screen and (max-width: 640px) {
	#boxhero>a {
		aspect-ratio: auto;
		padding: 2rem 3rem;
	}
	#boxhero>a::before {
		font: 600 16rem "Rubik";
		bottom: -3rem;
	}
	.grid3col {
		grid-template-columns: repeat(1, 1fr);
	}
	#header h3 {
		font-size: 1.2rem;
	}
	.boxcontent>div {
		padding: 2rem 1rem;
	}
	#terms ol {
		margin: 1rem 1.5rem;
		margin-right: 0.5rem;
	}
	.boxcontent h2 {
		margin-bottom: -2rem;
	}
	.boxcontent h2>img {
		height: 3.5rem;
	}
}*/

.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}/*# sourceMappingURL=glide.core.min.css.map */
