/**************************************************************
* @Author: 	Anthony Payumo | @arpcats
* @Date:   	Sept 15, 2021
* @Email: 	1010payumo@gmail.com
* @Desc: 	VIP Page
* @Name: 	Main Stype | Design
***************************************************************/
@font-face {
	font-family: "PingFang SC";
	src: url('../../assets/fonts/PingFang-SC.woff2') format("woff2");
}

@font-face {
	font-family: "PingFang-SC-Bold";
	src: url('../../assets/fonts/PingFang-SC-Bold.woff2') format("woff2");
}

html {
	background: rgb(221, 226, 244);
}

body {
	background: linear-gradient(180deg, rgba(235, 238, 253, 1) 0%, rgb(221, 226, 244) 100%) !important;
}

.main-header {
	padding-bottom: 150px;
}

.line-gradient {
	height: 120px;
	background: rgb(235, 238, 253);
	background: linear-gradient(180deg, rgba(235, 238, 253, 1) 0%, rgb(221, 226, 244) 100%);
	position: absolute;
	width: 100%;
	left: 0;
}

.line-text {
	/*font-family: 'PingFang-SC-Bold';*/
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	color: #405075;
}

.bg-line {
	height: 16px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	width: 200px;
	top: 30%;
}

.bg-line.arrow1 {
	/*background-image: url(../../assets/img/others/line.png);*/
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2266%22%20height%3D%2216%22%20viewBox%3D%220%200%2066%2016%22%20fill%3D%22none%22%3E%3Ccircle%20r%3D%227%22%20transform%3D%22matrix(-1%200%200%201%208%208)%22%20stroke%3D%22%23405075%22%20stroke-width%3D%222%22%2F%3E%3Ccircle%20r%3D%223%22%20transform%3D%22matrix(-1%200%200%201%208%208)%22%20fill%3D%22%23405075%22%2F%3E%3Crect%20width%3D%2250%22%20height%3D%222%22%20transform%3D%22matrix(-1%200%200%201%2066%207)%22%20fill%3D%22url(%23paint0_linear)%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear%22%20x1%3D%220%22%20y1%3D%222%22%20x2%3D%2250%22%20y2%3D%222%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23405075%22%20stop-opacity%3D%220.01%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23405075%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
	transform: scaleX(-1);
	background-position: right;
}

.bg-line.arrow2 {
	/*background-image: url(../../assets/img/others/line.png);*/
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2266%22%20height%3D%2216%22%20viewBox%3D%220%200%2066%2016%22%20fill%3D%22none%22%3E%3Ccircle%20r%3D%227%22%20transform%3D%22matrix(-1%200%200%201%208%208)%22%20stroke%3D%22%23405075%22%20stroke-width%3D%222%22%2F%3E%3Ccircle%20r%3D%223%22%20transform%3D%22matrix(-1%200%200%201%208%208)%22%20fill%3D%22%23405075%22%2F%3E%3Crect%20width%3D%2250%22%20height%3D%222%22%20transform%3D%22matrix(-1%200%200%201%2066%207)%22%20fill%3D%22url(%23paint0_linear)%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear%22%20x1%3D%220%22%20y1%3D%222%22%20x2%3D%2250%22%20y2%3D%222%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23405075%22%20stop-opacity%3D%220.01%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23405075%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
	transform: scaleX(1);
	right: 0;
	background-position: right;
}

.header-box .bx {
	position: relative;
}

