@font-face {
	src: url("/luckyfern-components/luckyfern-fonts/luckyfern-poppins-bold.woff2")
		format("woff2");
	font-family: "poppins-bold";
	font-weight: 700;
	font-style: normal;
	font-display: optional;
}

@font-face {
	src: url("/luckyfern-components/luckyfern-fonts/luckyfern-lato-regular.woff2")
		format("woff2");
	font-family: "lato-regular";
	font-weight: 400;
	font-style: normal;
	font-display: optional;
}

:root {
	--font-title: "poppins-bold", sans-serif;
	--font-text: "lato-regular", sans-serif;
}

*,
::after,
::before {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul,
ol,
li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #ffffff;
}
html {
	scroll-behavior: smooth;
}

body {
	background: #0a1f3a;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 100vh;
	margin: 0;
	padding: 0;
	position: relative;
}

body::after {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;

	background-image: linear-gradient(
			180deg,
			rgba(243, 206, 159, 0.9) 0%,
			rgba(240, 196, 139, 0.9) 100%
		),
		url("/optimized/luckyfern-tatu-page.webp?width=1200");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

html {
	scroll-behavior: smooth;
}

main,
footer {
	width: 100%;
	color: rgba(3, 3, 3, 1);
}

header {
	width: 100%;
}

img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-position: center;
	object-position: center;
	vertical-align: top;
}

.luckyfern--container__main {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
}

.luckyfern__visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0);
}

/* Header */
.luckyfern--header {
	max-width: 100%;
	width: 100%;
	height: 80vh;
	position: relative;
	background-image: url("/luckyfern-components/luckyfern-image/luckyfern-title/luckyfern-beach-island.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0.675rem 0 0;
}

.luckyfern--header__container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #00000066;
	backdrop-filter: blur(10px);
	box-shadow: 0px 4px 20px 0px #00000040;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.luckyfern--menu {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.luckyfern--header__container {
	width: 100%;
	height: 100%;
	display: flex;
	padding: 0.675rem 0;
	flex-direction: column;
	align-items: center;
}

.luckyfern--menu {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.675rem;
}

