* {
    box-sizing: border-box;
}

#app-v-page {
    height: 100%;
    width: 100%;
    font-family: 'Rajdhani', sans-serif;
    color: #fff;
    padding-bottom: 80px;
}

#app-v-page>.container {
    padding: 20px;
}


.outer,
.inner {
    fill: none;
    stroke: var(--color);
    stroke-width: 8;
}

.outer {
    opacity: .4;
}

.inner {
    stroke-dasharray: 70 2000;
}

.container {
    max-width: 1200px;
    width: calc(100% - 200px); /* Sol ve sağ sabit containerlar için alan bırak */
    margin: 0 auto;
    padding: 0 20px;
}

/* Responsive design */
@media (max-width: 1400px) {
    .container {
        width: calc(100% - 160px);
    }
}

@media (max-width: 1200px) {
    .container {
        width: calc(100% - 120px);
    }
}

@media (max-width: 768px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }

    /* Mobilde sabit containerları gizle */
    #left-fix-banner,
    #right-fix-banner {
        display: none !important;
    }
}

div#app-v-page.is-fixed {
    padding-top: 70px;
}

div#app-v-page.is-fixed header {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background: #00000060;
    backdrop-filter: blur(4px);
    z-index: 999;
}

div#app-v-page.is-fixed header .logo {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

div#app-v-page.is-fixed header .links,
div#app-v-page.is-fixed header .social {
    display: none;
}

header {
    height: 70px;
    background: var(--menu);
    backdrop-filter: blur(0px);
    display: flex;
    transition: all ease 0.4s;
    align-items: center;
}

header .logo {
    width: 180px;
    transform: translateX(0%);
    left: 0%;
    transition: all ease 0.4s;
}

header .logo img {
    width: 100%;
    margin-bottom: 5px;
}

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;
    background: var(--card);
    padding: 7px 12px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

header .links a:before {
    border-radius: 10px;
    content: '';
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, #39ff0053 100%);
}