.header-box .bx p {
	z-index: 100;
	font-weight: 700;
	font-size: 30px;
	text-align: center;
	background: linear-gradient(to right, #dbb653 0%, #f9e590 46%, #dbb653 46%, #f9e590 46%, #f9e590 47%, #dbb653 90%, #dbb653 99%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	top: 20px;
	line-height: 35px;
}

.header-box .bx span {
	/*font-family: 'PingFang-SC-Bold';*/
	position: relative;
	font-weight: 700;
	font-size: 50px;
	line-height: 48px;
	background: linear-gradient(to right, #dbb653 0%, #f9e590 46%, #dbb653 46%, #f9e590 46%, #f9e590 47%, #dbb653 90%, #dbb653 99%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index: 100;
}

.main-container {
	height: 5982px; 
	margin: 0 auto;
	background-image: url('../../assets/img/new-vip-bg-1.png');
	background-color: #ffffff;
	position: relative;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% 100%;
}

.main-content {
	position: relative;
	margin-top: -50px;
}

.main-table {
	box-shadow: 0px 10px 10px rgba(137, 154, 193, 0.04);
	text-align: center;
}

.main-table table {
	border-color: #cccccc !important;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	overflow: hidden;
}

.main-table table thead tr th img {
	width: 55px;
	filter: drop-shadow(0px 0px 1px gray);
}

.main-table table tr th {
	/*font-family: 'PingFang-SC-Bold';*/
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: #405075;
	vertical-align: middle;
	border: none;
}

.main-table table tr td {
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 50px;
	color: #fff;
	vertical-align: middle;
	font-weight: 500;
}

.main-table table tr td:first-child,
.rcolor {
	/*font-family: PingFang-SC-Bold !important;*/
	font-size: 15px;
	line-height: 20px !important;
	color: #fff;
	font-weight: 500;
}

.rsize {
	width: 225px;
}

.dshadow {
	filter: drop-shadow(2px 4px 6px gray);
}

.main-footer-zero {
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 20px;
}

.main-footer {
	margin-top: 50px;
	/*font-family: 'PingFang SC';*/
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 20px;
}

.main-footer ol li {
	margin: 20px 0px;
}

.mobile-float {
	position: sticky;
	background: #ececec !important;
	left: -1px;
	z-index: 1;
}

.mobile-float-subrow {
	left: 58px;
}

div#translation {
	position: fixed;
	right: -175px;
	top: 50%;
	transition: 1s;
}

div#translation:hover {
	right: 0;
	transition: 1s;
}

div#translation .btn-group-lg>.btn,
.btn-lg {
	background: #b92b27;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #1565C0, #b92b27);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #1565C0, #b92b27);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/*MEDIA QUERIES*/
@media (max-width: 1680px) {}

@media (max-width: 1600px) {}

@media (max-width: 1366px) {}

@media only screen and (max-width: 1199px){
	.header-box .bx p {
		z-index: 100;
		font-weight: 700;
		font-size: 20px;
		text-align: center;
		background: linear-gradient(to right, #dbb653 0%, #f9e590 46%, #dbb653 46%, #f9e590 46%, #f9e590 47%, #dbb653 90%, #dbb653 99%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		position: relative;
		top: 20px !important;
		line-height: 19px;
	}
	
	.header-box .bx span { 
		position: relative;
		font-weight: 700;
		font-size: 34px;
		line-height: 48px;
		background: linear-gradient(to right, #dbb653 0%, #f9e590 46%, #dbb653 46%, #f9e590 46%, #f9e590 47%, #dbb653 90%, #dbb653 99%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		top: 0px !important;
		z-index: 100;
	}

	.game_container.top {
		grid-gap: 0px !important;
	}

	.game_container.bottom {
		grid-gap: 0px !important;
	}
}

@media (min-width: 1200px),
(min-width: 1400px),
(min-width: 2560px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1320px !important;
	}
}

@media (min-width: 2560px) {

	/*.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1320px !important;
	}*/
	.main-container {
		max-width: inherit !important;
	}
}

@media (min-width: 992px) {}

@media only screen and (max-width: 768px) {
	.line-text {
		font-size: 25px;
	}

	.bg-line {
		height: 9px;
		top: 40%;
	}

	.header-box .bx p {
		font-size: 13px;
		padding: 5px 1px;
	}

	.header-box .bx span {
		font-size: 25px;
	}

	.main-header .vip-card2 {
		padding-left: 1rem !important;
	}

	.main-container {
		background-image: url(../../assets/img/bg.png);
		background-attachment: fixed;
	}

	.table1 .rsize {
		width: auto;
	}

	.table1 .dsize {
		width: 34px;
	}

	.table2 .rsize {
		width: 70px;
	}

	.main-table table tr td:first-child,
	.rcolor,
	.main-table table tr th {
		font-size: 12px !important;
	}

	.dropdown-toggle span {
		display: none;
	}

	div#translation {
		right: -85px;
		top: auto;
		bottom: 50px;
	}

	div#translation .btn-lg img {
		width: 30px;
	}
}

