@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@100..900&display=swap');

body {
    font-family: 'Urbanist', sans-serif !important;
}

.bg-primary {
    background-color: #3c2614 !important;
}

.btn-new {
    background-color: #e22527 !important;
}


.text-new {
    color: #3c2614 !important;
}

.catalog-section {
    position: relative;
    background: url('../../assets/img/bg.jpg') no-repeat center center/cover;
    height: 400px; /* Bölüm yüksekliği */
    display: flex;
    align-items: center;
    color: white; /* Yazılar beyaz */
}

.catalog-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Siyah overlay */
    z-index: 1; /* Siyah katman geride */
}

.container {
    position: relative;
    z-index: 2; /* İçerik en önde */
}
