@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800&display=swap');

html,
body {
	font-family: 'Montserrat', sans-serif;
	/* background: radial-gradient(173.1% 58.32% at 31.6% 0%, #044A48 0%, #1A1859 100%); */
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
	width: 100%;
	margin: 0;
	color: white;
	background: #470000;
}

.mega-jackpot-banner {
	width: 100%;
	height: auto;
}

.mega-jackpot-container {
	position: relative;
	width: 100%;
}

.mega-jackpot-items {
	position: absolute;
	top: 75%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.mega-jackpot-button {
	background: transparent;
	border: 0;
	width: 4.815rem;
	margin: 0 auto;
}

.mega-jackpot-button img {
	width: 100%;
	height: auto;
}

.mega-jackpot-items-header span {
	font-size: 0.469rem;
	font-weight: 700;
}

.mega-jackpot-footer {
	width: 100%;
	display: flex;
	position: relative;
	bottom: 0.352rem;
}

.mega-jackpot-footer img {
	width: 5rem;
	height: auto;
	margin: auto auto 0.586rem auto;
}

.mega-jackpot-header {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0.258rem;
}

.mega-jackpot-header img {
	width: 3.961rem;
	height: auto;
	margin: 0 auto;
}

.mega-jackpot-items-carousel {
	position: relative;
	width: 95%;
	height: 3.516rem;
	overflow: hidden;
}

.mega-jackpot-items-carousel .swiper-wrapper {
	height: 100%;
}

.mega-jackpot-items-carousel .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 2.578rem;
	height: 3.281rem;
}

.mega-jackpot-items-carousel .swiper-slide img {
	width: 100%;
	height: auto;
	object-fit: contain;
	border-radius: 0.352rem;
	z-index: 100;
}

.mega-jackpot-items-carousel .swiper-slide .swiper-jacpkpot-cointainer span {
	font-size: 0.2rem;
	position: absolute;
	z-index: 300;
	width: 100%;
	top: 0.5rem;
	color: #ffff40;
	font-family: 'SF Pro', sans-serif;
	font-weight: 700;
	letter-spacing: 0.012rem;
	/* background: linear-gradient(180deg, #fdc639 27.72%, #c36c20 81.47%, #ffff00 113.16%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent; */
}

.mega-jackpot-items-carousel .swiper-slide .swiper-jacpkpot-cointainer img {
	width: 100%;
	height: auto;
	transform: scale(1.05);
}

.mega-jackpot-items-carousel .swiper-slide .swiper-jacpkpot-cointainer {
	width: 100%;
	z-index: 200;
	position: absolute;
	bottom: 0;
	transform: translateY(0.25rem);
	text-align: center;
}
