body{
    background-color: rgb(42, 41, 41);
}

.scroll-smooth {
    scroll-behavior: smooth;
  }

  h1,
  h2,
  h3,
  h4,
  h5{
    font-family: "Playfair Display", serif;
    color: #FFF;
    font-weight:bold;
  }

  a{
    font-family: "Playfair Display", serif;
    color: #FFF;
    text-decoration: none;
    font-size: larger;
  }
  li{
    list-style-type: none;
  }
  .text-red{
    color: rgb(193, 8, 8);
  }
.container1{
    width: 100vw;
}

.white-background{
    background-color: white;
}

.order-btn-1{

    padding: 3px;
    background-color:rgb(193, 8, 8);
    color: #FFF;
    padding:5px 10px 5px 10px;
    border-radius: 5px;
}

.order-btn-1:hover{
    background-color:rgb(162, 7, 7) ;
}

#order-btn-01:hover{
    color: #FFF;
} 

/* Slider start */
.container1 {
    width: 100%;
    height: 84vh; 
}


.swiper {
    width: 100%;
    height: 100%;
}


.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}


.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    /* border-radius: 10px; */
}


.slider-bg-image1 {
    background-image: url("../images/slider01.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%; 
    position: relative;
    /* border-radius: 10px; */
}

.slider-bg-image2 {
    background-image: url("../images/slider02.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%; 
    position: relative;
    /* border-radius: 10px; */
}
.slider-bg-image3 {
    background-image: url("../images/slider03.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%; 
    position: relative;
    /* border-radius: 10px; */
}

.swiper-button-next,
.swiper-button-prev {
  background-color:rgb(11, 10, 10);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(196, 30, 30);
  font-size: 20px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px; 
 color: rgb(196, 30, 30);
}

/* start notice bar */
.top_notice_bar{
    z-index: 111;
    color: white;
}
.top_notice{
    display: flex;
}
.notice_heading{
    width: 110px;
}
.notice_text{
    width: 100%;
}

/* end notice bar */
  
/*  taste-experience */
.taste-bg-image1,
.taste-bg-image2 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%; 
    max-width: 500px; 
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
}

.taste-bg-image1 {
    border-radius: 10px;
}

.taste-bg-image2 {
    border-radius: 10px;
}



/* Gallery section */
/* .gallerySwiper{
    background-color: black;
} */
.gallery-img-01,
.gallery-img-02,
.gallery-img-03,
.gallery-img-04,
.gallery-img-06,
.gallery-img-07,
.gallery-img-08, 
.gallery-img-09 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%; 
    height: 300px; 
    position: relative;
    margin-bottom: 10px;
}

.gallery-pagination .swiper-pagination-bullet {
    background-color: white !important;
}


/* Contact Us */


/* Footer */
footer{
    background-color: black;
}


