@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Istok+Web:ital,wght@0,400;0,700;1,400;1,700&family=Kaisei+Decol&display=swap");

@font-face {
  font-family: "ISOCPEUR";
  src: url("../fonts/ISOCPEUR.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NunitoSans";
  src: url("../fonts/NunitoSans.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FreightBigLight";
  src: url("../fonts/FreightBigLightRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

:root {
  --black--1: #121212;
  --black--2: #121212;
  --text--gray--1: #b5b5b5;
  --white: #fff;
  --main--orange: #faba40;
  --main--light--yellow: #fff5e2;
  --main--light--yellow-darker-1: #ffebc7;
}

* {
  box-sizing: border-box;
}

/* html {
  font-size: 62.5%;
} */

body {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
  font-family: "NunitoSans";
}

header .header-container {
  background-color: var(--black--1) !important;
  /* padding-top: 0.5rem; */
  width: 100%;
}

.languages {
  background-color: #363636;
  padding: 0 0 0.2rem 0;
  text-align: center; /* Center the inner content */
}

.languages ul {
  list-style: none;
  display: inline-flex; /* instead of flex, so it can center properly */
  justify-content: center;
  gap: 5rem;
  margin: 0;
  padding: 0;
}

.languages ul li {
  position: relative;
}

.languages ul li a {
  letter-spacing: 0.3px;
  text-decoration: none;
  color: #cacaca;
  font-size: 0.7rem;
  font-family: "NunitoSans";
  position: relative;
  padding: 10px 10px;
}

.languages ul li a:hover {
  color: var(--main--orange);
}

/* Underline animation */
.languages ul li a::before,
.languages ul li a::after {
  content: "";
  position: absolute;
  background-color: var(--main--orange);
  height: 1.2px;
  width: 0%;
  bottom: 5px;
  transition: width 0.2s ease-in;
}

.languages ul li a::before {
  border-radius: 0 10px 10px 0;
  left: 50%;
}

.languages ul li a::after {
  border-radius: 10px 0 0 10px;
  right: 50%;
}

.languages ul li.active a {
  color: var(--main--orange);
}

.languages ul li.active a::after,
.languages ul li.active a::before,
.languages ul li a:hover::after,
.languages ul li a:hover::before {
  width: 50%;
}

.header-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 6rem;
}

.header-content-desktop {
  width: 100%;
  max-width: 144rem;
  /* margin: 0rem auto; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 1280px) {
  .header-content-desktop {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.left-section,
.right-section {
  display: flex;
  gap: 4rem;
  align-items: center;
}

.logo-centered {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.logo-centered img {
  width: 100%;
  height: 3.5rem;
  transition: transform 0.3s ease;
}

@media (max-width: 1024px) {
  .logo-centered {
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
  }
  .header-content-desktop {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.header-container .header-body .header-content {
  max-width: 144rem;
  width: 100%;
  /* margin: 0rem auto; */
  display: grid;
  grid-template-columns: 20rem 20rem 10rem 20rem 20rem;
  justify-content: space-around;
  align-items: center;
}

a {
  text-decoration: none;
}

.mobile i,
.mobile span {
  color: var(--white);
  margin: 0 5px;
}

.mobile span {
  /* font-size: 1.6rem; */
  font-family: "NunitoSans";
}

.make-enquiry a {
  background-color: var(--main--orange);
  color: #1e1e1e !important;
  font-weight: 600;
}

.book-taxi a:hover,
.make-enquiry a:hover {
  transform: scale(1.08) !important;
  box-shadow: 0 0px 18px rgba(250, 185, 64, 0.302) !important;
}

.book-taxi a,
.make-enquiry a {
  font-family: "NunitoSans";
  color: var(--white);
  font-size: 14px;
  border: 1.7px solid var(--main--orange);
  padding: 0.5rem 1rem;
  border-radius: 50px;
  text-align: center;
  background-color: transparent;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover effect */
.book-taxi a:hover {
  color: var(--main--orange);
}

.make-enquiry a {
  background-color: var(--main--orange);
  color: #1e1e1e;
  font-weight: 600;
}

header {
  position: relative;
  z-index: 10;
}

.short-cuts {
  background-color: rgba(0, 0, 0, 0.671);
  z-index: 2;
}

.short-cuts > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  width: 100%;
  position: relative;
  height: 35px;
}

#shortCutsNav > div {
  height: auto !important;
}

.short-cuts .short-cut-link a {
  font-size: 14px;
  /* padding-top: 0.7rem !important; */
  /* padding-bottom: 0.7rem !important; */
  font-family: "NunitoSans";
  color: var(--white);
  cursor: pointer;
}

.short-cut-link a:hover {
  color: var(--main--orange);
}

/* The container <div> - needed to position the dropdown content */
.dropdown1 {
  display: inline-block;
  z-index: 30;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background-color: var(--black--1);
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(63, 45, 19, 0.29);
  z-index: 1;
  margin-top: 5px;
  border-radius: 8px;
  padding-top: 6px;
  padding-bottom: 6px;

  /* Add transition for smooth animation */
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
  transform: translateY(15px); /* Start slightly above */
}

/* Links inside the dropdown */
.dropdown-content a {
  color: var(--main--orange);
  font-size: 0.8rem;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  border-radius: 8px;
  transition: 0.25s ease;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  /* background-color: var(--black--2); */
  color: var(--white);
  transition: 0.25s ease;
  margin-left: 6px;
  margin-right: 6px;
}

/* Show the dropdown menu on hover with animation */
.short-cuts span:hover .dropdown-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); /* Move to original position */
}

