@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Italic.woff2') format('woff2'),
      url('../fonts/Roboto-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto Cn';
  src: url('../fonts/Roboto-Condensed.woff2') format('woff2'),
      url('../fonts/Roboto-Condensed.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Lt';
  src: url('../fonts/Roboto-Light.woff2') format('woff2'),
      url('../fonts/Roboto-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}



@font-face {
  font-family: 'Roboto Th';
  src: url('../fonts/Roboto-ThinItalic.woff2') format('woff2'),
      url('../fonts/Roboto-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto Bk';
  src: url('../fonts/Roboto-Black.woff2') format('woff2'),
      url('../fonts/Roboto-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Lt';
  src: url('../fonts/Roboto-LightItalic.woff2') format('woff2'),
      url('../fonts/Roboto-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto Lt';
  src: url('../fonts/Roboto-MediumItalic.woff2') format('woff2'),
      url('../fonts/Roboto-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto Cn';
  src: url('../fonts/Roboto-CondensedItalic.woff2') format('woff2'),
      url('../fonts/Roboto-CondensedItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto Bk';
  src: url('../fonts/Roboto-BlackItalic.woff2') format('woff2'),
      url('../fonts/Roboto-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto Cn';
  src: url('../fonts/Roboto-BoldCondensedItalic.woff2') format('woff2'),
      url('../fonts/Roboto-BoldCondensedItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BoldItalic.woff2') format('woff2'),
      url('../fonts/Roboto-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
      url('../fonts/Roboto-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Lt';
  src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
      url('../fonts/Roboto-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
      url('../fonts/Roboto-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Th';
  src: url('../fonts/Roboto-Thin.woff2') format('woff2'),
      url('../fonts/Roboto-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Cn';
  src: url('../fonts/Roboto-BoldCondensed.woff2') format('woff2'),
      url('../fonts/Roboto-BoldCondensed.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}


@font-face {
  font-family: 'Luam Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Luam Regular'), url('../fonts/Luam-Regular.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Luam Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Luam Bold'), url('../fonts/Luam-Bold.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Luam_light Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Luam_light Regular'), url('../fonts/Luam-Light.woff') format('woff');
  }


:root {
  --default-font: 'Roboto';
  --heading-font: 'Luam Bold';
  --nav-font: 'Roboto';
  
  --afra-azul: #012e3d;
  --afra-lila: #9ba4f6;
  --afra-verde: #8ce1b8;
  --afra-lima: #f3ef60;
  --afra-natural: #edddbf;
  --afra-musgo: #2d5c5c;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #1a1715; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #110a06; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #8ce1b8; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: rgba(255, 255, 255, 0.8);  /* The default color of the main navmenu links */
  --nav-hover-color: #8ce1b8; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #1a1715; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #8ce1b8; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #fffaf2;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #000000;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252626;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  color: #fff;
  background-color: transparent;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0 0 0;
}

.header {
  padding-bottom: 10px;
}

.header .logo {
  text-decoration: none;
}

.header .logo img {
  max-height: 100px;
}

.header .logo .sitename {
  font-size: 28px;
  font-weight: 400;
  color: var(--heading-color);
  font-family: var(--heading-font);
  margin: 0;
}

.header .social-links a {
  color: #FFF;
  padding: 0 8px;
  display: inline-block;
  font-size: 18px;
  transition: 0.3s;
}

.header .social-links a:hover {
  color: #a59981;
}

@media (max-width: 1200px) {
  .header .social-links {
    padding-right: 40px;
  }
}

.header .nav-wrap {
  background-color: transparent;
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.header .mobile-nav-toggle {
  position: fixed;
  top: 20px;
  right: 5px;
}

/* Global Header on Scroll
------------------------------*/
.scrolled .header {
  background-color: var(--afra-azul);
  top: -125px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: rgba(255, 255, 255, 0.5);
    padding: 18px 15px;
    font-size: 12px;
    font-family: var(--nav-font);
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--afra-natural);
  }

}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 100px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--afra-lila);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
    border-radius: 25px 25px 25px 0;
    background-image: url('../img/bg_new.png');
    background-position: center;
    background-size: 200% 200%;
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  background: var(--background-color);
  font-size: 14px;
  position: relative;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
}


.footer .footer-bottom {
  padding: 25px 0;
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
}

.footer .footer-bottom .copyright p {
  margin: 0;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

@media (max-width: 991px) {
  .footer .footer-bottom .copyright p {
    text-align: center;
    margin-bottom: 15px;
  }
}

.footer .footer-bottom .footer-bottom-links {
  text-align: right;
  margin-bottom: 8px;
}

@media (max-width: 991px) {
  .footer .footer-bottom .footer-bottom-links {
    text-align: center;
    margin-bottom: 10px;
  }
}

.footer .footer-bottom .footer-bottom-links a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 13px;
  margin-left: 20px;
  text-decoration: none;
}

.footer .footer-bottom .footer-bottom-links a:first-child {
  margin-left: 0;
}

.footer .footer-bottom .footer-bottom-links a:hover {
  color: var(--accent-color);
}

@media (max-width: 991px) {
  .footer .footer-bottom .footer-bottom-links a {
    margin: 0 10px;
  }
}

.footer .footer-bottom .credits {
  text-align: right;
  font-size: 13px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

@media (max-width: 991px) {
  .footer .footer-bottom .credits {
    text-align: center;
  }
}

.footer .footer-bottom .credits a {
  color: var(--accent-color);
  text-decoration: none;
}

.footer .footer-bottom .credits a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer {
    padding: 0;
  }

  .footer .footer-content {
    text-align: center;
    margin-bottom: 40px;
  }

  .footer .footer-links,
  .footer .footer-contact {
    margin-bottom: 40px;
  }
}

input[type=text],
input[type=email],
textarea {
  color: var(--default-color);
  background-color: var(--surface-color);
  font-size: 14px;
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  border-color: var(--accent-color);
}

input[type=text]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--afra-azul);
  transition: all 0.6s ease-out;
}



/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #25d366;
  width: 60px;
  height: 60px;
  border-radius: 1rem;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #ffffff;
  line-height: 0;
}

.scroll-top:hover {
  background: #075e54;
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}



/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  padding: 60px 0;
  scroll-margin-top: 133px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 73px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 12px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 10px 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  position: relative;
  font-family: var(--default-font);
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: var(--afra-azul);
  margin: 4px 10px;
}
.section-title.afra-lila h2::after {
  background: var(--afra-lila);
}
.section-title.afra-verde h2::after {
  background: var(--afra-verde);
}
.section-title.afra-azul h2::after {
  background: var(--afra-azul);
}
.section-title.afra-musgo h2::after {
  background: var(--afra-musgo);
}
.section-title.afra-lima h2::after {
  background: var(--afra-lima);
}

.section-title div {
  color: var(--heading-color);
  margin: 0;
  font-size: 28px;
  font-weight: 900;
  font-family: var(--heading-font);
  text-transform: uppercase;
}






.section-title .subtitle {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--accent-color);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
  position: relative;
}

.section-title .subtitle::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background: var(--accent-color);
}

.section-title p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  max-width: 900px;
  margin: 0 auto;
  text-wrap: balance;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  padding: 120px 0 60px 0;
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero .hero-content {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 3;
}

.hero .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero .video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: color-mix(in srgb, var(--background-color), transparent 55%);
  z-index: 2;
}

.hero img {
  width: 300px;
  height: auto;
}

.hero p {
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  line-height: 1.6;
}

@media (max-width: 768px) {
  .hero p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
}

.hero .hero-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.hero .hero-buttons .btn {
  padding: 0.875rem 2rem;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-decoration: none;
  border: 2px solid transparent;
  font-size: 1rem;
}

.hero .hero-buttons .btn.btn-primary {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border-color: var(--accent-color);
}

.hero .hero-buttons .btn.btn-primary:hover {
  background-color: color-mix(in srgb, var(--accent-color), black 15%);
  border-color: color-mix(in srgb, var(--accent-color), black 15%);
  transform: translateY(-2px);
}

.hero .hero-buttons .btn.btn-outline {
  background-color: transparent;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  border-color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.hero .hero-buttons .btn.btn-outline:hover {
  transform: translateY(-2px);
  border-color: var(--accent-color);
  color: var(--accent-color);
}

@media (max-width: 576px) {
  .hero .hero-buttons .btn {
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
  }
}

@media (max-width: 992px) {
  .hero {
    padding: 80px 0;
    min-height: 80vh;
  }

  .hero .hero-content {
    min-height: 80vh;
  }
}


/* MY STYLES*/
.destination-card {
  border-radius: 25px 25px 25px 0;
  overflow: hidden;
  height: 400px;
  position: relative;
  transition: all 0.4s ease;
}

.destination-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 15px 35px color-mix(in srgb, var(--default-color), transparent 75%);
}

.destination-card .destination-overlay {
  position: relative;
  height: 100%;
  border-radius: 25px 25px 25px 0;
  overflow: hidden;
}

.destination-card .destination-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.destination-card .destination-overlay .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.destination-card .destination-overlay .badge-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.destination-card .destination-overlay .badge-container .featured-badge {
  background-color: var(--afra-lila);
  color: var(--contrast-color);
  padding: 6px 14px;
  border-radius: 25px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--afra-lila), transparent 60%);
}


.destination-card .destination-overlay .card-details {
  color: var(--contrast-color);
}

.destination-card .destination-overlay .card-details h5 {
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #FFF;
  line-height: 1.3;
}

.destination-card .destination-overlay .card-details p {
  color: #FFF;
}

.destination-card .destination-overlay .card-details .meta-info {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  font-size: 13px;
}

.destination-card .destination-overlay .card-details .meta-info span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: color-mix(in srgb, var(--contrast-color), transparent 20%);
}

.destination-card .destination-overlay .card-details .meta-info span i {
  color: var(--afra-lila);
  font-size: 14px;
}

.destination-card .destination-overlay .card-details p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: color-mix(in srgb, var(--contrast-color), transparent 15%);
}

.destination-card .destination-overlay .card-details .action-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.destination-card .destination-overlay .card-details .action-row .explore-btn {
  background-color: var(--afra-lila);
  color: var(--contrast-color);
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.destination-card .destination-overlay .card-details .action-row .explore-btn:hover {
  background-color: color-mix(in srgb, var(--afra-lila), black 20%);
  transform: translateY(-2px);
  color: var(--contrast-color);
  box-shadow: 0 6px 15px color-mix(in srgb, var(--afra-lila), transparent 50%);
}

.destination-card .destination-overlay .card-details .action-row .rating-stars {
  display: flex;
  align-items: center;
  gap: 2px;
}

.destination-card .destination-overlay .card-details .action-row .rating-stars i {
  color: #ffd700;
  font-size: 12px;
}

.destination-card .destination-overlay .card-details .action-row .rating-stars small {
  margin-left: 6px;
  color: color-mix(in srgb, var(--contrast-color), transparent 20%);
  font-weight: 600;
  font-size: 12px;
}

.destination-card:hover .destination-overlay img {
  transform: scale(1.1);
}

.destination-card:hover .destination-overlay .card-overlay {
  opacity: 1;
}


.swiper-button-prev, 
.swiper-button-next {
  background-color: #FFF;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5rem;
}
.swiper-button-prev, 
.swiper-button-next {
  background-color: #FFF;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5rem;
  transition: .3s
}
.swiper-button-prev:hover, 
.swiper-button-next:hover {
  background-color: #f1f1f1;
  transition: .3s
}
.swiper-button-prev:after, 
.swiper-button-next:after {
  color: var(--afra-azul);
  font-size: 24px;
}




/*--------------------------------------------------------------
# Featured Destinations Section
--------------------------------------------------------------*/
.paquetes .destination-card {
  background: var(--surface-color);
  border-radius:  15px 15px 15px 0;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.paquetes .destination-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.paquetes .destination-card:hover .image-wrapper img {
  transform: scale(1.05);
}

.paquetes .image-wrapper {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.paquetes .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.paquetes .image-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.3), transparent 50%);
}

.paquetes .image-wrapper .badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: var(--accent-color);
  color: var(--contrast-color);
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}


