body{
    margin: 0px;
    --bg: #061c33;
    --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;
  }
  #app-v-page{
      height: 100%;
      width: 100%;
      color: #fff;
      padding-bottom: 80px;
  }
  #app-v-page>.container{
    padding: 20px;
  }
  #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;
  }
  
  div#app-v-page.is-fixed {
    padding-top: 55px;
  }
  
  div#app-v-page.is-fixed .strip {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background: #00000060;
    backdrop-filter: blur(4px);
    z-index: 999;
  }
  div#app-v-page.is-fixed .fix-side{
    margin-top: 20px;
  }
  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;
  }
  
  .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;
	border: 2px solid var(--site-color);
  }
  .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-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
  }
  .vip .item .text small{
    font-weight: 500;
    opacity: .5;
  }
  .vip .item .button{
    background: var(--site-color);
    text-align: center;
    border-radius: 20px;
    height: 35px;
    font-size: 12px;
    font-weight: bold;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
  }
  
  .vip .item .left img{
    width: 140px;
    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);
  }
  
  /* ELMAS SİTELER 3 SÜTUN */
.row.diamond .col {
  width: 33.3333%;
}

@media (max-width: 1100px) {
  .row.diamond .col {
    width: 50%;
  }
}


@media (max-width: 800px) {
  /* Her kolona tam genişlik */
  .row.diamond .col,
  .row.vip.king .col {
    width: 100% !important;
    flex-basis: 100% !important;
    margin-top: -12px !important;   /* veya 0px, ihtiyaca göre daha da azalt */

  }
  /* Siteye git butonu kaldır */
  .row.vip.king .item .button {
    display: none !important;
  }
  /* Ana item hizalama ve yükseklik */
  .row.vip.king .item {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 102px !important;
    height: 108px !important;    /* Daha kısa */
    padding: 5px 2px;
    position: relative;
    background: var(--card);
    border-radius: 28px;
  }
  /* Ortadaki logo ve yazı */
  .row.vip.king .item .left {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 !important;
    text-align: center;
    margin: 0 92px !important;   /* Yıldız arası boşluk, büyüyünce açtık */
  }
  .row.vip.king .item .left img {
    margin: 0 auto 8px auto !important;
    width: 138px !important;   /* LOGO BÜYÜK */
    height: 52px !important;
    object-fit: contain;
    display: block;
  }
  .row.vip.king .item .text {
    font-size: 15px !important;
    line-height: 19px;
    font-weight: bold;
    margin: 0 !important;
    text-align: center;
    width: 100%;
    white-space: normal !important;
    color: #fff;
  }

  /* Yıldızlar büyük, ortada ve çok belirgin */
  .row.vip.king .item .vip,
  .row.vip.king .item .vip.l {
    position: absolute !important;
    top: 6% !important;
    transform: translateY(-50%) !important;
    width: 92px !important;
    height: 92px !important;
    min-width: 92px !important;
    min-height: 92px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    border: none !important;         /* <-- Çerçeve kaldırıldı */
    background: none !important;     /* <-- Arka plan kaldırıldı */
    box-shadow: none;
    padding: 0 !important;
    z-index: 3;
  }
  .row.vip.king .item .vip {
    right: 12px !important;
    left: auto !important;
  }
  .row.vip.king .item .vip.l {
    left: 12px !important;
    right: auto !important;
  }
  .row.vip.king .item .vip img,
  .row.vip.king .item .vip svg,
  .row.vip.king .item .vip.l img,
  .row.vip.king .item .vip.l svg {
    width: 112px !important;
    height: 112px !important;
    margin: 0 !important;
    display: block !important;
    filter: drop-shadow(0 2px 8px #FFD60066);
  }

  /* Ana başlık ve ikonlar mobilde daha küçük */
  #anaSponsorBaslik .anaSponsorText {
    font-size: 1.15rem !important;
  }
  #anaSponsorBaslik .anaSponsorIcon img {
    height: 30px !important;
    width: 30px !important;
  }
}









.diamond .item:hover {
  box-shadow: 0 4px 32px #FFD60040;
  transform: scale(1.025);
  transition: 0.18s cubic-bezier(.33,.89,.68,.99);
  border-color: #FFD600;
}
  
.vip .item:hover,
.diamond .item:hover {
  box-shadow: 0 4px 32px #FFD60040;
  transform: scale(1.025);
  transition: 0.18s cubic-bezier(.33,.89,.68,.99);
  border-color: #FFD600;
}


