/*!
Theme Name: Zambezi Queen Collection
Theme URI: http://underscores.me/
Author: Focus Online
Author URI: https://www.focusonline.co.za
Description: Custom theme built upon underscores.me
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _zqc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Global */

@font-face {
  font-family:"Better-Grade";
  src: url("/wp-content/themes/_zqc/fonts/BetterGrade-519DV.ttf") format("truetype");
}

@font-face {
  font-family:"Good-Karma";
  src: url("/wp-content/themes/_zqc/fonts/Good Karma Wide.otf") format("opentype");
}

@font-face {
  font-family:"Notera";
  src: url("/wp-content/themes/_zqc/fonts/Notera.ttf") format("truetype");
}

@font-face {
  font-family:"Quickbrush";
  src: url("/wp-content/themes/_zqc/fonts/Quickbrush.otf") format("opentype");
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  font-style: normal;
  background-color: #f9f9f9;
}

:root {
  --primary: #141413;
  --blue: #121731;
  --grey: #414141;
}

h1, h2, h3 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
}

h3 {
	font-size: 32px;
}

h4 {
	font-size: 24px;
}

.cursive {
	font-family: 'Quickbrush';
}
.container, .container-large {
  max-width: 1100px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}

.container-large {
  max-width: 1280px;
}

.center {
  text-align: center;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

a {
  text-decoration: unset;
}

.button {
  color: #fff;
  background-color: #030000;
  border: solid 1px #030000;
  padding: 10px 25px;
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  transition: 0.2s ease;
  background-color: transparent;
  color: #030000;
}
.button.book-button {
  background-color: #030000;
  color: #fff;
}

.button:hover {
  color: #fff;
  background-color: #030000;
  opacity: 1;
}

.button.book-button:hover {
  color: #030000;
  background-color: #fff;
  opacity: 1;
}
/* 
.button.line {
  background-color: transparent;
  color: #030000;
}

.button.line:hover {
  color: #fff;
  background-color: #030000;
  opacity: 1;
} */

.button.white {
  border-color: #fff;
  color: #fff;
}

.button.white:hover {
  background-color: #fff;
  color: var(--primary);
}




.slick-lightbox-close::before {
  font-size: 35px;
}

@keyframes backgroundScroll {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

.banner-animation {
  animation: backgroundScroll 40s linear infinite;
  overflow: hidden;
}

/* Banner */

.banner p.top {
  font-size: 24px;
  letter-spacing: 1px;
  /* font-family: "Playfair Display", serif; */
  margin: 0;
  color: #fff;
  line-height: 1;
  font-weight: 400;
}

.banner h1 {
  font-size: 50px;
  color: #fff;
  line-height: 1.2;
  font-weight: 400;
  margin: 10px 0;
}

.banner {
  text-align: center;
  width: 100%;
  height: 100vh;
  background-color: #1b2d46;
  z-index: 2;
  overflow: hidden;
}

.banner.short {
  height: 70vh;
}

.banner.short .arrow {
	display: none;
}

.banner p.top {
  font-size: 40px;
  line-height: 1;
  font-family: "Playfair Display", serif;
  letter-spacing: 0;
  font-style:italic;
}

.banner h1 {
  font-size: 80px;
    color: #fff;
    line-height: 1;
    font-weight: 400;
    margin: 10px 0;
}
.banner-content a {
  display: none !important;
}

.banner-content {
  position: absolute;
  top: 0;
  bottom: 0;
  align-content: center;
  text-align: center;
  font-size: 40px !important;
  color: #fff !important;
  z-index: 10;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.banner-content {
  bottom: 12%;
  top: unset;
}

.banner-overlay {
  background: rgba(0,0,0,0.3);
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.banner .slick-prev {
  left: 20px;
  filter: brightness(0) invert(1);
}

.banner .slick-next {
  right: 20px;
  filter: brightness(0) invert(1);
}

/* Overlay Menu */

.overlay-menu {
  position: fixed;
  left: 0;
  top: -100px;
  width: 100vw;
  z-index: 9999;
  background-color: #3F3F3F;
  height: 0;
  opacity: 0;
  overflow: scroll;
  transition: 0.5s ease;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.overlay-menu.open {
  top: 0;
  opacity: 1;
  height: 100vh;
}

.overlay-menu .top img {
  display: block;
}

.overlay-menu .top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.overlay-menu .button-group {
  align-items: center;
}

.overlay-menu .button-group .button {
  margin-right: 30px;
}

.overlay-menu h3 {
  font-size: 22px;
  color: #fff;
  opacity: 0.6;
  margin-bottom: 20px;
  letter-spacing: 1px;
  /* mark test 20241010
  font-size: 16px;
  color: #fff;
  opacity: 0.6;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  */
}

.overlay-menu .content {
  margin-top: auto;
  margin-bottom: auto;
}

.overlay-menu .col {
  width: 100%;
}

.overlay-menu .col:first-child {
  max-width: 38%;
}

.overlay-menu .col:nth-child(2) {
  max-width: 40%;
}

.overlay-menu .col:last-child {
  max-width: 22%;
}

.overlay-menu .col:first-child .menu-overlay-stay-container {
  margin-bottom: 60px;
}

.overlay-menu .col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.overlay-menu .col .menu li {
  margin-bottom: 6px;
}

.overlay-menu .col:not(.contact) .menu a {
  color: #fff;
  font-size: 21px;
  font-weight: 200;
  /* mark 20241010
  font-family: "Playfair Display", serif;
  */
}


/*
.overlay-menu .col:not(.contact) .menu-overlay-stay-container .menu a {
  font-size: 32px;
}

@media(min-width: 900px) {
  .overlay-menu .col:not(.contact) .menu-overlay-stay-container .menu a {
    font-size: 37px;
  }
} */

.overlay-menu .col:nth-child(2) .menu a {
  opacity: 0.6;
  font-size: 21px;
}

.overlay-menu .col.contact h3 {
  margin-bottom: 30px;
}

.overlay-menu .col.contact li {
  margin-bottom: 12px;
}

.overlay-menu .col.contact li a {
  opacity: 0.6;
  font-size: 15px;
  color: #fff;
}

.overlay-menu .col.contact i {
  color: #fff;
  margin-right: 5px;
  font-size: 18px;
  opacity: 1;
}

.overlay-menu .col.contact .socials {
  margin: 35px 0;
}

.overlay-menu .col.contact a.trade {
  letter-spacing: 1px;
  color: #fff;
  font-size: 14px;
}

.overlay-menu .col.contact a.trade i {
  font-size: 16px;
}

.overlay-menu .mobile-only {
  display: none;
}

/* Header */

header.scroll-nav {
  top: -100px;
  background-color: #030000;
  padding: 12px 30px;
  position: fixed;
  transition: top 0.3s;
  z-index: 999;
}

header.scroll-nav ul li a {
  font-size: 16px;
}

header.scroll-nav a.button {
  border: solid 1px #fff;
  background-color: transparent
}

header .logo img {
  display: block;
}

header {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 0 30px;
  justify-content: space-between;
  box-sizing: border-box;
}

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

header ul li {
  display: inline-block;
  margin: 0 10px;
}

header ul li a {
  color: #fff;
  font-size: 16px;
  padding: 5px;
  display: block;
}

header ul li.trig-pr a::after, header ul li.trig-ex a::after {
  content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-chevron-down" viewBox="0 0 16 16"%3E%3Cpath fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"%3E%3C/path%3E%3C/svg%3E');
  position: relative;
  top: 3px;
  margin-left: 10px;
}


header .nav {
  align-items: center;
}

header ul {
  margin-right: 40px;
}

header a.button {
  margin-right: 20px;
}

header a.button {
  margin-right: 20px;
}

header .burger-menu {
  cursor: pointer;
  padding: 5px;
}

header .burger-menu div {
  display: block;
  height: 3px;
  background-color: #fff;
  width: 30px;
}

header .burger-menu .second {
  margin: 8px 0;
}

/* Mega Menu */

.mega-menu {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 125px;
  width: 100%;
  max-width: calc(100% - 60px);
  margin: 0 auto;
  background-color: #fff;
  padding: 50px 50px 70px;
  z-index: 9999;
  box-sizing: border-box;
  transition: 0.2s top;
}

.mega-menu.scroll {
  top: 90px;
}

.mega-menu .close {
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 18px;
  padding: 5px;
  color: #776441;
}

.mega-menu.show {
  display: block;
}

.mega-menu .flex {
  justify-content: space-between;
}

.mega-menu .col {
  width: 100%;
  max-width: 16%;
  padding: 0 4%;
  border-right: solid 1px #B6B4B4;
}

.mega-menu .col:first-child {
  padding-left: 0;
  max-width: 22%;
}

.mega-menu .col:last-child {
  padding-right: 0;
  max-width: 21%;
  border: none;
}

.mega-menu .col:first-child h3 {
  margin-bottom: 20px;
}

.mega-menu .col img {
  width: 100%;
  height: 180px;
  margin-bottom: 15px;
  display: block;
  object-fit: cover;
}

.mega-menu small {
  margin-bottom: 5px;
  font-size: 12px;
  letter-spacing: 2px;
  color: #776441;
  display: block;
}

.mega-menu h3 {
  font-size: 26px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin-bottom: 35px;
  color: #776441;
  letter-spacing: 1px;
}

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

.mega-menu li {
  margin-bottom: 10px;
}

.mega-menu ul a {
  color: var(--grey);
  font-size: 17px;
}

.mega-menu a.button {
  /* background-color: #141413; */
  margin-left: auto;
  display: block;
  max-width: max-content;
}

.mega-menu p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--grey);
}

.mega-menu .col a.all {
  width: 100%;
  display: block;
  background-color: #776441;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

/* Footer */

footer {
  background-image: url('/wp-content/uploads/2024/09/footer-pattern-01.jpg');
  background-size: cover;
  background-position: center;
}
/*
footer::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  background-color: #030000;
  opacity: 0.8;
} */

footer .container-large {
  padding: 75px 20px 30px;
  z-index: 2;
}

footer .footer-menus {
  justify-content: space-between;
}

footer .col {
  width: 100%;
  max-width: 23%;
  box-sizing: border-box;
}

footer a, footer p, footer h3, footer h4, footer i {
  color: #fff;
}

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

footer .col ul li {
  margin-bottom: 7px;
}

footer .col ul a {
  opacity: 0.8;
  transition: 0.2s;
}

footer .col ul a:hover {
  opacity: 1;
}

footer h3.center {
  font-size: 52px;
  margin-bottom: 30px;
}

footer h3.center span {
  font-style: italic;
	font-family: 'Quickbrush';
}

footer h4 {
  font-size: 24px;
  letter-spacing: 1px;
}

footer .footer-social {
  justify-content: space-between;
  margin: 50px 0;
  align-items: center;
}

footer .footer-social > * {
  width: 100%;
}

footer .footer-social .email {
  text-align: right;
}

footer .footer-social > a i {
  font-size: 20px;
  margin-right: 6px;
}

footer .footer-social .socials i {
  font-size: 24px;
  margin: 0 10px;
}

footer .footer-social a {
  font-size: 18px;
}

.footer-copy.flex {
  align-items: center;
  justify-content: space-between;
}

.footer-copy p {
  width: 70%;
  font-size: 14px;
}

.footer-copy p a {
  text-decoration: underline;
}

.footer-copy .award-group {
  width: 25%;
  display: flex;
}

.footer-copy .award-group a {
  width: 30%;
  margin-left: auto;
  display: inline-block;
}

.footer-copy .award-group img {
  width: 100%;
  height: 80px;
  object-fit: contain;
}

footer .associates {
  justify-content: space-between;
  margin: 50px 0;
}

footer .associates .mantis {
  align-items: center;
  width: 100%;
  max-width: 35%;
}

footer .associates .mantis p {
  width: 100%;
  max-width: calc(100% - 90px);
  margin: 0 0 0 30px;
  font-size: 14px;
  font-weight: 300;
  opacity: 0.8;
}

footer .group-images {
  width: 100%;
  max-width: 60%;
  justify-content: flex-end;
}

footer .group-images img {
  height: 50px;
  max-width: 90px;
  object-fit: contain;
  margin: 0 10px;
  filter: grayscale(1);
}

/* Images */

.images-section {
  margin: 0 auto;
  width: 100%;
}

.images-section.container-large {
  max-width: 1400px;
  padding: 0 20px;
}

/* Divider */

.divider {
   background: #c7c5c5;
   height: 1px;
   width: 90%;
   margin: 0px auto;
}

.divider.content {
   max-width: 1100px;
}

.divider.narrow {
   max-width: 250px;
}

/* Intro */

.columns .flex {
  justify-content: space-between;
}

.columns .flex .col {
  width: 100%;
  max-width: 32.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.columns .flex .col img.main {
  height: 550px;
  width: 100%;
  object-fit: cover;
  transition: 0.5s ease-out;
  display: block;
}
.home .columns .flex .col img.main {
  height: 450px;
  width: 100%;
  object-fit: cover;
  transition: 0.5s ease-out;
  display: block;
}

.columns .flex .col a:hover img.main {
  transform: scale(1.1);
}

.columns .flex .col img:not(.main) {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100px;
  max-width: 80%;
  object-fit: contain;

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  filter: invert(1);

  /* mgt 20241019 */
  top: 30px;
  left: 10px;
  right: 10px;
  max-width: calc(100% - 20px);
  opacity: 0.7;
}

.columns .flex .col h3 {
  color: #fff;
  font-size: 42px;
  margin: 0 0 30px;
  line-height: 0.8;
}

.columns .flex .col a {
  display: block;
  width: 100%;
}

.columns .flex .col h2 {
  display: block;
  position: absolute;
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 40px auto 0;
  line-height: 1;
  font-size: 39px;
  top:50%;
  transform: translateY(-50%);
  width: 90%;
}












.slick-dots {
  padding: 0;
}

/* Column Slider */

.column-slider .col {
  width: 100%;
  margin: 0 5px;
}

.column-slider .slick-dots {
  margin: 25px auto 5px;
  text-align: center;
}

.column-slider .col img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  display: block;
}

.column-slider .absolute {
  bottom: 0;
  left: 0;
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
  z-index: 3;
  background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
}

.column-slider .col h3 {
  color: #fff;
  font-size: 36px;
  margin: 0 0 15px 0;
  line-height: 0.8;
}

.column-slider .hidden {
  max-height: unset;
}

.column-slider .hidden p {
  font-size: 16px;
  color: #fff;
  line-height: 1.3;
}

.column-slider .col::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #000;
  opacity: 0.3;
}

.column-slider .slick-next {
  right: 20px;
}

.column-slider .slick-prev {
  left: 20px;
}

/* Icon List */

.icon-list .container.narrow {
  max-width: 1100px;
  box-sizing: border-box;
}

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

.icon-list li {
  width: 100%;
  max-width: 30%;
  display: flex;
  margin-bottom: 20px;
}

.icon-list li:not(.icon-list li:nth-child(3n)) {
  padding-right: 5%;
}

.icon-list li img {
  width: 35px;
  height: 35px;
  object-fit: contain;
  margin-right: 15px;
  position: relative;
  top: -5px;
}

.icon-list li p {
  margin: 0;
  font-size: 14px;
  color: var(--gray);
}

/* Heading */

.heading {
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.heading.narrow {
  max-width: 1100px;
}

.heading.contained {
  max-width: 1400px;
}

.heading.full {
  max-width: 90%;
}

h1 {
  font-size: 60px;
  margin: 0;
  color: var(--grey);
}

h2 {
  font-size: 52px;
  margin: 0;
  color: var(--grey);
}

h1 span, h2 span, h3 span, h4 span {
  font-family: 'Quickbrush';
}

h3 {
  font-size: 42px;
  margin: 0;
  color: var(--grey);
}

h4 {
  font-size: 24px;
  color: var(--grey);
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin: 0 0 30px;
}



/* Text Block */

.text-block {
  margin: 20px 0;
}

.text-block.narrow .custom-container {
  max-width: 1100px;

}

.text-block.contained .custom-container {
  max-width: 1400px;
}

.text-block.full .custom-container {
  max-width: 100%
}

.text-block.center .custom-container {
  text-align: center;
}

.text-block .custom-container {
  padding: 0 20px;
  box-sizing: border-box;
}

.text-block .custom-container {
  max-width: 1100px;
  margin: 0 auto;
}

.text-block h3 {
  font-size: 42px;
  font-family: "Playfair Display", serif;
  margin: 40px auto;
}

.text-block h4 {
  font-size: 28px;
}

.text-block p, .text-block li {
  font-weight: 300;
  font-size: 16px;
  color: var(--grey);
  line-height: 1.5;
  margin-top: 0;
}

.text-block strong, .text-block b {
  font-weight: 600;
}

.text-block ol, .text-block ul {
  margin: 1em 0;
}

.text-block a {
  color: #948753;
  font-weight: 500;
}

/* Image Text */

.image-text.flex {
  align-items: center;
  margin-bottom: 20px;
}

.image-text.large {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.image-text video {
  width: 100%;
  object-fit: cover;
}

.image-text-slider ul.slick-dots {
  margin: 0 auto;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
}

.image-text-slider .slick-dots li button {
  background: #fff;
}

.image-text .image, .image-text .text {
  width: 100%;
  max-width: 50%;
}

.image-text img {
  aspect-ratio: 1/1;
  display: block;
  object-fit: cover;
  width: 100%;
}

.image-text-wrapper.right .image-text .text, .image-text-wrapper.left .image-text:nth-child(2n) .text {
  text-align: right;
  padding-right: 10%;
  padding-left: 0;
  box-sizing: border-box;
}

.image-text-wrapper.left .image-text .text, .image-text-wrapper.right .image-text:nth-child(2n) .text {
  text-align: left;
  padding-left: 10%;
  padding-right: 0;
  box-sizing: border-box;
}

.image-text-wrapper .image-text.full .text, .image-text-wrapper .image-text.large .text {
  padding: 0 8% !important;
}

.image-text .text h3 {
  font-size: 52px;
  margin: 0 0 40px;
  color: #3D3535;
  line-height: 0.9;
}

.image-text .text h3 span {
  font-style: italic;
}

.image-text .text p {
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #121731;
}

.image-text-wrapper.right .image-text, .image-text-wrapper.left .image-text:nth-child(2n) {
  flex-direction: row-reverse;
}

.image-text-wrapper.right .image-text:nth-child(2n) {
  flex-direction: row;
}

.image-text-wrapper .slick-dots {
  margin: 25px auto 5px;
}

.image-text-wrapper .slick-prev {
  left: 20px;
}

.image-text-wrapper .slick-next {
  right: 20px;
}

/* Image Grid */

.image-grid {
  position: relative;
  padding: 120px 0;
  margin: 120px 0;
}

.image-grid::before {
  content: "";
  height: 100%;
  width: 66%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #dddddd;
  z-index: -1;
}

.image-grid .flex:not(.images) {
  align-items: center;
}

.image-grid .content, .image-grid .images {
  width: 100%;
  max-width: 50%;
}

.image-grid h2 {
  font-size: 52px;
  color: #3D3535;
  margin: 0 0 40px;
  line-height: 1;
  max-width: 90%;
}

.image-grid h2 span {
    font-weight: 600;
    display: block;
	font-family: 'Quickbrush', serif;
}

.image-grid .content p {
  max-width: 80%;
  line-height: 1.5;
  color: #121731;
  margin-bottom: 40px;
}

.image-grid .images {
  right: 0;
  top: -8%;
  bottom: -8%;
}

.image-grid .images img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.image-grid .images img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Packages */

.packages {
  padding: 40px 0;
}

.packages h2 {
  font-size: 46px;
  margin: 0 auto;
  max-width: 1060px;
  width: 90%;
}
.packages h2 span {
  font-style: normal !important;
}

.packages p.sub {
  font-size: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  margin: 20px 0 40px;
  /* mark 20241016 */
    letter-spacing: 1px;
    text-transform: none;
    text-align: left;
    margin: 20px 0 40px;
    max-width: 1060px;
    width: 90%;
    margin: 15px auto;
}

.packages .flex {
  gap: 1%;
}

.packages .card {
  width: 100%;
  margin-bottom: 1%;
  max-width: 49.5%;
}

.packages .slider .card {
  max-width: unset;
  background-color: #FFF;
  text-align: center;
  padding: 10px;
}

.packages .slider .card .content {
  padding: 20px 10px;
}
.home .packages .slider .card .content {
  padding: 20px 10px;
  width: 100%;
    float: left;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
@media(min-width:1400px) {
  .home .packages .slider .card .content {
    width: 32%;
    height: 360px;
  }
}

.packages .card:first-child {
  max-width: 66%;
}

.packages .card:nth-child(2) {
  max-width: 33%;
}

.packages .card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}

.packages .slider .card::after {
  display: none;
}

.packages .card img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  display: block;
}
.home .packages .card img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  display: block;
  /* new mark */
  height: 300px;
    /* width: 60%; */
    object-fit: cover;
    display: block;
    float: left;
}
@media(min-width: 1400px) {
  .home .packages .card img {
    width: 60%;
    height: 400px;
  }
}

.packages .slider .card {
  margin: 0 40px;
}

.packages .card .absolute {
  margin: 35px;
  overflow: hidden;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.packages .card h3 {
  font-size: 38px;
  color: #fff;
  margin: 0 0 15px;
}

.packages .card p {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
}

.packages .slider .card h3 {
  color: #3D3535;
  font-size: 34px;
  margin-bottom: 20px;
}

.packages .slider .card p {
  color: #3D3535;
  margin: 0 auto 10px;
  text-transform: initial;
  max-width: 90%;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: unset;
}

.packages .card .button {
  margin-top: 15px;
}

.packages .card .hidden {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease-out;
}

.packages .card:hover .hidden {
  max-height: 60px;
}

.packages .container > a.button {
  display: block;
  width: max-content;
  margin: 10px auto;
}

.packages.parallax::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background-color: #000;
  opacity: 0.2;*/
  z-index: 1;
}

.slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 9;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.1s all;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-arrow:hover {
  opacity: 1;
}

.slick-prev {
  left: calc(20vw - 20px);
}

.slick-next {
  right: calc(20vw - 20px);
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  text-indent: -9999px;
  background: #fff;
  opacity: 0.6;
  height: 12px;
  width: 12px;
  margin: 0 5px;
  border-radius: 10px;
  border: none !important;
  cursor: pointer;
  transition: 0.1s ease;
}

.slick-dots li button {
  background: #776441;
}

.slick-dots li.slick-active button, .slick-dots li button:hover {
  opacity: 1;
}

/* Sign Up */

.sign-up {
  background-color: #292929;
  padding: 60px 0 80px;
}

.sign-up .flex {
  align-items: center;
}

.sign-up .form {
  width: 100%;
  max-width: 48%;
  margin-left: 2%;
}

.sign-up .content {
  width: 100%;
  max-width: 50%;
}

.sign-up h2 {
  color: #fff;
  font-size: 60px;
  margin: 0 0 20px;
  font-family: 'Quickbrush';
}

.sign-up .content p {
  color: #fff;
  font-size: 20px;
  margin: 0;
  font-weight: 300;
  opacity: 0.7;
  max-width: 60%;
}

.sign-up form input:not(.button) {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: solid 1px #D9D9D9;
  padding: 10px 2px;
  color: #fff;
  margin-bottom: 20px;
  outline: none;
  box-shadow: none;
}

.sign-up form .button {
  margin-top: 15px;
}

.sign-up form .flex {
  justify-content: space-between;
}

.sign-up form .flex input {
  max-width: 47%;
}

/* Follow */

.follow {
  margin-top: 40px;
  }
.follow .flex {
  align-items: center;
  margin: 15px 0 20px;
}

.follow .sbi {
  width: 100%;
  max-width: 68%;
  display: block;
  max-width: calc(100% - 20px);
}

.follow .flex .content {
  width: 100%;
  max-width: 32%;
  text-align: center;
}

.follow .content h3 {
  font-size: 38px;
  margin: 0 0 10px;
  font-style: italic;
  font-family: 'Quickbrush';
}


@media screen and (max-width: 1000px) {
  .follow .content svg {
      width: 20px;
      height: 20px;
      margin-bottom: 10px;
  }
}




/* CTA */

.cta {
  align-items: center;
  justify-content: center;
  position: relative;
}

.cta .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.cta .absolute {
  z-index: 2;
  padding: 20px;
}

.cta img {
  height: 80vh;
  width: 100%;
  object-fit: cover;
}

.cta h3 {
  color: #fff;
  font-size: 50px;
  margin: 0 0 25px;
}

.cta h3 span {
  font-style: italic;
}

.cta p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 30px;
}

.cta.small {
  height: 50vh;
}

.cta.medium {
  height: 75vh;
}

.cta.large {
  height: 100vh;
}

/* Property */

.sub-nav {
  position: sticky;
  top: 66px;
  z-index: 999;
  background-color: #414141de;
  padding: 15px;
}

.sub-nav .container {
  max-width: 100%;
}

.sub-nav .flex {
  align-items: center;
  justify-content: space-between;
}

.sub-nav h3 {
  margin: 0;
  color: #fff;
  font-size: 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sub-nav ul li {
  display: inline-block;
  margin: 0 10px;
}

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

.sub-nav ul a {
  color: #fff;
}

/* Overview */

.grid {
  position: relative;
  height: 500px;
  margin: 0 -6px;

}

.grid span.absolute {
  padding: 7px 10px;
  background-color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
  font-weight: 500;
  bottom: 20px;
  right: 20px;
  transition: 0.2s ease;
}

.grid span.absolute:hover {
  color: #fff;
  background-color: #776441;
}

.grid-item:not(:nth-child(-n+5)) {
  display: none;
}

.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.grid-item:first-child {
  position: absolute;
  left: 0%;
  top: 0px;
  height: 500px;
  width: 50%;
  padding: 6px;
  box-sizing: border-box;
}

.grid-item:not(:first-child) {
  height: 250px;
  position: absolute;
  width: 25%;
  padding: 6px;
  box-sizing: border-box;
}

.grid-item:nth-child(2) {
  left: 50%;
  top: 0px;
}

.grid-item:nth-child(3) {
  left: 75%;
  top: 0px;
}

.grid-item:nth-child(4) {
  left: 50%;
  top: 250px;
}

.grid-item:nth-child(5) {
  left: 75%;
  top: 250px;
}

.slick-lightbox .slick-lightbox-slick-item-inner {
  position: relative;
}

.slick-lightbox .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 20px;
  left: calc(5% + 40px);
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 500;
  width: calc(90% - 80px);
  line-height: 1.3;
  text-align: left;
}

.slick-lightbox .slick-arrow {
  background-color: transparent !important;
  font-size: 0;
  text-indent: -9999px;
  border: none;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert();
}

.slick-lightbox .slick-prev {
  background-image: url("/wp-content/themes/_zqc/images/left.svg");
}

.slick-lightbox .slick-next {
  background-image: url("/wp-content/themes/_zqc/images/right.svg");
}

.overview {
  margin-bottom: 60px;
}

.overview h2 {
  font-weight: 400;
  color: var(--grey);
  font-size: 30px;
  letter-spacing: 1px;
}

.overview p {
  font-weight: 300;
  font-size: 18px;
  color: var(--grey);
  line-height: 1.5;
  margin-top: 0;
}

/* Blocks */

.blocks {
  margin: 60px 0;
}

.blocks img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}

.blocks .flex.container {
  justify-content: space-between;
}

.blocks .col {
  overflow: hidden;
}

/* .blocks .col::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  z-index: 1;
} */

.blocks.three .col {
  width: 33%;
  margin-bottom: 0.67%;
}

.blocks.four .col {
  width: 24%;
  margin-bottom: 1%;
}

.blocks.five .col, .blocks.six .col {
  width: 32.7%;
  margin-bottom: 1%;
}

.blocks.five .col:first-child, .blocks.five .col:nth-child(2) {
  width: 49.5%;
}

.blocks .col img {
  transition: 0.5s ease-out;
  object-fit: cover;
  aspect-ratio: 5/4;
  height: auto;
  width: 100%;
}

.blocks .col:hover img {
  transform: scale(1.07);
}

.blocks .col .absolute {
  padding: 25px;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  justify-content: end;
  flex-direction: column;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
  box-sizing: border-box;
}

.blocks .col h3 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 10px;
}

