/* Navbar */
.navbar {
    padding: 20px 0;
}

.navbar-brand {
    font-size: 24px;
    font-weight: bold;
}

.navbar-nav .nav-link {
    font-size: 18px;
}

.navbar a, footer p{

    color: #A16B0C;
}

/* Fixed Image Banner */
.banner {
    position: relative;
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: auto;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.banner-content h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.banner-content p {
    font-size: 18px;
    line-height: 1.6;
}

/* About Section */
#about {
    padding: 50px 0;
}

#about h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}

#about p {
    font-size: 18px;
    line-height: 1.6;
}

/* Footer */
footer {
    background-color: #343a40;
    color: #fff;
    padding: 20px 0;
}

#product{

    margin: 40px 0;
}