/*IPhone portrait and smaller*/
@media (max-device-width: 320px) {
	.line-text {
		font-size: 20px;
	}

	.header-box .bx p {
		font-size: 11px;
		padding: 5px 0px;
	}
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	img.img-fluid.pt-5 {
		width: 160px;
	}

	.row.header-box.mt-5.g-0.p-0 {
		margin-top: 10px !important;
	}

	.mt-4.position-relative {
		margin-top: 10px !important;
	}

	.header-box .bx span {
		font-size: 20px;
		line-height: normal;
	}

	.header-box .bx p {
		margin-bottom: 0px;
	}

	.header-box .bx {
		padding-bottom: 0px;
	}
}

/*NEW VIP*/
.header-box .bx img {
	position: absolute;
	top: -1px;
	left: -0px;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.main-content .title-lines {
	position: relative;
	font-weight: 800;
	font-size: 30px;
	line-height: 48px;
	background: linear-gradient(to right, #dbb653 0%, #f9e590 46%, #dbb653 46%, #f9e590 46%, #f9e590 47%, #dbb653 90%, #dbb653 99%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-left: 10px;
}

.game_container.top {
	display: grid;
	grid-template-columns: auto auto auto auto auto;
	justify-content: center;
	align-items: center;
	grid-gap: 99px;
	padding-top: 0px;
}

.game_container.bottom {
	display: grid;
	grid-template-columns: 320px auto 320px;
	justify-content: center;
	align-items: center;
	grid-gap: 79px;
}

.main-footer-2 {
	margin-top: 50px;
	padding-bottom: 168px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 20px;
}

.main-footer .title-lines {
	padding-left: 0px;
}

.main-footer-2 .info_thumb {
	margin-bottom: 50px;
	background: linear-gradient(to bottom, rgba(37, 35, 29, 1) 0%, rgb(37 35 29 / 0%) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	height: 449px;
	padding: 30px 10px 10px 10px;
}

.main-footer-2 .info_thumb p {
	font-weight: 700;
	font-size: 17px;
	text-align: center;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.main-footer-2 .info_thumb span {
	font-weight: 700;
	font-size: 15px;
	text-align: center;
	background: linear-gradient(to right, #dbb653 0%, #f9e590 46%, #dbb653 46%, #f9e590 46%, #f9e590 47%, #dbb653 90%, #dbb653 99%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: capitalize;
	display: block;
}

.main-footer-2 .title-lines {
	position: relative;
	font-weight: 800;
	font-size: 30px;
	line-height: 48px;
	background: linear-gradient(to right, #dbb653 0%, #f9e590 46%, #dbb653 46%, #f9e590 46%, #f9e590 47%, #dbb653 90%, #dbb653 99%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-left: 10px;
}

.game_container.top img {
	padding-bottom: 20px;
}

.game_container.top .vertical_line {
	position: relative;
}

.game_container.top .vertical_line img {
	position: absolute;
	top: -180px;
}

.game_container.bottom img {
	padding-bottom: 20px;
}

.game_container.bottom .vertical_line {
	position: relative;
}

.game_container.bottom .vertical_line img {
	position: absolute;
	top: -180px;
}

.con1 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

table {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

table tr td {
	padding: 0;
	text-align: center;
	border: 1px #ffe4ba solid;
}

table tr td img {
	width: 100%;
	max-width: 100%;
}

.main-header .banner-log {
	padding-bottom: 80px;
	display: flex !important;
	justify-content: center;
}

/* .main-header .banner-log p {
	z-index: 100;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	position: absolute;
	top: 500px;
	right: 640px;
	line-height: 35px;
	color: #000;
	margin-left: auto;
	margin-right: auto;
} */

#banner-after-log {
	display: none;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	align-items: center;
	margin-top: 100px;
	gap: 100px
}

#banner-after-log>div {
	position: relative;
}

#banner-after-log .left {
	display: flex;
	justify-content: center;
	align-items: center;
}

#banner-after-log .right {
	display: flex;
	justify-content: center;
	align-items: end;
	height: 100%;
	position: relative;

}

#banner-after-log .right .trops {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
}

#banner-after-log .right .player-username {
	position: absolute;
	bottom: 8px;
	font-weight: bold;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	text-align: center;
}

#banner-after-log .right .vip-labels p {
	color: #FFDF9F;
	font-size: 22px;
	position: absolute;
	font-weight: bold;
}

