@font-face {
	src: url("/topgogamesnz-components/topgogamesnz-fonts/topgogamesnz-playfairdisplay-bold.woff2")
		format("woff2");
	font-family: "playfairdisplay-bold";
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	src: url("/topgogamesnz-components/topgogamesnz-fonts/topgogamesnz-lato-regular.woff2")
		format("woff2");
	font-family: "lato-regular";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {
	--font-title: "playfairdisplay-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;
}

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;
}

.topgogamesnz--container__main {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
}

.topgogamesnz__visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0);
}

/* Header */
.topgogamesnz--header {
	width: 100%;
	height: auto;
	background-image: url("/topgogamesnz-components/topgogamesnz-image/topgogamesnz-title/topgogamesnz-bg-beach.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0.675rem 0 0;
}

.topgogamesnz--header__container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #00000066;
	backdrop-filter: blur(10px);
}

.topgogamesnz--menu {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.topgogamesnz--header__container {
	width: 100%;
	height: 100%;
	display: flex;
	padding: 0.675rem 0;
	flex-direction: column;
	align-items: center;
}

.topgogamesnz--menu {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.675rem;
}

.topgogamesnz--main__text-logo {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 130%;
	color: #fff;
	text-align: center;
}

.topgogamesnz--header-center {
	display: flex;
	align-items: center;
	height: auto;
	padding: 12rem 0rem;
}

.topgogamesnz--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);
	position: relative;
	overflow: hidden;
}

.topgogamesnz--header__info {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.topgogamesnz--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;
}
.topgogamesnz--header__text-welcome {
	font-family: var(--font-text);
	font-size: 1.125rem;
	line-height: 150%;
	color: #fff;
	font-weight: 400;
	text-align: center;
}

/* Line */
.topgogamesnz--line {
	background: #212121;
	width: 100%;
	height: 30px;
}

/* Games */
.topgogamesnz--games-box {
	padding: 3.75rem 0;
}

.topgogamesnz--games--container {
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
}

.topgogamesnz--games---title {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 3rem;
	line-height: 100%;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.topgogamesnz--games--ratingbox {
	background: #130000;
	border-bottom-right-radius: 30px;
	padding: 0.675rem 1.875rem;
	position: absolute;
	left: 0;
	top: 0;
}

.topgogamesnz--games__user {
	font-family: var(--font-title);
	font-weight: 600;
	font-size: 2.25rem;
	line-height: 100%;
	color: #fff;
	text-transform: uppercase;
}
.topgogamesnz--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;
}

.swiper-pagination {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 10px;
	width: 100%;
}

.swiper-pagination-bullet {
	width: 100%;
	max-width: 24px;
	height: 24px;
	background: #ffffff33;
	opacity: 1;
	margin: 0 4px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	cursor: pointer;
	transition: background 0.3s;
}

.swiper-pagination-bullet-active {
	background: #ffffff;
}

/* Адаптация для мобильных */
@media (max-width: 991px) {
	.swiper-slide {
		transform: scale(0.9);
	}

	.swiper-slide-active {
		transform: scale(1);
	}
}

.topgogamesnz--games---cards {
	display: flex;
	justify-content: center;
	gap: 1.25rem;
}

.topgogamesnz--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: #061323;

	position: relative;
	height: 100%;
	border: 1px solid;
	border-image-source: linear-gradient(
		180deg,
		#ffffff 0%,
		#0a1f3a 50%,
		#ffffff 100%
	);
	border-image-slice: 1;
}

.topgogamesnz--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;
}

.topgogamesnz--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;
}

.topgogamesnz--games_btn {
	cursor: pointer;
	max-width: 246px;
	width: 100%;
	height: 48px;
	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: none;
	text-transform: uppercase;
	background-color: #d4af37;
	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;
}

.topgogamesnz--games_btn:hover {
	background-color: #191919;
}

.topgogamesnz--games_btn:hover {
	background: #191919;
}

/* Choose */
.topgogamesnz--choose-box {
	padding: 3.75rem 0;
}

