* {
  padding: 0px;
  margin: 0px;
}
body {
  background-color: #ffffff;
}
p {
  padding: 0px;
  margin: 0px;
}
.logo {
  font-family: "Libre Baskerville", serif;
  font-size: 40px;
  color: #ffffff;
}
.navbar-brand {
  font-family: "Libre Baskerville", serif;
  font-size: 40px;
  color: #ffffff;
}
.navbar {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute !important;
  width: 100%;
  background-color: transparent !important;
}
.nav-link {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  margin-left: 30px;
  color: #ffffff !important;
}
.navbar-nav {
  margin-left: 20px;
}
.reservations_btn {
  border: 1px solid #ffffff4b !important;
  height: 48px;
  width: 170px;
  cursor: pointer;
  font-size: 16;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  background-color: transparent;
  color: #ffffff;
}
.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.header_sec1 {
  background-color: #2b3a41;
  width: 100%;
  height: 880px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.header_sec2 {
  /* background: url("./../assets/pic.png"); */
  width: 100%;
  height: 880px;
}
.heading {
  font-size: 15vh;
  color: #ffffff;
  font-family: "Libre Baskerville", serif;
  line-height: 120px;
  margin-top: 30px;
}
.line {
  background-color: #ffffff;
  width: 54px;
  height: 1px;
}
.welcome_txt {
  font-size: 16px;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-left: 20px;
}
.welcome_sec {
  display: flex;
  flex-direction: row;
  width: 70%;
  align-items: center;
}
.header_des {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif !important;
  font-weight: 400;
  /* line-height: 32; */
  letter-spacing: 2px;
  width: 70%;
  margin-top: 20px;
}
.body {
  /* border: 2px solid black; */
  background-color: #ffffff !important;
  margin-top: -100px;
  position: relative;
  padding-left: 7.5%;
  padding-right: 7.5%;
  /* display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; */
}
.date_select {
  outline: none !important;
  border: none;
  font-family: "DM Sans", sans-serif !important;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 40px;
  width: 192px;
  color: #333333 !important;
  /* margin-left: 70px; */
}
.lunch_main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /* width: 80%; */
  align-self: center;
  margin-top: 50px;
  /* border: 2px solid black; */
}
.lunch_txt {
  font-size: 40px;
  color: #333333;
  font-family: "Libre Baskerville", serif;
}
.time {
  font-size: 40px;
  color: #333333;
  font-family: "Libre Baskerville", serif;
}
.book_a_table_btn {
  background-color: #567482;
  text-align: center;
  height: 48px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  margin-top: 20px;
  width: 80%;
}
.menu_line {
  background-color: #333333;
  width: 54px;
  height: 1px;
}
.menu_txt {
  font-size: 16px;
  color: #333333;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-left: 20px;
}
.dining_images {
  width: 100%;
  height: 253;
}
.menu_sec {
  display: flex;
  flex-direction: row;
  width: 70%;
  align-items: center;
  margin-top: 100px;
}
.dining_sec {
  /* border: 2px solid black; */
  margin-top: 30px;
}
.dining_heading {
  font-size: 56px;
  color: #333333;
  font-family: "Libre Baskerville", serif;
  margin-top: 30px;
}
.dinign_item {
  margin-top: 10px;
  color: #333333;
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
}
.price_sec {
  background-color: #2b3a41;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 150px;
  margin-bottom: -100px;
  position: relative;
}
.price_header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* border: 2px solid black; */
}
.day_select {
  border: 1px solid #ffffff4b;
  background-color: transparent;
  margin-right: 10px;
  padding-left: 10px;
  width: 100%;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  outline: none;
  height: 54px;
}
.day_select option {
  color: #1b262a;
  font-family: "DM Sans", sans-serif;
}
.price_line {
  background-color: #ffffff;
  width: 54px;
  height: 1px;
}
.lunch_btns {
  border: 1px solid #ffffff4b;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
}
.lunch_btn {
  height: 46px;
  width: 50%;
  border: none;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
}
.price_body {
  margin-top: 50px;
}
.item {
  /* margin-top: 10px; */
  color: #ffffff;
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 2px;
}
.item_price {
  color: #ffffff;
  font-family: "Libre Baskerville", serif;
  font-size: 56px;
  line-height: 64px;
  margin-top: 20px;
}

.footer {
  background-color: #1b262a;
  padding-top: 200px;
}

#footerInner {
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
  border-bottom-width: 0.2px;
  padding-bottom: 60px;
}
#logo {
  font-family: "Baskervville";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
}
.footerColTitle {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}
.footerLocation {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  text-transform: capitalize;
  color: #ffffff;
}
.footerLinking {
  display: block;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  text-decoration: none;
}
.footerSocialButton {
  background-color: #ecbb9c;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  min-height: 48px;
  min-width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footerSocialButton > img {
  width: 16px;
  height: 16px;
}
.footerSocialMain {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#subFooter {
  padding-top: 30px;
  padding-bottom: 30px;
}
.copyRight {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.502972);
  text-decoration: none;
}
#subFooterInner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.footerPage {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  text-align: right;
  color: #ffffff;
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url("./../assets/menu.png") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

@media only screen and (max-width: 1400px) {
  .heading {
    font-size: 13vh;
    line-height: 120px;
  }
}
@media only screen and (max-width: 1300px) {
  .heading {
    font-size: 11vh;
    line-height: 120px;
  }
}
@media only screen and (max-width: 1200px) {
  .heading {
    font-size: 9vh;
    line-height: 120px;
  }
  .item_price {
    font-size: 46px;
    line-height: 54px;
  }
}
@media only screen and (max-width: 991px) {
  .nav-link {
    margin-left: 0px;
  }
  .navbar-nav {
    margin-left: 0px;
  }
  .header_sec2 {
    height: 50vh;
  }
  .header_sec1 {
    height: 70vh;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 80px 20px 0px 20px;
  }
  .heading {
    font-size: 5vh;
    line-height: 50px;
    text-align: left;
  }
  .welcome_sec {
    margin-top: 15px;
  }
  .book_a_table_btn {
    width: 90%;
  }
  .footer-section {
    margin-top: 20px;
  }
  .navbar {
    background-color: #2b3a41 !important;
    /* box-shadow: 2px 2px 2px gray; */
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px; */
  }

  .lunch_btns {
    margin-top: 20px;
  }
  .day_select {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 800px) {
  .heading {
    font-size: 3vh;
    line-height: 40px;
    text-align: left;
  }
  .welcome_sec {
    width: 100%;
  }
  .dining_heading {
    font-size: 30px;
    margin-top: 30px;
  }
  .lunch_txt {
    font-size: 30px;
  }
  .time {
    font-size: 30px;
  }
  .item_price {
    font-size: 36px;
    line-height: 44px;
  }
  .header_sec1 {
    height: 80vh;
    justify-content: flex-start;
    align-items: flex-start;
    /* padding: 0px 20px; */
    padding: 80px 20px 0px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .book_a_table_btn {
    width: 100%;
  }
  .lunch_txt {
    font-size: 20px;
  }
  .time {
    font-size: 20px;
  }
  .price_header {
    flex-direction: column;
    justify-content: space-between;
  }
  .lunch_btns {
    margin-top: 20px;
  }
  #subFooterInner {
    margin-left: 20px;
    justify-content: flex-start;
  }
  .copyRight {
    margin-left: 20px;
  }
  .footerPage {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .heading {
    font-size: 2vh;
    line-height: 30px;
  }
  .welcome_sec {
    width: 100%;
  }
}
