

:root {
    --font-family: "Poppins",sans-serif;
    --gradient2: linear-gradient(89.97deg,#eb1484 1.84%,#24252d 102.67%);
    --primary-btn: linear-gradient(101.12deg,#eb1484 27.35%,#c91cc3 99.99%,#c81cc5 100%,#c81cc5 0);
    --primary-color: #eb1484;
    --secondary-color: #c81cc5;
    --color-bg: #24252d;
    --color-card: #2a2d3a;
    --color-footer: #24252d;
}

.page-content-wrapper {
    min-height: calc(100% - 60px); /* 60px footer yüksekliğinize göre ayarlanmalıdır. */
    width: 100%;
    overflow: hidden;
}

.custom-footer {
    background-color: none;
    border-top: 1px solid rgba(255,255,255,0.1);
    color: white;
    padding: 20px 0;
    width: 100%;
    text-align: center;
    display: flex; /* Flexbox'u etkinleştirelim */
    justify-content: center; /* İçerik arasında boşluk bırakalım */
    align-items: center; /* İçeriği dikey olarak ortalamak için */
    position: relative;
}

.custom-footer a {
    text-decoration: none; /* alt çizgiyi kaldıralım */
    color: inherit; /* Renk olarak etrafındaki metinle aynı rengi kullanalım */
    position: absolute; /* İkonu mutlak olarak pozisyonlandıralım */
    right: 20px; /* Sağdan biraz boşluk bırakalım */
    top: 50%; /* İkonu dikey olarak ortalamak için */
    transform: translateY(-50%); /* İkonu dikey olarak ortalamak için */
    font-size: 25px;;
}

.custom-footer a:hover {
    color: #333; /* Tıklandığında renk değişikliği yapalım */
}
.navbar-brand {
    font-family: var(--font-family);
    color: white; 
    padding: 0rem 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 600;
    font-size: 22px;

}

.nav-link {
    font-family: var(--font-family);
    margin-right: 1rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
    text-decoration: none;
    color: white; 
    transition: background 0.3s;
    font-weight: 600;
    font-size: 18px;
}

.nav-link:hover, .navbar-brand:hover {
    color: white;
}
.navbar-custom-padding {
    padding-left: 20px; 
    padding-bottom: 20px;
}


@media (min-width: 768px) { 
    .navbar-custom-padding {
        padding-left: 80px;
        padding-bottom: 15px;
    }
}
.navbar-toggler {
    border: none;
}
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg stroke='currentColor' fill='currentColor' stroke-width='0' viewBox='0 0 24 24' color='%23fff' height='27' width='27' xmlns='http://www.w3.org/2000/svg' style='color: rgb(255, 255, 255);'%3E%3Cg%3E%3Cpath fill='none' d='M0 0h24v24H0z'%3E%3C/path%3E%3Cpath d='M3 4h18v2H3V4zm6 7h12v2H9v-2zm-6 7h18v2H3v-2z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.darken-image {
    padding-left: 15px;  
    padding-right: 15px;  
}


.darken-image::before {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    background-color: rgba(0, 0, 0, 0.2);
}


h3.text-white {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


@media (max-width: 575.98px) { 
    .darken-image img {
        height: 24vh;
        object-fit: cover; 
        width: 100%;
    }

    .darken-image h3 {
        font-family: var(--font-family);
        font-weight: 600;
        font-size: 28px; 
        display:block !important;
    }
    .card{
        height: 26vh !important;
    }
}
@media (max-width: 850.98px) { 
    .darken-image img {
        height: 28vh;
        object-fit: cover;
        width: 100%;
    }

    .darken-image h3 {
        font-family: var(--font-family);
        font-weight: 600;
        font-size: 28px;  
    }
    .card{
        height: 26vh !important;
    }
}

@media (max-width: 1350.98px) { 
    .darken-image img {
        height: 32vh;
        object-fit: cover;
        width: 100%;
    }

    .darken-image h3 {
        font-family: var(--font-family);
        font-weight: 600;
        font-size: 28px; 
    }
    .card{
        height: 26vh !important;
    }
}
@media (min-width: 1350.99px) { 
    .darken-image img {
        height: 36vh;
        object-fit: cover; 
        width: 100%;
    }

    .darken-image h3 {
        font-family: var(--font-family);
        font-weight: 600;
        font-size: 40px; 
    }
    .card{
        height: 26vh !important;
    }
}


.card {
    background: #fff;
    width: 100%;
    height: 16vw;
    border-radius: 20px;
    box-shadow: 0px 10px 70px rgba(0, 0, 0, 0.15);
    position: relative; /* Pozisyonu belirtiyoruz */
    border: none;

}

.card-title {
    position: absolute; /* Metin pozisyonunu mutlak konum olarak belirtiyoruz */
    top: 50%; /* Metni yatayda ortala */
    left: 50%; /* Metni dikeyde ortala */
    transform: translate(-50%, -50%); /* Metni tam ortala */
    width: 100%; /* Metni kartın genişliği kadar ayarla */
    z-index: 1; /* Metini görselin üstüne getir */
    color: white;
}



.header-img::before {
    content: ""; /* Pseudo-element için içerik tanımlıyoruz */
    position: absolute; /* Mutlak konumlandırma */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6); /* Yarı şeffaf siyah */
    border-radius:20px;
    border:none;
    outline:none;
}







/* Orta ekranlar için */
@media (min-width: 768px) {
    .container {
        max-width: 700px; /* İstediğiniz genişlik değerini buraya yazın */
    }
}

/* Büyük ekranlar için */
@media (min-width: 1000px) {
    .container {
        max-width: 1100px; /* İstediğiniz genişlik değerini buraya yazın */
    }
    
}

/* Extra büyük ekranlar için */
@media (min-width: 1200px) {
    .container {
        max-width: 1300px; /* İstediğiniz genişlik değerini buraya yazın */
    }
    .card:hover .header-img {
    transform: scale(1.25) rotate(2deg);
}
}

/* Extra büyük ekranlar için */
@media (min-width: 1500px) {
    .container {
        max-width: 1700px; /* İstediğiniz genişlik değerini buraya yazın */
    }
}