/*
Theme Name: Adventure Resort Pro
Theme URI: https://www.themagnifico.net/products/resort-wordpress-theme
Description: The Resort WordPress Theme epitomizes sophistication and functionality, tailored for luxury resorts, hotels, and retreats seeking to elevate their online presence. As a premium theme, it offers enhanced features and customization options to cater to discerning clients looking to showcase their upscale accommodations and services effectively. Designed to cater to the hospitality industry, this theme serves as a powerful tool for luxury resorts, boutique hotels, and spa retreats to attract and engage visitors online. It enables these establishments to highlight their amenities, promote special offers, and facilitate direct bookings, thereby increasing revenue and guest satisfaction. The theme boasts a responsive design, ensuring optimal viewing and functionality across all devices, from desktops to smartphones. This responsiveness is complemented by robust cross-browser compatibility, ensuring a seamless user experience regardless of the browser used. Moreover, visual storytelling is made compelling through customizable image and video galleries, allowing resorts to showcase their luxurious accommodations, scenic views, and recreational facilities in stunning detail.
Author: Themagnifico
Author URI: https://www.themagnifico.net/
Version: 1.0
Requires PHP: 5.6
Tested up to: 5.8
Tags: blog, food-and-drink, one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready
Text Domain: adventure-resort-pro
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.alignwide {
  margin-left: -80px;
  margin-right: -80px;
}
.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}
.alignfull img {
  width: 100vw;
}

.post-single a,
.page-single a,
.sidebar-area .textwidget a,
.comment-content a {
  text-decoration: none;
  color: #141414;
  text-transform: capitalize;
  font-weight: 500;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #141414;
  margin: 0;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}
a {
  color: #141414;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #0c7735;
  text-decoration: none;
}

header.header-top {
  background: #131c21;
}
section.category-title h1 {
  font-size: 18px;
  font-weight: 600;
}
/* ===============================================
   HEADER BOX
   ============================================= */

.register,
.login {
  background: #aa8a63;
  color: #fff;
  padding: 0;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.login {
  background: #fff;
  color: #212121;
}
x .header {
  position: static;
}

/*404 Page*/
.page-404 h1 {
  font-size: 300px;
  color: #141414;
}
.page-404 h3 {
  font-size: 38px;
  color: #141414;
}
.page-404 hr {
  width: 10%;
  background: #9ae2e1;
  padding: 1px;
}
.page-404 p {
  margin-left: 30%;
  margin-right: 30%;
}
.page-404 .intro-button {
  text-align: center;
  display: inline-block;
  padding: 5px;
}
.page-404 .button {
  padding: 15px 40px;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  transition: all 0.2s;
  text-decoration: none;
}
.page-404 .intro-button:hover {
  background: #1f6306;
}
.page-404 .intro-button,
.page-404 .intro-button::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.page-404 .intro-button::before,
.page-404 .intro-button::after {
  background: #141414;
  content: "";
  position: absolute;
  z-index: -1;
}
.page-404 .intro-button::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.page-404 .intro-button:hover:after {
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
}

/* ===============================================
   LOGO BOX
   ============================================= */

.logo {
  display: block;
  padding: 15px 0;
  min-height: 53px;
  line-height: 1.4em;
  word-break: break-all;
}
.logo a {
  color: #141414;
  font-size: 30px;
  line-height: 35px;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
  font-weight: 600;
}
.logo a:hover,
.logo a:focus {
  color: #141414;
}
.logo span {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #767c83;
}
.logo-image {
  float: unset;
  width: 150px;
}
/* ===============================================
   SOCIAL BOX
   ============================================= */

.social-links a {
  color: #fff;
  font-size: 18px;
}
.social-links a:hover {
  color: #0c7735;
  margin-bottom: 0;
}

/* ===============================================
   MENU BOX
   ============================================= */

#main-menu ul.children,
#main-menu ul.sub-menu {
  display: none;
}
#main-menu ul li:hover .sub-menu {
  display: block;
}
#main-menu {
  display: block;
  position: relative;
  margin: 0 auto;
}
#main-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
#main-menu ul li {
  position: relative;
  display: block;
  float: left;
  text-align: left;
}
#main-menu ul li a {
  color: #12161c !important;
  font-size: 14px;
  font-family: "Manrope";
  font-weight: 500;
  text-decoration: none;
  display: block;
  z-index: 1;
  padding: 10px 45px;
  padding-left: 0;
  margin: 0;
  font-weight: 500;
  -webkit-transition: color 0.1s linear, background-color 0.1s linear;
  -moz-transition: color 0.1s linear, background-color 0.1s linear;
  -o-transition: color 0.1s linear, background-color 0.1s linear;
  transition: color 0.1s linear, background-color 0.1s linear;
  position: relative;
  line-height: 40px;
}
#main-menu ul li a:hover {
  color: #1f6306 !important;
  font-weight: 800 !important;
}
#main-menu a:hover,
#main-menu ul li a:hover,
#main-menu li:hover > a,
#main-menu a:focus,
#main-menu ul li a:focus,
#main-menu li.focus > a,
#main-menu li:focus > a,
#main-menu ul li.current-menu-item > a,
#main-menu ul li.current_page_item > a,
#main-menu ul li.current-menu-parent > a,
#main-menu ul li.current_page_ancestor > a,
#main-menu ul li.current-menu-ancestor > a {
  color: #1f6306;
}
#main-menu ul.children,
#main-menu ul.sub-menu {
  opacity: 0;
  position: absolute;
  top: 50px;
  left: 0;
  background: #fff;
  z-index: 10001;
  width: 213px;
  padding-left: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  box-shadow: 0px 5px 30px rgb(0 0 0 / 13%);
  border-radius: 3px;
}
#main-menu ul.children li,
#main-menu ul.sub-menu li {
  display: block;
  position: relative;
  float: none;
  line-height: 18px;
  margin-left: 0;
  margin-right: 0;
  -webkit-transform: skew(0deg);
  -ms-transform: skew(0deg);
  transform: skew(0deg);
  padding: 5px 10px;
}
#main-menu li li:hover > ul,
#main-menu li li:focus > ul,
#main-menu li li.focus > ul {
  top: 0px;
  left: -100%;
}

#main-menu ul.children li a,
#main-menu ul.sub-menu li a {
  display: block;
  position: relative;
  padding: 0px 14px;
  padding-right: 14px;
  font-size: 14px;
  color: #141414;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#main-menu ul.sub-menu li a:hover {
  color: #fff;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
#main-menu ul.sub-menu li a:before,
#main-menu ul.sub-menu li a:after {
  content: "";
  position: absolute;
  -webkit-transition: inherit;
  transition: inherit;
  z-index: -1;
}
#main-menu ul.sub-menu li a:before,
#main-menu ul.sub-menu li a:after {
  top: 0;
  width: 0;
  height: 100%;
}

#main-menu ul.sub-menu li a:before {
  left: 0;
  border: 1px solid #141414;
  border-left: 0;
  border-right: 0;
}
#main-menu ul.sub-menu li a:hover:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#main-menu ul.sub-menu li a:hover:before,
#main-menu ul.sub-menu li a:hover:after {
  width: 100%;
}
#main-menu ul.sub-menu li a:after {
  right: 0;
}
#main-menu ul.sub-menu li a:hover:after {
  background: #141414;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#main-menu ul.sub-menu li a:hover:before,
#main-menu ul.sub-menu li a:hover:after {
  width: 100%;
}
#main-menu ul.children li ul:before,
#main-menu ul.sub-menu li ul:before {
  display: none;
}
#main-menu li:hover > ul,
#main-menu li:focus > ul,
#main-menu li.focus > ul {
  opacity: 1;
  right: calc(100% - 213px);
}
.menu-toggle,
.dropdown-toggle,
button.close-menu {
  display: none;
  background: #141414;
  color: #fff;
}
#main-menu ul.children li ul:before,
#main-menu ul.sub-menu li ul:before {
  display: none;
}
.icons-bar {
  width: 100%;
  height: 56px;
  background-color: #0e2207;
}
.icons-bar .team-icons i {
  position: relative;
  top: 0px;
  left: 47%;
  color: #fff;
  cursor: pointer;
  margin-right: 20px;
  transition: all ease-in-out 0.3s;
}
.icons-bar .team-icons i:hover {
  color: #0c7735;
}
.icons-bar .mail i {
  color: #fdd61f;
}
.icons-bar .mail a {
  font-size: 16px;
  font-family: "Manrope";
  font-weight: 400;
  color: #ffffff !important;
}
.menu-sec {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-header hr {
  border: 1px solid #000000;
  transform: rotate(90deg);
  width: 10%;
  position: absolute;
  top: 25%;
  left: -20%;
}
.menu-header .cart {
  position: relative;
  top: 17px;
  left: -20%;
}
.menu-header .search-button {
  border: none;
  background: transparent;
}
.header-button {
  color: #fff;
  font-size: 14px;
  font-family: "Manrope";
  font-weight: 600;
  width: 188px;
  height: 45px;
  background-color: #0e2207;
  border-radius: 50px;
  border: 1px solid #fdd61f;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: relative;
  top: 20%;
  transition: all ease-in-out 0.3s;
}
.header-button:hover {
  background-color: #fdd61f;
}
/* ===============================================
   HEADER SEARCH
   =============================================== */
.search-box {
  position: absolute;
  left: -10%;
  top: 31%;
}
#header .close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
}
.popup {
  display: none;
  position: fixed;
  padding: 10px;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  background: rgb(0, 0, 0, 0.3);
  border: 3px solid #0c7735;
  z-index: 20;
}
#popup:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -2;
}
#popup form.search-form.serach-page {
  position: relative;
  top: 50%;
}
#popup input[type="search"] {
  padding: 11px 20px;
  width: 100%;
  text-indent: 8px;
  border: 1px solid #0c7735;
}
#popup input[type="submit"] {
  right: 10px;
  padding: 13.5px 20px;
  font-weight: bold;
  color: #ffffff;
  border: 1px solid #0c7735;
  background-color: #0c7735;
  position: absolute;
  top: 30px;
}
#popup:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  z-index: -1;
}
.header-search {
  font-size: 15px;
  background: transparent;
  font-weight: 500;
  color: #000;
  padding: 15px;
  border-radius: 2px;
  position: relative;
  left: -70px;
  top: 17px;
}
.header-search:hover {
  color: #000;
}
#popup .close-btn {
  position: relative !important;
  top: 30px !important;
}
#popup i.far.fa-window-close {
  color: white;
  font-size: 20px;
}

p.cart-item-box {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #ff4242;
  width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 12px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* a.cart-customlocation i:hover{
 	color: #fff;
 }*/

#site-navigation .sidenav a.closebtn,
.open-menu {
  display: none;
}

/* ===============================================
   POST BOX
   ============================================= */

h4.post-title {
  font-size: 22px;
  color: #141414;
  font-weight: 800;
}
.post-content p {
  color: #898d94;
}
.post-meta i {
  color: #1f6306;
}
.post-meta span {
  text-decoration: none;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  color: #141414;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #121d21;
  white-space: break-spaces;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.post-content img,
.post-thumbnail img,
.post-content iframe,
.post-content object,
.post-content embed {
  max-width: 100%;
}
.post-content img,
.post-thumbnail img {
  max-height: 100%;
  height: auto;
}
.post-content:after {
  content: "";
  display: table;
  clear: both;
}

#content,
footer {
  float: left;
  width: 100%;
}

.latest-post .post-date {
  float: left;
}
.latest-post .post-meta a {
  color: #767c83;
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
}
.latest-post figure {
  margin: 0;
  padding: 0;
  background: #141414;
  overflow: hidden;
}
.latest-post figure:hover + span {
  opacity: 1;
}
.latest-post figure img {
  webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.latest-post:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
}
.post-single .tags-bg a {
  padding: 10px 15px;
  background: #141414;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 10px;
}
.post-single .tags-bg a:hover {
  background: #141414;
}
.post-single .blog_share_icon .fab {
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #141414;
  color: #fff;
  font-size: 18px;
  padding: 15px;
  margin: 0 10px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.post-single .blog_share_icon .fab:hover {
  transform: rotate(360deg);
  background: #1f6306;
}
.post-single {
  display: block;
}
label {
  display: block;
}

.latest-post h4 a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin: 15px 0;
  display: block;
}
.latest-post h4 a:hover {
  color: #0c7735;
}
.latest-post .post-content p {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}

.latest-post {
  position: relative;
}
.latest-post .far.fa-calendar-alt,
.latest-post .fas.fa-bookmark {
  color: #717982;
}
.latest-post .icon-book {
  float: right;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #717982;
  width: 40px;
  height: 40px;
  padding: 10px 14px;
  margin-top: -8px;
}
.latest-post figure {
  margin: 0;
  padding: 0;
  background: #141414;
  overflow: hidden;
}
.latest-post figure:hover + span {
  opacity: 1;
}
.latest-post figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.latest-post .post-item:hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
}

.latest-post .far.fa-calendar-alt {
  color: #db1d14;
}
.latest-post .far {
  color: #db1d14;
  font-size: 18px;
}
.latest-post .admin-date,
.wp-admin-text {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-form-url input {
  width: 100%;
}
.comment-respond input#submit {
  background: #141414;
  border: none;
  color: #fff;
  padding: 10px;
  font-weight: 600;
  border-radius: 7px;
  display: inline-block;
  margin: 15px 0;
}
.comment-respond input#submit:hover {
  background-color: #1f6306;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comments-title {
  font-size: 1.125rem;
}
.comment-body .pull-left {
  padding-right: 0.625rem;
}
.comment-list {
  padding-left: 0;
}
.comment-list .comment {
  display: block;
}
.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}
.comment-list .pingback a {
  margin-left: 5px;
  margin-right: 5px;
}
.comment-content.card-block {
  padding: 15px;
}
.comment-reply a {
  background: #141414;
  padding: 5px 15px;
  color: #fff;
  border-radius: 7px;
}
.comment-reply a:hover {
  background: #1f6306;
  color: #f3f4f7;
  text-decoration: none;
}
@media only screen and (max-width: 375px) {
  #special .post-date {
    width: 160px !important;
    height: 60px !important;
    left: -11% !important;
    top: 28% !important;
  }
}

