body, html {
  overflow-x: hidden;
}

body {
  font-family: "Inter", sans-serif;
  color: #5c6574;
  background-color: #f3f4f4;
}
body:before {
  content: "";
  position: fixed;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: 0.3s all ease;
}
body.offcanvas-menu:before {
  opacity: 1;
  visibility: visible;
}

a {
  text-decoration: none;
  transition: 0.3s all ease;
}

h1, h2, h3, h4, h5 {
  font-family: "David Libre", serif;
  color: #101a24;
}

.btn {
  height: 54px;
  padding: 12px 30px;
  border-radius: 4px 15px 4px 15px;
  font-family: "David Libre", serif;
  font-size: 20px;
}
.btn:active, .btn:focus {
  outline: none !important;
  box-shadow: none !important;
}
.btn.btn-primary {
  border-color: #30d5c8;
  background-color: #30d5c8;
  color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 6px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}
.btn.btn-primary:hover {
  border-color: rgb(39.7228915663, 195.7771084337, 183.4819277108);
  background-color: rgb(39.7228915663, 195.7771084337, 183.4819277108);
}
.btn.btn-secondary {
  border-color: #101a24;
  background: #101a24;
  color: #fff;
}

.circles {
  position: absolute;
  top: -480px;
  left: -480px;
  z-index: 1;
}
.circles .circle-1, .circles .circle-2, .circles .circle-3 {
  position: absolute;
  display: inline-block;
  width: 960px;
  height: 960px;
  border: 1px solid #e7e8e9;
  border-radius: 100%;
}
.circles .circle-1 {
  top: 120px;
  left: 20px;
}
.circles .circle-2 {
  top: -50px;
  left: -50px;
}
.circles .circle-3 {
  top: 50px;
  left: 50px;
}

.untree_co-section {
  padding: 7rem 0;
}
.untree_co-section .heading {
  font-size: 60px;
}
.untree_co-section .excerpt {
  line-height: 29px;
}

.circles-bg-navbar-hero-section-wrap {
  background: #fff;
}

