html {
	max-height: 100%;
}

body {
	font-family: 'Roboto', sans-serif;
	background-color: #0c0c11;
	color: #f0f0f0;
	font-size: 1.15rem;
	max-height: 100%;
}

h2 {
	text-align: center;
	margin-bottom: 24px;
}

a {
	color: #dc1f00;
	text-decoration: none;
}

a:hover {
	color: #dc1f00;
	text-decoration: underline;
}

nav {
	height: 56px;
	background-color: #0c0c11;
	text-transform: uppercase;
	font-size: 0.8375rem;
	border-bottom: 1px solid #dc1f00;
}

div#fixed-footer {
	position: sticky;
	bottom: 0;
	width: 100%;
	background-color: #0c0c11;
	height: 56px;
	border-top: 1px solid #dc1f00;
}

ul.navbar-nav {
	background-color: #0c0c11;
	padding: 0;
}

footer {
	background-color: #0c0c11 !important;
	color: gray;
	font-size: 12px;
	border-top: 1px solid #dc1f00;
	margin-top: 32px;
}

div.slider {
	margin-top: 100px;
}

img.adaptive {
	max-width: 100%;
	max-height: auto;
	height: auto;
	vertical-align: middle;
	border-radius: 10px;
}

img#logo {
	max-height: 40px;
}

hr {
	border: 1px solid #fff;
}

div.league__item {
	filter: grayscale(100%);
}
div.league__item:hover {
	filter: grayscale(0%);
	transition: all 0.2s ease 0s;
}

button.btn.btn-light {
	background: #dc1f00;
	color: #fff;
	border: none;
	border-radius: 5px;
	padding: 0 18.75px;
	text-transform: uppercase;
	font-size: 0.8375rem;
	min-height: 36px;
	width: 100%;
}

button.btn.btn-light:hover {
	box-shadow: 0 0 5px 1px #dc1f00;
}

button.btn.btn_red {
	width: 100%;
	background-color: #dc1f00;
	color: #fff;
	padding: 0 18.75px;
	text-transform: uppercase;
	font-size: 0.8375rem;
	border-radius: 5px;
	min-height: 36px;
}

button.btn.btn_red:hover {
	box-shadow: 0 0 5px 1px #dc1f00;
}

a.nav-link {
	color: #fff !important;
	border-bottom: 2px solid transparent;
}

a.nav-link:hover {
	color: #dc1f00 !important;
	text-decoration: none;
}

a.nav-link.active {
	border-bottom: 2px solid #dc1f00;
}

td {
	border-color: white;
	color: white;
}

table {
	display: none;
}

div.sticky-banner {
	width: 100%;
	height: 100%;
	max-width: 320px;
	max-height: 325px;
	position: sticky;
	top: 65px;
	background: url('/assets/images/girl.png') center center / cover no-repeat;
	padding: 10px;
	border-radius: 15px;
	justify-content: flex-end !important;
}

.banner__main {
	position: relative;
	width: 80%;
	height: 214px;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner__action {
	position: absolute;
	right: 100px;
	bottom: 15px;
}
.banner__action .btn {
	color: #000000 !important;
	background: #24ba9d !important;
}
.banner__action .btn:hover {
	box-shadow: 0 0 5px 1px #24ba9d !important;
}

button.slick-next.slick-arrow {
	display: none !important;
}

button.slick-prev.slick-arrow {
	display: none !important;
}

div.banner__main.slick-slide.slick-current.slick-active {
	height: 220px !important;
	background: url('/assets/images/bg-web.png') center center / cover no-repeat;
}

div.banner__main.slick-slide.slick-cloned {
	height: 220px !important;
}

@media (max-width: 1024px) {
}

@media (min-width: 768px) {
	table {
		display: table;
	}
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	z-index: 1;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.raw {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	/* margin-right: calc(var(--bs-gutter-x) / -2); */
	margin-left: calc(var(--bs-gutter-x) / -2);
}

summary {
	font-size: 25px;
	font-weight: bold;
	cursor: pointer;
	margin: 10px;
	padding: 10px;
	color: white;
	background-color: purple;
}

details > p {
	padding: 5px;
	font-size: 20px;
	font-weight: bold;
	border: 30px;
}

summary:focus,
summary:hover {
	background-color: red;
}

.bn632-hover {
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	margin: 20px;
	height: 55px;
	text-align: center;
	border: none;
	background-size: 300% 100%;
	border-radius: 50px;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.bn632-hover:hover {
	background-position: 100% 0;
	moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.bn632-hover:focus {
	outline: none;
}

.bn632-hover.bn24 {
	background-image: linear-gradient(
		to right,
		#6253e1,
		#852d91,
		#a3a1ff,
		#f24645
	);
	box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.75);
}

.table {
	width: 100%;
	overflow-x: auto;
}
.table table {
	width: 100%;
	border-collapse: collapse;
}
.table table td {
	width: max-content;
}
.img-cov {
	width: 100%;
	height: 100%;
	margin: 15px auto;
	max-width: 900px;
}
.img-cov img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	object-fit: cover;
}
@media (max-width: 768px) {
	.banner__action {
		right: 100px;
		z-index: 100;
	}

	div.banner__main.slick-slide.slick-current.slick-active {
		width: 50% !important;
		background: url('/assets/images/bg-mob.png') center center / cover no-repeat;
	}
}

.footer__menu {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
	flex-wrap: wrap;
}
@media screen and (max-width:768px) {
	nav {
		height:auto;
	}
	
}