@font-face {
	src: url("/aranylehetoseg-assets/aranylehetoseg-fonts/aranylehetoseg-inter-extra-bold.woff2")
		format("truetype");
	font-family: "inter-bold";
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/aranylehetoseg-assets/aranylehetoseg-fonts/aranylehetoseg-inter-bold.woff2")
		format("truetype");
	font-family: "inter-medium";
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/aranylehetoseg-assets/aranylehetoseg-fonts/aranylehetoseg-inter-regular.woff2")
		format("truetype");
	font-family: "inter-regular";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {
	--font-title: "inter-extra-bold", sans-serif;
	--font-text: "inter-regular", sans-serif;
	--font-btn: "inter-bold", sans-serif;

	--color-bg: #0b0f18;
	--color-white: #fff;
	--color-btn: #f9c318;
	--color-card: #1852b5;
	--color-secondary: #1752b680;
	--color-yellow: #f6c900;
	--transition: all ease-in-out 0.5s;
}

*,
::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: var(--color-bg);
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow-x: hidden;
	position: relative;
	z-index: 2;
}

button {
	border: none;
	outline: none;
	cursor: pointer;
	background: transparent;
}

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%;
}

.aranylehetoseg--container__main {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
}

.aranylehetoseg__visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0);
}

/* Partical */
#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	z-index: 0;
	overflow: hidden;
}

/* Header */
.aranylehetoseg--header {
	width: 100%;
}

.aranylehetoseg--header__container {
	width: 100%;
	display: flex;
	padding: 0.675rem 0;
}

.aranylehetoseg--header__logo {
	max-width: 130px;
	width: 100%;
	height: 54px;
	margin-inline: auto;
}

.aranylehetoseg--menu {
	display: flex;
	justify-content: center;
	gap: 3.125rem;
	align-items: center;
}

/* Dropdown */
.language-dropdown {
	position: relative;
	display: inline-block;
	max-width: 61px;
	width: 100%;
}

.language-dropdown-show {
	display: none;
}

.dropbtn {
	border-radius: 20px;
	width: 100%;
	height: 34px;
	cursor: pointer;
	gap: 0.675rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--color-white);
	text-transform: uppercase;
	font-family: var(--font-btn);
	font-size: 0.95rem;
	line-height: 100%;
	border: none;
	position: relative;
	z-index: 3;
	padding: 0 12px;
}

.dropdown-arrow {
	display: flex;
	align-items: center;
}

.dropdown-arrow img {
	width: 24px;
	height: 24px;
	transition: transform 0.3s ease;
}

.dropdown-content-wrapper {
	position: absolute;
	top: 17px;
	right: 0;
	width: 100%;
	max-width: 103px;
	z-index: 2;
	overflow: hidden;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	height: 0;
	transition: height 0.3s ease;
}

.dropdown-content {
	padding: 0;
	margin-top: 10px;
}

.dropdown-item {
	width: 100%;
	height: 34px;
	cursor: pointer;
	gap: 0.675rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--color-white);
	text-transform: uppercase;
	font-family: var(--font-btn);
	font-size: 0.95rem;
	line-height: 100%;
	border: none;
	position: relative;
	z-index: 3;
	text-align: center;
	background: transparent;
}

.dropdown-item:first-child {
	width: 100%;
	max-width: 61px;
}