header .links li:nth-child(2) a:before {
    background: linear-gradient(90deg, transparent 0%, #a66300 100%);
}

header .links li:nth-child(3) a:before {
    background: linear-gradient(90deg, transparent 0%, #ff000053 100%);
}

header .links a img {
    margin-right: 10px;
}

header .links a small {
    text-transform: uppercase;
    ;
}

header .links a p {
    margin: 0;
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .social {
    display: flex;
    align-items: center;
}

.discord {
    background: transparent !important;
    opacity: 1 !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.discord i, .discord svg, .discord path {
    color: #5865F2 !important;
    fill: #5865F2 !important;
}

.telegram {
    background: transparent !important;
    opacity: 1 !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.telegram i, .telegram svg, .telegram path {
    color: #0088cc !important;
    fill: #0088cc !important;
}

.skype {
    background: transparent !important;
    opacity: 1 !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.skype i, .skype svg, .skype path {
    color: #00aff0 !important;
    fill: #00aff0 !important;
}

.twitch {
    background: transparent !important;
    opacity: 1 !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.twitch i, .twitch svg, .twitch path {
    color: #9146ff !important;
    fill: #9146ff !important;
}

.instagram {
    background: transparent !important;
    opacity: 1 !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.instagram i, .instagram svg, .instagram path {
    color: #E4405F !important;
    fill: #E4405F !important;
}

.kick {
    background: transparent !important;
    opacity: 1 !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.kick i, .kick svg, .kick path {
    color: #53fc18 !important;
    fill: #53fc18 !important;
}

.youtube {
    background: transparent !important;
    opacity: 1 !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.youtube i, .youtube svg, .youtube path {
    color: #FF0000 !important;
    fill: #FF0000 !important;
}

.X {
    background: transparent !important;
    opacity: 1 !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.X i, .X svg, .X path {
    color: #000000 !important;
    fill: #000000 !important;
}

.facebook {
    background: transparent !important;
    opacity: 1 !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.facebook i, .facebook svg, .facebook path {
    color: #1877F2 !important;
    fill: #1877F2 !important;
}

.whatsapp {
    background: transparent !important;
    opacity: 1 !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.whatsapp i, .whatsapp svg, .whatsapp path {
    color: #25D366 !important;
    fill: #25D366 !important;
}

.tiktok {
    background: transparent !important;
    opacity: 1 !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.tiktok i, .tiktok svg, .tiktok path {
    color: #fe2c55 !important;
    fill: #fe2c55 !important;
}

.teams {
    background: transparent !important;
    opacity: 1 !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.teams i, .teams svg, .teams path {
    color: #6264A7 !important;
    fill: #6264A7 !important;
}

.mail {
    background: transparent !important;
    opacity: 1 !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.mail i, .mail svg, .mail path {
    color: #34495e !important;
    fill: #34495e !important;
}

.twitter {
    background: transparent !important;
    opacity: 1 !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.twitter i, .twitter svg, .twitter path {
    color: #1DA1F2 !important;
    fill: #1DA1F2 !important;
}

header .social .social-button {
    display: flex;
    align-items: center;
    margin-left: 10px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    padding: 12px 16px;
    border-radius: 12px;
    z-index: 1;
    position: relative;
    flex-direction: column;
    justify-content: center;
    width: 70px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    transition: all 0.3s ease;
    min-width: 60px;
    min-height: 60px;
    opacity: 1 !important;
    text-align: center;
}

header .social .social-button:hover {
    background: rgba(255, 255, 255, 0.25) !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
}

header .social .social-button:before {
    display: none;
}

header .social .social-button i {
    margin-bottom: 8px !important;
    font-size: 42px !important;
    transform: translateY(-8px) !important;
    transition: transform 0.3s ease !important;
    display: block !important;
    text-align: center !important;
    width: 100% !important;
    line-height: 1 !important;
}

header .social .social-button:hover i {
    transform: translateY(-10px) scale(1.15) !important;
}

header .social .social-button svg {
    margin-bottom: 12px !important;
    width: 42px !important;
    height: 42px !important;
    transform: translateY(-10px) !important;
    transition: transform 0.3s ease !important;
    min-width: 42px !important;
    min-height: 42px !important;
}

header .social .social-button:hover svg {
    transform: translateY(-10px) scale(1.15) !important;
}

svg {
    width: 24px;
    height: 24px;
}

/* Bu duplikasyon kaldırıldı - yukarıdaki tanım geçerli */

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);
    border: 2px solid var(--site-color);
    padding: 15px;
    height: 170px;
    margin: 10px 0;
    cursor: pointer;
    border-radius: 30px;
    display: flex;
    overflow: hidden;
    z-index: 1;
    position: relative;
    flex-direction: column;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.normal .item:before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    height: 100%;
    background: linear-gradient(181deg, transparent 0%, #11174b 100%);
}

.normal .item .text span {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
}

.normal .item .text {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    height: 45px;
    color: #ffffffa6;
}

.normal .item .button {
    background: var(--site-color);
    text-align: center;
    font-size: 12px;
    border-radius: 30px;
    height: 35px;
    font-weight: bold;
    width: 100px;
    margin: -6px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
}

.normal .item .top img {
    width: 100px;
    height: 50px;
    object-fit: contain;
    object-position: left;
}



@-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;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border: 1px solid #ffffff2e;
    height: 50px;
    margin: 0px;
    border-radius: 20px;
}

.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: 7px 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border: 1px solid #ffffff2e;
    position: relative;
    border-radius: 15px;
    margin: 0 10px;
}

.ticker-wrap .ticker__item a .button {
    background: var(--site-color);
    text-align: center;
    border-radius: 5px;
    height: 35px;
    font-size: 14px;
    padding: 5px;
    font-weight: bold;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}


.vip .item {
    background: var(--card);
    border: 2px solid var(--site-color);
    padding: 20px;
    margin: 10px 0;
    border-radius: 30px;
    display: flex;
    overflow: hidden;
    z-index: 1;
    position: relative;
    cursor: pointer;
    flex-direction: column;
    height: 120px; /* Sabit yükseklik */
    max-height: 120px; /* Maksimum yükseklik */
    min-height: 120px; /* Minimum yükseklik */
}

.vip .item .vip-img {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.vip .item:before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0px;
    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: 14px;
    line-height: 16px;
    font-weight: bold;
}

.vip .item .text small {
    font-weight: 500;
    opacity: .5;
}

.vip .item .button {
    background: var(--site-color);
    text-align: center;
    border-radius: 30px;
    height: 35px;
    font-size: 12px;
    font-weight: bold;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.vip .item .left img {
    object-position: left;
    width: 135px;
    height: 50px;
    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;
    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);
    border: 2px solid var(--site-color);
    padding: 20px 30px;
    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 img {
    width: 60px;
    width: 60px;
}

.diamond .item:before {
    content: '';
    width: 100%;
    position: absolute;
    right: -50%;
    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: 70%;
    top: 0px;
    bottom: 0;
    transform: translateY(-50%);
    top: 50%;
    margin-top: 20px;
    border-radius: 30px;
    display: flex;
    z-index: 999;
    align-items: center;
    justify-self: center;
    border: 1px solid var(--site-color);
}

.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 .stars img {
    transform: rotate(0deg);
    height: auto;
    width: 60px;
}

.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,
#swiper img {
    border-radius: 20px;
    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) {
    .diamond .item .text {
        white-space: normal !important;
        width: 160px !important;
    }

    .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 !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    box-shadow: 0px 0px 0 var(--site-color);
    padding: 20px 20px;
    border: 1px solid var(--site-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    animation: fadeIn 1s alternate forwards, boxShadow 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.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.banner7 .col {
    width: 33.333333%;
}

#app-v-page.mobile .normal .item {
    border-radius: 20px;
    height: 160px;
    margin: 5px 0;
    padding: 15px 10px;
}

#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 header .links a {
    margin: 5px 0;
}

#app-v-page.mobile header .links a p {
    font-size: 12px;
}

#app-v-page.mobile header .links a small {
    display: none;
}

#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 .item .vip {
    right: 13px;
    top: 10px;
    position: absolute;
    font-size: 12px;
    width: 50px;
    height: 22px;
    transform: scale(0.8) !important;
}

#app-v-page.mobile .vip .item .vip-img {
    top: 80px;
    transform: none;
}

#app-v-page.mobile .vip .item .vip-img img {
    width: 55px;
}

#app-v-page.mobile .vip .item .left img {
    width: 105;
    height: 30px;
    object-fit: contain;
}

.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 .item {
    padding: 10px 15px;
    border-radius: 20px;
}

#app-v-page.mobile .vip .item .text {
    font-size: 13px !important;
}

#app-v-page.mobile .vip .item .text {
    height: 40px;
}

#app-v-page.mobile header {
    height: 160px;
}

#app-v-page.mobile header .container {
    flex-direction: column;
}

#app-v-page.mobile header .social .social-button {
    font-size: 0px;
    width: 30px !important;
    height: 30px !important;
    padding: 3px 5px !important;
    min-width: 30px !important;
}

#app-v-page.mobile header .social .social-button i {
    margin: 0px !important;
    font-size: 10px !important;
    transform: translateY(-1px) !important;
}

#app-v-page.mobile header .social .social-button svg {
    margin: 0px !important;
    width: 10px !important;
    height: 10px !important;
    transform: translateY(-1px) !important;
}

#app-v-page.mobile.is-fixed header {
    height: 50px !important;
    background: var(--menu) !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: 40px;
}