.paquetes .image-wrapper .badge.afra-lila {
  background: var(--afra-lila);
}
.paquetes .image-wrapper .badge.afra-azul {
  background: var(--afra-azul);
}
.paquetes .image-wrapper .badge.afra-verde {
  background: var(--afra-verde);
}
.paquetes .image-wrapper .badge.afra-musgo {
  background: var(--afra-musgo);
}
.paquetes .image-wrapper .badge.afra-lima {
  background: var(--afra-lima);
}
.paquetes .image-wrapper .badge.afra-natural {
  background: var(--afra-natural);
}

.paquetes .content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 220px);
}

.paquetes .content h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--heading-color);
  text-transform: uppercase;
}

.paquetes .content p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--default-color);
  margin-bottom: 15px;
  flex-grow: 1;
}

.paquetes .features {
  margin-bottom: 20px;
}

.paquetes .features .feature-tag {
  display: inline-block;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);
  font-size: 11px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 10px;
  margin-right: 6px;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.paquetes .card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.paquetes .card-footer .tours-count {
  font-size: 12px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-weight: 500;
}

.paquetes .card-footer .explore-btn {
  background: transparent;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 5px;
}

.paquetes .card-footer .explore-btn.afra-lila {
  border: 1px solid color-mix(in srgb, var(--afra-lila), transparent 70%);
  color: var(--afra-lila);
}
.paquetes .card-footer .explore-btn.afra-azul {
  border: 1px solid color-mix(in srgb, var(--afra-azul), transparent 70%);
  color: var(--afra-azul);
}
.paquetes .card-footer .explore-btn.afra-verde {
  border: 1px solid color-mix(in srgb, var(--afra-verde), transparent 70%);
  color: var(--afra-verde);
}
.paquetes .card-footer .explore-btn.afra-musgo {
  border: 1px solid color-mix(in srgb, var(--afra-musgo), transparent 70%);
  color: var(--afra-musgo);
}
.paquetes .card-footer .explore-btn.afra-lima {
  border: 1px solid color-mix(in srgb, var(--afra-lima), transparent 70%);
  color: var(--afra-lima);
}
.paquetes .card-footer .explore-btn.afra-natural {
  border: 1px solid color-mix(in srgb, var(--afra-natural), transparent 70%);
  color: var(--afra-natural);
}

