@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body.page-home header::after {
	background: #2E0E03;
}
body.page-home::before {
	background-image: linear-gradient(180deg, #2E0E03 10%, rgba(0, 0, 0, 0.00) 100%), linear-gradient(1deg, #0b0b13 80%, #0b0b13 100%);
}
header .navigation::before {
	background: #18100d;
}
header .sub-menu::before {
	background: #4E2104;
	background: linear-gradient(-180deg, rgba(78, 33, 4, 1) 0%, rgba(222, 142, 21, 1) 100%);
}
header .sub-menu .left ul li a {
	color: #fff;
}
header .navigation .logo i {
	top: -7px !important;
}
div[data-v-153de85b] { display: none; }
.only-mobile {display: none !important;}
.flex-auto {
	width: 100%;
	display:flex;
	gap: 5px;
	flex-direction: row;
	flex-wrap: nowrap;
}
.item-2 a {
	flex: calc(25% - 5px);
}
.row-2 {
	flex-direction: row;
	flex-wrap: wrap;
}
.mt-1 {
    margin-top: 10px;
}
.flex-auto img { width: 100%; }
.vp-games {
    border: 2px solid #fcbb43;
    background: #743003;
    background: linear-gradient(-180deg, rgba(116, 48, 3, 1) 0%, rgba(220, 139, 21, 1) 100%);
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
	margin: 3px;
    margin-top: 15px;
}
.vp-games img {
    max-width: 100%;
}
.vpgame-list {
    overflow-x: auto;
    width: 100%;
    scrollbar-width: none;
    padding-top: 0;
}
.vp-games .vpgame-list .cont-list {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
}
.vp-games .vpgame-list .cont-list a {
	flex: auto;
    padding: 7px;
}
.vp-games .title {
    padding: 10px;
    font-family: "Poppins";
    color: #fff;
    font-weight: bold;
}
.vp-games .title img {
    width: 20px;
}
.vp-games .title span b {
    color: #fea501;
}
.vp-games .title span {
    margin-left: 5px;
}
.page-home section.games, .page-home section.providers, .page-home section.live-bets {
    display: none;
}
.page-home section.faq {
    margin-top: 0;
}
/* Mobile */
@media screen and (max-width: 768px) {
	.flex-auto {
		display: flex !important;
	}
	header .navigation .hamburger .lines > div {
		background: #fff !important;
	}
	header .navigation .content .functions .social a, header .navigation .content .functions .guest {
		border-radius: 7px !important;
		background: #BC670A;
		background: linear-gradient(-180deg, rgba(188, 103, 10, 1) 0%, rgba(227, 147, 24, 1) 100%);
		color: #7b2601 !important;
	}
	header .navigation .functions .guest button {
		color: #7b2601 !important;
	}
	.main-hero-slider .main-swiper {
		height: 435px;
	}
	.main-hero-slider {
		margin-bottom: 0px;
	}
	.main-hero-slider .swiper-pagination-bullet {
		background: #4c4c4c;
		width: 10px;
		height: 10px;
	}
	.vp-games {
		margin-top: 15px;
	}
	.item-2 a {
		flex: calc(50% - 5px);
	}
	.vp-games .vpgame-list .cont-list a {
		flex: 0 0 calc(33.333% - 7px);
	}
	.hamburger-menu .content .menu-group ul li span.icon i { color: rgba(255, 255, 255, 0.7); }
	.hamburger-menu .content .menu-group ul li span.text { color: rgba(255, 255, 255, 1); }
	.hamburger-menu .content .menu-group span.g-head { color: rgba(255, 255, 255, 1); }
}