@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
header .navbar {
  background-color: #FFFFFF;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
header .navbar .navbar-brand {
  color: #171717;
  margin: 0;
}
header .navbar .navbar-brand img {
  width: 100px !important;
}
header .navbar .navbar-brand span span {
  color: #171717;
}
header .navbar .navbar-toggler {
  color: #171717;
}
header .navbar .offcanvas {
  width: 100%;
  background-color: #116751;
}
header .navbar .offcanvas .offcanvas-header .offcanvas-title {
  color: #FFF;
  font-size: 15px;
}
header .navbar .offcanvas .offcanvas-header .offcanvas-title span {
  color: #F2E900;
}
header .navbar .offcanvas .offcanvas-header .mobile-image {
  max-width: 100px;
  /* Adjust the size of the logo as needed */
}
header .navbar .offcanvas .offcanvas-header .btn-close {
  border-radius: 50px;
}
header .navbar .offcanvas .offcanvas-body .navbar-nav {
  line-height: 30px;
}
header .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link {
  color: #FFF;
  text-transform: uppercase;
}
header .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item:hover .nav-link {
  color: #116751;
}
header .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item:hover .nav-link::after {
  content: "";
  display: block;
  border-bottom: 2px solid #116751;
}
header .active::after {
  content: "";
  display: block;
  border-bottom: 2px solid #116751;
  color: #116751;
}

#homeHero {
  position: relative;
  top: 0;
  width: 100%;
  height: 100vh;
}
#homeHero #heroCarousel .carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* Black overlay with 60% opacity */
  z-index: 1;
  /* Ensures the overlay is above the image */
}
#homeHero #heroCarousel .carousel-item img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* Ensures the image covers the area without distortion */
  position: relative;
  z-index: 0;
  /* Ensures the image is beneath the overlay */
}
#homeHero .homehero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: inherit;
  color: #fff;
  /* Text color white to contrast with dark overlay */
  z-index: 2;
  /* Ensures the content is above the overlay */
}
#homeHero h1 {
  color: #FFF;
  font-family: "Exo 2";
  font-size: 58px;
  font-weight: 800;
}
#homeHero h4 {
  color: #FFF;
  font-family: "Exo 2";
  font-weight: 700;
}
#homeHero a {
  display: inline-block;
  padding: 14px 20px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 13.272px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1.475px solid #FFF;
  border-radius: 54px;
}
#homeHero a:hover {
  background-color: #116751;
  color: #FFF;
  border: 1.475px solid #116751;
}

#hero {
  position: relative;
  top: 0;
  width: 100%;
  height: 400px;
}
#hero .hero-content {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#hero h1 {
  color: #FFF;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
  white-space: nowrap;
  font-family: "Playfair";
}
#hero h2 {
  width: -moz-max-content !important;
  width: max-content !important;
}

#homeHero {
  /* Add the overlay */
}
#homeHero img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
  width: 100%;
}
#homeHero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

#hero {
  /* Add the overlay */
}
#hero img,
#hero video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
#hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

#testemonialStyle {
  position: relative;
  top: 0;
  width: 100%;
  height: 400px;
  /* Add the overlay */
}
#testemonialStyle img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
#testemonialStyle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
#testemonialStyle .hero-content {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#testemonialStyle h1 {
  color: #FFF;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
  white-space: nowrap;
  font-family: "Playfair";
}

#homeDescription {
  background-color: rgba(16, 102, 80, 0.0509803922);
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#homeDescription .image-container {
  position: relative;
  /* Set the container as a reference for positioning the images */
  width: 400px;
  /* Set the desired width for the container */
  height: 400px;
  /* Set the desired height for the container */
  overflow: hidden;
  /* Prevent images from overflowing the container */
}
#homeDescription .contact-address {
  display: flex;
  align-items: center;
}
#homeDescription .contact-icon {
  margin-right: 5px;
}
#homeDescription img:hover {
  transform: scale(1.05);
  /* Scale the image on hover */
  border-radius: 10px;
}

#aboutUs h6 {
  font-weight: 600;
}
#aboutUs .list-icon {
  width: 32px;
  height: 32px;
  padding: 6px;
  background-color: #106650;
  border-radius: 8px;
  margin-right: 8px;
  box-sizing: content-box;
}

