*{
margin: 0;
box-sizing: border-box;
}
body{
background-color: #070707;
}
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
overflow-x: hidden; /* Yatay kaydırmayı tamamen engeller */
}

body {
min-height: 100vh;
box-sizing: border-box;
background-color: #070707;
background-image: url(https://i.imgur.com/kJMkQCv.png);
background-size: auto;
}
.jumbotron{
display: none;
}
.discord, .server{
z-index: 100;
}
#particles-js{
position:absolute;
width: 100%;
height: 71%;

background-image: url("");
background-repeat: no-repeat;
background-size: cover;
background-position: 50% 50%;
}
p{
margin-bottom: 0 !important;
}

/* Varsayılan olarak 2560x1440 ve üzeri */
div#babacik {
flex: 0 0 25%;
max-width: 25%;
}
img.topdonhat {
    position: absolute;
    width: 6vw;
    top: 1vw;
    left: 43vw;
    rotate: 9deg;
    z-index: 0;
}
.hat-wrapper .topdonhat2 {
    position: absolute;
    width: 21vw !important;
    top: -1.5vw;
    left: 1vw;
    transform: rotate(1deg);
}
.hat-wrapper {
    position: relative;
    width: 5vw;
    height: 5vw;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.logoavatar4 {
    rotate: 5deg;
    position: absolute;
    width: 17vw;
    height: auto;
    top: 4vw;
    left: 50vw;
    z-index: 1;
    filter: blur(4px);
}
.logoavatar2 {
    position: absolute;
    width: 23vw;
    left: 37vw;
    top: 0vw;
    z-index: 1;
}

.logoavatar3 {
    position: absolute;
    width: 45vw;
    height: auto;
    top: -6vw;
    z-index: 0;
    left: 29.2vw;
    rotate: 354deg;
}
.modslide-card {
    background: url(https://i.imgur.com/trRkaea.png);
    background-size: cover;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 0 25px rgba(0, 255, 200, 0.05);
    transition: all 0.3s ease;
    position: relative;
    height: 25vw;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 25vw;
    border: 1px solid #2e2e2e;
}

    .modslide-price del {
      font-size: 1vw;
      color: red;
      margin-right: 6px;
    }
    img.imgloginfrom {
    position: absolute;
    top: 1vw;
    left: 46vw;
    z-index: 0;
    width: 48vw;
}
.variables {
    font-size: 1vw;
}
/* Sadece 3840x2160 ekranlar için */
@media screen and (max-width: 3840px) {
  .hat-wrapper {
    position: relative;
    width: 5vw;
    height: 5vw;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
    img.topdonhat {
        position: absolute;
        width: 5vw;
        top: 0.2vw;
        left: 43vw;
        rotate: 9deg;
        z-index: 0;
    }
.hat-wrapper .topdonhat2 {
    position: absolute;
    width: 21vw !important;
    top: -0.8vw;
    left: 0.8vw;
    transform: rotate(4deg);
}    
}
/* Sadece 2560x1440 ekranlar için */
@media screen and (max-width: 2560px) {
    img.topdonhat {
        position: absolute;
        width: 6vw;
        top: 1vw;
        left: 43vw;
        rotate: 9deg;
        z-index: 0;
    }
    .hat-wrapper .topdonhat2 {
        position: absolute;
        width: 20vw !important;
        top: -2vw;
        left: 1.1vw;
        transform: rotate(6deg);
    }  
.hat-wrapper {
    position: relative;
    width: 7vw;
    height: 5vw;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}    
}
/* 1920x1080 çözünürlük için */
@media screen and (max-width: 1920px) {
  .hat-wrapper {
    position: relative;
    width: 8vw;
    height: 5vw;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
  .hat-wrapper .topdonhat2 {
    position: absolute;
    width: 8vw !important;
    top: -3.1vw;
    left: 1.7vw;
    transform: rotate(6deg);
}
  img.topdonhat {
    position: absolute;
    width: 9vw;
    top: 1vw;
    left: 42vw;
    rotate: 9deg;
    z-index: 0;
}
div#babacik {
flex: 0 0 33.33%; /* Oranı büyüterek genişliği artırıyoruz */
max-width: 33.33%;
}
}

/* Daha küçük ekranlar için örneğin 1366x768 */
@media screen and (max-width: 1366px) {
div#babacik {
flex: 0 0 50%;
max-width: 50%;
}
}

/* Mobil cihazlar için */
@media screen and (max-width: 768px) {
div#babacik {
flex: 0 0 100%;
max-width: 100%;
}
}

/* 375 çözünürlük için */
@media screen and (max-width: 700px) {
  .variables {
    font-size: 3vh;
}
  img.imgloginfrom {
    position: absolute;
    top: 12vw;
    left: -3vw;
    z-index: 0;
    width: 91vw;
}
  .modslide-price del {
    font-size: 3vw;
    color: red;
    margin-right: 6px;
}
  .modslide-card {
    background: url(https://i.imgur.com/trRkaea.png);
    background-size: cover;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 0 25px rgba(0, 255, 200, 0.05);
    transition: all 0.3s ease;
    position: relative;
    height: 25vw;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 63vw;
    border: 1px solid #2e2e2e;
    height: 73vw;
}
      img.topdonhat {
        position: absolute;
        width: 33vw;
        top: 9vw;
        left: 36vw;
        rotate: 9deg;
        z-index: 0;
    }
        .hat-wrapper {
        position: relative;
        width: 20vw;
        height: 30vw;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
      .hat-wrapper .topdonhat2 {
        position: absolute;
        width: 27vw !important;
        top: -2.1vw;
        left: 7.7vw;
        transform: rotate(6deg);
    }  
    .logo {
        display: block;
        position: absolute;
        top: -30vw;
        width: 30vw;
        left: 25vw;
    }  
   .logoavatar2 {
    position: absolute;
    width: 106vw;
    left: -3vw;
    top: 38vw;
    z-index: 1;
} 
.logoavatar3 {
    filter: blur(7px);
    position: absolute;
    width: 86vw;
    height: auto;
    top: 69vw;
    z-index: 0;
    left: -34vw;
    rotate: 354deg;
} 
.logoavatar4 {
    rotate: 5deg;
    position: absolute;
    width: 75vw;
    height: auto;
    top: 79vw;
    left: 50vw;
    z-index: 1;
    filter: blur(4px);
}
}

.btn-wi{
margin-top: 5px;
width: 90%;
}
.card{
box-shadow: 0px 0px 0px white !important;
}
div#katogaq {
font-size: 40px;
margin-top: -6vh;
}
input{
font-size: 17px !important;
}




.card-footer {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: space-between;
align-content: center;
align-items: center;
}
.border-top{
border-top: none !important;
}
.card-footer{
border: none !important;
}
#cokemel {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-content: center;
align-items: center;
}
/* Varsayılan olarak 2560x1440 ve üzeri */
strong.h4.mb-0 {
color: #b7416f;
font-size: 15px;
}

#haydibaba {
color: #ffffff;
font-size: 2vh;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
justify-content: center;
align-items: center;
filter: none;
text-transform: uppercase;
}

