/*!
Theme Name: escapegaming
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: escapegaming
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

escapegaming is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* manrope-300 - greek_latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/manrope-v19-greek_latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* manrope-regular - greek_latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	src: url('./fonts/manrope-v19-greek_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* manrope-500 - greek_latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	src: url('./fonts/manrope-v19-greek_latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* manrope-600 - greek_latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	src: url('./fonts/manrope-v19-greek_latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* manrope-700 - greek_latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	src: url('./fonts/manrope-v19-greek_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* playpen-sans-300 - greek_latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Playpen Sans';
	font-style: normal;
	font-weight: 300;
	src: url('./fonts/playpen-sans-v21-greek_latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* playpen-sans-regular - greek_latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Playpen Sans';
	font-style: normal;
	font-weight: 400;
	src: url('./fonts/playpen-sans-v21-greek_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* playpen-sans-500 - greek_latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Playpen Sans';
	font-style: normal;
	font-weight: 500;
	src: url('./fonts/playpen-sans-v21-greek_latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* playpen-sans-600 - greek_latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Playpen Sans';
	font-style: normal;
	font-weight: 600;
	src: url('./fonts/playpen-sans-v21-greek_latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* playpen-sans-700 - greek_latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Playpen Sans';
	font-style: normal;
	font-weight: 700;
	src: url('./fonts/playpen-sans-v21-greek_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
	background-color: #000;
	color: #F0F3F4;
	font-size: 20px;
	font-family: 'Manrope';
	font-weight: 400;
	overflow-x: hidden !important;
	width: 100%;
	max-width: 1920px;
	margin: auto;
}

#page {
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: #27C5FF
}

img {
	max-width: 100%;
	height: auto;
}

@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1560px;
	}
}

.edit-link {
	display: none !important;
}

.site-header {
	margin: auto;
	max-width: 1920px;
	padding: 30px 50px 20px;
	font-size: 16px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

.site-header a {
	text-decoration: none;
	color: #fff
}

.main-navigation {
	display: flex;
	padding: 7px 7px 0 7px;
	flex-direction: column;
	align-items: flex-start;
	border-radius: 16px;
	border: 1px solid var(--Nav-2-Border, rgba(39, 197, 255, 0.00));
	background: var(--Nav-2-BG-Color, rgba(255, 255, 255, 0.15));
	box-shadow: 0px 0px 25px 0px rgba(1, 158, 255, 0.75) inset;
	backdrop-filter: blur(10px);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 30px;
	z-index: 1;
	width: 660px
}

.main-menu {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 7px !important;
}

.main-menu > li > a {
	display: flex;
	height: 44px;
	padding: 10px;
	justify-content: center;
	align-items: center;
	gap: 12px;
	position: relative;
}

.main-menu > li > a.active:not(.online-btn) {
	color: #27C5FF
}

.main-menu > li > a:not(.online-btn):hover {
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.08);
}

.main-menu > li > a:not(.online-btn).active {
	border-radius: 10px 10px 0 0;
	background: rgba(255, 255, 255, 0.10);
}

.main-menu > li > a:not(.online-btn).active::after {
	content: "";
	display: block;
	width: 100%;
	height: 7px;
	background-color: rgba(255, 255, 255, 0.10);
	position: absolute;
	left: 0;
	top: 100%;
}

.online-btn {
	border-radius: 14px;
	background: rgba(4, 102, 226, 0.20);
	box-shadow: 0px 0px 14px 0px rgba(255, 255, 255, 0.40) inset;
}

.online-btn:hover {
	border-radius: 14px;
	background: rgba(4, 102, 226, 0.80);
	box-shadow: 0px 0px 14px 0px rgba(255, 255, 255, 0.60) inset;
}

.sub-menu {
	display: none;
	width: 100%;
	margin-bottom: 7px;
}

.sub-menu > div {
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.10);
	padding: 10px 0 10px 10px;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	font-size: 12px;
}

#vr-submenu > div {
	 border-radius: 0 12px 12px 12px;
}

.sub-menu_title {
	color: rgba(255, 255, 255, 0.80);
	font-family: Manrope;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 15px;
	padding-top: 15px;
}

.sub-menu_img {
	padding: 0 10px;
}

.sub-menu_img img {
	border-radius: 12px;
	min-width: 130px;
}

.sub-menu > div > div:first-child .sub-menu_img {
	border-right: 1px solid rgba(121, 179, 255, 0.20);
}

#menu-submenu {
	width: 100%;
	border-radius: 12px;
}

#menu-submenu ul {
	display: flex;
	padding: 0px;
	align-items: center;
	gap: 12px;
	flex: 1 0 0;
}

#menu-submenu ul li {
	display: flex;
	padding: 10px 0px;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	flex: 1 0 0;
}

#menu-submenu a {
	color: rgba(255, 255, 255, 0.80);
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

img[src*="/wp-content/uploads/dropdown-up.png"],
img[src*="/wp-content/uploads/gamepad-2.png"],
img[src*="/wp-content/uploads/sparkles-2.png"],
img[src*="/wp-content/uploads/Ham-2.png"] {
	display: none;
}

.active img[src*="/wp-content/uploads/dropdown-up.png"],
.active img[src*="/wp-content/uploads/gamepad-2.png"],
.active img[src*="/wp-content/uploads/sparkles-2.png"],
.active img[src*="/wp-content/uploads/Ham-2.png"] {
	display: block;
}

.active img[src*="/wp-content/uploads/dropdown.png"],
.active img[src*="/wp-content/uploads/gamepad.png"],
.active img[src*="/wp-content/uploads/sparkles.png"],
.active img[src*="/wp-content/uploads/Ham.png"] {
	display: none;
}

/* Slider */
#slider::after {
	content: "";
	display: block;
	height: 170px;
	width: 100vw;
	position: absolute;
	bottom: 0;
	z-index: 1;
	background: linear-gradient(to bottom, transparent, black);
	left: 50%;
	transform: translateX(-50%);
}


.wp-block-cb-carousel-v2.cb-carousel-block.cb-single-slide,
#slider .wpcp-swiper-wrapper {
	width: 100vw;
	left: 50%;
	transform: translateX(-49%);
	height: 100vh;
	max-height: 1000px;
	max-width: 1920px;
}

.wp-block-cb-carousel-v2 .wp-block-image img,
#slider .wpcp-swiper-wrapper .wpcp-mix-content img.skip-lazy {
	box-sizing: border-box;
	min-height: 100%;
	max-width: 100%;
	vertical-align: bottom;
	width: 100vw;
	object-fit: cover;
	max-height: 1000px !important;
}

.wp-block-cb-carousel-v2 .swiper-pagination,
#slider .wpcp-swiper-wrapper .swiper-pagination {
	position: absolute;
	text-align: center;
	z-index: 10;
	right: 70px;
	top: 32vh !important;
	width: 8px !important;
	display: block !important;
	left: auto !important;
	height: auto !important;
	bottom: auto !important;
	line-height: 0;
}

.wp-block-cb-carousel-v2 .cb-pagination .cb-pagination-bullet, #slider .swiper-pagination-bullet {
transition: height linear 300ms;
background-color: rgba(180, 173, 211, 0.30) !important;
}

.wp-block-cb-carousel-v2 .cb-pagination .cb-pagination-bullet:not(:last-child),
#slider .swiper-pagination-bullet:not(:last-child) {
	margin-bottom: 4px !important;
}

#slider .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: 0
}

.wp-block-cb-carousel-v2 .cb-pagination .cb-pagination-bullet.swiper-pagination-bullet-active,
#slider .wpcp-swiper-wrapper .swiper-pagination-bullet-active {
	height: 24px;
	border-radius: 20px;
	background: rgba(180, 173, 211, 0.40) !important;
	mix-blend-mode: luminosity;
	transition: height linear 300ms
}

.wp-block-cb-carousel-v2 .cb-button-next.swiper-button-next,
#slider .wpcp-swiper-wrapper .swiper-button-next {
	position: absolute;
	right: 58px;
	left: auto !important;
	top: 37vh;
	width: 24px;
	height: 24px;
	background: url('/wp-content/uploads/next.png') no-repeat center;
	margin-top: 8px;
}

.wp-block-cb-carousel-v2 .cb-button-prev,
#slider .wpcp-swiper-wrapper .swiper-button-prev {
	position: absolute;
	right: 58px;
	left: auto !important;
	top: 30vh;
	width: 24px;
	height: 24px;
	background: url('/wp-content/uploads/prev.png') no-repeat center;
}

.wp-block-cb-carousel-v2 .swiper-button-next::after,
.wp-block-cb-carousel-v2 .swiper-button-prev::after,
 #slider .wpcp-swiper-wrapper .swiper-button-next::after,
 #slider .wpcp-swiper-wrapper .swiper-button-prev::after {
  content: none !important;
}

