/*
  ---------------------------
   Mixins
  ---------------------------
*/
/*
  ---------------------------
   Resets
  ---------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Lora:wght@400;600&display=swap");
body {
  font-size: 16px;
  line-height: 120%;
}

*:focus {
  outline: none !important;
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a,
p,
img {
  padding: 0;
  margin: 0;
}

a {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-decoration: none;
}

a:hover,
a:active,
btn:hover,
btn:active {
  text-decoration: none;
}

.btn {
  border-radius: 0;
}

ul {
  list-style-type: none;
}

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

.mb-30 {
  margin-bottom: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.ml-30 {
  margin-left: 30px;
}

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

.mb-15 {
  margin-bottom: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.ml-15 {
  margin-left: 15px;
}

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

.mb-40 {
  margin-bottom: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.p-0 {
  padding: 0;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .xs-mt-30 {
    margin-top: 30px;
  }
  .xs-mb-30 {
    margin-bottom: 30px;
  }
  .xs-mr-30 {
    margin-right: 30px;
  }
  .xs-ml-30 {
    margin-left: 30px;
  }
  .xs-mt-15 {
    margin-top: 15px;
  }
  .xs-mb-15 {
    margin-bottom: 15px;
  }
  .xs-mr-15 {
    margin-right: 15px;
  }
  .xs-ml-15 {
    margin-left: 15px;
  }
  .xs-mt-40 {
    margin-top: 40px;
  }
  .xs-mb-40 {
    margin-bottom: 40px;
  }
  .xs-mr-40 {
    margin-right: 40px;
  }
  .xs-ml-40 {
    margin-left: 40px;
  }
  .xs-p-0 {
    padding: 0;
  }
  .xs-pl-0 {
    padding-left: 0;
  }
  .xs-pr-0 {
    padding-right: 0;
  }
  .xs-pt-0 {
    padding-top: 0;
  }
  .xs-pb-0 {
    padding-bottom: 0;
  }
  .xs-no-gutter > [class*=col-] {
    padding-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .sm-mt-30 {
    margin-top: 30px;
  }
  .sm-mb-30 {
    margin-bottom: 30px;
  }
  .sm-mr-30 {
    margin-right: 30px;
  }
  .sm-ml-30 {
    margin-left: 30px;
  }
  .sm-mt-15 {
    margin-top: 15px;
  }
  .sm-mb-15 {
    margin-bottom: 15px;
  }
  .sm-mr-15 {
    margin-right: 15px;
  }
  .sm-ml-15 {
    margin-left: 15px;
  }
  .sm-mt-40 {
    margin-top: 40px;
  }
  .sm-mb-40 {
    margin-bottom: 40px;
  }
  .sm-mr-40 {
    margin-right: 40px;
  }
  .sm-ml-40 {
    margin-left: 40px;
  }
  .sm-p-0 {
    padding: 0;
  }
  .sm-pl-0 {
    padding-left: 0;
  }
  .sm-pr-0 {
    padding-right: 0;
  }
  .sm-pt-0 {
    padding-top: 0;
  }
  .sm-pb-0 {
    padding-bottom: 0;
  }
  .sm-no-gutter > [class*=col-] {
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .md-mt-30 {
    margin-top: 30px;
  }
  .md-mb-30 {
    margin-bottom: 30px;
  }
  .md-mr-30 {
    margin-right: 30px;
  }
  .md-ml-30 {
    margin-left: 30px;
  }
  .md-mt-15 {
    margin-top: 15px;
  }
  .md-mb-15 {
    margin-bottom: 15px;
  }
  .md-mr-15 {
    margin-right: 15px;
  }
  .md-ml-15 {
    margin-left: 15px;
  }
  .md-mt-40 {
    margin-top: 40px;
  }
  .md-mb-40 {
    margin-bottom: 40px;
  }
  .md-mr-40 {
    margin-right: 40px;
  }
  .md-ml-40 {
    margin-left: 40px;
  }
  .md-p-0 {
    padding: 0;
  }
  .md-mr--30 {
    margin-right: -30px;
  }
  .md-pl-0 {
    padding-left: 0;
  }
  .md-pr-0 {
    padding-right: 0 !important;
  }
  .md-pt-0 {
    padding-top: 0;
  }
  .md-pb-0 {
    padding-bottom: 0;
  }
  .md-no-gutter > [class*=col-] {
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .p-l-15 {
    padding-left: 7.5px;
  }
  .p-r-15 {
    padding-right: 7.5px;
  }
  .p-t-15 {
    padding-top: -15px;
  }
  .p-b-15 {
    padding-bottom: -15px;
  }
}
.m-t-30 {
  margin-top: 30px;
}

.dropdown-menu {
  padding-bottom: 0;
}

@media screen and (max-width: 992px) {
  div[class*=sm-align] {
    text-align: center;
  }
}
.row.is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row.is-flex > [class*=col-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand. 
* Use a preprocesser with autoprefixing.
*/
.row.is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.is-flex > [class*=col-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .is-table-row {
    display: table;
  }
  .is-table-row [class*=col-] {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
}
.no-border {
  border: none !important;
}

.site-btn {
  background-color: #598E16;
  color: #fff;
  padding: 12px 40px;
  border-radius: 20px 20px 0px 20px;
}
.site-btn:hover {
  background-color: #48780b;
  color: #fff;
}

body {
  font-family: "Inter", sans-serif;
}

.overlay {
  position: relative;
}
.overlay:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
}

