@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Solitreo&display=swap");
:root {
  --primary: #003ec5;
  --secondary: #099969;
  --text: #333;
  --dark: #323232;
  --transition: all 0.5s linear;
  --transition-2: all 0.5s ease-in-out;
  --primary-font: "Mulish", sans-serif;
  --secondary-font: "Inter", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

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

body {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 1.6rem;
  background: #f9f9f9;
}

img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
h1,
h2,
h3,
h5,
h4,
h6 {
  font-family: var(--secondary-font);
  font-weight: 500;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

p {
  font-size: 1.6rem;
  color: var(--text);
}

p:last-child {
  margin-bottom: 0;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.h-100 {
  height: 100%;
}

.mb-0 {
  margin-bottom: 0 !important;
}

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

.mt-48 {
  margin-top: 40%;
}

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

.pb-50 {
  padding-bottom: 20px;
}

.pb-80 {
  padding-bottom: 20px;
}

.section {
  padding-top: 20px;
}

.bg-white {
  padding: 20px 0 0 0;
}

.flex-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.flex-inline::after,
.flex-inline::before,
.flex::after,
.flex::before {
  display: none;
}
.flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.heading-wrap h2,
.heading-wrap h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--text);
}

.heading-wrap h1 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 18px;
}

.heading-wrap p {
  width: 100%;
  margin: 12px 0;
  font-size: 15px;
  line-height: 26px;
}

.site-footer {
  padding: 0 0 50px 0;
  background: #fff;
}

.site-footer .top__footer .grid {
  align-items: flex-end;
}

.custom-logo {
  width: 100px;
}

.site-footer .custom-logo {
  width: 200px;
}

.grid > * {
  margin-bottom: 30px;
}

.copyright {
  /* text-align: center; */
}

.copyright .grid > * {
  margin-bottom: 5px;
}

.top__footer {
  background: rgba(0, 62, 197, 0.05);
  border: 1px solid rgba(0, 62, 197, 0.15);
  text-align: center;
}

.top__footer {
  margin-bottom: 20px;
  padding: 20px 0;
}

.grid.no-gap {
  grid-gap: 0;
}

.grid.no-gap > div {
  margin: 0;
}

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

.mt-5 {
  margin-top: 20px;
}
.left-column {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  padding-right: 30px;
}
.right-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 300px;
  min-width: 300px;
}

.section-sm {
  padding: 40px 0;
}
.section-md {
  padding: 50px 0;
}
.section-lg {
  padding: 100px 0;
}
.th-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.th-container-xlarge {
  max-width: 1840px;
}

.th-container-large {
  max-width: 1600px;
}

.th-container-medium {
  max-width: 1300px;
}
.th-container-small {
  max-width: 960px;
}

.th-container-xsmall {
  max-width: 800px;
  margin: auto;
}

.site-header {
  background: #fff;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.site-main {
  padding-top: 63px;
}

.site-header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #f9f9f9;
}

.site-header .custom-logo {
  padding: 15px 0;
}

.text-center {
  text-align: center;
}

.main-navigation {
  display: none;
}

.main-navigation > div > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  height: 100%;
}

.main-navigation > div > ul > li {
  display: flex;
  height: 100%;
  position: relative;
  align-items: center;
  gap: 8px;
}

.main-navigation ul > li:not(:last-child) {
  margin-right: 30px;
}

.main-navigation ul > li > a {
  font-weight: 700;
  font-size: 14px;
  line-height: 50px;
  text-transform: uppercase;
  color: var(--primary-font);
  display: flex;
  z-index: 10;
  position: relative;
  align-items: center;
}

.main-navigation > div > ul > li i {
  font-size: 14px;
}

/* .main-navigation ul > li:hover i,
.main-navigation ul > li:hover a {
  color: var(--primary);
} */

.main-navigation > div > ul > li > ul {
  position: absolute;
  left: -16px;
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  width: 270px;
  top: 100%;
  background: #fff;
  box-shadow: 0 4px 24px -12px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(106, 113, 110, 0.1);
}

.main-navigation > div > ul > li:hover > ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

.main-navigation > div > ul > li > ul > li {
  position: relative;
}

.main-navigation > div > ul > li.menu-item-has-children:hover::before {
  content: "";
  position: absolute;
  left: -16px;
  top: -8px;
  width: calc(100% + 32px);
  height: calc(100% + 8px);
  z-index: 10;
  background: #fff;
  border-radius: 4px 4px 0 0;
  border: 1px solid rgba(106, 113, 110, 0.1);
  border-bottom: none;
}
.main-navigation > div > ul > li > ul > li > a {
  color: #303030;
  font-weight: 500;
  position: relative;
  display: block;
  text-transform: none;
  font-size: 15px;
  line-height: 18px;
  padding: 8px 16px;
}
.main-navigation > div > ul > li:hover > a,
.main-navigation > div > ul > li > ul > li:hover > a,
.main-navigation > div > ul > li > ul > li:hover i {
  color: var(--primary);
}

