/*!
Theme Name: crisscross
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: crisscross
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

crisscross is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@font-face {
  font-family: "CentraBold";
  src: url("./assets/fonts/CentraNo2-Bold.woff2") format("woff2"),
    url("./assets/fonts/CentraNo2-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Centra Black";
  src: url("./assets/fonts/CentraNo2-Black.woff2") format("woff2"),
    url("./assets/fonts/CentraNo2-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "CentraBook";
  src: url("./assets/fonts/CentraNo2-Book.woff2") format("woff2"),
    url("./assets/fonts/CentraNo2-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Centra Extrabold";
  src: url("./assets/fonts/CentraNo2-Extrabold.woff2") format("woff2"),
    url("./assets/fonts/CentraNo2-Extrabold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Centra Hairline";
  src: url("./assets/fonts/CentraNo2-Hairline.woff2") format("woff2"),
    url("./assets/fonts/CentraNo2-Hairline.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Centra Light";
  src: url("./assets/fonts/CentraNo2-Light.woff2") format("woff2"),
    url("./assets/fonts/CentraNo2-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "CentraMedium";
  src: url("./assets/fonts/CentraNo2-Medium.woff2") format("woff2"),
    url("./assets/fonts/CentraNo2-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Centra Thin";
  src: url("./assets/fonts/CentraNo2-Thin.woff2") format("woff2"),
    url("./assets/fonts/CentraNo2-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: rgba(243, 179, 41, 1);
  --secondary: rgba(198, 93, 72, 1);
  --black: rgba(0, 0, 0, 0.4);
  --transition: all 0.3s linear;
  --primary-extrabold-font: "CentraExtrabold";
  --primary-bold-font: "CentraBold";
  --primary-medium-font: "CentraBook";
  --secondary-medium-font: "CentraMedium";
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--primary-medium-font);
}
a,
a:hover {
  text-decoration: none;
}
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.section {
  padding: 100px 0;
}
.section-t {
  padding-top: 100px;
}
.section-b {
  padding-bottom: 100px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-80 {
  margin-top: 80px;
}
.mx-auto {
  margin: 0 auto;
}
.link__title {
  margin: 0;
  line-height: 100%;
}
.link__title a {
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -0.05em;
  color: rgba(0, 0, 0, 0.5);
  max-width: 350px;
  display: inline-block;
}
.link__title a:hover {
  color: var(--secondary);
}
.link__title.small a {
  font-size: 28px;
  line-height: 34px;
  max-width: 100%;
}
.main-heading {
  font-family: var(--primary-bold-font);
  font-weight: 700;
  font-size: 80px;
  line-height: 70px;
  letter-spacing: -0.05em;
  color: #ffffff;
  position: relative;
  margin: 0;
}

.main-heading.secondary {
  color: var(--secondary);
}
.main-heading.small-width {
  max-width: 500px;
}
.main-heading span {
  font-family: var(--primary-medium-font);
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #c65d48;
  position: absolute;
  margin-left: 20px;
  width: 100%;
  bottom: 0;
}
.main-heading.primary {
  color: var(--primary);
}
.mini-heading.primary {
  color: var(--primary);
  max-width: 100%;
  font-size: 30px;
  line-height: 40px;
}
.mini-heading.primary span {
  color: var(--secondary);
}
.site-header {
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 2;
  width: 100%;
  padding: 0;
}
.logo-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 10px 0; */
}

.offcanvas {
  display: none;
}
/* navigation */

.main-navigation,
.main-navigation .menu-menu-1-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.main-navigation > div > ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.main-navigation > div > ul > li {
  /* padding: 0 10px 0 0; */
  position: relative;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* .main-navigation > div > ul > li.menu-item-has-children {
	padding-right: 20px;
  } */
.main-navigation > div > ul > li:last-child {
  padding-right: 0;
}

.main-navigation > div > ul > li i {
  color: #fff;
  font-size: 13px;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}

.main-navigation > div > ul > li:hover i {
  color: #fff;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.main-navigation > div > ul > li > a {
  font-family: var(--primary-bold-font);
  font-size: 16px;
  position: relative;
  z-index: 1000;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  padding: 18px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
}

.main-navigation > div > ul > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary);
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
}

.main-navigation > div > ul > li > a:hover::after,
.main-navigation > div > ul > li.menu-item-has-children:hover > a::after {
  width: 100%;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
}
.main-navigation > div > ul > li:last-child > a {
  margin: 0;
}
.main-navigation > div > ul > li > ul {
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  width: 230px;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  top: 170%;
  background: #fff;
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.main-navigation > div > ul > li > ul::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: calc(100% + 10px);
  left: 0;
  top: -10px;
}
.main-navigation > div > ul > li > ul::after {
  content: " ";
  position: absolute;
  left: 10px;
  top: -7px;
  border-top: none;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #fff;
}

