/**
 *
 * CSS STYLES FENANX SPORTS
 * 2024-09-18 19:32
 *
 */

@font-face {
	font-family: 'Inter-Thin';
	src: url('fonts/Inter-Thin.woff') format('woff');
}

@font-face {
	font-family: 'Inter-ExtraLight';
	src: url('fonts/Inter-ExtraLight.woff') format('woff');
}

@font-face {
	font-family: 'Inter-Light';
	src: url('fonts/Inter-Light.woff') format('woff');
}

@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Inter-Medium';
	src: url('fonts/Inter-Medium.woff') format('woff');
}

@font-face {
	font-family: 'Inter-SemiBold';
	src: url('fonts/Inter-SemiBold.woff') format('woff');
}

@font-face {
	font-family: 'Inter-Bold';
	src: url('fonts/Inter-Bold.woff') format('woff');

}


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


body {
	margin: 0px;
	padding: 0px;
	font-family: 'Inter', sans-serif;

	overflow: scroll;
	overflow-x: hidden;
}



.__header_container {
	width: 100%;
	height: 690px;
	background: linear-gradient(#2ad286 0%, #079c5a 38.6%, #0c6c41 100%);
}

.__header_top {
	display: flex;
	width: 100%;
	max-width: 1260px;
	height: auto;
	min-height: 60px;
	margin: auto;
	padding: 0px 20px;
	padding-top: 20px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.__header_logo {
	display: block;
	/*	background-color: #EAA31A90;*/
}

.__header_logo img {
	height: auto;
	max-height: 26px;
}

.__header_menu {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}




.__header_content {
	display: block;
	width: auto;
	max-width: 1260px;
	margin: auto;
	padding-top: 180px;
}

.__header_text_content {
	display: block;
	width: 100%;
	max-width: 600px;
	height: auto;
	margin-left: 20px;
	padding-right: 20px;
	font-family: 'Inter', sans-serif;
	color: #E5F4FC;
	/*	background-color: #FBAF0D90;*/

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.__header_text_content>.bigger {
	font-family: 'Inter-Bold', sans-serif;
	font-size: 46px;
}

.__header_text_content>.small {
	display: block;
	margin-top: 20px;
	font-family: 'Inter-ExtraLight', sans-serif;
	font-size: 26px !important;
}

.__header_text_content>.__btn_actions {
	display: flex;
	gap: 30px;
	padding: 30px 0px;
}

.__header_text_content>.__btn_actions button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 200px;
	height: 40px;
	padding-right: 10px;
	border: none;
	border-radius: 25px;
	color: #FFF;

	cursor: pointer;
}

.__header_text_content>.__btn_actions button.__btn_api {
	background-color: #0068F0;
	box-shadow: 0px 7px 8px #1A6985;
}

.__header_text_content>.__btn_actions button.__btn_api:hover {
	background-color: #0B68E2;
}

.__header_text_content>.__btn_actions button::before {
	content: '';
	display: flex;
	width: 36px;
	height: 39px;
	margin-right: 5px;

	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px auto;
}

.__header_text_content>.__btn_actions button.__btn_api::before {
	background-image: url(../icons/api.svg);
}

.__header_text_content>.__btn_actions button.__btn_live::before {
	background-image: url(../icons/bolt.svg);
}



.__header_text_content>.__btn_actions button.__btn_live {
	background-color: #0FC576;
	box-shadow: 0px 7px 8px #117A4B;
}

.__header_text_content>.__btn_actions button.__btn_live:hover {
	background-color: #28B477;
}




.__main_container {
	display: block;
	width: 100%;
	height: auto;
	min-height: 550px;
	/*	background: #2f3c47;*/
	background: #111827;
}

.__main_center_container {
	display: block;
	height: auto;
}

.__mian_title_highlight {
	display: flex;
	justify-content: center;
	padding: 60px 30px;
	font-family: 'Inter-Medium', sans-serif;
	font-size: 28px;
	text-align: center;
	color: #FFF;
}

.__home_content {
	display: flex;
	width: 100%;
	max-width: 1260px;
	height: auto;
	margin: auto;
	padding: 0px 30px;
	padding-bottom: 50px;
}

.__grid_disposable {
	display: grid;
	gap: 1.5rem;
}

.__grid_disposable.cols-5 {
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.__grid_item {
	display: block;
	width: 100%;
	min-width: 140px;
	height: 130px;
	border-radius: 10px;
	background-color: rgb(31, 41, 55);
}

.__grid_item.league {
	display: flex;
	align-items: center;
	justify-content: center;

	cursor: pointer;
}

.__grid_item.league:hover {
	background-color: rgb(55, 65, 81);
}

.__grid_item.league img {
	width: auto;
	max-width: 130px;
	height: auto;
	max-height: 70px;
}







.__footer_container {
	display: block;
	height: auto;
	min-height: 450px;
}
