@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=League+Spartan:wght@100..900&display=swap");
/* -------------------------------------------------------------------------- */
/*                               COLOR VARIABLES                              */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                               FONT VARIABLES                               */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                               GENERAL RESETS                               */
/* -------------------------------------------------------------------------- */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  font-family: "League Spartan", sans-serif;
  color: #758A41;
  background-color: #FFF4ED;
}

section {
  padding: 2em 6em;
}

/* -------------------------------------------------------------------------- */
/*                    HEADINGS, TEXT, AND PARAGRAPH STYLING                   */
/* -------------------------------------------------------------------------- */
h1 {
  font-size: clamp(3rem, 8vw, 9rem);
}

h2 {
  font-size: 6rem;
}

h1,
h2 {
  text-transform: uppercase;
}

h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 4rem);
  padding-bottom: 0.5em;
}

h4 {
  font-size: 3rem;
}

h5 {
  font-size: 1.2rem;
  padding: 0.5em 0;
}

p {
  font-size: 1.5rem;
  padding: 1em 0;
  line-height: 1.6rem;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #FFF4ED;
}

/* -------------------------------------------------------------------------- */
/*                                 NAVIGATION                                 */
/* -------------------------------------------------------------------------- */
header {
  background-color: #664735;
  padding: 2em;
  background-color: #664735;
}
header .logo img {
  width: 8rem;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.nav-menu {
  display: flex;
}

.nav-menu ul {
  display: flex;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-menu ul li a {
  text-decoration: none;
  color: #FFF4ED;
}
.nav-menu ul li a:hover {
  font-weight: bold;
}

.hamburger {
  display: none;
  font-size: 1.5rem;
  cursor: pointer;
}

ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
ul li#nav-button {
  color: #664735;
  background-color: #758A41;
  padding: 0.8em 1.5em;
  border-radius: 1rem;
}
ul li#nav-button:hover {
  background-color: #283624;
}

/* -------------------------------------------------------------------------- */
/*                                    MAIN                                    */
/* -------------------------------------------------------------------------- */
main {
  position: relative;
}

/* -------------------------------------------------------------------------- */
/*                              SECTION 01: HERO                              */
/* -------------------------------------------------------------------------- */
section#hero {
  min-height: 80vh;
  padding-bottom: 10em;
  display: flex;
}
section#hero .hero-image img {
  width: 50vw;
  padding: 0 2em;
  position: absolute;
  top: 3em;
  right: 3em;
}
section#hero h3 {
  margin: 0;
  padding: 0;
  width: 30%;
  position: absolute;
  top: 8%;
}
section#hero p {
  padding-right: 60%;
}
section#hero .hero-text {
  position: absolute;
  padding-top: 10em;
}

.hero-text {
  padding-top: 5em;
  display: flex;
  flex-direction: column;
  position: relative;
}
.hero-text .hero-text-wrapper {
  position: relative;
  width: 40vw;
}
.hero-text .hero-text-wrapper h3 {
  position: relative;
}
.hero-text .hero-text-wrapper .sparkle {
  background-image: url(../images/sparkle.webp);
  position: absolute;
  top: -5rem;
  right: 0;
  width: clamp(5rem, 2vw, 6rem);
  height: clamp(5rem, 2vw, 6rem);
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 5em;
}

#hero-line {
  background-image: url(../images/underline.svg);
  width: clamp(15rem, 35vw, 25rem);
  height: clamp(0.5rem, 3vh, 1.21rem);
  background-size: contain;
  background-repeat: no-repeat;
}

.hero-button {
  background-color: #664735;
  color: #FFF4ED;
  font-size: 1.5rem;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3em 0.2em;
  width: 8em;
  height: 2.5em;
  position: relative;
}
.hero-button:hover {
  background-color: #758A41;
  color: #FFF4ED;
}

.grid-bg {
  background-image: url(../images/grid-wide.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  width: 100vw;
  height: 50vh;
  position: absolute;
  z-index: -1;
  opacity: 0.5;
}

/* -------------------------------------------------------------------------- */
/*                          SECTION 02: BRAND QUALITY                         */
/* -------------------------------------------------------------------------- */
section#brand-quality {
  padding-top: 6em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}

.quality {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: center;
}
.quality .quality-text {
  display: flex;
  justify-content: center;
  align-items: start;
}
.quality img {
  width: 15rem;
  margin: 0 auto;
}
.quality img#handmade {
  padding-top: 2em;
}
.quality .quality-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em 0;
}
.quality .quality-text p {
  padding: 0 1em;
}

