/* Main Logo */

/* Top Tabs */
.sticky_nav_icon_continer {
  display: none;
  margin-left: 25%;
}

@media (max-width: 992px) {
  .sticky_nav_icon_continer {
    display: none !important;
  }
}

.sticky_nav_icon_continer .nav-item .nav-link {
  padding-top: 10px;
  padding-bottom: 5px;
  text-align: center;
  margin: 5px;
}

.sticky_nav_icon_continer .nav-item .dropdown-toggle img {
  display: block;
  padding-left: 5px;
}

@media (max-width: 480px) {
  .sticky_nav_icon_continer .nav-item .dropdown-toggle img {
    width: 20px;
  }

  .icon_container li > a > p {
    margin-bottom: 0px;
    font-size: 9px !important;
  }
}

#explorer_dropdown {
  display: none;
}

@media (max-width: 992px) {
  #explorer_dropdown {
    display: block;
  }
}

.sticky_nav_icon_continer .nav-link.active {
  color: #232f3e;
  background-color: #ffffff;
  border-bottom: 2px solid #232f3e;
}

/* Header Carousel */
@media (min-width: 1080px) {
  .carousel-caption {
    margin-bottom: 160px;
    margin-right: 300px;
    z-index: 2;
  }
}

@media (max-width: 992px) {
  #animated_text {
    display: none;
  }
}

.header-carousel-inner {
  height: 100vh;
  margin-top: -75px;
}

@media (max-width: 1280px) {
  .header-carousel-inner {
    height: 80vh;
    margin-top: -75px;
  }
}

@media (max-width: 1024px) {
  .header-carousel-inner {
    height: 50vh;
    margin-top: -75px;
  }
}

@media (max-width: 768px) {
  .header-carousel-inner {
    height: 40vh;
    margin-top: -15px;
  }
}

@media (max-width: 480px) {
  .header-carousel-inner {
    height: 25vh;
    margin-bottom: -45px;
    margin-top: -40px;
  }
}

.image-topbar {
  width: 100%;
  height: 200px;
}

.productCard_discountTag-upcoming {
  display: flex;
  position: absolute;
  z-index: 3;
  width: max-content;
  background-image: radial-gradient(
    circle farthest-corner at -0.1% 100.8%,
    rgba(0, 234, 255, 1) 0.2%,
    rgba(0, 124, 255, 1) 59.1%,
    rgba(198, 0, 255, 1) 100.2%
  );
  margin-top: 15px;
  height: 22px;
  align-items: center;
  color: #fff;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 8px;
}

@media screen and (max-width: 768px) {
  .productCard_discountTag-upcoming {
    width: 60%;
    height: 12px;
    margin-top: -0px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.img-upcoming {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .img-upcoming {
    height: 100%;
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-8px);
  }

  60% {
    transform: translateY(-7px);
  }
}

.upcoming-img {
  border-radius: 8px;
}

.offer-card-container {
  margin: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
  /* Full height of the viewport */
  /* Example background color */
}

.titles-subheadings {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  /* Remove gaps between items */
  font-family: "Arial", sans-serif;
  font-size: 1.2rem;
  padding: 5px;
  /* Background color for the container */
  border-radius: 8px;
  /* Optional: rounded corners for the container */
}

.titles-subheadings {
  display: flex;
  flex-wrap: wrap;
  font-family: "Arial", sans-serif;
  font-size: 1.2rem;
}

/* Content Container */
.content-container {
  text-align: center;
}

/* Destiny Card Styles */
body-destiny {
  width: 100vw;
  height: 100vh;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #191c29;
}

.card-destiny {
  --card-height: 300px;
  --card-width: calc(var(--card-height) / 1.2);
  width: var(--card-width);
  height: var(--card-height);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  perspective: 2500px;
  margin: 0 10px;
  text-align: center; /* Center align the title */
}

@media screen and (max-width: 768px) {
  .card-destiny {
    width: 180px;
  }
}

@media screen and (max-width: 570px) {
  .card-destiny {
    width: 350px;
  }
}

@media screen and (max-width: 470px) {
  .card-destiny {
    width: 250px;
  }
}

.cover-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.wrapper-destiny {
  transition: all 0.5s;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.card-destiny:hover .wrapper-destiny {
  transform: scale(1.1);
  /* transform: perspective(900px) translateY(-2%) rotateX(10deg) translateZ(0);
  box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75); */
}

.wrapper-destiny::before,
.wrapper-destiny::after {
  content: "";
  opacity: 0;
  width: 100%;
  height: 80px;
  transition: all 0.5s;
  position: absolute;
  left: 0;
}

.wrapper-destiny::before {
  top: 0;
  height: 100%;
  background-image: linear-gradient(
    to top,
    transparent 46%,
    rgba(12, 13, 19, 0.5) 68%,
    rgba(12, 13, 19) 97%
  );
}

.wrapper-destiny::after {
  bottom: 0;
  opacity: 1;
  background-image: linear-gradient(
    to bottom,
    transparent 46%,
    rgba(12, 13, 19, 0.5) 68%,
    rgba(12, 13, 19) 97%
  );
}

.card-destiny:hover .wrapper-destiny::before,
.wrapper-destiny::after {
  opacity: 1;
}

.card-destiny:hover .wrapper-destiny::after {
  height: 120px;
}

.character {
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  z-index: -1;
}

.card-destiny:hover .character {
  opacity: 1;
  transform: translate3d(0%, -15%, 50px);
}

.my_card {
  position: relative;
}

.banner {
  position: absolute;
  top: 10;
  width: 80%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  padding: 10px;
  font-size: 18px;
}

/* Destination Item */
.destination-item img {
  transition: 0.5s;
}

.destination-item:hover img {
  transform: scale(1.3);
}

.destination-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  align-items: center; /* Centers horizontally */
  justify-content: center; /* Centers vertically */
  background: ;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: 0.5s;
  z-index: 1;
}

.text-white {
  color: white;
}

.destination-item:hover .destination-overlay {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-width: 0px;
}

/* Themes Card */
.card-overlay-heading {
  display: flex;
  flex-direction: column;
  justify-content: center; /* Center vertically */
  align-items: center; /* Center horizontally */
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px 20px;
  font-size: 34px;
  font-weight: bold;
  z-index: 10;
  width: 100%;
  height: 100%;
  text-align: center;
}

.card-overlay-heading small {
  font-size: 14px;
}

.overlay-button {
  margin-top: 15px; /* Adjust spacing as needed */
  padding: 10px 30px;
  background: #FB7135;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
}

.overlay-button:hover {
  background-color: #FB7135; /* Adjust the hover color */
  transform: scale(0.9);
}

@media screen and (max-width: 768px) {
  .card-overlay-heading {
    font-size: 24px;
  }
  .card-overlay-heading small {
    font-size: 10px;
  }
  .overlay-button {
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
  }
  .carousel-indicators {
    display: none;
  }
}

/* Offer Card */
.offer-card-large {
  position: absolute;
  right: 150px; /* Adjust the initial right position as needed */
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  z-index: 3;

  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 460px; /* Adjust height as needed */
  width: 300px; /* Adjust width as needed */
  overflow: hidden;
}

/* Media Queries for Responsive Adjustments */
@media (max-width: 1200px) {
  .offer-card-large {
    right: 100px; /* Adjust right position for smaller screens */
  }
}

@media (max-width: 992px) {
  .offer-card-large {
    position: absolute; /* Ensure the element is positioned relative to its nearest positioned ancestor */
    left: 50%;
    transform: translate(
      -50%,
      50%
    ); /* Center horizontally and apply the vertical translation */
    height: 100%; /* Adjust height as needed */
    width: 300px;
    margin: 20 0;
  }
}

@media (max-width: 768px) {
  .offer-card-large {
    position: absolute; /* Ensure the element is positioned relative to its nearest positioned ancestor */
    left: 50%;
    transform: translate(
      -50%,
      50%
    ); /* Center horizontally and apply the vertical translation */
    height: 100%; /* Adjust height as needed */
    width: 300px;
    margin: 20 0;
  }
}

.offer-card-small {
  position: relative;
  align-self: center;
  justify-self: center;
  background-color: white;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  height: 400px; /* Adjust height as needed */
  width: 400px; /* Adjust width as needed */
  overflow: hidden;
}

.offer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); /* Black film with 50% opacity */
  z-index: 2;
}

.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Black film with 50% opacity */
  z-index: 2;
}

.offer-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-fit: cover;
  z-index: 1;
}

.offer-text {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
}

.offer-button {
  background-color: #666;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 3px;
  cursor: pointer;
  align-self: center;
  z-index: 2;
}

.offer-card-top-title {
  background-image: radial-gradient(
    circle farthest-corner at -0.1% 100.8%,
    rgba(0, 234, 255, 1) 0.2%,
    rgba(0, 124, 255, 1) 59.1%,
    rgba(198, 0, 255, 1) 100.2%
  );
  width: 100%;
  height: 50px;
  align-content: center;
  justify-content: center;
}

@keyframes bounce-off {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px); /* Bounce up */
  }
  60% {
    transform: translateY(-2px); /* Bounce down */
  }
}

.offer-card-top-off {
  animation: bounce-off 2s infinite;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  color: #FB7135;
}

.offer-card-top-sub-title-main {
  margin: 10px;
  font-size: 20px;
  margin-bottom: -2px;
}

.offer-button:hover {
  background-color: #666;
}