/* 1920x1080 çözünürlük için */
@media screen and (max-width: 1920px) {
    #haydibaba {
        font-size: 1vw;
    }
}

/* Daha küçük ekranlar için örneğin 1366x768 */
@media screen and (max-width: 1366px) {
#haydibaba {
font-size: 8px;
}
}

/* Mobil cihazlar için */
@media screen and (max-width: 768px) {
#haydibaba {
font-size: 5vw;
}
}
.white{
color: white !important;
}
.round{
border-radius: 5px;
}

#header {
height: 20rem;
background-image: url(https://i.imgur.com/kJMkQCv.png);
box-shadow: none;
background-position: top;
background-size: contain;
background-repeat: no-repeat;
background-color: #000 !important;
z-index: -1 !important;
}


/* 1366x768 çözünürlük için */
@media screen and (max-width: 1366px) {
#header {
height: 18rem !important; /* !important kullanarak zorlayın */
background-size: cover !important; /* Arka plan tam kaplanacak */
}
}

/* 1920x1080 çözünürlük için */
@media screen and (min-width: 1366px) and (max-width: 1920px) {
#header {
height: 15vw !important;
background-size: contain !important;
}
}

/* 2560x1440 çözünürlük için */
@media screen and (min-width: 1921px) {
#header {
height: 16vw !important;
background-size: cover !important;
}
}


/* Varsayılan olarak 2560x1440 ve üzeri */
strong#fiyat {
background: #ffffff;
padding: 5px;
padding-top: 4px;
padding-bottom: 8px;
color: #000000;
border-radius: 6px;
margin-left: 10px;
margin-right: 10px;
font-size: 2vh;
}

/* 1920x1080 çözünürlük için */
@media screen and (max-width: 1920px) {
strong#fiyat {
margin-left: 3px; /* Orantılı olarak küçültülmüş */
margin-right: 3px;
border-radius: 4px;
font-size: 1vw;
}
}

/* Daha küçük ekranlar için örneğin 1366x768 */
@media screen and (max-width: 1366px) {
strong#fiyat {
margin-left: 2px;
margin-right: 2px;
border-radius: 3px;
font-size: 10px;
}
}