.section-head {
  position: relative;
  padding-top: 10px;
  margin-bottom: 25px;
}
.section-head h4 {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #1C1C1C;
}
.section-head::after {
  position: absolute;
  content: "";
  background-color: #598E16;
  height: 5px;
  width: 70px;
  left: 0;
  top: -10px;
}

.section-padding {
  padding: 100px 0;
}

.empty-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 10px;
}
.empty-items .svg-container {
  background: url("../svgs/blob.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.empty-items .svg-container svg {
  height: 240px;
  padding: 20px 110px;
}
.empty-items .svg-container svg circle, .empty-items .svg-container svg path {
  fill: #6f9c21;
}
.empty-items p {
  font-size: 16px;
  font-weight: 300;
  color: #6a6565;
}
.empty-items h3 {
  font-weight: 900;
  padding: 15px 0 5px 0;
  color: #5b8426;
}

.banner {
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
}
.banner.home-banner {
  background-image: url("../images/banner.jpg");
  height: 70vh;
}
.banner.menu-banner {
  height: 45vh;
}
.banner.menu-banner:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}
.banner.menu-banner h2 {
  font-weight: 600;
  font-size: 50px;
  line-height: 64px;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  font-family: "Lora", serif;
  position: absolute;
  top: 66%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.header {
  padding: 30px 0;
  position: relative;
  z-index: 9;
}
.header .head-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .head-wrapper .logo img {
  height: 80px;
}
.header .head-wrapper .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}
.header .head-wrapper .menu ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #1C1C1C;
  position: relative;
}
.header .head-wrapper .menu ul li a.active {
  font-weight: 700;
}
.header .head-wrapper .menu ul li a.active::before {
  position: absolute;
  height: 5px;
  width: 100%;
  content: "";
  bottom: -13px;
  border-radius: 3px;
  left: 0;
  background-color: #598E16;
}
.header .head-wrapper .menu.menu-white ul li a {
  color: #fff;
}
.header .mobile-toggle {
  display: none;
}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #f1e5a7; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding: 25px 0; /* Place content 60px from the top */
  -webkit-transition: 0.5s;
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  z-index: 999;
}

/* The navigation menu links */
.sidenav a {
  padding: 13px 10px 12px 10px;
  text-decoration: none;
  font-size: 25px;
  color: #3f5c1f;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 32px;
  margin-left: 50px;
  color: #b62f2f;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 34px;
  padding: 0;
  border-radius: 3px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  -webkit-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}

.about-section .booking-strip {
  margin-top: -40px;
  position: relative;
}
.about-section .booking-strip a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-section .booking-strip a .booking-left {
  background-color: #19808A;
  width: 100%;
  border-radius: 40px 0 0 40px;
  overflow: hidden;
  position: relative;
}
.about-section .booking-strip a .booking-left:before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.2);
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: ease all 0.8s;
  transition: ease all 0.8s;
}
.about-section .booking-strip a .booking-left h3 {
  font-family: "Lora", serif;
  text-align: center;
  font-weight: 400;
  font-size: 28px;
  line-height: 43px;
  color: #FFFFFF;
  padding: 16px 0 26px 10%;
}
.about-section .booking-strip a .booking-right {
  width: 120px;
  background-color: #1D644A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0 40px 0px 0;
}
.about-section .booking-strip a .booking-right i {
  color: #fff;
  font-size: 26px;
  text-align: center;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.about-section .booking-strip a:hover .booking-left:before {
  -webkit-transform: translateX(260%);
          transform: translateX(260%);
  width: 40%;
}
.about-section .about-main {
  padding-top: 70px;
  padding-bottom: 100px;
}
.about-section .about-main img {
  width: 100%;
}
.about-section .about-main .about-right {
  text-align: center;
  padding-top: 50px;
}
.about-section .about-main .about-right .section-head {
  text-align: center;
}
.about-section .about-main .about-right .section-head::after {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}
.about-section .about-main .about-right h2 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #1C1C1C;
  margin-bottom: 25px;
}
.about-section .about-main .about-right p {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #1C1C1C;
  margin-bottom: 45px;
}

.service-section {
  background-image: url("../images/services-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.service-section .service-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.service-section .service-wrapper .service-main {
  text-align: center;
  width: 520px;
  padding: 90px 50px;
  background: rgba(116, 181, 34, 0.9);
  position: relative;
}
.service-section .service-wrapper .service-main::before {
  content: "";
  position: absolute;
  height: 45px;
  width: 100%;
  background-color: rgba(116, 181, 34, 0.9);
  left: 0;
  top: -45px;
}
.service-section .service-wrapper .service-main::after {
  content: "";
  position: absolute;
  height: 45px;
  width: 100%;
  background-color: rgba(116, 181, 34, 0.9);
  left: 0;
  bottom: -45px;
}
.service-section .service-wrapper .service-main h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  font-family: "Lora", serif;
  color: #FFFFFF;
  margin-bottom: 35px;
}
.service-section .service-wrapper .service-main p {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
}
.service-section .service-wrapper .service-main .service-items {
  margin-top: 35px;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.service-section .service-wrapper .service-main .service-items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.service-section .service-wrapper .service-main .service-items .item .icon {
  color: #fff;
}
.service-section .service-wrapper .service-main .service-items .item .icon i {
  font-size: 24px;
  width: 30px;
}
.service-section .service-wrapper .service-main .service-items .item .icon svg {
  width: 30px;
}
.service-section .service-wrapper .service-main .service-items .item .icon svg path, .service-section .service-wrapper .service-main .service-items .item .icon svg circle, .service-section .service-wrapper .service-main .service-items .item .icon svg rect {
  fill: #fff;
}
.service-section .service-wrapper .service-main .service-items .item .service-name {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}

.gallery-section {
  padding-top: 120px;
  padding-bottom: 120px;
}
.gallery-section .gallery-main {
  margin-bottom: 80px;
}
.gallery-section .gallery-main:last-child {
  margin-bottom: 0;
}
.gallery-section .gallery-main .gallery-head-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.gallery-section .gallery-main .gallery-head-wrapper .section-head {
  margin-bottom: 0;
}
.gallery-section .gallery-main .gallery-head-wrapper .section-head a {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.gallery-section .gallery-main h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #1C1C1C;
  font-family: "Lora", serif;
  margin-bottom: 25px;
}
.gallery-section .gallery-main .gallery-wrapper a img {
  width: 100%;
  margin-bottom: 30px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.gallery-section .gallery-main .gallery-wrapper .btn-container {
  display: none;
}
.gallery-section .gallery-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-bottom: 20px;
}
.gallery-section .gallery-filters .filter-button {
  display: block;
  padding: 10px 20px;
  background-color: #d1f1a7;
  color: #598e16;
  border-radius: 3px;
}
.gallery-section .gallery-filters .filter-button.active {
  background-color: #598E16;
  color: #fff;
}

.book-section {
  background-image: url("../images/banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.book-section .book-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.book-section .book-wrapper .book-main {
  text-align: center;
  width: 540px;
  padding: 90px 50px;
  background: rgba(116, 181, 34, 0.9);
  position: relative;
}
.book-section .book-wrapper .book-main::before {
  content: "";
  position: absolute;
  height: 45px;
  width: 100%;
  background-color: rgba(116, 181, 34, 0.9);
  left: 0;
  top: -45px;
}
.book-section .book-wrapper .book-main::after {
  content: "";
  position: absolute;
  height: 45px;
  width: 100%;
  background-color: rgba(116, 181, 34, 0.9);
  left: 0;
  bottom: -45px;
}
.book-section .book-wrapper .book-main h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  font-family: "Lora", serif;
  color: #FFFFFF;
  margin-bottom: 35px;
}
.book-section .book-wrapper .book-main p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.book-section .book-wrapper .book-main a {
  margin-top: 10px;
  background-color: #1D644A;
  display: inline-block;
}

.testimonial-section {
  text-align: center;
  padding: 110px 0;
}
.testimonial-section h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  font-family: "Lora", serif;
  color: #1C1C1C;
  margin-bottom: 60px;
}
.testimonial-section .reviews-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.testimonial-section .reviews-wrapper .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 15px;
  padding: 50px 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  -webkit-box-shadow: 0px 0px 76px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 76px 2px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