/* Active state */
.language-dropdown.active .dropbtn {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.language-dropdown.active .dropdown-arrow img {
	transform: rotate(180deg);
}

.language-dropdown.active .dropdown-content-wrapper {
	height: 60px; /* Высота контента */
}

.language-dropdown.active .dropdown-item {
	opacity: 1;
}

/* Welcom Section */
.aranylehetoseg--welcome {
	background-image: linear-gradient(rgba(23, 82, 182, 0.8)),
		url(/aranylehetoseg-assets/aranylehetoseg-img/aranylehetoseg-welcome/aranylehetoseg-line.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.aranylehetoseg--welcome-container {
	display: flex;
	align-items: center;
	gap: 0.675rem;
	padding: 9.125rem 0;
}

.aranylehetoseg--welcome--info {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	max-width: 780px;
	width: 100%;
}

.aranylehetoseg--welcome----title {
	font-family: var(--font-title);
	font-weight: 900;
	font-size: 2.5rem;
	line-height: 110%;
	color: var(--color-white);
}

.aranylehetoseg--welcome----text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.95rem;
	line-height: 150%;
	color: var(--color-white);
}

.aranylehetoseg--welcome---btn {
	max-width: 194px;
	width: 100%;
	height: 38px;
	display: flex;
	align-items: center;
	background: var(--color-btn);
	justify-content: center;
	font-family: var(--font-title);
	font-weight: 700;
	color: #134495;
	font-size: 0.95rem;
	line-height: 120%;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
	overflow: hidden;
	box-shadow: 0px 0px 5.9px 0px #f9c318;
}

.aranylehetoseg--welcome---btn:hover {
	opacity: 0.95;
	box-shadow: 0 0 30px var(--color-btn);
}

.aranylehetoseg--welcome---btn .animation {
	border-radius: 100%;
	animation: ripple 0.6s linear infinite;
}

@keyframes ripple {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1),
			0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1),
			0 0 0 60px rgba(255, 255, 255, 0.1);
	}

	100% {
		box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1),
			0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1),
			0 0 0 80px rgba(255, 255, 255, 0);
	}
}