/* YENİ & DOĞRU KOD */
@media screen and (max-width: 768px) {
  a.btn.add-cart-btn.mt-2.w-100 {
    font-size: 3vw !important;
  } /* << EKSİK OLAN PARANTEZ BURAYA EKLENDİ */

  strong#fiyat {
    margin-left: 4px;
    margin-right: 4px;
    font-size: 1.8vh !important;
  }
}
.card-img-top{
max-width: 100% !important;
}
.top-header{
background-color: rgb(0 0 0 / 0%);
display: flex;
justify-content: space-between;
height: 70px;
align-items: center;
padding: 0 5%;
font-family: 'Nunito';
font-weight: 700;
}
.logo img{

max-height: 300px;
}
.fa-arrow-left{
margin-right: 8px;
}
.profile{
display: flex;
align-items: center;
color: white;
}
.login {
padding: 4px 10px;
background: #b220c300;
color: #fff;
border-radius: 0.5vh;
border: 1px solid #ffffff1f;
font-size: 2vh;
}
.login:hover{
text-decoration: none;
color: #c4c4c4;
padding: 4px 10px;
border-radius: 20px;
}
.back a{
padding: 4px 10px;
color: white;
}
.back a:hover{
text-decoration: none;
color: #c4c4c4;
background-color: rgba(0,0,0,0.5);
padding: 4px 10px;
border-radius: 20px;
}

#image-gallery {
display: flex;
flex-wrap: wrap;
}

#image-gallery .col-4 {
padding: 5px;
}

#image-gallery img {
width: 100%;
height: auto;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}


.store-items{


padding: 0 15%;



z-index: 1000;
margin-top: -10;

}
.x-navbar{
background-color:rgb(0, 0, 0) !important;
z-index: 1;
}
.navbar-nav{
width: fit-content;
margin: auto;
}
.store-items ul{
width: 100%;
}
.navbar-nav{
display: flex ;
justify-content: space-between !important;
flex-direction: row;
align-items: center;
}
.navbar-light .navbar-nav .nav-link{
color: #525358;
}
.navbar-light .navbar-nav .nav-link:hover{
color: #afafaf !important;
}
.navbar-light .navbar-nav .nav-link:clicked{
color: #afafaf !important;
}
.navbar-light .navbar-nav .active > .nav-link{
color:rgb(255, 255, 255) !important;
}
.content {
background-color: #070707;
padding: 0 5%;
}
.description,.sidebar{
margin: 40px 0;

}
.logo{
z-index: 1000;
}
.sidebar {
background-color: #070707;
}
.description {
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
padding: 40px 20px;
color: #ffffff;
background-color: #070707;
width: -webkit-fill-available;
font-family: "Montserrat";
}

.lower-footer{
background-color: #2e2e2e00;
height: 80px;
display: flex;
justify-content: space-between;
padding: 0 5%;
align-items: center;
font-family: 'Nunito';
font-weight: 700;
margin-top: -7vh;
color: #000000;
filter: invert(1);
}
.lower-footer a img{
width: 50px;
}