@media screen and (min-width: 0) and (max-width: 767px) {
  .menu-header .row,
  #video .veggies,
  #slider .slider .row,
  #special .row,
  #video .row,
  #pricing .row,
  #choose .row,
  #gallery .row,
  #booking .row,
  #faq .row,
  #testimonial .row,
  #blog .row,
  .footer-box .row,
  .footer .row {
    margin: 0 !important;
  }
  #booking img.content-below-image {
    left: 30% !important;
  }
  section.category-title h1 {
    text-align: center;
  }
  #mySidenav span {
    display: block;
    font-size: 30px;
    cursor: pointer;
  }
  .logo {
    text-align: center;
  }
  .open-menu {
    display: block;
  }

  #main-menu ul li {
    float: left;
    width: 100%;
    padding: 5px 15px;
  }

  #main-menu > li > ul.children,
  #main-menu > li > ul.sub-menu {
    position: absolute;
    top: -100%;
    background: #fff;
  }

  #main-menu li.focus > ul.children,
  #main-menu li.focus > ul.sub-menu,
  #main-menu li:hover > ul.children,
  #main-menu li:hover > ul.sub-menu,
  #main-menu li:focus > ul.children,
  #main-menu li:focus > ul.sub-menu {
    width: 100%;
    top: 0;
    left: 0 !important;
    position: relative;
  }

  #main-menu ul {
    padding: 0;
    float: none;
  }

  #main-menu ul li a {
    padding: 0;
    display: initial;
    font-size: 18px;
  }

  #main-menu ul.children li a,
  #main-menu ul.sub-menu li a {
    padding: 0;
    line-height: 53px;
  }

  #main-menu ul li.menu-item-has-children:after {
    content: "";
    position: absolute;
    border: solid #141414;
    right: 10px;
    top: 50%;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
  }

  #main-menu ul.children li,
  #main-menu ul.sub-menu li {
    width: 100%;
    padding-left: 10px;
  }

  #main-menu ul li.menu-item-has-children:hover:after,
  #main-menu ul li.menu-item-has-children:focus:after,
  #main-menu ul li.menu-item-has-children.focus:after {
    top: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #main-menu a:hover,
  #main-menu ul li a:hover,
  #main-menu li:hover > a,
  #main-menu a:focus,
  #main-menu ul li a:focus,
  #main-menu li.focus > a,
  #main-menu li:focus > a,
  #main-menu ul li.current-menu-item > a,
  #main-menu ul li.current_page_item > a,
  #main-menu ul li.current-menu-parent > a,
  #main-menu ul li.current_page_ancestor > a,
  #main-menu ul li.current-menu-ancestor > a {
    background: none;
  }
  .menu-sec {
    padding: 10px !important;
  }
  .middle-header .team-icons,
  .middle-header .email,
  .middle-header .location {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .icons-bar .team-icons i {
    left: auto !important;
  }
  .icons-bar .location {
    padding: 0 !important;
  }
  .search-box {
    position: relative !important;
    left: auto !important;
    top: auto !important;
  }
  #video .video-image img,
  /* #video .video-bg-img img, */
  #choose .choose-img img,
  #about .about-image .img1 img,
  #about .about-image .img2 img,
  #services .frontside img,
  #special .special-image img {
    width: 100% !important;
  }
  #services .frontside img.second-image {
    width: auto !important;
  }
  #video .video-bg-img img,
  #about .about-image .img2 img {
    left: auto !important;
  }
  #about .about-image .img1 img,
  .footer-box {
    top: auto !important;
  }
  #slider .slider-box1 {
    top: auto !important;
  }
  #testimonial,
  .icons-bar {
    height: auto !important;
  }
  #testimonial .testimonial-text img.content-img,
  .menu-header hr,
  #video .video-btn-bg img,
  #slider .slider-box .content-below-image,
  #about .about-text hr,
  /* #video .video-bg-img img, */
  #choose .hr1,
  #video .video .video-btn-bg p,
  #testimonial .testimonial-quote img {
    display: none !important;
  }
  #booking input.wpcf7-form-control.has-spinner.wpcf7-submit {
    margin: auto !important;
    left: auto !important;
  }
  #video .popup-btn {
    top: 50% !important;
    left: 35% !important;
  }
  #slider .slider-box .image-below {
    margin: auto !important;
  }
  #slider h1,
  #slider .slider-box1 h1 .new-line,
  #about .about-text h1,
  #about .about-text .new-line,
  #services h1,
  #services .new-line,
  #special .special h1,
  #special .special .new-line,
  #special .post-title,
  #video .video h1,
  #video .video .same-line,
  #pricing h3,
  #pricing h3 .next-line,
  #pricing .price,
  #choose h3,
  #choose .new-line,
  #gallery h1,
  #gallery .next-line,
  #booking h1,
  #booking .next-line,
  #faq h1,
  #faq .next-line,
  #testimonial h1,
  #testimonial .next-line,
  #blog h1,
  #blog .next-line {
    font-size: 24px !important;
    text-align: center !important;
    margin-top: 0 !important;
  }
  #slider .slider-box1 p,
  #slider .slider-box1 .slider-heading,
  #about .about-text .content,
  #about .about-text .content1,
  #about .about-text .content2,
  #services .content,
  #services .services-text-box .services-description,
  #services .services-text-box .services-button,
  #special .special .content,
  #special .content-post,
  #video .video .content,
  #video .video p,
  #pricing .content,
  #pricing .event-heading,
  #pricing .description,
  #choose .content,
  #choose p,
  #gallery .content,
  #booking .content,
  #faq .content,
  #faq .accordion_head .title1,
  #faq .accordion_head .title2,
  #faq .accordion_head .title,
  #faq .accordion_body p,
  #testimonial .content,
  #testimonial .testimonial-description,
  .testimonial-designation,
  #testimonial .testimonial-admin,
  #testimonial .vector-text1 p,
  #testimonial .vector-text2 p,
  #testimonial .vector-text3 p,
  #blog .content,
  #blog .post-date,
  #blog .post-title,
  #blog .content-post,
  #blog .blog-admin,
  .footer-box .footer-title1,
  .footer-box .footer-title2,
  .footer-box .footer-title3,
  .footer-box h6 a,
  #choose .vector-text1 h1,
  #choose .vector-text2 h1,
  #choose .vector-text3 h1,
  #choose .vector-text4 h1,
  #special .special-time,
  #special .special-cost {
    display: block !important;
    font-size: 14px !important;
    text-align: center !important;
    padding: 5px !important;
  }
  #special .box-content {
    margin: auto !important;
  }
  #testimonial .testimonial-text {
    height: auto !important;
  }
  #testimonial .testimonial-text img.content-below-image {
    margin-top: -30px;
  }
  #booking img.content-below-image {
    left: 35%;
  }
  footer .footer {
    padding: 0 !important;
  }
  #slider .owl-dots {
    top: auto !important;
    left: auto !important;
    transform: rotate(0deg) !important;
    justify-content: center !important;
    display: block !important;
  }
  #about .about-text img.content-below-image {
    justify-content: center !important;
    display: flex !important;
    align-items: center !important;
    margin: auto !important;
  }
  #about .about-button {
    margin: auto !important;
    width: 60% !important;
    top: auto !important;
  }
  #services .services-text-box {
    left: auto !important;
    top: auto !important;
    width: auto !important;
    height: auto !important;
    position: relative !important;
    transform: translate(0%) !important;
  }
  #services .services-btn {
    width: 40% !important;
    top: auto !important;
  }
  #special .post-date {
    width: 130px !important;
    height: 50px !important;
    left: -10% !important;
    top: 27% !important;
  }
  #special .post-date {
    padding: 0 !important;
  }
  #special .special-button,
  #special .special-btn {
    top: auto !important;
    width: 70% !important;
  }
  #special .special-button {
    top: auto !important;
    left: auto !important;
    margin-bottom: 20px !important;
  }
  #special .special-btn {
    margin-top: 20px !important;
  }
  #video .video,
  #video .video .content,
  #choose p {
    padding: 0 !important;
  }
  #video .video .video-text1,
  #video .vector-text1 h1,
  #video .video .video-text2,
  #video .vector-text2 h1 {
    /* top: auto !important; */
    left: auto !important;
    text-align: center !important;
  }
  #video .vector-text2 h1 {
    top: auto;
  }
  #video .video-bg-text {
    margin: auto !important;
  }
  #video .vector1,
  #video .vector2 {
    justify-content: center !important;
    margin: auto !important;
  }
  #pricing .pricing-btn {
    width: 70% !important;
  }
  #booking input.wpcf7-form-control.wpcf7-text,
  #booking select.wpcf7-select.wpcf7-validates-as-required,
  #booking
    input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date,
  #booking textarea.wpcf7-form-control.wpcf7-textarea,
  .footer input.wpcf7-form-control.wpcf7-text {
    width: 100% !important;
    margin: auto !important;
    margin-top: 10px !important;
  }
  .footer input.wpcf7-form-control.has-spinner.wpcf7-submit {
    left: 80% !important;
    top: 18% !important;
  }
  #testimonial .testimonial-image {
    margin: auto !important;
    justify-content: center !important;
    align-items: center !important;
  }
  #testimonial .vector1 .vector-image1,
  #testimonial .vector2 .vector-image2,
  #testimonial .vector3 .vector-image3 {
    margin: auto !important;
  }
  #testimonial .vector1,
  #testimonial .vector2,
  #testimonial .vector3 {
    justify-content: center !important;
  }
  #blog .blog-button {
    left: auto !important;
    width: 60% !important;
  }
  #blog .user-icon i,
  .footer-area h4.title,
  .wp-block-heading,
  .footer-area ul li {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  #choose .vector1 {
    position: relative !important;
    left: auto !important;
    margin: auto !important;
  }
  #video .video-bg-text,
  #video .veggies {
    padding: 0 !important;
  }
  .header-search {
    left: auto !important;
    top: auto !important;
  }
  #choose .vector3 {
    position: relative !important;
    left: auto !important;
  }
  #choose .vector1 .vector-image1,
  #choose .vector2 .vector-image2,
  #choose .vector3 .vector-image3,
  #choose .vector4 .vector-image4 {
    margin: auto !important;
  }
  .open-menu,
  #site-navigation .sidenav a.closebtn {
    background: #0e2207 !important;
  }
  .header-menu .logo-image img {
    width: 100% !important;
  }
  .logo {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .header-button {
    top: 40% !important;
  }
  .menu-header .cart {
    top: 20px !important;
    left: auto !important;
  }
  .middle-header .search-button {
    top: auto !important;
    right: auto !important;
    padding: 0px 30px !important;
  }
  #slider .slider-box::after {
    display: none !important;
  }
  #pricing .owl-dots {
    text-align: center;
    width: 100%;
    position: relative;
    top: -20px;
  }
  #blog .owl-dots {
    text-align: center;
    width: 100%;
    position: relative;
    top: -40px;
  }
  #pricing .owl-dots button.owl-dot,
  #blog .owl-dots button.owl-dot {
    width: 14px;
    height: 14px;
    border-radius: 50px;
    display: inline-block;
    background: #d9d9d9;
    margin: 0 5px;
    border: 1px solid #fff;
  }
  #pricing .owl-dots button.owl-dot.active,
  #blog .owl-dots button.owl-dot.active {
    background-color: #fdd61f;
    border: 1px solid #fff;
  }
  #slider .button {
    top: -6px !important;
    margin: auto !important;
    width: 50% !important;
    height: auto !important;
  }
  #slider .carousel-caption {
    top: 20% !important;
    left: 5% !important;
    right: 5% !important;
  }
  #slider h1 {
    line-height: normal !important;
  }
  #slider .slider-box1 .text-box {
    margin: auto !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  #about .about-text .content1 {
    left: auto !important;
  }
  #pricing .pricing-rectangle-box .pricing-button {
    top: -10px !important;
  }
  #faq .accordion_container {
    margin: 0 !important;
  }
  #services .services {
    margin-top: auto !important;
  }
  #gallery .gallery-box img {
    width: 100% !important;
  }
  #testimonial .image {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  #video .vector-image1 img,
  #video .vector-image2 img {
    margin: auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  #video .video-bg-text img.content-below-image {
    display: none !important;
  }
  #video .vector-text2 h1 {
    top: auto !important;
  }
  #booking .booking-img img {
    width: 100% !important;
  }
}