nav {
  transition: 0.8s;
  z-index: 9 !important;
}

#shortCutsNav {
  z-index: 9;
}

.short-cuts.hidden-nav {
  transform: translateY(-30%);
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.6s ease;
  z-index: 9;
}

.short-cuts.show-nav {
  transform: translateY(0);
  opacity: 1;
  z-index: 9;
  transition: transform 0.6s ease, opacity 0.6s ease;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.58);
}

.show-nav.fixed-top {
  background: var(--black--1);
  /* padding-top: 0.4rem; */
  /* padding-bottom: 0.4rem; */
}

nav span {
  padding-top: 0.25rem;
  padding-bottom: 0.3rem;
}

#shortCutsNav span {
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}

.dropdown-content-tour {
  opacity: 0;
  height: 100vh;
  visibility: hidden;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.903);
  width: 100%;
  /* box-shadow: 0px 8px 16px 0px rgba(63, 45, 19, 0.29); */
  z-index: 1;
  margin-top: 5px;
  left: 0;
  pointer-events: none;

  /* Add transition for smooth animation */
  transition: opacity 0.85s ease, visibility 0.85s ease;
}

.short-cut-hover-enabled:hover .dropdown-content-tour {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Style for the image cards */
.destination-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.card-image-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70vh; /* or set dynamically based on needs */
}

.card-image-container a {
  width: 100%;
  height: 100%;
}

.card-image-container img {
  width: 100%;
  transition: transform 0.3s ease;
  height: 100%;
  object-fit: cover;
}

.destination-card:hover img {
  transform: scale(1.1);
}

.destination-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* Gradient from transparent to semi-transparent black */
  background: linear-gradient(
    to top,
    rgba(255, 191, 0, 0.443),
    rgba(255, 187, 0, 0)
  );
  color: var(--white);
  /* padding-top: 50px; */
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Georgia";
  height: 80px;
  text-shadow: rgb(0, 0, 0) 0px 0px 10px !important;
}

.dropdown-content-destinations {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background-color: var(--black--1);
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(63, 45, 19, 0.29);
  z-index: 1;
  margin-top: 5px;
  border-radius: 8px;
  padding-top: 6px;
  padding-bottom: 6px;

  /* Add transition for smooth animation */
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
  transform: translateY(15px); /* Start slightly above */
}

.dropdown-content-destinations a {
  color: var(--main--orange);
  font-size: 0.8rem;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  border-radius: 8px;
  transition: 0.25s ease;
}

/* Change color of dropdown links on hover */
.dropdown-content-destinations a:hover {
  color: var(--white);
  transition: 0.25s ease;
  margin-left: 6px;
  margin-right: 6px;
}

.short-cuts span:hover .dropdown-content-destinations {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); /* Move to original position */
}

.dropdown-content-day-trips {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background-color: var(--black--1);
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(63, 45, 19, 0.29);
  z-index: 1;
  margin-top: 5px;
  border-radius: 8px;
  padding-top: 6px;
  padding-bottom: 6px;

  /* Add transition for smooth animation */
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
  transform: translateY(15px); /* Start slightly above */
}

.dropdown-content-day-trips a {
  color: var(--main--orange);
  font-size: 0.8rem;
  padding: 7px 16px;
  text-decoration: none;
  display: block;
  border-radius: 8px;
  transition: 0.25s ease;
}

/* Change color of dropdown links on hover */
.dropdown-content-day-trips a:hover {
  color: var(--white);
  transition: 0.25s ease;
  margin-left: 6px;
  margin-right: 6px;
}

.short-cuts span:hover .dropdown-content-day-trips {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); /* Move to original position */
}

.pyt-btn {
  font-family: "NunitoSans" !important;
  background-color: var(--main--orange) !important;
  padding: 0.6rem 1.9rem !important;
  font-size: 14px !important;
}

/* .short-cuts {
  background: rgba(18, 18, 18, 0.6) !important;
  backdrop-filter: blur(8px) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
} */

.short-cut-link a.active,
.short-cut-link a:hover {
  color: var(--main--orange);
  font-weight: 600;
}

.logo-centered img:hover {
  transform: scale(1.02);
}

.mobile-nav-menu {
  position: fixed;
  top: 72px; /* height of header */
  right: 0;
  left: 0;
  background-color: #141414eb;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  z-index: 1050;
}

.mobile-nav-menu.show {
  max-height: 92vh; /* Adjust as per content */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
}

/* Mobile Layout */

@media (max-width: 992px) {
  .desktop-header {
    display: none;
  }

  .header-content-mobile {
    background-color: var(--black--1);
    width: 100%;
    z-index: 999;
  }

  .mobile-logo img {
    max-height: 45px;
    width: auto;
  }

  .mobile-icons .btn-warning {
    font-size: 0.75rem;
    padding: 0.4rem 1rem;
  }

  .mobile-icons i {
    color: var(--main--orange);
  }
}

.submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease, margin 0.4s ease;
  padding: 0;
  margin-top: 0;
  opacity: 0;
}

.submenu.open {
  max-height: max-content; /* enough for all items */
  padding: 0.5rem;
  margin-top: 0.5rem;
  opacity: 1;
}

.text-white-light {
  color: var(--text--gray--1);
}