.blocks .col h3 svg {
  position: relative;
  left: 5px;
  top: 2px;
  transition: 0.4s ease;
}

.blocks .col:hover h3 svg {
  left: 15px;
}

.blocks .col p {
  margin: 0;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sub-nav .mobile-only {
  display: none;
}

.top-bar {
  position: absolute;
  z-index: 9;
  padding: 20px 30px 0;
  width: calc(100% - 60px);
  top: 0;
}

.top-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}

.top-bar a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  margin-left: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* 404 */

.error-404 {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-size: cover;
  background-position: center;
  position: relative;
}

.error-404 h1 {
  font-size: 120px;
  letter-spacing: 3px;
  color: #fff;
  font-weight: 600;
  margin: 0;
}

.error-404 p {
  font-size: 22px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 400;
}

.error-404 .content {
  padding: 20px;
  z-index: 3;
  position: relative;
}

.error-404::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  display: block;
  left: 0;
  top: 0;
  position: absolute;
}

/* Accordion */

.accordion {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.accordion .question {
  border-bottom: solid 1px #c7c5c5;
  font-size: 24px;
  justify-content: space-between;
  align-items: center;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  cursor: pointer;
  padding: 15px;
  padding-top: 40px;
  color: var(--grey);
}

.accordion .question span {
  font-size: 24px;
  margin-right: 5px;
  padding-left: 10px;
  width: 20px;
  text-align: right;
}

.accordion .answer {
  display: none;
  padding: 5px 20px;
}

.accordion .answer p, .accordion .answer li {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.accordion .answer ul {
  margin: 1.5em;
  padding: 0;
}

.accordion .answer a {
  font-weight: 500;
  color: var(--primary);
  text-decoration: underline;
}

/* Gallery */

.gallery .container {
  max-width: 1100px;
}

.gallery .gallery-slides-main img {
  height: 550px;
  width: 100%;
  display: block;
  object-fit: cover;
}

.gallery .gallery-slides-main .caption {
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  margin: 10px 0 0;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #fff;
}

.gallery .gallery-slides-main {
  margin-bottom: 15px;
}

.gallery .gallery-slides-nav img {
  height: 100px;
  object-fit: cover;
  margin: 0 5px;
  cursor: pointer;
}

.gallery-slides-nav .slick-list::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #ffffff9e 1%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, #ffffff9e 99%);
  pointer-events: none;
}

/* Blog */

.blog-archive .posts {
  margin: 80px auto;
  gap: 3.5%;
}

.blog-archive article {
  width: 100%;
  max-width: 31%;
  margin-bottom: 50px;
}

.blog-archive article img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  transition: 0.4s ease-out;
}