.topgogamesnz--choose--container {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.topgogamesnz--choose--items__image {
	background-image: url("/topgogamesnz-components/topgogamesnz-image/topgogamesnz-choose/topgogamesnz-automate.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 241px;
	width: 100%;
	height: 350px;
}

.topgogamesnz--choose----title {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 120%;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
}

.topgogamesnz--choose----text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 150%;
	color: #ffffff;
	text-align: center;
}

.topgogamesnz--choose----lists {
	display: flex;
	gap: 1.5rem;
	width: 100%;
	justify-content: space-between;
}

.topgogamesnz--choose----lists_elem {
	display: flex;
	align-items: center;
	gap: 1rem;
	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;
}

.topgogamesnz--choose--items__sublist {
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	height: 100%;
	max-width: 408px;
	width: 100%;
}

.topgogamesnz--choose----lists__icon-smile {
	background-image: url("/topgogamesnz-components/topgogamesnz-image/topgogamesnz-choose/topgogamesnz-icon-smile.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 72px;
	width: 100%;
	height: 72px;
}
.topgogamesnz--choose----lists__icon-people {
	background-image: url("/topgogamesnz-components/topgogamesnz-image/topgogamesnz-choose/topgogamesnz-icon-people.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 72px;
	width: 100%;
	height: 72px;
}
.topgogamesnz--choose----lists__icon-gamepad {
	background-image: url("/topgogamesnz-components/topgogamesnz-image/topgogamesnz-choose/topgogamesnz-icon-gamepad.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 72px;
	width: 100%;
	height: 72px;
}
.topgogamesnz--choose----lists__icon-shield {
	background-image: url("/topgogamesnz-components/topgogamesnz-image/topgogamesnz-choose/topgogamesnz-icon-shield.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 72px;
	width: 100%;
	height: 72px;
}

.topgogamesnz--choose----lists__info {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.topgogamesnz--choose----lists___title {
	font-family: var(--font-title);
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 150%;
	color: #ffffff;
}

.topgogamesnz--choose----lists___text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 150%;
	color: #ffffff;
}

.topgogamesnz--choose---description_top {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

/* Testimonials */
.topgogamesnz--testimonial-box {
	padding: 5rem 0;
	background-image: url("/topgogamesnz-components/topgogamesnz-image/topgogamesnz-testimonials/topgogamesnz-bg-hill-beach.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.topgogamesnz--testimonials--container {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.topgogamesnz--testimonials---title {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 120%;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}

.topgogamesnz--testimonials---lists {
	display: flex;
	gap: 1.5rem;
}

.topgogamesnz--testimonials----elem {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	background: #212121;
	backdrop-filter: blur(10px);
	padding: 1.5rem;
	max-width: 397px;
	width: 100%;

	border: 1px solid;
	border-image-source: linear-gradient(
		180deg,
		#ffffff 0%,
		#0a1f3a 50%,
		#ffffff 100%
	);
	border-image-slice: 1;
}

.topgogamesnz--testimonials----elem_top {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}

.topgogamesnz--testimonials----elem__ava-lucky {
	background-image: url(/topgogamesnz-components/topgogamesnz-image/topgogamesnz-testimonials/topgogamesnzluckykiwi23.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;
}
.topgogamesnz--testimonials----elem__ava-gamer {
	background-image: url(/topgogamesnz-components/topgogamesnz-image/topgogamesnz-testimonials/topgogamesnz-avatar-gamer88.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;
}
.topgogamesnz--testimonials----elem__ava-spin {
	background-image: url(/topgogamesnz-components/topgogamesnz-image/topgogamesnz-testimonials/topgogamesnz-spinmasternz.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;
}

.topgogamesnz--testimonials----elem___name {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 150%;
	color: #fff;
	text-align: center;
}

.topgogamesnz--testimonials----elem_info {
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
}

.topgogamesnz--testimonials----elem__rating {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.topgogamesnz--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;
}

.topgogamesnz--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;
}

.topgogamesnz--testimonials----elem___icon-lists {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.topgogamesnz--testimonials----elem___icon-star-small {
	background-image: url(/topgogamesnz-components/topgogamesnz-image/topgogamesnz-testimonials/topgogames-icon-star-small.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 15px;
	width: 100%;
	height: 15px;
}
.topgogamesnz--testimonials----elem___icon-star-medium {
	background-image: url(/topgogamesnz-components/topgogamesnz-image/topgogamesnz-testimonials/topgogames-icon-star-medium.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 18px;
	width: 100%;
	height: 18px;
}

.topgogamesnz--testimonials----elem___icon-star-big {
	background-image: url(/topgogamesnz-components/topgogamesnz-image/topgogamesnz-testimonials/topgogames-icon-star-big.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 22px;
	width: 100%;
	height: 22px;
}

.topgogamesnz--testimonials----elem__messege {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 150%;
	text-align: center;
	color: #fff;
}

/* Join */
.topgogamesnz--join-box {
	padding: 5rem 0;
	background: #2e8b57;
}

.topgogamesnz--join--container {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.topgogamesnz--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;
}

.topgogamesnz--join---text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 150%;
	color: #e8e8e8;
	text-align: center;
}

.topgogamesnz--join---lists {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.topgogamesnz--join---lists li {
	list-style-type: disc;
}

/* Footer */
.topgogamesnz--footer {
	width: 100%;
	padding: 2.5rem 0;
}

.topgogamesnz--footer-box,
.topgogamesnz--footer--top {
	display: flex;
	gap: 1.5rem;
	width: 100%;
	flex-direction: column;
}

.topgogamesnz--footer--top_elem {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.topgogamesnz--footer---title {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1rem;
	line-height: 100%;
	color: #fff;
}

.topgogamesnz--footer---text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 150%;
	color: #fff;
}

.topgogamesnz--footer-center {
	text-align: center;
}

.topgogamesnz--footer---col {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.topgogamesnz--footer--links {
	display: flex;
	align-items: flex-end;
	gap: 1.5rem;
}

.topgogamesnz--footer---right {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	max-width: 740px;
	width: 100%;
	align-items: flex-end;
	margin-left: auto;
}

.topgogamesnz--footer---parthers,
.topgogamesnz--footer---nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1.5rem;
	width: 100%;
}

.topgogamesnz--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;
}

.topgogamesnz--footer----link a:hover {
	border-bottom: 2px solid #363434;
}

.topgogamesnz--footer---icon_age {
	background-image: url("/topgogamesnz-components/topgogamesnz-image/topgogamesnz-footer/topgogamesnz-icon-age.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	max-width: 45px;
	width: 100%;
	height: 45px;
}

.topgogamesnz--footer----items_rest {
	max-width: 40px;
	width: 100%;
	height: 40px;
}
.topgogamesnz--footer----items_gamehelp {
	max-width: 120px;
	width: 100%;
	height: 40px;
}
.topgogamesnz--footer----items_gambleaware {
	max-width: 117px;
	width: 100%;
	height: 40px;
}
.topgogamesnz--footer----items_gamcare {
	max-width: 125px;
	width: 100%;
	height: 36px;
}

/* Cookies / Privacy / Tearms */
.topgogamesnz--privacy__text {
	padding: 2.5rem 0;
}

.topgogamesnz--privacy__text h1 {
	font-family: var(--font-title);
	font-size: 3rem;
	line-height: 110%;
	color: #fff;
	font-weight: 700;
	margin-bottom: 0.7rem;
}
.topgogamesnz--privacy__text h2 {
	font-family: var(--font-title);
	font-size: 2rem;
	line-height: 110%;
	color: #fff;
	font-weight: 700;
	margin-bottom: 0.7rem;
}

.topgogamesnz--privacy__text p {
	font-family: var(--font-text);
	font-size: 1rem;
	line-height: 120%;
	color: #fff;
	font-weight: 400;
	margin-bottom: 1rem;
}

/* Others Styles */
.topgogamesnz--header-center_game {
	padding: 5rem 0 2rem;
	display: flex;
	justify-content: center;
}

.topgogamesnz--header-center_bg {
	width: 100%;
	height: auto;
	background-image: url("/topgogamesnz-components/topgogamesnz-image/topgogamesnz-title/topgogamesnz-bg-beach.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0.675rem 0 0;
}

.topgogamesnz--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;
}

.topgogamesnz--center {
	text-align: center !important;
	text-transform: none;
}

.topgogamesnz--gamecard-box {
	padding: 3.75rem 0;
}

.topgogamesnz--gamescard--container {
	display: flex;
	gap: 1.25rem;
}

.topgogamesnz--gamescard---gallery {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	width: 100%;
	max-width: 400px;
}

.topgogamesnz--gamescard----top_image-sweet {
	background-image: url("/topgogamesnz-components/topgogamesnz-image/topgogamesnz-games/topgogamesnz-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;
}

.topgogamesnz--gamescard----bottom_image-sweet {
	background-image: url("/topgogamesnz-components/topgogamesnz-image/topgogamesnz-games/topgogamesnz-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;
}

.topgogamesnz--gamescard----top_image-asgard {
	background-image: url("/topgogamesnz-components/topgogamesnz-image/topgogamesnz-games/topgogamesnz-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;
}

.topgogamesnz--gamescard----bottom_image-asgard {
	background-image: url("/topgogamesnz-components/topgogamesnz-image/topgogamesnz-games/topgogamesnz-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;
}

.topgogamesnz--gamescard----top_image-tomb {
	background-image: url("/topgogamesnz-components/topgogamesnz-image/topgogamesnz-games/topgogamesnz-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;
}

.topgogamesnz--gamescard----bottom_image-tomb {
	background-image: url("/topgogamesnz-components/topgogamesnz-image/topgogamesnz-games/topgogamesnz-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;
}

.topgogamesnz--gamescard----top_image-sparky {
	background-image: url("/topgogamesnz-components/topgogamesnz-image/topgogamesnz-games/topgogamesnz-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;
}

.topgogamesnz--gamescard----bottom_image-sparky {
	background-image: url("/topgogamesnz-components/topgogamesnz-image/topgogamesnz-games/topgogamesnz-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;
}
.topgogamesnz--gamescard----top_image-grail {
	background-image: url("/topgogamesnz-components/topgogamesnz-image/topgogamesnz-games/topgogamesnz-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;
}

.topgogamesnz--gamescard----bottom_image-grail {
	background-image: url("/topgogamesnz-components/topgogamesnz-image/topgogamesnz-games/topgogamesnz-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;
}

.topgogamesnz--gamescard---description_box {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	justify-content: space-between;
	max-width: 820px;
	width: 100%;
}

.topgogamesnz--gamescard---description__info {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	background: #ffffff;
	padding: 2.5rem;
}

.topgogamesnz--gamescard----top {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
}

.topgogamesnz--gamescard----top_title {
	font-family: var(--font-title);
	font-weight: 600;
	font-size: 2.25rem;
	line-height: 100%;
	color: #5b5b5b;
	text-transform: uppercase;
	text-align: center;
}

.topgogamesnz--gamescard----top_rat-box {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.topgogamesnz--gamescard----top__rat {
	font-family: var(--font-title);
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 100%;
	text-transform: uppercase;
	color: #5b5b5b;
}

.topgogamesnz--gamescard----top_rating {
	display: flex;
	align-items: flex-end;
	gap: 0.2rem;
}

.topgogamesnz--gamescard----top__user {
	font-family: var(--font-title);
	font-weight: 600;
	font-size: 2.25rem;
	line-height: 100%;
	color: #2e8b57;
	text-transform: uppercase;
}

.topgogamesnz--gamescard----top__full {
	font-family: var(--font-title);
	font-weight: 600;
	font-size: 1.875rem;
	line-height: 100%;
	color: #5b5b5b;
	text-transform: uppercase;
}

.topgogamesnz--gamescard----top_line {
	width: 100%;
	height: 1px;
	background-color: #5b5b5b;
}

.topgogamesnz--gamescard----top_lists {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.topgogamesnz--gamescard----top__title {
	font-family: var(--font-text);
	font-weight: 700;
	font-size: 1rem;
	line-height: 150%;
	color: #5b5b5b;
}

.topgogamesnz--gamescard----top__text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 150%;
	color: #5b5b5b;
}

.topgogamesnz--gamescard----btn {
	cursor: pointer;
	max-width: 246px;
	width: 100%;
	height: 48px;
	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: none;
	text-transform: uppercase;
	background-color: #d4af37;

	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;
}

.topgogamesnz--gamescard----btn:hover {
	background-color: #191919;
}
.topgogamesnz--gameiframe-box {
	padding: 5rem 0;
}

.topgogamesnz--gameiframe_flex {
	width: 100%;
	display: flex;
	justify-content: center;
}

.topgogamesnz--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;
}

.topgogamesnz--header-pad {
	padding: 1rem 0;
}

/* Mobile */
@media screen and (max-width: 1270px) {
	.topgogamesnz--container__main {
		padding: 0 1rem;
	}

	.topgogamesnz--header-center {
		padding: 12rem 1rem;
	}

	.topgogamesnz--testimonials---lists {
		flex-wrap: wrap;
		justify-content: center;
	}

	.topgogamesnz--choose--container {
		flex-direction: column;
		align-items: center;
	}

	.topgogamesnz--choose--image_deks {
		display: none;
	}

	.topgogamesnz--choose--image_mob {
		display: block;
		height: 200px;
		max-width: 140px;
		width: 100%;
	}

	.topgogamesnz--choose--mob {
		display: flex;
		align-items: center;
	}
	.topgogamesnz--header-center_game {
		padding: 5rem 1rem 2rem;
	}
}
@media screen and (max-width: 991px) {
	.topgogamesnz--gamescard--container {
		flex-direction: column;
		align-items: center;
		gap: 1.25rem;
	}
	.topgogamesnz--gamescard---description_box {
		max-width: 100%;
		width: 100%;
	}

	.topgogamesnz--gamescard----top_image-sweet,
	.topgogamesnz--gamescard----top_image-asgard,
	.topgogamesnz--gamescard----top_image-tomb,
	.topgogamesnz--gamescard----top_image-sparky,
	.topgogamesnz--gamescard----top_image-grail {
		border: 2px solid #ffec1e;
	}

	.topgogamesnz--footer--links {
		flex-direction: column;
		align-items: flex-start;
	}

	.topgogamesnz--footer---parthers,
	.topgogamesnz--footer---nav {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.topgogamesnz--footer---right {
		margin: 0;
	}

	.topgogamesnz--choose----lists {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 1.5rem;
	}

	.topgogamesnz--choose----lists_elem {
		max-width: 100%;
		width: 100%;
	}

	.topgogamesnz--choose--items_main:nth-child(1) {
		order: 1;
	}
	.topgogamesnz--choose--items_main:nth-child(2) {
		order: 3;
	}
	.topgogamesnz--choose--items_main:nth-child(3) {
		order: 2;
	}
}

@media screen and (max-width: 625px) {
	.topgogamesnz--gamescard----top_image-sweet,
	.topgogamesnz--gamescard----top_image-asgard,
	.topgogamesnz--gamescard----top_image-tomb,
	.topgogamesnz--gamescard----top_image-sparky,
	.topgogamesnz--gamescard----top_image-grail {
		height: 300px;
	}

	.topgogamesnz--gamescard----top {
		flex-direction: column;
		align-items: center;
		gap: 1.25rem;
	}

	.topgogamesnz--gameiframe--play {
		height: 320px;
	}

	.topgogamesnz--gameiframe-box {
		padding: 2.5rem 0;
	}

	.topgogamesnz--main__text-logo {
		font-size: 1rem;
	}
	.topgogamesnz--main__icon-logo {
		max-width: 20px;
		width: 100%;
		height: 20px;
	}

	.topgogamesnz--header-center {
		padding: 0.675rem 1rem 1.25rem;
	}

	.topgogamesnz--header__title {
		padding: 1rem;
		border-radius: 16px;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		-ms-border-radius: 16px;
		-o-border-radius: 16px;
	}
	.topgogamesnz--header__title-welcome {
		font-size: 2rem;
	}

	.topgogamesnz--header__text-welcome,
	.topgogamesnz--choose----text,
	.topgogamesnz--join---text {
		font-size: 0.875rem !important;
	}

	.topgogamesnz--choose----title,
	.topgogamesnz--choose----text {
		font-size: 1.5rem;
	}

	.topgogamesnz--testimonials---title,
	.topgogamesnz--join---title,
	.topgogamesnz--games---title {
		font-size: 1.5rem;
	}

	.topgogamesnz--games--container {
		gap: 1.875rem;
	}

	.topgogamesnz--choose--image_mob {
		display: block;
		height: 145px;
		max-width: 100px;
		width: 100%;
	}

	.topgogamesnz--choose-box {
		padding: 1.25rem 0;
	}

	.topgogamesnz--testimonials--container {
		gap: 1.5rem;
	}

	.topgogamesnz--testimonial-box,
	.topgogamesnz--join-box {
		padding: 2.5rem 0;
	}

	.topgogamesnz--join--container {
		gap: 1rem;
	}

	.topgogamesnz--footer {
		padding: 1.5rem 0;
	}

	.topgogamesnz--header-center_game {
		padding: 2.25rem 1rem 1.25rem;
	}

	.swiper-slide {
		max-width: 328px !important;
		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);
	}

	.topgogamesnz--gamescard----top_title {
		font-size: 2rem;
	}

	.topgogamesnz--gamescard---description__info {
		padding: 2.5rem 0.675rem;
	}

	.topgogamesnz--games----card_image {
		max-width: 280px;
		width: 100%;
		height: 280px;
	}
}

@media screen and (max-width: 355px) {
	.topgogamesnz--choose----lists_elem {
		flex-direction: column;
		align-items: center;
	}

	.topgogamesnz--choose----lists__info {
		align-items: center;
	}

	.topgogamesnz--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);
	}
}
