*{
    margin:0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Kaushan Script", cursive !important;
    color:#c5a059 ;
}
p{
  font-family: "Noto Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 0px;
    color:#c5a059 ;
}

.header-top{

    position: sticky;
    top: 0;
    z-index: 99;
    left: 0;
    right: 0;
}



/* banner */
.slider {
    position: relative;
    width: 100%;
  }
  
  .items {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 48.25%;
    margin: 0;
    /* height: 600px; */
  }
  
  .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
  }
  .item.current {
    opacity: 1;
  }
  .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .buttons {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .button {
    width: 32px;
    height: 32px;
    border: none;
    outline: none;
    padding: 0;
    background: transparent center no-repeat;
    cursor: pointer;
    opacity: 0.4;
  }
  .button.prev {
    background-image: url(https://codeisle.info/blog/wp-content/uploads/2018/12/ico_next_b32.png);
  }
  .button.next {
    background-image: url(https://codeisle.info/blog/wp-content/uploads/2018/12/ico_next_b32-1.png);
  }
  .button:hover {
    opacity: 0.8;
  }
  
  .dots {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  
  .dot {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 0;
    background: #777;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.4s ease-in-out;
  }
  .dot:nth-child(n+2) {
    margin-left: 5px;
  }
  .dot.current {
    opacity: 1;
  }
  /* end */

  .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(255 255 255 / 90%);
}
.navbar-light .navbar-nav .nav-link {
    font-family: "Philosopher", sans-serif;
    font-size: 30px;
    color: #eee;
}
.sec-pad{
    padding: 50px 0;
}
.about{
    background: url(../images/welcome-bg.jpg);
    padding: 50px 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.about-text h4{
    color: #c5a059;
    font-size: 50px;
    margin-bottom: 30px;
}
.about-text span{
  font-family: "Tangerine", cursive;
  color: #FFF;
  font-size: 33px;
  letter-spacing: 2px;
}
.specials{
    /* background: #151412; */
    background-image: url(../images/home-3-parallax-1.jpg);
    background-attachment: fixed;
}
   

.gallery{
    
  background: #151412; 
}
.hes-gallery img{
    margin-bottom: 20px;
}
.menu_image{
    vertical-align: middle;
}
.menu_image img{
    border: 4px solid #FFF;
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.menu_title{
    margin: auto 0;
    padding-left: 20px;
}
.menu_title p{
    font-size: 29px;
    font-family: "Kaushan Script", cursive;
    line-height: 1.4;
}
.menu_grid{
  border: 1px dotted #505050;
  padding-bottom: 20px;
  margin-bottom: 20px;
   padding: 20px;
}

.gallery img{
   margin-bottom: 20px; 
     cursor: pointer;
    width: 100%;
}
.footer{
  background: #222;
  padding: 40px 0 20px;
}
.ftr_grid p{
  font-family: "Kaushan Script", cursive;
}
.copyright{
  margin-top: 30px;
  padding: 12px 0;
  border-top: 1px solid #484747;
  border-bottom: 1px solid #484747;
}
.copyright p{
  font-size: 13px;
  margin: 0;
}


.about-inner {
  background: url(../images/bg2.jpg);
  background-size: cover;
  background-position: center;
  padding: 50px 0;
}
.contact {
  background: url(../images/contact-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0;
}
.about-inner p{
  font-size: 26px;
    color: #FFF;
    font-weight: 500;
    line-height: 1.4;
}
