* {
  margin: 0px;
  padding: 0px;
}

:root {
  --font-primary: "DM Sans", sans-serif;
  --font-secondary: "Cormorant Garamond", serif;
  --color-dk-black: #08080a;
  --color-lt-bk: #2a2a2a;
  --color-white: #fff;
  --color-lt-wt: #F4F1F1;
  --color-dk-blue: #15293A;
  --color-lt-blue: #1392ce;
  --color-or: #F25912;
  --color-gr: #8EA3A6;
  --color-lb: #0b0a08;
  --color-lv: #151318;
  --color-dv: #1c1a20;
}

a,
button {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  background-color: transparent;
  border: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.sec-title {
  margin: 0px 0px 30px 0px;
  position: relative;
  display: block;
}

.sec-title h2 {
  font-family: var(--font-secondary);
  font-size: 42px;
  font-weight: 600;
  color: var(--color-dk-black);
  margin: 0px 0px 10px 0px;
  display: block;
}

.sec-title span {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-dk-black);
  margin: 0px 0px 10px 0px;
  text-align: left;
}

.page-hd {
  margin: 0px 0px 30px 0px;
  position: relative;
}

.page-hd h2 {
  font-family: var(--font-secondary);
  font-size: 36px;
  font-weight: 600;
  color: var(--color-dk-black);
  margin: 0px 0px 10px 0px;
  text-align: center;
}

.page-hd p {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-dk-black);
  margin: 0px 0px 10px 0px;
  text-align: left;
}

.sec-btn {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--color-dk-blue);
  display: inline-block;
  border-radius: 10px;
  margin: 0px 0px 10px 0px;
  color: var(--color-white);
}

.gn-head {
  font-family: var(--font-primary);
  font-size: 26px;
  font-weight: 600;
  color: var(--color-dk-black);
  margin: 0px 0px 15px 0px;
  text-align: left;
}

.gn-txt {
  font-family: var(--font-primary);
  font-size: 16px;
  margin: 0px 0px 20px 0px;
  color: var(--color-lt-bk);
  text-align: justify;
}

.gn-span {
  font-family: var(--font-primary);
  font-size: 16px;
  margin: 0px 0px 10px 0px;
  color: var(--color-lt-blue);
  text-align: justify;
}

.clr-pad0 {
  padding: 0px;
}

/* ----------------navbar--------------- */
.toolbar-contact {
  display: flex;
}

.location-content h1 {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-white);
  margin: 5px 0px 0px 0px;
}

.location-icon {
  color: var(--color-white);
}

.header-top {
  padding: 15px;
  border-bottom: 1px solid rgba(200, 200, 200, 0.5);
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.nav-logo img {
  width: 150px;
}

.location-icon i {
  font-size: 20px;
  margin: 0px 10px 0px 0px;
}

.number {
  display: flex;
}

.number-content h1 {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-white);
  margin: 5px 0px 0px 0px;
}

.number-content a {
  color: var(--color-white);
  font-family: var(--font-primary);
}

.number-icon i {
  color: var(--color-white);
  margin: 0px 10px 0px 10px;
}

.contact-address {
  display: flex;
  justify-content: flex-end;
  align-items: end;
}

.number {
  margin: 0px 10px 0px 10px;
}

.nav-item a {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  color: var(--color-white);
  position: relative;
  margin: 0px 10px 0px 10px;
}

.nav-item a:hover {
  color: var(--color-white);
}

.nav-item a {
  position: relative;
}

.nav-item a {
  position: relative;
}

.nav-item a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: var(--color-or);
  transition: width 0.3s ease;
}

.nav-item a:hover::before {
  width: 100%;
}

.navbar-button a {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 600;
  color: var(--color-white);
  border: 2px solid var(--color-white);
  padding: 8px 30px 8px 30px;
}

.navbar-button a:hover {
  background-color: var(--color-white);
  transition: transform 0.4s ease;
  color: var(--color-dk-black);
}

.sticky-nav.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;

  z-index: 99;
  -webkit-animation: sticky 6.4s;
  animation: sticky 0.4s;
  -webkit-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  background-color: rgba(0, 0, 0, 0.4)
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.shopping-parent {
  display: none;
}

.slider-right {
  background-color: var(--color-dk-black);
}

