@import url("https://fonts.googleapis.com/css2?family=Birthstone&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}

a, img {
  text-decoration: none !important;
  transition: 0.3s all ease-in-out;
}

* {
  margin: 0;
  padding: 0;
}

:focus {
  outline: none !important;
}

html {
  font-size: 16px;
}

p {
  line-height: 28px;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #6B6B6B;
  font-weight: 400;
  background: #000000;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden !important;
}

/* Preloader
-----------------------------------------------------------------*/
body.loaded {
  overflow: hidden !important;
  height: 100% !important;
}

.closeBtn {
  right: 10px;
  top: 14px;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  border: none;
}

.offcanvas1 {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  height: 100%;
  background: #FFF;
  transition: left 0.3s ease;
  z-index: 1002;
  overflow: auto;
}
.offcanvas1 .mb-logo {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
  padding: 20px;
  background-color: #750C32;
}
.offcanvas1 .mb-logo img {
  width: 120px;
}

/* Mobile menu container */
.mobile-menu {
  width: 100%;
  padding: 20px;
}
.mobile-menu li {
  border-bottom: 1px solid #efefef;
}
.mobile-menu li:last-child {
  border-bottom: none;
}
.mobile-menu li.active a {
  color: #750C32;
}

/* Menu list */
.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Main links */
.mobile-menu a,
.submenu-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0px;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 400;
}

/* Sub menu */
.submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.submenu a {
  padding: 12px 30px;
  font-size: 14px;
}

/* Open state */
.submenu.open {
  max-height: 300px;
}

.arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.submenu.open + .arrow {
  transform: rotate(45deg);
}

.offcanvas1.active {
  left: 0;
}

/* Overlay */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1001;
  backdrop-filter: blur(9px);
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Page content */
.page-content {
  transition: transform 0.3s ease;
}

.page-content.active {
  transform: translateX(280px);
}

.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background: transparent;
  z-index: 99999999999999;
}

.menu-open {
  overflow: hidden;
}

.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #750C32;
}

.loader-wrap .loader-wrap-heading .load-text {
  font-size: 60px;
  font-weight: 200;
  letter-spacing: 5px;
  text-transform: uppercase;
  z-index: 20;
}

.load-text span {
  animation: loading 0.1s infinite alternate;
}

.load-text img {
  width: 200px;
}

.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 15px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 400ms linear;
  background-color: #FFF;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  text-align: center;
  line-height: 44px;
  font-size: 13px;
  font-weight: 900;
  color: #750C32;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #750C32;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 400ms linear;
}

@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* ====================== [ Start overlay1 ] ====================== */
[data-overlay-dark],
[data-overlay-light] {
  position: relative;
}

[data-overlay-dark] .container,
[data-overlay-dark] .container-xxl,
[data-overlay-light] .container-xxl,
[data-overlay-light] .container {
  position: relative;
  z-index: 7;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

[data-overlay-dark]:before {
  background: #fff;
}

[data-overlay-light]:before {
  background: #fff;
}

[data-overlay-dark],
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
  color: #fff;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
  opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}

/* ====================== [ End Overlay ] ====================== */
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #750C32;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp2;
}

.overlay1 {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #750C32;
  background-color: #750C32;
  overflow-y: hidden;
  transition: 0.5s;
  background-image: url(../images/banner-overlay.svg);
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: 620px;
}

