@import url("./fonts.css");

:root {
  --primary-color: #8fd8b7;
  --primary-dark-color: #6d9a8a;
  --hero-overlay-start: rgba(143, 216, 183, 0.1);
  --hero-overlay-end: rgba(143, 216, 183, 0.9);
  --primary-rgbd: 143, 216, 183;

  /* .nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight); */
  --bs-nav-link-color: #fff;
}

.form-inline .form-control {
  min-width: 150px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  font-size: inherit;
}

.btn,
.form-control {
  border-radius: 5px;
}

.btn-primary {
  background-color: var(--primary-dark-color);
  border: none;
}

.text-primary-color {
  color: var(--primary-color);
}

.bg-primary-color {
  background-color: var(--primary-dark-color);
}

.btn-primary:hover {
  background-color: var(--primary-dark-color);
}

/* General styles */
body {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 0.85rem;
}

.btn:not(.small),
.form-control {
  padding: 7px 20px;
  gap: 7px;
}

.titles {
  font-size: 1rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1rem;
  }

  .titles {
    font-size: 1.2rem;
  }

  .btn:not(.small) {
    padding: 12px 35px;
    gap: 12px;
  }

  .btn {
    border-radius: 5px;
  }
}

.title-desc {
  color: #444;
  max-width: 50rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.prompt-regular {
  font-family: "Prompt", sans-serif;
}

/* Header styles */
#mainNav {
  /* background-color: rgba(255, 255, 255, 0.1); */
  transition: background-color 0.3s ease-in-out;
}

#mainNav.scrolled {
  background-color: #efefee;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  color: #000;
}

.nav-link {
  font-size: 16px;
  color: #e9ecef;
  font-weight: 500;
}

#mainNav.scrolled .nav-link {
  color: #444;
}

#mainNav.scrolled .btn-link {
  color: #000 !important;
}

#mainNav.scrolled .navbar-toggler-icon {
  filter: grayscale(100%) brightness(0);
}

.logo {
  width: 120px;
  height: auto;
}

#mainNav.scrolled .navbar-brand .logo.white {
  display: none;
}

#mainNav:not(.scrolled) .navbar-brand .logo:not(.white) {
  display: none;
}

/* Hero section */
.hero-section {
  position: relative;
  min-height: 70vh;
}

.carousel-inner {
  height: 100%;
}

.imageCarousel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.2) 0%,
      /* Decreased opacity to 0.2 */
      rgba(0, 0, 0, 0.8) 100%
      /* Increased opacity to 0.8 */
    );
  opacity: 0.5;
  /* Added opacity property with a value of 0.5 */
  z-index: 2;
  /* Ensure it appears on top of the image */
}

.slide-image {
  height: 100vh;
  background-size: cover;
  background-position: center;
  filter: brightness(0.8) contrast(1.2);
}

.carousel-caption {
  top: 20%;
  right: 5%;
}

.hero-section-content {
  z-index: 5;
  position: relative;
}

.hero-text-primary {
  /* font-size: 3.5rem; */
  color: var(--primary-color);
}

.text-primary {
  /* font-size: 3.5rem; */
  color: var(--primary-color);
}

.hero-text-secondary {
  /* font-size: 3rem; */
  color: #f6c453;
  /* Yellow color */
}

.form-inline .form-control {
  min-width: 200px;
}

.hero-section .form-inline button {
  background-color: var(--primary-color);
  color: white;
}

/* Adding an overlay gradient */
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,
      transparent 0%,
      rgba(129, 235, 190, 0.9) 100%);
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.6) 20%,
      rgba(0, 0, 0, 1) 100%);
  opacity: 1;
  z-index: 1;
}

.fixed-hero-text {
  z-index: 5;
}

/* Responsiveness */
@media (max-width: 768px) {
  .sidebar {
    background-color: rgb(0, 0, 0, 1);
    filter: blur(0.8);
  }

  .hero-section-content {
    padding-top: 2rem;
  }

  .carousel-caption {
    top: 10%;
    right: 10%;
  }

  .hero-text-secondary {
    font-size: 3rem;
  }
}

