@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cherish&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Satisfy&display=swap');
html, body{
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}
.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 */

.nav-link {
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  color:#531716;
  transition: color 0.3s ease-in-out;
  font-family: 'Gilda Display', serif;
  font-weight: bold;


}
.navbar{
    padding: 20px;
    padding-bottom: 20px;
}
.navbar-scrolled .nav-link {
  color:#531716;
  }

  @media only screen and (max-width: 1000px) {
      .nav-link {
          color:#531716;
      }
    }

.nav-item .underline {
  height: 4px;
  background-color: transparent;
  width: 0;
  transition: width 0.6s, background-color 0.6s;
  border-radius: 70px;
  margin: 0 auto;

}

.nav-item.active-link a {

  color: #531716;
}

.nav-item.active-link .underline {
  width: 100%;
  background-color:#531716;

}

.nav-item:hover .underline {
  background-color:#531716;
  width: 100%;

}

.nav-item:hover a {

  color:  #531716;
}


.nav-item:active a {
  transition: none;
}

.nav-item:active .underline {
  transition: none;
  background-color:#531716;

}

::selection {
  background-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}


.navbar-nav {
  margin-left: auto;
  gap: 20px;
  font-size: 18px;

}

.navbar {
  background-color: rgba(255, 255, 255, 0.1);
  transition: background-color 0.3s ease-in-out;

}

.navbar-scrolled {
  background-color: #000000;

}


@media only screen and (max-width: 1000px) {
  .navbar {
      background-color: #f7f7f7;
      transition: background-color 0.3s ease-in-out;
  
  }
  .navbar-toggler-icon{
   border-color: #000000;
  }
}

.navbar-toggler{
  border-color: #000000!important;
  background-color: #ffffff !important;

}


.navbar-toggler:hover,.navbar-toggler:active{
  border-color: #531716!important;
  background-color: #531716; 
  color: transparent !important;


}

@media screen and (width: 1024px) {
  .navbar-nav {
      font-size: 16px;
  }
}
/* GENERAL BUTTON STYLING */
#button,
#button::after {
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
  -o-transition: all 0.5s;
	transition: all 0.5s;
}
#button,
#button::after {
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
  -o-transition: all 0.5s;
	transition: all 0.5s;

}

#button {
  background: #531716;
  border: 0;
  border-radius: 5px;
  color:rgb(255, 255, 255) !important;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px 20px;
  position: relative;
  text-transform: uppercase;
  border-radius:0;
  transition: 0.5s;
  font-family: 'Poppins', sans-serif;
  border: 2px solid #531716;

}

#button::before,
#button::after {
    
  background: #531716!important;
  content: '';
  position: absolute;
  z-index: -1;


}

#button:hover {
  color: #353434 !important;
  transform: scale(1);
  border: 2px solid #505050;

}


.btn-3 {
    overflow: hidden;
  }

  .btn-3::before {
    height: 100%;
    left:0;
    top: 0;
transition: 0.5s;
    width: 0;

  }
  
  .btn-3::after {
    height: 100%;
    right:0;
    top: 0;

    width: 0;

  }

  .btn-3:hover:after,  .btn-3:hover:before {
    height: 100%;
    width: 55%;
  }

/* 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/20.jpg') center/cover no-repeat , #000000;
    padding: 5% 0 5% 0;
  }
  
  .footer_wrapper h5 {
    color: #ffffff;
    margin-bottom: 1.25rem;
    font-family: 'Gilda Display', serif;
  }
  
  .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;
  }

    /*** Hero Header ***/
.hero-header {
    background:  url(image/banner.jpg)rgba(0, 0, 0, 0.329);
    /* background: url('image/casa-nostra-bar-restaurant.jpg')rgba(0, 0, 0, 0.2); */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
height: 780px;
    margin-top: 100px;
  
}
.hero-header  h1{
 
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size:80px
}

.hero-header img {
    animation: imgRotate 50s linear infinite;
}

@keyframes imgRotate { 
    100% { 
        transform: rotate(360deg); 
    } 
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}


.home1{
    background-color: #000000;
}

.loun{
     
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 25px;
}

