.card-stack-container {
    transform-style: preserve-3d;
    padding-top: 100px;
    padding-left: 150px;
    position: relative;
    background: url('../images/bg-sirketler.jpg') no-repeat center center fixed;
    background-size: cover;
    height: 100vh;
}

.card {
    width: 300px;
    height: 300px;
    background-color: #333;
    border-radius: 30px;
    overflow: hidden;
    position: absolute;
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
    transform: translate(var(--x, 0px), var(--y, 0px)) scale(var(--s, 1)) rotateZ(var(--r, 0deg));
    transition: transform 0.8s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.8s ease-in, filter 0.5s ease-in-out;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --- Masaüstü default pozisyonlar --- */
.card:nth-child(1)  { --x: 0px;   --y: 130px; z-index: 12; --s: 1;   }
.card:nth-child(2)  { --x: 90px;  --y: 160px; z-index: 11; --s: 0.98;}
.card:nth-child(3)  { --x: 180px; --y: 190px; z-index: 10; --s: 0.96;}
.card:nth-child(4)  { --x: 270px; --y: 210px; z-index: 9;  --s: 0.94;}
.card:nth-child(5)  { --x: 360px; --y: 230px; z-index: 8;  --s: 0.92;}
.card:nth-child(6)  { --x: 450px; --y: 210px; z-index: 7;  --s: 0.90;}
.card:nth-child(7)  { --x: 540px; --y: 180px; z-index: 6;  --s: 0.88;}
.card:nth-child(8)  { --x: 630px; --y: 150px; z-index: 5;  --s: 0.86;}
.card:nth-child(9)  { --x: 720px; --y: 120px; z-index: 4;  --s: 0.84;}
.card:nth-child(10) { --x: 810px; --y: 90px;  z-index: 3;  --s: 0.82;}
.card:nth-child(11) { --x: 900px; --y: 60px;  z-index: 2;  --s: 0.80;}
.card:nth-child(12) { --x: 990px; --y: 30px;  z-index: 1;  --s: 0.78;}

/* Hover / Highlight */
.card:not(:first-child) { filter: grayscale(95%); }
.card:hover,
.card.highlighted {
    transform: translate(var(--x), var(--y)) scale(1.1);
    z-index: 100 !important;
    filter: grayscale(0%);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.5);
}

/* Sayfa yüklendiğinde animasyon */
.card.animate-in {
    opacity: 0;
    transform: translate(0px, 0px) scale(0.5);
}

/* Pagination */
.pagination1 {
    display: flex;
    gap: 10px;
    z-index: 5555500;
    position: absolute;
    bottom: 1px;         /* her ekranda sabit alt boşluk */
    left: 50%;            /* ortalamak için */
    transform: translateX(-50%);
    justify-content: center;
    align-items: center;
}

.pagination1 .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
}
.pagination1 .dot.active {
    background-color: orangered;
    transform: scale(1.2);
}





/* 📱 Mobil (max-width: 600px) */
@media screen and (max-width: 1367px) and (min-width: 900px){
    .card {
        width: 150px;
        height: 150px;
		border-radius:30px;
		box-shadow: 0 10px 30px rgba(255, 255, 255, 0.1);
    }
    .card:nth-child(1)  { --x: 0px;   --y: 65px;  z-index: 12; --s: 1;   }
	.card:nth-child(2)  { --x: 70px;  --y: 80px;  z-index: 11; --s: 0.98;}
	.card:nth-child(3)  { --x: 140px;  --y: 95px; z-index: 10; --s: 0.96;}
	.card:nth-child(4)  { --x: 210px; --y: 105px; z-index: 9;  --s: 0.94;}
	.card:nth-child(5)  { --x: 280px; --y: 115px; z-index: 8;  --s: 0.92;}
	.card:nth-child(6)  { --x: 350px; --y: 105px; z-index: 7;  --s: 0.90;}
	.card:nth-child(7)  { --x: 420px; --y: 90px;  z-index: 6;  --s: 0.88;}
	.card:nth-child(8)  { --x: 490px; --y: 75px;  z-index: 5;  --s: 0.86;}
	.card:nth-child(9)  { --x: 560px; --y: 60px;  z-index: 4;  --s: 0.84;}
	.card:nth-child(10) { --x: 630px; --y: 45px;  z-index: 3;  --s: 0.82;}
	.card:nth-child(11) { --x: 700px; --y: 30px;  z-index: 2;  --s: 0.80;}
	.card:nth-child(12) { --x: 770px; --y: 15px;  z-index: 1;  --s: 0.78;}
	
	.card-stack-container {
    transform-style: preserve-3d;
    padding-top: 120px;
    padding-left: 100px;
    position: relative;
    background: url('../images/bg-sirketler.jpg') no-repeat center center fixed;
    background-size: cover;
    height: 450px;
	 }
	 .pagination1 {
    display: flex;
    gap: 10px;
    z-index: 5555500;
    position: absolute;
    bottom: -20px;         /* her ekranda sabit alt boşluk */
    left: 45%;            /* ortalamak için */
    transform: translateX(-50%);
    justify-content: center;
    align-items: center;
}
	 
	.pagination1 .dot {
    width: 10px;
    height:10px;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
}
.pagination1 .dot.active {
    background-color: orangered;
    transform: scale(1.2);
} 
}