#app-v-page.mobile header .links {
    margin: 5px 0 !important;
    padding: 0 5px !important;
}

@media (max-width:1400px) {
    .vip .item .vip-img img {
        width: 40px;
    }
}

#app-v-page.mobile .vip .item .vip-img {
    top: 5px !important;
    right: 5px !important;
}

#app-v-page.mobile .vip .item .vip-img img {
    width: 30px !important;
}

#app-v-page.mobile .vip .item small {
    display: block;
}

.vip .item {
    padding: 5px 20px !important;
    zoom: 100% !important;
    border-radius: 21px !important;
}

.vip .item .vip-img img {
    width: 40px !important;
}

.vip .item .vip-img {
    top: 10px !important;
    transform: none !important;
    right: 10px !important;
}

.vip .item .button {
    position: absolute !important;
    right: 0px !important;
    bottom: 0px !important;
    padding: 0px !important;
    width: 80px !important;
    height: 23px !important;
}

/* VIP Sites Mobile Responsive - Force 2 columns */
@media (max-width: 768px) {
    .row.banner4 .col,
    .row.vip .col {
        width: 50% !important;
        min-width: 140px !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .vip .item {
        min-height: 120px !important;
        height: auto !important;
        padding: 10px 15px !important;
        margin: 5px 0 !important;
    }

    .vip .item .left img {
        width: 90px !important;
        height: 35px !important;
    }

    .vip .item .text {
        font-size: 11px !important;
        line-height: 14px !important;
    }

    .vip .item .button {
        width: 70px !important;
        height: 25px !important;
        font-size: 10px !important;
        right: 0px !important;
        bottom: 5px !important;
        position: absolute !important;
    }

    .vip .item .vip-img {
        top: 5px !important;
        right: 5px !important;
        transform: none !important;
    }

    .vip .item .vip-img img {
        width: 25px !important;
    }
}

/* Mobil Header Responsive Düzenlemeler */
/* Mobil Header Responsive Düzenlemeler */
@media (max-width: 768px) {
    header {
        height: auto;
        min-height: 60px;
        padding: 8px 0;
        overflow: hidden;
    }

    header .container {
        flex-direction: column;
        gap: 10px;
        padding: 0 10px;
    }

    /* Mobilde logo başlangıçta gizli */
    header .logo {
        display: none !important; /* Logo'yu mobilde gizle */
    }

    /* Scroll sonrası logo görünür olsun */
    div#app-v-page.is-fixed header .logo {
        display: block !important;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    /* Scroll sonrası logo resmi yüksekliği */
    div#app-v-page.is-fixed header .logo img {
        height: 60px;
        width: auto;
        transition: height 0.3s ease;
    }

    /* Header links ve social'ı yan yana yapacak wrapper */
    .header-content-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        gap: 10px;
    }

    header .links {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 5px;
        flex: 1;
    }

    header .links a {
        font-size: 11px;
        padding: 6px 8px;
        margin: 0 2px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 120px;
    }

    header .links a img {
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }

    header .social {
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 5px;
        flex: 1;
        margin-top: 0;
    }

    header .social .social-button {
        padding: 3px 5px !important;        
        font-size: 5px !important;          
        margin-left: 0;
        min-width: 30px !important;         
        width: 30px !important;
        height: 30px !important;
        text-align: center;
    }
    
    header .social .social-button i {
        font-size: 9px !important;           /* 18px'den değiştir */
        margin-bottom: 2px !important;       /* 4px'den değiştir */
        transform: translateY(-1px) !important;  /* -2px'den değiştir */
    }
    
    header .social .social-button svg {
        width: 9px !important;               /* 18px'den değiştir */
        height: 9px !important;              /* 18px'den değiştir */
        margin-bottom: 2px !important;       /* 4px'den değiştir */
        transform: translateY(-1px) !important;  /* -2px'den değiştir */
    }

    /* Scroll sonrası sayfa yapısı için boşluk bırak */
    div#app-v-page.is-fixed {
        padding-top: 70px; /* Header kadar boşluk */
    }

    div#app-v-page.is-fixed header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 70px;
        padding: 0;
        background: rgba(0, 0, 0, 0.38);
        backdrop-filter: blur(4px);
        z-index: 999;
        overflow: hidden;
        transition: background 0.3s ease, padding 0.3s ease;
    }

    /* Logo scroll sonrası ortalanır */
    div#app-v-page.is-fixed header .logo {
        display: flex !important;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 70px;
        z-index: 10;
        animation: slideInFromLeft 0.5s ease forwards;
    }

    div#app-v-page.is-fixed header .logo img {
        height: 60px;
        width: auto;
        transition: height 0.3s ease;
    }

    /* Diğerler gizlensin */
    div#app-v-page.is-fixed header .links,
    div#app-v-page.is-fixed header .social {
        display: none;
    }

}

