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

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. about-area
5. features-box
6. department
7. team
8. video-area
9. counter
10. footer
*/



/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Khand:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@500;600;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;
}

@font-face {
	font-family: 'Refault';
	src: url('../fonts/REFAULT.eot');
	src: url('../fonts/REFAULT.eot?#iefix') format('embedded-opentype'),
		url('../fonts/REFAULT.woff') format('woff'),
		url('../fonts/REFAULT.woff2') format('woff2'),
		url('../fonts/REFAULT.ttf') format('truetype');
	font-style: italic;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}

body {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 16px;
	background: #001d23;
	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: #fff;
	text-decoration: none;
}

a,
button {
	color: #e4a101;
	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: #ffffff;
	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: 18px;
}

h6 {
	font-size: 16px;
}

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

li {
	list-style: none
}

p {
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	color: #ffffff;
	margin-bottom: 5px;
}

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
}

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

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

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

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

/* button style */

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

/* 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: #dcbc95;
	transition: 1s 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: #a3a3a3;
}


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

.transparent-header {
	position: relative;
	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 {
	width: 100px;
}
.menu-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.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 {
	display: block;
	position: relative;
}

.navbar-wrap ul li a {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	padding: 5px 20px;
	display: block;
	line-height: 1;
	position: relative;
	z-index: 1;
}
.nav_content p {
	margin: 0;
	color: #fff;
	padding: 0px;
	font-size: 12px;
}
.navbar-wrap>ul>li.active>a,
.navbar-wrap>ul>li:hover>a {
	color: #e4a101;
}

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

.menu-area {
	background: rgba(1, 1, 1, 0.90);
}
 /* Banner area  */
 .logo img {
 	width: 200px;
 }
.slider-area {
	background: url(../img/images/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0% 90%;
	height: auto;
}
.slider-area::before {
	content: '';
	position: absolute;
	width: 100%;
	background: #00000099;
	height: 100svh;
	z-index: 0;
}
.slider-content {
	z-index: 1;
	position: relative;
	padding: 150px 0;
}
span{
	color: #e4a101;
}
.bold{
	font-weight: 700;
}
 .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;
 	padding-top: 44px;
	color: #e4a101;
 }
.slider-content h2 {
	font-size: 62px;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 20px;
	letter-spacing: -3px;
	text-transform: uppercase;
	color: #fff;
}
 .slider-content p {
 	font-weight: 600;
	color: #fff;
 	width: 73%;
 	margin: 0 auto 40px;
 	font-size: 18px;
 	line-height: 1.6;
 }
 .btn {
 	color: #e4a101;
 	text-align: center;
 	font-size: 18px;
 	font-style: normal;
 	font-weight: 700;
 	border-radius: 12px;
 	border: 1px solid #e4a101;
 	padding: 10px 45px;
	background-color: #e4a101;
		text-transform: uppercase;
		color: #feffff;
 }

 /* How to play Area  */
.how-to-play-area {
	background: #000;
}
 .play-wrap {
 	-webkit-backdrop-filter: blur(2.043103218078613px);
 	backdrop-filter: blur(2.043103218078613px);
 	background: #00000080;
 	border-radius: 20px;
 	position: relative;
 	z-index: 1;
	color: #fff;
	box-shadow: 0px 0px 5px 0px rgb(111 99 118 / 93%);
	padding: 50px 40px;
	overflow: hidden;
 }
.score-one table,
.score-one th,
.score-one td {
	border: 1px solid;
	text-align: center;
	padding: 15px 25px;
	margin: auto;
}
table,
th,
td {
	border: 1px solid;
	text-align: center;
	padding: 10px 5px;
}

 table thead td {
 	font-weight: 600;
	font-size: 12px;
 }
 .section-title h2 {
	color: #e4a101;
 }
.follow-text{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}
 .step-item {
 	width: calc(100% /4);
 	float: left;
 	padding: 15px 20px;
 }
 .create-team-item {
 	float: left;
 	width: 50%;
 }
 .copyright-wrap {
 	background: #000;
 	color: #fff;
 	text-align: center;
 }
 .notice {
 	text-align: center;
 	width: 50%;
 	margin: auto;
 	padding-top: 50px;
 }
 .notice h3 {
	color: #e4a101;
 }

 /* 20. Offer */


 @-webkit-keyframes heartbeat {
 	from {
 		-webkit-transform: scale(.8);
 		transform: scale(.8);
 	}

 	to {
 		-webkit-transform: scale(1.05);
 		transform: scale(1.05);
 	}
 }

 @keyframes heartbeat {
 	from {
 		-webkit-transform: scale(.8);
 		transform: scale(.8);
 	}

 	to {
 		-webkit-transform: scale(1.05);
 		transform: scale(1.05);
 	}
 }

 .offer-area .section-title .title {
 	margin-bottom: 0;
 	position: relative;
 	padding-left: 30px;
 	line-height: 1.1;
 	margin-bottom: 65px;
 }

 .offer-area .section-title .title::before {
 	content: "";
 	position: absolute;
 	background: #ff8503;
 	width: 11px;
 	height: 100px;
 	left: 0;
 	top: 50%;
 	transform: translateY(-50%);
 }

 .offer-item {
 	background: #ff8503;
 	background-image: -moz-linear-gradient(93deg, rgb(249, 81, 73) 0%, rgba(160, 45, 106, 0.59) 47%, rgba(70, 9, 138, 0.12941) 100%);
 	background-image: -webkit-linear-gradient(93deg, rgb(249, 81, 73) 0%, rgba(160, 45, 106, 0.59) 47%, rgba(70, 9, 138, 0.12941) 100%);
 	background-image: -ms-linear-gradient(93deg, rgb(249, 81, 73) 0%, rgba(160, 45, 106, 0.59) 47%, rgba(70, 9, 138, 0.12941) 100%);
 	box-shadow: 0px 4px 11.96px 1.04px rgba(255, 133, 3, 0.56);
 	padding: 45px 30px;
 	position: relative;
 	z-index: 1;
 	transform: translateY(0);
 	transition: .3s linear;
 }

 .offer-item:hover {
 	transform: translateY(-8px);
 }

 .offer-item .title {
 	font-size: 24px;
 	font-weight: 700;
 	margin-bottom: 7px;
 }

 .offer-item p {
 	margin-bottom: 0;
 	font-size: 16px;
 	color: #ffffff;
 }

 .offer-item .overlay-text {
 	position: absolute;
 	margin-bottom: 0;
 	right: 0px;
 	top: 62px;
 	transform: rotate(-90deg);
 	font-size: 24px;
 	font-weight: 600;
 	color: #d98d7b;
 	-webkit-text-fill-color: transparent;
 	-webkit-text-stroke-width: 1px;
 	-webkit-text-stroke-color: #d98d7b;
 	z-index: -1;
 }
 .offer-item p a {
 	color: #fff;
 }