/* -------------------------------------------------------------------------- */
/*                                  MENU PAGE                                 */
/* -------------------------------------------------------------------------- */
section#menu-hero .menu-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  top: 5rem;
}
section#menu-hero .menu-text .sparkle {
  background-image: url(../images/sparkle.webp);
  position: absolute;
  top: -5rem;
  right: 20%;
  width: clamp(5rem, 2vw, 6rem);
  height: clamp(5rem, 2vw, 6rem);
  background-size: cover;
  background-repeat: no-repeat;
}
section#menu-hero .menu-text p {
  display: flex;
  justify-content: center;
  width: 50%;
}

section#menu .bread-tab ul {
  display: flex;
}
section#menu .bread-tab ul li {
  padding: 2em;
}
section#menu .bread-tab ul li a {
  color: #758A41;
}
section#menu .bread-tab ul li a:hover {
  font-weight: bold;
}
section#menu .option {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1em;
  justify-content: space-evenly;
  gap: 1em;
}
section#menu .option .bread {
  padding: 3em 0;
}
section#menu .option .bread img {
  width: 30rem;
}
section#menu .option .bread .bread-text {
  border: 2px solid #758A41;
  width: 30rem;
  padding: 0 0.7em;
}
section#menu .option .bread .bread-text p {
  width: 100%;
  font-size: 1rem;
  line-height: 1rem;
  padding: 0;
}
section#menu .option .bread .bread-text .bread-text-detail .add-bread {
  display: flex;
  justify-content: right;
  gap: 0.5em;
  padding: 0.5em 0.5em 0.5em 0;
}
section#menu .option .bread .bread-text i.fa-solid.fa-minus,
section#menu .option .bread .bread-text i.fa-solid.fa-plus {
  border: 1px solid #758A41;
  padding: 0.5em 0.6em;
}
section#menu .option .bread .bread-text i.fa-solid.fa-minus:hover,
section#menu .option .bread .bread-text i.fa-solid.fa-plus:hover {
  background-color: #664735;
  color: #FFF4ED;
}
section#menu .option .bread .bread-text i.fa-solid.fa-plus {
  color: #FFF4ED;
  background-color: #758A41;
}

/* -------------------------------------------------------------------------- */
/*                                ABOUT US PAGE                               */
/* -------------------------------------------------------------------------- */
section#about {
  display: flex;
  gap: 3em;
  position: relative;
  min-height: 80vh;
}
section#about .about-pic img {
  width: 50rem;
  padding-top: 3em;
}
section#about .hero-text p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  width: 90%;
}
section#about .about-button {
  background-color: #664735;
  color: #fff4ed;
  font-size: 1.5rem;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3em 0.2em;
  width: 8em;
  height: 2.5em;
}
section#about .about-button:hover {
  background-color: #758A41;
  color: #FFF4ED;
}

/* -------------------------------------------------------------------------- */
/*                                   FOOTER                                   */
/* -------------------------------------------------------------------------- */
footer {
  background-color: #664735;
  color: #FFF4ED;
  padding: 2em 5em;
  font-size: 1.2rem;
  line-height: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2em;
}
footer .footer-text {
  display: flex;
  flex-direction: column;
}
footer .footer-left {
  display: flex;
  gap: 2em;
  justify-content: center;
  align-items: center;
}
footer .copyright {
  display: flex;
  justify-content: right;
  flex-direction: column;
  line-height: 0.7rem;
  text-align: right;
}
footer .copyright .socials {
  text-align: right;
  padding: 0;
}
footer .copyright .socials i {
  font-size: 2rem;
  padding: 0.2em;
  padding-bottom: 0.5em;
}

i {
  padding-top: 0.5em;
  font-size: 1rem;
}