@media (max-width: 480px) {
    header .links a {
        font-size: 10px;
        padding: 5px 6px;
        max-width: 100px;
    }

    header .social .social-button {
        padding: 5px 8px;
        font-size: 9px;
        min-width: auto;
    }

    header .social .social-button i {
        font-size: 16px !important;
        transform: translateY(-2px) !important;
    }

    header .social .social-button svg {
        width: 16px !important;
        height: 16px !important;
        transform: translateY(-2px) !important;
    }

    /* Mobilde logo başlangıçta gizli */
    header .logo {
        display: none !important;
    }

    /* Çok küçük ekranlarda alt alta yap */
    .header-content-wrapper {
        flex-direction: column;
        gap: 8px;
    }

    header .links,
    header .social {
        justify-content: center;
    }
}

@media (max-width: 768px) {
  @keyframes slideInFromLeft {
    from {
      opacity: 0;
      transform: translateX(-100%) scale(0.8);
    }
    to {
      opacity: 1;
      transform: translateX(-50%) scale(1);
    }
  }
}

/* Masaüstü için sosyal medya ikonları - küçük boyut ve aşağıya kaydırma */
@media (min-width: 769px) {
  header .social .social-button i {
    font-size: 24px !important;
    transform: translateY(-2px) !important;
  }
  
  header .social .social-button:hover i {
    transform: translateY(-4px) scale(1.15) !important;
  }
  
  header .social .social-button svg {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    transform: translateY(-4px) !important;
  }
  
  header .social .social-button:hover svg {
    transform: translateY(-4px) scale(1.15) !important;
  }
}