.overlay-content {
  position: relative;
  text-align: center;
  margin-top: 30px;
  padding-left: 30px;
}
.overlay-content a {
  margin-bottom: 10px;
  color: #FFF;
  display: block;
  text-align: left;
  font-size: 18px;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay1 .closebtn {
  background-color: #2FAECF;
  border: 1px solid #2EC7EF;
  padding: 2px 15px 2px 6px;
  font-size: 16px;
  display: flex;
  align-items: center;
  border-radius: 35px;
  color: #FFF;
}

.p-60 {
  padding: 60px 0px;
}

.banner {
  width: 100%;
  height: 100vh;
  position: relative;
}
.banner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .video_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/dots.svg);
  background-repeat: repeat;
  background-size: 4px;
  opacity: 0.4;
}
.banner .banner_title {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #F6E071;
  text-align: center;
}
.banner .banner_title h3 {
  font-size: 53px;
  font-weight: 400;
  margin-bottom: 10px;
}
.banner .banner_title h3 span {
  font-size: 43px;
}
.banner .banner_title a {
  border: 1px solid #FFF;
  padding: 15px 18px;
  display: inline-block;
  border-radius: 8px;
  text-transform: uppercase;
  color: #FFF;
}
.banner .banner_title a:hover {
  background-color: #FFF;
  color: #750C32;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: top 0.2s ease-in-out;
  z-index: 999;
}
header .header-sec {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-sec ul {
  display: flex;
}
header .header-sec ul li a {
  color: #FFF;
  padding: 0px 15px;
  text-transform: uppercase;
}
header .header-sec ul li a:hover {
  color: #F6E071;
}
header .header-sec ul li.active a {
  color: #F6E071;
}
header .header-sec .logo {
  background-color: #750C32;
  padding: 20px 15px;
}
header .mb-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .mobile-nav img {
  filter: brightness(0) invert(1);
}

.whatsapp-icon .btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 10px;
  right: 20px;
  font-size: 40px;
  display: flex;
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 28px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
.whatsapp-icon .btn-whatsapp-pulse-border {
  bottom: 115px;
  animation-play-state: paused;
}
.whatsapp-icon .btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }
  75% {
    padding: 50px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

footer {
  width: 100%;
}
footer .footer-sec {
  width: 100%;
  background: linear-gradient(to right, rgb(27, 27, 27) 0%, rgb(73, 4, 29) 100%);
}
footer .footer-sec .box {
  width: 100%;
}
footer .footer-sec .box .f-logo {
  margin-bottom: 10px;
}
footer .footer-sec .box p {
  color: #B5A9AE;
}
footer .footer-sec .box .f-media {
  display: flex;
  gap: 5px;
}
footer .footer-sec .box .f-media a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F6E071;
  color: #F6E071;
}
footer .footer-sec .box .f-media a:hover {
  background-color: #F6E071;
  color: #750C32;
}
footer .footer-sec .box h5 {
  font-size: 21px;
  color: #F6E071;
  text-transform: uppercase;
}
footer .footer-sec .box ul li {
  color: #B5A9AE;
  margin-bottom: 5px;
}
footer .footer-sec .box ul li a {
  color: #B5A9AE;
}
footer .footer-sec .box ul li a:hover {
  color: #F6E071;
}
footer .copyright {
  width: 100%;
  padding: 25px 0px;
}
footer .copyright p {
  margin: 0;
  color: #828282;
  text-align: center;
}

.about-sec {
  width: 100%;
}
.about-sec h3 {
  font-family: "Birthstone", cursive;
  color: #F6E071;
  font-size: 32px;
}
.about-sec h1 {
  font-size: 32px;
  color: #6B6B6B;
  text-transform: uppercase;
}
.about-sec .box-sec1 {
  width: 100%;
  height: 380px;
  overflow: hidden;
}
.about-sec .box-sec1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-sec .box-sec {
  width: 100%;
  height: 380px;
  overflow: hidden;
  position: relative;
}
.about-sec .box-sec::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}
.about-sec .box-sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-sec .box-sec .content {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
  text-align: center;
  z-index: 2;
}
.about-sec .box-sec .content h4 {
  color: #FFF;
  font-size: 28px;
}
.about-sec .box-sec:hover img {
  scale: 1.1;
}

.link-btn {
  color: #F6E071;
}
.link-btn span {
  position: relative;
  padding-bottom: 4px;
  transition: 0.3s all ease-in-out;
}
.link-btn span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #F6E071;
  left: 0px;
  bottom: 0px;
  transition: 0.3s all ease-in-out;
}
.link-btn span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #F6E071;
  left: 0px;
  bottom: -4px;
  transition: 0.3s all ease-in-out;
}
.link-btn:hover span::before, .link-btn:hover span::after {
  border-bottom: 1px dashed #F6E071;
}