.main-navigation > div > ul > li:hover > ul {
  opacity: 1;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  visibility: visible;
  top: calc(100% + 10px);
  z-index: 1000;
}
.main-navigation ul > li > ul > li {
  position: relative;
}
.main-navigation ul > li > ul > li > ul {
  position: absolute;
  left: calc(100% + 10px);
  top: 20%;
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  width: 230px;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  background: #fff;
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.main-navigation > div > ul > li > ul > li ul::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: calc(100% + 20px);
  top: 0;
  left: -20px;
}
.main-navigation > div > ul > li > ul > li ul::after {
  content: " ";
  position: absolute;
  left: -7px;
  top: 7px;
  border-top: 7px solid transparent;
  border-right: 7px solid #fff;
  border-left: none;
  border-bottom: 7px solid transparent;
}
.main-navigation ul > li > ul > li:hover > ul {
  top: 0;
  opacity: 1;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  visibility: visible;
  z-index: 1000;
}

.main-navigation > div > ul > li > ul li > a {
  font-family: var(--primary-bold-font);
  font-size: 15px;
  color: #666;
  display: inline-block;
  line-height: 1.9;
  position: relative;
  display: block;
  padding: 10px 20px;
  border-radius: 0;
  text-transform: capitalize;
}
.main-navigation > div > ul > li > ul li > a:hover,
.main-navigation > div > ul > li.menu-item-has-children > ul li:hover > a {
  background: rgba(0, 0, 0, 0.05);
  color: var(--secondary);
}
.main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.main-navigation > div > ul > li {
  /* position: relative; */
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.main-navigation > div > ul > li:hover > a {
  color: var(--primary);
}
.scrolltop .main-navigation > div > ul > li > a,
.header-default .main-navigation > div > ul > li > a {
  padding: 26px 16px;
}
.main-navigation > div > ul > li.menu-item-has-children > a {
  padding-right: 27px;
}
.main-navigation > div > ul > li.menu-item-has-children > a::before {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  color: #fff;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.main-navigation > div > ul > li.menu-item-has-children:hover > a::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  color: var(--primary);
}
.main-navigation
  > div
  > ul
  > li.menu-item-has-children
  > ul
  > li.menu-item-has-children
  > a,
.main-navigation
  > div
  > ul
  > li.menu-item-has-children
  > ul
  > li.menu-item-has-children
  > ul
  > li.menu-item-has-children
  > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-navigation
  > div
  > ul
  > li.menu-item-has-children
  > ul
  > li.menu-item-has-children
  > a::after,
.main-navigation
  > div
  > ul
  > li.menu-item-has-children
  > ul
  > li.menu-item-has-children
  > ul
  > li.menu-item-has-children
  > a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: block !important;
  font-size: 10px;
}

.banner__section,
.banner__section .banner__slider img {
  height: 100vh;
  width: 100%;
  background: #000;
  object-fit: cover;
}

.banner__section .owl-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner__section .owl-nav .owl-prev {
  margin-left: 80px;
}
.banner__section .owl-nav .owl-next {
  margin-right: 80px;
}
.banner__section .owl-nav > button {
  background: #fff !important;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.banner__section .prev-slide,
.banner__section .next-slide {
  color: var(--primary);
}
.banner__section .item {
  position: relative;
}
.banner-text {
  position: absolute;
  left: 0;
  bottom: 65px;
  z-index: 2;
  width: 100%;
}
.banner-text .main-heading {
  max-width: 420px;
}
.banner__section .item {
  position: relative;
}
.banner__section .item::before {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2) 52.6%,
    rgba(0, 0, 0, 0.5) 100%
  );
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@-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);
  }
}

.banner__slider img {
  -webkit-animation: scale 40s ease infinite;
  animation: scale 40s ease infinite;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner__slider {
  display: block;
  max-height: 100%;
  width: 100%;
  overflow: hidden;
}
/* welcome-section  */
.welcome-section {
  background: var(--secondary);
  padding: 40px 0;
  position: relative;
}
.welcome-section::before {
  content: "";
  background: url(./assets/img/background-hill.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0;
}
.welcome-text-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 1;
  position: relative;
}
.mini-heading {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 58px;
  letter-spacing: -0.03em;
  color: #ffffff;
  max-width: 300px;
}
.welcome-text-wrapper p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  max-width: 470px;
}
.welcome-text-wrapper p span a {
  color: var(--primary);
}
.img-text-section {
  border: 15px solid white;
  position: absolute;
  right: 0;
  top: 145px;
  transition: all 0.6s linear;
  opacity: 0;
  visibility: hidden;
}
.welcome-section.visible .img-text-section {
  top: -137px;
  opacity: 1;
  visibility: visible;
}
.img-text-section img {
  width: 300px;
  height: 300px;
  object-fit: cover;
}
.img-text-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 52.6%,
    rgba(0, 0, 0, 0.5) 100%
  );

  width: 100%;
  height: 100%;
}
.user-details-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
  position: absolute;
  bottom: 20px;
  width: 100%;
  z-index: 2;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 10px;
}
.user-details p {
  margin: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 29px;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.user-details p a,
.user-details span a,
.arrow a i {
  color: white;
}

/* welcome-section  */
/* exciting-thing-section  */
.things-to-do {
  position: relative;
}
.things-carousel .things-to-do img {
  width: 100%;
  aspect-ratio: 3/5;
  object-fit: cover;
}
.things-carousel .things-to-do > a {
  position: relative;
  display: block;
}
.things-carousel .things-to-do > a::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52.6%, #000000 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.common-carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: absolute;
  right: 144px;
  top: -110px;
}
.common-carouseln .owl-nav > button {
  background: #000000 !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.common-carousel .prev-slide,
.common-carousel .next-slide {
  color: var(--primary);
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 50px;
  transition: var(--transition);
}
.common-carousel .prev-slide:hover,
.common-carousel .next-slide:hover {
  color: white;
  background-color: var(--secondary);
  border: none;
}
.things-text h3 {
  margin: 0;
}
.things-text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px;
}
.things-text a {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.04em;
  color: #ffffff;
  z-index: 2;
  position: relative;
  text-transform: capitalize;
}
/* exciting-thing-section  */