.slide-bar img {
  width: 70px;

}

.slide-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0px 0px 30px 0px;
}

.navbar-link li a {
  font-family: var(--font-primary);
  font-size: 20px;
  font-weight: 500;
  color: var(--color-white);
  margin: 0px 0px 40px 0px;

}

.navbar-link {
  margin: 0px 0px 25px 0px;
}

.slide-bar button {
  color: var(--color-white);
}

.bottom-icons i {
  font-size: 15px;
  color: var(--color-white);
  margin: 0px 15px 0px 0px;
}

.slider-icons {
  display: flex;
  margin: 0px 0px 30px 0px;
}

.sidebar-body {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright p {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-white);
}

.location {
  display: flex;
  margin: 0px 0px 30px 0px;
}

.shopping-parent i {
  color: var(--color-white);
}

.slide-bar i {
  color: var(--color-white) !important;
}

/* ----------------navbar--------------- */
/* ----------------slider--------------------- */
.slider-image {
  position: relative;
  min-height: 600px;
}

.slider-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.content-parent {
  position: absolute;
  top: 10%;
  left: 5%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}

.slider-image {
  overflow: hidden;
}

.slider-image img {
  transform: scale(1);
  transition: all 6000ms linear;
}

.owl-item.active .slider-image img {
  transform: scale(1.1);
}

.slider-button a {
  font-family: var(--font-primary);
  font-size: 16px;
  color: var(--color-white);
  margin-right: 10px;
  display: inline-block;
  position: relative;
}

.slider-button a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: var(--color-white);
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.slider-button a:hover::after {
  transform: scaleX(0);
  transform-origin: right;
}

.slider-content h1 {
  font-family: var(--font-secondary);
  font-size: 60px;
  font-weight: 600;
  color: var(--color-white);
  max-width: 600px;
  margin: 0px 0px 15px 0px;
}

.slider-content span {
  font-family: var(--font-secondary);
  font-size: 60px;
  font-weight: 600;
  color: var(--color-or);

}

.slider-content {
  position: relative;
  z-index: 9;
  animation: slideUp 1s ease forwards;
}

.slider-content p {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-white);
  max-width: 600px;
  margin: 0px 0px 15px 0px;
}

.slider-image img {
  display: block;
  width: 100%;
  min-height: 600px;
}

.slider .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.slider .owl-dot span {
  width: 5px;
  height: 5px;
  background: var(--color-gr);
  display: block;
  margin: 5px;
}

@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* ----------------slider--------------------- */
/* -----------find restaurent---------------- */
.restaurent-section {
  background-image: url("../images/restaurent-bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;

}

.first-box,
.second-box {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.restaurent-content {
  z-index: 5;
}

.first-box::before,
.second-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.4s ease;
}

.first-box {
  background-image: url(../images/home/img-47.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 500px;
  position: relative;
}

.second-box {
  background-image: url(../images/home/link-bg-2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 500px;
  position: relative;
}

.first-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background-color: var(--color-dv);
  z-index: 1;
}

.reservation-left,
.reservation {
  transition: 0.4s ease;
}

.reservation-left {
  display: flex;
  justify-content: center;
  align-items: center;
}


.restaurent-section {
  padding: 60px 0px 60px 0px;
  background-color: var(--color-dk-black);
}

.restaurent-content h1 {
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 600;
  color: var(--color-or);
  margin: 0px 0px 20px 0px;
}

.restaurent-content {
  text-align: center;
}

.restaurent-content h2 {
  font-family: var(--font-secondary);
  font-size: 42px;
  font-weight: 600;
  color: var(--color-white);
  margin: 0px 0px 20px 0px;
}

.restaurent-content p {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-white);
  max-width: 400px;
  margin: 0px 0px 20px 0px;
}

.restaurent-content h3 {
  font-family: var(--font-primary);
  font-size: 22px;
  font-weight: 600;
  color: var(--color-white);
  margin: 0px 0px 15px 0px;

}

.restaurent-content h4 {
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 400;
  color: var(--color-white);
  margin: 0px 0px 8px 0px;

}

.restaurent-content h5 {
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 400;
  color: var(--color-white);
  margin: 0px 0px 15px 0px;
}

.restaurent-content a {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 500;
  color: var(--color-white);
  position: relative;

}

.restaurent-content a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--color-or);
  bottom: 0px;
  left: 0px;
}

