* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body {
  color: #444444;
}
a {
  text-decoration: none;
  color: #ffb03b;
}

a:hover {
  color: #ffc56e;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Satisfy", sans-serif;
}

/* topbar */

.topbar {
  max-width: 100%;
  padding: 0;
  font-size: 15px;
  height: 50px;
  transition: all 0.5s;
  background: rgba(26, 24, 22, 0.8);
  z-index: 996;
  color: rgba(255, 255, 255, 0.7);
}

.topbar i {
  color: #ffb03b;
  line-height: 0;
}

.topbar i span {
  color: #fff;
  font-style: normal;
  padding-left: 5px;
  font-weight: 100;
}

/* header */

#header {
  top: 50px;
  max-width: 100%;
  height: 70px;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: rgba(26, 24, 22, 0.85);
}

#header.header-scrolled {
  top: 0;
  background: rgba(26, 24, 22, 0.85);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
}

.logo a {
  color: #fff;
}

#navbar .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 100;
}

#navbar .navbar-nav .nav-link:hover {
  color: #ffc56e !important;
  transition: 0.6s;
}

#navbar .navbar-nav .dropdown-item:hover {
  color: #ffc56e !important;
  transition: 0.3s;
}

.book-a-table-btn {
  color: #fff;
  border-radius: 50px;
  margin: 0 0 0 20px;
  padding: 10px 25px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
  background-color: #ffb03b;
}

.book-a-table-btn:hover {
  background: #ffa012;
  color: #fff;
}

@media (max-width: 992px) {
  .book-a-table-btn {
    margin: 0 15px 0 0;
    padding: 8px 20px;
    letter-spacing: 1px;
  }

  #navbar .navbar-nav .nav-link {
    color: black !important;
    transition: 0.6s;
    font-size: 16px;
    font-weight: 400;
  }
}

/* hero section */

#hero {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  padding: 0;
}

#hero .carousel-item {
  width: 100%;
  height: 100vh;
}
#hero .carousel-content {
  margin: 0 auto;
  text-align: center;
  padding-top: 250px;
  width: 60%;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 700;
}

#hero h2 span {
  color: #ffb03b;
}

#hero p {
  width: 80%;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
  font-size: 1rem !important;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
  #hero .carousel-content {
    width: 90%;
  }
}
@media (min-width: 800px) {
  #hero .carousel-content {
    padding-top: 0px;
  }
}

@media (min-width: 350px) {
  #hero .carousel-content {
    padding-top: 250px;
  }
}

#hero .btn-menu,
#hero .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 0 10px;
  animation-delay: 0.8s;
  color: #fff;
  border: 2px solid #ffb03b;
}

#hero .btn-menu:hover,
#hero .btn-book:hover {
  background: #ffb03b;
  color: #fff;
}

/* about section */

.about {
  background: #fffaf3;
}

.about .content {
  padding: 0 80px;
}

.about .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #5f5950;
}

.about .content h3 strong {
  font-weight: 700;
  font-size: 34px;
  color: #5f5950;
  font-family: "Satisfy", sans-serif;
}

.about .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.about .content p {
  font-size: 15px;
  color: #848484;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  position: relative;
  padding-left: 26px;
  margin-top: 15px;
}

.about .content ul i {
  font-size: 20px;
  color: #ffb03b;
  position: absolute;
  left: 0;
  top: 2px;
}

/* section */

section {
  padding: 60px 0;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  color: #5f5950;
}

.section-title h2 span {
  color: #ffb03b;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 300;
}

/* why section */

.why-us .why-contact {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
}

.why-us .why-contact span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #ffcf88;
}

.why-us .why-contact h4 {
  font-size: 24px;
  font-weight: 600;
  margin: 20px 0;
  color: #6c665c;
}

.why-us .why-contact p {
  color: #aaaaaa;
  font-size: 15px;
}

.why-us .why-contact:hover {
  background: #ffb03b;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .why-contact:hover span,
.why-us .why-contact:hover h4,
.why-us .why-contact:hover p {
  color: #fff;
}

/* menu section */
.menu{
  width: 100%;
}

.menu .menu-btn a {
  border: 1px solid #ffa012;
  color: black;
  font-weight: 600 !important;
  border-radius: 50px;
  margin: 0 0 0 20px;
  padding: 10px 25px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
  white-space: nowrap;
}

@media (min-width: 350px) {
  .menu .menu-btn a {
    margin: 0 0 0 10px;
    padding: 10px 12px;
    font-size: 11px;
  }
}

.menu .menu-btn a:hover {
  background: #ffa012;
  color: #fff;
}
.menu .menu-contact{
  width: 100%;
}
.menu .menu-contact span {
  color: #aaaaaa;
}

.menu .menu-contact a {
  font-weight: 800;
  color: #ff9b08;
}
.menu .menu-text {
  font-style: italic;
  font-size: 14px;
  font-family: "Comic Neue", sans-serif;
  color: #948c81;
  padding: 1px 0px 35px 0px;
}

/* Specials section */

.specials .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #433f39;
  border-radius: 0;
  border-right: 2px solid #e8e7e4;
  font-weight: 600;
  font-size: 15px;
}

