html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
  color: black;
}
.container{
    margin: 0;
    padding: 0; 
}
p{
    font-family: 'Montserrat Alternates';
    font-size: 19px;
}
h3{
  font-family: 'Elsie', cursive;
}
nav.navbar {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.75);
  transition:all .5s ease-in-out;
  }
.navbar.scroll {
  background-color: #E2E2E2 !important; 
  transition: background-color 0.2s ease-in-out;
box-shadow: o 3px 10px rgb(0, 0, 0, 0.15);
}
.nav-link {
  font-size: 20px !important;
  font-weight: bold !important;
}
.navbar li {
  margin: 0 20px;
  font-size: 20px;
  font-weight: bold;
  color: white;
}
h1 {
  font-family: 'Montez', cursive;
}
.navbar li a {
  font-family: 'Martel';
  position: relative;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.navbar li a:hover, .navbar li a.active {
  border-bottom: 2px solid #000000;

}
#home-header {
  width: 100%;
}
.carousel-1{
    background: url('../images/img1.jpg')rgba(0, 0, 0, 0.348);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 800px;
}
.carousel-2{
    background: url('../images/img2.jpg')rgba(0, 0, 0, 0.391);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 800px;
}
.carousel-3{
    background: url('../images/img3.jpg')rgba(0, 0, 0, 0.382);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 800px;
}
.carousel-caption{
    top: 30%;
}
.body-btn{
    text-transform: uppercase;
    background-color:transparent;
    color: #000000;
    padding: 12px 28px;
    transition: background-color 0.3s ease;
    text-decoration: none;
    max-width: 200px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    text-align: center;
    border: 0.3px solid #0a1236;;
    border-radius: 2px;
}
.body-btn:hover {
    color: white;
    background-color: #0a1236;
}
.btn2{
  text-transform: uppercase;
  background-color:transparent;
  color: #000000;
  padding: 12px 38px !important;
  transition: background-color 0.3s ease;
  text-decoration: none;
  max-width: 200px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  text-align: center;
  border: 0.3px solid #0a1236;;
  border-radius: 2px;
  margin-left: 0px;
}
.btn2:hover {
  color: white;
  background-color: #0a1236;
}
.nav-btn {
  text-transform: uppercase;
  background-color: #0a1236;
  color: white;
  padding: 10px 25px;
  transition: background-color 0.3s ease;
  max-width: 200px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;

  justify-content: center;
  text-align: center;
  border: none;
  box-shadow: 0px 4px 2px -2px #1f3ab675  ; }

  .nav-btn:hover {
    color: black;
    background-color:transparent;
}

/*section1-home*/

@media (max-width: 767px) {
  iframe {
    width: 100%;
    height: 300px; 
}
    .fadeinright.active-right {
        text-align: center;
    }

    .about-button {
      margin-left:25%;
    }
    #about-home{
    padding-bottom: 0!important;
    }
    #about{
      margin-top: 50px!important;
      padding-bottom: 30px!important;
    }
    .about-last-section {
      padding-left: 0!important;
      margin-top: 100px;
    }
    .py-md-4 {
        padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .contact-color{
     width: 100%!important;
    }
    .navbar{
      margin: 0!important;
      padding: 0;
    position: relative!important;
    }
}
 /*section2-home*/
 .left_line,
 .right_line{
     width: 110px;
     display: inline-block;
     vertical-align: middle;
     position: relative;
     height: 2px;
     background-color: #21456E;
 }
 .left_line{
     margin-right: 20px;
 }
 .right_line{
     margin-left: 20px;
 }
 .left_line:before,
 .right_line:after{
     height: 8px;
     width: 8px;
     position: absolute;
     content: "";
     top: -3px;
     background-color: #21456E;
     
 }
 .left_line:before{
     left: 0;  
 }
 .right_line:after{
     right: 0;
 }
 .small_heading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.item{
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  padding: 20px 30px;
  background-color: #F5F5F5;
  border-radius: 30px;    
  color: #1D1A25;
}
.menu-nav-item .nav-item{
  margin: 0 10px;
  display: inline-block;
  width: auto;
}
.menu-list-item{
  position: relative;
  display: block;
  padding-right: 30px;
  margin-bottom: 30px;
}
.facility-image1{
  position: absolute;
  top: 20px;
  right: 200px;
  border: 0.3px solid #21456E;
  border-radius:2px;
  padding: 5px;
}
.facility-image2{
  position: absolute;
  top: -80px;
  left: 180px;
  border: 0.3px solid #21456E;
  border-radius:2px;
  padding: 5px;

}
.facility-image3{
  position: absolute;
  top: -70px;
  right: 200px;
  border: 0.3px solid #21456E;
  border-radius:2px;
  padding: 5px;
}
.f_price{
  display: block;
  padding: 12px;
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  color: #FFFFFF;
  text-align: center;
  background-color: #0a1236;
  border-radius: 20px 20px 0px 0px;
}
.facility_item_desc
{
  padding: 30px 170px 30px 30px;
  background-color: #ffffff;
  border: 1px solid #616F7D;
  position: relative;
  margin-top: 120px;
  width: 70%;
}
.facility_item_desc1
{
  padding: 30px 170px 30px 30px;
  background-color: #ffffff;
  border: 1px solid #616F7D;
  position: relative;
  margin-top: 90px;
  width: 60%;
  margin-left: 40%;
}
.facility-name{
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  font-family: 'Courgette', cursive;
 color: black;
}
.facility-text{
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 24px;
  color: black;

}
.facility_item_desc:before, .facility_item_desc1:before{
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
  background-color: transparent;
  border: 1px solid #616F7D;
}
.menu-list-item:hover .facility_item_desc:before{
  opacity: 1;
  right: -10px;
  top: -10px;
  background-color: #21456E;
}
.menu-list-item:hover .facility_item_desc1:before{
  opacity: 1;
  right: -10px;
  top: -10px;
  background-color: #21456E;
}
.menu-list-item:hover .facility_item_desc{
  box-shadow: 10px 10px 30px rgba(29, 26, 37, 0.1);
}
.menu-list-item:hover .facility_item_desc1{
  box-shadow: 10px 10px 30px rgba(29, 26, 37, 0.1);
}