.paquetes .card-footer .explore-btn:hover.afra-lila,
.paquetes .card-footer .explore-btn:active.afra-lila,
.paquetes .card-footer .explore-btn:focus.afra-lila {
  background-color: var(--afra-lila);
  color: #FFF;
}
.paquetes .card-footer .explore-btn:hover.afra-azul,
.paquetes .card-footer .explore-btn:active.afra-azul,
.paquetes .card-footer .explore-btn:focus.afra-azul {
  background-color: var(--afra-azul);
  color: #FFF;
}
.paquetes .card-footer .explore-btn:hover.afra-verde,
.paquetes .card-footer .explore-btn:active.afra-verde,
.paquetes .card-footer .explore-btn:focus.afra-verde {
  background-color: var(--afra-verde);
  color: #FFF;
}
.paquetes .card-footer .explore-btn:hover.afra-musgo,
.paquetes .card-footer .explore-btn:active.afra-musgo,
.paquetes .card-footer .explore-btn:focus.afra-musgo {
  background-color: var(--afra-musgo);
  color: #FFF;
}
.paquetes .card-footer .explore-btn:hover.afra-lima,
.paquetes .card-footer .explore-btn:active.afra-lima,
.paquetes .card-footer .explore-btn:focus.afra-lima {
  background-color: var(--afra-lima);
  color: #FFF;
}
.paquetes .card-footer .explore-btn:hover.afra-natural,
.paquetes .card-footer .explore-btn:active.afra-natural,
.paquetes .card-footer .explore-btn:focus.afra-natural {
  background-color: var(--afra-natural);
  color: #FFF;
}