.aranylehetoseg--welcome--image {
	background-image: url(/aranylehetoseg-assets/aranylehetoseg-img/aranylehetoseg-welcome/aranylehetoseg-lottery.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 350px;
	width: 100%;
	height: 337px;
}

/* About */
.aranylehetoseg--about {
	padding: 5rem 0;
}

.aranylehetoseg--relative {
	position: relative;
	overflow-x: hidden;
}

.aranylehetoseg--about-container {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	position: relative;
	z-index: 3;
}

.aranylehetoseg--about--title {
	font-family: var(--font-title);
	font-weight: 900;
	font-size: 2rem;
	line-height: 100%;
	text-align: center;
	color: var(--color-white);
}

.aranylehetoseg--center {
	text-align: center;
}

.aranylehetoseg--about--cards {
	display: flex;
	gap: 1.25rem;
	flex-wrap: wrap;
	justify-content: center;
}

.aranylehetoseg--about---card {
	background: var(--color-card);
	max-width: 270px;
	width: 100%;
	padding: 1.875rem;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	box-shadow: 0px 0px 7.1px 0px #1752b6;
}

.aranylehetoseg--about----top {
	display: flex;
	align-items: center;
	gap: 0.675rem;
}

.aranylehetoseg--about_icon {
	background-image: url(/aranylehetoseg-assets/aranylehetoseg-img/aranylehetoseg-icons/aranylehetoseg-icon-star.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 24px;
	width: 100%;
	height: 24px;
}

.aranylehetoseg--about----subtitle {
	font-family: var(--font-btn);
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 100%;
	color: var(--color-white);
	height: 96px;
}

.aranylehetoseg--auto {
	margin-inline: auto;
}

/* Lotto */
.aranylehetoseg-darkblue {
	background: var(--color-secondary);
	position: relative;
	z-index: 2;
}

.aranylehetoseg--lotto--cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.25rem;
}

.aranylehetoseg--lotto---card {
	position: relative;
	overflow: hidden;
	background: #192236;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	z-index: 1;
	padding: 1.875rem;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	max-width: 366px;
	width: 100%;
}

.aranylehetoseg-sb {
	justify-content: space-between;
}

.aranylehetoseg--lotto---card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(138.66deg, #f9c318 7.96%, #93730e 93.33%);
	border-radius: 30px;
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	padding: 7px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	z-index: -1;
}

.aranylehetoseg--lotto----top {
	background: #1752b6;
	height: 165px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.aranylehetoseg--lotto--skandiv {
	max-width: 278px;
	width: 100%;
	height: 114px;
}
.aranylehetoseg--lotto--otos {
	max-width: 245px;
	width: 100%;
	height: 102px;
}
.aranylehetoseg--lotto--euro {
	max-width: 228px;
	width: 100%;
	height: 106px;
}

.aranylehetoseg--hauto {
	height: auto !important;
}

.aranylehetoseg--lotto----lists {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.aranylehetoseg--lotto----lists li:last-child {
	height: 120px;
}
.aranylehetoseg--h li:last-child {
	height: 140px;
}

.aranylehetoseg--bold {
	font-weight: 700;
	font-family: var(--font-btn);
}

.aranylehetoseg--lotto-btn {
	max-width: 100%;
	width: 100%;
}

/* Winners */
.aranylehetoseg--winners--cards {
	display: flex;
	gap: 1.25rem;
	flex-wrap: wrap;
	justify-content: center;
}

.aranylehetoseg--winners---card {
	align-items: center;
	max-width: 560px;
	width: 100%;
	display: flex;
	flex-direction: column;
	background: linear-gradient(93.4deg, #ffffff 4.59%, #dadada 94.47%);
	padding: 1.875rem;
	gap: 0.675rem;
	border: 8px solid #1752b6;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.aranylehetoseg--black {
	color: #0b0f18;
}

/* Reviews */
.aranylehetoseg--reviews--cards {
	display: flex;
	gap: 1.25rem;
	flex-wrap: wrap;
	justify-content: center;
}

.aranylehetoseg--reviews---card {
	background: #192236;
	position: relative;
	overflow: hidden;
	z-index: 1;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	padding: 1.875rem;
	max-width: 366px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}
.aranylehetoseg--reviews---card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(138.66deg, #f9c318 7.96%, #93730e 93.33%);
	border-radius: 30px;
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	padding: 7px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	z-index: -1;
}

.aranylehetoseg--reviews---userbox {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	justify-content: space-between;
}

.aranylehetoseg--reviews__ava {
	background-image: url(/aranylehetoseg-assets/aranylehetoseg-img/aranylehetoseg-icons/aranylehetoseg-icon-user.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	max-width: 46px;
	width: 100%;
	height: 46px;
}

.aranylehetoseg--reviews----user {
	display: flex;
	align-items: center;
	gap: 0.675rem;
}

.aranylehetoseg--reviews----user:first-child {
	max-width: 155px;
	width: 100%;
}

.aranylehetoseg--reviews----user:last-child {
	max-width: 83px;
	width: 100%;
}

.aranylehetoseg-90 {
	height: 90px;
}

/* Footer */
.aranylehetoseg--footer {
	position: relative;
	padding: 1.875rem 0;
}

.aranylehetoseg--footer-container {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

.aranylehetoseg--footer--top {
	display: flex;
	flex-direction: column;
	gap: 0.675rem;
}

.aranylehetoseg--footer---title {
	font-family: var(--font-btn);
	font-weight: 700;
	font-size: 1rem;
	line-height: 100%;
	text-transform: uppercase;
	color: var(--color-yellow);
}

.aranylehetoseg--footer---lists {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

.aranylehetoseg--footer----text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 120%;
	color: var(--color-white);
	text-shadow: 0px 2px 4px 0px #00000080;
}

.aranylehetoseg--footer--info {
	display: flex;
	gap: 1.25rem;
}

.aranylehetoseg--footer---list {
	display: flex;
	flex-direction: column;
	gap: 0.675rem;
	max-width: 560px;
	width: 100%;
}

.aranylehetoseg--footer---age {
	background-image: url(/aranylehetoseg-assets/aranylehetoseg-img/aranylehetoseg-footer/aranylehetoseg-icon-age.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 53px;
	width: 100%;
	height: 32px;
}

.aranylehetoseg--footer--parthers {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
}

.aranylehetoseg--footer---begamble {
	max-width: 153px;
	width: 100%;
	height: 30px;
}
.aranylehetoseg--footer---gamstop {
	max-width: 159px;
	width: 100%;
	height: 30px;
}
.aranylehetoseg--footer---gt {
	max-width: 78px;
	width: 100%;
	height: 30px;
}
.aranylehetoseg--footer---raig {
	max-width: 91px;
	width: 100%;
	height: 30px;
}

.aranylehetoseg--footer---navmenu {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	align-items: center;
}

.aranylehetoseg--footer---navmenu li a {
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
}

.aranylehetoseg--footer---navmenu li a:hover {
	color: var(--color-white);
}

/* Modal Sign up  */
.aranylehetoseg-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;
}

.aranylehetoseg-modal--title {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 2.25rem;
	line-height: 100%;
	text-align: center;
	color: var(--color-white);
}

.aranylehetoseg-modal__content-sign {
	background: #192236;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 1.25rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	border: none;
	width: 100%;
	height: 400px;
	max-width: 450px;
	position: relative;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	padding: 1.25rem;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	backdrop-filter: blur(25px);
	box-shadow: 0px 4px 10px 0px #0000004d;
	overflow: hidden;
}

.aranylehetoseg-modal__content-sign::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(138.66deg, #f9c318 7.96%, #93730e 93.33%);
	border-radius: 10px;
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	padding: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	z-index: -1;
}

.aranylehetoseg__form {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	width: 100%;
	margin: 0 auto;
}

.aranylehetoseg__form__input {
	outline: none;
	border: none;
	padding: 0.675;
	color: #000000;
	font-weight: 700;
	height: 39px;
	line-height: 20px;
	font-size: 1rem;
	font-family: var(--font-btn);
	background: #e1e1e1;
	border: 1px solid #000000;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	text-align: center;
}

.aranylehetoseg__form__input::placeholder {
	color: #000000;
	font-weight: 400;
	line-height: 100%;
	font-size: 1rem;
	font-family: var(--font-text);
	text-align: center;
	text-transform: uppercase;
}

.aranylehetoseg__form__button {
	outline: none;
	border: none;
	max-width: 204px;
	width: 100%;
	height: 38px;
	font-family: var(--font-btn);
	font-size: 1rem;
	color: #134495;
	font-weight: 700;
	line-height: 100%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-btn);
	border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	-webkit-border-radius: 100px;
	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;
	box-shadow: 0px 0px 5.9px 0px #f9c318;
	margin-inline: auto;
}

.aranylehetoseg__form__button: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);
}

.aranylehetoseg__form__login {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}
.aranylehetoseg__form__log {
	font-size: 0.75rem;
	line-height: 150%;
	font-weight: 400;
	font-family: var(--font-text);
	color: #1a291c;
}

.aranylehetoseg__form__reg {
	border: none;
	outline: none;
	background-color: transparent;
	font-size: 1rem;
	line-height: 140%;
	font-weight: 600;
	font-family: var(--font-title);
	color: var(--color-white);
	text-decoration: underline;
}

/* Log in */
.aranylehetoseg-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;
}

.aranylehetoseg-modal__content-login {
	background: #192236;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 1.25rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	border: none;
	width: 100%;
	height: 325px;
	max-width: 450px;
	position: relative;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	padding: 1.25rem;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	backdrop-filter: blur(25px);
	box-shadow: 0px 4px 10px 0px #0000004d;
	overflow: hidden;
}

.aranylehetoseg-modal__content-login::before {
	content: "";
	position: absolute;
	inset: 0;

	background: linear-gradient(138.66deg, #f9c318 7.96%, #93730e 93.33%);

	border-radius: 10px;
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	padding: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	z-index: -1;
}

.aranylehetoseg-modal-content.success {
	background-color: #4caf50;
	color: white;
}

.aranylehetoseg-modal-content.error {
	background-color: #f44336;
	color: white;
}

.aranylehetoseg-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;
}

.aranylehetoseg-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%);
}