@media (max-width: 768px) {

  .left_line,
  .right_line {
      width: 30px;
      margin-right: 5px; 
      margin-left: 5px;
  }
  .btn2 {
    text-transform: uppercase;
    background-color: transparent;
    color: #000000;
    padding: 12px 28px;
    transition: background-color 0.3s ease;
    text-decoration: none;
    max-width: 200px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    text-align: center;
    border: 0.3px solid #0a1236;
    border-radius: 2px;
    margin-left: 0px;
}

.menu-list-item{
  margin: 0;
  padding-right: 0;
}
  .facility_item_desc,
  .facility_item_desc1 {
    width: 100%;
      padding:0!important;
   position: relative;
   margin:0!important;
   margin-top: 10px!important;
  }
  .facility-image1 {
justify-content: center;
align-items: center;
border: none;
  }
  .rest-box-1,
    .rest-box-2{
      width: 100%;
      margin: 0!important;
      padding: 0!important;
    }
    .contact-reservation {
width: 99%!important;
    }
  
    .dish-section {
margin-left: 20px;
margin-bottom: 0!important;
  
    }
  
}
 /*section3-home*/
#home-dishes{
  background: url('../images/res8.jpg') ;
  background-position: cover;
  background-color: #0d1722;
  background-repeat: no-repeat;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rest-box-1{
  background-color: rgb(255, 255, 255,0.8);
  text-align: center;
  color: black;
  padding: 90px 0;
  margin-left: 150px;
  box-shadow: 2px 2px 5px 2px rgba(105, 7, 7, 0.7);
}
.rest-box-2 {
  color: white;
  height:200px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bolder;
  background-color: rgba(58, 58, 58, 0.8);
   margin-top: -100px;
  padding: 2rem;
  box-shadow: 2px 2px 5px 2px rgba(105, 7, 7, 0.7);
}
.gallery-button{
  text-transform: uppercase;
  background-color:rgb(255, 255, 255,0.8);
  color: black;
  padding: 12px 28px;
  transition: background-color 0.3s ease;
  text-decoration: none;
  max-width: 200px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 0.3px solid #0a1236;
  border-radius: 2px;
}
.gallery-button:hover {
  color: white;
  background-color: #0a1236;
}
#about{
  background-image: -moz-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, black 100%);
  background: linear-gradient(rgba(0, 0, 0, 0.925), rgba(0, 0, 0, 0.550)), url("../images/sl7.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top:10%;
  padding-bottom: 5%;

}
.dish-item {
  width: 30%; 
  margin: 0 10px;
}

