body {
	background: url('https://dirilis2.com/web/dirilisbg.jpg') top center no-repeat !important;
	min-width: 960px;
}

body > header > .ui.container {
	z-index: 300;
	overflow: visible;
	background: url("https://cdn.gamebilisim.net/arkaplan.gif") no-repeat scroll 48px 160px transparent !important;
}

footer[role="contentinfo"] {
	/* position: relative; */
	/* clear: both; */
	/* height: 419px; */
	/* padding-top: 255px; */
	/* z-index: 99; */
	/* background: black; */
	/* background: url('../images/a42ae6e0da8bf62418063b023fb32b.jpg') top center no-repeat; */
	position: relative;
	clear: both;
	height: 419px;
	padding-top: 255px;
	z-index: 99;
	background: none !important;
	,: url('../images/headerBG.jpg') top center no-repeat;
}

.etkinlikElement {
	padding: 5px 4px;
	background: rgb(187 116 100 / 26%);
	margin: 5px;
	color: #ffde8c;
	cursor: pointer;
	border-radius: 3px;
}

body>header>.ui.container>a.playfree {
  position: absolute;
  height: 122px;
  width: 653px;
  font-size: 24px;
  line-height: 50px;
  font-weight: bold;
  text-decoration: none;
  color: #fffabd;
  text-shadow: 1px 1px black;
  text-transform: uppercase;
  top: 182px;
  left: 153px;
  text-align: center;
  padding: 32px 0;

  /* Animasyon */
  animation: playfreePulse 2.5s infinite ease-in-out,
             playfreeGlow 2s infinite alternate;
  transition: all 0.3s ease;
}

/* Hover efekti */
body>header>.ui.container>a.playfree:hover {
  transform: scale(1.05);
  text-shadow: 
      0 0 5px #fff,
      0 0 15px #ffd700,
      0 0 25px #ffae00;
}

/* Hafif büyüme animasyonu */
@keyframes playfreePulse {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.03); }
  100% { transform: scale(1); }
}

/* Yazı ışık efekti */
@keyframes playfreeGlow {
  from {
    text-shadow:
      1px 1px black,
      0 0 5px #ffd700;
  }
  to {
    text-shadow:
      1px 1px black,
      0 0 15px #fff,
      0 0 25px #ffcc00;
  }
}