.slider-content {
	width: 1000px;
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	padding: 100px 0 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.slider-list {
	display: inline-flex;
	align-items: center;
	gap: 15px;
	list-style: none;
	padding: 0;
	margin: 0 0 65px 0;
	color: #B3B3B3;
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.slider-list span {
	display: block;
	width: 6px;
	height: 6px;
	background-color: #B3B3B3;
	border-radius: 50%;
}

.slider-content h1 {
	color: #B3B3B3;
	text-align: center;
	font-family: Manrope;
	font-size: 68px;
	font-style: normal;
	font-weight: 800;
	line-height: 82px;
	margin-bottom: 70px;
	margin-top: 60px
}

.slider-content h1 span {
color: #E346B4;
text-align: center;
leading-trim: both;
text-edge: cap;
text-shadow: 0px 0px 8px #E346B4;
font-family: "Playpen Sans";
font-size: 68px;
font-style: normal;
font-weight: 400;
line-height: 82px;
}

.slider-cta {
	color: #27C5FF;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	display: inline-flex;
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
	margin-bottom: 120px;
}

.slider-cta a {
display: flex;
padding: 14px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 12px;
border: 2px solid #039DDA;
color: #27C5FF;
font-family: Manrope;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.read-more {
display: inline-flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
}

.read-more a {
	color: rgba(179, 179, 179, 0.80);
	text-align: center;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.wp-block-cb-carousel-v2[data-cb-pagination="true"] .swiper-horizontal {
	margin-bottom: 0;
}


#slider .swiper-wrapper, #slider .wpcp-mix-content {
   min-height: 100%
}

#slider .wpcpro-wrapper .wpcp-carousel-section.nav-vertical-center:not(.wpcp_swiper_vertical) {
	margin: 0 0;
}

#slider .wpcp-icon-left-open, #slider .wpcp-icon-right-open {
	display: none;
}

#slider #wpcpro-wrapper-1059 #sp-wp-carousel-pro-id-1059.wpcp-carousel-section.sp-wpcp-1059 .wpcp-swiper-dots,
#slider #wpcpro-wrapper-1059 #sp-wp-carousel-pro-id-1059.wpcp-carousel-section.sp-wpcp-1059.swiper-horizontal > .wpcp-pagination-scrollbar {
	margin: 0;
	bottom: unset;
}

#slider .wpcp-carousel-wrapper {
	max-width: 100vw;
	margin: 0;
}

#slider #wpcpro-wrapper-1059:not(.wpcpro-thumbnail-slider) .wpcp-swiper-wrapper {
	margin-bottom: 0;
}

/* Xwros */
#xwros {
	padding: 100px 0 70px;
	text-align: center;
	width: 100vw;
	max-width: 1920px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(180deg, #000 0%, #101331 50.7%, #000 100%);
}

		.zoom-section {
			min-height: 820px;
			display: flex;
			justify-content: center;
			align-items: center;
			/*opacity: 0;*/
			transition: opacity 1.5s linear;
		}

		.zoom-section.reveal {
			opacity: 1;
			transition: opacity 1.5s linear;
		}

#xwros h2 {
	color: #F0F3F4;
	text-align: center;
	font-family: Manrope;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.5px;
	margin-bottom: 30px;
}

#xwros h2 span {
	color: #27C5FF;
text-align: center;
text-shadow: 0px 0px 8px #27C5FF;
font-family: "Playpen Sans";
font-size: 48px;
font-style: normal;
font-weight: 300;
line-height: normal;
letter-spacing: -0.5px;
}

#xwros p {
	max-width: 1000px;
	margin: auto;
	font-size: 18px;
}

#xwros .images {
display: flex;
max-width: 1360px;
width: 100%;
justify-content: space-between;
align-items: center;
margin: 100px auto 40px
}

 #xwros .images img {
	 border-radius: 24px;
 }

 .images img {
	 transform: scale(1);
	 transition: all linear 300ms
 }

 .images img:hover {
	transform: scale(1.1);
	transition: all linear 300ms
 }

/* Dinatotites */

.parallax-container {
	position: relative;
	background: url('/wp-content/uploads/5persons.png') no-repeat center/100%;
	background-attachment: fixed;
}

#dinatotites {
	width: 100vw;
	max-width: 1920px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	padding: 150px 0 170px;

}

#dinatotites::before {
	content: "";
	width: 100%;
	height:200px;
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	z-index: 1;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, #000 93.1%);
}

#dinatotites::after {
	content: "";
	width: 100%;
	height:200px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(3, 14, 35, 0.00) 0%, #000 93.1%);
}

#dinatotites h2 {
	color: #B3B3B3;
	text-align: center;
	font-family: Manrope;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.5px;
	margin-bottom: 80px;
}

#dinatotites h2 span {
	color: #27C5FF;
text-align: center;
text-shadow: 0px 0px 8px #27C5FF;
font-family: "Playpen Sans";
font-size: 48px;
font-style: normal;
font-weight: 300;
line-height: normal;
letter-spacing: -0.5px;
}

.dinatotites-grid {
display: flex;
width: 1360px;
max-width: 100%;
justify-content: space-between;
align-items: center;
margin: auto ;
color: #FFF;
text-align: right;
font-family: Manrope;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.dinatotites-grid > div {
display: flex;
width: 360px;
height: 460px;
flex-direction: column;
justify-content: space-between;
align-items: flex-end;
flex-shrink: 0;
}

.dinatotites-grid > div:nth-child(2) {
	width: 430px;
height: 430px;
flex-shrink: 0;
}

.dinatotites-grid > div:last-child {
align-items: flex-start;
text-align: left
}

.dinatotites-grid .title {
color: #FFF;
font-family: Manrope;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.5px;
margin-bottom: 20px
}

/* CTA */
#cta {
	width: 100vw;
	max-width: 1920px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	padding: 60px 0 90px;
	margin-bottom: 0;
}

.cta-container {
display: flex;
width: 100%;
max-width: 1560px;
margin: auto;
padding: 40px 50px 50px 50px;
flex-direction: column;
align-items: center;
border-radius: 36px;
background: url('/wp-content/uploads/CTA-BG@x1.jpg') no-repeat center, linear-gradient(94deg, #00A0DD 0%, #064EE5 100%);
}

.cta-container h2 {
color: #F0F3F4;
text-align: center;
font-family: Manrope;
font-size: 56px;
font-style: normal;
font-weight: 800;
line-height: normal;
letter-spacing: -2px;
}

.cta-container p {
	max-width: 1000px;
	margin: 0 auto 50px
}

.cta-container a {
	display: flex;
padding: 14px 30px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 12px;
background: #070D36;
box-shadow: 0px 8px 24px 0px rgba(7, 13, 54, 0.25);
color: #F0F3F4;
font-family: Manrope;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin: auto
}

/* Hover effect  */
		#cta {
			position: relative;
			margin: 0 auto;
		}
		#cta .wp-block-column {
			position: relative;
			width: 100%;
		}
		#cta img {
			display: block;
			max-width: 100%; /* Prevents image from exceeding natural size */
			height: auto;
			position: relative;
			left: 50%;
			top: 25%;
			transform: translate(-50%, -50%);
			transition: transform 0.2s ease-out; /* Smooth transition */
		}

/* Games */
#games {
	padding: 160px 0 60px;
	text-align: center;
	border-bottom-left-radius: 65px;
	border-bottom-right-radius: 65px;
	box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.25);
	position: relative;
	z-index: 1;
	background-color: #000;
 	width: 100vw;
	max-width: 1920px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

#games h3 {
color: #F0F3F4;
text-align: center;
font-family: Manrope;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.5px;
}

#games h3 span {
	color: #27C5FF;
text-align: center;
font-family: Manrope;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.5px;
}

#games p {
	max-width: 840px;
	margin: 0 auto 60px;
}

#sp-wp-carousel-free-id-93.sp-wpcp-93 .wpcp-single-item {
	border: none;
}

.wpcp-carousel-wrapper {
	max-width: 1560px;
	margin: 0 auto 120px;
}

/*#games a {
color: rgba(39, 197, 255, 0.80);
text-align: center;
font-family: Manrope;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
}*/

/* Idanikos xwros */
#idanikos-xwros {
	padding: 230px 0 100px;
	background: linear-gradient(180deg, #15193C 0%, #000 100%);
	width: 100vw;
	max-width: 1920px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-top: -80px;
}

#idanikos-xwros h2 {
	text-align: center;
	margin: 0 auto 100px;
	color: #B3B3B3;
	text-align: center;
	font-family: Manrope;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.5px;
}

#idanikos-xwros h2 span {
color: #E346B4;
text-align: center;
text-shadow: 0px 0px 8px #E346B4;
font-family: "Playpen Sans";
font-size: 48px;
font-style: normal;
font-weight: 300;
line-height: normal;
letter-spacing: -0.5px;
}

#idanikos-xwros .events {
   max-width: 1320px;
   margin: auto
}

#idanikos-xwros .events img {
	border-radius: 30px
}

#idanikos-xwros .events .title {
	color: #FFF;
font-family: Manrope;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.5px;
margin-bottom: 15px
}

.events-block-text {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding-left: 30px;
	padding-top: 45px;
	gap: 55px;
}

.events-block > div:first-child img {
	border-radius: 0 !important;
	height: 484px;
	min-width: 27px !important;
	display: block;
}

.events-block-text p {
   color: #B3B3B3;
font-family: Manrope;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

#idanikos-xwros .events-first {
	margin-bottom: 170px
}

/* Paketa */
#idanikos-xwros + .parallax-container, .page-id-173 .parallax-container {
	background: url('/wp-content/uploads/paketa.png') no-repeat center / 100%;
	background-attachment: fixed;
}

.page-id-173 #primary {
	padding-bottom: 0;
}

#paketa {
	width: 100vw;
	max-width: 1920px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	padding: 140px 0 200px;
	position: relative;
}