.row.vip.king .item:hover,
.row.vip.king.canli-yayinda .item:hover,
.row.diamond .item:hover {
  box-shadow: 0 4px 32px #FFD60040;
  transform: scale(1.025);
  transition: 0.18s cubic-bezier(.33,.89,.68,.99);
  border-color: #FFD600;
}



 
  
  .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;
	border: 2px solid var(--site-color);
  }
  
  
  .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: 20px;
    height: 35px;
    font-size: 14px;
    font-weight: bold;
    width: 120px;
    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 .center2{
    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 .center2 .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 .center2 .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 .center2 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, #swiper img{
    border-radius: 30px;
    overflow: hidden;
  }
  
  
  .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;
  }
  
  @media (max-width:996px) {
    .bottom-fixed{
      width: 100% !important;
    }
    .bottom-fixed p{
      font-size: 12px !important;
    }
    .bottom-fixed img{
      width: 80px !important;
    }
  }
  
  .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);
  }
  
  
  
  
  
  .notify-fixed{
    width: 300px;
    height: auto;
    border-radius: 30px !important;
    z-index: 9999999;
    background: var(--card);
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 0 var(--site-color);
    padding: 20px 20px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    animation: fadeIn 1s alternate forwards;
    opacity: 0;
  }
  
  .notify-fixed:before{
    content: '';
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-radius: 30px !important;
    z-index: -1;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, #00000053 100%);
  }
  
  .notify-fixed .center,
  .notify-fixed .logo{
    position: relative;
    top: 5px;
  }
  .notify-fixed .button{
    position: absolute;
    right: 10px;
    cursor: pointer;
    top: 10px;
  }
  .notify-fixed .center{
    text-align: center;
    font-size: 12px;
    align-items: center;
    display: flex;
    margin-bottom: 10px;
  }
  .notify-fixed .center h1,.notify-fixed .center p{
    font-size: 18px;
    font-weight: 900;
    margin: 5px 2px !important;
  }
  .notify-fixed img{
    width: 170px;
  }
  .notify-fixed a{
    padding: 7px 7px;
    width: 170px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border-radius: 30px;
    font-size: 17px;
  }
  .notify-fixed .button svg{
    width: 24px;
    height: 24px;
    stroke: #fff;
  }
  @keyframes fadeIn {
    from{
      opacity: 0;
    }
    to{
      opacity: 1;
    }
  }
  @keyframes boxShadow {
    from{
      box-shadow: 0px 0px 0;
    }
    to{
      box-shadow: 0px 0px 30px;
    }
  }
  
  #app-v-page:not(.mobile) .vip.king .item .left img{
    width: 280px;
    height: 50px;
  }
  #app-v-page:not(.mobile) .vip.king .item .left{
    padding: 0 100px !important;
  }
  #app-v-page:not(.mobile) .vip.king .item .vip.l{
    left: 20px !important;
    right: auto !important;
  }
  #app-v-page:not(.mobile) .vip.king .item  .button{
    margin-left: 5%;
    width: 150px;
	 transition: transform .5s ease;
  }
  #app-v-page:not(.mobile) .vip.king .item  .button:hover{
   transform: scale(1.1);
  }
  #app-v-page:not(.mobile) .vip.king .item .vip{
    width: 40px;
    height: 40px;
    border-radius: 50px;
    top: 20px;
    transform: scale(1) !important;
    right: 20px;
  }
  #app-v-page:not(.mobile) .vip.king .item .vip svg{
    margin: 0px !important;
    width: 25px;
    height: 25px;
  }
  #app-v-page:not(.mobile) .vip.king .item .left{
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  
  #app-v-page.mobile .vip.king .item .left img {
    width: 200px;
    height: 50px;
  }
  
  #app-v-page.mobile .vip.king .item .text {
    margin: 0px !important;
  }
  
  #app-v-page.mobile .vip.king .item .vip.l {
    display: none;
  }
  
  #app-v-page.mobile .vip.king .item{
    height: 160px;
  }
  
  #app-v-page.mobile .vip .l{
      position: relative;
      top: 7px;
  }
  
  #app-v-page.mobile .vip.king .item .vip {
    width: 100px;
    background: none;
    padding-top: -15px;
  }
  
  
  
   #app-v-page.mobile header .logo img{
  padding-top:10px;
}
  #app-v-page.mobile .vip.king .item .vip svg {
    width: 110px;
    height: 110px;
  }
  
  #app-v-page.mobile #swiper, #app-v-page.mobile #swiper img{
    border-radius: 0px;
  }
  #app-v-page.mobile #swiper{
    margin: -20px;
    margin-bottom: 0px;
  }
  #app-v-page.mobile .row.diamond .col{
    width: 100% !important;
    flex-basis: 100% !important;
  }
  #app-v-page.mobile .row.diamond .item{
    padding: 10px 15px;
  }
  #app-v-page.mobile .container{
    width: 100% !important;
  }
  #app-v-page.mobile .fix-side{
    display: none;
  }
  #app-v-page.mobile .row.banner4 .col {
    width: 50%;
  }
  
  #app-v-page.mobile .row.banner6 .col,
  #app-v-page.mobile .row.banner5 .col,
  #app-v-page.mobile .row.banner7 .col {
    width: 33.333333%;
  }
  #app-v-page.mobile .normal .item{
    border-radius: 20px;
    height: 160px;
    margin: 5px 0;
  }
  #app-v-page.mobile .normal .item .text{
    font-size: 13px;
  }
  #app-v-page.mobile .normal .item .text span{
    font-size: 13px;
  }
  #app-v-page.mobile .normal .item .button{
    width: 100% !important;
  }
  #app-v-page.mobile .row.vip.king .col{
    width: 100% !important;
  }
  #app-v-page.mobile .col{
    padding: 0 5px;
  }
  #app-v-page.mobile .normal .item .top img{
    width: 80px;
    height: 30px;
  }
  #app-v-page.mobile .item .button{
    width: 90px !important;
  }
  #app-v-page.mobile .vip.king .item .button{
    float: right !important;
    margin-top: -20px !important;
  }
  #app-v-page.mobile .vip .item .vip{
    right: 15px;
    position: absolute;
    font-size: 12px;
    width: 50px;
    height: 22px;
    transform: scale(0.8) !important;
  }
  
  #app-v-page.mobile .vip .item .left img{
    width: 80px;
    height: 30px;
    object-fit: contain;
  }
  .diamond.clover .item .icon{
    margin-right: 20px;
    width: 130px;
    position: absolute;
    left: 125px;
    height: 130px;
    z-index: -1;
    opacity: .1;
  }
  .diamond .item .icon svg{
    width: 40px;
    height: 75px;
  }
  #app-v-page.mobile .diamond .item .left img{
    width: 130px;
    height: 40px;
  }
  #app-v-page.mobile .vip.king .item .text{
    font-size: 18px !important;
  }
  #app-v-page.mobile .vip .item .text{
    height: 40px;
    white-space: nowrap;
    margin-top: 10px;
  }
  #app-v-page.mobile header{
    height: 100px;
  }
  #app-v-page.mobile header .container{
    flex-direction: column;
     margin-bottom: 20px;
  }
  #app-v-page.mobile header .social .social-button{
    font-size: 0px;
    padding-bottom:10px;
  }
  #app-v-page.mobile header .social .social-button svg{ 
    margin: 0px;
  }
  #app-v-page.mobile.is-fixed header{
    height: 70px !important;
  }
  #app-v-page.mobile.is-fixed header .container{
    flex-direction: row !important;
  }
  
  
  
  @media(max-width:1400px){
    .vip .item .text{
      font-size: 11px !important;
    }
    .vip .item .vip{
      transform: scale(0.6);
      right: 0px;
    }
    .container{
      width: 910px;
    }
    .row.banner7 .col{
      width: 20%;
    }
  }
  @media(max-width:1200px){
    .fix-side{
      display: none;
    }
  }
  
  
  #app-v-page .footer-c {
    margin-top: 20px;
    display: flex;
    padding: 0 10px;
    width: 100%;
    justify-content: space-between;
  }
  #app-v-page .footer-c .licence {
    display: flex;
    font-size: 11px;
    align-items: center;
    justify-content: center;
  }
  #app-v-page .footer-c .licence img {
    margin-left: 10px;
    width: inherit !important;
    height: 40px;
    margin-top: -5px;
  }
  #app-v-page .footer-c .cpyrght {
    display: flex;
    font-size: 11px;
    opacity: 0.5;
    color: #fff;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
  #app-v-page .footer-c .cpyrght img {
    margin-left: 10px;
    width: inherit !important;
    height: 15px;
  }
  
  #app-v-page.mobile header .links{
   justify-content: center;
   margin-bottom:10px;
    height: 40px;
    width: 100%;
  }
  
  @media (min-width:996px) and (max-width:1400px){
    .vip .item .left img{
        width: 90px;
    }
  }
  
  
  
  
  @-webkit-keyframes ticker {
    0% {
      transform: translate3d(0, 0, 0);
      visibility: visible;
    }
    100% {
      transform: translate3d(-100%, 0, 0);
    }
  }
  @keyframes ticker {
    0% {
      transform: translate3d(0, 0, 0);
      visibility: visible;
    }
    100% {
      transform: translate3d(-100%, 0, 0);
    }
  }
  .strip{
      position: relative;
      width: 100%;
      overflow: hidden;
      height: 55px;
      margin: 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: center;
    height: 100%;
    background: var(--card);
    padding-left: 100%;
    left: 0px;
    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;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
  }
  .ticker-wrap .ticker__item {
    padding: 0 2rem;
    color: white;
    font-size: 15px !important;
    color: white;
    display: flex;
  }
  .ticker-wrap .ticker__item a{
      display: flex;
      overflow: hidden;
      align-items: center;
      display: flex;
      background: #00000029;
      padding: 5px 15px;
      position: relative;
      border-radius: 35px;
      margin: 0 10px;
  }
  .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: 100%;
      position: absolute;
      left: 130px;
      bottom: 0px;
      z-index: -1;
      height: 100%;
      background: linear-gradient(90deg, transparent 0%, var(--site-color) 100%);
  } 
  

  