.our-specialities {
  width: 100%;
  position: relative;
}
.our-specialities .container {
  position: relative;
  z-index: 9;
}
.our-specialities::after {
  width: 360px;
  height: 611px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/bg-img1.png);
  background-repeat: no-repeat;
}
.our-specialities .box-img {
  width: 100%;
}
.our-specialities .box-img img {
  width: 100%;
}
.our-specialities .content {
  width: 100%;
  padding: 30px;
  text-align: center;
}
.our-specialities .content h4 {
  font-family: "Birthstone", cursive;
  color: #F6E071;
  font-size: 32px;
}
.our-specialities .content h5 {
  font-size: 32px;
  color: #6B6B6B;
  text-transform: uppercase;
}

.signature-dishes {
  width: 100%;
  position: relative;
}
.signature-dishes::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 389px;
  height: 780px;
  background-image: url(../images/bg-img2.png);
  background-repeat: no-repeat;
}
.signature-dishes h4 {
  font-size: 32px;
  color: #6B6B6B;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
}
.signature-dishes .box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.signature-dishes .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.signature-dishes .box .content {
  width: 100%;
  position: absolute;
  padding: 30px;
  text-align: center;
  left: 0;
  bottom: -50px;
  opacity: 0;
  transition: 0.3s all ease-in-out;
  background-color: rgba(0, 0, 0, 0.73);
  color: #F6E071;
  font-size: 20px;
  text-transform: uppercase;
}
.signature-dishes .box:hover img {
  scale: 1.1;
}
.signature-dishes .box:hover .content {
  bottom: 0px;
  opacity: 1;
}

.timing-sec {
  width: 100%;
  position: relative;
}
.timing-sec::after {
  width: 360px;
  height: 611px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/bg-img1.png);
  background-repeat: no-repeat;
}
.timing-sec .container {
  position: relative;
  z-index: 9;
}
.timing-sec .box-item1 {
  width: 100%;
  height: 100%;
}
.timing-sec .box-item1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.timing-sec .box-item {
  text-align: center;
  padding: 30px;
}
.timing-sec .box-item h4 {
  font-size: 22px;
  font-weight: 400;
  color: #F6E071;
}
.timing-sec .box-item h5 {
  font-size: 32px;
}
.timing-sec .box-item .icon {
  text-align: center;
  margin-bottom: 12px;
}

.block-sec {
  width: 100%;
}
.block-sec .box {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  position: relative;
}
.block-sec .box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(135deg, rgb(117, 12, 50) 0%, rgb(17, 0, 0) 100%);
  opacity: 0.8;
}
.block-sec .box .icon {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  transform: rotateY(360deg);
}
.block-sec .box .icon img {
  transition: 0.7s all ease-in-out;
}
.block-sec .box h5 {
  font-size: 28px;
  color: #FFF;
  position: relative;
  z-index: 1;
}
.block-sec .box a {
  position: relative;
  z-index: 1;
}
.block-sec .box:hover .icon img {
  -webkit-transform: rotateY(360deg);
}

.Reservation-sec1 {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.Reservation-sec1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 389px;
  height: 780px;
  background-image: url(../images/bg-img2.png);
  background-repeat: no-repeat;
}
.Reservation-sec1 h4 {
  font-family: "Birthstone", cursive;
  font-size: 36px !important;
  color: #F6E071;
  font-weight: 400;
  text-transform: none !important;
}
.Reservation-sec1 h5 {
  color: #FFF;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}
.Reservation-sec1 form {
  border: 1px solid #F6E071;
  border-radius: 20px;
  padding: 30px;
  margin-top: 20px;
}
.Reservation-sec1 .form-control {
  width: 100%;
  height: 65px;
  background-color: rgba(39, 39, 39, 0.84);
  border: none;
  border-radius: 0;
  padding: 15px 20px;
  color: #FFF;
}
.Reservation-sec1 .form-control:focus {
  box-shadow: none;
  border: 1px solid #F6E071;
}
.Reservation-sec1 .form-control::-moz-placeholder {
  color: #8C8C8C;
}
.Reservation-sec1 .form-control::placeholder {
  color: #8C8C8C;
}
.Reservation-sec1 .form-control.calendar {
  background-image: url(../images/calander.svg);
  background-repeat: no-repeat;
  background-position: center right;
}
.Reservation-sec1 .form-control.time {
  background-image: url(../images/time.svg);
  background-repeat: no-repeat;
  background-position: center right;
}
.Reservation-sec1 .submit-btn {
  width: 100%;
  height: 65px;
  background-color: #F6E071;
  color: #750C32;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  font-size: 20px;
  transition: 0.3s all ease-in-out;
}
.Reservation-sec1 .submit-btn:hover {
  background-color: #750C32;
  color: #F6E071;
}

#fluid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
  filter: brightness(0) invert(1);
  opacity: 0.2;
}

