@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap");
/*Fonts*/
/*colors*/
body {
  margin: 0px auto;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  padding: 0 !important;
  font-family: "Inter", sans-serif;
  overflow: hidden !important;
  overflow-y: scroll !important;
  background-color: #D8F4F3;
}
body::-webkit-scrollbar {
  width: 5px;
  background-color: #000000;
}
body::-webkit-scrollbar-thumb {
  background-color: #00A5AF;
}
@media (max-width: 575px) {
  body {
    text-align: center;
    font-weight: 300;
    font-size: 15px;
  }
}

html {
  scroll-behavior: smooth;
}

.preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  background-color: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}

img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  color: inherit;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

p {
  color: #1A1A1A;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Serif Display", serif;
  margin-bottom: 0;
}

h1 {
  font-size: 64px;
}
@media (max-width: 991px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  color: #000F0E;
  font-size: 46px;
}
@media (max-width: 991px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 36px;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 30px;
}
@media (max-width: 991px) {
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 22px;
  }
}

h5 {
  font-size: 24px;
}
@media (max-width: 991px) {
  h5 {
    font-size: 22px;
  }
}

h6 {
  font-size: 22px;
}
@media (max-width: 991px) {
  h6 {
    font-size: 20px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 5px 50px;
  z-index: 10;
  transition: 600ms all;
}
@media (max-width: 1300px) {
  header {
    padding: 5px 20px;
  }
}
@media (max-width: 1199px) {
  header {
    padding: 5px 12px;
  }
}
@media (max-width: 991px) {
  header {
    padding: 5px 0;
  }
}
header::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(229, 246, 247, 0) 0%, rgb(229, 246, 247) 100%);
  transition: 500ms all;
}
@media (max-width: 575px) {
  header::before {
    height: 150px;
  }
}
header .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
header .navbar .navbar-brand {
  margin-right: 50px;
}
@media (max-width: 1300px) {
  header .navbar .navbar-brand {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  header .navbar .navbar-brand {
    margin-left: 0;
  }
}
header .navbar .navbar-brand img {
  transition: 500ms all;
  width: 140px;
}
@media (max-width: 1100px) {
  header .navbar .navbar-brand img {
    width: 110px;
  }
}
@media (max-width: 991px) {
  header .navbar .navbar-brand img {
    width: 80px;
  }
}
@media (max-width: 992px) {
  header .navbar .navbar-toggler {
    margin-right: 12px;
    border: none;
    padding: 0;
    box-shadow: none;
    outline: none;
    position: absolute;
    z-index: 9;
    right: 0;
    transition: 500ms all;
    -webkit-transition: 500ms all;
    -moz-transition: 500ms all;
    -ms-transition: 500ms all;
    -o-transition: 500ms all;
  }
}
header .navbar .navbar-toggler[aria-expanded=true] {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
@media (max-width: 992px) {
  header .navbar .navbar-collapse {
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
  }
}
header .navbar .navbar-collapse .navbar-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  header .navbar .navbar-collapse .navbar-nav {
    background-color: #000F0E;
    padding: 30px;
    align-items: flex-start;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 0;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item {
  margin-right: 25px;
}
@media (max-width: 1300px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-right: 15px;
  }
}
@media (max-width: 1100px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-right: 5px;
  }
}
@media (max-width: 991px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item {
    width: 100%;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-weight: 500;
  color: #000F0E;
}
@media (max-width: 991px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    color: #ffffff;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #00A5AF;
}
header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
    margin-left: inherit;
    margin-top: 20px;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item:last-child a {
  width: auto;
  height: auto;
  background-color: #00A5AF;
  padding: 12px 20px;
  height: 40px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 8px;
}
@media (max-width: 1300px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item:last-child a {
    padding: 7px 15px;
  }
}
@media (max-width: 1100px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item:last-child a {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item:last-child a {
    padding: 10px 15px;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item:last-child a:hover {
  background-color: #000F0E;
}
@media (max-width: 992px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item:last-child a:hover {
    background-color: #ffffff;
    color: #00A5AF;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
  padding: 15px 5px;
  border-radius: 0px 0px 20px 20px;
  border: none;
  box-shadow: 0px 15px 15px 5px rgba(0, 0, 0, 0.1);
  margin-top: 29px;
  background-color: #000F0E;
}
@media (max-width: 1199px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    margin-top: 24px;
  }
}
@media (max-width: 991px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    margin-top: 0;
    box-shadow: none;
    padding: 10px 5px;
    font-size: 14px;
    border-radius: 15px;
    background-color: #154568;
  }
}
@media (max-width: 575px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    text-align: center;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  background-color: transparent;
  color: #ffffff;
}
header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  color: #00A5AF;
}
header.sticky {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header.sticky::before {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
header.sticky .navbar .navbar-brand img {
  width: 70px;
}
@media (max-width: 575px) {
  header.sticky .navbar .navbar-brand img {
    width: 50px;
  }
}
header.sticky .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
  margin-top: 18px;
}
@media (max-width: 991px) {
  header.sticky .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    margin-top: 0;
  }
}

.fixed-whatsapp {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #0dc042;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
@media (max-width: 575px) {
  .fixed-whatsapp {
    right: 15px;
    bottom: 15px;
  }
}
.fixed-whatsapp img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  width: 30px;
}

section {
  overflow: hidden;
}

@media (max-width: 575px) {
  .container {
    padding: 0 20px;
  }
}

.hero-banner {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 130px 0 50px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 575px) {
  .hero-banner {
    padding-bottom: 20px;
  }
}
.hero-banner .banner-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  right: 0;
}
@media (max-width: 575px) {
  .hero-banner .banner-bg {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}
.hero-banner .banner-bg img {
  width: auto;
  height: 100%;
  max-width: fit-content;
  float: right;
}
@media (max-width: 575px) {
  .hero-banner .banner-bg img {
    height: auto;
    width: 100%;
  }
}
.hero-banner .flexslider {
  background-color: transparent;
  margin: 0;
  text-align: center;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.hero-banner .flexslider li .text-wrap {
  padding: 0 20px;
}
.hero-banner .flexslider li .text-wrap h1 {
  margin-bottom: 10px;
}
.hero-banner .flexslider li .text-wrap h1 span {
  color: #00A5AF;
}
.hero-banner .flexslider li .text-wrap p {
  font-size: 22px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 767px) {
  .hero-banner .flexslider li .text-wrap p {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .hero-banner .flexslider li .text-wrap p {
    font-size: 18px;
  }
}
.hero-banner .flexslider li .image-wrap {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  padding: 0 20px;
}
@media (max-width: 575px) {
  .hero-banner .flexslider li .image-wrap {
    margin-top: 0;
  }
}
.hero-banner .flexslider li .image-wrap .inner {
  max-width: 500px;
  padding: 30px;
}
@media (max-width: 575px) {
  .hero-banner .flexslider li .image-wrap .inner {
    padding: 25px;
  }
}
.hero-banner .flexslider .flex-direction-nav {
  display: none;
}
.hero-banner.inner-banner {
  padding: 200px 0 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .hero-banner.inner-banner {
    padding: 170px 0 50px;
  }
}
@media (max-width: 575px) {
  .hero-banner.inner-banner {
    padding: 150px 0 50px;
  }
}
.hero-banner.inner-banner h2 span {
  color: #00A5AF;
}
.hero-banner.inner-banner p {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  max-width: 1000px;
  margin: 15px auto 0;
}
@media (max-width: 991px) {
  .hero-banner.inner-banner p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .hero-banner.inner-banner p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .hero-banner.inner-banner p {
    font-size: 16px;
    line-height: 22px;
  }
}

.about-section {
  background-color: #00A5AF;
  padding: 120px 0;
}
@media (max-width: 991px) {
  .about-section {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .about-section {
    padding: 70px 0;
  }
}
@media (max-width: 575px) {
  .about-section {
    padding: 50px 0;
  }
}
.about-section h2, .about-section h6, .about-section p, .about-section li {
  color: #ffffff;
}
.about-section h6 {
  margin-bottom: 10px;
}
.about-section h6.title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  margin-bottom: 0;
}
.about-section h2 {
  margin-bottom: 20px;
}
.about-section a {
  background-color: #ffffff;
  padding: 13px 25px;
  display: inline-block;
  border-radius: 8px;
  font-size: 18px;
  color: #00A5AF;
  font-weight: 500;
  transition: 500ms all !important;
}
.about-section a:hover {
  background-color: #000000;
  color: #ffffff;
}
.about-section .abt-left .inner {
  padding-right: 80px;
}
@media (max-width: 991px) {
  .about-section .abt-left .inner {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.about-section .abt-left .inner .vision-box {
  background: rgba(255, 255, 255, 0.15);
  padding: 25px;
  border-radius: 25px;
  display: inline-block;
  margin: 5px 0 25px;
}
.about-section .abt-right .inner {
  border-radius: 35px;
  overflow: hidden;
  border: 20px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .about-section .abt-right .inner {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .about-section .abt-right .inner {
    height: 400px;
    border: 10px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 575px) {
  .about-section .abt-right .inner {
    height: 300px;
    border: none;
    border-radius: 25px;
  }
}
.about-section .abt-right .inner img {
  width: 100%;
  height: 100%;
  max-width: unset;
  object-fit: cover;
  object-position: bottom center;
}

.btn-wrap {
  margin-top: -50px;
}
@media (max-width: 991px) {
  .btn-wrap {
    margin-top: 0;
  }
}

.custom-nav {
  display: flex;
  margin: 0 -4px;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .custom-nav {
    justify-content: center;
  }
}
.custom-nav button.owl-next, .custom-nav button.owl-prev {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  box-shadow: none !important;
  border: none !important;
  margin: 0 4px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  transition: 500ms all;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .custom-nav button.owl-next, .custom-nav button.owl-prev {
    width: 40px;
    height: 40px;
  }
}
.custom-nav button.owl-next img, .custom-nav button.owl-prev img {
  z-index: 2;
  transition: 500ms all;
  width: 10px;
}
@media (max-width: 767px) {
  .custom-nav button.owl-next img, .custom-nav button.owl-prev img {
    width: 6px;
  }
}
.custom-nav button.owl-next:hover, .custom-nav button.owl-prev:hover {
  background: #000000;
}
.custom-nav button.owl-next:hover img, .custom-nav button.owl-prev:hover img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.custom-nav button.owl-next {
  background: #00A5AF;
}
.custom-nav button.owl-next img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  transform: rotate(-180deg);
}

.special-category {
  text-align: center;
  padding: 120px 0 105px;
}
@media (max-width: 991px) {
  .special-category {
    padding: 100px 0 85px;
  }
}
@media (max-width: 767px) {
  .special-category {
    padding: 70px 0 65px;
  }
}
@media (max-width: 575px) {
  .special-category {
    padding: 50px 0 35px;
  }
}
.special-category .head {
  margin-bottom: 20px;
}
.special-category .head h2 {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .special-category .head h2 {
    margin-bottom: 5px;
  }
}
.special-category .head p {
  font-size: 22px;
}
@media (max-width: 767px) {
  .special-category .head p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .special-category .head p {
    font-size: 16px;
  }
}
.special-category .owl-theme .item .inner {
  padding: 15px;
}

.popular-dishes {
  text-align: center;
}
.popular-dishes .head {
  margin-bottom: 20px;
}
.popular-dishes .head h2 {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .popular-dishes .head h2 {
    margin-bottom: 5px;
  }
}
.popular-dishes .head p {
  font-size: 22px;
}
@media (max-width: 767px) {
  .popular-dishes .head p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .popular-dishes .head p {
    font-size: 16px;
  }
}
.popular-dishes .owl-theme .item .inner {
  padding: 0;
}
.popular-dishes .owl-theme .item .inner figcaption {
  padding-bottom: 30px;
}
.popular-dishes .owl-theme .item .inner figcaption ul {
  margin: 0 -10px;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .popular-dishes .owl-theme .item .inner figcaption ul {
    flex-direction: column;
  }
}
.popular-dishes .owl-theme .item .inner figcaption ul li {
  padding: 0 10px;
}
.popular-dishes .owl-theme .item .inner figcaption ul li.rate {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .popular-dishes .owl-theme .item .inner figcaption ul li.rate {
    margin-top: 10px;
    justify-content: center;
  }
}
.popular-dishes .owl-theme .item .inner figcaption ul li.rate img {
  width: 23px;
}
@media (max-width: 767px) {
  .popular-dishes .owl-theme .item .inner figcaption ul li.rate img {
    width: 18px;
  }
}
.popular-dishes .owl-theme .item .inner figcaption ul li.rate p {
  margin: 0 0 0 10px;
  font-weight: 500;
  color: #454545;
  font-size: 24px;
  transition: 500ms all;
}
@media (max-width: 767px) {
  .popular-dishes .owl-theme .item .inner figcaption ul li.rate p {
    font-size: 14px;
  }
}

.namaste-dishes {
  text-align: center;
  padding: 120px 0 105px;
}
@media (max-width: 991px) {
  .namaste-dishes {
    padding: 100px 0 85px;
  }
}
@media (max-width: 767px) {
  .namaste-dishes {
    padding: 70px 0 65px;
  }
}
@media (max-width: 575px) {
  .namaste-dishes {
    padding: 50px 0 35px;
  }
}
.namaste-dishes .head {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .namaste-dishes .head {
    margin-bottom: 5px;
  }
}
.namaste-dishes .head h2 {
  margin-bottom: 10px;
}
.namaste-dishes .head p {
  font-size: 22px;
}
@media (max-width: 767px) {
  .namaste-dishes .head p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .namaste-dishes .head p {
    font-size: 16px;
  }
}
.namaste-dishes .owl-theme .item .inner {
  padding: 0;
}
.namaste-dishes .owl-theme .item .inner figcaption {
  padding-bottom: 30px;
}
@media (max-width: 575px) {
  .namaste-dishes .owl-theme .item .inner figcaption {
    padding-bottom: 25px;
  }
}
.namaste-dishes .owl-theme .custom-nav {
  display: none;
}
.namaste-dishes .nav-tabs {
  margin: 0 -12px;
  margin-bottom: 10px;
  border: none;
  justify-content: space-between;
  justify-content: center;
}
.namaste-dishes .nav-tabs .nav-item {
  margin: 0 12px;
  padding: 4px 0;
}
.namaste-dishes .nav-tabs .nav-item .nav-link {
  padding: 0;
  font-size: 20px;
  color: #686868;
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}
@media (max-width: 1199px) {
  .namaste-dishes .nav-tabs .nav-item .nav-link {
    font-size: 17px;
  }
}
.namaste-dishes .nav-tabs .nav-item .nav-link.active {
  color: #000000;
  font-weight: 500;
  background-color: transparent;
  border: none;
  text-decoration: underline;
  text-underline-offset: 6px;
}
.namaste-dishes .nav-tabs .nav-item .nav-link:hover {
  color: #000000;
}

@media (max-width: 575px) {
  .slider-wrap {
    padding-right: 0;
  }
}

.owl-theme .owl-stage {
  padding: 15px 0;
}
.owl-theme .item .inner {
  background-color: #ffffff;
  border-radius: 44px;
  overflow: hidden;
  display: inline-block;
  text-align: left;
  box-shadow: 8px 6px 27px 0px rgba(0, 0, 0, 0.03);
}
@media (max-width: 575px) {
  .owl-theme .item .inner {
    border-radius: 30px;
  }
}
.owl-theme .item .inner figure {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 0;
  box-shadow: 0px 0px #fff;
  transition: 500ms all;
}
@media (max-width: 575px) {
  .owl-theme .item .inner figure {
    border-radius: 17px;
  }
}
.owl-theme .item .inner figure img {
  width: 100%;
}
.owl-theme .item .inner figcaption {
  padding: 25px 25px 15px;
}
@media (max-width: 767px) {
  .owl-theme .item .inner figcaption {
    text-align: center;
    padding: 25px 10px 15px;
  }
}
@media (max-width: 575px) {
  .owl-theme .item .inner figcaption {
    padding: 20px 10px 10px;
    text-align: center;
  }
}
.owl-theme .item .inner figcaption h5 {
  font-family: "Inter", sans-serif;
  margin-bottom: 4px;
  font-weight: 600;
  transition: 500ms all;
}
.owl-theme .item .inner figcaption h6 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  transition: 500ms all;
}
.owl-theme .item .inner:hover {
  background-color: #00A5AF;
}
.owl-theme .item .inner:hover figure {
  box-shadow: 0px 5px #fff;
}
.owl-theme .item .inner:hover figcaption h5 {
  color: #ffffff;
}
.owl-theme .item .inner:hover figcaption h6 {
  color: rgba(255, 255, 255, 0.7);
}
.owl-theme .item .inner:hover figcaption ul li.rate p {
  color: #ffffff;
}

.footer {
  background: url(../images/footer-bg.png) no-repeat bottom center;
  background-size: cover;
  position: relative;
}
.footer::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 250px;
  background-color: #d8f4f3;
  z-index: 2;
}
.footer::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000F0E;
  opacity: 0.85;
  z-index: 1;
}
.footer .container {
  position: relative;
  z-index: 3;
}
.footer .white-section .wrapper {
  background-color: #ffffff;
  padding: 65px;
  border-radius: 30px;
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .footer .white-section .wrapper {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .footer .white-section .wrapper {
    margin-bottom: 70px;
    margin-left: 12px;
    margin-right: 12px;
    flex-shrink: inherit;
  }
}
@media (max-width: 575px) {
  .footer .white-section .wrapper {
    padding: 20px;
    margin-bottom: 50px;
  }
}
@media (min-width: 576px) {
  .footer .white-section .wrapper .counter h3 br {
    display: none;
  }
}
.footer .white-section .wrapper .counter p {
  font-size: 18px;
}
@media (max-width: 575px) {
  .footer .white-section .wrapper .counter p {
    margin-bottom: 8px;
    font-size: 15px;
  }
}
.footer .white-section .wrapper .counter ul {
  display: flex;
  flex-wrap: wrap;
  margin: 25px -12px 0;
}
@media (max-width: 575px) {
  .footer .white-section .wrapper .counter ul {
    margin: 25px -1px 0;
  }
}
.footer .white-section .wrapper .counter ul li {
  padding: 0 12px;
  width: 33.333%;
}
@media (max-width: 575px) {
  .footer .white-section .wrapper .counter ul li {
    padding: 0 1px;
  }
}
.footer .white-section .wrapper .counter ul li .inner {
  background-color: #00A5AF;
  padding: 22px;
  text-align: center;
  border-radius: 15px;
  transition: 500ms all;
  height: 100%;
}
@media (max-width: 1199px) {
  .footer .white-section .wrapper .counter ul li .inner {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .footer .white-section .wrapper .counter ul li .inner {
    padding: 14px;
  }
}
@media (max-width: 575px) {
  .footer .white-section .wrapper .counter ul li .inner {
    padding: 12px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
}
@media (max-width: 1199px) {
  .footer .white-section .wrapper .counter ul li .inner img {
    width: 50px;
  }
}
@media (max-width: 575px) {
  .footer .white-section .wrapper .counter ul li .inner img {
    width: 30px;
  }
}
.footer .white-section .wrapper .counter ul li .inner:hover {
  background-color: #000000;
}
.footer .white-section .wrapper .counter ul li .inner h3 {
  margin: 0;
  color: #ffffff;
  line-height: 30px;
}
@media (max-width: 1400px) {
  .footer .white-section .wrapper .counter ul li .inner h3 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .footer .white-section .wrapper .counter ul li .inner h3 {
    font-size: 19px;
    line-height: 22px;
  }
}
.footer .white-section .wrapper .counter ul li .inner h3 img {
  width: 15px;
}
@media (max-width: 575px) {
  .footer .white-section .wrapper .counter ul li .inner h3 img {
    width: 10px;
  }
}
.footer .white-section .wrapper .counter ul li .inner p {
  color: #ffffff;
  margin: 15px 0 5px;
}
@media (max-width: 575px) {
  .footer .white-section .wrapper .counter ul li .inner p {
    margin: 4px 0 2px;
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .footer .white-section .wrapper .counter ul li:nth-of-type(1) .inner {
    border-radius: 15px 0 0 15px;
    -webkit-border-radius: 15px 0 0 15px;
    -moz-border-radius: 15px 0 0 15px;
    -ms-border-radius: 15px 0 0 15px;
    -o-border-radius: 15px 0 0 15px;
  }
}
@media (max-width: 575px) {
  .footer .white-section .wrapper .counter ul li:nth-of-type(3) .inner {
    border-radius: 0 15px 15px 0;
    -webkit-border-radius: 0 15px 15px 0;
    -moz-border-radius: 0 15px 15px 0;
    -ms-border-radius: 0 15px 15px 0;
    -o-border-radius: 0 15px 15px 0;
  }
}
.footer .white-section .wrapper .testi .inner {
  margin-left: 50px;
  position: relative;
  border: 1px solid #9B9B9B;
  padding: 30px;
  border-radius: 30px;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .footer .white-section .wrapper .testi .inner {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .footer .white-section .wrapper .testi .inner {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .footer .white-section .wrapper .testi .inner {
    border-radius: 15px;
  }
}
.footer .white-section .wrapper .testi .inner .user {
  margin-top: -80px;
  display: flex;
}
@media (max-width: 575px) {
  .footer .white-section .wrapper .testi .inner .user {
    justify-content: center;
    margin-top: -60px;
  }
}
.footer .white-section .wrapper .testi .inner .user .user-wrap {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 575px) {
  .footer .white-section .wrapper .testi .inner .user .user-wrap {
    width: 60px;
    height: 60px;
  }
}
.footer .white-section .wrapper .testi .inner p {
  font-size: 20px;
}
@media (max-width: 1400px) {
  .footer .white-section .wrapper .testi .inner p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .footer .white-section .wrapper .testi .inner p {
    font-size: 16px;
  }
}
.footer .white-section .wrapper .testi .inner h4 {
  margin: 10px 0 15px;
}
.footer .white-section .wrapper .testi .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -12px;
  text-align: left;
}
@media (max-width: 575px) {
  .footer .white-section .wrapper .testi .inner ul {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.footer .white-section .wrapper .testi .inner ul li {
  padding: 0 12px;
}
.footer .white-section .wrapper .testi .inner ul li p {
  margin: 0;
  font-size: 16px;
}
.footer .white-section .wrapper .testi .inner ul li p b {
  font-weight: 600;
}
.footer .white-section .wrapper .testi .inner ul li .wrap {
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 575px) {
  .footer .white-section .wrapper .testi .inner ul li .wrap {
    margin-top: 25px;
  }
}
.footer .footer-details a:hover {
  color: #00A5AF;
}
.footer .footer-details p {
  color: #B0B0B0;
}
.footer .footer-details h6 {
  color: #ffffff;
  margin-bottom: 15px;
}
.footer .footer-details h6 span {
  color: #00A5AF;
}
.footer .footer-details ul li {
  color: #ffffff;
  margin-bottom: 8px;
  position: relative;
  padding-left: 25px;
}
@media (max-width: 575px) {
  .footer .footer-details ul li {
    padding-left: 0;
  }
}
.footer .footer-details ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  background-color: #00A5AF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (max-width: 575px) {
  .footer .footer-details ul li::before {
    display: none;
  }
}
.footer .footer-details ul li:last-child {
  margin-bottom: 0;
}
.footer .footer-details .foot-abt .inner {
  padding-right: 100px;
}
@media (max-width: 991px) {
  .footer .footer-details .foot-abt .inner {
    padding-right: 0;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .footer .footer-details .foot-contact {
    margin-top: 25px;
  }
}
.footer .footer-details .foot-contact ul li {
  padding: 0;
}
.footer .footer-details .foot-contact ul li::before {
  display: none;
}
.footer .ribbon-wrap {
  margin-top: 50px;
}
@media (max-width: 575px) {
  .footer .ribbon-wrap {
    margin-top: 30px;
  }
}
.footer .ribbon-wrap .ribbon {
  background-color: #00A5AF;
  padding: 25px;
  color: #ffffff;
  font-size: 24px;
  border-radius: 15px;
}
@media (max-width: 575px) {
  .footer .ribbon-wrap .ribbon {
    padding: 10px;
    font-size: 18px;
    border-radius: 8px;
  }
}
.footer .ribbon-wrap .ribbon p {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.footer .copy {
  padding: 30px 0;
  align-items: center;
}
@media (max-width: 767px) {
  .footer .copy {
    text-align: center;
  }
}
.footer .copy p {
  margin: 0;
  color: #B0B0B0;
  font-weight: 200;
}
.footer .copy p span {
  color: #ffffff;
  font-weight: 400;
}
.footer .copy ul {
  display: flex;
  margin: 0 -6px;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .footer .copy ul {
    justify-content: center;
    margin-top: 15px;
  }
}
.footer .copy ul li {
  padding: 0 6px;
}
.footer .copy ul li a {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .copy ul li a:hover {
  background-color: #00A5AF;
}

.menu {
  padding-bottom: 50px;
}
.menu .head {
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 575px) {
  .menu .head {
    margin-bottom: 15px;
  }
}
.menu .head h3 {
  position: relative;
  font-size: 24px;
  background: #b0dadc;
  padding: 5px;
  border: 1px solid #8dbcbe;
  text-align: left;
}
@media (max-width: 1199px) {
  .menu .head h3 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .menu .head h3 {
    text-align: left;
  }
}
.menu .head h3 span {
  position: relative;
  z-index: 1;
  padding: 3x 15px 7px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: inline-block;
}
@media (max-width: 575px) {
  .menu .head h3 span {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    padding: 5px 15px 10px;
  }
}
.menu .menu-row {
  margin: 0 -25px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .menu .menu-row {
    margin: 0 -12px;
  }
}
@media (max-width: 575px) {
  .menu .menu-row {
    margin-bottom: 20px;
  }
}
.menu .menu-row:last-child {
  margin-bottom: 0;
}
.menu .menu-row > * {
  padding: 0 25px;
}
@media (max-width: 1199px) {
  .menu .menu-row > * {
    padding: 0 12px;
  }
}
.menu .menu-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
  padding: 0 12px;
  width: auto;
  max-width: fit-content;
}
@media (max-width: 1199px) {
  .menu .menu-wrap {
    margin: 0 -12px;
  }
}
.menu .menu-wrap .menu-box {
  width: 33.333%;
  padding: 0 25px;
  text-align: left;
}
@media (max-width: 1199px) {
  .menu .menu-wrap .menu-box {
    width: 50%;
    padding: 0 12px;
  }
}
@media (max-width: 991px) {
  .menu .menu-wrap .menu-box {
    width: 100%;
  }
}
.menu .menu-wrap .menu-box .inner {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.35);
  display: flex;
  padding: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .menu .menu-wrap .menu-box .inner {
    margin-bottom: 7px;
    padding-bottom: 7px;
  }
}
.menu .menu-wrap .menu-box div {
  padding: 0 12px;
}
@media (max-width: 767px) {
  .menu .menu-wrap .menu-box div {
    padding: 0 6px;
  }
}
.menu .menu-wrap .menu-box div.image {
  width: 100px;
  padding-left: 0;
}
@media (max-width: 575px) {
  .menu .menu-wrap .menu-box div.image {
    width: 70px;
  }
}
.menu .menu-wrap .menu-box div.image img {
  border-radius: 10px;
}
.menu .menu-wrap .menu-box div.dish h6 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 1400px) {
  .menu .menu-wrap .menu-box div.dish h6 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .menu .menu-wrap .menu-box div.dish h6 {
    font-size: 14px;
  }
}
.menu .menu-wrap .menu-box div.dish P {
  margin-bottom: 0;
}
.menu .menu-wrap .menu-box div.rate {
  margin-left: auto;
  font-size: 20px;
  font-weight: 600;
  padding-right: 0;
}
@media (max-width: 1400px) {
  .menu .menu-wrap .menu-box div.rate {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .menu .menu-wrap .menu-box div.rate {
    font-size: 16px;
  }
}

.about-page {
  padding: 0px 0 100px;
}
@media (max-width: 767px) {
  .about-page {
    padding: 0px 0 70px;
  }
}
@media (max-width: 575px) {
  .about-page {
    padding: 0px 0 50px;
  }
}
.about-page .abt-banner {
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .about-page .abt-banner {
    margin-bottom: 25px;
  }
}
.about-page .abt-banner .inner {
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about-page .abt-banner .inner {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
  }
}
@media (max-width: 767px) {
  .about-page .abt-banner .inner {
    height: 300px;
  }
}
@media (max-width: 575px) {
  .about-page .abt-banner .inner {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .about-page .abt-banner .inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.about-page h6 {
  margin-bottom: 10px;
}
.about-page h6.title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  margin-bottom: 0;
}
.about-page h4 {
  margin-bottom: 20px;
}
.about-page a {
  background-color: #ffffff;
  padding: 13px 25px;
  display: inline-block;
  border-radius: 8px;
  font-size: 18px;
  color: #00A5AF;
  font-weight: 500;
  transition: 500ms all !important;
}
.about-page a:hover {
  background-color: #000000;
  color: #ffffff;
}
.about-page .abt-left .inner {
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .about-page .abt-left .inner {
    padding-right: 0;
  }
}
.about-page .abt-left .inner .vision-box {
  background: rgba(255, 255, 255, 0.15);
  padding: 25px;
  border-radius: 25px;
  display: inline-block;
  margin: 5px 0 25px;
}
@media (max-width: 991px) {
  .about-page .abt-right {
    margin-top: 30px;
  }
}
.about-page .abt-right .inner {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 50px;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .about-page .abt-right .inner {
    padding: 30px;
  }
}
.about-page .abt-right .inner p:last-child {
  margin-bottom: 0;
}

.testimonial-page {
  margin-bottom: 76px;
}
.testimonial-page .testi-box {
  margin-bottom: 24px;
}
.testimonial-page .testi-box .inner {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
@media (max-width: 575px) {
  .testimonial-page .testi-box .inner {
    padding: 25px;
  }
}
.testimonial-page .testi-box .inner ul {
  display: flex;
  margin: 0 -12px;
}
@media (max-width: 575px) {
  .testimonial-page .testi-box .inner ul {
    flex-direction: column;
    align-items: center;
  }
}
.testimonial-page .testi-box .inner ul li {
  padding: 0 12px;
}
.testimonial-page .testi-box .inner ul li .user {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 575px) {
  .testimonial-page .testi-box .inner ul li .user {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
}
.testimonial-page .testi-box .inner ul li p {
  font-size: 20px;
  font-style: italic;
}
@media (max-width: 767px) {
  .testimonial-page .testi-box .inner ul li p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .testimonial-page .testi-box .inner ul li p {
    font-size: 16px;
  }
}
.testimonial-page .testi-box .inner ul li p strong {
  font-style: normal;
  font-weight: 500;
}

.contact-page {
  text-align: center;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .contact-page .location:first-child {
    margin-bottom: 40px;
  }
}
.contact-page h5 {
  margin-bottom: 10px;
}
.contact-page ul {
  display: flex;
  justify-content: center;
  margin: 15px -12px 0;
  flex-wrap: wrap;
}
.contact-page ul li {
  padding: 6px 12px;
}
.contact-page ul li a {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 25px;
  border: 1px solid #00A5AF;
  display: inline-block;
  border-radius: 35px;
}
.contact-page ul li a img {
  filter: grayscale(1) invert(1);
  -webkit-filter: grayscale(1) invert(1);
  transition: 500ms all;
  -webkit-transition: 500ms all;
  -moz-transition: 500ms all;
  -ms-transition: 500ms all;
  -o-transition: 500ms all;
}
.contact-page ul li a:hover {
  background-color: #00A5AF;
  color: #ffffff;
}
.contact-page ul li a:hover img {
  filter: none;
  -webkit-filter: none;
}
.contact-page .map {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .contact-page .map {
    margin-top: 20px;
  }
}
.contact-page .map iframe {
  width: 100%;
  height: 400px;
  border: 15px solid #ffffff;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
@media (max-width: 575px) {
  .contact-page .map iframe {
    height: 300px;
  }
}/*# sourceMappingURL=styles.css.map */