.hero-section {
  padding: 7rem 0;
  position: relative;
  z-index: 2;
}
.hero-section #circle-type {
  left: -42%;
  margin-bottom: 30px;
  text-align: left;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.2em;
  transition: 0.1s all ease;
  color: #101a24;
}
.hero-section h1, .hero-section p {
  margin-bottom: 40px;
}
.hero-section h1 {
  font-size: 60px;
  font-weight: 700;
}
.hero-section p {
  line-height: 29px;
}
.hero-section .img-wrap {
  position: relative;
}
.hero-section .img-wrap img {
  border-radius: 100px 40px 100px 40px;
}
.hero-section .img-wrap:before, .hero-section .img-wrap:after, .hero-section .img-wrap .bg-down:after {
  content: "";
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  opacity: 0.3;
}
.hero-section .img-wrap:before {
  background-image: url("../images/svg/asset-svg1.svg");
  width: 546px;
  height: 292px;
  top: -90px;
  left: -150px;
}
.hero-section .img-wrap:after {
  background-image: url("../images/svg/asset-svg2.svg");
  width: 546px;
  height: 292px;
  top: -90px;
  right: -380px;
}
.hero-section .img-wrap .bg-down {
  position: absolute;
  bottom: 0;
  height: 20px;
  width: 100%;
}
.hero-section .img-wrap .bg-down:after {
  background-image: url("../images/svg/asset-svg3.svg");
  width: 646px;
  height: 392px;
  bottom: -30px;
  right: -520px;
}
.hero-section .img-wrap .float-image {
  position: absolute;
  width: 80%;
  bottom: 10%;
  left: -40%;
  transform: translateX(0);
}
.hero-section .btns-wrap {
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
.hero-section .social-icons {
  z-index: 1;
  position: relative;
}
.hero-section .social-icons:before {
  content: "";
  width: calc(100% - 184px);
  height: 1 px;
  background: rgba(16, 26, 36, 0.2);
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.hero-section .social-icons .social-icon-inner {
  position: relative;
  display: inline-block;
  padding-right: 40px;
}
.hero-section .social-icons a {
  width: 45px;
  height: 45px;
  position: relative;
  display: inline-block;
  color: #101a24;
  border: 1px solid #101a24;
  border-radius: 50%;
}
.hero-section .social-icons a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-section .social-icons a:hover {
  color: #fff;
  background: #101a24;
}

.special-dish-section {
  position: relative;
}
.special-dish-section:before {
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.2;
  z-index: -1;
  background-image: url("../images/svg/special-dish-bg.svg");
  width: 965px;
  height: 675px;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
}

.dish-wrap {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  display: block;
}
.dish-wrap:before {
  content: "";
  position: absolute;
  height: 80px;
  bottom: 0;
  left: 0;
  width: 100px;
  z-index: -1;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  border-radius: 50px 10px 50px 10px;
  transition: 0.3s all ease;
  box-shadow: 0 15px 30px -5px rgba(16, 26, 36, 0.07);
}
.dish-wrap .dish-thumbnail {
  position: relative;
  top: 0;
  transition: 0.3s top ease;
}
.dish-wrap .dish-thumbnail .price {
  position: absolute;
  display: inline-block;
  width: 54px;
  height: 54px;
  background-color: #101a24;
  color: #fff;
  line-height: 54px;
  border-radius: 50%;
  right: -10px;
  top: 30%;
  transform: translateY(-50%);
  font-weight: bold;
  text-align: center;
  box-shadow: 0 15px 30px 0 rgba(16, 26, 36, 0.4);
}
.dish-wrap .dish-body {
  padding: 20px 10px;
  text-align: center;
  font-size: 15px;
}
.dish-wrap .dish-body h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.dish-wrap .dish-body h3 a {
  color: #101a24;
  text-decoration: none;
}
.dish-wrap .dish-body h3 a:hover {
  text-decoration: underline;
}
.dish-wrap:focus .dish-thumbnail, .dish-wrap:hover .dish-thumbnail, .dish-wrap.active .dish-thumbnail {
  top: -10px;
}
.dish-wrap:focus:before, .dish-wrap:hover:before, .dish-wrap.active:before {
  opacity: 1;
  visibility: visible;
}

.welcome-to-restaurant {
  padding: 7pem 0;
  position: relative;
}
.welcome-to-restaurant:after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/svg/asset-svg9.svg");
  width: 452px;
  right: -200px;
  bottom: 100px;
  z-index: -1;
  opacity: 0.3;
}
.welcome-to-restaurant .img-wrap {
  position: relative;
}
.welcome-to-restaurant .img-wrap .leaf-1, .welcome-to-restaurant .img-wrap .leaf-2, .welcome-to-restaurant .img-wrap .leaf-3, .welcome-to-restaurant .img-wrap .leaf-4 {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.welcome-to-restaurant .img-wrap .leaf-1 {
  width: 87px;
  height: 181px;
  left: 20px;
  top: 90px;
  background-image: url("../images/leaf-1.png");
}
.welcome-to-restaurant .img-wrap .leaf-2 {
  width: 190px;
  height: 128px;
  left: 60px;
  bottom: 10px;
  background-image: url("../images/leaf-2.png");
}
.welcome-to-restaurant .img-wrap .leaf-3 {
  width: 195px;
  height: 136px;
  right: 0px;
  top: 70px;
  background-image: url("../images/leaf-3.png");
}
.welcome-to-restaurant .img-wrap .leaf-4 {
  width: 83px;
  height: 154px;
  right: 130px;
  bottom: -10px;
  background-image: url("../images/leaf-4.png");
}
.welcome-to-restaurant .svg-bg {
  position: relative;
}
.welcome-to-restaurant .svg-bg:before, .welcome-to-restaurant .svg-bg:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.1;
}
.welcome-to-restaurant .svg-bg:before {
  top: -100px;
  left: -50px;
  z-index: -1;
  background-image: url(../images/svg/asset-svg2.svg);
  width: 315px;
  height: 300px;
}
.welcome-to-restaurant .svg-bg:after {
  bottom: -100px;
  left: -50px;
  z-index: -1;
  background-image: url(../images/svg/asset-svg8.svg);
  width: 223px;
  height: 241px;
}

.our-chefs-section {
  background-color: #fff;
}
.our-chefs-section .zindex-2 {
  z-index: 2;
  position: relative;
}
.our-chefs-section .bg-svg {
  position: relative;
}
.our-chefs-section .bg-svg:before {
  content: "";
  left: -305px;
  top: -100px;
  z-index: 1;
  opacity: 0.2;
  position: absolute;
  width: 431px;
  height: 274px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/svg/asset-svg5.svg");
}
.our-chefs-section .custom-list {
  padding-left: 0;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 15px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.our-chefs-section .custom-list li {
  margin-bottom: 0;
  position: relative;
  padding-left: 40px;
  list-style: none;
  background: none;
}
.our-chefs-section .custom-list li:before {
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/svg/check.svg");
}

.testimonial-section {
  position: relative;
  overflow-y: hidden;
}
.testimonial-section:before {
  left: -214px;
  top: 0;
  opacity: 0.1;
  z-index: -1;
  content: "";
  position: absolute;
  width: 829px;
  height: 1138px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/svg/asset-svg10.svg");
}
.testimonial-section .tns-inner {
  padding-top: 7rem;
  padding-bottom: 3px;
}
.testimonial-section .testimonial-slider-wrap {
  position: relative;
}
.testimonial-section .testimonial-slider-wrap .tns-nav {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateY(-50%);
}
.testimonial-section .testimonial-slider-wrap .tns-nav button {
  background: none;
  border: none;
  display: inline-block;
  position: relative;
  width: 0 !important;
  height: 7px !important;
  margin: 2px;
}
.testimonial-section .testimonial-slider-wrap .tns-nav button:active, .testimonial-section .testimonial-slider-wrap .tns-nav button:focus, .testimonial-section .testimonial-slider-wrap .tns-nav button:hover {
  outline: none;
  box-shadow: none;
  background: none;
}
.testimonial-section .testimonial-slider-wrap .tns-nav button:before {
  display: block;
  width: 7px;
  height: 7px;
  left: 0;
  top: 0;
  position: absolute;
  content: "";
  border-radius: 50%;
  transition: 0.3s all ease;
  background-color: rgb(226.25, 226.25, 226.25);
}
.testimonial-section .testimonial-slider-wrap .tns-nav button:hover:before, .testimonial-section .testimonial-slider-wrap .tns-nav button .tns-nav-active:before {
  background-color: #30d5c8;
}
.testimonial-section .testimonial-block {
  background: #fff;
  border-radius: 100px 40px 100px 40px;
  padding: 50px;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}
.testimonial-section .testimonial-block .author-pic {
  position: relative;
  margin-top: -100px;
  margin-bottom: 3px;
}
.testimonial-section .testimonial-block .author-pic img {
  width: 100px;
  border-radius: 50%;
}
.testimonial-section .testimonial-block blockquote {
  color: #101a24;
}
.testimonial-section .testimonial-block .author-info h3 {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
}
.testimonial-section .testimonial-block .author-info .position {
  font-size: 15px;
}

.cta-section {
  margin-top: 7em;
}
.cta-section .cta-wrap {
  margin-bottom: -50px;
  border-radius: 40px;
  padding: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 4;
}
.cta-section .cta-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(16, 26, 36, 0.7);
  width: 100%;
}
.cta-section .cta-wrap .subscribe-form, .cta-section .cta-wrap .subscribe-form-wrap {
  z-index: 2;
  position: relative;
}
.cta-section .cta-wrap h3 {
  font-size: 50px;
  color: #fff;
}
.cta-section .cta-wrap input[type=email] {
  padding: 20px 30px;
  height: 80px;
  border-radius: 20px;
  border: none;
  box-shadow: none !important;
}
.cta-section .cta-wrap .btn {
  position: absolute;
  border-radius: 10px;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  font-family: "Inter", sans-serif;
}

.footer-section {
  padding-top: 9rem;
  padding-bottom: 7em;
  background-color: #fff;
  line-height: 29px;
  color: #5c6574;
  font-size: 15px;
  position: relative;
  overflow: hidden;
}
.footer-section > .container {
  position: relative;
  z-index: 2;
}
.footer-section:before {
  left: 70%;
  transform: translateX(-50%) rotate(280deg);
  bottom: -50%;
  opacity: 0.1;
  z-index: 1;
  content: "";
  position: absolute;
  width: 829px;
  height: 1138px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/svg/asset-svg10.svg);
}
.footer-section .footer-logo {
  margin-top: -30px;
  max-width: 150px;
  position: relative;
}
.footer-section a {
  color: #5c6574;
  text-decoration: none;
}
.footer-section a:hover {
  color: #30d5c8;
}
.footer-section .footer-heading {
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin-bottom: 20px;
}
.footer-section .opening-hours li {
  float: left;
  display: inline-block;
}
.footer-section .opening-hours li span {
  display: block;
}
.footer-section .opening-hours li:nth-of-type(1) {
  width: 40%;
}
.footer-section .opening-hours li:nth-of-type(2) {
  width: 35%;
}
.footer-section .opening-hours li:nth-of-type(3) {
  width: 25%;
}
.footer-section .links li {
  margin-bottom: 15px;
}
.footer-section .social li {
  display: inline-block;
}
.footer-section .social li a {
  width: 36px;
  height: 36px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #101a24;
  position: relative;
  color: #101a24;
}
.footer-section .social li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer-section .social li a:hover {
  background: #101a24;
}
.footer-section .social li a:hover span {
  color: #fff;
}
.footer-section .copyright {
  padding-top: 40px;
  margin-top: 80px;
  position: relative;
  font-size: 14px;
}
.footer-section .copyright:before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  background: rgba(16, 26, 36, 0.2);
  height: 1px;
  width: 100%;
}

