@font-face {
	font-family: 'poller_oneregular';
	src: url('../fonts/pollerone/pollerone-webfont.eot');
	src: url('../fonts/pollerone/pollerone-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/pollerone/pollerone-webfont.woff') format('woff'),
		 url('../fonts/pollerone/pollerone-webfont.ttf') format('truetype'),
		 url('../fonts/pollerone/pollerone-webfont.svg#poller_oneregular') format('svg');
}
@font-face {
	font-family: 'leckerli_oneregular';
	src: url('../fonts/leckerlione/leckerlione-regular-webfont.eot');
	src: url('../fonts/leckerlione/leckerlione-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/leckerlione/leckerlione-regular-webfont.woff') format('woff'),
		 url('../fonts/leckerlione/leckerlione-regular-webfont.ttf') format('truetype'),
		 url('../fonts/leckerlione/leckerlione-regular-webfont.svg#leckerli_oneregular') format('svg');
}

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	min-width: 960px;
	padding: 0;
}
p {
	color: #252525;
	line-height: 24px;
	margin: 0;
	padding: 0;
}
p a {
	color: #252525;
	text-decoration: underline;
}
p a:hover {
	color: #898989;
}
#header {
	margin: 0 auto;
	padding: 44px 0 50px;
	text-align: center;
	width: 960px;
}
#header a.logo {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 340px;
}
#header a.logo img {
	border: 0;
	display: block;
	margin: 0;
	padding: 0;
}
#header ul {
	margin: 0;
	padding: 56px 0 0;
}
#header ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 19px;
}
#header ul li a {
	color: #252525;
	display: inline-block;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 3px;
	text-decoration: none;
	text-transform: uppercase;
}
#header ul li a:hover, #header ul li.selected a {
	color: #0ba39c;
}
#body {
	margin: 0;
	padding: 0 0 30px;
	text-align: center;
}
#body h1 {
	color: #fff;
	display: inline;
	font-family: poller_oneregular;
	font-size: 35px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#body h1 span {
	background: #252525;
	display: inline-block;
	padding: 15px 28px 12px;
}
#body > div {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}
#body > div img {
	border: 2px solid #292929;
	margin: 24px 0 0;
	padding: 0;
}
#body > div .article {
	margin: 0 auto;
	padding: 30px 30px 0;
	width: 560px;
}
#body > div .article h2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 25px;
	font-weight: normal;
	margin: 0 0 30px;
}
#body > div .article h3 {
	color: #252525;
	line-height: 24px;
	margin: 0;
	padding: 0;
}
#body > div .article h4 {
	background: #252525;
	color: #fff;
	display: inline-block;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 25px;
	font-weight: normal;
	margin: 0 0 30px;
	padding: 8px 27px 10px;
}
#body > div .article p {
	margin: 0 0 30px;
}
#body div ul {
	margin: 0;
	padding: 24px 10px 0;
	width: 940px;
}
#body div ul li {
	border: 2px solid #1a1a1a;
	display: block;
	list-style: none;
	margin: 0 0 13px;
	overflow: hidden;
	padding: 0;
}
#body div ul li .figure {
	border-right: 2px solid #1a1a1a;
	float: left;
	margin: 0;
	padding: 0;
	width: 376px;
}
#body div ul li img {
	border: 0;
	display: block;
	margin: 0;
	padding: 0;
	opacity: 0.8;
	transition: 0.5s ease-in-out;
}
#body div ul li .figure:hover img {
	opacity: 1;
}
#body div ul li div {
	float: left;
	margin: 0;
	padding: 63px 0 20px;
	width: 558px;
}
#body div ul li div h3 {
	color: #252525;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 25px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#body div ul li div p {
	padding: 30px 30px 18px;
}
#body div ul li div a.more {
	background: #000;
	color: #fff;
	display: inline-block;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 8px 28px;
	text-decoration: none;
	text-transform: uppercase;
}
#body div ul li div a.more:hover {
	color: #252525;
	background: #fff;
	border: 2px solid #252525;
}
#body #featured {
	margin: 0 0 13px;
	padding: 0;
	position: relative;
	width: 100%;
}
#body #featured img {
	border: 0;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}