.first-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(21, 19, 24);
  transition: 0.4s ease;
}

.second-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(28, 26, 32);
  transition: 0.4s ease;
}

.first-box:hover::before,
.second-box:hover::before {
  background: rgba(0, 0, 0, 0.2);
}

.first-box,
.second-box {
  position: relative;
  overflow: hidden;
  background-size: 100%;
  background-position: center;
  transition: 0.5s ease;
}

.first-box:hover,
.second-box:hover {
  background-size: 110%;
  background-position: left center;
}

/* ------------breadcrumb-------------- */
.braed-crumb {
  position: relative;
}

.braedcrumb img {
  width: 100%;

  min-height: 500px;
}

.breadcrumb-parent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  align-items: center;

}

.breadcrumb-content h1 {
  font-family: var(--font-secondary);
  font-size: 60px;
  font-weight: 600;
  color: var(--color-white);
  position: relative;
  z-index: 2;
}

.braed-crumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

/* ------------breadcrumb-------------- */
/* ----------banner------------ */
.banner {
  background-image: url(../images/home/img-58.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.banner-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

.banner-content h1 {
  font-family: var(--font-primary);
  font-size: 42px;
  font-weight: 600;
  color: var(--color-white);
  text-align: center;
  margin: 0px 0px 20px 0px;
  max-width: 600px;
}

.banner-content p {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-white);
  text-align: center;
  max-width: 600px;
    margin: 0px 0px 20px 0px;
}

.banner-content a {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-white);
  background-color: var(--color-or);
  padding: 10px 20px 10px 20px;
}

/* ----------banner------------ */
/* --------------menu-------------- */
.appectizers-section {
  background-color: var(--color-dk-black);
  padding: 60px 0px 60px 0px;

}

.menu-head {
  margin: 0px 0px 25px 0px;
}

.menu-head h1 {
  font-family: var(--font-primary);
  font-size: 30px;
  font-weight: 600;
  color: var(--color-or);
  text-decoration: underline;
  margin: 0px 0px 10px 0px;
}

.appectizers-header h1 {
  font-family: var(--color-or);
  font-size: 25px;
  color: var(--color-or);
  font-weight: 500;
  text-align: center;
  position: relative;
}

.appectizers-header h1::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  bottom: 11px;
  left: 34%;
  background-color: var(--color-or);
}

.appectizers-header h1::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  bottom: 11px;
  right: 34%;
  background-color: var(--color-or);
}

.appectizers-header h2 {
  font-family: var(--font-secondary);
  font-size: 48px;
  color: var(--color-white);
  font-weight: 500;
  text-align: center;
  margin: 0px 0px 10px 0px;
}

.appectizers-header {
  margin: 0px 0px 60px 0px;
}

.appectizers-header p {
  font-family: var(--font-primary);
  font-size: 14px;
  color: var(--color-white);
  font-weight: 400;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.food-list h1 {
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 600;
  color: var(--color-white);
  margin: 0px 0px 6px 0px;
  position: relative;
  text-decoration: none;
}

.food-list p {
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 400;
  color: var(--color-gr);
}

.food-list h1::before {
  content: "";
  position: absolute;
  height: 0.5px;
  width: 150px;
  left: 42%;
  bottom: 6px;
  background-color: rgba(64, 64, 64, 1);

}

.mandhi-main {
  padding: 40px;
}

.food-list h1 span {
  float: right;
  font-family: var(--font-primary);
}

.image-side {
  display: flex;
}

.dishes-image img {
  width: 250px;
  margin: 30px 0px 0px 0px;
  position: relative;
  animation: moveDown 1s forwards;
}

@keyframes moveDown {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(15px);
  }
}

.dishes-main-course {
  position: relative;
  overflow: hidden;
}

.dishes-main-course img {
  width: 100%;
  transition: transform 0.6s ease;
}

.dishes-main-course:hover img {
  transform: scale(1.1);
}

.dishes-main-course::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.second-dishes img {
  width: 300px;
  margin: 0px 0px 0px 20px;
  animation: moveUp 3s forwards;
}

