body {
  margin: 0px;
  --bg: #020c4b;
  --menu: #104985;
  --card: #120c1473;
  --card2: #120c1473;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  background-size: 100% 100;
  --color: #FDAB10;
  background: var(--bg);
  background-attachment: fixed;
  font-family: 'Abril Fatface', serif;
  color: #fff;
  background-size: 100% 100%;
}

.bottom-fixed {
  backdrop-filter: blur(10px);
  background: #0101017a !important;
}

* {
  box-sizing: border-box;
}


.fhm {
  width: 120px;
  filter: drop-shadow(0px 0px 10px #ad0003);
  transition: transform 0.3s ease-in-out;
}
.button  {
  width: 120px;
  filter: drop-shadow(0px 0px 10px #FFFF00);
  transition: transform 0.3s ease-in-out;
}

#preloader {
  position: fixed;
  left: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 999;
}

#preloader svg {
  width: auto !important;
  height: auto !important;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  top: 50%;
}

.outer,
.inner {
  fill: none;
  stroke: var(--color);
  stroke-width: 8;
}

.outer {
  opacity: .4;
}

.inner {
  stroke-dasharray: 70 2000;
}

.container {
  width: 1200px;
  margin: 0 auto;
}



.banner-content {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}
.logo,
.button {
  flex-shrink: 0 !important;
}
.center {
  flex: 1 !important;
  text-align: center !important;
}





header {
  height: 70px;
  background: var(--menu);
  backdrop-filter: blur(0px);
  display: flex;
  transition: all ease 1s;
  align-items: center;
}

header .logo {
  width: 160px;
  transform: translateX(0%);
  left: 0%;
  transition: all ease 1s;
}

header .logo img {
  width: 100%;
  height: 50px;
  margin: 0px 0 10px 0;
  object-fit: contain;
}

header .links {
  display: flex;
  margin: 0px;
  padding: 0px !important;
}

header .links a {
  font-weight: bold;
  font-size: 14px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border-radius: 10px;
  background: linear-gradient(90deg, transparent 0%, var(--color) 100%);
}

header .links a svg {
  fill: #ffb300;
  margin-right: 5px;
  width: 20px;
  height: 20px;
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .social {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.discord {
  background: #5522FF;
}

.telegram {
  background: #2277FF;
}

.skype {
  background: #2244FF;
}

.twitch {
  background: #3100D6;
}

.instagram {
  background: #FF22BB;
}

.youtube {
  background: #FF2222;
}

header .social .social-button {
  display: flex;
  align-items: center;
  margin-left: 10px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 15px;
  border-radius: 30px;
}

header .social .social-button svg {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  fill: #fff;
}

header .social .social-button path,
header .social .social-button svg {
  fill: #fff;
}

svg {
  width: 24px;
  height: 24px;
}

li {
  list-style: none;
}

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

/* GRID */
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
}

.col {
  padding: 0 10px;
}

.row.banner1 .col {
  width: 100%;
}

.row.banner2 .col {
  width: 50%;
}

.row.banner3 .col {
  width: 33.3333%;
}

.row.banner4 .col {
  width: 25%;
}

.row.banner5 .col {
  width: 20%;
}

.row.banner6 .col {
  width: 16.6666%;
}

.row.banner7 .col {
  width: 14.285714285714286%;
}

.normal .item {
  background: var(--card);
  padding: 15px;
  height: 180px;
  margin: 10px 0;
  cursor: pointer;
  border-radius: 30px;
  display: flex;
  overflow: hidden;
  z-index: 1;
  position: relative;
  flex-direction: column;
}

.normal .item:before {
  content: '';
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: -100px;
  z-index: -1;
  height: 100%;
  background: linear-gradient(180deg, transparent 0%, var(--site-color) 100%);
}

.normal .item .text span {
  font-size: 16px;
}

.normal .item .text {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  height: 60px;
}

.normal .item .button {
  background: var(--site-color);
  text-align: center;
  font-size: 12px;
  border-radius: 30px;
  height: 35px;
  font-weight: bold;
  width: 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}

.normal .item .top img {
  width: 100px;
  height: 50px;
  object-fit: contain;
}

.vip .item {
  background: var(--card);
  padding: 20px;
  margin: 10px 0;
  border-radius: 30px;
  display: flex;
  overflow: hidden;
  z-index: 1;
  position: relative;
  cursor: pointer;
  flex-direction: column;
}

.vip .item:before {
  content: '';
  width: 100%;
  position: absolute;
  left: 130px;
  bottom: 0px;
  z-index: -1;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, var(--site-color) 100%);
}

