@font-face {
	src: url("/newtopgamesocial-assets/newtopgamesocial-fonts/newtopgamesocial-blackopsone-regular.woff2")
		format("truetype");
	font-family: "blackopsone-regular";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/newtopgamesocial-assets/newtopgamesocial-fonts/newtopgamesocial-poppins-bold.woff2")
		format("truetype");
	font-family: "poppins-bold";
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/newtopgamesocial-assets/newtopgamesocial-fonts/newtopgamesocial-poppins-medium.woff2")
		format("truetype");
	font-family: "poppins-medium";
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

:root {
	--font-title: "blackopsone-regular", sans-serif;
	--font-text: "poppins-medium", sans-serif;
	--font-btn: "poppins-bold", sans-serif;

	--color-bg: #dedede;
	--color-btn: linear-gradient(180deg, #00ff60 0%, #a7ff6a 100%);
	--color-white: #fff;
	--color-black-h: #323232;
	--color-black-p: #3f3f3f;
	--color-card: linear-gradient(180deg, #23252b 0%, #393c45 100%);
}

*,
::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);
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow-x: hidden;
	position: relative;
}

button {
	border: none;
	outline: none;
	cursor: pointer;
}

main,
footer {
	width: 100%;
	color: rgba(3, 3, 3, 1);
}

html {
	scroll-behavior: smooth;
}

img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-position: center;
	object-position: center;
	vertical-align: top;
}

header {
	width: 100%;
}

.newtopgamesocial--container__main {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
}

.newtopgamesocial__visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0);
}

/* Header */
.newtopgamesocial--header {
	width: 100%;
	background: var(--color-card);
}

.newtopgamesocial--header__container {
	width: 100%;
	display: flex;
	padding: 0.5rem 0;
	flex-direction: column;
	align-items: center;
	border-radius: 32px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	-ms-border-radius: 32px;
	-o-border-radius: 32px;
}

