body {
}

.main-image {
  width: 100%;
  height: 100vh;
  background: url("../../assets/img/AKP_6677.webp") center / cover no-repeat;
}

#title {
}

.activity-image-header {
  padding: 100px 0;
}

.activity-image-row {
  padding: 10px;
}

.vertical-align-row {
}

.wrapper {
  max-width: 2000px;
  width: 100%;
  margin: 0 auto;
}

.swiper-button {
  color: white;
  height: 50px;
  transform: scale(0.60);
  font-weight: bold;
  padding: 0px;
}

.column-padding {
  padding-left: 8px;
  padding-right: 8px;
}

@media (min-width: 768px) {
  .column-padding {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.hide {
  display: none;
}

.ddi:active {
  background-color: #2f2f2f;
}

.ddi:hover {
  cursor: pointer;
}

.clickable {
  cursor: pointer;
}

.nav-link {
  font-size: 16px;
  font-weight: 400;
}

.footer-link {
  text-decoration: none;
  font-weight: bold;
  color: white;
  font-size: 18px;
  margin-right: 12px;
}

.list-inline-item {
  border-right: 2px solid white;
  margin-top: 22px;
  color: white;
}

@media (min-width: 1200px) {
  .simple-slider .swiper-slide {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.hover-enlarge:hover {
  transform: scale(1.03);
  transition-duration: 0.3s;
}

.swiper-wrapper.activity-images {
  height: auto;
}

@media (min-width: 768px) {
  .swiper-wrapper.activity-images {
    height: 400px;
  }
}

@media (min-width: 768px) {
  .swiper-slide.activity-image {
    height: auto;
  }
}

@media (max-width: 767px) {
  .swiper-wrapper.activity-images {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .swiper-slide.activity-image {
    height: auto;
  }
}

/* For large screens - full viewport height like your original */

@media (max-width: 499px) {
  .carousel-item {
    height: 80vw;
  }
}

@media (max-width: 499px) {
  .carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}

@media (min-width: 500px) {
  .carousel-item {
    height: 400px;
  }
}

@media (min-width: 500px) {
  .carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}

@media (min-width: 992px) {
  .carousel-item {
    height: 90vh;
  }
}

@media (min-width: 992px) {
  .carousel {
    height: 90%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}

@media (min-width: 992px) {
  .carousel-control-prev, .carousel-control-next {
    width: 50px;
    zoom: 1.50;
    font-weight: bold;
  }
}

@media (max-width: 991px) {
  .language-nav-item {
    order: -1;
    position: absolute;
    right: 80px;
    top: 30px;
  }
}

@media (max-width: 991px) {
  .language-nav-item .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
  }
}

.nav-link:hover {
  font-weight: bold;
}

.navbar {
}

.nav-link {
  font-weight: 500;
  font-size: 18px;
}

#reserve {
  border: 2px solid #ffc762;
  border-radius: 10px;
}

#reserve:hover {
  background-color: #ffc762;
  color: black;
}

@media (min-width: 992px) {
  .backgroundimages {
    height: 500px;
  }
}

p {
  text-align: justify;
}

.feature-icon {
  font-size: 32px;
}

.feature-icon:hover {
  font-size: 28px;
}

.feature-heading {
  font-size: 22px;
  font-weight: 600;
}

#booking-logo {
  filter: invert(1);
}

.language-flag {
  width: 20px;
  height: 15px;
  margin-right: 5px;
}

.dropdown-item {
  display: flex;
  align-items: center;
}

page-content {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}

.page-content.loaded {
  visibility: visible;
  opacity: 1;
}

footer a, footer a:hover {
  text-decoration: none !important;
}