.vip .item .text {
    text-align: -webkit-center;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
}

.vip .item .text small {
  font-weight: 500;
  opacity: .5;
}

.vip .item .button {
    justify-self: center;
    background: var(--background-color);
    text-align: center;
    border-radius: 30px;
    height: 49px;
    font-size: 15px;
    font-weight: bold;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.vip .item .left img {
    width: 100%;
    height: 40px;
    object-fit: contain;
}

.vip .item .vip {
  width: 70px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--site-color);
  font-weight: bold;
  height: 25px;
  right: 20px;
  top: 25px;
  position: absolute;
}

.vip .item svg {
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  margin-right: 3px;
}

.vip .item path {
  fill: var(--site-color);
}

.diamond .item {
  background: var(--card);
  padding: 15px 20px;
  margin: 10px 0;
  border-radius: 30px;
  display: flex;
  overflow: hidden;
  z-index: 1;
  position: relative;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
}

.diamond .item .content {
  display: flex;
  align-items: center;
}

.diamond .item .icon {
  margin-right: 20px;
  height: 60px;
}

.diamond .item .icon svg {
  width: 60px;
  height: 75px;
}

.diamond .item:before {
  content: '';
  width: 100%;
  position: absolute;
  left: 130px;
  bottom: 0px;
  z-index: -1;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, var(--site-color) 100%);
}

.diamond .item .text {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  white-space: nowrap;
}

.diamond .item .text small {
  font-weight: 500;
  opacity: .5;
}

.diamond .item .button {
  background: var(--site-color);
  text-align: center;
  border-radius: 30px;
  height: 45px;
  font-size: 14px;
  font-weight: bold;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}

.diamond .item .left img {
  width: 140px;
  height: 50px;
  object-fit: contain;
}

.diamond .item .diamond {
  width: 70px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--site-color);
  font-weight: bold;
  right: 20px;
  top: 25px;
  position: absolute;
}

.diamond .item svg {
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  margin-right: 3px;
}

.diamond .item path {
  fill: var(--site-color);
}

@media (max-height:620px) {
  .fix-side .top,
  .fix-side .bottom {
      display: none;
  }
}

.fix-side {
  position: fixed;
  width: 160px;
  background: var(--card);
  height: 80%;
  top: 0px;
  bottom: 0;
  transform: translateY(-50%);
  top: 50%;
  margin-top: 50px;
  transition: .3s all ease-in-out;
  border-radius: 30px;
  display: flex;
  z-index: 999;
  align-items: center;
  justify-self: center;
}

