html,
body {
  overflow-x: hidden;
}

/* Font start  */

@font-face {
  font-family: old-eng-mt;
  src: url(../font/old-eng-monotype.ttf);
}

/* Font end  */

/* header start  */
header {
  z-index: 9999;
  background-color: #0000006b;
  border: 3px solid transparent;
  transition: 0.3s;
}

header.scrolled {
  background: #000000;
  border: 3px solid #80543c;
  /* Solid black on scroll */
}

.navbar-brand {
  font-family: old-eng-mt;
  color: #d29c5b !important;
  font-size: 40px;
  padding: 0;
}

.navbar-collapse {
  padding-bottom: 20px;
}


.sec-name {
  font-weight: 400;
  font-family: "Alex Brush", serif;
  font-size: 24px;
  letter-spacing: 1.5px;
  color: #fff;
}

.sec-name:hover {
  color: #d29c5b;
}

.primary-btn {
  background-color: #80543c;
  padding: 4px 22px;
  text-decoration: none;
  font-size: 22px;
  font-weight: 400;
  font-family: "Alex Brush", serif;
  color: #fff;
  border: 5px solid #7e4526bd;
  outline: 3px solid #9d5a36d5;
  border-radius: 30px;
  transition: 0.3s;
}

.primary-btn:hover {
  background-color: transparent;
  border: 5px solid #7e45264b;
  outline: 3px solid #9d5a365b;
}

.navbar-toggler-icon {
  background-image: url(../images/hamburger-menu.png);
}

/* header end  */


/* Hero start  */
.hero {
  position: relative;
  width: 100%;
  padding: 200px 0 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  background-size: cover;
  background-position: center;
  transition: background-image 1s ease-in-out;
}

.hero-content {
  position: relative;
  width: 720px;
  z-index: 2;
  background: #0000007e;
  padding: 40px 20px;
  border-radius: 10px;
}

.hero h1 {
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 700;
  font-family: old-eng-mt;
  color: #d29c5b;
}

.hero p {
  margin-bottom: 30px;
  font-size: 30px;
  letter-spacing: 1px;
  font-family: "Alex Brush", serif;
  line-height: 32px;
}

.hero button {
  padding: 10px 20px;
  font-size: 1rem;
  border: none;
  background: #ff6600;
  color: white;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s;
}

.hero button:hover {
  background: #e65c00;
}

.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

/* Hero End  */

/*About Start*/

.about {
  background-color: #0c0c0c;
  padding: 100px 0;
}

.section-name {
  font-family: "Alex Brush", serif;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 8px 16px;
}

.about h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 700;
  font-family: old-eng-mt;
  color: #d29c5b;
}

.about p {
  font-family: "Alex Brush", serif;
  font-weight: 400;
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
}

.liq-first-img {
  margin-top: 60px;
}


/*About End*/

/* gallery start  */

.gallery {
  padding: 100px 0;
  background-image: url(../images/gallery/gallery-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.gallery-title h2 {
  font-family: "Alex Brush", serif;
  font-weight: 400;
  font-size: 26px;
  color: #fff;
}

.gallery-title h1 {
  font-size: 50px;
  font-weight: 700;
  font-family: old-eng-mt;
  color: #d29c5b;
}

.gallery-title p {
  font-family: "Alex Brush", serif;
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 1.5px;
  line-height: 26px;
  color: #fff;
}

.single-gallery-item {
  margin: 20px 0;
}

/* gallery end  */

/* chef start  */

.chef {
  padding: 100px 0;
  background-image: linear-gradient(to bottom, #030101, #00000000),
    url(../images/chef-bg.png);
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
}

.chef-content .chef-price {
  font-weight: 700;
  font-family: old-eng-mt;
  color: #d29c5b;
  font-size: 90px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.chef-content h2 {
  font-family: "Alex Brush", serif;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 1.5px;
  color: #fff;
}

.chef-content h1 {
  font-weight: 700;
  font-family: old-eng-mt;
  color: #d29c5b;
  font-size: 70px;
}

.chef-content p {
  font-family: "Alex Brush", serif;
  font-weight: 400;
  font-size: 26px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 30px;
}

/* chef end  */

/*Testimonial Start*/

.testimonial {
  padding: 100px 0;
  background-image: linear-gradient(to bottom, #000000af, #000000af), url(../images/testi-bg.jpg);
}

.carousel-control-prev,
.carousel-control-next {
  display: flex;
  align-items: self-end;
  bottom: 5%;
}

.carousel-control-prev {
  left: 76%;
}

.carousel-control-prev-icon {
  border: 1px solid #e08e61 !important;
  border-radius: 50px;
  background-image: none;
}

.carousel-control-next-icon {
  border: 1px solid #e08e61 !important;
  border-radius: 50px;
  background-image: none;
}

.carousel-control-prev-icon:hover {
  background-color: #eff3f8;
}

.carousel-control-next-icon:hover {
  background-color: #eff3f8;
}

.carousel-control-next-icon i {
  color: #fff;
  line-height: 32px;
}

.carousel-control-prev-icon i {
  color: #fff;
  line-height: 32px;
}

.divider-btn {
  display: none;
}

.testi-info {
  float: left;
}

.testimonial h1 {
  font-weight: 700;
  font-family: old-eng-mt;
  color: #d29c5b;
  font-size: 40px;
}

.testimonial h2 {
  font-weight: 700;
  font-family: old-eng-mt;
  color: #d29c5b;
  font-size: 30px;
}


.testimonial h4 {
  font-family: "Alex Brush", serif;
  font-weight: 400;
  font-size: 26px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 30px;
}

.testimonial h3 {
  font-weight: 500;
  letter-spacing: 2px;
  font-family: old-eng-mt;
  color: #fff;
  font-size: 24px;
}

.testimonial p {
  font-family: "Alex Brush", serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 28px;
  color: #fff;
}

.testimonial h5 {
  font-family: "Alex Brush", serif;
  font-weight: 400;
  font-size: 22px;
  color: #D29C5B;
}

/*Testimonial End*/

/* footer start  */

footer {
  padding: 100px 0 20px;
  background-image: linear-gradient(to bottom, #000000af, #000000af), url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

footer h1 {
  font-family: old-eng-mt;
  font-size: 60px;
  color: #D29C5B;
}

.contact-details li {
  margin: 10px 0;
  color: #fff;
  font-family: "Alex Brush", serif;
  letter-spacing: 1.5px;
  font-size: 20px;
}

.contact-details li i {
  color: #D29C5B;
}

footer p {
  font-family: old-eng-mt;
  font-size: 16px;
  color: #fff;
}

footer p span {
  color: #D29C5B;
}

/* footer end  */