@charset "UTF-8";
/* Global Styles */

.catalog-page {
    background-color: #1A1E2A;
    color: #F5F6F5;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    scroll-behavior: smooth;
}

.catalog-page a {
    color: #E8B923;
    text-decoration: none;
    transition: color 0.3s ease;
}

.catalog-page a:hover {
    color: #C99A1D;
}

/* Header */
.catalog-page .navbar {
    background-color: #12151D !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.catalog-page .navbar-brand {
    font-family: 'Lora', serif;
    font-weight: 700;
    font-size: 1.8rem;
}

.catalog-page .nav-link {
    font-size: 1.1rem;
    padding: 0.5rem 1rem;
}

/* Banner Section */
.catalog-page .banner {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.catalog-page .parallax-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/catalog/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: -1;
    filter: brightness(0.7);
}

.catalog-page .banner-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    padding: 40px;
    background: rgba(18, 21, 29, 0.85);
    border-radius: 12px;
    animation: fadeIn 1s ease-in;
}

.catalog-page .parallax {
    font-family: 'Lora', serif;
    font-size: 3rem;
    font-weight: 700;
    color: #F5F6F5;
    margin-bottom: 20px;
}

.catalog-page .parallax_description {
    font-size: 1.3rem;
    color: #D1D5DB;
}

.catalog-page .btn-primary {
    background-color: #E8B923;
    border-color: #E8B923;
    font-weight: 600;
    padding: 12px 30px;
    transition: background-color 0.3s ease;
}

.catalog-page .btn-primary:hover {
    background-color: #C99A1D;
    border-color: #C99A1D;
}

/* Product Catalog */
.catalog-page .modern-containers {
    padding: 60px 0;
    background-color: #1A1E2A;
}

.catalog-page .section-title {
    font-family: 'Lora', serif;
    font-size: 2.5rem;
    color: #E8B923;
    text-align: center;
    margin-bottom: 40px;
}

.catalog-page .container-item {
    background: #252932;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
сию

System: * Today's date and time is 12:47 PM MDT on Thursday, June 12, 2025.