#body #featured div h2 {
	background: #fff;
	color: #000;
	display: inline-block;
	font-family: poller_oneregular;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 18px;
	padding: 23px 27px 20px;
	text-transform: uppercase;
}
#body #featured div span {
	background: #252525;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	margin: 7px 0;
	padding: 12px 27px;
}
#body #featured div a {
	background: #0ba39c;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	margin: 15px 0 0;
	padding: 26px 27px 22px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#body #featured div a:hover {
	background: #1fc3bc;
}
#body > ul {
	margin: 0 auto;
	overflow: hidden;
	padding: 24px 0 0;
	width: 960px;
}
#body > ul li {
	display: block;
	float: left;
	margin: 0 10px 20px;
	padding: 0;
	width: 300px;
}
#body > ul li a {
	color: #000;
	display: block;
	font-family: poller_oneregular;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#body > ul li a img {
	border: 2px solid #1a1a1a;
	display: block;
	margin: 0;
	padding: 0;
	opacity: 1;
	transition: 0.5s ease-in-out;
}
#body > ul li a:hover img {
	opacity: 1;
}
#body > ul li a span {
	display: block;
	margin: 0;
	padding: 33px 0 0;
}
#body form {
	margin: 0 auto;
	padding: 24px 0 0;
	width: 620px;
}
#body form input, #body form textarea {
	border: 2px solid #252525;
	color: #252525;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 37px;
	padding: 20px 10px;
	text-align: center;
	text-transform: uppercase;
	width: 596px;
}
#body form textarea {
	height: 175px;
	overflow: auto;
	resize: none;
}
#body form #send {
	background: #252525;
	color: #fff;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 15px;
	font-weight: normal;
	display: inline-block;
	padding: 20px 28px;
	width: auto;
}
#body form #send:hover {
	background: #fff;
	color: #252525;
	cursor: pointer;
}
#footer {
	background: #252525;
	margin: 0;
	padding: 36px 0 42px;
}
#footer div {
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 960px;
}
#footer div p {
	color: #fff;
	float: left;
	line-height: 44px;
	margin: 0 0 0 10px;
	padding: 0;
}
#footer div ul {
	display: block;
	float: right;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 256px;
}
#footer div ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0 10px;
	padding: 0;
	width: 44px;
}
#footer div ul li a {
	background: url(../images/icons.jpg) no-repeat 0 0;
	display: block;
	height: 44px;
	margin: 0;
	padding: 0;
	text-indent: -99999px;
	width: 44px;
}
#footer div ul li #twitter {
	background-position: 0 0;
}
#footer div ul li #twitter:hover {
	background-position: -44px 0;
}
#footer div ul li #facebook {
	background-position: 0 -44px;
}
#footer div ul li #facebook:hover {
	background-position: -44px -44px;
}
#footer div ul li #googleplus {
	background-position: 0 -88px;
}
#footer div ul li #googleplus:hover {
	background-position: -44px -88px;
}
#footer div ul li #pinterest {
	background-position: 0 -132px;
}
#footer div ul li #pinterest:hover {
	background-position: -44px -132px;
}
.play-button {
	background: #0ba39c;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-family: "Arial Black", Gadget, sans-serif;
	padding: 20px 40px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 6px;
	transition: 0.3s ease;
	margin: 40px auto;
}
.game-title {
  font-size: 34px;
  font-family: "Arial Black", Gadget, sans-serif;
  text-transform: uppercase;
  text-align: center;

  background: linear-gradient(
    90deg,
    #36160e,   /* brick */
    #d4a373,   /* ochre */
    #d71a2a,   /* purple */
    #482b23
  );

  background-size: 300% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;

  animation: gradientMove 4s ease infinite;

  letter-spacing: 1px;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}


/* Play Game button */
.play-button {
	background: linear-gradient(
		90deg,
		#36160e,
		#d4a373,
		#d71a2a,
		#482b23
	);

	background-size: 300% 100%;
	color: #fff;

	display: inline-block;
	font-size: 20px;
	font-family: "Arial Black", Gadget, sans-serif;
	padding: 20px 40px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 8px;

	transition: transform 0.2s ease, box-shadow 0.3s ease;
	animation: buttonFlow 5s ease infinite;

	box-shadow: 0 10px 25px rgba(215, 26, 42, 0.25);
	letter-spacing: 1px;
}
@keyframes buttonFlow {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.play-button:hover {
	transform: translateY(-3px) scale(1.03);
	box-shadow: 0 15px 35px rgba(215, 26, 42, 0.4);
}




#body h1 .animated-title {
	display: inline-block !important;

	padding: 14px 28px;

	background: linear-gradient(
		90deg,
		#36160e,
		#d4a373,
		#a80c81,
		#482b23
	);

	background-size: 300% 100%;
	animation: titleFlow 5s ease infinite;

	color: #fff !important;

	border-radius: 8px;

	box-shadow: 0 10px 25px rgba(0,0,0,0.25);

	position: relative;
	z-index: 1;
}
@keyframes titleFlow {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}


