/*
  Theme Name: Name - Multipurpose HTML Template
  Support: admin@gmail.com
  Description: Creative  HTML5 template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. banner
4. about-area
5. slider
6. match-schedule
7. video-area
8. support
9. feature
10. footer
*/



/* 1. Theme default css */
@font-face {
	font-family: refault;
	src: url(../fonts/REFAULT.otf)
}

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Rubik:wght@400;500;600;700&display=swap');

body {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #c2c2c2;
	font-style: normal;
}

img,
.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;
	text-decoration: none;
}

.btn:focus,
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: 'Roboto', sans-serif;
	color: #001d23;
	margin-top: 0px;
	font-style: normal;
	font-weight: 700;
	text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 15px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
	text-transform: uppercase;
	color: #ff7f00;
}

h6 {
	font-size: 43px;
	font-weight: 600;
	font-family: 'Rubik', sans-serif;
	text-transform: uppercase;
	color: #fff;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none
}

p {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Rubik', sans-serif;
	line-height: 28px;
	color: #90949c;
	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: #d6b161;
	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
}

/* scrollbar */
html::-webkit-scrollbar {
	width: 0.6vw;
}

html::-webkit-scrollbar-thumb {
	background-color: #ff7f00;
}

html::-webkit-scrollbar-track {
	background-color: #15171c;
}

/* slick css */
.slick-track {
	display: flex;
	align-items: center;
}

/* Bootstrap 5 */
.container {
	padding-left: 0;
	padding-right: 0;
}

.footer-container {
	max-width: 1290px;
}

.row {
	--bs-gutter-x: 30px;
}

.row.g-0 {
	--bs-gutter-x: 0;
}

.gutter-y-30 {
	--bs-gutter-y: 30px;
}

/* 4. Search */
.search-popup-wrap {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(31, 31, 41, 0.95);
	height: 100%;
	width: 100%;
	z-index: 99;
	padding: 100px 0;
	display: none;
}

.search-wrap {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.search-wrap .title {
	font-size: 47px;
	margin: 0 0 70px 0;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	letter-spacing: -1px;
	color: #fff;
}

.search-form {
	position: relative;
}

.search-form input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #ff8503;
	padding: 10px 50px 20px;
	text-align: center;
	font-weight: 500;
	font-size: 30px;
	background: transparent;
	color: #fff;
}

.search-form input::placeholder {
	font-size: 30px;
	color: #fff;
	opacity: .5;
}

.search-popup-wrap-btn {
	position: absolute;
	right: 20px;
	background: transparent;
	border: 0;
	font-size: 25px;
	color: #ff8503;
	top: 50%;
	transform: translateY(-50%);
}

.search-close {
	position: absolute;
	top: 5%;
	right: 5%;
	font-size: 30px;
	color: #ff8503;
	cursor: pointer;
}

/* button style */
.btn-2:hover {
	color: #fff;
}

.btn {
	position: relative;
	user-select: none;
	-moz-user-select: none;
	background: #fa6501 none repeat scroll 0 0;
	border: none;
	border-radius: 5px 5px 11px 14px;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5),
		inset 0px -25px 30px rgba(128, 18, 40, 0.5);
	clip-path: polygon(0 0, 100% 0, 96% 100%, 5% 100%);
	cursor: pointer;
	display: inline-block;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	padding: 22px 55px;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	transition: 0.5s;
}

.btn:before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #1a1f2a;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.btn:hover:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

.btn:hover {
	color: #fff;
	background: #1a1f2a;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	border-radius: 10px;
}

.btn2 {
	position: relative;
	z-index: 0;
	display: inline-flex;
	align-items: center;
	margin: 0 0 0;
	background: #ff8503;
	clip-path: polygon(90% 0, 100% 25%, 100% 100%, 10% 100%, 0 66%, 0 0);
	padding: 12px 32px;
	font-size: 20px;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-right: 11px;
	margin-left: 20px;
}

.btn2::before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 0%;
	background: #2b2b33;
	z-index: -1;
	transition: 0.8s;
	top: 0;
	border-radius: 0 0 50% 50%;
}

.btn2:hover {
	color: #ff8503;
}

.btn2:hover::before {
	height: 200%;
	transition: 0.8s;
}

.breadcrumb>.active {
	color: #888;
}


/* preloader */
#preloader {
	background-color: #000;
	height: 100%;
	width: 100%;
	position: fixed;
	margin-top: 0px;
	top: 0px;
	z-index: 999;
}

#loading-center {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.loader {
	position: relative;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin: 75px;
	display: inline-block;
	vertical-align: middle;
}