.header__right {
  display: none;
}

.header__right > a.burger__menu {
  font-size: 25px;
  color: var(--dark);
  vertical-align: middle;
  display: inline-block;
}

.header__right > a.burger__menu i {
  vertical-align: middle;
}

.banner__video {
  margin: 0;
  width: 100%;
  height: calc(100vh - 82px);
}

.banner__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header__right > a {
  margin-left: 15px;
  display: none;
}

.heading-wrap {
  margin-bottom: 30px;
}

.sticky__footer {
  position: sticky;
  bottom: 0;
  background: #fff;
  padding: 10px 5px;
  z-index: 9;

  display: flex;
  text-align: center;
  justify-content: space-between;
  align-items: flex-end;
  box-shadow: 0 0 4px #00000050;
}

.sticky__footer > a {
  text-align: center;
  flex: 1 0 31%;
  font-size: 14px;
  color: var(--dark);
  line-height: 100%;
}

.sticky__footer > a:nth-child(2) {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  margin: 0 15px;
}

.sticky__footer > a svg {
  display: block;
  margin: auto;
  margin-bottom: 5px;
}

.btn {
  background: #003ec5;
  text-align: center;
  color: #ffffff;
  line-height: 100%;
  padding: 10px 13px;
  width: max-content;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}

.btn:hover {
  background: var(--secondary);
}
.text-btn {
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 16px;
  color: var(--primary);
  position: relative;
  display: inline-block;
}

.btn.btn-secondary {
  background: var(--secondary);
}

.text-btn::before {
  position: absolute;
  left: 0;
  bottom: -0.15625rem;
  content: "";
  width: 100%;
  height: 1px;
  background-color: currentcolor;
  transition: bottom 300ms ease;
  -webkit-transition: bottom 300ms ease;
  -moz-transition: bottom 300ms ease;
  -ms-transition: bottom 300ms ease;
  -o-transition: bottom 300ms ease;
}

.text-btn:hover::before {
  bottom: -0.5rem;
}

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

.btn-white:hover {
  background: var(--secondary);
  color: #fff;
}

.btn-white svg {
  margin-left: 5px;
  vertical-align: middle;
}

.btn-white:hover svg path {
  fill: #fff;
}

.text-white {
  color: #fff;
}

.trip__card > a,
.shop__card > a {
  display: block;
  width: 100%;
}

.trip__card > a img,
.shop__card > a img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.scale:hover img {
  transform: scale(1.1);
}

.trip__card--content,
.shop__card--content {
  padding: 15px;
}

.trip__card--title,
.shop__card h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 6px;
}

.trip__card--title a,
.shop__card h3 a {
  color: var(--dark);
  &:hover {
    color: var(--primary);
  }
}

.trip__days {
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 7px;
  color: #4c4c4c;
}

.trip__card--content p,
.shop__card--content p {
  font-size: 15px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 12px;
}

.trip__price,
.shop__price {
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  color: var(--text);
  margin-top: auto;
}