#paketa::before {
	content: "";
	width: 100%;
	height:200px;
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	z-index: 1;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, #000 93.1%);
}

#paketa::after {
	content: "";
	width: 100%;
	height:200px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(3, 14, 35, 0.00) 0%, #000 93.1%);
}

#paketa h2 {
	color: #B3B3B3;
	text-align: center;
	font-family: Manrope;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.5px;
	margin-bottom: 90px;
}

#paketa h2 span {
color: #27C5FF;
text-align: center;
text-shadow: 0px 0px 8px #27C5FF;
font-family: "Playpen Sans";
font-size: 48px;
font-style: normal;
font-weight: 300;
line-height: normal;
letter-spacing: -0.5px;
}

.paketa-container {
	max-width: 1160px;
	margin: auto;
	display: flex;
	align-items: center;
	gap: 100px;
}

.paketa-container > div {
	display: flex;
	padding: 40px 20px;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	border-radius: 32px;
	border: 1.5px solid rgba(255, 255, 255, 0.10);
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(25px);
	width: 100%;
}

.paketa-container > div:nth-child(2) {
	border-radius: 32px;
border: 1.5px solid rgba(255, 255, 255, 0.10);
background: rgba(255, 255, 255, 0.15);
backdrop-filter: blur(25px);
}

.paketa-container h3 {
	color: #FFF;
	font-family: Manrope;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 0
}

.paketa-container h3::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.00) 100%);
	margin-top: 30px;
}

.paketa-container h3 img {
	margin-right: 15px
}

.paketa-container ul {
	color: #FFF;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
	position: relative;
	opacity: 0.4;
}

.paketa-container li {
	padding-left: 30px
}

.clock {
	background: url('/wp-content/uploads/clock.png') no-repeat left 3px;
}

.vrarena {
	background: url('/wp-content/uploads/head-vr.png') no-repeat left 3px ;
}

.pc {
	background: url('/wp-content/uploads/computer.png') no-repeat left 3px;
}

.playstation {
	background: url('/wp-content/uploads/gamepad-3.png') no-repeat left 3px;
}

.soda {
	background: url('/wp-content/uploads/glass-citrus.png') no-repeat left 3px;
}

.divider {
	height: 1px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.00) 100%);
	width: 100%;
}

.askprice {
display: flex;
padding: 10px 15px;
justify-content: center;
align-items: center;
gap: 15px;
align-self: stretch;
border-radius: 12px;
background: var(--Nav-2-BG-Color, rgba(255, 255, 255, 0.15));
box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.25) inset, 0px 8px 24px 0px rgba(0, 0, 0, 0.25);
color: #FFF;
font-family: Manrope;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.5px;
}

.more-btn {
	color: rgba(39, 197, 255, 0.80);
	text-align: center;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	align-self: flex-start;
}

#colophon {
background-color: #000;
padding: 50px 0 30px;
color: #B3B3B3;
font-family: Manrope;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

#colophon h3 {
color: #FFF;
font-family: Manrope;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom: 8px
}

#colophon a {
color: #B3B3B3;
font-family: Manrope;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

#colophon li {
	margin-bottom: 5px
}

.footer-logo {
	padding-bottom: 30px;
	margin-bottom: 60px;
	position: relative;
}

.footer-logo::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(0, 160, 221, 0.30);
	box-shadow: 0px 0px 8px 0px #00A0DD;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

#colophon .copy {
margin-top: 80px;
color: #999;
font-family: Manrope;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

#colophon .copy a {
color: #999;
font-family: Manrope;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
padding: 0 5px;
}

/* Hero section pages */
.f-width {
	width: 100vw;
	max-width: 1920px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	position: relative
}

#hero .slider-content {
	position: static;
	transform: none;
	margin: auto;
	width: 100%;
	max-width: 100%;
	height: 100vh;
	max-height: 1000px;
	justify-content: center;
}

.page-id-173 #hero h1 span {
	color: #D1E346;
	text-shadow: 0px 0px 8px #D1E346;
}

#container {
	height: 1000px;
	overflow: hidden;
	transition: height 0.5s ease;
}

.page-id-173 .f-width {
	background: url('/wp-content/uploads/paidika-party-hero.png') no-repeat center
}

#games-list {
	text-align: center;
}

#games-list h2 {
	color: #F0F3F4;
	text-align: center;
	font-family: Manrope;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.5px;
		margin-bottom: 30px
}

#games-list h2 span {
	color: #27C5FF;
text-shadow: 0px 0px 8px #27C5FF;
	font-family: "Playpen Sans";
	font-weight: 300;

}

.page-id-173 #games-list .images {
	display: flex;
	max-width: 1560px;
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
	gap: normal;
	position: relative;
	margin: auto;
}

.page-id-173 .overlay-shadow {
	content: "";
	display: block;
	width: 100%;
	height: 25%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.page-id-173 .images .col {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 65px;
}

.page-id-173 .images .col img {
	border-radius: 24px ;
	max-width: 360px
}

#toggle img {
	transform: rotate(90deg);
	transform-origin: bottom;
	position: relative;
	top: -8px;
	left: -8px;
}

.page-id-173 #games-list + .parallax-container {
	background: url('/wp-content/uploads/pattern-121.jpg') no-repeat center/100%;
	background-attachment: fixed;
}

#cta h2 {
	color: #F0F3F4;
	text-align: center;
	font-family: Manrope;
	font-size: 56px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	letter-spacing: -2px;
}

 .btn-primary {
 border-radius: 12px;
background: #0466E2;
box-shadow: 0px 8px 24px 0px rgba(7, 13, 54, 0.25);
 }

.page-id-173 #cta {
 border-bottom-left-radius: 65px;
 border-bottom-right-radius: 65px;
 position: relative;
 z-index: 1;
 background-color: #000;
 padding-bottom: 120px
 }

.page-id-173 #xwros {
	margin-top: -80px;
	background: linear-gradient(180deg, #15193C 0%, #000 100%);
	padding-top: 200px;
}

.page-id-173 #xwros h2 span {
	color: #D1E346;
	text-shadow: 0px 0px 8px #D1E346;
}

/* Εταιρικα event */
.h2 {
color: #B3B3B3;
text-align: center;
font-family: Manrope;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.5px;
}

.h2 span {
color: #27C5FF;
text-align: center;
text-shadow: 0px 0px 8px #27C5FF;
font-family: "Playpen Sans";
font-size: 48px;
font-style: normal;
font-weight: 300;
line-height: normal;
letter-spacing: -0.5px;
}

.page-id-256 #hero {
	background: url('/wp-content/uploads/event-me-vr.jpg') no-repeat center / cover;
}

.etairika-features {
display: flex;
max-width: 1280px;
width: 100%;
padding-left: 15px;
justify-content: center;
align-items: flex-start;
align-content: flex-start;
gap: 80px 90px;
flex-wrap: wrap;
margin: 70px auto 0;
text-align: left;
color: #B3B3B3;
font-family: Manrope;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 30px
}

.bg-grad-purple {
     margin-top: -80px;
	background: linear-gradient(180deg, #15193C 0%, #000 100%);
	padding-top: 200px;
}

.b-round-bottom {
	border-bottom-left-radius: 65px;
	border-bottom-right-radius: 65px;
	box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.25);
	position: relative;
	z-index: 2;
	background-color: #000;
}

.etairika-features .row {
	gap: 90px
}


.etairika-features h3 {
color: #FFF;
font-family: Manrope;
font-size: 26px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.5px;
}

.page-id-256 .slider-content h1 span {
	color: #27C5FF;
	text-shadow: 0px 0px 8px #27C5FF;
}

.page-id-256 #xwros h2 span {
	color: #E346B4;
	text-shadow: 0px 0px 8px #E346B4;
}

.page-id-256 .parallax-container {
   background: url('/wp-content/uploads/pattern-121.jpg') no-repeat center/100%;
   background-attachment: fixed;
}

.page-id-256 #dinatotites {

}

.page-id-256 #paketa {
	background: url('/wp-content/uploads/etairikes-empeiries-paketa.jpg') no-repeat center;
}

/* Καλώς ήρθατε στον απόλυτο προορισμό Gaming! */
.page-id-311 #hero {
   background: url('/wp-content/uploads/gaming/gaming-hero-bg.jpg') no-repeat center bottom;
}

.page-id-311 #xwros {
   padding: 180px 0;
   margin: 0 auto;
   background-color: #000
}

.page-id-311 .read-more {
	position: absolute;
	bottom: 0;
}

.page-id-311 .etairika-features {
	max-width: 1100px;
}

.page-id-311 .etairika-features img {
	margin-bottom: 20px
}

.btn-toolbar {
	display: flex;
	max-width: 1140px;
	margin: auto;
	align-items: center;
	justify-content: space-between;
	padding-top: 30px;
	margin-top: 80px;
	position: relative;
}

.btn-toolbar::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(0, 160, 221, 0.30);
	box-shadow: 0px 0px 8px 0px #00A0DD;
	margin-top: -60px;
}

.btn-toolbar .btn, .btn-toolbar .more-btn {
	margin: 0;
	align-self: center;
}

.btn-toolbar .more-btn {
	color: #B3B3B3CC;
	font-size: 14px
}

.mw-1140 {
 max-width: 1440px
}

.pc-gaming {
	background: url('/wp-content/uploads/gaming/pc-gaming-bg.jpg') no-repeat center top #000 !important
}