/* contact-section*/
#contact-section{
margin-top: -350px;
 }
 
.contact-wrapper{
  background-color: black;
  border: 1px solid  #fa9c6d;
  border-radius: 2px;
  box-shadow: 3px 3px 6px 3px rgba(15, 15, 15, 0.651);
    outline: 1px solid  #fa9c6d;
    outline-offset: -5px;
 position: relative;
 z-index: 100;
  } 
 .contact-reservation{
margin-top: 100px;
}
.contact-text{
  color: black;
  margin-top: 25px;
  font-size: 28px;
    font-weight: bold;
}
.contact-color{
  width: 99.5%;
  background-position: center;
 margin-top: 30px!important;
 margin-bottom: 20px;
background-color: white;
margin-left: 5px!important;
}
.reservation-text{
 margin-top: 25px;
font-size: 28px;
  font-weight: bold; 
}

/*contact page*/
#contact-header{
  width: 100%;
  background: url("../images/res12.jpg") rgba(0, 0, 0, 0.606);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}
#contact{
  padding-top: 100px;
}
  /*about page*/
#about-header{

  background: url('/src/images/about-img.jpg') rgba(0, 0, 0, 0.489);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;


}
#last-section{
  height: 400px;
  background: url('/src/images/gallery-img.jpg'), rgba(0, 0, 0, 0.512);
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  margin-top: 100px;
}
  /*gallery page*/

#gallery-header{
 
    background: url("/src/images/gallery-img.jpg")rgba(0, 0, 0, 0.673);;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply; 
    color: white !important;
}
 #gallery{
background-color: black;
 background-size: cover;
 background-repeat: no-repeat;
 background-blend-mode: multiply;
 padding-top: 50px;

}
.gallery-text{
  background: url("../images/bar-img.jpg") rgba(0, 0, 0, 0.63);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 250px;
  box-shadow: 0px 4px 10px -2px  rgb(228, 107, 47, 0.7);
  margin-bottom: 80px;
}
  /*home page images section hover effect*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
/* Keep the overlay text fixed in place */
.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 70%;
  height: 70%;
  left: 13%;
  top: 10%;
  border-bottom: 3px solid #FFF;
  border-top: 3px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.85s, transform 0.35s;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}

/* Make sure the text stays fixed in place even on hover */
.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  position: absolute; /* Add this line to keep it fixed */
}

.hovereffect img {
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}
.hovereffect h1{

  margin-top: 90px;
  
  }
.hovereffect p{

margin-top: 30px;

}
 .hovereffect:hover p, .hovereffect:hover h1 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
/**Styling scrollable elements*/
.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}
.js-scroll.scrolled {
  opacity: 1;
}
.scrolled.fade-in {
  animation: fade-in 2s ease-in-out both;
}
.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}
.scrolled.fade-in-top {
  animation: fade-in-top 1s ease-in-out both;
}
.scrolled.slide-left {
  animation: slide-in-left 2s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 2s ease-in-out both;
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
  
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

#screen{
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 34%, rgba(13,23,34,1) 100%);
padding-top: 100px;
  height: 900px;
  font-family: 'Forum', cursive;

}
.testimonials-text{
  font-size: 30px;
}

#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}