/* 📱 Mobil (max-width: 600px) */
@media screen and (max-width: 900px) and (min-width: 767px){
    .card {
        width: 110px;
        height: 110px;
		border-radius:20px;
		box-shadow: 0 10px 30px rgba(255, 255, 255, 0.1);
    }
    .card:nth-child(1)  { --x: 0px;   --y: 65px;  z-index: 12; --s: 1;   }
	.card:nth-child(2)  { --x: 50px;  --y: 80px;  z-index: 11; --s: 0.98;}
	.card:nth-child(3)  { --x: 100px;  --y: 95px; z-index: 10; --s: 0.96;}
	.card:nth-child(4)  { --x: 150px; --y: 105px; z-index: 9;  --s: 0.94;}
	.card:nth-child(5)  { --x: 200px; --y: 115px; z-index: 8;  --s: 0.92;}
	.card:nth-child(6)  { --x: 250px; --y: 105px; z-index: 7;  --s: 0.90;}
	.card:nth-child(7)  { --x: 300px; --y: 90px;  z-index: 6;  --s: 0.88;}
	.card:nth-child(8)  { --x: 350px; --y: 75px;  z-index: 5;  --s: 0.86;}
	.card:nth-child(9)  { --x: 400px; --y: 60px;  z-index: 4;  --s: 0.84;}
	.card:nth-child(10) { --x: 450px; --y: 45px;  z-index: 3;  --s: 0.82;}
	.card:nth-child(11) { --x: 500px; --y: 30px;  z-index: 2;  --s: 0.80;}
	.card:nth-child(12) { --x: 550px; --y: 15px;  z-index: 1;  --s: 0.78;}
	
	.card-stack-container {
    transform-style: preserve-3d;
    padding-top: 100px;
    padding-left: 80px;
    position: relative;
    background: url('../images/bg-sirketler.jpg') no-repeat center center fixed;
    background-size: cover;
    height: 400px;
	 }
	 .pagination1 {
    display: flex;
    gap: 10px;
    z-index: 5555500;
    position: absolute;
    bottom: -20px;         /* her ekranda sabit alt boşluk */
    left: 45%;            /* ortalamak için */
    transform: translateX(-50%);
    justify-content: center;
    align-items: center;
}
	 
	.pagination1 .dot {
    width: 10px;
    height:10px;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
}
.pagination1 .dot.active {
    background-color: orangered;
    transform: scale(1.2);
} 
.sc-breadcrumb-title .beyaz-arka  {
    line-height: 1;
    color: #231f20;
    border-left: 4px #231f20 solid;
    padding-left: 0.5em;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    font-size: 1.5em;
    font-family: 'pn-bold';
}
}











/* 📱 Mobil (max-width: 600px) */
@media screen and (max-width: 767px) and (min-width: 475px){
    .card {
        width: 80px;
        height: 80px;
		border-radius:5px;
		box-shadow: 0 10px 30px rgba(255, 255, 255, 0.1);
    }
    .card:nth-child(1)  { --x: 0px;   --y: 65px;  z-index: 12; --s: 1;   }
	.card:nth-child(2)  { --x: 30px;  --y: 80px;  z-index: 11; --s: 0.98;}
	.card:nth-child(3)  { --x: 60px;  --y:  95px; z-index: 10; --s: 0.96;}
	.card:nth-child(4)  { --x: 90px; --y: 105px; z-index: 9;  --s: 0.94;}
	.card:nth-child(5)  { --x: 120px; --y: 115px; z-index: 8;  --s: 0.92;}
	.card:nth-child(6)  { --x: 150px; --y: 105px; z-index: 7;  --s: 0.90;}
	.card:nth-child(7)  { --x: 180px; --y: 90px;  z-index: 6;  --s: 0.88;}
	.card:nth-child(8)  { --x: 210px; --y: 75px;  z-index: 5;  --s: 0.86;}
	.card:nth-child(9)  { --x: 240px; --y: 60px;  z-index: 4;  --s: 0.84;}
	.card:nth-child(10) { --x: 270px; --y: 45px;  z-index: 3;  --s: 0.82;}
	.card:nth-child(11) { --x: 300px; --y: 30px;  z-index: 2;  --s: 0.80;}
	.card:nth-child(12) { --x: 330px; --y: 15px;  z-index: 1;  --s: 0.78;}
	
	.card-stack-container {
    transform-style: preserve-3d;
    padding-top: 50px;
    padding-left: 30px;
    position: relative;
    background: url('../images/bg-sirketler.jpg') no-repeat center center fixed;
    background-size: cover;
    height: 390px;
	 }
	 .pagination1 {
    display: flex;
    gap: 8px;
    z-index: 5555500;
    position: absolute;
    bottom: 1px;         /* her ekranda sabit alt boşluk */
    left: 35%;            /* ortalamak için */
    transform: translateX(-50%);
    justify-content: center;
    align-items: center;
}
	 
	.pagination1 .dot {
    width: 8px;
    height:8px;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
}
.pagination1 .dot.active {
    background-color: orangered;
    transform: scale(1.2);
} 
.sc-breadcrumb-title .beyaz-arka  {
    line-height: 1;
    color: #231f20;
    border-left: 4px #231f20 solid;
    padding-left: 0.5em;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    font-size: 1.3em;
    font-family: 'pn-bold';
}
}











