.navbar-nav{
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  padding-left: 0px !important;
}
a{
    text-decoration: none;
}
header .navbar {
    background-color: rgb(1, 1, 1);
  
  }
  
  header .navbar .navbar-nav li .nav-link {
    display: block;
    width: fit-content;
    color: #E0E7E9;
    font-weight: 700;
    border: none;
  }
  
  header .navbar .navbar-nav li .nav-link:hover {
    color: #E0E7E9;
    opacity: .8;
  }
  
  header .navbar ul li .nav-link.active {
    color: #E0E7E9;
  }
  
  header .navbar .link-btn {
    margin-left: auto;
    margin-right: auto;
  }
  .hover-underline {
    position: relative;
    max-width: max-content;
  }
  
  .hover-underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    border-block: 1px solid #b5986f;
    transform: scaleX(0.2);
    opacity: 0;
    transition: var(--transition-2);
  }
  
  .hover-underline:is(:hover, :focus-visible)::after {
    transform: scaleX(1);
    opacity: 1;
  }
  
  @media only screen and (min-width: 992px) {
  
    header .navbar  {
      margin: 0;
      margin-left: auto;
    }
  
  }

  .frame {    margin: 10px auto;
    text-align: center;
  }
  button {
    margin: 10px;
  }
  .custom-btn {
    width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
     box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
  }
  .btn-9 {
    border: none;
    transition: all 0.3s ease;
    overflow: hidden;
  }
  .btn-9:after {
    position: absolute;
    content: " ";
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff4747;
    background-image: linear-gradient(315deg, #ff4747 0%, rgb(207, 33, 39) 74%);
    transition: all 0.3s ease;
  }
  .btn-9:hover {
    background: transparent;
    box-shadow:  4px 4px 6px 0 rgba(66, 6, 6, 0.5),
                -4px -4px 6px 0 rgba(78, 144, 224, 0.2), 
      inset -4px -4px 6px 0 rgba(105, 39, 39, 0.5),
      inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
    color: #fff;
  }
  .btn-9:hover:after {
    -webkit-transform: scale(2) rotate(180deg);
    transform: scale(2) rotate(180deg);
    box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
                -4px -4px 6px 0 rgba(116, 125, 136, .2), 
      inset -4px -4px 6px 0 rgba(255,255,255,.5),
      inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
  }

  /*-----------footer---------*/

@media only screen and (max-width:768px) {

    /*----------------head---------*/
    .opentime .left,
    .wrapper .right,
    .head .social_media {
      display: none
    }
  
   
   
    .left, .right {
      width: 100%;
    }
  
    .opentime,
    .menu_list .content,
    .wrapper .container {
      flex-direction: column;
    }
  
    .wrapper {
    
      background-position: right;
      
    }
  }
  
  
  /* .about_area {
    
  }
  
  @media (max-width: 767px) {
    .about_area {
      
    }
  }
   */
  @media (min-width: 768px) and (max-width: 991px) {
    .about_area {
      padding-top: 80px;
      padding-bottom: 80px
    }
    .title1{
        padding-left: 0px !important;
      }
       
  }
  
  @media (min-width: 992px) and (max-width: 1200px) {
    .about_area {
      padding-top: 100px;
      padding-bottom: 100px
    }
    
  }
  
  .about_area .about_info p {
    font-size: 16px;
    line-height: 28px;
    font-size: 16px;
    line-height: 28px;
    margin-top: 0;
  
  }
  
  @media (max-width: 767px) {
    .about_area .about_info a {
      margin-bottom: 30px
    }
  }
  
  .about_area .about_thumb {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .about_area .about_thumb {
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start;
      margin-top: 30px
    }
  }
  
  .about_area .about_thumb img {
    width: 100%
  }
  
  .about_area .about_thumb .img_2 {
    margin-top: 40px;
    margin-left: 10px
  }
  


  /* CAROUSEL */
.carousel-caption {
    top: 25%;
}

.c-item {
    height: 800px;
}

.c-img {
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}


.carousel-caption h1 {
    font-family: 'Berkshire Swash', cursive;
    letter-spacing: 2px;
}


.carousel-caption h4 {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}


@media screen and (max-width: 500px) {

    #fork,
    #knife {
        display: none;
    }
}

/*MENU*/
    
@media screen and (min-width: 700px) {
    #d-flex {
        display: flex;
    }
  }
  
  .food-menu{
    margin-top: 10px;
  }
  
  
  .menu-1 .food-menu-title p{
  font-weight: bold;
    color:white;
    font-family: 'Prompt', sans-serif;
    text-transform: uppercase;
    display: inline-block;
  
  
  }
  
  .menu-1{
background: url(images/piz.jpg); 
background-position: center;
background-size: cover;
background-repeat: no-repeat;
padding: 25px;
box-shadow: 0 10px 10px 5px rgba(0,0,0,0.2);

 }

 .menu-1 h2{
    color:#dda14d;
    font-family: 'Noto Serif', serif;
    font-weight: bold;
    letter-spacing: 0.05em;

 }

.menu-1 .card{
    background: transparent;
 
}
  
