body {
  padding: 0;
  margin: 0;
}

.hero {
  height: 100vh;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image: url("img/hero-pub.png");
  background-size: cover;
  background-position: center;

  filter: blur(12px);
  transform: scale(1.05);

  z-index: 0;
}

.hero::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;

  width: 100%;
  height: 300px;

  background-color: #ffe2b7;

  clip-path: polygon(0 100%, 100% 0, 100% 100%);

  z-index: 2;
}
.hero-content {
  position: relative;
  z-index: 1;

  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translateY(-100px);
}

.hero-content h1 {
  font-size: 5rem;
  margin: 0;
  color: white;
}

.hero-content p {
  font-size: 3rem;
  margin: 0 0 3rem 0;
  color: white;
}

.hero-buttons a {
  text-decoration: none;
  padding: 1rem;
  font-size: 1.5rem;
  background-color: #0b2b22;
  border-radius: 5px;
  margin: 1rem;
  display: inline-block;
  width: 6rem;
  text-align: center;
  color: #d9a83e;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #0b2b22;
  padding: 0.5rem 2rem 0.5rem 2rem;
}

nav h1 {
  margin: 0;
  padding: 0;
  color: #d9a83e;
}

nav ul {
  display: flex;
  justify-content: end;
  margin: 0;
}

nav ul li {
  list-style-type: none;
  padding: 0.5rem;
  text-transform: uppercase;
  cursor: pointer;
  color: #d9a83e;
  font-size: 1.3rem;
}

nav ul li:hover {
  background-color: #d9a83e;
  color: darkgreen;
}

.happy-hour {
  background-color: #ffe2b7;
  min-height: 400px;

  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 0 8%;
  position: relative;
}

.happy-hour-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.happy-hour-text {
  width: 40%;
}

.happy-hour-text h2 {
  font-size: 3rem;
  margin: 0;
}

.happy-hour-text p {
  font-size: 2rem;
}

.happy-hour-sign {
  position: relative;
  width: 600px;
  height: auto;
  margin-left: auto;

  transform: translateY(-130px);
  z-index: 3;
}

.favourites {
  background-color: #24211f;
  padding: 5rem 2rem;
}

.favourites-heading {
  text-align: center;
}

.favourites-eyebrow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

.favourites-eyebrow span {
  width: 80px;
  height: 3px;
  background-color: #d9a83e;
}

.favourites-eyebrow p {
  font-family: "Great Vibes", cursive;
  font-size: 3.5rem;
  color: #d9a83e;
  margin: 0;
}

.favourites-heading h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 5rem;
  letter-spacing: 0.08em;
  color: #f5efe6;
  margin: 0;
}

.favourites-subtitle {
  font-size: 1.5rem;
  color: #d9a83e;
  margin-top: 0.5rem;
}

.favourites-cards {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
}

.favourite-card {
  width: 280px;
  background-color: #3a2a22;
  border: 1px solid #d9a83e;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}
.favourite-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.favourite-card-content {
  padding: 1.5rem;
  text-align: center;
}

.favourite-card h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #f5efe6;
  margin: 0;
}

.card-line {
  display: block;
  width: 35px;
  height: 3px;
  background-color: #d9a83e;
  margin: 0.75rem auto 1rem;
}

.favourite-card-content p {
  color: #f5efe6;
  line-height: 1.5;
}

.favourite-card-content .card-tag {
  color: #d9a83e;
  font-size: 0.9rem;
  margin-top: 1.5rem;
}

p.card-tag.always-cold {
  margin: 0;
}
.specials {
  background-color: #ffe2b7;
  padding: 5rem 0;
  overflow: hidden;
}

.specials-heading {
  text-align: center;
  padding: 0 2rem;
  margin-bottom: 3rem;
}

.specials-heading p {
  font-family: "Great Vibes", cursive;
  font-size: 2.5rem;
  color: #d9a83e;
  margin: 0;
}

.specials-heading h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 5rem;
  letter-spacing: 0.08em;
  color: #0b2b22;
  margin: 0;
}

.specials-heading span {
  color: #555;
  font-size: 1.1rem;
}

.specials-cards {
  display: flex;
  gap: 2rem;

  overflow-x: auto;
  scroll-snap-type: x mandatory;

  padding: 1rem 8% 2rem;
}

.special-card {
  flex: 0 0 280px;

  background-color: #24211f;
  border: 1px solid #d9a83e;
  border-top: 5px solid #d9a83e;
  border-radius: 10px;

  padding: 1.5rem;

  scroll-snap-align: start;

  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.special-day {
  display: inline-block;
  background-color: #d9a83e;
  color: #0b2b22;

  font-family: "Bebas Neue", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.08em;

  padding: 0.4rem 0.8rem;
  border-radius: 4px;
}

.special-card h3 {
  font-family: "Bebas Neue", sans-serif;
  color: #f5efe6;

  font-size: 2rem;
  letter-spacing: 0.04em;

  margin: 1.5rem 0 0.5rem;
}

.special-card p {
  color: #f5efe6;
  line-height: 1.6;
}

.special-price {
  display: block;

  color: #d9a83e;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;

  margin-top: 1.5rem;
}

.specials-cards::-webkit-scrollbar {
  height: 8px;
}

.specials-cards::-webkit-scrollbar-thumb {
  background-color: #d9a83e;
  border-radius: 10px;
}

.about {
  background-color: #f5efe6;
  padding: 7rem 2rem;
}

.about-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.about-heading p {
  font-family: "Great Vibes", cursive;
  font-size: 3rem;
  color: #d9a83e;
  margin: 0;
}

.about-heading h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 5rem;
  letter-spacing: 0.08em;
  color: #24211f;
  margin: 0;
}

