@font-face {
	src: url("/jatekesvendeglatascentrum-assets/jatekesvendeglatascentrum-fonts/jatekesvendeglatascentrum-inter-bold.woff2")
		format("truetype");
	font-family: "inter-bold";
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/jatekesvendeglatascentrum-assets/jatekesvendeglatascentrum-fonts/jatekesvendeglatascentrum-inter-semibold.woff2")
		format("truetype");
	font-family: "inter-semibold";
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/jatekesvendeglatascentrum-assets/jatekesvendeglatascentrum-fonts/jatekesvendeglatascentrum-inter-medium.woff2")
		format("truetype");
	font-family: "inter-medium";
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

:root {
	--font-title: "inter-bold", sans-serif;
	--font-text: "inter-medium", sans-serif;
	--font-btn: "inter-semibold", sans-serif;

	--color-btn: #ffc900;
	--color-footer: #000336;
	--color-white: #fff;
	--color-gray: #d5d5d5;
	--color-card: linear-gradient(180deg, #000336 0%, #004e90 100%);
	--border-line: 1px solid #ffffff;
}

*,
::after,
::before {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul,
ol,
li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #ffffff;
	cursor: pointer;
}

body {
	background-color: var(--color-white);
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow-x: hidden;
	position: relative;
}

button {
	border: none;
	outline: none;
	cursor: pointer;
}

main,
footer {
	width: 100%;
	color: rgba(3, 3, 3, 1);
}

html {
	scroll-behavior: smooth;
}

img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-position: center;
	object-position: center;
	vertical-align: top;
}

header {
	width: 100%;
}

.jatekesvendeglatascentrum--container__main {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
}

.jatekesvendeglatascentrum__visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0);
}