.specials .nav-link:hover {
  color: #ffb03b;
}

.specials .nav-link.active {
  color: #ffb03b;
  background-color: transparent;
  border-color: #ffb03b;
}

.specials .tab-pane.active {
  animation: fadeIn 0.5s ease-out;
}

.specials .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #433f39;
}

.specials .details p {
  color: #777777;
}

.specials .nav-tabs {
  border: 0;
}

@media (max-width: 992px) {
  .specials .nav-link.active {
    color: #fff;
    background: #ffb03b;
  }
}

/* event section */

.events {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../img1/event-bg.png) center center no-repeat;
  background-size: cover;
  position: relative;
}

html,
body {
  position: relative;
  height: 100%;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.events h3 {
  font-weight: 600;
  font-size: 26px;
  color: #ffb03b;
}

.events .price {
  font-size: 26px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.events .price span {
  border-bottom: 2px solid #ffb03b;
}

.events ul {
  list-style: none;
  padding: 0;
}

.events ul li {
  padding-bottom: 10px;
  color: #fff;
}

.events ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #ffb03b;
}

/* form section */

.table-form .table-book-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
}

.table-form .table-book-form .form-contact {
  padding-bottom: 8px;
}

.table-form .table-book-form input,
.table-form .table-book-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.table-form .table-book-form input {
  height: 44px;
}

.table-form .table-book-form textarea {
  padding: 10px 12px;
}

.table-form .table-book-form button {
  background: #ffb03b;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.table-form .table-book-form button:hover {
  background: #ffa012;
}

/* gallery section */

.gallery .gallery-contact {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.gallery .gallery-contact img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-contact:hover img {
  transform: scale(1.1);
}

.chefs {
  background: linear-gradient(
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.5)
    ),
    url("../img1/chef-bg-1.jpg");
  background-size: cover;
  padding: 60px 0;
  position: relative;
}

.chefs .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.chefs .member .pic {
  overflow: hidden;
}

.chefs .member .member-info {
  position: absolute;
  bottom: -80px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 0;
  color: #433f39;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.chefs .member h4 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px;
  color: #6c665c;
  position: relative;
  padding-bottom: 10px;
  font-family: "Poppins", sans-serif;
}

.chefs .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #ffcf88;
  bottom: 0;
  left: calc(50% - 25px);
}

.chefs .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.chefs .member .social {
  margin-top: 15px;
}

.chefs .member .social a {
  transition: color 0.3s;
  color: #7a7368;
}

.chefs .member .social a:hover {
  color: #ffb03b;
}

.chefs .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

/* slider section */

.slider-2 {
  padding: 80px 0;
  background: linear-gradient(rgba(12, 11, 10, 0.7), rgba(12, 11, 10, 0.7)),
    url("../img1/slider-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.slider-2 .slider-contact img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.slider-2 .slider-contact h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.slider-2 .slider-contact h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
  font-family: "Comic Neue", sans-serif;
}

.slider-2 .slider-contact .stars {
  color: #ffb03b;
  margin-bottom: 10px;
}

.slider-2 .slider-contact p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

/* contact section */

.contact .info {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.contact .info-1 {
  background: #fff;
}

.contact .info-1 i {
  font-size: 20px;
  color: #ffb03b;
  float: left;
  width: 44px;
  height: 44px;
  background: #fff6e8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info-1 h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #433f39;
  font-family: "Poppins", sans-serif;
}

.contact .info-1 p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #7a7368;
}

.contact .info-1:hover i {
  background: #ffb03b;
  color: #fff;
}

.contact .contact-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
}

.contact .contact-form .form-group {
  padding-bottom: 8px;
}

.contact .contact-form input,
.contact .contact-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .contact-form input {
  height: 44px;
}

.contact .contact-form textarea {
  padding: 10px 12px;
}

.contact .contact-form button {
  background: #ffb03b;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .contact-form button:hover {
  background: #ffa012;
}

/* footer */

footer {
  background: #35322d;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #ffb03b;
  position: relative;
  padding: 0;
  margin: 0 0 15px 0;
}

footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

footer .social-icon {
  margin: 0 0 40px 0;
}

footer .social-icon a {
  font-size: 18px;
  display: inline-block;
  background: #46423b;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

footer .social-icon a:hover {
  background: #ffb03b;
}

footer .copyright {
  margin: 0 0 5px 0;
}

footer .credits {
  font-size: 13px;
}