.menu-1 .food-menu-price p{
      color:white;
      font-size: 18px;
      font-family: 'Prompt', sans-serif;
  }
  
  .menu-1 .food-menu-title h6 {
    color: #c8c8c8;
    font-family: 'Outfit', sans-serif;
  
  }
  
  @media only screen and (max-width: 600px) {
    .food-menu-hr {
  display: none;  }
  }
  
  @media only screen and (min-width: 600px) {
    .food-menu {
  display: flex;
  justify-content: space-between;
  }
  }
  
  @media only screen and (max-width: 600px) {
    .food-menu {
  text-align: center;
  }
  }

  .menu-2{
    background: url(images/lunch.jpg)  rgba(255, 255, 255, 0.87); 
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px;
    box-shadow: 0 10px 10px 5px rgba(0,0,0,0.2);
    background-blend-mode:lighten;

    
     }
    
     .menu-2 h2{
        color:#dda14d;
        font-family: 'Noto Serif', serif;
        font-weight: bold;
        letter-spacing: 0.05em;
    
     }
    
    .menu-2 .card{
        background: transparent;
     
    }
  

    
  
    .menu-2 .food-menu-price p{
    font-size: 18px;
    font-family: 'Prompt', sans-serif;
    font-weight: bold;
}

.menu-2 .food-menu-title h6 {
  font-family: 'Outfit', sans-serif;

}


.menu-2 .food-menu-title p{
    font-weight: bold;
      font-family: 'Prompt', sans-serif;
      text-transform: uppercase;
      display: inline-block;
    
    
    }

 /**   [5. Section Specials offers / #special-offers]
--------------------------------------------------------------------*/
    .opentime .left,
    .wrapper .right,
    .head .social_media {
      display: none
    }
  
   
   
    .left, .right {
      width: 100%;
    }
  
    .opentime,
    .menu_list .content,
    .wrapper .container {
      flex-direction: column;
    }
  
    .wrapper {
    
      background-position: right;
      
    }
  

  .offer-left {
    padding-top: 15px;
  }
  
  .offer-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
  }
  .offer-item:last-child {
    margin-bottom: 0;
  }
  .offer-item img {
    width: 30%;
    float: left;
    padding: 10px;
    background: #f2f2f2;
  }
  .offer-item div {
    width: 60%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
  }
  .offer-item div h4 {
    font-size: 30px;
    color: #000000;
    margin: 9px 0 12px;
    font-family: "Oswald";
    font-weight: 400;
    letter-spacing: .5px;
    margin-top: 40px;
  }
  .offer-item div p {
    color: #6b6b6b;
  }
  .offer-item .offer-price {
    position: absolute;
    right: 15px;
    top: 50%;
    display: block;
    width: 92px;
    height: 92px;
    line-height: 92px;
    border: 1px solid #ededed;
    -moz-border-radius: 92px;
    -webkit-border-radius: 92px;
    border-radius: 92px;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #000;
    font-size: 26px;
    font-family: "Oswald";
    text-align: center;
    letter-spacing: .5px;
  }
  
  .offer-right {
    position: relative;
  }
  .offer-right img {
    display: block;
    width: 100%;
  }
  .offer-right a {
    display: block;
    width: 154px;
    height: 154px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    -moz-border-radius: 92px;
    -webkit-border-radius: 92px;
    border-radius: 92px;
    border: 2px solid #cf9b67;
    text-align: center;
    font-family: "Architects Daughter";
    color: #cf9b67;
    font-size: 24px;
    padding-top: 28px;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .offer-right a span {
    display: block;
    text-align: center;
    font-family: "Oswald";
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    padding: 0 30px;
    line-height: 30px;
    letter-spacing: .5px;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .offer-right a:hover {
    background: #cf9b67;
    color: #fff;
  }
  .offer-right a:hover span {
    color: #fff;
  }

/*  2.5 Dinner Experience
/*----------------------------------------*/

.dinner-experience-area {
    background: rgba(8, 8, 8, 0) url("image/pexels-hasan-kurt-10749578.jpg") no-repeat scroll left top / cover ;
    padding: 63px 0 110px;
    
    
}

.dinner-experience-head {
    margin-bottom: 63px;
    text-align: center;
}

.dinner-experience-head h2 {
    font-size: 80px;
    line-height: 70px;
    margin-bottom: 9px;
}

.dinner-experience-head h3 {
    color: #fff;
    font-size: 35px;
    line-height: 37px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.dinner-experience-head p {
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 26px;
}

.single-de-item {
    margin-bottom: 10px;
}

.single-de-item a {
    display: block;
}

.single-de-item a img {
    width: 100%;
}

.index-bg2{
    background: url('image/pexels-kai-henne-9627494.jpg') rgba(5, 5, 5, 0.589);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
    
 
  }

  /*----------------------------------------*/
  
  /*----------------------------------------*/
  
  
  .menu-bg1{
    background: url('image/custom_resized_440475d6-4c7d-4b2b-ba1a-c1e30c28161a.jpeg') rgba(54, 50, 50, 0.589);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
    margin-top: 95px;
 
  }
    
  .gallery-bg1{
    background: url('image/custom_resized_34f5eacc-2043-4df5-878a-21b44d31429c.jpeg') rgba(54, 50, 50, 0.589);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
    margin-top: 95px;
 
  }

  .about-bg1{
    background: url('image/32796327.jpg') rgba(5, 5, 5, 0.589);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
    margin-top: 95px;
 
  }
  .contact-bg1{
    background: url('image/pexels-hasan-kurt-10749578.jpg') rgba(5, 5, 5, 0.589);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
    margin-top: 95px;
 
  }