.trip__price {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.shop__price del {
  font-size: 20px;
  opacity: 0.7;
}

.trip__price span {
  display: block;
  font-weight: 600;
  font-size: 16px;
  text-align: right;
}
.trip__price small {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  color: var(--text);
}

.bg-white {
  background: #fff;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.shop__subtitle {
  margin-bottom: 18px;
  font-size: 15px;
  display: block;
}

.shop__ratings {
}

.shop__ratings i {
  color: var(--secondary);
  font-size: 15px;
}

.footer__data {
  margin-top: 18px;
}

.footer__data p {
  font-size: 17px;
  line-height: 24px;
}

.footer__data p a {
  color: var(--text);
  &:hover {
    color: var(--secondary);
  }
}

.footer__socials {
  margin-top: 30px;
}

.footer__socials > a {
  display: inline-block;
  margin-right: 16px;
  font-size: 26px;
  color: var(--text);
}

.top__footer {
  border-bottom: 1px solid #eee;
}

.footer__links div.footer__title {
  font-family: var(--secondary-font);
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 18px;
  color: var(--primary);
}

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

.footer__links ul li {
  margin-bottom: 8px;
}

.footer__links ul li a {
  font-size: 15px;
  color: #4d4d4d;
  &:hover {
    color: var(--primary);
  }
}

.copyright {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #eee;
}

.copyright p {
  font-size: 14px;
  line-height: 1.5;
}

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

.copyright__link ul li {
  margin-right: 10px;
  display: inline-block;
}

.copyright__link ul li a,
.copyright__last a {
  font-size: 14px;
}

.site-footer {
  position: relative;
  overflow: hidden;
}

.site-footer > div {
  position: relative;
  z-index: 1;
}

.site-footer::before,
.site-footer::after {
  content: "";
  position: absolute;
  mix-blend-mode: darken;
  opacity: 0.05;
  width: 100%;
  bottom: 0;
}

.site-footer::before {
  left: -50px;
  background: url("../img/bg-art5.png") 0 0 no-repeat;
  max-width: 346px;
  height: 460px;
  display: none;
}

.site-footer::after {
  left: 50%;
  background: url("../img/bg-art6.png") 0 0 no-repeat;
  max-width: 303px;
  height: 248px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

/* Animation Card Image and heading */
.animate__heading {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  margin-top: 50px;
}
.animate__heading.visible {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.photo__gallery__section .heading-wrap {
  margin-bottom: 30px;
}

.card__img {
  overflow: hidden;
}

.card__img img {
  transition: var(--transition-2);
  -moz-transition: var(--transition-2);
  -ms-transition: var(--transition-2);
  -o-transition: var(--transition-2);
  -webkit-transition: var(--transition-2);
}

.banner__section {
  background: var(--secondary);
  position: relative;
}

.banner__section picture {
  display: block;
  width: 100%;
  overflow: hidden;
}

.banner__section .banner__slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: inherit;
  max-width: inherit;
  aspect-ratio: 4/3;
}

.banner__content {
  padding: 25px;
  text-align: center;
}

.banner__content h1 {
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 0;
}

.single__banner::before {
  display: none;
}

.banner__content span {
  font-weight: 500;
  font-size: 17px;
  color: #ffffff;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

/* offcanvas */
.offcanvas {
  min-height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100000;
  left: -100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  display: block;
}
.offcanvas.show {
  left: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.offcanvas::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000c;
  -webkit-backdrop-filter: saturate(180%) blur(5px);
  backdrop-filter: saturate(180%) blur(5px);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0.6;
}
.offcanvas .offcanvas__bar {
  width: 100%;
  position: relative;
  z-index: 10;
  height: 100%;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  position: absolute;
  top: 0;
  left: -100%;
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.offcanvas .offcanvas__bar .offcanvas__sidebar {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 300px;
  background: #fff;
  position: relative;
  z-index: 10;
  height: 100%;
  overflow-y: auto;
}
.offcanvas .offcanvas__bar.showbar {
  left: 0;
}

.offcanvas #primary-menu1 > li i {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.offcanvas #primary-menu1 > li.show-active > a,
.offcanvas #primary-menu1 > li > ul > li.show-active > a {
  color: var(--primary);
  background: var(--light);
}

.offcanvas #primary-menu1 > li.show-active > i,
.offcanvas #primary-menu1 > li > ul > li.show-active > i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.offcanvas__logo {
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
  -webkit-box-shadow: inset 0 -1px 0 0 #eaeaea;
  box-shadow: inset 0 -1px 0 0 #eaeaea;
  -webkit-backdrop-filter: saturate(180%) blur(5px);
  backdrop-filter: saturate(180%) blur(5px);
  background: #fffc;
}
.offcanvas__logo .custom-logo-link {
  display: block;
  text-align: center;
}
.offcanvas__logo a img {
  width: 150px;

  margin: 0 auto;
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.offcanvas__close {
  position: absolute;
  top: 10px;
  background: #fff;
  width: 50px;
  height: 50px;
  z-index: 100;
  left: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.offcanvas__close .offcanvas__icon {
  width: 20px;
  line-height: 0;
}
.offcanvas__close .offcanvas__icon span {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 2px;
  vertical-align: top;
  background: red;
}
.offcanvas__close .offcanvas__icon span + span {
  margin-top: 5px;
}

.offcanvas.show .offcanvas__close .offcanvas__icon span:nth-child(1) {
  -webkit-animation: ease 0.7s 0.6s icon1 forwards;
  animation: ease 0.7s 0.6s icon1 forwards;
}

.offcanvas.show .offcanvas__close .offcanvas__icon span:nth-child(2) {
  -webkit-animation: ease 0.7s 0.6s icon2 forwards;
  animation: ease 0.7s 0.6s icon2 forwards;
}

.offcanvas.show .offcanvas__close .offcanvas__icon span:nth-child(3) {
  -webkit-animation: ease 0.7s 0.6s icon3 forwards;
  animation: ease 0.7s 0.6s icon3 forwards;
}
@-webkit-keyframes icon1 {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    top: 7px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    top: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@keyframes icon1 {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    top: 7px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    top: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes icon2 {
  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes icon2 {
  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes icon3 {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    bottom: 7px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    bottom: 7px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
@keyframes icon3 {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    bottom: 7px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    bottom: 7px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
.offcanvas ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.offcanvas #primary-menu1 {
  padding: 0;
}
.offcanvas #primary-menu1 > li > a {
  color: #111;
  /* text-transform: uppercase; */
  font-size: 16px;
  padding: 10px 15px;
  display: block;
  font-weight: 600;
}

.offcanvas #primary-menu1 > li > ul,
.offcanvas #primary-menu1 > li > ul > li > ul {
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  -webkit-transition: max-height 0.3s ease-out;
  -moz-transition: max-height 0.3s ease-out;
  -ms-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
}

.offcanvas #primary-menu1 li {
  position: relative;
  cursor: pointer;
}
.offcanvas #primary-menu1 > li {
  border-bottom: 1px solid #eee;
}

.offcanvas #primary-menu1 > li:hover > a,
.offcanvas #primary-menu1 > li > ul > li:hover > a,
.offcanvas #primary-menu1 > li > ul > li > ul > li:hover > a {
  background: var(--light);
  color: var(--primary);
}
.offcanvas #primary-menu1 li:hover > i {
  color: var(--primary);
}

/* .offcanvas #primary-menu1 > li > ul > li:hover {
  color: var(--primary);
  background: #0000000d;
} */
.offcanvas #primary-menu1 li.menu-item-has-children span {
  color: var(--primary);
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 20px;
  width: 40px;
  height: 40px;
  background: #fff;
  right: 3px;
}
.offcanvas #primary-menu1 li.menu-item-has-children span i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.offcanvas #primary-menu1 li.menu-item-has-children > ul {
  /* background: var(--light); */
}

.offcanvas #primary-menu1 li.menu-item-has-children > ul > li:hover > a {
  color: var(--primary);
}