/* General styles */
body {
  font-family: "Poppins", sans-serif;
}

/* Section Container */
.section-container {
  display: flex;
  justify-content: center;
}

/* Inner Container */
.inner-container {
  width: 90%;
}

@media screen and (min-width: 578px) {
  .inner-container {
    width: 80%;
  }
}

/* Hero Section */
.hero-section {
  position: relative;
  width: 100%;
  min-height: 60vh;
  /* Full height of the viewport */
}

/* Image Carousel Styles */
.carousel-item .slide-image {
  background-size: cover;
  background-position: center;
  height: 100%;
  /* Full height of the viewport */
}

/* Text Carousel */
.text-carousel {
  display: flex;
  /* justify-content: flex-end; */
  height: 10rem;
  margin-top: 150px;
  /* Space between the two carousels */
}

/* Custom styled select dropdown similar to form-control */
.custom-select-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.custom-select-box {
  font-family: inherit;
  position: relative;
  padding: 0.375rem 0.75rem;
  /* Bootstrap's .form-control padding */
  /* background-color: #f8f9fa;  */
  /* border: 1px solid #ced4da;*/
  border-radius: 0;
  /* No rounded corners */
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-select-options {
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  right: 0;
  z-index: 1000;
  max-height: 200px;
  overflow-y: auto;
  display: none;
  background-color: white;
  border: 1px solid #ced4da;
  border-radius: 5px;
  /* No rounded corners */
}

.custom-select-options div {
  padding: 0.375rem 0.75rem;
  /* Same padding as .form-control */
  cursor: pointer;
}

.custom-select-options div:hover {
  background-color: #e9ecef;
  /* Hover effect */
}

/* .custom-select-box::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
} */

.form-control {
  margin-bottom: 0;
  background: transparent;
}

#destinationForm {
  background: #efefee;
  box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Discover */
/* .discover .row {
  max-width: 20rem;
} */

/* Medium Devices (Tablets, 768px and up) */
/* @media (min-width: 768px) {
  .discover .row {
    max-width: 40rem; 
  }
} */

/* Large Devices (Desktops, 992px and up) */
/* @media (min-width: 992px) {
  .discover .row {
    max-width: 65rem; 
  }
} */

.discover-box {
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  display: flex;
  align-items: end;
  overflow: hidden;
  position: relative;
  aspect-ratio: 3/4;
  max-height: 20rem;
  height: 15rem;
  width: 100%;

  min-height: 20rem;
}

.overlay {
  padding: 20px;
  width: 100%;
  text-align: center;
  transition: background 0.3s ease;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 1) 100%);
  /* Semi-transparent black */
  height: 100%;
}

.discover-box:hover .overlay {
  background: rgba(0, 0, 0, 0.6);
  /* Darker overlay on hover */
}

.discover-desc {
  font-family: "Poppins";
}

/* Responsive design for heights */
@media (max-width: 568px) {
  .discover-box {
    aspect-ratio: initial;
  }
}