.fix-side:before {
  border-radius: 30px;
  content: '';
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  height: 50%;
  background: linear-gradient(180deg, transparent 0%, #00000053 100%);
}

.fix-side.left {
  left: 20px;
}

.fix-side.right {
  right: 20px;
}

.fix-side .bottom img,
.fix-side .top img {
  width: 80px;
}

.fix-side .top {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.fix-side .bottom {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.fix-side .vip {
  width: 70px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--site-color);
  font-weight: bold;
}

.fix-side .center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

.fix-side .center .promo {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 10px;
  width: 70%;
}

.fix-side .center .promo span {
  font-size: 24px;
  color: var(--site-color);
}

.fix-side .center img {
  width: 170px;
  transform: rotate(-90deg);
  height: 230px;
  object-fit: contain;
}

.fix-side svg {
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  margin-right: 3px;
}

.fix-side path {
  fill: var(--site-color);
}

.fix-side .button {
  background: var(--site-color);
  text-align: center;
  border-radius: 30px;
  height: 35px;
  font-size: 14px;
  font-weight: bold;
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}

.swiper-image-border {
  border-radius: 30px;
  overflow: hidden;
}

.swiper-slide {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.swiper-slide img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.bottom-fixed {
  width: 700px;
  height: 90px;
  z-index: 99;
  background: var(--card);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: fixed;
  bottom: 0px;
  left: 50%;
  padding: 0px 40px;
  border: 1px solid #ccc;
  border-bottom: 0px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bottom-fixed:before {
  content: '';
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  z-index: -1;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, #00000053 100%);
}

.bottom-fixed .center,
.bottom-fixed .logo {
  position: relative;
  top: 5px;
}

.bottom-fixed .button {
  position: fixed;
  right: 10px;
  cursor: pointer;
  top: 10px;
}

.bottom-fixed .center {
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}

.bottom-fixed .center h1 {
  font-size: 25px;
  margin: 0px;
}

.bottom-fixed .center p {
  font-size: 20px;
  margin: 5px;
  text-transform: uppercase;
  font-weight: 900;
}

.bottom-fixed a {
  padding: 12px 7px;
  width: 120px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-radius: 30px;
  font-size: 12px;
}

.bottom-fixed .button svg {
  width: 30px;
  height: 30px;
  stroke: #fff;
}

.overlay {
  animation: fadeIn 1s alternate forwards;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000a3;
  left: 0px;
  top: 0px;
  z-index: 999999;
  backdrop-filter: blur(10px);
}

/* Pop-up pencere */
.notify-fixed {
  width: 30%;
  height: 50%;
  max-width: 80%;  /* Maksimum genişlik sınırı */
  border-radius: 30px;
  z-index: 9999999;
  background: #222;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 15px #00d9ff;
  padding: 20px;
  border: 1px solid #00d9ff;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  animation: fadeIn 0.5s forwards;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .notify-fixed {
  width: 80%;
  height: 72%;
  border-radius: 30px;
  z-index: 9999999;
  background: #222;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 15px #00d9ff;
  padding: 20px;
  border: 1px solid #00d9ff;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  animation: fadeIn 0.5s forwards;
  box-sizing: border-box;
  }
}

/* Resim boyutunu dinamik olarak ayarla */
.notify-fixed .logo img {
  width: 100%;
  height: auto;
  max-width: 300px; /* Resmin maksimum genişliği */
  margin-bottom: 15px;
}

/* Kapatma butonu */
.notify-fixed .button {
  position: absolute;
  right: 10px;
  cursor: pointer;
  top: 10px;
}

.notify-fixed .button svg {
  width: 30px;
  height: 30px;
  stroke: #fff;
}

/* İçerik */
.notify-fixed .center {
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}

.notify-fixed h1 {
  font-size: 20px;
  color: #00d9ff;
  font-weight: bold;
}

.notify-fixed p {
  font-size: 16px;
  color: #fff;
}

/* Buton */
.notify-fixed a {
  padding: 10px;
  width: 170px;
  background: #00d9ff;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-radius: 30px;
  font-size: 17px;
  transition: 0.3s;
}

.notify-fixed a:hover {
  background: #0077ff;
  box-shadow: 0px 0px 10px #00d9ff;
}

/* FadeIn Animasyonu */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}


@keyframes boxShadow {
  from {
    box-shadow: 0px 0px 0;
  }
  to {
    box-shadow: 0px 0px 30px;
  }
}

/* Masaüstü Stilleri */
@media (min-width: 769px) {
  .vip.king .item .left img {
    width: 280px;
    height: 50px;
    margin-left: -40%;
    float:right;
  }

  .vip.king .item .left {
    padding: 0 100px !important;
  }

  .vip.king .item .vip.l {
    left: 20px !important;
    right: auto !important;
  }

  .vip.king .item .button {
    margin-left: 0%;
    width: 150px;
    margin-right: -40%;
  }

  .vip.king .item .vip {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    top: 20px;
    transform: scale(1) !important;
    right: 20px;
  }

  .vip.king .item .vip svg {
    margin: 0px !important;
    width: 25px;
    height: 25px;
  }

  .vip.king .item .left {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}

/* Mobil Stilleri */
@media (max-width: 768px) {
  .vip.king .item .left img {
    width: 200px;
    height: 50px;
  }

  .vip.king .item .text {
    margin: 0px !important;
  }

  .vip.king .item .vip.l {
    display: none;
  }

  .vip.king .item {
    height: 160px;
  }

  .vip .l {
    position: relative;
    top: 7px;
  }

  .vip.king .item .vip {
    width: 100px;
    height: 130px;
    background: none;
    top: -15px;
  }

  .vip.king .item .vip svg {
    width: 110px;
    height: 110px;
  }

  #swiper,
  #swiper img {
    border-radius: 15px;
  }

  #swiper {
    margin: -20px;
    margin-bottom: 0px;
  }

  .row.diamond .col {
    width: 100% !important;
    flex-basis: 100% !important;
  }

  .row.diamond .item {
    padding: 10px 15px;
  }

  .container {
    width: 84%;
  }

  .fix-side {
    display: none;
  }

  .row.banner4 .col {
    width: 50%;
  }

  .row.banner6 .col,
  .row.banner5 .col,
  .row.banner7 .col {
    width: 33.333333%;
  }

  .normal .item {
    border-radius: 20px;
    height: 160px;
    margin: 5px 0;
  }

  .normal .item .text {
    font-size: 13px;
  }

  .normal .item .text span {
    font-size: 13px;
  }

  .normal .item .button {
    width: 100% !important;
  }

  .row.vip.king .col {
    width: 100% !important;
  }

  .col {
    padding: 0 5px;
  }

  .normal .item .top img {
    width: 80px;
    height: 30px;
  }

  .item .button {
    width: 90px !important;
  }

  .vip.king .item .button {
    float: right !important;
    margin-top: -25px !important;
    margin-right: -40%;
  }

  .vip .item .vip {
    right: 13px;
    top: 10px;
    position: absolute;
    font-size: 12px;
    width: 50px;
    height: 22px;
    transform: scale(0.8) !important;
  }

  .vip .item .left img {
    width: 100%;
    height: 30px;
    object-fit: contain;
  }

  .diamond.clover .item .icon {
    margin-right: 20px;
    width: 130px;
    position: absolute;
    left: 70px;
    height: 130px;
    z-index: -1;
    opacity: 0.1;
  }

  .diamond .item .icon svg {
    width: 40px;
    height: 75px;
  }

  .diamond .item .left img {
    width: 130px;
    height: 40px;
  }

  .vip.king .item .text {
    font-size: 18px !important;
  }

.vip .item .text {
    text-align: -webkit-center;
    margin-top: 10px;
}
  header {
    height: 100%;
  }

  header .container {
    flex-direction: column;
  }

  header .social .social-button {
    font-size: 0px;
  }

  header .social .social-button svg {
    margin: 0px;
  }

  .is-fixed header {
    height: 70px !important;
  }

  .is-fixed header .container {
    flex-direction: row !important;
  }

  .swiper-slide img {
    width: 100%;
    object-fit: cover;
    height: 100px;
}

.bottom-fixed {
  width: 100%;
  padding: 0px 5px;

}
.logo-footer {
	width: 100px;

}
.bottom-fixed .center p {
    font-size: 13px;
    margin: 5px;
    text-transform: uppercase;
    font-weight: 900;
}
.bottom-fixed .center h1 {
    font-size: 22px;
    margin: 0px;
}

.bottom-fixed a {
    padding: 9px 4px;
    width: 65px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border-radius: 30px;
    font-size: 12px;
}
.bottom-fixed .button {
    position: fixed;
    right: 1px;
    cursor: pointer;
    top: -10px;
}
/* Header için animasyonlu geçiş */
header {
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    opacity: 1;
}

/* Swiper wrapper için animasyonlu geçiş */
.swiper-wrapper {
    transition: margin-top 0.3s ease-in-out;
}

/* Header gizlendiğinde */
header[style*="opacity: 0"] {
    transform: translateY(-100%); /* Header'ı yukarı kaydırarak gizle */
}

/* Header gösterildiğinde */
header[style*="opacity: 1"] {
    transform: translateY(0); /* Header'ı normal pozisyona getir */
}
}

/* Diğer Stiller */
.strip {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 55px;
  margin: 0px 0px 35px 0px;
}

.row.strip h1 {
  left: 0px;
  position: absolute;
  z-index: 999;
  backdrop-filter: blur(10px);
  background: var(--card);
  padding: 5px 35px 5px 15px;
  top: 0px !important;
  margin: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  clip-path: polygon(0 0, 100% 0, 83% 100%, 0% 100%);
}

.row.strip h1 svg {
  fill: #fff;
  margin-right: 5px;
}

.ticker-wrap {
    bottom: 0;
    width: 100%;
    position: absolute;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    height: 100%;
    background: var(--card);
    padding-left: 100%;
    left: 0;
    box-sizing: content-box;
}

.ticker-wrap .ticker:hover {
  animation-play-state: paused;
}

.ticker-wrap .ticker {
  white-space: nowrap;
  display: flex;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 20s;
}

.ticker-wrap .ticker__item {
  padding: 0 2rem;
  display: flex;
}

.ticker-wrap .ticker__item a {
  display: flex;
  align-items: center;
  background: #00000029;
  padding: 5px 15px;
  position: relative;
  border-radius: 30px;
  margin: 0 10px;
  overflow: hidden;
  isolation: isolate;
}

.ticker-wrap .ticker__item a .button {
  background: var(--site-color);
  text-align: center;
  border-radius: 30px;
  height: 35px;
  font-size: 14px;
  font-weight: bold;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}

.ticker-wrap .ticker__item a::before {
  content: '';
  width: calc(100% - 130px);
  position: absolute;
  left: 130px;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(90deg, transparent 0%, var(--site-color) 100%);
  border-radius: 0 30px 30px 0;
}

@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

.row.strip h1 {
  background: #061c33 !important;
}

.is-fixed .strip {
  background: #061c33;
}

body {
  font-family: 'Roboto Condensed', sans-serif;
}

header {
  background: linear-gradient(71deg, #020c4b 70%, #2a97dc 90%, #fbfbfb 100%);
}


.social-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.social-button i {
  margin-right: 8px;
  font-size: 20px;
}

/* Discord */
.social-button.discord {
  background-color: #7289DA;
}
.social-button.discord:hover {
  background-color: #5a6fbb;
}

/* Telegram */
.social-button.telegram {
  background-color: #0088cc;
}
.social-button.telegram:hover {
  background-color: #0077b3;
}

/* Twitch */
.social-button.twitch {
  background-color: #9146ff;
}
.social-button.twitch:hover {
  background-color: #7c3ae0;
}

/* Instagram */
.social-button.instagram {
  background-color: #e4405f;
}
.social-button.instagram:hover {
  background-color: #d32a4a;
}

/* Youtube */
.social-button.youtube {
  background-color: #ff0000;
}
.social-button.youtube:hover {
  background-color: #cc0000;
}

/* Skype */
.social-button.skype {
  background-color: #00aff0;
}
.social-button.skype:hover {
  background-color: #0099d6;
}

.item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  padding: 10px;
  border-radius: 5px;
  background-color: var(--site-color);
  transition: background-color 0.3s ease;
}

.item:hover {
  background-color: color-mix(in srgb, var(--site-color), black 10%);
}

.item .button {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 14px;
}
.footer {
  padding: 20px 0;
  text-align: center;
  position: relative;
}

.footer-content {
  display: flex;
  flex-direction: row;  /* Satır düzenine al */
  align-items: center;
  justify-content: space-between; /* Sol ve sağa yay */
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.logo img {
  width: 120px;
  filter: drop-shadow(0px 0px 10px #00d9ff);
  transition: transform 0.3s ease-in-out;
}

.logo img:hover {
  transform: scale(1.1);
}

.copyright {
  font-size: 16px;
  color: #fff;
}

.copyright a {
  color: #00d9ff;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease-in-out, text-shadow 0.3s;
}

.copyright a:hover {
  color: #fff;
  text-shadow: 0px 0px 10px #00d9ff;
}

.copyright span {
  background: linear-gradient(90deg, #00d9ff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