.newtopgamesocial--menu {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

.newtopgamesocial--header__logo-box {
	max-width: 95px;
	width: 100%;
	height: 60px;
}
.newtopgamesocial--header__logo {
	max-width: 95px;
	width: 100%;
	height: 60px;
}

.newtopgamesocial--menu__list {
	gap: 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	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;
}

.newtopgamesocial--menu__list-item {
	transition: transform 0.3s ease-in-out;
	-webkit-transition: transform 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out;
	-ms-transition: transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
}

.newtopgamesocial--menu__list-item a {
	font-size: 1rem;
	line-height: 100%;
	font-family: var(--font-text);
	font-weight: 500;
	border-bottom: 2px solid transparent;
	padding-block: 0.125rem;
	background: var(--color-btn);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

.newtopgamesocial--menu__list-item:hover {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}
.newtopgamesocial--menu__links {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	width: 100%;
	margin: 0 auto;
	justify-content: flex-end;
}

.newtopgamesocial--menu___lang {
	display: flex;
	gap: 0.25rem;
	max-width: 60px;
	justify-content: flex-end;
	width: 100%;
}

.newtopgamesocial--menu___lang-btn {
	display: flex;
	align-items: center;
	opacity: 0.5;
}

.newtopgamesocial--menu___lang-active {
	opacity: 1;
}

.newtopgamesocial--menu___lang-uk {
	max-width: 24px;
	width: 100%;
	height: 24px;
}

/* Welcom Section */
.newtopgamesocial--welcome-box {
	width: 100%;
	padding: 1rem 0 4.375rem;
	position: relative;
}

.newtopgamesocial--welcome--container {
	padding: 6.35rem 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	background-image: url(/newtopgamesocial-assets/newtopgamesocial-img/newtopgamesocial-welcome/newtopgamesocial-wolf-coin.webp);
	background-position: 100% 20%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}

.newtopgamesocial--welcome--w {
	max-width: 580px;
	width: 100%;
}

.newtopgamesocial--welcome---title {
	font-family: var(--font-title);
	color: var(--color-white);
	font-weight: 400;
	font-size: 2.5rem;
	line-height: 49px;
}

.newtopgamesocial--welcome---text {
	font-family: var(--font-text);
	color: var(--color-white);
	font-weight: 500;
	font-size: 1rem;
	line-height: 22px;
}

.newtopgamesocial--welcome--btnbox {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.newtopgamesocial--welcome---btn {
	max-width: 218px;
	width: 100%;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-btn);
	font-weight: 700;
	font-size: 1rem;
	color: #1f1f1f;
	line-height: 22px;
	text-align: center;
	background: var(--color-btn);
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	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;
}

.newtopgamesocial--welcome---btn:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.newtopgamesocial--welcome---reg {
	background-color: transparent;
	border: 1px solid var(--color-btn);
}

/* About */
.newtopgamesocial--about--container {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.newtopgamesocial--about---title {
	font-family: var(--font-title);
	font-weight: 400;
	color: #323232;
	font-size: 2.5rem;
	line-height: 49px;
	text-align: center;
}

.newtopgamesocial--about---info {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.newtopgamesocial--about----image {
	background-image: url(/newtopgamesocial-assets/newtopgamesocial-img/newtopgamesocial-about/newtopgamesocial-zeus.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 606px;
	width: 100%;
	height: 421px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.newtopgamesocial--about---desc {
	max-width: 610px;
	width: 100%;
	display: flex;
	gap: 1.5rem;
	flex-direction: column;
}

.newtopgamesocial--about----lists {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.newtopgamesocial--text_black {
	color: #3f3f3f !important;
}

.newtopgamesocial--nocenter {
	text-align: left !important;
}

.newtopgamesocial--about----subtitle {
	font-family: var(--font-title);
	font-weight: 400;
	color: #323232;
	font-size: 1.5rem;
	line-height: 38px;
	text-align: center;
}

.newtopgamesocial--about---icon {
	background-image: url(/newtopgamesocial-assets/newtopgamesocial-img/newtopgamesocial-about/newtopgamesocial-icon-lighting.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 26px;
	width: 100%;
	height: 27px;
	display: inline-block;
}

.newtopgamesocial--about----lists li {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

/* Games */
.newtopgamesocial--games-box {
	padding: 4.375rem 0;
}

.newtopgamesocial--games---cards {
	display: flex;
	gap: 1.25rem;
	flex-wrap: wrap;
	justify-content: center;
}

.newtopgamesocial--games----card {
	background: var(--color-card);
	padding: 1rem;
	max-width: 400px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 2.25rem;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-ms-border-radius: 22px;
	-o-border-radius: 22px;
	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;
}

.newtopgamesocial--games----card:hover {
	transform: translateY(-1rem);
	-webkit-transform: translateY(-1rem);
	-moz-transform: translateY(-1rem);
	-ms-transform: translateY(-1rem);
	-o-transform: translateY(-1rem);
}

.newtopgamesocial--cards_image {
	max-width: 368px;
	width: 100%;
	height: 297px;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-ms-border-radius: 22px;
	-o-border-radius: 22px;
	position: relative;
}

.newtopgamesocial--cards_info {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: center;
}

.newtopgamesocial--cards__name {
	font-family: var(--font-btn);
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 25px;
	color: var(--color-white);
	text-align: center;
}

.newtopgamesocial--cards__btn {
	max-width: 100%;
	width: 100%;
}

/* Contact */
.newtopgamesocial--contact--container {
	background-image: linear-gradient(rgba(0, 0, 0, 0.25)),
		url(/newtopgamesocial-assets/newtopgamesocial-img/newtopgamesocial-contact/newtopgamesocial-contact-fruits-coin.webp);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 4rem 0;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.newtopgamesocial--text-white {
	color: var(--color-white) !important;
}

.newtopgamesocial__contact--form {
	display: flex;
	max-width: 740px;
	margin: 0 auto;
	width: 100%;
	gap: 0.5rem;
	flex-direction: column !important;
	padding: 1.5rem;
}

.newtopgamesocial_contact__input {
	outline: none;
	height: 55px;
	width: 100%;
	background: #e4e4e4;
	border: none;
	font-size: 1rem;
	color: #1f1f1f;
	font-family: var(--font-text);
	font-weight: 500;
	padding: 1rem 1.5rem;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.newtopgamesocial_contact__input::placeholder {
	font-size: 1rem;
	color: #1f1f1f;
	font-family: var(--font-text);
	font-weight: 500;
}

.newtopgamesocial_contact--textarea {
	height: 70px;
	resize: none;
}

.newtopgamesocial_contact__btn {
	margin: 0.5rem 0 0;
}

.active__block {
	display: flex;
}

.form-message-container {
	margin-top: 0px;
}

.form-message {
	padding: 10px 15px;
	border-radius: 4px;
	font-size: 14px;
	animation: fadeIn 0.3s ease-in-out;
}

.form-message.success {
	background-color: #d4edda;
	color: #155724;
	border: 1px solid #c3e6cb;
	text-align: center;
	font-size: 1rem;
	font-weight: 500;
	font-family: var(--font-text);
}

.form-message.error {
	background-color: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
	text-align: center;
	font-size: 1rem;
	font-weight: 500;
	font-family: var(--font-text);
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* FAQ */
.newtopgamesocial--faq--container {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.newtopgamesocial--faq--accordion {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.newtopgamesocial--faq---items {
	cursor: pointer;
	padding: 1.5rem;
	border-radius: 30px;
	background: var(--color-card);
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	position: relative;
	border: none;
	transition: all 0.5s ease-in;
}

.newtopgamesocial--faq---items:hover {
	box-shadow: 0 4px 15px rgba(71, 234, 255, 0.4);
	transform: translateY(-2px);
}

.newtopgamesocial--faq----top {
	display: flex;
	align-items: center;
	gap: 1rem;
	width: 100%;
	justify-content: space-between;
}

.newtopgamesocial--faq----top_title {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 150%;
	color: #fff;
}

.newtopgamesocial--faq----top_icon {
	max-width: 24px;
	width: 100%;
	height: 24px;
}

.newtopgamesocial--faq----text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 150%;
	color: #c1c1c1;
}

.newtopgamesocial--faq--btn {
	background-color: transparent;
	border: none;
	cursor: pointer;
}

.accordion-icon {
	cursor: pointer;
	width: 41px;
	height: 41px;
	transition: transform 0.3s ease;
	display: inline-block;
}
.accordion-icon.plus {
	background-image: url(/newtopgamesocial-assets/newtopgamesocial-img/newtopgamesocial-faq/newtopgamesocial-icon-arrow-down.svg);
	transition: all 0.3s ease;
	transform: rotate(180deg); /* поворот на 180 градусов */
}

.accordion-icon.minus {
	background-image: url(/newtopgamesocial-assets/newtopgamesocial-img/newtopgamesocial-faq/newtopgamesocial-icon-arrow-down.svg);

	transition: all 0.3s ease;
	transform: rotate(0deg); /* начальное положение */
}

/* Disclaimer */
.newtopgamesocial--center {
	text-align: center;
}

.newtopgamesocial--disclaimer--container {
	background-image: url(/newtopgamesocial-assets/newtopgamesocial-img/newtopgamesocial-contact/newtopgamesocial-contact-fruits-coin.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 1.5rem;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-ms-border-radius: 22px;
	-o-border-radius: 22px;
	display: flex;
	flex-direction: column;
	gap: 0.675rem;
}

/* Footer */
.newtopgamesocial--footer {
	position: relative;
	padding: 2.5rem 0;
	background: var(--color-card);
}

.newtopgamesocial--footer p,
li {
	color: #c1c1c1 !important;
}

.newtopgamesocial--footer__container {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.newtopgamesocial--footer_top {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: center;
}

.newtopgamesocial--footer--icon {
	background-image: url(/newtopgamesocial-assets/newtopgamesocial-img/newtopgamesocial-footer/newtopgamesocial-icon-age.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 90px;
	width: 100%;
	height: 40px;
}

.newtopgamesocial--footer---info {
	display: flex;
	gap: 4.5rem;
	flex-direction: column;
}

.newtopgamesocial--footer----elem {
	display: flex;
	gap: 1rem;
	flex-direction: column;
}

.newtopgamesocial--footer---desc,
.newtopgamesocial--footer_subelem {
	display: flex;
	gap: 1rem;
	flex-direction: column;
}

.newtopgamesocial--footer__sublist li {
	list-style-type: disc;
	margin-left: 1.5rem;
}

.newtopgamesocial--footer---links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3.125rem;
	flex-wrap: wrap;
}

/* Burger */
#newtopgamesocialMenuToggle {
	display: none;
	position: absolute;
	top: 0;
	left: 0rem;
	z-index: 999 !important;
	-webkit-user-select: none;
	user-select: none;
	width: 100%;
	height: 58px;
}

#newtopgamesocialMenuToggle a {
	text-decoration: none;
	color: #fff;
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
}

#newtopgamesocialMenuToggle span {
	display: block;
	width: 22px;
	height: 2px;
	margin-bottom: 5px;
	right: 0rem;
	top: 0.2rem;
	position: relative;
	background: var(--color-btn);
	border-radius: 3px;
	z-index: 1001 !important;
	transform-origin: 4px 0px;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
		background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.no-scroll {
	overflow: hidden !important; /* Отключаем прокрутку с приоритетом */
}

#newtopgamesocialMenuToggle span:first-child {
	transform-origin: 0% 0%;
}

#newtopgamesocialMenuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}

#newtopgamesocialMenu {
	position: absolute;
	max-width: 100vw;
	width: 100%;
	z-index: 1000;
	padding-top: 5.25rem;
	margin: 0 0 0 0px;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	align-items: center;
	background: var(--color-card);

	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	transform-origin: 0% 0%;
	transform: translate(-100%, 0);
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	height: 130vh;
	-webkit-transform: translate(-100%, 0);
	-moz-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	-o-transform: translate(-100%, 0);
}

#newtopgamesocialMenuToggle input:checked ~ ul {
	transform: none;
}

.burger-button {
	display: block;
	width: 42px;
	height: 32px;
	position: absolute;
	top: 1.25rem;
	right: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
	opacity: 1;
	z-index: 1002 !important;
	-webkit-touch-callout: none;
	background: transparent;
	border: none;
	padding: 0;
}

/* Добавляем класс для открытого состояния */
.burger-button.active span:first-child {
	transform: rotate(45deg) translate(4px, 0px);
	background: #f9f9f9;
	-webkit-transform: rotate(45deg) translate(4px, 0px);
	-moz-transform: rotate(45deg) translate(4px, 0px);
	-ms-transform: rotate(45deg) translate(4px, 0px);
	-o-transform: rotate(45deg) translate(4px, 0px);
}

.burger-button.active span:nth-child(2) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

.burger-button.active span:last-child {
	transform: rotate(-45deg) translate(-1px, 2px);
	-webkit-transform: rotate(-45deg) translate(-1px, 2px);
	-moz-transform: rotate(-45deg) translate(-1px, 2px);
	-ms-transform: rotate(-45deg) translate(-1px, 2px);
	-o-transform: rotate(-45deg) translate(-1px, 2px);
}

/* Обновляем селектор для checked состояния */
#newtopgamesocialMenuToggle .active ~ #newtopgamesocialMenu {
	transform: none;
}

.newtopgamesocial--menu__list--text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 130%;
	color: #ffffff80;
	text-align: center;
	max-width: 320px;
	width: 100%;
}

/* Others Styles */
.newtopgamesocial--pt {
	padding-top: 4.375rem;
}
.newtopgamesocial--small-pt {
	padding: 0.675rem 0 !important;
}

.newtopgamesocial--game-box {
	padding: 2.5rem 0;
}

.newtopgamesocial--pad {
	padding: 4.375rem 0 !important;
}

.newtopgamesocial--privacy--container,
.newtopgamesocial--privacy--sublist {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.newtopgamesocial--privacy--box,
.newtopgamesocial--terms--lists {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.newtopgamesocial--terms--lists li,
.newtopgamesocial--privacy--list li {
	list-style-type: disc;
	margin-left: 1.575rem;
}

/* Media */
@media screen and (max-width: 1260px) {
	.newtopgamesocial--container__main {
		padding: 0 1.5rem;
	}
}

@media screen and (max-width: 991px) {
	.newtopgamesocial--about---info {
		flex-direction: column;
	}
	.newtopgamesocial--about---desc {
		max-width: 100%;
		width: 100%;
	}

	.newtopgamesocial--welcome-box {
		padding: 1.5rem 0;
	}

	.newtopgamesocial--menu__list {
		display: none;
	}

	#newtopgamesocialMenuToggle {
		display: block;
	}
}
@media screen and (max-width: 700px) {
	.newtopgamesocial--header__logo,
	.newtopgamesocial--header__logo-box {
		height: 50px !important;
		max-width: 75px;
		width: 100%;
	}

	.newtopgamesocial--header__container {
		padding: 0.25rem 0;
	}

	.burger-button {
		top: 0.75rem;
	}

	.newtopgamesocial--welcome---title {
		font-size: 2.125rem;
		line-height: 31px;
	}

	.newtopgamesocial--welcome--container {
		padding: 3.125rem 1.5rem;
	}

	.newtopgamesocial--about----image {
		width: 100%;
		height: 300px;
	}

	.newtopgamesocial--footer {
		padding: 1.5rem 0;
	}
	.newtopgamesocial--footer---info {
		gap: 1rem;
	}

	.newtopgamesocial--footer---links {
		gap: 1rem 3.125rem;
	}
}

@media screen and (max-width: 355px) {
	.newtopgamesocial--welcome---title {
		font-size: 1.875rem;
		line-height: 100%;
	}
}