#contactUs h6 {
  font-weight: 600;
}
#contactUs .form-row {
  display: flex;
  flex-flow: wrap;
}
#contactUs .send-btn {
  border-radius: 30px;
  padding: 10px 30px;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  width: 100%;
  max-width: 250px;
}
#contactUs .send-btn:hover {
  background-color: #116751;
  color: #FFF;
  transition: background-color 0.3s ease;
}
#contactUs .send-btn i {
  margin-left: 8px;
}
#contactUs .form-control {
  border-radius: 4px;
  padding: 10px;
  width: 95%;
}
#contactUs .image-margin {
  margin-left: 10px;
}
#contactUs .contact-icon {
  width: 20px;
  height: 20px;
  padding: 8px;
  background-color: #106650;
  border-radius: 50px;
  margin-right: 10px;
  box-sizing: content-box;
  vertical-align: middle;
}
#contactUs .contact-address {
  display: flex;
  align-items: center;
}
#contactUs .contact-address a {
  text-decoration: none;
  color: #484848;
}
#contactUs .iframe-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
#contactUs .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#imagesSection .image-wrapper {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
  display: inline-block;
  border-radius: 10px;
}
#imagesSection .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
#imagesSection .image-text {
  position: absolute;
  bottom: 10px;
  left: 1rem;
  color: white;
  font-size: 18px;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: center;
  width: auto;
  max-width: 80%;
  font-family: "Playfair";
  font-weight: 700;
}
#imagesSection .image-wrapper img:hover {
  transform: scale(1.05);
}

#tourCarousel #tourCarousel .carousel-item {
  display: flex;
}
#tourCarousel .carousel-inner {
  overflow: hidden;
  /* Hides overflow for scrolling */
}
#tourCarousel .carousel-item {
  transition: transform 0.5s ease;
  /* Smooth transition for sliding */
}

footer {
  background-color: #106650;
  color: #FFF;
}
footer .row:first-child {
  padding: 50px 0 50px 0;
  border-bottom: 1px solid #FFF;
}
footer .row:first-child h6 {
  font-style: normal;
  font-weight: 500;
  line-height: 26.4px;
  margin: 0;
  margin-bottom: 15px;
  font-size: 22px;
  color: #FFF;
}
footer .row:first-child p {
  margin: 0;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: rgb(255, 255, 255);
}
footer .row:first-child ul {
  margin: 0;
}
footer .row:first-child ul li {
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  font-size: 15px;
}
footer .row:first-child ul li a {
  color: #FFF;
  text-decoration: none;
}
footer .row:first-child #footer-social-list li a {
  display: flex;
  width: 37px;
  height: 37px;
  padding: 15px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid rgb(255, 255, 255);
  background: #106650;
  color: rgb(255, 255, 255);
}
footer .row:first-child #footer-social-list li i {
  color: #ffffff;
}
footer .row:first-child #footer-contact-list li a {
  color: #E1E1E1;
  font-family: Prompt;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}
footer .row:first-child .contact-address {
  display: flex;
  align-items: center;
}
footer .row:first-child .contact-address div {
  color: #ffffff;
}
footer .row:first-child .contact-icon {
  width: 20px;
  height: 20px;
  padding: 8px;
  background-color: #ffffff;
  border-radius: 50px;
  margin-right: 10px;
  box-sizing: content-box;
  vertical-align: middle;
}
footer .row:last-child p {
  color: rgb(225, 225, 225);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}
footer .row:last-child p a {
  color: #FFF;
  text-decoration: none;
}
footer .address-spacing {
  line-height: 25px;
}

#tourCarousel .card {
  transition: transform 0.3s ease;
}

#tourCarousel .card-img-top {
  height: 13rem;
  transition: transform 0.3s ease;
}
#tourCarousel .card {
  overflow: hidden;
  /* This will ensure the image stays within the card */
}
#tourCarousel .card-img-top:hover {
  transform: scale(1.05);
  /* Scale the image on hover */
}

#experienceCarousel .active::after {
  content: "";
  display: block;
  border-bottom: none;
}

#tourCards {
  display: none !important;
}
#tourCards .card {
  height: 100%;
  /* Make the card take up the full height of the parent */
  display: flex;
  flex-direction: column;
  /* Allows for separating image, body, and footer/button */
}

.card-body {
  background-color: rgba(16, 102, 80, 0.0509803922);
}
.card-body div {
  align-items: baseline;
}
.card-body i {
  margin-right: 1rem;
  color: #106650;
}
.card-body p {
  color: #345867;
}
.card-body h5 {
  font-family: "Poppins";
}

.card-header {
  overflow: hidden;
  padding: 0;
}

.card-footer {
  border-top: 0;
}

#packages .nav-item .active::after {
  content: "";
  display: block;
  border-bottom: 2px solid #116751;
  color: #116751;
}
#packages .nav-link.active {
  color: #116751;
}
#packages .nav-link {
  color: rgba(53, 54, 64, 0.5019607843);
}
#packages .web-view {
  display: none;
}
#packages .mobile-view {
  display: inline;
}
#packages .tour-info {
  background-color: #f0f0f0;
  width: 100%;
  border-radius: 10px;
}
#packages .tour-info h3,
#packages .tour-info p {
  margin-bottom: 0;
  /* Remove bottom margin for alignment */
}
#packages .same-size-img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}/*# sourceMappingURL=style.css.map */