@charset "UTF-8";
.heading-wrapper {
  position: relative;
  min-height: 48px;
}
.heading-wrapper .waved-heading {
  position: absolute;
  display: block;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: -0.025em;
  line-height: 45px;
  user-select: none;
}
.heading-wrapper .waved-heading .waved {
  padding-left: 3px;
  white-space: nowrap;
}
.heading-wrapper .waved-heading .waved > span {
  position: relative;
  display: inline-block;
}
.heading-wrapper .waved-heading .waved > span > span {
  position: relative;
  z-index: 2;
}
.heading-wrapper .waved-heading .waved > span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150%;
  height: 100%;
  border-radius: 50%;
  translate: -50% -50%;
  transform: skew(-20deg);
  background: #ec8011;
  background: linear-gradient(147deg, rgb(236, 128, 17) 38%, rgb(183, 94, 2) 94%);
}
.heading-wrapper .heading {
  position: relative;
  display: block;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: -0.025em;
  margin-bottom: 8px;
  color: #928259;
  line-height: 45px;
  z-index: 1;
}
.heading-wrapper .heading span {
  color: #ffffff;
  padding-left: 3px;
  padding-right: 6px;
}

.waved-heading,
.heading,
.subtitle {
  width: 100%;
  text-align: start;
}

.subtitle {
  padding-bottom: 0.5rem;
  font-weight: bold;
  font-size: 18px;
  font-size: 16px;
  letter-spacing: 1px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button::before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
}
.slick-prev::before,
.slick-next::before {
  font-size: 40px;
  opacity: 99;
  color: #949494;
  color: white;
  font-family: "slick";
  line-height: 1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
}

.slick-prev:before {
  content: "←";
}

.slick-next:before {
  content: "→";
}

.slick-next {
  right: 19px;
}

.slider__counter {
  bottom: 17px;
  position: absolute;
  float: right;
  right: 25px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 5px 25px 5px 25px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .slick-prev {
    left: 6px;
  }
  .slick-next {
    right: 15px;
  }
  .slick-prev:before,
  .slick-next:before {
    font-size: 30px;
  }
  .slider__counter {
    padding: 2px 15px 2px 15px;
    font-size: 14px;
    bottom: 20px;
    right: 22px;
  }
}
img[data-src] {
  opacity: 0;
  visibility: hidden;
}

.stage {
  position: absolute;
}

.dot-pulse {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  color: #45424B;
  box-shadow: 9999px 0 0 -5px;
  animation: dot-pulse 1.6s 0.25s infinite linear;
}
.dot-pulse::before, .dot-pulse::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  color: #45424B;
}
.dot-pulse::before {
  box-shadow: 9984px 0 0 -5px;
  animation: dot-pulse-before 1.6s 0s infinite linear;
}
.dot-pulse::after {
  box-shadow: 10014px 0 0 -5px;
  animation: dot-pulse-after 1.6s 0.5s infinite linear;
}