/* selected-trips-section  */
.selected-trips-section {
  background: #eeeeee;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
}
.selected-trips-wrapper .main-heading {
  color: var(--black);
}
.selected-trips-section::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(./assets/img/trips.png);
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.selected-trips-wrapper,
.sub-banner-section {
  z-index: 1;
  position: relative;
}
.sub-banner-section {
  position: relative;
}
.sub-banner-section h3 {
  margin: 0;
}
.sub-banner-section .mini-heading {
  position: absolute;
  top: 40px;
  right: 60px;
  max-width: 498px;
  z-index: 2;
  text-align: right;
}
.sub-banner-section img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.sub-banner-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.remaning-days-wrapper {
  position: absolute;
  right: 60px;
  bottom: 60px;
  z-index: 2;
}
.remaning-days-section p {
  font-family: var(--primary-bold-font);
  font-size: 15px;
  line-height: 26px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
.btn {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 10px;
}
.btn .primary-btn a,
.btn .primary-btn.price__btn,
.secondary-btn a {
  font-family: var(--primary-bold-font);
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  padding: 8px 20px;
}
.btn .primary-btn a,
.btn .primary-btn.price__btn {
  background: var(--primary);
  color: white;
  transition: var(--transition);
}
.btn .primary-btn a:hover {
  color: var(--secondary);
}
.btn .secondary-btn a {
  background: var(--secondary);
  color: white;
  transition: var(--transition);
}
.btn .secondary-btn a:hover {
  color: var(--primary);
}

/* selected-trips-section  */
.departure-date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 60px;
  gap: 20px;
  background: rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.selected-trips-section .uk-container {
  z-index: 1;
  position: relative;
}
.departure-date-wrapper h3 {
  margin-bottom: 0;
}
.departure-date-wrapper h3 a {
  font-family: var(--primary-bold-font);
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.05em;
  color: rgba(0, 0, 0, 0.5);
  max-width: 450px;
  display: inline-block;
}
.departure-date-wrapper h3:hover a {
  color: var(--secondary);
}
.departure-date-wrapper .remaning-days-section p {
  color: var(--secondary);
  text-align: right;
}

.departure-date-wrapper .dep_date_img {
  /* display: none; */
  height: 0;
  transition: 0.3s all linear;
}

.remaning-days-section {
  padding: 10px 20px;
}
.departure-date-section .departure-date-wrapper:nth-child(odd) {
  background: rgba(0, 0, 0, 0.068);
}
/* destinations-section  */
.destinations-carousel img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.destinations-carousel .things-text a {
  font-family: var(--primary-bold-font);
  font-size: 14px;
  text-transform: uppercase;
  color: var(--secondary);
  padding: 10px 20px;
  background: white;
  transition: var(--transition);
}
.destinations-carousel .things-text a:hover {
  background: var(--secondary);
  color: white;
}
.arrow__container {
  display: flex;
  gap: 10px;
}
.myarrow {
  color: var(--primary);
  width: 50px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.466);
  border-radius: 50%;
  line-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--transition);
  cursor: pointer;
}
.myarrow:hover {
  background: var(--secondary);
  color: white;
}
.thing-text span {
  font-weight: 700;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: -0.02em;
  color: #f3b329;
}
.destinations-text span {
  font-weight: 700;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: -0.02em;
  color: #f3b329;
}