.loader .loader-outter {
	position: absolute;
	border: 4px solid #ff7f00;
	border-left-color: transparent;
	border-bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
	animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

.loader .loader-inner {
	position: absolute;
	border: 4px solid #ff7f00;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	left: calc(50% - 20px);
	top: calc(50% - 20px);
	border-right: 0;
	border-top-color: transparent;
	-webkit-animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
	animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

@-webkit-keyframes loader-outter {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loader-outter {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes loader-inner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes loader-inner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}


/* scrollUp */
.scroll-top {
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: fixed;
	bottom: 105%;
	right: 50px;
	font-size: 16px;
	border-radius: 50%;
	z-index: 99;
	color: #3d3d3d;
	text-align: center;
	cursor: pointer;
	background: #ff7f00;
	transition: 0.5s ease;
	border: none;
}

.scroll-top.open {
	bottom: 30px;
}

.scroll-top::after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
	background: #313131;
	color: #ff7f00;
}

/* Offcanvas-menu */
.extra-info {
	background: #1f2029 none repeat scroll 0 0;
	height: 100%;
	padding: 30px;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.7s ease 0s;
	width: 340px;
	z-index: 999;
	overflow-y: scroll;
	transform: translateX(100%);
}

.extra-info.active {
	transform: translateX(0);
}

.close-icon {
	margin-top: -16px;
	text-align: right;
}

.close-icon>button {
	background: transparent;
	border: 0 none;
	color: #ff7f00;
	cursor: pointer;
	font-size: 20px;
	padding: 0;
}

.side-info {
	border-top: 1px solid #344159;
	padding-top: 25px;
}

.contact-list h4 {
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
}

.contact-list p {
	color: #cfcfcf;
	margin: 0;
	margin-bottom: 2px;
	line-height: 26px;
}

.side-instagram {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin: -5px;
}

.side-instagram li {
	width: 33.3333%;
	flex: 0 0 33.3333%;
	padding: 5px;
}

.side-instagram li>a {
	display: block;
}

.side-instagram img {
	width: 100%;
}

.social-icon-right>a {
	color: #fff;
	display: inline-block;
	margin-right: 20px;
	text-align: center;
}

.social-icon-right>a:hover {
	color: #ff7f00;
}

.offcanvas-overly {
	position: fixed;
	background: #000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.offcanvas-overly.active {
	opacity: .5;
	visibility: visible;
}

/* 5. Breadcrumb */
.breadcrumb-bg {
	background-image: url(../img/bg/breadcrumb_bg.jpg);
	background-position: bottom center;
	background-size: cover;
	position: relative;
	z-index: 2;
}

.breadcrumb-bg-two,
.breadcrumb-bg-three {
	background-image: url(../img/bg/breadcrumb_bg02.jpg);
}

.breadcrumb-bg-three .breadcrumb-content {
	text-align: center;
}

.breadcrumb-overflow {
	overflow: hidden;
	padding: 65px 0 110px;
	position: relative;
}

.breadcrumb-bg::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -11px;
	width: 100%;
	height: 11px;
	background-image: url(../img/bg/breadcrumb_line.png);
	background-size: cover;
	background-position: center;
}

.breadcrumb-inner {
	padding: 0 85px;
}

.breadcrumb-content .title {
	font-size: 60px;
	line-height: 1;
	font-weight: 600;
	margin: 0 0 25px;
}

.breadcrumb-content .breadcrumb {
	display: inline-flex;
	align-items: center;
	margin: 0 0 0;
	background: #ff7f00;
	clip-path: polygon(90% 0, 100% 34%, 100% 100%, 10% 100%, 0 66%, 0 0);
	padding: 15px 25px;
}

.breadcrumb-content .breadcrumb .breadcrumb-item {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

.breadcrumb-content .breadcrumb .breadcrumb-item a {
	color: #fff;
}

.breadcrumb-content .breadcrumb-item+.breadcrumb-item::before {
	padding-right: .5rem;
	color: #fff;
	content: var(--bs-breadcrumb-divider, "\f101");
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
}

.breadcrumb-shape {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.breadcrumb-shape.shape-2 {
	left: auto;
	right: 0;
}

.breadcrumb-img {
	position: relative;
	padding: 0 65px 0 0;
	height: 330px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.breadcrumb-img::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-image: url(../img/images/breadcrumb_img_shape.png);
	width: 570px;
	height: 426px;
	z-index: -1;
}

.zoom-fade,
.breadcrumb-img::before {
	animation-name: zoom-fade;
	animation-duration: 15s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: zoom-fade;
	-webkit-animation-duration: 15s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: zoom-fade;
	-moz-animation-duration: 15s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: zoom-fade;
	-ms-animation-duration: 15s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: zoom-fade;
	-o-animation-duration: 15s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
	0% {
		-webkit-transform: scale(0.9) translate(-50%, -50%);
		transform: scale(0.9) translate(-50%, -50%);
	}

	50% {
		-webkit-transform: scale(1) translate(-50%, -50%);
		transform: scale(1) translate(-50%, -50%);
	}

	100% {
		-webkit-transform: scale(0.9) translate(-50%, -50%);
		transform: scale(0.9) translate(-50%, -50%);
	}
}

@keyframes zoom-fade {
	0% {
		-webkit-transform: scale(0.9) translate(-50%, -50%);
		transform: scale(0.9) translate(-50%, -50%);
	}

	50% {
		-webkit-transform: scale(1) translate(-50%, -50%);
		transform: scale(1) translate(-50%, -50%);
	}

	100% {
		-webkit-transform: scale(0.9) translate(-50%, -50%);
		transform: scale(0.9) translate(-50%, -50%);
	}
}

.breadcrumb-img-two {
	max-width: 534px;
	margin: 0 auto;
	padding: 0 85px;
	position: relative;
	z-index: 1;
}

.breadcrumb-img-two::before,
.breadcrumb-img-two::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../img/images/breadcrumb_img_shape01.png);
	width: 210px;
	height: 319px;
	pointer-events: none;
	transition: .5s linear;
	z-index: -1;
}

.breadcrumb-img-two::after {
	background-image: url(../img/images/breadcrumb_img_shape02.png);
	left: auto;
	right: 0;
}

.breadcrumb-img-two:hover::before {
	left: 50px;
}

.breadcrumb-img-two:hover::after {
	left: auto;
	right: 50px;
}

.breadcrumb-img-three {
	min-width: 416px;
	margin: 0 0 0 -22px;
	padding: 0 0;
	position: relative;
	z-index: 1;
}

.breadcrumb-img-three.right-team {
	margin: 0 -22px 0 auto;
}

.breadcrumb-img-three::before,
.breadcrumb-img-three::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../img/images/breadcrumb_team_shape01.png);
	width: 164px;
	height: 249px;
	pointer-events: none;
	transition: .4s linear;
}

.breadcrumb-img-three::after {
	background-image: url(../img/images/breadcrumb_team_shape02.png);
	left: auto;
	right: 0;
}

.breadcrumb-img-three:hover::before {
	left: 25px;
}

.breadcrumb-img-three:hover::after {
	left: auto;
	right: 25px;
}

.breadcrumb-img-three .team-name {
	margin: 12px 0 0;
	text-align: center;
}

.breadcrumb-img-three .team-logo {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 31%;
}

.breadcrumb-img-three.right-team .team-logo {
	transform: translateX(-43%);
}

.breadcrumb-bg-three .breadcrumb-overflow {
	padding: 90px 0 130px;
	position: relative;
}

.breadcrumb-content .coming-time {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ff7f00;
	clip-path: polygon(93% 0, 100% 34%, 100% 100%, 8% 100%, 0 66%, 0 0);
	padding: 10px 25px;
	max-width: 255px;
	min-height: 55px;
	color: #fff;
	margin: 0 auto;
	font-size: 22px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}

.breadcrumb-content .coming-time .time-count {
	display: flex;
	align-items: center;
	margin-right: 10px;
}

.breadcrumb-content .coming-time .time-count span {
	margin-right: 10px;
}

.breadcrumb-content .coming-time .time-count:last-child,
.breadcrumb-content .coming-time .time-count:last-child span {
	margin-right: 0;
}


/* 1. Mobile-menu */
.nav-outer .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	display: none;
	color: #fff;
	margin-right: 30px;
	top: 15px;
}

.nav-logo img {
	width: 150px;
}

.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
	border-radius: 0px;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu .navbar-collapse {
	display: block !important;
}

.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	text-align: left;
}

.mobile-menu-visible {
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .navigation li.current>a:before {
	height: 100%;
}

.menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	opacity: 0;
	visibility: hidden;
	background: #fff;
}

.mobile-menu-visible .menu-backdrop {
	opacity: 0.80;
	visibility: visible;
}

.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background: #1a1f2a;
	padding: 0px 0px;
	z-index: 5;
	box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}

.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
}