/* ===============================================
   Pagination
   ============================================= */

.pagination,
.adventure-resort-pro-pagination {
  margin: 25px 0;
}

.pagination .nav-links a,
.pagination .nav-links span.current,
.adventure-resort-pro-pagination a span,
.adventure-resort-pro-pagination span.current {
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  color: #222;
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  margin: 0;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.pagination .nav-links a:hover,
.pagination .nav-links a:focus,
.pagination .nav-links span.current,
.adventure-resort-pro-pagination span.current,
.adventure-resort-pro-pagination span.current:hover,
.adventure-resort-pro-pagination span.current:focus,
.adventure-resort-pro-pagination a span:hover,
.adventure-resort-pro-pagination a span:focus {
  background: #141414;
  color: #ffffff;
}

.commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.commentlist ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.commentlist li {
  margin: 0;
}

.commentlist li .comment-respond {
  margin-bottom: 25px;
}

.commentlist li:last-of-type .comment-respond {
  margin-bottom: 0px;
}

.comment-container {
  position: relative;
  margin: 0 0 25px 0;
  padding: 30px;
  background: #fff;
  border: solid 1px #f3f4f7 !important;
  z-index: 999;
}

.comment-avatar img {
  float: left;
}

.comment-text {
  position: relative;
  margin-left: 110px;
  padding: 0 0 0 15px;
}

.comment-container .comment-date {
  padding: 15px 0;
}

.comment-avatar {
  position: relative;
  width: 110px;
  float: left;
}

.comment-author .author {
  display: block;
  font-weight: bold;
}

.commentlist .children li {
  margin-left: 30px;
}

.comment-notes {
  font-size: 12px;
  margin: -25px 0 25px 0;
}

h3#reply-title,
h3.comments {
  height: 30px;
  line-height: 30px;
  margin: 30px 0;
}

h3#reply-title small,
.logged-in-as {
  font-size: 15px;
  margin: -25px 0 25px 0;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
  padding: 10px 2%;
  background: #fff;
  width: 100%;
  margin: 0 0 15px 0;
  border: 1px solid black;
  color: #141414;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.comment-form input[type="submit"] {
  background: #141414;
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  position: relative;
  display: block;
  text-shadow: none;
  padding: 10px 15px;
  width: inherit;
  margin: 0;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
}

.comment-form input[type="submit"]:hover,
.comment-form input[type="submit"]:focus {
  background-color: #248efa;
  text-decoration: none;
}

.logged-in-as a {
  color: #141414;
}

.logged-in-as,
.comment-notes,
.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url,
.form-submit {
  display: block;
}

/* ===============================================
   SIDEBARS
   =============================================== */

.sidebar-area .textwidget img {
  width: 100%;
  height: auto;
}
.sidebar-area .sidebar-widget {
  margin-bottom: 25px;
  background: #fff;
  border: 1px solid #e9e7f4;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.08));
}
.sidebar-area a,
.sidebar-area p,
.sidebar-area li,
.sidebar-area address,
.sidebar-area dd,
.sidebar-area blockquote,
.sidebar-area td,
.sidebar-area th,
.sidebar-area .textwidget {
  line-height: 1.9em;
  font-weight: normal;
}
.sidebar-area a {
  font-size: 16px;
  line-height: normal;
}

.sidebar-area ul,
#calendar_wrap,
.sidebar-area .textwidget,
.tagcloud {
  list-style: none;
  margin: 0;
  padding: 0 15px;
}
.sidebar-area li a,
.sidebar-area li {
  font-size: 18px;
  font-weight: 500;
}
.sidebar-area li {
  padding-bottom: 15px;
  color: #141414;
}
.sidebar-area h4.title {
  padding: 10px 15px;
  border-bottom: solid 5px #0c7735;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  background: #1f6306;
}
.sidebar-area .tagcloud a {
  font-size: 15px !important;
  background: #fff;
  color: #121d21;
  padding: 5px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: inline-block;
  margin: 5px 0;
  text-decoration: none;
}
.sidebar-area .tagcloud a:hover {
  background: #141414;
  color: #fff;
}
.sidebar-area form {
  padding: 0;
}
.sidebar-area select,
.sidebar-area textarea,
#comments textarea,
.sidebar-area input[type="text"],
#comments input[type="text"],
.sidebar-area input[type="password"],
.sidebar-area input[type="datetime"],
.sidebar-area input[type="datetime-local"],
.sidebar-area input[type="date"],
.sidebar-area input[type="month"],
.sidebar-area input[type="time"],
.sidebar-area input[type="week"],
.sidebar-area input[type="number"],
.sidebar-area input[type="email"],
.sidebar-area input[type="url"],
.sidebar-area input[type="search"],
.sidebar-area input[type="tel"],
.sidebar-area input[type="color"],
.sidebar-area .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  margin: 0;
  padding: 12px;
  background-color: #f3f4f7;
  border: 1px solid rgba(0, 0, 0, 0.125);
  float: unset;
}
.sidebar-area input[type="search"] {
  width: 69%;
  border: none;
  background: transparent;
}
#wp-calendar th,
#wp-calendar #today,
#wp-calendar #today a {
  background: #f3f4f7;
  color: #434343 !important;
}
#wp-calendar a:hover {
  border: none;
}
#wp-calendar {
  background: #fff;
  width: 100%;
}
#wp-calendar caption {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  text-align: left;
}
#wp-calendar th,
#wp-calendar td {
  text-align: center;
  font-size: 14px;
  color: #434343 !important;
  padding: 3px 6px;
}
#wp-calendar td a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #434343 !important;
  text-decoration: underline;
}
#wp-calendar td#prev a,
#wp-calendar td#prev a {
  text-decoration: none;
  text-align: left;
}
#wp-calendar th {
  font-weight: bold;
}
tr:nth-child(2n + 2) {
  background-color: #f3f4f7;
}
.searchform label {
  display: block;
}
.searchform input[type="text"] {
  width: calc(100% - 110px);
  margin: 0;
  padding: 12px;
  float: left;
  background-color: #fff;
  border: 1px solid #000;
  position: relative;
  top: 20px;
  outline: none;
  border-radius: 4px 0 0 4px;
}
.searchform input[type="submit"] {
  background: #0c7735;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  position: relative;
  float: left;
  text-shadow: none;
  padding: 14px 0;
  width: 110px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  border-radius: 0 4px 4px 0;
}

.searchform input[type="submit"]:hover,
.searchform input[type="submit"]:focus {
  background-color: #1f6306;
  text-decoration: none;
}
.searchform:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar-area .post-thumbnail {
  width: 80px;
  height: 80px;
}
.sidebar-area .post-thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.sidebar-area .post-title {
  font-size: 18px;
}
footer {
  background: #fff;
  border-top: 1px solid #b9b9b9;
}
footer .sidebar-area {
  background: none;
  padding: 25px 0 0 0;
}

footer a,
footer p,
footer .sidebar-area li,
footer .sidebar-area address,
footer .sidebar-area dd,
footer .sidebar-area blockquote,
footer .sidebar-area td,
footer .sidebar-area th,
footer .sidebar-area .title,
footer .sidebar-area .textwidget {
  color: #b2d7c0;
  font-size: 15px;
  font-family: "Manrope";
  font-weight: 500;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
img.alignleft,
img.alignright,
img.aligncenter,
.attachment img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
div.aligncenter,
img.aligncenter {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}
.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 25px;
  max-width: 100% !important;
  padding: 4px;
  text-align: center;
}
.wp-caption img {
  margin: 5px 5px 0;
  width: 96%;
  height: 100%;
}
.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}
.footer-area .woocommerce ul.cart_list li img,
.footer-area .woocommerce ul.product_list_widget li img {
  height: 70px;
}

/*SCROLL TO TOP BUTTON*/

#button_scroll {
  display: inline-block;
  background: #141414;
  width: 45px;
  height: 45px;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  color: #fff;
}
#button_scroll::after {
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  line-height: 50px;
  color: #fff;
}
#button_scroll.show {
  opacity: 1;
  visibility: visible;
}
#button_scroll .fas {
  color: #fff;
  padding: 8px;
  margin: 5px 0;
}
#button_scroll:hover {
  background: #1f6306;
}
#button_scroll,
#button_scroll::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#button_scroll::before,
#button_scroll::after {
  background: #141414;
  content: "";
  position: absolute;
  z-index: -1;
}
#button_scroll::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
#button_scroll:hover:after {
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
}

/*PRELOADER*/
/** page **/
.cssloader {
  padding-top: calc(45vh - 25px);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #212121;
  z-index: 99999;
}

/** loader **/

.sh1 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #00190a transparent transparent transparent;
  margin: 0 auto;
  animation: shk1 1s ease-in-out infinite normal;
}
.sh2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #0c7735 transparent;
  margin: -50px auto 0;
  animation: shk2 1s ease-in-out infinite alternate;
}

/** animation starts here **/

@keyframes shk1 {
  0% {
    transform: rotate(-360deg);
  }

  100% {
  }
}

@keyframes shk2 {
  0% {
    transform: rotate(360deg);
  }
  100% {
  }
}
.lt {
  color: #fff;
  margin: 30px auto;
  text-align: center;
  font-weight: 100;
  letter-spacing: 10px;
}
a.close-search-form {
  display: none;
}

/*SRTICKY HEADER*/

.fix-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.admin-bar .fix-sticky {
  margin-top: 32px;
}

/*Body*/

.top-header .call-text {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}
header#site-navigation {
  background: #fff;
}

.delivery:hover,
.policy:hover {
  color: #0c7735;
}
.header-menu .logo-image img {
  width: auto;
}

.top-header {
  background: #190304;
}
.top-header-div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-header-div .dashicons {
  color: #ffff;
  margin-right: 10px;
}
.middle-header {
  background: #fff;
}
.order-button {
  display: flex;
  justify-content: flex-end;
}

/* #site-navigation {
  border-bottom: 1px solid #f5f5f5;
} */
.middle-header .wishlist,
.middle-header .my_account,
.middle-header .cart-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.middle-header .search-form {
  position: relative;
}
.middle-header .search-form input#woocommerce-product-search-field {
  width: 100%;
  outline: none;
  border: 0;
  padding: 10px 20px;
  background: #f2f4f6;
}
.middle-header .search-button {
  position: absolute;
  right: -20px;
  top: 10px;
  background: transparent;
  padding: 10px 40px;
  color: #000;
  border: 0;
  outline: none;
  cursor: pointer;
}
/* .middle-header .search-button:hover {
  background: #1f6306;
} */

.header .order-button {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.category-search-sec {
  background: #0c7735;
  padding: 15px;
}

.product-btn {
  border: 0;
  background: transparent;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
.header .product-cat {
  list-style: none;
  position: absolute;
  top: 35px;
  left: 15px;
  right: 0;
  z-index: 999;
  text-align: left;
  font-size: 14px;
  border: none;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.08));
}

.header li.drp_dwn_menu {
  padding: 10px;
  background: #1f6306;
  border-bottom: 1px solid #fff;
}

.header li.drp_dwn_menu:hover {
  background: #000;
}

.header li.drp_dwn_menu a {
  color: #fff;
}

.product-btn:focus {
  outline: none;
}
.cart-customlocation {
  position: relative;
}

/*SLIDER SECTION*/

#slider {
  position: relative;
}
#slider .slider-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(41, 45, 50, 1),
    rgba(125, 137, 152, 0)
  );
  z-index: 1;
}
#slider .slider-box .image-below {
  margin-top: -50px;
}
#slider .slider-box .content-below-image {
  width: auto;
}
#slider .carousel-caption {
  position: absolute;
  transform: translateY(-50%);
  top: 40%;
  right: 30%;
  left: 5%;
}

#slider h1 {
  font-size: 64px;
  line-height: 52px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Amatic SC";
}

#slider p {
  color: #ffffff;
  margin-top: 30px;
  font-size: 17px;
  font-family: "Manrope";
  font-weight: 700;
  text-transform: uppercase;
}

#slider .button {
  width: 30%;
  height: 45px;
  color: #fff;
  background: #00190a;
  padding: 10px 20px;
  transition: all 0.6s;
  position: relative;
  top: 40px;
  font-size: 20px;
  font-family: "Manrope";
  font-weight: 500;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fdd61f;
  transition: all ease-in-out 0.3s;
}
#slider .button:hover {
  background-color: #fdd61f;
  color: #1f6306;
}
#slider .owl-dots {
  text-align: center;
  width: 100%;
  position: absolute;
  top: -80%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transform: rotate(90deg);
  left: 45%;
}
#slider .owl-dots button.owl-dot {
  width: 14px;
  height: 14px;
  border-radius: 50px;
  display: inline-block;
  background: transparent;
  margin: 0 5px;
  border: 1px solid #fff;
}
#slider .owl-dots button.owl-dot.active {
  background-color: #fdd61f;
  border: 1px solid #fff;
}
#slider .slider-box1 {
  background-color: #00190a;
  width: 100%;
  position: relative;
  top: -30px;
}
#slider .slider-box1 img {
  width: auto;
  height: auto;
}
#slider .slider-box1 .slider-heading {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Manrope";
  line-height: 25.2px;
}
#slider .slider-box1 p {
  font-size: 18px;
  font-family: "Manrope";
  font-weight: 700;
  color: #fff;
}
#slider .slider-box1 h1 {
  font-size: 42px;
  font-family: "Amatic SC";
  font-weight: 700;
  color: #fff;
}
#slider .slider-box1 h1 .new-line {
  font-size: 42px;
  font-family: "Amatic SC";
  font-weight: 700;
  color: #fdd61f;
}
#slider .slider-box1 img.content-below-image {
  margin-top: -40px;
}
#slider .slider-box1 .text-box {
  width: 190px;
  height: 190px;
  background-color: #13231a;
  border-radius: 6px;
  padding: 50px 10px 21px 10px;
  margin: auto;
}