.offcanvas
  #primary-menu1
  li.menu-item-has-children
  > ul
  > li.menu-item-has-children
  > ul {
  background: #fff;
  margin: 0;
  margin-top: 5px;
  border-radius: 0;
  padding: 0;
}
.offcanvas #primary-menu1 > li.menu-item-has-children > span {
  top: 21px;
}

.offcanvas #primary-menu1 > li.menu-item-has-children ul li a {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #111;
  padding: 12px 30px;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.offcanvas #primary-menu1 > li.menu-item-has-children ul > li:last-child a {
  border-bottom: none;
}

/* .offcanvas #primary-menu1 > li ul li:hover > a {
  color: var(--primary);
  background: #0000000d;
} */

.offcanvas
  #primary-menu1
  > li.menu-item-has-children
  ul
  li.menu-item-has-children
  ul
  li
  a {
  padding-left: 40px;
}

.offcanvas
  #primary-menu1
  > li.menu-item-has-children
  ul
  li.menu-item-has-children
  ul
  li.menu-item-has-children
  ul
  li
  a {
  padding-left: 60px;
}

.notfound-404 h1 {
  font-size: 150px;
  font-weight: 900;
  margin: 0;
  color: #eee;
  text-transform: uppercase;
  font-family: var(--primary-font);
  line-height: 100%;
  margin-bottom: -55px;
  letter-spacing: -18px;
}

.page-title {
  font-weight: 400;
  margin-bottom: 18px;
  color: var(--dark);
}

.page-content p {
  margin-bottom: 18px;
}

.contact__wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.contact__wrapper {
  margin-bottom: 2rem;
  border-bottom: 1px solid #0000001a;
  padding-bottom: 2rem;
}

.contact__icon {
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: #00000025;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  -ms-border-radius: 9999px;
  -o-border-radius: 9999px;
}

.contact__icon svg {
  height: 32px;
}

.contact__details {
  font-size: 14px;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--primary);
  text-transform: uppercase;
  margin-left: 10px;
}

.contact__details a {
  display: block;
  font-weight: 500;
  font-size: 18px;
  text-transform: none;
  color: var(--text);
}

.contact__social {
  padding-top: 30px;
}

.contact__social h2 {
  font-weight: 300;
  font-size: 30px;
  color: var(--dark);
  margin-bottom: 12px;
}

.contact__social a {
  color: #111;
  margin-right: 15px;
  font-size: 20px;
}

.contact-iframe iframe {
  width: 100%;
}

.contact__form {
  padding: 20px;
  background: #f2f2f2;
}

.contact__form h3 {
  font-weight: 300;
  font-size: 30px;
  margin: 0;
  color: var(--dark);
  margin-bottom: 20px;
  letter-spacing: -0.03em;
}

.contact__form p {
  margin-top: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #1d3141;
}

.travel__destination--section .heading-wrap p {
  margin: 12px 0;
}

/* .contact__form form {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 15px;
} */

.contact__form form p {
  margin: 0;
  margin-bottom: 20px;
}

.contact__form form p label {
  display: block;
}

.contact__form form p input,
.contact__form form p textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #e8e8e8;
  font-weight: 500;
  font-size: 14px;
  background: #ffffffc2;
  line-height: 24px;
  color: var(--dark);
  height: 43px;
  padding: 0 15px;
  font-family: var(--primary-font);
}

.contact__form form p:nth-last-child(2),
.contact__form form p:nth-last-child(3),
.contact__form form p:nth-last-child(4) {
  grid-column: span 12;
}