.vr-arena {
   background: #000 !important;
}

#xwros.racing-games {
	padding: 380px 0 130px;
	background: url('/wp-content/uploads/gaming/racing-games-bg.jpg') no-repeat center top #000 !important;
}

/* Games */
.category .slider-content {
	position: relative;
	width: 100vw;
	height: 100vh;
	max-height: 1000px;
	top: 0;
	transform: translateX(-50%) translateY(0);
	color: #F0F3F4;
	margin-bottom: 100px;
}

.category-free-roam-games .slider-content, .category-room-scale-games .slider-content {
	background: url('/wp-content/uploads/categories/Free-Roam-Games-bg.jpg') no-repeat center;
}

.category #hero .read-more {
   position: absolute;
   bottom: 100px
}

.mw-1000 {
   max-width: 1000px
}

.category .slider-cta {
	margin: 100px 0;
}

span.blue {
	color: #27C5FF !important;
	text-shadow: 0px 0px 8px #27C5FF !important;
font-family: "Playpen Sans";
}
/*
.grid {
	column-count: 4;
	column-gap: 65px;
}
*/
.grid-item {
	margin-bottom: 65px;
/*	display: inline-block;
	width: 100%;*/
	box-sizing: border-box;
	position: relative;
}

/*.grid .grid-item:nth-child(5), .grid .grid-item:nth-child(9) {
	margin-top: 65px;
} */

.grid-item .attachment-post-thumbnail  {
	border-radius: 24px;
	width: 100%
}

.post-thumbnail {
	display: block;
}

.category .cta-container {
	background: url('/wp-content/uploads/CTA-BG@x1.jpg') no-repeat center, linear-gradient(94deg, #064FE5 0%, #640A66 100%);
}

.page-nav {
	display: flex;
	padding: 30px 20px;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
	max-width: 1560px;
	margin: auto;
	position: relative;
}

.page-nav::before, .page-nav::after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background: rgba(179, 179, 179, 0.20);
	position: absolute;
}

.page-nav::before {
	top: 0;
	left: 0;
	right: 0
}

.page-nav::after {
	bottom: 0;
	left: 0;
	right: 0
}

.page-nav a {
	color: rgba(179, 179, 179, 0.80);
	text-align: center;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-direction: row;
}

.next-more img {
	transform: rotate(-90deg);
	transform-origin: right;
	margin-top: -19px;
	margin-left: -10px;
}

.prev-more img {
	transform: rotate(90deg);
	transform-origin: left;
	margin-top: -19px;
	margin-right: -10px;
}

.cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background: rgba(0, 0, 0, 0.70);
	backdrop-filter: blur(5px);
	padding: 100px 30px 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
	opacity: 0;
	transition: all linear 300ms;
}

.cover:hover {
	transition: all linear 300ms;
	opacity: 1
}

.cover .game-link {
	display: flex;
	padding: 10px 15px;
	justify-content: center;
	align-items: center;
	gap: 15px;
	flex: 0;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.60);
	box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.25);
	color: #000;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.5px;
	width: auto;
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: -55px;
	transition: all linear 300ms
}

.cover:hover .game-link {
	bottom: 50px;
	transition: all linear 300ms
}

.cover h2 {
	color: #FFF;
	text-align: center;
	font-family: Manrope;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1px;
	position: absolute;
	top: -60px;
	transition: all linear 300ms;
}

.cover:hover h2 {
	top: 90px;
	transition: all linear 300ms;
}

.cover .game-cat {
	color: rgba(255, 255, 255, 0.60);
	text-align: center;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 5px;
	width: 100%;
	margin-bottom: auto;
	position: absolute;
	top: -100px;
	transition: all linear 300ms;
}

.cover:hover .game-cat {
	top: 140px;
	transition: all linear 300ms;
}

.game-details {
	margin-bottom: 55px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	color: #FFF;
	text-align: center;
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	position: relative;
	height: 48px;
	margin-top: auto;
}

.game-details-users {
	position: absolute;
	left: -100px;
	top: -40px;
	transition: all linear 300ms;
}

.game-details-age {
	position: absolute;
	right: -100px;
	top: -40px;
	transition: all linear 300ms
}

.cover:hover .game-details-users {
	position: absolute;
	left: 0;
	top: 7px;
	transition: all linear 300ms
}

.cover:hover .game-details-age {
	position: absolute;
	right: 0;
	top: 0;
	transition: all linear 300ms
}

.game-details-users img {
	border-radius: 0;
	margin-right: 5px
}

.game-details-age span {
border-radius: 60px;
background: rgba(255, 255, 255, 0.22);
backdrop-filter: blur(5px);
display: flex;
width: 60px;
height: 48px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
}

/* Game page */
.single-post #primary {
	padding-top: 120px;
	position: relative;
}

.single-post #primary::before {
	content: "";
	width: 100%;
	height: 100vh;
	max-height: 1000px;
	position: absolute;
	display: block;
	background: linear-gradient(180deg, #15193C 0%, #15193C 31.25%, #000 100%);
	top: 0;
}

.single-post article {
	max-width: 1460px;
	margin: auto
}

.main-image-container {
	height: 100vh;
	max-height: 860px;
	margin-top: 85px;
	position: relative
}

.main-image-container-toolbar {
	display: flex;
	justify-content: space-between;
	padding: 20px 30px;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.main-image-container-toolbar a {
	color: #27C5FF;
}

.main-image-container-toolbar a img {
	margin-right: 5px
}

.main-image-inner-container {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.main-image-container .read-more {
	display: flex;
	margin-bottom: 30px
}

.main-image-container {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	margin-bottom: 180px;
}

.main-image-inner-container {
	background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}

.availability {
	color: #B3B3B399
}

.availability img {
	margin-right: 5px
}

.main-image-container-desc {
	margin: auto;
	width: 1000px;
	max-width: 100%;
	text-align: center;
	color: #FFF;
	text-align: center;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.main-image-container-details{
	width: 1000px;
	max-width:100%;
	margin: auto;
	padding: 30px 0;
color: #FFF;
text-align: center;
font-family: Manrope;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.main-image-container-details ul {
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.main-image-container-details span {
	color: #27C5FF;
	text-align: center;
	font-family: Manrope;
	font-size: 15px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	letter-spacing: 5px;
	display: block;
	margin: 5px 0 10px;
}

.main-image-container-details img {
	display: block;
	margin: auto
}

.main-image-container + .entry-content {
	max-width: 1080px;
	margin: auto;
}

.main-image-container + .entry-content p {
	max-width: 860px;
	margin: 0 auto 30px
}

.main-image-container + .entry-content h2:first-of-type {
 color: #F0F3F4;
text-align: center;
font-family: Manrope;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.5px;
margin-bottom: 30px
}

.main-image-container + .entry-content h2 {
color: #F0F3F4;
text-align: center;
font-family: Manrope;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.5px;
margin-bottom: 30px
}

.is-type-video {
	text-align: center;
	margin: 45px 0 90px
}

.is-type-video iframe {
	height: 600px;
	width: 1000px
}

.main-image-container + .entry-content h3 {
	color: rgba(255, 255, 255, 0.80);
text-align: center;
font-family: Manrope;
font-size: 26px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.5px;
}

.nav-links {
	width: 1560px;
	max-width: 100%;
	margin: 0 auto 140px;
	display: flex;
	justify-content: space-between;
	padding: 30px 20px;
	position: relative;
}

.nav-links::after, .nav-links::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #B3B3B333;
	position: absolute;
}

.nav-links::after {
	bottom: 0;
	left: 0;
	right: 0
}

.nav-links::before {
	top: 0;
	left: 0;
	right: 0
}

.nav-links a {
	color: rgba(179, 179, 179, 0.80);
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.nav-previous a {
	padding-left: 28px;
	display: flex;
	align-items: center;
	position: relative;
	gap: 5px
}

.nav-previous a::before {
	content: "";
	display: block;
	width: 19px;
	height: 19px;
	position: absolute;
	background: url('/wp-content/uploads/more.png') no-repeat center;
	left: 9px;
	transform: rotate(90deg);
	transform-origin: top;
	top: 10px;
}

.nav-next a {
	padding-right: 28px;
	display: flex;
	align-items: center;
	position: relative;
	gap: 5px
}

.nav-next a::after {
	content: "";
	display: block;
	width: 19px;
	height: 19px;
	position: absolute;
	background: url('/wp-content/uploads/more.png') no-repeat center;
	right: 9px;
	transform: rotate(-90deg);
	transform-origin: top;
	top: 10px;
}

/* Contact */

.page-id-503 #page {
     background: url('/wp-content/uploads/contact-bg.jpg') no-repeat top center/ 100% #000;
}

#post-503 {
	padding-top: 200px;
color: #B3B3B3;
font-family: Manrope;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.5px;

}

#post-503 .entry-content {
	margin: auto;
	max-width: 1560px;
}

#post-503 h2 {
	color: #B3B3B3;
	font-family: Manrope;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.5px;
	mix-blend-mode: luminosity;
	margin-bottom: 30px;
}

#post-503 h3 {
color: #B3B3B3;
font-family: Manrope;
font-size: 26px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.2px;
mix-blend-mode: luminosity;
}

#post-503 h3 + p {
color: #B3B3B3;
font-family: Manrope;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.entry-content > .wp-container-core-columns-is-layout-9d6595d7 {
	gap: 180px;
}

