html {
  overflow-x: hidden;
}

body {
  background: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #868e96;
}

/* glow class */
#glow:hover {
  transform: scale(1.1);
  transition: 0.3s ease;
}

.navbar-nav .nav-link {
  transition: color 0.3s, transform 0.3s;
}

.navbar-nav .nav-link:hover {
  color: #ff7404 !important;
  transform: scale(1.1);
  transition: 0.3s ease;
}

header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  margin-top: 20px;
  background-color: transparent;
}

header .navbar-brand {
  text-transform: uppercase;
  color: white;
  letter-spacing: .1em;
  font-weight: 800;
  font-size: 2rem;
}

header .navbar-brand:hover {
  color: #ff7404 !important;
  transform: scale(1.5);
  transition: 0.3s ease;
}

/* Carousel start */
.carousel-item img {
  height: 650px;
  object-fit: cover;
}

.carousel-caption {
  bottom: 20px;
}

.carousel-inner img {
  width: 100%;
  object-fit: cover;
}

.carousel {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.carousel-caption {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  z-index: 10;
}

.carousel-caption h1 {
  font-size: 5rem;
  font-weight: bold;
}

.carousel-caption p {
  font-size: 1.5rem;
  margin-top: 20px;
}

.transparent-btn {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

#nav-button {
  background-color: #ff7404;
  border-color: #ff7404;
}

#nav-button:hover {
  background-color: #ffffff !important;
  border-color: #ffffff;
  transform: scale(1.1);
  color: #ff7404;
  transition: 0.3s ease;
}

.carousel-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
}

/* section after slider */
#after-slider {
  margin-top: 150px;
  height: 200px;
}

.wrap-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: block;
  background: #ff7404;
  margin-left: 90px;
}

.clip {
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}

.clip2 {
  clip-path: polygon(0 20%, 100% 0, 100% 90%, 0 100%);
  background-color: #f8f9fa;
}

/* THE RESTAURANT start */
#line {
  height: 4px;
  width: 90px;
  background-color: #ff7404;
  margin-left: 500px;
}

#section-heading {
  margin-top: 90px;
}

#section-heading p {
  font-family: sans-serif 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

#section-heading h1 {
  font-size: 50px;
  font-weight: bolder;
}

/* special menu start */
.item-dishes {
  position: relative;
  display: block;
  overflow: hidden;
}

.item-dishes img {
  transform: scale(1);
  transition: .3s all ease-out;
}

.item-dishes:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  background: #000;
  opacity: .3;
}

.item-dishes .text {
  z-index: 3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.item-dishes .text .dishes-heading {
  font-size: 30px;
  font-weight: 700;
  max-width: 500px;
  margin: 0 auto;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 991px) {
  .item-dishes .text .dishes-heading {
    font-size: 1.3rem;
  }
}

.item-dishes .text .dishes-price {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  display: inline-block;
  background: #ff7404;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  transition: .3s all ease;
  border: 2px solid transparent;
}

.item-dishes:hover img {
  transform: scale(1.1);
}

.item-dishes:hover .dishes-price {
  background: transparent;
  border: 2px solid #fff;
}

/* our menu start */
.section-clip-path {
  clip-path: polygon(0 10%, 100% 0, 100% 95%, 0% 100%);
  background-color: #f8f9fa;
}

.ourmenutext {
  height: 285px;
  width: 285px;
  align-items: center;
}

.ourmenutext h2 {
  color: #ff7404;
}

.ourmenutext p {
  color: #868e96;
}

.card img {
  height: 285px;
  width: 285px;
}


/* blog start */
.blog-title {
  color: #ff7404;
}

.blog-text {
  color: #8b939b;
}

.blog-but {
  color: #fff;
}

/* Review and Rating Section CSS */
#reviews {
  background-color: #f8f9fa;
  padding: 60px 0;
}

#reviews .container {
  max-width: 1200px;
  margin: 0 auto;
}

#reviews h2 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
}

#reviews .review-card {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

#reviews .review-card:hover {
  box-shadow: 0px 15px 45px rgba(0, 0, 0, 0.2);
}

#reviews .review-card img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 20px;
}

#reviews .review-card h5 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}

#reviews .review-card p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

#reviews .stars {
  margin-top: 20px;
}

#reviews .stars i {
  color: #ff7404;
  margin-right: 5px;
  font-size: 18px;
}

/* Review Slider */
.owl-carousel .owl-stage-outer {
  padding: 30px 0;
}

.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  outline: none;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -30px;
}

.owl-carousel .owl-nav button.owl-next {
  right: -30px;
}

.owl-carousel .owl-nav button i {
  font-size: 30px;
  color: #ff7404;
  transition: all 0.3s ease;
}

.owl-carousel .owl-nav button:hover i {
  color: #333;
}

/* Responsive Design */
@media (max-width: 768px) {
  #reviews h2 {
      font-size: 28px;
  }

  #reviews .review-card {
      padding: 20px;
  }

  #reviews .review-card h5 {
      font-size: 18px;
  }

  #reviews .review-card p {
      font-size: 14px;
  }
}

@media (max-width: 576px) {
  #reviews h2 {
      font-size: 24px;
  }

  #reviews .review-card h5 {
      font-size: 16px;
  }

  #reviews .review-card p {
      font-size: 12px;
  }
}



/* footer start */
.site-footer h3 {
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.site-footer p {
  color: #868e96;
}

.p-2 {
  color: #ff7404;
}