body {
  background: #a32b2c;
  font-family: "Lato", sans-serif;
  text-align: center;
  margin: 0;
}
header {
  background: #a32b2c;
}
.container {
  max-width: 920px;
  margin: 0 auto;
}
h1 {
  font-size: 0;
  margin: 80px auto 40px;
}
.title {
  font-family: "DM Serif Display", sans-serif;
  font-size: 64px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: #fff;
}
.description {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px; /* 120% */
  letter-spacing: 1px;
}
.woodenBackground {
  position: relative;
}

.woodenBackground::before {
  background-image: url(../images/wooden.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-attachment: fixed;
}
.topheader {
  padding-bottom: 250px;
}
.woodenBackground .brdImg {
  border-radius: 11px;
  margin-top: -150px;
}
.subtitle {
  color: #fff;
  text-align: center;
  font-family: "DM Serif Display", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  margin-top: 0;
  margin-bottom: 10px;
}
.pricetag {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.menuListing .menuItem {
  width: 50%;
  clear: both;
  margin-bottom: 20px;
}
.menuListing {
  padding-bottom: 600px;
}
.menuItem:last-child {
  padding-bottom: 100px;
}
.menuListing .menuItem:nth-child(even) {
  float: right;
}
footer {
  clear: both;
  color: #fff;
  padding: 80px 0;
  background: #a32b2c;
}
.bottomText {
  margin-top: 300px;
  text-align: center;
  font-family: DM Serif Display;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.24px;
  width: 300px;
  margin: 0 auto;
}
.socialMedia {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
.socialMedia a {
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 1s ease 0s;
}
.socialMedia a:hover {
  opacity: 0.5;
}
@media all and (max-width: 1100px) {
.menuListing {
    padding-bottom: 400px!important;
}
  .container {
    max-width: 90%;
    margin: 0 auto;
  }
  .title {
    font-size: 36px;
  }
  .topheader {
    padding-bottom: 200px;
  }
  img {
    max-width: 100%;
  }
  .subtitle {
    font-size: 20px;
  }
  .pricetag,
  .description {
    font-size: 16px;
  }
  .menuListing .menuItem {
    width: 100%;
  }
}
.swiper {
  width: 600px;
  height: 300px;
}