.contact__form form p textarea {
  height: 150px;
  padding: 5px 15px;
}

.contact__form form p input[type="submit"] {
  border: none;
  color: #fff;
  padding: 10px 13px;
  padding-top: 10px;
  height: auto;
  background: #003ec5;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  line-height: 100%;
  padding-top: 14px;
  display: inline-block;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  background: var(--primary);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.banner__section.page__banner--half,
.banner__section.page__banner--half .banner__slider,
.banner__section.page__banner--half .banner__slider picture {
  height: auto;
  margin: 0;
}

.page__banner--half .banner__content {
  text-align: center;
}

.page__banner--half .banner__content h1 {
  margin-bottom: 0;
}

.contact__form form p input[type="submit"]:hover {
  background: var(--secondary);
}

.content-area ul {
  padding-left: 16px;
}

.content-area p,
.content-area ul li {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 28px;
  color: #333;
}

.content-area ul {
  padding-left: 18px;
  margin: 0;
}

.content-area ul li:not(:last-child) {
  margin-bottom: 15px;
}

.content-area h1,
.content-area h2,
.content-area h3,
.content-area h4,
.content-area h5,
.content-area h6 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 16px 0;
  line-height: 32px;
  color: #0d0d0d;
  opacity: 1;
}

.content-area h1 {
  font-size: 40px;
  line-height: 50px;
}

.content-area h2 {
  margin-top: 32px;
  font-size: 28px;
  line-height: 40px;
}

.content-area h3 {
  margin-top: 32px;
  font-size: 24px;
}

.content-area h4 {
  font-size: 20px;
}

.content-area figure img {
  margin-bottom: 2px;
}

.content-area figcaption {
  font-size: 14px;
  line-height: 24px;
  color: #4a4a4a;
  opacity: 1;
  font-weight: 400;
  text-align: left;
  margin-top: 8px !important;
}

.content-area em {
  color: var(--text);
}
.content-area figure {
  width: 100% !important;
}

.content-area figure img {
  width: 100%;
}

.content-area figcaption {
  display: block;
  margin-top: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #44403cd5;
}

.content-area img {
  width: 100%;
  margin-bottom: 15px;
}

.contact__section--page .column-3:not(:last-child) {
  border-right: 1px solid #d9d9d9;
}

.contact__section--page {
  background: #fff;
}

.contact-wrapper span {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #003ec5;
  margin-top: 15px;
  margin-bottom: 8px;
}

.contact-wrapper svg {
  height: 45px;
}

.contact-wrapper p,
.contact-wrapper a {
  font-weight: 500;
  font-size: 16px;
  color: #4d4d4d;
  display: block;
}

.contact-socials > a {
  display: inline-block;
  margin-right: 15px;
}