.higher-footer{
padding: 0 5%;
background-image: url(https://res.cloudinary.com/dcxtrlaff/image/upload/v1777063947/image_1_tpxghe.png);
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
    justify-content: space-between;
    height: 100vh;
    align-items: center;
    box-shadow: inset 0px -150px 100px 0px #070707;
    background-position: center;
}
.logo-footer img{
max-height: 150px;
filter: drop-shadow(0px 0px 6px #000);
}
.logo-footer img:hover {
max-height: 150px;
filter: drop-shadow(0px 0px 150px #000);
}


.logo:hover {

animation: shake 2s cubic-bezier(.36,.07,.19,.97) both;
transform: translate3d(0, 0, 0);
backface-visibility: hidden;
perspective: 1000px;
}

@keyframes shake {
10%, 90% {
transform: translate3d(-2px, 0, 0);
}

20%, 80% {
transform: translate3d(4px, 0, 0);
}

30%, 50%, 70% {
transform: translate3d(-8px, 0, 0);
}

40%, 60% {
transform: translate3d(8px, 0, 0);
}
}
.profile img{
height: 32px;
border-radius: 5px;
}
.profile *{
margin: 0 3px;
}
.profile .fas{
color:rgb(255, 255, 255);

}
.profile .fas:hover{
color:rgb(17, 138, 67);
}
.cart{
background-color: white;
position: fixed;
top: 100px;
}
.widget {
padding: 40px 20px !important;
color: #c4c4c4;
overflow: overlay;
}
h4{
color:rgb(211, 211, 211);
}
.footer-title{
color:rgb(255, 255, 255);
text-align: center;
}

.footer-paragraph{
text-align: center;
color: white;

}
.contant-us, .support{
padding: 28px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background: #00000087;
border-radius: 10px;
text-shadow: 0px 0px 20px;
}
.support a {
color: #000000;
background-color: rgb(255 255 255);
padding: 5px 10px;
border-radius: 20px;
margin-top: 20px;
}
.support a:hover{
background-color: #523cd8;
}
.form-control{
width: 80%;
height: 100%;
background: rgb(19,19,19);
color: white;
border: none;
outline: none;
padding-left: 0.8em;
border-radius: 10px 0 0 10px;
transition: border 1s ease-in-out;
font-size: 1.5em;
height: 50px;

}
.form-control:focus{
background: rgb(19,19,19);
color: white;
}
.input-group > .input-group-append > .btn {
    height: 50px;
    border-radius: 0 10px 10px 0;
    background-color: #40c055ff;
    border: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.login-title{
color: #40c055ff;
margin-bottom: 30px;
}
.btn{
background-image: none;
}

.counts{
padding: 0 15%;
height: 100%;
margin-top: 10px;
align-items: center;
display: flex;
justify-content: space-between;
}
.discord, .server{
display : flex;

}

.discord img, .server img{
height: 54px;
}
.discord-infos{
display: flex;
flex-direction: column;

align-items: flex-end;
margin-right: 20px;
}
.server-infos{
display: flex;
flex-direction: column;
align-items: flex-start;
margin-left: 20px;
}
.discord-infos h1, .server-infos h1{
color: white;
font-size: 18px;
font-weight: 600;
}
.discord-infos a, .server-infos p{
color: white;
font-size: 12px;
font-weight: 400;
}
.count {
color: #ffffff;
font-weight: 900;
}
.table{
background-color: #1D1D1D;
border-top: none;
color: white;
border-radius: 10px;
}
.table td{
background-color: none;
border-top: none;
color: white;
}

/*tr:hover, td:hover, tbody:hover, table:hover, .packages:hover{*/
/* background-color: none !important;*/
/*}*/
.content{
margin: 0;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-content: center;
justify-content: center;
z-index: 1;
}
.table-striped tbody tr:nth-of-type(even) {
background-color: #232323;
}

::-webkit-scrollbar{
width: 10px;
height: 13px;
}
::-webkit-scrollbar-thumb{
background: #1e1e1e;
border-radius: 5px;
}

::-webkit-scrollbar-track{
background: #5b5b5b;
border-radius: 0px;
box-shadow: inset 0px 0px 0px 0px #2e2e2e;
}
.checkout-content{
margin: 30px auto;
color: #c4c4c4;
border-radius: 10px;

}
.text-dark{
color: #C04071 !important;
}
#content-outer > section > div > div > div:nth-child(1) > div.col-12.col-sm-6.text-center.text-md-right > h3{
color: white !important;
}
.btn-success {
    background-color: #00b34b;
    border-color: transparent !important;
}
.table thead th, .table th{
background-color: #222222;
border-top: none;
}

.price .h4{
color: #7d7d7d;
}
.name .mb-0 .h4{
color: #7d7d7d;
}
/* Varsayılan olarak 2560x1440 ve üzeri */
.btn-primary {
    background-color: #17ad56;
    border: none;
    box-shadow: 0px 0px 20px 0px #17ad56;
    font-size: 15px;
}

/* 1920x1080 çözünürlük için */
@media screen and (max-width: 1920px) {
.btn-primary {
font-size: 8px; /* Orantılı olarak küçültülmüş */
box-shadow: 0px 0px 20px 0px #17ad56;
}
}

/* Daha küçük ekranlar için örneğin 1366x768 */
@media screen and (max-width: 1366px) {
.btn-primary {
font-size: 6px;
box-shadow: 0px 0px 20px 0px #17ad56;
}
}

/* Mobil cihazlar için */
@media screen and (max-width: 768px) {
.btn-primary {
font-size: 6px;
box-shadow: 0px 0px 20px 0px #17ad56;
}
}
.packageview{
border-radius: 10px;
margin: 30px auto;
}
#content-outer > section > div > div > div > div:nth-child(2) > div > div > div:nth-child(1) > div > strong > b{
color: #fff;
background: #17ad56;
padding: 7px;
border-radius: 4px;
box-shadow: 0px 0px 20px 1px #17ad56;
}

@media only screen and (max-width: 600px) {
.logo{
display: none;
}
.counts {
flex-direction: column;
margin-top: 150px;
}
.x-none{
display: none;
}
#header{
height: 27rem !important;
background-size: cover !important;
}
.higher-footer{
flex-direction: column;
height: 25rem;
}
.description, .sidebar{
border-radius: 10px;
}
.discord-infos{
order:2;
align-items: flex-start;
}
.discord img{
margin-right: 20px;
}
.discord {
margin-bottom: 20px
}
.logo img{
width: 250px;
margin: 20px;
margin-top: 200px;
}
.profile{
margin-left: -30px;
}
.navbar-nav{
content: '';
}

}
a:hover{
text-decoration: none;
}
#ip:hover{
cursor: pointer;
}
.marquee-text {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 60px;
    background: #009ba5;
    background-size: cover;
    background-position: center;
}

    /* --- PARTİKÜL CANVAS (Sadece banner içinde) --- */
    #banner-particles {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; /* Yazının altında kalsın */
        pointer-events: none; /* Tıklamayı engellemesin */
    }

    /* --- KAYAN YAZI --- */
    .marquee-text .top-info-bar {
        position: relative;
        z-index: 2; /* Partiküllerin üstünde olsun */
        font-size: 14px;
        font-weight: bold;
        width: 200%;
        display: flex;
        animation: marquee 25s linear infinite running;
    }

    .marquee-text .top-info-bar:hover {
        animation-play-state: paused;
    }

    .marquee-text .top-info-bar .info-text {
        padding: 0 30px;
        white-space: nowrap;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .marquee-text .top-info-bar a {
        color: #ffffff;
        text-decoration: none;
        text-shadow: 0 0 5px #000; /* Yazı daha net okunsun diye gölge */
        cursor: pointer;
    }
    
    .marquee-text .top-info-bar a:hover {
        color: #ffd700; /* Üzerine gelince altın rengi olsun */
    }

    /* --- ANIMASYON KEYFRAMES --- */
    @keyframes marquee {
        0% { transform: translateX(0); }
        100% { transform: translate(-50%); }
    }


.masked-text {
display: inline-block;
position: relative;
}
.masked-text::after {
content: attr(data-mask);
position: absolute;
left: 0;
top: 0;
color: black;
}
.masked-text span {
color: black;
}

.youtube-iframe {
width: 100%;
height: 315px; /* Yüksekliği ihtiyaca göre ayarlayın */
border: none;
}

.top-donator {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-content: center;
justify-content: center;
align-items: center;
}
a.btn.btn-primary.btn-wi {
width: 10%;
box-shadow: 0px 0px 30px 0px #c04071;
}



.faq-footer-section {
display: flex;
flex-wrap: wrap;
background: #0d0d0d;
padding: 1vh 14vh 1vh 14vh;
color: white;
gap: 40px;
}
.faq-left {
flex: 1;
min-width: 300px;
}
.faq-left h2 {
font-size: 32px;
font-weight: 800;
line-height: 1.3;
margin-bottom: 20px;
}
.faq-left .highlight {
color: #595959;
}
.faq-left p {
font-size: 15px;
color: #bbb;
margin-bottom: 30px;
}
.faq-left h5 {
font-size: 14px;
margin-bottom: 15px;
font-weight: bold;
}
.social-links {
display: flex;
gap: 20px;
}
.social-box {
display: flex;
flex-direction: column;
align-items: center;
text-decoration: none;
background: rgba(255,255,255,0.05);
padding: 12px;
border-radius: 8px;
width: 90px;
transition: 0.3s;
}
.social-box img {
width: 28px;
height: 28px;
margin-bottom: 6px;
}
.social-box span {
font-size: 13px;
color: white;
}
.social-box:hover {
background: rgba(255,255,255,0.1);
}

.faq-right {
flex: 1;
min-width: 300px;
}
.faq-item {
border-bottom: 1px solid rgba(255,255,255,0.1);
padding: 12px 0;
}
.faq-question {
font-size: 15px;
font-weight: 600;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
}
.faq-question span {
font-size: 18px;
color: #fff;
transition: transform 0.2s;
}
.faq-answer {
display: none;
padding-top: 8px;
font-size: 14px;
color: #ccc;
}
.faq-item.active .faq-answer {
display: block;
}
.faq-item.active .faq-question span {
transform: rotate(45deg);
}

.swiper {
    width: 84vw;
    height: 35vw;
    position: relative;
    padding: 1vh;
    max-width: 100%;
    box-sizing: border-box;
}

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

.swiper-slide iframe, .swiper-slide img {
    width: 18vw;
    height: 10vw;
    object-fit: cover;
    padding: 0vh;
    border-radius: 0.5vw;
}

.swiper-button-next,
.swiper-button-prev {
color: #fff;
width: 40px;
height: 40px;
}

.swiper-pagination-bullet {
background: #fff;
opacity: 0.6;
}
.swiper-pagination-bullet-active {
opacity: 1;
}

/* Mobil uyum desteği */
@media screen and (max-width: 768px) {
.swiper {
width: 100% !important;
height: auto !important;
padding: 0.5rem;
}

.swiper-slide iframe,
.swiper-slide img {
height: auto;
max-height: none;
}
}

#lightbox {
display: none;
position: fixed;
z-index: 9999;
top: 0; left: 0;
width: 100%; height: 100%;
background: rgba(0,0,0,0.85);
justify-content: center;
align-items: center;
}
#lightbox-img {
max-width: 90%;
max-height: 90%;
border-radius: 12px;
}

