@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
	--bg: #0f172a;
	--card: #111827;
	--accent: #60a5fa;
	--muted: #94a3b8;
}
html,
body {
	height: 100%;
	margin: 0;
	font-family: "Inter", system-ui, sans-serif;
	background: #fff;
	color: #000;
	max-width: 100%;
	box-sizing: border-box;
}
button,
a {
	transition: all 0.3s ease;
}
button:hover,
a:hover {
	opacity: 0.75;
}
.center {
	padding: 16px;
	min-height: calc(100vh - 200px);
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.center-w-button {
	max-width: 320px;
	height: 100%;
	min-height: calc(100vh - 120px);
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding-bottom: 8px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0px;
}
.btn__container {
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 32px);
	padding: 8px 16px;
}
.win4 .btn__container {
	width: 100%;
}
.btn {
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	border: none;
	width: 100%;
	color: #fff;
	background-color: #04a37a;
	border-radius: 16px;
	padding: 14px;
}
.btn-payed {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 4px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #04a37a;
	width: 44px;
}
.swiper-pagination-bullet {
	border-radius: 12px;
	width: 20px;
	transition: all 0.3s ease;
}
.win{
	display: none;
}
.win1{
	display: block;
}

.win2 ul li{
	text-align: left;
}
.transfer{
	padding: 12px;
}
.transfer h3{
	font-size: 24px;
	font-weight: 600;
}