@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #d6bdab;
}

header {
  height: auto;
  width: 100%;
  font-family: "Lato", sans-serif;
  margin: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.cart {
  height: 50px;
  cursor: pointer;
}

header > img {
  height: 140px;
  cursor: pointer;
}

nav > ol {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}

nav > ol li {
  list-style-type: none;
}

nav > ol li a {
  font-weight: 800;
  color: #000;
  text-decoration: none;
  padding-bottom: 5px;
  transition: width 2s;
  cursor: pointer;
}

nav > ol li a:hover {
  border-bottom: 4px solid #ffb22c;
}

nav > ol li a:active {
  transition: all;
  border-bottom: 4px solid #0846bb;
}

section {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.quote {
  width: 70%;
}

.img-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
}

.coffee-bean {
  height: 120px;
  position: relative;
  bottom: -50px;
  left: -55px;
}

.coffee-cup {
  position: relative;
  left: -90px;
}

.quote {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

h1 {
  font-size: 30px;
  font-weight: 500;
  margin-left: -4rem;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0.5rem;
  cursor: default;
  letter-spacing: 2px;
}

.button {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 24px;
  border-radius: 25px;
  border: 2px solid transparent;
  cursor: pointer;
  text-transform: uppercase;
}

.top {
  font-size: 16px;
  font-weight: 400;
  padding: 12px 24px;
  border-radius: 25px;
  border: 2px solid transparent;
  cursor: pointer;
}

/* Order Now Button */
.order-now {
  background-color: #f4b441; /* Yellow-orange */
  color: black;
  border-color: #f4b441;
  transition: background 0.3s ease;
}

.order-now:hover {
  background-color: #e09e3e; /* Darker shade */
}

/* Contact Us Button */
.contact-us {
  background-color: transparent;
  color: black;
  border-color: black;
  border-width: 2px;
  transition: background 0.3s ease, color 0.3s ease;
}

.contact-us:hover {
  background-color: black;
  color: white;
}

.buttons {
  width: 65%;
  display: flex;
  justify-content: start;
  align-items: self-start;
  gap: 50px;
  margin-top: 45px;
}

.card-section {
  display: grid;
  grid-template-columns: 40% 30%;
  justify-content: space-around;
  align-items: start;
}

.card {
  height: 700px;
  margin: 2rem;
  border-radius: 1%;
}

.name {
  font-family: Lato;
  font-size: 20px;
  font-weight: 800;
  margin-left: 100px;
  margin-top: 0px;
}

.icon {
  width: 50px;
  height: 50px;
  margin-left: 45px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.bar {
  font-family: Lato;
  font-size: 20px;
  font-weight: 800;
  margin-left: 100px;
  margin-top: 0px;
}

.card-title {
  font-family: Arial;
  font-size: 30px;
}

.card-text {
  font-family: Arial;
  font-size: 22px;
}

.img {
  width: 287px;
  height: 287px;
}

.imgg {
  width: 287px;
  height: 287px;
}

.imggg {
  width: 287px;
  height: 287px;
}

#headings {
  font-family: Caprasimo;
  font-size: 40px;
  color: white;
}

#headinggg {
  font-family: Lato;
  font-size: 40px;
}

#content {
  font-family: Poppins;
  font-size: 25px;
}

#trivia {
  font-family: Lato;
  font-size: 25px;
  margin-left: 30px;
}

table {
  width: 80%;
  border-collapse: collapse;
  margin: 20px;
  font-size: 24px;
  font-family: "Arial";
}

table,
th,
td {
  border: 1px solid black;
  text-align: center;
  padding: 40px;
}

.photo-grid img:first-child {
  margin-top: 1000px;
}
.photo-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.photo-grid img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.button {
  font-family: Lato;
  font-size: 20px;
}

footer {
  text-align: center;
}

.content {
  text-align: center;
}

.about-section {
  margin: auto;
  width: 90%;
}

#store-hours {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}