#infourun {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-content: center;
justify-content: center;
align-items: flex-start;
font-size: 4vh;
}

div#icerik {
margin-top: 13vh !important;
margin-left: -90.5vh;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-content: center;
justify-content: center;
align-items: center;
background: #000000;
padding: 2vh;
border-radius: 1vh;
border: 1px solid #161616;
}

#catbab {
background: #ffffff;
padding: 1vh;
border-radius: 0.5vh;
color: #1d1d1d;
}
.requirements .badge {
font-size: 14px;
background-color: rgb(13, 160, 0);
color: rgb(221, 221, 221);
border-radius: 6px;
text-transform: uppercase;
}
.requirements {
padding: 1vh;
margin-top: 1vh;
border-radius: 0.5vh;
width: fit-content;
}



a#ana {
background-color: #00f50a;
border: none;
box-shadow: 0px 0px 9vh 0px #00ff1f;
font-size: 3vh;
transition: transform 0.3s ease, box-shadow 0.3s ease;
display: inline-block;
color: white;
text-decoration: none;
padding: 1rem 2rem;
border-radius: 10px;
}

a#ana:hover {
transform: scale(1.1);
box-shadow: 0 0 12vh 0px #00ff1f;
}


a#gift {
color: #fff;
background-color: #ea6eff;
border-color: #27292a;
}

