html,
body {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}
.second-font{
  font-family: "Dancing Script", cursive;
}
.third-font{
  font-family: "Miltonian Tattoo", serif;
}
.four-font{
  font-family: "Dekko", cursive;
}
.five-font{
  font-family: "Kalam", cursive;
}
.subheading {
  font-size: 1.125em;
  line-height: 1.5;
}
.bg-default7{
  background-color: #f1c761 !important;
  border: none;
}
.btn-data {
  background: linear-gradient(to right, #1E1E1E 50%, #F1C761 50%) no-repeat scroll right bottom / 210% 100% #F1C761 !important;
  color: #1E1E1E !important;
}
.event-wrapper {
  background-color: #2A2A2A;
}
.text-justify{
  text-align: justify;
}
.bg-default {
  background-color: #1E1E1E;
}
.bg-default1{    
  background-color: #EFEDE8;
}
.heading-font {
  font-family: 'Cinzel Decorative', cursive !important;
}
.custom-border{
  border: 2px solid #f1c761;
}
img.site-logo {
  max-height: 90px;
}
.bg-default2{
  background-color: #E4DFD8;
}
.feature-heading{
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
  text-transform: uppercase;
}
.feature-section{
  padding: 20px 30px 30px;
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.feature-section:hover {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.slider1{
  background-image: url('../images/slider/slider1.jpg');
  padding: 250px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.slider2{
  background-image: url('../images/slider/slider2.jpg');
  padding: 250px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.slider3{
  background-image: url('../images/slider/slider3.jpg');
  padding: 250px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-default3{
  background-color: #1e1e1e;
}
.food-table{
  padding: 100px 0;
}
img.h-250{
  height: 80px;
}
.carousel-control-prev, .carousel-control-next{
        outline: #fff;
        border-radius: 50%;
        /* border: 1px solid #fff; */
        /* background-color: #fff; */
        padding: 5px ;
    }

    .carousel-control-prev-icon { 
        background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23009be1' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); 
    }
    .carousel-control-next-icon { 
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23009be1' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    }
.h0{
  z-index: 9;
  font-family: 'Cinzel Decorative', cursive !important;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  white-space: nowrap;
  text-align: left;
  line-height: 250px;
  letter-spacing: 0px !important;
  font-weight: 700;
  font-size: 100px;
  padding-left: 15px;
  opacity: 1;
  visibility: visible;
  text-align: center;
  text-shadow: 2px 2px #f1c761;
}
.h-0{
    z-index: 9;
    font-family: 'Cinzel Decorative', cursive !important;
    text-transform: uppercase;
    touch-action: manipulation;
    height: auto;
    width: auto;
    color: #f1c761;
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 200px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 100px;
    padding-left: -50px;
    transform-style: preserve-3d;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    transform: perspective(600px);
    opacity: 1;
    visibility: visible;
}
@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #343a40;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.bg-purple {
  background-color: #6f42c1;
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

/* Nav */
.navbar-brand img {
  width: 80px;
}
.navbar-nav {
  align-items: center;
}
.navbar .navbar-nav .nav-link {
  color: #fff;
  font-family: 'Cinzel Decorative', cursive !important;
  font-size: 18px;
  line-height: 1.444em;
  font-weight: 600;
  padding: 0.5em 1em;
}
@media screen and (min-width: 768px) {
  .navbar-brand img {
    width: 100px;
  }
  .navbar-brand {
    margin-right: 0;
    padding: 0 1em;
  }
}

/* End Nav */
.h1 {
  font-size: 3.5em;
}
.h1-heading{
  font-size: 3.5em;
  font-weight: 500;
  line-height: 1.328em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0px;
}
.footer-wrapper{
  background-image: url(../images/footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}



@media(min-width:300px) and (max-width: 400px) {
  .h0,.h1{
    line-height: 250px;
     line-height: 1.5;
    font-size: 30px;
  }
  .h-0{
      line-height: 200px;
       line-height: 1.5;
      font-size: 30px;
      padding-left: -10px;
  }
  .food-table {
    padding: 50px 0;
  }
}
@media(min-width:400px) and (max-width: 500px) {
  .h0,.h1{
    line-height: 250px;
     line-height: 1.5;
    font-size: 30px;
  }
  .h-0{
      line-height: 200px;
       line-height: 1.5;
      font-size: 30px;
      padding-left: -10px;
  }
  .food-table {
    padding: 50px 0;
  }
}

@media(min-width:500px) and (max-width: 600px) {
 .h0,.h1{
    line-height: 250px;
     line-height: 1.5;
    font-size: 30px;
  }
  .h-0{
      line-height: 200px;
       line-height: 1.5;
      font-size: 30px;
      padding-left: -10px;
  }
  .food-table {
    padding: 50px 0;
  }
}

@media(min-width:600px) and (max-width: 700px) {
 .h0,.h1{
     line-height: 1.5;
    font-size: 30px;
  }
  .h-0{
      line-height: 200px;
       line-height: 1.5;
      font-size: 30px;
      padding-left: -10px;
  }
  .food-table {
    padding: 50px 0;
  }
}

@media(min-width:700px) and (max-width: 800px) {
 .h0,.h1{
     line-height: 1.5;
    font-size: 30px;
  }
  .h-0{
      line-height: 200px;
      font-size: 30px;
      padding-left: -10px;
  }
  .food-table {
    padding: 50px 0;
  }
}

@media(min-width:800px) and (max-width: 900px) {
 .h0,.h1{
    line-height: 1.5;
    font-size: 30px;
  }
  .h-0{
      line-height: 1.5;
      font-size: 30px;
      padding-left: -10px;
  }
  .food-table {
    padding: 50px 0;
  }
} 