.inner-banner {
  width: 100%;
  padding: 150px 0px 60px 0px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
}
.inner-banner h1 {
  text-align: center;
  color: #FFF;
  font-weight: 400;
}
.inner-banner nav {
  display: flex;
  justify-content: center;
}
.inner-banner nav li {
  color: #F6E071 !important;
}
.inner-banner nav li::before {
  color: #FFF !important;
}
.inner-banner nav li a {
  color: #FFF;
}
.inner-banner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/dots.svg);
  background-repeat: repeat;
  background-size: 4px;
  opacity: 0.7;
}
.inner-banner .container {
  position: relative;
  z-index: 9;
}

.white-bg {
  background-color: #750C32;
}
.white-bg li a {
  color: #ffffff !important;
}
.white-bg li.active a {
  color: #F6E071 !important;
  font-weight: 600;
}

.coming-soon img {
  width: 100px;
  margin-bottom: 20px;
}

.inner-about {
  width: 100%;
}
.inner-about .content {
  padding-right: 30px;
}
.inner-about .content h4 {
  font-family: "Birthstone", cursive;
  color: #F6E071;
  font-size: 32px;
}
.inner-about .content h5 {
  font-size: 32px;
  color: #6B6B6B;
  text-transform: uppercase;
}
.inner-about .about-img-sec {
  width: 100%;
  display: flex;
  gap: 10px;
}
.inner-about .about-img-sec .box {
  width: 100%;
}
.inner-about .about-img-sec .box img {
  width: 100%;
}

.testimonials {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.testimonials .heading h5 {
  font-size: 32px;
  color: #F6E071;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
}
.testimonials .box {
  width: 100%;
  text-align: center;
  padding: 0 50px;
}
.testimonials .box .profile-img-sec {
  width: 100%;
  margin-bottom: 10px;
}
.testimonials .box .profile-img-sec .pic {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  position: relative;
  margin: auto;
}
.testimonials .box .profile-img-sec .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.testimonials .box .profile-img-sec .pic .quote {
  width: 58px;
  height: 58px;
  position: absolute;
  right: -10px;
  top: -10px;
  background-color: #F6E071;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonials .box .profile-img-sec .pic .quote img {
  width: 100%;
  height: auto;
  -o-object-fit: none;
     object-fit: none;
}
.testimonials .box p {
  color: #FFF;
  font-size: 18px;
}
.testimonials .box .author {
  width: 100%;
  text-align: center;
  padding-top: 10px;
}
.testimonials .box .author h4 {
  color: #FFF;
  font-weight: 700;
}
.testimonials .box .author h6 {
  color: #F6E071;
  font-weight: 400;
}

.book-table {
  width: 100%;
  position: relative;
}
.book-table .container {
  position: relative;
  z-index: 9;
}
.book-table::after {
  width: 360px;
  height: 611px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/bg-img1.png);
  background-repeat: no-repeat;
}
.book-table h4 {
  text-align: center;
  color: #F6E071;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 400;
}
.book-table .phone-booking {
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
.book-table .phone-booking h3 {
  font-size: 22px;
  color: #F6E071;
  text-transform: uppercase;
  font-weight: 400;
  padding-top: 20px;
}
.book-table .phone-booking h6 {
  color: #FFF;
  font-size: 28px;
  font-weight: 400;
}
.book-table .phone-booking h6 a {
  color: #FFF;
  font-size: 28px;
  display: inline-block;
}
.book-table .phone-booking h6 a:hover {
  color: #F6E071;
}

.gallery {
  width: 100%;
}
.gallery .head-sec h5 {
  color: #FFF;
  font-size: 36px;
  font-weight: 400;
}
.gallery .head-sec h6 {
  font-size: 19px;
  font-weight: 400;
}
.gallery .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 1.2rem;
  color: #eee;
  padding-top: 20px;
}
.gallery .pagination div:not(.numbers) {
  cursor: pointer;
}
.gallery .pagination div:not(.numbers):hover {
  color: orange;
}
.gallery .pagination .numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.gallery .pagination .numbers button {
  padding: 10px;
  border: none;
}
.gallery .pagination .numbers .current {
  color: #750C32;
  background-color: #F6E071;
}
.gallery .list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.gallery .list .item {
  width: 24.5%;
  height: 26rem;
  position: relative;
  overflow: hidden;
}
.gallery .list .item img {
  width: 100%;
  height: 100%;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s linear;
}
.gallery .list .item img:hover {
  transform: scale(1.05);
  box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.5);
}