.search-wrapper {
position: relative;
width: 100%;
max-width: 500px;
}

.search-wrapper input {
width: 100%;
padding: 14px 20px;
font-size: 16px;
color: white;
background-color: #121212;
border: 2px solid #1c1c1c;
border-radius: 50px;
outline: none;
transition: 0.3s ease;
font-family: 'Montserrat', sans-serif;
}

.search-wrapper input:focus {
border-color: #494949;
padding-left: 24px;
background-color: #1a1a1a;
}

.search-wrapper label {
position: absolute;
top: 50%;
left: 20px;
transform: translateY(-50%);
color: #fff;
font-size: 16px;
pointer-events: none;
transition: 0.2s ease;
}

.search-wrapper input:focus + label,
.search-wrapper input:not(:placeholder-shown) + label,
.search-wrapper input:valid + label {
top: -8px;
left: 15px;
background-color: #121212;
padding: 0 8px;
font-size: 12px;
color: #fff;
border-radius: 12px;
}

.latest-release-header {
margin: 3rem 0 2rem;
position: relative;
}

.latest-release-header .section-subtitle {
font-size: 14px;
color: #838383;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 8px;
font-weight: bold;
}

.latest-release-header .section-title {
font-size: 32px;
font-weight: 800;
background: linear-gradient(to right, #fff, #fff);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
position: relative;
z-index: 2;
}

.underline-glow {
width: 100px;
height: 4px;
background: #fff;
margin: 10px auto 0;
border-radius: 10px;
box-shadow: 0 0 15px #fff;
animation: pulseLine 2s infinite ease-in-out;
}

@keyframes pulseLine {
0%, 100% {
width: 80px;
opacity: 0.7;
}
50% {
width: 100px;
opacity: 1;
}
}
@media screen and (max-width: 768px) {
.faq-footer-section {
flex-direction: column;
padding: 3vh 4vh;
gap: 30px;
}

.faq-left, .faq-right {
min-width: 100%;
}

.faq-left h2 {
font-size: 24px;
}

.faq-left p {
font-size: 14px;
}

.faq-left h5 {
font-size: 13px;
}

.social-links {
flex-wrap: wrap;
justify-content: center;
gap: 15px;
}

.social-box {
width: 80px;
padding: 10px;
}

.social-box img {
width: 24px;
height: 24px;
}

.faq-question {
font-size: 14px;
}

.faq-question span {
font-size: 16px;
}

.faq-answer {
font-size: 13px;
}
}


.testimonial-section {
background: #f9f9f9;
padding: 60px 20px;
width: 100%;
text-align: center;
margin-top: 8vh;
margin-bottom: 8vh;
}


.testimonial-title {
font-size: 2.5rem;
margin-bottom: 30px;
font-weight: bold;
color: #222;
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
letter-spacing: 1px;
}

.testimonial-swiper {
width: 100%;
position: relative;
padding-bottom: 80px;
}

.swiper-wrapper {
display: flex;
align-items: center;
}

.swiper-slide {
display: flex;
justify-content: center;
padding: 0 20px; /* sağ/sol boşluk */
box-sizing: border-box;
}

.slide-content {
background: #fff;
border-radius: 15px;
padding: 2rem;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
width: 100%;
max-width: 800px;
font-size: 16px;
color: #111;
}

.rating {
display: flex;
justify-content: center;
align-items: center;
font-size: 22px;
color: #FFD700;
margin-top: 15px;
}

.rating .star {
margin-right: 5px;
}

.rating-text {
margin-left: 10px;
font-weight: bold;
font-size: 18px;
}

.testimonial-pagination {
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
z-index: 2;
}

.swiper-pagination-bullet {
background: #ccc;
opacity: 1;
margin: 0 4px;
transition: background 0.3s;
}

.swiper-pagination-bullet-active {
background: #FFC107;
}

.testimonial-button-next,
.testimonial-button-prev {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 3;
color: #FFC107;
border-radius: 50%;
width: 44px;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}

.testimonial-button-prev {
left: 20px;
}

.testimonial-button-next {
right: 20px;
}

@media screen and (max-width: 768px) {
.testimonial-title {
font-size: 2rem;
}

.slide-content {
padding: 1rem;
font-size: 14px;
}

.rating {
font-size: 18px;
}

.rating-text {
font-size: 16px;
}

.testimonial-button-prev,
.testimonial-button-next {
width: 38px;
height: 38px;
font-size: 14px;
}
}


.center-block {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}

.product-description {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 1rem;
padding: 2rem;
word-break: break-word;
}
.product-description img {
max-width: 100%;
height: auto;
}
.product-description h2,
.product-description h3,
.product-description h4,
.product-description p {
gap: 0.4rem;
margin: 0.5rem 0;
}
.product-description h2 img,
.product-description h3 img,
.product-description h4 img,
.product-description p img {
vertical-align: middle;
}

    .modslide-wrapper {
      width: 100%;
      max-width: 1200px;
      margin: auto;
      padding: 10px;
    }



    .modslide-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 0 30px #000;
    }

