@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,500&display=swap');

body {
  font-family: 'Montserrat', sans-serif;
}

/* Navbar Start */

.navbar-brand {
  margin-right: 0% !important;
  font-family: 'Playfair Display', serif !important;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 500;
  text-transform: capitalize;
  color: #ddbe91 !important;
}

.logo-img {
  width: 130px;
  height: auto;
}

.nav-link {
  font-family: 'Lato', sans-serif !important;
  font-size: .75rem;
  font-weight: 700;
  transition: color .1s;
  letter-spacing: .050em;
  text-transform: uppercase;
  color: #ddbe91 !important;
  text-shadow: 2px 2px black;
}

.nav-link:hover {
    color: rgba(87, 83, 83, 0.8) !important;
}

.view, .mask {
    height: 100vh;
}

.social-media {
  padding-right: 1rem;
  text-shadow: 2px 2px black;
}

.fab.fa-facebook {
  color: #ddbe91;
}

.fab.fa-instagram {
  color: #ddbe91;
}

.fab.fa-facebook:hover {
  color: rgba(87, 83, 83, 0.8);
}

.fab.fa-instagram:hover {
  color:  rgba(87, 83, 83, 0.8);
}

.view {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/01.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.view-menu {
  height: 100vh;
}

.view-menu {
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/02.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

.mask {
    display: flex;
}

.hero-head {
  margin-right: 0% !important;
  font-family: 'Playfair Display', serif !important;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 500;
  text-transform: capitalize;
  color: #ddbe91 !important;
  text-shadow: 2px 2px black;
}

.btn-outline-white {
    border-radius: 0px!important;
    color: #ddbe91;
    border: 1px solid;
}

.navbar-fixed-top.scrolled {
  background-color: rgb(28, 25, 25) !important;
  transition: background-color 400ms linear;
}

.hidden-link {
  display: none;
}

.navbar-toggler {
  border: 0px !important;
}

.navbar-toggler:focus {
  outline: none !important;
  box-shadow: none !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 255.255)' stroke-width='2'  stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* Navbar End */

/* Reservation section */

.reservation-order {
  display: flex;
  height: 65vh;
  justify-content: center;
  align-items: center;
  background-color: #3f3631;
  background-image: linear-gradient(to bottom, #3f3631, #242322);
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.container.order-reservation {
  max-width: 95% !important;
  height: 100%;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.row.reservation-row {
  width: 100%;
  height: 100%;
  padding: 10px 0 10px 0;
  margin: 5px 0 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-lg-12.reservation-column {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-around;
  text-align: center;
  align-items: center;
}

/* reservation section end  */

/* Content Menu Start */

.card {
  border-radius: 0px!important;
  border: 0px !important;
  color: black;
}

.card-img-top {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  object-fit: cover !important;
  height: 230px !important;
  padding-bottom: 5px;
}

.menu-items {
  /* font-size: 1.5rem; */
  font-size: 1.1rem;
  font-weight: 500;
  color: rgb(130, 130, 129);
  text-transform: capitalize;
  padding-bottom: 1px;
  padding-top: 1px;
  cursor: pointer;
  transition: all .5s ease;
  border-bottom: 3px solid transparent;
  text-shadow: 2px 2px black;
}

.menu-items:hover {
  border-bottom: 3px solid #a77a5c;
}

.title-price {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.menu-title {
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 19px;
}

.price {
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
  color: rgb(28, 25, 25);
}

.menu-individual {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #3f3631;
  background-image: linear-gradient(to right bottom, #25201d, #3f3631);
}

.menu-individual .menu-text {
  width: 100%;
  color: #ddbf91e0;
  padding: 3px;
  padding-bottom: 1.5rem;
  border-bottom: solid 1px black;
  text-shadow: 1px 1px black;
}

.menu-individual .images-menu {
  width: 100vw;
  height: 50vh;
}

.menu-individual .image-menu {
  width: 98vw;
}

.menu-individual .menu-title {
  text-align: start;
  color: #ddbe91;
  text-shadow: 1px 1px black;
}

.menu-individual .menu-title small em {
  font-size: .7rem;
  color: #ddbf91c0;
  text-transform: lowercase;
}

.menu-individual .card {
  background-color: #93430c;
  background-image: linear-gradient(to right, #93430c, #a85b28);
  box-shadow: 5px 9px rgb(34, 30, 28, 0.5);

  /* background-image: linear-gradient(to right, #3e2c12, #4b3516); */
}

.menu-individual .menu-items {
  /* font-size: 1.5rem; */
  font-size: 1.1rem;
  color: #ddbe91;
}

.menu-individual .menu-tags {
  /* flex-direction: column; */
  align-content: space-evenly;
  flex-wrap: wrap;
  /* border-bottom: solid 1px rgba(146, 142, 135, 0.8); */
  border-bottom: solid 1px black;
}

.recommended {
  background-color: #3f3631;
  background-image: linear-gradient(to top, #3f3631, #473e38);
  /* background-image: linear-gradient(to bottom, #93430c, #3f3631);*/
  padding: 2rem 0 2rem 0;
  font-family: 'Playfair Display', serif !important;

}

.recommended h1 {
  padding: 7px 0 5px 0;
  color: #25201d;
  font-size: 2.4rem;
  font-style: italic;
  font-weight: 500;
  text-transform: capitalize;
}

#arrow-up-index {
  margin: 0;
  padding: 15px 15px 15px 15px;
  background-color: #3f3631;
  background-image: linear-gradient(to bottom, #242322, rgb(28, 25, 25));
}

.col-md-11.text-end {
  padding-top: 20px;
}

.fas.fa-arrow-up {
  padding: 10px 10px 10px 10px;
  font-size: 2rem;
  color: #ddbe91;
  text-shadow: 2px 3px black;
}

.fas.fa-arrow-up:hover {
  color: rgba(87, 83, 83, 0.8);
  font-size: 2.2rem;
  transition: ease-out 100ms;
}

/* End Content Menu */


/* Footer  Start */

.bg-black {
    background-color: rgb(28, 25, 25) !important;
    padding-bottom: 5px !important;
}

.color-orange {
    color: #f5a637 !important;
}

.color-gray {
    color: #777 !important;
}

.color-beige {
  color: #ddbe91
}

.h5-font {
    font-size: 0.75rem !important;
}

.hero-head b {
    display: block;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    opacity: .1;
    background-color: currentColor;
}

.p-style {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
}

/* End Footer */


@media only screen and (max-width: 991px) {
  .hidden-link {
    display: block;
  }
  .nav-none {
    display: none;
  }
  .navbar-nav {
    align-items: center;
  }
  
  .logo-img {
    width: 100px;
    height: auto;
  }

  .menu-tags {
    align-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .menu-individual .col-md-6 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .menu-individual .card-body {
    padding-top: .5rem !important;
  }

  .menu-individual .card-img-top {
    padding-bottom: .5rem;
    margin-bottom: .5rem;
  }

  .menu-individual .images-menu {
    width: 100vw;
    height: 30vh;
  }

  .menu-individual .image-menu {
    width: 98vw;
    height: 30vh;
  }

  /* reservation mobile */

  .container.reservation {
    flex-direction: column;
  }

  .container.order-reservation {
    padding-left: 0;
    padding-right: 0;
  }

  .reservation-column {
    padding: 0;
  }

  .reservation-column p {
    padding: 15px 0 10px 0;
  }

  .row.reservation-row {
    padding: 10px 0 0 0;
    margin: 5px 0 0 0;
  }

  .col-lg-12.reservation-column {
    justify-content: space-between;
  }

  .slide .content h1 {
    bottom: -200px;
  }

  .slide.current .content h1 {
    transform: translateY(23px);
  }
  /* reservation end */


  /* Image slider */

  .slider {
    width: 90% !important;
    height: 60% !important;
  }

  .slide .content {
    bottom: -300px;
    left: 0;
    width: 100%;
  }

  .slide.current .content {
    transform: translateY(-320px);
  }

  .buttons button:active {
    /* background-color: rgb(255,255,255,0.8); */
    color: rgba(87, 83, 83, 0.8);
    border: 2px solid rgba(87, 83, 83, 0.8);
    font-size: 0.9rem;
    transition: ease 200ms;
  }
  /* Order end */
}


/* Image slider */

.slider {
  background-color: #3f3631 transparent;
  border-radius: 19px;
  position: relative;
  overflow: hidden;
  width: 50vw;
  height: 90%;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.slide.current {
  opacity: 1;
}

.slide .content {
  position: absolute;
  opacity: 0;
  /* bottom: 70px; */
  /* left: -600px; */
  /* width: 600px; */
  bottom: -300px;
  left: 0;
  width: 80%;
  border-radius: 15px;
  color:  #ddbe91;
  padding: 35px;
}

.slide .content h1 {
  position: absolute;
  bottom: 10px;
  left: 0;
  margin-bottom: 10px;
  text-shadow: 1px 2px black;
  font-family: 'Playfair Display', serif !important;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 300;
}

.slide.current .content {
  opacity: 1;
  /* transform: translateX(640px); */
  transform: translateY(-320px);
  transition: all 1s ease-in-out 0.3s;
}

.buttons button#next {
  position: relative;
}

.buttons button#prev {
  position: relative;
}

.buttons button {
  border: 2px solid #ddbe91;
  background-color: transparent;
  color:  #ddbe91;
  cursor: pointer;
  padding: 13px 15px;
  border-radius: 50%;
  outline: none;
  text-shadow: 2px 2px black;
  box-shadow: 1px 1px black;
}

.buttons button:hover {
  color: rgba(87, 83, 83, 0.8);
  border: 2px solid rgba(87, 83, 83, 0.8);
  font-size: 1.2rem;
  transition: ease 150ms;
}


.slide:first-child {
  background: url('../img/06.png') no-repeat center center/cover;
}
.slide:nth-child(2) {
  background: url('../img/07.png') no-repeat center center/cover;
}
.slide:nth-child(3) {
  background: url('../img/08.png') no-repeat center center/cover;
}
.slide:nth-child(4) {
  background: url('../img/09.png') no-repeat center center/cover;
}
.slide:nth-child(5) {
  background: url('../img/10.png') no-repeat center center/cover;
}
.slide:nth-child(6) {
  background: url('../img/07.png') no-repeat center center/cover;
}


/* End slider */

/* to the top button */
#scrollTop {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  cursor: pointer; /* Add a mouse pointer on hover */
  border: none;
  background-image: url('../img/to-the-top.png');
  background-position: center center ;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 75px;
  height: 75px;
}
/* end top */


/* Start Delivery Page */

.delivery-section {
  background-color: #3f3631;
  background-image: linear-gradient(to bottom, #25201d, #3f3631);
}

.delivery-section .container .row {
  display: flex;
  justify-content: center;
  align-items: center;

}
.delivery-title {
  font-family: 'Playfair Display', serif !important;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 500;
  text-transform: capitalize;
  text-shadow: 2px 2px black;
  padding: 30px 0 15px 0;
  color: #ddbe91;
}

#delivery-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.row.delivery {
  display: flex;
  justify-content: center;
  align-items: center;
}

.delivery-column {
  display: flex;
  justify-content: center;
}

.delivery-photo {
  width: auto;
  height: 100vh;
}

@media only screen and (max-width: 650px) {
  .delivery-photo {
    width: 90%;
  }

  .mobile-menu-container {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .menu-tags.sm {
    display: inline-flex !important;
    /* Remove justify-content-around and use justify-content-start to align items to the start */
    justify-content: start !important;
    flex-direction: row !important;
  }

  .menu-item-container {
    display: inline-block;
  }
  
  .menu-items.sm {
    display: inline-block;
    padding: 0 5px 10px 0;
    /* Add any additional styling as needed */
    min-width: 0;
  }
}