@keyframes dot-pulse {
  0% {
    box-shadow: 9999px 0 0 -5px;
  }
  30% {
    box-shadow: 9999px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9999px 0 0 -5px;
  }
}
@keyframes dot-pulse-before {
  0% {
    box-shadow: 9984px 0 0 -5px;
  }
  30% {
    box-shadow: 9984px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9984px 0 0 -5px;
  }
}
@keyframes dot-pulse-after {
  0% {
    box-shadow: 10014px 0 0 -5px;
  }
  30% {
    box-shadow: 10014px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 10014px 0 0 -5px;
  }
}
.more-button {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.more-button a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  background: transparent;
  color: #27412B;
  border: 1.5px solid #27412B;
  padding: 10px 32px;
  border-radius: 32px;
  outline: 0;
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all 0.2s;
}
.more-button a:hover {
  background: #ffb652;
  border-color: #ffb652;
  color: #fff;
}
@media (max-width: 767px) {
  .more-button a {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .more-button a {
    width: 90%;
  }
}

body {
  /* Header Section */
  /* Adventures Area */
  /* Top Tours Area */
  /* Images Gallery Section */
  /* Celebrity Visits Area */
  /* Footer Section */
  /** 
   * single.php Page Responsive Styles 
  */
  /* media container Section */
  /* Page Title Header Section */
  /* Media Container Section */
  /* Product Promo Section */
  /* Booking Assistant Area */
  /** 
   * single.php Page Responsive Styles 
  */
}
@media (max-width: 1199px) {
  body #header #navbarNav ul li a {
    padding: 6px 8px;
    font-size: 15px;
  }
  body #header #menu-toggle {
    display: block;
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  body #header {
    /* Responsive Menu Toggle  */
    /* #header > #menu-toggle Effect Css */
  }
  body #header #navbarNav ul li a {
    padding: 8px 14px;
    font-size: 16px;
  }
  body #header #menu-toggle {
    display: block;
    margin-left: auto;
    width: 50px;
    height: 50px;
    position: relative;
    cursor: pointer;
    background: transparent;
    border-radius: 5px;
  }
  body #header #menu-toggle span {
    display: block;
    background: #ccc;
    border-radius: 2px;
    transition: 0.25s ease-in-out;
    box-sizing: border-box;
  }
  body #header #menu-toggle:hover {
    background: transparent;
  }
  body #header #menu-toggle #hamburger {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
  }
  body #header #menu-toggle #hamburger span {
    width: 80%;
    height: 3px;
    position: relative;
    top: 10%;
    left: 10%;
    margin: 8px 0;
  }
  body #header #menu-toggle #hamburger span:nth-child(1) {
    transition-delay: 0.5s;
  }
  body #header #menu-toggle #hamburger span:nth-child(2) {
    transition-delay: 0.625s;
  }
  body #header #menu-toggle #hamburger span:nth-child(3) {
    transition-delay: 0.75s;
  }
  body #header #menu-toggle #cross {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    transform: rotate(45deg);
  }
  body #header #menu-toggle #cross span:nth-child(1) {
    height: 0%;
    width: 3px;
    position: absolute;
    top: 10%;
    left: 46%;
    transition-delay: 0s;
  }
  body #header #menu-toggle #cross span:nth-child(2) {
    width: 0%;
    height: 3px;
    position: absolute;
    left: 10%;
    top: 48%;
    transition-delay: 0.25s;
  }
  body #header #menu-toggle[aria-expanded=true] #hamburger span {
    width: 0%;
  }
  body #header #menu-toggle[aria-expanded=true] #hamburger span span:nth-child(1) {
    transition-delay: 0s;
  }
  body #header #menu-toggle[aria-expanded=true] #hamburger span span:nth-child(2) {
    transition-delay: 0.125s;
  }
  body #header #menu-toggle[aria-expanded=true] #hamburger span span:nth-child(3) {
    transition-delay: 0.25s;
  }
  body #header #menu-toggle[aria-expanded=true] #cross span:nth-child(1) {
    height: 80%;
    transition-delay: 0.625s;
  }
  body #header #menu-toggle[aria-expanded=true] #cross span:nth-child(2) {
    width: 80%;
    transition-delay: 0.375s;
  }
}
@media (max-width: 399px) {
  body #adventures .single-adventure .adventure-img {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 349px) {
  body #adventures .single-adventure .adventure-img {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 299px) {
  body #adventures .single-adventure .adventure-img {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 767px) {
  body .top-tours .tour .pack-price {
    font-size: 19px;
    padding: 0 15px;
  }
  body .top-tours .tour .pack-price del {
    font-size: 19px;
  }
}
@media (max-width: 575px) {
  body .top-tours .tour .details .label {
    font-size: 15px;
  }
  body .top-tours .tour .details .title {
    font-size: 22px;
  }
  body .top-tours .tour .details .tour-info .tour-features .tour-feature {
    font-size: 14px;
  }
  body .top-tours .tour .details .price .old-price .label {
    font-size: 16px;
  }
  body .top-tours .tour .details .price .old-price .price {
    font-size: 16px;
  }
  body .top-tours .tour .details .price .activity-price .price {
    font-size: 20px;
  }
  body .top-tours .tour .details .price .activity-price .caption {
    font-size: 16px;
  }
  body .top-tours .tour .details .tour-btn {
    font-size: 20px;
  }
}
@media (min-width: 1113px) and (max-width: 1299px) {
  body .top-tours .tour .thumbnail img {
    height: 165px;
  }
}
@media (min-width: 992px) and (max-width: 1112px) {
  body .top-tours .tour .thumbnail img {
    height: 155px;
  }
}
@media (min-width: 841px) and (max-width: 992px) {
  body .top-tours .tour .thumbnail img {
    height: 200px;
  }
}
@media (min-width: 650px) and (max-width: 768px) {
  body .top-tours .tour .thumbnail img {
    height: 170px;
  }
}
@media (min-width: 541px) and (max-width: 575px) {
  body .top-tours .tour .thumbnail img {
    height: 200px;
  }
}
@media (min-width: 576px) and (max-width: 649px) {
  body .top-tours .tour .thumbnail img {
    height: 150px;
  }
}
@media (min-width: 361px) and (max-width: 420px) {
  body .top-tours .tour .thumbnail img {
    height: 170px;
  }
}
@media (min-width: 321px) and (max-width: 360px) {
  body .top-tours .tour .thumbnail img {
    height: 150px;
  }
}
@media (max-width: 320px) {
  body .top-tours .tour .thumbnail img {
    height: 130px;
  }
}
@media (max-width: 991px) {
  body .gallery .grid .effect-overlay p {
    display: none;
  }
}
@media (max-width: 1199px) {
  body .celebrity-visits-info .famous-card .famous-info {
    padding: 15px;
    height: 55px;
  }
}
@media (max-width: 575px) {
  body .celebrity-visits-info .famous-card .famous-info {
    padding: 8px;
    height: 40px;
  }
}
@media (max-width: 405px) {
  body .celebrity-visits-info .famous-card .famous-info {
    height: 55px;
  }
}
@media (max-width: 360px) {
  body .celebrity-visits-info .famous-card .famous-info {
    height: 45px;
  }
}
@media (max-width: 1199px) {
  body .celebrity-visits-info .famous-card .famous-info .famous-name {
    font-size: 22px;
  }
}
@media (max-width: 405px) {
  body .celebrity-visits-info .famous-card .famous-info .famous-name {
    font-size: 19px;
  }
}
@media (max-width: 360px) {
  body .celebrity-visits-info .famous-card .famous-info .famous-name {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  body #footer .payment-channels ul {
    width: 100%;
  }
}
@media (min-width: 575px) and (max-width: 767px) {
  body #footer .payment-channels ul {
    width: 50%;
  }
}
@media (max-width: 991px) {
  body .page-title-header .page-title_wrapper .page-title {
    font-size: 32px;
  }
  body .page-title-header .page-title-label {
    font-size: 17px;
  }
}
body .media-container .media-items-wrapper.slick-initialized.single-page-media-slider .media-item {
  display: block;
}
@media (max-width: 991px) {
  body .media-container .media-items-wrapper .media-item:first-child {
    grid-column: span 4/span 4;
    grid-row: span 4/span 4;
  }
  body .media-container .media-items-wrapper .media-item:not(:first-child) {
    display: none;
  }
  body .media-container .media-items-wrapper .media-item:nth-child(-n+5) img {
    border-radius: unset;
  }
}
@media (max-width: 991px) {
  body .media-container .media-items-wrapper .media-item img {
    min-height: unset;
    max-height: unset;
    height: 400px;
  }
}
@media (max-width: 767px) {
  body .media-container .media-items-wrapper .media-item img {
    height: 300px;
  }
}
@media (max-width: 575px) {
  body .media-container .media-items-wrapper .media-item img {
    height: 240px;
  }
}
@media (max-width: 767px) {
  body .product-promo .promo-prices {
    justify-content: center;
  }
  body .product-promo .promo-prices .activity-price {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  body .product-promo .promo-label {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  body .product-promo .promo-prices-notification {
    text-align: center;
  }
}
@media (max-width: 1199px) {
  body .product-promo .promo-actions button {
    max-width: 100%;
    padding: 10px 24px;
  }
}
@media (max-width: 1199px) {
  body .product-promo .promo-actions button {
    margin: 0 auto;
  }
}
@media (max-width: 1199px) {
  body .booking-assistant .SidebarWrapper .bookingItineraryCard {
    max-width: 405px;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  body .booking-assistant .SidebarWrapper .bookingItineraryCard {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  body {
    /* Tour Overview Section */
    /* Package Details Section */
  }
  body .tour-overview .overview-content {
    font-size: 21px;
    line-height: 30px;
  }
  body .package-details ul li {
    font-size: 21px;
    line-height: 25px;
  }
  body .package-details ul li svg {
    width: 21px;
    height: 21px;
  }
}
/*# sourceMappingURL=responsive.css.map */
