/* =================================
------------------------------------
  EndGam - Gaming Magazine Template
  Version: 1.0
 ------------------------------------
 ====================================*/



/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html,
body {
	height: 100%;
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 500;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 15px;
	color: #585858;
	line-height: 1.6;
	font-weight: 500;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

::-webkit-input-placeholder {
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
}

:-ms-input-placeholder {
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
}

::-ms-input-placeholder {
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
}

::placeholder {
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 105px;
	padding-bottom: 105px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/*---------------------
  Commom elements
-----------------------*/

/* buttons */

.site-btn {
	display: inline-block;
	border: none;
	font-size: 14px;
	font-weight: 700;
	font-style: italic;
	min-width: 186px;
	padding: 24px 30px;
	border-radius: 0;
	text-transform: uppercase;
	color: #081624;
	line-height: normal;
	cursor: pointer;
	text-align: center;
	background: #fff;
	position: relative;
	z-index: 1;
}

.site-btn img {
	position: relative;
	left: 13px;
	width: auto !important;
	display: inline-block !important;
}

.site-btn:after,
.site-btn:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 9px;
	top: 10px;
	background: #7c1310;
	z-index: -2;
	-webkit-box-shadow: 0 0 9px 3px rgba(226, 30, 228, 0.24);
	box-shadow: 0 0 9px 3px rgba(226, 30, 228, 0.24);
}

.site-btn:before {
	left: 0;
	top: 0;
	background: #fff;
	z-index: -1;
}

.site-btn:hover {
	color: #081624;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #000000;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/*------------------
  Header section
---------------------*/

.header-section {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	padding: 15px 15px 0;
}

.header-warp {
	max-width: 1496px;
	margin: 0 auto;
}

.header-social p,
.footer-social p,
.geme-social-share p {
	display: inline-block;
	color: #9190a5;
	font-size: 16px;
	padding-top: 4px;
}

.header-social a,
.footer-social a,
.geme-social-share a {
	display: -ms-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 32px;
	height: 32px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	margin-left: 13px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.header-social a:hover,
.footer-social a:hover,
.geme-social-share a:hover {
	background: #ee3e26;
}
.header-social {
	background: transparent;
	color: #fff;
	font-size: 14px;
	gap: 10px;
	padding: 5px 40px;
}

.header-social a {
	color: #fff;
	margin-left: 10px;
}

.header-social a:hover {
	color: #7c1310;
}
.header-bar-warp {
  position: relative;
  background: #191721;
  padding: 20px 40px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5); /* zachte zwarte schaduw */
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 55px;
}



.site-logo {
	float: left;
	position: absolute;
	z-index: 100;
	width: 400px;
	top:-25px; /* verplaats logo omhoog */
}


/* User panel */
.user-panel {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin-right: 20px;
}

.user-panel a {
	color: #fff;
}

.user-panel a:hover {
	color: #7c1310;
}
/* Play Now knop */
.play-now-btn {
	position: absolute;
	right: 100px;       /* afstand van rechterkant header */
	top: 50%;           /* verticaal centreren */
	transform: translateY(-50%);
	z-index: 150;
}

.play-now-btn img {
	height: 150px;      /* grootte van je knop */
	width: auto;
	transition: transform 0.3s ease, filter 0.3s ease;
}

.play-now-btn:hover img {
	transform: scale(1.05);
	filter: brightness(1.2);
}

.top-nav-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


/* Menu */
.main-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 40px;
}

.main-menu li {
	position: relative;
}

/* ------------------------------
   NAVIGATIE FONT STYLING
------------------------------ */
.main-menu li a {
  font-family: 'Poppins', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 600; /* maakt het iets dikker zoals REGISTER */
  font-size: 15px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #aeaeb7;
  text-decoration: none;
  padding: 10px 0;
  transition: color 0.4s ease;
}

.main-menu li a:hover {
  color: #d4af37; /* goudkleurige hover, consistent met knoppen */
}


/* Submenu */
.main-menu li .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	list-style: none;
	padding: 15px 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
	box-shadow: 2px 7px 20px rgba(0,0,0,0.4);
}

.main-menu li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
}

.main-menu li .sub-menu li a {
	color: #000;
	padding: 8px 30px;
	display: block;
}

.main-menu li .sub-menu li a:hover {
	color: #7c1310;
}

.slicknav_menu {
	display: none;
}

/*------------------
  Hero section
---------------------*/

.hero-slider .owl-dots {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 2;
	left: calc(50% - 740px);
	bottom: 38px;
	position: relative;
	width: 1496px;
	position: absolute;
}

.hero-slider .owl-dots .owl-dot {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	font-size: 16px;
	font-weight: 500;
	border: 2px solid transparent;
	color: #fff;
	display: -ms-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.hero-slider .owl-dots .owl-dot.active {
	color: #ffffff;
	border: 2px solid #000000;
}

.hero-slider .owl-nav {
	margin-top: -24px;
	display: block;
}

.hero-slider .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	right: 100px;
}

