/* NAVBAR STYLE */


.navbar-custom {
  background-color: white;
  color: black;
}

.nav-item :hover {
  background-color: RGB(254, 245, 2);
  color: black
}


/* HERO  */
.hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(../Images/hero3.jpeg);
  background-repeat: no-repeat;
  text-align: center;
  color: white;
  background-position: center;
  background-size: cover;
  height: 80vh;
}

.hero-content {
  text-align: center;
  position: absolute;
  top: 40%;
  width: 100%;

}


/* TOURS  */

.heading {
  text-align: center;
  padding: 20px;

}


/* float whatsapp button */

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 38px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}






/* BUTTONS */

.btn-theme {
  background-color: RGB(254, 245, 2);
  border: none;
  color: black;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;


}


.btn-theme {
  transition: 0.4s;
}

.btn-theme:hover {
  background-color: black;
  color: RGB(254, 245, 2);

}




/* GENERAL THEME STYLES */

.theme-line {
  margin-left: 10%;
  margin-right: 10%;
  border-width: 5px;
  color: black;
  background-color: black;
}

.card-img-top {
  width: 100%;
  height: 15vw;
  object-fit: cover;
}

.tours {
  /* background-color:rgb(247, 246, 198) ; */
  /* background-color: rgb(250, 249, 225); */
  padding: 30px;
}

.card {

  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.features-card {
  background-color: rgb(250, 247, 155);
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.2);
}

/* ADVANTAGES */

.advantages {
  background-color: rgb(250, 249, 225);
  margin-top: 10px;
  padding: 30px;
}

.col-br {
  border-right-style: solid;
  border-color: black;

}

.adv-img {
  width: 80px;
  height: 80px;
  margin-top: 5%;

}




/* FREQUENTLY ASKED QUESTION */

.freq-ques {
  padding: 38px;
}

.accordion-button:focus {
  background-color: rgb(250, 247, 155);
  font-weight: bold;

}








/* Gallery*/



.gallery {
  background-color: rgb(250, 249, 225);
  padding: 60px;

}

.wrapper {
  max-width: 100%;
  width: 100%;
  position: relative;
}

.wrapper i {
  top: 50%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  position: absolute;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}

.wrapper i:active {
  transform: translateY(-50%) scale(0.85);
}

.wrapper i:first-child {
  left: -50px;
}

.wrapper i:last-child {
  right: -50px;
}

.wrapper .carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 12px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.carousel::-webkit-scrollbar {
  display: none;
}

.carousel.no-transition {
  scroll-behavior: auto;
}

.carousel.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.carousel.dragging .card {
  cursor: grab;
  user-select: none;
}

.carousel :where(.card, .img) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel .card {
  scroll-snap-align: start;
  height: 342px;
  list-style: none;
  background: #fff;
  cursor: pointer;
  padding-bottom: 15px;
  flex-direction: column;
  border-radius: 8px;
}

.carousel .card .img {
  height: 100%;
  width: 100%;
}

.card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 4px solid #fff;
}

.carousel .card h2 {
  font-weight: 500;
  font-size: 1.56rem;
  margin: 30px 0 5px;
}

.carousel .card span {
  color: #6A6D78;
  font-size: 1.31rem;
}



/* Upcoming Trips Sidebar */

.card-header {
  background-color: rgb(250, 247, 155);
  text-align: center;
}

/* Upcoming Trips on mobile only */
.mobile_pricing {
  margin-top: 1rem;
  display: none;
}

/* FOOTER */

footer {
  background-color: rgb(250, 247, 155);
  color: black;

}



/* destination pages */

.description {
  padding: 0%;
}

.desc-img {
  height: 150px;
  width: 250px;
  padding: 5px;
}

.desc-h {
  font-weight: bold;
}

.alt-row {
  background-color: rgb(250, 249, 225);
  padding: 8px;
  ;
}

.contact-card {
  text-align: center;
  background-color: rgb(250, 249, 225);
}


/* inclusion exclusion */

.inclusions .card {
  box-shadow: none;


}

.inclusion-list {
  list-style-type: none;
  padding: 0;
}

.inclusion-item {
  display: flex;
  align-items: center;
  margin: 10px 0;
  font-size: 18px;
}

.inclusion-item i {
  font-size: 24px;
  margin-right: 10px;
  color: green;
}

.exclusion-list {
  list-style-type: none;
  padding: 0;
}

.exclusion-item {
  display: flex;
  align-items: center;
  margin: 10px 0;
  font-size: 18px;
}

.exclusion-item i {
  font-size: 24px;
  margin-right: 10px;
  color: #dc3545;
}



/* pickup point */


.pickup-list {
  list-style-type: none;
  padding: 0;
}

.pick-item {
  display: flex;
  align-items: center;
  margin: 10px 0;
  font-size: 18px;
}

.pick-item i {
  font-size: 24px;
  margin-right: 10px;
  color: #0d6efd;
}
.pick-location {
  display: flex;
  flex-direction: column;
}

.pickup-links {
  margin-top: 4px; /* Adds space above the link */
  font-size: 0.9em;
  padding-left: 34px; /* Indent to align nicely under location text */
}

.pickup-links a {
  color: #0d6efd;
  text-decoration: none;
}

.pickup-links a:hover {
  text-decoration: underline;
}

/* IMAGE GALLERY */

.carousel-item img {
  height: 500px;
  object-fit: cover;
}


/* CALENDAR */
.card-header {
  display: flex;
  align-items: center;
  text-align: center;
}

.card-header i {
  font-size: 1.5em; /* Adjust size as needed */
  color: black;
  margin-right: 8px; /* Space between icon and heading */
}

.card-header h5 {
  margin: 0; /* Remove default margins */
}

/* Booking form */
.bookingForm {
  margin-right: 2rem;
  margin-left: 2rem;
  overflow-y: auto; /* Add this to enable scrolling if the content exceeds the height */
}
/* Breakpoints for mobile devices*/

@media screen and (max-width: 900px) {
  .wrapper .carousel {
    grid-auto-columns: calc((100% / 2) - 9px);
  }
}


@media screen and (max-width: 600px) {
  .hero-content {
    text-align: center;
    position: absolute;
    top: 60%;
    width: 100%;


  }

  .col {
    width: 100%;
  }

  .card-img-top {
    height: 20rem;
    object-fit: cover;
  }

  .col-br {
    border-right-style: none;
    border-bottom-style: solid;
    border-color: black;

  }

  .adv-img {
    width: 100px;
    height: 100px;
    display: block;
    margin-right: auto;
    margin-left: auto;


  }

  .accordion {
    max-width: 100%;
    padding: 10px;
  }

  .wrapper .carousel {
    grid-auto-columns: 100%;
  }

  .carousel-item img {
    height: 300px;
    object-fit: cover;
  }

  .card {

    box-shadow: none;

  }

  .pick-img {
    height: 400px;
    width: 100%;

  }

  .inclusion-item {
    display: flex;
    align-items: center;
    margin: 10px 0;
    font-size: 16px;
  }

  .exclusion-item {
    display: flex;
    align-items: center;
    margin: 10px 0;
    font-size: 16px;
  }

  .pick-item {
    display: flex;
    align-items: center;
    margin: 10px 0;
    font-size: 16px;
  }

  /* Upcoming Trips on mobile only */
  .mobile_pricing {
    margin-top: 1rem;
    display: block;
  }
  .bookingForm {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    overflow-y: auto; /* Add this to enable scrolling if the content exceeds the height */
  }


}