.page-template-frontpage h5 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #141414;
}

.page-template-frontpage h2 {
  color: #141414;
  font-size: 26px;
}

.head-text {
  margin-bottom: 50px;
}
.head-text-sec {
  padding: 10px 20px;
  background: #eff1f2;
  border-radius: 5px;
  margin-bottom: 30px;
}
.page-template-frontpage h4 {
  font-size: 24px;
  color: #141414;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

/*ABOUT SECTION*/

#about .about-image {
  width: 100%;
  height: auto;
  object-fit: contain;
}
#about .about-image .img1 img {
  width: auto;
  height: auto;
  position: relative;
  top: 32.5%;
}
#about .about-image .img2 img {
  width: auto;
  height: auto;
  position: relative;
  left: -20%;
}
#about .about-text img.content-below-image {
  margin-top: -40px;
}
#about .about-text .content {
  font-size: 18px;
  font-family: "Manrope";
  font-weight: 600;
  color: #12161c;
}
#about .about-text h1 {
  font-size: 42px;
  font-family: "Amatic SC";
  font-weight: 700;
  color: #292d32;
}
#about .about-text .new-line {
  font-size: 42px;
  font-family: "Amatic SC";
  font-weight: 700;
  color: #0c7735;
}
#about .about-text hr {
  width: 20%;
  border: 2px solid #fdd61f;
  transform: rotate(90deg);
  position: absolute;
  left: -7%;
  top: 44%;
}
#about .about-text .content1 {
  font-size: 16px;
  font-family: "Manrope";
  font-weight: 500;
  color: #12161c;
  position: relative;
  left: 4%;
  line-height: 32px;
}
#about .about-text .content2 {
  font-size: 16px;
  font-family: "Manrope";
  font-weight: 500;
  color: #12161c;
  line-height: 32px;
}
#about .about-button {
  width: 30%;
  height: 45px;
  color: #fff;
  background: #00190a;
  padding: 10px 20px;
  transition: all 0.6s;
  position: relative;
  top: 7%;
  font-size: 20px;
  font-family: "Manrope";
  font-weight: 500;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fdd61f;
}
#about .about-button:hover {
  background-color: #fdd61f;
  color: #106a32;
}
/* SERVICES */
#services {
  background: #f8f7f3;
}
#services .content {
  font-size: 24px;
  font-family: "Manrope";
  font-weight: 700;
  color: #12161c;
}
#services h1 {
  font-size: 42px;
  font-family: "Amatic SC";
  font-weight: 700;
  color: #292d32;
}
#services .new-line {
  font-size: 42px;
  font-family: "Amatic SC";
  font-weight: 700;
  color: #0c7735;
}
#services img.content-below-image {
  margin-top: -40px;
}
#services .frontside {
  width: 100%;
  height: auto;
}
#services .frontside a img {
  width: 100%;
  height: auto;
  cursor: pointer;
  border-radius: 10px;
}
#services .services-text-box {
  width: 322px;
  height: 114px;
  border-radius: 10px;
  background-color: #ffffff;
  position: absolute;
  left: 10%;
  top: -10%;
  transform: translate(5%);
}
#services .services-text-box:hover,
#services .services-text-box:hover .services-description {
  background-color: #fdd61f;
  color: #292d32;
}
#services .services-text-box .services-description {
  font-size: 18px;
  font-family: "Manrope";
  font-weight: 600;
  color: #0c7735;
}
#services .services-text-box .services-button {
  font-size: 22px;
  font-family: "Manrope";
  font-weight: 600;
  color: #292d32;
}
#services .frontside img.second-image {
  width: auto;
  margin-top: -40px;
}
#services .services-btn {
  width: 15%;
  height: 45px;
  color: #fff;
  background: #00190a;
  padding: 10px 20px;
  transition: all 0.6s;
  position: relative;
  top: 13%;
  font-size: 20px;
  font-family: "Manrope";
  font-weight: 500;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fdd61f;
  margin: auto;
}
#services .services-btn:hover {
  background-color: #fdd61f;
  color: #106a32;
}
#services .test-image {
  width: 100%;
  height: auto;
}
/* SPECIAL SECTION */
#special .special .content {
  font-size: 24px;
  font-family: "Manrope";
  font-weight: 700;
  color: #12161c;
}
#special .special h1 {
  font-size: 42px;
  font-family: "Amatic SC";
  font-weight: 700;
  color: #292d32;
}
#special .special .new-line {
  font-size: 42px;
  font-family: "Amatic SC";
  font-weight: 700;
  color: #0c7735;
}
#special .special img.content-below-image {
  margin-top: -40px;
}
#special .special-image {
  width: auto;
  height: auto;
}
#special .special-image img {
  width: 100%;
  height: auto;
}
#special .post-date {
  font-size: 18px;
  font-family: "Manrope";
  font-weight: 700;
  color: #0c7735;
  transform: rotate(-90deg);
  background-color: #fdd61f;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0px 0px;
  width: 210px;
  height: 78px;
  position: absolute;
  top: 28%;
  left: -12%;
}
#special .post-title {
  font-size: 24px;
  font-family: "Manrope";
  font-weight: 700;
  color: #0c7735;
}
#special .special-time,
#special .special-cost {
  font-size: 16px;
  font-family: "Manrope";
  font-weight: 600;
  color: #12161c;
}
#special .content-post {
  font-size: 16px;
  font-family: "Manrope";
  font-weight: 500;
  color: #12161c;
  line-height: 32px;
}
#special .special-button,
#special .special-btn {
  width: auto;
  height: 45px;
  color: #fff;
  background: #00190a;
  padding: 10px 20px;
  transition: all 0.6s;
  position: relative;
  top: 13%;
  font-size: 20px;
  font-family: "Manrope";
  font-weight: 500;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fdd61f;
  margin: auto;
  transition: all ease-in-out 0.3s;
}
#special .special-button {
  top: 25%;
  left: -10%;
}
#special .special-button:hover,
#special .special-btn:hover {
  background-color: #fdd61f;
  color: #106a32;
}
/*VIDEO SECTION*/
#video .video-bg-text img.content-below-image {
  margin-top: -40px;
}
#video .video-image {
  width: auto;
  height: auto;
  object-fit: contain;
}
#video .video-image img {
  width: auto;
  height: auto;
}
#video .video-bg-img {
  height: auto;
  background-position: center;
  background-repeat: no-repeat !important;
  background: #00190a;
  background-size: contain;
}
#video .video .content {
  font-size: 24px;
  font-family: "Manrope";
  font-weight: 700;
  color: #ffffff;
}
#video .video h1 {
  font-size: 60px;
  font-family: "Amatic SC";
  font-weight: 700;
  color: #ffffff;
}
#video .video .same-line {
  font-size: 60px;
  font-family: "Amatic SC";
  font-weight: 700;
  color: #fdd61f;
}
#video .video .new-line {
  font-size: 60px;
  font-family: "Amatic SC";
  font-weight: 700;
  color: #fff;
}
#video .video p {
  font-size: 17px;
  font-family: "Manrope";
  font-weight: 500;
  color: #ffffff;
  line-height: 32px;
}
#video .video-btn-bg img {
  width: auto;
  height: auto;
  position: absolute;
  top: 75%;
}
#video .video .video-btn-bg p {
  font-size: 20px;
  font-family: "Manrope";
  font-weight: 700;
  color: #000;
  position: absolute;
  left: 30%;
  top: 82%;
}
#video .popup-btn {
  position: absolute;
  top: 77%;
  left: 5%;
  width: 120px !important;
  height: 100px !important;
}
#video .popup-btn i {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fdd61f;
}
#video .popup-btn,
.close-btn {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  cursor: pointer;
  border: white;
  background-color: #00190a;
  border-radius: 30px;
  color: white;
}
#video button.close-btn {
  top: 0%;
  left: 100%;
}
#video .video-popup {
  display: none;
  width: 100%;
  height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  box-shadow: 10px 10px 10px 10px black;
}
#video .popup-bg {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  position: absolute;
}
#video .popup-content {
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: auto;
}
#video .youtube-video {
  width: 100%;
  height: 400px;
  margin: auto;
  display: block;
  border: none;
}
/* #video .video-bg-text {
  margin-top: 150px;
} */
#video .vector1,
#video .vector2 {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 50px;
}
#video .vector-image1 img {
  width: auto;
  height: auto;
}
#video .vector-text1 h1,
#video .vector-text2 h1 {
  font-size: 24px;
  font-family: "Amatic SC";
  font-weight: 700;
  color: #fff;
}
#video .vector-text1 h1 {
  position: relative;
  left: 50%;
  top: 50%;
}
#video .vector-text2 h1 {
  position: relative;
  left: 0%;
  top: 50%;
}
#video .video .video-text1,
#video .video .video-text2 {
  font-size: 24px;
  font-family: "Manrope";
  font-weight: 700;
  color: #fff;
}
#video .video .video-text1 {
  position: relative;
  left: 50%;
  top: 55%;
}
#video .video .video-text2 {
  position: relative;
  top: 55%;
  left: -20%;
}
/* PRICING SECTION */
#pricing .content {
  font-size: 24px;
  font-family: "Manrope";
  color: #263238;
  font-weight: 700;
}
#pricing h3 {
  font-size: 42px;
  font-family: "Amatic SC";
  color: #263238;
  font-weight: 700;
}
#pricing h3 .next-line {
  font-size: 42px;
  font-family: "Amatic SC";
  color: #0c7735;
  font-weight: 700;
}
#pricing img.content-below-image {
  margin-top: -40px;
}
#pricing .pricing-rectangle-box {
  width: 100%;
  height: 370px;
  background-color: #ffffff;
  border: 1px solid #263238;
  border-radius: 10px;
}
#pricing .event-heading {
  font-size: 24px;
  font-family: "Manrope";
  color: #0c7735;
  font-weight: 700;
}
#pricing .price {
  font-size: 40px;
  font-family: "Manrope";
  color: #0c7735;
  font-weight: 700;
}
#pricing .price .text-2 {
  font-size: 24px;
  font-family: "Manrope";
  font-weight: 700;
  color: #263238;
}
#pricing .description {
  margin-top: 20px;
  color: #263238;
  font-size: 16px;
  font-family: "Manrope";
  font-weight: 500;
  /* padding: 25px; */
  line-height: 32px;
}
#pricing .pricing-rectangle-box .pricing-button {
  width: 50%;
  height: 45px;
  color: #fff;
  background: #00190a;
  border: 2px solid #fdd61f;
  padding: 10px 20px;
  transition: all 0.6s;
  position: relative;
  top: 20px;
  font-size: 20px;
  font-family: "Manrope";
  font-weight: 500;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  margin: auto;
  transition: all ease-in-out 0.3s;
}
#pricing .pricing-rectangle-box .pricing-button:hover {
  background-color: #fdd61f;
  color: #106a32;
}
#pricing .pricing-btn {
  width: 20%;
  height: 45px;
  color: #fff;
  background: #00190a;
  border: 2px solid #fdd61f;
  padding: 10px 20px;
  transition: all 0.6s;
  position: relative;
  top: 0%;
  font-size: 16px;
  font-family: "Manrope";
  font-weight: 500;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  margin: auto;
  transition: all ease-in-out 0.3s;
}
#pricing .pricing-btn:hover {
  background-color: #fdd61f;
  color: #106a32;
}
/* CHOOSE US SECTION */
#choose .choose-img {
  width: 100%;
  height: auto;
}
#choose .choose-img img {
  width: 100%;
  height: 100%;
}
#choose .content {
  font-size: 24px;
  font-family: "Manrope";
  color: #263238;
  font-weight: 700;
}
#choose h3 {
  font-size: 42px;
  font-family: "Amatic SC";
  color: #263238;
  font-weight: 700;
}
#choose .new-line {
  font-size: 42px;
  font-family: "Amatic SC";
  color: #0c7735;
  font-weight: 700;
}
#choose p {
  font-size: 16px;
  font-family: "Manrope";
  color: #12161c;
  font-weight: 500;
  line-height: 32px;
}
#choose img.content-below-image {
  margin-top: -40px;
}
#choose .vector1,
#choose .vector2 {
  width: 100%;
  height: auto;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 0px; */
  margin-top: 50px;
}
#choose .vector1 {
  position: absolute;
  left: 3%;
}
#choose .vector-text1 h1,
#choose .vector-text2 h1 {
  font-size: 14px;
  font-family: "Manrope";
  font-weight: 700;
  color: #12161c;
  line-height: 21.86px;
}
#choose .vector1 .vector-image1,
#choose .vector2 .vector-image2 {
  width: 100px;
  height: 100px;
  background-color: #13231a;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#choose .vector3,
