.fadeinleft {
  opacity: 1;
  transform: translateX(200px);
  transition: all 0.1s ease-out;
}

.fadeinright {
  opacity: 1;
  transform: translateX(-200px);
  transition: all 0.1s ease-out;
}

.fadeindown {
  opacity: 1;
  transform: translateY(-100px);
  transition: all 0.1s ease-out;
}

.fade-in {
  opacity: 1;
  transition: all 0.1s ease-in;
}

.active-left,
.active,
.active-right,
.active-down {
  opacity: 1;
  transform: translateX(0);
  transform: translateY(0);
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 450 !important;
  font-style: normal;
}
h1 span {
  font-family: serif;
  color: rgba(235, 194, 11, 0.913);
}

p {
  font-family: "Pathway Extreme", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 18px;
}
a {
  text-decoration: none;
}
.navbar {
  background-color: #0b1a2b;
}

.nav-link {
  color: #fffafa;
  font-weight: 500;
  transition: color 0.3s ease;
  position: relative;
}

.btn-book {
  background-color: #0d1a33;
  color: #000000;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 3px;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.btn-book:hover {
  background-color: #a68d68;
  color: #fff;
}

.nav-item.dropdown .nav-link {
  display: flex;
  align-items: center;
}

.nav-item.dropdown .dropdown-menu {
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

 .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
.dropdown-item {
  font-weight: 500;
  color: #0d1a33;
  transition: background-color 0.2s;
}

.dropdown-item:hover {
  background-color: #f2f2f2;
  color: #a68d68;
}

#home .carousel-item {
  height: 80vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.slide1 {
  background-image: url("/New photos/1\ \(15\).jpg");
}

.slide2 {
  background-image: url('/Photos/2\ \(2\).PNG');
}

.slide3 {
  background-image: url("/New photos/1\ \(15\).jpg");
}

.carousel-caption {
  position: absolute;
  top: -10%;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.carousel-caption1 {
  position: absolute;
  top: -15%;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.carousel-caption1 h1 {
  font-family: "Brush Script MT", cursive;
  color: #a68d68;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  margin: 0;
  padding: 0 15px;
  font-size: clamp(2.5rem, 6vw, 100px);
}
.carousel-caption h1 {
  font-family: "Brush Script MT", cursive;
  color: #a68d68;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  margin: 0;
  padding: 0 15px;
  font-size: clamp(2.5rem, 6vw, 100px);
}

.subtitle {
  font-family: "ITC Bodini Twelve Bold";
  font-size: clamp(1rem, 2.5vw, 24px);
  color: #fff6f6;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  margin-top: 10px;
}

.btn-book:hover {
  background-color: #a68d68;
  color: white;
}

.features-section {
  position: relative;
  overflow: hidden;
}

.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.features-section .container {
  z-index: 2;
  position: relative;
}

.section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #000000;
  max-width: 600px;
  margin: 0 auto;
}
.background-text {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.5rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.07);
  z-index: 2;
  white-space: nowrap;
  pointer-events: none;
}

.feature-box {
  background: rgba(35, 57, 70, 0.5);
  border-radius: 20px;
  padding: 30px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.feature-box:hover {
  background: rgba(255, 255, 255, 0.4);
  transform: translateY(-6px);
}

.feature-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.feature-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.feature-text {
  font-size: 1rem;
  color: #000000;
}

.btn-book {
  background-color: #c9a475;
  color: white;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-book:hover {
  background-color: #b38b5f;
}

.offer-section {
  background-color: #f7f5f0;
}

.offer-subtitle {
  font-size: 0.8rem;
  color: #a68d68;
  letter-spacing: 2px;
  font-weight: 500;
}

.offer-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #222;
  margin-bottom: 25px;
}

.offer-list {
  padding-left: 20px;
}

.offer-list li {
  margin-bottom: 15px;
  color: #444;
  font-size: 1rem;
}
.tour-info-section {
  background-color: #ffffff !important;
  position: relative;
  z-index: 1;
  color: #fff;
  overflow: hidden;
}

.tour-info-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 75%;
  width: 50%;
  background: url("/New photos/bg5.png") center/cover no-repeat;
  z-index: 0;
  opacity: 0.1;
}

.tour-info-section .container,
.background-text {
  position: relative;
  z-index: 2;
}

.info-card {
  background-color: rgba(255, 255, 255, 0.95);
  color: #0d1a33;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-left: 4px solid #0d1a33;
}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0d1a33;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
}