.mobile-menu .close-btn {
	position: absolute;
	right: 2%;
	top: 37px;
	line-height: 30px;
	width: 35px;
	text-align: center;
	font-size: 20px;
	color: #ff7f00;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
}

.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-top: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation li>a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 25px;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	text-transform: capitalize;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: none;
}

.mobile-menu .navigation li ul li>a {
	font-size: 15px;
	margin-left: 20px;
	text-transform: capitalize;
}

.mobile-menu .navigation li ul li ul li a {
	margin-left: 40px;
}

.mobile-menu .navigation li ul li ul li ul li a {
	margin-left: 60px;
}

.mobile-menu .navigation li>a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #312620;
	background: #efefef;
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn:hover {
	background: #ff7f00;
	color: #fff;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
	display: none;
}

.mobile-menu .social-links ul {
	display: flex;
	position: relative;
	text-align: center;
	padding: 30px 20px 20px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.mobile-menu .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 6px 10px;
}

.mobile-menu .social-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	position: relative;
	line-height: 32px;
	font-size: 16px;
	color: #fff;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: 1px solid #efefef;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.mobile-menu .social-links li a:hover {
	border-color: #ff7f00;
	background: #ff7f00;
	color: #fff;
}

.menu-area .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 30px;
	cursor: pointer;
	line-height: 1;
	color: #fff;
	display: none;
	margin-top: 3px;
}

/* offcanvas-end */

/* 2. Header */
.custom-container {
	max-width: 1492px;
}

.header-0 {
	position: absolute;
	width: 100%;
	z-index: 1;
}

.header-0 .navbar-wrap ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: 0px;
}

.header-0 .navbar-wrap .right li a {
	margin: 45px 50px 35px 6px;
}

.header-0 .navbar-wrap .right .menu-item-has-children .submenu li a {
	margin: 0px 50px 0px 6px;
}

.header-0 .navbar-wrap .right li:last-child a {
	padding-right: 0;
	margin: 45px 33px 35px 6px;
}

.transparent-header {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	z-index: 9;
	height: auto;
}

.menu-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.logo img {
	max-width: 200px;
}

.navbar-wrap {
	display: flex;
	flex-grow: 1;
}

.navbar-wrap ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: auto;
}

.navbar-wrap .right li:last-child .contact-nav-menu {
	padding: 45px 24px 35px 6px;
}

.header-0 .navbar-wrap ul.left {
	margin-left: 0;
}

.navbar-wrap ul li {
	display: block;
	position: relative;
}

.navbar-wrap ul li a {
	font-size: 15px;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #f4f4f4;
	margin: 45px 62px 35px 6px;
	letter-spacing: 0.5px;
	display: block;
	line-height: 1;
	position: relative;
	z-index: 1;
}

.navbar-wrap>ul>li.active>a,
.navbar-wrap>ul>li:hover>a {
	color: #ff7f00;
}

.navbar-wrap ul li a::after {
	content: "";
	position: absolute;
	background-color: #ff7f00;
	height: 4px;
	width: 0;
	left: 0;
	bottom: -12px;
	transition: 0.3s;
	opacity: 0;
	text-align: center;
	transform: skewX(-45deg);
}

.navbar-wrap ul li:hover a:after {
	width: 100%;
	opacity: 1;
}

.main-menu .navigation li.menu-item-has-children .dropdown-btn {
	display: none;
}

.main-menu nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.navbar-wrap ul li .submenu {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	min-width: 230px;
	border: 1px solid #1A1F2A;
	background: #1A1F2A;
	margin: 0;
	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;
	border-radius: 0;
	padding: 18px 0;
	display: block;
	visibility: hidden;
	opacity: 0;
	z-index: 9;
}

.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;
	margin: 0;
	line-height: 40px;
	font-size: 17px;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	text-transform: capitalize;
	-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:last-child a {
	margin: 0;
} */

.navbar-wrap ul li .submenu li a::after {
	display: none;
}

.navbar-wrap ul li .submenu li a:hover {
	color: #ff7f00;
}

.navbar-wrap ul li:hover>.submenu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.sticky-menu {
	position: fixed;
	left: 0;
	margin: auto;
	top: 0;
	width: 100%;
	padding: 3px 0;
	z-index: 99;
	background: #1a1f2a;
	-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;
}

.header-bg {
	background: url(../img/bg/header1_bg.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 177px;
	z-index: -1;
}

.header-top {
	position: relative;
	z-index: 10;
}

.header-icon {
	position: absolute;
	right: 0;
	top: 33px;
}

.header-0 .navbar-wrap .logo {
	position: absolute;
	left: 49.3%;
	top: 0;
	transform: translateX(-50%);
	z-index: 9;
}

.header-top-contact {
	padding-top: 13px;
	padding-left: 5px;
}

.header-top-contact ul {
	display: flex;
}

.header-top-contact ul li {
	margin-right: 9px;
	padding-right: 18px;
	position: relative;
}

.header-top-contact ul li a,
.header-top-social ul li a,
.header-top-social ul li {
	font-size: 13px;
	font-weight: 400;
	font-family: 'Rubik', sans-serif;
	color: #737a8f;
	letter-spacing: 0.4px;
	word-spacing: 1px;
}

.header-top-contact ul li a:hover i,
.header-top-social ul li a:hover i {
	color: #ff7f00;
}

.header-top-contact ul li a i {
	padding-right: 5px;
	color: #b3b2b2;
	transition: 0.5s;
}

.header-top-contact ul li::before {
	content: "";
	position: absolute;
	right: 4px;
	top: 6px;
	width: 1px;
	height: 56%;
	background: #fff;
	opacity: .12;
}

.header-top-contact ul li:last-child:before,
.header-top-right ul li:last-child:before {
	display: none;
}

.header-top-contact ul li:last-child,
.header-top-right ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}

.header-top-social {
	padding-top: 15px;
}

.header-top-social ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header-top-social ul li {
	padding: 0 9px 0 0;
}

.header-top-social ul li:nth-child(5) {
	padding: 0 0 0 0;
}

.header-top-social ul li a:hover i {
	color: #ff7f00;
}

.header-top-social ul li a i {
	font-size: 14px;
	padding-right: 5px;
	color: #d3d3d3;
	transition: 0.5s;
}

.header-action-search {
	padding-top: 7px;
}

.login {
	padding-left: 43px;
	padding-top: 8px;
	position: relative;
}

.login::before {
	content: "";
	position: absolute;
	left: 23px;
	top: 12px;
	width: 5px;
	height: 72%;
	background: #15151a;
	box-shadow: 0px 3px 7px 0px rgba(128, 18, 40, 0.2),
		inset 0px 3px 7px 0px rgba(56, 17, 33, 0.4);
}