@keyframes moveUp {
  0% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0);
  }
}

.dishes-main-course img {
  width: 100%;
}

.maincourse-content {
  position: absolute;
  bottom: 20px;
  left: 30%;
}

.maincourse-content h1 {
  font-family: var(--font-primary);
  font-size: 20px;
  font-weight: 600;
  color: var(--color-or);
  position: relative;
  z-index: 2;

}

.maincourse-content h2 {
  font-family: var(--font-primary);
  font-size: 32px;
  font-weight: 600;
  color: var(--color-white);
  position: relative;
  z-index: 2;

}

.maincourse-content a {
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 400;
  color: var(--color-white);
  position: relative;
  z-index: 2;

}

.maincourse-content {
  text-align: center;
}

.menu-list {
  margin: 0px 0px 15px 0px;
}

.main-list {
  padding: 40px;
}

.order-button a {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-white);
  background-color: var(--color-or);
  padding: 8px 15px;

}

.order-button {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.order-button a {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  background-color: var(--color-or);

  padding: 8px 15px;
}

.order-button .second {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
  border: 1px solid var(--color-or);
  padding: 8px 15px;
  margin: 0px 0px 0px 15px;
  color: var(--color-or);
}

/* --------------menu-------------- */
/* -----------food slder--------------- */
.food-gallery {
  padding: 60px 0px 60px 0px;
  background-color: var(--color-dk-black);
}

/* -----------food slder--------------- */
/* --------------about------------------ */
.our-mission {
  background-color: var(--color-dk-black);
  padding: 60px 0px 60px 0px;
  position: relative;

}

.our-mission::before {
  content: "";
  position: absolute;
  width: 90%;
  bottom: 0px;
  height: 1px;
  background-color: var(--color-lt-bk);
  left: 5%;
  right: 10%;
}

.our-mission::after {
  content: "";
  position: absolute;
  left: 47%;
  bottom: -4px;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background-color: var(--color-lt-bk);
  border-radius: 50%;
  z-index: 2;
}

.mission-flowers {
  position: absolute;
}

.mission-flowers img {
  width: 10px;
}

.our-mission {
  position: relative;
}


.flower-first-mission {
  position: absolute;
  left: -25px;
  bottom: -40px;
}

.mission-second {
  position: absolute;
  right: 0px;
  bottom: -40px;
}

.our-mission-image img {
  width: 450px;
  border-radius: 45% 45% 0 0;
}

.our-mission-content {
  position: relative;
}

.our-mission-content::before {
  content: "";
  position: absolute;
  left: -11%;
  top: 20%;
  bottom: 0px;
  width: 1px;
  height: 100%;
  background: #3a3a3a;
}

.our-mission-content::after {
  content: "";
  position: absolute;
  left: -11%;
  top: 60%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: var(--color-lt-bk);
  border-radius: 50%;
}

.flower-first img {
  width: 10px;
}

.flower-first {
  position: absolute;
  bottom: -130px;
  left: -67px;
}

.flower-second {
  position: absolute;
  top: 20px;
  left: -67px;
}

.flower-second img {
  width: 10px;
}

.our-philo {
  padding: 60px 0px 60px 0px;
  background-color: var(--color-dk-black);
}

.our-philosophy p {
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 400;
  color: var(--color-white);
  max-width: 450px;
  margin: 0px 0px 30px 0px;
  text-align: justify;
}

.our-philosophy h1 {
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 500;
  color: var(--color-or);
  margin: 0px 0px 8px 0px;
  position: relative;
  line-height: 30px;
}

.our-philosophy h1::after {
  content: "";
  position: absolute;
  bottom: 5px;
  width: 50px;
  height: 1px;
  left: 35%;
  background-color: var(--color-or);
}

.content-side h1 {
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 500;
  color: var(--color-or);
  margin: 0px 0px 8px 0px;
  position: relative;
}

.content-side h1::after {
  content: "";
  position: absolute;
  bottom: 5px;
  width: 50px;
  height: 1px;
  left: 25%;
  background-color: var(--color-or);
}

.content-side h2 {
  font-family: var(--font-secondary);
  font-size: 45px;
  font-weight: 600;
  color: var(--color-white);
  margin: 0px 0px 15px 0px;

}

.content-side p {
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 400;
  color: var(--color-white);
  margin: 0px 0px 30px 0px;
  text-align: justify;

}

.content-side a {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 14px;
  background-color: var(--color-or);
  color: var(--color-white);
  padding: 10px 20px 10px 20px;
}

.testimonial-section {
  background-image: url(../images/about/img-58.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 0;
}

.testimonial-carousel {
  position: relative;
  z-index: 2;
  width: 100%;
}

.testimonials {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  margin: auto;
  text-align: center;
}

.testimonial-content p {
  font-family: var(--font-primary);
  font-size: 20px;
  font-weight: 500;
  color: var(--color-white);
  margin: 0px 0px 20px 0px;
}

.testimonial-image {
  margin: 0px 0px 20px 0px;
}

.image-details h4 {
  font-family: var(--font-primary);
  font-size: 20px;
  font-weight: 500;
  color: var(--color-white);
  margin: 0px 0px 5px 0px;
}

.image-details h5 {
  font-family: var(--font-primary);
  font-size: 20px;
  font-weight: 500;
  color: var(--color-white);
}

.testimonial-image {
  width: 100px;
}

.our-philosophy {
  position: relative;
}

.our-philosophy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 93%;
  width: 1px;
  height: 120%;
  background: #3a3a3a;
}

.philo-side h2 {
  font-family: var(--font-secondary);
  font-size: 45px;
  font-weight: 600;
  color: var(--color-white);
  margin: 0px 0px 20px 0px;
}

.our-philosophy::after {
  content: "";
  position: absolute;
  left: 93%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: var(--color-lt-bk);
  border-radius: 50%;
}

.philo-side a {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 14px;
  background-color: var(--color-or);
  color: var(--color-white);
  padding: 10px 20px 10px 20px;
}

.flower-first img {
  width: 10px;
}

.flower-first {
  position: absolute;
  bottom: -121px;
  left: -64px;
}

.flower-second {
  position: absolute;
  top: 42px;
  left: -65px;
}

.flower-second img {
  width: 10px;
}

.Philosophy-flowers img {
  width: 10px;
}

.flower-first-philo {
  position: absolute;
  top: -30px;
  left: 92%;
}

.flower-second-philo {
  position: absolute;
  bottom: -110px;
  left: 92%;
}

.mission-flowers {
  position: absolute;
  bottom: 20px;
  left: 5%;
  width: 90%;
  z-index: 10;
}

.flower-first-mission {
  position: absolute;
  left: -25px;
  top: 4px;
}

.mission-second {
  position: absolute;
  right: -22px;
  top: 4px;
}

.mission-flowers img {
  width: 14px;
}

/* --------------about------------------ */
/* ----------------restaurent------------------- */

/* ----------------restaurent------------------- */
/* -----------------contact--------------------- */
.contact-section {
  padding: 60px 0px 60px 0px;
  background-color: var(--color-dk-black);
  position: relative;
}

.contact-content h1 {
  font-family: var(--font-primary);
  font-size: 22px;
  font-weight: 600;
  color: var(--color-or);
  margin: 0px 0px 10px 0px;
  position: relative;
}

.contact-content h1::after {
  content: "";
  position: absolute;
  bottom: 8px;
  width: 50px;
  height: 1px;
  background-color: var(--color-or);
  left: 25%;
}

.contact-details {
  position: relative;
}

.contact-details::before {
  content: "";
  position: absolute;
  left: 90%;
  top: 3%;
  height: 100%;
  width: 2px;
  background-color: var(--color-lt-bk);
}

.contact-details::after {
  content: "";
  position: absolute;
  left: 90%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: var(--color-lt-bk);
  border-radius: 50%;
}

.contact-flowers .flower-bottom {
  position: absolute;
  left: 45%;
  transform: translateX(-50%);
  width: 25px;
  height: 25px;
  background: url("../images/contact/flower.png") no-repeat center;
  background-size: contain;
  width: 10px;
}

.contact-flowers .flower-top {
  position: absolute;
  left: 45%;
  top: 8%;
  transform: translateX(-50%);
  width: 25px;
  height: 25px;
  background: url("../images/contact/flower.png") no-repeat center;
  background-size: contain;
  width: 10px;
}


.flower-bottom {
  bottom: 14px;
  left: 10%;
}

.form-floating>label {
  color: var(--color-white);
  font-size: 15px;
  font-weight: 600;
}

.contact-content h2 {
  font-family: var(--font-primary);
  font-size: 42px;
  font-weight: 600;
  color: var(--color-white);
  margin: 0px 0px 25px 0px;
}

.contact-content p {
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 400;
  color: var(--color-white);
  margin: 0px 0px 10px 0px;
  text-align: justify;
  max-width: 400px;
}

.contact-image img {
  width: 500px;
  border-top-left-radius: 45%;
  border-top-right-radius: 45%;
}

.address-details {
  display: flex;
}

.address-content h1 {
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 400;
  color: var(--color-white);
  margin: 3px 0px 25px 10px;
}

.address-content a {
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 400;
  color: var(--color-white);
  margin: 3px 0px 25px 10px;
}

.contact-content {
  margin: 0px 0px 40px 0px;
}

.address-icon i {
  color: var(--color-white);
}

.contact-button a {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  color: var(--color-white);
  background-color: var(--color-or);
  padding: 15px 50px 15px 50px;

}

.address-parent {
  margin: 0px 0px 20px 0px;
}
.opening-time{
  margin: 0px 0px 40px 0px;
}
.get-in-content h1 {
  font-family: var(--font-primary);
  font-size: 22px;
  font-weight: 600;
  color: var(--color-or);
}

.get-in-content h2 {
  font-family: var(--font-primary);
  font-size: 45px;
  font-weight: 600;
  color: var(--color-white);
  margin: 0px 0px 20px 0px;
}

.get-in-touch {
  padding: 60px 0px 60px 0px;
  background-color: var(--color-lb);
}

.get-in-content p {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-white);
  margin: 0px 0px 20px 0px;
}