/* Header */
.jatekesvendeglatascentrum--header {
	width: 100%;
	background-image: linear-gradient(rgba(0, 0, 0, 0.3)),
		url(/jatekesvendeglatascentrum-assets/jatekesvendeglatascentrum-img/jatekesvendeglatascentrum-title/jatekesvendeglatascentrum-line-dotted.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.jatekesvendeglatascentrum--header__container {
	padding: 0.95rem 0;
	background: linear-gradient(180deg, #000336 0%, rgba(0, 3, 54, 0) 100%);
}

.jatekesvendeglatascentrum--header__logo-box {
	width: 100%;
}

.jatekesvendeglatascentrum--header__logo {
	max-width: 347px;
	width: 100%;
	height: 24px;
	margin-inline: auto;
}

/* Welcom Section */
.jatekesvendeglatascentrum--welcome-box {
	width: 100%;
	padding: 4rem 0rem;
	position: relative;
}

.jatekesvendeglatascentrum--welcome--container {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	padding: 1.25rem;
}
.jatekesvendeglatascentrum--welcome--top {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.jatekesvendeglatascentrum--welcome---title {
	font-family: var(--font-title);
	color: var(--color-white);
	font-weight: 400;
	font-size: 2.5rem;
	line-height: 120%;
	text-transform: uppercase;
	text-align: center;
}

.jatekesvendeglatascentrum--welcome---text {
	font-family: var(--font-text);
	color: var(--color-white);
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 140%;
	max-width: 732px;
	width: 100%;
	text-align: center;
	margin-inline: auto;
}

.jatekesvendeglatascentrum--welcome--btnbox {
	display: flex;
	flex-direction: column;
	gap: 0.675rem;
	padding: 0.675rem;
	max-width: 400px;
	width: 100%;
	margin-inline: auto;
}

.jatekesvendeglatascentrum--welcome-logo {
	max-width: 216px;
	width: 100%;
	height: 89px;
	object-fit: cover;
}
.jatekesvendeglatascentrum--block-center {
	margin-inline: auto;
}

.jatekesvendeglatascentrum--welcome---btn {
	max-width: 210px;
	width: 100%;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-btn);
	font-weight: 600;
	font-size: 1.25rem;
	color: #000000;
	line-height: 150%;
	text-align: center;
	background: var(--color-btn);
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.3s ease;
}

.jatekesvendeglatascentrum--welcome---btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 5px 25px var(--color-btn);
}
.jatekesvendeglatascentrum--welcome-glare {
	opacity: 0.8;
	position: absolute;
	top: -100px;
	left: -100px;
	display: block;
	background: #fff;
	width: 40px;
	height: 300px;
	transition: all 0.1;
	stransform: rotate(45deg);
	animation-delay: 0.05s;
	animation-timing-function: ease-in-out;
	animation-name: slide;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	-webkit-transition: all 0.1;
	-moz-transition: all 0.1;
	-ms-transition: all 0.1;
	-o-transition: all 0.1;
}

@keyframes slide {
	0% {
		transform: translateX(0) rotate(45deg);
		-webkit-transform: translateX(0) rotate(45deg);
		-moz-transform: translateX(0) rotate(45deg);
		-ms-transform: translateX(0) rotate(45deg);
		-o-transform: translateX(0) rotate(45deg);
	}
	30%,
	100% {
		transform: translateX(390px) rotate(45deg);
		-webkit-transform: translateX(390px) rotate(45deg);
		-moz-transform: translateX(390px) rotate(45deg);
		-ms-transform: translateX(390px) rotate(45deg);
		-o-transform: translateX(390px) rotate(45deg);
	}
}

/* Lotto */
.jatekesvendeglatascentrum--lotto-box {
	background: var(--color-card);
	padding: 1.25rem 0;
	width: 100%;
}

.jatekesvendeglatascentrum--lotto--container {
	display: flex;
	align-items: center;
	padding: 1.5rem 0rem;
	justify-content: space-between;
	width: 100%;
	gap: 5rem;
}

.jatekesvendeglatascentrum--lotto----bonus {
	max-width: 295px;
	width: 100%;
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 140%;
	color: var(--color-white);
	text-transform: uppercase;
}

.jatekesvendeglatascentrum--lotto----rating {
	display: flex;
	align-items: center;
	max-width: 186px;
	width: 100%;
	justify-content: center;
}

.jatekesvendeglatascentrum--lotto__icon {
	background-image: url(/jatekesvendeglatascentrum-assets/jatekesvendeglatascentrum-img/jatekesvendeglatascentrum-lotto/jatekesvendeglatascentrum-icon-star.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 34px;
	width: 100%;
	height: 34px;
}

/* Contact */
.jatekesvendeglatascentrum--contact-box {
	padding: 3.125rem 0;
	background: #03085e;
}

.jatekesvendeglatascentrum--contact--container {
	max-width: 570px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.jatekesvendeglatascentrum--contact-title {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 100%;
	color: var(--color-btn);
}

.jatekesvendeglatascentrum__contact--form {
	display: flex;
	width: 100%;
	gap: 1.25rem;
	flex-direction: column !important;
}

label {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1rem;
	line-height: 100%;
	color: var(--color-white);
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.jatekesvendeglatascentrum_contact__input {
	outline: none;
	height: 47px;
	width: 100%;
	background: transparent;
	border: var(--border-line);
	font-size: 1rem;
	color: white;
	font-family: var(--font-text);
	font-weight: 400;
	padding: 1rem 1.5rem;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.jatekesvendeglatascentrum_contact--textarea {
	height: 80px;
	resize: none;
}

.jatekesvendeglatascentrum_contact__btn {
	max-width: 100% !important;
	width: 100%;
	text-transform: none;
	font-size: 0.875rem;
	font-weight: 700;
	font-family: var(--font-title);
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.active__block {
	display: flex;
}

.form-message-container {
	margin-top: 0px;
}

.form-message {
	padding: 10px 15px;
	border-radius: 4px;
	font-size: 14px;
	animation: fadeIn 0.3s ease-in-out;
}

.form-message.success {
	background-color: #d4edda;
	color: #155724;
	border: 1px solid #c3e6cb;
	text-align: center;
	font-size: 1rem;
	font-weight: 500;
	font-family: var(--font-text);
}

.form-message.error {
	background-color: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
	text-align: center;
	font-size: 1rem;
	font-weight: 500;
	font-family: var(--font-text);
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Footer */
.jatekesvendeglatascentrum--footer {
	position: relative;
	padding: 3.125rem 0;
	background: var(--color-footer);
}

.jatekesvendeglatascentrum--footer__container,
.jatekesvendeglatascentrum--footer--top {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.jatekesvendeglatascentrum--footer---title {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 2.25rem;
	line-height: 100%;
	color: var(--color-white);
}

.jatekesvendeglatascentrum--footer----text {
	font-family: var(--font-text);
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 120%;
	color: var(--color-white);
}

.jatekesvendeglatascentrum--footer__navmenu {
	display: flex;
	align-items: center;
	gap: 1.25rem;
}

.jatekesvendeglatascentrum--footer__navmenu li a {
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}
.jatekesvendeglatascentrum--footer__navmenu li a:hover {
	color: #000000;
}

.jatekesvendeglatascentrum--footer---parthers {
	display: flex;
	align-items: center;
	gap: 2.5rem;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-inline: auto;
}

.jatekesvendeglatascentrum--footer---age {
	background-image: url(/jatekesvendeglatascentrum-assets/jatekesvendeglatascentrum-img/jatekesvendeglatascentrum-footer/jatekesvendeglatascentrum-icon-age.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 82px;
	width: 100%;
	height: 50px;
}

.jatekesvendeglatascentrum--footer---parthers a img {
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.jatekesvendeglatascentrum--footer---parthers a img:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.jatekesvendeglatascentrum--footer---raig {
	max-width: 113px;
	width: 100%;
	height: 36px;
}
.jatekesvendeglatascentrum--footer---gamstop {
	max-width: 196px;
	width: 100%;
	height: 36px;
}
.jatekesvendeglatascentrum--footer---gamcare {
	max-width: 209px;
	width: 100%;
	height: 60px;
}
.jatekesvendeglatascentrum--footer---gt {
	max-width: 133px;
	width: 100%;
	height: 50px;
}
.jatekesvendeglatascentrum--footer---begamble {
	max-width: 255px;
	width: 100%;
	height: 49px;
}

/* Modal Sign up  */
.jatekesvendeglatascentrum-modal_sign {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #101010ad;
	backdrop-filter: blur(22.899999618530273px);
	padding: 0 1rem;
}

.jatekesvendeglatascentrum-modal--title {
	font-family: var(--font-btn);
	font-weight: 600;
	font-size: 2.25rem;
	line-height: 100%;
	text-align: center;
	color: var(--color-white);
}

.jatekesvendeglatascentrum-modal__content-sign {
	background: var(--color-footer);
	border: var(--border-line);
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 1.875rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 3.125rem 3.75rem;
	max-width: 680px;
	width: 100%;
	height: 475px;
	position: relative;
	backdrop-filter: blur(25px);
	box-shadow: 12px -1px 30px 0px #ffffff26;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.jatekesvendeglatascentrum__form {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	width: 100%;
	margin: 0 auto;
}

.jatekesvendeglatascentrum__form__input {
	outline: none;
	border: 1px solid #000000;
	padding: 0.95rem 1.25rem;
	color: #1f1f1f;
	font-weight: 400;
	height: 49px;
	line-height: 20px;
	font-size: 1.05rem;
	font-family: var(--font-text);
	background: #e1e1e1;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border: 1px solid #000000;
	box-shadow: 0px 4px 4px 0px #00000040 inset;
}

.jatekesvendeglatascentrum__form__input::placeholder {
	color: #808080;
	font-weight: 400;
	line-height: 100%;
	font-size: 1rem;
	font-family: var(--font-text);
}

.jatekesvendeglatascentrum__form__button {
	max-width: 143px !important;
	width: 100%;
	background: #fcb82b !important;
	font-size: 0.875rem !important;
	font-weight: 400 !important;
	font-family: var(--font-title) !important;
	text-transform: none !important;
	margin-inline: auto;
}

.jatekesvendeglatascentrum__form__login {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}
.jatekesvendeglatascentrum__form__log {
	font-size: 1.05rem;
	line-height: 20px;
	font-weight: 400;
	font-family: var(--font-text);
	color: #feffff;
}

.jatekesvendeglatascentrum__form__reg {
	border: none;
	outline: none;
	background-color: transparent;
	font-size: 1rem;
	line-height: 22px;
	font-weight: 400;
	border-bottom: 1px solid var(--color-white);
	font-family: var(--font-title);
	color: var(--color-white);
	text-transform: none;
}

/* Log in */
.jatekesvendeglatascentrum-modal_login {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #101010ad;
	backdrop-filter: blur(22.899999618530273px);
	padding: 0 1rem;
}

.jatekesvendeglatascentrum-modal__content-login {
	background: var(--color-footer);
	border: var(--border-line);
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 1.875rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 3.125rem 3.75rem;
	max-width: 680px;
	width: 100%;
	height: 380px;
	position: relative;
	backdrop-filter: blur(25px);
	box-shadow: 12px -1px 30px 0px #ffffff26;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.jatekesvendeglatascentrum-modal-content.success {
	background-color: #4caf50;
	color: white;
}

.jatekesvendeglatascentrum-modal-content.error {
	background-color: #f44336;
	color: white;
}

.jatekesvendeglatascentrum-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	justify-content: center;
	align-items: center;
}

.jatekesvendeglatascentrum-modal-content {
	background: white;
	padding: 20px;
	border-radius: 5px;
	max-width: 400px;
	width: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.jatekesvendeglatascentrum-modal-content.success {
	background-color: #4caf50;
	color: var(--color-white);
	text-align: center;
	font-family: var(--font-btn);
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 100%;
}

.jatekesvendeglatascentrum-modal-content.error {
	background-color: #f44336;
	color: var(--color-white);
	text-align: center;
	font-family: var(--font-btn);
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 100%;
}

/* Others Styles */
.jatekesvendeglatascentrum--privacy-box {
	padding: 3.5rem 0 4.375rem;
}

.jatekesvendeglatascentrum--privacy--lists {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.jatekesvendeglatascentrum--privacy--container {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}
.jatekesvendeglatascentrum--privacy---elem,
.jatekesvendeglatascentrum--privacy----sublist {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.jatekesvendeglatascentrum--privacy--box {
	display: flex;
	flex-direction: column;
	gap: 0.675rem;
}

.jatekesvendeglatascentrum--privacy----sublist li {
	list-style-type: disc;
	margin-left: 1.25rem;
}

.jatekesvendeglatascentrum--privacy---elem h2 {
	max-width: 100% !important;
	width: 100%;
}

.jatekesvendeglatascentrum--uppercase {
	text-transform: uppercase;
	text-align: left;
}

.jatekesvendeglatascentrum--yellow {
	color: var(--color-btn);
}

.jatekesvendeglatascentrum--privacy-title {
	word-break: break-all;
}

/* Media */
@media screen and (max-width: 1270px) {
	.jatekesvendeglatascentrum--container__main {
		padding: 0 1rem;
	}

	.jatekesvendeglatascentrum--lotto--container {
		gap: 2rem;
	}
}

@media screen and (max-width: 991px) {
	.jatekesvendeglatascentrum--lotto--container {
		flex-direction: column;
		padding: 0;
	}

	.jatekesvendeglatascentrum--lotto----bonus {
		text-align: center;
	}

	.jatekesvendeglatascentrum--contact-box {
		padding: 1.25rem 0;
	}

	.jatekesvendeglatascentrum--lotto-btn {
		max-width: 296px !important;
		width: 100%;
	}

	.jatekesvendeglatascentrum--welcome--container,
	.jatekesvendeglatascentrum--welcome--btnbox {
		padding: 0;
	}
}

@media screen and (max-width: 740px) {
	.jatekesvendeglatascentrum--header__logo {
		max-width: 220px;
		width: 100%;
		height: 20px;
	}

	.jatekesvendeglatascentrum--welcome---title {
		font-size: 1.25rem;
	}

	.jatekesvendeglatascentrum--welcome---text,
	.jatekesvendeglatascentrum--lotto----bonus {
		font-size: 1rem;
	}
	.jatekesvendeglatascentrum--welcome-logo {
		max-width: 200px;
		width: 100%;
		height: 80px;
	}

	.jatekesvendeglatascentrum--welcome--container {
		gap: 0.675rem;
	}

	.jatekesvendeglatascentrum--welcome---btn {
		font-size: 1rem;
		max-width: 160px;
		width: 100%;
	}

	.jatekesvendeglatascentrum--lotto--container {
		gap: 0.675rem;
	}

	.jatekesvendeglatascentrum--contact-title,
	.jatekesvendeglatascentrum--footer---title {
		font-size: 1.5rem;
	}

	.jatekesvendeglatascentrum--contact--container {
		gap: 1.25rem;
	}

	.jatekesvendeglatascentrum--footer {
		padding: 2.5rem 0;
	}

	.jatekesvendeglatascentrum--footer---parthers {
		justify-content: center;
	}

	.jatekesvendeglatascentrum--footer__navmenu {
		flex-direction: column;
		align-items: flex-start;
	}

	.jatekesvendeglatascentrum--footer__navmenu li:last-child {
		margin-bottom: 1rem;
	}

	.jatekesvendeglatascentrum--footer----text {
		word-break: break-all;
	}

	.jatekesvendeglatascentrum-modal__content-sign {
		padding: 2.5rem 1.875rem;
		height: 440px;
	}

	.jatekesvendeglatascentrum-modal__content-login {
		padding: 2.5rem 1.875rem;
	}

	.jatekesvendeglatascentrum-modal--title {
		font-size: 1.875rem;
	}
}