.mark, mark, .has-vivid-cyan-blue-color {
	padding: 0;
	color: #27C5FF !important;
	background-color: transparent !important;
}

.wp-container-core-columns-is-layout-9d6595d7 mark, .wp-container-core-columns-is-layout-9d6595d7 a {
font-family: Manrope;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.2px;
}

.wp-container-core-columns-is-layout-9d6595d7 h4 {
color: #FFF;
font-family: Manrope;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: -0.5px;
}

.has-small-font-size {
	font-size: 15px !important;
}

#wpforms-526 {
	margin-bottom: 150px;
}

.wpforms-field-medium, .wpcf7 .wpcf7-text, .wpcf7-select, .wpcf7-datepicker {
	border-radius: 12px !important;
	background: rgba(255, 255, 255, 0.15) !important;
	backdrop-filter: blur(25px);
	border-color: transparent !important;
	width: 100%;
	color: #fff ;
	min-height: 60px !important;
}

.wpforms-field-medium::placeholder, div.wpforms-container-full select {
font-family: Manrope;
font-size: 15px !important;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.5px;
}

div.wpforms-container-full select {
	color: #9899a2 !important;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
	height: 220px;
}

#wpforms-submit-526, .wpforms-submit, .wpcf7-submit {
	display: flex;
	width: 250px;
	padding: 16px 15px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex: 1 0 0;
	border-radius: 12px;
	background: #0466E2;
	color: #fff;
	border-color: #0466E2;
	float: right;
	height: 54px;
	position: relative;
	border: 1px solid #0466E2;
	line-height: 0
}

.wpcf7-submit {
	float: none;
	margin-left: 0;
	width: auto;
	max-width: 250px;
}

.wpcf7-response-output {
	font-size: 14px;
}

.wpcf7-form br {
	display: none
}

.wpcf7-not-valid-tip {
	font-size: 14px;
}

#wpforms-submit-526::after, .wpforms-submit::after, .wpcf7-submit::after {
	content: "";
	width: 22px;
	height: 22px;
	display: inline-block;
	background: url('/wp-content/uploads/send.png') no-repeat center;
	position: static !important;
	outline: none !important;
	border: none !important;
}

#wpforms-526-field_7-container fieldset {
	display: flex;
	gap: 8px;
	align-items: center;
	color: #fff;
	font-size: 14px;
	font-weight: 600
}

#wpforms-526-field_7-container label {
	color: #fff;
	font-size: 15px;
}

#wpforms-526-field_7-description {
	margin: 0;
	color: #fff;
	font-size: 14px !important;
	font-weight: 600
}

#wpforms-526-field_7-container {
	width: 50%;
}

.wpforms-submit-container {
	width: 50% !important;
	margin-left: 50%;
	float: right !important;
	margin-top: -45px !important;
}

#wpforms-526-field_6-container {
	margin-bottom: 20px;
}

div.wpforms-container-full input[type="checkbox"]::before, div.wpforms-container-full input[type="radio"]::before {
	background-color: transparent;
}

#wpforms-526-field_5 {
	padding-right: 50px;
	background-image: url('/wp-content/uploads/select.png') !important;
	background-repeat: no-repeat !important;
	background-position: center right 20px !important;
}

em.wpforms-error {
	position: absolute !important;
	left: 0;
	bottom: -7px;
}

.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
	padding: 18px 0;
	position: relative;
}

/* Gallery */
.page-id-546 #hero {
	background: url('/wp-content/uploads/gallery-bg.jpg') no-repeat center top / 100%;
}

.page-id-546 #gallery {
	margin: -50px auto 0;
	width: 100%;
	max-width: 1560px
}

.collectionColumn:nth-child(2) > div:first-child {
	padding-top: 120px
}

.collectionColumn:nth-child(3) > div:first-child {
	padding-top: 80px
}

.page-id-546 .custom-cta-block {
	margin: 90px 0;
    background: url('/wp-content/uploads/CTA-BG@x1.jpg') , linear-gradient(94deg, #00A0DD 0%, #064EE5 100%) !important;
}

.page-id-546 .custom-cta-block p {
	margin: 0 auto 50px;
	max-width: 1000px;
}

.page-id-546 .custom-cta-block .cta-button {
	background: #070D36;
	box-shadow: 0px 8px 24px 0px rgba(7, 13, 54, 0.25);
}

#primary {
	padding-bottom: 140px;
}

.page-id-546 #gallery .pgcsimplygalleryblock-masonry-load-more {
	padding-right: 30px;
	background: url('/wp-content/uploads/arrow-dropdown.png') no-repeat center right #000;
}

.page-id-546 #gallery .pgcsimplygalleryblock-masonry-load-more:hover {
	background-color: #000 !important;
	color: #27C5FFCC !important;
}

/* Slider */
@media screen and (min-width: 1201px) {
	#wpcpro-wrapper-93:not(.wpcp-justified) #sp-wp-carousel-pro-id-93.wpcp-carousel-section.sp-wpcp-93:not(.wpcp-content-carousel) > div:not(.wpcpro-gallery-thumbs) .wpcp-single-item img {
		max-height: 600px;
		object-fit: cover;
		width: 100%;
	}
}

/* Modal Forms */
.modal .wpforms-submit-container {
	margin-left: 0 !important;
	max-width: 250px;
}

.modal .wpforms-container .wpforms-field, .wpcf7 .wpcf7-text {
	padding: 10px 0;
	position: relative;
}

.modal .wpforms-field-medium, .wpcf7 .wpcf7-text {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
	max-width: 100%;
}

.modal .wpforms-submit {
	margin: auto;
	min-width: 100%;
}

.modal label.wpforms-field-label, .wpcf7 label {
	display: inline-block;
	font-size: 16px;
	margin-bottom: 5px;
	max-width: 100%;
	width:100%
}

/*.wpcf7 .wpcf7-text, .wpcf7-datepicker {
	margin-top: 5px
}*/

.wpcf7-select, .wpcf7-datepicker {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px ;
	font-size: 15px;
	color: rgba(255,255,255,0.6);
}

.wpcf7-select option {
	color: #000
}

.wpcf7-datepicker::placeholder {
	/*color: #fff   */
}

.btn-close {
	background-color: #fff
}

::placeholder {
color: rgba(255,255,255,0.6) !important;
font-family: Manrope;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: -0.5px;
}

/* Events effects */
.events-first > div:first-child img {
	position: relative;
	left: -50vw;
	transition: left ease-in-out 500ms
}

.events-first.animate > div:first-child img {
	left: 0;
	transition: left ease-in-out 500ms
}

.events-first > div:last-child {
	opacity: 0;
	transition: opacity ease-in-out 1000ms
}

.events-first.animate > div:last-child {
	opacity: 1;
	transition: opacity ease-in-out 1000ms
}

 .events-first + .events > div:first-child img {
	position: relative;
	right: -50vw;
	transition: right linear 500ms
}

.events-first + .events.animate > div:first-child img {
	right: 0;
	transition: right linear 500ms
}

.events-first + .events > div:last-child {
	opacity: 0;
	transition: opacity ease-in-out 1000ms
}

.events-first + .events.animate > div:last-child {
	opacity: 1;
	transition: opacity ease-in-out 1000ms
}

/* Category filters */
.wpc-filters-ul-list.wpc-filters-radio.wpc-filters-list-681, .category-filters {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	font-size: 15px;
	gap: 10px;
}

.wpc-filter-link, .clear-filters {
	padding: 8px 12px !important;
	color: #fff;
	background-color: #0466E2;
	border: 1px solid #0466E2;
	display: block;
	border-radius: 12px;
	margin: 0 !important;
	line-height: 1;
}

.wpc-filters-ul-list.wpc-filters-radio.wpc-filters-list-681 input, .wpc-term-disabled {
	display: none
}

input:checked + label .wpc-filter-link {
	color: #039DDA;
	background-color: transparent;
	border: 1px solid #039DDA;
}

.clear-filters {
	align-self: flex-start;
	margin-top: 8px !important;
	margin-right: 2px !important;
	border: none !important;
	background-color: transparent !important;
}

.category-filters {
	margin-bottom: 30px;
}

/* General pages  */
.page-id-909 .slider-content, .page-id-1478 .slider-content, .page-id-1481 .slider-content {
 background: linear-gradient(180deg, #15193C 0%, #000 100%);
}


.short-desc {
max-width: 960px;
margin: 0 auto 0;
color: #F0F3F4;
text-align: center;
font-family: Manrope;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.g-page {
 max-width: 960px;
 margin: 0 auto;
 color: #B3B3B3;
font-family: Manrope;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.g-page strong {
color: #FFF;
font-family: Manrope;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.5px;
}

.list-item ~ p:not(.list-item) {
	padding-left: 25px;
}

.page-id-952 .slider-content {
	background: url('/wp-content/uploads/faq-bg.jpg') no-repeat center / cover;
}

body #sp-ea-958.sp-easy-accordion > .sp-ea-single {
		border-bottom: 1px solid #00A0DD66;
}

.page-id-952 .read-more {
	margin-top: 80px
}

.ea-header {
color: #FFF;
font-family: Manrope;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.5px;
}

.sp-easy-accordion .sp-ea-single .ea-header a {
font-family: Manrope;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.5px;
}

body .ea-card.sp-ea-single {
	margin-bottom: 0 !important;
}

body #sp-ea-958.sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon {
	color: #fff;
	font-size: 0;
	margin-top: 3px;
	display: block;
	width: 32px;
	height: 32px;
	background: url('/wp-content/uploads/faq-plus.png') no-repeat center;
}

body #sp-ea-958.sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon.eap-icon-ea-expand-minus {
		background: url('/wp-content/uploads/faq-minus.png') no-repeat center;
}