#anaSponsorBaslik,
#canliBaslik1 {
  width: 100%;
  max-width: 850px;
  margin: 0px auto 6px auto;
  background: #0d3767;
  border: 2.5px solid #FFD600;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  box-shadow: 0 5px 24px 0 rgba(20,38,90,0.18);
  padding: 7px 8px;
  font-family: 'Roboto Condensed', 'Segoe UI', Arial, sans-serif !important;
  z-index: 1;
  position: relative;
}

#anaSponsorBaslik .anaSponsorText,
#canliBaslik1 .canliText {
  color: #FFD600;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-shadow: 0 1.5px 8px #1c234280;
  text-align: center;
}

#anaSponsorBaslik .anaSponsorIcon img,
#canliBaslik1 .canliIcon img {
  height: 40px;
  width: 40px;
  filter: drop-shadow(0 2px 5px #0004);
}



.row.vip.king {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (max-width: 700px) {
  .row.vip.king {
    max-width: 98vw;
  }
}






.row.vip.king.canli-yayinda {
  max-width: 1150px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
}

@media (max-width: 1200px) {
  .row.vip.king.canli-yayinda {
    max-width: 98vw !important;
    width: 100% !important;
  }
}

.custom-divider {
  width: 100%;
  max-width: 1150px;
  height: 0;
  border-top: 3.5px solid #FFD600;
  margin: 32px auto 32px auto;
  border-radius: 3px;
  box-shadow: 0 2px 14px 0 #FFD60040;
  opacity: 0.92;
}

@media (max-width: 1200px) {
  .custom-divider {
    max-width: 96vw;
    margin: 20px auto 20px auto;
    border-top-width: 2.5px;
  }
}
@media (max-width: 700px) {
  .custom-divider {
    max-width: 98vw;
    margin: 13px auto 13px auto;
    border-top-width: 2px;
  }
}

@media (max-width: 700px) {
  .diamond .item .text,
  .vip .item .text {
    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
}

/* Özel Siteler (Ticker) hover efekti */
.ticker-wrap .ticker__item a {
  transition: 
    box-shadow 0.18s cubic-bezier(.33,.89,.68,.99), 
    transform 0.18s cubic-bezier(.33,.89,.68,.99), 
    border-color 0.18s cubic-bezier(.33,.89,.68,.99),
    background 0.18s;
  box-shadow: 0 0px 0px #FFD60000;
  border: 2px solid transparent;
  position: relative;
  z-index: 2;
}

.ticker-wrap .ticker__item a:hover {
  box-shadow: 0 4px 22px #FFD60060;
  transform: scale(1.04) translateY(-3px);
  border-color: #FFD600;
  background: linear-gradient(90deg, #19142b 20%, var(--site-color) 80%);
  /* arka plan rengi ayar, dilersen değiştirirsin */
}
  
/* Header sosyal medya butonları hover efekti */
header .social .social-button {
  transition: 
    background 0.20s cubic-bezier(.33,.89,.68,.99),
    box-shadow 0.20s cubic-bezier(.33,.89,.68,.99),
    transform 0.20s cubic-bezier(.33,.89,.68,.99);
  box-shadow: 0 0px 0px transparent;
}

header .social .social-button:hover {
  background: linear-gradient(90deg, var(--color) 0%, #fff0 100%);
  color: #222;
  box-shadow: 0 2px 18px #FFD60080;
  transform: translateY(-3px) scale(1.06);
  /* opsiyonel: text-shadow veya ikon rengi değişimi de eklenebilir */
}

header .social .social-button:hover svg,
header .social .social-button:hover path {
  fill: #FFD600 !important; /* ikonları sarıya boya */
  transition: fill 0.2s;
}


header .social .social-button.youtube:hover { background: #FF2222; color: #fff; }
header .social .social-button.telegram:hover { background: #2277FF; color: #fff; }
header .social .social-button.instagram:hover { background: #FF22BB; color: #fff; }
header .social .social-button.skype:hover { background: #00aff0; color: #fff; }



#canliBaslik1 {
  max-width: 975px; /* ya da istediğin piksel, mesela 1200px */
}

@media (max-width: 800px) {
  /* Sağdaki yıldızı gizle */
  .row.vip.king .item .vip:not(.l) {
    display: none !important;
  }

  /* Kart düzeni - Yıldız+Sponsor birleşik ve ortalı */
  .row.vip.king .item {
    display: grid !important;
    grid-template-columns: 50px 1fr;
    align-items: center;
    min-height: 100px !important;
    height: auto !important;
    padding: 10px 5px 10px 15px;
    border-radius: 20px;
    position: relative;
  }
  .row.vip.king .item .vip.l {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    background: none !important;
    box-shadow: none;
    margin-right: 8px;
    margin-left: 4px;
    order: 1;
    z-index: 2;
    position: static !important;
  }
  .row.vip.king .item .left {
    display: flex !important;
    flex-direction: column;
    align-items: center !important;
    justify-content: center;
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    order: 2;
  }
  .row.vip.king .item .left img {
    width: 120px !important;
    height: 40px !important;
    object-fit: contain;
    margin-bottom: 4px;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
    transform: scale(2);   /* veya deneme için 1.2, 1.8 de yazabilirsin */
  }
  .row.vip.king .item .text {
    font-size: 13px !important;
    margin: 0 !important;
    color: #fff;
    text-align: center !important;
    width: 100%;
    font-weight: 700;
    line-height: 16px;
    white-space: normal !important;
  }
  
  /* Tüm sponsor kutularını mobilde iyice kısalt */
  /* Tüm sponsor kutularını mobilde iyice kısalt */
    .vip .item,
    .normal .item {
      padding: 5px 8px !important;
      min-height: 42px !important;
      height: 48px !important;
      border-radius: 10px !important;
      display: flex !important;
      align-items: center !important;
    }
    
    /* Kutudaki logo veya ikonları iyice küçült */
    .vip .item .left img,
    .normal .item .top img {
      height: 22px !important;
      width: auto !important;
      max-width: 60px !important;
      margin-bottom: 0 !important;
      margin-right: 8px !important;
    }
    
    /* Başlıktaki yazı daha küçük olsun */
    .vip .item .text,
    .normal .item .text {
      font-size: 11px !important;
      line-height: 13px !important;
      margin: 0 !important;
      padding: 0 !important;
      font-weight: bold !important;
    }
    
    /* Butonlar da iyice ufalsın */
    .vip .item .button,
    .normal .item .button {
      height: 22px !important;
      font-size: 10px !important;
      width: 60px !important;
      border-radius: 10px !important;
      padding: 0 6px !important;
      margin-top: 0 !important;
    }
    
    /* Kartın içindeki özel ikonlar (VIP vs) daha küçük */
    .vip .item .vip {
      width: 24px !important;
      height: 24px !important;
      font-size: 10px !important;
      border-radius: 6px !important;
      top: 7px !important;
      right: 7px !important;
      padding: 0 !important;
    }
    
    /* DİAMOND SİTELER İÇİN CSS */
    
    .row.diamond {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start;
    gap: 18px 2%;
    max-width: 800px;
    margin: 0 auto 18px auto;
    padding: 0 !important;
    background: none !important;
  }
  .row.diamond .col {
    flex: 0 0 49%;
    max-width: 49%;
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 0;
    margin: 0;
    background: transparent !important;
    box-shadow: none !important;
  }
  .row.diamond .item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  border-radius: 18px !important;
  border: 2.5px solid var(--site-color, #FDAB10) !important;
  background: linear-gradient(90deg, var(--site-color, #23272f) 0%, #23272f 100%) !important;
  box-shadow: 0 1px 12px #0002 !important;
  position: relative !important;
  min-height: 0 !important;
  overflow: hidden !important;
  width: 100% !important;
  text-align: center !important;
    }
  .row.diamond .item:hover {
    box-shadow: 0 2px 24px #0005;
    transform: scale(1.013);
  }
  .row.diamond .content {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0 !important;
    }
  .row.diamond .icon {
    display: none !important;
  }
  .row.diamond .left {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  min-width: 0 !important;
    }
    .row.diamond .left img {
      width: 90px !important;
      height: 90px !important;
      max-width: 90px !important;
      max-height: 90px !important;
      min-width: 60px !important;
      min-height: 60px !important;
      object-fit: contain !important;
      background: none !important;
      box-shadow: none !important;
      border-radius: 0 !important;
      margin: 0 !important;
      padding: 0 !important;
      display: block !important;
    }
  .row.diamond .text {
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1.14 !important;
  margin: 6px 0 0 0 !important;  /* Yalnızca üstte 6px bırak, diğerleri 0 */
  padding: 0 !important;
  letter-spacing: 0.01em !important;
  text-shadow: none !important;
  white-space: normal !important;
  width: 100% !important;
  text-align: center !important;
  display: block !important;
}
.row.diamond .text small {
  display: block !important;
  font-size: 11px !important;
  color: #dedede !important;
  font-weight: 400 !important;
  letter-spacing: 0.01em !important;
  opacity: 0.85 !important;
  margin: 2px 0 0 0 !important; /* Üste 2px, alt tamamen sıfır */
  text-shadow: none !important;
}
  .row.diamond .button,
.row.diamond .vip {
  display: none !important;
}
}
/* MOBİL (800px altı): logo yine kutusuz, daha küçük, yazılar ufak */
@media (max-width: 800px) {
  .row.diamond .left img {
    background: none !important;
    border-radius: 0 !important;
    width: 120px !important;
    height: 120px !important;
    max-width: 120px !important;
    margin: -15px auto -15px auto !important;
    display: block;
    box-shadow: none !important;
    padding: 0 !important;
  }
  .row.diamond .text {
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.12 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
  }
  .row.diamond .text small {
    font-size: 9.5px !important;
    opacity: 0.8 !important;
    margin-top: 2px !important;
    color: #dedede !important;
    font-weight: 400 !important;
  }
}
    
    

  
  /* CANLI YAYINDA OYNADIĞIM SİTELER ve GÜVENDİĞİM SİTELER başlıkları için ortak stiller */
   /* Başlık kutusu */
    #anaSponsorBaslik,
    #canliBaslik1 {
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      gap: 8px !important;
      min-height: 38px !important;
      padding: 5px 8px !important;
      border-radius: 22px !important;
      background: #0d3767 !important;
      border: 2.5px solid #FFD600 !important;
      box-shadow: 0 5px 24px 0 rgba(20,38,90,0.18) !important;
      margin-top: -15px !important;   /* <<< BU SATIRI EKLEDİM: Div’i yukarı çekmek için azaltabilirsin (ör: 0, 6px, hatta -8px) */
    }
    
    #anaSponsorBaslik {
    margin-top: -3px !important; /* Dilediğin px ile oyna, 0 da yapabilirsin */
  }
  /* İkonlar */
  #anaSponsorBaslik .canliIcon,
  #canliBaslik1 .canliIcon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
  }
  #anaSponsorBaslik .canliIcon img,
  #canliBaslik1 .canliIcon img {
    width: 26px !important;
    height: 26px !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  /* Yazı */
  #anaSponsorBaslik .anaSponsorText,
  #canliBaslik1 .canliText {
    flex: 1 1 auto !important;
    text-align: center !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
    letter-spacing: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    color: #FFD600 !important;
  }
}