.luckyfern--main__icon-logo {
	background-image: url("/luckyfern-components/luckyfern-image/luckyfern-title/luckyfern-logo.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 32px;
	width: 100%;
	height: 32px;
}

.luckyfern--main__text-logo {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 2rem;
	line-height: 130%;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.luckyfern--header-center {
	display: flex;
	align-items: center;
	height: auto;
	padding: 12rem 0rem;
	width: 100%;
}

.luckyfern--header__title {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-inline: auto;
	gap: 2.5rem;
	background: #00000066;
	padding: 1.5rem;
	max-width: 789px;
	width: 100%;
	backdrop-filter: blur(10px);
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	position: relative;
	overflow: hidden;
}

.luckyfern--header__info {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.luckyfern--header__title-welcome {
	font-family: var(--font-title);
	font-size: 4.375rem;
	line-height: 120%;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	/* min-height: 120px; */
}
.luckyfern--header__text-welcome {
	font-family: var(--font-text);
	font-size: 1.125rem;
	line-height: 150%;
	color: #fff;
	font-weight: 400;
	text-align: center;
}

/* Line */
.luckyfern--line {
	background: #212121;
	width: 100%;
	height: 30px;
}

/* Games */
.luckyfern--games-box {
	padding: 3.75rem 0;
}

.luckyfern--games--container {
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
}

.luckyfern--games---title {
	font-family: var(--font-title);
	font-weight: 600;
	font-size: 3rem;
	line-height: 100%;
	color: #212121;
	text-transform: uppercase;
	text-align: center;
}

.luckyfern--games--ratingbox {
	background: #130000;
	border-bottom-right-radius: 30px;
	border-top-left-radius: 30px;
	padding: 0.675rem 1.875rem;
	position: absolute;
	left: 0;
	top: 0;
}

.luckyfern--games__user {
	font-family: var(--font-title);
	font-weight: 600;
	font-size: 2.25rem;
	line-height: 100%;
	color: #fff;
	text-transform: uppercase;
}
.luckyfern--games__full {
	font-family: var(--font-title);
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 100%;
	color: #ffffff66;
	text-transform: uppercase;
}

.swiper-container {
	width: 100%;
	padding: 10px 0 30px;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.swiper-slide {
	max-width: 400px;
	width: 100%;
	height: auto;
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
}

.swiper-slide-active {
	transform: scale(1.1);
	z-index: 10;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.swiper-wrapper {
	height: 500px;
}

.swiper-pagination {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 10px;
	width: 100%;
}

.swiper-pagination-bullet {
	width: 100%;
	max-width: 24px;
	height: 24px;
	background: #ffffff80;
	opacity: 1;
	margin: 0 4px;
	border-radius: 50%;
	border: 1px solid #212121;
	cursor: pointer;
	transition: background 0.3s;
}

.swiper-pagination-bullet-active {
	background: #212121;
}

/* Адаптация для мобильных */
@media (max-width: 991px) {
	.swiper-slide {
		transform: scale(0.9);
	}

	.swiper-slide-active {
		transform: scale(1);
	}
}

.luckyfern--games---cards {
	display: flex;
	justify-content: center;
	gap: 1.25rem;
}

.luckyfern--games----card {
	max-width: 400px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	align-items: center;
	justify-content: space-between;
	padding: 2.5rem 0.5rem;
	background: #212121;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	position: relative;
	height: 100%;
}

.luckyfern--games----card_image {
	max-width: 300px;
	width: 100%;
	height: 300px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.luckyfern--games----card_title {
	font-family: var(--font-title);
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 100%;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.luckyfern--games_btn {
	cursor: pointer;
	max-width: 246px;
	width: 100%;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem;
	font-family: var(--font-title);
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 100%;
	color: #fff;
	vertical-align: middle;
	border: 1px solid #ffffff;
	text-transform: uppercase;
	background-color: #076531;
	background-image: linear-gradient(90deg, #2e8b57 0%, #076531 100%);
	transition: background-image 0.3s ease-in-out,
		background-color 0.3s ease-in-out;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	-webkit-transition: background-image 0.3s ease-in-out,
		background-color 0.3s ease-in-out;
	-moz-transition: background-image 0.3s ease-in-out,
		background-color 0.3s ease-in-out;
	-ms-transition: background-image 0.3s ease-in-out,
		background-color 0.3s ease-in-out;
	-o-transition: background-image 0.3s ease-in-out,
		background-color 0.3s ease-in-out;
}

.luckyfern--games_btn:hover {
	background-image: none;
	background-color: #191919;
}

.luckyfern--games_btn:hover {
	background: #191919;
}

/* Choose */
.luckyfern--choose-box {
	padding: 2.5rem 0;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	background: #e7e6e6;
}

.luckyfern--choose--image_deks {
	background-image: url("/luckyfern-components/luckyfern-image/luckyfern-choose/luckyfern-moana-person.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 360px;
	width: 100%;
	height: 522px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.luckyfern--choose--image_mob {
	display: none;
	background-image: url("/luckyfern-components/luckyfern-image/luckyfern-choose/luckyfern-moana-person.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 360px;
	width: 100%;
	height: 522px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.luckyfern--choose--container {
	display: flex;
	gap: 4rem;
	align-items: center;
}

.luckyfern--choose---description {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	max-width: 840px;
	width: 100%;
}

.luckyfern--choose----title {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 120%;
	color: #212121;
	text-transform: uppercase;
	text-align: center;
}

.luckyfern--choose----text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 150%;
	color: #212121;
	text-align: center;
}

.luckyfern--choose----lists {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(2, 1fr);
	width: 100%;
}

.luckyfern--choose----lists_elem {
	display: flex;
	align-items: center;
	gap: 1rem;
	background: #f1dcc0;
	backdrop-filter: blur(4px);
	padding: 1rem 0.5rem;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
}

.luckyfern--choose----lists__icon-face {
	background-image: url("/luckyfern-components/luckyfern-image/luckyfern-choose/luckyfern-icon-face.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 72px;
	width: 100%;
	height: 72px;
}
.luckyfern--choose----lists__icon-snake {
	background-image: url("/luckyfern-components/luckyfern-image/luckyfern-choose/luckyfern-icon-snake.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 72px;
	width: 100%;
	height: 72px;
}
.luckyfern--choose----lists__icon-cube {
	background-image: url("/luckyfern-components/luckyfern-image/luckyfern-choose/luckyfern-icon-cube.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 72px;
	width: 100%;
	height: 72px;
}
.luckyfern--choose----lists__icon-sun {
	background-image: url("/luckyfern-components/luckyfern-image/luckyfern-choose/luckyfern-icon-sun.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 72px;
	width: 100%;
	height: 72px;
}

.luckyfern--choose----lists__info {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.luckyfern--choose----lists___title {
	font-family: var(--font-title);
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 150%;
	color: #5b5b5b;
}

.luckyfern--choose----lists___text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 150%;
	color: #5b5b5b;
}

.luckyfern--choose---description_top {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

/* Testimonials */
.luckyfern--testimonial-box {
	padding: 5rem 0;
}

.luckyfern--testimonials--container {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.luckyfern--testimonials---title {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 120%;
	color: #130000;
	text-align: center;
	text-transform: uppercase;
}

.luckyfern--testimonials---lists {
	display: flex;
	gap: 1.5rem;
}

.luckyfern--testimonials----elem {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	background: #212121;
	backdrop-filter: blur(10px);
	padding: 1.5rem;
	max-width: 292px;
	width: 100%;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.luckyfern--testimonials----elem_top {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}

.luckyfern--testimonials----elem__ava-tahi {
	background-image: url(/luckyfern-components/luckyfern-image/luckyfern-testimonials/luckyfern-avatar-tahitheexplorer.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 56px;
	width: 100%;
	height: 56px;
	margin-inline: auto;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}
.luckyfern--testimonials----elem__ava-welly {
	background-image: url(/luckyfern-components/luckyfern-image/luckyfern-testimonials/luckyfern-avatar-wellygamer89.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 56px;
	width: 100%;
	height: 56px;
	margin-inline: auto;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}
.luckyfern--testimonials----elem__ava-kaye {
	background-image: url(/luckyfern-components/luckyfern-image/luckyfern-testimonials/luckyfern-avatar-misskayechch.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 56px;
	width: 100%;
	height: 56px;
	margin-inline: auto;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}
.luckyfern--testimonials----elem__ava-northland {
	background-image: url(/luckyfern-components/luckyfern-image/luckyfern-testimonials/luckyfern-avatar-northlanddreamer.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 56px;
	width: 100%;
	height: 56px;
	margin-inline: auto;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}

.luckyfern--testimonials----elem___name {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 150%;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.luckyfern--testimonials----elem_info {
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
}

.luckyfern--testimonials----elem__rating {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.luckyfern--testimonials----elem__rating-left {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 2rem;
	line-height: 120%;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.luckyfern--testimonials----elem__rating-right {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 120%;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.luckyfern--testimonials----elem___icon-lists {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.luckyfern--testimonials----elem___icon-star-small {
	background-image: url(/luckyfern-components/luckyfern-image/luckyfern-testimonials/topgogames-icon-star-small.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 15px;
	width: 100%;
	height: 15px;
}
.luckyfern--testimonials----elem___icon-star-medium {
	background-image: url(/luckyfern-components/luckyfern-image/luckyfern-testimonials/topgogames-icon-star-medium.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 18px;
	width: 100%;
	height: 18px;
}

.luckyfern--testimonials----elem___icon-star-big {
	background-image: url(/luckyfern-components/luckyfern-image/luckyfern-testimonials/topgogames-icon-star-big.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 22px;
	width: 100%;
	height: 22px;
}

.luckyfern--testimonials----elem__messege {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 150%;
	text-align: center;
	color: #fff;
}

/* Join */
.luckyfern--join-box {
	padding: 5rem 0;
	background: #130000;
}

.luckyfern--join--container {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.luckyfern--join---title {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 120%;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.luckyfern--join---text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 150%;
	color: #fff;
	text-align: center;
}

.luckyfern--join---lists {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.luckyfern--join---lists li {
	list-style-type: disc;
}

/* Footer */
.luckyfern--footer {
	width: 100%;
	padding: 2.5rem 0;
	background: #130000;
}

.luckyfern--footer-box,
.luckyfern--footer--top {
	display: flex;
	gap: 1.5rem;
	width: 100%;
	flex-direction: column;
}

.luckyfern--footer--top_elem {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.luckyfern--footer---title {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1rem;
	line-height: 100%;
	color: #fff;
}

.luckyfern--footer---text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 150%;
	color: #fff;
}

.luckyfern--footer-center {
	text-align: center;
}

.luckyfern--footer---col {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.luckyfern--footer--links {
	display: flex;
	align-items: flex-end;
	gap: 1.5rem;
}

.luckyfern--footer---right {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	max-width: 740px;
	width: 100%;
	align-items: flex-end;
	margin-left: auto;
}

.luckyfern--footer---parthers,
.luckyfern--footer---nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1.5rem;
	width: 100%;
}

.luckyfern--footer----link a {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1rem;
	line-height: 130%;
	color: #fff;
	padding-block: 0.5rem;
	border-bottom: 2px solid transparent;
	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;
}

.luckyfern--footer----link a:hover {
	border-bottom: 2px solid #363434;
}

.luckyfern--footer---icon_age {
	background-image: url("/luckyfern-components/luckyfern-image/luckyfern-footer/luckyfern-icon-age.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	max-width: 45px;
	width: 100%;
	height: 45px;
}

.luckyfern--footer----items_rest {
	max-width: 40px;
	width: 100%;
	height: 40px;
}
.luckyfern--footer----items_gamehelp {
	max-width: 120px;
	width: 100%;
	height: 40px;
}
.luckyfern--footer----items_gambleaware {
	max-width: 117px;
	width: 100%;
	height: 40px;
}
.luckyfern--footer----items_gamcare {
	max-width: 125px;
	width: 100%;
	height: 36px;
}

/* Cookies / Privacy / Tearms */
.luckyfern--privacy__text {
	padding: 2.5rem 0;
}

.luckyfern--privacy__text h1 {
	font-family: var(--font-title);
	font-size: 3rem;
	line-height: 110%;
	color: #5b5b5b;
	font-weight: 700;
	margin-bottom: 0.7rem;
}
.luckyfern--privacy__text h2 {
	font-family: var(--font-title);
	font-size: 2rem;
	line-height: 110%;
	color: #5b5b5b;
	font-weight: 700;
	margin-bottom: 0.7rem;
}

.luckyfern--privacy__text p {
	font-family: var(--font-text);
	font-size: 1rem;
	line-height: 120%;
	color: #5b5b5b;
	font-weight: 400;
	margin-bottom: 1rem;
}

/* Others Styles */
.luckyfern--header-center_game {
	padding: 5rem 0 2rem;
	display: flex;
	justify-content: center;
}

.luckyfern--header-center_bg {
	width: 100%;
	height: auto;
	background-image: url("/luckyfern-components/luckyfern-image/luckyfern-title/luckyfern-beach-island.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.luckyfern--header-center__box {
	padding: 1.5rem;
	max-width: 1030px;
	width: 100%;
	display: flex;
	justify-content: center;
	backdrop-filter: blur(15px);
	background: #00000066;
	border: none !important;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.luckyfern--center {
	text-align: center !important;
	text-transform: none;
}

.luckyfern--gamecard-box {
	padding: 3.75rem 0;
	background: #e7e6e6;
}

.luckyfern--gamescard--container {
	display: flex;
	gap: 1.25rem;
}

.luckyfern--gamescard---gallery {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	width: 100%;
	max-width: 400px;
}

.luckyfern--gamescard----top_image-sweet {
	background-image: url("/luckyfern-components/luckyfern-image/luckyfern-games/luckyfern-sweet.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 400px;
	width: 100%;
	height: 400px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}

.luckyfern--gamescard----bottom_image-sweet {
	background-image: url("/luckyfern-components/luckyfern-image/luckyfern-games/luckyfern-screnshoot-sweet.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 400px;
	width: 100%;
	height: 210px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}

.luckyfern--gamescard----top_image-asgard {
	background-image: url("/luckyfern-components/luckyfern-image/luckyfern-games/luckyfern-asgard.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 400px;
	width: 100%;
	height: 400px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}

.luckyfern--gamescard----bottom_image-asgard {
	background-image: url("/luckyfern-components/luckyfern-image/luckyfern-games/luckyfern-screnshoot-asgard.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 400px;
	width: 100%;
	height: 210px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}

.luckyfern--gamescard----top_image-tomb {
	background-image: url("/luckyfern-components/luckyfern-image/luckyfern-games/luckyfern-tomb.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 400px;
	width: 100%;
	height: 400px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}

.luckyfern--gamescard----bottom_image-tomb {
	background-image: url("/luckyfern-components/luckyfern-image/luckyfern-games/luckyfern-screnshoot-tomb.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 400px;
	width: 100%;
	height: 210px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}

.luckyfern--gamescard----top_image-sparky {
	background-image: url("/luckyfern-components/luckyfern-image/luckyfern-games/luckyfern-sparky.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 400px;
	width: 100%;
	height: 400px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}

.luckyfern--gamescard----bottom_image-sparky {
	background-image: url("/luckyfern-components/luckyfern-image/luckyfern-games/luckyfern-screnshoot-sparky.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 400px;
	width: 100%;
	height: 210px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}
.luckyfern--gamescard----top_image-grail {
	background-image: url("/luckyfern-components/luckyfern-image/luckyfern-games/luckyfern-grail.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 400px;
	width: 100%;
	height: 400px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}

.luckyfern--gamescard----bottom_image-grail {
	background-image: url("/luckyfern-components/luckyfern-image/luckyfern-games/luckyfern-screnshoot-grail.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 400px;
	width: 100%;
	height: 210px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}

.luckyfern--gamescard---description_box {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	justify-content: space-between;
	max-width: 820px;
	width: 100%;
}

.luckyfern--gamescard---description__info {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	background: #f1dcc0;
	padding: 2.5rem;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
}

.luckyfern--gamescard----top {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
}

.luckyfern--gamescard----top_title {
	font-family: var(--font-title);
	font-weight: 600;
	font-size: 2.25rem;
	line-height: 100%;
	color: #5b5b5b;
	text-align: center;

	text-transform: uppercase;
}

.luckyfern--gamescard----top_rat-box {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.luckyfern--gamescard----top__rat {
	font-family: var(--font-title);
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 100%;
	text-transform: uppercase;
	color: #5b5b5b;
}

.luckyfern--gamescard----top_rating {
	display: flex;
	align-items: flex-end;
	gap: 0.2rem;
}

.luckyfern--gamescard----top__user {
	font-family: var(--font-title);
	font-weight: 600;
	font-size: 2.25rem;
	line-height: 100%;
	color: #cf4e47;
	text-transform: uppercase;
}

.luckyfern--gamescard----top__full {
	font-family: var(--font-title);
	font-weight: 600;
	font-size: 1.875rem;
	line-height: 100%;
	color: #5b5b5b;
	text-transform: uppercase;
}

.luckyfern--gamescard----top_line {
	width: 100%;
	height: 1px;
	background-color: #5b5b5b;
}

.luckyfern--gamescard----top_lists {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.luckyfern--gamescard----top__title {
	font-family: var(--font-text);
	font-weight: 700;
	font-size: 1rem;
	line-height: 150%;
	color: #5b5b5b;
}

.luckyfern--gamescard----top__text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 150%;
	color: #5b5b5b;
}

.luckyfern--gamescard----btn {
	cursor: pointer;
	max-width: 246px;
	width: 100%;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem;
	font-family: var(--font-title);
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 100%;
	color: #fff;
	vertical-align: middle;
	border: 1px solid #ffffff;
	text-transform: uppercase;
	background-color: #076531;
	background-image: linear-gradient(90deg, #2e8b57 0%, #076531 100%);
	transition: background-image 0.3s ease-in-out,
		background-color 0.3s ease-in-out;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	-webkit-transition: background-image 0.3s ease-in-out,
		background-color 0.3s ease-in-out;
	-moz-transition: background-image 0.3s ease-in-out,
		background-color 0.3s ease-in-out;
	-ms-transition: background-image 0.3s ease-in-out,
		background-color 0.3s ease-in-out;
	-o-transition: background-image 0.3s ease-in-out,
		background-color 0.3s ease-in-out;
}

.luckyfern--gamescard----btn:hover {
	background-image: none;
	background-color: #191919;
}
.luckyfern--gameiframe-box {
	padding: 5rem 0;
}

.luckyfern--gameiframe_flex {
	width: 100%;
	display: flex;
	justify-content: center;
}

.luckyfern--gameiframe--play {
	border: 1px solid #fff;
	max-width: 900px;
	width: 100%;
	height: 640px;
	margin-inline: auto;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.luckyfern--header-pad {
	padding: 1rem 0;
}

/* Mobile */
@media screen and (max-width: 1270px) {
	.luckyfern--container__main {
		padding: 0 1rem;
	}

	.luckyfern--header-center {
		padding: 12rem 1rem;
	}

	.luckyfern--testimonials---lists {
		flex-wrap: wrap;
		justify-content: center;
	}

	.luckyfern--choose--container {
		flex-direction: column;
		align-items: center;
	}

	.luckyfern--choose--image_deks {
		display: none;
	}

	.luckyfern--choose--image_mob {
		display: block;
		height: 200px;
		max-width: 140px;
		width: 100%;
	}

	.luckyfern--choose--mob {
		display: flex;
		align-items: center;
	}
	.luckyfern--header-center_game {
		padding: 5rem 1rem 2rem;
	}
}
@media screen and (max-width: 991px) {
	.luckyfern--gamescard--container {
		flex-direction: column;
		align-items: center;
		gap: 1.25rem;
	}
	.luckyfern--gamescard---description_box {
		max-width: 100%;
		width: 100%;
	}

	.luckyfern--gamescard----top_image-sweet,
	.luckyfern--gamescard----top_image-asgard,
	.luckyfern--gamescard----top_image-tomb,
	.luckyfern--gamescard----top_image-sparky,
	.luckyfern--gamescard----top_image-grail {
		border: 2px solid #ffec1e;
	}

	.luckyfern--footer--links {
		flex-direction: column;
		align-items: flex-start;
	}

	.luckyfern--footer---parthers,
	.luckyfern--footer---nav {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.luckyfern--footer---right {
		margin: 0;
	}

	.luckyfern--choose----lists {
		display: flex;
		flex-wrap: wrap;
	}

	.luckyfern--choose----lists_elem {
		max-width: 100%;
		width: 100%;
	}
}

@media screen and (max-width: 625px) {
	.luckyfern--gamescard----top_image-sweet,
	.luckyfern--gamescard----top_image-asgard,
	.luckyfern--gamescard----top_image-tomb,
	.luckyfern--gamescard----top_image-sparky,
	.luckyfern--gamescard----top_image-grail {
		height: 300px;
	}

	.luckyfern--gamescard----top {
		flex-direction: column;
		align-items: center;
		gap: 1.25rem;
	}

	.luckyfern--gameiframe--play {
		height: 320px;
	}

	.luckyfern--gameiframe-box {
		padding: 2.5rem 0;
	}

	.luckyfern--main__text-logo {
		font-size: 1rem;
	}
	.luckyfern--main__icon-logo {
		max-width: 20px;
		width: 100%;
		height: 20px;
	}

	.luckyfern--header-center {
		padding: 0.675rem 1rem 1.25rem;
	}

	.luckyfern--header__title {
		padding: 1rem;
	}
	.luckyfern--header__title-welcome {
		font-size: 2rem;
		line-height: 100%;
	}

	.luckyfern--header__text-welcome,
	.luckyfern--choose----text,
	.luckyfern--join---text {
		font-size: 0.875rem !important;
	}

	.luckyfern--choose----title,
	.luckyfern--choose----text {
		font-size: 1.5rem;
		text-align: left;
	}

	.luckyfern--testimonials---title,
	.luckyfern--join---title,
	.luckyfern--games---title {
		font-size: 1.5rem;
	}

	.luckyfern--games--container {
		gap: 1.875rem;
	}

	.luckyfern--choose--image_mob {
		display: block;
		height: 145px;
		max-width: 100px;
		width: 100%;
	}

	.luckyfern--choose-box {
		padding: 1.25rem 0;
	}

	.luckyfern--testimonials--container {
		gap: 1.5rem;
	}

	.luckyfern--testimonial-box,
	.luckyfern--join-box {
		padding: 2.5rem 0;
	}

	.luckyfern--join--container {
		gap: 1rem;
	}

	.luckyfern--footer {
		padding: 1.5rem 0;
	}

	.luckyfern--header-center_game {
		padding: 2.25rem 1rem 1.25rem;
	}

	.swiper-slide {
		max-width: 328px;
		width: 100%;
		height: auto;
		margin-inline: auto;
		transform: scale(0.95);
		-webkit-transform: scale(0.95);
		-moz-transform: scale(0.95);
		-ms-transform: scale(0.95);
		-o-transform: scale(0.95);
	}

	.swiper-container {
		max-width: 625px;
		width: 100%;
		margin-inline: auto;
	}

	.luckyfern--header {
		max-width: 100%;
		width: 100%;
		height: auto;
		background-image: url("/luckyfern-components/luckyfern-image/luckyfern-title/luckyfern-beach-island-mobile.webp");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 0.675rem 0 0;
	}

	.luckyfern--games----card_image {
		max-width: 280px;
		width: 100%;
		height: 280px;
	}
}

@media screen and (max-width: 355px) {
	.luckyfern--choose----lists_elem {
		flex-direction: column;
		align-items: center;
	}

	.luckyfern--choose----lists__info {
		align-items: center;
	}

	.luckyfern--choose----lists___text {
		text-align: center;
	}

	.swiper-slide {
		max-width: 300px;
		width: 100%;
		height: auto;
		margin-inline: auto;
		transform: scale(0.95);
		-webkit-transform: scale(0.95);
		-moz-transform: scale(0.95);
		-ms-transform: scale(0.95);
		-o-transform: scale(0.95);
	}
}