.paquetes .card-footer .explore-btn i {
  font-size: 10px;
  transition: transform 0.3s ease;
}

.paquetes .destinations-cta {
  margin-top: 60px;
  padding: 40px;
  border-radius: 16px;
  text-align: center;
  background-position: center;
  background-size: cover;
  position: relative;
}
.paquetes .destinations-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 16px;
  z-index: 1;
}

.paquetes .destinations-cta h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--heading-color);
}

.paquetes .destinations-cta p {
  font-size: 16px;
  color: var(--default-color);
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.paquetes .destinations-cta .cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.paquetes .destinations-cta .btn {
  padding: 12px 30px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid;
}

.paquetes .destinations-cta .btn.btn-primary {
  background: var(--afra-lila);
  color: var(--contrast-color);
  border-color: var(--afra-lila);
}

.paquetes .destinations-cta .btn.btn-primary:hover {
  background: color-mix(in srgb, var(--afra-lila), black 10%);
  border-color: color-mix(in srgb, var(--afra-lila), black 10%);
  transform: translateY(-2px);
}

.paquetes .destinations-cta .btn.btn-outline {
  background: transparent;
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.paquetes .destinations-cta .btn.btn-outline:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .paquetes .destination-card .image-wrapper {
    height: 200px;
  }

  .paquetes .destination-card .content {
    height: calc(100% - 200px);
    padding: 16px;
  }

  .paquetes .destination-card .content h4 {
    font-size: 16px;
  }

  .paquetes .destination-card .content p {
    font-size: 13px;
  }

  .paquetes .destination-card .card-footer {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .paquetes .destination-card .card-footer .explore-btn {
    text-align: center;
    justify-content: center;
  }

  .paquetes .destinations-cta {
    padding: 30px 20px;
    margin-top: 40px;
  }

  .paquetes .destinations-cta h3 {
    font-size: 24px;
  }

  .paquetes .destinations-cta p {
    font-size: 14px;
  }

  .paquetes .destinations-cta .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .paquetes .destinations-cta .cta-buttons .btn {
    width: 100%;
    max-width: 250px;
  }
}

@media (max-width: 576px) {
  .paquetes .features .feature-tag {
    font-size: 10px;
    padding: 2px 6px;
    margin-right: 4px;
  }
}


.institucional p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}
.institucional-card-1 .institucional-card-1-img {
  height: 300px;
  overflow: hidden;
  border-radius: 25px 25px 0 0;
}
.institucional-card-1 .institucional-card-1-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.institucional-card-1 .institucional-card-1-body {
  color: var(--afra-azul);
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-radius: 0 0 25px 0;
}
.institucional-card-1 .institucional-card-1-body a {
  color: #FFF;
  font-size: 18px;
}
.institucional-card-1 .institucional-card-1-body a:hover {
  color: var(--afra-azul);
}
/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contacto .contact-form-container {
  padding: 60px 0;
}

.form-intro {
  margin-bottom: 60px;
}

.form-intro h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 20px;
  color: var(--heading-color);
  letter-spacing: -0.5px;
}