/* -------------------------------------------------------------------------- */
/*                          RESPONSIVE TABLET                                 */
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 900px) {
  section {
    padding: 4em;
  }
  section#hero {
    min-height: 50vh;
  }
  section#hero h3 {
    top: 3%;
  }
  section#hero .hero-text {
    padding-top: 3em;
  }
  section#hero .hero-text p {
    font-size: 1.2rem;
  }
  .grid-bg {
    width: 95%;
    left: 2%;
    top: 10%;
    opacity: 0.5;
  }
  section#brand-quality {
    display: flex;
    flex-wrap: wrap;
  }
  section#brand-quality .quality {
    display: flex;
    flex-direction: row;
    text-align: left;
    align-items: center;
  }
  section#brand-quality .quality img {
    width: 10rem;
  }
  section#brand-quality .quality .quality-text {
    display: block;
  }
  section#brand-quality .quality .quality-text p {
    padding: 1em 0;
  }
  section#menu .bread-tab ul {
    display: flex;
    justify-content: center;
  }
  section#menu .option {
    display: flex;
    justify-content: center;
  }
  section#menu .option .bread img {
    width: 25rem;
  }
  section#menu .option .bread .bread-text {
    width: 25rem;
  }
  section#about {
    display: flex;
    flex-direction: column;
  }
  section#about .hero-text {
    text-align: center;
  }
  section#about .hero-text .hero-text-wrapper {
    width: 100%;
  }
  section#about #hero-line {
    margin: 0 auto;
  }
  section#about .about-button {
    background-color: #664735;
    color: #fff4ed;
    font-size: 1.5rem;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.3em 0.2em;
    width: 8em;
    height: 2.5em;
    margin: 0 auto;
  }
  footer {
    padding: 2em;
  }
  footer .logo {
    background-size: 100%;
  }
}
/* -------------------------------------------------------------------------- */
/*                              RESPONSIVE MOBILE                             */
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 600px) {
  .hamburger {
    display: block;
    color: #FFF4ED;
  }
  .nav-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 4.1rem;
    right: -3rem;
    background: #758A41;
    min-width: 70%;
    height: 50vh;
    position: absolute;
    z-index: 1;
    opacity: 0.9;
    font-size: 2rem;
  }
  .nav-menu.active {
    display: flex;
  }
  .nav-menu ul {
    display: flex;
    flex-direction: column;
    justify-content: right;
    padding: 2em;
  }
  .nav-menu ul .nav-menu ul li {
    margin-bottom: 0.5rem;
    padding: 3em 0;
  }
  .nav-menu ul li {
    padding: 0.5em 0;
  }
  .nav-menu ul li:last-child {
    margin-bottom: 0;
  }
  section {
    padding: 2em 3em;
  }
  section#hero {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin-bottom: 20em;
  }
  section#hero .hero-image {
    display: flex;
  }
  section#hero .hero-image img {
    width: 90vw;
    padding: 1em;
  }
  section#hero .hero-text-wrapper {
    display: flex;
    justify-content: center;
    position: relative;
  }
  section#hero .hero-text-wrapper h1 {
    padding: 0.3em 0;
    font-size: 5rem;
    text-align: center;
  }
  section#hero .hero-text-wrapper .sparkle {
    position: absolute;
    right: -50px;
  }
  section#hero h3 {
    top: 0;
    width: 40%;
    text-align: center;
    padding: 1em 0;
  }
  section#hero .hero-text {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 25%;
  }
  section#hero .hero-text p {
    font-size: 1.2rem;
    text-align: center;
    padding: 1em 3em;
  }
  .grid-bg {
    width: 95%;
    left: 2%;
    top: 10%;
  }
  section#brand-quality {
    display: flex;
    flex-direction: row;
    padding-top: 70%;
  }
  section#brand-quality .quality .quality-text {
    font-size: 1rem;
    padding-left: 2em;
  }
  section#brand-quality .quality .quality-text h4 {
    font-size: 2rem;
  }
  section#brand-quality .quality .quality-text p {
    font-size: 1.2rem;
  }
  section#brand-quality .quality img {
    width: 8rem;
  }
  section#menu-hero .menu-text {
    padding: 5em;
    padding-bottom: 0;
    position: relative;
  }
  section#menu-hero .menu-text .sparkle {
    top: 0;
  }
  section#menu-hero .menu-text p {
    padding: 1em 1em;
    width: 100%;
    font-size: 1.2rem;
  }
  section#menu .bread-tab {
    padding-top: 2em;
  }
  section#about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow-x: hidden;
  }
  section#about .about-pic img {
    width: 30rem;
  }
  section#about .hero-text {
    padding-bottom: 10em;
    display: flex;
    justify-content: center;
    padding-top: 0;
  }
  section#about .hero-text .hero-text-wrapper {
    width: 100%;
    text-align: center;
  }
  section#about .hero-text p {
    text-align: center;
    width: 90%;
  }
  section#about .hero-text #hero-line {
    margin: 0 auto;
  }
  section#about .about-button {
    background-color: #664735;
    color: #fff4ed;
    font-size: 1.5rem;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.3em 0.2em;
    width: 8em;
    height: 2.5em;
    margin: 0 auto;
  }
  footer {
    display: flex;
    flex-direction: column;
    padding: 2em;
  }
  footer .footer-left {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  footer .copyright,
  footer .copyright.socials {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */