* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  scroll-behavior: smooth;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body::-webkit-scrollbar {
  width: 0 !important;
}

.border-0 {
  border: 0;
}

.br-0 {
  border-radius: 0;
}

.py-4rem {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.mt-67 {
  margin-top: 67px;
}

.mb-21 {
  margin-bottom: 21px;
}

.mb-80 {
  margin-bottom: 80px;
}

.p-50 {
  padding: 50px;
}

.px-63px {
  padding-left: 63px;
  padding-right: 63px;
}

.pb-27 {
  padding-bottom: 27px;
}

.heading-lg {
  font-size: var(--fs-32);
  letter-spacing: 0.342px;
}

.px-48 {
  padding-left: 48px;
  padding-right: 48px;
}

.sub-text {
  font-size: var(--fs-16);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  font-family: "Montserrat";
}

.mb-96 {
  margin-bottom: 96px;
}

strong {
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .mob-fs-10 {
    font-size: 10px;
  }

  .px-48 {
    padding-left: 27px;
    padding-right: 27px;
  }

  body {
    padding-bottom: env(safe-area-inset-bottom) !important;
    padding-top: env(safe-area-inset-top) !important;
  }
}

/*
For Resolve Depericate Issue for Gsap
*/
img,
video,
canvas {
  overflow: hidden !important;
}

.series-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.mx-w-98 {
  max-width: 98%;
}

.bg-none {
  background: none;
  border: none;
  box-shadow: none;
}

.zoom-img-container {
  overflow: hidden;
  position: relative;
}

.zoom-img-container .attraction-img,
.zoom-img-container img {
  transition: transform 0.3s ease;
}

.zoom-img-container:hover .attraction-img,
.zoom-img-container:hover img {
  transform: scale(1.2);
}

.carousel-item-content {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: brightness(1);
}

.h-auto {
  height: auto !important;
}

.internship_mail {
  display: flex;
  gap: 72px;
  justify-content: center;
}

.internship_mail a {
  color: var(--color-primary-pantone);
  text-decoration: underline;
  font-weight: 500;
}

/*--- Deepak Prabhakar code 09/10/2023 */
.modal-backdrop.show,
.vbox-backdrop {
  background: linear-gradient(
    322deg,
    rgba(26, 75, 148, 0.4) 48.04%,
    rgba(4, 18, 71, 0.4) 54.97%
  ) !important;
  backdrop-filter: blur(25px) !important;
  -webkit-backdrop-filter: blur(25px) !important;
  opacity: 0.99 !important;
}

body .iti--separate-dial-code .iti__selected-flag,
div.wpforms-container
  .wpforms-form
  .iti--separate-dial-code
  .iti__selected-flag,
div.wpforms-container-full
  .wpforms-form
  .iti--separate-dial-code
  .iti__selected-flag {
  background-color: transparent !important;
}

@media (max-width: 768px) {
  .internship_mail {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
}

.disabled,
.disabled-decrement {
  pointer-events: none;
  opacity: 0.2;
}

/**Common Css**/
.scroll_thumb::-webkit-scrollbar {
  display: block;
}

.scroll_thumb::-webkit-scrollbar {
  width: 6px !important;
}

.scroll_thumb::-webkit-scrollbar-track {
  border-radius: 20px;
  background: #d9d9d9;
}

.scroll_thumb::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #787696;
}

#attractionpage .timing-section-wrapper {
  padding: 60px 0px 60px 0px !important;
}

.my-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

body {
  font-family: "IBM Plex Sans", sans-serif !important;
  font-size: 14px;
  color: var(--color-dark);
  background-color: var(--color-white);
}

.min-w-100 {
  min-width: 100%;
}

