/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css?family=Oxanium:400,500,600,700,800|Poppins:400,400i,500,500i,600,600i,700&display=swap');
@font-face {
    font-family: 'grinddemolished';
    src: url('../fonts/grind_demolished-webfont.woff2') format('woff2'),
         url('../fonts/grind_demolished-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*html{
    scrollbar-color:#666 #201c29;
}
html::-webkit-scrollbar{
    width:16px;
    height:16px
}
html::-webkit-scrollbar-thumb{
    background:#434343;
    border-radius:16px;
    box-shadow:inset 2px 2px 2px hsla(0,0%,100%,.25),inset -2px -2px 2px rgba(0,0,0,.25)
}
html::-webkit-scrollbar-track{
    background:linear-gradient(90deg,#434343,#434343 1px,#111 0,#111)
}*/
html{
    scrollbar-color:#666 #201c29;
}
html::-webkit-scrollbar{
    width:6px;
    height:16px
}
html::-webkit-scrollbar-thumb{
    background:#e4a101;
}
html::-webkit-scrollbar-track{
    background:linear-gradient(90deg,#434343,#434343 1px,#111 0,#111)
}
body {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	font-weight: 500;
	color: #d4d4d4;
	background-color:#1b1521;
	background-color:#0c0b0d;
	background-color:#141315;
	background-image: url(../img/bg/overlay.png);
    background-position: center;
    background-size: 100%;
	user-select:none;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.btn:focus,
.button:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #2B96CC;
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Oxanium', cursive;
	color: #fff;
	margin-top: 0px;
	font-style: normal;
	font-weight: 800;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 15px;
	font-weight: 500;
	line-height: 28px;
	color: #cbcbcb;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
/* button style */
.btn {
	-moz-user-select: none;
	border: medium none;
	border-radius: 5px;
	color: #1c1121;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 0;
	padding: 20px 44px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
	z-index: 1;
}
.btn:hover {
	color: #1c1121;
}
.btn::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	background-image: url(../img/images/btn_overlay.png);
	width: 100%;
	height: 55px;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
	z-index: -1;
	transition: .3s linear;
}
.btn:hover::before {
	bottom: 0;
}
.btn i {
	margin-right: 5px;
}
.btn.transparent-btn {
	border: 2px solid #9f999d;
	background: transparent;
	color: #fff;
}
.btn.transparent-btn:hover {
	border: 2px solid #e4a101;
	color: #1c1121;
}
.btn.transparent-btn::before {
	display: none;
}
.btn.btn-style-two {
	background: transparent;
	padding: 20px 35px;
	margin: 0 8px;
}
.btn.btn-style-two::before {
	content: "";
	position: absolute;
	right: -13px;
	top: 0;
	height: 100%;
	width: 5px;
	transform: skewX(-16deg);
	z-index: 1;
	opacity: 1;
	background-image: none;
	bottom: 0;
	border-radius: 0;
	left: auto;
	background-color: #e4a101;
}
.btn.btn-style-two::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transform: skewX(-16deg);
	z-index: -1;
	opacity: 1;
	background-image: none;
	bottom: 0;
	border-radius: 0;
	left: auto;
	background-color: #e4a101;
}
.btn.btn-style-two:hover::before {
	right: 0;
}
.breadcrumb > .active {
	color: #888;
}

/* scrollUp */
#scrollUp {
	background: #E4A101;
	height: 40px;
	width: 40px;
	right: 50px;
	bottom: 50px;
	color: #1c1121;
	text-align: center;
	border-radius: 0;
	font-size: 22px;
	line-height: 38px;
}
#scrollUp:hover {
	background: #444;
	color: #fff;
}


/* 2. Header */
.header-separator {
	width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #ff000000 , #7b5700, #ff000000);
    box-shadow: 0px 0px 14px 1px #000000;
	position: absolute;
	bottom: 0;
}
.sticky-menu .header-separator{
	height: 1.1px;
}
.header-bg {
    background-image: url(../img/bg/header_bg.jpg);
    background-position: right center;
    background-size: cover;
}
.header-top-area {
	background: #1c1121;
}
.container-full-padding {
	padding: 0 260px;
}
.s-container-full-padding {
	padding: 0 230px;
}
.header-top-offer {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.header-top-offer p,
.time-count {
	margin-bottom: 0;
	font-size: 13px;
	font-weight: 600;
	color: #a5a5a5;
}
.header-top-offer .time-count {
	display: none;
}
.header-top-offer .time-count:first-child {
	display: block;
}
.header-top-offer .time-count > span {
	display: inline-block;
	padding: 16px 25px;
	font-weight: 900;
	font-size: 18px;
	color: #1c1121;
	position: relative;
	z-index: 1;
}
.header-top-offer .time-count > span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url(../img/images/offer_count_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1;
}
.logo-header{
	position: absolute;
    background: url(../img/logo/logo.png);
    background-size: 100% 100%;
    width: 500px;
    height: 330px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    transition: 2ms;
}
.sticky-menu .logo-header{
	background: url(../img/logo/logo2.png);
    background-size: 100% 100%;
    width: 500px;
    height: 330px;
    top: -98px;
}
.header-top-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header-social ul {
	display: flex;
	flex-wrap: wrap;
}
.header-social ul li {
	margin-left: 15px;
	display: inline-block;
}
.header-social ul li:first-child {
	margin-left: 0;
}
.header-social ul li a {
	color: #b4b0b5;
	font-size: 13px;
}
.header-social ul li a:hover,
.header-top-mail p span,
.header-top-mail p i,
ul.minicart .cart-content a:hover,
.navbar-wrap ul li .submenu li.active > a,
.navbar-wrap ul li .submenu > li:hover > a,
.minicart .del-icon > a,
#search-modal .modal-dialog .modal-content form button,
.slider-content h6,
.slider-content h2 span,
.section-title h2 span,
.latest-games-content h4 a:hover,
.latest-games-content h4 span,
.latest-games-content p span,
.latest-games-active.owl-carousel .owl-nav button:hover,
.product-active .slick-arrow:hover,
.testimonial-active.owl-carousel .owl-nav button:hover,
.match-team-name a:hover,
.coming-match-info h5 span,
.tournament-schedule-content h3 span,
.tournament-schedule-content h3 a:hover,
.coming-match-time .time-count span,
.tournament-menu button.active,
.tournament-schedule-meta h5 span,
.tournament-schedule-meta a,
.product-content h4 a:hover,
.blog-post-content h5 a:hover,
.product-price h5,
.product-cart-action a,
.blog-meta ul li i,
.testi-avatar-info span,
.features-item .features-list-content .product-tag a,
.features-list-content h6 a:hover,
.newsletter-form-grp i,
.newsletter-form button:hover,
.fw-link ul li a:hover,
.copyright-text p a {
	color: #e4a101;
}
.header-top-action ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.header-top-mail p {
	margin-bottom: 0;
	font-size: 12px;
	color: #bcbcbc;
}
.header-top-mail p a {
	color: #bcbcbc;
}
.header-top-action {
	margin-left: 20px;
}
.header-top-action ul li:last-child {
	margin-left: 15px;
	overflow: hidden;
}
.header-top-mail p span {
	display: inline-block;
	margin-right: 15px;
}
.header-top-mail p i {
	margin-right: 10px;
}
.header-user-login > a {
	display: block;
	background: #181719;
	color: #edeaea;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 0 0 2px 2px;
	height: 35px;
	line-height: 35px;
	padding: 0 18px 0 0;
	border-top: 1px solid #e4a101;
}
.header-user-login > a i {
	display: inline-block;
	width: 40px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 15px;
	color: #1c1121;
}
.main-header {
	background-image: url(../img/bg/header_bg.jpg);
	background-position: right center;
	background-size: cover;
	position: relative;
}
.main-menu nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.navbar-wrap {
	display: flex;
	flex-grow: 1;
}
.navbar-wrap ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: auto;
}
.navbar-wrap ul li {
	position: relative;
}
.navbar-wrap ul li a {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #edeaea;
	padding: 43px 26px;
	display: block;
	line-height: 1;
	position: relative;
	z-index: 1;
	font-family: 'Oxanium', cursive;
}
.navbar-wrap ul li.show a::before,
.navbar-wrap ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transform: skewX(-10deg);
	z-index: -1;
	right: 0;
	margin: 0 auto;
	opacity: 0;
}
.navbar-wrap ul li.show a::after,
.navbar-wrap ul li.active a::after,
.navbar-wrap ul li:hover > a::after {
	content: "";
	position: absolute;
	height: 3px;
	background: #e4a101;
	right: 40px;
	left: 0;
	bottom: 0;
}
.navbar-wrap ul li:hover > a {
	color: #1c1121;
}
.navbar-wrap ul li.show,
.navbar-wrap ul li.show a::before,
.navbar-wrap ul li:hover > a::before {
	opacity: 1;
}
.navbar-wrap ul li.show > a {
	color: #1c1121;
}
.navbar-wrap ul li.active > a::before {
	opacity: 1;
}
.header-action > ul {
	display: flex;
	align-items: center;
	margin-left: 20px;
}
.header-action > ul li {
	position: relative;
	margin-left: 40px;
}
.header-action ul li:first-child {
	margin-left: 0;
}
.header-action ul li a {
	color: #edeaea;
	font-size: 14px;
}
.header-discord i{
	margin-right:2px;
	font-weight: normal;
	
}
.menu-style-two .navbar-wrap ul li.show a::after,
.menu-style-two .navbar-wrap ul li:hover > a::after {
	display: none;
}
.menu-style-two {
	padding: 28px 30px;
	position: relative;
}
.transparent-header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	z-index: 9;
}
.s-header-top-area .header-top-offer .time-count > span {
	padding: 9px 25px;
}
.menu-style-two .navbar-wrap ul li a {
	padding: 15px 23px;
}
.menu-style-two .navbar-wrap ul li.show a::before,
.menu-style-two .navbar-wrap ul li a::before {
	transform: skewX(-16deg);
	transition: .3s linear;
}
.s-header-top-area {
	background: #131014;
}
.navbar-wrap ul li > .submenu {
	position: absolute;
	z-index: 9;
	background-color: #fff;
	border-radius: 0;
	border: none;
	-webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	display: block;
	left: -9px;
	opacity: 0;
	padding: 18px 0;
	right: 0;
	top: 100%;
	visibility: hidden;
	min-width: 230px;
	border: 1px solid #3a2746;
	background: #1c1421;
	box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
	margin: 0;
	border-radius: 2px;
	transform: scale(1 , 0);
	transform-origin: 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li > .submenu li {
	margin-left: 0;
	text-align: left;
	display: block;
}
.navbar-wrap ul li > .submenu li a {
	padding: 0 10px 0 25px;
	line-height: 40px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li:hover > .submenu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.navbar-wrap ul li > .submenu li a::before,
.navbar-wrap ul li > .submenu li a::after {
	display: none;
}
.sticky-menu {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background-image: url(../img/bg/header_bg.jpg);
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    border-radius: 0;
    padding: 0;
}
.t-header-top-area .header-top-social ul {
    display: flex;
    align-items: center;
}
.t-header-top-area .header-top-social ul li:first-child {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-family: 'Oxanium', cursive;
    line-height: 1;
    letter-spacing: 2px;
    margin-right: 5px;
}
.t-header-top-area .header-top-social ul li + li {
	margin-left: 10px;
}
.t-header-top-area .header-top-social ul li a {
    background-image: url(../img/bg/header_social_bg.jpg);
    display: block;
    width: 38px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 4px;
    box-shadow: rgb(0 0 0 / 35%) 0px 3px 7px 0px;
    color: #ff4800;
    font-size: 12px;
}
.t-header-top-area .header-top-login ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.t-header-top-area .header-top-login ul li.or {
    margin: 0 10px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Oxanium', cursive;
}
.t-header-top-area .header-top-login ul li a {
    display: block;
    background: #23262d;
    text-transform: uppercase;
    color: #cfcdcd;
    font-weight: 700;
    font-size: 11px;
    font-family: 'Oxanium', cursive;
    padding: 2px 23px 2px 7px;
    border-top: 2px solid #2a2b37;
	border-bottom: 2px solid #2a2b37;
	border-radius: 3px;
  	box-shadow: rgb(0 0 0 / 35%) 0px 3px 7px 0px;
}
.t-header-top-area .header-top-login ul li a i {
    width: 29px;
    height: 25px;
    box-shadow: 0px 3px 7px 0px rgba(128, 18, 40, 0.2), inset 0px 3px 7px 0px rgba(56, 17, 33, 0.4);
    text-align: center;
    line-height: 25px;
    background: #1d1e29;
    margin-right: 15px;
    color: #ff4800;
}
.t-header-top-area .header-top-login ul li a:hover {
	color: #ff4800;
}
.t-header-top-area {
    background: transparent;
    padding: 14px 0;
    border-bottom: 1px solid rgb(50 49 49 / .7);
}
.custom-container {
    max-width: 1330px;
}
.custom-container-two {
    max-width: 1430px;
}
.header-bottom-bg {
    background-image: url(../img/bg/header_bottom_bg.png);
    position: absolute;
    left: 0;
    bottom: -5px;
    right: 0;
    width: 1499px;
    height: 28px;
    margin: 0 auto;
    z-index: -1;
}

/* 3. Search modal */
#search-modal {
	background-color: rgba(23,26,33,.95);
}
#search-modal .modal-dialog {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	border: none;
	outline: 0;
	margin: 0;
}
#search-modal .modal-dialog .modal-content {
	background: 0 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
}
#search-modal .modal-dialog .modal-content form {
	width: 555px;
	position: relative;
}
#search-modal .modal-dialog .modal-content form input {
	width: 100%;
	font-size: 36px;
	border: none;
	border-bottom: 3px solid rgba(255,255,255,.1);
	background: 0 0;
	color: #fff;
	padding-bottom: 12px;
	padding-right: 40px;
}
#search-modal .modal-dialog .modal-content form input::-moz-placeholder {
	font-size: 35px;
}
#search-modal .modal-dialog .modal-content form input::placeholder {
	font-size: 35px;
}
#search-modal .modal-dialog .modal-content form button {
	position: absolute;
	right: 0;
	margin-bottom: 3px;
	font-size: 30px;
	background: 0 0;
	border: none;
	cursor: pointer;
	top: 11px;
}
.modal-backdrop {
	z-index: 1;
}
.modal-open .header-top {
	z-index: 2;
}
.btn,
.header-user-login > a i,
.navbar-wrap ul li a::before,
.header-discord a span,
.lg-tag a::before,
.product-content .product-tag a::before,
.tournament-menu button::before,
.tournament-schedule-meta a:hover,
.product-cart-action a:hover,
.newsletter-form button,
.footer-newsletter button,
.transparent-btn:hover,
.fw-title h5::before,
.features-item .product-tag a::before,
.shop-area.black-bg .product-cart-action a:hover,
.latest-match-box .tournament-schedule-meta a:hover,
.features-item .features-list-content .product-tag a:hover::before {
	background: #e4a101;
}

