:root {
  --primary: #002a32;
  --primary2: #ebc43b;
  --primary3: #288a9e;
  --bg: #f6f4ed;
}

html {
  scroll-behavior: smooth;
}

* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  box-sizing: border-box;
  color: var(--primary);
  font-family: "Averia Serif Libre";
  list-style: none;
  /* outline: 1px solid; */
}

body {
  margin: 0;
  padding: 0;
  background-color: var(--bg);
}

.container {
  border: 5px solid;
  width: 1200px;
  /* min-height: 5000px; */
  margin: 3rem auto;
  padding: 1.5rem;
}

h1 {
  font-family: "Bricolage Grotesque";
  font-size: 5rem;
  line-height: 0.9;
}

h2 {
  font-family: "Bricolage Grotesque";
  font-size: 3.5rem;
  line-height: 0.9;
}

h3 {
  font-family: "Bricolage Grotesque";
  font-size: 1.5rem;
  line-height: 0.9;
}

p {
  font-family: "Averia Serif Libre";
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.2;
}

.btn-action {
  width: 200px;
  padding: 0.5rem 0;
  border: 3px solid;
  border-radius: 0.5rem;
  background-color: var(--primary);
}

.btn-action a {
  color: var(--bg);
  font-size: 1.1rem;
  font-weight: bold;
  font-style: italic;
}

/* Navbar Top - Start */
.navbar-top {
  display: flex;
  justify-content: end;
  align-items: center;
  column-gap: 1rem;
}

.navbar-top .language-opt {
  display: flex;
  column-gap: 0.5rem;
  order: 1;
}

.navbar-top .language-opt .language a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-top .language-opt .lang-icon {
  width: 30px;
  height: 21px;
}

.navbar-top .member-opt {
  font-size: 1rem;
  font-weight: bold;
  font-style: italic;
  order: 0;
}
/* Navbar Top - End */

/* Navbar Main - Start */
.navbar-main {
  display: flex;
  flex-direction: column;
}

.navbar-main .main-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-main .main-top .logo {
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
}

.navbar-main .main-top .logo .logo-title a {
  font-size: 1.4rem;
  font-family: "Bricolage Grotesque";
  font-weight: bold;
}

.navbar-main .main-top .navigation-list ul {
  display: flex;
  column-gap: 1rem;
}

.navbar-main .main-top .navigation-list ul li a {
  font-size: 1rem;
  font-family: "Bricolage Grotesque";
  font-weight: bold;
}

.navbar-main .main-bottom {
  display: flex;
  justify-content: end;
}
/* Navbar Main - End */

/* Search Bar - Start */
.dropdown {
  position: relative;
  display: inline-block;
}

#searchbar {
  border: 2.5px solid;
  padding: 0.5rem;
  /* font-family: "Averia Serif Libre"; */
  font-family: "Bricolage Grotesque";
  font-style: italic;
  font-weight: 600;
}

#list {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-top: 1rem;
  border: 2.5px solid;
  padding: 0;

  /* New styles for scrolling */
  max-height: 150px; /* Adjust the height as needed */
  overflow-y: auto;
}

#list li {
  list-style: none;
}

.product-list {
  padding: 12px 16px;
  display: block;
}
/* Search Bar - End */

/* Welcome - Start */
.welcome {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
  margin-top: 5rem;
  padding: 2rem;
}

.welcome img {
  width: 1150px;
}

.welcome .welcome-header {
  text-align: center;
}

.welcome .title {
  width: 500px;
}

.welcome .content {
  width: 750px;
}
/* Welcome - End */

/* Our Product - Start */
.our-product {
  margin-top: 10rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.our-product .product-content {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  width: 600px;
}

.our-product .product-content .title {
  width: 500px;
}

.our-product .product-content .content {
  width: 600px;
}

.our-product .product-image {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

.our-product .product-image .top {
  display: flex;
  column-gap: 0.5rem;
}

.our-product .product-image .bottom {
  display: flex;
  column-gap: 0.5rem;
}

.our-product .product-image img {
  width: 246px;
  height: 270px;
  border-radius: 1rem;
  border: 3px solid;
}
/* Our Product - End */

/* Our Brand - Start */
.our-brand {
  display: flex;
  flex-direction: column;
  margin-top: 5rem;
}

.our-brand img {
  width: 250px;
}

.our-brand .top {
  display: flex;
  justify-content: space-between;
}

.our-brand .bottom {
  display: flex;
  justify-content: space-between;
}

.our-brand a {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Our Brand - Start */

/* Best Seller - Start */
.best-seller {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.best-seller .content {
  display: flex;
  justify-content: space-between;
}

.best-seller .content .best-product a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1rem;
}

.best-seller img {
  width: 250px;
}

.best-seller p {
  font-weight: bold;
}
/* Best Seller - End */

/* Our Service - Start */
.our-service {
  margin-top: 10rem;
  display: flex;
  justify-content: space-between;
}

.our-service .service {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
  border: 3px dotted var(--primary3);
  padding: 1rem;
}

.our-service img {
  width: 300px;
  height: 225px;
  border: 6px double;
}

.our-service h3 {
  width: 300px;
  text-align: center;
}

.our-service p {
  width: 300px;
  text-align: center;
}
/* Our Service - End */

/* Customer Review - Start */
.review {
  margin-top: 10rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.review .content {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.review .content .persona {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  width: 700px;
}

.review .content .persona-2 {
  align-self: flex-end;
  text-align: end;
}
/* Customer Review - End */

/* Our Store - Start */
.our-store {
  margin-top: 10rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.our-store .content {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}

.our-store .content .address {
  display: flex;
  column-gap: 2rem;
}

.our-store .content .address .visit {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.our-store .content .address h2 {
  font-size: 1.5rem;
}
/* Our Store - End */

/* Navbar Bottom - Start */
.navbar-bottom {
  background-color: var(--primary3);
  margin-top: 5rem;
  padding: 1rem;
  display: flex;
  column-gap: 2rem;
  align-items: center;
  justify-content: space-between;
  border: 10px double;
}

.navbar-bottom h2 {
  font-size: 2rem;
  color: var(--bg);
}

.navbar-bottom .nav-footer {
  display: flex;
  column-gap: 8rem;
}

.navbar-bottom .nav-footer .explore-nav {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.navbar-bottom .nav-footer .explore-nav ul {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

.navbar-bottom .nav-footer .explore-nav ul li {
  margin-left: 1rem;
}

.navbar-bottom .nav-footer .explore-nav ul li a {
  font-style: italic;
  font-weight: bold;
  font-size: 1.1rem;
  color: var(--primary2);
}

.navbar-bottom .open-hour {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  padding-left: 120px;
  border-left: 5px solid;
}

.navbar-bottom .open-hour .content table {
  width: 300px;
}

.navbar-bottom .open-hour .content tr {
  text-align: start;
}

.navbar-bottom .open-hour .content th {
  color: var(--bg);
  font-style: italic;
  padding: 0.5rem 0;
  text-align: start;
}

.navbar-bottom .open-hour .content td {
  font-style: italic;
  color: var(--primary2);
}

/* Navbar Bottom - End */