#choose .vector4 {
  width: 100%;
  height: auto;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 0px; */
  margin-top: 50px;
}
#choose .vector3 {
  position: absolute;
  left: 3%;
}
#choose .vector-text3 h1,
#choose .vector-text4 h1 {
  font-size: 14px;
  font-family: "Manrope";
  font-weight: 700;
  color: #12161c;
}
#choose .vector3 .vector-image3,
#choose .vector4 .vector-image4 {
  width: 100px;
  height: 100px;
  background-color: #13231a;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#choose .hr1 {
  border: 2px solid #fdd61f;
  transform: rotate(90deg);
  width: 200px;
  position: relative;
  left: 22%;
  top: 130px;
}
/* GALLERY SECTION */
#gallery .content {
  font-size: 24px;
  font-family: "Manrope";
  color: #12161c;
  font-weight: 700;
}
#gallery h1 {
  font-size: 42px;
  font-family: "Amatic SC";
  color: #292d32;
  font-weight: 700;
}
#gallery .next-line {
  font-size: 42px;
  font-family: "Amatic SC";
  color: #0c7735;
  font-weight: 700;
}
#gallery .gallery-box {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
#gallery .gallery-box img {
  width: 100%;
  height: auto;
  border-radius: 15px; /* Adjust the border radius as needed */
}
#gallery img.content-below-image {
  margin-top: -40px;
}
#gallery .owl-carousel .owl-nav {
  display: none;
}
#gallery .owl-dots {
  text-align: center;
  width: 100%;
  display: block;
}
#gallery .owl-dots button.owl-dot {
  width: 14px;
  height: 14px;
  border-radius: 50px;
  display: inline-block;
  background: #d9d9d9;
  margin: 0 5px;
}
#gallery .owl-dots button.owl-dot.active {
  background-color: #fdd61f;
  border: 1px solid #fff;
}
/* BOOKING SECTION */
#booking .booking {
  background-color: #0c7735;
}
#booking .content {
  font-size: 24px;
  font-family: "Manrope";
  color: #fff;
  font-weight: 700;
}
#booking h1 {
  font-size: 42px;
  font-family: "Amatic SC";
  color: #fff;
  font-weight: 700;
}
#booking .next-line {
  font-size: 42px;
  font-family: "Amatic SC";
  color: #fdd61f;
  font-weight: 700;
}
#booking img.content-below-image {
  margin-top: -40px;
  position: relative;
  left: 8%;
}
#booking .booking-img {
  width: 100%;
  height: auto;
}
#booking .booking-img img {
  width: 102.8%;
  height: 100%;
}
#booking input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  width: 25%;
  margin: 10px 10px;
}
#booking input.wpcf7-form-control.wpcf7-text,
#booking select.wpcf7-select.wpcf7-validates-as-required,
#booking
  input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
  padding: 10px 20px;
  background: transparent;
  border: 1px solid #4a8d64;
  margin: 10px;
  outline: none;
  width: 46%;
}
#booking select.wpcf7-select.wpcf7-validates-as-required {
  background: #0c7735;
  color: #90c9a5;
  font-size: 16px;
  font-family: "Manrope";
  font-weight: 500;
}
#booking input.wpcf7-form-control.wpcf7-text::placeholder,
#booking textarea.wpcf7-form-control.wpcf7-textarea::placeholder,
#booking select.wpcf7-select::placeholder {
  font-size: 16px;
  font-family: "Manrope";
  font-weight: 500;
  color: #90c9a5;
}
#booking textarea.wpcf7-form-control.wpcf7-textarea {
  width: 95%;
  height: 130px;
  padding: 20px 25px;
  margin: 15px 0px;
  background: transparent;
  border: 1px solid #4a8d64;
  outline: none;
}
#booking input.wpcf7-form-control.has-spinner.wpcf7-submit {
  display: inline-block;
  padding: 10px 30px;
  margin-top: 30px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border-radius: 30px;
  background: #00190a;
  border: 1px solid #fdd61f;
  text-transform: capitalize;
  cursor: pointer;
  position: relative;
  left: -37%;
  transition: all ease-in-out 0.3s;
}
#booking input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  background-color: #fdd61f;
  color: #106a32;
}
#booking span.wpcf7-spinner {
  display: block;
}
#booking embed {
  width: 100%;
  height: 500px;
}
/* FAQ SECTION */
#faq .content {
  font-size: 24px;
  font-family: "Manrope";
  color: #12161c;
  font-weight: 700;
}
#faq h1 {
  font-size: 42px;
  font-family: "Amatic SC";
  color: #292d32;
  font-weight: 700;
}
#faq .next-line {
  font-size: 42px;
  font-family: "Amatic SC";
  color: #0c7735;
  font-weight: 700;
}
#faq img.content-below-image {
  margin-top: -40px;
}
#faq .accordion {
  border: 1px solid #b2b2b2;
  margin-top: 20px;
  padding: 10px 10px;
}
#faq .accordion_head .title {
  font-size: 14px;
  font-family: "Manrope";
  color: #12161c;
  font-weight: 700;
}
#faq .accordion_head.active h3.title {
  color: #0c7735;
  font-size: 16px;
  font-family: "Manrope";
  font-weight: 700;
}
#faq .accordion_head p {
  font-size: 14px;
  font-family: "Manrope";
  color: #263238;
  font-weight: 400;
}
#faq .accordion_container {
  width: auto;
}
#faq .accordion_head {
  cursor: pointer;
  margin: 0 0 1px 0;
  /* padding: 10px 10px; */
  margin-top: 10px;
}
#faq .accordion_body p {
  padding: 15px 0px;
  margin: 0px;
  font-size: 14px;
  font-family: "Manrope";
  font-weight: 400;
  color: #263238;
}
#faq .arrow {
  float: right;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  color: #000;
  background-color: #fdd61f;
  margin-top: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* TESTIMONIAL SECTION */
#testimonial {
  background-color: #0c7735;
  height: 600px;
}
#testimonial .content {
  font-size: 24px;
  font-family: "Manrope";
  color: #fff;
  font-weight: 700;
}
#testimonial h1 {
  font-size: 42px;
  font-family: "Amatic SC";
  color: #fff;
  font-weight: 700;
}
#testimonial .next-line {
  font-size: 42px;
  font-family: "Amatic SC";
  color: #fdd61f;
  font-weight: 700;
}
#testimonial .testimonial-text img.content-below-image {
  margin-top: -40px;
}
#testimonial .testimonial-description {
  font-size: 18px;
  font-family: "Manrope";
  color: #ffffff;
  font-weight: 600;
  position: relative;
  left: 2%;
}
#testimonial .testimonial-description {
  line-height: 40px;
}
#testimonial .testimonial-designation {
  font-size: 16px;
  font-family: "Manrope";
  color: #ffffff;
  font-weight: 500;
}
#testimonial .testimonial-admin {
  font-family: "Manrope";
  font-size: 24px;
  color: #fdd61f;
  font-weight: 800;
}
#testimonial .testimonial-rectangle-box {
  width: auto;
  height: auto;
}
#testimonial .testimonial-quote {
  width: auto;
  height: auto;
  position: relative;
  left: 2%;
}
#testimonial .testimonial-quote img {
  width: 100%;
  height: auto;
}
#testimonial .testimonial-image {
  display: flex;
  justify-content: end;
  align-items: end;
  margin-top: -20px;
}
#testimonial .testimonial-image img {
  width: auto;
  height: auto;
  margin-right: 10px;
}
#testimonial .vector1,
#testimonial .vector2,
#testimonial .vector3 {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0px;
  margin-top: 30px;
  background-color: #106a32;
}
#testimonial .vector-text1 h1,
#testimonial .vector-text2 h1,
#testimonial .vector-text3 h1 {
  font-size: 42px;
  font-family: "Amatic SC";
  font-weight: 700;
  color: #ffffff;
}
#testimonial .vector-text1 p,
#testimonial .vector-text2 p,
#testimonial .vector-text3 p {
  font-size: 16px;
  font-family: "Manrope";
  font-weight: 500;
  color: #ffffff;
}
#testimonial .vector1 .vector-image1,
#testimonial .vector2 .vector-image2,
#testimonial .vector3 .vector-image3 {
  width: auto;
  height: auto;
  background-color: #ffffff;
  border-radius: 10px 0px 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#testimonial .vector1:hover .vector-image1,
#testimonial .vector2:hover .vector-image2,
#testimonial .vector3:hover .vector-image3 {
  background-color: #fdd61f;
}
#testimonial .vector-image1 img,
#testimonial .vector-image2 img,
#testimonial .vector-image3 img {
  width: 100%;
  height: auto;
}
#testimonial .testimonial-text {
  height: auto;
  background-repeat: no-repeat;
  background-size: contain;
}
/* BLOG SECTION */
#blog .content {
  font-size: 24px;
  font-family: "Manrope";
  color: #12161c;
  font-weight: 700;
}
#blog h1 {
  font-size: 42px;
  font-family: "Amatic SC";
  color: #292d32;
  font-weight: 700;
}
#blog .next-line {
  font-size: 42px;
  font-family: "Amatic SC";
  color: #0c7735;
  font-weight: 700;
}
#blog .blog-image img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0px 0px;
}
#blog .box-content {
  border: 1px solid #878686;
  border-radius: 0px 0px 20px 20px;
  position: relative;
  top: -16px;
}
#blog .post-title {
  font-family: "Jockey One";
  font-size: 20px;
  color: #0c7735;
  font-weight: 400;
  cursor: pointer;
}
#blog .content-post {
  font-family: "Poppins";
  font-size: 13px;
  color: #878686;
  font-weight: 400;
  line-height: 19.5px;
}
#blog .post-date {
  font-size: 14px;
  font-family: "Poppins";
  color: #878686;
  font-weight: 400;
}
#blog .blog-button {
  width: auto;
  height: 45px;
  color: #fff;
  background: #00190a;
  border: 2px solid #fdd61f;
  padding: 10px 20px;
  transition: all 0.6s;
  position: relative;
  top: 0%;
  left: 5%;
  font-size: 16px;
  font-family: "Manrope";
  font-weight: 500;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  margin: auto;
  transition: all ease-in-out 0.3s;
}
#blog .blog-button:hover {
  background-color: #fdd61f;
  color: #106a32;
}
#blog .user-icon i {
  color: #878686;
}
#blog .blog-admin {
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 400;
  color: #878686;
}
#blog .content-below-image {
  margin-top: -50px;
}
.page-template-default .footer-box,
.page-template .footer-box,
.woocommerce-shop .footer-box {
  top: auto !important;
  background-color: #fdd61f;
  position: relative;
}
/* Blog section */

.latest-post .post-image-box {
  position: relative;
}

.latest-post .latest_content {
  margin-top: 30px;
}

.latest-post .post-goto {
  color: #0c7735;
  text-transform: uppercase;
  font-weight: 600;
}
.latest-post .post-title a {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
.latest-post .post-date p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: -5px;
}
.single-product .tinv-wraper.tinv-wishlist {
  display: none;
}
section.related.products .tinv-wraper.tinv-wishlist {
  display: block;
}

.latest-post .post-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(20, 20, 20, 0.6);
  padding: 30px 10px;
}