/* 4. Breadcrumb */
.breadcrumb-bg {
	background-image: url(../img/bg/breadcrumb_bg.jpg);
	margin-top: 100px;
    padding-top: 250px;
    padding-bottom: 25px;
	background-position: center;
	background-size: cover;
}
.breadcrumb-separator{
	width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #ff000000 , #7b5700, #ff000000);
    box-shadow: 0px 0px 14px 1px #000000;
}
.breadcrumb-content h2 {
	font-size: 70px;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: .8;
}
.breadcrumb-content .breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
	justify-content: center;
}
.breadcrumb-content .breadcrumb li {
	text-transform: uppercase;
	font-weight: 600;
	color: #f2a900;
}
.breadcrumb-content h2 span {
	display: block;
    color: #f2a900;
	transform: skewX(-20deg);
    text-shadow: 2px 1px 0px #686868;
}
.breadcrumb-content .breadcrumb li a {
	color: #fff;
}
.breadcrumb-content .breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	padding-left: .5rem;
	color: #fff;
	content: "\f101";
	font-weight: 600;
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
}
.game-overview-breadcrumb .breadcrumb-content .breadcrumb {
	justify-content: flex-start;
	margin-bottom: 25px;
}
.game-overview-img {
	margin-left: -100px;
}
.game-overview-status ul li {
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
}
.game-overview-status ul li:last-child {
	margin-bottom: 0;
}
.game-overview-status {
	margin-bottom: 40px;
}
.game-overview-status ul li span {
	min-width: 115px;
	display: inline-block;
	color: #fff;
}
.game-overview-status ul li:first-child {
	color: #e9a301;
}
.game-overview-breadcrumb .breadcrumb-content h2 {
	margin-bottom: 36px;
}
.game-overview-breadcrumb.breadcrumb-bg {
	padding-top: 225px;
	padding-bottom: 120px;
}


/* 5. Slider */
.slider-bg {
	background-image: url(../img/slider/slider_bg.jpg);
	background-position: center;
	background-size: cover;
	padding: 260px 0;
}
.slider-content h6 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 25px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	padding: 0 18px;
}
.slider-content h6::before {
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	display: inline-block;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 135px 5px 0;
	border-color: transparent #fff transparent transparent;
}
.slider-content h6::after {
    content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	display: inline-block;
	transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 135px;
    border-color: transparent transparent transparent #fff;
}
.slider-content h2 {
	font-size: 100px;
	font-weight: 800;
	line-height: .9;
	margin-bottom: 12px;
	letter-spacing: -3px;
	text-transform: uppercase;
}
.slider-content h2 .word1 > span {
	color: #fff;
}
.slider-content p {
	font-weight: 600;
	color: #ededed;
	width: 73%;
	margin: 0 auto 40px;
	font-size: 18px;
	line-height: 1.6;
}
.slider-style-two {
	background-image: url(../img/slider/slider_bg02.jpg);
	padding: 290px 0 190px;
	position: relative;
	z-index: 1;
}
.slider-style-two .slider-content h6::before,
.slider-style-two .slider-content h6::after {
	display: none;
}
.slider-style-two .slider-content h2 {
	font-size: 90px;
	text-transform: capitalize;
}
.slider-style-two .slider-content p {
	font-weight: 400;
	color: #dbdbdb;
	width: 80%;
	margin: 0 0 45px;
	font-size: 16px;
	line-height: 30px;
}
.slider-style-two .slider-content h6 {
	margin-bottom: 15px;
	display: block;
	padding: 0;
}
.slider-img {
	position: absolute;
	right: 135px;
	bottom: 0;
}
.slider-img.slider-img2 {
	right: 295px;
	z-index: -1;
}
.slider-circle-shape {
	position: absolute;
	right: 410px;
	bottom: 0;
	z-index: -2;
	opacity: .08;
}
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.slider-active .slick-arrow {
	position: absolute;
	top: 50%;
	left: 120px;
	transform: translateY(-50%);
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	z-index: 1;
}
.slider-active .slick-next {
	right: 120px;
	left: auto;
}
.rotated-btn {
    font-size: 16px;
    background: #ff5917;
    border-radius: 0;
    color: #fff;
    padding: 19px 31px;
    margin-left: 17px;
    margin-right: 17px;
}
.rotated-btn:hover {
	color: #fff;
}
.rotated-btn::before {
    background-image: none;
    bottom: 0;
    border-radius: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 54px solid #ff5917;
    left: -17px;
	border-left: 17px solid transparent;
	transition: all 0.3s ease 0s;
}
.rotated-btn::after {
	content: "";
	position: absolute;
    bottom: 0;
    border-radius: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 54px solid #ff5917;
    right: -17px;
	border-right: 17px solid transparent;
	transition: all 0.3s ease 0s;
}
.rotated-btn:hover {
	background: #2a2a32;
}
.rotated-btn:hover::before {
	border-top-color: #2a2a32;
}
.rotated-btn:hover::after {
	border-top-color: #2a2a32;
}
.home-four-slider .slider-bg {
    background-image: url(../img/slider/fourth_banner_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 205px 0 205px;
}
.home-four-slider .custom-container-two {
	position: relative;
}
.home-four-slider .slider-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	right: 0;
	bottom: auto;
}

/* 6. Brand */
.brand-bg {
	background-image: url(../img/bg/brand_bg.jpg);
	background-position: center;
	background-size: cover;
	padding: 60px 0;
	position: relative;
}
.brand-item {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 82px;
}
.brand-item img {
	display: inline-block;
}
.slick-slide:focus {
	outline: none;
}
.t-brand-bg {
    background: #131418;
    padding: 80px 0;
}
.t-brand-item {
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.t-brand-item img {
	max-width: 100%;
}
.home-four-brand.brand-bg {
	background-image: url(../img/bg/s_brand_bg.jpg);
}

/* area-bg */
.area-bg-one {
	background-image: url(../img/bg/area_bg01.jpg);
	background-position: center;
	background-size: cover;
}
.area-bg-two {
	background-image: url(../img/bg/area_bg02.jpg);
	background-position: center;
	background-size: cover;
	padding-bottom: 55px;
}
.home-four-area-bg {
	position: relative;
}
.home-four-area-bg .bg {
    background-image: url(../img/bg/home_four_area_bg.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1390px;
    background-position: bottom center;
    background-size: cover;
}

/* 7. Product-area */
.section-title > span {
	display: block;
	line-height: 1;
	font-size: 14px;
	font-weight: 700;
	color: #c8c8c8;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.section-title h2 {
	font-size: 45px;
	font-weight: 800;
	margin-bottom: 0;
	line-height: 1;
	letter-spacing: -2px;
}
.latest-games-items {
	position: relative;
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.35);
}
.latest-games-thumb img {
	width: 100%;
}
.latest-games-content {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(23, 13, 28, 0.929);
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.35);
	width: 100%;
	padding: 35px 30px;
	z-index: 1;
}
.lg-tag {
	position: absolute;
	left: 30px;
	top: -30px;
	z-index: 1;
}
.lg-tag a,
.product-content .product-tag a,
.features-item .product-tag a {
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	color: #1c1121;
	height: 30px;
	line-height: 30px;
	display: block;
	padding: 0 20px;
}
.lg-tag a::before,
.product-content .product-tag a::before,
.features-item .product-tag a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transform: skewX(-10deg);
	z-index: -1;
	right: 0;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.latest-games-content h4 {
	font-size: 22px;
	margin-bottom: 13px;
	line-height: 1;
}
.latest-games-content p {
	line-height: 1;
	margin-bottom: 0;
	color: #c9c9c9;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 13px;
}
.latest-games-active.owl-carousel .owl-nav,
.testimonial-active.owl-carousel .owl-nav {
	position: absolute;
	right: 0;
	top: -85px;
	z-index: 1;
}
.latest-games-active.owl-carousel .owl-nav button,
.testimonial-active.owl-carousel .owl-nav button {
	width: 37px;
	height: 33px;
	color: #bebac0;
	border: 3px solid #bebac0;
	display: inline-block;
	transition: .3s linear;
}
.latest-games-active.owl-carousel .owl-nav button.owl-next,
.testimonial-active.owl-carousel .owl-nav button.owl-next {
	margin-left: 10px;
}
.latest-games-active.owl-carousel .owl-nav button:hover,
.product-active .slick-arrow:hover,
.testimonial-active.owl-carousel .owl-nav button:hover {
	border-color: #e4a101;
}
.home-four-title h2 {
	text-transform: uppercase;
	font-size: 36px;
	letter-spacing: 0;
}
.home-four-title.black-title h2 {
	color: #1c1121;
}
.home-four-latest-games .latest-games-content h4 {
    font-size: 20px;
    text-transform: uppercase;
}