body #sp-ea-958.sp-easy-accordion > .sp-ea-single.ea-expand > .ea-header a {
	color: #27C5FF;
}

body .ea-body {
	color: #B3B3B3 !important;
}

.page-id-952 .custom-cta-block p {
	max-width: 1000px;
	margin: 0 auto 50px

}

.page-id-952 .custom-cta-block .cta-button {
	background-color: #070D36
}

.page-id-952 .more-btn {
	margin: 0 auto;
	color: #B3B3B3;
	display: flex;
	width: 200px;
}

.page-id-991 .slider-content {
	background: url('/wp-content/uploads/about-bg.jpg') no-repeat center / cover;
}

.page-id-991 h2 {
color: #B3B3B3;
text-align: center;
font-family: Manrope;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.5px;
}

.page-id-991 h2 span {
font-weight: 300;
line-height: normal;
letter-spacing: -0.5px;
}

.about-grid {
	max-width: 1200px;
	margin: auto;
	padding: 0 60px;
	gap: 120px !important;
}

.about-grid h3 {
	margin: 50px 0 25px;
color: #FFF;
font-family: Manrope;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.5px;
}

.about-grid p {
	color: #F0F3F4;
font-family: Manrope;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;

}

.about-bg-2 {
	padding: 200px 0;
	background: url('/wp-content/uploads/about-bg-2.jpg') no-repeat center / cover;
	width: 100vw;
	max-width: 1920px;
	height: 960px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.about-bg-2 > div {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.about-bg-2 h2 span {
	color: #E346B4;
	text-shadow: 0px 0px 8px #E346B4;
	font-family: 'Playpen Sans';
	font-style: normal;
	font-weight: 300;
}

.cta-btn-container {
	text-align: center;
}

.cta-btn-container .btn {
padding: 14px 30px;
margin: 0 15px
}

.cta-btn-container .btn-link {
	color: #fff;
	border: 1px solid;
	text-decoration: none;
	border-radius: 12px;
}

.your-escape {
	text-align: center;
	max-width: 1000px;
	margin: 0 auto
}

.your-escape h2 {
	color: #F0F3F4
}

.btn.btn-white {
padding: 12px 30px;
background-color: #fff;
border-color: #fff;
color: #000;
border-radius: 12px
}

/* Effects */

.custom-cta-block, .games-cta {
	 position: relative;
	 left: -100%;
	 transition: left ease 1500ms
 }

.custom-cta-block.move-left, .games-cta.move-left {
	 left: 50%;
	 transition: left ease 1500ms
 }

/* Archive Effects */
.slider-content {
	opacity: 0;
	transition: opacity 2s linear;
}

.slider-content.reveal {
	opacity: 1;
	transition: opacity 2s linear;
}

/* Offcanvas */
#off-btn {
	background-color: transparent;
	border: none;
	padding: 0;
	color: #fff;
	width: 25px;
	height: 25px;
	line-height: 0;
	margin-bottom: 5px;
}

#off-btn svg {
	color: #fff;
	fill: #fff;
}

#offcanvasExample {
  background: linear-gradient(180deg, #000 0%, #101331 50.7%, #000 100%);
  color: #fff
}

#menu-offcanvas {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 18px;
}

#menu-offcanvas > li {
	border-bottom: 1px solid rgba(0, 160, 221, 0.30);
}

#menu-offcanvas > li.menu-item-has-children > a {
	position: relative;
}

#menu-offcanvas > li.menu-item-has-children > a > span {
	position: absolute;
	right: 0;
	top: 0;
	width: 47px;
	height: 47px;
	line-height: 47px;
	font-size: 26px;
	text-align: center;
	z-index: 1
}

#menu-offcanvas > li.menu-item-has-children > a > span::after {
	content: "+";
	width: 47px;
	height: 47px;
	display: block;
}

#menu-offcanvas > li.menu-item-has-children > a.open > span::after {
	content: "-";
}

#menu-offcanvas > li > a {
	padding: 10px 0;
	display: block;
	color: #fff;
}

#menu-offcanvas .sub-menu {
	list-style: none;
	padding-left: 30px;
	font-size: 15px;
	width: calc(100% - 30px);
}

#menu-offcanvas .sub-menu > li:not(:last-child) {
   border-bottom: 1px solid rgba(0, 160, 221, 0.30);
}

#menu-offcanvas .sub-menu a {
	display: block;
	padding: 8px 0 8px 5px;
	color: #fff
}

.social-links {
	margin-top: 30px;
	justify-content: space-around;
}

/* Online booking */
.forminator-custom-form {
	display: block !important;
}

/* Contact modal */
#contactModal .modal-body {
	max-height: 500px;
	overflow-y: auto;
	font-size: 16px
}

.modal .modal-dialog {
	transform: none;
	width: 1060px;
	max-width: 100%;
}

.modal .modal-content {
	border-radius: 24px;
	background: var(--Gradient-BG, linear-gradient(180deg, #15193C 0%, #000 100%));
	box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.40);
	border: none;
	position: relative;
}

.modal .modal-content::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 24px;
	background: url('/wp-content/uploads/form-bg.png') no-repeat center/ cover;
}

.btn-close.text-light {
	position: absolute;
	right: 0;
	top: 0;
}

.modal-header p {
	font-size: 16px
}

.modal-header .modal-title {
	font-size: 28px !important;
	font-weight: 800;
	margin-bottom: 50px;
}

.wpcf7-form p {
	width: calc(50% - 25px);
	margin: 0 !important;
	flex-grow: 1;
}

.wpcf7-form p:nth-child(6),
.wpcf7-form p:nth-child(7),
.wpcf7-form p:nth-child(8) {
	width: calc(33.333333% - 25px);
}

.wpcf7-form {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}

.form-buttons {
	min-width: 100%;
}

.form-buttons p {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}

.modal {
background: rgba(255, 255, 255, 0.20);
backdrop-filter: blur(25px);
}

.wpcf7 .wpcf7-submit:disabled {
	opacity: 0.6;
}

.wpcf7-datepicker {
	background-image: url('/wp-content/uploads/calendar-form.png') !important;
	background-repeat: no-repeat !important;
	background-position: center right 20px !important;
}

[data-name="select-526"] .wpcf7-select {
	appearance: none;
	background-image: url('/wp-content/uploads/clock-form.png') !important;
	background-repeat: no-repeat !important;
	background-position: center right 20px !important;
}

[data-name="select-174"] .wpcf7-select {
	appearance: none;
	background-image: url('/wp-content/uploads/users-form.png') !important;
	background-repeat: no-repeat !important;
	background-position: center right 20px !important;
}

.wpcf7-list-item-label {
	font-size: 14px;
	color: #B3B3B3;
	margin-left: 2px;
}

.wpcf7 .wpcf7-text {
	font-size: 15px;
}

.wpcf7-form-control:not(button),
select.wpcf7-form-control:invalid {
	opacity: 0.6 !important;
}

.wpcf7-form-control:not(:placeholder-shown):not(select),
select.selected {
	opacity: 1 !important;
}

.btn-close:not(.off-close) {
	padding: 0 34px 0 0 !important;
	background: url('/wp-content/uploads/Close.png') no-repeat center right;
	width: auto;
	display: flex;
	align-items: center;
	color: #BDBDBD;
	text-align: center;
	font-family: Manrope;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.3px;
	border-radius: 0;
	height: 24px;
	top: -30px !important;
	right: 20px !important;
	outline: none !important
}

.wpcf7-response-output {
	margin: 0 !important;
	position: absolute;
	right: 0;
	top: -100px;
}

.wpcf7-list-item {
	margin: 0;
}

body:not(.page-id-503) .wpforms-field-container {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}

body:not(.page-id-503) .wpforms-one-half {
  width: calc(50% - 25px);
  flex-grow: 1
}

.wpforms-field-label.wpforms-label-hide {
	display: none !important;
}

.wpforms-field-required {
	color: #B3B3B3;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -1px;
	list-style: none;
	padding: 0;
	margin: 0;
}

#wpforms-638-field_8_1 {
	margin-right: 5px;
}

.paketo-desc {
	color: #FFF;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	letter-spacing: -0.54px;
	padding-left: 18px;
	display: flex;
	flex-wrap: wrap;
}

.paketo-desc li {
	background: none !important;
	margin-right: 25px;
	line-height: 1.7;
}

#paketaModal p {
color: #FFF;
font-family: Manrope;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.5px;
margin-bottom: 0
}

.ds-link {
	color:#f89321 !important;
}

.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium, .wp-core-ui div.wpforms-container input.wpforms-field-medium, .wp-core-ui div.wpforms-container select.wpforms-field-medium, .wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
	max-width: 100%;
}

.offcanvas-header .btn-close {
	margin-left: auto !important;
}

