@font-face {
	font-family: AscensionFont;
	src: url(rohnroundedmedium.ttf);
}


.video-container {
	height: 700px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.video-container video {
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

/* Just styling the content of the div, the *magic* in the previous rules */
.video-container .caption {
	z-index: 1;
	position: relative;
	text-align: center;
	color: #b17714;
	padding: 10px;
	vertical-align: middle;
	margin-top: 100px;
}


.home__content .headlogo {
	width: 550px;
}

@keyframes pulse {
  0% {
    text-shadow: 0 0 2px #1a0a00, 0 0 4px #1a0a00;
    transform: scale(1);
  }
  50% {
    text-shadow: 0 0 6px #b17714, 0 0 10px #b17714;
    transform: scale(1.05);
  }
  100% {
    text-shadow: 0 0 2px #1a0a00, 0 0 4px #1a0a00;
    transform: scale(1);
  }
}

	50% {
		text-shadow: #b17714 0px 0px 15px;
	}

	100% {
		text-shadow: rgba(255, 255, 255, 0.8) 0px 0px 5px;
	}
}

.online-header {
	text-align: center;
}

.online-header span {
	color: #b17714;
	font-size: 0.75rem;
}

.online-header h4 {
	font-size: 2rem;
}

.online-header h4.pulsing-text {
	animation: 1s ease 0s infinite normal none running pulse;
	color: #b17714;
}



.online-header2 {
	text-align: center;
}

.online-header2 span {
	color: #b17714;;
	font-size: 0.75rem;
    line-height: 100%;
}

.online-header2 h4 {
	font-size: 1.2rem;line-height: 100%; margin: inherit;
}

.online-header2 h4.pulsing-text {
	animation: 1s ease 0s infinite normal none running pulse;
	color: #b17714;line-height: 100%;
}




.h2-title {
	font-size: 2rem;
	animation: 1s ease 0s infinite normal none running pulse;
	color: #b17714;
	padding: 30px;
}

.modal-open {
	overflow: hidden;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	border: 2px solid rgba(255, 255, 255, 0.05);
	background: linear-gradient(150deg, rgba(0, 0, 0, 0.03) 30%, rgba(0, 0, 0, 0.01) 100%);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	margin: 0 auto;
	width: 100%;
	padding: 50px 60px;
	border-radius: 10px;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: rgba(0, 0, 0, 0.60)
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.modal-header {
	padding: 15px;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	margin: 0;
	font-size: 1.6rem !important;
	color: #b17714;
}

.modal-body {
	position: relative;
	padding: 15px;
}

.modal-footer {
	padding: 15px;
	text-align: right;
}

.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}

	.modal-sm {
		width: 300px;
	}
}

@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
}

.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
	display: table;
	content: " ";
}

.clearfix:after,
.modal-header:after,
.modal-footer:after {
	clear: both;
}


.modal__close {
	position: absolute;
	width: 52px;
	height: 52px;
	border-radius: 0 0 0 10px;
	top: 0;
	right: 0;
	z-index: 1;
	color: #b17714;
	border-left: 2px solid rgba(255, 255, 255, 0.05);
	border-bottom: 2px solid rgba(255, 255, 255, 0.05);
}

.fa-xmark {
	color: #561f1f;
}


/*==============================
	Screw
==============================*/
.screw {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	background: url("../img/screw.svg") no-repeat center;
	pointer-events: none;
	z-index: 2;
}

.screw--tl {
	top: 15px;
	left: 15px;
}

.screw--tr {
	top: 15px;
	right: 15px;
}

.screw--bl {
	bottom: 15px;
	left: 15px;
}

.screw--br {
	bottom: 15px;
	right: 15px;
}

.screw--big-tr {
	width: 67px;
	height: 67px;
	background: url("../img/screw--big-tr.svg") no-repeat center;
	top: 15px;
	right: 15px;
}

.screw--big-tl {
	width: 67px;
	height: 67px;
	background: url("../img/screw--big-tl.svg") no-repeat center;
	top: 15px;
	left: 15px;
}

.screw--big-br {
	width: 67px;
	height: 67px;
	background: url("../img/screw--big-br.svg") no-repeat center;
	bottom: 15px;
	right: 15px;
}