/* destinations-section  */
/* reviews-section  */
.reviews-wrapper .main-heading {
  width: 100%;
}
.reviews-wrapper .main-heading span {
  max-width: 500px;
}
.star-review-section {
  background: var(--secondary);
  width: 100%;
  text-align: center;
  margin-top: -60px;
  padding: 80px 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
  flex: 1;
}
.review-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 10px solid white;
  position: relative;
  margin: 0 auto;
}
.review-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.star-review-section h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  letter-spacing: -0.04em;
  color: #f3b329;
}
.star-review-section p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.star-review-section span {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #ffffff;
  opacity: 0.9;
}
.star-review-section .star img {
  width: 20px;
  height: 20px;
}
.star {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.reviews-carousel {
  position: relative;
}
.reviews-carousel::after {
  content: "";
  background: url(./assets/img/review-bg.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: 0.1;
}
.review-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.reviews-carousel .owl-carousel.owl-drag .owl-item,
.reviews-carousel .owl-carousel .owl-stage {
  height: 100%;
}
.myarrow.disabled {
  opacity: 0.5;
  pointer-events: none;
}
/* reviews-section  */
/* blogs-section  */
.blogs-wrapper .main-heading {
  width: 100%;
}
.blogs-wrapper .main-heading span {
  max-width: 300px;
}
.blogs-carousel .blog__img img {
  display: block;
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.hover__img {
  overflow: hidden;
}
.hover__img img {
  transition: var(--transition);
}
.hover__img:hover img {
  transform: scale(1.1);
}
.blogs-text span {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #f3b329;
  font-family: var(--primary-bold-font);
}

/* blogs-section  */
/* main-footer-section  */
.main-footer-section {
  background: rgba(0, 0, 0, 0.8);
  position: relative;
  padding: 50px 0;
}
.main-footer-section .uk-container {
  z-index: 2;
  position: relative;
}
.main-footer-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(./assets/img/footer-bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.main-footer-section h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: var(--primary);
}
.footer-sub-menu {
  max-width: 600px;
  margin: 0 auto;
}
.footer-sub-menu ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  row-gap: 4px;
  padding: 0;
}
.footer-sub-menu ul a {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.9);
  max-width: 500px;
  display: inline-block;
}
.footer-sub-menu ul a:hover {
  color: var(--primary);
}
.footer-sub-menu ul li {
  position: relative;
}
.footer-sub-menu ul li:not(:last-child) {
  padding-right: 15px;
}
.footer-sub-menu ul li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: white;
  opacity: 0.6;
  width: 1px;
  height: 14px;
  transform: translateY(-50%);
}
.footer-main-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  list-style: none;
  flex-wrap: wrap;
}
.footer-main-menu ul a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  transition: var(--transition);
}
.footer-main-menu ul a:hover {
  color: var(--secondary);
}
.contact-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.hover__contact a {
  font-weight: 700;
  font-size: 28px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #c65d48;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: var(--transition);
}
.hover__contact a:hover {
  color: white;
}
.footer-logo {
  text-align: center;
}
.footer-logo .custom-logo {
  width: 200px;
}
.social-icon {
  display: flex;
  gap: 15px;
  justify-content: center;
}
.social-icon a {
  font-size: 20px;
  color: white;
}
.social-icon a:hover {
  color: var(--primary);
}
.copyright-section {
  background: var(--secondary);
  padding: 15px 0;
}
.footer-copyright-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}
.copy-footer p,
.copy-footer p a {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.copyright-sec2 {
  display: flex;
  justify-content: flex-end;
}
/* main-footer-section  */

.ham-menu {
  display: none;
}
/* canvas  */
.ham-menu img {
  cursor: pointer;
}
.slide-menu-bar .slide-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  cursor: pointer;
}
.slide-close i {
  color: #fff;
}
.slide-menu-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.slide-menu {
  display: block;
  position: fixed;
  height: 100vh;
  overflow-y: auto;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
}
.slide-menu .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.slide-menu .slide-menu-bar {
  background: #fff;
  height: 100vh;
  overflow-y: auto;
  position: absolute;
  z-index: 1;
  width: 300px;
  left: -300px;
  transition: all 0.3s linear;
}

.slide-menu.slide-show {
  opacity: 1;
  visibility: visible;
}
.slide-menu.slide-show .slide-menu-bar {
  left: 0;
}
#primary-menu1 {
  list-style: none;
  padding-bottom: 10px;
}
#primary-menu1 ul {
  list-style: none;
}
#primary-menu1 a {
  text-decoration: none;
  color: black;
  padding: 10px 40px;
  display: block;
  font-size: 16px;
  text-transform: capitalize;
  width: 100%;
}
#primary-menu1 > li:hover > a {
  background: var(--primary);
  color: white;
}
#primary-menu1 > li:hover > span i {
  color: #fff;
}