.get-in-content h3 {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-white);
  margin: 0px 0px 20px 0px;
}

.opening-time h1 {
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 400;
  color: var(--color-white);
  margin: 0px 0px 20px 0px;
}

.opening-content h2 {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-white);
  margin: 0px 0px 20px 0px;
}

.opening-content h3 {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-white);
  margin: 0px 0px 20px 0px;
}

.reservation-time-btn a {
  font-family: var(--font-primary);
  font-size: 20px;
  font-weight: 500;
  color: var(--color-white);
  background-color: var(--color-or);
  padding: 10px 20px 10px 20px;
}

.form-box {
  background-color: transparent;
  padding: 1px 0px 15px 0px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  background-color: unset !important;
  color: var(--color-white) !important;
  width: 100%;
  max-width: 100%;
  opacity: 1;
  margin: 0px 0px 80px 0px;
  font-family: var(--font-primary);
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 0px;
  border-color: rgba(42, 42, 42, 1);
}

.comment {
  background-color: transparent;
  padding: 1px 0px 35px 0px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  background-color: unset !important;
  color: rgba(42, 42, 42, 0.8);
  width: 100%;
  max-width: 100%;
  opacity: 1;
  margin: 0px 0px 70px 0px;
  font-family: var(--font-primary);
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 0px;
  border-color: rgba(42, 42, 42, 1);
}