/*Footer Section*/
footer {
  height: auto;
  background-color: #001a0a !important;
  background-blend-mode: overlay !important;
}
.footer input.wpcf7-form-control.wpcf7-text {
  padding: 10px 20px;
  background: #f9f8ff;
  border: 1px solid #e8e6f4;
  margin-right: 10px;
  outline: none;
  width: 60%;
  border-radius: 50px;
  height: 66px;
}
.footer input.wpcf7-form-control.wpcf7-text::placeholder {
  color: #6c757d;
  font-size: 16px;
  font-family: "Manrope";
  font-weight: 400;
}
.footer input.wpcf7-form-control.has-spinner.wpcf7-submit {
  width: 50px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 15px;
  font-family: "Manrope";
  border-radius: 25px;
  background: #0c7735;
  border: none;
  text-transform: capitalize;
  cursor: pointer;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10%;
  left: 66%;
}
.footer span.wpcf7-spinner {
  display: block;
}
.footer embed {
  width: 100%;
  height: 500px;
}
.footer-links a {
  position: relative;
  color: #b2d7c0;
  margin-right: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out 0.3s;
}
.footer-links a:hover {
  color: #0c7735;
}
.home .footer-box {
  background-color: #fdd61f;
  position: relative;
  top: -70px !important;
  border-radius: 6px;
}
.footer-box .footer-img1,
.footer-box .footer-img2,
.footer-box .footer-img3 {
  background-color: #0c7735;
  width: 88px;
  height: 80px;
  border-radius: 10px 0px 0px 10px;
  margin: auto;
}
.footer-box .footer-address img,
.footer-box .footer-email img,
.footer-box .footer-number img {
  width: auto;
  height: auto;
  display: flex;
  margin: auto;
  margin-top: 20px;
}
.footer-box .footer-title1,
.footer-box .footer-title2,
.footer-box .footer-title3 {
  font-size: 18px;
  font-family: "Manrope";
  font-weight: 800;
  color: #263238;
  text-transform: uppercase;
}
.footer-box h6 a {
  font-size: 17px;
  font-family: "Manrope";
  font-weight: 500;
  color: #001809;
}
.footer-area .textwidget {
  list-style: none;
}
.footer-area .textwidget ul {
  padding: 0 10px;
}
.footer-area .textwidget ul li {
  margin: 5px 0;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
.footer-area h4.title,
.wp-block-heading {
  color: #fdd61f !important;
  font-family: "Manrope" !important;
  font-weight: 800 !important;
  font-size: 20px !important;
  /* margin-bottom: 20px; */
  text-transform: capitalize !important;
}

.footer-area .fab {
  margin-right: 10px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer-area .fab:hover {
  color: #141414;
}
.footer-area .post-thumbnail img {
  max-width: 100px;
  height: 70px;
  float: right;
}
.footer-area .post-title {
  font-size: 16px;
  font-weight: 400;
}
.footer-area .post-meta a {
  font-weight: 400;
  color: #e6e6e6;
  font-size: 18px;
}
.footer-area .post-meta a:hover {
  color: #0c7735;
}
.footer-area ul {
  padding: 0px;
  list-style: none;
  line-height: 2;
}
.footer-area ul li {
  margin: 10px 0;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

.footer-area img {
  width: auto;
  margin-bottom: 10px;
}
.footer-area select {
  width: 100%;
  padding: 10px;
}
.footer-area bdi {
  color: #0c7735;
}
.footer-area h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
}
.copyright {
  background: #fff;
}
.copyright-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.copyrigt-links a {
  margin-left: 20px;
}

.copyright p {
  color: #263238;
  margin-bottom: 0;
  font-size: 16px;
  font-family: "Manrope";
  font-weight: 500;
}
.copyright a {
  color: #0c7735;
  font-size: 16px;
  font-family: "Manrope";
  font-weight: 500;
}
a.buynowbtn {
  background: #0c7735;
  color: #fff !important;
  padding: 5px 10px !important;
}
.footer-newsletter h3 {
  color: #fff;
  text-transform: capitalize;
}

.footer-newsletter h4 {
  color: #fff;
  text-transform: capitalize;
}
.footer-newsletter input {
  border: 1px solid #fff;
  outline: none;
  background: transparent;
  color: #fff;
  padding: 10px 20px;
}
.footer-newsletter input::placeholder {
  color: #fff;
}
.footer-newsletter input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background: #1f6306;
  color: #fff;
  border: 2px solid #1f6306;
}
.footer-newsletter input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  background: #0c7735;
  border: 2px solid #0c7735;
}
.footer-form {
  position: relative;
  margin-top: 20px;
}
.footer-form .wpcf7 form.failed .wpcf7-response-output,
.footer-form wpcf7 form.aborted .wpcf7-response-output {
  color: #fff;
  font-size: 12px;
}

.imag-sec img {
  margin-right: 10px;
}

.footer-logo img {
  width: auto;
  margin-top: 20px;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
  margin-right: 0;
}
/*Contact Page*/

#contact .contact-title {
  font-size: 44px;
  color: #1e1e1e;
  font-weight: 700;
}
#contact h2 {
  font-size: 34px;
  line-height: 42px;
  color: #141414;
  font-weight: 500;
}
#contact hr {
  background: #9ae2e1;
  padding: 1px;
  width: 10%;
}
#contact p a {
  color: #263238 !important;
}
#contact p a:hover {
  color: #0c7735 !important;
}
#contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  width: 25%;
  margin: 10px 10px;
}
#contact input.wpcf7-form-control.wpcf7-text {
  padding: 10px 20px;
  background: #f9f8ff;
  border: 1px solid #e8e6f4;
  margin: 10px;
  outline: none;
  width: 46%;
}
#contact textarea.wpcf7-form-control.wpcf7-textarea {
  width: 94%;
  height: 130px;
  padding: 20px 25px;
  margin: 15px 0px;
  background: #f9f8ff;
  border: 1px solid #e8e6f4;
  outline: none;
}
#contact input.wpcf7-form-control.has-spinner.wpcf7-submit {
  display: inline-block;
  padding: 10px 30px;
  margin-top: 30px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  border-radius: 30px;
  background: #141414;
  border: none;
  text-transform: uppercase;
}
#contact input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  background: #1f6306;
  color: #fff;
  border-radius: 30px;
  font-weight: 500;
  border: none;
}
#contact span.wpcf7-spinner {
  display: block;
}
#contact embed {
  width: 100%;
  height: 500px;
}
#contact .dashicons {
  font-size: 50px;
  color: #141414;
  display: inline;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: inline-table;
}
#contact .services-box:hover .dashicons {
  transform: rotate(360deg);
  color: #1f6306;
}
#contact h6 {
  color: #0c7735;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}
.page-template-template-parts #slider .slider-box1 {
  top: auto;
}

@media (max-width: 1399px) {
  .container {
    max-width: 1320px;
  }
  .owl-carousel .owl-nav,
  #product-category .owl-carousel .owl-nav {
    display: none;
  }
}
@media (max-width: 1499px) {
  .owl-carousel .owl-nav,
  #product-category .owl-carousel .owl-nav {
    display: none;
  }
}
@media (max-width: 1299px) {
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 960px;
  }

  .copyright-box {
    display: block;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
  .copyrigt-links a {
    font-size: 14px;
    margin-left: 10px;
  }
  .copyright p {
    font-size: 14px;
  }

  h1.post-title {
    font-size: 22px;
  }
}
/*MEDIA QUERY 320 TO 720*/

@media only screen and (min-width: 320px) and (max-width: 720px) {
  .admin-bar .fix-sticky {
    margin-top: 0;
  }
  #main-menu ul {
    display: block;
  }
  .menu-sec {
    order: 1;
  }
  .category-search-sec {
    order: 2;
  }
  .logo-div {
    order: 1;
  }
  .order-button {
    order: 2;
  }
  .col-search {
    order: 3;
  }

  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #ffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
  }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  #main-menu {
    top: 25px;
  }
  .sidenav a:hover {
    color: #f1f1f1;
  }
  #main-menu ul.children,
  #main-menu ul.sub-menu {
    box-shadow: none;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 50px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  #site-navigation .sidenav a.closebtn,
  .open-menu {
    display: inline-block;
    background: #141414;
    padding: 0 10px;
    color: #fff;
  }
  #main-menu ul.children,
  #main-menu ul.sub-menu {
    background: transparent;
  }
  #main-menu ul.sub-menu li a:hover:after {
    background: transparent;
    color: #141414;
  }
  #main-menu ul.sub-menu li a:hover {
    color: #141414;
  }
  #main-menu ul.sub-menu li a:before {
    border: none;
  }
  .page-404 h1 {
    font-size: 100px;
  }
  .page-404 p {
    margin-left: 0;
    margin-right: 0;
  }
  .top-header .call-text {
    font-size: 12px;
  }

  .top-header-div {
    display: block;
  }
  #slider .carousel-caption {
    top: 25%;
    left: 5%;
    right: 5%;
  }
  #slider h1 {
    font-size: 24px;
  }
  #slider p {
    font-size: 14px;
    margin-top: 0;
    display: none;
  }
  #slider .button {
    top: 0;
    font-size: 14px;
  }
  .page-template-frontpage h2 {
    font-size: 20px;
  }
  #our-collection .offer-div h2 {
    font-size: 20px;
  }

  .page-template-frontpage h4 {
    font-size: 22px;
  }

  #products_offer h1 {
    font-size: 60px;
  }
  #join-us h6 {
    font-size: 16px;
  }
  #join-us h3 {
    font-size: 22px;
    margin-top: 30px;
  }
  #latest-news h6 a {
    font-size: 16px;
  }

  #contact hr {
    width: 30%;
  }
  #contact .contact-form p {
    margin-left: 0;
    margin-right: 0;
  }
  #contact input.wpcf7-form-control.wpcf7-text,
  #contact input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number,
  #contact textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    margin: 15px 0;
  }
  #contact .wpcf7 .ajax-loader {
    display: block;
    left: 38%;
  }
  #comments textarea {
    width: 100%;
  }
  .post-single .blog_share_icon .fab {
    width: 40px;
    height: 40px;
    font-size: 14px;
    margin: 0 -1px;
  }
  .copyright img {
    margin: 10px 0;
  }
  .latest-post .post-title a {
    font-size: 16px;
  }
  .latest-post {
    padding: 10px;
  }
}