button:focus,
button:hover,
button:active,
button:focus-visible,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary:active {
  outline: none;
  box-shadow: none;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.book-ticket-cta {
  display: flex;
  padding: 16px 60px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: var(--fs-16);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  background: var(--color-pantone-process-blue-c);
  max-width: fit-content;
  border-radius: 6px;
}

.book-ticket-cta:hover {
  background: var(--color-primary-pantone);
}

.ticket-booking-cta {
  /* min-width: 189px; */
  display: flex;
  padding: 10px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: var(--fs-16);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  background: var(--color-pantone-process-blue-c);
  /* max-width: fit-content; */
  border-radius: 6px;
}

.ticket-booking-cta:hover {
  background: var(--color-primary-pantone);
}

.pb-40 {
  padding-bottom: 40px;
}

.explore .owl-stage {
  padding-bottom: 40px !important;
}

.text-color-about {
  color: var(--color-night-dark);
}

.brand-logo {
  margin-top: 0;
  margin-bottom: 0;
}

.brand-logo a {
  display: flex;
  height: 100%;
}

.inputplaceholder::placeholder {
  color: var(--color-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.listing_content {
  height: 100%;
}

.row-even.mb-30,
.row-odd.mb-30,
.row-even .mb-30,
.row-odd .mb-30 {
  margin-bottom: 30px;
}

.action-group {
  display: flex;
  align-items: center;
  margin-right: 25px;
}

/******Common Section********/
.commonsection {
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.attraction-img {
  border-radius: 6px;
  /* opacity: 0.8; */
  background: linear-gradient(180deg, rgba(16, 16, 16, 0) 0%, #101010 100%);
  object-fit: cover;
}

.bg-shadow {
  height: 100%;
}

.bg-shadow::before {
  /* content: ''; */
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(56, 56, 56, 0) 0%,
    rgba(30, 30, 30, 0.8) 91.67%
  );
  background-size: cover;
  height: 100%;
  width: 100%;
  border-radius: 4px;
}

/****Count*****/
.contact_wrapper {
  position: relative;
}

.contact_wrapper .count_section {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}

.contact_wrapper .contact_section .key_info {
  position: absolute;
  right: 0;
  min-width: 360px;
  width: fit-content;
  background: var(--water-color-light);
  border-radius: 80px 0px 0px 6px;
  padding: 32px;
  bottom: 60px;
}

.discover_section {
  display: -ms-flexbox !important;
  display: flex !important;
  flex-direction: row;
}

.discover_section.pt-15 {
  padding-top: 70px;
}

.equal-width-columns {
  flex: 1;
  box-sizing: border-box;
}

.m-unset {
  margin: unset !important;
}

.w-min-content {
  width: min-content;
}

.count_section .count_box .title {
  max-width: 75%;
  color: var(--color-white);
  font-size: var(--fs-14);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 16.8px */
  font-family: "IBM Plex Sans", sans-serif !important;
}

.count_section .count_box .value {
  padding-right: 16%;
}

.count_section .count_box .border-right {
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: 0;
}

.h-40vh {
  height: 40vh;
}

.h-50vh {
  height: 46vh;
}

/* Guidance Section */
.bg-att-gredient {
  min-height: 100vh !important;
}

.bg-att-gredient {
  background: var(--btn-light-blue-gredient);
}

.our_guidance_section {
  background: var(--color-purple-gradient);
  min-height: 100vh;
  padding: 93px 5vw 0px 5vw;
}

.our_guidance_section.birthdayparty {
  margin-top: 64px;
  margin-bottom: 16px;
  min-height: fit-content;
}

.our_guidance_content_body.birthday {
  display: flex;
  flex-direction: row;
  gap: 32px;
}

.our_guidance_content_body.birthday .sec1 {
  width: 20%;
}

.our_guidance_content_body.birthday .sec2 {
  width: 50%;
}

.our_guidance_content_body.birthday .sec3 {
  width: 30%;
}

.border-space {
  border: 1px solid var(--color-night-dark);
  opacity: 0.4;
  margin-top: 64px;
  margin-bottom: 64px;
}

.our_guidance_section .guidance-sec .guidance-wrap {
  margin-bottom: 60px;
  max-width: 300px;
}

.our_guidance_section .guidance-sec .guidance-wrap .guidance-icon-height {
  min-height: 40px;
}

.our_guidance_section .guidance-sec .guidance-wrap img {
  height: 40px;
}

/***********Step New Section************/

.centered {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.fp-overflow::-webkit-scrollbar {
  display: none;
}

/******Add Button Css*********/
.lrn_btn-prime {
  position: relative;
  z-index: 1;
  display: table;
  padding: 9px 20px 9px 45px;
  font-weight: 700;
  background: var(
    --green-color,
    linear-gradient(147deg, #004365 0%, #004365 81.92%)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  text-decoration: none !important;
  transition: all 0.5s cubic-bezier(0.47, 1.64, 0.41, 0.8);
}

.lrn_btn-secondary {
  position: relative;
  z-index: 1;
  display: table;
  padding: 9px 20px 9px 45px;
  font-weight: 700;
  background: var(--btn-light-blue-light-gred);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  text-decoration: none !important;
  transition: all 0.5s cubic-bezier(0.47, 1.64, 0.41, 0.8);
}

.lrn_btn-white {
  position: relative;
  z-index: 1;
  display: table;
  padding: 9px 45px 9px 45px;
  font-weight: 700;
  background: var(--color-white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  text-decoration: none !important;
  /* transition: all 0.5s cubic-bezier(.47, 1.64, .41, .8); */
  border-radius: 8px;
}

.contactbtn {
  position: relative;
  z-index: 1;
  display: table;
  padding: 9px 20px 9px 45px;
  font-weight: 700;
  background: var(--green-color, linear-gradient(147deg, #000 0%, #000 81.92%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  text-decoration: none !important;
  transition: all 0.5s cubic-bezier(0.47, 1.64, 0.41, 0.8);
}

.lrn_btn::before {
  border-radius: 22px;
  background: var(--color-pantone-process-blue-c);
  content: "";
  z-index: -1;
  width: 34px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 1px;
  transition: all 0.5s cubic-bezier(0.47, 1.64, 0.41, 0.8);
}

.lrn_btn:hover::before {
  width: 100%;
  top: 1px;
}

.lrn_btn i {
  position: absolute;
  left: 10px;
  top: 8px;
  transition: all 0.5s cubic-bezier(0.47, 1.64, 0.41, 0.8);
}

.lrn_btn:hover i {
  left: auto;
  top: 8px;
  right: 10px;
}

.lrn_btn_w i {
  position: absolute;
  left: 10px;
  top: 8px;
  transition: all 0.5s cubic-bezier(0.47, 1.64, 0.41, 0.8);
}

.lrn_btn_w:hover {
  color: var(--color-pantone-process-blue-c);
  padding: 9px 30px 9px 20px;
  background: transparent !important;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: var(--color-pantone-process-blue-c);
}

.lrn_btn_w::before {
  border-radius: 22px;
  background: var(--color-white);
  content: "";
  z-index: -1;
  width: 34px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 1px;
  transition: all 0.5s cubic-bezier(0.47, 1.64, 0.41, 0.8);
}

.lrn_btn_w:hover::before {
  width: 100%;
  top: 1px;
}

.lrn_btn_w i {
  position: absolute;
  left: 10px;
  top: 8px;
  transition: all 0.5s cubic-bezier(0.47, 1.64, 0.41, 0.8);
}

.lrn_btn_w:hover i {
  left: auto;
  top: 8px;
  right: 10px;
}

/*****Learn MOre*******/
.learn_more {
  color: var(--mauz-primary-color, #069);
  font-family: "IBM Plex Sans", sans-serif !important;
  font-size: var(--fs-14);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

.explore-border {
  width: 94%;
  position: absolute;
  z-index: -1;
  top: 48%;
  border: 1px solid #373534;
  width: calc(100% - 10vw);
}

.border-color-gredient {
  border: 1px solid var(--color-purple-light) !important;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.06);
}

.as1,
.as2,
.as3,
.as4,
.abs1,
.abs2,
.abs3,
.abs4,
.gbs1,
.gbs2,
.gbs3,
.gbs4 {
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
}

.sc1,
.sc2,
.sc3,
.sc4,
.sc5 {
  transform: translateY(200px);
  opacity: 0;
  visibility: hidden;
}

.footer_auto_ht {
  height: auto !important;
}

.discover_section .px-100.w-50per {
  padding-right: 132px;
  margin-top: 16px;
}

.experience-section {
  position: relative;
}

.detail-pg {
  padding: 0px 0px 100px 5vw;
}

.h-100 {
  height: 100% !important;
}

.ukiyo {
  width: 100% !important;
}

.bannersize {
  height: calc(100vh - 60px);
}

.fp-section .anim_sc {
  transform: translateY(200px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fp-section .anim_fade {
  visibility: hidden;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fp-section .anim_sc_lt {
  transform: translateX(-500px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fp-section .anim_sc_rt {
  transform: translateX(500px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fp-section.active .anim_sc_lt {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}

.fp-section.active .anim_sc_rt {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}

.fp-section.active .anim_fade {
  visibility: visible;
  opacity: 1;
}

.fp-section.active .anim_sc {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.fp-section .dl1 {
  transition-delay: 0.1s;
}

.fp-section .dl2 {
  transition-delay: 0.3s;
}

.fp-section .dl3 {
  transition-delay: 0.5s;
}

.fp-section .dl4 {
  transition-delay: 0.7s;
}

.fp-section .dl5 {
  transition-delay: 0.9s;
}

.hmPge .commonsection {
  height: 100vh;
  overflow: hidden;
}

.guardians-carousel {
  position: relative;
}

.guardians-carousel .owl-dots {
  display: flex;
  gap: 6px;
  position: absolute;
  /* bottom: 39px; */
  left: 45px;
  align-items: center;
  bottom: 3vh;
}

.guardians-carousel .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 5px;
  opacity: 0.4;
  background: #fff;
}

.guardians-carousel .owl-dots .owl-dot.active {
  width: 14px;
  height: 6px;
  opacity: 1;
  border-radius: 5px;
  background: #fff;
}

.guardians-carousel .owl-item.active {
  margin-left: -1px;
}

/* 
.text-justify {
    text-align: justify;
} */

.about_card_video {
  position: relative;
  overflow: hidden;
  flex: 1;
}

.about_card_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  visibility: unset !important;
  object-position: center;
}

.footer_top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 44px;
  align-self: stretch;
}

.divider {
  border: 1px solid #ccc;
  height: 100;
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 44px;
  align-self: stretch;
}

.footer_side_wrap {
  max-width: 585px;
}

.h-30 {
  height: 30px;
}

.mt-16 {
  margin-top: 16px;
}

.feedingplatform .carousel-item-content {
  border-radius: 6px;
}

.footer_padding {
  padding-top: 15px;
  padding-bottom: 20px;
}

.timing-section-wrapper {
  padding: 60px 0px 60px 0px !important;
  border-top: 1px solid rgb(0 102 153 / 30%);
}

.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a {
  color: var(--color-primary);
  font-size: var(--fs-12);
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "|" !important;
}

.breadcrumb .breadcrumb-item:last-child {
  font-weight: 700;
}

.addonheading {
  color: var(--Dark-Grey, var(--Primary, #373534));
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.traveler-carousel::-webkit-scrollbar {
  width: 0 !important;
  visibility: hidden !important;
}

.traveler-carousel::-webkit-scrollbar-thumb {
  background: #888 !important;
}

.traveler-carousel::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
}

/*****Owl Item Equal Height********/
/* Equal Heights for OwlCarousel 2 */

.traveler-carousel {
  padding-top: 10px;
  gap: 24px;
}

.traveler-carousel .single-card:first-child {
  padding-left: 0px;
}

.traveler-carousel .single-card {
  flex: 0 0 28.33%;
  min-width: 28.33%;
  display: flex;
  flex-direction: column;
  height: inherit;
}

.traveler-carousel .owl-slide,
.traveler-carousel .card {
  height: 100%;
}

.traveler-carousel .card-header.detail_box_w {
  overflow: hidden;
  padding: 0px;
}

.traveler-carousel .caption {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  min-height: 70px;

}

.traveler-carousel .flex-text {
  flex-grow: 1;
}

.traveler-carousel .thumbnail {
  display: flex;
  flex-direction: column;
  margin: 0 15px;
}

.explore .detail_box_w {
  width: 100%;
  height: 398px;
  overflow: hidden;
  padding: 0;
  aspect-ratio: 398/312;
}

#ticket-popup #ticket-body-content {
  max-height: 70vh;
  overflow: auto;
}

#ticket-popup #ticket-body-content::-webkit-scrollbar {
  display: block;
}

#ticket-popup #ticket-body-content::-webkit-scrollbar {
  width: 6px !important;
}

#ticket-popup #ticket-body-content::-webkit-scrollbar-track {
  border-radius: 20px;
  background: #d9d9d9;
}

#ticket-popup #ticket-body-content::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #787696;
}

button.close {
  opacity: 1;
}

/***No Data Found***/
.nodata {
  width: 100%;
  height: 100vh;
  background-size: cover !important;
}

.nodatacontent {
  margin-top: 126px;
  padding-top: 18vh;
}

.errorheading {
  color: var(--color-white);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.6px;
}

.errorsubhead {
  color: var(--color-white);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.errorguide {
  color: var(--color-white);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 16px;
}

.button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.nodatabtn {
  background: none;
  border: 0;
  height: 42px;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  background: var(
    --green-color,
    linear-gradient(122deg, #0092d0 18.8%, #0092d0 69.63%)
  );
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  line-height: 140%;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.nodatabtn:hover {
  color: #fff;
}

.triangle-right {
  width: 0;
  height: 0;
  border-top: 21px solid transparent;
  border-left: 34px solid #0092d0;
  border-bottom: 21px solid transparent;
  margin-left: 0px;
  background: var(
    --green-color,
    linear-gradient(147deg, #0092d0 0%, #0092d0 81.92%)
  );
}

/***No Data Found End***/

/***Addon Box****/
.addonbox {
  width: 143px;
  height: 143px;
  object-fit: contain;
  border-radius: 10px;
  overflow: hidden;
}

.addonPara {
  color: #101010;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.w-45 {
  width: 45%;
}

.w-55 {
  width: 55%;
}

/**Cookie Design**/
.cookie-notice {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  bottom: 0;
  width: auto;
  font-size: 1.2rem;
  z-index: 999999;
  border-radius: 7px;
  background: var(--color-white);
  box-shadow: 5px 15px 20px 0px rgba(0, 0, 0, 0.23);
  margin-left: var(--pl-5vw);
  margin-right: var(--pl-5vw);
  margin-bottom: 32px;
  flex-flow: wrap;
}

.cookie-notice a {
  color: #f6f6f6;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-decoration-line: underline;
}

.cookie-notice a:hover {
  text-decoration: none;
}

.cookie-notice a:visited {
  color: #f6f6f6;
}

.cookie-notice .cookie {
  font-size: 2.2rem;
  margin-right: 0.3rem;
}

.cookie-notice p a {
  font-size: 14px;
}

.cookie-notice button,
.cookie-notice a:visited,
.cookie-notice a {
  cursor: pointer;
  border-radius: 6px;
  color: var(--color-mauz-primary);
  text-align: center;
  font-size: 16px;
  font-style: normal;

  line-height: normal;
}

.cookie-notice .reject-cookies {
  border: 1.198px solid var(--green-color, #4adede);
  text-align: center;
  margin-left: 15px;
  padding: 8px 24px;
  background: none;
}

.cookie-notice .accept-cookies {
  cursor: pointer;
  border: none;
  outline: none;
  background: var(
    --green-color,
    linear-gradient(122deg, #4adede 18.8%, #7bd5f5 69.63%)
  );
  font-weight: 700 !important;
  padding: 0.5rem 1.5rem;
  margin-left: 13px;
  transition: 0.35s ease;
}

.cookie-notice .accept-cookies:hover {
  box-shadow: 0.01rem 0.01rem 0.1rem #dddddd;
}

.cookie-notice p {
  max-width: 260px;
  color: var(--color-night-dark);
  font-size: var(--fs-14);
  font-style: normal;
  font-weight: 400;
  margin-left: 12px;
  line-height: 140%;
  min-width: 260px;
}

/* Hassle  Ticket section */

.hassle_book .experience_single {
  margin-top: 80px;
  margin-bottom: 56px;
}

.experience_single .unlimted-experience .experience_thumb_nail {
  border-radius: 4px;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 211/206;
}

.unlimted-experience {
  padding: 24px;
  border-radius: 6px;
  background: var(--color-white);
  box-shadow: var(--box-shadow-color);
  /* margin-bottom: 24px; */
  border: 1px solid var(--color-purple-light);
  height: 100%;
}

/* Experience Title */
.unlimted-experience .ticket_text {
  color: var(--color-dark);
  font-size: var(--fs-20);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.unlimted-experience .terms {
  color: var(--color-primary-pantone);
  font-size: var(--fs-14);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  margin-top: 17px;
}

.unlimted-experience .timing_text {
  color: #373534;
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.experience_single_tab > .single_child:nth-child(odd) {
  padding-right: 12px;
  margin-bottom: 24px;
}

/* For even children (2nd, 4th, 6th, etc.) */
.experience_single_tab > .single_child:nth-child(even) {
  padding-left: 12px;
  margin-bottom: 24px;
}

.experience_single .viewtickettab {
  margin-top: 32px;
  margin-bottom: 32px;
  margin-right: 0;
  border: 0;
  border-bottom: 1px solid var(--color-platinum);
}

.experience_single .viewtickettab .nav-item {
  width: 33.33%;
}

.experience_single .viewtickettab .nav-item .nav-link {
  text-align: center;
}

.experience_single .viewtickettab .nav-item .nav-link {
  padding: 0px 32px 10px 32px;
  color: var(--color-primary);
  font-size: var(--fs-20);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 0;
  opacity: 0.5;
  height: 100%;
}

.experience_single .viewtickettab .nav-item .nav-link:hover {
  border: 1px solid transparent;
  /* opacity: 1; */
}

.experience_single .viewtickettab .nav-item .nav-link.active {
  color: var(--color-primary-pantone);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: 0;
  border-bottom: 1px solid var(--color-primary-pantone);
  opacity: 1;
}

/* Hassle Ticket section end */

/* Common Flex Basis */
@media (min-width: 1279px) {
  .traveler-carousel .caption {
    max-height: 60px;
    height: 60px;
    min-height: auto;

  }
  .flex-basis-55 {
    flex-basis: 54%;
    max-width: 54%;
  }

  .flex-basis-45 {
    flex-basis: 46%;
    max-width: 46%;
    padding-left: 65px;
    padding-bottom: 66px;
    padding-right: var(--pr-5vw);
  }

  .web-mb-80 {
    margin-bottom: 80px;
  }

  /* Center-align the second item */
  .guidance_wrapper_sec > .guidance-sec:nth-child(3n + 2) {
    display: flex;
    justify-content: center;
  }

  /* Right-align the third item */
  .guidance_wrapper_sec > .guidance-sec:nth-child(3n + 3) {
    display: flex;
    justify-content: flex-end;
  }

  .unlimted-experience hr {
    margin-top: 24px;
    margin-bottom: 18px;
    border: 1px solid rgba(55, 53, 52, 0.4);
  }

  .guidance_wrapper_sec .guidance-sec .guidance-wrap {
    max-width: 85%;
    min-width: 85%;
  }
  .common_modal .scroll_thumb {
    font-size: 16px;
    margin-bottom: 10px;
    max-height: calc(60vh);
    overflow-y: scroll;
  }
}

@media (min-width: 1600px) {
  .guidance_wrapper_sec .guidance-sec .guidance-wrap {
    max-width: 70%;
    min-width: 70%;
  }
}

@media (min-width: 1279px) and (max-width: 1440px) {
  .guidance_wrapper_sec .guidance-sec .guidance-wrap {
    max-width: 230px;
    min-width: 230px;
  }
}

@media (max-width: 1279px) {
  .contact_wrapper .contact_section .min-pr-100 {
    padding-right: 32px !important;
  }

  .modal-open .mainsection {
    transition: none !important;
    transform: none !important;
    transform-origin: none !important;
  }

  .modal-open .mobiletogglebtn {
    pointer-events: none;
  }

  .modal.show .modal-dialog {
    padding-top: 100px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .attractionPage .modal-dialog {
    padding: 16px;
  }

  .common_modal .modal-body .responsive {
    max-height: 22vh;
    overflow-y: auto;
  }

  .common_modal .modal-body .responsive::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

  .common_modal .modal-body .responsive::-webkit-scrollbar-track {
    background: #eee;
  }

  .common_modal .modal-body .responsive::-webkit-scrollbar-thumb {
    background: red;
  }

  .common_modal div {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .contact_wrapper .contact_section .key_info {
    position: unset !important;
    min-width: 100%;
  }

  .pr-m-0 {
    padding-right: 0px;
  }

  .experience-section .commonbg::before {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 26.06%,
      rgb(0 0 0 / 48%) 49.39%,
      #000 77.58%
    );
  }
}

@media (min-width: 1920px) {
  .steps_wrpper {
    padding-left: 95px;
  }

  .steps_wrpper::after {
    left: 95px;
  }

  .spinner-wrap {
    left: 95px;
  }

  .steps_wrpper::after {
    height: calc(100% - 145px);
  }

  .spinner-wrap {
    bottom: 75px;
  }
}

@media (max-width: 1440px) {
  .explore .detail_box_w {
    height: 345px;
  }

  .traveler-carousel .py-54 {
    padding-top: 40px;
  }

  .ex_furture {
    margin-top: 5px;
  }

  .book-ticket-cta {
    padding: 16px 60px;
  }

  .min-pr-100 {
    padding-right: 0vw !important;
  }

  /* .para_text {
        margin-top: 0;
    } */

  .h-50vh {
    height: 50vh;
  }

  .count_section .count_box .border-right {
    right: 10px;
  }
}

@media (min-width: 1460px) {
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

@media (max-width: 1368px) {
  .welcome_scrll_wrp {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 1280px) {
  .traveler-carousel .flex-text {
    flex-grow: initial;
  }
  .traveler-carousel .card-header.detail_box_w.h-50vh {
    height: 40vh;
  }

  .hmPge .about_card .about_img {
    height: 44vh;
  }

  .hmPge .step-header .fill-wrap {
    transform: scale(0.8) translateX(-54px);
  }

  .nodatacontent {
    margin-top: 0px;
    padding-top: 20vh;
  }
}

@media (min-width: 280px) and (max-width: 1279px) {
  .mob_pb_38 {
    margin-bottom: 38px !important;
  }

  .school-divider {
    border: 1px solid rgb(55 53 52 / 40%);
  }

  .our_guidance_section .guidance-sec .guidance-wrap {
    max-width: 100%;
  }

  .our_guidance_section
    .birthday-guidline
    .guidance-sec:last-child
    .guidance-wrap {
    margin-bottom: 48px;
  }

  .guidance-wrap .para_text_14 {
    font-size: var(--fs-12);
  }

  /* .our_guidance_section .guidance-sec .guidance-wrap img {
        padding-left: 10px;
        padding-right: 10px;
    } */

  .footer-container .row {
    padding-left: 0px;
    padding-right: 0px;
  }

  .row-even.mb-30,
  .row-odd.mb-30,
  .row-even .mb-30,
  .row-odd .mb-30 {
    margin-bottom: 24px;
  }

  .cookie-notice {
    padding: 16px 16px;
    justify-content: left;
    margin-right: 24px;
    margin-left: 24px;
  }

  .cookie-notice .accept-cookies {
    margin-left: auto;
  }

  .cookie-notice a {
    font-size: var(--fs-12);
  }

  .cookie-notice p {
    margin-bottom: 6px;
    max-width: 225px;
    color: #10182f;
    font-size: var(--fs-12);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    min-width: fit-content;
  }

  .cookie-notice p {
    max-width: 75%;
  }

  .breadcrumb-item + .breadcrumb-item::before,
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 3px;
    padding-right: 4px;
  }

  .breadcrumb .breadcrumb-item,
  .breadcrumb .breadcrumb-item a {
    font-size: var(--fs-10);
  }

  .schoolform-carousel .owl-nav {
    position: absolute;
    bottom: 35px;
    right: 40px;
    width: 80%;
    justify-content: center;
    display: flex;
  }

  .schoolform-carousel .owl-nav .owl-prev {
    margin: 0 36px !important;
  }

  .schoolform-carousel .owl-nav .owl-next {
    margin: 0 36px !important;
  }
}

@media (max-width: 950px) {
  .single_child .unlimted-experience .mob_view {
    flex-direction: column-reverse !important;
    gap: 24px;
  }

  .single_child .unlimted-experience .ticketmobile .book-ticket-cta {
    max-width: 100%;
    width: 100%;
    padding: 12px 42px;
  }

  .single_child .unlimted-experience .ticketmobile {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .lrn_btn:hover {
    color: var(--color-white);
    padding: 9px 30px 9px 20px;
    background: transparent !important;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: var(--color-white);
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  /**Tabs Font Size**/
  .experience_single .viewtickettab .nav-item .nav-link {
    font-size: var(--fs-18);
  }
}

@media (max-width: 768px) {
  .mob-mt-p0,
  .mob-mt-p0 .para_text,
  .mob-mt-p0 .para_text p {
    margin-top: 0px !important;
  }

  body .h-100vh {
    min-height: auto;
  }

  [data-aos="fade-up"] {
    opacity: 1 !important;
    transform: none !important;
    transition: none;
  }

  .our_guidance_section {
    padding: 0px;
  }

  .errorheading {
    font-size: 14px;
  }

  .errorsubhead {
    font-size: 32px;
  }

  .errorguide {
    font-size: 16px;
    margin-top: 14px;
  }

  .button-container {
    margin-top: 42px;
  }

  .nodata {
    height: calc(100vh - 64px);
  }

  .nodatabtn {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  /**Mobile Button**/
  .lrn_btn-prime,
  .lrn_btn-prime:hover {
    position: relative;
    z-index: 1;
    display: table;
    padding: 9px 0px 9px 40px;
    font-weight: 700;
    background: var(
      --green-color,
      linear-gradient(147deg, #004365 0%, #004365 81.92%)
    ) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    text-decoration: none !important;
    transition: all 0.5s cubic-bezier(0.47, 1.64, 0.41, 0.8);
  }

  .lrn_btn-secondary,
  .lrn_btn-secondary:hover {
    position: relative;
    z-index: 1;
    display: table;
    padding: 9px 20px 9px 45px;
    font-weight: 700;
    background: var(--btn-light-blue-light-gred);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    text-decoration: none !important;
    transition: all 0.5s cubic-bezier(0.47, 1.64, 0.41, 0.8);
  }

  .contactbtn,
  .contactbtn:hover {
    position: relative;
    z-index: 1;
    display: table;
    padding: 9px 20px 9px 45px;
    font-weight: 700;
    background: var(
      --green-color,
      linear-gradient(147deg, #000 0%, #000 81.92%)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    text-decoration: none !important;
    transition: all 0.5s cubic-bezier(0.47, 1.64, 0.41, 0.8);
  }

  .contactbtn:hover {
    background: auto !important;
  }

  .lrn_btn::before,
  .lrn_btn:hover::before {
    border-radius: 22px;
    background: var(--color-pantone-process-blue-c);
    content: "";
    z-index: -1;
    width: 34px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 1px;
    transition: all 0.5s cubic-bezier(0.47, 1.64, 0.41, 0.8);
  }

  .lrn_btn i,
  .lrn_btn:hover i {
    position: absolute;
    left: 10px;
    top: 8px;
    right: initial;
    transition: all 0.5s cubic-bezier(0.47, 1.64, 0.41, 0.8);
  }

  .attraction_box .detail_box_w {
    height: 38vh !important;
  }

  .explore-border {
    width: calc(100% - 50px);
    z-index: 1;
  }

  .book-ticket-cta {
    padding: 12px 42px;
  }

  .mob_book_tick {
    padding: 8px 32px 8px 32px;
  }

  /**Tabs Font Size**/
  .experience_single .viewtickettab .nav-item .nav-link {
    font-size: var(--fs-14);
  }

  .experience_single .viewtickettab .nav-item .nav-link {
    padding: 0px 10px 10px 10px;
  }

  .mobile_carousel .heading_main {
    z-index: 2;
  }

  .experience_single_tab > .single_child:nth-child(odd) {
    padding-right: 0px !important;
  }

  .experience_single_tab > .single_child:nth-child(even) {
    padding-left: 0px !important;
  }

  .experience_single_tab {
    margin-left: 0px;
    margin-right: 0px;
  }

  .mob_height {
    min-height: 32px;
  }

  .open-terms-detail {
    display: block;
    margin-top: 20px;
  }
}

@media (max-width: 380px) {
  .errorsubhead {
    font-size: 28px;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .ticketmobile .ticket-booking-cta {
    padding: 10px 30px;
  }
}

ul#iti-2__country-listbox {
  right: initial;
  left: 0;
}

/* Helper Css */

/*********Global CSS*********/

body,
html {
  width: 100%;
  height: 100%;
}

.overflow-hidden {
  overflow: hidden;
}

.pointer-event-none {
  pointer-events: none;
}

.h-inherit {
  height: inherit;
}

.filtergray {
  filter: grayscale(1);
}

.regular {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.h-100 {
  height: 100%;
}

.pt-2vh {
  padding-top: 2vh;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-14 {
  margin-top: 14px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-14 {
  margin-bottom: 14px;
}

.w-50p {
  width: 50% !important;
}

.mx-24 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.explore.owl-carousel {
  display: flex !important;
}

.explore.owl-carousel .owl-item {
  margin-bottom: 10px;
}

/**Container Wrapper Max Size**/
/* .containerwrapper {
    max-width: 1980px;
    margin: auto;
} */

.mx-w-100 {
  max-width: 100%;
}

.w-48 {
  width: 48%;
}

.w-52 {
  width: 52%;
}

.white-space-break {
  white-space: break-spaces;
}

.pl-5vw {
  padding-left: var(--pl-5vw) !important;
}

.pr-5vw {
  padding-right: var(--pr-5vw) !important;
}

.px-5vw {
  padding-left: var(--pl-5vw) !important;
  padding-right: var(--pr-5vw) !important;
}

.w-235 {
  max-width: 235px;
}

.first-slide {
  padding-left: 5vw;
}

.br-0 {
  border-right: 0;
}

.pt-50 {
  padding-top: 100px;
}

.experience_box {
  max-height: 100vh;
  overflow: hidden;
}

.visibilty-hidden {
  position: fixed;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.py-100p {
  padding-top: 100px !important;
}

.h-50vh {
  height: 50vh !important;
}

.pb-15 {
  padding-bottom: 15px;
}

.w-109 {
  width: 109px;
}

.mt-0 {
  margin-top: 0;
}

.mt-4p {
  margin-top: 4px;
}

.mt-8p {
  margin-top: 8px !important;
}

.mb-8p {
  margin-bottom: 8px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-32 {
  margin-top: 32px !important;
}

.mt-40 {
  margin-top: 40px;
}

.mt-42 {
  margin-top: 42px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-68 {
  margin-top: 68px;
}

.mb-4p {
  margin-bottom: 4px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-32p {
  margin-bottom: 32px;
}

.mb-36 {
  margin-bottom: 36px;
}

.mb-42 {
  margin-bottom: 42px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-80 {
  margin-bottom: 80px;
}

.pt-15 {
  padding-top: 15px;
}

.fit-content {
  width: fit-content;
}

.pt-8p {
  padding-top: 8px;
}

.pt-4vw {
  padding-top: 4vw;
}

.pt-2vw {
  padding-top: 3vw;
}

.pt-24 {
  padding-top: 24px;
}

.pt-80 {
  padding-top: 80px !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.mx-w-779 {
  max-width: 779px;
}

.pl-16 {
  padding-left: 16px;
}

.pl-40 {
  padding-left: 40px;
}

.fs-10 {
  font-size: 10px;
}

.fs-14 {
  font-size: 14px;
}

.gap-10 {
  gap: 10px;
}

.mx-w-495 {
  max-width: 495px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.op-06 {
  opacity: 0.6;
}

.p-32 {
  padding: 32px;
}

.p-14 {
  padding: 14px;
}

.p-24 {
  padding: 24px;
}

.p-100 {
  padding: 100px;
}

.pt-160 {
  padding-top: 160px;
}

.pb-50 {
  padding-bottom: 50px;
}

.py-138 {
  padding-top: 138px;
  padding-bottom: 138px;
}

.py-100 {
  padding: 160px 0px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-100 {
  padding-right: 3vw;
}

.pl-100 {
  padding-left: var(--p-lg-5vw);
}

.py-54 {
  padding-top: 54px;
  padding-bottom: 54px;
}

.detail-p {
  padding: 105px 0px 100px 100px;
}

.pl-120 {
  padding-left: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500 !important;
}

.pl-18 {
  padding-left: 18px;
}

.p-25 {
  padding: 25px;
}

.py-40 {
  padding: 40px;
}

.gap-10 {
  gap: 10;
}

.gap-90 {
  gap: 90px;
}

.ml-5px {
  margin-left: 5px;
}

.ml-90 {
  margin-left: 10%;
}

.pt-95 {
  padding-top: 95px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.p-160 {
  padding: 200px 160px 160px;
}

.bg-none {
  background: none;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.px-100 {
  padding: 0 var(--px-5vw);
}

.px-100 .row {
  margin: 0;
}

.px-120 {
  padding: 0 var(--px-5vw);
}

.mx-w-250 {
  max-width: 250px;
}

.fw-700 {
  font-weight: 700;
}

.w-auto {
  width: auto;
}

.w-50per {
  width: 50%;
}

.w-30per {
  width: 30%;
}

.w-40per {
  width: 40%;
}

.w-60per {
  width: 60%;
}

.w-70per {
  width: 70%;
}

.h-370 {
  height: 370px;
}

.h-100vh {
  min-height: 100vh;
}

.bg-grey {
  background: var(--att_bg_body);
}

.border-top-0 {
  border-top: 0;
}

.w-max-content {
  width: max-content;
}

.border-2px {
  border-bottom: 2px solid #ccc;
}

.justify-content-space-between {
  justify-content: space-between;
}

.quantity__input,
.quantity__input:focus,
.quantity__input:active {
  border: 0;
}

.min-w-290 {
  min-width: 290px;
}

.fw-600 {
  font-weight: 600 !important;
}

.text-end {
  text-align: end !important;
}

.text-blue {
  color: var(--att-card-blue) !important;
}

.text-pantone {
  color: var(--color-primary-pantone);
}

.text-capital {
  text-transform: capitalize !important;
}

figure {
  margin: 0;
}

.night-black {
  color: var(--color-light-dark);
}

.btn-green {
  border-radius: 4px;
  background: var(--color-green);
  color: var(--night-black, #101010);
  text-align: center;
  font-family: helvetica_ce_55_romanbold;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
}

.overflow-hide {
  overflow: hidden;
}

.mauz_landing_section {
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.section-heading {
  color: var(--primary-color-1, #373534);
  font-family: Foundry Sans;
  font-size: var(--fs-30);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.section-para {
  color: var(--color-dark);
  text-align: center;
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.join_letter_para {
  color: var(--color-primary);
  font-size: var(--fs-14);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.section-border-mauz {
  background: white;
  width: 129.004px;
  height: 1px;
  margin: auto;
  margin-top: 8px !important;
}

/* .inner-section {
    padding-top: 148px;
} */

.list-style-type-disc {
  list-style-type: disc;
}

.btn-size {
  /* height: 64px; */
  padding: 16px 0px 16px 0px;
}

.cursor-pointer {
  cursor: pointer;
}

.btn-primary {
  color: var(--color-white);
  background-color: var(--btn-blue) !important;
  border-color: var(--btn-blue) !important;
}

.btn-dark-grey {
  border-radius: 3.574px;
  border: 1.787px solid var(--dark-grey, #373534);
  background: var(--dark-grey, #373534);
}

.btn-success {
  color: var(--color-white);
  background-color: var(--btn-green) !important;
  border-color: var(--btn-green) !important;
}

.btn-ocean {
  background: var(
    --button-gradient,
    linear-gradient(90deg, #0092d0 33.14%, #069 100%)
  );
}

.banner-btn-size {
  font-family: Foundry Sans;
  width: 275.6px;
  height: 70.001px;
  text-align: center;
}

.banner-btn-size:hover {
  border-color: inherit !important;
}

.colorunset:hover {
  color: var(--color-primary) !important;
}

.text-color-primary {
  color: var(--color-primary);
}

.theme-color {
  color: var(--color-highlight);
}

.text-color-dark {
  color: var(--color-night-black);
}

.text-color-gredient {
  color: var(--color-footer-menu);
}

.text-underline {
  text-decoration: underline;
}

.profile_heading {
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.profile_text {
  font-size: var(--fs-14);
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 7.7px;
  text-transform: uppercase;
}

.line-h {
  line-height: 140%;
  letter-spacing: 7.3px;
  text-transform: uppercase;
}

.profile button {
  padding: 10px 16px;
  justify-content: center;
}

.px-10per {
  padding-left: 10%;
  padding-right: 10%;
}

.p-55 {
  padding: 55px;
}

.selecticon {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg width='30' height='20' viewBox='0 0 30 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M26.2835 0L15 12.0573L3.71649 0L0 3.97135L15 20L30 3.97135L26.2835 0Z' fill='black'/></svg>");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 25px);
  background-position-y: 26px;
  background-size: 16px;
}

.btn-secondary {
  background: var(--color-secondary);
  border-color: var(--color-secondary) !important;
}

.btn-secondary-size {
  padding: 10px 12px 10px 12px;
  color: var(--night-black, #101010);
  text-align: center;
  font-family: "" IBM Plex Sans ", sans-serif !important;";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 16.8px */
  text-transform: uppercase;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background-color: var(--color-secondary) !important;
  border-color: var(--color-secondary) !important;
}

.form-control:focus {
  box-shadow: none;
  border-color: var(--color-primary);
}

.bannercover {
  background-size: cover !important;
  background-position: center !important;
}

.breadcrumb {
  background: none;
  color: var(--color-primary);
  font-size: var(--fs-10);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 16px 0px;
}

.breadcrumb span {
  padding: 10px;
}

.breadcrumb span.active {
  font-weight: 700;
}

.bredcrumb-fixed {
  position: absolute;
  top: 0;
  z-index: 9;
}

.image-container img {
  object-fit: cover;
}

.text-link-dark .textlink {
  color: var(--color-dark);
  font-weight: 500;
  text-decoration: none;
}

.text-link-white .textlink {
  color: var(--color-white);
  font-weight: 500;
  text-decoration: none;
}

.carousel_box {
  border-radius: 6px 6px 6px 6px;
  height: 100%;
  border: 0;
  position: relative;
}

.carousel_box img {
  border-radius: 6px 6px 0px 0px;
}

.carousel_box::after {
  content: "";
  position: absolute;
  bottom: 0;
  background: var(--shadow-color);
  background-size: cover;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  left: 0;
}

/*********Global CSS END*********/

.ticket_learn_btn {
  margin-right: -8px;
}

.ticket_learn_btn:hover {
  margin-right: 10px;
}

.commonbg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 26.06%,
    rgba(0, 0, 0, 0.6) 49.39%,
    #000 77.58%
  );
  opacity: 0.6;
}

.overlay-image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgb(0 0 0 / 40%);
}

.attraction_box {
  border-radius: 6px 6px 6px 6px;
  height: 100%;
  border: 0;
}

.attraction_box img {
  border-radius: 6px 6px 0px 0px;
  aspect-ratio: 307/359;
  /* aspect-ratio: 330/358; */
}

/*****Image Wrapper*********/

.inner-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.inner-img:hover {
  transform: scale(1.1);
}

.img-wrapper {
  display: inline-block;
  box-sizing: border-box;
}

.text-transform-capital {
  text-transform: capitalize;
}

.list_style {
  list-style-type: disc;
}

.booking-title {
  color: var(--color-primary);
  font-family: "" IBM Plex Sans ", sans-serif !important;";
  font-size: var(--fs-14);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 40px;
  padding-right: 25px;
}

.booking-title li {
  margin-bottom: 4px;
}

.attraction_card {
  position: relative;
  border-radius: 6px;
}

/***Common Buttons*********/
.btn-gredient {
  padding: 10px 12px;
  font-weight: 700;
  border-radius: 4px;
  background: var(--color-pantone-process-blue-c);
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.2);
  color: var(--color-white);
  text-align: center;
  font-size: var(--fs-12);
  line-height: 140%;
  text-transform: uppercase;
}

.btn-theme-default {
  border: 1px solid var(--color-mauz-primary);
}

.btn-ticket-book {
  border-radius: 6px;
  background: #0092d0;
  box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.2);
  color: var(--color-white) !important;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 16px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.btn-ticket-book:disabled,
.btn-ticket-book[disbaled="disabled"] {
  background: #dedede;
  border-color: #dedede;
  opacity: 1 !important;
  color: #00000078 !important;
}

.fp-warning,
.fp-watermark,
.wpml-ls-statics-footer,
.otgs-development-site-front-end {
  display: none;
}

/*****Common for all pages Scrollable Part******/

::-webkit-scrollbar {
  display: none;
}

.iScrollVerticalScrollbar {
  display: none;
}

* {
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* IE and Edge */
}

.bg-att-gredient {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.py-54 {
  padding-top: 54px;
  padding-bottom: 54px;
}

/* Ensure content stretches vertically within each card */
.traveler-carousel .single-card > * {
  flex: 1;
  color: inherit;
}

.traveler_card {
  padding: 24px;
  /* background-color: rgb(255 255 255 / 80%) !important; */
  background: linear-gradient(105deg, #e7e8ff 6.31%, #d2f3ff 90.27%);
}

.min-h-82 {
  min-height: 82vh;
}

.w-40per {
  width: 40%;
}

.w-60per {
  width: 60%;
}

.h-46px {
  height: 46px;
}

.equal-width-columns:last-child .border-right {
  display: none;
}

.h-30px {
  height: 30px;
}

.text-ellipse-twolines {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  flex-grow: unset !important;
}

.text-ellipse-three {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  flex-grow: unset !important;
}

.text-ellipse-fourline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  flex-grow: unset !important;
}

.text-ellipse-threeline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  flex-grow: unset !important;
}

.text-ellipse-fiveline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  flex-grow: unset !important;
}

.text-ellipse-sixline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  flex-grow: unset !important;
}

.text-ellipse-sevenline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  flex-grow: unset !important;
}

.pt-12vh {
  padding-top: 12vh;
}

.pt-6vh {
  padding-top: 6vh;
}

.para_text p,
.isdesktop.para_text p:first-child {
  margin-top: 8px;
}

.isdesktop.para_text p {
  margin-top: 24px;
}

.thumnail_img {
  max-width: 306px;
  height: 297px;
  border-radius: 4px;
  object-fit: cover;
  width: 100%;
}

.aed_rs {
  color: #101010;
  font-size: var(--fs-24);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.text-color-gredient {
  color: #004365;
}

.page-template-Template-Cart .modify-action span {
  color: #006699;
  font-weight: 500;
}

.ismobile {
  display: none;
}

.abouttext {
  color: #101010;
  font-weight: 500;
}

.max-container-size {
  max-width: 80%;
}

.max-container-web {
  max-width: 3000px;
}

#newsletter-form .wpforms-submit-container {
  display: none !important;
}

@media (min-width: 1024px) {
  .web-white {
    color: var(--color-white);
  }
}

@media (min-width: 1279px) {
  .mx-w-700 {
    width: 700px;
    max-width: 700px;
  }

  .min-h-46 {
    min-height: 46px;
  }

  .attraction_box .min-h-46 {
    min-height: 43px;
  }
}

@media (max-width: 1164px) {
  /* .h-100vh {
        min-height: auto;
    } */

  .col-tab-l-12 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .section {
    height: auto !important;
  }
  .bg-att-gredient {
    min-height: auto !important;
  }

  .header {
    margin-left: 14px;
  }

  figure.action-btn {
    margin-left: 13px;
  }

  .px-120,
  .px-sm-120 {
    padding: 0 24px;
  }

  .px-sm-15 {
    padding: 0 15px;
  }
}

@media (max-width: 1440px) {
  .pt-2vw {
    padding-top: 45px;
  }

  .h-50vh {
    height: 40vh !important;
  }

  .explore.traveler-carousel.py-54 {
    padding-top: 35px;
  }
}

@media (min-width: 1500px) and (max-width: 2560px) {
  .navbar-brand {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
  }
}

@media (max-width: 1279px) {
  .aed_rs {
    font-size: var(--fs-20);
  }

  .mobile_carousel.ex_further {
    background: var(--color-white);
  }

  .bg-att-gredient {
    display: block;
  }

  .h-50vh {
    height: 36vh !important;
  }

  .footer-container.px-100 {
    padding: 0 var(--px-5vw);
  }

  .mobile-steps .wrap {
    width: fit-content !important;
  }

  .mobile-text-left .text-end {
    text-align: left !important;
  }

  .fill-wrap a {
    margin-right: auto;
    display: flex;
  }

  .lrn_btn-prime {
    padding: 10px 0px 10px 50px;
  }

  .lrn_btn::before {
    height: 34px;
  }

  .ticketmobile {
    margin-top: 32px;
    margin-bottom: 38px;
  }

  .ticketmobile .ticket-booking-cta {
    padding: 10px 10px;
  }

  .mobile_image {
    text-align: left !important;
  }

  .text-ellipse-three {
    -webkit-line-clamp: unset;
  }
}

@media (min-width: 1024px) and (max-width: 1075px) {
  .lrn_btn-prime {
    padding: 0px 0px 10px 50px;
  }
}

@media (max-width: 1024px) {
  .max-container-size {
    max-width: 100%;
  }
  .form_px_24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .conservation_team .key_info {
    padding: 26px 0px 26px 32px !important;
  }

  .min-pr-100 {
    padding-right: 24px !important;
  }
}

@media (max-width: 991px) {
  .single_experience_page .attraction_box_content {
    max-width: 100%;
  }

  .ticketListingcont .justify-content-end {
    justify-content: start !important;
  }

  .ticketListingcont .ticket-booking-cta.ml-auto {
    margin-left: initial !important;
  }
}

@media (max-width: 768px) {
  .include-part .para_text img {
    overflow: visible !important;
  }

  .mob-mt-22 {
    margin-top: 22px !important;
  }

  .ticketmobile .ticket-booking-cta {
    width: 100%;
    min-width: 100%;
  }

  .mob_mb_64 {
    margin-bottom: 64px;
  }

  .mob_pb_0 {
    padding-bottom: 0px;
  }

  .mob_px_0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .wrap {
    width: fit-content;
  }

  .mob_p_m {
    padding: 24px !important;
  }

  .thumnail_img {
    max-width: 100%;
  }

  .traveler-carousel .owl-stage-outer {
    overflow: hidden;
  }

  .traveler-carousel .owl-stage {
    display: flex;
  }

  .traveler-carousel {
    padding-left: 10px !important;
    width: 99% !important;
  }

  .traveler-carousel .owl-nav {
    display: none;
  }

  .mobile_carousel {
    position: relative;
  }

  .mobile_carousel .owl-dots {
    position: absolute;
    bottom: 0;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    padding-bottom: 53px;
    width: 100%;
    justify-content: center;
    max-width: 97%;
  }

  .mobile_carousel .owl-dots .owl-dot.active {
    width: 25px;
    height: 10px;
    border-radius: 12.5px;
    background: #fff;
    border: 0;
    opacity: 1;
  }

  .mobile_carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 12.5px;
    opacity: 0.4;
    background: #fff;
    border: 0;
  }

  .mobile_carousel.ex_further .owl-dots .owl-dot.active {
    background: var(--color-mauz-primary);
  }

  .mobile_carousel.ex_further .owl-dots .owl-dot {
    background: var(--color-primary);
  }

  .mobile_carousel.ex_further .owl-dots {
    padding-bottom: 64px;
  }

  .traveler-carousel .single-card:first-child {
    padding-left: 12px;
    padding-right: 20px;
  }

  .mobile_carousel .traveler-carousel:last-child .single-card {
    padding-right: 18px;
    padding-left: 12px;
  }

  .education-carousel {
    padding-left: var(--pl-5vw);
    padding-right: var(--pl-5vw);
  }
}

@media only screen and (max-width: 768px) {
  .px-10per {
    padding-left: 5%;
    padding-right: 5%;
  }

  .p-55 {
    padding: 20px;
  }

  .mob_my_24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .aos-animate {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }

  .listing_body {
    left: 14px !important;
    /* z-index: 1; */
  }

  #newsletter-form div.wpforms-container-full {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 992px) {
  /* .modal-dialog {
        margin: 24px;
    } */

  div:where(.swal2-container).swal2-center {
    padding: 24px;
  }

  .moblie-mb30 {
    margin-bottom: 24px;
  }

  .attractionlisting .row.mb-30 {
    margin-bottom: 0px;
  }

  .attractionlisting .attraction-img {
    height: 347px;
  }

  .attractionlisting .listing_body .listing_text {
    font-size: 14px;
  }

  .attractionlisting .listing_body .listing_subtext {
    font-size: 12px;
  }

  .attractionlisting .badge-hb {
    font-size: 10px;
  }

  /**Single Experience**/
  .single_experience_page {
    padding-left: 0px !important;
  }

  .single_experience_page .row {
    flex-direction: column !important;
  }

  .callsection .row {
    flex-direction: row !important;
  }

  .single_experience_page .row .w-48 {
    width: 100% !important;
    /* padding-left: 24px !important;
        padding-bottom: 24px; */
  }

  .single_experience_page .row .w-52 {
    width: 100% !important;
  }

  .single_experience_page .attraction_box_content,
  .single_experience_page {
    height: auto !important;
    max-height: fit-content;
  }

  .single_experience_page .experience_box .bannersize {
    height: auto;
    max-height: auto;
  }

  .single_experience_page .attraction_box_content {
    margin-top: 20px;
    margin-bottom: 24px;
  }

  .single_experience_page .attraction_box_content .profile_text {
    font-size: var(--fs-12);
  }

  .single_experience_page .attraction_box_content .para_text {
    margin-top: 8px;
  }

  .conversationteam video,
  .fitvideo {
    height: 400px !important;
    object-position: center;
  }

  .conservation_section .bannersize,
  .single_experience_page .bannersize {
    height: auto;
  }

  .mobile_carousel {
    padding-top: 16px;
  }

  .mobile_carousel .profile_text {
    padding-left: 24px;
  }

  .owl-carousel .owl-stage,
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y !important;
    touch-action: pan-y !important;
  }

  .traveler-carousel {
    padding-left: 24px;
    gap: 24px;
    /* -ms-touch-action: none;
        touch-action: none; */
  }

  .traveler-carousel .single-card {
    display: block;
  }

  .traveler-carousel .single-card {
    flex: 0 0 45%;
    min-width: 45%;
  }

  #attractionpage .fitvideo {
    height: 100% !important;
    min-height: 425px;
  }
}

@media (max-width: 680px) {
  .mob-mb-0 {
    margin-bottom: 0px !important;
  }

  .ismobile {
    display: block;
  }

  .isdesktop {
    display: none;
  }

  .traveler-carousel .single-card {
    flex: 0 0 80%;
    min-width: 80%;
  }

  .traveler-carousel .heading_main {
    margin-top: 12px;
  }

  .heading_20 text-color-dark.mb-12.text-color-gredient {
    margin-bottom: 8px;
    font-size: var(--fs-18);
  }

  .homesec-color .textlink {
    color: var(--color-white);
    font-weight: bold;
    text-decoration: underline;
  }

  #conservationcarousel .owl-dots {
    position: absolute;
    bottom: 0;
    display: flex !important;
    gap: 5px;
    flex-wrap: wrap;
    padding-bottom: 0px;
    width: 99%;
    justify-content: center;
    left: 0;
  }

  #conservationcarousel {
    padding-left: 0px !important;
    padding-bottom: 30px;
  }

  body #conservationcarousel .w-inline-block {
    position: relative;
    padding: 7px;
    padding-left: 7px;
  }

  #conservationcarousel .owl-dots .owl-dot.active {
    background: var(--color-mauz-primary);
  }

  #conservationcarousel .owl-dots .owl-dot {
    background: var(--color-primary);
  }

  #conservationcarousel .owl-dots .owl-dot.active {
    width: 25px;
    height: 10px;
    border-radius: 12.5px;
    background: var(--color-mauz-primary);
    border: 0;
    opacity: 1;
  }

  #conservationcarousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 12.5px;
    opacity: 0.4;
    background: var(--color-primary);
    border: 0;
  }

  /* Booking Helping Class */

  .slot-dropdown {
    padding: 5px;
  }

  .slot-dropdown span {
    font-size: var(--fs-14);
  }
}

/* 
  You want a simple and fancy tooltip?
  Just copy all [data-tooltip] blocks:
*/
:root {
  --tooltip-color: #eceaea;
  --tooltip-text-color: #373534;
}

[data-tooltip] {
  --arrow-size: 10px;
  position: relative;
  z-index: 10;
  max-width: 60px;
}

/* Positioning and visibility settings of the tooltip */
[data-tooltip]:before,
[data-tooltip]:after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  bottom: calc(100% + var(--arrow-size));
  pointer-events: none;
  transition: 0.2s;
  will-change: transform;
}

/* The actual tooltip with a dynamic width */
[data-tooltip]:before {
  content: attr(data-tooltip);
  padding: 10px 18px;
  min-width: 50px;
  max-width: 300px;
  width: max-content;
  width: -moz-max-content;
  border-radius: 6px;
  font-size: 14px;
  background-color: var(--tooltip-color);
  color: var(--tooltip-text-color);
  text-align: center;
  white-space: pre-wrap;
  transform: translate(-50%, calc(0px - var(--arrow-size))) scale(0.5);
}

/* Tooltip arrow */
[data-tooltip]:after {
  content: "";
  border-style: solid;
  border-width: var(--arrow-size) var(--arrow-size) 0px var(--arrow-size);
  /* CSS triangle */
  border-color: var(--tooltip-color) transparent transparent transparent;
  transition-duration: 0s;
  transform-origin: top;
  transform: translateX(-50%) scaleY(0);
}

/* Tooltip becomes visible at hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}

/* Scales from 0.5 to 1 -> grow effect */
[data-tooltip]:hover:before {
  transition-delay: 0.3s;
  transform: translate(-50%, calc(0px - var(--arrow-size))) scale(1);
  max-width: 200px;
}

/* 
    Arrow slide down effect only on mouseenter (NOT on mouseleave)
  */
[data-tooltip]:hover:after {
  transition-delay: 0.5s;
  /* Starting after the grow effect */
  transition-duration: 0.2s;
  transform: translateX(-50%) scaleY(1);
}

/* LEFT */
/* Tooltip + arrow */
[data-tooltip-location="left"]:before,
[data-tooltip-location="left"]:after {
  left: auto;
  right: calc(100% + var(--arrow-size));
  bottom: 50%;
}

/* Tooltip */
[data-tooltip-location="left"]:before {
  transform: translate(calc(0px - var(--arrow-size)), 50%) scale(0.5);
}

[data-tooltip-location="left"]:hover:before {
  transform: translate(calc(0px - var(--arrow-size)), 50%) scale(1);
}

/* Arrow */
[data-tooltip-location="left"]:after {
  border-width: var(--arrow-size) 0px var(--arrow-size) var(--arrow-size);
  border-color: transparent transparent transparent rgba(55, 64, 70, 0.9);
  transform-origin: left;
  transform: translateY(50%) scaleX(0);
}

[data-tooltip-location="left"]:hover:after {
  transform: translateY(50%) scaleX(1);
}

/* RIGHT */
[data-tooltip-location="right"]:before,
[data-tooltip-location="right"]:after {
  left: calc(100% + var(--arrow-size));
  bottom: 50%;
}

[data-tooltip-location="right"]:before {
  transform: translate(var(--arrow-size), 50%) scale(0.5);
}

[data-tooltip-location="right"]:hover:before {
  transform: translate(var(--arrow-size), 50%) scale(1);
}

[data-tooltip-location="right"]:after {
  border-width: var(--arrow-size) var(--arrow-size) var(--arrow-size) 0px;
  border-color: transparent rgba(55, 64, 70, 0.9) transparent transparent;
  transform-origin: right;
  transform: translateY(50%) scaleX(0);
}

[data-tooltip-location="right"]:hover:after {
  transform: translateY(50%) scaleX(1);
}

/* BOTTOM */
[data-tooltip-location="bottom"]:before,
[data-tooltip-location="bottom"]:after {
  top: calc(100% + var(--arrow-size) + 5px);
  bottom: auto;
}

[data-tooltip-location="bottom"]:before {
  transform: translate(-50%, var(--arrow-size)) scale(0.5);
}

[data-tooltip-location="bottom"]:hover:before {
  transform: translate(-50%, var(--arrow-size)) scale(1);
}

[data-tooltip-location="bottom"]:after {
  border-width: 0px var(--arrow-size) var(--arrow-size) var(--arrow-size);
  border-color: transparent transparent var(--tooltip-color) transparent;
  transform-origin: bottom;
}
/*offers new*/
.offers-wrap{
  border: 1px solid #f1ebeb;
  border-radius: 7px;
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  background: #f1f1f1;
  min-height: 118px;
  display: flex;
  visibility: hidden;
}
.offers-wrap .offers-action-btn a{
  color: var(--color-pantone-process-blue-c);
  background: transparent;
  border-color: var(--color-pantone-process-blue-c);
}
.offers-logo {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.offers-logo img {
  object-fit: contain;
  width: 85px;
  height: 85px;
  background: #fff;
  border-radius: 8px;
}

.shimmer-section {
  display: block;
}
.shimmer-animation {
  animation: shimmer 3s;
  animation-iteration-count: infinite;
  background: linear-gradient(to right, #fdfcfc 5%, #f2f2f2 25%, #f2f2f3 35%);
  background-size: 1000px 100%;
  border-radius: 5px;
}
.shimmer-animation.image-wrap {
  border-radius: 0 50px 50px 0;
}
.shimmer-animation.image-wrap .loader-shimmer-banner {
  height: 118px;
}

.loader-shimmer-banner {
  min-height: 118px;
  background-size: cover;
}

.animate {
  animation: shimmer 3s;
  animation-iteration-count: infinite;
  background: linear-gradient(to right, #fdfcfc 5%, #f2f2f2 25%, #f2f2f3 35%);
  background-size: 1000px 100%;
  border-radius: 5px;
}
@keyframes shimmer {
  from {
    background-position: -1000px 0;
  }
  to {
    background-position: 1000px 0;
  }
}

/* Thumbnail settings */
@media (max-width: 768px) {
  [data-tooltip]:after {
    bottom: calc(100% + 3px);
  }

  [data-tooltip]:after {
    border-width: 7px 7px 0px 7px;
  }

  [data-tooltip]:before,
  [data-tooltip]:after {
    left: -92px;
    bottom: calc(70% + var(--arrow-size));
  }

  .rtl [data-tooltip]:before,
  .rtl [data-tooltip]:after {
    left: 18%;
    bottom: calc(70% + var(--arrow-size));
  }

  [data-tooltip]:hover:before {
    transition-delay: 0.3s;
    /* transform: translate(-70%, calc(0px - var(--arrow-size))) scale(1); */
    transform: translate(-40px, calc(0px - var(--arrow-size))) scale(1);
    max-width: 200px;
  }

  [data-tooltip]:hover:after {
    content: none;
  }

  .mt-mob-0 {
    margin-top: 0px !important;
  }

  body .mob-mt-8 {
    margin-top: 8px;
  }

  .mob-p-16 {
    padding: 16px;
  }

  .mob-px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .heading_main {
    margin-bottom: 12px !important;
  }

  .offers-item .heading_main {
    margin-bottom: 8px !important;
  }

  .border-space {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .section-border-mauz {
    width: 91px;
  }

  .mob_py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  div.wpforms-container-full {
    margin: 9px auto 64px auto !important;
  }

  body .iti__selected-flag,
  div.wpforms-container .wpforms-form .iti__selected-flag,
  div.wpforms-container-full .wpforms-form .iti__selected-flag,
  #wpforms-conversational-form-page .iti__selected-flag {
    padding: 0 6px 0 0px !important;
  }
}

/**For Lower Resolution below to 700**/
@media screen and (max-height: 700px) {
  @media screen and (min-width: 1280px) {
    .attraction_box img {
      aspect-ratio: 358/358;
    }

    .explore .detail_box_w {
      height: 299px;
    }

    .min-h-100vh {
      min-height: 100vh;
    }
  }
}

/* For Higher Resolution Section Align Center */
@media screen and (min-height: 1440px) {
  @media screen and (min-width: 1981px) {
    .single-experience .fp-section {
      min-height: 100vh !important;
      display: flex !important;
      align-items: center;
    }

    .single-experience .explore .detail_box_w {
      height: 635px;
    }
  }
}

/**For Lower Resolution below to 600**/
@media screen and (max-height: 600px) {
  @media screen and (min-width: 1280px) {
    .attraction_box img {
      aspect-ratio: 424/310;
    }

    .explore .detail_box_w {
      height: 200px;
    }

    .min-h-100vh {
      min-height: 100vh;
    }
  }
}