.aranylehetoseg-modal-content.success {
	background-color: #4caf50;
	color: var(--color-white);
	text-align: center;
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 100%;
}

.aranylehetoseg-modal-content.error {
	background-color: #f44336;
	color: var(--color-white);
	text-align: center;
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 100%;
}

/* Others Styles */

/* Mobile */
@media screen and (max-width: 1180px) {
	.aranylehetoseg--container__main {
		padding: 0 1rem;
	}

	.aranylehetoseg--welcome-container {
		padding: 1.25rem 0;
	}
}
@media screen and (max-width: 991px) {
	.aranylehetoseg--welcome-container {
		flex-direction: column;
	}

	.aranylehetoseg--welcome--info {
		max-width: 100%;
		width: 100%;
	}

	.aranylehetoseg--welcome--image {
		max-width: 328px;
		width: 100%;
		height: 316px;
	}

	.aranylehetoseg--welcome----title {
		font-size: 2rem;
		word-break: break-all;
	}
}

@media screen and (max-width: 800px) {
	.aranylehetoseg--footer--info {
		flex-direction: column;
	}

	.aranylehetoseg--footer---list {
		max-width: 100%;
		width: 100%;
	}

	.aranylehetoseg--footer--parthers {
		flex-wrap: wrap;
		justify-content: center;
	}

	.aranylehetoseg--about--title {
		word-break: break-all;
	}
}