/*MEDIA 768 TO 1023*/

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .menu-header .row,
  #video .veggies,
  #slider .slider .row,
  #special .row,
  #video .row,
  #pricing .row,
  #choose .row,
  #gallery .row,
  #booking .row,
  #faq .row,
  #testimonial .row,
  #blog .row,
  .footer-box .row,
  .footer .row {
    margin: 0 !important;
  }
  #main-menu ul {
    display: block;
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #ffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
  }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  #main-menu {
    top: 25px;
  }
  .sidenav a:hover {
    color: #f1f1f1;
  }
  #main-menu ul.children,
  #main-menu ul.sub-menu {
    box-shadow: none;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 50px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  #site-navigation .sidenav a.closebtn,
  .open-menu {
    display: inline-block;
    background: #141414;
    padding: 0 10px;
    color: #fff;
  }
  #main-menu ul.children,
  #main-menu ul.sub-menu {
    background: transparent;
  }
  #main-menu ul.sub-menu li a:hover:after {
    background: transparent;
    color: #141414;
  }
  #main-menu ul.sub-menu li a:hover {
    color: #141414;
  }
  #main-menu ul {
    display: grid;
    justify-content: center;
    align-items: center;
  }
  .header-menu .team-icons {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .icons-bar .team-icons i {
    left: auto !important;
  }
  .icons-bar .location {
    padding: 0 !important;
  }
  .search-box {
    position: relative !important;
    left: auto !important;
    top: auto !important;
  }
  .middle-header .team-icons,
  .middle-header .email,
  .middle-header .location {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  #video .video-image img,
  #video .video-bg-img img,
  #choose .choose-img img,
  #about .about-image .img1 img,
  #about .about-image .img2 img,
  #services .frontside img,
  #special .special-image img {
    width: 100% !important;
  }
  #services .frontside img.second-image {
    width: auto !important;
  }
  #video .video-bg-img img,
  #about .about-image .img2 img {
    left: auto !important;
  }
  #about .about-image .img1 img,
  .footer-box {
    top: auto !important;
  }
  #about .about-image .img1 img {
    height: 100%;
  }
  #booking .booking-img img {
    width: 100%;
  }
  #testimonial,
  .icons-bar {
    height: auto !important;
  }
  #testimonial .testimonial-text img.content-img,
  .menu-header hr,
  #video .video-btn-bg img,
  #slider .slider-box .content-below-image,
  #about .about-text hr,
  /* #video .video-bg-img img, */
  #choose .hr1,
  #video .video .video-btn-bg p,
  #testimonial .testimonial-quote img,
  #slider p {
    display: none !important;
  }
  #video .vector-image1 img,
  #video .vector-image2 img {
    margin: auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  #video .video-bg-text img.content-below-image {
    display: none !important;
  }
  #booking input.wpcf7-form-control.has-spinner.wpcf7-submit {
    left: auto !important;
  }
  #video .popup-btn {
    top: 50% !important;
    left: 45% !important;
  }
  #slider .slider-box .image-below {
    margin: auto !important;
  }
  #slider h1,
  #slider .slider-box1 h1 .new-line,
  #about .about-text h1,
  #about .about-text .new-line,
  #services h1,
  #services .new-line,
  #special .special h1,
  #special .special .new-line,
  #special .post-title,
  #video .video h1,
  #video .video .same-line,
  #pricing h3,
  #pricing h3 .next-line,
  #pricing .price,
  #choose h3,
  #choose .new-line,
  #gallery h1,
  #gallery .next-line,
  #booking h1,
  #booking .next-line,
  #faq h1,
  #faq .next-line,
  #testimonial h1,
  #testimonial .next-line,
  #blog h1,
  #blog .next-line {
    font-size: 24px !important;
    text-align: center !important;
    margin-top: 0 !important;
  }
  #slider .slider-box1 p,
  #slider .slider-box1 .slider-heading,
  #about .about-text .content,
  #about .about-text .content1,
  #about .about-text .content2,
  #services .content,
  #services .services-text-box .services-description,
  #services .services-text-box .services-button,
  #special .special .content,
  /* #special .content-post, */
  #video .video .content,
  #video .video p,
  #pricing .content,
  #pricing .event-heading,
  #pricing .description,
  #choose .content,
  #choose p,
  #gallery .content,
  #booking .content,
  #faq .content,
  #faq .accordion_head .title1,
  #faq .accordion_head .title2,
  #faq .accordion_head .title,
  #faq .accordion_body p,
  #testimonial .content,
  #testimonial .testimonial-description,
  .testimonial-designation,
  #testimonial .testimonial-admin,
  #testimonial .vector-text1 p,
  #testimonial .vector-text2 p,
  #testimonial .vector-text3 p,
  #blog .content,
  #blog .post-date,
  #blog .post-title,
  #blog .content-post,
  #blog .blog-admin,
  .footer-box .footer-title1,
  .footer-box .footer-title2,
  .footer-box .footer-title3,
  .footer-box h6 a,
  #choose .vector-text1 h1,
  #choose .vector-text2 h1,
  #choose .vector-text3 h1,
  #choose .vector-text4 h1,
  #special .special-time,
  #special .special-cost {
    display: block !important;
    font-size: 14px !important;
    text-align: center !important;
    padding: 5px !important;
  }
  #special .box-content {
    padding: 0 !important;
  }
  #video .video-bg-text,
  #video .veggies {
    padding: 0 !important;
  }
  .header-search {
    left: auto !important;
    top: auto !important;
  }
  #slider .slider-box1 .slider-Box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #special .box-content {
    margin: auto !important;
  }
  #services .frontside {
    margin: 0 !important;
  }
  footer .footer {
    padding: 0 !important;
  }
  #testimonial .testimonial-text {
    height: auto;
  }
  #slider .owl-dots {
    top: auto !important;
    left: auto !important;
    transform: rotate(0deg) !important;
    justify-content: center !important;
    display: block !important;
  }
  #about .about-text img.content-below-image {
    justify-content: center !important;
    display: flex !important;
    align-items: center !important;
    margin: auto !important;
  }
  #about .about-button {
    margin: auto !important;
    top: auto !important;
  }
  #services .services-text-box {
    left: auto !important;
    top: auto !important;
    width: auto !important;
    height: auto !important;
    position: relative !important;
    transform: translate(0%) !important;
  }
  #services .services-btn {
    width: 30% !important;
    top: auto !important;
  }
  #special .post-date {
    width: 170px !important;
    height: 60px !important;
    left: -12% !important;
    top: 26% !important;
  }
  #special .special-time,
  #special .special-cost {
    position: relative;
    left: -3%;
  }
  #pricing .pricing-rectangle-box {
    height: auto;
  }
  #special .special-button,
  #special .special-btn {
    top: auto !important;
    width: 30% !important;
  }
  #special .special-button {
    top: auto !important;
    left: auto !important;
    margin-bottom: 20px;
  }
  #special .special-btn {
    margin-top: 20px !important;
  }
  #video .video,
  #video .video .content,
  #choose p {
    padding: 0 !important;
  }
  #video .video .video-text1,
  #video .vector-text1 h1,
  #video .video .video-text2,
  #video .vector-text2 h1 {
    /* top: auto !important; */
    left: auto !important;
    text-align: center !important;
  }
  #video .video-bg-text {
    margin: auto !important;
  }
  #video .vector1,
  #video .vector2 {
    justify-content: center !important;
    margin: auto !important;
  }
  #pricing .pricing-btn {
    width: 30% !important;
  }
  #booking input.wpcf7-form-control.wpcf7-text,
  #booking select.wpcf7-select.wpcf7-validates-as-required,
  #booking
    input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date,
  #booking textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100% !important;
    margin: auto !important;
    margin-top: 10px !important;
  }
  .footer input.wpcf7-form-control.has-spinner.wpcf7-submit {
    left: 72% !important;
    top: 10% !important;
  }
  #testimonial .testimonial-image {
    margin: auto !important;
    justify-content: center !important;
    align-items: center !important;
  }
  #testimonial .vector1,
  #testimonial .vector2,
  #testimonial .vector3 {
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #blog .blog-button {
    left: auto !important;
  }
  #blog .user-icon i,
  .footer-area h4.title,
  .wp-block-heading,
  .footer-area ul li {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  #choose .vector1 {
    position: relative !important;
    left: auto !important;
    margin: auto !important;
  }
  #choose .vector-text1,
  #choose .vector-text2,
  #choose .vector-text3,
  #choose .vector-text4 {
    padding: 0 !important;
  }
  #choose .vector3 {
    position: relative !important;
    left: auto !important;
  }
  #choose .vector1 .vector-image1,
  #choose .vector2 .vector-image2,
  #choose .vector3 .vector-image3,
  #choose .vector4 .vector-image4 {
    margin: auto !important;
  }
  .open-menu,
  #site-navigation .sidenav a.closebtn {
    background: #0e2207 !important;
  }
  .header-menu .logo-image img {
    width: 100% !important;
  }
  .logo {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .header-button {
    top: 0% !important;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .menu-header .search {
    position: relative;
    top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu-header .cart {
    top: 20px !important;
    left: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .middle-header .search-button {
    top: auto !important;
    right: auto !important;
    padding: 0px 30px !important;
  }
  #slider .slider-box::after {
    display: none !important;
  }
  #pricing .owl-dots {
    text-align: center;
    width: 100%;
    position: relative;
    top: -20px;
  }
  #blog .owl-dots {
    text-align: center;
    width: 100%;
    position: relative;
    top: -40px;
  }
  #pricing .owl-dots button.owl-dot,
  #blog .owl-dots button.owl-dot {
    width: 14px;
    height: 14px;
    border-radius: 50px;
    display: inline-block;
    background: #d9d9d9;
    margin: 0 5px;
    border: 1px solid #fff;
  }
  #pricing .owl-dots button.owl-dot.active,
  #blog .owl-dots button.owl-dot.active {
    background-color: #fdd61f;
    border: 1px solid #fff;
  }
  #slider .button {
    margin: auto !important;
    height: auto !important;
  }
  #slider .carousel-caption {
    top: 35%;
    left: 5% !important;
    right: 5% !important;
  }
  #slider h1 {
    line-height: normal !important;
  }
  #slider .slider-box1 .text-box {
    margin: auto !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  #about .about-text .content1 {
    left: auto !important;
  }
  #pricing .pricing-rectangle-box .pricing-button {
    top: -10px !important;
  }
  #faq .accordion_container {
    margin: 0 !important;
  }
  #services .services {
    margin-top: auto !important;
  }
  #testimonial .image {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #gallery .gallery-box {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: auto !important;
  }
  #gallery .gallery-box img {
    width: auto !important;
  }
  #booking img.content-below-image {
    left: 45%;
  }
  #blog .blog-button {
    width: 30%;
  }
  #special .content-post {
    font-size: 11px;
  }
}

/*MEDIA 1024 TO 1300*/
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .menu-header .row,
  #video .veggies,
  #slider .slider .row,
  #special .row,
  #video .row,
  #pricing .row,
  #choose .row,
  #gallery .row,
  #booking .row,
  #faq .row,
  #testimonial .row,
  #blog .row,
  .footer-box .row,
  .footer .row {
    margin: 0 !important;
  }
  #about .about-image .img1 img {
    width: 100% !important;
    top: 22.5% !important;
  }
  #about .about-image .img2 img {
    width: 120% !important;
    left: -8% !important;
  }
  #main-menu ul {
    display: block;
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #ffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
  }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  #main-menu {
    top: 25px;
  }
  .sidenav a:hover {
    color: #f1f1f1;
  }
  #main-menu ul.children,
  #main-menu ul.sub-menu {
    box-shadow: none;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 50px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  #site-navigation .sidenav a.closebtn,
  .open-menu {
    display: inline-block;
    background: #141414;
    padding: 0 10px;
    color: #fff;
  }
  #main-menu ul.children,
  #main-menu ul.sub-menu {
    background: transparent;
  }
  #main-menu ul.sub-menu li a:hover:after {
    background: transparent;
    color: #141414;
  }
  #main-menu ul.sub-menu li a:hover {
    color: #141414;
  }
  #main-menu ul {
    display: grid;
    justify-content: center;
    align-items: center;
  }
  .header-menu .team-icons {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .icons-bar .team-icons i {
    left: auto !important;
  }
  .icons-bar .location {
    padding: 0 !important;
  }
  .search-box {
    position: relative !important;
    left: auto !important;
  }
  .middle-header .team-icons,
  .middle-header .email,
  .middle-header .location {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  /* #video .video-image img, */
  /* #video .video-bg-img img, */
  #choose .choose-img img,
  /* #about .about-image .img1 img, */
  /* #about .about-image .img2 img, */
  #services .frontside img,
  #special .special-image img {
    width: 100% !important;
  }
  /* #video .video-bg-img {
    background-image: none !important;
  } */
  #video .video-bg-text,
  #video .veggies {
    padding: 0 !important;
  }
  #gallery .gallery-box img {
    width: auto;
  }
  #services .frontside img.second-image {
    width: auto !important;
  }
  /* #video .video-bg-img img {
    left: auto !important;
  } */
  /* #about .about-image .img1 img, */
  .footer-box {
    top: auto !important;
  }
  /* #slider .slider-box1 {
    top: 30px !important;
  } */
  #testimonial,
  .icons-bar {
    height: auto !important;
  }
  #testimonial .testimonial-text img.content-img,
  .menu-header hr,
  #video .video-btn-bg img,
  #slider .slider-box .content-below-image,
  #about .about-text hr,
  /* #video .video-bg-img img, */
  /* #choose .hr1, */
  #video .video .video-btn-bg p,
  #testimonial .testimonial-quote img,
  #slider p {
    display: none !important;
  }
  #booking input.wpcf7-form-control.has-spinner.wpcf7-submit {
    margin: auto !important;
    left: auto !important;
  }
  #video .popup-btn {
    top: 50% !important;
    left: 45% !important;
  }
  #slider .slider-box .image-below {
    margin: auto !important;
  }
  #slider .slider-box1 h1 .new-line,
  #about .about-text h1,
  #about .about-text .new-line,
  #services h1,
  #services .new-line,
  #special .special h1,
  #special .special .new-line,
  #video .video h1,
  #video .video .same-line,
  #pricing h3,
  #pricing h3 .next-line,
  #pricing .price,
  #choose h3,
  #choose .new-line,
  #gallery h1,
  #gallery .next-line,
  #booking h1,
  #booking .next-line,
  #faq h1,
  #faq .next-line,
  #blog h1,
  #blog .next-line {
    font-size: 24px !important;
    text-align: center !important;
    margin-top: 0 !important;
  }
  #slider .slider-box1 p,
  #slider .slider-box1 .slider-heading,
  #about .about-text .content,
  #services .content,
  #services .services-text-box .services-description,
  #services .services-text-box .services-button,
  #special .special .content,
  #video .video .content,
  #video .video p,
  #pricing .content,
  #pricing .event-heading,
  #pricing .description,
  #choose .content,
  #choose p,
  #gallery .content,
  #booking .content,
  #faq .content,
  #faq .accordion_head .title1,
  #faq .accordion_head .title2,
  #faq .accordion_head .title,
  #faq .accordion_body p,
  #testimonial .vector-text1 p,
  #testimonial .vector-text2 p,
  #testimonial .vector-text3 p,
  #blog .content,
  #blog .post-date,
  #blog .post-title,
  #blog .content-post,
  #blog .blog-admin,
  .footer-box .footer-title1,
  .footer-box .footer-title2,
  .footer-box .footer-title3,
  #choose .vector-text1 h1,
  #choose .vector-text2 h1,
  #choose .vector-text3 h1,
  #choose .vector-text4 h1 {
    display: block !important;
    font-size: 14px !important;
    text-align: center !important;
    padding: 5px !important;
  }
  .footer-box h6 a {
    display: block !important;
    font-size: 12px !important;
    text-align: center !important;
  }
  #slider .slider-box1 .slider-Box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #special .box-content {
    margin: auto !important;
  }
  #services .frontside {
    margin: 0 !important;
  }
  footer .footer {
    padding: 0 !important;
  }
  #about .about-text img.content-below-image {
    justify-content: center !important;
    display: flex !important;
    align-items: center !important;
    margin: auto !important;
  }
  #about .about-button {
    margin: auto !important;
    top: auto !important;
    width: 40%;
  }
  #services .services-text-box {
    left: auto !important;
    top: auto !important;
    width: auto !important;
    height: auto !important;
    position: relative !important;
    transform: translate(0%) !important;
  }
  #services .services-btn {
    width: 30% !important;
    top: auto !important;
  }
  #special .post-date {
    width: 155px !important;
    height: 30px !important;
    left: -16% !important;
    top: 35% !important;
  }
  #special .special-time,
  #special .special-cost {
    position: relative;
    left: -3%;
  }
  #special .box-content {
    padding: 0 !important;
  }
  #special .special-button,
  #special .special-btn {
    top: auto !important;
    width: auto !important;
  }
  #special .special-button {
    top: auto !important;
    left: auto !important;
  }
  #special .special-btn {
    margin-top: 20px !important;
  }
  #video .video,
  #video .video .content,
  #choose p {
    padding: 0 !important;
  }
  #video .popup-content {
    left: 40%;
  }
  #video .vector-text1 h1,
  #video .vector-text2 h1 {
    left: 120%;
  }
  #video .video .video-text1 {
    left: 80% !important;
    text-align: center !important;
  }
  #video .video-bg-text img.content-below-image {
    position: relative;
    left: 35%;
  }
  #video .video-bg-text {
    margin: auto !important;
  }
  #video .vector1,
  #video .vector2 {
    justify-content: center !important;
    margin: auto !important;
  }
  #booking input.wpcf7-form-control.wpcf7-text,
  #booking select.wpcf7-select.wpcf7-validates-as-required,
  #booking
    input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date,
  #booking textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100% !important;
    margin: auto !important;
    margin-top: 10px !important;
  }
  .footer input.wpcf7-form-control.has-spinner.wpcf7-submit {
    left: 63% !important;
    top: 9% !important;
  }
  #testimonial .testimonial-image {
    margin: auto !important;
    align-items: center !important;
  }
  #testimonial .vector1,
  #testimonial .vector2,
  #testimonial .vector3 {
    margin: auto;
    margin-top: 20px;
  }
  #blog .blog-button {
    font-size: 11px;
  }
  #pricing .pricing-rectangle-box {
    height: auto;
  }
  #blog .user-icon i,
  .footer-area h4.title,
  .wp-block-heading,
  .footer-area ul li {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  #choose .vector1,
  #choose .vector2,
  #choose .vector3,
  #choose .vector4 {
    padding: 0px;
  }
  #choose .vector3,
  #choose .vector1 {
    left: 5%;
  }
  #choose .vector2,
  #choose .vector4 {
    position: relative;
    left: -5%;
  }
  #choose .hr1 {
    left: 20%;
  }
  #choose .vector1 .vector-text1,
  #choose .vector2 .vector-text2,
  #choose .vector3 .vector-text3,
  #choose .vector4 .vector-text4 {
    padding: 0 !important;
  }
  #choose .choose-img img,
  #booking .booking-img img {
    height: 100%;
  }
  #booking .booking-img img {
    width: 107.5%;
  }
  #choose .vector1 .vector-image1,
  #choose .vector2 .vector-image2,
  #choose .vector3 .vector-image3,
  #choose .vector4 .vector-image4 {
    height: 80px;
  }
  .open-menu,
  #site-navigation .sidenav a.closebtn {
    background: #0e2207 !important;
  }
  .header-menu .logo-image img {
    width: 100% !important;
  }
  .logo {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .menu-header .cart {
    top: 20px !important;
    left: auto !important;
  }
  .middle-header .search-button {
    top: auto !important;
    right: auto !important;
    padding: 0px 30px !important;
  }
  #slider .slider-box::after {
    display: none !important;
  }
  #pricing .owl-dots {
    text-align: center;
    width: 100%;
    position: relative;
    top: -20px;
  }
  #blog .owl-dots {
    text-align: center;
    width: 100%;
    position: relative;
    top: -40px;
  }
  #pricing .owl-dots button.owl-dot,
  #blog .owl-dots button.owl-dot {
    width: 14px;
    height: 14px;
    border-radius: 50px;
    display: inline-block;
    background: #d9d9d9;
    margin: 0 5px;
    border: 1px solid #fff;
  }
  #pricing .owl-dots button.owl-dot.active,
  #blog .owl-dots button.owl-dot.active {
    background-color: #fdd61f;
    border: 1px solid #fff;
  }
  #slider .button {
    height: auto !important;
    top: 20px;
  }
  /* #slider .carousel-caption {
    left: 5% !important;
    right: 5% !important;
  } */
  #slider h1 {
    line-height: normal !important;
  }
  /* #about .about-text .content1 {
    left: auto !important;
  } */
  #about .about-text .content2 {
    position: relative;
    left: 4%;
    margin: 0 !important;
  }
  #about .about-text .content1,
  #about .about-text .content2 {
    font-size: 14px;
  }
  #pricing .pricing-rectangle-box .pricing-button {
    top: -10px !important;
  }
  #faq .accordion_container {
    margin: 0 !important;
  }
  #services .services {
    margin-top: auto !important;
  }
  #testimonial .testimonial-text img.content-below-image {
    margin-top: -20px;
  }
  #testimonial .testimonial-counts {
    margin-bottom: 20px;
  }
  #gallery .gallery-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
  }
  #video .video .video-btn-bg p {
    left: 24%;
    top: 85%;
  }
  #video .video .video-text1 {
    left: 30%;
  }
  #video .video-right {
    position: relative;
    top: 35%;
  }
  #video .video-btn-bg img {
    top: 80%;
  }
  #video .veggies,
  #video .video-right {
    padding-top: 0 !important;
  }
  #faq .accordion_head .title {
    font-size: 11px !important;
  }
  #booking img.content-below-image {
    left: 42%;
    margin-top: -50px;
  }
  #special .content-post {
    font-size: 11px;
  }
}