/* Media queries */
@media screen and (max-width: 1440px) {

	.wp-block-cb-carousel-v2.cb-carousel-block.cb-single-slide, #slider .wpcp-swiper-wrapper {
		transform: translateX(-50%);
	}

	#slider .swiper-wrapper, #slider .wpcp-mix-content {
		min-height: 100vh;
	}

	.wp-block-cb-carousel-v2 .swiper-pagination, #slider .wpcp-swiper-wrapper .swiper-pagination {
		top: 50% !important;
		transform: translateY(-50px);
	}

	.wp-block-cb-carousel-v2 .cb-button-next.swiper-button-next, #slider .wpcp-swiper-wrapper .swiper-button-next {
		top: 50%;
		margin-top: 24px;
	}

	.wp-block-cb-carousel-v2 .cb-button-prev, #slider .wpcp-swiper-wrapper .swiper-button-prev {
		top: 50%;
		margin-top: -75px;
	}

	.cta-container {
		width: calc(100% - 60px);
	}

	#primary {
		padding-bottom: 70px;
	}

.page-id-173 .images .col {
	padding: 0 12px;
}

.page-id-173 #games-list .images {
	padding: 0 15px;
}

.page-id-173 .images .col img {
	max-width: 100%;
}

#games-list h2 {
	max-width: 50%;
	margin: 0 auto 50px;
}

.page-id-173 .f-width {
	background-size: cover;
}

#post-503 {
	padding-top: 100px;
}

#post-503 h2 {
	font-size: 36px;
}

#post-503 .entry-content {
	max-width: 100%;
	width: 1560px;
	padding: 0 15px;
}

#post-503 #primary {
	padding-bottom: 0;
}

.single-post #primary {
	padding-top: 0;
}

.main-image-container {
	margin-top: 0;
}

.main-image-container-toolbar {
	padding-top: 100px
}

}

@media screen and (max-width: 1366px) {

	.slider-content {
		padding: 60px 0 60px;
	}

	#slider::after {
		height: 60px;
	}

	.slider-cta {
		margin-bottom: 100px;
	}

	.slider-content h1, .slider-content h1 span {
		font-size: 48px;
	}

	.slider-list {
		font-size: 16px;
	}

	#xwros h2, #xwros h2 span,
	#dinatotites h2,
	#dinatotites h2 span,
	#cta h2,
	#idanikos-xwros h2,
	#idanikos-xwros h2 span,
	#paketa h2,
	#paketa h2 span {
		font-size: 38px;
	}

	#xwros .images {
		padding: 0 30px;
	}

	.dinatotites-grid .title {
		font-size: 28px;
	}

	.dinatotites-grid {
		font-size: 16px;
		padding: 0 15px;
	}

	#idanikos-xwros .events .title {
		font-size: 28px
	}

	.events-block-text p, .paketa-container ul {
		font-size: 16px;
	}

	#games {
		padding: 100px 0 60px;
	}

	.cover h2 {
		font-size: 24px;
	}

	.game-details {
		font-size: 16px;
	}

.page-id-173 #games-list + .parallax-container {
	background-size: cover;
}

#post-503 {
	font-size: 16px;
}

.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
	padding: 10px 0;
	position: relative;
}

.wp-container-core-columns-is-layout-9d6595d7 mark, .wp-container-core-columns-is-layout-9d6595d7 a {
	font-size: 14px;
}

#wpforms-submit-526, .wpforms-submit {
	max-width: 250px;
	height: 48px;
}

.site-footer .container-fluid.container-xl {
	min-width: 100%;
}

.nav-links {
	margin: 0 auto;
}

}

@media screen and (max-width: 1280px) {

	.site-header {
		padding: 30px 15px 20px;
	}

	#xwros .images {
		gap: 15px;
	}

	.images img {
		max-width: 24%;
	}

	.dinatotites-grid > div {
		width: 33.333333% !important;
		height: auto;
	}

	.dinatotites-grid > div > div:first-child {
	   margin-bottom: 50px
	}

	#dinatotites::before {;
		height: 100px;
	}

	#dinatotites::after {
		height: 100px;
	}

	#games {
		padding: 60px 0;
	}

	#paketa {
		padding: 100px 0 120px;
	}

	#paketa::before, #paketa::after {
		height: 100px;
	}

	.custom-3d-carousel .swiper-container {
		max-width: 100%;
	}

	.main-navigation {
		width: 560px;
	}

	.main-menu > li > a {
		white-space: nowrap;
			gap: 6px;
	}

.main-menu {
	flex-wrap: nowrap;
	font-size: 14px;
	width: 100%;
	justify-content: space-between;
}

#games-list h2 {
	font-size: 36px;
}

.page-id-546 .custom-cta-block {
	padding: 30px !important;

}

.page-id-546 .custom-cta-block h2 {
	font-size: 36px;
}

.page-id-546 .custom-cta-block p {
	margin: 0 auto 30px;
}

.wpforms-submit-container {
	float: none !important;
	margin: 20px 0 0 0 !important;
	width: 100% !important;
	text-align: right;
}


#wpforms-526-field_6-container {
	margin-bottom: 0;
}

#wpforms-526-field_7-container {
	width: 100%;
	display: flex;
	justify-content: end;
}

.entry-content > .wp-container-core-columns-is-layout-9d6595d7 {
	gap: 50px;
}

.main-image-container {
	margin-top: 0;
}



}

@media screen and (max-width: 1024px) {

.main-navigation {
	width: 560px;
}

.site-header a {
	font-size: 14px;
}

.site-branding {
	width: 20%;
}

#xwros p {
	font-size: 15px;
}

.dinatotites-grid > div:nth-child(2) {
	height: auto;
}

#cta {
	padding: 0;
}

#idanikos-xwros {
	padding: 130px 0 100px;
}

.paketa-container {
	gap: 50px;
	padding: 0 15px;
}

#primary {
	padding-bottom: 0;
}

#idanikos-xwros + .parallax-container, .page-id-173 .parallax-container {
	background-size: cover;
}

.category .slider-content {
	font-size: 16px;
	padding: 0 15px
}

.page-id-991 h2 {
	font-size: 32px;
}

.wp-block-columns.your-escape.fade-in-left.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex.scroll-triggered {
	font-size: 16px;
}

.main-image-container-desc, .main-image-container-details {
	font-size: 16px;
}

.main-image-container + .entry-content h2:first-of-type {
	font-size: 36px;
}

.main-image-container {
	margin-bottom: 95px;
}

}

@media screen and (max-width: 991px) {


#site-navigation{
	display: none
}

.wp-block-cb-carousel-v2 .swiper-pagination, #slider .wpcp-swiper-wrapper .swiper-pagination {
	right: 30px;
}

.wp-block-cb-carousel-v2 .cb-button-prev, #slider .wpcp-swiper-wrapper .swiper-button-prev, .wp-block-cb-carousel-v2 .cb-button-next.swiper-button-next, #slider .wpcp-swiper-wrapper .swiper-button-next  {
	right: 20px;
}

.events-block-text {
	padding-left: 0;
	padding-top: 0;
	gap: 0;
}

#idanikos-xwros .events {
	align-items: center;
}

.events-block-text p, .paketa-container ul {
	font-size: 14px;
}

.events-block > div:first-child img {
	height: auto;
	min-width: 0;
	display: none;
}

.paketa-container {
	gap: 10px;
}

.paketa-container h3 {
	font-size: 18px;
}

#colophon h3 {
	font-size: 14px;
}

#colophon {
	font-size: 13px;
}

#colophon a, #colophon .copy, #colophon .copy a {
	font-size: 13px;
}

.paketa-container h3 img {
	margin-right: 10px;
}

.paketa-container > div {
	padding: 20px;
}

#colophon .copy {
	margin-top: 40px;
}

.slider-content h1 {
	line-height: 50px;
}

.dinatotites-grid .title {
	font-size: 20px;
	font-weight: 600;
}

.etairika-features .row {
	gap: 30px;
}

.etairika-features h3 {
	font-size: 22px;
}

.etairika-features {
	min-width: 100%;
}

.page-id-256 .parallax-container {
	background-size: cover
}

#dinatotites {
	padding: 120px 0;
}

#xwros h2, #xwros h2 span, #dinatotites h2, #dinatotites h2 span, #cta h2, #idanikos-xwros h2, #idanikos-xwros h2 span, #paketa h2, #paketa h2 span {
	font-size: 30px;
}

.page-id-256 #cta {
	padding-bottom: 50px
}

.page-id-256 #games {
	padding: 150px 0 0;
}

.page-id-256 #games p {
	margin: 0 auto 20px;
}

#cta h2, #games h2, #games h2 span {
	font-size: 26px;
	letter-spacing: 0;
}

.btn-toolbar {
	padding: 0 15px
}

.page-id-311 #xwros {
	padding: 180px 0 30px;
}

.page-id-311 #idanikos-xwros .events-first {
	margin-bottom: 100px;
}

.about-grid {
	max-width: 100%;
	padding: 0 15px;
	gap: 60px !important;
}

.about-grid p {
	font-size: 16px;
}

.page-id-952 .custom-cta-block {
	padding: 30px 0 30px !important;
	margin-bottom: 60px;
}

.page-id-952 .wp-block-spacer {
	height: 100px
}

.sp-easy-accordion .sp-ea-single .ea-header a {
	font-size: 18px;
	padding-right: 32px !important;
	position: relative;
}

body #sp-ea-958.sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	margin: 0;
}

body .ea-body {
	font-size: 16px;
}

.page-id-952 .wp-block-spacer {
	height: 100px  !important;
}

.page-id-952 .custom-cta-block h2 {
	font-size: 36px;
}