.about-heading span {
  display: block;
  width: 70px;
  height: 3px;
  background-color: #d9a83e;
  margin: 1rem auto 2.5rem;
}

.about-text {
  max-width: 750px;
  margin: 0 auto 1.5rem;
  font-size: 1.25rem;
  line-height: 1.8;
  color: #3a2a22;
}

.contact {
  background-color: #24211f;
  color: white;
  padding-bottom: 30px;
}

.contact-map {
  width: 100%;
  max-width: 700px;
  margin: 3rem auto 0;
}

.contact-content {
  display: flex;
  justify-content: space-around;
}

.contact-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 300px;
}

.contact-left p {
  margin: 5px 0 5px 0;
}

.contact-right {
  margin-right: 300px;
}

.contact-map iframe {
  width: 520px;
  height: 300px;
  border: 0;
  border-radius: 12px;
}

footer {
  display: flex;
  justify-content: space-between;
  padding: 0 440px 0 440px;
  background-color: #0b2b22;
  color: white;
  position: relative;
}

.links {
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}

.links a {
  text-decoration: none;
  color: white;
  text-align: center;
}

.social {
  text-align: center;
}
.social a {
  text-decoration: none;
  color: white;
}

.rob-did-this {
  position: absolute;
  bottom: 1px;
  left: 50%;
}

@media (max-width: 768px) {
  /* NAV */

  nav {
    flex-direction: column;
    padding: 1rem;
  }

  nav ul {
    padding: 0;
    margin-top: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  nav ul li {
    font-size: 1rem;
    padding: 0.5rem;
  }

  /* HERO */

  .hero {
    height: 80vh;
  }

  .hero::after {
    height: 120px;
  }

  .hero-content {
    transform: translateY(-40px);
    padding: 0 1rem;
    text-align: center;
  }

  .hero-content h1 {
    font-size: 4rem;
  }

  .hero-content p {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .hero-buttons {
    display: flex;
    justify-content: center;
  }

  .hero-buttons a {
    width: 5rem;
    margin: 0.5rem;
    font-size: 1.1rem;
  }

  /* HAPPY HOUR */

  .happy-hour {
    padding: 3rem 1.5rem;
  }

  .happy-hour-content {
    flex-direction: column;
    text-align: center;
  }

  .happy-hour-text {
    width: 100%;
  }

  .happy-hour-text h2 {
    font-size: 2.5rem;
  }

  .happy-hour-text p {
    font-size: 1.4rem;
  }

  .happy-hour-sign {
    width: 85%;
    max-width: 400px;
    margin: 2rem auto 0;
    transform: none;
  }

  /* PUB FAVOURITES */

  .favourites {
    padding: 4rem 1rem;
  }

  .favourites-heading h2 {
    font-size: 3.5rem;
  }

  .favourites-eyebrow p {
    font-size: 2.75rem;
  }

  .favourites-eyebrow span {
    width: 50px;
  }

  .favourites-subtitle {
    font-size: 1.2rem;
  }

  .favourites-cards {
    flex-direction: column;
    align-items: center;
  }

  .favourite-card {
    width: 100%;
    max-width: 340px;
  }

  /* SPECIALS */

  .specials {
    padding: 4rem 0;
  }

  .specials-heading h2 {
    font-size: 3.5rem;
  }

  .specials-heading p {
    font-size: 2rem;
  }

  .specials-cards {
    padding: 1rem 1.5rem 2rem;
    gap: 1rem;
  }

  .special-card {
    flex: 0 0 75%;
  }

  /* ABOUT */

  .about {
    padding: 4rem 1.5rem;
  }

  .about-heading h2 {
    font-size: 3.5rem;
  }

  .about-heading p {
    font-size: 2.5rem;
  }

  .about-text {
    font-size: 1.1rem;
    line-height: 1.7;
  }

  /* CONTACT */

  .contact {
    padding: 3rem 1.5rem;
  }

  .contact-content {
    flex-direction: column;
  }

  .contact-left {
    margin-left: 0;
    text-align: center;
  }

  .contact-right {
    margin-right: 0;
  }

  .contact-map {
    width: 100%;
    margin-top: 2rem;
  }

  .contact-map iframe {
    width: 100%;
    height: 300px;
  }

  /* FOOTER */

  footer {
    flex-direction: column;
    align-items: center;
    text-align: center;

    padding: 2.5rem 1rem;
  }

  .links {
    margin-bottom: 1rem;
  }

  .rob-did-this {
    position: static;
    margin-top: 2rem;
  }
}