.form-box::placeholder {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-white) !important;
}

.contact-button {
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 500;
  color: var(--color-or);
}

.subscribe-news {
  background-image: url(../images/contact/newsletter-bg-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.subscribe-news::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.newsletter-content {
  position: relative;
  z-index: 1;
}

.newsletter-content h1 {
  font-family: var(--font-primary);
  font-size: 22px;
  font-weight: 600;
  font-weight: 600;
  color: var(--color-white);
  text-align: center;
}

.newsletter-content h2 {
  font-family: var(--font-primary);
  font-size: 48px;
  font-weight: 600;
  font-weight: 600;
  color: var(--color-white);
  text-align: center;
}

.newsletter-content p {
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 400;

  color: var(--color-white);
  text-align: center;
}

.form-subscribe {
  background-color: transparent;
  padding: 1px 0px 35px 0px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  background-color: unset !important;
  color: var(--color-white) !important;
  width: 100%;
  max-width: 100%;
  opacity: 1;
  margin: 0px 0px 20px 0px;
  font-family: var(--font-primary);
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 0px;
}

.tick-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.news-text {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 500px;
  color: var(--color-white);
  position: relative;
  z-index: 1;
  margin: 5px 0px 0px 10px;
}

.form-subscribe {
  position: relative;
  z-index: 1;
}

.form-text {
  position: relative;
  z-index: 1;
}

/* -----------------contact--------------------- */
/* -------------reservation------------- */
.reservation-section {
  padding: 60px 0px 60px 0px;
  background-color: var(--color-dk-black);
}

.reservation-head {
  margin: 0px 0px 60px 0px;
}

.head-content h1 {
  font-family: var(--font-primary);
  font-size: 22px;
  font-weight: 600;
  color: var(--color-or);
  text-align: center;
  margin: 0px 0px 15px 0px;
}

.head-content h2 {
  font-family: var(--font-secondary);
  font-size: 48px;
  font-weight: 600;
  color: var(--color-white);
  text-align: center;
  margin: 0px 0px 15px 0px;
}

.head-content p {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 600;
  color: var(--color-white);
  text-align: center;
  margin: 0px 0px 15px 0px;
  max-width: 700px;
  margin: 0 auto;
}

.reservation-text {
  background-color: transparent;
  padding: 1px 0px 15px 0px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  background-color: unset !important;
  color: var(--color-white) !important;
  width: 100%;
  max-width: 100%;
  opacity: 1;
  margin: 0px 0px 60px 0px;
  font-family: var(--font-primary);
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 0px;
  border-color: rgba(42, 42, 42, 1);

  font-size: 14px;
  font-weight: 500;

}

.reservation-text::placeholder {
  font-family: var(--font-primary);
  font-size: 16px;
  color: var(--color-white);
}

.special-request {
  background-color: transparent;
  padding: 1px 0px 15px 0px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  background-color: unset !important;
  color: var(--color-white) !important;
  border-color: var(--color-or);
  width: 100%;
  max-width: 100%;
  opacity: 1;
  margin: 0px 0px 25px 0px;
  font-family: var(--font-primary);
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 0px;
  min-height: 120px;
  border-color: rgba(42, 42, 42, 1);
}

.dropdown {
  background-color: transparent;
  padding: 1px 0px 15px 0px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: rgba(42, 42, 42, 1);
  color: var(--color-white) !important;
  width: 100%;
  max-width: 100%;
  opacity: 1;
  background-color: var(--color-dk-black);
  font-family: var(--font-primary);
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 0px;
  padding-bottom: 0px;
  margin: -20px 0px 60px 0px;
}

.reservation-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.reservation-button a {
  background-color: var(--color-or);
  font-size: 14px;
  font-family: var(--font-primary);
  padding: 10px 20px 10px 20px;
  text-align: center;
  color: var(--color-white);
  font-weight: 500;
}

.reservation-text::-webkit-calendar-picker-indicator {
  filter: brightness(0) invert(1);
  /* white icon */
  cursor: pointer;
  opacity: 0.8;
}

/* -------------reservation------------- */
/* ------------footer--------------- */
.footer-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.footer {
  background-color: var(--color-lb);
  padding: 60px 0px 30px 0px;
}

.footer-logo img {
  width: 150px;
  margin: 0px 0px 25px 0px;
}

.footer-logo {
  border-bottom: 1px solid rgba(42, 42, 42, 0.8);
  width: 100%;
  text-align: center;
  margin: 0px 0px 25px 0px;
}

.footer-address p {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 500;
  color: var(--color-white);
  margin: 0px 0px 30px 0px;
}

.timings ul li {
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 400;
  color: var(--color-white);
  text-align: center;
}

.timings {
  margin: 0px 0px 25px 0px;
}

.footer-icons {
  display: flex;
  justify-content: flex-start;
  margin: 0px 0px 20px 0px;
}

.footer-icons i {
  color: var(--color-dk-black);
  margin: 0px 10px;
  background-color: var(--color-white);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.footer-content {
  border-bottom: 1px solid rgba(42, 42, 42, 0.8);
}

.links {
  text-align: center;

}

.links a {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 500;
  color: var(--color-white);
  margin: 0px 10px 0px 10px;
  text-decoration: underline;
}

.footer-content {
  margin: 0px 0px 20px 0px;
}