@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
    background-color:   #dcecf416;
  
    color: rgb(0, 0, 0);
  
  }


  h6{
    font-family: 'Gilda Display', serif;
    line-height: 30px;
    font-size: 18px;
  }
  a{
    text-decoration: none;
    color: #ffffff;
  }
  ::selection {
    color: #ffffff;
    background: #74685E;
  }
  
  .background-container {
  
    animation: zoom 10s ease-in-out forwards;
  }
  
  @keyframes zoom {
    0% {
      transform: scale(1);
    }
  
    100% {
      transform: scale(1.1);
    }
  }
  .navbar-nav{
     
      display: flex;
      justify-content: center !important;
      align-items: center !important;
      text-align: center !important;
      padding-left: 0px !important;
    }
  
    a{
        text-decoration: none;
    }
    nav.navbar {
      background-color: #000000;
    
      backdrop-filter: blur(0px) !important;
      transition: background .5s !important;
      font-family: "Roboto", sans-serif;
  font-size: 30px !important;
    font-weight: 300;
      z-index: 1000;
      width: 100%;
  letter-spacing: 1px;
      position: relative;
    
    
    }
    
    li.nav-item a.nav-link {
      color: #ffffff !important;
      font-size: 16px !important;
    
    
    
    }
    
    .nav-item {
      margin-top: 25px;
      margin-bottom: 20px;
      text-align: center;
    
    }
    
    a.nav-link:hover {
      transform: scale(1.07);
    
    }
    
    .navbar li a.active {
      color:#ffffff !important;
      transform: scale(1.05);
      border-bottom: 1px #ffffff solid !important;
      background-color: transparent;
    
    }
    
    
    .dropdown-menu {
      background-color: #ffffff !important;
      color: #000000;
      backdrop-filter: blur(0px) !important;
      transition: background .5s !important;
      border: 1px solid #000000;
      font-family: "Forum", serif;
      font-weight: 400;
      z-index: 100;
      width: 100%;
      text-align: center;
      padding: 10px;
    }
    
    .dropdown-menu .dropdown-item {
      color: rgb(0, 0, 0);
      text-align: left;
    }
    
    .dropdown-menu .dropdown-item:hover {
      background-color: #ffffff;
      border: 1px solid #252525;
      transform: scale(1.02);
      color: rgb(0, 0, 0);
    }

  
 
  #bottone5 {
    align-items: center;
    background-color:#AA2C30;
    border: 1px solid #ffffff;
   margin-top: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-flex;
    font-family: 'Gilda Display', serif;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    line-height: 1.25;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.7rem - 1px);
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
   }
   
   #bottone5:hover,
   #bottone5:focus {
    border-color: #ffffff;
    box-shadow: #ffffff 0 4px 12px;
    color: #ffffff;
   }
   
   #bottone5:hover {
    transform: translateY(-1px);
   }
   
   #bottone5:active {
    background-color: #F0F0F1;
    border-color: #ffffff;
    box-shadow: #ffffff 0 2px 4px;
    color: #ffffff;
    transform: translateY(0);
   }
  

.fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
  }
  .fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
  }
  .fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
  }
  .fadeinup{
    opacity: 0;
    transform: translateY(100px);
    transition: all 1.2s ease-out;
  }
  .fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
  }
  .active-left,.active,.active-right,.active-down,.active-up{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
  }
  .fadein{
  opacity: 0;
  }

  ::-webkit-scrollbar {
    width: 7px;
  }
  ::-webkit-scrollbar-thumb {
    background: #000000;
  }
  .img-fluid1 {
    height: auto;
      box-shadow: 8px 8px 4px #1C2025;
      max-width: 100%;
    }

    
  /* footer */
  .contact section p {
    color: white;
    text-align: center;
  }
  
  .contact section a {
    text-decoration: none;
    color: inherit;
    transition: .1s;
    border-bottom: 1px solid transparent;
  }
  
  .contact section a:hover {
    border-color: var(--bs-secondary);
  }
  
  
  @media only screen and (min-width: 992px) {
  
    header .navbar .link-btn {
      margin: 0;
      margin-left: auto;
    }
  
    .im-img {
      width: 28%;
    }
  }
  .footer_wrapper {
    background: linear-gradient(0deg, #000000, #000000), url('image/319148532.jpg') bottom /cover no-repeat , #000000;
    padding: 5% 0 5% 0;
  }
  
  .footer_wrapper h5 {
    color: #ffffff;
    margin-bottom: 1.25rem;
    font-family: "Forum", serif;
    font-weight: 500;
    font-size: 25px;
  }
  
  .footer_wrapper ul li {
    margin-bottom: .5rem;
    list-style: none;
  }
  
  .footer_wrapper .contact-info li a {
    color: rgb(255, 255, 255);
  }
  
  .footer_wrapper .link-widget li a,
  .footer_wrapper p {
    color: rgb(255, 255, 255);
    font-size: 14px;
    padding-left: 1.5rem;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  
  .footer_wrapper .link-widget li a::before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  
  }
  
  .footer_wrapper .link-widget li a:hover {
    margin-left: .625rem;
    color: hsl(0, 0%, 100%);
  }
  
  
  .footer_wrapper .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--secondary-color);
  }
  
  .footer_wrapper .copyright-section {
    background-color: #000000;
    padding: 1.10rem 0 .3125rem;
    text-align: center;
  }
  
  .footer_wrapper .copyright-section a {
    color: white;
  }
  
  @media (max-width: 767px) {
    .footer_wrapper>div {
      padding: 0 1.875rem;
    }
  }
  
  .con{
    padding-left: 80px;
  }  @media only screen and (max-width: 901px) {
    .con{
        padding-left: 0px !important;
      } 

  }
  .footer_wrapper .social-network a {
    width: 2.1875rem;
    height: 2.1875rem;
    margin: .5rem;
    line-height: 2rem;
    font-size: .975rem;
    display: inline-block;
    border: .125rem solid #ffffff;
    color: var(--text-gray);
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .footer_wrapper .social-network a:hover {
    background-color: rgba(0, 0, 0, 0.233);
    border-color: var(--secondary-color);
    color: var(--text-white);
    box-shadow: 0 .625rem .9375rem 0 rgb(0 0 0 / 10%);
    transform: translateY(-0.1875rem);
    border: .125rem solid #ffffff;
  }
  hr {
    margin: 1rem 0;
    color: white;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 0.25;
}

.t1{
    font-family: "Forum", serif;
    font-size: 18px ;
    letter-spacing: 0.2px;
}





.parallax_wrapper {
    position: relative;
    margin-bottom: 25px;
  }img.rounded-img {
    border-radius: 10px;
  }.parallax_wrapper .img_over {
    left: -25%;
    bottom: 10%;
    position: absolute;
    z-index: 99;
  }.parallax_wrapper .img_over img {
    border: 4px solid #fff;
    width: 50%;
    height: auto;
    -webkit-box-shadow: 10px 10px 26px 0px rgba(0,0,0,0.21);
    -moz-box-shadow: 10px 10px 26px 0px rgba(0,0,0,0.21);
    box-shadow: 10px 10px 26px 0px rgba(0,0,0,0.21);
  }
  .carousel-caption {
      top: 30%;
  }
  
  .c-item {
      height:720px;
      
  }
  
  .c-img {
      height: 100%;
      object-fit: cover;
      filter: brightness(48%);
  }
  
  
  
    @media screen and (max-width: 300px) {
      .carousel-caption h1 {
        font-size: 30px;
      }
    }
    @media screen and (max-width: 767px) {
      .c-item {
       height: 600px;
      }
      .aboutus{
        padding-top: 90px !important;
      }
    }
  
      
      .cover-bg{
      background-image: url('img/REST1.jpg') !important;
     background-attachment: fixed;
          background-position:bottom;
          background-size: cover;
          background-repeat: no-repeat;
          position: relative;
  
          
      }
      .section-title h1{
          text-align: center;
          font-size: 35px;
          /* padding-top:14%; */
          letter-spacing: 10px;
          color: #e8e8e8;
          letter-spacing: 3px;
          font-family: 'Forum', serif;
        font-weight: 400;
        font-style: normal;
        }
        .section-title p{
          text-align: center;
        
          padding-top:1%;
      
          color: #e8e8e8;
          letter-spacing: 1px;
          font-family: "Jost", sans-serif;
        font-weight: 400;
        font-style: normal;
        }
        @media(max-width: 990px){
        
        .section-background, .section-background1, .section-background2 {
           height: 500px;
        }
        .section-title h1{
       
           font-size: 40px !important;
        }
        }
  
         @media(max-width:767px )
  
         {
          .cover-bg h1 {
              font-size: 20px !important;
          }
         }

         .carousel-control-prev, .carousel-control-next {
            width: 3rem;
            height: 3rem;
            background-color: #000000;
            border-radius: 50%;
            top: 50%;
            transform: translateY(-50%);
        }


        

.about-text{
    font-family: "Poetsen One", sans-serif;
    font-weight: 700;
        font-style: normal;
        letter-spacing: 3px;
        font-size: 50px;
}





/* 8. about-text */
.about-text{
    width: 76%;
}
.about-text img {
    border-radius: 50%;
    margin-right: 20px;
}
/* 9. restaurant-card */
.restaurant-card {
    position: relative;
    overflow: hidden;
}
.restaurant-card img {
    border-radius: 30px;
}
.restaurant-card span {
    left: 0;
    font-size: 25px;
    background-color: #AA2C30;
    width: 101%;
    text-align: center;
    bottom: 0;
    padding: 10px;
    color: rgb(255, 255, 255);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin-bottom: -1px;
    margin-left: -1px;
}
.restaurant-span {
    position: absolute;
    width: 90%;
    top: 50%;
    border: 4px solid #ffffff;
    border-radius: 30px;
    height: 92%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.coctail-bar {
    position: absolute;
    top: 0;
    background-color: #AA2C30;
    padding: 40px;
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 33%;
    transform: rotateY(90deg) scale(.5);
}
.restaurant-card:hover .coctail-bar {
    transform: rotateY(0deg);
    border-radius: 30px;
}
.restaurant-card:hover .restaurant-span {
    opacity: 0;
}
.coctail-bar h5{
    color: white;
    font-size: 30px;
}
.coctail-bar p {
    color: white;
    padding-top: 20px;
    padding-bottom: 40px;
}
.coctail-bar a {
    background-color: white;
    color: black;
    padding: 10px 30px;
    border-radius: 10px;
    display: inline-flex;
    height: 60px;
    justify-content: center;
    align-items: center;
}
.restaurant-card.coctail {
    margin-top: 80px;
}
/* 10. heading-two */
.heading-two {
    text-align: center;
    position: relative;
}
.heading-two .line {
    width: 270px;
    height: 12px;
    background-color: #AA2C30;
    border-radius: 26px;
    margin: auto;
    margin-bottom: 60px;
    margin-top: 10px;
}

.text{
    font-family: "Jost", sans-serif;
    font-size: 19px;
    color: #383838;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 400;
    margin-top: 50px;
}
.gap{
    margin-top: 70px;
}


.text1{
    font-family: "Jost", sans-serif;
    font-size: 19px;
    color: #383838;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 400;

}

.Slogan .bg{
    background: url('image/slider-1.jpg')rgba(0, 0, 0, 0.651);
    background-attachment: fixed;
    background-position:center 70% ;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height:400px;
  }


  .facility-item {
    border-left: 2px solid #ffffff;
    padding-left: 20px;
}


.house{
    background: url('image/bg-9.jpg');
    background-attachment: fixed;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
  
}



.Menu-element-border1 {
    position: relative;
    z-index: 2;
    background-color: transparent;
}
.menu-section h2{
    position: relative;
    padding: 0 5px;
    background-color: white !important;
    z-index: 2 !important;
    font-size: 17px !important;
    text-transform:uppercase;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
 .line-menu1{
    position: absolute;
    border-bottom: #16171ba1 2px dotted;
    width: 100%;
    z-index: 0 !important;
    bottom: 16px;
}
.font1{
    font-family: "Playfair Display", serif;
}  



.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 100px;
    overflow: hidden;
    font-size: 120px;
    font-weight: bold;
    margin-top: -60px;

  }
  .marquee .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 140s linear infinite
  }
  .marquee .content {
    opacity: 0.05;
    line-height: 1.2
  }
  @keyframes marquee {
    from {
        transform: translateX(0)
    }
    to {
        transform: translateX(-30%)
    }
  }


  .gallary img {
    width: 270px;
  }

  .owl-carousel .owl-next,
  .owl-carousel .owl-prev {
    height: 50px;
    position: absolute;
    width: 50px;
    cursor: pointer;
    top: 35%;
    color: white !important;
    transition: 0.5s;
  }
  .owl-carousel .owl-prev {
    left: 33px;
  }
  .owl-carousel .owl-next {
    right: 33px;
  }
  .owl-carousel .owl-next:hover,
  .owl-carousel .owl-prev:hover {
    background: transparent;
  }
  .flex1 {
    display: flex;
    justify-content: space-between;
  }

  .gallary h2{
    font-family: "Forum", serif;
    font-size: 45px;
  }
  @media screen and (max-width: 991px){
    .about-text{
        width: 100% !important;
        font-size: 30px !important;
    }
    .text{
        margin-top: -2px !important;
    }
    .img30{
        margin-top: -50px !important;
        margin-bottom: 30px;
    }
    .facilities{
        padding-top: 70px !important;
    }
  }


  

  .bg01{
    text-align: center;
    font-family: "Abril Fatface", serif;

    font-weight: 100;
     font-size:50px;
    
     padding-top: 120px;

    letter-spacing: 2px;
     
 }
      @media(max-width:990px){
    
        .bg01{
           font-size: 35px !important;
           padding-top: 110px !important;
        }

}

.menu-bg1{
    background: url('image/a (32).jpg') rgba(0, 0, 0, 0.568);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 400px;
    position: relative;

  }
.about-bg1{
    background: url('image/a (32).jpg') rgba(0, 0, 0, 0.568);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 400px;
    position: relative;

  }
  .gallery-bg1{
    background: url('image/a (37).jpg') rgba(0, 0, 0, 0.568);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 400px;
    position: relative;

   
  }

  .contact-bg1{
    background: url('image/a (23).jpg') rgba(0, 0, 0, 0.568);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 400px;
    position: relative;
  
   
  }

  .about-section{
    background-color: rgb(255, 255, 255);
    }
    .bordered-section {
        padding: 50px  !important;
        border: 2px solid #E4C590;
       margin-top: -60px !;
        border-radius: 0px; /* Add some curve to the border */
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
    }
    .bordered-sectionn {
        padding: 30px 0 10px !important;
        border: 2px solid #E4C590;
        padding-top: var(--padding-top-10);
    margin-right: -90px !important;
    margin-bottom: -20px !important;
    
      
        border-radius: 0px; /* Add some curve to the border */
        box-shadow: 2px 2px 5px rgba(255, 0, 0, 0.1); /* Add a subtle shadow */
    }
    .info{
        background-color: #ffffff;
        color: rgb(0, 0, 0);
        font-family: Marcellus,serif;
    }
    
    
    .fac{
        background-color: #171819;
        color: rgb(0, 0, 0);
        font-family: Marcellus,serif;
    }
    .col{
        padding: 50px !important;
        background-color: #000;
        color: rgb(0, 0, 0);
        font-family: Marcellius ,serif;
    }
    .mad-content{
      background-image: url('img/garlic.png');
      background-repeat: no-repeat;
      background-size: cover;
      background-color: rgb(230, 230, 230);
    }


    /*--------------------------------
Menu Page
-----------------------------------*/
.menu{
     background-image: url('image/bg-9.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
  
    background-color: #ffffff;
   
  }
  .menu2{
    background-image: url('image/food-menu.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
  
    background-color: #ffffff;
   
  }
.menu-section {
    margin: 0 auto;
    display: block;
    width: 100%;
    /*max-width: 1200px;*/
    padding-top:25px;
  }
  
  .menu-list {
    float: left;
    width: 49%;
    margin-right: 10px;
    padding-bottom:25px;
  }
  
  .page-template-menu-template .interior-cta-background {
    display: inline-block;
    width: 100%;
    background: #ccc;
    text-align: center;
    margin-top: -114px;
    padding: 150px 30px;
    background-repeat: no-repeat;
    color: #ffffff;
    background-size: cover;
    background-position: center center;
  }
  
  .page-template-menu-template .site-header li a {
    color: #fff;
  }
  
  .menu-list hr {
    margin: 36px 0
  }
  
  .menu-list span.dots {
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0;
    border: 0;
    height: 3px;
    display: block;
    background-image: radial-gradient(circle closest-side, #b3b3b3 99%, transparent 1%);
    background-position: bottom;
    background-size: 6px 3px;
    background-repeat: repeat-x
  }
  
  .menu-list__title {
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1.85px;
    font-weight: 600;
  }
  
  .menu-list__item {
    position: relative;
    margin-bottom: 30px;
    list-style: none;
  }
  
  .menu-list__item:last-child {
    margin-bottom: 0
  }
  
  .menu-list__item-title {
    position: relative;
    margin-top: 0;
    margin-bottom: 5px;
    padding-right: 96px;
    text-align: left;
    letter-spacing: 1.25px;
  }
  
  .menu-list__item-title .item_title {
    position: relative;
    z-index: 5;
    background-color: white;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
  }
  
  p.menu-list__item-desc {
    position: relative;
    margin-bottom: 0;
    text-align: left
  }
  
  p.menu-list__item-desc+span.dots {
    display: none
  }
  
  .desc__content {
    position: relative;
    z-index: 5;
    background-color: white
  }
  
  .menu-list__item-price {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    max-width: 96px;
    background-color: white;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.27316;
    font-weight: bold;
    /* font-size: 15px; */
  }
  
  .menu-list__item-price p {
    color: #e3b379;
    font-size: 17px;
    font-family: 'Source Sans Pro', Arial;
  }
  
  .menu-list__item-highlight-title {
    position: absolute;
    top: -38px;
    left: -18px;
    padding: 0 18px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.250em;
    color: white;
    background-color: #c59d5f
  }
  
  .menu-list__item-highlight-wrapper {
    margin-top: 54px;
    margin-bottom: 38px
  }
  
  .menu-list__item-highlight-wrapper:before {
    content: '';
    position: absolute;
    top: -18px;
    left: -18px;
    right: -18px;
    bottom: -18px;
    border: 2px solid #c59d5f
  }
  
  @media(max-width:1000px) {
    .menu-list {
      display:block;
      margin:0 auto;
      float: none;
      width: 100%;
      max-width:95%;
    }
  }