.login a {
	position: relative;
	display: block;
	background: #202534;
	overflow: hidden;
	text-transform: uppercase;
	color: #d3d3d3;
	font-weight: 700;
	font-size: 11px;
	font-family: 'Oswald', sans-serif;
	padding: 5px 27px 5px 7px;
	border-top: 2px solid #2a2b37;
	border-bottom: 2px solid #2a2b37;
	box-shadow: rgb(0 0 0 / 35%) 0px 3px 7px 0px;
	z-index: 1;
}

.login a:hover {
	color: #202534;
}

.login a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	background: #ff7f00;
	transition: 0.5s ease-in-out;
	z-index: -1;
}

.login a:hover:after {
	left: 0;
}

.login 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: #d3d3d3;
}

.login a::before {
	content: "";
	position: absolute;
	width: 5px;
	height: 100%;
	top: 0;
	right: 0;
	background: #ff7f00;
}

/* 1. header-start */
.custom-container2 {
	max-width: 1517px;
}

.header-bg2 {
	background: #1d2230;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 96px;
	z-index: 1;
	box-shadow: 0px 10px 10px 25px rgb(0 0 0 / 10%);
}

.header-bg2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -17px;
	width: 468px;
	height: 17px;
	background: #1d2230;
	clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
}

.logo2 {
	padding-top: 15px;
}

/* main-start */
.main-bg {
	background: #08191e;
}

.main-bg1 {
	background: #121625;
}

.main-bg2 {
	background: #08191e;
}

/* 3. banner-start */
.banner-container {
	max-width: 1460px;
}

.banner-bg {
	background-image: url(../img/bg/banner-bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	padding: 390px 0;
	height: 1323px;
}

.banner-content .small-title {
	color: #fff;
	font-size: 23px;
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 28px;
	text-shadow: 0px 7px 0px rgba(0, 0, 0, 0.54);
	margin-bottom: 10px;
	text-transform: uppercase;
	padding-left: 40px;
}

.small-title img {
	padding-right: 17px;
}

.banner-content .title {
	color: #fff;
	line-height: .9;
	margin-bottom: 0;
	font-size: 140px;
	font-family: 'Refault';
	font-weight: normal;
	font-style: italic;
	text-transform: uppercase;
}

.banner-content .title span {
	color: #ff7f00;
}

.banner-btn .text-btn {
	font-size: 14px;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #fff;
	padding-left: 25px;
	letter-spacing: 4px;
	word-spacing: 1px;
}

.banner-btn .text-btn:hover {
	color: #ff7f00;
}

.banner-btn {
	display: flex;
	align-items: baseline;
	padding-top: 12px;
	padding-left: 8px;
}

.banner-sponsor-area {
	margin-top: 22%;
}

.banner-sponsor-item {
	display: flex;
	justify-content: center;
}


/* 4. about-start */
.about-us-container {
	max-width: 1270px;
}

.about-us {
	padding: 120px 0 58px;
}

.about-us-bg {
	background: url(../img/bg/about-bg.jpg);
	background-repeat: no-repeat;
	padding: 120px 0 0;
	position: relative;
	z-index: 0;
}

.services-detail-bg,
.feature-detail-bg {
	background: #202531;
	border-radius: 20px;
	border-top: 2px solid #3d4350;
	overflow: hidden;
	position: relative;
	padding: 23px;
	box-shadow: 0px 0px 5px -3px rgba(0, 0, 0, 0.1);
	transition: 0.5s all ease-in-out;
}

.bg-hover:hover {
	transform: translateY(-20px);
}

.service-gap {
	padding: 20px;
}

.service-img,
.feature-img {
	background: #191e29;
	border-radius: 50%;
	margin: 0 80px;
	padding: 7px;
}

.service-img img {
	transition: 0.3s ease-in-out;
}

.service-content h5 {
	font-family: 'Rubik', sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	padding-top: 22px;
}

.service-content h6 {
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-transform: capitalize;
	color: #606679;
	margin-bottom: 6px;
}

.service-content h6 span {
	color: #fff;
	transition: 0.3s ease-in-out;
}

.services-detail-bg:hover .service-content h6 span,
.services-detail-bg:hover .version h5 {
	color: #ff7f00;
}

.services-detail-bg:hover .service-img img,
.feature-detail-bg:hover .feature-img img {
	transform: scale(1.1);
}

.version {
	background-image: url(../img/bg/version-bg.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 23%;
	height: 21%;
	top: -17px;
	right: -26px;
}

.version h5 {
	position: relative;
	font-family: 'Rubik', sans-serif;
	font-weight: 600;
	font-size: 10px;
	color: #cdcccb;
	margin-bottom: 0px;
	margin-top: 21px;
	margin-right: 22px;
	transition: 0.3s ease-in-out;
}

.about-content-area ul li {
	transition: 1s;
	transition-delay: 3s;
}

.about-content-area ul li .nav-link {
	cursor: pointer;
	font-weight: 600;
	font-size: 14px;
	font-family: 'Rubik', sans-serif;
	color: #f2f2f2;
	text-transform: uppercase;
	padding: 0 40px 0 0 !important;
	border: none !important;
	border-radius: 0 !important;
	display: inline-grid;
	transition: 0.5s;
}

.about-content-area ul li .nav-link span {
	text-align: center;
	position: relative;
	padding-bottom: 15px;
	transition: 0.5s;
}

.about-content-area ul li:hover .nav-link span {
	transform: translateY(-15px);
	transition: 0.5s all ease-in-out;
}

.about-content-area ul li .nav-link span::before {
	content: '';
	position: absolute;
	border: 3px solid #714713;
	border-radius: 50%;
	width: 79%;
	height: 68px;
	bottom: -4px;
	left: 10px;
	display: none;
}

.about-content-area ul li .nav-link span::after {
	content: '';
	position: absolute;
	border: 1px solid #593d15;
	border-radius: 50%;
	width: 63%;
	height: 54px;
	bottom: 2px;
	left: 17px;
	display: none;
}

.about-content-area ul li .nav-link .fighters::before {
	width: 72%;
	height: 68px;
	bottom: -4px;
	left: 14px;
}

.about-content-area ul li .nav-link .fighters::after {
	width: 58%;
	height: 54px;
	bottom: 2px;
	left: 21px;
}

.about-content-area ul li .nav-link .tanks::before {
	width: 68%;
	height: 68px;
	bottom: -4px;
	left: 17px;
}

.about-content-area ul li .nav-link .tanks::after {
	width: 56%;
	height: 55px;
	bottom: 2px;
	left: 23px;
}

.about-content-area ul li .nav-link .marksmen::before {
	width: 85%;
	height: 68px;
	bottom: -4px;
	left: 6px;
}

.about-content-area ul li .nav-link .marksmen::after {
	width: 70%;
	height: 55px;
	bottom: 2px;
	left: 12px;
}

.about-content-area ul li:hover .nav-link span::before,
.about-content-area ul li:hover .nav-link span::after {
	display: inline-block;
	transition: 1s all ease-in-out;
}

.about-content-area .nav-tabs .nav-item.show .nav-link,
.about-content-area .nav-tabs .nav-link.active {
	color: #f2f2f2;
	background: none;
	border: none;
}

.about-content-area .nav-tabs {
	border-bottom: 1px solid #2e3c41;
	width: 50%;
	padding-bottom: 35px;
	margin-top: 100px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border: none;
	isolation: isolate;
}

.about-img-bg {
	position: absolute;
	z-index: -1;
	top: -58%;
	right: -13.7%;
	max-width: 130%;
}

.about-img {
	width: 80%;
	margin-top: -231px;
	margin-left: 92px;
	animation-name: updown;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	transition: all .3s;
}

@keyframes updown {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(0px);
	}
}

.about-content h5 {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 15px;
}

.about-content h6 {
	letter-spacing: 1.5px;
	margin-bottom: 19px;
}

.about-content h6 span {
	color: #ff7f00;
}

.about-content p {
	width: 90%;
	word-spacing: 2.8px;
	line-height: 27px;
}

.about-btn {
	padding-left: 0;
	padding-top: 32px;
}

.about-features ul li {
	padding-bottom: 12px;
}

.about-features ul li a {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Rubik', sans-serif;
	color: #dbdbdb;
	letter-spacing: 0.5px;
}

.about-features ul li a img {
	padding-right: 7px;
}




/* 5. Game-gallery */
.game-gallery-area {
	padding: 30px 0 0;
}

.game-gallery-bg {
	background-image: url(../img/bg/game-slider-bg.jpg);
	background-position: top center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 715px;
	z-index: 0;
}

.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: 155px;
	transition: .4s linear;
}