.modslide-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    margin-top: 1vw;
    border: 1px solid #292929;
}

    .modslide-badge-category {
      position: absolute;
      top: 0;
      width: 100%;
      background: rgba(255, 255, 255, 0.05);
      color: #00ffcc;
      text-align: center;
      font-size: 11px;
      padding: 5px 0;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      backdrop-filter: blur(6px);
      z-index: 2;
    }

.modslide-sale-badge {
    position: absolute;
    top: 2.5vw;
    left: 1vw;
    background: #000000;
    color: #fff;
    font-size: 0.7vw;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 4px;
    z-index: 2;
    letter-spacing: 0.5px;
    box-shadow: 0 0 50px 0px #17ad56;
}

    .modslide-tag-esx {
    display: inline-block;
    background: #595f72;
    color: #ffffff;
    padding: 3px 8px;
    font-size: 1vw;
    font-weight: 600;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    }

    .modslide-footer {
      padding: 20px;
      text-align: center;
      background: #00000042;
    }

    .modslide-footer h5 {
    font-size: 1.6vw;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #fff;
    }

    .modslide-price {
    display: inline-block;
    padding: 6px 14px;
    font-size: 1.4vw;
    font-weight: bold;
    border-radius: 8px;
    background: linear-gradient(135deg, #fff, #ddd);
    color: #111;
    margin-bottom: 15px;
    }


    .modslide-btn {
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 0px 20px #ffffff;
    background: linear-gradient(90deg, #17ad56, #1fff7d);
    font-size: 1vw;
    font-weight: 700;
    padding: 10px 0;
    border-radius: 8px;
    border: none;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    width: 100%;
    }

    .modslide-btn:hover {
      background: linear-gradient(90deg, #31c770, #42ff92);
    color: #ffffff;
    text-shadow: 0px 0px 20px #ffffff;
    }

    /* RESPONSIVE */
    @media screen and (max-width: 768px) {
      .modslide-image {
        height: 160px;
      }

      .modslide-footer h5 {
        font-size: 16px;
      }

      .modslide-btn {
        font-size: 14px;
        padding: 8px 0;
      }

      .modslide-price {
        font-size: 13px;
      }

      .modslide-tag-esx,
      .modslide-sale-badge,
      .modslide-badge-category {
        font-size: 10px;
      }
    }

    @media screen and (max-width: 480px) {
      .modslide-image {
        height: 140px;
      }

      .modslide-footer {
        padding: 15px 10px;
      }

      .modslide-footer h5 {
        font-size: 14px;
      }

      .modslide-price {
        font-size: 12px;
      }

      .modslide-btn {
        font-size: 13px;
      }
          .modslide-sale-badge {
    position: absolute;
    top: 10.5vw;
    left: 1vw;
    background: #17ad56;
    color: #fff;
    font-size: 2vw;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 4px;
    z-index: 2;
    letter-spacing: 0.5px;
    box-shadow: 0 0 50px 0px #17ad56;
    }
    }
.modslide-sale-badge img {
    width: 4vw !important;
    position: absolute !important;
    top: -0.7vw !important;
    left: 6.5vw !important;
    z-index: 999 !important;
    padding: 0 !important;
    rotate: 350deg;
    object-fit: unset !important;
    height: auto !important;
}


      .package.card.mb-4:hover {
        transform: scale(1.02);
        box-shadow: 0 0 40px rgba(0, 255, 150, 0.4);
      }
      .glow-hover:hover {
        filter: drop-shadow(0 0 5vh #fff);
      }
      .add-cart-btn:hover {
background: linear-gradient(90deg, #17ad56, #18e36d) !important;
    color: #ffffff !important;
    text-shadow: 0px 0px 20px #ffffff !important;
      }
      
div#loginform {
    background-image: url(https://i.imgur.com/kJMkQCv.png);
    padding: 12vw;
    border-radius: 1vw;
    border: 1px solid #212121;
}

img.logofivem {
    width: 15vw;
    margin-bottom: 1vw;
}
div#loginform p {
    font-weight: 600;
    font-size: 1vw;
}
div#checkoutmaindiv {
    padding-left: 10vw !important;
    padding-right: 10vw !important;
}
h2#yourbasketdiv {
    color: #fff !important;
    border-bottom: 1px solid #ffffff1f;
    padding-bottom: 0.5vw;
}
h3#totalbasketmoney {
    background: #17ad56;
    padding: 1vw;
    width: fit-content;
    display: flex;
    place-self: flex-end;
    gap: 0.1vw;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 0.2vw;
}
a#removecoupon {
    background: #690000;
    padding: 0.3vw;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 0.2vw;
    color: #cccccc !important;
}
div#optionsdiv {
    padding-left: 20vw !important;
    padding-right: 20vw !important;
}

