* {
	box-sizing: border-box;
}

html,
body {
	overflow-x: hidden;
	/* display: flex;
	justify-content: space-between; */
}

body {
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	font-family: 'Poppins', sans-serif;
	background-color: #151745;
	background-image: url('./images/bg.webp');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

header {
	padding: 15px ;
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo-header {
	width: 100%;
	max-height: 80px;
}

main {
	position: relative;
	flex-grow: 1;
	margin-bottom: 10px;
	/* overflow-x: hidden; */
}

.img_left {
	position: absolute;
	bottom: 0;
	left: 0;
	animation: moveUpDown 2s ease-in-out infinite;
	z-index: -1;

}
.img_right {
	position: absolute;
	bottom: 0;
	right: 50%;
	transform: translateX(-50%);
	animation: moveUpDown 2s ease-in-out infinite;
	z-index: -1;
}

.main-container {
	flex-grow: 1;
	display: flex;
	justify-content: space-around;
}

.left {
	min-width: 0px;
	max-width: 578px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-left: 15%;
	align-items: flex-start;
}

.character-desktop {
	max-height: 80dvh;
	position: absolute;
	bottom: 0;
	left: 0;
	pointer-events: none;
	z-index: -2;

}

.character-mobile {
	pointer-events: none;
	display: none;
	max-height: 100dvh;
	position: absolute;
	top: -80px;
	right: 50%;
	transform: translateX(50%);
	max-height: 80dvh;
	max-width: 100%;
	z-index: -2;
}

.brand-logo2 {
	display: none;
}

.logo {
	width: 264px;
	position: absolute;
	top: -200px;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.welcome-container {
	position: relative;
	width: 464px;
	/* max-height: 240px; */
	color: #ffffff;
	text-align: left;
	line-height: 1;
	display: flex;
	flex-direction: column;
	gap: 10px;
	background: rgba(50, 60, 80, 0.8);
	backdrop-filter: blur(5px);
	padding: 30px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.welcome-text {
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
}
.color-text {
	color: #08D308;
}

.word {
	display: block;
	font-weight: 700;
	color: #0c317a;
}

.text-logo {
	font-weight: 900;
	font-size: 27px;
	font-style: italic;
}
.word0 {
	font-weight: 700;
}

.welcome-text1 {
	font-weight: 700;
	font-size: 56px;
	text-transform: uppercase;
	color: white;
	display: block;
	background: linear-gradient(180deg, #FFFFFF 9.59%, #6BC6FF 89.04%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.word1 {
	text-transform: none;
	font-size: 36px;
	line-height: 39px;
	color: #ffffff;
}

.word-margin {
	display: block;
	margin-top: 3px;
}

.word2 {
	font-size: 66px;
	line-height: 50px;
}
.welcome-text2 {
	font-weight: 600;
	font-size: 27px;
	line-height: 30px;
	text-transform: uppercase;
	display: block;
}
.word3 {
	font-weight: 700;
	color: #08d308;
}

.promo-code {
	color: #ffffff;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 22px;
}

.promo-text {
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	position: relative;
	z-index: 2;
	margin-bottom: 9px;
}

.arrow-down {
	position: absolute;
	top: 10px;
	right: -33px;
	pointer-events: none;
}

.code-container {
	background-color: #232c3b;
	width: 313px;
	height: 60px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	gap: 15px;
	cursor: pointer;
	padding-right: 15px;
	z-index: 1;
}

.text-block {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 130px;
	height: 38px;
	text-align: center;
	border-radius: 10px;
	margin-left: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	background: #1f2435;
	border: 1px solid #49516b;
}
.copy-text {
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
	color: white;
}

.copy-img {
	width: 30px;
	height: 30px;
}

.playnow {
	width: 280px;
	height: 56px;
	margin-top: 4vh;
	display: none;
	border: 1px solid #1bbe4b;
	border-radius: 10px;
	background: linear-gradient(0deg, #095c8a, #0df81b);
	font-family: 'Poppins', sans-serif;
	font-size: 19px;
	font-weight: 500;
	color: #ffffff;
	cursor: pointer;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.right {
	max-width: 458px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.brand-logo {
	margin-top: -33px;
}
.modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(5px);
	z-index: 1000;
	justify-content: center;
	align-items: center;
}

.modal-content {
	width: 90%;
	max-width: 500px;
	height: 573px;
	background: transparent;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.modal-iframe {
	width: 100%;
	height: 573px;
	border: none;
	border-radius: 20px;
}

iframe {
	width: 100%;
	height: 573px;
	border: none;
	border-radius: 20px;
	overflow: hidden;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.custom-modal-overlay {
	display: none; /* Hidden by default */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(5px);
	z-index: 2000;
	justify-content: center;
	align-items: center;
}

.custom-modal-content {
	background: #1F214F;
	padding: 38px 0;
	border-radius: 20px;
	text-align: center;
	max-width: 400px;
	width: 90%;
	position: relative;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	color: white;
	text-align: center;
	padding: 0 17px;
}

.modal-logo {
	margin-bottom: 17px;
}

.custom-modal-text1 {
	font-weight: 600;
	size: 20px;
	max-width: 292px;
	text-align: center;
	margin: 0 auto;
	opacity: 0.6;
	text-transform: capitalize;
	margin-bottom: 23px;
}

.custom-modal-text2 {
	font-weight: 600;
	size: 22px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.blue-text {
	color: #3498FE;
}

.close-button {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: #030f28;
	top: 0;
	right: 0;
	cursor: pointer;
	border: 1px solid #2b3d64;
	display: flex;
	align-items: center;
	justify-content: center;
}
.close-button:hover {
	border-color: white;
}

.container-continue-button {
	width: 100%;
	max-width: 266px;
	margin: 0 auto;
}

.continue-button {
	color: white;
	padding: 17px;
	border: none;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	background: linear-gradient(180deg, #FFAD87 0%, #E04800 100%);
	border-radius: 62px;
	width: 100%;
}

.modal-img {
	padding: 0 35px;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 20px;
}

.continue-button:hover {
	filter: brightness(0.8);
}

footer {
	position: relative;
	padding: 20px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 55px;
	row-gap: 20px;
	flex-wrap: wrap;
	z-index: 2;
	background: #161C23;
}

.footer-logo {
	filter: brightness(0.7);
}

.visa {
	height: 20px;
}
.mastercard {
	height: 23px;
}

.google {
	height: 28px;
}
.apple {
	height: 26px;
}

.deal {
	height: 32px;
}
.revolut {
	height: 32px;
}
.bank {
	height: 32px;
}
.interac {
	height: 32px;
}
.kryptonim {
	height: 16px;
}

@media (max-width: 1279px) {
	.playnow {
		display: block !important;
	}

	.welcome-container {
		margin-top: 200px;
		text-align: center;
	}

	header {
		padding: 15px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.img_right {
		right: 0;
		transform: translateX(0);
	}

	.logo-header {
		max-height: 114px;
	}

	.left {
		justify-content: center;
		margin-left: 0;
		margin-bottom: 50px;
		align-items: center;
	}

	.right {
		display: none;
	}

	.character-desktop {
		display: none;
	}

	.character-mobile {
		display: block;
	}

	.img_left {
		max-width: 200px;
	}
	.img_right {
		max-width: 200px;
	}

	.promo-code {
		margin-top: 14px;
	}
}

@media (max-width: 750px) {
	.header {
		padding: 13px;
	}

	main {
		padding: 0 20px;
	}

	.footer {
		column-gap: 38px;
		row-gap: 31px;
	}

	.visa {
		height: 12px;
	}
	.mastercard {
		height: 15px;
	}

	.google {
		height: 16px;
	}
	.apple {
		height: 17px;
	}

	.deal {
		height: 23px;
	}
	.revolut {
		height: 20px;
	}
	.bank {
		height: 20px;
	}
	.interac {
		height: 26px;
	}
	.kryptonim {
		height: 12px;
	}
}

@media (max-width: 520px) {
	.welcome-container {
		width: 100%;
		margin-top: 100px;
	}

	.brand-logo2 {
		margin-bottom: 30px;
		width: 100%;
	}

}

@media (max-width: 467px) {
	.header {
		padding: 20px 40px;
	}

	.welcome-text1 {
		font-size: 60px;
	}

	.word2 {
		font-size: 60px;
	}
}

@media (max-width: 430px) {
	.welcome-text {
		font-size: 19px;
	}

	.text-logo {
		max-height: 20px;
	}

	.welcome-text1 {
		font-size: 50px;
	}

	.word2 {
		font-size: 50px;
	}

	.welcome-text2 {
		font-size: 22px;
	}

}

@media (max-width: 375px) {
	.header {
		padding: 20px 20px;
	}

	.welcome-text {
		font-size: 17px;
	}

	.welcome-text1 {
		font-size: 43px;
	}

	.word2 {
		font-size: 43px;
	}

	.welcome-text2 {
		font-size: 19px;
	}
}

#toast {
	visibility: hidden;
	min-width: 250px;
	margin-left: -125px;
	background-color: #333;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	padding: 16px;
	position: fixed;
	z-index: 5;
	left: 50%;
	bottom: 30px;
	font-size: 17px;
}

#toast.show {
	visibility: visible;
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#toast.error {
	background-color: #c0392b;
}

@-webkit-keyframes fadein {
	from {
		bottom: 0;
		opacity: 0;
	}
	to {
		bottom: 30px;
		opacity: 1;
	}
}

@keyframes fadein {
	from {
		bottom: 0;
		opacity: 0;
	}
	to {
		bottom: 30px;
		opacity: 1;
	}
}

@-webkit-keyframes fadeout {
	from {
		bottom: 30px;
		opacity: 1;
	}
	to {
		bottom: 0;
		opacity: 0;
	}
}

@keyframes fadeout {
	from {
		bottom: 30px;
		opacity: 1;
	}
	to {
		bottom: 0;
		opacity: 0;
	}
}

@keyframes moveUpDown {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-40px);
	}
}