.contact__section--form {
  padding: 50px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.contact__section--form .heading-wrap h2 {
  width: 75%;
}

.contact__section--form .heading-wrap p {
  margin-left: 0;
  margin-top: 30px;
}

.inquiry__form {
  max-width: 768px;
  margin: auto;
}

.inquiry__form form {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 15px;
}

.inquiry__form form p {
  grid-column: span 6;
}

.inquiry__form form p {
  margin-bottom: 0;
}

.contact-form form div:nth-last-child(1),
.contact-form form p:nth-last-child(2),
.contact-form form p:nth-last-child(3),
.inquiry__form form div:nth-last-child(1),
.inquiry__form form p:nth-child(2),
.booking__form.inquiry__form form p:nth-child(4),
.inquiry__form form p:nth-last-child(2),
.inquiry__form form p:nth-last-child(3) {
  grid-column: span 12;
}

.booking__form.inquiry__form form p:nth-child(2) {
  grid-column: span 6;
}

.contact-form form input:not([type="submit"]),
.contact-form form textarea,
.contact-form form select,
.inquiry__form form select,
.inquiry__form form input:not([type="submit"]),
.inquiry__form form textarea {
  width: 100%;
  font-family: var(--primary-font);
  display: block;
  height: 42px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.contact-form form input[type="checkbox"],
.inquiry__form form input[type="checkbox"],
.contact-form form input[type="radio"],
.inquiry__form form input[type="radio"] {
  width: auto;
  height: auto;
}

.wpcf7-form-control.wpcf7-radio {
  display: block;
  margin-bottom: 20px;
}

.contact-form form div[data-class="wpcf7cf_group"] > p {
  margin-bottom: 12px;
  float: left;
  width: 47%;
  margin-right: 15px;
  font-size: 14px;
  font-weight: bold;
}

.contact-form form div[data-id="group-72"] > p:nth-child(1),
.contact-form form div[data-id="group-72"] > p:nth-child(2),
.contact-form form div[data-id="group-72"] > p:nth-child(3),
.contact-form form div[data-id="group-72"] > p:nth-last-child(1),
.contact-form form div[data-id="group-72"] > p:nth-last-child(2),
.contact-form form div[data-id="group-72"] > p:nth-last-child(3),
.contact-form form div[data-id="group-72"] > p:nth-last-child(4),
.contact-form form div[data-id="group-72"] > p:nth-last-child(5),
.contact-form form div[data-id="group-262"] > p:nth-child(7),
.contact-form form div[data-id="group-262"] > p:nth-child(8),
.contact-form form div[data-id="group-262"] > p:nth-child(9) {
  width: 100%;
  margin-right: 0;
  float: none;
}

.wpcf7-form-control-wrap {
  margin-top: 6px;
  display: block;
}

.wpcf7-list-item {
  margin-left: 0 !important;
}

.wpcf7-list-item label {
  display: flex;
  gap: 3px;
  margin-right: 13px;
}

.contact-form form input[type="submit"],
.inquiry__form form input[type="submit"] {
  padding: 10px 13px;
  background: #003ec5;
  font-weight: 500;
  font-size: 16px;
  font-family: var(--primary-font);
  text-align: center;
  border: none;
  cursor: pointer;
  color: #ffffff;
  line-height: 100%;
  display: inline-block;

  &:hover {
    background: var(--secondary);
  }
}

.inquiry__form form p label {
  font-size: 14px;
  font-weight: 500;
}

.banner__slider {
  margin: 0;
}

.contact-form form textarea,
.inquiry__form form textarea {
  height: 150px;
}

.product_meta span {
  display: block;
  margin-bottom: 12px;
}

.product_meta span a {
  color: var(--primary);
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  text-decoration: none;
}

.woocommerce div.product .product_title {
  font-weight: bold;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  div.product
  span.price {
  color: var(--primary) !important;
  font-weight: 500;
}

.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
  height: 42px;
  width: 100px;
  font-family: var(--secondary-font);
  font-weight: bold;
}

.wc-block-components-quantity-selector
  input.wc-block-components-quantity-selector__input {
  font-family: var(--secondary-font);
}

.woocommerce div.product form.cart .button,
.button.wc-forward,
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained,
.wc-block-components-totals-coupon__form
  .wc-block-components-totals-coupon__button,
body:not(.woocommerce-block-theme-has-button-styles)
  .wc-block-components-button:not(.is-link),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button,
.woocommerce #review_form #respond .form-submit input {
  background: #003ec5;
  text-align: center;
  color: #ffffff;
  line-height: 100%;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  font-family: var(--primary-font);
  text-transform: uppercase;
  border: none;
}

/* .wc-block-components-quantity-selector
  input.wc-block-components-quantity-selector__input {
  color: red ;
} */

.wc-block-components-product-metadata
  .wc-block-components-product-metadata__description
  > p {
  font-size: 14px;
}

.wc-block-components-product-name,
.wc-block-checkout__sidebar .wc-block-components-product-name {
  font-size: 20px !important;
  font-weight: bold;
  color: #111;
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
  font-weight: bold;
  font-size: 18px !important;
}

/* .about__imgs > a:nth-child(n + 7) {
  display: none;
} */
.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form
  .wc-block-components-text-input
  input[type="password"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="password"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"],
.wc-blocks-components-select .wc-blocks-components-select__select {
  border-color: #12121247 !important;
}

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
  font-size: 15px;
}

.trip__card {
  border: 1px solid #eee;

  height: 100%;
  overflow: hidden;
}

.team__section .trip__card--content {
  background-color: #f9f9f9;
}

.why__travel .grid {
  grid-gap: 30px;
}

.why__travel {
  position: relative;
  overflow: hidden;
}

.why__travel::before,
.why__travel::after {
  content: "";
  position: absolute;
  mix-blend-mode: darken;
  opacity: 0.05;
  width: 100%;
}

.why__travel::before {
  background: url("../img/bg-art-1.png") 0 0 no-repeat;
  max-width: 360px;
  height: 572px;
  right: 0;
  bottom: -170px;
}
.why__travel::after {
  background-image: url("../img/bg-art4.png");
  left: -170px;
  right: auto;
  top: 0;
  bottom: auto;
  max-width: 384px;
  height: 456px;
}

.why__card {
  padding: 20px;
  background: #fff;
  border: 1px solid #1111111f;
  height: 100%;
  border-radius: 10px;
  transition: all 0.3s linear;
}
.why__card__icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: rgba(0, 62, 197, 0.1);
  margin-bottom: 18px;
  border-radius: 5px;
}

.why__card:hover {
  background: rgba(0, 62, 197, 0.1);
  transition: all 0.3s linear;
  transform: translateY(-15px);
}

.why__card__icon i {
  font-size: 20px;
  color: var(--primary);
}

