/* Reset default browser styles */
body, h1, p {
    margin: 0;
    padding: 0;
}


/* Set default font family and size */
body {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
}

/* Set heading styles */
h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    white-space: break-spaces;
}

/* Set paragraph styles */
p {
    margin-bottom: 20px;
    white-space: break-spaces;
}

/* Set link styles */
a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
}


.navigation {
    padding: 15px 0;
    text-align: center;
    border-bottom: #e8e7e7 1px solid;
}

.header {
    background: #ffe7eb;
}

.header p {
    line-height: 24px;
}

.image-container img {
    height: 400px;
    object-fit: cover;
    width: 100%;
}

.content {
    padding: 50px 25px;
    text-align: center;
}

.btn {
    background-color: #000 !important;
    border: 2px solid #000;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1.5px;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
}

.container h2 {
    padding: 25px;
    margin: 0;
    margin-top: 25px;
}

.product-slider {
    overflow: auto;
    white-space: nowrap;
    text-align: center;
    padding-left: 25px;
}

.product {
    display: inline-block;
    padding-right: 15px;
    width: 290px;
}

.product img {
    width: 100%;
    object-fit: cover;
}

.product .btn {
    width: -webkit-fill-available;
}


.product h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.product p {
    font-size: 14px;
    margin-bottom: 15px;
}











.footer {
    background: #000;
    margin-top: 50px;
    height: 500px;
}