/* 📱 Mobil (max-width: 475px) */
@media screen and (max-width: 475px) and (min-width: 200px){
    .card {
        width: 80px;
        height: 80px;
		border-radius:10px;
    }
    .card:nth-child(1)  { --x: 0px;   --y: 33px; z-index: 12; --s: 1;   }
	.card:nth-child(2)  { --x: 25px;  --y: 40px; z-index: 11; --s: 0.98;}
	.card:nth-child(3)  { --x: 50px; --y: 48px; z-index: 10; --s: 0.96;}
	.card:nth-child(4)  { --x: 75px; --y: 53px; z-index: 9;  --s: 0.94;}
	.card:nth-child(5)  { --x: 100px; --y: 56px; z-index: 8;  --s: 0.92;}
	.card:nth-child(6)  { --x: 125px; --y: 53px; z-index: 7;  --s: 0.90;}
	.card:nth-child(7)  { --x: 150px; --y: 45px; z-index: 6;  --s: 0.88;}
	.card:nth-child(8)  { --x: 175px; --y: 38px; z-index: 5;  --s: 0.86;}
	.card:nth-child(9)  { --x: 200px; --y: 40px; z-index: 4;  --s: 0.84;}
	.card:nth-child(10) { --x: 225px; --y: 22px;  z-index: 3;  --s: 0.82;}
	.card:nth-child(11) { --x: 250px; --y: 15px;  z-index: 2;  --s: 0.80;}
	.card:nth-child(12) { --x: 275px; --y: 8px;  z-index: 1;  --s: 0.78;}
	
	.card-stack-container {
    transform-style: preserve-3d;
    padding-top: 75px;
    padding-left: 30px;
    position: relative;
    background: url('../images/bg-sirketler.jpg') no-repeat center center fixed;
    background-size: cover;
    height: 300px;
	 }
	 .pagination1 {
    display: flex;
    gap: 10px;
    z-index: 5555500;
    position: absolute;
    bottom: -20px;         /* her ekranda sabit alt boşluk */
    left: 50%;            /* ortalamak için */
    transform: translateX(-50%);
    justify-content: center;
    align-items: center;
}
	 
	.pagination1 .dot {
    width: 8px;
    height:8px;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
}
.pagination1 .dot.active {
    background-color: orangered;
    transform: scale(1.2);
} 
.sc-breadcrumb-title .beyaz-arka  {
    line-height: 1;
    color: #231f20;
    border-left: 4px #231f20 solid;
    padding-left: 0.5em;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    font-size: 0.8em;
    font-family: 'pn-bold';
}

	.lang-right-align {
        line-height: 3em;
        width: 8em;
        height: 3em;
        text-align: center;
        padding: 0;
    }


}























.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* Resimlerin bulunduğu konteyner div'i */
        .image-container {
            position: relative;
            height: 400px; /* Görünür olması için sabit yükseklik verildi */
            overflow: hidden; /* İçindeki resmin taşmasını gizler */
        }
        
        /* Resim için stil */
        .parallax-img {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 120%; /* Konteynerden daha geniş yaparak kaydırma alanı sağlar */
            object-fit: cover;
            will-change: transform;
        }
		.pd-alt-mfb{padding-top:50px;padding-bottom:50px;}
		.section-with-bg {
            position: relative;
            min-height: 100vh; /* Sayfanın tamamını kaplamasını sağlar */
            overflow: hidden; /* Videonun taşmasını gizler */
            display: flex; /* İçeriği dikey ortalamak için */
            align-items: center; /* İçeriği dikey ortalamak için */
            justify-content: center; /* İçeriği yatay ortalamak için */
            color: white; /* Metin rengini ayarla */
        }
        
        /* Arka plan videosu için stil */
        .parallax-video-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: -1; /* Metnin arkasına gönder */
            will-change: transform;
        }
		
		.py-7 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
}
.py-3 {
    padding-top: 2rem!important;
    padding-bottom: 1rem!important
}
.bg-siyah {
    --bs-bg-opacity: 1;
    background-color:#080b13!important
}
.text-siyah {
    color:#080b13!important
}

.pt-1 {
    padding-top: .25rem!important
}

.pt-2 {
    padding-top: .5rem!important
}

.pt-3 {
    padding-top: 1rem!important
}

.pt-4 {
    padding-top: 1.5rem!important
}

.py-4 h2{
    font-weight:400;
	font-family: pn-regular;
	letter-spacing:5px;
}



footer .mfb-alt a{color:#d1d1d1;}
footer .mfb-alt a:hover{color:#fff;}