#primary-menu1 li.menu-item-has-children ul {
  display: none;
  background: #ddd;
}
.slide-menu-logo {
  text-align: center;
  background: #333;
}
.slide-menu-logo img {
  width: 100px;
  padding: 20px 0;
}
#primary-menu1 li.menu-item-has-children {
  position: relative;
}
#primary-menu1 li.menu-item-has-children span {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  padding: 0 15px;
}
#primary-menu1 li.menu-item-has-children span i {
  transition: transform 0.3s linear;
}
#primary-menu1 li.menu-item-has-children ul li.menu-item-has-children ul {
  background: #e7e7e7;
}
#primary-menu1 > li.menu-item-has-children > a.newclass {
  background: #fa9b4e;
  color: #fff;
}
#primary-menu1 > li.menu-item-has-children > a.newclass ~ span i {
  transform: rotate(90deg);
  color: #fff;
}
#primary-menu1 > li.menu-item-has-children ul li > a.newclass ~ span i {
  transform: rotate(90deg);
}
/* canvas  */

.scrolltop,
.header-default {
  background: #333333;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s linear;
  width: 100%;
  z-index: 20;
  margin: 0;
  padding: 0;
}

.scrolltop .custom-logo,
.header-default .custom-logo {
  filter: none;
  width: 120px;
}

.content__wrapper {
  margin-top: 50px;
}
.content__wrapper.small {
  margin-top: 30px;
}

/* scrollup  */
#toTop {
  display: inline-block;
  background-color: var(--primary);
  width: 40px;
  height: 40px;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  transition: background-image 0.3s, opacity 0.5s, visibility 0.5s;
  -webkit-transition: background-image 0.3s, opacity 0.5s, visibility 0.5s;
  -moz-transition: background-image 0.3s, opacity 0.5s, visibility 0.5s;
  -ms-transition: background-image 0.3s, opacity 0.5s, visibility 0.5s;
  -o-transition: background-image 0.3s, opacity 0.5s, visibility 0.5s;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  line-height: 50px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}

#toTop::before {
  content: "\f176";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#toTop.show {
  opacity: 1;
  visibility: visible;
}
/* scrollup  */

/* error content  */
.error-404 {
  margin-top: 150px;
}
.error-content {
  text-align: center;
  width: 100%;
}

.error-content p {
  font-size: 60px;
  font-weight: 600;
  /* line-height: 55px; */
  letter-spacing: -0.03em;
  color: var(--primary);
}
.error-content div {
  font-size: 20px;
  padding-bottom: 20px;
  color: var(--secondary);
}
.error-content .btn {
  justify-content: center;
}
.big-btn.primary-btn a {
  padding: 12px 20px;
}
/* error content  */

/* contact-information */

.contact-container .main-heading {
  color: var(--primary);
  font-size: 60px;
}
.contact-page {
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background: #ffffff4d;
  padding: 40px;
  gap: 40px;
}
.contact-us {
  width: 40%;
}
.form-section {
  width: 60%;
}
.contact-info {
  display: flex;
  flex-direction: column;
}
.contact-info .the__title {
  max-width: 400px;
}
.con-info {
  display: flex;
  align-items: center;
  gap: 30px;
  column-gap: 20px;
}
.contact-info .con-info {
  width: 100%;
  background-color: white;
  padding: 20px 0;
}
.contact-info .con-info a {
  color: black;
}
.contact-info .con-info a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.con-info i {
  font-size: 25px;
  color: var(--primary);
}
.con-info {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.contact-info .con-info img {
  width: 30px;
}
.icon .social-icon {
  gap: 10px;
  margin-top: 3px;
}
.icon .social-icon a i {
  color: black;
}
.con-info p {
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-family: var(--primary-bold-font);
}
.con-info span,
.con-info a {
  font-size: 16px;
  font-family: var(--secondary-medium-font);
  color: black;
}
.con-info .social-icon i {
  font-size: 18px;
}
.contact-info .con-info:last-child {
  border-bottom: none;
}
.contact-form p:nth-child(6) {
  margin-bottom: 0;
  display: flex;
  gap: 10px;
}
.the__title {
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -0.05em;
  color: rgba(0, 0, 0, 0.5);
  max-width: 350px;
  display: inline-block;
}
.details a:hover {
  color: var(--secondary);
}

/* contact-information */
/* contact-form */

.contact-form {
  font-family: var(--primary-bold-font);
  font-size: 14px;
}
.contact-form p {
  margin: 20px 0;
}
.contact-form input {
  padding: 10px 15px;
  outline: none;
  width: 100%;
  display: block;
  border: none;
  border-bottom: 1px solid var(--primary);
  background: #0000000c;
}
.contact-form textarea {
  outline: none;
  width: 100%;
  padding: 10px 15px;
  border: none;
  border-bottom: 1px solid var(--primary);
  background: #0000000c;
}
.contact-form [type="submit"] {
  color: white;
  width: 100px;
  background: var(--primary);
  padding: 12px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  border: none;
  cursor: pointer;
  transition: all 0.5s linear;
}
.contact-form [type="submit"]:hover {
  background: var(--secondary);
  color: white;
}

/* contact-form */

.site-default {
  margin-top: 74px;
}
.page-section {
  padding: 70px 0;
}

/* destination__banner  */
.single__banner img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.single__banner {
  background: black;
  width: 100%;
  height: 500px;
  position: relative;
}
.heading-wrapper p {
  font-family: var(--secondary-medium-font);
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  opacity: 0.7;
  margin: 20px 0 0 0;
}
.single__banner .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.3) 52.6%,
    rgba(0, 0, 0, 0.5) 100%
  );
  width: 100%;
  height: 100%;
}
.heading-wrapper {
  max-width: 545px;
}
.destination-single-img img {
  height: 289px;
  width: 100%;
  object-fit: cover;
}
.blogs-text-single p {
  font-family: var(--primary-bold-font);
  font-size: 15px;
  line-height: 26px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #f3b329;
  margin: 0;
}
.blogs-text-single p span {
  color: var(--secondary);
}
.btn.single-btn {
  justify-content: start;
}
.btn.single-btn a {
  padding: 8px 20px;
}
.btn.single-btn a:hover {
  background: var(--primary);
  color: #222;
}
.destination-gap {
  row-gap: 40px;
}
/* destination__banner  */
/* activites-single  */
.activites-carousel .blogs-text-single span {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-top: 10px;
}
/* activites-single  */