/* Mobilde sosyal medya butonları için en güçlü kurallar */
/* MOBILDE SOSYAL MEDYA BUTONLARI ZORLA KÜÇÜLT */
@media (max-width: 768px) {
  body #app-v-page.mobile header .social .social-button,
  body #app-v-page header .social .social-button,
  body header .social .social-button {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    max-width: 30px !important;
    max-height: 30px !important;
    padding: 1px !important;
    font-size: 0px !important;
  }
  
  body #app-v-page.mobile header .social .social-button i,
  body #app-v-page header .social .social-button i,
  body header .social .social-button i {
    font-size: 20px !important;
    margin: 0px !important;
    transform: translateY(0px) !important;
  }
  
  body #app-v-page.mobile header .social .social-button svg,
  body #app-v-page header .social .social-button svg,
  body header .social .social-button svg {
    width: 5px !important;
    height: 5px !important;
    margin: 0px !important;
    transform: translateY(0px) !important;
  }
}



/* PRELOAC SİSTEMİ
/* Artemisbet Gelişmiş Preloader CSS Variables */
:root {
    --PageSpinner-background: var(--background-color, #1a1a1a);
    --Circle-background: #363636;
    --LoadingScreen-color-from: #4bb6b6;
    --LoadingScreen-color-to: #FFF;
    --Circle-color: rgba(201, 182, 52, 1);
}

/* Ana Preloader Container */
#preloader {
    position: fixed;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: var(--PageSpinner-background);
    z-index: 9999999;
    visibility: visible;
    opacity: 1;
}

/* Preloader Gizleme Animasyonu */
#preloader.Hide {
    visibility: hidden;
    opacity: 0;
    transition: visibility .3s linear, opacity .3s linear;
}

/* Ana İkon */
#preloader .MainIcon {
    display: block;
    animation: slideMainIcon 2s infinite;
    width: 150px;
}

/* Ana İkon Animasyonu */
@keyframes slideMainIcon {
    from {
        transform: translateY(-15px);
    }
    50% {
        transform: translateY(5px);
    }
    to {
        transform: translateY(-15px);
    }
}

/* Loading Screen */
#preloader .LoadingScreen {
    position: relative;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: linear-gradient(var(--LoadingScreen-color-from), var(--LoadingScreen-color-to));
    animation: animateLoadingScreen 1.2s linear infinite;
}

/* Loading Screen Dönme Animasyonu */
@keyframes animateLoadingScreen {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Loading Screen Span'ları */
#preloader .LoadingScreen span {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(var(--LoadingScreen-color-from), var(--LoadingScreen-color-to));
}

/* Blur Efektleri */
#preloader .LoadingScreen span:nth-child(1) {
    filter: blur(5px);
}

#preloader .LoadingScreen span:nth-child(2) {
    filter: blur(10px);
}

#preloader .LoadingScreen span:nth-child(3) {
    filter: blur(25px);
}

#preloader .LoadingScreen span:nth-child(4) {
    filter: blur(100px);
}

/* İç Daire */
#preloader .LoadingScreen:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: var(--Circle-background);
    border-radius: 50%;
    opacity: .9;
}

/* Logo */
#preloader .Logo {
    z-index: 1;
    position: absolute;
}

/* Çember Dönme Animasyonu */
@keyframes animateCircleSpin {
    from {
        stroke-dashoffset: 2512;
    }
    to {
        stroke-dashoffset: 0;
    }
}

/* SVG Çember */
#preloader .Circle {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: visible !important;
    transform: translate3d(-50%, -50%, 0) rotate(-90deg);
    transform-origin: center;
}

#preloader .Circle circle {
    fill: #fff0;
    stroke-width: 4;
    stroke-dasharray: 1256;
}

#preloader .Circle circle:first-of-type {
    stroke: rgba(255, 255, 255, 0.1);
    stroke-dasharray: none;
}

#preloader .Circle circle:nth-of-type(2) {
    stroke: var(--Circle-color);
    animation: animateCircleSpin infinite cubic-bezier(.39, .575, .565, 1) 4s;
    stroke-dasharray: 1256;
}

/* Uygulama Versiyonu */
.AppVersion {
    position: absolute;
    bottom: .5rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    z-index: 5;
}

.LoadingScreen .AppVersion {
    position: fixed;
}