/* 8. About-us */
.about-img {
	padding: 15px;
	background-color: rgba(245, 58, 7, 0);
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.23);
	position: relative;
}
.about-img > img {
	width: 100%;
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.23);
	border-radius: 6px;
}
.about-img .popup-video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.title-style-two,
.title-style-three {
	padding-bottom: 35px;
	position: relative;
}
.title-style-two::before,
.title-style-three::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url(../img/images/title_bar.png);
	width: 270px;
	height: 13px;
	background-repeat: no-repeat;
}
.title-style-three::before {
	background-image: url(../img/images/title_bar02.png);
}
.title-style-three h2 {
	color: #d1d1d1;
	text-transform: uppercase;
	font-size: 36px;
	margin-bottom: 10px;
}
.title-style-three p {
	color: #6c6c6c;
	margin-bottom: 0;
}
.about-content {
	padding-right: 70px;
}
.about-content p:first-child {
	margin-bottom: 20px;
}
.about-content p:nth-child(2) {
	margin-bottom: 55px;
}
.inner-about-area .title-style-three {
	padding-bottom: 30px;
}
.inner-about-area .title-style-three h2 {
	margin-bottom: 0;
}
.inner-about-content h5 {
	font-size: 22px;
	color: #f2a900;
	margin-bottom: 20px;
}
.inner-about-content p {
	color: #6c6c6c;
	margin-bottom: 12px;
}
.inner-about-content p:nth-child(3) {
	margin-bottom: 35px;
}
.inner-about-img img {
	margin-left: 115px;
}
.inner-about-img img:nth-child(2) {
	margin-left: 10px;
	margin-top: -315px;
	box-shadow: 0px 2px 21px 0px rgba(17, 8, 23, 0.1);
	border-radius: 10px;
}
.inner-about-img img:nth-child(3) {
	margin-top: -200px;
	margin-left: -65px;
}
.inner-about-area {
	position: relative;
	padding-bottom: 120px;
	padding-top: 105px;
}
.inner-about-shape {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}
.my-info-box {
    text-align: center;
}
.my-info-box {
    text-align: center;
    background: #18191f;
    box-shadow: 0px 3px 24px 0px rgba(55, 17, 2, 0.52);
    position: relative;
}
.my-info-box-top {
    background-image: url(../img/bg/my_info_box_bg.png);
    min-height: 48px;
    width: 100%;
    background-position: center;
    position: relative;
	display: inline-block;
	z-index: 1;
    margin-top: -7px;
}
.my-info-box-top h6 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #dcdcdc;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	font-family: 'Poppins', sans-serif;
	transition: .3s linear;
}
.my-info-box-content {
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 30px;
}
.mt-award img {
    max-width: 100%;
}
.my-info-box-top .info-box-top-hover {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s linear;
    opacity: 0;
    z-index: -1;
}
.my-info-box:hover .my-info-box-top .info-box-top-hover {
	opacity: 1;
}
.my-info-box:hover .my-info-box-top h6 {
	color: #fff;
}
.my-info-social ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.my-info-social ul li {
    margin: 5px 6px;
}
.my-info-social ul li a {
    display: block;
    background: #202020;
    padding: 10px 20px;
    line-height: 1;
    color: #d3d3d3;
	font-size: 12px;
	font-weight: 600;
    border-radius: 30px;
}
.my-info-social ul li a i {
	margin-right: 5px;
	color: #ff5917;
	font-weight: 400;
}
.my-clan-wrap {
    display: flex;
    align-items: center;
}
.clan-logo {
    margin-right: 20px;
}
.my-clan-info {
    text-align: left;
}
.my-clan-info h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'grinddemolished';
    font-weight: normal;
    line-height: 1;
    margin-bottom: 8px;
}
.my-clan-info > span {
    display: block;
    text-transform: uppercase;
    color: #dcdcdc;
    font-size: 12px;
    font-weight: 700;
}
.my-clan-info h4 span {
	color: #ff5917;
}

/* Live-match */
.home-four-title.text-center h2 {
	position: relative;
}
.home-four-title.text-center h2::after {
    content: "";
    display: block;
    background-image: url(../img/images/title_bar04.png);
    width: 126px;
    height: 13px;
    margin: 17px auto 0;
}
.live-match-wrap {
	position: relative;
}
.live-match-wrap > img {
    max-width: 100%;
	border-radius: 5px;
	box-shadow: 0px 5px 12.09px 0.91px rgba(1, 31, 87, 0.19);
}
.live-match-wrap .popup-video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.live-match-time > span {
    display: block;
    max-width: 264px;
    background: #e8a301;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 20px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 auto 80px;
}
.live-match-time .time {
    font-size: 70px;
    color: #1c1121;
    line-height: 1;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    padding: 0 50px;
    display: inline-block;
    position: relative;
}
.live-match-time .time::before,
.live-match-time .time::after {
    content: "";
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 1px;
    background: #d3d1d1;
}
.live-match-time .time::after {
	right: -50px;
	left: auto;
}
.live-match-time .live-overlay-text {
    font-size: 378px;
    text-transform: uppercase;
    color: #f6f5f5;
    font-weight: 700;
    letter-spacing: -25px;
    position: absolute;
    top: 0;
    line-height: .8;
    margin-bottom: 0;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
}
.live-match-team {
	position: relative;
}
.live-match-team::before {
    content: "";
    position: absolute;
    background-image: url(../img/images/dots.png);
    width: 566px;
    height: 560px;
    right: 35px;
    top: -140px;
    z-index: -1;
}
.live-match-team.right::before {
	left: 35px;
	right: auto;
}
.live-match-team.right {
    text-align: right;
}

/* 9. Game Released */
.released-game-item {
	display: flex;
	align-items: center;
	background: #fff;
	box-shadow: 0px 1px 13px 0px rgba(128, 18, 40, 0.1);
	position: relative;
	z-index: 1;
	padding: 20px 20px 20px;
	margin: 50px 0;
}
.released-game-img {
	margin-right: 35px;
	position: relative;
	z-index: 2;
}
.released-game-item-bg {
	background-image: url(../img/bg/released_slide_bg.jpg);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-position: center;
	background-size: cover;
	z-index: -1;
	opacity: .05;
}
.released-game-rating {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.released-game-rating h5 {
	font-size: 16px;
	font-weight: 700;
	color: #413b43;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 0;
	margin-right: 10px;
}
.released-rating {
	display: flex;
	font-size: 14px;
	color: #e9a301;
	align-items: center;
}
.released-game-content h4 {
	margin-bottom: 30px;
	line-height: 50px;
	font-size: 20px;
	font-weight: 700;
	color: #1c1121;
	font-family: 'Poppins', sans-serif;
	position: relative;
	display: inline-block;
	z-index: 1;
}
.released-game-content h4::before {
	content: "";
	background-image: url(../img/images/released_game_brush.png);
	position: absolute;
	right: -50px;
	top: 0;
	height: 100%;
	width: 324px;
	background-repeat: no-repeat;
	z-index: -1;
}
.released-game-content h4 > span {
	color: #fff;
}
.released-game-list ul li {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #6c6c6c;
	margin-bottom: 10px;
}
.released-game-list ul li:last-child {
	margin-bottom: 0;
}
.released-game-list ul li span {
	color: #413b43;
	font-weight: 600;
	margin-right: 20px;
}
.released-game-content p {
	font-size: 14px;
	font-weight: 500;
	color: #6c6c6c;
	margin-bottom: 30px;
}
.released-game-content .btn {
	font-size: 14px;
	padding: 16px 26px;
}
.released-game-nav-item {
	margin: 10px 0;
}
.released-game-nav-item img {
	width: 100%;
	box-shadow: 0px 1px 13px 0px rgba(128, 18, 40, 0.1);
	cursor: pointer;
}
.released-game-active .slick-dots {
	position: absolute;
	left: 85px;
	bottom: 100px;
	z-index: 1;
	display: flex;
	align-items: center;
}
.released-game-active .slick-dots li {
	line-height: 0;
	margin: 0 15px;
}
.released-game-active .slick-dots li button {
	text-indent: -999999px;
	border: none;
	padding: 0;
	height: 8px;
	width: 8px;
	background: #fff;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
	transition: .3s linear;
}
.released-game-active .slick-dots li button::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	height: 20px;
	width: 20px;
	border: 1px solid #e4a101;
	transform: translate(-50%,-50%);
	border-radius: 50%;
	transition: .3s linear;
	opacity: 0;
}
.released-game-active .slick-dots li.slick-active button::before {
	opacity: 1;
}
.released-game-active .slick-dots li.slick-active button {
	background: #e4a101;
}

