@import url(../css/animate.min.css);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  min-height: 100vh;
  font-family: "Poppins", sans-serif !important;
}
p {
  color: #231f20;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
* {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
h3 {
  font-size: 26px;
}
.semi-bold {
  font-weight: 600 !important;
}
.medium-text {
  font-weight: 500 !important;
}
header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}
.header_top {
  background: #231f20;
  padding: 15px 0;
}
.header_contact span {
  color: #b9b2b3;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.header_contact span a {
  color: #a29620;
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.header_contact {
  color: #5e5658;
}
.headContact {
  margin-right: 5px;
}
.headEmail {
  margin-left: 5px;
}
.header_bottom {
  padding: 15px 0 15px 0;
  background-color: #f1f1f2;
  position: relative;
}
/* .header_bottom .container{padding-right: 100px;} */
.fixed-top {
  -webkit-box-shadow: 0px 13px 50px 0px rgba(25, 43, 62, 0.15);
  -moz-box-shadow: 0px 13px 50px 0px rgba(25, 43, 62, 0.15);
  box-shadow: 0px 13px 50px 0px rgba(25, 43, 62, 0.15);
}
.fixed-top .logo img {
  height: 60px;
}
.fixed-top .header_top {
  height: 0;
  overflow: hidden;
  padding: 0;
}
.Enquiry_btn,
.Enquiry_btn:hover {
  position: absolute;
  right: 0;
  left: inherit;
  width: auto;
  top: 0;
  bottom: 0;
  background: #93881d;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  align-items: center !important;
  display: flex;
  padding: 0 40px;
}
.Enquiry_btn:hover {
  background: #a29620;
}
.Enquiry_btn svg {
  margin-left: 10px;
}
.btn-primary,
.woocommerce-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button,
.wc-block-cart__submit-button {
  border-radius: 4px;
  border: 1px solid #93881d;
  background: #93881d;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  padding: 13px 40px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
}
.btn-primary:hover,
.woocommerce-button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button:hover,
.wc-block-cart__submit-button:hover {
  border-color: #93881d;
  color: #93881d;
  background-color: transparent;
}
.btn-primary:hover svg path {
  stroke: #93881d;
}
.btn-bordered-white {
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
  padding: 14px 36px;
  border-radius: 36px;
  border: 2px solid #fff;
  font-weight: 500;
}
.btn-bordered-white:hover {
  background: #fff;
  color: #4b5d70;
}
.btn-bordered-gold {
  border-radius: 100px;
  border: 2px solid #93881d;
  color: #93881d;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 87.5%;
  font-size: 16px;
  padding: 10px 30px;
  line-height: 166.667%;
}
.btn-bordered-gold:hover {
  background-color: #93881d;
  color: #fff;
}
.btn-bordered-gold:hover svg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(11deg) brightness(104%) contrast(101%);
}
.hamburger {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.hamburger span {
  width: 25px;
  height: 2px;
  background-color: #000000;
  margin: 3px 0;
}
.hamburger.active span:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 6px);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
}
.close {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.close span {
  width: 25px;
  height: 2px;
  background-color: #fff;
  margin: 6px 0;
  transform-origin: center;
}
.close span:nth-child(1) {
  transform: rotate(45deg);
}
.close span:nth-child(2) {
  transform: rotate(-45deg);
  margin-top: -8px;
}
nav {
  width: 100%;
  height: auto;
}
nav .navbar {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: normal;
  margin: auto;
}
.navbar .logo a {
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
nav .navbar .nav-links {
  height: 100%;
}
nav .navbar .links {
  display: flex;
}
nav .navbar .links li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 5px;
}
nav .navbar .links li a,
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link {
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 40px;
  padding: 0px 10px;
}
nav .navbar .links li a {
  border-bottom: solid 3px rgba(255, 255, 255, 0);
  padding: 8px 12px;
  align-items: center !important;
  display: flex;
}
nav .navbar .links li:hover > a,
nav .navbar .links li.current_page_item > a {
  color: #93881d;
  border-bottom: solid 3px #93881d;
}
nav .navbar .links li:hover > a,
nav .navbar .links li.current_page_item > a {
  color: #93881d;
}
nav .navbar .links li > ul li a,
nav .navbar .links li > ul li a:hover {
  border-bottom: 0;
}
nav .navbar .links li a:hover .arrow,
nav .navbar .links li.menu-item-has-children:hover:after,
nav .navbar .links li.current_page_item.menu-item-has-children:hover:after {
  cursor: pointer;
  filter: brightness(0) saturate(100%) invert(48%) sepia(44%) saturate(471%)
    hue-rotate(353deg) brightness(94%) contrast(102%);
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow,
nav .navbar .links li.menu-item-has-children:hover:after,
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link:hover
  span.mega-indicator,
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link:focus
  span.mega-indicator {
  transform: rotate(180deg) !important;
  filter: brightness(0) saturate(100%) invert(48%) sepia(44%) saturate(471%)
    hue-rotate(353deg) brightness(94%) contrast(102%);
}
nav .navbar .links li .arrow {
  height: 100%;
  width: 14px;
  text-align: center;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease;
  background: url(../images/arrow-drop.svg) no-repeat;
  background-position: center;
  margin-left: 5px;
}
nav .navbar .links li.menu-item-has-children:after,
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-item-has-children
  > a.mega-menu-link
  > span.mega-indicator:after,
.user-dropdown-toggle span {
  content: ""; /*text-indent: -9999px; */
  height: 40px;
  width: 12px !important;
  text-align: center;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease;
  background: url(../images/arrow-drop.svg) no-repeat !important;
  background-position: center !important;
  margin-left: 5px !important;
  margin-right: 5px;
}
.user-dropdown-toggle span {
  display: inline-block;
  height: 10px;
}
nav .navbar .links li ul {
  position: absolute;
  top: 30px;
  left: 0;
  line-height: 1.6;
  display: none;
  z-index: 2;
  padding: 32px 0 0 0;
  min-width: 180px;
}
.fixed-top nav .navbar .links li ul {
  top: 23px;
}
nav .navbar .links li:hover ul {
  display: block;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link {
  font-weight: 500 !important;
}
nav .navbar .links li ul a {
  color: #fff !important;
  padding: 15px;
}
nav .navbar .links li ul a:hover {
  color: #fff !important;
}
nav .navbar .links li ul li:hover {
  border-width: 1px;
}
.navbar .links li ul li {
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  background: #93881d;
}
.navbar .links li ul a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  padding: 10px 15px;
  display: block;
}
.navbar .links li ul .more-arrow {
  line-height: 40px;
}
.navbar .links li ul .more-sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
.links li ul .more:hover .more-sub-menu {
  display: block;
}
.navbar .nav-links .sidebar-logo {
  display: none;
}
.navbar .bx-menu {
  display: none;
}
.auth-buttons a.login-button {
  background: #fff;
  border: solid 1px #000;
  color: #000;
  padding: 10px 20px;
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
}
.auth-buttons a.login-button:hover {
  background-color: #000;
  color: #fff;
}
.auth-buttons a.register-button {
  background: #000;
  color: #fff;
  border: solid 1px #000;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.auth-buttons a.register-button:hover {
  background: #93881d;
  border-color: #93881d;
}
.auth-buttons {
  padding-left: 15px;
  padding-right: 15px;
}
div.item_section {
  padding-bottom: 0;
  border-bottom: 0;
}
div.mpStyle .formControl#ttbm_select_date {
  text-align: left;
  background: url(../images/calender.svg) no-repeat #fff;
  background-position: left 15px center;
  padding: 20px 0px 20px 45px !important;
}
.gj-datepicker .gj-icon {
  display: none;
}
.ttbm_select_date_area h4.ttbm_title_style_2 {
  font-weight: 600;
}
div.ttbm_date_time_select span.date_time_label {
  font-size: 16px;
}
div.mpStyle .mp_tour_ticket_form {
  border: 0;
  padding: 0;
}
@media (max-width: 920px) {
  nav .navbar {
    max-width: 100%;
    padding: 0 25px;
  }
  nav .navbar .links li {
    padding: 0 0;
    white-space: nowrap;
  }
  nav .navbar .links li a {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .navbar .bx-menu {
    display: block;
  }
  .sidebar-logo .logo-name {
    font-size: 25px;
    color: #fff;
  }
  .sidebar-logo i,
  .navbar .bx-menu {
    font-size: 25px;
    color: #fff;
    border: 1px solid #fff;
    height: 30px;
    width: 30px;
  }
  nav .navbar .links {
    display: block;
    margin-top: 0;
    padding: 0;
  }
  nav .navbar .links li .arrow {
    line-height: 40px;
  }
  nav .navbar .links li {
    display: block;
  }
  nav .navbar .links li ul {
    position: relative;
    top: 0;
    padding-top: 0;
    box-shadow: none;
    display: none;
  }
  .fixed-top nav .navbar .links li ul {
    top: 0;
  }
  nav .navbar .links li:hover,
  nav .navbar .links li {
    border-bottom: 0;
  }
  nav .navbar .links li ul li {
    border-bottom: none;
  }
  .navbar .links li ul .more-sub-menu {
    display: none;
    position: relative;
    left: 0;
  }
  .navbar .links li ul .more-sub-menu li {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .links li:hover .htmlcss-arrow,
  .links li:hover .js-arrow {
    transform: rotate(0deg);
  }
  .navbar .links li ul .more-sub-menu {
    display: none;
  }
  .navbar .links li ul .more span {
    display: flex;
    align-items: center;
  }
  .links li ul .more:hover .more-sub-menu {
    display: none;
  }
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu {
    display: none;
  }
  .navbar .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    display: block;
    max-width: 270px;
    width: 100%;
    background: #ffffff;
    line-height: 40px;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
  }
  .navbar .nav-links .sidebar-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  nav .navbar .nav-links {
    height: 100vh;
    overflow: auto;
  }
  nav .navbar .links li.menu-item-has-children:after {
    position: absolute;
    height: 20px;
    top: 11px;
    right: 0;
    filter: brightness(100%) invert(100%);
  }
}
@media (max-width: 370px) {
  nav .navbar .nav-links {
    max-width: 100%;
  }
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  text-align: left;
  bottom: 0;
  top: 0;
  padding: 35px 3%;
  color: #333;
}
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.carousel-indicators {
  margin-bottom: 35px;
}
.carousel-indicators div {
  border-radius: 30px;
  display: flex;
}
.carousel-indicators [data-bs-target] {
  background: #ffffff;
  opacity: 0.5;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  display: block;
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption h2 {
  color: #fff;
  font-size: 72px;
  line-height: 1.2;
  margin: 0;
  font-weight: 600;
}
.carousel-caption p {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
  margin: 0 0 30px;
}
.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
  width: 8%;
}
.carousel-indicators div {
  justify-content: center !important;
}
.welcome_area {
  padding: 60px 0 100px;
}
.white_box {
  background: #fff;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 4px 60px 0px rgba(186, 195, 206, 0.5);
}
.welcom_box1 {
  position: absolute;
  bottom: -9%;
  left: 0;
  z-index: 1;
  text-align: center;
  padding: 28px 9%;
}
.welcom_box1 h4 {
  color: #000;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  margin: 16px 0;
}
.welcome_image {
  max-width: 80%;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.section_head h6 {
  color: #4fe21a;
  font-size: 20px;
  text-transform: uppercase;
}
.section_head h6::after {
  background: #4fe21a;
  display: inline-block;
  content: "";
  vertical-align: middle;
  margin-left: 7px;
  width: 30px;
  height: 2px;
}
.section_head.text-center h6::before {
  background: #4fe21a;
  display: inline-block;
  content: "";
  vertical-align: middle;
  margin-right: 7px;
  width: 30px;
  height: 2px;
}
.section_head h2 {
  color: #000;
  font-size: 45px;
}
.welcome_content {
  z-index: 1;
}
.home_content_area {
  background: url(../images/bg_main.jpg) no-repeat;
  background-position: top center;
  background-size: 100%;
}
@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.bg7 img {
  animation: loading 100s linear infinite;
}
@keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes slide_small {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(15px);
  }
  100% {
    transform: translate(0);
  }
}
.rounded-8 {
  border-radius: 8px;
}
.radius-10 {
  border-radius: 10px;
}
.radius-6 {
  border-radius: 6px;
  overflow: hidden;
}
.awesome_tour_section {
  padding: 80px 0;
}
.common_heads,
.u-columns.col2-set h2 {
  color: #000;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.35;
}
.common_heads span {
  color: #93881d;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 15px;
}
.common_heads.text-center span:before {
  width: 42px;
  background: #93881d;
  height: 1px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.common_heads span:after {
  width: 42px;
  background: #93881d;
  height: 1px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.header_social a {
  padding: 5px;
  margin-left: 10px;
}
.tour_box_ {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  background-color: #000;
}
.awesome_tour_section .tour_box_ img {
  max-height: 350px;
}
.tour_box_ img {
  border-radius: 8px;
  object-fit: cover; /*object-position: right center;*/
  height: 100%; /*max-height: 350px;*/
  opacity: 1;
}
.tour_box_:hover img {
  opacity: 0.8;
}
.tour_box_ .overlay_box {
  background: linear-gradient(
    176deg,
    rgba(20, 20, 30, 0) 27.55%,
    #14141e 81.09%
  );
  position: absolute;
  bottom: 0;
  top: 50%;
  left: 0;
  right: 0;
  padding: 25px;
  display: flex;
  align-items: flex-end !important;
}
.tour_box_ .yellow_badge {
  position: absolute;
  padding: 8px 15px;
  display: inline-block;
  color: #fff;
  background: #a29620;
  top: 15px;
  right: 15px;
  border-radius: 30px;
  z-index: 1;
  font-weight: 600;
}
.tour_box_ .overlay_box h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}
.tour_box_ .overlay_box p {
  color: #fff;
  line-height: 1.4;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.tour_box_:hover .overlay_box p {
  height: 38px;
}
.about_sec {
  padding-top: 30px;
  padding-bottom: 75px;
}
.about_left_sec {
  flex: 0 0 auto;
  width: 45%;
}
.about_right_sec {
  flex: 0 0 auto;
  width: 40%;
  padding-bottom: 30px;
}
.about_right_sec a svg {
  width: 80px;
}
.about_right_sec a svg:hover circle {
  stroke: #93881d;
}
.about_right_sec a svg:hover path {
  fill: #93881d;
}
.pattern_img {
  position: absolute;
  top: 40px;
  right: 17%;
  z-index: 10;
  transition: transform 0.2s;
  animation: slide_small 4s infinite alternate;
}
.cloud_img {
  position: absolute;
  bottom: 15%;
  right: 35%;
  z-index: 10;
  transition: transform 0.2s;
  animation: heartbeat 4s infinite alternate;
}
.about_right_sec p {
  margin: 0;
}
.service_carousel .tour_box_,
.service_carousel .tour_box_ img,
.serviceListPage .tour_box_,
.serviceListPage .tour_box_ img,
.toursPage .tour_box_,
.toursPage .tour_box_ img,
.toursblockCommon .tour_box_,
.toursblockCommon .tour_box_ img {
  min-height: 450px;
}
.service_sec {
  padding-top: 80px;
}
.service_tour_box.tour_box_ .overlay_box {
  text-align: center;
}
.service_tour_box.tour_box_ .overlay_box h3 {
  text-align: left;
}
.service_tour_box.tour_box_:hover .overlay_box h3 {
  text-align: center;
}
.service_tour_box.tour_box_ .overlay_box p {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  font-size: 14px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.service_tour_box.tour_box_:hover .overlay_box p {
  color: #fff;
}
.btn-white {
  color: #93881d;
  font-size: 14px;
  font-weight: 600;
  line-height: 93.33%;
  background-color: #fff;
  border-radius: 36px;
  display: inline-block;
  padding: 15px 20px;
  vertical-align: middle;
}
.btn-white svg {
  margin-left: 5px;
}
.btn-white:hover {
  background-color: #000;
  color: #fff;
}
.service_tour_box.tour_box_ .overlay_box.overlay_box2 {
  bottom: -100% !important;
  top: inherit;
  padding: 30px;
  background: rgb(147, 136, 29, 0.92);
}
.service_tour_box.tour_box_:hover .overlay_box.overlay_box2 {
  bottom: 0 !important;
}
.service_carousel {
  position: relative;
  z-index: 2;
}
.service_carousel .owl-nav {
  text-align: center;
  padding: 30px 0;
  margin-top: 35px;
}
.service_carousel .owl-nav button {
  margin: 0 10px;
}
.service_carousel .owl-nav button:hover {
  filter: brightness(0) saturate(100%) invert(51%) sepia(7%) saturate(3614%)
    hue-rotate(353deg) brightness(94%) contrast(73%);
}
.discover_sec {
  padding: 80px 0;
}
.discover_listing {
  list-style-type: none;
  margin-top: 30px;
  padding-left: 0;
  padding-top: 30px;
}
.discover_listing li {
  flex: 0 0 auto;
  width: 25%;
  padding: 0 15px;
  text-align: center;
}
.discover_listing li div {
  max-width: 160px;
  display: inline-block;
}
.discover_listing li div p {
  color: #231f20;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 25px 0 0;
}
.discover_listing li div svg {
  height: 100px;
}
.tickets_section {
  margin-bottom: -65px;
  position: relative;
  z-index: 1;
  padding-top: 50px;
}
.tickets_left {
  flex: 0 0 auto;
  width: 65%;
}
.tickets_right {
  flex: 0 0 auto;
  width: 35%;
  background: url(../images/tickets_blackArea.jpg) no-repeat;
  padding: 10% 40px 10% 8%;
}
.tickets_right .common_heads {
  color: #fff;
}
.tickets_right p {
  color: #fff;
}
.carousle_custome_slide {
  margin-right: -60px;
  z-index: 1;
  position: relative;
  margin-left: -8%;
}
.ticket_carousel .owl-nav button,
.carousel_tour_image .owl-nav button,
.full_width_carousel .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #ffffff !important;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  z-index: 1;
  right: 30px;
  margin-top: -27px;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.ticket_carousel .owl-nav button.owl-prev,
.carousel_tour_image .owl-nav button.owl-prev,
.full_width_carousel .owl-nav button.owl-prev {
  right: inherit;
  left: calc(7% + 30px);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="16" viewBox="0 0 21 16" fill="none"><path d="M2 8L1.30168 7.28422L0.568 8L1.30168 8.71578L2 8ZM19.9375 9C20.4898 9 20.9375 8.55228 20.9375 8C20.9375 7.44772 20.4898 7 19.9375 7V9ZM8.47668 0.284218L1.30168 7.28422L2.69832 8.71578L9.87332 1.71578L8.47668 0.284218ZM1.30168 8.71578L8.47668 15.7158L9.87332 14.2842L2.69832 7.28422L1.30168 8.71578ZM2 9H19.9375V7H2V9Z" fill="%23222222"/></svg>');
}
.ticket_carousel .owl-nav button.owl-next,
.carousel_tour_image .owl-nav button.owl-next,
.full_width_carousel .owl-nav button.owl-next {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="16" viewBox="0 0 21 16" fill="none"><path d="M19 8L19.6983 7.28422L20.432 8L19.6983 8.71578L19 8ZM1.0625 9C0.510215 9 0.0625 8.55228 0.0625 8C0.0625 7.44772 0.510215 7 1.0625 7V9ZM12.5233 0.284218L19.6983 7.28422L18.3017 8.71578L11.1267 1.71578L12.5233 0.284218ZM19.6983 8.71578L12.5233 15.7158L11.1267 14.2842L18.3017 7.28422L19.6983 8.71578ZM19 9H1.0625V7H19V9Z" fill="%23222222"/></svg>');
}
.videoOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.h-100vh {
  height: 100vh;
}
.play_button {
  animation: grow 4s infinite;
  display: inline-block;
  border-radius: 50%;
}
.video_sec > img {
  object-fit: cover;
  object-position: top center;
}
.video_sec::after {
  content: "";
  bottom: -2px;
  position: absolute;
  left: 0;
  right: 0;
  background: linear-gradient(181deg, #14141e 9.79%, rgba(20, 20, 30, 0) 70.8%);
  height: 30%;
  rotate: 180deg;
}
@keyframes grow {
  0% {
    box-shadow: 0 0 0 40px rgba(147, 136, 29, 0.3);
  }
  50% {
    box-shadow: 0 0 0 30px rgba(147, 136, 29, 0.3);
  }
  100% {
    box-shadow: 0 0 0 40px rgba(147, 136, 29, 0.3);
  }
}
.package_section {
  background: #14141e;
  padding: 90px 0 120px;
}
.package_section .common_heads {
  color: #fff;
}
.logo_ico_ {
  position: absolute;
  top: 50%;
  left: 0;
}
.popular_carousel .owl-prev {
  position: absolute;
  left: -80px;
  top: 50%;
}
.popular_carousel .owl-next {
  position: absolute;
  right: -80px;
  top: 50%;
}
.popular_carousel button:hover img {
  filter: brightness(0) saturate(100%) invert(51%) sepia(7%) saturate(3614%)
    hue-rotate(353deg) brightness(94%) contrast(73%);
}
.testimonial_sec {
  background: url(../images/testimonial_bg.png) no-repeat;
  background-position: center bottom !important;
  background-size: cover;
  padding: 125px 0;
}
.testimonial_block {
  border-radius: 10px;
  background: #fff;
  padding: 30px;
}
.testimonial_carousel .item {
  box-shadow: 0px 10px 50px 0px rgba(20, 20, 30, 0.12);
}
.testimonial_carousel.owl-carousel .owl-stage-outer {
  box-shadow: 0px 10px 50px 0px rgba(20, 20, 30, 0.12);
}
.testimonial_block {
  padding-bottom: 120px;
}
.testimonial_block svg {
  margin-bottom: 15px;
}
.testimonial_block svg path {
  fill: #b3a623;
}
.testimonial_block p {
  color: #231f20;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.testi_user .image_ {
  margin-right: 10px;
}
.testi_user h3 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.76;
  margin: 0;
}
.testi_user span {
  color: #93881d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.testi_user {
  position: absolute;
  bottom: 30px;
}
.testimonial_carousel .owl-stage,
.ticket_carousel .owl-stage,
.popular_carousel .owl-stage,
.similar_carousel .owl-stage,
.similar_holiday_carousel .owl-stage,
.carousel_tour_image .owl-stage,
.service_carousel .owl-stage {
  display: flex;
}
.testimonial_carousel .owl-item,
.ticket_carousel .owl-item,
.popular_carousel .owl-item,
.similar_carousel .owl-item,
.similar_holiday_carousel .owl-item,
.carousel_tour_image .owl-item,
.service_carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
  justify-content: center !important;
}
.testimonial_carousel .owl-item .item,
.ticket_carousel .owl-item .item,
.popular_carousel .owl-item .item,
.similar_carousel .owl-item .item,
.similar_holiday_carousel .owl-item .item,
.carousel_tour_image .owl-item .item,
.service_carousel .owl-item {
  width: 100%;
}
.custom-nav button {
  border: 0;
  background-color: transparent;
}
.custom-nav button:hover img {
  filter: brightness(0) saturate(100%) invert(51%) sepia(7%) saturate(3614%)
    hue-rotate(353deg) brightness(94%) contrast(73%);
}
.footer_grey_sec {
  background-color: #f1f1f2;
  padding: 70px 0;
}
.social_media_foot {
  border-right: 1px solid #dcdcdc;
  padding-right: 30px;
}
.social_media_foot div:first-child {
  padding-right: 40px;
}
.social_media_foot h3 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0;
}
.footer_grey_sec h4 {
  color: #231f20;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
}
.social_media_foot img,
.social_media_foot svg {
  width: 40px;
  margin: 0 5px;
}
.calling_message {
  border-right: 1px solid #dcdcdc;
  padding: 0 40px;
}
.calling_message h3 {
  color: #000;
  font-size: 20px;
  margin: 0;
  font-weight: 500;
  line-height: 1.25;
}
.border-0 {
  border: 0;
}
.calling_message h3 a {
  color: #000;
  font-size: 20px;
  margin: 0;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none !important;
}
footer {
  background-color: #0f0f0f;
}
.footer-top {
  padding: 80px 0;
  border-bottom: 1px solid #232323;
}
.footer-top h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.36;
  margin: 0 0 25px;
}
.footer-top ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-top ul li a,
.footer-top ul li p {
  color: #9a9fad;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.5;
  text-decoration: none;
}
.footer-top ul li a:hover {
  color: #b3a623;
}
.f-address {
  background: url(../images/f-address.svg) no-repeat left top 5px;
  padding-left: 30px;
}
.f-contact {
  background: url(../images/f-contact.svg) no-repeat left top 6px;
  padding-left: 30px;
}
.f-email {
  background: url(../images/f-email.svg) no-repeat left top 10px;
  padding-left: 30px;
}
.footer-bottom {
  padding: 20px 0px;
}
.footer-bottom p {
  margin: 0;
  color: #757b89;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.2;
}
.footer-bottom p img {
  margin-left: 10px;
}

/* Inner Pages */

.inner_banner {
  background: url(../images/inner_banner.jpg) no-repeat center center;
  height: 260px;
  background-size: cover;
}
.inner_banner h1 {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.87;
  margin: 0;
}
.inner_banner ul {
  list-style-type: none;
  display: flex;
  justify-content: center !important;
  padding: 0;
  margin: 0;
}
.inner_banner ul li::after {
  content: "/";
  color: #fff;
  display: inline-block;
}
.inner_banner ul li:last-child:after {
  display: none;
}
.inner_banner ul li a,
.inner_banner ul li span {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  padding: 0 10px;
}
.inner_banner ul li a {
  color: #fff;
  text-decoration: none;
}
.inner_banner ul li span {
  color: #a29620;
}
.inner_banner #breadcrumbs {
  list-style-type: none;
  display: flex;
  justify-content: center !important;
  padding: 0;
  margin: 0;
  color: #fff;
}
.inner_banner #breadcrumbs span::after {
  content: "/";
  color: #fff;
  display: inline-block;
  display: none;
}
.inner_banner #breadcrumbs span:last-child:after {
  display: none;
}
.inner_banner #breadcrumbs span a,
.inner_banner #breadcrumbs span.breadcrumb_last {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  padding: 0 10px;
}
.inner_banner #breadcrumbs span a {
  color: #fff;
  text-decoration: none;
}
.inner_banner #breadcrumbs span.breadcrumb_last {
  color: #a29620;
}
.inner_banner ol {
  list-style-type: none;
  display: flex;
  justify-content: center !important;
  padding: 0;
  margin: 0;
}
.inner_banner ol li::after {
  content: "/";
  color: #fff;
  display: inline-block;
}
.inner_banner ol li:last-child:after {
  display: none;
}
.inner_banner ol li a,
.inner_banner ol li.active {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  padding: 0 10px;
}
.inner_banner ol li a {
  color: #fff;
  text-decoration: none;
}
.inner_banner ol li.active {
  color: #a29620;
}
.inner_banner ol li:before {
  display: none;
}
.about_sec_inner {
  padding-top: 80px;
  padding-bottom: 60px;
}
.about_sec_inner .about_right_sec {
  width: 55%;
}
.aboutusPage .about_sec_inner.container .about_left_sec,
.aboutusPage .about_sec_inner.container .about_right_sec {
  width: 50%;
}
.container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
.quality_sec {
  background: url(../images/assurance_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 0;
}
.subhead {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.8;
}
.why_choose_ {
  padding: 80px 0 80px 0;
  background-color: #fff;
}
.why_choose_ .about_left_sec {
  width: 50%;
}
.why_choose_ .about_right_sec {
  width: 50%;
  padding: 30px 80px 30px 50px;
}
.service_offer_sec {
  padding: 80px 0 0;
}
.service_offer_sec .common_heads {
  font-size: 36px;
}
.service_offer_sec .common_heads.text-center span::before,
.service_offer_sec .common_heads span::after {
  display: none;
}
.side_head {
  color: #231f20;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}
.service_offer_sec_list p {
  color: #231f20;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.76;
}
.common_ul ul,
.common_ul {
  margin: 0 0 15px !important;
  padding: 0 !important;
  list-style-type: none !important;
}
.common_ul li {
  color: #231f20;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.76;
  padding: 6px 0 6px 32px !important;
  background: url(../images/list_icon.svg) no-repeat;
  background-position: left top 6px;
  background-size: 26px;
}
.common_ul li span {
  color: #93881d;
  font-weight: 600;
}
.pad_50 {
  padding-left: 50px;
}
.similar_sec {
  margin-top: 60px !important;
  margin-bottom: 55px;
}
.service_offer_sec_list:nth-child(even) {
  flex-direction: row-reverse !important;
}
.service_offer_sec_list:nth-child(even) .pad_50 {
  padding-right: 50px;
  padding-left: 15px;
}
.service_offer_sec_list:last-child {
  padding-bottom: 1rem !important;
}
.carousel_tour_image .owl-nav button.owl-prev {
  left: 30px;
}
.content_area_tour {
  padding: 80px 0 0;
}
.shadow_box {
  background: #fff;
  box-shadow: 0px 10px 50px 0px rgba(20, 20, 30, 0.12);
}
.book_form {
  padding: 30px;
}
.book_form h3,
.yellow_box h3 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 0.91;
  margin-bottom: 25px;
}
.book_form .form-label {
  color: #231f20;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.25;
  margin: 0;
}
.yellow_box {
  background: #faf5ee;
  padding: 30px;
}
.yellow_box h3 {
  margin-bottom: 20px;
}
.yellow_box p {
  color: #231f20;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 25px;
}
.yellow_box p.phone_book {
  color: #231f20;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 15px;
}
.yellow_box p.phone_book svg {
  margin-right: 10px;
}
.tour_detail_tab .nav-tabs {
  border: 0;
}
.tour_detail_tab .nav-tabs li button {
  height: 45px;
  padding: 0px 30px;
  border-radius: 100px;
  color: #231f20;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1;
  border: 0;
  background: #f2f2f2;
}
.tour_detail_tab .nav-tabs li button.active {
  background: var(--primary-color, #b3a623);
  color: #fff;
}
.tour_detail_tab .nav-tabs li button:hover {
  border: 0;
}
.cancelled_ul li {
  background-image: url(../images/Close_round.svg);
  background-position: left top 8px;
}
.detail_content p span {
  color: #93881d;
  font-weight: 600;
}
.detail_content h4 {
  color: #93881d;
  font-weight: 600;
  font-size: 15px;
}
.detail_content {
  margin: 60px 0;
}
.content_area_bg {
  background: url(../images/bg_main2.jpg) no-repeat;
  background-position: top center;
}
.tour_detail_tab p a {
  display: table;
  width: auto;
  text-decoration: none;
  color: #231f20;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.content_area_tour p a {
  font-size: 16px;
}
.side_head2 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.36;
}
.map_section iframe {
  width: 100%;
  height: 400px;
}
.woocommerce-form-row label {
  color: #231f20;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.form-control,
.form-select,
.woocommerce-Input {
  font-size: 14px;
  border-radius: 4px !important;
  border: 1px solid #dce0e0;
  height: 45px;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: var(--bs-body-color);
}
.form-control:active,
.form-control:focus,
.form-select:active,
.form-select:focus {
  box-shadow: none;
  border: 1px solid #93881d;
}
.full_width_carousel .owl-nav button.owl-prev {
  left: 30px;
}
.have_questionBox {
  position: absolute;
  transform: translateY(-140px);
  right: 0;
  left: 3rem;
}
.date_choose button {
  display: none;
}
.gj-picker .gj-icon {
  font-size: small !important;
  margin: 0 !important;
}
.gj-picker .chevron-left::before {
  background: url(../images/arrow_calender.svg);
  background-size: 8px;
  background-position: center;
  border: 0;
  content: "";
  background-repeat: no-repeat;
  height: 26px;
  width: 26px;
  transform: rotate(180deg);
  display: block;
}
.gj-picker .chevron-right::before {
  background: url(../images/arrow_calender.svg);
  background-size: 8px;
  background-position: center;
  border: 0;
  content: "";
  background-repeat: no-repeat;
  height: 26px;
  width: 26px;
  display: block;
}
.gold_box {
  background: #faf5ee;
  padding: 40px 30px;
  text-align: center;
  height: 100%;
}
.gold_box a,
.gold_box p,
.gold_box h6 {
  display: block;
  text-decoration: none;
  color: #231f20;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
.gold_box h6 {
  font-weight: 500;
}
.gold_box svg {
  margin-bottom: 20px;
}
.contact_form .form-control,
.woocommerce-Input {
  border-radius: 4px;
  border: 1px solid #ebeaea;
  background: #f4f4f4;
  height: 45px;
}
.contact_form textarea.form-control {
  height: 120px;
}
.contact_form .form-control:focus,
.contact_form .form-control:active,
.contact_form textarea.form-control:focus,
.contact_form textarea.form-control:active {
  border-color: #93881d;
}
.contact_form label {
  color: #231f20;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.vision_mission_sec {
  padding: 80px 0;
  margin-top: 50px;
}
.vision_mission_sec .container {
  position: relative;
  z-index: 10;
}
.vision_mission_sec .logo_ico_ {
  margin-top: -70px;
}
.vision_image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 47%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.vision_mission_accordian .accordion-item {
  border: 0;
  margin-bottom: 10px;
  border-radius: 0 !important;
  background: transparent;
}
.vision_mission_accordian .accordion-button {
  border-radius: 6px !important;
  font-size: 18px;
  border: 1px solid #93881d;
}
.vision_mission_accordian .accordion-body {
  padding: 20px 0;
}
.vision_mission_accordian .accordion-body p {
  margin: 0;
}
.vision_mission_accordian .accordion-button:not(.collapsed) {
  background-color: #93881d;
  box-shadow: none;
}
.vision_mission_accordian .accordion-button:not(.collapsed) {
  background-color: #93881d;
  color: #fff;
  box-shadow: none;
}
.vision_mission_accordian .accordion-button:not(.collapsed):after {
  filter: brightness(100);
}
.why_choose_ .about_left_sec img.w-100.imgCurved {
  max-height: 620px;
  object-fit: cover;
  object-position: center;
}
.tickets_carousel.owl-carousel .owl-item img {
  height: 500px;
  object-fit: cover;
}
.wpcf7-spinner {
  margin: 0 !important;
  width: 0 !important;
}
.uppercase_text a {
  text-transform: uppercase !important;
  font-weight: 600 !important;
  font-size: 17px !important;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-item-has-children
  > a.mega-menu-link
  > span.mega-indicator {
  margin: 0 !important;
}
.contactOptions {
  margin: 30px 0 90px 0;
}

.wpcf7-not-valid-tip {
  font-size: 13px !important;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
}
.wpcf7 form.invalid .wpcf7-response-output {
  border: solid #dc3232 !important;
  border-width: 0 0 0 5px !important;
  background: #fdeeee;
  font-size: 14px;
  padding: 10px 10px 10px 20px;
  color: #dc3232;
}
.wpcf7 form.sent .wpcf7-response-output {
  border: solid #3bb44a !important;
  border-width: 0 0 0 5px !important;
  background: #e2ffe6;
  font-size: 14px;
  padding: 10px 10px 10px 20px;
  color: #3bb44a;
}
.wpcf7-spinner {
  margin: 5px 0 !important;
}

/*book swipe*/

.book {
  position: relative;
  display: flex;
  margin: auto;
  width: 45%;
  /*1* let pointer event go trough pages of lower Z than .book */
  pointer-events: none;
  transform-style: preserve-3d;
  transition: translate 1s;
  translate: calc(min(var(--c), 1) * 50%) 0%;
  /* Incline on the X axis for pages preview */
  /* rotate: 1 0 0 30deg; */
}
.page {
  /* PS: Don't go below thickness 0.5 or the pages might transpare */
  --thickness: 4;
  flex: none;
  display: flex;
  width: 100%;
  font-size: 2cqmin; /*1* allow pointer events on pages */
  pointer-events: all;
  user-select: none;
  transform-style: preserve-3d;
  transform-origin: left center;
  transition: transform 1s,
    rotate 1s ease-in
      calc((min(var(--i), var(--c)) - max(var(--i), var(--c))) * 50ms);
  translate: calc(var(--i) * -100%) 0px 0px;
  transform: translateZ(
    calc((var(--c) - var(--i) - 0.5) * calc(var(--thickness) * 0.23cqmin))
  );
  rotate: 0 1 0 calc(clamp(0, var(--c) - var(--i), 1) * -180deg);
}
.page:hover {
  cursor: pointer;
}
.front,
.back {
  position: relative;
  flex: none;
  width: 100%;
  backface-visibility: hidden;
  overflow: hidden;
  background-color: #fff; /* Fix backface visibility Firefox: */
  translate: 0px;
}
.back {
  translate: -100% 0;
  rotate: 0 1 0 180deg;
}
/* That's it. Your FlipBook customization styles: */
.book {
  counter-reset: page -1;
  & a {
    color: inherit;
  }
}
.page {
  box-shadow: 0em 0.5em 1em -0.2em #00000020;
}
.front,
.back {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  padding: 2em;
  border: 1px solid #0002;
  &:has(img) {
    padding: 0;
  }
  & img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.cover {
  &::after {
    content: "";
  }
}
.front {
  &::after {
    right: 1em;
  }
  background: linear-gradient(to left, #f7f7f7 80%, #eee 100%);
  border-radius: 0.1em 0.5em 0.5em 0.1em;
}
.back {
  &::after {
    left: 1em;
  }
  background-image: linear-gradient(to right, #f7f7f7 80%, #eee 100%);
  border-radius: 0.5em 0.1em 0.1em 0.5em;
}

.cover {
  background: radial-gradient(
      circle farthest-corner at 80% 20%,
      hsl(150 80% 20% / 0.3) 0%,
      hsl(170 60% 10% / 0.1) 100%
    ),
    hsl(231, 32%, 29%) url("https://picsum.photos/id/984/800/900") 50% / cover;
  color: hsl(200 30% 98%);
}

.stickyTop {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.stickyTop-Second {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
}
.toursareaPage,
.holidaysareaPage {
  padding-top: 50px;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link {
  padding: 10px 15px 10px 15px !important;
  line-height: 20px !important;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  > a.mega-menu-link {
  line-height: 20px !important;
}
.contactfromBlock .common_heads {
  font-size: 40px;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item.mega-current-menu-item
  > a.mega-menu-link
  .mega-indicator {
  filter: brightness(0) saturate(100%) invert(47%) sepia(65%) saturate(385%)
    hue-rotate(353deg) brightness(93%) contrast(87%);
}
/* Dropdown Menu for Logged-In Users */
.user-menu {
  position: relative;
}
.user-dropdown-toggle {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: black;
  padding: 0 20px;
  font-weight: 500;
  line-height: 40px;
}
.user-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 150px;
}
.user-dropdown-menu li {
  padding: 0;
}
.user-dropdown-menu li a {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  color: #333;
  white-space: nowrap;
}
.user-dropdown-menu li a:hover {
  background-color: #f7f7f7;
}
/* Show Dropdown on Hover */
.user-menu:hover .user-dropdown-menu {
  display: block;
}
.woocommerce-cart-menu {
  position: relative;
}
.cart-icon {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
}
.cart-icon i {
  font-size: 24px;
  margin-right: 10px;
}
.cart-count {
  font-weight: bold;
  background: #ff0000;
  color: white;
  padding: 5px 10px;
  border-radius: 50%;
}
.cart-total {
  font-size: 14px;
  margin-left: 10px;
  color: #333;
}
span.cart-count {
  position: absolute;
  font-size: 12px;
  padding: 0;
  display: block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  right: -10px;
  top: -10px;
}
.cart-total {
  display: none;
}
.cart-icon i {
  margin-right: 0;
}
.user-dropdown-menu li {
  display: block !important;
}
.user-dropdown-menu li a {
  display: block !important;
  font-size: 14px !important;
}
.user-dropdown-menu li a,
.user-dropdown-menu li a:hover {
  border-bottom: 0 !important;
  padding: 10px 10px;
  display: block;
}
.nav-right {
  margin-left: auto;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: block;
  margin: 10px 0;
}
.woocommerce-privacy-policy-link,
.lost_password a {
  color: #93881d;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 23px 7px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.woocommerce {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.woocommerce-MyAccount-navigation {
  flex: 0 0 auto;
  width: 25%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.woocommerce-MyAccount-content {
  flex: 0 0 auto;
  width: 75%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.woocommerce-MyAccount-navigation ul {
  padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
  list-style-type: none;
}
.woocommerce-MyAccount-navigation li a {
  text-decoration: none;
  display: block;
  color: #000;
  border-bottom: 1px solid #eeeeee;
  padding: 1rem 0 1rem 50px;
  line-height: 1.4;
  font-weight: 600;
  background-position: left center !important;
}
.woocommerce-MyAccount-navigation li a:hover {
  color: #93881d;
}
.woocommerce-MyAccount-navigation ul li:last-child a {
  border-bottom: 0;
}
.woocommerce-MyAccount-navigation-link--dashboard a {
  background: url(../images/dashboard.svg) no-repeat;
  background-size: 26px;
}
.woocommerce-MyAccount-navigation-link--orders a {
  background: url(../images/order_ico.svg) no-repeat;
  background-size: 24px;
}
.woocommerce-MyAccount-navigation-link--downloads a {
  background: url(../images/download.svg) no-repeat;
  background-size: 22px;
}
.woocommerce-MyAccount-navigation-link--edit-address a {
  background: url(../images/address_book.svg) no-repeat;
  background-size: 24px;
}
.woocommerce-MyAccount-navigation-link--edit-account a {
  background: url(../images/account_detail2.svg) no-repeat;
  background-size: 26px;
}
.woocommerce-MyAccount-navigation-link--customer-logout a {
  background: url(../images/logout.svg) no-repeat;
  background-size: 24px;
}
.woocommerce-MyAccount-content a {
  color: #93881d;
}
.woocommerce-EditAccountForm legend {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 20px 0 10px;
}
.woocommerce-EditAccountForm .woocommerce-Button.button {
  margin-top: 20px;
}
.woocommerce-EditAccountForm em {
  font-size: 14px;
}
.woocommerce-info {
  border-top: 0;
  background: transparent;
  padding: 0 0 0 0;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  display: none;
}
.ttbm_wraper table {
  table-layout: fixed;
  margin: 0;
  width: 100%;
  border-radius: 10px;
  border-collapse: separate;
  border-spacing: 0 5px;
}
div.ttbm_booking_panel table th {
  font-size: 14px;
}
div.ttbm_default_widget .ttbm_title_style_2 {
  background: transparent;
  border: 0;
  padding: 12px 12px;
}
.filter_item ._dFlex_mT .circleIcon_xs {
  display: none !important;
}
.ttbm_widget_content [class*="_mT"] {
  font-size: 18px;
}
div.day_wise_details_item:before {
  box-shadow: none !important;
}
div.ttbm_day_wise_details .day_wise_details_item_title {
  font-size: 16px;
}
div.day_wise_details_item .day_wise_details_item_details {
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
  border-radius: 4px;
  line-height: 1.8;
}
div.ttbm_faq_content {
  border: 0;
  padding: 0;
}
div.ttbm_faq_item .ttbm_faq_title {
  border: 1px solid #ddd;
}
div.ttbm_faq_item .ttbm_faq_title {
  border: 1px solid #ddd;
  padding: 12px 15px;
  font-size: 16px;
  border-radius: 6px;
}
.ttbm_faq_item div.ttbm_faq_content {
  border: 0;
  padding: 20px;
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
  border-radius: 4px;
  line-height: 1.8;
  background: #fff;
  margin: 0 10px;
}
.ttbm_list_info.location_name {
  padding: 0 20px 10px;
}
.ttbm_description.mp_wp_editor {
  padding: 0 20px 0;
}
.fdColumn.ttbm_list_details .divider {
  display: none;
}
.filter_item_footer {
  display: none !important;
}
.d-none {
  display: none !important;
}
li.wc-block-components-product-details__booking-details {
  font-size: 14px;
}
button.wc-block-cart-item__remove-link {
  font-size: 13px !important;
  color: #93881d !important;
}
#ttbm_related_tour div.filter_item {
  height: 100%;
}
#ttbm_related_tour.mpStyle.ttbm_wraper.shadow_one
  .ttbm_widget_content.owl-carousel.owl-drag
  .owl-item {
  padding: 0 10px 15px;
}
#ttbm_related_tour.mpStyle.ttbm_wraper.shadow_one {
  box-shadow: none;
}
.woocommerce-notices-wrapper {
  max-width: var(--dcontainer_width);
  margin: 0 auto;
  display: block;
  position: relative;
  width: 100%;
  word-wrap: break-word;
  background: transparent;
  padding-right: 15px;
  padding-left: 15px;
}
.woocommerce-message {
  background: #92871d;
  border: 0;
  border-radius: 6px;
  color: #fff;
  margin-bottom: 0;
  box-shadow: none;
  outline: none;
}
.woocommerce-error {
  background: #b81c23;
  border: 0;
  border-radius: 6px;
  color: #fff;
  margin-bottom: 0;
  box-shadow: none;
  outline: none;
}
.woocommerce-message a.button,
.woocommerce-error a.button {
  color: #ffffff;
  font-weight: 600;
}
.wc-block-components-sidebar-layout.wc-block-cart.wp-block-woocommerce-filled-cart-block.is-large {
  align-items: flex-start;
}
.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
  background: #fff;
  padding: 30px;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.wp-block-woocommerce-cart-line-items-block thead,
.wp-block-woocommerce-cart-line-items-block tbody {
  border: 1px solid rgba(13, 13, 13, 0.1);
}
.wp-block-woocommerce-cart-line-items-block.table.wc-block-cart-items thead th {
  background: rgba(0, 0, 0, 0.5);
}
.wp-block-woocommerce-cart-line-items-block thead th:first-child {
  padding-left: 16px !important;
}
.wp-block-woocommerce-cart-line-items-block tbody td {
  background: #fff;
}
table.wc-block-cart-items,
table.wc-block-cart-items td,
table.wc-block-cart-items th {
  background: #fff;
}
.wp-block-woocommerce-checkout-order-summary-block {
  border: none;
  border-radius: 5px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.wp-block-woocommerce-checkout-actions-block
  .wc-block-checkout__actions_row
  .wc-block-components-checkout-place-order-button {
  height: auto !important;
  width: 190px !important;
  max-width: 100%;
  min-height: inherit !important;
  border-radius: 4px;
  border: 1px solid #93881d;
  background: #93881d;
  color: #fff;
  font-weight: 600;
  padding: 13px 30px !important;
  font-size: 16px;
}
.wp-block-woocommerce-checkout-actions-block
  .wc-block-checkout__actions_row
  .wc-block-components-checkout-place-order-button:hover {
  background: #ffffff;
  color: #93881d;
}
.woocommerce-order {
  width: 100%;
}
.woocommerce-notice--success {
  color: #191a19;
  background: url(../images/success.svg) no-repeat;
  padding: 10px 20px 10px 60px;
  background-size: 31px;
  margin-bottom: 30px;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #fff;
  background-position: left 20px center;
}
.woocommerce ul.order_details {
  padding-left: 0;
}
.woocommerce-order-details ul.wc-item-meta li,
.woocommerce-order-details ul.wc-item-meta li p {
  line-height: 1.4;
  font-size: 1rem;
}
.woocommerce-order-details ul.wc-item-meta li strong {
  font-weight: 600;
}
.woocommerce-order-details__title,
.woocommerce-column__title,
div.mpStyle h2,
div.mpStyle [class*="_fs_h2"] {
  font-size: var(--fs_h2);
  font-weight: 600;
}
.woocommerce-order-details__title,
.woocommerce-column__title {
  margin-bottom: 15px;
  text-transform: capitalize;
}
.mp_wp_editor ul {
  margin: 0;
  padding: 0 15px;
  list-style-type: none;
}
.mp_wp_editor li {
  color: #231f20;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.76;
  padding: 6px 0 6px 32px !important;
  background: url(../images/list_icon.svg) no-repeat;
  background-position: left top 4px;
  background-size: 26px;
}
.mp_wp_editor li span {
  color: #93881d;
}
.header_social {
  position: relative;
}
.gtranslate_wrapper {
  top: 0 !important;
}
.gt_float_switcher {
  display: block !important;
  background-color: transparent !important;
}
.gt_float_switcher .gt_options {
  margin-top: 12px;
  background: #fff !important;
}
.gt_float_switcher .gt-selected {
  background-color: transparent !important;
}
.gt_float_switcher .gt-selected .gt-current-lang {
  color: #fff !important;
  padding: 0 !important;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
  filter: brightness(0) invert(1);
}
.offer_section {
  padding-top: 80px;
}
.Offer_Carousel .item img {
  border-radius: 8px;
}

/*========30may2025============*/
.social_lang_change
{ float: right; padding-right: 90px;}
/*---------left-filter--------------*/
.leftSidebar .customCheckbox{ font-weight: 400 !important;  color: var(--color_black) !important; font-size: 14px; /*margin-bottom: 5px;*/}
.leftSidebar div.ttbm_filter { overflow-y: auto;}
/*---------------------------------*/
div.ttbm_description { padding: 0 20px;}
div.ttbm_list_info > span:first-child { margin-right: 10px;}