.why__card h3 {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.why__card p {
  font-size: 15px;
  line-height: 24px;
}

.about__imgs {
  display: flex;
  overflow: auto;
  flex-wrap: nowrap;
  width: 100%;
}

.about__imgs > a {
  display: inline-block;
  min-width: 40%;
  width: 40%;
  margin-right: 15px;
  max-width: 100%;
  height: 100%;
}

.about__imgs > a img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.additional__data {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c7c7c7;
}
.additional__data .heading-wrap {
  margin-bottom: 20px;
}

.additional__data:last-child {
  padding-bottom: 0;
  margin: 0;
  border: none;
}

.trip__card--content {
  border-radius: 0 0 5px 5px;
}

.shop__card--content {
  border-radius: 0 0 5px 5px;
}

.destination__banner__section.banner__section,
.destination__banner__section.banner__section .banner__slider,
.destination__banner__section.banner__section .banner__slider picture {
  height: 700px;
}

.destination__content .heading-wrap p {
  width: 100%;
}

.exclusive__offers--section {
  position: relative;
  overflow: hidden;
}

.exclusive__offers--section > div {
  position: relative;
  z-index: 1;
}

.exclusive__offers--section::before,
.exclusive__offers--section::after {
  content: "";
  position: absolute;
  mix-blend-mode: darken;
  opacity: 0.05;
  width: 100%;
}

.exclusive__offers--section::before {
  right: -170px;
  top: 0;
  background: url("../img/bg-art-1.png") 0 0 no-repeat;
  max-width: 360px;
  height: 572px;
}

.exclusive__offers--section::after {
  left: -190px;
  bottom: 0;
  background: url("../img/bg-art-2.png") 0 0 no-repeat;
  max-width: 408px;
  height: 418px;
}

.exclusive__offers--section::before {
  top: auto;
  bottom: -170px;
}

.exclusive__offers--section::after {
  background-image: url("../img/bg-art4.png");
  left: -170px;
  right: auto;
  top: 0;
  bottom: auto;
  max-width: 384px;
  height: 456px;
}

.exclusive__offers--content {
  padding: 15px 0 0 0;
  /* background: #fff; */
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.exclusive__offers--section .heading-wrap p {
  width: 100%;
}

.exclusive__offers--content .trip__card--content {
  padding: 0;
  width: 100%;
  border: none !important;
}

.exclusive__offers--img > a {
  display: block;
  width: 100%;
  height: 100%;
}

.exclusive__offers--img > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
}

.exclusive__offers--slider .owl-nav {
  top: 50%;
}

.owl-nav {
  text-align: center;
  margin-top: 20px;
}

.owl-nav .prev-slide,
.owl-nav .next-slide {
  width: 30px;
  height: 30px;
  background-image: url("../img/arrow-circ-left.svg");
  background-repeat: no-repeat;
  text-align: center;
  background-position: center;
  background-size: 30px;
  opacity: 0.5;
}

.owl-nav .prev-slide:hover,
.owl-nav .next-slide:hover {
  opacity: 1;
}

.owl-nav .next-slide {
  background-image: url("../img/arrow-circ-right.svg");
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  margin-right: 12px;
}

.best__selling--slider .trip__card .trip__card--content {
  min-height: 250px;
  display: flex;
  flex-direction: column;
}

.trip__card.mindfullness__card .trip__card--content {
  min-height: 180px;
}

@media (min-width: 1366px) {
  .owl-nav {
    text-align: center;
    margin-top: 0;
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    display: block;
    height: 0;
    opacity: 0.8;
  }

  .owl-nav button.owl-prev,
  .owl-nav button.owl-next {
    position: absolute;
  }

  .owl-nav button.owl-prev {
    left: -75px;
  }

  .owl-nav .prev-slide,
  .owl-nav .next-slide {
    width: 48px;
    background-size: 48px;
    height: 48px;
  }

  .owl-nav button.owl-next {
    left: auto;
    right: -75px;
  }

  .owl-nav button.owl-prev,
  .owl-nav button.owl-next {
    margin-right: 0;
  }
}

@media (min-width: 834px) {
  .exclusive__offers--content {
    padding: 30px;
    background: #fff;
  }
}

@media (min-width: 768px) {
  .about__imgs {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 15px;
    overflow: initial;
  }

  .about__imgs > a {
    grid-column: span 4;
    width: 100%;
  }

  /* .about__imgs > a:first-child {
    grid-column: span 6;
    grid-row: span 2;
  }

  .about__imgs > a:nth-child(4),
  .about__imgs > a:nth-child(5) {
    grid-row: span 2;
  } */
  .top__footer {
    text-align: left;
  }
  .grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 30px;
  }

  .column-1 {
    grid-column: span 1;
  }
  .row-1 {
    grid-row: span 1;
  }
  .column-2 {
    grid-column: span 2;
  }
  .row-2 {
    grid-row: span 2;
  }
  .column-3 {
    grid-column: span 3;
  }
  .row-3 {
    grid-row: span 3;
  }
  .column-4 {
    grid-column: span 4;
  }
  .row-4 {
    grid-row: span 4;
  }
  .column-5 {
    grid-column: span 5;
  }
  .row-5 {
    grid-row: span 5;
  }
  .column-6 {
    grid-column: span 6;
  }
  .row-6 {
    grid-row: span 6;
  }
  .column-7 {
    grid-column: span 7;
  }
  .row-7 {
    grid-row: span 7;
  }
  .column-8 {
    grid-column: span 8;
  }
  .row-8 {
    grid-row: span 8;
  }
  .column-9 {
    grid-column: span 9;
  }
  .row-9 {
    grid-row: span 9;
  }
  .column-10 {
    grid-column: span 10;
  }
  .row-10 {
    grid-row: span 10;
  }
  .column-11 {
    grid-column: span 11;
  }
  .row-11 {
    grid-row: span 11;
  }
  .column-12 {
    grid-column: span 12;
  }
  .row-12 {
    grid-row: span 12;
  }

  .top__footer {
    margin-bottom: 40px;
    padding: 40px 0;
  }
}