/* 10. Game Manage */
.title-style-two.text-center::before,
.title-style-three.text-center::before {
	right: 0;
	margin: 0 auto;
}
.game-mange-bg {
	background-image: url(../img/bg/game_manage_bg.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.coming-match-team {
	display: flex;
	align-items: first baseline;
	justify-content: space-between;
	text-align: center;
	padding: 30px 35px 40px;
}
.coming-match-item {
	border-top: 5px solid #e4a101;
	background-color: rgb(33, 19, 44);
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.34);
}
.match-team-name a {
	font-size: 14px;
	text-transform: uppercase;
	color: #d7d5d5;
	font-weight: 800;
	display: block;
	line-height: 1;
	margin-top: 20px;
}
.coming-match-status {
	margin: 0 25px;
}
.coming-match-info {
	padding: 35px 35px;
	text-align: center;
	background: #1b1024;
}
.coming-match-info h5,
.tournament-schedule-content h3 {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.coming-match-info h5 span,
.tournament-schedule-content h3 span,
.tournament-schedule-content h3 a:hover {
	transition: .3s linear;
}
.match-rating i {
	font-size: 12px;
	color: #e4a101;
}
.match-rating {
	line-height: 1;
}
.match-info-action .btn {
	font-size: 12px;
	padding: 17px 17px;
}
.match-info-action .btn::before {
	height: 100%;
	bottom: 0;
}
.match-info-action {
	margin-top: 30px;
}
.match-info-action .transparent-btn {
	padding: 15px 17px;
	margin-left: 25px;
}
.coming-match-time .coming-time {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #20132b;
	padding: 20px 35px;
}
.coming-match-time .time-count span {
	display: block;
	text-align: center;
	font-size: 19px;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 5px;
}
.coming-match-time .time-count {
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	padding-right: 22px;
	margin-right: 22px;
	position: relative;
}
.coming-match-time .time-count:last-child {
	padding-right: 0;
	margin-right: 0;
}
.coming-match-time .time-count::before {
	content: ":";
	position: absolute;
	right: -2px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
	color: #5e5e5e;
	font-weight: 500;
}
.coming-match-time .time-count:last-child::before {
	display: none;
}

/* 11. Featured-Games */
.featured-game-item {
	box-shadow: 0px 1px 13px 0px rgba(12, 11, 15, 0.32);
	position: relative;
	z-index: 1;
}
.featured-game-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(233, 163, 1, 0.749);
	transition: .3s linear;
	opacity: 0;
}
.featured-game-thumb img {
	width: 100%;
}
.featured-game-content {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 35px;
	z-index: 1;
	transition: .3s linear;
}
.featured-game-icon {
	margin-bottom: 20px;
}
.featured-game-content h4 {
	font-size: 22px;
	line-height: 1;
	margin-bottom: 5px;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px black;
}
.featured-game-content h4 span,
.featured-game-meta i {
	color: #e9a301;
}
.featured-game-content h4 a:hover {
	color: #fff;
}
.featured-game-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	color: #e3e3e3;
	text-shadow: 2px 2px 2px black;
}
.featured-game-meta i {
	margin-right: 5px;
}
.featured-game-overlay-content {
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	bottom: auto;
	opacity: 0;
}
.featured-game-overlay-content .featured-game-meta {
	justify-content: center;
	color: #fff;
	text-shadow: none;
}
.featured-game-overlay-content  h4,
.featured-game-overlay-content  h4 a:hover {
	color: #1c1121;
	text-shadow: none;
}
.featured-game-overlay-content h4 span,
.featured-game-overlay-content .featured-game-meta i {
	color: #fff;
}
.featured-game-item:hover .featured-game-content {
	opacity: 0;
	visibility: hidden;
}
.featured-game-item:hover .featured-game-overlay-content,
.featured-game-item:hover::before {
	opacity: 1;
	visibility: visible;
}
.featured-game-bg {
	background-position: center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.featured-game-icon img {
    display: inline-block;
}
.featured-game-area .container-full {
    padding-left: 60px;
    padding-right: 60px;
}
.new-released-game-area .no-gutters [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}
.new-released-game-area {
    background: #f7f7f7;
}

/* 12. Shorts-Area */
.shorts-area{
	margin-top:120px;
}

.shorts-container {
    display: flex;
    align-items: center;
    position: relative;
    height: 28.74vw;
    width: 94%;
    margin-left: 3%;
    margin-bottom: 9vw;
    cursor: default;
    transition: all 0.23s ease-in-out;
    -webkit-transition: all 0.23s ease-in-out;
    -moz-transition: all 0.23s ease-in-out;
}

.shorts-container .char {
    position: absolute;
    z-index: 20;
    right: 0;
    bottom: 0;
    height: 30.72vw;
}

.shorts-container .char img {
    height: 100%;
    width: auto;
}

.shorts-container .bg {
    width: 80%;
    height: 100%;
    position: absolute;
    z-index: 1;
    right: 0;
    opacity: .4;
    transition: all 0.23s ease-in-out;
    -webkit-transition: all 0.23s ease-in-out;
    -moz-transition: all 0.23s ease-in-out;
}

.shorts-container .bg img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    border-radius: 0.3125vw;
}

.shorts-container .textBox {
    position: relative;
    z-index: 10;
    color: #f1f1f1;
    width: 20vw;
    text-align: left;
    margin-left: 5.2vw;
	padding: 7px 10px;
	text-shadow: 1px 1px 3px #000000;
    background-color: rgb(255 255 255 / 9%);
    transition: all 0.23s ease-in-out;
    -webkit-transition: all 0.23s ease-in-out;
    -moz-transition: all 0.23s ease-in-out;
}

.shorts-container .textBox h3 {
    font-size: 2.29vw;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 1.87vw;
}

.shorts-container .textBox h3 strong {
    font-weight: 800;
}

.shorts-container .textBox p {
    font-size: 0.88vw;
    line-height: 160%;
	margin:0;
}

.shorts-container.left {
    justify-content: flex-end;
}

.shorts-container.left .char {
    left: 0;
    right: auto;
}

.shorts-container.left .bg {
    left: 0;
}

.shorts-container.left .textBox {
    margin-right: 5.2vw;
    margin-left: 0px;
}

.shorts-container:hover {
    transform: translateY(0.5vw);
}

.shorts-container:hover .bg {
    opacity: .6;
}

.shorts-container:hover .textBox {
    transform: translateY(-0.520834vw);
}


/* 12. Cta */
.cta-bg {
	background-image: url(../img/bg/cta_bg.jpg);
	padding: 180px 0;
	background-position: center;
	background-size: cover;
	box-shadow: 0px 5px 10px 0px rgba(11, 11, 11, 0.52);
	position:relative;
	overflow:hidden;
	margin-top: 80px;
}
.cta-bg::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background-image: url(../img/images/gamers_bg_conve01.png);
    width: 467px;
    height: 169px;
    margin: 0 auto;
    top: -4px;
    background-repeat: no-repeat;
    z-index: 0;
}
.cta-content {
	padding: 0 50px;
}
.cta-content .section-title h2 {
	font-size: 50px;
	margin-bottom: 5px;
}


/* 13. Tournament */
.tournament-top-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: rgb(32, 19, 43);
	box-shadow: 0px 4px 5.58px 0.42px rgba(0, 0, 0, 0.13),inset 0px 1px 16px 0px rgba(228, 161, 1, 0.17);
	padding: 25px 30px;
}
.tournament-title h2 {
	font-size: 26px;
	letter-spacing: -1px;
}
.tournament-menu {
	display: flex;
	flex-wrap: wrap;
}
.tournament-menu button {
	font-size: 14px;
	border: none;
	background: transparent;
	padding: 0;
	color: #a0a0a0;
	font-weight: 600;
	cursor: pointer;
	position: relative;
	margin-left: 30px;
	transition: .4s linear;
}
.tournament-menu button:first-child {
	margin-left: 0;
}
.tournament-menu button::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 100%;
	height: 3px;
	opacity: 0;
	transition: .4s linear;
}
.tournament-menu button.active::before {opacity: 1;}
.tournament-area {
	background-color: rgb(27, 16, 36);
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.34);
}
.tournament-schedule-wrap {
	padding: 30px 30px 15px;
}
.tournament-schedule-item {
	display: flex;
	align-items: center;
	background: #23162e;
	padding: 37px 20px;
	justify-content: space-between;
	height: 100%;
}
.tournament-schedule-content {
	padding: 35px 35px;
	position: relative;
	background: #20132b;
	height: 100%;
}
.tournament-schedule-content h3 a:hover span {
	color: #fff;
}
.tournament-schedule-content p {
	margin-bottom: 0;
}
.tournament-schedule-meta {
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: 0;
}
.tournament-schedule-meta h5 {
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 0;
	color: #c9c9c9;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}
.tournament-schedule-meta h5 span {
	margin-left: 5px;
}
.tournament-schedule-meta a {
	display: block;
	border: 1px dashed #383838;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 800;
	padding: 12px 13px;
	line-height: 1;
	margin-left: 18px;
}
.tournament-schedule-meta a:hover {
	border: 1px solid #e4a101;
	color: #1c1121;
}
.latest-match-bg {
	background-image: url(../img/bg/latest_match_bg.jpg);
	background-position: center;
	background-size: cover;
}
.latest-match-box {
	display: flex;
	align-items: center;
	background: #211e23;
	padding: 15px;
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.34);
}
.latest-match-box .tournament-schedule-content {
	padding: 41px 30px;
	background: #1c181e;
}
.latest-match-box .tournament-schedule-content p {
	font-size: 13px;
	line-height: 2;
	padding-right: 20px;
}
.latest-match-box .tournament-schedule-meta a {
	color: #d7d5d5;
	background: #222225;
}
.latest-match-box .tournament-schedule-meta a:hover {
	color: #1c1121;
}
.team-member-thumb {
	position: relative;
	margin-bottom: 25px;
	overflow: hidden;
}
.team-member-thumb img {
	width: 100%;
	transition: .3s linear;
}
.team-member-social {
	position: absolute;
	right: 20px;
	top: 30px;
	transform: translateX(30px);
	opacity: 0;
	transition: .3s linear;
}
.team-member-thumb::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #e9a301;
	transition: .3s linear;
	opacity: 0;
}
.team-member-content h4 {
	font-size: 20px;
	color: #1c1121;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 5px;
}
.team-member-box:hover .team-member-content h4 a {
	color: #e8a301;
}
.team-member-box:hover .team-member-thumb img {
	box-shadow: 0px 2px 21px 0px rgba(17, 8, 23, 0.16);
}
.team-member-box:hover .team-member-thumb::before {
	opacity: .9;
}
.team-member-box:hover .team-member-social {
	transform: translateX(0px);
	opacity: 1;
}
.team-member-content span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #6c6c6c;
}
.team-member-social ul li {
	display: block;
	margin-bottom: 13px;
}
.team-member-social ul li a {
	color: #fff;
	font-size: 15px;
}
.team-bg {
    background-image: url(../img/bg/third_team_bg.jpg);
    background-position: bottom center;
    background-size: cover;
    padding: 110px 0 90px;
}

/* Game-gallery */
.game-gallery-area.position-relative {
    z-index: 1;
    padding: 120px 0 0;
    margin-bottom: -150px;
}
.game-gallery-bg {
    background-image: url(../img/bg/game_gallery_bg.png);
    background-position: top center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 715px;
    z-index: -1;
}
.game-gallery-item img {
    max-width: 100%;
    display: inline-block;
}
.game-gallery-item {
    text-align: center;
    max-width: 1080px;
    margin: 0 auto;
}
.game-gallery-active .slick-active.slick-center {
    margin-top: 0;
}
.game-gallery-active .slick-slide {
	margin-top: 80px;
	transition: .4s linear;
}
.game-gallery-area .slider-nav {
    max-width: 1080px;
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slider-nav > span {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #bebebe;
    cursor: pointer;
    transition: .3s linear;
}
.slider-nav > span.slick-next i {
	margin-left: 5px;
}
.slider-nav > span.slick-prev i {
	margin-right: 5px;
}
.slider-nav > span:hover {
	color: #ff5917;
}

/* 14. Just-gamers */
.just-gamers-bg {
	background-image: url(../img/bg/just_gamer_bg.jpg);
	position: relative;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	z-index: 1;
}
.just-gamers-bg::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	background-image: url(../img/images/gamers_bg_conve01.png);
	width: 467px;
	height: 169px;
	margin: 0 auto;
	top: -4px;
	background-repeat: no-repeat;
	z-index: -1;
}
.just-gamers-bg::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	background-image: url(../img/images/gamers_bg_conve02.png);
	width: 420px;
	height: 152px;
	margin: 0 auto;
	bottom: -20px;
	background-repeat: no-repeat;
	z-index: -1;
}
.title-style-three.white-title h2 {
	color: #fff;
}
.title-style-three.white-title p {
	color: #cbcbcb;
}
.title-style-three.white-title::before {
	background-image: url(../img/images/title_bar03.png);
}
.just-gamers-list ul li {
	margin-bottom: 40px;
	padding-right: 20px;
	overflow: hidden;
}
.just-gamers-list-icon {
	float: left;
	background-image: url(../img/bg/gamer_list_icon_bg.jpg);
	width: 97px;
	height: 97px;
	text-align: center;
	line-height: 85px;
	display: block;
	border: 6px solid #333240;
	margin-right: 25px;
	transition: .3s linear;
}
.just-gamers-list-content h5 {
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 10px;
}
.just-gamers-list-content p {
	margin-bottom: 0;
}
.just-gamers-list ul li:hover .just-gamers-list-icon {
	border-color:  #e9a301;
}
.just-gamers-list ul li:last-child {
	margin-bottom: 0;
}
.just-gamers-list-content {
	position: relative;
	top: 5px;
}
.just-gamers-img {
	position: absolute;
	width: 100%;
	top: -83px;
	right: 0;
}
.just-gamers-circle-shape {
	position: absolute;
	bottom: 215px;
	left: 145px;
	z-index: -1;
}
.just-gamers-circle-shape img:nth-child(2) {
	position: absolute;
	top: 46px;
	right: -67px;
}
.gamers-chart-shape {
	position: absolute;
	right: 0;
	top: 70px;
}