#banner-after-log .right .vip-labels p.v1 {
	left: -44px;
	bottom: -25px;
}

#banner-after-log .right .vip-labels p.v2 {
	left: -36px;
	bottom: 61px;
}

#banner-after-log .right .vip-labels p.v3 {
	left: 5px;
	bottom: 149px;
}

#banner-after-log .right .vip-labels p.v4 {
	left: 93px;
	bottom: 220px;
}

#banner-after-log .right .vip-labels p.v5 {
	left: -99px;
	right: 0;
	bottom: 244px;
	text-align: center;
}

#banner-after-log .right .vip-labels p.v6 {
	right: -99px;
	left: 0;
	bottom: 244px;
	text-align: center;
}

#banner-after-log .right .vip-labels p.v7 {
	right: 93px;
	bottom: 220px;
}

#banner-after-log .right .vip-labels p.v8 {
	right: 5px;
	bottom: 149px;
}

#banner-after-log .right .vip-labels p.v8 {
	right: 5px;
	bottom: 149px;
}

#banner-after-log .right .vip-labels p.v9 {
	right: -36px;
	bottom: 61px;
}

#banner-after-log .right .vip-labels p.vkc {
	right: -68px;
	bottom: -25px;
}

.multigraph {
	width: 500px;
	height: 250px;

}

.multigraph:before {
	content: '';
	width: 500px;
	height: 249px;
	position: absolute;
	border: 8px solid #646464;
	border-radius: 300px 300px 0 0;
	border-bottom: none;
	margin-top: 1px;
}

.graph {
	width: 500px;
	height: 250px;
	position: absolute;
	overflow: hidden;

}

.graph:before,
.graph:after {
	width: 500px;
	height: 250px;
	position: absolute;
	top: 100%;
	border: 10px solid #ffdf9f;
	content: '';
	border-radius: 0 0 300px 300px;
	border-top: none;
	animation: demo 3s;
	transform-origin: center top;
}

.graph:after {
	transform: rotate(0deg);
}

.graph.level1:after {
	transform: rotate(2deg);
}

.graph.level2:after {
	transform: rotate(20deg);
}

.graph.level3:after {
	transform: rotate(40deg);
}

.graph.level4:after {
	transform: rotate(60deg);
}

.graph.level5:after {
	transform: rotate(80deg);
}

.graph.level6:after {
	transform: rotate(100deg);
}

.graph.level7:after {
	transform: rotate(120deg);
}

.graph.level8:after {
	transform: rotate(140deg);
}

.graph.level9:after {
	transform: rotate(160deg);
}

@keyframes demo {
	0% {
		transform: rotate(0deg)
	}

	50% {
		transform: rotate(180deg)
	}
}