.blog-archive article a {
  overflow: hidden;
  display: block;
}

.blog-archive article a:hover img {
  transform: scale(1.05);
}

.blog-archive article span {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  color: var(--grey);
}

.blog-archive article h3 {
  font-size: 22px;
  letter-spacing: 0.5px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.blog-archive article .button {
  max-width: max-content;
}

.blog-archive article .content {
  padding: 15px 10px;
}

.blog-archive article.featured {
  max-width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}

.blog-archive article.featured > a {
  width: 55%;
  margin-right: 5%;
  position: relative;
}

.blog-archive article.featured .content {
  width: 35%;
}

.blog-archive article.featured img {
  height: 350px;
}

.blog-archive article.featured h3 {
  font-size: 36px;
}

.blog-archive article.featured p.top {
  background-color: #948753;
  padding: 6px 12px;
  color: #fff;
  font-size: 10px;
  max-width: max-content;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  left: 15px;
  top: 0;
  z-index: 99;
  margin: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* Single Post */

.single-post > .container {
  padding-top: 60px;
  padding-bottom: 40px;
}

.single-post .container .custom-container {
  padding: 0;
}

.single-post .meta {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.single-post .meta .date {
  display: block;
  font-weight: 300;
  color: var(--grey);
}

.single-post .meta .category {
  display: block;
  color: var(--grey);
  padding: 6px 10px;
  border: solid 1px;
  font-size: 13px;
  border-radius: 40px;
  text-transform: uppercase;
}

.single-post h2.title {
  font-size: 46px;
  font-weight: 500;
  margin-bottom: 20px;
}

.single-post h3.sub {
  font-size: 34px;
  margin-bottom: 25px;
}

.single-post h2 {
  font-size: 34px;
  margin-bottom: 25px;
}

.single-post h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.single-post .text-block {
  margin: 25px 0 30px
}

.post-navigation {
  margin: 60px auto;
}

.post-navigation .nav-next {
  margin-left: auto;
}

.post-navigation a {
  color: #fff;
  background-color: #776441;
  border: solid 1px #776441;
  padding: 10px 25px;
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  transition: 0.2s ease;
}

.post-navigation a:hover {
  opacity: 0.8;
}

/* Single Post */

.single .intro {
  padding: 60px 0 10px;
  text-align: center;
}

.single .intro h2 {
  margin-bottom: 30px;
  font-size: 42px;
}

.single .intro p {
  font-weight: 300;
  font-size: 16px;
  color: var(--grey);
  line-height: 1.5;
  max-width: 907px;
  margin: 0 auto;
}

.single .intro p.main {
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
  max-width: 850px;
    margin: 0 auto 30px;
  letter-spacing: 1px;
}

/* Special */

.single-special .special-meta .flex {
  margin-bottom: 40px;
  justify-content: center;
  gap: 60px;
}

.single-special .special-meta p {
  font-weight: 300;
}

.single-special .special-meta strong {
  font-weight: 600;
  margin-right: 10px;
}

.single-special .accordion .accordion-content:first-child .answer {
  display: block;
}

.single-special .gallery {
  padding: 90px 0 60px;
}

.single-special .cta-button {
  margin-bottom: 80px;
  text-align: center;
}

/* Package */

.single-package .intro .button {
  margin-top: 20px;
}

.single-package h2 {
  font-size: 46px;
}

.single-package .gallery {
  padding: 60px 0;
  margin: 50px 0;
  background-color: #eee;
}

.single-package .itineraries {
  margin: 70px 0;
}

.single-package .itineraries h2 {
  text-align: center;
}

.single-package .itineraries .item {
  margin: 0 20px;
}

.single-package .itineraries .item .flex {
  gap: 6%;
  align-items: center;
}

.single-package .itineraries .item .content, .single-package .itineraries .item img {
  width: 100%;
  max-width: 47%;
}

.single-package .itineraries .item img {
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.single-package .slider-dots {
  display: flex;
  justify-content: center;
  margin: 25px 0 70px;
  gap: 40px;
  /* mgt 20241008 */
  display: flex;
  justify-content: center;
  margin: 30px auto 40px;
  gap: 10px;
  width: 82%;
    max-width: 472px;
}

.single-package .slider-dots .pager-item {
  cursor: pointer;
    opacity: 0.4;
    transition: 0.1s;
    width: 30%;
    /* border: 1px solid red; */
    text-align: center;
    color: white;
    font-weight: bold;
    height: auto;
    /* margin: -10px 0 0 1px; */
    padding: 9px 0 8px 0;
    border-bottom: transparent;
    background: #000000;
    /* border-top-left-radius: 10px; */
    /* border-top-right-radius: 10px; */
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    /* new */
    border: 2px solid black;
    background: transparent;
    color: black;
}

.single-package .slider-dots .pager-item.active,
.single-package .slider-dots .pager-item:hover {
  opacity: 1;
      border: 2px solid black;
    background: black;
    color: white;
}

/* .single-package .pager-item::after {
  content: "";
  width: 13px;
  height: 13px;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 10px;
  border-radius: 100%;
  border: solid 1px;
}

.single-package .pager-item.active::after {
  background-color: var(--grey);
} */

.single-package .slick-next {
  right: -60px;
}

.single-package .slick-prev {
  left: -60px;
}

.single-package .itineraries .content h3 {
  font-size: 28px;
  margin-bottom: 10px;
}
.single-package .itineraries .content h3.title {
  font-size: 36px;
  margin-bottom: 10px;
}

.single-package .itineraries .content h4 {
  font-size: 22px;
  font-style: italic;
  letter-spacing: 0.5px;
  opacity: 0.7;
  margin-bottom: 20px;
  font-weight: 500;
}

.single-package .itineraries .content p {
  font-weight: 300;
  font-size: 16px;
  color: var(--grey);
  line-height: 1.5;
}

.single-package .itineraries .content p:last-child {
  margin-bottom: 0;
}

.single-package .itineraries .content .button {
  margin-top: 20px;
}

.single-package .rates {
  margin: 80px 0;
}

.single-package .rates h2 {
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
}

.single-package .rates .container {
  margin: 0 auto 30px;
  max-width: 700px;
}

.single-package .rates table {
  width: 100%;
}

.single-package .rates table td, .single-package .rates table th {
  border: 1px solid #eee;
  padding: 10px;
  text-align: left;
}

.single-package .rates table th {
  font-size: 600;
}

.single-package .included-excluded {
  margin: 60px 0;
  padding: 70px 0;
  background-color: #eee;
}

.single-package .included-excluded .col {
  width: 100%;
  max-width: 50%;
  box-sizing: border-box;
}

.single-package .included-excluded .col:first-child {
  padding-right: 5%;
}

.single-package .included-excluded h2 {
  font-size: 36px;
  margin-bottom: 25px;
}

.single-package .included-excluded ul {
  padding-left: 20px;
}

.single-package .included-excluded li {
  margin-bottom: 10px;
  padding-left: 10px;
}

.single-package .included-excluded .col:first-child li::marker {
  content: "✓";
}

.single-package .included-excluded .col:last-child li::marker {
  content: "×";
}

.single-package .other-packages {
  margin: 70px auto;
}

.single-package .other-packages h2 {
  text-align: center;
  margin-bottom: 50px;
}

.single-package .flex {
  justify-content: space-between;
}

.single-package .card {
  width: 100%;
  max-width: 31%;
  margin-bottom: 20px;
}

.single-package .card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.single-package .card .content {
  padding: 20px 10px;
}

.single-package .card h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.single-package .card p {
  font-weight: 300;
  font-size: 16px;
  color: var(--grey);
  line-height: 1.5;
  margin: 0 0 20px 0;
}

/* Testimonials */

.testimonials {
  text-align: center;
  padding: 20px;
}

.testimonials h3 {
  font-size: 38px;
  margin: 10px auto 25px;
  font-style: italic;
}

.testimonials p {
  font-weight: 300;
  font-size: 16px;
  color: var(--grey);
  line-height: 1.5;
  margin-top: 0;
}

.testimonial-slider {
  padding: 0 8%;
}

.testimonial-slider .slick-next {
  right: 0;
}

.testimonial-slider .slick-prev {
  left: 0;
}

.testimonial-slider .bottom-section {
  margin: 30px auto 0;
  position: relative;
}

.testimonial-slider .bottom-section h5 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  color: var(--grey);
}

.testimonial-slider .bottom-section p {
  font-size: 16px;
  color: #8a8a8a;
  margin: 0;
}


/* Archive Special */

.specials {
  margin: 60px 0;
}

.specials .container {
  justify-content: space-between;
}

.specials .card {
  width: 100%;
  max-width: 31%;
  margin-bottom: 40px;
  text-align: center;
  border: solid 1px #cfcfcf;
}

.specials .card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

.specials .card .content {
  padding: 25px 20px;
}

.specials .card h3 {
  font-size: 26px;
  margin-bottom: 20px;
}

.specials .card p {
  font-weight: 300;
  font-size: 16px;
  color: var(--grey);
  margin-bottom: 25px;
  line-height: 1.5;
}

/* Space */

  .space10 { clear: both; display: block; width: 100%; height: 10px; }
  .space15 { clear: both; display: block; width: 100%; height: 15px; }
  .space20 { clear: both; display: block; width: 100%; height: 20px; }
  .space25 { clear: both; display: block; width: 100%; height: 25px; }
  .space30 { clear: both; display: block; width: 100%; height: 30px; }
  .space35 { clear: both; display: block; width: 100%; height: 35px; }
  .space40 { clear: both; display: block; width: 100%; height: 40px; }
  .space45 { clear: both; display: block; width: 100%; height: 45px; }
  .space50 { clear: both; display: block; width: 100%; height: 50px; }
  .space55 { clear: both; display: block; width: 100%; height: 55px; }
  .space60 { clear: both; display: block; width: 100%; height: 60px; }
  .space65 { clear: both; display: block; width: 100%; height: 65px; }
  .space70 { clear: both; display: block; width: 100%; height: 70px; }
  .space75 { clear: both; display: block; width: 100%; height: 75px; }
  .space80 { clear: both; display: block; width: 100%; height: 80px; }
  .space85 { clear: both; display: block; width: 100%; height: 85px; }
  .space90 { clear: both; display: block; width: 100%; height: 90px; }
  .space95 { clear: both; display: block; width: 100%; height: 95px; }
  .space100 { clear: both; display: block; width: 100%; height: 100px; }


@media screen and (max-width: 1300px) {

  header .nav::before {
    display: none;
  }

  header .logo img {
    width: 220px;
  }

  header {
    top: 50px;
  }

}

@media screen and (max-width: 1000px) {

  .testimonial-slider {
    padding: 0;
  }

  .testimonial-slider {
    padding: 0;
  }

  .specials .card {
    max-width: 48%;
  }

  .blog-archive .posts {
    gap: 4%;
  }

  .blog-archive article {
    max-width: 48%;
  }

  .gallery .gallery-slides-main {
    margin-bottom: 10px;
  }

  .gallery .gallery-slides-main img {
    height: 300px;
  }

  .gallery .gallery-slides-nav img {
    height: 60px;
    margin: 0 3px;
  }

  .column-slider .col img {
    height: 420px;
  }

  .column-slider .col {
    margin: 0;
  }

  .icon-list li {
    padding-right: 0 !important;
    max-width: 100%;
  }

  .icon-list li p {
    font-size: 16px;
  }

  .blocks .col {
    width: 49% !important;
    margin-bottom: 15px !important;
  }

  .blocks .col h3 {
    font-size: 24px !important;
  }

  .packages .slider .card p {
    max-width: 90%;
  }

  .grid span.absolute {
    padding: 6px 8px;
    font-size: 10px;
    bottom: 15px;
    right: 15px;
  }

  .sub-nav {
    padding: 15px 0px;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .sub-nav h3 {
    font-size: 18px;
    margin-right: 35px;
    display: block;
    width: max-content;
    letter-spacing: 1px;
  }

  .sub-nav .flex {
    flex-wrap: nowrap;
  }

  .sub-nav .logo {
    position: relative;
  }

  .sub-nav .nav ul {
    display: flex;
    align-items: center;
  }

  .sub-nav .nav a {
    display: block;
    width: max-content;
    font-size: 14px;
  }

  .sub-nav .mobile-only {
    display: block;
  }

  .sub-nav .mobile-only {
    position: absolute;
    right: 10px;
    top: 5px;
  }

  .grid .grid-item:first-child {
    left: 0;
    top: 0;
    height: 250px;
    width: 100%;
  }

  .grid .grid-item:not(:first-child) {
    width: 50%;
    height: 125px;
  }

  .grid .grid-item:nth-child(2) {
    left: 0;
    top: 250px;
  }

  .grid .grid-item:nth-child(3) {
    left: 50%;
    top: 250px;
  }

  .grid .grid-item:nth-child(4) {
    left: 0;
    top: 375px;
  }

  .grid .grid-item:nth-child(5) {
    left: 50%;
    top: 375px;
  }

  .packages .slider .card {
    margin: 0 20px;
  }

  .packages .slick-dots {
    margin: 25px auto 0;
    padding: 0;
  }

  .packages .slick-dots li button {
    background: #fff;
  }

  .banner .weather img {
    width: 100px;
  }

  .overlay-menu .container {
    font-size: 30px;
  }

  header {
    padding: 20px;
  }

  header.scroll-nav {
    padding: 15px 20px;
  }

  header .nav .menu-main-menu-container, header .nav .menu-main-menu-2-container, header .nav a.button {
    display: none;
  }

  header .logo img {
    width: 200px;
  }

  header.scroll-nav .logo img {
    width: 170px;
  }

  header .burger-menu div {
    height: 2px;
  }

  .packages .card img {
    height: 300px;
  }

  .columns .flex .col img:not(.main) {
    top: 40px;
    height: auto;
    max-width: 80%;
  }

  .overlay-menu .close-full-menu {
    top: 25px;
    right: 15px;
  }

  footer h3.center {
    font-size: 38px;
  }

  footer .footer-social {
    justify-content: center;
    gap: 15px;
  }

  footer .footer-social > * {
    max-width: 100%;
    text-align: center !important;
  }

  footer .footer-social .socials {
    order: 1;
    margin-bottom: 10px;
  }

  footer .footer-social > a {
    order: 2;
    font-size: 16px;
  }

  footer .footer-social > a.email {
    order: 3;
  }

  footer .footer-social .socials i {
    font-size: 26px;
  }

  footer .col {
    max-width: 100%;
    margin-bottom: 30px;
  }

  footer .group-images {
    max-width: 100%;
    justify-content: center;
    margin-top: 30px;
  }

  footer .associates .mantis {
    max-width: 100%;
  }

  footer .associates .mantis p {
    font-size: 13px;
  }

  footer h4 {
    margin-bottom: 20px;
  }

  footer .associates {
    margin: 20px 0;
  }

  footer .group-images img {
    width: 100%;
    height: 50px;
    object-fit: contain;
  }

  .group-images.flex a {
    width: 100%;
    max-width: 20%;
    padding: 5px;
    box-sizing: border-box;
  }

  .footer-copy p {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .footer-copy .award-group {
    justify-content: center;
    width: 100%;
  }

  .intro .flex .col h3 {
    font-size: 32px;
    line-height: 1;
  }

  .text-block .flex > * {
    margin: 0 0 30px;
    max-width: 100%;
  }

  .text-block h3 {
    font-size: 32px;
  }

  .text-block {
    margin: 50px 0;
  }

  .image-text img {
    max-width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .image-text video {
    height: 300px;
  }

  .image-text .text-content {
    padding: 30px 0 !important;
    text-align: left;
  }

  .image-text .text-content h3 {
    font-size: 40px;
    margin: 0 0 30px;
    line-height: 1;
  }

  .image-text .image, .image-text .text, .image-text-wrapper .image-text.full .text, .image-text-wrapper .image-text.large .text {
    max-width: 100%;
    padding: 0 !important
  }

  .image-text {
    padding: 0 20px;
  }

  .image-text .flex:first-child .text {
    order: 2;
  }

  .image-text .flex:first-child img {
    order: 1;
  }

  .packages h2 {
    font-size: 38px;
    line-height: 1;
  }

  .packages h2, .packages p.sub {
    padding: 0 20px;
  }

  .packages p.sub {
    font-size: 18px;
    margin: 15px 0 40px;
  }

  .packages .card .absolute {
    margin: 25px;
  }

  .packages .card .hidden, .column-slider .hidden {
    max-height: unset;
  }

  .heading h2 {
    font-size: 36px;
    margin: 0 0 50px;
    color: var(--grey);
  }

  h3 {
    font-size: 32px;
  }

  .columns .flex .col img.main {
    height: 400px;
    width: 100%;
    object-fit: cover;
  }

  .columns .flex .col {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .banner p.top {
    font-size: 28px;
  }

  .banner h1 {
    font-size: 60px;
  }

  .packages .card {
    max-width: 100% !important;
    margin-bottom: 10px;
  }

  .packages .slider .card h3 {
    font-size: 30px;
  }

  .sign-up .content {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .sign-up h2 {
    font-size: 40px;
    margin: 0 0 20px;
  }

  .sign-up .content p {
    font-size: 18px;
    max-width: 100%;
  }

  .sign-up .form {
    max-width: 100%;
  }

  .follow .flex .content, .follow .flex img {
    max-width: 100%;
  }

  .follow .content h3 {
    font-size: 30px;
  }

  .follow .content svg {
    width: 20px;
    height: 20px;
    margin-bottom: 25px;
  }

  .cta h3 {
    font-size: 40px;
    margin: 0 0 20px;
  }

  .cta p {
    font-size: 18px;
    margin: 0 0 30px;
  }

  .image-grid {
    margin: 60px 0 0;
    padding: 0 0 70px;
  }

  .image-grid .content, .image-grid .images {
    max-width: 100%;
  }

  .image-grid h2 {
    font-size: 36px;
    margin: 0 0 30px;
    max-width: 100%;
  }

  .image-grid .images {
    position: relative;
    order: 1;
    top: 0;
    bottom: 0;
    margin-bottom: 40px
  }

  .image-grid .content {
    order: 2;
  }

  .image-grid .content p {
    max-width: 100%;
  }

  .image-grid::before {
    height: 75%;
    top: unset;
    width: 100%;
    bottom: -40px;
  }

  .slick-lightbox .slick-next {
    right: 0;
    width: 32px;
    height: 32px;
  }

  .slick-lightbox .slick-prev {
    left: 0;
    width: 32px;
    height: 32px;
  }

  .overlay-menu {
    padding: 25px;
  }

  .overlay-menu .top img {
    width: 200px;
  }

  .overlay-menu .button-group .button {
    display: none;
  }

  .overlay-menu .col {
    max-width: 100% !important;
    margin-bottom: 40px;
  }

  .overlay-menu h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .overlay-menu .col:not(.contact) .menu a {
    font-size: 28px;
  }

  .overlay-menu .col:first-child .menu-overlay-stay-container {
    margin-bottom: 40px;
  }

  .overlay-menu .mobile-only {
    display: block;
    color: #fff;
    border-color: #fff;
    margin-top: 30px;
    max-width: max-content;
  }

}

@media screen and (max-width: 600px) {

  .single-post h2.title {
    font-size: 34px;
  }

  .single-post h3.sub, .single-post h3 {
    font-size: 28px;
  }

  .single-post h2 {
    font-size: 30px;
  }

  .post-navigation a {
    padding: 10px 20px;
    font-size: 13px;
    letter-spacing: 1px;
  }

  .specials .card {
    max-width: 100%;
  }

  .single-special .special-meta .flex {
    gap: 0;
    margin-bottom: 30px;
    display: block;
  }

  .single-special .special-meta strong {
    font-weight: 600;
    min-width: max-content;
  }

  .single-special .special-meta p {
    margin: 0 0 15px;
    display: flex;
    font-size: 14px;
    line-height: 1.5;
  }

  .single-special .gallery {
    padding: 70px 0 40px;
  }

  /* Single */

  .single .intro h2, .single-package .itineraries h2 {
    font-size: 36px;
  }

  .single .intro p.main {
    font-size: 20px;
  }

  .single .intro {
    padding: 40px 0 20px;
  }

  .single-package .slider-dots {
    margin: 30px auto 30px;
    gap: 10px;
    font-size: 14px;
  }

  .single-package .itineraries .content h3 {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .single-package .itineraries .item {
    margin: 0;
  }

  .single-package .itineraries .item img {
    order: 1;
    margin-bottom: 20px;
    display: block;
  }

  .single-package .itineraries .content h4 {
    font-size: 20px;
  }

  .single-package .itineraries .item .content {
    order: 2;
    padding: 0 10px;
  }

  .single-package .itineraries .item .content, .single-package .itineraries .item img {
    max-width: 100%;
  }

  .single-package .itineraries, .single-package .other-packages {
    margin: 60px 0;
  }

  .single-package .rates table td, .single-package .rates table th {
    padding: 7px 5px;
    font-size: 13px;
  }

  .single-package .rates {
    margin: 60px 0 80px;
  }

  .single-package .included-excluded {
    padding: 60px 0 30px;
  }

  .single-package .included-excluded h2 {
    font-size: 32px;
  }

  .single-package .included-excluded .col {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .single-package h2 {
    font-size: 36px;
  }

  .single-package .card {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .single-package .slick-next {
    right: 5px;
  }

  .single-package .slick-prev {
    left: 5px;
  }

  .single-package .slick-arrow {
    top: 135px;
    width: 30px;
    height: 30px;
  }

  .single-package .itineraries .item img {
    height: 300px;
    aspect-ratio: unset;
  }

  .single-package .slick-arrow svg {
    width: 20px;
    height: 20px;
  }

  .single-package .other-packages h2 {
    margin-bottom: 30px;
  }

  header {
    top: 0;
  }

  .blocks .col {
    width: 100% !important;
  }

  .top-bar {
    display: none;
  }

  .blog-archive .posts {
    gap: 0;
  }

  .blog-archive article, .blog-archive article.featured > a, .blog-archive article.featured .content {
    max-width: 100%;
  }

  .blog-archive article.featured {
    flex-wrap: wrap;
  }

  .blog-archive article.featured > a, .blog-archive article.featured .content {
    width: 100%;
    margin-right: 0;
  }

  .blog-archive article.featured h3 {
    font-size: 22px;
  }

  .blog-archive article.featured {
    margin-bottom: 50px;
  }

  .blog-archive article.featured img {
    height: 240px;
  }

}



/* bouncing arrow */
.arrow
{
  /* position: relative;
  bottom: -2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  cursor: pointer; */

  /**
   * Dark Arrow Down
   */
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-chevron-down" viewBox="0 0 16 16"%3E%3Cpath fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"%3E%3C/path%3E%3C/svg%3E');
  background-size: contain;

  /* new  */
  position: absolute;
  bottom: 30px;
  top: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-chevron-down" viewBox="0 0 16 16"%3E%3Cpath fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"%3E%3C/path%3E%3C/svg%3E');
  background-size: contain;
  z-index: 99;
}

.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.banner.short .arrow {
	display: none;
}
/* Book Now Banner */

.book-banner {
  position: fixed;
  transition: 0.3s ease;
  right: -385px;
  top: 0;
  width: 100%;
  max-width: 380px;
  height: 100%;
  background-color: #fff;
  z-index: 99999;
  padding: 40px;
  box-sizing: border-box;
  overflow: scroll;
}

.book-banner.open {
  right: 0;
}

.book-banner .close-banner {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  padding: 5px;
  color: var(--grey);
}

.book-banner h3 {
  margin-bottom: 30px;
}

.book-banner .button {
  display: block;
  text-align: center;
  margin: 0 auto 10px;
  width: 100%;
  box-sizing: border-box;
}

.book-banner .contact-details p.sub {
  margin: 0 0 10px;
}

.book-banner .contact-details i {
  font-size: 14px;
  margin-right: 10px;
}

.book-banner .contact-details a {
  opacity: 0.7;
  color: var(--grey);
  font-size: 14px;
}

.book-banner .contact-details a:hover {
  opacity: 1;
}

.book-banner .contact-details {
  margin-top: 30px;
}

.page-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #00000090;
  top: 0;
  left: 0;
  display: none;
}

.book-banner select, .book-banner input {
  width: 100%;
  background: transparent;
  border: solid 1px;
  padding: 7px;
  font-size: 16px;
  box-sizing: border-box;
  margin-bottom: 15px;
  margin-top: 8px;
}

#booking_form {
  margin-top: 30px;
}

.book-banner .pax {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.book-banner .pax > div {
  width: 100%;
}

.book-banner .notice {
  background-color: var(--grey);
  color: white;
  padding: 15px;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.book-banner .notice b, .book-banner .notice strong {
  font-weight: 600;
}

.page-id-17255 p.top {
  font-family: 'Good-Karma';
  font-size: 70px;
  letter-spacing: 3px;
}
.page-id-17255 .banner h1 {
  font-size: 40px;
}

.page-id-17257 p.top {
  font-family: 'Notera';
  font-size: 70px;
  letter-spacing: 3px;
}
.page-id-17257 .banner h1 {
  font-size: 40px;
}

/* Quickbrush */
p.top {
  font-family: 'Quickbrush' !important;
  font-size: 50px !important;
  line-height: 2 !important;
}
.banner h1 {
  font-size: 40px !important;
}
h3 span {
  font-family: 'Quickbrush' !important;
}

.page-id-17264 p.top {
  font-family: 'Better-Grade';
  font-size: 90px;
  letter-spacing: 8px;
}
.page-id-17264 .banner h1 {
  font-size: 40px;
}



/* custom instagram feed  */
@media(max-width: 600px) {
  .follow .sbi {
    width: 100%;
    max-width: 94%;
    display: block;
  }
}

.gallery-slides-main .slick-prev {
	left: 10px;
}
.gallery-slides-main .slick-next {
	right: 10px;
}



/* tablepress overrides */

#tablepress-3 td.column-1 { width: 50% !important; }
#tablepress-3 td.column-2 { width: 50% !important; }
#tablepress-3 .row-1 td.column-1 { width: 100% !important; }


@media(min-width: 900px) {
#tablepress-3 td.column-1 { width: 75% !important; }
#tablepress-3 td.column-2 { width: 25% !important; }
}

#tablepress-4 td.column-1 { width: 33% !important; }
#tablepress-4 td.column-2 { width: 33% !important; }
#tablepress-4 td.column-3 { width: 33% !important; }
#tablepress-4 .row-1 td.column-1 { width: 100% !important; }

@media(min-width: 900px) {
#tablepress-4 td.column-1 { width: 50% !important; }
#tablepress-4 td.column-2 { width: 25% !important; }
#tablepress-4 td.column-3 { width: 25% !important; }
}


#tablepress-5 td, #tablepress-6 td, #tablepress-7 td, #tablepress-8 td {
  border-left:  1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}



/*  style rates request popup */
#pum-18085 {
}
#popmake-18085 {
top: 75px;
background: #f9f9f9;
padding: 35px !Important;
	border: none !important;
}



/* custom css for photo blog */
.postid-19098 .images-section.one.container-large div {
background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

/* image caption */
.wp-caption-text {
      font-size: 13px;
    font-style: italic;
    margin: 0px;
}

.banner-slide .wp-caption-text{
  position: absolute;
    bottom: 10px;
    left: 10px;
    color: white;
    z-index: 999;
}

/* Main Menu 2 — dropdown for items with children */
header ul.main-menu-2 li.menu-item-has-children {
  position: relative;
}

header ul.main-menu-2 li.menu-item-has-children > a::after {
  content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="white" viewBox="0 0 16 16"%3E%3Cpath fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"/%3E%3C/svg%3E');
  position: relative;
  top: 2px;
  margin-left: 6px;
}

header ul.main-menu-2 .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  margin: 0;
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  list-style: none;
  z-index: 9999;
}

header ul.main-menu-2 li.menu-item-has-children:hover > .sub-menu,
header ul.main-menu-2 li.menu-item-has-children:focus-within > .sub-menu {
  display: block;
}

header ul.main-menu-2 .sub-menu li {
  display: block;
  margin: 0;
}

header ul.main-menu-2 .sub-menu li a {
  color: #222;
  padding: 8px 18px;
  white-space: nowrap;
}

header ul.main-menu-2 .sub-menu li a:hover {
  background-color: #f4f0e8;
  color: #776441;
}

/* Nested sub-menus open to the side */
header ul.main-menu-2 .sub-menu .sub-menu {
  top: 0;
  left: 100%;
}