@media (max-width: 768px) {
  .form-intro h2 {
    font-size: 28px;
  }
}

.form-intro p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--default-color);
  margin-bottom: 0;
  opacity: 0.85;
}

.contact-form .row {
  margin-bottom: 40px;
}

.contact-form .row:last-of-type {
  margin-bottom: 0;
}

.contact-form .form-field {
  position: relative;
  margin-bottom: 40px;
}

.contact-form .form-field.message-field {
  margin-bottom: 50px;
}

.contact-form .form-field .field-label {
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 13px;
  font-weight: 500;
  color: var(--heading-color);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  opacity: 0.8;
}

.contact-form .form-field .form-input {
  width: 100%;
  border: none;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
  background: transparent;
  padding: 20px 0 15px 0;
  font-size: 16px;
  color: var(--default-color);
  transition: all 0.3s ease;
}

.contact-form .form-field .form-input:focus {
  outline: none;
  border-bottom-color: var(--afra-verde);
  background: transparent;
}

.contact-form .form-field .form-input::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  opacity: 1;
}

.contact-form .form-field .message-input {
  resize: vertical;
  min-height: 120px;
  font-family: inherit;
  padding-top: 25px;
}

.contact-form .send-button {
  background: #FFF;
  border: 1px solid var(--afra-verde);
  color: var(--afra-verde);
  padding: 18px 40px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 2rem;
}

.contact-form .send-button .button-arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.contact-form .send-button:hover {
  background: var(--afra-verde);
  color: var(--contrast-color);
}

.contact-form .send-button:hover .button-arrow {
  transform: translateX(5px);
}