.contact-sec {
  width: 100%;
}
.contact-sec .first-sec {
  width: 100%;
  position: relative;
}
.contact-sec .first-sec .container {
  position: relative;
  z-index: 1;
}
.contact-sec .first-sec::after {
  width: 360px;
  height: 611px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/bg-img1.png);
  background-repeat: no-repeat;
}
.contact-sec .first-sec .map {
  width: 100%;
  height: 100%;
  padding-right: 30px;
}
.contact-sec .first-sec .map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.contact-sec .first-sec .content {
  width: 100%;
}
.contact-sec .first-sec .content h4 {
  font-family: "Birthstone", cursive;
  font-size: 36px;
  color: #F6E071;
  font-weight: 400;
}
.contact-sec .first-sec .content h5 {
  color: #FFF;
  font-size: 36px;
  font-weight: 400;
}
.contact-sec .first-sec .content ul {
  padding-top: 30px;
}
.contact-sec .first-sec .content ul li h6 {
  font-size: 18px;
  color: #F6E071;
  font-weight: 400;
  text-transform: uppercase;
}
.contact-sec .first-sec .content ul li p {
  font-size: 18px;
}
.contact-sec .first-sec .content ul li p a {
  color: #6B6B6B;
}
.contact-sec .first-sec .content ul li p a:hover {
  color: #FFF;
}
.contact-sec .contact-form-sec {
  width: 100%;
  position: relative;
}
.contact-sec .contact-form-sec .container {
  position: relative;
  z-index: 1;
}
.contact-sec .contact-form-sec::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 389px;
  height: 780px;
  background-image: url(../images/bg-img2.png);
  background-repeat: no-repeat;
}
.contact-sec .contact-form-sec h4 {
  font-size: 36px;
  color: #F6E071;
  font-weight: 400;
  font-family: "Birthstone", cursive;
}
.contact-sec .contact-form-sec h5 {
  color: #FFF;
  font-size: 36px;
  font-weight: 400;
}
.contact-sec .form-sec {
  border: 1px solid #F6E071;
  border-radius: 20px;
  padding: 30px;
}
.contact-sec .form-control {
  width: 100%;
  height: 65px;
  background-color: rgba(39, 39, 39, 0.84);
  border: none;
  border-radius: 0;
  padding: 15px 20px;
  color: #FFF;
}
.contact-sec .form-control:focus {
  box-shadow: none;
  border: 1px solid #F6E071;
}
.contact-sec .form-control::-moz-placeholder {
  color: #8C8C8C;
}
.contact-sec .form-control::placeholder {
  color: #8C8C8C;
}
.contact-sec .form-control.calendar {
  background-image: url(../images/calander.svg);
  background-repeat: no-repeat;
  background-position: center right;
}
.contact-sec .form-control.time {
  background-image: url(../images/time.svg);
  background-repeat: no-repeat;
  background-position: center right;
}
.contact-sec .msg {
  height: 120px;
  resize: none;
}
.contact-sec .submit-btn {
  width: 100%;
  height: 65px;
  background-color: #F6E071;
  color: #750C32;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  font-size: 20px;
  transition: 0.3s all ease-in-out;
}
.contact-sec .submit-btn:hover {
  background-color: #750C32;
  color: #F6E071;
}
.contact-sec .contactimg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-left: 40px;
}
.contact-sec .contactimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.menu-sec {
  width: 100%;
}
.menu-sec .head-sec h4 {
  font-size: 36px;
  color: #F6E071;
  font-weight: 400;
  font-family: "Birthstone", cursive;
}
.menu-sec .head-sec h5 {
  color: #FFF;
  font-size: 36px;
  font-weight: 400;
}
.menu-sec .head-sec h6 {
  font-size: 19px;
  font-weight: 400;
}
.menu-sec .menu-btn {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.menu-sec .menu-btn .nav-link.active, .menu-sec .menu-btn .nav-link:hover {
  background-color: transparent;
}
.menu-sec .menu-btn .nav-link.active h6, .menu-sec .menu-btn .nav-link:hover h6 {
  color: #F6E071;
}
.menu-sec .menu-btn .nav-link.active svg path, .menu-sec .menu-btn .nav-link:hover svg path {
  fill: #F6E071;
}
.menu-sec .menu-btn .nav-link .icons-sec {
  margin-bottom: 12px;
}
.menu-sec .menu-btn .nav-link .icons-sec svg {
  height: 50px;
}
.menu-sec .menu-btn .nav-link .icons-sec svg path {
  transition: 0.3s all ease-in-out;
}
.menu-sec .menu-btn .nav-link h6 {
  color: #FFF;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
}
.menu-sec .menu-lisiting {
  width: 100%;
}
.menu-sec .menu-lisiting ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu-sec .menu-lisiting ul li {
  width: 50%;
  padding: 0px 60px;
  margin-bottom: 10px;
}
.menu-sec .menu-lisiting ul li p {
  color: #F6E071;
  font-size: 14px;
}
.menu-sec .menu-lisiting ul li .dish-name {
  width: 100%;
  position: relative;
  padding-right: 54px;
}
.menu-sec .menu-lisiting ul li .dish-name::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 12px;
  left: 0;
  border-bottom: 1px dashed #F6E071;
  z-index: 0;
}
.menu-sec .menu-lisiting ul li .dish-name .name {
  font-size: 20px;
  color: #FFF;
  background-color: #000;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 10px;
}
.menu-sec .menu-lisiting ul li .dish-name .price {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  color: #F6E071;
  background-color: #000;
  z-index: 1;
  padding-left: 10px;
}