input.form-control.input-lg {
    color: #000;
    font-weight: bolder;
}



img.img-fluid.img-rounded {
    width: -webkit-fill-available;
    height: auto;
}
img.img-fluid.img-thumbnail {
    width: -webkit-fill-available;
    height: auto;
}

iframe#amkiframei {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
}



/* --- SUMMER PREMIUM CSS --- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&display=swap');

.summer-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    padding: 60px 20px;
    background: linear-gradient(to bottom, #4facfe 0%, #00f2fe 100%);
    border: 2px solid #ffd700;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0 0 30px rgba(0, 191, 255, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.summer-bg-effect {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: 
        radial-gradient(#ffd700 1px, transparent 1px),
        radial-gradient(#fff 1px, transparent 1px);
    background-size: 50px 50px;
    background-position: 0 0, 25px 25px;
    opacity: 0.15;
    z-index: 0;
    animation: rippleMove 10s linear infinite;
}

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

.summer-date {
    font-size: 1.4rem;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.summer-title {
    font-size: 5rem;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
    font-weight: 900;
    background: linear-gradient(to bottom, #fff3b0 0%, #ffcc00 40%, #ff8c00 70%, #fff3b0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0px 4px 0px rgba(0,0,0,0.4));
    animation: shineSummer 6s infinite linear;
}

.summer-subtitle {
    font-size: 3.5rem;
    margin: -5px 0 20px 0;
    text-transform: uppercase;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 1px #fff; 
    letter-spacing: 5px;
    opacity: 0.9;
    text-shadow: 0 0 10px rgba(255,255,255,0.3);
}

.summer-desc {
    color: #f8f8f8;
    font-size: 1.3rem;
    margin-top: 15px;
    line-height: 1.6;
    font-weight: 400;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.summer-desc strong {
    color: #ffd700;
    font-weight: 700;
    font-size: 1.5rem;
}

.summer-discount-badge {
    display: inline-block;
    margin-top: 30px;
    padding: 15px 50px;
    background: linear-gradient(45deg, #fceABB, #10C9C3, #fceABB);
    color: #333;
    font-weight: 900;
    font-size: 1.2rem;
    border: 2px solid #ffd700;
    border-radius: 50px; 
    box-shadow: 0 0 20px rgba(16, 201, 195, 0.6);
    animation: pulseSummer 2s infinite;
    text-decoration: none;
    transition: transform 0.3s, box-shadow 0.3s;
    text-transform: uppercase;
}

.summer-discount-badge:hover { 
    transform: scale(1.05); 
    box-shadow: 0 0 30px rgba(255, 215, 0, 0.6);
    background: linear-gradient(45deg, #00BFFF, #000080);
    color: #fff;
}

/* --- YENİ YAZ SÜSLEMELERİ (Görseller İçin) --- */
.summer-ornament {
    position: absolute;
    opacity: 0.9;
    z-index: 1;
    /* Box-shadow yerine drop-shadow kullandık ki transparan PNG'lerin dış hatlarını sarsın */
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.4));
    animation: floatSummer 6s ease-in-out infinite;
    object-fit: contain; /* Resmin en-boy oranının bozulmamasını sağlar */
}

/* Sun (Güneş) */
.s-sun { 
    width: 60px; height: 60px; top: 10%; right: 10%; 
    animation-delay: 0s;
}

/* Beach Ball (Deniz Topu) */
.s-beachball { 
    width: 70px; height: 70px; bottom: 15%; left: 8%; 
    animation-delay: 2s;
}

/* Float Ring (Deniz Simidi) */
.s-float { 
    width: 50px; height: 50px; top: 20%; left: 20%; 
    animation-delay: 1s;
}

/* Starfish (Deniz Yıldızı) */
.s-starfish { 
    width: 55px; height: 55px; bottom: 25%; right: 20%; 
    animation-delay: 3s;
}

/* --- ANİMASYONLAR --- */
@keyframes shineSummer { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }
@keyframes pulseSummer { 0% { box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.7); } 70% { box-shadow: 0 0 0 15px rgba(255, 215, 0, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 215, 0, 0); } }
@keyframes floatSummer { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-20px) rotate(10deg); } }
@keyframes rippleMove { 0% { background-position: 0 0, 0 0; } 100% { background-position: 0 50px, 0 50px; } }

@media (max-width: 768px) {
    .summer-title { font-size: 3rem; }
    .summer-subtitle { font-size: 1.8rem; }
    .summer-desc { font-size: 1rem; }
}