@media (min-width: 834px) {
  .banner__content h1 {
    margin-bottom: 15px;
  }
  /* Galleries
--------------------------------------------- */
  .gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
  }

  .gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
  }

  .gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
  }

  .gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
  }

  .gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
  }

  .gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
  }

  .gallery-caption {
    display: block;
  }

  .banner__section.page__banner--half,
  .banner__section.page__banner--half .banner__slider,
  .banner__section.page__banner--half .banner__slider picture {
    height: 60dvh;
  }
  .copyright {
    text-align: left;
  }
  .site-footer::before {
    display: block;
  }
  .pb-50 {
    padding-bottom: 50px;
  }

  .footer__links div {
    margin-bottom: 20px;
  }
  .site-header .custom-logo {
    width: 200px;
  }
  .trip__card--content,
  .shop__card--content {
    padding: 25px;
    background: #fff;
    display: flex;
    flex-direction: column;
    /* height: 100%; */
    min-height: 250px;
  }

  .bg-white {
    padding: 80px 0;
  }
  .grid > * {
    margin-bottom: 0;
  }
  .banner__content h1 {
    font-weight: bold;
    font-size: 50px;
    line-height: 70px;
    color: #ffffff;
    margin-bottom: 15px;
  }

  .banner__content span {
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
  }
  .heading-wrap {
    margin-bottom: 50px;
  }
  .trip__overview .column-5,
  .trip__itinerary .column-5 {
    margin: 0;
  }
  .banner__section {
    height: calc(100vh - 82px);
  }

  .banner__section .banner__slider,
  .banner__section .banner__slider picture {
    height: calc(100vh - 82px);
  }

  .single__banner::before,
  .page__banner::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 62.72%,
      rgba(0, 0, 0, 0.75) 100%
    );
    width: 100%;
    height: 70%;
    z-index: 99;
    display: block;
  }

  .banner__content {
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
    padding-bottom: 50px;
  }

  .notfound-404 h1 {
    font-size: 230px;
  }

  .section {
    padding: 80px 0;
  }
  .pb-80 {
    padding-bottom: 80px;
  }
  .th-container {
    padding: 0 30px;
  }
  .heading-wrap h2,
  .page-title {
    font-size: 24px;
    line-height: 29px;
  }

  .about__section > p {
    margin-top: 24px;
  }

  .heading-wrap p {
    font-family: var(--secondary-font);
    font-size: 16px;
    margin-bottom: 20px;
  }

  .about__section .heading-wrap {
    margin-bottom: 24px;
  }
  .grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 40px;
  }

  .copyright {
    gap: 40px;
    justify-content: flex-start;
  }

  .site-footer .grid .column-2 {
    margin-left: auto;
  }

  .sticky__footer {
    display: none;
  }
}

@media (min-width: 960px) {
  .site-main {
    padding-top: 97px;
  }
  .main-navigation {
    display: flex;
  }
  .header__right > a {
    display: inline-block;
  }

  .header__right {
    display: none;
  }
}

.add_to_cart_button {
  background: #003ec5;
  text-align: center;
  color: #ffffff;
  line-height: 100%;
  padding: 10px 13px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}
.add_to_cart_button:hover {
  background: var(--secondary);
}
.added_to_cart {
  color: #000;
  text-decoration: underline;
  margin: 0 0 0 15px;
}

.woocommerce .woocommerce-breadcrumb {
  margin-top: 12px !important;
  color: #333 !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  .woocommerce-breadcrumb
  a {
  color: #333 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  margin-right: 5px !important;
}

@media (max-width: 834px) {
  .heading-wrap h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 100%;
  }
  .banner__video {
    height: auto;
    aspect-ratio: 1.1;
  }

  .header__right {
    display: block;
  }

  .destination__banner__section.banner__section,
  .destination__banner__section.banner__section .banner__slider,
  .destination__banner__section.banner__section .banner__slider picture {
    height: auto;
  }
}