.lorem{
     
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 25px;
}
.menu1{
     
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 25px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
    background: url('image/category_bg.jpg') ;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;

    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
   
  }
  
  .about:before {
    content: "";
 
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  
  .about .about-img {
    position: relative;
    transition: .5s;
  }
  
  .about .about-img img {
    max-width: 100%;
    border: 4px solid rgba(255, 255, 255, 0.2);
    position: relative;
  }
  
  .about .about-img::before {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 60px;
    height: 60px;
    z-index: 1;
    content: '';
    border-left: 5px solid #fafafa;
    border-top: 5px solid #ffffff;
    transition: .5s;
  }
  
  .about .about-img::after {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    z-index: 2;
    content: '';
    border-right: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
    transition: .5s;
  }
  
  .about .about-img:hover {
    transform: scale(1.03);
  }
  
  .about .about-img:hover::before {
    left: 10px;
    top: 10px;
  }
  
  .about .about-img:hover::after {
    right: 10px;
    bottom: 10px;
  }
  
  .about .content h3 {
    font-weight: 600;
    font-size: 26px;
  }
  
  .about .content ul {
    list-style: none;
    padding: 0;
  }
  
  .about .content ul li {
    padding-bottom: 10px;
  }
  
  .about .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #ffffff;
  }
  
  .about .content p:last-child {
    margin-bottom: 0;
  }
  
  #footerbanner{
    background: url('../image/2.jpg')rgba(0, 0, 0, 0.463);
    background-size: cover;
    background-blend-mode: multiply;

    background-attachment: fixed;
    background-position: 0% 70%;
    height: 450px;
    display: flex;
    align-items: center;

}

    .section-intro{
        background: url('image/bg_01.jpg') ;
        /* background-attachment: fixed; */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
     padding-top: 100px !important;
     padding-bottom: 100px;
        position: relative;
    }

    /*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
.menu{
    background: url('image/Screenshot 2024-08-01 111547.jpg') #000000c0;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;

    position: relative; 
    padding-bottom: 70px;
}
.menu #menu-flters {
    padding: 0;
    margin: 0 auto 0 auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
  }
  
  .menu #menu-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 12px 10px 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    margin-bottom: 10px;
    transition: all ease-in-out 0.3s;
    border-radius: 50px;
    font-family: "Playfair Display", serif;
  }
  
  .menu #menu-flters li:hover, .menu #menu-flters li.filter-active {
    color: #ffffff;
  }
  
  .menu #menu-flters li:last-child {
    margin-right: 0;
  }
  
  .menu .menu-item {
    margin-top: 50px;
  }
  
  .menu .menu-img {
    width: 80px;
    border-radius: 50%;
    float: left;
    border: 3px solid rgba(255, 255, 255, 0.911);
  }
  
  .menu .menu-content {
    margin-left: 85px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  
  .menu .menu-content::after {
    content: "......................................................................"
   "...................................................................."
   "....................................................................";
    position: absolute;
    left: 20px;
    right: 0;
    top: -4px;
    z-index: 1;
    color: #bab3a6;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
  
  .menu .menu-content a {
    padding-right: 10px;
    background: #1a1814;
    position: relative;
    z-index: 3;
    font-weight: 700;
    color: white;
    transition: 0.3s;
  }
  
  .menu .menu-content a:hover {
    color: #ffffff;
  }
  
  .menu .menu-content span {
    background: #1a1814;
    position: relative;
    z-index: 3;
    padding: 0 10px;
    font-weight: 600;
    color: #ffffff;
  }
  
  .menu .menu-ingredients {
    margin-left: 85px;
    font-style: italic;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: rgba(255, 255, 255, 0.5);
  }

  .owl-carousel .owl-item img {
    display: block;
    width: 95%;
}



.testimonial-section {
    background: url(image/28.jpg) #000000ce;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 80px;
}


  .testimonial-box{
    padding: 50px;
    border: 2px solid white;
    border-radius: 5px;
  }
  .testimonial-box:hover{
    background: #3333339a;
    transform:translateY(-15px);
    transition: background 0.5s ease-in-out;
    transition: transform 0.5s ease;
  }

  @media screen and (max-width: 991px) {
    .hero-header{
        height: 600px;
    }
    .hero-header h1 {
        font-size: 40px !important;
        margin-top: 70px;
    }
    .imggg{
        width: 70% !important;
    }
    .imj{
        width: 30%;
    }
    .img991{
        width: 30%;
        margin-left: 250px;
    }
    .loun{
        font-size: 20px;
        padding-top: 20px !important;
    }
    .menu1{
        font-size:30px !important;
    }
    .section-intro{
    padding-top: 50px !important;
}

.menu .menu-content{
    margin-left: 0px !important;
}
.galeri{
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
  }

  
              

.menu-bg1{
    background: url('image/intro-04 (1).jpg') rgba(0, 0, 0, 0.329);
    background-attachment: fixed;
    background-position:bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
  margin-top: 80px;

  }
  .bg01{
    text-align: center;
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 500;
     font-size: 45px;
    
     padding-top: 150px;
     
    letter-spacing: 2px;
     
      }
      @media(max-width:990px){
    
        .bg01{
           font-size: 45px !important;
           padding-top: 150px !important;
        }
      }
  
      .about-bg1{
        background: url('image/19.jpg') rgba(0, 0, 0, 0.692);
        background-attachment: fixed;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 50vh;
        position: relative;
        margin-top: 80px;
      }
      .gallery-bg1{
        background: url('image/7.jpg') rgba(0, 0, 0, 0.671);
        background-attachment: fixed;
        background-position:center;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 50vh;
        position: relative;
        margin-top: 80px;
       
      }

      .contact-bg1{
        background: url('image/2.jpg') rgba(0, 0, 0, 0.747);
        background-attachment: fixed;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 50vh;
        position: relative;
      
        margin-top: 80px;
      }

      

/*[ Item mainmenu ]
///////////////////////////////////////////////////////////
*/
.tit-mainmenu{
    font-size: 30px;
    font-family: "Montserrat Alternates", sans-serif;
}
.line-item-mainmenu {
    flex-grow: 1;
    height: 2px;
    margin-bottom: 5px;
    margin-right: 10px;
    margin-left: 10px;
  }
  
  @media (max-width: 576px) {
    .line-item-mainmenu {
      display: none;
    }
  
    .price-item-mainmenu {
      padding-top: 5px;
    
    }
  
    .name-item-mainmenu {
      width: 100%;
    }
  }
  
  @media only screen and (max-width: 901px) {
  
    .price-item-mainmenu {
 
        margin-left: -80px !important;
      }
      /* .menu .menu-item {
        margin-left: -50px !important;
      } */
  }