.testimonial-section .reviews-wrapper .item h3 {
  font-size: 20px;
  font-weight: 700;
  color: #598e16;
}
.testimonial-section .reviews-wrapper .item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.testimonial-section .reviews-wrapper .item ul li i {
  color: gold;
}
.testimonial-section .reviews-wrapper .item p {
  font-size: 15px;
  line-height: 26px;
}
.testimonial-section .reviews-wrapper .item:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.map-section .map-frame {
  height: 450px;
  width: 100%;
}

.menu-section {
  padding: 70px 0;
  overflow: hidden;
}
.menu-section .menu-head {
  text-align: center;
  margin-bottom: 50px;
}
.menu-section .menu-head h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.08em;
  font-family: "Miltonian", cursive;
}
.menu-section .menu-head h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 51px;
  letter-spacing: 0.08em;
  color: #1C1C1C;
  position: relative;
  display: inline-block;
}
.menu-section .menu-head h3:before {
  position: absolute;
  content: "";
  height: 5px;
  width: 50px;
  background-color: #598E16;
  border-radius: 3px;
  top: 50%;
  left: -65px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu-section .menu-head h3:after {
  position: absolute;
  content: "";
  height: 5px;
  width: 50px;
  background-color: #598E16;
  border-radius: 3px;
  top: 50%;
  right: -65px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu-section .menu-main .menu-item {
  margin-bottom: 30px;
  padding: 0 30px;
}
.menu-section .menu-main .menu-item .menu-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  margin-bottom: 15px;
}
.menu-section .menu-main .menu-item .menu-top p {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.08em;
}
.menu-section .menu-main .menu-item .menu-top span {
  width: 100%;
  border-bottom: dashed 2px #598E16;
}
.menu-section .menu-main .menu-item .menu-sub p {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  color: #3e3e3e;
}

.services-section h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #1C1C1C;
  font-family: "Lora", serif;
  margin-bottom: 45px;
}
.services-section .services-item {
  margin-bottom: 70px;
}
.services-section .services-item:nth-child(odd) .image-layout {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.services-section .services-item:nth-child(2) .image-layout .service-img:before, .services-section .services-item:nth-child(5) .image-layout .service-img:before {
  left: -15px;
  bottom: -15px;
  top: auto;
}
.services-section .services-item:nth-child(3) .image-layout .service-img:before {
  right: -15px;
  bottom: -15px;
  top: auto;
  left: auto;
}
.services-section .services-item:last-child {
  margin-bottom: 0;
}
.services-section .services-item .service-head {
  padding-right: 80px;
}
.services-section .services-item .service-head h3 {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #1C1C1C;
  border-bottom: solid 2px #598E16;
  padding-bottom: 10px;
}
.services-section .services-item .service-head h2 {
  font-family: "Lora", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #598E16;
  padding-top: 10px;
}
.services-section .services-item .service-body {
  padding-right: 80px;
}
.services-section .services-item .service-body p {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #1C1C1C;
}
.services-section .services-item .image-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.services-section .services-item .image-layout .service-img {
  position: relative;
}
.services-section .services-item .image-layout .service-img:before {
  position: absolute;
  height: 50%;
  width: 50%;
  content: "";
  background-color: #598E16;
  top: -15px;
  left: -15px;
  z-index: -1;
}
.services-section .services-item .image-layout .service-img img {
  max-width: 100%;
}

.contact-section h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #1C1C1C;
  font-family: "Lora", serif;
  margin-bottom: 45px;
}
.contact-section .contact-main {
  background: #F5F9F0;
  padding: 70px 140px;
  margin-left: 170px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.contact-section .contact-main .contact-infos {
  background: #19646B;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 40px;
  width: 380px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -170px;
}
.contact-section .contact-main .contact-infos h3 {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 50px;
}
.contact-section .contact-main .contact-infos ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.contact-section .contact-main .contact-infos ul li .icon {
  font-size: 30px;
  width: 55px;
}
.contact-section .contact-main .contact-infos ul li .info-item {
  width: 100%;
}
.contact-section .contact-main .contact-infos ul li .info-item a {
  color: #fff;
}
.contact-section .contact-main .contact-form {
  width: 650px;
}
.contact-section .contact-main .contact-form h2 {
  margin-bottom: 20px;
  text-align: center;
}
.contact-section .contact-main .contact-form h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #1C1C1C;
  text-align: center;
}
.contact-section .contact-main .contact-form .contact-form {
  margin-top: 50px;
}
.contact-section .contact-main .contact-form .contact-form .form-group {
  margin-bottom: 25px;
}
.contact-section .contact-main .contact-form .contact-form .form-group .form-control {
  background: #DBEFC1;
  border-radius: 5px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.08em;
  color: #242121;
  padding: 15px 25px;
  border: none;
}
.contact-section .contact-main .contact-form .contact-form .btn-align {
  text-align: center;
}

