@charset "utf-8";
/*
Color:
Font: #61635c
Title: #0392DE
Blue: #0392DE, tua #003569, pale #D9FAFF
Green: #00a241, tua #007724, pale #d0ffe3
Red: #d40000, tua #770000, pale #ffd8d8

Reset Browser */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus { outline: 0; }
body {
	line-height: 1;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: 400;
	background-color: #000;
	background-image: url(images/background-big.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight: normal; text-align: left; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a, .link { color: #ffbfeb; text-decoration: none; transition: all ease-in-out 200ms; cursor: pointer; }
a:hover, .link:hover { color: #FFF; text-decoration: underline; }
a:active, .link:active { position: relative; top: 1px;}
a img { border: 0; }
.linkplain { text-decoration: none; transition: all ease-in-out 200ms; cursor: pointer; }
.linkplain:hover { color: #003569; text-decoration: underline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; }
del { color: #333; }
ins { background: none; text-decoration: none; }
hr { background-color: #ccc; border: 0; height: 1px; margin: 24px; margin-bottom: 1.714285714rem; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
small, .small { font-size: 10px; line-height: 14px; color: #888888; font-weight: 400; }
img { border: 0; -ms-interpolation-mode: bicubic; }
em { font-style: italic; }
p { line-height: 20px; padding: 4px 0; }
.clear { clear: both; }
.hidden { display: none; }
.pointer { cursor: pointer; }
input, select, textarea {
	font-size: 14px;
	line-height: 20px;
	font-family: sans-serif;
}
input:not([type]), input[type="text"], input[type="password"], input[type="email"], input[type="number"],
	input[type="search"], select, textarea {
	line-height: 20px;
	
}
input::-webkit-outer-spin-button, 
input::-webkit-inner-spin-button { margin-left: 10px; } 
input[type=number] { -moz-appearance:textfield; appearance: textfield; }

input:not([type]), input[type="submit"], input[type="button"], .button {
	background-color: #c72091;
	border: 2px solid #FFF;
	cursor: pointer;
	border-radius: 24px;
	padding: 14px 20px;
	color: #FFF;
	font-weight: 400;
	font-size: 14px;
	position: relative;
	top: 0;
	display: inline-block;
	line-height: 18px;
	text-align: center;
	font-weight: bold;
	transition: all ease-in-out 200ms;
}
input:not([type]), input[type="submit"]:hover, input[type="button"]:hover, .button:hover {
	top:-1px;
	background-color: #264986;
	border: 2px solid #FFF;
	box-shadow: 0 0 16px #c72091;
	background: rgb(107,20,208);
	background: linear-gradient(45deg, rgba(107,20,208,1) 0%, rgba(199,32,145,1) 100%);
}
input:not([type]), input[type="submit"]:active, input[type="button"]:active, .button:active {
	top:1px;
}
input[type="text"]:disabled, input[readonly="readonly"] { background-color: #FFF; border: 1px solid #CCC; }
input[readonly="readonly"]:hover, input[readonly="readonly"]:focus { background-color: #FFF; border: 1px solid #CCC; box-shadow: none; }
a.button:hover { text-decoration: none; color: #FFF; }
input:not([type]), input[type="search"] { background-image: url(images/search.png); background-position: right center; background-repeat: no-repeat; width: 200px; }
input:not([type]), input[type="submit"].active, input[type="button"].active, .button.active { background-color: #005a77; border: 1px solid #005a77; }
input[type="file"] {display: none;}
.button_red { background-color: #d40000 !important; border-color: #d40000 !important; }
.button_red:hover { background-color: #770000 !important; border-color: #770000 !important; }
.button_green { background-color: #00a241 !important; border-color: #00a241 !important; }
.button_green:hover { background-color: #007724 !important; border-color: #007724 !important; }
.button_grey { background-color: #D9FAFF !important; border-color: #D9FAFF !important; color: #0392DE !important; }
.button_grey:hover { background-color: #D9FAFF !important; border-color: #D9FAFF !important; }
.pale_blue { background-color: #D9FAFF !important; }
.low_green { background-color: #eafff2 !important; }
.pale_green { background-color: #D9FAFF !important; }
.pale_red { background-color: #ffd8d8 !important; }
.button_inactive { background-color: #b3b3b3 !important; border-color: #b3b3b3 !important; color: #ffffff !important; cursor: auto !important; }
.button_inactive:hover { background-color: #a8a8a8 !important; border-color: #a8a8a8 !important; }
strong, .strong, .bold { font-weight: bold; }
.nowrap { white-space: nowrap; }
.notif {
	line-height: 18px;
	margin: 16px 0;
	text-align: center;
	color: #FFF;
	display: none;
	font-size: 13px;
	position: relative;
}
.notif div { padding: 16px; border-radius: 4px; }
.notifno { background: #e8221f; }
.notifyes { background: #2fb32f; }
.notifinfo { background: #585d66; }
.aligncenter { text-align: center; }
.alignright { text-align: right; }
.transition { transition: all ease-out 200ms; }
.relative { position: relative; }
.absolute { position: absolute; }
.floatleft { float: left; }
.floatright { float: right; }
.halfleft { float: left; width: 49%; }
.halfright { float: right; width: 49%; }
.none { display: none; }
.linestd, .stdline { line-height: 18px;}
.vertop { vertical-align: top !important;}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #bbafb7;
	font-size: 12px;
	text-align: center;
	opacity: 1; /* Firefox */
	font-weight: normal;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #bbafb7;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: #bbafb7;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}
/* START  */
.inside {
	margin: 0 auto;
	min-height: 100vh;
	max-width: 1040px;
}
header {
	padding: 24px 16px 16px 16px;
	margin: 0 auto;
	position: relative;
}
footer {
	padding: 48px 0;
	text-align: center;
	color: #ffffff;
}
.copyright {
	font-size: 10px;
	line-height: 14px;
}
.sosmed {
	padding: 16px 0;
}
.sosimg {
	display: inline-block;
	position: relative;
	transition: all ease-in-out 300ms;
	top: 0;
	opacity: 0.8;
	width: 28px;
	height: 28px;
	margin: 0 1px;
}
a.soslink:hover {
	text-decoration: none;
}
.sosimg:hover {
	top: 2px;
	opacity: 1;
}
.sosimg:hover {
	top: -2px;
	opacity: 1;
}
h1 {
	display: block;
	float: left;
	width: auto;
}
h1 img {
	display: block;
	height: 28px;
	width: auto;
}
.delivery {
	display: block;
	position: absolute;
	right: 16px;
	top: 16px;
	width: 48px;
	height: auto;
}
.subttl {
	float: right;
	text-align: right;
	font-weight: bold;
	position: relative;
	width: 150px;
	margin: 0 56px 0 0;
}
.subttltext {
	position: absolute;
	top: 4px;
	right: 32px;
	font-size: 12px;
	line-height: 16px;
}
.diamondtop {
	height: 24px;
	width: auto;
	position: absolute;
	right: 0;
	top: 0;
}
.step {
	padding: 16px;
}
.box {
	text-align: center;
	padding-bottom: 24px;
}
.inputket {
	line-height: 20px;
	padding: 0 16px 6px 16px;
	position: relative;
	width: 90%;
	max-width: 240px;
	margin: 0 auto;
	font-weight: bold;
}
.frontinput {
	width: 80%;
	max-width: 240px;
	line-height: 20px;
	padding: 14px 16px;
	border-radius: 24px;
	background-color: #FFF;
	transition: all ease-in-out 300ms;
	box-shadow: 0 0 24px #c72090;
	border: 3px solid #c72090;
}
.frontinput:focus {
	box-shadow: 0 0 24px #c72090;
	border: 3px solid #6b14d0;
}
.linkket {
	position: absolute;
	right: 20px;
	font-size: 11px;
	line-height: 16px;
	bottom: 7px;
	color: #FFF;
	cursor: pointer;
	font-weight: normal;
}
.linkket:hover, .linkket:active {
	color: #ffbfeb;
}
.linkket:active {
	bottom: 6px;
}
.inputsmall {
	line-height: 20px;
	padding: 0 16px 6px 16px;
	position: relative;
	width: 90%;
	max-width: 240px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 16px;
	color: #7a898f;
}
.insidediamond {
	padding: 8px;
	text-align: center;
}
.diamondbuy {
	display: inline-block;
	height: 20px;
	width: auto;
	margin: 0;
	padding: 0;
	position: relative;
	top: 4px;
}
.angkadiamond {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
}
.angkalainnya {
	font-size: 12px;
}
.rpdiamond {
	font-size: 11px;
	line-height: 15px;
	padding: 2px 0 0 0;
	color: #42393f;
}
.diamondbox {
	float: left;
	width: 33%;
}
.diamondwhite {
	background: #FFF;
	box-shadow: 0 0 10px #c72090;
	margin: 1px;
	border-radius: 16px;
	min-height: 64px;
	cursor: pointer;
	transition: all ease-in-out 300ms;
	border: 3px solid #6b14d0;
	color: #000;
}
.diamondwhite:hover{
	color: #FFF;
	box-shadow: 0 0 8px rgba(41, 42, 46, 0.4);
	position: relative;
	bottom: 1px;
	background: rgb(107,20,208);
	background: linear-gradient(45deg, rgba(107,20,208,1) 0%, rgba(199,32,145,1) 100%);
}
.diamondwhite:hover .rpdiamond {
	color: #FFF;
}
.diamondwhite:active, .diamondwhite.selected {
	background: rgb(107,20,208);
	background: linear-gradient(225deg, rgba(107,20,208,1) 0%, rgba(199,32,145,1) 100%);
}
.diamondwhite:active .angkadiamond, .diamondwhite.selected .angkadiamond,
.diamondwhite:active .rpdiamond, .diamondwhite.selected .rpdiamond {
	box-shadow: none;
	color: #FFF;
}
.boxsale {
	max-width: 360px;
	margin: 0 auto;
	padding-top: 8px;
}
.boxcustom {
	padding: 24px 0;
}
.outercustom {
	max-width: 344px;
	margin: 0 auto 12px auto;
	border-radius: 24px;
	padding: 8px;
	box-shadow: 0 0 16px #c72091;
	background: rgb(107,20,208);
	background: linear-gradient(45deg, rgba(107,20,208,1) 0%, rgba(199,32,145,1) 100%);
}
.inputdiamond {
	display: block;
	float: left;
	width: calc(40% - 54px);
	text-align: right;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	background-image: url(images/icon-diamond.png);
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding: 14px 16px 14px 40px;
}
.customrp {
	float: right;
	text-align: right;
	width: 50%;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	padding: 14px 8px 0 0;
}
.frontbutton{
	display: block !important;
	max-width: 360px !important;
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
}
.notifpop {
	width: 100vw;
	height: 100vh;
	z-index: 100;
	background: rgba(0, 0, 0, 0.94);
	position: fixed;
	top: 110vh;
	left: 0;
	opacity: 0;
	transition: all ease-in-out 400ms;
	overflow-y: auto;
}
.notifpop.show {
	top: 0;
	left: 0;
	opacity: 1;
}
.notifpopstep2.show {
	top: 0;
	left: 0;
	opacity: 0.7;
}
.loaderstep2 {
	position: absolute;
	top: 40%;
	left: calc(50% - 16px);
	display: block;
}
.closepop {
	display: block;
	position: absolute;
	top: 16px;
	right: 16px;
	width: 24px;
	height: 24px;
	opacity: 0.8;
	cursor: pointer;
	transition: all ease-in-out 300ms;
}
.closepop:hover {
	opacity: 1;
}
.closepop:active {
	top: 18px;
	opacity: 1;
}
.notifbox {
	margin: 56px auto;
	width: 90%;
	max-width: 360px;
}
.bigoimg {
	display: block;
	width: 90%;
	max-width: 640px;
	height: auto;
	box-shadow: 0 0 16px rgba(41, 42, 46, 0.2);
}
.bigoimgtop {
	margin: 16px auto 8px auto;
}
.bigoimgdown {
	margin: 8px auto 16px auto;
}
.notifinput {
	background-color: #770000;
	color: #FFF;
	line-height: 20px;
	padding: 8px;
	max-width: 260px;
	width: 84%;
	border-radius: 18px;
	margin: 8px auto;
}
.topnotif {
	padding: 32px 0 0 0;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 150;
	width: 100vw;
}
.topnotif div {
	padding: 16px;
	border-radius: 16px;
	color: #FFF;
	margin: 0 16px;
	text-align: center;
	line-height: 20px;
}
.loader_1 {
	width: 32px;
	height: auto;
	padding: 12px 0 72px 0;
	display: block;
	margin: 0 auto;
}
.profilpic {
	display: block;
	float: left;
	width: 58px;
	height: auto;
	border-radius: 50%;
	border: 2px solid #6b14d0;
	box-shadow: 0 0 8px #c72091;
}
.profildesc {
	float: left;
	padding: 0 0 0 16px;
}
.profile {
	background: rgb(107,20,208);
	background: linear-gradient(45deg, rgba(107,20,208,1) 0%, rgba(199,32,145,1) 100%);
	border-radius: 24px;
	padding: 16px;
	border: 2px solid #6b14d0;
	box-shadow: 0 0 16px #c72091;
}
.profiltop {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	color: #ffbfeb;
	padding-top: 1px;
}
.profilname {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}
.profildisplayname {
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
}
.belidesc {
	float: right;
	padding: 0 0 0 0;
	text-align: right;
}
.beliket {
	font-size: 12px;
	line-height: 16px;
	color: #ffbfeb;
}
.customstep2 {
	padding: 16px;
}
.boxsalestep2 {
	max-width: 374px;
}
.inputdiamondstep2 {
	max-width: auto;
	width: calc(40% - 40px);
	padding: 18px 16px 18px 40px;
	background-position: 12px 16px;
}
.boxrincian {
	padding: 8px 0 24px 0;
}
.titlepage {
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	padding: 0 0 8px 0;
	position: relative;
	max-width: 360px;
	margin: 0 auto;
}
.boxstep3 {
	text-align: center;
	max-width: 360px;
	margin: 0 auto;
}
.outercustomstep3 {
	padding: 12px 0;
	margin: 0 auto 4px auto;
}
.bignum {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}
.smallrek {
	font-size: 12px;
	line-height: 16px;
	color: #ffbfeb;
}
.desctrans {
	font-size: 12px;
	line-height: 15px;
	color: #ffffff;
	padding: 24px 0 0 0;
}
.wrapstatus {
	text-align: center;
	max-width: 360px;
	margin: 0 auto;
}
.boxstatus {
	max-width: 344px;
	margin: 0 auto 12px auto;
	background: #FFF;
	border-radius: 24px;
	box-shadow: 0 0 16px rgba(41, 42, 46, 0.2);
	padding: 12px 0;
	margin: 0 auto 4px auto;
}
.wrapstatus {
	padding: 32px 0 0 0;
}
.loaderstatus {
	float: left;
	margin: 4px 0 0 4px;
	width: 32px;
	height: auto;
}
.statusorder {
	padding: 0 12px;
}
.statusket {
	float: left;
	width: calc(96% - 48px);
	text-align: left;
	padding: 0 0 0 16px;
	line-height: 18px;
	color: #000;
}
.timer {
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	padding: 2px 0;
}
.timer div, .timertop div {
	display: inline;
}
.timer .jst-hours {
	display: none;
}
.timertop .jst-hours, .timertop .jst-seconds {
	display: none;
}
.operator {
	line-height: 20px;
	text-align: center;
}
.batalstep3 {
	text-align: center;
	padding: 48px 0 48px 0;
	font-size: 12px;
	line-height: 16px;
}
.operator a {
	text-decoration: underline;
}
.loaderbatal {
	width: 32px;
	height: auto;
	padding: 64px 0 0 0;
	display: block;
	margin: 0 auto;
}
.smalldesc {
	font-size: 12px;
	line-height: 16px;
	color: #767b83;
}
.iconcopy {
	opacity: 0.4;
	width: 16px;
	height: auto;
	cursor: pointer;
	position: relative;
	margin-left: 4px;
	top: 2px;
	transition: all ease-in-out 200ms;
}
.iconcopy:hover {
	opacity: 0.6;
	top: 1px;
}
.iconcopy:active {
	opacity: 1;
	top: 3px;
}
.cekloader {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 24px;
	top: 0;
}
.linkback {
	text-align: center;
	padding: 24px 0 56px 0;
	font-size: 12px;
	line-height: 16px;
}
.notifwa {
	font-size: 12px;
	line-height: 16px;
	margin: 16px auto;
	max-width: 280px;
	background: #333;
	color: #FFF;
	padding: 16px 8px;
	border-radius: 16px;
	display: none;
}
.refreshicon {
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	background-color: #000;
	padding: 4px;
	left: calc(50% - 56px);
	top: -3px;
	border-radius: 4px;
	cursor: pointer;
	opacity: 0.7;
}
.refreshicon:active {
	opacity: 1;
	top: -2px;
}
.loaderbigo {
	display: block;
	margin: 0 auto;
	width: 48px;
	height: 48px;
}
.notiftidakvalid {
	color: #FFF;
	padding: 16px;
	line-height: 20px;
	border-radius: 16px;
	background: #B32F2F;
	text-align: center;
}
.bcaimg {
	display: block;
	margin: 0 auto;
	width: 128px;
	height: auto;
}
.medfont {
	font-size: 12px;
	line-height: 16px;
}
.okeorderbutton {
	position: relative;
	z-index: 50;
}
.firebox {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.firebox.show {
	display: block;
}
.bottomcustom {
	padding: 8px 0 24px 0;
}
.boxmetode {
	max-width: 344px;
	margin: 0 auto 12px auto;
	border-radius: 24px;
	padding: 8px;
	height: 48px;
	position: relative;
	top: 0;
	transition: all ease-in-out 200ms;
}
.boxmetode.online {
	border: 1px solid #FFF;
	background-color: #c72091;
	cursor: pointer;
	box-shadow: 0 0 16px #c72091;
}
.boxmetode.online:hover {
	top: -1px;
	background-color: #c72091;
	background: linear-gradient(45deg, rgba(107,20,208,1) 0%, rgba(199,32,145,1) 100%);
}
.boxmetode.online:active {
	top: 2px;
	background-color: #c72091;
	background: linear-gradient(45deg, rgba(107,20,208,1) 0%, rgba(199,32,145,1) 100%);
}
.boxmetode.offline {
	background-color: #7e7e7e;
	border: 1px solid #000;
	cursor: default;
}
.imgbank {
	display: block;
	float: left;
	width: 80px;
	height: auto;
	margin: 8px 16px 0 8px;
}
.metodtext {
	float: left;
	font-size: 12px;
	line-height: 16px;
	margin: 8px 0 0 0;
}
.imgnext {
	position: absolute;
	right: 8px;
	top: 22px;
	display: block;
	width: 20px;
	height: auto;
}
.imgstop {
	position: absolute;
	right: 22px;
	top: 26px;
	display: block;
	width: 20px;
	height: auto;
}
.stopnotif {
	color: #000;
	font-size: 8px;
	line-height: 14px;
	position: absolute;
	top: 10px;
	right: 16px;
}


/* ANIMATION */
.shake-top{
	-webkit-animation:shake-top 2s cubic-bezier(.455,.03,.515,.955) infinite both;animation:shake-top 2s cubic-bezier(.455,.03,.515,.955) infinite both;
}
@-webkit-keyframes shake-top{0%,100%{-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transform-origin:50% 0;transform-origin:50% 0}10%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}20%,40%,60%{-webkit-transform:rotate(-4deg);transform:rotate(-4deg)}30%,50%,70%{-webkit-transform:rotate(4deg);transform:rotate(4deg)}80%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}90%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}}
@keyframes shake-top{0%,100%{-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transform-origin:50% 0;transform-origin:50% 0}10%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}20%,40%,60%{-webkit-transform:rotate(-4deg);transform:rotate(-4deg)}30%,50%,70%{-webkit-transform:rotate(4deg);transform:rotate(4deg)}80%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}90%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}}

.shake-horizontal {
	-webkit-animation: shake-horizontal 1s cubic-bezier(0.455, 0.030, 0.515, 0.955) 1s both;
	animation: shake-horizontal 1s cubic-bezier(0.455, 0.030, 0.515, 0.955) 1s both;
}
@-webkit-keyframes shake-horizontal{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%{-webkit-transform:translateX(10px);transform:translateX(10px)}80%{-webkit-transform:translateX(8px);transform:translateX(8px)}90%{-webkit-transform:translateX(-8px);transform:translateX(-8px)}}
@keyframes shake-horizontal{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%{-webkit-transform:translateX(10px);transform:translateX(10px)}80%{-webkit-transform:translateX(8px);transform:translateX(8px)}90%{-webkit-transform:translateX(-8px);transform:translateX(-8px)}}

.firework, .firework::before, .firework::after {
	--initialSize: 0.5vmin;
	--finalSize: 45vmin;
	--particleSize: 0.2vmin;
	--color1: yellow;
	--color2: khaki;
	--color3: white;
	--color4: lime;
	--color5: gold;
	--color6: mediumseagreen;
	--y: -30vmin;
	--x: -50%;
	--initialY: 60vmin;
	content: "";
	animation: firework 2s infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, var(--y));
	width: var(--initialSize);
	aspect-ratio: 1;
	background:
		radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 50% 0%,
		radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 100% 50%,
		radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 50% 100%,
		radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 0% 50%,
		radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 80% 90%,
		radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 95% 90%,
		radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 90% 70%,
		radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 100% 60%,
		radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 55% 80%,
		radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 70% 77%,
		radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 22% 90%,
		radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 45% 90%,
		radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 33% 70%,
		radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 10% 60%,
		radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 31% 80%,
		radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 28% 77%,
		radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 13% 72%,
		radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 80% 10%,
		radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 95% 14%,
		radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 90% 23%,
		radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 100% 43%,
		radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 85% 27%,
		radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 77% 37%,
		radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 60% 7%,
		radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 22% 14%,
		radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 45% 20%,
		radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 33% 34%,
		radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 10% 29%,
		radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 31% 37%,
		radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 28% 7%,
		radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 13% 42%;
	background-size: var(--initialSize) var(--initialSize);
	background-repeat: no-repeat;
}
.firework::before {
	--x: -50%;
	--y: -50%;
	--initialY: -50%;
	transform: translate(-50%, -50%) rotate(40deg) scale(1.3) rotateY(40deg);
}
.firework::after {
	--x: -50%;
	--y: -50%;
	--initialY: -50%;
	transform: translate(-50%, -50%) rotate(170deg) scale(1.15) rotateY(-30deg);
}
.firework:nth-child(2) {
	--x: 30vmin;
}
.firework:nth-child(2), .firework:nth-child(2)::before, .firework:nth-child(2)::after {
	--color1: pink;
	--color2: violet;
	--color3: fuchsia;
	--color4: orchid;
	--color5: plum;
	--color6: lavender;  
	--finalSize: 40vmin;
	left: 30%;
	top: 60%;
	animation-delay: -0.25s;
}
.firework:nth-child(3) {
	--x: -30vmin;
	--y: -50vmin;
}
.firework:nth-child(3), .firework:nth-child(3)::before, .firework:nth-child(3)::after {
	--color1: cyan;
	--color2: lightcyan;
	--color3: lightblue;
	--color4: PaleTurquoise;
	--color5: SkyBlue;
	--color6: lavender;
	--finalSize: 35vmin;
	left: 70%;
	top: 60%;
	animation-delay: -0.4s;
}
@keyframes
firework {
	0% { transform: translate(var(--x), var(--initialY)); width: var(--initialSize); opacity: 1; }
	50% { width: 0.5vmin; opacity: 1; }
	100% { width: var(--finalSize); opacity: 0; }
}
  

/* RESPONSIVE */
@media screen and (max-width:800px){
	body {
		background-image: url(images/background.jpg);
	}
}