/* 15. Features */
.features-bg {
	background-image: url(../img/bg/features_bg.jpg);
	background-position: center;
	background-size: cover;
}
.features-item {
	border-radius: 10px;
	background-color: rgb(29, 18, 39);
	box-shadow: 0px 5px 27px 0px rgba(17, 8, 23, 0.2);
	padding: 45px 35px;
}
.features-item .product-tag a {
	display: inline-block;
	position: relative;
	z-index: 1;
}
.features-head h4 {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.features-head p {
	margin-bottom: 0;
}
.features-head .product-tag {
	margin-bottom: 20px;
}
.features-list-wrap ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	padding: 25px 0;
	position: relative;
}
.features-list-wrap ul li:last-child {
	padding-bottom: 0;
}
.features-list-wrap ul li::before {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 100%;
	height: 2px;
	border-radius: 50%;
	background-color: rgb(39, 26, 48);
	box-shadow: 0px 2px 0px 0px rgba(17, 8, 23, 0.004);
}
.features-list-img img {
	border-radius: 6px;
}
.features-list-content .product-tag {
	margin-bottom: 15px;
}
.features-list-content h6 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
}
.features-list-content h6 a {
	display: inline-block;
}
.features-list-content .product-tag a::before {
	background: #3a3042;
}
.features-item .features-list-content .product-tag a:hover {
	color: #1d1227;
}
.features-list-img {
	margin-left: 50px;
}

/* 16. Fact */
.fact-item {
	display: flex;
	align-items: first baseline;
	margin-bottom: 50px;
}
.fact-icon {
	margin-right: 20px;
}
.fact-content h2 {
	font-size: 36px;
	font-weight: 800;
	line-height: .9;
	margin-bottom: 10px;
}
.fact-content > span {
	display: block;
	font-weight: 700;
	color: #dfdede;
}

/* 17. Shop */
.shop-item {
	background-color: rgb(31, 21, 40);
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.16);
}
.shop-item .product-thumb img {
	width: 100%;
}
.product-content {
	padding: 35px 25px 25px;
	position: relative;
}
.product-content .product-tag {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -15px;
	z-index: 1;
}
.product-content h4 {
	font-size: 16px;
	margin-bottom: 10px;
}
.product-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product-price h5 {
	margin-bottom: 0;
	font-size: 16px;
}
.product-cart-action a {
	background: #291b35;
	border: 1px solid #2c2135;
	width: 34px;
	height: 34px;
	display: block;
	text-align: center;
	line-height: 34px;
	border-radius: 4px;
	font-size: 13px;
}
.product-cart-action a:hover,
.shop-area.black-bg .product-cart-action a:hover {
	color: #1c1121;
	border-color: #e4a101;
}
.product-active .slick-arrow {
	position: absolute;
	left: -70px;
	top: 50%;
	transform: translateY(-50%);
	width: 37px;
	height: 33px;
	color: #bebac0;
	border: 3px solid #bebac0;
	display: inline-block;
	transition: .3s linear;
	background: transparent;
	cursor: pointer;
	z-index: 1;
}
.product-active .slick-arrow.slick-next {
	right: -70px;
	left: auto;
}
.product-active .slick-track {
	padding-bottom: 30px;
	padding-top: 30px;
}
.shop-area.black-bg .shop-item {
	background-color: #1e1b20;
}
.shop-area.black-bg .product-cart-action a {
	background: #1c1a1d;
	border: 1px solid #2c2135;
}
.shop-area.black-bg .product-active .slick-arrow {
	color: #6e6b6f;
	border: 3px solid #6e6b6f;
}
.shop-area.black-bg .product-active .slick-arrow:hover {
	color: #e4a101;
	border-color: #e4a101;
}
.accessories-thumb img {
	width: 100%;
}
.accessories-content {
	position: relative;
}
.accessories-content h5 {
	font-size: 18px;
	text-transform: uppercase;
	color: #37303a;
	line-height: 1;
	margin-bottom: 5px;
}
.accessories-content h5 a:hover {
	color: #e9a301;
}
.accessories-content span {
	font-size: 14px;
	font-weight: 500;
	color: #6c6c6c;
	display: block;
	transition: .3s linear;
}
.accessories-content .shop-add-action {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	font-size: 14px;
	font-weight: 500;
	color: #e9a301;
}
.accessories-item:hover .accessories-content .shop-add-action {
	opacity: 1;
	visibility: visible;
}
.accessories-item:hover .accessories-content span {
	opacity: 0;
	visibility: hidden;
}
.home-four-shop-area {
	background-image: url(../img/bg/home_four_shop_bg.jpg);
	background-position: center;
	background-size: cover;
}
.home-four-shop-area .shop-item {
    background-color: #1e1b20;
}
.home-four-shop-area .product-cart-action a {
    background: #1c1a1d;
    border: 1px solid #3d2f48;
}
.home-four-shop-area .product-cart-action a:hover {
    background: #e9a301;
    border: 1px solid #e9a301;
}
.home-four-shop-area .product-content {
    padding: 40px 25px 25px;
}
.home-four-shop-area .product-content h4 {
    text-transform: uppercase;
}
.home-four-title p {
    margin-bottom: 0;
    margin-top: 20px;
}

/* 18. Upcoming-games */
.upcoming-game-item {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 2px 21px 0px rgba(59, 53, 63, 0.12);
	padding: 30px 25px 35px;
}
.uc-game-head-title > span {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #e8a301;
	font-family: 'Oxanium', cursive;
	margin-bottom: 6px;
}
.uc-game-head-title h4 {
	font-size: 22px;
	color: #1c1121;
	text-transform: uppercase;
	margin-bottom: 0;
}
.uc-game-head-title h4 a:hover {
	color: #e9a301;
}
.upcoming-game-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.uc-game-head-title {
	margin-right: 50px;
}
.uc-game-price h5 {
	margin-bottom: 0;
	font-size: 18px;
	position: relative;
	z-index: 1;
	padding: 6px 25px;
	margin-right: 7px;
}
.uc-game-price h5::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transform: skewX(-20deg);
	z-index: -1;
	right: 0;
	margin: 0 auto;
	background: #e4a101;
	box-shadow: 0px 1px 8.37px 0.63px rgba(114, 113, 113, 0.18);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.upcoming-game-item p {
	font-size: 14px;
	color: #6c6c6c;
	line-height: 24px;
	margin-bottom: 30px;
}
.upcoming-game-thumb {
	position: relative;
}
.upcoming-game-thumb img {
	width: 100%;
}
.upcoming-game-thumb::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #e4a101;
	opacity: 0;
	transition: .3s linear;
}
.upcoming-game-cart {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.upcoming-game-cart a.btn {
	border-color: #1c1121;
	color: #1c1121;
	font-size: 14px;
	padding: 13px 24px;
	transform: translateY(20px);
	transition: .4s linear;
	opacity: 0;
}
.upcoming-game-cart a.btn:hover {
	border-color: #fff;
	background: #fff;
	color: #1c1121;
}
.upcoming-game-item:hover .upcoming-game-thumb::before {
	opacity: .77;
}
.upcoming-game-item:hover .upcoming-game-cart a.btn {
	opacity: 1;
	transform: translateY(0px);
}
.upcoming-games-bg {
	background-image: url(../img/bg/upc_game_bg.jpg);
	background-position: center;
	background-size: cover;
}
.inner-about-padding {
	padding-bottom: 172px;
}

/* 19. PAGE-SINGLE */
.page-single-header{
	width: auto;
    display: inline-block;
    position: absolute;
    top: -27px;
    left: -27px;
}
.page-single-content {
	box-shadow: 0px 2px 21px 0px rgba(59, 53, 63, 0.12);
	position: relative;
	z-index: 1;
	background: #f1f1f1;
	padding: 50px 40px;
	background-image: url('../img/bg/overlay_page.png');
	background-position: center 31mm;
    background-size: 90%;
    background-repeat: no-repeat;
}
.page-single-content h1,
.page-single-content h2,
.page-single-content h3,
.page-single-content h4,
.page-single-content
{
	color: #575757;
}
.page-single-content h1
{
	font-size: 33px;
}
.page-single-content h2
{
	font-size: 22px;
    font-weight: 700;
	margin-top: 50px;
}
.page-single-content h3
{
	font-size: 17px;
    font-weight: 700;
}
.page-single-content h4
{
	font-size: 15px;
    font-weight: 700;
	margin: 0;
}
.page-single-content ul {
	margin: 20px 0px;
    padding-left: 40px;
    font-size: 14px;
    color: #575757;
}
.page-single-content ul li {
	list-style: disc;
	margin-bottom: 7px;
    line-height: normal;
}
.page-single-content p {
	font-size: 15px;
	color: #575757;
	margin-bottom: 20px;
	line-height: normal;
}
.page-single-content p > span {
	font-weight: 600;
	color: #1c1121;
}
.page-single-title {
	margin-bottom: 0;
    color: #e2e2e2;
    font-size: 26px;
    position: relative;
    z-index: 1;
    padding: 6px 25px;
    margin-right: 7px;
    text-shadow: 1px 1px 4px rgb(0 0 0 / 53%);
    text-transform: uppercase;
	width: fit-content;
}
.page-single-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transform: skewX(-20deg);
	z-index: -1;
	right: 0;
	margin: 0 auto;
	background: #e4a101;
	box-shadow: 0px 1px 8.37px 0.63px rgba(114, 113, 113, 0.18);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.page-single-title h1,
.page-single-title h2,
.page-single-title h3,
.page-single-title h4{
	color:#f1f1f1;
	margin:0;
}

.page-single-info ul li {
	color: #575757;
	font-size: 14px;
	display: block;
	padding-bottom: 18px;
	border-bottom: 1px solid #e6e5e4;
	margin-bottom: 16px;
}
.page-single-info ul li:last-child {
	margin-bottom: 0;
}
.page-single-info ul li span {
	font-size: 16px;
	font-weight: 600;
	color: #413f3f;
	margin-right: 40px;
}
.page-single-content details summary.leading{
	padding: 20px;
    background-color: #ccc;
    border: 1px #000 solid;
    border-radius: 1mm;
    margin-top: 30px;
    margin-bottom: 10px;
}

.page-single-content article summary{
	padding: 0px 0px 7px 24px;
}

.page-single-content article article summary{
	padding: 0px 0px 7px 44px;
}
.page-single-content article article article{
	padding: 13px 0px 25px 55px;
}

/* 19. Game-overview */
.game-overview-content .upcoming-game-head {
	margin-bottom: 25px;
}
.overview-history-img img {
	width: 100%;
}
.overview-history-content {
	padding-right: 42px;
}
.overview-history-content p {
	margin-bottom: 35px;
}
.overview-history-list ul li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-top: 1px solid #e5e4e4;
	border-bottom: 1px solid #e5e4e4;
	margin-bottom: 10px;
}
.overview-history-list ul li:last-child {
	margin-bottom: 0;
}
.overview-list-thumb {
	margin-right: 20px;
}
.overview-list-content h4 {
	font-size: 16px;
	color: #1c1121;
	margin-bottom: 5px;
}
.overview-list-content h4 a:hover {
	color: #e9a301;
}
.overview-list-content span {
	display: block;
	font-size: 14px;
	color: #6c6c6c;
}
.overview-list-content {
	padding-right: 50px;
	margin-right: 30px;
	position: relative;
}
.overview-list-content::before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	background: #dadada;
	height: 60px;
	border-radius: 50%;
}
.overview-list-price h4 {
	font-size: 18px;
	color: #e9a301;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 0;
}

