@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&family=Merriweather:wght@400;700&display=swap");

:root {
  --c-dark: #212529;
  --c-brand: #4f328f;
  --c-body: #8a8888;
  --font-base: " font-family: helvetica, serif;";
}
body,
html {
  overflow-x: hidden;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

p,
li,
span {
  font-family: "Merriweather", serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #fff;
}

a {
  text-decoration: none;
  color: var(--c-body);
}
a:hover {
  color: var(--c-body);
}
nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

nav li {
  margin: 0 15px;
}

nav a {
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
  text-transform: inherit;
  letter-spacing: 1px;
}
nav .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #333;
  border-radius: 5px;
  padding: 10px 0;
}

nav .dropdown-menu li {
  padding: 8px 20px;
}

nav .dropdown-menu a {
  color: #fff;
  text-decoration: none;
  display: block;
}

nav .dropdown-menu a:hover {
  background-color: #ffcc00;
  color: #333;
}

nav li:hover .dropdown-menu {
  display: block;
}

.product-page {
  padding: 2rem;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 2rem auto;
  width: 80%;
  max-width: 800px;
}

/* Flavour  */
#flavours {
  padding: 3rem 2rem;
  text-align: center;
  background-color: #f1f1f1;
}

#flavours h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  color: #333;
}

#flavours ul {
  list-style: none;
}

#flavours li {
  margin: 10px 0;
}

#flavours a {
  font-size: 1.2rem;
  text-decoration: none;
  color: #333;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

#featured-flavours {
  text-align: center;
  padding: 3rem 2rem;
}

#featured-flavours h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  color: #333;
}

#featured-flavours ul {
  list-style: none;
}

#featured-flavours li {
  display: inline-block;
  margin: 10px 20px;
}

#featured-flavours a {
  font-size: 1.2rem;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  background-color: var(--c-brand);
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

#featured-flavours a:hover {
  background-color: rgb(240, 225, 111);
  color: black;
}

.flavours-description {
  font-family: "Merriweather", serif;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #555;
  margin-bottom: 2rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40;
}

.flavor-list li {
  flex: 1 1 45%;
}

.flavor-list li a {
  display: block;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

@media (max-width: 480px) {
  .flavor-list li {
    flex: 1 1 100%;
  }
}

/* Navbar */
.navbar {
  padding: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-nav .nav-link {
  color: #e8e6e6;
  font-size: 1.2rem;
  margin-right: 20px;
  margin-left: 20px;
}

.navbar-nav .nav-link:hover {
  color: var(--c-body);
}

.navbar-toggler-icon {
  background-color: white;
  border-radius: 2px;
}
h1 {
  font-family: "Montserrat", sans-serif;
  color: white;
  font-family: Arial, sans-serif;
  letter-spacing: -0.12em;
}
h3 {
  font-family: "Montserrat", sans-serif;
  color: white;
  font-family: Arial, sans-serif;
  letter-spacing: -0.05em;
  margin-bottom: 5rem;
  margin-top: 0;
}
h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: rgb(240, 225, 111);
  font-family: serif;
}
p {
  font-family: "Merriweather", serif;
  font-size: medium;
  text-align: justify;
  margin-top: 4rem;
  line-height: 1.5;
}
/* .push-right {
  font-family: serif;
  font-size: medium;
  text-align: justify;
  padding-left: 20px;
  margin-left: 20px;
} */

@media (max-width: 992px) {
  .navbar-nav .nav-link,
  .btn-brand {
    margin-bottom: 8px;
    text-align: center;
  }
}

.small-image {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.purple-bg {
  background-color: var(--c-brand);
  padding: 40px;
  display: inline-block;
  width: 80vh;
  min-height: 65vh;
  margin: 0 auto;
  margin-bottom: 50px;
}

/* Footer Styling */
.footer {
  background-color: #343a40;
  color: #f8f9fa;
}

.footer h5 {
  font-size: 1.25rem;
}

.footer a:hover {
  text-decoration: underline !important;
}

.footer a {
  transition: color 0.3s ease;
}
h5 {
  font-weight: 600;
  color: rgb(240, 225, 111);
}
footer p {
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 1.6;
}

footer .text-center {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

footer p.mb-0 {
  margin: 0;
  font-size: 14px;
  color: #ffffff;
}
footer {
  width: 100%;
}