/* blogs-page-section  */
.blogs-page-section .heading-wrapper {
  max-width: 100%;
  text-align: center;
}
.blogs-page-section .main-heading {
  font-size: 60px;
}
.metainfo {
  padding: 16px 0;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 40px;
}
.metainfo .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
}
.metainfo .wrapper p {
  font-weight: 500;
  margin: 0;
}
.metainfo .wrapper p,
.metainfo .wrapper i {
  font-size: 14px;
  color: #454545;
}
.blogs-single-img {
  margin-top: 20px;
}
.blogs-single-img img {
  width: 100%;
}
/* blogs-page-section  */

.the-content p,
.the-content li,
.entry-content p {
  font-size: 16px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.7);
}
/* sidebar-section  */
.sidebar-wrapper.heading-wrapper {
  max-width: 100%;
}

.sidebar {
  background: #eee;
  padding: 10px;
}
.quick-links {
  padding: 0;
  border-radius: 4px;
}

.quick-links h3 {
  color: var(--primary);
  font-size: 24px;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 7px;
  font-weight: bold;
  margin: 5px;
  margin-bottom: 15px;
}
.quick-links h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--primary);
  width: 40px;
  height: 2px;
}
.quick-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.quick-links ul li {
  position: relative;
  padding: 15px;
  padding-right: 25px;
  border-bottom: 1px solid #dddddd;
}

.quick-links ul li:last-child {
  border-bottom: none;
}

.quick-links ul li a {
  font-family: var(--primary-bold-font);
  font-size: 17px;
  font-weight: 600;
  display: block;
  color: #333;
}

.quick-links ul li a::before {
  content: "\f054";
  position: absolute;
  right: 8px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  width: 28px;
  height: 28px;
  line-height: 29px;
  text-align: center;
}

.quick-links ul li:hover {
  background: var(--primary--color);
}

.quick-links ul li:hover a {
  color: var(--secondary);
}

.quick-links ul li:hover a::before {
  width: 28px;
  height: 28px;
  line-height: 29px;
  text-align: center;
  background-color: #fff;
  color: var(--primary--color);
  border-radius: 40px;
}
/* sidebar-section  */

/* about page  */
.about-section-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: relative;
}
.about-section-img img {
  width: 50%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}
.about-section-img img:last-child {
  position: absolute;
  top: -45px;
  right: 61px;
}
.about-heading-content p {
  font-size: 20px;
  font-family: var(--secondary-medium-font);
}
/* about page  */

.destinations-section .single__banner {
  position: relative;
}
.single__banner .destination-banner-text {
  position: absolute;
  left: 0;
  bottom: 48px;
  width: 100%;
}
.destination-banner-text .main-heading.small-width {
  max-width: 600px;
}
.destination-welcome-section .mini-heading {
  max-width: 500px;
}
.destination-welcome-section .welcome-text-wrapper {
  justify-content: space-between;
}
.destination-welcome-section .welcome-text-wrapper p {
  max-width: 600px;
}

/* single-section  */
.single-section .welcome-text-wrapper p {
  max-width: 100%;
}
.single-section .welcome-text-wrapper {
  justify-content: space-between;
}
.single-section .mini-heading {
  max-width: 350px;
}
.single-text .main-heading.small-width {
  max-width: 800px;
}
.single-text .uk-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* single-section  */

/* trips facts  */
.trip-facts-section {
  background: var(--primary);
  padding: 50px 0;
}
.trip-season {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  row-gap: 20px;
}
.trip-season-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
.trip-season-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.trip-season-text p {
  font-family: var(--primary-bold-font);
  font-size: 20px;
  line-height: 38px;
  letter-spacing: -0.03em;
  color: var(--secondary);
  margin: 0;
  text-transform: capitalize;
}
.trip-season-text span {
  font-family: var(--secondary-medium-font);
  font-size: 16px;
  line-height: 20px;
  color: #333333c2;
}

