@font-face {
  font-family: "Amboqia Boriango";
  src: url("./font/Amboqia-Boriango.otf") format("opentype");
}

@font-face {
  font-family: "KeepCalm";
  src: url("./font/KeepCalm-Medium.ttf") format("truetype");
}

* {
  box-sizing: border-box;
}

html {
  font-size: 14px;
}

body {
  margin: 0;
  padding: 0;
  background: #faf3ed;
  font-family: "Amboqia Boriango", serif;
}

main,
section,
header,
footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

.container {
  width: 100rem;
  max-width: 100%;
  padding: 4rem;
}

.heading {
  color: #606c55;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
}

.header-secondary {
	color: #885E39;
}

.heading img {
	width: 34rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 4px 4px 0 #00000025;
  z-index: 9999;
}

.header .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.header-logo {
  width: 15rem;
}

.header-nav {
  display: flex;
  flex-direction: row;
  gap: 4rem;
}

.header-link {
  color: #606c55;
  font-family: "KeepCalm";
  font-size: 1rem;
  font-weight: 400;
}

.banner {
  position: relative;
  margin-top: 5rem;
}

.banner .container {
  position: relative;
}

.banner-img {
  width: 30rem;
}

.banner-wrap {
  position: absolute;
  top: 50%;
  left: 40rem;
  right: 5rem;
  transform: translateY(-50%);
  font-size: 2.4rem;
  color: #885e39;
}

.banner-strip {
  height: 4rem;
  width: 100%;
  background: #ae8764;
  position: absolute;
  bottom: 4rem;
  left: 0;
  right: 0;
}

.menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 8rem;
}

.menu-overflow {
  justify-content: flex-start;
  overflow-x: auto;
}

.menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 20rem;
}

.menu-img {
  width: auto;
  height: 15rem;
}

.menu-title {
  color: #885e39;
  font-size: 1.6rem;
  margin: 2rem 0;
}

.showcase {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 5rem;
	padding: 0 4rem;
}

.showcase-img {
	width: 30rem;
}

.showcase-title,
.showcase-paragraph {
	margin: 1rem 0;
	padding: 0;
}

.showcase-title {
	color: #885E39;
	font-size: 2.2rem;
}

.showcase-paragraph {
	color: #606C55;
  font-family: "KeepCalm";
	font-size: 1.4rem;
	line-height: 1.5;
}

.testimony {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
}

.testimony-img {
  width: 40rem;
  background: #606C55;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.contact {
  background: #FFF;
}

.contact .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}

.contact-img {
  width: 35rem;
}

.contact-wrap {
  width: 20rem;
}

.contact-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-title,
.contact-content,
.contact-link {
  color: #606C55;
  font-family: "KeepCalm";
  margin: 0;
  padding: 0;
}

.contact-title {
  font-size: 1.4rem;
  font-weight: 400;
}

.contact-content {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.contact-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
}

.contact-link img {
  width: 3rem;
}

.footer {
  color: #606C5550;
  background: #FFF;
  padding: 2rem 0;
  font-size: 1rem;
  font-family: "KeepCalm";
}

.footer span {
  font-family: Arial, Helvetica, sans-serif;
}