/* 20. Blog */
.blog-post-wrap {
	background-color: rgb(27, 16, 36);
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.34);
	padding: 30px;
}
.blog-style-one {
	display: flex;
	align-items: center;
	background-color: rgb(32, 19, 43);
	box-shadow: 0px 7px 7.44px 0.56px rgba(18, 18, 18, 0.16);
	margin-bottom: 15px;
}
.blog-style-one:last-child {
	margin-bottom: 0;
}
.blog-style-one .blog-post-content {
	padding: 18px 30px;
}
.blog-meta ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.blog-meta ul li {
	font-size: 14px;
	font-weight: 500;
	color: #9b9b9b;
	position: relative;
}
.blog-meta ul li i {
	margin-right: 5px;
}
.blog-meta ul li::after {
	content: "/";
	margin: 0 10px;
	color: #434344;
}
.blog-meta ul li:last-child::after {
	display: none;
}
.blog-style-one .blog-post-content h5 {
	font-size: 18px;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.blog-style-one .blog-post-content p {
	margin-bottom: 0;
	font-style: italic;
}
.blog-style-one .blog-thumb img {
	width: 170px;
}
.blog-post-content h5 a {
	display: inline-block;
}
.blog-style-two .blog-thumb img {
	width: 100%;
	box-shadow: 0px 5px 10px 0px rgba(11, 11, 11, 0.14);
}
.blog-style-two .blog-post-content h4 {
	font-size: 22px;
	color: #787878;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.blog-style-two .blog-post-content h4 a:hover {
	color: #e9a301;
}
.blog-style-two .blog-meta ul li,
.blog-style-two .blog-meta ul li a {
	font-size: 12px;
	color: #7f7a84;
	font-style: italic;
}
.blog-style-two .blog-meta ul {
	margin-bottom: 20px;
}
.blog-style-two .blog-post-content p {
	color: #6c6c6c;
	margin-bottom: 0;
}
.blog-list-post {
	box-shadow: 0px 2px 12.09px 0.91px rgba(184, 184, 184, 0.15);
	background: #fff;
	margin-bottom: 50px;
}
.blog-list-post-thumb img {
	width: 100%;
}
.blog-list-post-content {
	padding: 40px;
}
.blog-list-post-tag a {
	font-size: 12px;
	text-transform: uppercase;
	color: #252525;
	font-family: 'Oxanium', cursive;
	font-weight: 800;
	line-height: 1;
	display: inline-block;
	padding: 14px 23px;
	position: relative;
	z-index: 1;
	margin-left: 7px;
}
.blog-list-post-tag a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transform: skewX(-20deg);
	z-index: -1;
	right: 0;
	margin: 0 auto;
	background: #e4a101;
	box-shadow: 0px 1px 8.37px 0.63px rgba(114, 113, 113, 0.18);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.blog-list-post-content h2 {
	font-size: 24px;
	text-transform: uppercase;
	color: #1c1121;
	margin-bottom: 10px;
}
.blog-list-post-content h2 a:hover {
	color: #e4a101;
}
.blog-list-post-content .blog-meta ul {
	margin-bottom: 20px;
}
.blog-list-post-content .blog-meta ul li {
	text-transform: uppercase;
	font-size: 12px;
	color: #909090;
	display: inline-block;
}
.blog-list-post-content .blog-meta ul li a {
	font-weight: 500;
	color: #494949;
}
.blog-list-post-content p {
	font-size: 14px;
	color: #6c6c6c;
	margin-bottom: 0;
}
.blog-list-post-bottom ul {
	background: #252525;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 23px 40px 8px;
}
.blog-list-post-bottom ul li {
	display: inline-block;
	margin-bottom: 15px;
}
.blog-list-post-bottom ul li > a,
.blog-list-post-bottom ul li > span {
	font-size: 14px;
	text-transform: uppercase;
	color: #dcdada;
	font-family: 'Oxanium', cursive;
	font-weight: 800;
}
.blog-list-post-bottom ul li > span,
.blog-post-share {
	line-height: 1;
}
.blog-post-share {
	margin-top: -3px;
}
.blog-list-post-bottom ul li > a i {
	margin-left: 10px;
	color: #e4a101;
}
.blog-list-post-bottom ul li:last-child {
	display: flex;
	align-items: center;
}
.blog-list-post-bottom ul li .blog-post-share a {
	font-size: 12px;
	color: #ffffff;
	margin-left: 15px;
}
.blog-list-post-bottom ul li a:hover {
	color: #e4a101;
}
.blog-sidebar {
	background: #252525;
	margin-left: 20px;
	padding: 25px;
}
.sidebar-about-thumb img {
	width: 100%;
	margin-bottom: 30px;
}
.sidebar-widget-title h4 {
	font-size: 22px;
	line-height: 1;
	position: relative;
	padding-left: 20px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.sidebar-widget-title h4 span {
	color: #e4a101;
}
.sidebar-widget-title h4::before,
.sidebar-widget-title h4::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 22px;
	background: #e4a101;
}
.sidebar-widget-title h4::after {
	left: 7px;
	top: -4px;
}
.sidebar-about-content p {
	font-size: 14px;
	color: #a3a3a3;
	margin-bottom: 0;
}
.sidebar-search form {
	position: relative;
}
.sidebar-search form input {
	width: 100%;
	background: #1d1d1d;
	color: #fff;
	border: 1px solid #2b2b2b;
	padding: 15px 16px;
	font-size: 12px;
	padding-right: 50px;
	font-weight: 500;
}
.sidebar-search form input::placeholder {
	color: #909090;
	font-size: 12px;
}
.sidebar-search form button {
	position: absolute;
	right: 18px;
	font-size: 12px;
	padding: 0;
	background: none;
	border: none;
	color: #e9a301;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.sidebar-cat ul li {
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #2e2e2e;
	margin-bottom: 10px;
}
.sidebar-cat ul li:last-child,
.rc-post-list ul li:last-child {
	padding-bottom: 0px;
	border-bottom: none;
	margin-bottom: 0px;
}
.sidebar-cat ul li a {
	font-size: 14px;
	text-transform: uppercase;
	color: #a3a3a3;
	display: inline-block;
}
.sidebar-cat ul li a:hover,
.rc-post-content h5 a:hover {
	color: #e9a301;
}
.rc-post-list ul li {
	display: flex;
	align-items: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #2e2e2e;
}
.rc-post-thumb {
	margin-right: 20px;
}
.rc-post-thumb img {
	border-radius: 6px;
}
.rc-post-content h5 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.rc-post-content span {
	font-size: 12px;
	color: #909090;
	display: block;
}
.sidebar-trending-match ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #1d1d1d;
	border: 1px solid #2b2b2b;
	border-radius: 4px;
	padding: 17px 20px;
	position: relative;
}
.sidebar-trend-match-thumb {
	display: flex;
	height: 65px;
	align-items: center;
}
.sidebar-trend-match-action {
	font-size: 22px;
	font-weight: 800;
	font-family: 'Oxanium', cursive;
	display: flex;
	align-items: center;
}
.sidebar-trend-match-action span:last-child {
	color: #e4a101;
}
.sidebar-trend-match-action span:nth-child(2) {
	color: #838383;
	margin: 0 20px;
}
.sidebar-trend-match-date {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	text-align: center;
	width: 140px;
	background: #252525;
	font-size: 12px;
	color: #909090;
	padding: 6px 14px;
	line-height: 1;
	border-radius: 4px;
}
.sidebar-tag-list ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.sidebar-tag-list ul li {
	margin: 0 10px 10px 0px;
}
.sidebar-tag-list ul li a {
	display: block;
	background: #1d1d1d;
	color: #dcdada;
	text-transform: uppercase;
	border: 1px solid #2b2b2b;
	font-size: 14px;
	font-weight: 800;
	font-family: 'Oxanium', cursive;
	line-height: 1;
	padding: 15px 20px;
}
.sidebar-tag-list ul li a:hover {
	color: #e4a101;
}
.blog-details-wrap .blog-list-post-content {
	padding: 45px 35px;
}
.blog-details-img img {
	width: 100%;
}
.blog-details-wrap .blog-list-post-content h4 {
	font-size: 24px;
	color: #1c1121;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.blog-details-wrap .blog-list-post-content p {
	margin-bottom: 30px;
}
.blog-details-img {
	margin-bottom: 30px;
}
.blog-details-wrap blockquote {
	margin: 30px 0;
	text-transform: uppercase;
	font-size: 14px;
	color: #434243;
	font-weight: 700;
	line-height: 26px;
	padding-left: 20px;
	border-left: 4px solid #e4a101;
}
.blog-details-list li {
	font-size: 14px;
	font-weight: 500;
	color: #434243;
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}
.blog-details-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	border-radius: 50%;
	background-color: rgb(120, 119, 119);
	width: 6px;
	height: 6px;
}
.blog-details-list li:last-child {
	margin-bottom: 0;
}
.blog-details-list {
	margin-bottom: 30px;
}
.blog-details-wrap .blog-list-post-bottom ul {
	background: transparent;
	padding: 25px 0 0;
	border-top: 1px solid #ececec;
	margin-top: 60px;
}
.blog-details-wrap .blog-list-post-bottom ul li .blog-post-share a {
	color: #434243;
}
.blog-details-wrap .blog-list-post-bottom ul li > a {
	color: #6c6c6c;
	font-weight: 600;
	margin-left: 8px;
}
.blog-details-wrap .blog-list-post-bottom ul li > span {
	color: #434243;
}
.blog-details-wrap .blog-list-post-bottom ul li > i {
	color: #e4a101;
	font-size: 12px;
	margin-right: 5px;
}
.blog-details-wrap .blog-list-post-bottom ul li > a:hover,
.blog-details-wrap .blog-list-post-bottom ul li .blog-post-share a:hover,
.comment-avatar-info h4 a:hover,
.community-post-content span a:hover {
	color: #e4a101;
}
.sidebar-widget-title.blog-details-title h4 {
	font-size: 24px;
	color: #1c1121;
}
.blog-details-wrap {
	margin-bottom: 75px;
}
.blog-comment ul li {
	box-shadow: 0px 2px 12.09px 0.91px rgba(184, 184, 184, 0.15);
	background: #fff;
	margin-bottom: 10px;
	padding: 25px 30px;
	display: flex;
	align-items: center;
}
.comment-avatar-thumb  {
	margin-right: 25px;
}
.comment-avatar-thumb img {
	border-radius: 6px;
}
.comment-avatar-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 13px;
}
.comment-avatar-info h4 {
	font-size: 16px;
	color: #1c1121;
	text-transform: uppercase;
	margin-bottom: 0;
}
.comment-avatar-info h4 span {
	font-size: 12px;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: #6c6c6c;
	margin-left: 20px;
}
.comment-reply a {
	font-size: 12px;
	color: #e4a101;
}
.comment-text p {
	font-size: 14px;
	color: #6c6c6c;
	margin-bottom: 0;
	padding-right: 50px;
	line-height: 24px;
}
.blog-comment ul li.comment-children {
	margin-left: 50px;
}
.comment-form textarea {
	width: 100%;
	padding: 20px 20px;
	border: none;
	margin-bottom: 20px;
	background: #f1f1f1;
	height: 160px;
	transition: .3s;
	font-size: 14px;
	font-weight: 500;
	color: #6c6c6c;
}
.comment-form input {
	width: 100%;
	padding: 19px 20px;
	border: none;
	margin-bottom: 20px;
	background: #f1f1f1;
	color: #6c6c6c;
	transition: .3s;
	font-size: 14px;
	font-weight: 500;
}
.comment-form input::placeholder,
.comment-form textarea::placeholder {
	color: #989797;
}
.comment-form .btn {
	margin-top: 10px;
	padding: 20px 47px;
}
.comment-form .btn::before {
	display: none;
}
.comment-check-box input {
	width: auto;
	margin: 5px 10px 0 0;
}
.comment-check-box label {
	font-size: 13px;
	font-weight: 500;
	color: #939393;
	margin: 0;
	user-select: none;
}
.comment-check-box {
	display: flex;
	align-items: flex-start;
}
.home-four-title.black-title p {
    color: #6c6c6c;
}
.blog-thumb img {
    max-width: 100%;
}
.home-four-blog-post .blog-meta ul li::after {
    content: "-";
    margin: 0 10px;
    color: #a5a4a4;
}
.home-four-blog-post .blog-meta ul li {
    font-size: 12px;
    font-weight: 600;
    color: #a5a4a4;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.home-four-blog-post .blog-meta ul li a {
	color: #a5a4a4;
}
.home-four-blog-post .blog-post-content h4 {
    font-size: 22px;
    text-transform: uppercase;
    color: #282828;
    margin-bottom: 12px;
}
.home-four-blog-post .blog-post-content p {
    color: #6c6c6c;
    margin-bottom: 22px;
}
.home-four-blog-post .blog-post-content .read-more {
    text-transform: uppercase;
    font-size: 14px;
    color: #2a2a2a;
    font-weight: 700;
}
.home-four-blog-post .blog-post-content .read-more i {
	color: #e9a401;
	margin-left: 5px;
}
.home-four-blog-post .blog-post-content .read-more:hover,
.home-four-blog-post .blog-post-content h4 a:hover,
.home-four-blog-post .blog-meta ul li a:hover {
	color: #e9a401;
}