.flex-w.flex-b.m-b-3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.line-item-mainmenu {
    flex-grow: 1;
    height: 1px;
    background: repeating-linear-gradient(to right, transparent, transparent 5px, rgb(255, 255, 255) 5px, rgb(255, 255, 255) 10px);
    margin: 0 10px;
}
.name-item-mainmenu{
    color: white;
}
.price-item-mainmenu{
    color: white;
}
.info-item-mainmenu {
    color: white;
}
.tit-mainmenu{
    color: white;
}
.m-b-36 {
    margin-bottom: 36px;
}
#about1 {

    background: url('image/testimonial-bg.jpg') #000000c7;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;

    position: relative; 
 
	padding: 120px 0;
}
#about1 h3 {
	font-size: 20px;
}
#about1 .about-text {
	margin-left: 10px;
}
#about1 .about-img {
	display: inline-block;
	position: relative;
}
#about1 .about-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
#about1 p {
	line-height: 24px;
	margin: 15px 0 30px;
}

@media(max-width:991px){
    .meatt,.wine, .sidedish{
        margin-top: 0px !important;
    }
    .contacct h5{
        font-size: 25px !important;
    }
}

.box{
    position: relative;
    z-index: 5;
    right: -165px;
    width: 679px;
    background: #FFFFFF;
    border: solid 2px #b49383;
    box-shadow: 0px 45px 70px rgba(0,0,0,0.24);
    
    padding-top: 55px;
    padding-bottom: 59px;
    padding-left: 70px;
    padding-right: 50px;
    margin-left: -250px !important;
    margin-top: 20px;
    }
    .contacct h5, h1{
        font-family: "Montserrat Alternates", sans-serif;
        font-size: 30px;
    }
    .contacct p{
        font-family: "Montserrat Alternates", sans-serif;
       
    }
    @media (max-width: 768px) {
        .box {
            width: 100%;
            padding-left: 20px;
            padding-right: 20px;
            margin-left: 0 !important;
            right: 0;
            margin-top: -50px !important;
        }
   
      }