.contacto .contact-sidebar {
  background: #F9F9F9;
  height: 100%;
  padding: 60px 40px;
  border-radius: 25px 25px 25px 0;
}

.contacto .contact-sidebar .contact-header {
  margin-bottom: 60px;
}

.contacto .contact-sidebar .contact-header h3 {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 20px;
  color: var(--heading-color);
  letter-spacing: -0.3px;
}

.contacto .contact-sidebar .contact-header p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--default-color);
  margin-bottom: 0;
  opacity: 0.85;
}

.contacto .contact-sidebar .contact-methods {
  margin-bottom: 60px;
}

.contacto .contact-sidebar .contact-method {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}

.contacto .contact-sidebar .contact-method:last-child {
  margin-bottom: 0;
}

.contacto .contact-sidebar .contact-method .contact-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--afra-verde);
}

.contacto .contact-sidebar .contact-method .contact-icon i {
  font-size: 20px;
}

.contacto .contact-sidebar .contact-method .contact-details {
  flex: 1;
}

.contacto .contact-sidebar .contact-method .contact-details .method-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--afra-verde);
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

.contacto .contact-sidebar .contact-method .contact-details p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--default-color);
  margin-bottom: 0;
}

.contacto .contact-sidebar .connect-section {
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  padding-top: 40px;
}

.contacto .contact-sidebar .connect-section .connect-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--afra-verde);
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}

.contacto .contact-sidebar .connect-section .social-links {
  display: flex;
  gap: 15px;
}

.contacto .contact-sidebar .connect-section .social-links .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--default-color);
  text-decoration: none;
  transition: all 0.3s ease;
}

.contacto .contact-sidebar .connect-section .social-links .social-link i {
  font-size: 16px;
}

.contacto .contact-sidebar .connect-section .social-links .social-link:hover {
  color: var(--afra-verde);
  transform: translateY(-2px);
}

@media (max-width: 992px) {
  .contacto .contact-form-container {
    padding: 40px 0;
  }

  .contacto .contact-sidebar {
    padding: 40px 30px;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .contacto .contact-form-container .form-intro {
    margin-bottom: 40px;
    text-align: center;
  }

  .contacto .contact-form-container .contact-form .row {
    margin-bottom: 20px;
  }

  .contacto .contact-form-container .contact-form .form-field {
    margin-bottom: 30px;
  }

  .contacto .contact-sidebar {
    padding: 30px 25px;
  }

  .contacto .contact-sidebar .contact-header,
  .contacto .contact-sidebar .contact-methods {
    margin-bottom: 40px;
  }

  .contacto .contact-sidebar .contact-method {
    margin-bottom: 30px;
  }
}



/* breadcumds-sectio */
.breadcumbs-section {
  width: 100%;
  height: 700px;
  background-position: top center;
  background-size: cover;
  position: relative;
}
.breadcumbs-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.breadcumbs-section .page-title {
 position: relative;
 z-index: 2;
}
.page-title h1 {
  font-size: 42px;
  margin-bottom: 10px;
  color: #FFF;
  text-transform: uppercase;
}


.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: start;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
  color: #FFF;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: #FFF;
}

/* DETALEL */
#detalle .swiper-one .swiper-slide img {
  width: 100%;
  height: 500px;
  border-radius: 15px;
  object-fit: cover;
}
#detalle .detalle-body p {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}
.detalle-contacto {
  background-color: #f9f9f9;
  border-radius: 25px 25px 25px 0;
  padding: 30px;
}
.img-portada {
  width: 100%;
  height: 500px;
  border-radius: 15px;
  object-fit: cover;
}
@media (max-width: 600px) {
  .main {
    background-color: #FFF !important;
    background-image: none !important;
  }
  .hero img {
    width: 150px;
    height: auto;
  }
  .scrolled .header {
    top: 0;
  }
  .promociones .destination-card {
    height: 550px;
  }
  .institucional-card-1 .institucional-card-1-img {
    height: 200px;
  }
  .breadcumbs-section {
      height: 400px;
  }
  #detalle .swiper-one .swiper-slide img {
    height: 400px;
  }
  .img-portada {
    height: 400px;
  }
}