@media (min-width: 567px) {
  .discover-box {
    min-height: 25rem;
  }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Packages */

.swiper-container {
  overflow-x: hidden;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
  position: static !important;
}

.swiper-button-next,
.swiper-button-prev {
  background: #fff;
  border-radius: 5px;
  height: 40px !important;
  width: 40px !important;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.packages-section {
  padding: 2rem;
}

.packages-section .card {
  font-family: "Poppins";
  border-radius: 10px;
  overflow: hidden;
  border: none;
  cursor: pointer;
}

.packages-section .card-img-top {
  width: 100%;
  /* Adjust according to your design */
  object-fit: cover;
  aspect-ratio: 3/4;
}

.packages-section .card-body {
  background-color: white;
  /* or any other color */
  padding: 25px;
  border: none;
}

.packages-section .card-body .package-title {
  font-weight: 500;
  width: 100%;
  /* font-family: "Prompt"; */
}

.packages-section .card-body .d-flex {
  align-items: center;
  flex-wrap: wrap;
}

.packages-section .card-description {
  display: flex;
  margin-top: 0 !important;
  flex-direction: column;
  gap: 5px;
}

.packages-section .card-description {
  margin-top: 1rem;
}

.packages-section .card-description {
  height: 0;
  transition: height 0.3s ease;
  overflow: hidden;
}

.packages-section .card:hover .card-description {
  height: 50px;
}

.swiper-container {
  width: 80vw;
  max-width: 20rem;
}

@media screen and (min-width: 768px) {
  .swiper-container {
    width: 100vw;
    max-width: 40rem;
  }
}

@media screen and (min-width: 992px) {
  .packages-section .swiper-container {
    max-width: 62.5rem;
    width: 100%;
  }
}

.packages-section .card {
  position: relative;
  overflow: hidden;
  transition: height 0.3s ease, transform 0.3s ease;
  /* Smooth transition for both height and scaling */
  transform-origin: center;
  /* Scale from the center */
}

.packages-section .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* top: 100%; */
  height: 90px;
  /* Initial height to show only the title */
  transition: height 0.3s ease, opacity 0.3s ease;
  opacity: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.packages-section .card-description {
  display: none;
  /* Hide the description initially */
}

.packages-section .card .card-body .package-title {
  font-weight: bold;
}

.swiper-container {
  overflow-y: hidden;
}

.packages-section .card:hover {
  transform: scale(1.05);
  /* Slightly enlarge the card */
  z-index: 10;
}

.packages-section .card:hover .card-body {
  height: 180px;
  /* Expand the card-body to reveal the content */
}

.packages-section .card:hover .card-description {
  display: block;
  /* Show the description on hover */
  margin-top: 10px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Destination */
/* For cards inside .destinations
.destinations .card {
  border-radius: 20px;
  overflow: hidden;
  margin: 10px;
  display: none;
}

.destinations .card img {
  width: 100%;
  height: auto;
}

.destinations .card-body {
  background-color: white;
  padding: 20px;
  transition: height 0.5s;
}

.destinations .card h5 {
  font-weight: bold;
  color: black;
}

.destinations .card p {
  color: #333;
}

.destinations .card .card-text i {
  color: var(--primary-color);
  margin-right: 5px;
}

.destinations .card .btn {
  background-color: var(--primary-color);
  color: white;
  border-radius: 20px;
  padding: 10px 20px;
}

.destinations #prev,
.destinations #next {
  cursor: pointer;
  background-color: var(--primary-color);
  color: white;
  padding: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}

.destinations #prev {
  left: 10px;
}

.destinations #next {
  right: 10px;
}

@media (min-width: 992px) {
  .destinations .card {
    display: block !important;
  }

  .dest-btn {
    display: none;
  }
}

.destination-card {
  border-radius: 8px;

  display: none; 
}
.destinations {
  display: flex;
  flex-wrap: wrap;
}
#prev,
#next {
  margin: 10px;
} */

.destination-card {
  padding: 10px;
}

.destination-card {
  /* margin: 10px; */
  display: none;
  /* Initially hidden */
}

.destination-card h5 {
  font-weight: 700;
}

.destination-card .btn {
  width: 100%;
}

#prev,
#next {
  margin: 10px;
}

.destination-card .card {
  background: #fff;
  border: none;

  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.destination-card .card-text {
  display: flex;
  align-items: center;
  gap: 9px;
}

.destination-card .desc {
  opacity: 0.7;
  margin-bottom: 4px;
}

.destination-card .bi {
  font-weight: 900;
  stroke-width: 2px;
  font-size: 25px;
}

.destination-card .city-name {
  font-weight: 500;
}

.destinations.row {
  justify-content: center;
}

@media screen and (max-width: 587px) {
  .destination-card {
    max-width: 300px;
  }
}

@media screen and (min-width: 992px) {
  .destinations.row {
    max-width: 95%;
  }
}

.destination-card img {
  aspect-ratio: 3/3.2;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Partners */

.partners {
  /* padding: 60px 0 60px 0; */
  padding-left: 30px;
  padding-right: 30px;
}

.partners .swiper-slide img {
  /* opacity: 0.5; */
  transition: 0.3s;
}

.partners .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

.partners-slider {
  border-radius: 10px;
  background: #fff;
  /* padding: 40px; */
}

@media screen and (min-width: 992px) {
  .partners.row {
    max-width: 95%;
  }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Partner Hotels */

.partner-offer-section .image-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.partner-offer-section .large-image {
  width: 100%;
  height: auto;
  z-index: 1;
  aspect-ratio: 4/1.7;
  /* Aspect ratio of 16:9 */
  object-fit: cover;
  min-height: 400px;
  border-radius: 10px;
  /* Slight rounding of the image */
}

.partner-offer-section .text-box {
  bottom: 100px;
  /* Starts at 100px from the bottom of the image */
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  background-color: #fff;
  /* Slightly transparent white background */
  padding: 10px;
  border-radius: 15px;
  z-index: 2;
  position: relative;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  /* Subtle shadow for depth */
}

.partner-offer-section .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* Line separating the two text areas */
  padding-bottom: 20px;
  padding: 1rem;
}

.partner-offer-section .right-text {
  margin-top: 20px;
}

.partner-offer-section .left-text {
  font-size: 0.9rem;
  font-weight: bold;
  color: #333;
}

.partner-offer-section .left-text span {
  display: block;
  font-weight: normal;
  font-size: 1rem;
  color: #007bff;
  /* Highlight the discount text */
}

.partner-offer-section .border-p {
  border-top: 1px solid #ccc;
}

.partner-offer-section .right-text p {
  font-size: 0.9rem;
  color: #666;
  padding-top: 20px;
}

.partner-offer-section .button-container {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .partner-offer-section .right-text p {
    font-size: 1rem;
    padding-left: 50px;
    padding-right: 20px;
    padding-top: 0;
  }

  .partner-offer-section .border-p {
    border-left: 1px solid #ccc;
    border-top: none;
  }

  .partner-offer-section .right-text {
    margin-top: 0;
  }

  .partner-offer-section .text-2xl {
    font-size: 2rem;
  }

  .partner-offer-section .text-box {
    width: 52rem;
  }

  .partner-offer-section .content {
    padding: 2rem;
  }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Hotels */

.rating-stars i {
  font-size: 1.5rem;
  /* Adjust size as needed */
  margin-right: 2px;
}

.hotel-card {
  overflow: hidden;
  cursor: pointer;
  border-radius: 0;
}

.hotel-card .card-img-top {
  /* width: 100%; */
  aspect-ratio: 3/5;
  max-height: 450px;
  min-height: 400px;
  transition: transform 0.5s;
  /* object-fit: cover; */
}

.hotel-card::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  z-index: 1;
}

.hotel-card .card-body {
  /* position: absolute; */
  z-index: 2;
}

.hotel-card .hotel-card .hotel-name {
  margin-bottom: 0.5rem;
}

.hotel-card .hotel-location {
  margin-bottom: 1rem;
}

.hotel-card .btn-primary {
  z-index: 2;
}

.hotel-card .rating-section {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #ddd;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  z-index: 2;
  padding: 20px !important;
}

.hotel-card:hover .card-img-top {
  transform: scale(1.2);
}

.hotel-card .rating-stars {
  display: flex;
}

@media (max-width: 576px) {
  .hotels-section .row {
    max-width: 20rem;
  }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Footer section */
.footer-section {
  font-family: "Poppins";
}

.subscribe-section {
  top: -8rem;
  border-radius: 20px;
  /* width: 80vw; */
}

.subscribe-section .container {
  max-width: 40rem;
}

.footer-section {
  margin-top: 12rem;
  padding-top: 13rem;
}

.subscribe-section h4,
.subscribe-section h5,
.subscribe-section p {
  margin-bottom: 15px;
}

.subscribe-section .form-control {
  background: #fff;
  font-size: inherit;
}

.footer-links h5,
.footer-links h6 {
  font-weight: bold;
}

.footer-links a {
  color: #ffffff;
  opacity: 0.7;
  display: block;
  padding: 5px 0;

  text-decoration: none;
}

.footer-links a:hover {
  opacity: 1;
}

.footer-links a:hover {
  text-decoration: underline;
}

.social-icons a {
  font-size: 1.5rem;
}

.social-icons {
  display: flex;
  gap: 20px;
}

.bg-dark {
  background-color: #000000 !important;
}

@media screen and (max-width: 576px) {
  .subscribe-section .form-inline {
    gap: 0 !important;
  }

  .subscribe-section .form-inline .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    min-width: auto;
  }

  .subscribe-section .form-inline .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media screen and (min-width: 992px) {

  .partners-section .inner-container,
  .partner-offer-section .image-container,
  .hotels-section .inner-container {
    max-width: 70rem;
  }
}

.hero {
  height: 300px;
  padding: 80px 0;
  color: white;
  text-align: center;
}

.hero h1 {
  font-size: 48px;
  margin-bottom: 20px;
}

.search-bar {
  margin-top: -50px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.filters {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

/* Package Cards - Horizontal */
.package-card-horizontal {
  margin: 10px 0px;
  border: none;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.package-card-horizontal img {
  height: 100%;
  object-fit: cover;
}

.package-card-horizontal .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.package-card-horizontal h5 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.package-card-horizontal .price {
  font-size: 1rem;
  font-weight: bold;
  color: #6d9a8a;
}

.custom-tabs .nav-item {
  flex: 1;
  text-align: center;
  background: #fff;

  border-radius: 5px;
}

.custom-tabs .nav-link {
  color: #333;
  background-color: #fff;
  padding: 10px;
  font-weight: bold;
  border-radius: 0;
  transition: all 0.3s ease;
}

.custom-tabs .nav-link.active {
  color: #fff;
  background-color: #6d9a8a;
  border-color: #6d9a8a #6d9a8a #fff;
}


.tab-content {
  border: 1px solid #fff;
  border-top: none;
  padding: 20px;
}

.destination-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.destination-overlay {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.destination-wrapper {
  position: relative;
}

.featured-section {
  margin-top: 30px;
}

.destination-card img {
  width: 100%;
  border-radius: 10px;
}

.destination-card .card-body {
  text-align: center;
}

.destination-card h5 {
  color: #000;
}

.featured-section {
  margin-top: 30px;
}

/* Featured Section Styling */
.featured-section {
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.featured-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #6d9a8a;
  margin-bottom: 20px;
}

.featured-section p {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 30px;
}

.explore-card {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
}

.explore-card h3 {
  font-size: 1.75rem;
  color: #6d9a8a;
  margin-bottom: 15px;
}

.explore-card p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 20px;
}

.explore-card .btn {
  background-color: #6d9a8a;
  color: #fff;
  border-radius: 5px;
  padding: 10px 30px;
  font-size: 1.1rem;
}

/* Image Styling */
.row.g-4 img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 200px;
}

.row.g-2 .col-md-6 {
  padding: 10px;
}

/* Media Queries */
@media (max-width: 768px) {
  .featured-section h2 {
    font-size: 2rem;
  }

  .featured-section p {
    font-size: 1rem;
  }

  .explore-card h3 {
    font-size: 1.5rem;
  }
}

.login-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 900px;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.login-form {
  flex: 1;
}

.login-image {
  flex: 1;
}





.package-card {
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
}

.package-card:hover {
  transform: scale(1.05);
}

.package-img {
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}

.package-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.price-tag {
  background-color: #045696;
  opacity: .6;
  color: #fff;
  font-size: .9rem;
  padding: 0.3rem 1rem;
  border-radius: 5px;
}

.text-primary {
  color: #6d9a8a;
}

button:active,
.btn:active,
.btn-primary:active {
  background-color: #555;
}