.custom-navbar {
  position: relative;
  z-index: 2;
}
.custom-navbar .logo img {
  max-width: 150px;
}
.custom-navbar .custom-nav {
  padding: 0;
  margin: 0;
}
.custom-navbar .custom-nav li {
  display: inline-block;
}
.custom-navbar .custom-nav li a {
  padding: 10px 15px;
  display: inline-block;
  font-weight: 600;
  color: rgba(16, 26, 36, 0.7);
}
.custom-navbar .custom-nav li a:hover {
  color: #101a24;
}

.site-mobile-menu-close {
  display: block;
  position: relative;
  height: 30px;
  width: 30px;
  z-index: 99;
  cursor: pointer;
  top: -20px;
}
.site-mobile-menu-close > span {
  cursor: pointer;
  display: block;
  position: absolute;
  height: 30px;
  width: 30px;
}
.site-mobile-menu-close > span:before, .site-mobile-menu-close > span:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 30px;
  background: #000;
}
.site-mobile-menu-close > span:before {
  transform: rotate(45deg);
}
.site-mobile-menu-close > span:after {
  transform: rotate(-45deg);
}

.site-mobile-menu-close {
  display: block;
  position: relative;
  height: 30px;
  width: 30px;
  z-index: 99;
  cursor: pointer;
  top: -20px;
}
.site-mobile-menu-close > span {
  cursor: pointer;
  display: block;
  position: absolute;
  height: 30px;
  width: 30px;
}
.site-mobile-menu-close > span:before, .site-mobile-menu-close > span:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 30px;
  background: #000;
}
.site-mobile-menu-close > span:before {
  transform: rotate(45deg);
}
.site-mobile-menu-close > span:after {
  transform: rotate(-45deg);
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: 100vh;
  transform: translateX(100%);
  transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
}
.offcanvas-menu .site-mobile-menu {
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  transform: translateX(0);
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline;
  padding-left: 10px;
  padding-right: 0;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}
