.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(33, 37, 41);
    
    }
    
    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;
    }
    .navbar-nav li.nav-item {
    
      padding-right: 23px;/*------------------------- */
  }
    
    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 (max-width:991px) {
      .menu-bg2{
        height: auto !important;
      }
      .index-bg2{
        height: auto !important;
      }
      .index-bg3{
        height: auto !important;
      }
      section {
        padding: 1.875rem 0;
      }
    .title1{
      padding-left: 0px !important;
    }
     
    }
    @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: rgb(173, 31, 35);
      background-image: linear-gradient(315deg, rgb(173, 31, 35) 0%, rgb(173, 31, 35) 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) {
  }
/* index */
  .index-bg1{
    background: url('image/b19248223cba2a99f865152fe8c2313c.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: 55vh;
    position: relative;
    margin-top: 50px;

 
  }

  .index-bg2{
    background: url('image/cozy-place.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;
    background-color: rgb(165, 156, 125);
   
    
 
  }

  /*+++++++++++++++++++++++++++++++++
Menu Price
+++++++++++++++++++++++++++++++++++++++++*/
.pq-food-price-item {
  clear: both;
  margin-bottom: 45px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 100%;
}

.pq-food-price-item:last-child {
  margin-bottom: 0;
}

.pq-food-price-item .pq-food-price-hoverimg {
  position: absolute;
  z-index: 9;
  width: 160px;
  height: 160px;
  transition: all 0.5s ease;
  left: 60%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  background: var(--dark-color);
}

.pq-food-price-item:hover .pq-food-price-hoverimg {
  opacity: 1;
  left: 50%;
}

.pq-food-price-item .pq-food-price-hoverimg:before {
  content: " ";
  width: calc(100% - 10px);
  height: calc(100% + 12px);
  position: absolute;
  transition: all 0.5s;
  top: -6px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border: 1px solid var(--primary-color);
}

.pq-food-price-item .pq-food-price-img {
  float: left;
  width: 80px;
}

.pq-food-price-content {
  padding: 10px 15px 0px 100px;
}

.pq-food-price-top {
  display: flex;
  justify-content: space-between;
}

.pq-food-title {
  font-size: 22px;
  line-height: 30px;
}

.pq-food-price-line {
  height: 1px;
  width: 100%;
  border-bottom: 1px solid var(--primary-color);
  flex: 1;
  margin-top: 10px;
  margin: 0 10px;
  position: relative;
  bottom: -15px;
  opacity: 0.7;
}

.pq-food-price-main {
  font-family: var(--title-fonts);
  font-size: 22px;
  font-weight: 400;
  color: var(--primary-color);
  line-height: 30px;
}

.pq-dubble-line .pq-food-price-content {
  padding: 10px 15px 0px 15px;
}

.pq-dubble-line .pq-food-price-line:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border: 1;
  border-bottom: 1px solid var(--primary-color);
  bottom: -8px;
}

.pq-menu-btn {
  text-align: center;
  margin-top: 60px;
}

.pq-mb-30 {
  margin-bottom: 30px;
}

.pq-mb-45{
  margin-bottom: 45px;
}

.pq-menu-img {
  position: relative;
  text-align: end;
}

.pq-menu-img .pq-menu-img-1 {
  width: 70%;
}

.pq-menu-img .pq-menu-img-2 {
  width: 70%;
  position: absolute;
  right: 26%;
  bottom: -32%;
}

.pq-food-price-style-2 {
  padding: 60px 0 0 0;
}

.pq-menu-bg-img {
  background-image: url(../images/1-2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.8;
  background-attachment: fixed;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  padding: 300px 0;
}

.pq-menu2-bg-img {
  background-image: url(../images/2-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.8;
  background-attachment: fixed;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  padding: 300px 0;
}


.menu-bg1{
  background: url('image/pexels-pixabay-301692.jpg') 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;
  background-color: rgb(51, 49, 49);
  margin-top: 70px;

}




.menu-bg2{
  background: url('image/pexels-nataliya-vaitkevich-6252751.jpg') rgba(54, 50, 50, 0.589);

  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 105vh;
  position: relative;
  background-color: rgb(53, 53, 53);


}


.index-bg3{
  background: url('image/pexels-adonyi-gábor-2064359.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;
  background-color: rgb(255, 255, 255);
  

}

.gallery-bg1{
  background: url('image/pexels-nixon-johnson-2293148.jpg') 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;
  background-color: rgb(119, 47, 47);
  margin-top: 70px;

}

.about-bg1{
  background: url('image/pexels-photo-7676948.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;
  background-color: rgb(83, 83, 83);
  margin-top: 70px;


}

/***** CONTACT US ****/

/*BACKGROUND*/

#contact-head {
  background: url('image/relax-atmosphere.jpg') rgba(0, 0, 0, 0.3);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
  height: 50vh;
  text-align: center;
margin-top: 70px;
}

#contact-head h1{
font-family: 'Outfit', serif;
  font-weight: bold;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #f2f2f2;}


      @media only screen and (min-width: 1000px) {
#contact-head h1{
              font-size: 100px;
          }
        }
      


#contact-head  p{
  color: #f2f2f2;

  font-family: 'Prompt', sans-serif;
  font-weight: bold;

}

.contacts h1{
  color:rgb(173, 31, 35);
  font-family: 'Oswald', sans-serif;
}

.contacts h5,.contacts .col-lg-6 h6{
  font-family: 'Outfit', sans-serif;
  color:#333131;
}

.contacts .col-lg-6 h4{
  font-family: 'Noto Serif', serif;
  font-weight: bold;

}

.contact-info{
  border: 5px double rgb(173, 31, 35);
}


.col-lg-6  iframe,.contact-info{
  min-height: 100%;
}













