body {
    background-color: #2c340fc8;
    font-family: 'Arial, sans-serif';
    margin: 0; 
    padding: 0;
}
.header {
    background: url('images/headerbg3.webp') no-repeat center/cover;
    height: 700px; 
    position: relative;
    
}
/* Navbaar */
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}
.navbar-brand {
    font-size: 1.5rem;
    font-family: "Pacifico";
    font-weight: 200;
    font-style: normal;
}

/* Hero */
.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hero-content h1 {
    font-size: 5rem;
    margin-bottom: 1rem;
    font-family: "Pacifico";
    font-weight: 400;
    font-style: normal;
}
.hero-text {
    font-size: 1.5rem;
}

/* Our products */
.products-section, .order-section, .new-arrivals-section {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
}
.product {
    text-align: center;
    margin: 10px;
}
.product img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}
.product-info h3 {
    color: #b5651d;
}

/* How To Order */
.order-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
}
.order-section h2 {
    font-size: 2.5em;
    color: #333333;
}
.order-section .col-md-6 {
    margin-bottom: 10px;
}
.order-section .col-md-6 h4 {
    font-size: 1.5em;
    color: #333;
}
.order-section .col-md-6 p {
    font-size: 1em;
    color: #666;
    text-align: center;
}

/* New Arrivals */
.new-arrivals-section .col-md-3 {
    margin-bottom: 20px; 
}
.new-arrivals-section img {
    max-width: 100%;
    width: 300px;
    height: 300px; 
    display: block; 
    margin: 0 auto; 
    border-radius: 10px;
}
.new-arrivals-section p {
    margin-top: 10px; 
    font-size: 1.1em; 
    color: #333; 
}

/* Contact Us */
.contact-us-section {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}
.contact-us-section h2 {
    font-size: 2.5em;
    color: #333;
}
.contact-us-section .container {
    max-width: 900px;
    margin: 0 auto;
}
.contact-us-section .row {
    display: flex;
    justify-content: space-between;
}
.contact-us-section .col-md-6 {
    margin-bottom: 15px;
}
.contact-us-section h4 {
    font-size: 1.5em;
    color: #333;
}
.contact-us-section p {
    font-size: 1em;
    color: #666;
    margin-bottom: 10px;
}

/* For improvement -  contact form */
/* .contact-us-section a {
    color: #007bff;
    text-decoration: none;
}
.contact-us-section a:hover {
    text-decoration: underline;
}
.contact-us-section .form-group {
    margin-bottom: 20px;
}
.contact-us-section .form-control {
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #ccc;
    width: 100%;
}
.contact-us-section .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    padding: 10px 20px;
    border-radius: 5px;
}
.contact-us-section .btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
} */