/* trips facts  */
/* trip overview  */
.trip__heading .mini-heading {
  color: #3d362b;
  max-width: 100%;
}
.trip__heading .mini-heading span {
  color: var(--primary);
}
.trip-overview-wrapper .content__wrapper p {
  font-family: var(--secondary-medium-font);
  font-size: 18px;
  line-height: 34px;
  color: #000000;
  opacity: 0.7;
}
.trip-overview-wrapper .content__wrapper p span {
  text-decoration: underline;
}
.trips-gap {
  margin: 50px 0;
  scroll-margin-top: 180px;
}
/* trip overview  */

/* trips itinerary section  */
.iti__date__title {
  font-family: var(--primary-bold-font);
  font-size: 22px;
  line-height: 29px;
  color: #c65d48;
  cursor: pointer;
  padding-right: 30px;
}

.iti__date__title span {
  color: #333333c2;
  font-family: var(--secondary-medium-font);
}
.itinerary__items__content {
  display: none;
}
.itinerary__items__content .the__content p {
  font-family: var(--secondary-medium-font);
  font-size: 18px;
  line-height: 34px;
  color: #000000;
  opacity: 0.7;
}
.itinerary__items__content .the__content p:last-child {
  margin-bottom: 0;
}
.iti__date__title {
  position: relative;
  margin: 0;
}
.iti__date__title::after {
  content: "";
  background: var(--secondary);
  height: 2px;
  width: 10px;
  font-size: 16px;
  transition: var(--transition);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 10px;
}
.iti__date__title::before {
  content: "";
  background: var(--secondary);
  height: 10px;
  width: 2px;
  font-size: 16px;
  transition: var(--transition);
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 10px;
}
.itinerary__items.active .iti__date__title::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.itinerary__items.active .iti__date__title::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.itinerary__items:not(:last-child) {
  padding-bottom: 10px;
}
.itinerary__items__body .itinerary__items {
  margin: 28px 0;
  border-bottom: 2px dashed #ccc;
  padding-bottom: 28px;
}
/* trips itinerary section  */
/* cost included section  */