.gallery-section p {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #1C1C1C;
  margin-bottom: 45px;
}
.gallery-section h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #1C1C1C;
  font-family: "Lora", serif;
  margin-bottom: 45px;
}
.gallery-section .gallery-main .item {
  margin-bottom: 30px;
}
.gallery-section .gallery-main .item img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: rgba(89, 142, 22, 0.96);
}

.about-section h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #1C1C1C;
  font-family: "Lora", serif;
  margin-bottom: 20px;
}
.about-section p {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #1C1C1C;
  margin-bottom: 20px;
}
.about-section p strong {
  font-weight: 800;
}
.about-section .img-container {
  position: relative;
}
.about-section .img-container:before {
  position: absolute;
  height: 75%;
  width: 60%;
  content: "";
  background-color: #598E16;
  top: -15px;
  right: -15px;
  z-index: -1;
}
.about-section .img-container img {
  width: 100%;
}

footer {
  background: #E8F3DB;
}
footer .footer-top {
  padding: 100px 0;
}
footer .footer-top .foot-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
footer .footer-top .foot-layout img {
  height: 110px;
  margin-top: 60px;
}
footer .footer-top .foot-layout h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  font-family: "Lora", serif;
  color: #598E16;
  margin-bottom: 25px;
}
footer .footer-top .foot-layout ul li {
  margin-bottom: 10px;
}
footer .footer-top .foot-layout ul li a {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #1C1C1C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer-top .foot-layout ul li a:hover {
  color: #598E16;
}
footer .footer-top .foot-layout ul li a i {
  color: #598E16;
  font-size: 18px;
  padding-right: 10px;
}
footer .footer-top .foot-layout ul.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
footer .footer-top .foot-layout ul.footer-social li a i {
  font-size: 25px;
  padding-right: 0;
}
footer .footer-top .foot-layout p {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #1C1C1C;
}
footer .footer-bottom {
  background-color: #598424;
  padding: 25px 0;
}
footer .footer-bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer-bottom .container p {
  font-weight: 300;
  font-size: 13px;
  line-height: 12px;
  color: #fff;
}
footer .footer-bottom .container p i {
  color: #c72d2d;
  padding: 0 2px;
}
footer .footer-bottom .container p a {
  color: #db916d;
  font-weight: 600;
}/*# sourceMappingURL=custom.css.map */