.mt-50 {
  margin-top: 50px;
}

.menu-sec2 {
  width: 100%;
  background-color: #181818;
}
.menu-sec2 ul li {
  position: relative;
  padding: 0px 60px 0px 100px !important;
  margin-bottom: 31px !important;
}
.menu-sec2 ul li .dish-pic {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  top: -15px;
}
.menu-sec2 ul li .dish-pic img {
  width: 100%;
}
.menu-sec2 ul li .dish-name .name, .menu-sec2 ul li .dish-name .price {
  background-color: #181818 !important;
}

@media (max-width: 1240px) {
  .gallery .list .item {
    width: 32.5%;
  }
}
@media (max-width: 1200px) {
  .gallery .list .item {
    width: 32.5%;
  }
}
@media (max-width: 991px) {
  header {
    background-color: #750C32 !important;
    padding: 15px 0px;
    position: relative;
  }
  .banner .banner_title h3 {
    font-size: 38px;
  }
  .banner .banner_title h3 span {
    font-size: 30px;
  }
  footer .footer-sec .box {
    text-align: center;
    padding: 20px;
    border: 1px solid #4f0e25;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .box-item1 img, .our-specialities .box-img img {
    border-radius: 10px;
  }
  footer .footer-sec .box .f-media {
    justify-content: center;
  }
  .inner-banner {
    padding: 40px 0px 40px 0px;
  }
  .inner-about .content {
    padding-right: 0;
  }
  .contact-sec .first-sec .map {
    height: 320px;
    padding-right: 0px;
    padding-bottom: 20px;
  }
  .contact-sec .contactimg {
    padding-left: 0px;
    padding-top: 20px;
  }
  .menu-sec .menu-lisiting ul li {
    width: 100%;
    padding: 0px 0px;
  }
  .menu-sec2 ul li {
    padding: 0px 0px 0px 100px !important;
  }
}
@media (max-width: 768px) {
  .p-60 {
    padding: 30px 0px;
  }
  .banner .banner_title h3 {
    font-size: 34px;
  }
  .banner .banner_title h3 span {
    font-size: 30px;
  }
  .signature-dishes .box .content {
    bottom: 0px;
    opacity: 1;
  }
}
@media (max-width: 660px) {
  .Reservation-sec1 h5, .gallery .head-sec h5 {
    font-size: 28px;
  }
  .gallery .list .item {
    width: 100%;
  }
}/*# sourceMappingURL=main.css.map */