@media (max-width: 768px) {
  .tour-info-section::before {
    width: 100%;
    height: 40%;
    background-position: top;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .info-card {
    border-left: none;
    border-top: 4px solid #0d1a33;
  }
}

.section-icon {
  max-height: 60px;
}

.hero-section {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.hero-section img {
  max-width: 60px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.hero-section p {
  font-size: 0.9rem;
  color: #888;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero-section h1 {
  color: #333;
  font-size: 2.5rem;
}

.hero-section .lead {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
}

.gallery-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.gallery-item img {
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: auto;
  object-fit: cover;
}

.btn-dark {
  background-color: #333;
  border-color: #333;
  padding: 12px 30px;
  font-size: 1.1rem;
  letter-spacing: 1px;
}

.btn-dark:hover {
  background-color: #555;
  border-color: #555;
}
.footer-section {
  background-color: #0b1a2b;
  color: #b0c0d0;
}

.footer-logo img {
  max-height: 40px;
  filter: brightness(2);
}

.footer-text {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #889bb0;
}

.social-icons .social-icon {
  color: #b0c0d0;
  font-size: 1.1rem;
  transition: color 0.3s ease;
}

.social-icons .social-icon:hover {
  color: #ffffff;
}

.footer-heading {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  position: relative;
}

.footer-links li a,
.footer-contact-details li p {
  color: #b0c0d0;
  text-decoration: none;
  font-size: 0.9rem;
  margin-bottom: 0.7rem;
  display: block;
  transition: color 0.3s ease;
}

.footer-links li a:hover {
  color: #ffffff;
}

.footer-contact-details li p:last-child {
  margin-bottom: 0;
}

.subscribe-form .form-control {
  background-color: transparent;
  border: 1px solid #334455;
  color: #ffffff;
  padding: 0.75rem 1rem;
  border-right: none;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.subscribe-form .form-control::placeholder {
  color: #889bb0;
}

.subscribe-form .form-control:focus {
  background-color: transparent;
  color: #ffffff;
  box-shadow: none;
  border-color: #556677;
}

.subscribe-form .btn-outline-secondary {
  background-color: transparent;
  border: 1px solid #334455;
  border-left: none;
  color: #b0c0d0;
  padding: 0.75rem 1rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.subscribe-form .btn-outline-secondary:hover {
  background-color: #223344;
  color: #ffffff;
  border-color: #556677;
}
.contact-header {
  background: url("/New photos/1 (17).jpg") center center no-repeat;
  background-size: cover;
  height: 60vh;
  color: #f8f1f1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.card1 {
  background-color: #0b1a2bab;
  border-radius: 10px;
}

.locations-hero .lead {
  font-size: 1.1rem;
  color: #666;
  max-width: 800px;
  margin: 0 auto;
}

.locations-section {
  background-color: #f8f8f8;
  padding-top: 50px;
  padding-bottom: 50px;
}

.location-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.location-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.location-icon {
  width: 60px;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fcfcfc;
}

.location-icon i {
  font-size: 2.2rem;
  color: #bfa07c;
}

.location-title {
  color: #333;
  font-size: 1.3rem;
  font-weight: bold;
}

.location-description {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
}
.testimonials-section {
  background-color: #f8f8f8;
  padding: 80px 0;
}

.testimonials-section h2 {
  color: #333;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  text-align: center;
}

.testimonial-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  padding: 2.5rem;
}

.testimonial-text {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #555;
  font-style: italic;
}

.testimonial-author {
  color: #333;
  font-weight: bold;
  font-size: 1.2rem;
}

.testimonial-location {
  color: #888;
  font-size: 0.9rem;
}