.screw--big-bl {
	width: 67px;
	height: 67px;
	background: url("../img/screw--big-bl.svg") no-repeat center;
	bottom: 15px;
	left: 15px;
}

.screw--lines-tl {
	width: 67px;
	height: 67px;
	background: url("../img/screw--lines-tl.svg") no-repeat center;
	top: 15px;
	left: 15px;
}

.screw--lines-tr {
	width: 67px;
	height: 67px;
	background: url("../img/screw--lines-tr.svg") no-repeat center;
	top: 15px;
	right: 15px;
}

.screw--lines-br {
	width: 67px;
	height: 67px;
	background: url("../img/screw--lines-br.svg") no-repeat center;
	bottom: 15px;
	right: 15px;
}

.screw--lines-bl {
	width: 67px;
	height: 67px;
	background: url("../img/screw--lines-bl.svg") no-repeat center;
	bottom: 15px;
	left: 15px;
}

.screw--footer {
	display: none;
}

.screw--tablet {
	display: none;
}

@media (min-width: 992px) {
	.screw--tablet {
		display: block;
	}
}

@media (min-width: 1400px) {
	.screw--footer {
		display: block;
		width: 67px;
		height: 67px;
	}

	.screw--footer-tl {
		background: url("../img/screw--lines-tl.svg") no-repeat center;
		top: 30px;
		left: 30px;
	}

	.screw--footer-tr {
		background: url("../img/screw--lines-tr.svg") no-repeat center;
		top: 30px;
		right: 30px;
	}

	.screw--footer-br {
		background: url("../img/screw--lines-br.svg") no-repeat center;
		bottom: 30px;
		right: 30px;
	}

	.screw--footer-bl {
		background: url("../img/screw--lines-bl.svg") no-repeat center;
		bottom: 30px;
		left: 30px;
	}
}

.card__price span {
	font-size: 0.8rem !important;
	text-align: center;
}