/* Product Card Discount Tag */
.productCard_discountTag__bJQTv {
  display: flex;
  position: absolute;
  z-index: 3;
  width: max-content;
  background-image: radial-gradient(
    circle farthest-corner at -0.1% 100.8%,
    rgba(0, 234, 255, 1) 0.2%,
    rgba(0, 124, 255, 1) 59.1%,
    rgba(198, 0, 255, 1) 100.2%
  );
  margin-top: 15px;
  height: 22px;
  align-items: center;
  color: #fff;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 8px;
}

/* Card Trek Name */
.card-trek-name {
  font-size: 1rem;
  margin-top: -5px;
}

/* New Navigation Style */
.new-nav-style {
  background-color: transparent;
}

.twPc-div {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e1e8ed;
  border-radius: 6px;
  height: auto;
  box-shadow: 2px 2px 5px grey;
  width: 100%;
  margin-top: 15px;
  padding: 5px;
}

.redBdr {
  width: 33px;
  height: 1px;
  background: #eb2026;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  margin-top: -9px;
  margin-bottom: 9px;
  display: flex;
}

.twPc-avatarLink {
  background-color: #fff;
  border-radius: 6px;
  float: left;
  margin: -25px 0px 0 0px;
  max-width: 100%;
  padding: 1px;
  vertical-align: bottom;
}

.twPc-avatarImg {
  border: 0px solid #fff;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  width: 100%;
}

.twPc-divUser {
  background-color: white;
  width: 100%;
  padding: 5px;
  cursor: pointer;
}

.twPc-divName {
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
}

.view_Detail {
  font-size: 12px;
}

@media (max-width: 1200px) {
  .twPc-divName {
    font-size: 12px;
  }

  .view_Detail {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  .twPc-divName {
    font-size: 12px;
  }

  .view_Detail {
    font-size: 10px;
  }
}

@media (max-width: 449px) {
  .twPc-divName {
    font-size: 10px;
  }

  .view_Detail {
    font-size: 8px;
  }
}

.greyText {
  color: darkgray;
  font-size: 12px;
  cursor: pointer;
}

.cursor_pointer {
  cursor: pointer;
}

.view_all_front_of_recommended {
  color: #fff;
  background-color: #e74212;

  line-height: 15px;
  display: none;
  font-weight: 100;
  font-size: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

@media (max-width: 992px) {
  .view_all_front_of_recommended {
    display: inline;
  }

  .view_all_front_of_recommended:hover {
    display: inline;
    color: #e74212;
    background-color: #fff;
    border: 1px solid #e74212;
  }

  .card_view_all {
    display: none !important;
  }
}

.price-details {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 14%,
    rgba(205, 238, 255, 1) 100%
  );
  width: auto;
  height: 40px;
  margin-top: -10px;
  margin-left: -8px;
  margin-right: -8px;
  font-size: 1rem;
}

.price-details .tour-price {
  margin-left: 8px;
}

.glow-on-hover {
  width: 100%;
  height: 30px;
  color: #fff;
  background: #fff;
  position: relative;
  z-index: 0;

  font-size: 15px;
  margin-top: 0px;
  margin-left: 0px;

  border-radius: 5px;
  border: none;
  /* Remove border */
  outline: none;
  /* Remove black border on click */
}

.glow-on-hover:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FB7135;
  left: 0;
  top: 0;
  border-radius: 5px;
}

.glow-on-hover:focus {
  outline: none;
  /* Ensure no outline on focus */
}

.call-back-btn {
  width: 50px;
  height: 45px;
  color: #FB7135;
  background: #fff;
  position: relative;
  z-index: 0;
  border: 2px solid black;
  font-size: 15px;
  border-color: #FB7135;
  border-radius: 5px;
  /* Remove border */
  outline: none;
  /* Remove black border on click */
}

.call-back-btn:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-color: #FB7135;
  left: 0;
  top: 0;
  border-radius: 5px;
}

.call-back-btn:focus {
  outline: none;
  /* Ensure no outline on focus */
}

@media (max-width: 768px) {
  .glow-on-hover {
    min-width: 190px;
    height: 45px;
  }

  .call-back-btn {
    width: 60px;
    height: 45px;
  }
}

.main-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  /* Adjust columns to achieve desired layout */
  /* Adjust gap as needed */
  margin-top: 10px;
}

.sub-grid {
  display: grid;
  grid-template-rows: auto auto;
  align-items: center;
  justify-items: center;
  padding: 0px;
  border-radius: 4px;
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
}

.sub-grid.location {
  justify-self: start;
  /* Align to the start (left) */
}

.sub-grid.person {
  justify-self: end;
  /* Align to the end (right) */
}

.sub-grid i {
  color: #FB7135;
  font-size: 18px;
}

.icon-container {
  margin: 0px;
  /* Ensure no margin */
  padding: 0px;
  /* Ensure no padding */
}