/* 21. Pagination */
.pagination-wrap ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.pagination-wrap ul li {
	margin-right: 10px;
}
.pagination-wrap ul li a {
	display: block;
	background: #252525;
	color: #e9a301;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	font-family: 'Oxanium', cursive;
	padding: 16px 24px;
}
.pagination-wrap ul li a:hover {
	background: #e9a301;
	color: #252525;
}

/* My match */
.my-match-bg {
	background-image: url(../img/bg/my_match_bg.jpg);
	background-position: center;
	background-size: cover;
	padding-top: 190px;
}
.my-match-wrap {
    padding: 0 83px;
}
.my-match-box-wrap {
    position: relative;
    margin-top: -32px;
}
.my-match-box-wrap > img {
    max-width: 100%;
}
.my-match-box-wrap ul {
    display: flex;
    align-items: center;
    position: absolute;
    top: 80px;
    left: 120px;
    right: 100px;
}
.my-match-team {
    display: flex;
    align-items: center;
}
.my-match-box-wrap ul li:first-child {
    width: 400px;
    flex: 0 0 400px;
}
.my-match-box-wrap ul li:nth-child(2) {
    width: 350px;
    flex: 0 0 350px;
}
.my-match-box-wrap ul li:last-child {
	flex-grow: 1;
    text-align: right;
}
.my-match-team .vs {
    margin: 0 25px;
}
.my-match-info {
    padding: 0 35px;
}
.my-match-info .live-btn {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    padding: 7px 18px;
    z-index: 1;
    margin: 0 6px 10px;
}
.my-match-info .live-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: skewX(-25deg);
    z-index: -1;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background: #ff5917;
}
.my-match-info .live-btn:hover,
.watch-stream:hover {
	color: #ff5917;
}
.my-match-info .live-btn:hover::before {
	background: #fff;
}
.my-match-info h5 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.my-match-info > span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ff5917;
}
.watch-stream {
    font-size: 12px;
    text-transform: uppercase;
    color: #a19f9f;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.watch-stream i {
    font-size: 20px;
    color: #d1d1d1;
    margin-right: 10px;
}

/* 22. Testimonial */
.testimonial-active {
	background-color: rgb(27, 16, 36);
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.34);
	position: relative;
	padding: 70px 0 63px;
}
.testimonial-item {
	padding: 0 45px;
}
.testi-quote {
	position: absolute;
	right: 45px;
	bottom: 45px;
	z-index: 1;
}
.testimonial-content h5 {
	margin-bottom: 15px;
}
.testimonial-rating i {
	font-size: 14px;
	color: #e4a101;
}
.testimonial-content p {
	font-size: 18px;
	font-style: italic;
	margin-bottom: 0;
}
.testimonial-avatar {
	display: flex;
	align-items: center;
}
.testi-avtar-img {
	margin-right: 20px;
}
.testi-avatar-info h6 {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 5px;
}
.testi-avatar-info span {
	font-size: 15px;
	font-style: italic;
	line-height: 1;
}
.testimonial-active.owl-carousel .owl-nav {
	top: auto;
	bottom: 50px;
	left: 45px;
	right: auto;
	margin-left: 45px;
	margin-right: 45px;
	margin-top: 55px;
	position: unset;
}
.testimonial-active.owl-carousel .owl-nav button {
	color: #4b4550;
	border-color: #4b4550;
}

/* 23. Community */
.community-area {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.community-bg-shape {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
	opacity: .07;
}
.community-wrap table {
	background: #fff;
	box-shadow: 0px 2px 21px 0px rgba(59, 53, 63, 0.12);
}
.community-wrap thead tr th {
	vertical-align: middle;
	padding: 24px 25px;
	border-bottom: 1px solid #ededed;
}
.community-wrap thead tr {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 800;
	color: #6d6d6d;
	font-family: 'Oxanium', cursive;
}
.community-wrap tr th:first-child {
	text-align: left;
}
.community-wrap tr th,
.community-wrap tr td {
	text-align: center;
}
.community-post-wrap {
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
}
.community-post-content span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #9b9b9b;
	margin-top: 5px;
}
.community-post-content span a {
	font-weight: 500;
	color: #636363;
}
.community-post-content > a {
	font-size: 16px;
	font-weight: 600;
	color: #413f3f;
}
.community-post-tag {
	margin-left: 15px;
}
.community-post-tag a {
	font-size: 12px;
	font-weight: 600;
	color: #413f3f;
	position: relative;
	z-index: 1;
	padding: 7px 20px;
	margin: 5px 2px 0;
	display: inline-block;
}
.community-post-tag a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transform: skewX(-20deg);
	z-index: -1;
	right: 0;
	margin: 0 auto;
	background: #e4a101;
	box-shadow: 0px 1px 8.37px 0.63px rgba(114, 113, 113, 0.18);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.community-wrap tbody td,
.community-wrap tbody th {
	padding: 20px 25px;
	vertical-align: middle;
	border-top: none;
	border-bottom: 1px solid #ededed;
}
.community-wrap .community-post-type th {
	padding: 25px 0 0 25px;
	border: none;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 400;
	color: #9b9b9b;
}
.community-wrap tbody td {
	font-size: 16px;
	font-weight: 500;
	color: #868686;
}
.community-wrap .community-bell {
	position: relative;
}
.community-wrap .community-bell a {
	color: #e4a101;
}
.community-wrap .community-bell::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	width: 1px;
	height: 50px;
	background-color: rgb(223, 223, 223);
}
.create-topic {
	background: #fff;
	box-shadow: 0px 2px 21px 0px rgba(59, 53, 63, 0.12);
	padding: 25px 25px 45px;
}
.create-topic span {
	font-size: 14px;
	font-weight: 400;
	color: #9b9b9b;
	display: block;
	margin-bottom: 20px;
}
.create-topic form input {
	width: 100%;
	border: 1px solid #ebebeb;
	padding: 18px 20px;
	font-size: 14px;
	color: #636363;
	margin-bottom: 20px;
}
.create-topic form input::placeholder {
	font-size: 14px;
	color: #9b9b9b;
}
.create-topic form .btn::before {
	bottom: 0;
}
.create-topic form .btn {
	padding: 16px 39px;
	overflow: hidden;
}
.community-widget {
	background: #fff;
	box-shadow: 0px 2px 21px 0px rgba(59, 53, 63, 0.12);
	padding: 35px;
}
.community-widget-title h5 {
	font-size: 16px;
	text-transform: uppercase;
	color: #515151;
	margin-bottom: 0;
}
.community-sidebar-social ul li a {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #747373;
	background: #fbfbfb;
	border: 1px solid #e5e4e4;
	line-height: 58px;
}
.community-sidebar-social ul li a i {
	margin-right: 10px;
}
.community-sidebar-social ul li {
	margin-bottom: 15px;
}
.community-sidebar-social ul li:last-child {
	margin-bottom: 0;
}
.community-sidebar-social ul li a:hover {
	background: #e4a101;
	color: #fff;
	border-color: #e4a101;
}
.community-sidebar-game ul li {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.community-sidebar-game ul li:last-child {
	margin-bottom: 0;
}
.sidebar-new-game-thumb {
	margin-right: 20px;
}
.sidebar-new-game-thumb img {
	border-radius: 12px;
}
.sidebar-new-game-content span {
	font-size: 14px;
	line-height: 1;
	color: #9b9b9b;
	display: block;
	margin-bottom: 5px;
}
.sidebar-new-game-content h5 {
	font-size: 16px;
	font-weight: 600;
	color: #413f3f;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 0;
	line-height: 24px;
}
.sidebar-new-game-content h5 a:hover,
.contact-form button:hover {
	color: #fff;
	background-color:#9b7415;
}


/* 24. Contact */
#contact-map {
	width: 100%;
	height: 445px;
	display: block;
	background-image: url(../img/images/kontakt.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	box-shadow: 0px 2px 12.09px 0.91px rgba(184, 184, 184, 0.35);
}
.contact-area .title-style-three {
	padding-bottom: 0;
}
.contact-area .title-style-three::before {
	display: none;
}
.contact-area .title-style-three h2 {
	font-size: 30px;
	letter-spacing: -1px;
}
.contact-info-list ul li {
	color: #6c6c6c;
	display: block;
	font-size: 14px;
	margin-bottom: 8px;
}
.contact-info-list ul li:last-child {
	margin-bottom: 0;
}
.contact-info-list ul li i {
	margin-right: 10px;
	color: #e9a301;
}
.contact-form textarea {
	width: 100%;
	border: none;
	font-size: 14px;
	border-bottom: 2px solid #eeeeee;
	height: 105px;
	margin-bottom: 50px;
	padding: 7px 7px 20px;
	transition: .3s linear;
}
.contact-form textarea::placeholder,
.contact-form input::placeholder {
	font-size: 14px;
	color: #9e9e9e;
}
.contact-form textarea:focus,
.contact-form input:focus {
	border-color: #e9a301;
}
.contact-form input {
	width: 100%;
	border: none;
	font-size: 14px;
	border-bottom: 2px solid #eeeeee;
	margin-bottom: 50px;
	padding: 7px 7px 10px;
	transition: .3s linear;
}
.contact-form button {
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: 800;
	color: #1c1121;
	text-transform: uppercase;
	border: none;
	background: #e4a101;
    padding: 0;
    cursor: pointer;
    line-height: 1;
    padding-bottom: 20px;
    padding-top: 20px;
	border-bottom: 2px solid #e9a301;
	margin-top: 16px;
	transition: .3s linear;
}

/* 25. Newsletter */
.newsletter-wrap {
	border-radius: 80px;
	background-color: rgb(25, 14, 34);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px 65px;
	margin-top: -55px;
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}
.newsletter-form form {
	display: flex;
	align-items: center;
	margin-right: 20px;
}
.newsletter-form-grp {
	position: relative;
}
.newsletter-form-grp i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	left: 15px;
}
.newsletter-form form input {
	width: 495px;
	background: #24182d;
	border: none;
	color: #fff;
	padding: 17px 40px;
	font-size: 14px;
	font-weight: 500;
}
.newsletter-form form input::placeholder {
	color: #a0a0a0;
}
.newsletter-form-grp::before,
.newsletter-form button::before {
	content: "";
	position: absolute;
	left: -20px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 55px 20px;
	border-color: transparent transparent #24182d transparent;
}
.newsletter-form-grp::after,
.newsletter-form button::after {
	content: "";
	position: absolute;
	right: -20px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 55px 20px 0 0;
	border-color: #24182d transparent transparent transparent;
}
.newsletter-title h2 {
	font-size: 26px;
	letter-spacing: -1px;
}
.newsletter-form button {
	border: none;
	color: #1c1121;
	font-size: 14px;
	font-weight: 800;
	padding: 17px 15px;
	margin-left: 30px;
	position: relative;
	cursor: pointer;
	transition: .3s linear;
}
.newsletter-form button::before {
	border-color: transparent transparent #e4a101 transparent;
	transition: .3s linear;
}
.newsletter-form button::after {
	border-color: #e4a101 transparent transparent transparent;
	transition: .3s linear;
}
.newsletter-form button:hover {
	background: #fff;
}
.newsletter-form button:hover::before {
	border-color: transparent transparent #fff transparent;
}
.newsletter-form button:hover::after {
	border-color: #fff transparent transparent transparent;
}
.newsletter-form button i {
	font-size: 12px;
	margin-left: 5px;
}
.s-newsletter-area .newsletter-wrap {
	background-color: #1c181e;
}
.s-newsletter-area .newsletter-title h2 {
	letter-spacing: 0;
	text-transform: uppercase;
}
.s-newsletter-area .newsletter-form form input {
	background: #262228;
}
.s-newsletter-area .newsletter-form-grp::after {
	border-color: #262228 transparent transparent transparent;
}
.s-newsletter-area .newsletter-form-grp::before {
	border-color: transparent transparent #262228 transparent;
}