.site-mobile-menu .site-mobile-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  padding: 20px;
}
.site-mobile-menu .site-nav-wrap a {
  padding: 5px 20px;
  text-decoration: none;
  display: block;
  position: relative;
  color: #000;
}
.site-mobile-menu .site-nav-wrap a:hover {
  color: #30d5c8;
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}
.site-mobile-menu .site-nav-wrap li.active > a {
  color: #30d5c8;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #f3f4f4;
}
.site-mobile-menu > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.site-mobile-menu > li > a {
  padding-left: 20px;
  font-size: 14px;
}

.burger {
  width: 28px;
  height: 32px;
  cursor: pointer;
  position: relative;
  top: 13px;
}
.burger.light:before, .burger.light:after {
  background: #fff;
}
.burger:before, .burger span, .burger:after {
  width: 100%;
  height: 2px;
  display: block;
  background: #000;
  border-radius: 2px;
  position: absolute;
  opacity: 1;
}
.burger:before, .burger:after {
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 7, 1);
  content: "";
}
.burger:before {
  top: 4px;
}
.burger span {
  top: 15px;
}
.burger:after {
  top: 26px;
}
.burger:hover:before {
  top: 7px;
}
.burger:hover:after {
  top: 23px;
}
.burger.active span {
  opacity: 0;
}
.burger.active:before {
  transform: rotate(45deg);
}
.burger.active:after {
  transform: rotate(-45deg);
}
.burger:focus {
  outline: none;
}/*# sourceMappingURL=style.css.map */