/*MEDIA 1400 TO 1440*/
@media only screen and (min-width: 1400px) and (max-width: 1440px) {
  .menu-header hr {
    left: -25%;
  }
  #main-menu ul li a {
    padding: 0px 13px;
  }
  .middle-header .location {
    position: relative;
    left: -2%;
  }
  .menu-header .search-cart {
    position: relative;
    left: 5%;
  }
  #slider .slider-box1 .slider {
    padding: 0 !important;
  }
  #slider .carousel-caption {
    top: 40%;
    left: 10%;
  }
  #about .about-text {
    position: relative;
    left: 5%;
  }
  #about .about-button {
    width: 35%;
    top: 10%;
  }
  #about .about-image .img1 img {
    width: 100%;
    top: 22.5%;
  }
  #about .about-image .img2 img {
    width: 120%;
    left: auto;
  }
  #about .about-text h1 {
    margin-top: -20px;
  }
  #about .about-text hr {
    top: 40%;
  }
  #about .about-text .content2 {
    margin: 0 !important;
  }
  #services .frontside img {
    width: 100%;
    height: auto;
  }
  #services .services-text-box {
    left: 3%;
  }
  #special .post-date {
    width: 185px;
    height: 60px;
    top: 30%;
    left: -12%;
  }
  #faq .accordion_head .title {
    font-size: 13px;
  }
  #blog .blog-button {
    font-size: 14px;
  }
  .footer-box h6 a {
    font-size: 14px;
  }
  #blog .post-title {
    font-size: 17px;
  }
  #video .video-image img {
    width: 110%;
  }
  #video .video-btn-bg img {
    width: auto;
  }
  .footer input.wpcf7-form-control.has-spinner.wpcf7-submit {
    left: 65%;
  }
  #slider .slider-box1 .slider-Box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #slider .slider-box1 .text-box {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #special .special-time,
  #special .special-cost {
    font-size: 15px;
  }
  #video .video .video-btn-bg p {
    left: 23%;
    top: 87%;
  }
  #video .video .video-text1 {
    left: 30%;
  }
  #video .video-right {
    position: relative;
    top: 15%;
  }
  #video .video-btn-bg img {
    top: 80%;
  }
  #video .popup-btn {
    top: 82%;
  }
  #video .veggies,
  #video .video-right {
    padding-top: 0 !important;
  }
  #choose .vector1,
  #choose .vector2,
  #choose .vector3,
  #choose .vector4 {
    padding: 0px;
  }
  #choose .vector3,
  #choose .vector1 {
    left: 5%;
  }
  #choose .vector2,
  #choose .vector4 {
    position: relative;
    left: -5%;
  }
  #choose .hr1 {
    top: 150px;
    left: 20%;
  }
  #booking .booking-form {
    position: relative;
    top: 0%;
  }
  #testimonial .testimonial-counts {
    position: relative;
    left: 12%;
    margin-top: 70px;
  }
  #testimonial .testimonial-description {
    left: 3%;
  }
  #special .box-content {
    padding: 0 !important;
  }
  #booking .booking-img img {
    width: 128.9%;
  }
  #booking img.content-below-image {
    margin-top: -50px;
    left: 10%;
  }
}

/*MEDIA 1441 TO 1680*/
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
  .menu-header hr {
    left: -25%;
  }
  #main-menu ul li a {
    padding: 0px 13px;
  }
  .middle-header .location {
    position: relative;
    left: -17%;
  }
  .menu-header .search-cart {
    position: relative;
    left: 5%;
  }
  #slider .slider-box1 .slider {
    padding: 0 !important;
  }
  #slider .carousel-caption {
    top: 50%;
    left: 20%;
  }
  #about .about-text {
    position: relative;
    left: 5%;
  }
  #about .about-button {
    width: 35%;
    top: 10%;
  }
  #about .about-image .img1 img {
    width: 100%;
    top: 22.5%;
  }
  #about .about-image .img2 img {
    width: 120%;
    left: auto;
  }
  #about .about-text h1 {
    margin-top: -20px;
  }
  #about .about-text hr {
    top: 40%;
  }
  #about .about-text .content2 {
    margin: 0 !important;
  }
  #services .frontside img {
    width: 100%;
    height: auto;
  }
  #services .services-text-box {
    left: 3%;
  }
  #special .post-date {
    width: 185px;
    height: 60px;
    top: 30%;
    left: -13%;
  }
  #faq .accordion_head .title {
    font-size: 13px;
  }
  #blog .blog-button {
    font-size: 14px;
  }
  .footer-box h6 a {
    font-size: 14px;
  }
  #blog .post-title {
    font-size: 17px;
  }
  #video .video-image img {
    width: 110%;
  }
  #video .video-btn-bg img {
    width: auto;
  }
  .footer input.wpcf7-form-control.has-spinner.wpcf7-submit {
    left: 65%;
  }
  #slider .slider-box1 .slider-Box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #slider .slider-box1 .text-box {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #special .special-time,
  #special .special-cost {
    font-size: 15px;
  }
  #video .video .video-btn-bg p {
    left: 23%;
    top: 85%;
  }
  #video .video .video-text1 {
    left: 30%;
  }
  #video .vector-text1 h1 {
    left: auto;
  }
  #video .video-right {
    position: relative;
    top: 25%;
  }
  #video .video-btn-bg img {
    top: 80%;
  }
  #video .popup-btn {
    top: 82%;
  }
  #video .veggies,
  #video .video-right {
    padding-top: 0 !important;
  }
  #choose .vector1,
  #choose .vector2,
  #choose .vector3,
  #choose .vector4 {
    padding: 0px;
  }
  #choose .vector3,
  #choose .vector1 {
    left: 5%;
  }
  #choose .vector2,
  #choose .vector4 {
    position: relative;
    left: -5%;
  }
  #choose .hr1 {
    top: 150px;
    left: 20%;
  }
  #booking .booking-form {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #booking img.content-below-image {
    margin-top: -50px;
    left: 10%;
  }
  #testimonial .testimonial-counts {
    position: relative;
    left: 12%;
    margin-top: 70px;
  }
  #testimonial .testimonial-description {
    left: 3%;
  }
  #special .box-content {
    padding: 0 !important;
  }
  #booking .booking-img img {
    width: 154.5%;
  }
}

/*MEDIA 1681 TO 1920*/
@media only screen and (min-width: 1681px) and (max-width: 1920px) {
  .menu-header hr {
    left: -25%;
  }
  #main-menu ul li a {
    padding: 0px 13px;
  }
  .middle-header .location {
    position: relative;
    left: -17%;
  }
  .menu-header .search-cart {
    position: relative;
    left: 5%;
  }
  #slider .slider-box1 .slider {
    padding: 0 !important;
  }
  #slider .carousel-caption {
    top: 50%;
    left: 20%;
  }
  #about .about-text {
    position: relative;
    left: 5%;
  }
  #about .about-button {
    width: 35%;
    top: 10%;
  }
  #about .about-image .img1 img {
    width: 100%;
    top: 22.5%;
  }
  #about .about-image .img2 img {
    width: 120%;
    left: auto;
  }
  #about .about-text h1 {
    margin-top: -20px;
  }
  #about .about-text hr {
    top: 40%;
  }
  #about .about-text .content2 {
    margin: 0 !important;
  }
  #services .frontside img {
    width: 100%;
    height: auto;
  }
  #services .services-text-box {
    left: 3%;
  }
  #special .post-date {
    width: 185px;
    height: 60px;
    top: 30%;
    left: -13%;
  }
  #faq .accordion_head .title {
    font-size: 13px;
  }
  #blog .blog-button {
    font-size: 14px;
  }
  .footer-box h6 a {
    font-size: 14px;
  }
  #blog .post-title {
    font-size: 17px;
  }
  #video .video-image img {
    width: 110%;
  }
  #video .video-btn-bg img {
    width: auto;
  }
  .footer input.wpcf7-form-control.has-spinner.wpcf7-submit {
    left: 65%;
  }
  #slider .slider-box1 .slider-Box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #slider .slider-box1 .text-box {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #special .special-time,
  #special .special-cost {
    font-size: 15px;
  }
  #video .video .video-btn-bg p {
    left: 23%;
    top: 85%;
  }
  #video .video .video-text1 {
    left: 30%;
  }
  #video .vector-text1 h1 {
    left: auto;
  }
  #video .video-right {
    position: relative;
    top: 35%;
  }
  #video .video-btn-bg img {
    top: 80%;
  }
  #video .popup-btn {
    top: 82%;
  }
  #video .veggies,
  #video .video-right {
    padding-top: 0 !important;
  }
  #choose .vector1,
  #choose .vector2,
  #choose .vector3,
  #choose .vector4 {
    padding: 0px;
  }
  #choose .vector3,
  #choose .vector1 {
    left: 5%;
  }
  #choose .vector2,
  #choose .vector4 {
    position: relative;
    left: -5%;
  }
  #choose .hr1 {
    top: 150px;
    left: 20%;
  }
  #booking .booking-form {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #booking .text {
    position: relative;
    left: 3%;
  }
  #testimonial .testimonial-counts {
    position: relative;
    left: 12%;
    margin-top: 70px;
  }
  #testimonial .testimonial-description {
    left: 3%;
  }
  #special .box-content {
    padding: 0 !important;
  }
  #booking .booking-img img {
    width: 179.8%;
  }
  #booking img.content-below-image {
    margin-top: -50px;
    left: 9%;
  }
}
