html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

.content {
	background: url(../images/christmas_bg.webp) no-repeat;
	height: 930px;
	background-size: 100%;
}
.header{
	
}
.back {
	position: absolute;
    top: 50px;
    left: 20px;
}
.back-icon {
	height: 30px;
}
.wallet {
	position: absolute;
    top: 50px;
    right: 20px;
	width: 73px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #9B89FF;
    line-height: 30px;
    text-align: center;
}
.wallet-icon{
	width: 20px;
	height: 18.133px;
	vertical-align: middle;
	margin-top: -3px;
}
.wallet-balance{
	color: #9B89FF;
	font-family: Lora;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.intro {
	padding-top: 140px;
	text-align: center;
}

.divider {
    height:36px;
    line-height:36px;
    text-align:center;
    color: #FFF;
	font-family: Lora;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	text-transform: capitalize;
	margin: 0 auto;
}
.line {
    display:inline-block;
    width:30px;
    border-top:1px solid #cccccc;
    vertical-align:5px;
}

.desc {
	color: #FFF;
	font-family: Lora;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.product {
	height: 360px;
	text-align: center;
	margin: 150px 12px 0px 12px;
	background: url(../images/product_bg.webp) no-repeat;
	background-size: 100%;
}
.item {
	list-style: none;
	padding-top: 80px;
	padding-inline-start: 20px;
	margin-bottom: 3px;
}
.item li {
	padding-bottom: 6px;
	display: flex;
	height: 92px;
}
.price_label {
	width: 68%;
	background: url(../images/product_item_bg.webp) no-repeat;
	background-size: 100%;
	display: -webkit-box;
}
.product_btn {
	width: 22%;
	background: url(../images/btn_bg.webp) no-repeat;
	background-size: 100%;
	margin-top: 6px;
	margin-left: 5px;
}
.product_disable_btn {
	width: 22%;
	background: url(../images/btn_disable.webp) no-repeat;
	background-size: 100%;
	margin-top: 6px;
	margin-left: 5px;
}
.pay_btn {
	line-height: 70px;
    color: #FFF;
    text-align: center;
    font-family: Lora;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}
.useage {
	color: #DCDDEA;
	text-align: center;
	font-family: Lora;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.product_info{
	width: 58%;
	text-align: left;
	margin: 20px 0px 0px 14px;
}
.i_time {
	font-family: Lora;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.56px;
	background: linear-gradient(2deg, #633BF5 32.7%, #4482FF 84.89%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.i_num {
	color: #3514E9;
	font-family: Lora;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 132%; /* 15.84px */
	text-transform: capitalize;
}
.i_name {
	color: #3514E9;
	font-family: Lora;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 132%; /* 15.84px */
	text-transform: capitalize;
}
.product_price {
	background: linear-gradient(156deg, #FF5AF1 13.74%, #6B59FF 61.09%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: Lora;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.4px;
	margin: 30px 0px 0px 5px;
}