/* Батьківський блок (робимо його відправною точкою для позиціонування) */
#body #featured {
    position: relative;
    width: 100%;
}

/* Картинка на фоні */
#body #featured img {
    display: block;
    width: 100%;
    height: auto;
}

/* Блок з текстом — притискаємо до правого краю */
#body #featured .featured-content {
    position: absolute;
    top: 58%;                  /* Центруємо по вертикалі */
    transform: translateY(-50%); /* Ідеальне вирівнювання по центру вертикалі */
    right: 5%;                /* Відступ від правого краю сторінки (можна міняти за смаком) */
    
    width: 38%;
    max-width: 420px;
	
    padding: 30px;
    background: rgba(255, 255, 255, 0.888); /* Світлий фон, щоб текст легко читався на фоні картинки */
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    text-align: left;
}
@media screen and (max-width: 1024px) {
    #body #featured .featured-content {
        position: relative;
        top: auto;
        right: auto;
        transform: none;

        width: 90%;
        max-width: 600px;

        margin: 20px auto;
        box-shadow: none;
    }
}


/* CONTACT */
/* === WRAPPER === */
.contact-wrapper {
	max-width: 720px;
	margin: 60px auto;
	text-align: center;
	color: #fff;
	position: relative;
}

/* === INTRO TEXT === */
.contact-intro {
	font-size: 15px;
	opacity: 0.85;
	margin: 10px 0 25px;
}

/* === CARD (glass + HUD look) === */
.contact-card {
	background: rgba(251, 250, 251, 0.764); 
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
	padding: 30px;
	box-shadow: 0 20px 50px rgba(171, 170, 170, 0.5);
	backdrop-filter: blur(8px);
	position: relative;
	overflow: hidden;
}

/* === SCANLINE EFFECT === */
.contact-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: repeating-linear-gradient(
		0deg,
		rgba(255,255,255,0.03),
		rgba(255,255,255,0.03) 1px,
		transparent 1px,
		transparent 4px
	);
	pointer-events: none;
}

/* === INPUTS === */
.contact-card input,
.contact-card textarea {
	width: 100%;
	margin-bottom: 14px;
	padding: 14px;
	border: 1px solid rgba(213, 187, 187, 0.651);
	border-radius: 8px;
	background: rgb(237, 233, 233);
	color: #fff;
	font-size: 14px;
	outline: none;
	transition: 0.3s ease;
}

.contact-card input:focus,
.contact-card textarea:focus {
	border-color: #0ba39c;
	box-shadow: 0 0 10px rgba(11, 163, 156, 0.4);
}

/* === TEXTAREA === */
.contact-card textarea {
	height: 140px;
	resize: none;
}

/* === BUTTON reuse (already styled play-button) === */
.contact-card .play-button {
	width: 100%;
	margin-top: 10px;
	display: inline-block;
}




/* Bloge page  */

/* ===== BLOG FEATURE LIST ===== */

.feature-list {
	list-style: none;
	max-width: 520px;
	margin: 25px 0;
	padding: 20px;
	background: rgba(11, 163, 156, 0.05);
	border: 1px solid rgba(11, 163, 156, 0.18);
	border-radius: 12px;
	box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.feature-list li {
	border: none;
	margin: 0;
	padding: 12px 0;
	color: #2b2a2a;
	font-size: 15px;
	line-height: 1.5;
	border-bottom: 1px solid rgba(0,0,0,0.06);
}

.feature-list li:last-child {
	border-bottom: none;
}

.game-tagline {
    font-size: 16px;
    font-weight: bold;
    color: #0ba39c;
    margin-bottom: 15px;
}







.article {
    max-width: 720px;
    margin-left: 20px;
    text-align: left;
}

.article h2 {
    margin-bottom: 10px;
}

.article h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #0ba39c;
}

.article p {
    margin-bottom: 12px;
    line-height: 1.6;
    color: #252525;
}

.game-features {
    list-style: none;
    padding: 0;
    margin: 20px auto;

    max-width: 520px;   /* 👈 ключове — не дає розтягуватись */
    text-align: left;

    background: rgba(11, 163, 156, 0.06);
    border: 1px solid rgba(11, 163, 156, 0.2);
    border-radius: 12px;

    padding: 18px 20px;

    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.game-features li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    font-size: 15px;
    line-height: 1.5;
    color: #fdfcfc00;
}

.game-features li:last-child {
    border-bottom: none;
}