.game-gallery-area .slider-nav {
	max-width: 1080px;
	position: absolute;
	bottom: 57px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.game-gallery-area span.slick-prev.slick-arrow {
	position: absolute;
	right: 26px;
	top: 0;
}

.game-gallery-area .slider-nav::before {
	content: '';
	background: url(../img/images/slider-arrow-right.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 2%;
	position: absolute;
	right: -6px;
	top: 0;
}

.game-gallery-area .slider-nav {
	cursor: pointer;
}

.game-gallery-area span.slick-next.slick-arrow {
	background: url(../img/images/slider-arrow-left.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 4%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 23px;
}

.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;
}

/* 6. match-schedule-start */
.my-match-container {
	max-width: 1370px;
}

.my-match-area {
	position: relative;
	z-index: 0;
	padding: 110px 0 120px;
}

.my-match-bg {
	background-image: url(../img/bg/my-match-bg.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 1020px;
	bottom: -28%;
	left: 0;
}

.section-title.title-style-two {
	position: relative;
	padding-bottom: 20px;
}

.section-title.title-style-two::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: url(../img/images/section_line.png);
	height: 8px;
	width: 120px;
	margin: 0 auto;
}

.section-title h6 {
	margin: 3px;
}

.sticky-menu .header-icon {
	top: 5px;
}

.my-match-inner {
	padding: 0 117px;
}

.my-match-box-wrap {
	position: relative;
	margin-top: -28px;
}

.my-match-box-wrap>img {
	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;
	font-family: 'Rubik', sans-serif;
	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: #ff8503;
}

.my-match-info .live-btn:hover {
	color: #08191e;
}

.my-match-info .live-btn:hover::before {
	background: #fff;
}

.my-match-info h5 {
	font-size: 20px;
	font-weight: 600;
	font-family: 'Rubik', sans-serif;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 13px;
}

.my-match-info>span {
	display: block;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Rubik', sans-serif;
	text-transform: uppercase;
	color: #ff8503;
}

.watch-stream {
	font-size: 12px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
	text-transform: uppercase;
	color: #a19f9f;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.watch-stream img {
	margin-right: 12px;
}

.watch-stream:hover {
	color: #ff8503;
}

.match-menu button {
	border: none;
	position: relative;
	color: #e3e2e2;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Rubik', sans-serif;
	text-transform: uppercase;
	background: none;
	z-index: 1;
	padding: 5px 9px;
	margin: 0 13px;
}

.match-menu button::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: #ff8503;
	opacity: 0;
}

.match-menu button.active {
	color: #fff;
}

.match-menu button.active::before {
	opacity: 1;
}

.match-menu {
	margin-bottom: 0;
	margin-left: 17.2%;
	border: none;
	position: relative;
	bottom: -2px;
}

.my-match-inner {
	padding: 0 117px;
}


/* 7. video-start */
.video-bg {
	background-image: url(../img/bg/video-bg.png);
	background-repeat: no-repeat;
	padding: 100px 0;
	height: 863px;
	position: relative;
}

.play-btn {
	position: absolute;
	font-size: 80px;
	top: 43%;
	left: 48%;
}

.play-btn a {
	color: #fff;
}

.play-btn a:hover {
	color: #313131;
}

.play-btn a i .fonts {
	font-family: 'Oswald', sans-serif;
	font-family: 'Rubik', sans-serif;
}

/* shop-start */
.shop-bg {
	background: url(../img/bg/shop-bg.jpg);
	background-repeat: no-repeat;
	position: relative;
}

.shop-btns button {
	font-size: 15px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
	color: #d2d2d2;
	text-transform: uppercase;
	background: #1a262b;
	border: 1px solid #2b3237;
	border-radius: 15px;
	padding: 15px 34px;
	margin: 1px 5px;
}

.shop-btns button:hover {
	color: #ff8503;
}

.single-product {
	background: #202531;
	overflow: hidden;
	padding: 16px 22px 27px 23px;
	border-radius: 15px;
	border: 1px solid #202531;
	transition: 0.8s;
}

.single-product:hover {
	border: 1px solid #965517;
	border-radius: 15px;
}

.shop-product .product-img {
	background: #202531;
	overflow: hidden;
	border-radius: 15px;
}

.single-product:hover .product-img a img {
	transform: scale(1.1);
	transition: 1s;
}

.shop-product .product-info {
	padding-top: 22px;
	padding-left: 7px;
	justify-content: space-between;
}

.shop-product .product-info .product-name h1 {
	font-size: 18px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
	color: #fff;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin-bottom: 6px;
	transition: 0.5s;
}

.single-product:hover .product-name h1 {
	color: #ff8503;
}

.shop-product .product-info .product-name h2 {
	font-size: 13px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
	color: #828693;
	letter-spacing: 0.8px;
	margin-bottom: 15px;
}

.shop-product .product-info .product-name h3 {
	font-size: 16px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
	color: #ff8503;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: 0.5s;
}

.single-product:hover .product-name h3 {
	color: #fff !important;
}

.product-btn .dot-btn::before {
	content: "";
	background: url(../img/images/dot-btn.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 10px;
	right: 0;
	top: 8px;
}

.product-btn .diamond-btn {
	position: relative;
	right: 8px;
	top: 50px;
}

.sword-img {
	position: absolute;
	bottom: 36%;
	left: 6%;
}

.feature-title h6 {
	text-transform: capitalize !important;
	width: 103%;
	padding-top: 6px;
	padding-bottom: 7px;
}

.feature-btn a {
	margin-top: 20px;
	padding: 20px 36px;
}

.features {
	display: flex;
	padding-left: 130px;
	padding-right: 50px;
}

.feature-img {
	margin: 0 96px;
	padding: 9px;
}

.feature-content h5 {
	font-size: 22px;
	text-transform: none;
	color: #fff;
}

.feature-content p {
	margin: 0 13px;
}

.feature-detail-bg {
	padding: 43px 23px;
}

.feature-btn a {
	font-size: 15px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
	text-transform: uppercase;
	color: #fff;
}

.feature-detail-bg:hover .feature-btn a {
	color: #ff8503;
}


/* 10. footer-start */
.footer-bg {
	background: url(../img/bg/footer-bg.jpg);
	background-repeat: no-repeat;
}

.footer-logo p {
	padding-top: 28px;
	letter-spacing: 0.5px;
	width: 107%;
}

.footer-options {
	padding-top: 13px;
}

.footer-options h1 {
	font-size: 16px;
	font-weight: 600;
	font-family: 'Rubik', sans-serif;
	text-transform: uppercase;
	color: #f2f2f2;
	margin-bottom: 30px;
}

.footer-options ul li {
	padding-bottom: 16px;
}

.footer-options ul li a {
	font-size: 15px;
	font-weight: 400;
	font-family: 'Rubik', sans-serif;
	text-transform: capitalize;
	color: #90949c;
	letter-spacing: 0.6px;
}

.footer-options ul li a:hover {
	color: #ff8503;
}

.footer-options .footer-social li a {
	color: #fff;
	font-size: 21px;
	padding-right: 21px;
}

.footer-search {
	padding-top: 9px;
}

.footer-search form {
	position: relative;
}

.footer-search button {
	position: absolute;
	background: none;
	border: none;
	right: 8px;
	top: -1px;
}

.footer-search input[type="text"] {
	background: none;
	border: 1px solid #90949c;
	border-radius: 50px;
	padding: 16px 72px 14px 25px;
}

.copyright h3 {
	font-size: 14px;
	font-weight: 400;
	font-family: 'Rubik', sans-serif;
	text-transform: uppercase;
	color: #90949c;
	margin: 0;

}

.copyright span {
	color: #ff8503;
}




/* home-2 */
/* header1-start */
.header-1 .navbar-wrap ul li a {
	font-size: 15px;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #f4f4f4;
	margin: 40px 58px 35px 6px;
	letter-spacing: 0.5px;
	display: block;
	line-height: 1;
	position: relative;
	z-index: 1;
}

.header-1 .navbar-wrap ul li:last-child a {
	margin: 40px 35px 35px 6px;
}

.header-1 .navbar-wrap .submenu li:last-child a {
	margin: 0px 35px 0px 0px;
}

.header-icon1 {
	position: absolute;
	right: 0;
	top: -3px;
}

.header-action-search1 {
	padding-top: 0;
	margin-right: 12px;
}

.login1 {
	padding-top: 0;
	margin-right: -50px;
}

.login1::before {
	content: '';
	position: absolute;
	background: url(../img/images/login1-divider.png);
	background-repeat: no-repeat;
	width: 5%;
	height: 35px;
	left: 16px;
	top: 7px;
}

.login1:hover a img {
	filter: saturate(3);
	filter: brightness(0)
}

.login1 a {
	border: none;
	clip-path: polygon(8% 0%, 100% 0%, 93% 100%, 0% 100%);
	padding: 9px 32px;
	background: #2b3237;
	font-size: 18px;
}

.login1 a::before {
	content: "";
	position: absolute;
	background: url(../img/images/login1-border.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 100%;
	top: 0;
	right: -1px;
}

.login1 a img {
	padding-right: 10px;
}

/* home-1 banner1-start */
.banner1-container {
	max-width: 1370px;
}

.banner1-bg {
	background: url(../img/bg/banner1-bg.png);
	background-repeat: no-repeat;
	width: 100%;
	padding: 120px 0 112px;
}

.banner1-content {
	padding-left: 36px;
	padding-top: 76px;
}

.banner1-content h1 {
	font-size: 16px;
	font-weight: 600;
	font-family: 'Rubik', sans-serif;
	color: #ff8503;
	text-transform: uppercase;
	padding-left: 25px;
	position: relative;
}

.banner1-content h1::after {
	content: '';
	position: absolute;
	background: url(../img/bg/banner1-heading-bg.png);
	background-repeat: no-repeat;
	height: 55px;
	width: 60%;
	left: 4px;
	bottom: -18px;
}

.banner1-content h2 {
	font-size: 80px;
	font-weight: 600;
	font-family: 'Rubik', sans-serif;
	color: #fff;
	line-height: 80px;
	padding-top: 24px;
}

.banner1-content h2 span {
	color: #ff8503;
}

.banner1-stroke {
	font-size: 70px;
	-webkit-text-fill-color: #0e1620;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
}

.banner1-img {
	padding-left: 128px;
	margin-top: -20px;
	animation-name: updown;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	transition: all .3s;
}

.banner1-img-design {
	position: absolute;
	animation: blink 5s linear infinite;
	right: 11.8%;
}

@keyframes blink {
	50% {
		opacity: 0.25;
	}
}

.banner1-btn {
	display: flex;
	align-items: baseline;
	padding-top: 26px;
	padding-left: 20px;
}

.banner1-btn i {
	margin-left: 13px;
}

.banner1-sponsors {
	padding-top: 137px;
	padding-left: 40px;
	width: 110%;
}

.about-us1 {
	padding: 120px 0 120px;
}

/* home-1 game-gallery */
.game-gallery1-bg {
	background-image: url(../img/bg/game-slider1-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 715px;
	z-index: 0;
}


/* home-1 feature */
.shop1-bg {
	background: #0d101c;
	margin-top: -76px;
}

.feature-player-container {
	padding-left: 0px;
	padding-right: 50px;
}

.feature-area-bg {
	background: url(../img/bg/feature1-bg.jpg);
	background-repeat: no-repeat;
}

.feature-btn2 {
	margin-left: 0;
	padding: 15px 29px !IMPORTANT;
}

.feature-player-bg {
	background: #202531;
	border-radius: 18px;
	padding: 40px 30px;
	border-top: 2px solid #3d4350;
}

.feature-player-top-title {
	display: flex;
	padding-left: 7px;
}

.feature-player-top-title h1 {
	padding-left: 12px;
	font-size: 22px;
	font-weight: 600;
	font-family: 'Rubik', sans-serif;
	color: #fff;
	text-transform: uppercase;
}

.feature-player-top-btns a {
	background: #353f52;
	border-radius: 5px;
	padding: 8px 18px;
	font-size: 13px;
	font-weight: 600;
	font-family: 'Rubik', sans-serif;
	color: #fff;
	text-transform: capitalize;
}

.feature-player-top-btns:hover a {
	background: #ff8503;
}

.feature-player-bottom {
	background: #292e3b;
	border-radius: 18px;
	border: 1px solid #363b48;
	padding: 26px;
}

.feature-bottom-img {
	background: #1b202c;
	border-radius: 50%;
	padding: 16px 21px;
	height: 82px;
}

.feature-player-bottom .dice {
	padding: 16px;
}

.feature-player-bottom .poker-coin {
	padding: 16px;
}

.feature-bottom-content {
	padding-left: 20px;
	padding-top: 2px;
}

.feature-bottom-content-top-text h1,
.feature-bottom-content-bottom-top h1 {
	font-size: 18px;
	font-weight: 600;
	font-family: 'Rubik', sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.feature-bottom-content-bottom-top h1 {
	font-size: 16px;
	margin-bottom: 8px;
}

.feature-bottom-content-top {
	padding-bottom: 28px;
}

.feature-bottom-content-top-text h1 {
	width: 105%;
}

.feature-bottom-content-top-text h1 span {
	color: #ff8503;
	padding-left: 6px;
}

.feature-bottom-content-top-text h2,
.feature-bottom-content-bottom-top h2 {
	font-size: 13px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
	color: #828693;
	text-transform: capitalize;
	padding-left: 3px;
	word-spacing: 3px;
}

.feature-bottom-content-bottom-top h2 {
	text-transform: uppercase;
}

.feature-bottom-divider {
	padding-left: 21px;
	padding-right: 22px;
}

.feature-bottom-content-bottom-top img {
	padding-right: 4px;
}

.feature-bottom-content-top-btn {
	padding-left: 46px;
	padding-top: 4px;
}

.feature-bottom-content-top-btn a {
	font-size: 14px;
	font-weight: 600;
	font-family: 'Rubik', sans-serif;
	color: #fff;
	text-transform: uppercase;
	background: #ff8503;
	padding: 8px 12px;
	border-radius: 6px;
}

.feature-bottom-content-top-btn:hover a {
	background: #1b202c;
	color: #ff8503;
}

/* home-1 footer */
.footer1-bg {
	background: url(../img/bg/footer1-bg.jpg);
	background-repeat: no-repeat;
}

.footer1-search {
	padding-top: 9px;
}

.footer1-search form {
	position: relative;
}

.footer1-search button {
	position: absolute;
	background: none;
	border: none;
	right: -24px;
	top: -1px;
}

.footer1-search input[type="text"] {
	background: #2c3338;
	border: none;
	padding: 11px 107px 11px 25px;
}

/* home-1 matches */
.matches-title h6 {
	text-transform: capitalize;
}

.matches-top-btn {
	font-size: 16px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
	float: right;
	padding: 14px 20px;
	margin-right: 16px;
}

.match-single {
	background: #202531;
	padding: 34px 37px;
	border-radius: 5px;
	margin-right: 20px;
	box-shadow: 0px 0px 5px -3px rgba(0, 0, 0, 0.1);
	transition: 0.7s;
}

.match-single:hover {
	background: #161b27;
}

.match-single-top {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding-bottom: 30px;
}

.match-teams {
	display: flex;
	align-items: baseline;
}

.match-teams .vs {
	padding: 0 22px;
}

.match-teams .team1,
.match-teams .team2 {
	background: #191e29;
	border-radius: 50%;
	padding: 20px 32px;
	border: 5px solid #252a39;
}

.match-teams .team2 {
	padding: 20px 25px;
}

.match-single:hover .match-teams .team1 img,
.match-single:hover .match-teams .team2 img {
	transform: scale(1.1);
}

.match-text {
	padding-top: 31px;
	padding-bottom: 16px;
}

.match-text h1 {
	font-size: 16px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
	text-transform: capitalize;
	color: #f9f9f8;
	position: relative;
	word-spacing: -1px;
	letter-spacing: 1px;
}

.match-text h1::after {
	content: "";
	position: absolute;
	background-color: #f7b412;
	border-radius: 50px;
	width: 65%;
	height: 4px;
	left: 0;
	top: 34px;
}

.match-text h1::before {
	content: "";
	position: absolute;
	background-color: #252a39;
	border-radius: 50px;
	width: 30%;
	height: 4px;
	right: 0;
	top: 34px;
}

.match-text p {
	font-size: 15px;
	font-weight: 400;
	font-family: 'Rubik', sans-serif;
	text-transform: capitalize;
	color: #606679;
	margin-top: 34px;
	margin-bottom: 18px;
	letter-spacing: 1px;
	word-spacing: -2px;
}

.match-text ul {
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
}

.match-text ul li {
	font-size: 18px;
	font-weight: 400;
	font-family: 'Rubik', sans-serif;
	text-transform: capitalize;
	color: #f9f9f8;
}

.match-joining {
	align-items: baseline;
	display: flex;
}

.match-joining ul {
	background: #282d3b;
	border-radius: 5px;
	display: flex;
	padding: 12px 21px;
	box-shadow: 0px 0px 5px -3px rgba(0, 0, 0, 0.1);
	margin-right: 8px;
}

.match-joining ul li {
	font-size: 14px;
	font-weight: 300;
	font-family: 'Rubik', sans-serif;
	color: #f9f9f8;
}

.match-joining ul li:first-child {
	margin-right: 26px;
	color: #606679;
}

.match-joining a {
	letter-spacing: 1px;
	background: #282d3b;
	border-radius: 5px;
	padding: 12px 15px;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Rubik', sans-serif;
	color: #f9f9f8;
	text-transform: uppercase;
}

.match-joining a:hover {
	background: #ff8503;
}

.match-live {
	background: #ff8503;
	border-radius: 3px;
	padding: 1px 6px 2px 7px;
}

.match-live a {
	font-size: 13px;
	font-weight: 600;
	font-family: 'Rubik', sans-serif;
	text-transform: uppercase;
	color: #fff;
}

.match-live span {
	background: #161b27;
	border-radius: 50%;
	display: inline-block;
	height: 10px;
	width: 10px;
	margin-left: 6px;
}

.match-view a {
	font-size: 13px;
	font-weight: 600;
	font-family: 'Rubik', sans-serif;
	color: #797979;
	word-spacing: 2px;
	letter-spacing: 0.7px;
}

.match-view i {
	font-size: 16px;
}

/* home-2-start */
/* banner-2 */
.banner2-bg {
	background: url(../img/bg/banner2-bg.png);
	background-repeat: no-repeat;
	width: 100%;
	padding: 120px 0 210px;
}

.sponsor-slider-bg {
	background: url(../img/bg/sponsor-slider2.png);
	background-repeat: no-repeat;
}


.game-gallery-bg3 {
	background-image: url(../img/bg/game-gallery-bg3.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 800px;
	z-index: 0;
}

.shop3-title h1 {
	font-size: 42px;
	font-weight: 800;
	font-family: 'Rubik', sans-serif;
	text-transform: uppercase;
	color: #f2f2f2;
}

.shop3-title-line {
	background: #d76f05;
	height: 1px;
	width: 71%;
	margin-top: 38px;
	margin-left: 20px;
}

.shop3-product-img {
	position: relative;
	text-align: center;
	z-index: 0;
}

.shope3-product-img-border {
	position: absolute;
	z-index: -1;
	animation: rotating 10s infinite linear;
	left: 40px;
	top: -11px;
}

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

	100% {
		transform: rotate(360deg);
	}
}

.shop3-product-name {
	background: #172b3a;
	clip-path: polygon(97% 100%, 100% 70%, 100% 0, 0 0, 0 100%);
	padding: 10px 18px;
	margin-bottom: 16px;
}

.shop3-product-info {
	padding-top: 53px;
	margin: 0 7px;
	position: relative;
}

.swap-btn {
	position: absolute;
	cursor: pointer;
	top: 0px;
	right: 0;
}

.swap-btn:hover img {
	rotate: 180deg;
}

.shop3-product-name h1 {
	font-size: 14px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
	text-transform: uppercase;
	color: #f2f2f2;
	margin: 0;
	letter-spacing: 1px;
}

.shop3-product-info h3 {
	font-size: 13px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
	text-transform: uppercase;
	color: #ff7f00;
}

.shop3-product-info h2 {
	font-size: 36px;
	font-weight: 700;
	font-family: 'Rubik', sans-serif;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 3px;
}

.shop3-product-info h2 span {
	font-size: 22px;
}

.shop3-product-btn {
	padding-top: 12px;
}

.shop3-product-btn a {
	background: #162b3a;
	padding: 12px 38px;
	border-radius: 7px;
	font-size: 14px;
	font-weight: 700;
	font-family: 'Rubik', sans-serif;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
}

.second-btn {
	margin-left: 10px;
	padding: 12px 35px !important;
}

.shop3-product-btn a:hover {
	background: #ff7f00;
}

/* hot-picks-start */
.hot-picks-container {
	max-width: 1272px;
}

.hot-picks-single .row .col-xl-6 {
	padding: 0;
}

.hot-picks-single {
	background: #202531;
	border-radius: 30px;
	padding: 45px 0px 45px 64px;
	margin-top: 40px;
}

.hot-picks-right-content {
	margin-left: -67px;
}

.hot-picks-img {
	background: rgb(23, 33, 37);
	border: 16px solid rgb(11, 24, 30);
	border-radius: 35px;
	width: 81%;
	position: relative;
}

.hot-picks-img .hot-picks-timer {
	background: #0a171d;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%);
	position: absolute;
	top: 0;
	right: 0;
	width: 45%;
	height: 49px;
	padding-left: 39px;
}

.hot-picks-timer h1,
.hot-picks-price h1 {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Rubik', sans-serif;
	color: #d1cfcf;
	text-transform: capitalize;
	margin-bottom: 2px;
	letter-spacing: 0.6px;
}

.hot-picks-price span {
	font-size: 12px;
	font-weight: 400;
	color: #b1b1b1;
	padding-left: 10px;
}

.hot-picks-img::before {
	background: url(../img/images/discover-hot.png);
	background-repeat: no-repeat;
	content: "";
	position: absolute;
	width: 10%;
	height: 200px;
	top: 21%;
	left: -11px;
}

.hot-picks-img-btn {
	position: absolute;
	right: 3.5%;
	bottom: 4.6%;
}

.hot-picks-img-btn a {
	font-size: 16px;
	font-weight: 600;
	font-family: 'Rubik', sans-serif;
	color: #c8c8c8;
	text-transform: uppercase;
	border: 2px solid transparent;
	border-radius: 20px;
	padding: 10px 23px;
	transition: 0.5s;
}

.hot-picks-img-btn:hover a {
	border: 2px solid #ff7f00;
	border-radius: 20px;
	padding: 10px 23px;
	color: #ff7f00;
}

.hot-picks-img .hot-picks-price {
	background: #0a171d;
	clip-path: polygon(0 0, 88% 0, 100% 100%, 0 100%);
	position: absolute;
	width: 49%;
	height: 54px;
	bottom: -1px;
	padding: 14px 0px 0px 17px;
}

.hot-picks-price h2 {
	font-size: 16px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
	color: #ff7f00;
	letter-spacing: 1px;
	word-spacing: 1px;
}

.hot-picks-timer span {
	font-size: 16px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
	color: #ff7f00;
	letter-spacing: 2.3px;
}

.hot-picks-info {
	padding-right: 72px;
}

.hot-picks-info .nav-tabs {
	border: none;
}

.hot-picks-info .nav-tabs {
	background: #0c181f;
	border-radius: 5px;
	padding: 9px 0px 10px 10px;
	margin-top: 29px;
	margin-right: 38%;
}

.hot-picks-info .nav-tabs .nav-link {
	font-size: 14px;
	font-weight: 600;
	font-family: 'Rubik', sans-serif;
	color: #ffff;
	text-transform: uppercase;
	border: none;
	background: transparent;
	border-radius: 50px;
	padding: 10px 26px;
	letter-spacing: 0.9px;
	transition: 0.5s;
}

.hot-picks-info .nav-tabs .nav-link:hover {
	background: #ff7f00;
}

.hot-picks-info .nav-tabs li {
	margin-right: 20px;
}

.hot-picks-info .nav-tabs li:last-child {
	margin-right: 0;
}

.hot-picks-inside-content h1 {
	font-size: 15px;
	font-weight: 400;
	font-family: 'Rubik', sans-serif;
	line-height: 28px;
	color: #90949c;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.hot-picks-inside-content h2 {
	font-size: 45px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
	color: #fff;
	margin-bottom: 20px;
}

.hot-picks-btn {
	display: flex;
	align-items: baseline;
	padding-top: 12px;
}

.hot-picks-btn a {
	margin: 0;
}