.hero-item {
	height: 921px;
	padding-top: 125px;
  border-bottom: 5px solid transparent;
  border-image: linear-gradient(90deg, #d4af37, #7c1310, #d4af37);
  border-image-slice: 1;
}

.hero-item h2 {
	font-size: 160px;
	color: #fff;
	font-weight: 500;
	line-height: 1;
	position: relative;
	top: 100px;
	opacity: 0;
}

.hero-item p {
	font-size: 24px;
	color: rgba(255, 255, 255, 0.4);
	font-weight: 500;
	opacity: 0.39;
	margin-bottom: 70px;
	position: relative;
	top: 80px;
	opacity: 0;
}

.hero-item .site-btn {
	position: relative;
	top: 50px;
	opacity: 0;
}

.hero-slider .owl-item.active .hero-item h2,
.hero-slider .owl-item.active .hero-item p,
.hero-slider .owl-item.active .hero-item .site-btn {
	top: 0;
	opacity: 1;
}

.hero-slider .owl-item.active .hero-item h2 {
	-webkit-transition: all 0.5s ease 0.4s;
	-o-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
}

.hero-slider .owl-item.active .hero-item p {
	-webkit-transition: all 0.5s ease 0.6s;
	-o-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}

.hero-slider .owl-item.active .hero-item .site-btn {
	-webkit-transition: all 0.5s ease 0.8s;
	-webkit-transition: all 0.5s ease 0.8s;
	-o-transition: all 0.5s ease 0.8s;
	transition: all 0.5s ease 0.8s;
}

.hero-slider .owl-item.active .hero-item .offer-card {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.5s ease 1s;
	-webkit-transition: all 0.5s ease 1s;
	-o-transition: all 0.5s ease 1s;
	transition: all 0.5s ease 1s;
}

/* ----------------
  Intro section
---------------------*/

/* ----------------
   Unified Dark Infernal Background
---------------------*/

.intro-section {
  background:
    radial-gradient(1000px 600px at 50% 0%, rgba(120, 0, 0, 0.2), transparent 70%),
    linear-gradient(180deg, #1a0000 0%, #21090a 30%, #0b0000 100%);
  border-bottom: 4px solid transparent;
  border-image: linear-gradient(90deg, #7c1310, #d4af37, #7c1310);
  border-image-slice: 1;
    font-family: 'Poppins', sans-serif;
  padding: 115px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0 20px 40px rgba(255,0,0,0.08);
}



.text-box .top-meta {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}

.text-box .top-meta a {
	color: #7c1310;
}

.text-box h3 {
	margin-bottom: 40px;
	max-width: 370px;
}

.text-box p {
	font-size: 15px;
	font-weight: 500;
	color: #68647d;
	margin-bottom: 35px;
}

.text-box .read-more {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
	color: #fff;
}

.text-box .read-more img {
	margin-left: 13px;
}
/* Normale sectie */
.angled-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
    font-family: 'Poppins', sans-serif;
  height: 600px;
  overflow: hidden;
  color: white;
  font-family: 'Poppins', sans-serif;
}
.hero-section {
  background-image: url('../img/Valendor/BackgroundValendor.jpg');
  background-size: cover;      /* vult het hele scherm */
  background-position: center; /* centreert de afbeelding */
  background-repeat: no-repeat;
  width: 100%;
  min-height: 100vh;           /* hero vult hele viewport-hoogte */
}


.angled-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;

  /* fade richting rechts */
  -webkit-mask-image: linear-gradient(120deg, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 80%);
  mask-image: linear-gradient(120deg, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 80%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}

/* Omgekeerde versie (afbeelding rechts, fade links) */
.angled-section.reverse {
  justify-content: flex-start;
}

.angled-section.reverse .angled-image {
  left: auto;
  right: 0;
  -webkit-mask-image: linear-gradient(-120deg, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 80%);
  mask-image: linear-gradient(-120deg, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 80%);
}

.angled-content {
  position: relative;
  z-index: 2;
  width: 60%;
  padding: 40px;
    font-family: 'Poppins', sans-serif;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  text-align: left;
}

.angled-section.reverse .angled-content {
  text-align: right;
}

.angled-content h2 {
  font-family: 'Cinzel', serif;  /* optioneel: voor een sierlijke titelstijl */
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 1px;
  color: #f9d47f;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  margin-bottom: 12px;
}

.angled-content p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #ddd;
  font-size: 1.05em;
  line-height: 1.6em;
  text-shadow: 0 0 5px rgba(0,0,0,0.4);
}



/* ----------------
 Blog Section
---------------------*/

.blog-section {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#501755+0,2d1854+100 */
	background: #501755;
	/* Old browsers */
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #501755 0%, #2d1854 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(45deg, #501755 0%, #2d1854 100%);
	background: linear-gradient(45deg, #501755 0%, #2d1854 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#501755', endColorstr='#2d1854', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.blog-section .section-title {
	margin-bottom: 25px;
}

.blog-filter {
	list-style: none;
	display: block;
}

.blog-filter li {
	display: inline-block;
}

.blog-filter li a {
	display: block;
	color: #fff;
	padding: 16px 36px;
	font-size: 16px;
	font-weight: 700;
	background: #6f2b95;
	line-height: 1.1;
	margin-right: 7px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 10px;
}

.blog-filter li a:hover {
	background: #7c1310;
}

.blog-item {
	margin-top: 86px;
}

.blog-item .blog-thumb {
	width: 362px;
	float: left;
	margin-right: 30px;
}

.blog-item .text-box {
	overflow: hidden;
}

.blog-item .text-box p {
	margin-bottom: 42px;
}

.widget-item {
	margin-bottom: 85px;
}

.widget-item:last-child {
	margin-bottom: 0;
}

.widget-item .widget-title {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
	padding-left: 38px;
	margin-bottom: 48px;
}

.trending-widget .tw-item {
	margin-bottom: 38px;
}

.trending-widget .tw-item:last-child {
	margin-bottom: 0;
}

.trending-widget .tw-thumb {
	float: left;
	margin-right: 17px;
	overflow: hidden;
}

.trending-widget .tw-text .tw-meta {
	color: #68647d;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 7px;
}

.trending-widget .tw-text .tw-meta a {
	color: #7c1310;
}

.trending-widget .tw-text h5 {
	font-size: 18px;
	color: #fff;
	line-height: 1.5;
}

.categories-widget {
	background: #34164b;
	padding: 55px 0 25px;
}

.categories-widget ul {
	list-style: none;
	padding: 0 38px;
}

.categories-widget ul li {
	display: block;
}

.categories-widget ul li a {
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #68647d;
	font-weight: 500;
	margin-bottom: 15px;
	padding-right: 19px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	background-image: url("../img/icons/double-arrow.png");
	background-repeat: no-repeat;
	background-position: right -120% center;
	background-size: 11px;
}

.categories-widget ul li a:hover {
	color: #7c1310;
	background-position: right center;
}

.search-widget {
	position: relative;
}

.search-widget input {
	width: 100%;
	height: 40px;
	border: none;
	border-bottom: 2px solid #72628b;
	background: none;
	padding-right: 60px;
	color: #fff;
}

.search-widget button {
	position: absolute;
	right: 0;
	top: 0;
	color: #7c1310;
	font-weight: 700;
	font-size: 14px;
	font-style: italic;
	cursor: pointer;
	background: none;
	border: none;
	text-transform: uppercase;
}

.latest-comments .lc-item {
	margin-bottom: 30px;
}

.latest-comments .lc-item:last-child {
	margin-bottom: 0;
}

.latest-comments .lc-item .lc-avatar {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	float: left;
	margin-right: 12px;
}

.latest-comments .lc-item .tw-text {
	padding-top: 10px;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
}

.latest-comments .lc-item .tw-text a {
	color: #7c1310;
}

.latest-comments .lc-item .tw-text span {
	color: #68647d;
}

/* --------------------
  Intro video section
-----------------------*/

.intro-video-section {
	height: 757px;
	position: relative;
}

.video-play-btn {
	position: absolute;
	left: calc(50% - 61px);
	top: calc(50% - 61px);
	width: 122px;
	height: 122px;
	text-align: center;
	padding-top: 35px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.16);
}

.video-text {
	margin-bottom: 80px;
	padding: 27px 0;
	padding-left: 25px;
	position: relative;
}

.video-text h2 {
	font-size: 48px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 700;
	color: #fff;
	margin-bottom: 1px;
}

.video-text p {
	font-size: 18px;
	color: #a3a1b3;
	font-weight: 500;
	margin-bottom: 0;
}

.video-text:after {
	position: absolute;
	content: "";
	width: 9px;
	height: 100%;
	left: -22px;
	top: 0;
	border-left: 3px solid #de46d6;
	background: #fff;
	-webkit-box-shadow: 0 0 9px 3px rgba(226, 30, 228, 0.5);
	box-shadow: 0 0 9px 3px rgba(226, 30, 228, 0.5);
}
	
/* ----------------
  Featured section
---------------------*/

.featured-section {
	position: relative;
	overflow: hidden;
}

.featured-bg {
	width: calc(50% - 156px);
	float: left;
	height: 100%;
	left: 0;
	right: 0;
	position: absolute;
}

.featured-box {
	float: right;
	width: calc(50% + 156px);
	background: #fff;
	padding: 100px 50px 130px 79px;
}

.featured-box .text-box {
	max-width: 810px;
}

.featured-box .text-box .top-meta {
	color: #68647d;
}

.featured-box .text-box h3 {
	font-size: 60px;
	max-width: 100%;
}

.featured-box .text-box p {
	font-size: 16px;
}

.featured-box .text-box .read-more {
	color: #251e2f;
}

.gradient-bg,
.newsletter-section {
	background: #3e0f3d;
	/* Old browsers */
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #3e0f3d 0%, #1c0f3b 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(#3e0f3d), to(#1c0f3b));
	background: -o-linear-gradient(left, #3e0f3d 0%, #1c0f3b 100%);
	background: linear-gradient(to right, #3e0f3d 0%, #1c0f3b 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e0f3d', endColorstr='#1c0f3b', GradientType=1);
	/* IE6-9 */
}

/* --------------------
  Newsletter section
----------------------*/

.newsletter-section {
	padding: 108px 0 95px;
	text-align: center;
}

.newsletter-section h2 {
	font-size: 48px;
	color: #fff;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	margin-bottom: 73px;
}

.newsletter-form {
	padding-left: 56px;
}

.newsletter-form input {
	font-size: 14px;
	font-weight: 700;
	font-style: italic;
	color: #fff;
	width: 787px;
	border: none;
	border-bottom: 2px solid #9b91a6;
	background: none;
	height: 63px;
	margin-right: 26px;
}

/* ----------------
  Footer section
---------------------*/

.footer-section {
  width: 100%;
  text-align: center;
  background:
    radial-gradient(1000px 600px at 50% 0%, rgba(120, 0, 0, 0.25), transparent 70%),
    linear-gradient(180deg, #1a0000 0%, #21090a 30%, #0b0000 100%);
  border-image: linear-gradient(90deg, #7c1310, #d4af37, #7c1310);
  border-image-slice: 1;
  color: #d7d3ca;
  position: relative;
  box-shadow: inset 0 20px 40px rgba(255, 0, 0, 0.1);
}

.footer-section .container {
	position: relative;
	padding: 60px 15px 25px;
}

.footer-left-pic {
	position: absolute;
	left: -13px;
	bottom: 19px;
}

.footer-right-pic {
	position: absolute;
	right: 50px;
	bottom: 19px;
}

.footer-menu {
	padding-top: 62px;
}

.footer-menu li:last-child a {
	margin-right: 0;
}

.footer-social {
	padding-top: 20px;
	padding-bottom: 40px;
}

.footer-social a:first-child {
	margin-left: 0;
}

.copyright {
	font-size: 12px;
	font-weight: 500;
	color: #9190a5;
	opacity: 0.20;
}

.copyright a {
	color: #9190a5;
}

.copyright a:hover {
	text-decoration: underline;
}

/* ----------------
  Other Pages
=====================
---------------------*/

.page-top-section {
	height: 355px;
	padding-top: 210px;
}

.page-info {
	max-width: 1496px;
	margin: 0 auto;
	font-size: 16px;
	color: #fff;
	padding-left: 60px;
}

.page-info h2 {
	color: #fff;
	font-size: 48px;
}

.site-breadcrumb a,
.site-breadcrumb span {
	font-style: italic;
	color: #fff;
	margin: 0 10px;
	font-weight: 700;
}

.site-breadcrumb a:first-child {
	margin-left: 0;
}

.site-breadcrumb span {
	color: #c313b7;
}

/* --------------
  Games Page
-----------------*/

.games-section {
	padding: 108px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#501755+0,2d1854+100 */
	background: #501755;
	/* Old browsers */
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #501755 0%, #2d1854 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(45deg, #501755 0%, #2d1854 100%);
	background: linear-gradient(45deg, #501755 0%, #2d1854 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#501755', endColorstr='#2d1854', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.game-filter {
	list-style: none;
	margin-bottom: 82px;
}

.game-filter li {
	display: inline-block;
	width: 40px;
	height: 34px;
	background: #503c6e;
	border-radius: 17px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.game-filter li:hover {
	background: #c313b7;
}

.game-filter li a {
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 7px;
}

.game-item {
	margin-bottom: 80px;
}

.game-item h5 {
	font-size: 20px;
	color: #fff;
	padding-top: 30px;
	margin-bottom: 20px;
}

.game-item .read-more {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
	color: #b01ba5;
}

.game-item .read-more img {
	margin-left: 13px;
}

.site-pagination {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.site-pagination a {
	width: 38px;
	height: 44px;
	border-radius: 50%;
	font-size: 16px;
	font-weight: 500;
	border: 2px solid transparent;
	color: #fff;
	display: -ms-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.site-pagination a.active {
	width: 44px;
	margin: 0 10px;
	color: #b01ba5;
	border: 2px solid #b01ba5;
}

.site-pagination a.active:first-child {
	margin-left: 0;
}

.game-page-sideber .widget-item {
	margin-bottom: 55px;
}

/* ------------------
  Game single Page
---------------------*/

.games-single-page,
.review-section,
.blog-page,
.contact-page {
	padding: 104px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#501755+0,2d1854+100 */
	background: #501755;
	/* Old browsers */
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #501755 0%, #2d1854 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(45deg, #501755 0%, #2d1854 100%);
	background: linear-gradient(45deg, #501755 0%, #2d1854 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#501755', endColorstr='#2d1854', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.game-single-preview {
	margin-bottom: 108px;
}

.game-single-content .gs-meta {
	font-size: 18px;
	color: #68647d;
	font-weight: 500;
	margin-bottom: 20px;
}

.game-single-content .gs-meta a {
	color: #b01ba5;
}

.game-single-content .gs-title {
	font-size: 60px;
	color: #fff;
	margin-bottom: 40px;
}

.game-single-content h4 {
	color: #b01ba5;
	margin-bottom: 20px;
}

.game-single-content p {
	font-size: 16px;
	font-weight: 500;
	color: #68647d;
	line-height: 1.8;
	margin-bottom: 70px;
}

.rating-widget {
	background: #34164b;
	padding: 55px 0 30px;
}

.rating-widget ul {
	list-style: none;
	padding: 0 38px;
	margin-bottom: 30px;
}

.rating-widget ul li {
	display: block;
	font-size: 16px;
	color: #b01ba5;
	font-weight: 500;
	margin-bottom: 10px;
}

.rating-widget ul li span {
	float: right;
	color: #68647d;
}

.rating-widget h5 {
	text-align: right;
	font-size: 36px;
	color: #fff;
	font-weight: 900;
	padding-right: 38px;
}

.rating-widget h5 i {
	font-weight: 500;
	font-size: 16px;
	font-style: italic;
	color: #65607b;
	text-transform: uppercase;
	margin-right: 18px;
}

.rating-widget h5 span {
	color: #b01ba5;
}

.testimonials-widget {
	background: #34164b;
	padding: 55px 0 50px;
}

.testimonials-widget .testim-text {
	padding: 0 30px;
}

.testimonials-widget .testim-text p {
	font-size: 16px;
	font-weight: 500;
	color: #68647d;
	line-height: 1.8;
	margin-bottom: 40px;
}

.testimonials-widget .testim-text h6 {
	color: #68647d;
	padding-left: 15px;
}

.testimonials-widget .testim-text h6 span {
	color: #b01ba5;
}

.game-author-section {
	background: #3a1854;
	padding: 51px 0;
	overflow: hidden;
}

.game-author-pic {
	width: 117px;
	height: 117px;
	border-radius: 50%;
	float: left;
	margin-right: 55px;
}

.game-author-info {
	overflow: hidden;
	padding-top: 10px;
}

.game-author-info h4 {
	color: #fff;
	margin-bottom: 20px;
}

.game-author-info h4 span {
	color: #b01ba5;
}

.game-author-info p {
	font-size: 16px;
	font-weight: 500;
	color: #68647d;
	line-height: 1.8;
	margin-bottom: 0;
}

/* ----------------
  Review section
---------------------*/

.review-item {
	margin-bottom: 87px;
}

.review-content {
	position: relative;
}

.review-content h3 {
	max-width: 100%;
	margin-bottom: 35px;
}

.review-content p {
	margin-bottom: 40px;
}

.review-content .rating {
	position: absolute;
	right: 0;
	top: 0;
}

.review-content .rating h5 {
	text-align: right;
	font-size: 36px;
	color: #fff;
	font-weight: 900;
	padding-right: 38px;
}

.review-content .rating h5 i {
	font-weight: 500;
	font-size: 16px;
	font-style: italic;
	color: #65607b;
	text-transform: uppercase;
	margin-right: 18px;
}

.review-content .rating h5 span {
	color: #c313b7;
}

/* ------------------
	Blog Page
---------------------*/

.blog-page .blog-filter {
	margin-bottom: 77px;
}

.big-blog-item {
	margin-bottom: 65px;
}

.big-blog-item .blog-thumbnail {
	margin-bottom: 30px;
}

.big-blog-item .blog-content .top-meta {
	margin-bottom: 15px;
}

.big-blog-item .blog-content h3 {
	max-width: 100%;
	margin-bottom: 25px;
}

.big-blog-item .blog-content p {
	margin-bottom: 10px;
}

/* ----------------
  Contact page
---------------------*/

.map iframe {
	width: 100%;
	height: 600px;
	margin-bottom: 104px;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	border: none;
	background-color: transparent;
	border-bottom: 2px solid rgba(255, 255, 255, 0.54);
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 16px;
	font-style: italic;
	color: #fff;
	line-height: 1;
}

.contact-form textarea {
	line-height: 1.4;
	height: 156px;
	margin-bottom: 48px;
}

.contact-form .site-btn img {
	left: 5px;
}

.contact-text h3 {
	margin-bottom: 25px;
}

.contact-text p {
	line-height: 1.9;
	color: #68647d;
	margin-bottom: 50px;
}

.cont-info {
	overflow: hidden;
	margin-bottom: 20px;
}

.cont-info .ci-icon {
	float: left;
	width: 32px;
	margin-right: 26px;
}

.cont-info .ci-text {
	overflow: hidden;
	font-size: 16px;
	font-weight: 500;
}

  :root{
    --bg-deep:#0b0a0f;
    --bg-panel:#141015;
    --leather-top:#2a0b14;
    --leather-mid:#22121b;
    --leather-bot:#0e0a12;

    --gold-1:#d4af37;
    --gold-2:#7a5c20;

    --red-1:#b8321a;
    --red-2:#7c1310;

    --violet-1:#7b3bc1;
    --violet-2:#4b1d6d;

    --blue-1:#00aaff;
    --blue-2:#0059b3;

    --text:#f4e9d0;
    --muted:#b8a596;
  }

  .team-panel{
    position:relative;
    isolation:isolate;
    max-width: 980px;      /* schaal gerust groter/kleiner */
    margin: 60px auto;
    padding: 64px 40px 72px;
    color: var(--text);
    text-align:center;
    background:
      radial-gradient(1200px 420px at 50% 0%, rgba(212,175,55,.18), transparent 55%),
      linear-gradient(180deg,var(--leather-top) 0%, var(--leather-mid) 37%, var(--leather-bot) 100%);
    border-radius: 24px;
    box-shadow:
      0 20px 60px rgba(0,0,0,.6),
      inset 0 1px 0 rgba(255,255,255,.05);
    overflow: hidden;
  }

  /* Decoratieve frame-SVG als overlay */
  .team-panel .panel-frame{
    position:absolute;
    inset:0;
    z-index:-1;           /* achter de content */
    pointer-events:none;
  }

  .team-title{
    font-family: "Cinzel", ui-serif, Georgia, serif;
    font-weight:700;
    letter-spacing:.14em;
    font-size: clamp(20px, 2.6vw, 34px);
    color: var(--text);
    text-shadow: 0 2px 10px rgba(0,0,0,.6),
                 0 0 16px rgba(212,175,55,.25);
    margin-bottom: 34px;
  }

  .team-grid{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 36px;
    justify-items:center;
  }
  @media (max-width:860px){
    .team-grid{ grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width:560px){
    .team-grid{ grid-template-columns: 1fr; }
  }

  .member{
    width: 220px;
    padding: 16px 12px 14px;
    border-radius: 16px;
    background: rgba(0,0,0,.25);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.06),
                0 6px 18px rgba(0,0,0,.35);
    backdrop-filter: blur(2px);
  }

  /* Als je later een avatar wil plaatsen:
  .member .avatar{
    width: 84px; height:84px; border-radius:50%;
    display:block; margin: 6px auto 10px;
    box-shadow: 0 0 0 3px rgba(212,175,55,.45), 0 10px 20px rgba(0,0,0,.35);
    object-fit: cover;
  } */

  .member .name{
    margin: 6px 0 12px;
    font-weight:700;
    font-size: 15px;
    letter-spacing:.06em;
    color: var(--text);
  }
/* ---------- BADGE ICONS (vervangen van vierkantje/diamantje) ---------- */

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;                 /* ruimte tussen icoon en tekst */
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}

/* Owner badge met icoon */
.badge.owner::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/owner.png") no-repeat center center / contain;
}

/* Developer badge met icoon */
.badge.developer::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/developer.png") no-repeat center center / contain;
}

/* Head Moderator badge met icoon */
.badge.headmod::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/mod.png") no-repeat center center / contain;
}

/* Server Support badge met icoon */
.badge.support::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/support.png") no-repeat center center / contain;
}
.badge.owner {
  background: rgba(180, 0, 0, 0.4);
  border: 1px solid rgba(255, 80, 60, 0.6);
}

.badge.developer {
  background: rgba(212, 175, 55, 0.25);
  border: 1px solid rgba(212, 175, 55, 0.6);
}

.badge.headmod {
  background: rgba(140, 0, 255, 0.25);
  border: 1px solid rgba(180, 100, 255, 0.6);
}

.badge.support {
  background: rgba(0, 180, 255, 0.25);
  border: 1px solid rgba(80, 200, 255, 0.6);
}
.badge:hover::before {
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.5));
  transform: scale(1.1);
  transition: all 0.25s ease;
}

  .role-note{
    margin-top: 6px;
    font-size: 11px;
    color: var(--muted);
    letter-spacing:.08em;
  }
/* ----------------
   Development Team Full Section
---------------------*/

/* ---------- TEAM SECTION FRAME STYLE ---------- */
.team-section {
  position: relative;
  width: 100%;
  background:
    radial-gradient(1000px 600px at 50% 0%, rgba(120, 0, 0, 0.2), transparent 70%),
    linear-gradient(180deg, #1a0000 0%, #21090a 30%, #0b0000 100%);
  border-bottom: 4px solid transparent;
  border-image: linear-gradient(90deg, #7c1310, #d4af37, #7c1310);
  border-image-slice: 1;
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0 20px 40px rgba(255,0,0,0.1);
  overflow: hidden;
}

.team-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top, rgba(212, 175, 55, 0.08), transparent 70%);
  clip-path: polygon(3% 0, 97% 0, 100% 8%, 100% 92%, 97% 100%, 3% 100%, 0 92%, 0 8%);
  border: 3px solid rgba(180, 120, 60, 0.25);
  box-shadow:
    0 0 30px rgba(0,0,0,0.8) inset,
    0 0 10px rgba(180,100,40,0.3);
  z-index: 0;
}

.team-panel {
  position: relative;
  background: linear-gradient(180deg, #150707 0%, #080202 100%);
  border-radius: 12px;
  padding: 60px 40px 72px;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.05),
              0 15px 60px rgba(0,0,0,0.8);
  width: 90%;
  max-width: 1100px;
  z-index: 1;
}


/* diamantje onderaan */
.team-section::after {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 18px;
  height: 18px;
  background: #d1463a;
  border: 2px solid #ffeed1;
  box-shadow: 0 0 16px rgba(255,80,60,0.8);
  z-index: 2;
}




.team-panel {
  background: radial-gradient(800px 300px at 50% 0%, rgba(212,175,55,.12), transparent 55%),
              linear-gradient(180deg, #1a0e16 0%, #0c062e 100%);
  border-radius: 24px;
  padding: 60px 40px 72px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .6);
  width: 90%;
  max-width: 1100px;
}

.avatar {
  width: 90px;              /* hoe groot je cirkel moet zijn */
  height: 90px;
  border-radius: 50%;       /* maakt 'm rond */
  object-fit: cover;        /* vult de cirkel, snijdt de rest netjes af */
  display: block;
  margin: 6px auto 12px;
  box-shadow:
    0 0 0 3px rgba(212, 175, 55, 0.45),
    0 10px 20px rgba(0, 0, 0, 0.35);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #000;   /* als de foto transparant is */
}

.avatar:hover {
  transform: scale(1.08);
  box-shadow:
    0 0 0 3px rgba(255, 200, 120, 0.7),
    0 15px 25px rgba(0, 0, 0, 0.45);
}

/* ----------------
   Discord CTA Section
---------------------*/
.discord-section {
  width: 100%;
  background:
    radial-gradient(1000px 600px at 50% 0%, rgba(88, 0, 255, 0.25), transparent 70%),
    linear-gradient(180deg, #1a003d 0%, #2a0a69 40%, #0b0020 100%);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-image: linear-gradient(90deg, #6a0dad, #7289da, #6a0dad);
  border-image-slice: 1;
  color: #fff;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  padding: 100px 20px 80px;
  box-shadow: inset 0 20px 40px rgba(120, 0, 255, 0.15);
  position: relative;
}

.discord-section::before,
.discord-section::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #6a0dad, #d4af37, #6a0dad);
}

.discord-section::before {
  top: 0;
}

.discord-section::after {
  bottom: 0;
}

.discord-content {
  max-width: 800px;
  margin: 0 auto;
}

.discord-content h2 {
  font-family: "Cinzel", serif;
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: #b8a4ff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
}

.discord-content p {
  font-size: 1rem;
  line-height: 1.6em;
  color: #d7d3ff;
  margin-bottom: 40px;
}

.discord-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #5865f2, #6b5cf6);
  border-radius: 50px;
  padding: 14px 32px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 15px rgba(88, 101, 242, 0.6);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.discord-btn img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  filter: brightness(1.2);
}

.discord-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(114, 137, 218, 0.9);
}


/* ----------------
   CTA Section (Play Now)
---------------------*/

.cta-section {
  width: 100%;
  background:
    radial-gradient(1000px 600px at 50% 0%, rgba(120, 0, 0, 0.25), transparent 70%),
    linear-gradient(180deg, #1a0000 0%, #21090a 30%, #0b0000 100%);
  border-top: 4px solid transparent;
  border-image: linear-gradient(90deg, #7c1310, #d4af37, #7c1310);
  border-image-slice: 1;
  color: #fff;
  text-align: center;
  padding: 100px 20px;
  font-family: 'Poppins', sans-serif;
  box-shadow: inset 0 20px 40px rgba(255, 0, 0, 0.1);
}

.cta-content {
  max-width: 800px;
  margin: 0 auto;
}

.cta-content h2 {
  font-family: "Cinzel", serif;
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: #f9d47f;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
}

.cta-content p {
  font-size: 1rem;
  line-height: 1.6em;
  color: #d7d3ca;
  margin-bottom: 40px;
}

.play-btn {
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.play-btn img {
  width: 260px;          /* pas dit aan voor jouw knopgrootte */
  height: auto;
  image-rendering: crisp-edges; /* voorkomt wazigheid */
  transition: filter 0.3s ease, transform 0.3s ease;
}

.play-btn:hover img {
  filter: brightness(1.2) drop-shadow(0 0 10px rgba(255, 220, 100, 0.7));
  transform: scale(1.05);
}

.cta-footer {
  background:
    radial-gradient(1000px 600px at 50% 0%, rgba(120, 0, 0, 0.25), transparent 70%),
    linear-gradient(180deg, #1a0000 0%, #21090a 30%, #0b0000 100%);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-image: linear-gradient(90deg, #7c1310, #d4af37, #7c1310);
  border-image-slice: 1;
  color: #fff;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  padding: 100px 0 40px;
  box-shadow: inset 0 20px 40px rgba(255, 0, 0, 0.1);
}
/* ----------------
   RuneScape-style Footer
---------------------*/
.footer-section {
  width: 100%;
  background: linear-gradient(180deg, #0b0000 0%, #1a0000 40%, #0b0000 100%);
  border-top: 4px solid transparent;
  border-image: linear-gradient(90deg, #7c1310, #d4af37, #7c1310);
  border-image-slice: 1;
  color: #cfc9b5;
  font-family: 'Poppins', sans-serif;
  padding: 60px 40px 40px;
  box-shadow: inset 0 20px 40px rgba(255,0,0,0.1);
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.footer-left {
  flex: 1 1 300px;
  text-align: left;
}

.footer-logo {
  width: 120px;
  margin-bottom: 15px;
}

.footer-text {
  font-size: 13px;
  line-height: 1.6;
  color: #a89b84;
}

.footer-text a {
  color: #d4af37;
  text-decoration: none;
}

.footer-text a:hover {
  text-decoration: underline;
  color: #fff;
}

/* Column setup */
.footer-columns {
  display: flex;
  flex: 2 1 600px;
  justify-content: space-around;
  flex-wrap: wrap;
}

.footer-col {
  min-width: 150px;
}

.footer-col h4 {
  color: #f4b23a;
  font-family: 'Cinzel', serif;
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 6px;
}

.footer-col ul li a {
  color: #e4e2d8;
  font-size: 13px;
  text-decoration: none;
  transition: color 0.25s ease, text-shadow 0.25s ease;
}

.footer-col ul li a:hover {
  color: #ffd27f;
  text-shadow: 0 0 8px rgba(255, 215, 120, 0.6);
}

/* Mobile layout */
@media (max-width: 768px) {
  .footer-inner {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .footer-columns {
    flex-direction: column;
    align-items: center;
  }

  .footer-col {
    margin-bottom: 20px;
  }
}

/* ----------------
   Infernal Hero Section (no image)
---------------------*/
.infernal-hero {
  position: relative;
  width: 100%;
  height: 65vh;
  min-height: 600px;
  overflow: hidden;
  background:
    radial-gradient(1000px 600px at 50% 0%, rgba(120, 0, 0, 0.25), transparent 70%),
    linear-gradient(180deg, #1a0000 0%, #21090a 30%, #0b0000 100%);
  border-bottom: 4px solid transparent;
  border-image: linear-gradient(90deg, #7c1310, #d4af37, #7c1310);
  border-image-slice: 1;
  color: #fff;
  font-family: 'Cinzel', serif;
  box-shadow: inset 0 30px 60px rgba(255,0,0,0.08);
}

/* subtiele lichte gloed bovenaan */
.infernal-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to bottom, rgba(212,175,55,0.12), transparent);
  pointer-events: none;
}

/* kleine diamant bovenaan */
.infernal-hero::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 18px;
  height: 18px;
  background: #d1463a;
  border: 2px solid #ffeed1;
  box-shadow: 0 0 14px rgba(255, 80, 60, 0.8);
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 20px;
}

.hero-content h1 {
  font-size: 3rem;
  color: #f9d47f;
  font-weight: 800;
  letter-spacing: 2px;
  text-shadow: 0 0 25px rgba(0,0,0,0.6);
  margin-bottom: 15px;
}

.hero-content p {
  font-family: 'Poppins', sans-serif;
  color: #d7d3ca;
  font-size: 1.1rem;
  margin-bottom: 50px;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

/* play button (gebruik jouw PNG) */
.hero-content .play-btn img {
  width: 260px;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.hero-content .play-btn:hover img {
  filter: brightness(1.2) drop-shadow(0 0 12px rgba(255,220,100,0.6));
  transform: scale(1.05);
}


/* ----------------
   Media Hero Section
---------------------*/
.media-hero {
  position: relative;
  height: 55vh;
  min-height: 400px;
  background:
    radial-gradient(800px 500px at 50% 0%, rgba(120,0,0,0.25), transparent 70%),
    linear-gradient(180deg, #1a0000 0%, #21090a 30%, #0b0000 100%);
  border-bottom: 4px solid transparent;
  border-image: linear-gradient(90deg, #7c1310, #d4af37, #7c1310);
  border-image-slice: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  box-shadow: inset 0 20px 40px rgba(255,0,0,0.08);
}

.media-hero h1 {
  font-family: 'Cinzel', serif;
  font-size: 3rem;
  color: #f9d47f;
  text-shadow: 0 0 20px rgba(0,0,0,0.6);
  margin-bottom: 15px;
}

.media-hero p {
  font-family: 'Poppins', sans-serif;
  color: #ddd;
  font-size: 1.1rem;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

/* ----------------
   Media Gallery Section
---------------------*/
.media-gallery {
  background: linear-gradient(180deg, #0b0000 0%, #1a0000 100%);
  padding: 80px 0;
  border-top: 4px solid transparent;
  border-image: linear-gradient(90deg, #7c1310, #d4af37, #7c1310);
  border-image-slice: 1;
}

.media-gallery .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
}

.media-item {
  background: rgba(20, 0, 0, 0.85);
  border: 1px solid rgba(124, 19, 16, 0.5);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,0.6);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.media-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 25px rgba(255,215,100,0.3);
}

.media-thumb {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  border-bottom: 2px solid rgba(124,19,16,0.6);
}

.media-item video {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 2px solid rgba(124,19,16,0.6);
}

.media-item h3 {
  font-family: 'Poppins', sans-serif;
  color: #f9d47f;
  text-align: center;
  padding: 15px 10px;
  font-size: 1rem;
  font-weight: 600;
}
/* Reset de witte rand van de browser */
body { margin: 0; }
.hero-section {
  position: relative;
  z-index: 1;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)),
    url('../img/Valendor/BGPVP5.png') center / cover no-repeat;
  overflow: hidden;
}

.hero-content { 
  position: relative; 
  z-index: 2; 
}

/* Buttons wrapper */
.hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
/* ======================================
   MEDIEVAL 3D BUTTON STYLING
====================================== */

/* ===== Basisstijl ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 36px;
  border-radius: 6px;
  font: 700 1rem 'Poppins', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  position: relative;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
  border: 3px solid #1a1a1a; /* zwarte buitenrand */
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.15), /* lichte bovenrand */
    inset 0 -3px 4px rgba(0, 0, 0, 0.7),       /* donkere onderkant */
    0 3px 8px rgba(0, 0, 0, 0.5);              /* schaduw buiten de knop */
}

.btn img,
.btn svg,
.btn i {
  width: 20px;
  height: 20px;
  filter: brightness(1.1);
  margin-right: 8px;
  vertical-align: middle;
}

/* ===== Subtiele glanzende frame overlay ===== */
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  pointer-events: none;
  box-shadow:
    inset 0 0 10px rgba(255, 255, 255, 0.05),
    inset 0 0 6px rgba(0, 0, 0, 0.6);
}

/* ===== Hover diepte effect ===== */
.btn:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 2px 3px rgba(255, 255, 255, 0.25),
    inset 0 -3px 5px rgba(0, 0, 0, 0.8),
    0 6px 15px rgba(0, 0, 0, 0.6);
}

/* ===== Gouden knop (Play Now) ===== */
.btn--gold {
  background: linear-gradient(180deg, #e8c76a 0%, #b4882d 100%);
  border-color: #2a1e09; /* diepere randkleur */
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.15),
    inset 0 -3px 4px rgba(0, 0, 0, 0.6),
    0 0 15px rgba(212, 175, 55, 0.3);
}
.btn--gold:hover {
  background: linear-gradient(180deg, #f3da88 0%, #c9972f 100%);
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.25),
    inset 0 -3px 5px rgba(0, 0, 0, 0.7),
    0 0 25px rgba(212, 175, 55, 0.7);
}

/* ===== Paarse knop (Join Discord) ===== */
.btn--purple {
  background: linear-gradient(180deg, #7b5cf2 0%, #4b2fc7 100%);
  border-color: #1c1036; /* donkerpaars frame */
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.15),
    inset 0 -3px 4px rgba(0, 0, 0, 0.6),
    0 0 15px rgba(114, 137, 218, 0.3);
}
.btn--purple:hover {
  background: linear-gradient(180deg, #8f76ff 0%, #5b3fd9 100%);
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.25),
    inset 0 -3px 5px rgba(0, 0, 0, 0.7),
    0 0 25px rgba(114, 137, 218, 0.7);
}

/* ===== Optioneel: extra metallic randglans ===== */
.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 6px;
  pointer-events: none;
  background: radial-gradient(circle at 50% -20%, rgba(255,255,255,0.15), transparent 60%);
  mix-blend-mode: overlay;
}




/* ----------------
  Responsive
---------------------*/

@media (min-width: 1200px) {
	.container {
		max-width: 1175px;
	}
}

@media (max-width: 1530px) {
	.hero-slider .owl-dots {
		width: 1170px;
		left: calc(50% - 585px);
	}
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog-item .blog-thumb {
		width: 250px;
	}
	.hero-item p {
		font-size: 22px;
	}
	.hero-slider .owl-nav .owl-next {
		right: 30px;
	}
	.hero-slider .owl-dots {
		width: 930px;
		left: calc(50% - 465px);
	}
	.newsletter-form {
		padding-left: 0;
	}
	.newsletter-form input {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.game-filter li {
		width: 31px;
		height: 31px;
	}
	.game-filter li a {
		padding-top: 5px;
	}
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-bar-warp {
		padding: 39px 15px 0;
	}
	.main-menu li a {
		margin-right: 10px;
	}
	.hero-item h2 {
		font-size: 110px;
	}
	.hero-item p {
		font-size: 16px;
		padding: 0 30px;
	}
	.hero-slider .owl-nav .owl-next {
		right: 0;
	}
	.hero-slider .owl-dots {
		width: 690px;
		left: calc(50% - 345px);
	}
	.blog-item .blog-thumb {
		float: none;
		margin-right: 0;
		width: 100%;
		margin-bottom: 30px;
	}
	.featured-bg {
		display: none;
	}
	.featured-box {
		float: none;
		width: 100%;
	}
	.newsletter-form input {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.footer-right-pic {
		right: 15px;
	}
	.footer-left-pic {
		left: -44px;
	}
	.game-filter {
		text-align: center;
	}
	.game-filter li {
		margin-bottom: 5px;
	}
	.game-single-content .gs-title {
		font-size: 40px;
	}
	.review-pic img {
		min-width: 100%;
		margin-bottom: 30px;
	}
	.contact-text {
		margin-bottom: 50px;
	}
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.header-bar-warp {
		padding: 25px 20px 10px;
	}
	.main-menu.primary-menu {
		display: none;
	}
	.slicknav_menu {
		display: block;
		background: #081624;
	}
	.slicknav_btn {
		margin-right: 10px;
		background: #3a3a3a;
	}
	.slicknav_nav a:hover,
	.slicknav_nav .slicknav_row:hover {
		background: #25394c;
		color: #fff;
	}
	.hero-item h2 {
		font-size: 70px;
	}
	.hero-item p {
		font-size: 18px;
	}
	.footer-right-pic,
	.footer-left-pic {
		display: none;
	}
	.hero-slider .owl-nav .owl-next {
		top: auto;
		bottom: 33px;
		right: 15px;
		z-index: 99;
	}
	.hero-slider .owl-dots {
		width: 100%;
		left: 0;
		padding-left: 15px;
	}
	.intro-text-box {
		margin-bottom: 40px;
	}
	.blog-item .blog-thumb {
		float: none;
		margin-right: 0;
		width: 100%;
		margin-bottom: 30px;
	}
	.sidebar {
		padding-top: 60px;
	}
	.featured-bg {
		display: none;
	}
	.featured-box {
		float: none;
		width: 100%;
	}
	.featured-box .text-box h3 {
		font-size: 45px;
	}
	.newsletter-form {
		padding-left: 0;
	}
	.newsletter-form input {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.video-text:after {
		left: 0;
	}
	.page-top-section {
		height: 400px;
		padding-top: 250px;
	}
	.game-filter {
		text-align: center;
	}
	.game-filter li {
		margin-bottom: 5px;
	}
	.game-single-content .gs-title {
		font-size: 40px;
	}
	.review-pic img {
		min-width: 100%;
		margin-bottom: 30px;
	}
	.contact-text {
		margin-bottom: 50px;
	}
	.review-content .rating {
		position: relative;
		margin-bottom: 20px;
	}
	.review-content .rating h5 {
		text-align: left;
		padding-right: 0;
	}
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.hero-item h2 {
		font-size: 55px;
		margin-bottom: 20px;
	}
	.hero-item p {
		font-size: 15px;
	}
	.video-text h2 {
		font-size: 30px;
	}
	.video-play-btn {
		top: calc(30% - 61px);
	}
	.featured-box {
		padding: 100px 15px;
	}
	.featured-box .text-box h3,
	.newsletter-section h2 {
		font-size: 35px;
	}
	.main-menu li a {
		margin-right: 20px;
	}
	.game-author-pic {
		float: none;
		margin-bottom: 20px;
	}
}
