@font-face {
	src: url("/luckyball-assets/luckyball-fonts/luckyball-inter-bold.woff2")
		format("truetype");
	font-family: "inter-bold";
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/luckyball-assets/luckyball-fonts/luckyball-inter-medium.woff2")
		format("truetype");
	font-family: "inter-medium";
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/luckyball-assets/luckyball-fonts/luckyball-inter-regular.woff2")
		format("truetype");
	font-family: "inter-regular";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/luckyball-assets/luckyball-fonts/luckyball-manrope-bold.woff2")
		format("truetype");
	font-family: "manrope-bold";
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/luckyball-assets/luckyball-fonts/luckyball-opensans-bold.woff2")
		format("truetype");
	font-family: "opensans-bold";
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

:root {
	--font-title: "inter-bold", sans-serif;
	--font-subtitle: "manrope-bold", sans-serif;
	--font-text: "inter-regular", sans-serif;
	--font-subtext: "inter-medium", sans-serif;
	--font-btn: "opensans-bold", sans-serif;

	--color-bg-main: #000000;
	--color-yellow: #ffdf95;
	--color-btn: linear-gradient(90deg, #ffc13c 33.17%, #ffd651 75.48%);
	--color-white: #ffffffb2;
	--color-card: #3f435029;
	--blur: blur(20px);
	--shadow: 0px 10px 50px 0px #ffd77040;
	--border-bottom-light: 1px solid #a7a7a7;
}

*,
::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-bg-main);
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow-x: hidden;
	position: relative;
}

button {
	border: none !important;
	outline: none !important;
	cursor: pointer !important;
	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%;
}

.luckyball--container__main {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
}

.luckyball__visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0);
}

/* Header */
.luckyball--header {
	width: 100%;
}

.luckyball--header__container {
	padding: 2.25rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.luckyball--header__link-h {
	font-family: var(--font-text) !important;
	font-weight: 400 !important;
	font-size: 1.125rem !important;
	line-height: 100% !important;
	text-transform: capitalize !important ;
	color: var(--color-white) !important;
	text-decoration: none !important;
	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;
}

.luckyball--header__link-h:hover {
	color: var(--color-yellow) !important;
}

.luckyball--header--links {
	display: flex;
	align-items: center;
	gap: 3.125rem;
}

.luckyball--header--btn {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 218px;
	width: 100%;
	height: 57px;
	background: var(--color-btn) !important;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	font-family: var(--font-btn) !important;
	font-weight: 700 !important;
	font-size: 1.25rem;
	line-height: 100%;
	color: #000000 !important;
	text-transform: none !important;
	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;
}

.luckyball--header--btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}
.luckyball--header--btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.luckyball--header--btn:active {
	animation: lotteryWin 0.6s ease;
}

@keyframes lotteryWin {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 rgba(255, 215, 0, 0.7);
	}
	50% {
		transform: scale(1.05);
		box-shadow: 0 0 20px rgba(255, 215, 0, 0.9);
	}
	100% {
		transform: scale(1);
		box-shadow: 0 0 0 rgba(255, 215, 0, 0);
	}
}