.page-id-952 .custom-cta-block ~ .wp-block-spacer {
	height: 25px !important ;
}

.main-image-container-toolbar {
	padding: 0 15px;
	top: 70px;
	position: relative;
}

.main-image-container + .entry-content {
	max-width: 100%;
	width: 1080px;
	margin: auto;
	z-index: 1;
	position: relative;
	font-size: 16px;
	padding: 0 15px;
}

.main-image-inner-container {
	max-width: 100%;
	padding: 0 15px;
}

.main-image-container + .entry-content .custom-cta-block {
	padding: 60px 0 50px !important;
}

}

@media screen and (max-width: 490px) {

body {
	font-size: 14px;
}

.site-branding {
	width: 50%;
}

.slider-content {
	padding: 125px 0 60px;
}

.slider-list {
	flex-wrap: wrap;
	justify-content: center;
	font-size: 13px;
	white-space: nowrap;
	padding: 0 15px;
	gap: 10px;
	margin-bottom: 30px !important;
}

.slider-content h1, .slider-content h1 span {
	font-size: 24px;
	line-height: normal !important;
	margin-top: 0
}

.slider-cta {
	font-size: 14px;
}

.slider-cta a {
	padding: 12px;
	font-size: 14px;
}

#wpcpro-wrapper-1059 #sp-wp-carousel-pro-id-1059.wpcp-carousel-section.sp-wpcp-1059 .wpcp-prev-button.swiper-button-prev, #wpcpro-wrapper-1059 #sp-wp-carousel-pro-id-1059.wpcp-carousel-section.sp-wpcp-1059 .wpcp-next-button.swiper-button-next {
   visibility: visible;
}

.wp-container-core-columns-is-layout-9d6595d7 mark, .wp-container-core-columns-is-layout-9d6595d7 a {
	font-size: 14px;
}

#xwros h2, #xwros h2 span, #dinatotites h2, #dinatotites h2 span, #cta h2, #idanikos-xwros h2, #idanikos-xwros h2 span, #paketa h2, #paketa h2 span {
	font-size: 22px;
}

#xwros p {
	font-size: 14px;
	padding: 0 15px;
}

#xwros .images {
	flex-wrap: wrap;
}

.images img {
	max-width: 47%;
}

.dinatotites-grid > div:nth-child(2) {
	height: auto;
	display: none;
}

.dinatotites-grid > div {
	width: 100% !important;
	height: auto;
	text-align: center;
}

.dinatotites-grid {
	flex-wrap: wrap;
	font-size: 14px;
}

.dinatotites-grid > div:last-child {
	text-align: center;
}

.dinatotites-grid > div > div {
	margin-bottom: 25px !important;
}

.dinatotites-grid .title {
	margin-bottom: 10px;
}

.dinatotites-grid > div > div:first-child {
	width: 100%;
}

.parallax-container, .page-id-256 .parallax-container {
	background-size: cover;
}

.cta-container {
	padding: 30px;

}

.cta-container {
	width: calc(100% - 30px);
}



#games p {
	padding: 0 15px;
}

#games h3 {
	font-size: 22px;
}

#games h3 span {
	font-size: 22px;
	display: block;
}

#idanikos-xwros .events {
	align-items: center;
	flex-direction: column;
}

#idanikos-xwros .events > div {
	min-width: 100%
}

#idanikos-xwros .events-first {
	margin-bottom: 100px;
}

#idanikos-xwros h2 {
	margin: 0 auto 60px;
}

#idanikos-xwros .events img {
	border-radius: 30px;
	margin-bottom: 30px;
}

.swiper-slide.swiper-slide-visible.swiper-slide-fully-visible {
	width: 100% !important;
}

.paketa-container {
	gap: 0;
	flex-wrap: wrap;
}

.paketa-container > div {
	margin-bottom: 20px;
}

#colophon {
	text-align: center;
}

.category .slider-content {
	height: 90vh;
}

.category-filters {
	flex-wrap: wrap;
}

.cta-container a {
	padding: 10px 20px;
	font-size: 16px;
}

.custom-cta-block p {
	font-size: 16px;
	margin-bottom: 20px !important;
}

.custom-cta-block {
	margin-bottom: 0;
	padding: 0 !important;
}

.grid-item {
	margin-bottom: 30px;
}

#games-list h2 {
	font-size: 24px;
	max-width: 100%;
	margin: 0 auto 50px;
}

.page-id-173 .images .col {
	gap: 25px;
	min-width: 50%;
	margin-bottom: 25px;
}

.page-id-173 #games-list .images {
	height: auto !important;
	flex-wrap: wrap;
}

.page-id-173 .overlay-shadow, #toggle, .page-id-173 .images .col div  {
	display: none;
}

.dinatotites-grid > div {
	align-items: center;
}

.page-id-173 #cta {
	border-bottom-left-radius: 35px;
	border-bottom-right-radius: 35px;
	padding: 50px 15px;
}

.page-id-173 #cta .btn-primary {
	margin-top: 25px !important;
}

#paketa h2 {
	margin-bottom: 50px;
}

#xwros {
	padding-top: 0px
}

.etairika-features, .etairika-features .row {
	flex-wrap: wrap;
	max-width: 100%;
	gap: 0
}

.etairika-features .col {
	min-width: 100%
}

.etairika-features p {
	padding: 0 !important
}

#hero .slider-content {
	height: 85vh;
}

.page-id-311 #xwros {
	padding: 120px 0 60px;
}

.page-id-311 .etairika-features {
	max-width: 100%;
	flex-direction: column;
	gap: 40px 0;
}

.page-id-311 .etairika-features .row:last-child .col:last-child {
	margin-top: 30px
}

.btn-toolbar {
	flex-wrap: wrap;
	width: 100%;
	flex-direction: column;
	margin-top: 0;
	gap: 20px;
}

.btn-toolbar::before {
	margin-top: 0;
	margin-bottom: 30px
}

.pc-gaming {
	background-size: 100% !important;
}

.page-id-311 #xwros .images {
	justify-content: center;
}

.b-round-bottom {
	border-bottom-left-radius: 35px;
	border-bottom-right-radius: 35px;
}

#idanikos-xwros .events .title {
	font-size: 24px;
}

.page-id-311 #idanikos-xwros {
	padding-bottom: 0;
}

.page-id-311 #cta {
	margin-bottom: 50px
}

.entry-content > .wp-container-core-columns-is-layout-9d6595d7 {
	flex-direction: column;
}

.page-id-991 .wp-block-spacer {
	height: 80px !important;
}

.about-grid h3 {
	margin: 0 0 25px;
	font-size: 24px;
}

.about-grid p {
	font-size: 14px;
}

.about-bg-2 {
	padding: 100px 0;
	max-width: 100%;
	height: 600px;
}

.page-id-991 h2 {
	font-size: 24px;
}

.wp-block-columns.your-escape.fade-in-left.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex.scroll-triggered {
	font-size: 16px;
	padding: 0 15px;
	margin-bottom: 50px;
}

.page-id-546 #gallery {
	margin: 90px auto 0;
}

.pgcsimplygalleryblock-masonry-collection {
	padding: 0 15px;
}

.pgcsimplygalleryblock-masonry-item {
	margin-bottom: 30px;
}

.page-id-546 .custom-cta-block h2 {
	font-size: 26px;
}

#faq {
	margin-top: 100px;
}


body .ea-body {
	font-size: 14px;
}

.page-id-952 .wp-block-spacer {
	height: 100px
}

.short-desc {
	font-size: 16px;
	padding: 0 15px;
}

.sp-easy-accordion .sp-ea-single .ea-header a {
	font-size: 16px;
}

.page-id-952 .custom-cta-block h2 {
	font-size: 26px;
}

.faq-cta-title {
	font-size: 24px !important;
}

.has-text-align-center.faq-cta-p {
	padding: 0 15px;
}

#post-503 h2 {
	font-size: 26px;
}

.page-id-173 #games-list .images {
  max-width: 100%;
}

.custom-3d-carousel .swiper-container {
	max-width: 100%;
	width: 100vw;
}

.main-image-container-details span {
	font-size: 13px;
}

.main-image-container-details {
		font-size: 14px;
	}

	.main-image-container + .entry-content h2:first-of-type {
	font-size: 26px;
}

.pgcsimplygalleryblock-grid-item {;
	margin-bottom: 15px;
}

.main-image-container + .entry-content .custom-cta-block {
	padding: 30px 15px 30px !important;
	margin-bottom: 40px;
}

#hero + .g-page {
	padding: 0 15px;
	font-size: 14px;
}

#hero + .g-page strong {
	font-size: 18px;
}

.page-id-909 #hero .slider-content {
	height: 60vh;
	padding-top: 0;
}

.wpcf7-form p {
	width: 100% !important;
	flex-wrap: wrap;
}

.wpcf7-submit {
	max-width: 100%;
	margin-top: 15px;
}

.modal-dialog.modal-dialog-centered {
	margin: 0 auto !important;
	max-width: 95vw;
}

.wpcf7-form {
	gap: 10px;
}

.wpcf7-select, .wpcf7-datepicker {
	margin-top: 0;
}

.btn-close {
	top: 24px !important;
	margin: 0 !important;
}

.wpforms-one-half {
	width: 100%;
}

.wpforms-field-container {
	gap: 0;
}

.modal .wpforms-submit-container {
	max-width: 100%;
}

.paketo-desc {
	font-size: 15px;
}

}