/* 26. Footer */
.footer-separator {
	width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #ff000000 , #7b5700, #ff000000);
    box-shadow: 0px 0px 14px 1px #000000;
}

.footer-bg {
	background-image: url(../img/bg/footer.jpg);
	background-color: #f9f9f9;
	background-position: top center;
	background-size: cover;
	padding-top:35px;
	position: relative;
	z-index: 1;
}
.footer-bg .fw-title h5 {
	font-size: 16px;
	text-transform: uppercase;
}
.footer-text p {
	font-size: 13px;
	line-height:20px;
	color: #90949c;
	margin-bottom: 15px;
}
.footer-contact ul li {
	margin-bottom: 10px;
	font-size: 15px;
	color: #90949c;
	line-height: 28px;
}
.footer-contact ul li i {
	margin-right: 10px;
}
.footer-contact ul li span {
	font-weight: 500;
}
.footer-contact ul li:last-child {
	margin-bottom: 0;
}
.fw-title h5 {
	font-size: 18px;
	color: #c8c8c8;
	margin-bottom: 0;
	line-height: 1;
	padding-bottom: 20px;
	position: relative;
}
.fw-title h5::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 3px;
}
.fw-link ul li {
	display: block;
}
.fw-link ul li a {
	color: #90949c;
	font-size: 14px;
	line-height: 28px;
	display: inline-block;
}
.fw-link ul li a:hover {
	padding-left: 5px;
}
.footer-social ul {
	display: flex;
	flex-wrap: wrap;
}
.footer-social ul li {
	display: block;
	margin-right: 9px;
}
.footer-social ul li a {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	background-size: contain !important;
}
.footer-social ul li a:hover{
	opacity:0.5;
}
.footer-social a.tiktok{
	background: url('../img/icon/tiktok.png');
}
.footer-social a.twitter {
	background: url('../img/icon/twitter.png');
}
.footer-social a.discord {
	background: url('../img/icon/discord.png');
}
.footer-social a.youtube {
	background: url('../img/icon/youtube.png');
}
.footer-social a.instagram {
	background: url('../img/icon/instagram.png');
}
.footer-disclaimer{
	color: #90949c;
    font-size: 10px;
    line-height: 13px;
    display: inline-block;
    margin-top: 20px;
}
.footer-newsletter input {
	width: 100%;
	background: #262228;
	border: none;
	padding: 12px 20px;
	color: #fff;
	padding-right: 60px;
	font-size: 14px;
}
.footer-newsletter input::placeholder {
	color: #7c7c7d;
	font-size: 14px;
}
.footer-newsletter form {
	position: relative;
}
.footer-newsletter button {
	position: absolute;
	width: 53px;
	height: 100%;
	border: none;
	color: #1c1121;
	right: 0;
	top: 0;
	cursor: pointer;
	font-size: 14px;
}
.footer-fire {
	position: absolute;
	left: 90px;
	bottom: 0;
	z-index: -1;
}
.footer-fire-right {
	left: auto;
	right: 90px;
}
.copyright-wrap {
	background: #161417;
	padding: 20px 0;
	user-select:none;
}
.copyright-text p {
	font-size: 13px;
	color: #90949c;
	margin-bottom: 0;
	cursor:default;
}
.copyright-text p a {
	font-weight: 500;
}
.fw-text p {
    font-size: 14px;
    line-height: 28px;
    padding-right: 70px;
    margin-bottom: 20px;
}
.fw-social ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.fw-social ul li + li {
	margin-left: 15px;
}
.fw-social ul li a {
    display: block;
    font-size: 14px;
	color: #a6a6a5;
	line-height: 1;
}
.fw-social ul li a:hover,
.fw-quick-link ul li a:hover,
.fw-title h3 > span {
	color: #ff5917;
}
.fw-title h3 {
    font-size: 26px;
    font-family: 'grinddemolished';
    font-weight: normal;
    line-height: 1;
    margin-bottom: 0;
}
.fw-quick-link ul li a {
    display: inline-block;
    font-size: 14px;
    color: #b5b5b5;
    font-weight: 500;
}
.fw-quick-link ul li + li {
	margin-top: 10px;
}

/* 27. Preloader */
#preloader{
	background-color: #161417;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;
	margin-top: 0px;
	top: 0px;
	z-index: 99;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	-webkit-animation: spin 3s infinite;
	animation: spin 3s infinite;
}

@-webkit-keyframes spin{
  from { transform: translate(-50%, -50%) rotateY(0deg); }
  to   { transform: translate(-50%, -50%) rotateY(-360deg); }
}

@keyframes spin {
  from {
    -moz-transform: translate(-50%, -50%) rotateY(0deg);
    -ms-transform: translate(-50%, -50%) rotateY(0deg);
    transform: translate(-50%, -50%) rotateY(0deg);
  }
  
  to {
    -moz-transform: translate(-50%, -50%) rotateY(-360deg);
    -ms-transform: translate(-50%, -50%) rotateY(-360deg);
    transform: translate(-50%, -50%) rotateY(-360deg);
  }
}

.page-noise{
	z-index:10000;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	pointer-events:none;
}
.page-noise::after{
	content:"";
	position:absolute;
	display:block;
	top:-10rem;
	left:-10rem;
	width:calc(100% + 20rem);
	height:calc(100% + 20rem);
	background:transparent url("data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2tpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ4IDc5LjE2NDAzNiwgMjAxOS8wOC8xMy0wMTowNjo1NyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpENjg0QjM3RTBGNjMxMUU4QkFFNzhFMURFMjdEQ0Q4OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5OThGQTcwODNCMTIxMUVBOUQyNkVCMEI5QjgxNUE1NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5OThGQTcwNzNCMTIxMUVBOUQyNkVCMEI5QjgxNUE1NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5ZGE5OTYwZi1lYTRkLTQ3YzAtYTYxOS01MTYwZWUyZDQ1NjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RDY4NEIzN0UwRjYzMTFFOEJBRTc4RTFERTI3RENEODkiLz4gPC9yZGY6RGVz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") 0;
	-webkit-animation:noise 1s steps(3) infinite;
	animation:noise 1s steps(3) infinite
}

@-webkit-keyframes noise{
	0%{-webkit-transform:translate3d(0,9rem,0);transform:translate3d(0,9rem,0)}
	10%{-webkit-transform:translate3d(-1rem,-4rem,0);transform:translate3d(-1rem,-4rem,0)}
	20%{-webkit-transform:translate3d(-8rem,2rem,0);transform:translate3d(-8rem,2rem,0)}
	30%{-webkit-transform:translate3d(9rem,-9rem,0);transform:translate3d(9rem,-9rem,0)}
	40%{-webkit-transform:translate3d(-2rem,7rem,0);transform:translate3d(-2rem,7rem,0)}
	50%{-webkit-transform:translate3d(-9rem,-4rem,0);transform:translate3d(-9rem,-4rem,0)}
	60%{-webkit-transform:translate3d(2rem,6rem,0);transform:translate3d(2rem,6rem,0)}
	70%{-webkit-transform:translate3d(7rem,-8rem,0);transform:translate3d(7rem,-8rem,0)}
	80%{-webkit-transform:translate3d(-9rem,1rem,0);transform:translate3d(-9rem,1rem,0)}
	90%{-webkit-transform:translate3d(6rem,-5rem,0);transform:translate3d(6rem,-5rem,0)}
	to{-webkit-transform:translate3d(-7rem,0,0);transform:translate3d(-7rem,0,0)}
}
@keyframes noise{
	0%{-webkit-transform:translate3d(0,9rem,0);transform:translate3d(0,9rem,0)}
	10%{-webkit-transform:translate3d(-1rem,-4rem,0);transform:translate3d(-1rem,-4rem,0)}
	20%{-webkit-transform:translate3d(-8rem,2rem,0);transform:translate3d(-8rem,2rem,0)}
	30%{-webkit-transform:translate3d(9rem,-9rem,0);transform:translate3d(9rem,-9rem,0)}
	40%{-webkit-transform:translate3d(-2rem,7rem,0);transform:translate3d(-2rem,7rem,0)}
	50%{-webkit-transform:translate3d(-9rem,-4rem,0);transform:translate3d(-9rem,-4rem,0)}
	60%{-webkit-transform:translate3d(2rem,6rem,0);transform:translate3d(2rem,6rem,0)}
	70%{-webkit-transform:translate3d(7rem,-8rem,0);transform:translate3d(7rem,-8rem,0)}
	80%{-webkit-transform:translate3d(-9rem,1rem,0);transform:translate3d(-9rem,1rem,0)}
	90%{-webkit-transform:translate3d(6rem,-5rem,0);transform:translate3d(6rem,-5rem,0)}
	to{-webkit-transform:translate3d(-7rem,0,0);transform:translate3d(-7rem,0,0)}
}


#crosshair-h{
    width: 100%;
    height: 1px;
    margin-top: -1px;
	pointer-events:none;
	z-index:10000;
}
#crosshair-v{
    height: 100%;
    width: 1px;
    margin-left: -1px;
	pointer-events:none;
	z-index:10000;
}
.hair{    
    position: fixed;
    border: 0.02px solid #666;
	opacity:0.1;
	position: absolute;
    top: 0px;
    left: 0px;
    background-color: #000;
}