.about-content .bg-1 {
	background-image: url("../img/antihack.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 30px;
	padding-top: 30px;
}

.about-content .bg-2 {
	background-image: url("../img/playtowin.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 30px;
	padding-top: 30px;
}


.about-content .bg-3 {
	background-image: url("../img/battlepass.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 30px;
	padding-top: 30px;
}


.about-content .bg-4 {
	background-image: url("../img/pvpevent.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 30px;
	padding-top: 30px;
}

.home__btn2 {
	width: auto;
	min-width: 140px;
	height: 50px;
	border-radius: 12px;
	background-color: #130600;
    border-top: 1px solid #3a240f;
    border-bottom: 1px solid #3a240f;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #b17714;
	font-size: 14px;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	padding: 0 20px;
	margin-top: 0px;
	margin-right: 20px;
}

.main__link2 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #b17714;
	font-weight: 400;
	margin-bottom: 5px;
	margin-left: 20px;
	cursor: pointer;
}

.main__link2 svg {
	width: 22px;
	height: auto;
	fill: #b17714;
	margin-left: 5px;
	transition: fill 0.5s ease;
	margin-right: -3px;
}

.monsterkill img.logomonsterkill {
	display: inline !important;
	width: 18px !important;
}

.monsterkill img.monsterkillimage {
	width: 45px !important;
	display: inline !important;
}

.mkplayerinfo {
	color: #b17714;
}

.mkplayerinfo a {
	color: #b17714;
}

.monsterkill .card__title {
	display: block;
	width: 100%;
	color: #b17714;
	overflow: hidden;
	#b17714-space: normal;
	text-overflow: ellipsis;
	word-wrap: break-word;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 5px;
	transition: color 0.5s ease;
	padding: 0px !important;
}

.monsterkill .card__price .map {
	color: orange;
}

.monsterkillfull {
	font-size: 16px;
	color: #b17714;
	border-bottom: 1px outset #b17714;
	padding: 10px;
	font-family: 'Rajdhani', sans-serif;
}

.monsterkillfull img {
	width: 25px;
	border-radius: 50%;
}

.monsterkillfull .name {
	color: #b17714;
	font-weight: bold;
}

.monsterkillfull .monstername {
	font-weight: bold;
}

.monsterkillfull .map {
	color: #b17714;
	font-weight: bold;
}

.monsterkillfull .date {
	color: #b17714;
	font-weight: bold;
}

.sellers-list__author img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 20px !important;
	height: 20px;
	border-radius: 16px;
}

.fuck {
	width: 100% !important;
	display: inline-block;
}

img.rankings-class-tophome {
	width: 28px;
	border-radius: 50%;
	margin-left: 13px;
	margin-top: -12px;

}

img.logoguildhome {
	left: 25px;
}

img.logoguildhomeg1 {
	margin-left: 12px;
	margin-top: 0px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}

img.logoguildhomeg2 {
	margin-left: 10px;
	margin-top: 2px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}

img.logoguildhomeg3 {
	margin-left: 8px;
	margin-top: 3px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}

img.logoguildhomeg4 {
	margin-left: 8px;
	margin-top: 3px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}

img.logoguildhomeg5 {
	margin-left: 8px;
	margin-top: 3px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}

.ranking-home {
	width: 100%;
	min-height: 402px;
	color: #b17714;
	font-weight: 700;
	display: table;
	line-height: 27px;
}

.ranking-home tbody tr {
	border: 2px solid rgba(255, 255, 255, 0.05);

	backdrop-filter: blur(10px);
	margin-bottom: 10px;
	display: block;
	border-radius: 5px;
	padding: 5px;
}

.ranking-home tr:first-child {
	border: 2px solid rgba(255, 255, 255, 0.05);
	background-color: #561f1f;
	backdrop-filter: blur(10px);
	padding-bottom: 15px;
	padding-top: 15px;
}

.ranking-home tr td:first-child {
	width: 15%;
	text-align: center;
}

.ranking-home tr td.character-info-home {
	padding-left: 10px;
}

.ranking-home tr td p {
	margin-bottom: 0px !important;
}


.bgcharacterhome {
	width: 30%;
}


.ClassAvatar1 {
	position: absolute;
	top: calc(-23px / -2 - 5px);
	left: calc(-45px / -2);
	width: calc(50px + 40px);
	height: calc(32px + 30px);
	background-size: cover;
	background-position: 50%;
	z-index: -1;
	background-image: url(../img/rating_1.png);
}

img.rankings-class-tophome1 {
	width: 28px;
	border-radius: 50%;
	margin-left: 13px;
	margin-top: 0px;

}


.ClassAvatar2 {
	position: absolute;
	top: calc(-8px / -2 - 5px);
	left: calc(-45px / -2);
	width: calc(40px + 40px);
	height: calc(32px + 30px);
	background-size: cover;
	background-position: 50%;
	z-index: -1;
	background-image: url(../img/rating_2.png);
}

img.rankings-class-tophome2 {
	width: 28px;
	border-radius: 50%;
	margin-left: 7px;
	margin-top: 0px;

}


.ClassAvatar3 {
	position: absolute;
	top: calc(-8px / -2 - 5px);
	left: calc(-63px / -2);
	width: calc(20px + 40px);
	height: calc(32px + 30px);
	background-size: cover;
	background-position: 50%;
	z-index: -1;
	background-image: url(../img/rating_3.png);
}

img.rankings-class-tophome3 {
	width: 28px;
	border-radius: 50%;
	margin-left: 7px;
	margin-top: 0px;

}


.ClassAvatar4 {
	position: absolute;
	top: calc(-8px / -2 - 5px);
	left: calc(-63px / -2);
	width: calc(20px + 40px);
	height: calc(32px + 30px);
	background-size: cover;
	background-position: 50%;
	z-index: -1;
	background-image: url(../img/rating_10.png);
}

img.rankings-class-tophome4 {
	width: 28px;
	border-radius: 50%;
	margin-left: 7px;
	margin-top: 0px;

}

.ClassAvatar5 {
	position: absolute;
	top: calc(-8px / -2 - 5px);
	left: calc(-63px / -2);
	width: calc(20px + 40px);
	height: calc(32px + 30px);
	background-size: cover;
	background-position: 50%;
	z-index: -1;
	background-image: url(../img/rating_10.png);
}

img.rankings-class-tophome5 {
	width: 28px;
	border-radius: 50%;
	margin-left: 7px;
	margin-top: 0px;

}

.usercp {
	width: 100%;
}

.usercp li {
	border: 2px solid #3a240f;
	border-radius: 10px;
	height: 65px;
	padding: 5px;
	margin-bottom: 10px;
	text-shadow: 1px 1px 1px #000;
}

.usercp li:hover {
	transform: scale(1.05);
	background-color: #561f1f;
	border: 2px solid #000;
}

.usercp li img {
	width: 50px;
}


.usercp li a {
	height: 70px;
	color: #b17714;
	line-height: 100%;
}

.usercp li a p {
	display: inline-block;
	margin-bottom: 0px !important;
	vertical-align: middle;
	height: 50px;
	line-height: 120%;
	border-spacing: 0px;
	padding-top: 5px;
	color: #FFF;
	font-weight: bolder;
	letter-spacing: -1px;
}

.usercp li a p font {
	display: inline-block;
	margin-bottom: 0px !important;
	font-size: 10px;
	color: #b17714
}

.currencies {
	width: 100%
}

.currencies li {
	width: 100%;
	height: 40px;
	border-bottom: 1px outset #b17714;
	margin-bottom: 10px;
}

.currencies li img {
	margin-bottom: 5px;
}

.currencies a {
	float: right;
}

.currencies span {
	color: aquamarine;
	font-weight: bolder;
	line-height: 100%;
	font-size: 20px;
	padding-left: 5px;
	line-height: 30px;
}

.buycurrencies {
	width: 110px;
	text-align: center;
	border-radius: 12px;
	background-color: #130600;
    border-top: 1px solid #3a240f;
    border-bottom: 1px solid #3a240f;
	padding: 5px;
	color: #b17714;
	font-size: 13px;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
}

.buycurrencies:hover {
	color: #b17714;
	background-color: #561f1f;
}

.buycurrencies--true {
	background-color: #561f1f;
	color: #b17714;
}

.buycurrencies--true:hover {
	background-color: #130600;
    border-top: 1px solid #3a240f;
    border-bottom: 1px solid #3a240f;
	color: #561f1f;
}


.page-title {
	font-weight: bolder;
	font-size: 2rem;
	color: #b17714;
	padding: 20px;
	display: block;
}


.killerhomefix1 {
	margin-left: 16px !important;
}

.killerhomefix2 {
	margin-left: 10px !important;
}

.killerhomefix3 {
	margin-left: 10px !important;
}

.killerhomefix4 {
	margin-left: 10px !important;
}

.killerhomefix5 {
	margin-left: 10px !important;
}

@media only screen and (max-width: 768px) {

	/* For mobile phones: */
	.col-3 {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		flex: 0 0 100%;
	}

	.card-info-character {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		flex: 0 0 100%;
	}
}

.Char-info-header-table {
	width: 100%
}

.Char-info-header-table td.character-class span {
	font-size: 13px;
	margin-right: 5px;
	border-radius: 5px;
	font-weight: bolder;
	color: #b17714;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	padding: 5px;
	line-height: 30px;
	background-color: #884EA0;

}

.Char-info-header-table td a {
	display: block;
	font-size: 18px;
	font-weight: bolder;
	color: #b17714;
	text-align: center;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding-left: 5px;
	line-height: 30px;
}

.card-info-character {
	width: 300px;
	margin-left: 30px;
	margin-bottom: 30px;
	border-radius: 20px;
	background-color: #130600;
    border-top: 1px solid #3a240f;
    border-bottom: 1px solid #3a240f;
	padding: 5px;
	overflow: hidden;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 10px 0px;
	transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.info-char-small {
	margin-top: 10px;
	text-align: center;
}

.info-char-small span {
	display: inline-block;
	border-radius: 5px;
	font-size: 0.8rem;
	padding: 3px;
	margin-bottom: 10px;
	background-color: #b88223;
	color: azure
}


.card-info-character:hover {
	transform: scale(1.01);
}

.card-info-character .top-section {
	height: 180px;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	background-color: #130600;
    border-top: 1px solid #3a240f;
    border-bottom: 1px solid #3a240f;
	position: relative;
}


.card-info-character .top-section .border {
	border-bottom-right-radius: 10px;
	height: 40px;
	width: 160px;
	background: #b17714;
	background-color: #130600;
    border-top: 1px solid #3a240f;
    border-bottom: 1px solid #3a240f;
	position: relative;
	transform: skew(-40deg);
	box-shadow: -10px -10px 0 0 #130600;
}

.card-info-character .top-section .border::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	top: 0;
	right: -15px;
	background: rgba(255, 255, 255, 0);
	border-top-left-radius: 10px;
	box-shadow: -5px -5px 0 2px #130600;
}

.card-info-character .top-section::before {
	content: "";
	position: absolute;
	top: 30px;
	left: 0;
	background: rgba(255, 255, 255, 0);
	height: 15px;
	width: 15px;
	border-top-left-radius: 15px;
	box-shadow: -5px -5px 0 2px #130600;
}


.card-info-character .top-section .icons {
	position: absolute;
	top: 0;
	width: 100%;
	height: 30px;
	display: inline-block;
	justify-content: space-between;
}

.card-info-character .top-section .icons .logo {
	height: 100%;
	padding: 7px 0 7px 15px;
}

.card-info-character .top-section .icons .logo .top-section {
	height: 100%;
}

.card-info-character .top-section .icons .social-media {
	height: 100%;
	padding: 8px 15px;
	display: flex;
	gap: 7px;
}

.card-info-character .top-section .icons .social-media .svg {
	height: 100%;
	fill: #130600;
}

.card-info-character .top-section .icons .social-media .svg:hover {
	fill: #b17714;
}

.card-info-character .bottom-section {
	margin-top: 15px;
	padding: 10px 5px;
}

.card-info-character .bottom-section .title {
	display: block;
	font-size: 17px;
	font-weight: bolder;
	color: #b17714;
	text-align: center;
	letter-spacing: 2px;
}

.card-info-character .bottom-section .row {
	display: flex;
	justify-content: space-between;
}

.card-info-character .bottom-section .row .item {
	flex: 30%;
	text-align: center;
	padding: 5px;
	color: rgba(170, 222, 243, 0.721);
}

.card-info-character .bottom-section .row .item .big-text {
	font-size: 12px;
	display: block;
}

.card-info-character .bottom-section .row .item .regular-text {
	font-size: 9px;
}

.breadcrumb {
	text-transform: uppercase;
	border: 1px solid #3a240f;
	border-radius: 10px;
	height: 50px;
	vertical-align: bottom;
	alignment-baseline: bottom;
	padding-left: 30px;
}

.breadcrumb li {
	font-size: 1rem !important;
}


.ranking-button-main {
	width: 230px;
	border-radius: 20px;
	background: #130600;
    border-top: 1px solid #3a240f;
    border-bottom: 1px solid #3a240f;
	padding: 5px;
	overflow: hidden;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 20px 0px;
	transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	display: inline-block;
}

.ranking-button-main:hover {
	transform: scale(1.05);
}

.ranking-button-main .top-section {
	height: 80px;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	background: linear-gradient(45deg, rgb(4, 159, 187) 0%, rgb(80, 246, 255) 100%);
	position: relative;
}











.ranking-button-main .top-section .icons .logo .top-section {
	height: 100%;
}

.ranking-button-main .top-section .icons .social-media {
	height: 100%;
	padding: 8px 15px;
	display: flex;
	gap: 7px;
}

.ranking-button-main .top-section .icons .social-media .svg {
	height: 100%;
	fill: #130600;
}

.ranking-button-main .top-section .icons .social-media .svg:hover {
	fill: #b17714;
}

.ranking-button-main .bottom-section {
	margin-top: 15px;
	padding: 10px 5px;
}

.ranking-button-main .bottom-section .title {
	display: block;
	font-size: 17px;
	font-weight: bolder;
	color: #b17714;
	text-align: center;
	letter-spacing: 2px;
}

.ranking-button-main .bottom-section .row {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.ranking-button-main .bottom-section .row .item {
	flex: 30%;
	text-align: center;
	padding: 5px;
	color: rgba(170, 222, 243, 0.721);
}

.ranking-button-main .bottom-section .row .item .big-text {
	font-size: 12px;
	display: block;
}

.ranking-button-main .bottom-section .row .item .regular-text {
	font-size: 9px;
}

.ranking-button-main .bottom-section .row .item:nth-child(2) {
	border-left: 1px solid rgba(255, 255, 255, 0.126);
	border-right: 1px solid rgba(255, 255, 255, 0.126);
}

.rankings-class-filter {
	display: inline-block;
	list-style-type: none;
	margin: 20px auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	font-family: var(--tg-heading-font-family);

}

.rankings-class-filter li {
	display: inline-block;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-bottom: 10px;
	margin-right: 25px;
}

.rankings-class-filter li a {
	text-decoration: none;
	color: #FFF;
}

.rankings-class-filter-selection {
	display: inline-block;
	width: 75px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	cursor: pointer;
}

.rankings-class-filter-selection:hover {
	color: #561f1f !important;
}

.rankings-class-filter-selection:hover img {
	-webkit-filter: brightness(120%);
	filter: brightness(120%);
}

.rankings-class-filter-selection img {
	width: 62px;
	height: auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
	margin-bottom: 5px;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
	filter: grayscale(100%);
	margin-top: 32px;
}

.rankings-class-filter-selection span {
	display: block;
	background-image: url(../img/right-panel-bg.png);
	width: 98px;
	height: 108px;
	position: relative;
	transition: 0.3s;
	margin: 0 auto;
	filter: brightness(100%) drop-shadow(0px 10px 20px rgba(81, 87, 156, 0.8));
}

.rankings-class-filter-selection span:hover {
	background-image: url(../img/right-panel-bg-hover.png);
}


.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
	overflow-x: hidden;
	overflow-y: hidden;
	float: right;
}

.pagination>li {
	display: inline;
	margin-right: 15px;
}

.pagination>li>a,
.pagination>li>span {
	margin-right: 15px;
	position: relative;
	float: left;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 10px;
	background-color: #130600;
    border-top: 1px solid #3a240f;
    border-bottom: 1px solid #3a240f;
	font-size: 14px;
	color: #b17714;
	font-weight: 400;
	font-family: 'Inter', sans-serif;

}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	z-index: 2;
	color: #23527c;
	background-color: #b17714;
	border-color: #b17714;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 3;
	color: #b17714;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
	color: #777777;
	cursor: not-allowed;
	background-color: #130600;
    border-top: 1px solid #3a240f;
    border-bottom: 1px solid #3a240f;
	border-color: #b17714;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.progreso-quest {
	width: 25%;
}

.progreso-quest .progress {
	width: 100% !important;
	height: 20px;
	margin-top: 15px;
}

table.table-migration {
	margin-bottom: 50px;
	width: 100%;
}

table.rakings-deidad-customs {
	width: 100%;
	border-collapse: collapse;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

table.rakings-deidad-customs td .medal {
	width: 30px;
}

table.rakings-deidad-customs td a {
	color: #f39d0b;
	font-weight: bold;
}

table.rakings-deidad-customs th,
table.rakings-deidad-customs td {
	padding: 15px;

	background-color: #130600;
    border-top: 1px solid #3a240f;
    border-bottom: 1px solid #3a240f;
	color: #b17714;
}

table.rakings-deidad-customs th {
	text-align: left;
}

table.rakings-deidad-customs tbody {
	tr {
		border-bottom: 1px inset rgb(112, 123, 124, 0.10);
	}
}

table.rakings-deidad-customs thead {
	th {
		background-color: rgba(26, 10, 0, 0.30);
border-top: 1px solid #3a240f;
border-bottom: 1px solid #3a240f;
	}
}


.nft {
	user-select: none;
	max-width: 300px;
	margin: 5rem 5rem 0 0;
	border: 1px solid #b1771422;
	background-color: #282c34;
	background: linear-gradient(0deg, #282c34 0%, rgba(17, 0, 32, 0.5) 100%);
	box-shadow: 0 7px 20px 5px #00000088;
	border-radius: 0.7rem;
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
	overflow: hidden;
	transition: 0.5s all;
	float: left;
	margin-left: 30px;
}


.nft table {
	user-select: none;
	border: 1px solid #b1771422;
	background-color: #282c34;
	background: linear-gradient(0deg, #282c34 0%, rgba(17, 0, 32, 0.5) 100%);
	box-shadow: 0 7px 20px 5px #00000088;
	border-radius: 0.7rem;
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
	overflow: hidden;
	transition: 0.5s all;
}


.nft table td {
	color: #b17714
}

.nft hr {
	width: 100%;
	border: none;
	border-bottom: 1px solid #b1771455;
	margin-top: 0;
}

.nft ins {
	text-decoration: none;
}

.nft .main {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 1rem;
}

.nft .main h2 {
	font-size: 20px;
	color: #b17714;
}

.nft .main .tokenImage {
	border-radius: 0.5rem;
	max-width: 100%;
	height: 200px;
	object-fit: cover;
}

.nft .main .description {
	margin: 0.5rem 0;
	color: #a89ec9;
}

.nft .main .tokenInfo {
	justify-content: space-between;
	align-items: center;
}

.nft .main .tokenInfo .price {
	align-items: center;
	color: #ee83e5;
	font-weight: 700;
	font-size: 30px !important;
}

.nft .main .tokenInfo .price p {
	font-size: 26px !important;
	font-weight: bold;
}

.nft .main .tokenInfo .price ins {
	margin-left: -0.3rem;
	margin-right: 0.5rem;
}

.nft .main .tokenInfo .duration {
	display: flex;
	align-items: center;
	color: #a89ec9;
	margin-right: 0.2rem;
}

.nft .main .tokenInfo .duration ins {
	margin: 0.5rem;
	margin-bottom: 0.4rem;
}

.nft .main .creator {
	align-items: center;
	margin-top: 0.2rem;
	margin-bottom: 50px;
	;
}

.nft .main .creator ins {
	color: #a89ec9;
	text-decoration: none;
}

.nft .main .creator .wrapper {
	align-items: center;
	border: 1px solid #b1771422;
	padding: 0.3rem;
	margin: 0;
	margin-right: 0.5rem;
	border-radius: 100%;
	box-shadow: inset 0 0 0 4px #000000aa;
}

.nft .main .creator .wrapper img {
	border-radius: 100%;
	border: 1px solid #b1771422;
	width: 2rem;
	height: 2rem;
	object-fit: cover;
	margin: 0;
}

.nft ::before {
	position: fixed;
	content: "";
	box-shadow: 0 0 100px 40px #b1771408;
	top: -10%;
	left: -100%;
	transform: rotate(-45deg);
	height: 60rem;
	transition: 0.7s all;
}

.nft:hover {
	border: 1px solid #b1771444;
	box-shadow: 0 7px 50px 10px #000000aa;
	transform: scale(1.015);
	filter: brightness(1.3);
}

.nft:hover ::before {
	filter: brightness(0.5);
	top: -100%;
	left: 200%;
}

.bg {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.bg h1 {
	font-size: 20rem;
	filter: opacity(0.5);
}

.manualpayment table {
	width: 50%;
	color: #b17714;
}

.manualpayment h2,
.manualpayment h3 {
	color: #b17714;
}

.imgfixcharacters img {
	width: 40px;
}

.migration-btn {
	width: auto;
	min-width: 140px;
	height: 50px;
	border-radius: 12px;
	background-color: #561f1f;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #b17714;
	font-size: 14px;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	padding: 0 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.migration-btn-completed {
	width: auto;
	min-width: 140px;
	height: 50px;
	border-radius: 12px;
	background-color: cadetblue;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #b17714;
	font-size: 14px;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	padding: 0 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.migration-btn-disabled {
	width: auto;
	min-width: 140px;
	height: 50px;
	border-radius: 12px;
	background-color: #561f1f;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #b17714;
	font-size: 14px;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	padding: 0 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	filter: grayscale(1);
}


.donation-btn {
	width: auto;
	min-width: 140px;
	height: 50px;
	border-radius: 12px;
	background-color: #130600;
    border-top: 1px solid #3a240f;
    border-bottom: 1px solid #3a240f;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #b17714;
	font-size: 14px;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	padding: 0 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.downloadBlock-content {
	padding-top: 40px;
	padding-bottom: 20px
}

.downloadBlock {
	background-size: cover;
	max-width: 560px;
	width: 100%;
	padding: 40px 30px 55px;
	margin: 0 auto;
	margin-bottom: 30px;
	text-decoration: none
}

.downloadBlock-title {
	display: block;
	color: #b17714;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 35px
}

.downloadBlock-title span {
	color: #b17714
}

.downloadBlock-text {
	color: #b17714;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 35px
}

.downloadBlock-button {
	text-align: center
}

.d-button {
	display: block;
	width: 155px;
	height: 105px;
	text-align: center;
	padding-top: 78px;
	font-size: 13px;
	font-weight: 600
}

.d-button.googleButton {
	background: url(../img/google-img.png) center top 20px no-repeat;
	background-color: #453b90;
	color: #b17714
}

.d-button.googledriveButton {
	background: url(../img/google-img.png) center top 20px no-repeat;
	background-color: #453b90;
	color: #b17714
}

.d-button.dropboxButton {
	background: url(../img/dropbox-img.png) center top 20px no-repeat;
	background-color: #1a0a00;
	color: #696868
}

.d-button.megaButton {
	background: url(../img/mega-img.png) center top 20px no-repeat;
	background-color: #1a0a00;
	color: #b17714
}

.d-button.media-fireButton {
	background: url(../img/media-fire.png) center top 20px no-repeat;
	background-color: #1a0a00;
	color: #b17714
}

.d-button:hover {
	transform: scale(1.1);
	color: #b17714
}

.drivers {
	margin-bottom: 80px
}

.drivers span {
	display: block;
	text-align: center;
	color: #b17714;
	font-size: 15px;
	margin-bottom: 20px
}

.mirror-title {
	color: #b17714;
	font-size: 15px;
	font-weight: 600;
	display: block;
	text-align: center;
	margin-bottom: 60px
}

.mirrorBlock {
	text-align: center;
	margin-bottom: 65px
}

.mirrorBlock p {
	color: #b17714;
	font-weight: 600;
	margin-bottom: 20px
}

.mirrorBlock p span {
	color: #a97fff
}

@media only screen and (max-width: 768px) {
	.home__content .headlogo {
		width: 350px;
	}

	.video-container video {
		display: none;

	}

	.video-container {
		height: 400px;
	}

	.video-container .caption {
		z-index: 1;
		position: relative;
		text-align: center;
		color: #b17714;
		padding: 10px;
		vertical-align: middle;
		margin-top: 0px;
	}

	.home {
		background: url(../img/body-bg-mobile.png) no-repeat bottom center / cover;
	}

}


.vs-sidebox.bg-major-black {
    border: 1px solid #3a240f;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 0 5px rgba(58, 36, 15, 0.1);
}

.widget-redes {
    background-color: transparent;
    border: 2px solid #3a240f;
    border-radius: 10px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 10px;
    transition: box-shadow 0.3s ease;
}

.widget-redes:hover {
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.4);
}

.widget-redes a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #b17714;
    font-weight: bold;
    font-size: 16px;
}

.widget-redes img {
    width: 32px;
    height: 32px;
    filter: brightness(1.2);
}

.vs-sidebox.bg-major-black {
    border: 1.5px solid #3a240f;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 0 6px rgba(58, 36, 15, 0.1);
}

.ranking-button-main .top-section .icons .logo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 6px 12px;
    color: #b17714;
    font-weight: bolder;
    text-shadow: 1px 1px 2px #000000, 0 0 5px #3a240f;
    background-color: transparent;
    text-align: center;
}

.ranking-button-main .top-section .icons .logo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 6px 12px;
    color: #b17714;
    font-weight: bolder;
    text-shadow: 1px 1px 2px #000000, 0 0 5px #3a240f;
    background-color: transparent;
    text-align: center;
}