@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Racing+Sans+One&display=swap");

:root {
  font-family: "Montserrat", sans-serif;
}
body {
  margin: 0;
}
a {
  text-decoration: none;
  color: black;
}
.hero {
  height: 94vh;
  background: url(assets/img/hero-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 40%;
  position: relative;
}
header {
  padding: 0 10%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100px;
  opacity: 100%;
}
header nav {
  width: 850px;
  margin-right: 50px;
}
header li {
  display: inline-block;
  padding: 0 1.5%;
}
header li:hover {
  background-color: white;
  opacity: 80%;
}
.logo {
  cursor: pointer;
  font-family: "Racing Sans One", cursive;
  color: red;
  font-size: 3rem;
  margin-right: auto;
}
.nav-list {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
.cart {
  width: 40px;
}
.hero > h2 {
  width: 740px;
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: 0.3rem;
  line-height: 3rem;
}
.hero span {
  color: red;
}
.hero > h2,
.swiss-flag {
  color: white;
  position: absolute;
  top: 66%;
  left: 55%;
}
.swiss-flag {
  width: 100px;
  top: 89%;
}
.desc,
.product {
  text-align: center;
  padding: 3% 0;
}
.desc h2,
.product h2,
.recipes h2 {
  color: #f9151d;
  font-size: 2.3rem;
  font-weight: 500;
  text-shadow: 0 0 1px black, 0 0 1px black;
  letter-spacing: 0.3rem;
}
.desc > p,
.product > p,
.subs-card:first-child,
.recipes p {
  font-size: 1.4rem;
}
.desc-card-container,
.product-card-container {
  display: flex;
  justify-content: center;
}
.desc-card-item {
  width: 450px;
  margin: 0 2%;
}
.desc-card-item img {
  width: 500px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.desc-card-item h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: -10%;
}
.desc-card-item hr {
  width: 80px;
  color: #fff;
}
.desc-card-item-degree {
  font-size: 1.2rem;
  letter-spacing: 0.3rem;
}
.desc-card-item-p {
  line-height: 1.8rem;
  padding: 0 6%;
}
.desc button,
.subs-btn,
.cofmach-item-btn,
.recipes-btn-container button {
  margin-top: 50px;
  border: 3px solid red;
  padding: 1em 3em;
  background-color: unset;
  color: red;
  font-weight: 600;
  font-size: 1rem;
  box-shadow: 0 0 1px black, 0 0 1px black;
  cursor: pointer;
}
.desc button:hover,
.subs-btn:hover {
  box-shadow: inset 0 0 0 2em red;
  color: white;
}
.product {
  background-color: #f4f4f4;
  position: relative;
  z-index: 2;
}
.product-card-container {
  margin: 3% 0 -280px;
}
.product-card {
  margin: 0 3%;
}
.product-card h3 {
  font-size: 1.5rem;
  font-weight: 600;
}
.product-card button {
  border: 2px solid red;
  padding: 0 1.5em 0 0;
  background-color: red;
  color: white;
  font-weight: 600;
  font-size: 1.2rem;
  box-shadow: 0 0 1px black, 0 0 1px black;
  cursor: pointer;
}
.product-card button:hover,
.cofmach-item-btn:hover,
.recipes-btn-container button:hover,
.about-btn:hover {
  background-color: #d21312;
  border-color: #d21312;
}
.price {
  display: inline-block;
  padding: 10px 30px;
  margin-right: 1.5em;
  background-color: white;
  color: red;
}
.subs {
  padding: 300px 0 0;
  margin-bottom: 200px;
  background-image: url(assets/img/coffee-subs.jpg);
  background-size: 800px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  position: relative;
  height: 850px;
  text-align: center;
}
.coffee-club,
.subs-card {
  position: absolute;
}
.coffee-club {
  width: 800px;
  left: 100px;
}
.subs-card {
  background-color: #fff5e9;
  width: 850px;
  height: 550px;
  left: 31%;
  top: 38%;
  box-shadow: 0 50px 100px 0 rgba(0, 0, 0, 0.2);
}
.subs-card h2 {
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.3rem;
  padding: 50px 100px 0;
}
.subs-card > p {
  padding: 0 160px 0;
  margin-bottom: 0;
}
.subs-card-price {
  color: red;
  font-size: 2.2rem;
  font-weight: 600;
}
.subs-btn {
  background-color: white;
  margin-top: 10px;
  font-size: 1.5rem;
  padding: 0.6em 1.2em;
}
.subs-detail {
  display: block;
  font-size: 1.1rem;
  margin-top: 15px;
}
.cofmach {
  background-image: url(assets/img/table-coffee.png);
  background-repeat: no-repeat;
  height: 850px;
  color: white;
  position: relative;
}
.cofmach-item {
  width: 670px;
  position: absolute;
  left: 50%;
  top: 22%;
}
.cofmach-item h2 {
  line-height: 3.6rem;
  font-size: 2.7rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  margin-bottom: unset;
}
.compliment {
  font-size: 1.7rem;
}
.jura {
  font-family: "Racing Sans One", cursive;
}
.cofmach-item p {
  font-size: 1.4rem;
  line-height: 2.6rem;
}
.cofmach-item-btn,
.recipes-btn-container button {
  background-color: red;
  color: white;
  font-size: 1.5rem;
  padding: 0.6em 1.3em;
}
.recipes {
  text-align: center;
  padding: 80px 0 120px;
}
.recipes-card-container,
.recipes-btn-container {
  display: flex;
  justify-content: center;
}
.recipes-card-container {
  text-align: left;
}
.recipes-card {
  margin: 0 20px;
}
.recipes h2,
.recipes-card h3 {
  margin-bottom: unset;
}
.recipes p {
  margin: 0.5em 0 3em;
}
.recipes-card img {
  width: 480px;
  height: 350px;
  object-fit: cover;
}
.recipes-card h3 {
  font-size: 1.4rem;
}
.recipes-card p {
  font-size: 1.1rem;
}
.recipes-btn-container {
  align-items: baseline;
}
.recipes-btn-container button {
  margin: 30px 3em 0;
  font-size: 1.2rem;
  padding-left: 2.5em;
  padding-right: 2.5em;
}
.recipes-btn-container hr {
  color: red;
  width: 250px;
}
.about-contact {
  display: flex;
  height: 800px;
}
.about {
  background: url(assets/img/about-bg.jpg);
  width: 50%;
}
.contact {
  background: url(assets/img/contact-bg.jpg);
  width: 50%;
}
.about,
.contact {
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about div,
.contact div {
  width: 90%;
  height: 90%;
  background-color: rgba(108, 52, 40, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact div {
  background-color: rgba(26, 18, 11, 0.7);
  border: 2px solid white;
}
.about time,
.wholesale {
  font-size: 2.1rem;
  font-weight: 600;
}
.about p {
  font-size: 1.5rem;
  font-weight: 600;
}
.about h2,
.contact h2 {
  font-size: 3.7rem;
  font-weight: 600;
  margin-top: 0.05em;
}
.about-btn {
  background-color: red;
  color: white;
  padding: 0.8em 3.7em;
  font-weight: 600;
  font-size: 1.5rem;
  box-shadow: 0 0 1px black, 0 0 1px black;
  cursor: pointer;
  border: 3px solid red;
}
.contact p {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
}
.contact br {
  margin: 1em 0;
}
.footer {
  padding: 0 200px;
  font-size: 1.1rem;
  line-height: 2.6rem;
}
.footer-card-container,
.medsoc {
  display: flex;
  justify-content: center;
}
.footer-card,
.footer-list {
  padding: 70px 35px 35px;
}
.footer-card {
  flex: 2;
  background-color: #f4f4f4;
  margin-bottom: 80px;
}
.sign-up {
  background-color: white;
  display: flex;
  justify-content: center;
  padding-right: 15px;
}
.sign-up input {
  border: unset;
  outline: unset;
  color: #c1c1c1;
  font-size: 1.2rem;
  padding-left: 25px;
  flex: 9;
}
.sign-up button {
  border: unset;
  flex: 1;
  background-color: white;
  cursor: pointer;
}
.arrow {
  width: 100%;
}

.footer-list {
  flex: 1;
}
.footer-list a {
  display: block;
}
.footer-list a:hover {
  text-decoration: underline;
}
.medsoc {
  display: flexbox;
  justify-content: unset;
  align-items: center;
  margin-bottom: 60px;
}
.medsoc a {
  height: 35px;
  margin-right: 50px;
}

.footer-card-container h3 {
  font-size: 1.5rem;
  font-weight: 600;
}
.footer-jura {
  cursor: pointer;
  font-family: "Racing Sans One", cursive;
  color: red;
  font-size: 3rem;
  margin-top: -12px;
}
.pipe {
  font-size: 2rem;
  color: red;
  font-weight: 500;
  margin-right: 25px;
}