.icon-container i {
  margin-left: 5px;
  color: #FB7135;
  font-size: 1rem;
}

.icon-container small {
  font-size: 0.7rem;
}

@media (max-width: 768px) {
  .icon-container small {
    font-size: 0.6rem;
  }
}

.productCard_reviewBox {
  width: 120px;
  display: flex;
  align-items: baseline;
  gap: 0px;
  padding: 0px;
  margin-top: -20px;
  justify-self: right;
  margin-right: -42px;
  border-radius: 4px;
  transition: background-color 0.3s, box-shadow 0.3s;
  cursor: pointer;

  position: absolute;
  /* Position the element absolutely */
  right: -30;
  /* Align it to the right end of the parent div */
}

.productCard_reviewIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #ffd604;
  margin-right: -5px;
}

.productCard_reviewRating {
  font-size: 0.8rem;
  font-weight: bold;
  color: black;
  margin-right: 5px;
  
}

.productCard_reviewRatingCount {
  font-size: 0.8rem;
  color: #666;
}

.ribbon-review {
  font-size: 12px;
  font-weight: bold;
  color: black;
  margin-right: 0px;
  margin-top: -5px;
  height: 22px;
  padding-left: 15px;

  position: absolute;
  top: 20px;
  right: 0;
  padding-inline: 0.25em;
  line-height: 1.8;
  background: white;

  --r: 0.8em;
  /* control the ribbon shape */
  clip-path: polygon(var(--r) 0, 100% 0, 100% 100%, var(--r) 100%, 0 50%);
}

.break-line {
  display: flex;
  align-items: center;
  margin: 30px 0;
  min-height: 2px;
  min-width: 1080px;
  background: linear-gradient(
    270deg,
    hsla(0, 0%, 100%, 0.05) -0.13%,
    hsla(0, 0%, 88%, 0.05) 0,
    #e0e0e0 49.17%,
    hsla(0, 0%, 88%, 0.05)
  );
}

.fading-line {
  border: none;
  height: 1px; /* Set the height to 1px */
  background: linear-gradient(
    to right,
    transparent,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  margin: 20px 0; /* Adjust the margin as needed */
  opacity: 0.4; /* Adjust the opacity to make it appear thinner */
}

/********** banner style ************/
.banner-inner-1 {
  padding-bottom: 43px;
}

.banner-inner {
  padding-bottom: 70px;
}
.banner-inner .thumb {
  position: relative;
}
.banner-inner .thumb img {
  position: relative;
  z-index: 3;
  border-radius: 5px;
}
.banner-inner .thumb.after-left-top {
  margin-left: 30px;
  margin-top: 30px;
}
.banner-inner .thumb.after-left-top:after {
  content: "";
  background: #ffbe00;
  position: absolute;
  left: -30px;
  top: -30px;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 5px;
}
.banner-inner .banner-details {
  margin-left: 50px;
}
.banner-inner .banner-details .post-meta-single {
  margin-bottom: 38px;
}
.banner-inner .banner-details .post-meta-single li {
  color: #ffffff;
}
.banner-inner .banner-details .post-meta-single li .tag-base {
  font-size: 20px;
  height: 42px;
  line-height: 42px;
  padding: 0 28px;
  border-radius: 5px;
}
.banner-inner .banner-details .post-meta-single li.date {
  font-size: 14px;
  margin-left: 17px;
}
.banner-inner .banner-details p {
  color: #fff;
  margin-top: 27px;
}
.banner-inner .banner-details h2 {
  color: #fff;
}
.banner-inner .banner-details .btn {
  margin-top: 32px;
}

.banner-inner-3 {
  margin-bottom: 58px;
}
.banner-inner-3 .thumb {
  margin-bottom: 20px;
  overflow: hidden;
}
.banner-inner-3 .thumb img {
  transform: scale(1.01);
  transition: 0.8s;
}
.banner-inner-3 .thumb:hover img {
  transform: scale(1.06);
}
.banner-inner-3 .author-meta span {
  color: var(--main-color);
}
.banner-inner-3 .author-meta .media-left img {
  border-radius: 50%;
}
.banner-inner-3 .single-post-wrap {
  margin-bottom: 20px;
}
.banner-inner-3 .single-post-wrap.style-overlay-bg .details {
  position: absolute;
  bottom: 0;
  padding: 18px 30px;
  z-index: 4;
  margin: 0;
  border: 5px solid var(--main-color);
  border-top: 0;
  background-color: rgba(0, 0, 0, 0.502);
  border-radius: 0 0 6px 6px;
  width: 100%;
}
.banner-inner-3 .single-post-wrap.style-overlay-bg .details p,
.banner-inner-3 .single-post-wrap.style-overlay-bg .details .title {
  color: #fff;
}