/* Welcom Section */
.luckyball--welcome-box {
	width: 100%;
	padding: 3.125rem 0 4.375rem;
	position: relative;
	background: url(/luckyball-assets/luckyball-img/luckyball-title/luckyball-stars-bg-violet.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.luckyball--welcome--container {
	display: flex;
	align-items: center;
}
.luckyball--welcome--top {
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	max-width: 556px;
	width: 100%;
}

.luckyball--welcome---title {
	font-family: var(--font-title);
	color: var(--color-yellow);
	font-weight: 700;
	font-size: 3rem;
	line-height: 120%;
}

.luckyball--grad-title {
	background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 130%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	display: inline-block;
	text-transform: uppercase;
	font-size: 7.25rem;
	line-height: 100%;
	font-family: var(--font-subtitle) !important;
	font-weight: 700;
}

.luckyball--welcome---text {
	font-family: var(--font-text);
	color: var(--color-white);
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 140%;
}

.luckyball--welcome---btn {
	display: flex;
	align-items: center;
	gap: 0.25rem;
}

.luckyball--welcome--stars {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 32px;
	width: 100%;
	height: 32px;
	background-image: url(/luckyball-assets/luckyball-img/luckyball-title/luckybal-icon-stars-btn.svg);
}

.luckyball--welcome--image {
	background-image: url(/luckyball-assets/luckyball-img/luckyball-title/luckybal-wizard-ball.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	max-width: 723px;
	width: 100%;
	height: 723px;
}

/* Winners */
.luckyball--winners-box {
	padding: 3.75rem 0;
	background-image: url(/luckyball-assets/luckyball-img/luckyball-winners/luckyball-violet-circle.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.luckyball--winners--container {
	display: flex;
	align-items: center;
	gap: 0.1rem;
}

.luckyball--winners---icon_tickets {
	background-image: url(/luckyball-assets/luckyball-img/luckyball-winners/luckybal-icon-tickets.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	max-width: 266px;
	width: 100%;
	height: 219px;
}

.luckyball--winners---icon_star {
	background-image: url(/luckyball-assets/luckyball-img/luckyball-winners/luckybal-icon-star.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	max-width: 241px;
	width: 100%;
	height: 279px;
}

.luckyball--winners---info {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	max-width: 680px;
	width: 100%;
}

.luckyball--winners----title {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 48px;
	line-height: 100%;
	color: var(--color-yellow);
	text-align: center;
}

.luckyball--center {
	text-align: center;
}

/* Results */
.luckyball--results-box {
	padding: 3.125rem 0;
	background: url(/luckyball-assets/luckyball-img/luckyball-title/luckyball-stars-bg-violet.webp);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.luckyball--results---top {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

.luckyball--results--container {
	display: flex;
	flex-direction: column;
	gap: 3.225rem;
}

.luckyball--results--cards {
	display: flex;
	gap: 4.375rem;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
}

.luckyball--results---card {
	padding: 1.25rem;
	max-width: 940px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	background: #ffffff0a;
	backdrop-filter: blur(20px);
	box-shadow: 0px 10px 50px 0px #ffd77040;
	border: 1px solid var(--center-channel-color-16, #3f435029);
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	position: relative;
	z-index: 3;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
}

.luckyball--results---card:hover {
	box-shadow: 0 0 20px var(--color-yellow);
}

.luckyball--results---title {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 100%;
	color: var(--color-yellow);
	text-align: center;
}

.luckyball--results---numbers {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.luckyball--results-icon {
	max-width: 85px;
	width: 100%;
	height: 85px;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
}

.luckyball--results-icon:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.luckyball--results----one {
	background-image: url(/luckyball-assets/luckyball-img/luckyball-results/luckyball-num-one.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.luckyball--results----two {
	background-image: url(/luckyball-assets/luckyball-img/luckyball-results/luckyball-num-two.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.luckyball--results----three {
	background-image: url(/luckyball-assets/luckyball-img/luckyball-results/luckyball-num-three.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.luckyball--results----four {
	background-image: url(/luckyball-assets/luckyball-img/luckyball-results/luckyball-num-four.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.luckyball--results----five {
	background-image: url(/luckyball-assets/luckyball-img/luckyball-results/luckyball-num-five.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.luckyball--results----six {
	background-image: url(/luckyball-assets/luckyball-img/luckyball-results/luckyball-num-six.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.luckyball--results----seven {
	background-image: url(/luckyball-assets/luckyball-img/luckyball-results/luckyball-num-seven.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.luckyball--results----nine {
	background-image: url(/luckyball-assets/luckyball-img/luckyball-results/luckyball-num-nine.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.luckyball--results---roulette {
	background-image: url(/luckyball-assets/luckyball-img/luckyball-results/luckyball-icon-roulette.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 263px;
	width: 100%;
	height: 206px;
	position: absolute;
	z-index: 2;
}

.luckyball-pt {
	padding-top: 2.7rem;
}

/* Reviews */
.luckyball--reviews--box {
	display: flex;
	gap: 1.25rem;
	justify-content: space-between;
}

.luckyball--reviews---image {
	background-image: url(/luckyball-assets/luckyball-img/luckyball-reviews/luckyball-wizard-lightball.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 556px;
	width: 100%;
	height: 696px;
}

.luckyball--reviews---cards {
	max-width: 652px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1.3rem;
}

.luckyball--reviews----card {
	background-image: url(/luckyball-assets/luckyball-img/luckyball-winners/luckyball-violet-circle.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 1.875rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.25rem;
	backdrop-filter: blur(20px);
	box-shadow: 0px 10px 50px 0px #ffd77040;
	border: 1px solid var(--center-channel-color-16, #3f435029);
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	position: relative;
	z-index: 3;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
}
.luckyball--reviews----card:hover {
	box-shadow: 0 0 20px var(--color-yellow);
}

.luckyball--reviews__ava {
	max-width: 165px;
	width: 100%;
	height: 165px;
	border: 5px solid #ffd770;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	border: 5px solid #ffd770;
	-o-border-radius: 100px;
	box-shadow: 0px 0px 50px 0px #ffc300b2;
	object-fit: cover;
	object-position: top;
}

.luckyball--reviews__info {
	display: flex;
	flex-direction: column;
	gap: 0.675rem;
	max-width: 310px;
	width: 100%;
}

.luckyball--reviews___stars {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.luckyball--reviews____star {
	max-width: 32px;
	width: 100%;
	height: 32px;
	background-image: url(/luckyball-assets/luckyball-img/luckyball-reviews/luckyball-icon-star-reviews.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.luckyball--reviews___name {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 2rem;
	line-height: 40px;
	color: var(--color-yellow);
}

.luckyball--reviews__btn {
	background: #ffffff12;
	box-shadow: 0px 10px 70px 0px #ffc30066;
	max-width: 130px;
	width: 100%;
	height: 40px;
	font-family: var(--font-btn);
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 100%;
	color: #fff;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
}

.luckyball--reviews__btn:hover {
	box-shadow: 0 0 20px var(--color-yellow);
}
.luckyball--text-hidden {
	display: none;
	overflow: hidden;
	transition: all 0.3s ease;
}

.luckyball--review-container {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 0.675rem;
}

.luckyball--button-reviews {
	max-width: 140px;
	width: 100%;
	margin-left: auto;
	margin-top: 2rem;
}

/* FAQ */
.luckyball--faq-box {
	padding: 1rem 0;
}
.luckyball--faq--container {
	background-image: url(/luckyball-assets/luckyball-img/luckyball-winners/luckyball-violet-circle.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	backdrop-filter: blur(20px);
	border-radius: 30px;
	box-shadow: 0px 10px 50px 0px #ffd77040;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	padding: 3.75rem 2.5rem;
	display: flex;
	gap: 0.25rem;
}

.luckyball--faq--cards {
	display: flex;
	gap: 0.125rem;
	flex-direction: column;
	max-width: 715px;
	width: 100%;
}

.luckyball--faq--card {
	padding: 1.25rem 0;
	display: flex;
	gap: 0.125rem;
	justify-content: space-between;
}

.luckyball--faq--card:first-child {
	border-bottom: 1px solid #a7a7a7;
	border-top: 1px solid #a7a7a7;
}

.luckyball--faq--card {
	border-bottom: 1px solid #a7a7a7;
}

.luckyball--faq---top {
	display: flex;
	gap: 0.25rem;
	flex-direction: column;
	max-width: 584px;
	width: 100%;
}

.luckyball--faq----title {
	font-family: var(--font-subtext);
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 35.2px;
	color: #fff;
}

.luckyball--faq---icon {
	max-width: 99px;
	width: 100%;
	height: 101px;
}

.luckyball--faq---check {
	background-image: url(/luckyball-assets/luckyball-img/luckyball-faq/luckyball-faq-check.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.luckyball--faq---medal {
	background-image: url(/luckyball-assets/luckyball-img/luckyball-faq/luckyball-faq-medal.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.luckyball--faq---cup {
	background-image: url(/luckyball-assets/luckyball-img/luckyball-faq/luckyball-faq-cup.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.luckyball--faq--main-title {
	text-align: right !important;
}

.luckyball--faq---image {
	background-image: url(/luckyball-assets/luckyball-img/luckyball-faq/luckyball-group-people-wizard.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 564px;
	width: 100%;
	height: 515px;
}

/* Footer */
.luckyball--footer {
	position: relative;
	padding: 1.575rem 0 4.475rem;
}

.luckyball--footer--container {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	align-items: center;
}

.luckyball--footer---title {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 100%;
	color: #fff;
}

.luckyball-w {
	max-width: 964px;
	width: 100%;
	margin-inline: auto;
}

.luckyball--footer---parthers {
	display: flex;
	justify-content: center;
	width: 100%;
	gap: 2.5rem;
}

.luckyball--footer---age {
	background-image: url(/luckyball-assets/luckyball-img/luckyball-footer/luckyball-footer-age.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 62px;
	width: 100%;
	height: 30px;
}

.luckyball--footer---parthers img {
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
}

.luckyball--footer---parthers img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.luckyball--footer---raig {
	max-width: 113px;
	width: 100%;
	height: 36px;
}
.luckyball--footer---gamstop {
	max-width: 196px;
	width: 100%;
	height: 36px;
}
.luckyball--footer---gamcare {
	max-width: 209px;
	width: 100%;
	height: 60px;
}
.luckyball--footer---gt {
	max-width: 133px;
	width: 100%;
	height: 50px;
}
.luckyball--footer---begamble {
	max-width: 255px;
	width: 100%;
	height: 49px;
}

.luckyball--footer--navmenu {
	display: flex;
	align-items: center;
	gap: 1rem;
	justify-content: center;
}
.luckyball--footer---navlink a {
	font-family: var(--font-text);
	color: var(--color-white);
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 140%;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
}

.luckyball--footer---navlink a:hover {
	color: var(--color-yellow);
}

/* Modal Sign up  */
.luckyball-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;
}

.luckyball-modal--title {
	font-family: var(--font-title);
	font-weight: 400;
	font-size: 1.575rem;
	line-height: 100%;
	text-align: center;
	color: #fff;
}

.luckyball-modal__content-sign {
	background: var(--color-bg-main);
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 1.875rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 2.875rem 3.75rem;
	width: 100%;
	height: 425px;
	max-width: 510px;
	position: relative;
	border-radius: 30px;
	-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%);
	box-shadow: 0 0 10px var(--color-yellow);
}

.luckyball__form {
	display: flex;
	flex-direction: column;
	max-width: 386px;
	gap: 0.675rem;
	width: 100%;
	margin: 0 auto;
}

.luckyball__form__input {
	outline: none;
	border: 1px solid #000000;
	padding: 1.05rem 1.4rem;
	color: #1f1f1f;
	font-weight: 400;
	height: 55px;
	line-height: 20px;
	font-size: 1.05rem;
	font-family: var(--font-text);
	background: #e4e4e4;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
}

.luckyball__form__input::placeholder {
	color: #808080;
	font-weight: 400;
	line-height: 100%;
	font-size: 1rem;
	font-family: var(--font-text);
}

.luckyball__form__button {
	max-width: 100% !important;
	width: 100%;
	background: var(--color-btn) !important;
	font-size: 1rem !important;
	font-weight: 400 !important;
	font-family: var(--font-title) !important;
	text-transform: none !important;
	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;
	height: 46px !important;
}

.luckyball__form__button:hover {
	box-shadow: 0 0 20px var(--color-yellow);
}

.luckyball__form__login {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}
.luckyball__form__log {
	font-size: 1.05rem;
	line-height: 20px;
	font-weight: 400;
	font-family: var(--font-text);
	color: #feffff;
}

.luckyball__form__reg {
	border: none;
	outline: none;
	background-color: transparent;
	font-size: 1rem;
	line-height: 22px;
	font-weight: 400;
	border-bottom: 1px solid var(--color-yellow);
	font-family: var(--font-title);
	color: var(--color-yellow);
	text-transform: none;
	text-decoration: underline;
}

/* Log in */
.luckyball-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;
}

.luckyball-modal__content-login {
	background: var(--color-bg-main);

	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 1.5rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 2.875rem 3.75rem;
	width: 100%;
	height: 350px;
	max-width: 510px;
	position: relative;
	border-radius: 30px;
	-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%);
	box-shadow: 0 0 10px var(--color-yellow);
}

.luckyball-modal-content.success {
	background-color: #4caf50;
	color: white;
}

.luckyball-modal-content.error {
	background-color: #f44336;
	color: white;
}

.luckyball-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;
}

.luckyball-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%);
}

.luckyball-modal-content.success {
	background-color: #4caf50;
	color: #fff;
	text-align: center;
	font-family: var(--font-btn);
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 100%;
}

.luckyball-modal-content.error {
	background-color: #f44336;
	color: #fff;
	text-align: center;
	font-family: var(--font-btn);
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 100%;
}

/* Others Styles */
.luckyball--privacy-box {
	padding: 3.5rem 0 4.375rem;
}

.luckyball--privacy--lists {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	padding-top: 1.5rem;
}
.luckyball--privacy---elem,
.luckyball--privacy----sublist {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.luckyball--privacy--box {
	display: flex;
	flex-direction: column;
	gap: 0.675rem;
}

.luckyball--privacy----sublist li {
	list-style-type: disc;
	margin-left: 1.25rem;
}

.luckyball--privacy-box h1 {
	color: var(--color-white);
	font-family: var(--font-title);
	font-size: 2.5rem;
	line-height: 100%;
}
.luckyball--privacy-box h2 {
	color: var(--color-white);
	font-family: var(--font-title);
	font-size: 1.5rem;
	line-height: 100%;
}
.luckyball--privacy-box p,
.luckyball--privacy-box li {
	color: var(--color-white);
	font-family: var(--font-text);
	font-size: 1rem;
	line-height: 120%;
}

.luckyball--privacy---elem h2 {
	max-width: 100% !important;
	width: 100%;
}

.luckyball--uppercase {
	text-transform: uppercase;
	text-align: left;
}

.luckyball--yellow {
	color: var(--color-btn);
}

.luckyball--privacy-title {
	word-break: break-all;
}

.luckyball--show {
	display: none;
}

/* Media */
@media screen and (max-width: 1260px) {
	.luckyball--container__main {
		padding: 0 1.5rem;
	}
}

@media screen and (max-width: 1170px) {
	.luckyball--welcome--image {
		max-width: 525px;
		width: 100%;
		height: 525px;
	}

	.luckyball--welcome--container {
		flex-direction: column;
		align-items: center;
	}

	.luckyball--welcome---title,
	.luckyball--welcome---text,
	.luckyball--faq--main-title {
		text-align: center !important;
	}

	.luckyball--welcome---btn {
		margin-inline: auto;
	}

	.luckyball--welcome-box {
		padding: 1.575rem 0 0;
	}

	.luckyball--reviews---image {
		max-width: 356px;
		width: 100%;
		height: 496px;
	}

	.luckyball--review-container p,
	.luckyball--faq---top p {
		text-align: left !important;
	}

	.luckyball--reviews--box {
		flex-direction: column-reverse;
		align-items: center;
	}

	.luckyball--hide {
		display: none;
	}

	.luckyball--show {
		display: block;
	}

	.luckyball--faq--container {
		flex-direction: column-reverse;
		gap: 0.675rem;
		align-items: center;
		position: relative;
		padding: 3.75rem 2.5rem 0;
	}

	.luckyball--faq---image {
		max-width: 464px;
		width: 100%;
		height: 415px;
		position: relative;
	}

	.luckyball--footer--container {
		flex-direction: column !important;
		gap: 2.5rem !important;
		align-items: center !important;
		padding: 3.75rem 2.5rem !important;
	}

	.luckyball--grad-title {
		font-size: 6rem !important;
	}
}
@media screen and (max-width: 991px) {
	.luckyball--results---numbers {
		flex-wrap: wrap;
		justify-content: center;
	}

	.luckyball--winners--container {
		flex-direction: column;
	}

	.luckyball--header--links {
		display: none;
	}

	.luckyball--winners-box,
	.luckyball--results-box {
		padding: 1.25rem 0;
	}

	.luckyball--faq--container {
		padding: 2rem 1rem 0 !important;
	}
	.luckyball--footer--container {
		padding: 2rem 1rem !important;
	}

	.luckyball--footer---parthers {
		flex-direction: column;
		align-items: center;
		gap: 1.5rem;
	}

	.luckyball--winners---icon_tickets {
		max-width: 100px;
		width: 100%;
		height: 90px;
	}

	.luckyball--winners---icon_star {
		max-width: 100px;
		width: 100%;
		height: 90px;
	}

	.luckyball--header__container {
		padding: 2rem 0;
		justify-content: space-around;
	}
}

@media screen and (max-width: 700px) {
	.luckyball--welcome---title {
		font-size: 1.5rem;
	}

	.luckyball--grad-title {
		font-size: 3.425rem !important;
	}

	.luckyball--header__link-h,
	.luckyball--welcome---text,
	.luckyball--faq----title,
	.luckyball--footer---title {
		font-size: 0.675rem !important;
		line-height: 130%;
	}

	.luckyball--header--btn {
		max-width: 100px;
		width: 100%;
		height: 25px;
		font-size: 0.675rem !important;
	}

	.luckyball--welcome--top {
		gap: 0.475rem;
	}

	.luckyball--welcome--stars {
		max-width: 16px;
		width: 100%;
		height: 16px;
	}

	.luckyball--welcome---btn {
		gap: 0.05rem;
	}

	.luckyball__form__button {
		font-size: 1rem !important;
	}

	.luckyball--welcome--image {
		max-width: 322px;
		width: 100%;
		height: 322px;
	}

	.luckyball--winners----title,
	.luckyball--results---title {
		font-size: 1rem;
	}

	.luckyball--winners---info,
	.luckyball--results---top,
	.luckyball--results--container {
		gap: 1.125rem;
	}

	.luckyball--results-icon {
		max-width: 38px;
		width: 100%;
		height: 38px;
	}

	.luckyball--results---card {
		gap: 0.675rem;
		max-width: 540px;
		width: 100%;
	}

	.luckyball--results---numbers {
		gap: 0.75rem;
	}

	.luckyball-pt {
		padding-top: 1.25rem;
	}

	.luckyball--reviews____star {
		max-width: 21px;
		width: 100%;
		height: 21px;
	}

	.luckyball--reviews___name {
		font-size: 0.875rem;
	}

	.luckyball--reviews__info {
		gap: 0.25rem;
	}

	.luckyball--reviews__btn {
		font-size: 0.675rem;
		max-width: 65px;
		width: 100%;
		height: 25px;
	}

	.luckyball--header--btn {
		margin-top: 0rem;
	}

	.luckyball--reviews__ava {
		max-width: 100px;
		width: 100%;
		height: 100px;
	}

	.luckyball--reviews----card {
		max-width: 540px;
		width: 100%;
		margin-inline: auto;
	}

	.luckyball--reviews---image {
		max-width: 291px;
		width: 100%;
		height: 364px;
	}

	.luckyball--faq--card {
		padding: 0.125rem 0;
	}

	.luckyball--faq---icon {
		max-width: 44px;
		width: 100%;
		height: 45px;
	}

	.luckyball--faq---image {
		max-width: 225px;
		width: 100%;
		height: 200px;
		position: relative;
	}

	.luckyball--footer--container {
		padding: 1rem 0.25rem;
		gap: 1rem !important;
	}

	.luckyball--footer---age {
		max-width: 28px;
		width: 100%;
		height: 14px;
	}

	.luckyball--footer---raig {
		max-width: 50px;
		width: 100%;
		height: 16px;
	}
	.luckyball--footer---gamstop {
		max-width: 87px;
		width: 100%;
		height: 16px;
	}
	.luckyball--footer---gamcare {
		max-width: 93px;
		width: 100%;
		height: 27px;
	}
	.luckyball--footer---gt {
		max-width: 59px;
		width: 100%;
		height: 22px;
	}
	.luckyball--footer---begamble {
		max-width: 114px;
		width: 100%;
		height: 22px;
	}

	.luckyball--footer---parthers {
		gap: 1rem;
	}

	.luckyball--footer---navlink a {
		font-size: 0.675rem;
	}

	.luckyball--footer {
		position: relative;
		padding: 0.7rem 0 1.5rem;
	}

	.luckyball-modal__content-sign,
	.luckyball-modal__content-login {
		padding: 1.5rem;
	}

	.luckyball--reviews----card {
		padding: 1rem;
	}
}