.cost-included-wrapper .mini-heading {
  color: #63cc63;
  max-width: 100%;
}
.cost-included-wrapper .mini-heading span {
  color: rgba(0, 0, 0, 0.7);
  font-family: var(--primary-bold-font);
}
.cost-included-wrapper {
  border: 1px solid var(--primary);
  padding: 50px;
  border-radius: 20px;
  background: #f3b32915;
}
.cost-included-wrapper li i {
  padding: 0 10px;
  color: #63cc63;
}
.cost-included-wrapper ul {
  margin: 0;
  padding: 0;
}
.cost-included-wrapper ul li {
  font-family: var(--secondary-medium-font);
  font-size: 18px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.7);
  list-style: none;
  padding: 5px 10px 5px 30px;
  position: relative;
}
.cost-included-wrapper ul li::after {
  content: "";
  background: url(./assets/img/tick.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 14px;
  width: 15px;
  height: 15px;
}
.cost-not-included ul li::after {
  content: "";
  background: url(./assets/img/cross.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cost-not-included .mini-heading {
  color: var(--secondary);
}
.cost-not-included {
  border: 1px solid #c65d4854;
  background: #c65d4813;
}

/* cost included section  */
.btn-center {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
/* related-trips-wrapper  */
.related-trips-wrapper .mini-heading {
  color: black;
  max-width: 100%;
}
.related-trips-wrapper .mini-heading span {
  color: var(--primary);
}
/* related-trips-wrapper  */

.user-reviews {
  padding: 25px;
  background: #eee;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.user-content {
  padding-left: 65px;
  position: relative;
}

.user-content > img {
  position: absolute;
  left: 0;
}

.user-reviews img {
  width: 50px !important;
  height: 50px;
  object-fit: cover;
  border-radius: 50px;
}

.user-reviews span {
  color: rgba(17, 17, 17, 0.8);
  font-size: 14px;
  font-family: var(--primary-bold-font);
}

.user-reviews i {
  font-size: 14px;
  color: var(--primary);
}

.user-reviews h3 {
  margin-top: 26px;
  font-size: 20px;
  margin-bottom: 8px;
  font-family: var(--primary-bold-font);
  line-height: 24px;
}
.user-reviews p {
  margin: 0;
  color: #333;
  font-family: var(--secondary-medium-font);
}
.user-reviews .review__content {
  overflow: hidden;
}

.review__content {
  overflow: hidden;
}

a[data-readmore-toggle] {
  color: var(--secondary);
  font-family: var(--primary-bold-font);
  display: inline-block;
  font-size: 14px;
  margin-top: 10px;
}
a[data-readmore-toggle]:hover {
  color: #333;
}
.gallery-section .mini-heading {
  color: rgba(0, 0, 0, 0.7);
}
.gallery-section .mini-heading span {
  color: var(--primary);
  font-family: var(--primary-bold-font);
}

/* gallery-wrapper  */
.gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.gallery-wrapper .gallery-img:first-child {
  grid-column: span 2;
}
.gallery-wrapper .gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* gallery-wrapper  */

.single-page-heading {
  display: none;
}

/* single-menu-wrapper  */
.single-menu-section {
  background: white;
  z-index: 1;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  position: sticky;
  top: 75px;
}
.single-menu-wrapper ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.single-menu-wrapper ul li {
  list-style: none;
}
.single-menu-wrapper ul li a {
  font-size: 17px;
  display: block;
  padding: 10px 20px;
  font-family: var(--primary-bold-font);
  color: #333;
  position: relative;
}
.single-menu-wrapper ul li a:hover::after {
  color: var(--secondary);
}
.single-menu-wrapper ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0%;
  height: 2px;
  background: var(--secondary);
  transition: var(--transition);
}
.single-menu-wrapper ul li a:hover,
.single-menu-wrapper ul li a:hover::after,
.single-menu-wrapper ul li.active-tab a,
.single-menu-wrapper ul li.active-tab a::after {
  color: var(--secondary);
  width: 100%;
}

/* single-menu-wrapper  */

.departure-date-wrapper {
  cursor: pointer;
}

.departure-date-wrapper.active {
  position: relative;
}
.departure-date-wrapper.active .dep_date_img {
  display: block;
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.departure-date-wrapper h3 {
  pointer-events: none;
}
.departure-date-wrapper.active h3 {
  position: absolute;
  top: 40px;
  right: 60px;
  max-width: 498px;
  z-index: 2;
  text-align: right;
}
.departure-date-wrapper.active .remaning-days-wrapper {
  position: absolute;
  right: 60px;
  bottom: 60px;
  z-index: 2;
}
.departure-date-wrapper.active .remaning-days-section {
  padding: 10px 20px;
}
.departure-date-wrapper.active .sub-banner-section {
  position: relative;
}
.departure-date-wrapper.active .sub-banner-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.departure-date-wrapper.active h3 a {
  font-family: var(--primary-bold-font);
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.05em;
  color: rgba(0, 0, 0, 0.5);
  max-width: 450px;
  display: inline-block;
}
.dep_date_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateY(0);
}
.dep_date_img {
  position: relative;
}
.dep_date_img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  pointer-events: none;
}
.departure-date-wrapper.active .remaning-days-section {
  position: absolute;
  right: 60px;
  bottom: 28px;
}
.departure-date-wrapper.active .remaning-days-section p {
  color: rgb(255, 255, 255);
  text-align: right;
}
.departure-date-wrapper.active {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0;
  gap: 0;
  background: rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.departure-date-wrapper.active h3 a {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 58px;
  letter-spacing: -0.03em;
  color: #ffffff;
  max-width: 498px;
}
.single-menu-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.destination-banner-text .btn {
  display: none;
}

#book-now form {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(12, 1fr);
}
#book-now form p {
  grid-column: span 12;
  margin: 0;
}
#book-now form p:nth-child(2),
#book-now form p:nth-child(3),
#book-now form p:nth-child(4),
#book-now form p:nth-child(5),
#book-now form p:nth-child(6),
#book-now form p:nth-child(7),
#book-now form p:nth-child(8),
#book-now form p:nth-child(9) {
  grid-column: span 6;
}
#book-now form p:nth-child(12) {
  display: flex;
  align-items: center;
  gap: 10px;
}
#book-now form label {
  width: 100%;
}
#book-now form .wpcf7-response-output {
  grid-column: span 12;
  margin: 0;
}
.footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.footer-logo p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  max-width: 220px;
  text-align: start;
}

.iframe__container iframe {
  width: 100%;
  border: none;
  outline: none;
  height: 500px;
}
.contact-container.page-section {
  padding: 0 0 70px 0;
}
.contact__footer__section {
  display: flex;
  gap: 50px;
}
.contact__footer__section img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.header-contact {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
/* .header-contact svg {
  position:absolute;
  left:0;
  top:3px
} */
.header-contact > div {
  text-transform: initial;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  font-family: var(--secondary-medium-font);
}
.header-contact > div a {
  font-size: 16px;
  display: block;
  color: #ffffff;
  font-weight: 700;
  font-family: var(--primary-bold-font);
}
.whatsapp__ham-menu {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-contact .whatsapp-icon {
  margin: 10px;
  text-align: right;
}

.new__trip__highlight {
  flex: 1;
}
.new__trip__highlight ul,
.new__trip__highlight p {
  padding-left: 60px;
}
.new__trip__highlight ul li {
  font-family: var(--secondary-medium-font);
  font-size: 16px;
  line-height: 36px;
  color: #fff;
}
