@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");
@media (min-width: 576px) {
  #tourCards {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .navbar-brand img {
    display: block;
    width: 100px;
  }
  .image-wrapper {
    height: 350px;
    /* Adjust height for larger screens */
  }
  #tourCards {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .nav-link {
    color: #171717 !important;
    text-transform: uppercase;
  }
  .nav-link .active::after {
    content: "";
    display: block;
    color: #116751 !important;
  }
  #experienceCarousel {
    display: none !important;
  }
  #tourCards {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .nav-link {
    color: #171717 !important;
    text-transform: uppercase;
  }
  #experienceCarousel {
    display: none !important;
  }
  #tourCards {
    display: inline !important;
  }
}
@media (min-width: 1400px) {
  p {
    font-size: 16px;
  }
  .nav-link {
    color: #171717;
    text-transform: uppercase;
  }
  #homeHero img {
    height: 100vh;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; /* Ensures the image covers the area without distortion */
  }
  #homeHero h1 {
    color: #FFF;
    font-family: "Exo 2";
    font-size: 132px;
    font-weight: 800;
  }
  #homeHero h4 {
    color: #FFF;
    font-family: "Exo 2";
    font-weight: 700;
    font-size: 54px;
  }
  .content-adjesment {
    margin-top: 3rem;
  }
  #experienceCarousel {
    display: none !important;
  }
  #tourCards {
    display: inline !important;
  }
  #tourCards a:hover {
    background-color: #116751;
  }
  #hero h2 {
    width: unset !important;
  }
  #packages .nav-link.active {
    color: #116751 !important;
  }
  #packages .nav-link {
    color: rgba(53, 54, 64, 0.5019607843) !important;
  }
  #packages .service-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #packages .service-item i {
    margin-bottom: 5px;
  }
  #packages .service-item h6,
  #packages .service-item p {
    margin-left: 0;
  }
  #packages .tour-info h3 {
    font-family: "Roboto";
  }
  #packages .web-view {
    display: inline !important;
  }
  #packages .mobile-view {
    display: none !important;
  }
  #packages #tourTabsContent .image-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
  }
  #packages #tourTabsContent .same-size-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.3s ease;
  }
  #packages #tourTabsContent img:hover {
    transform: scale(1.05);
  }
  #aboutUs img:hover {
    transform: scale(1.05);
  }
  #homeDescription .li img:hover {
    transform: scale(1.2);
  }
}/*# sourceMappingURL=responsive.css.map */