* {
  font-family: poppins;
  scroll-behavior: smooth;
}


@import "tailwindcss";

@source "../node_modules/flowbite-datepicker";

.nav-text {
  display: inline-block;
  color: #404040;
  text-decoration: none;
}

.nav-text::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #307e91;
  transition: width 0.3s;
  color: black;
}

.nav-text:hover::after {
  width: 100%;
  //transition: width .3s;
}

.hero-section {
  background-image: url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e");
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* keeps the background image fixed */
  height: 100vh;
  position: relative;
}

.overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5); /* black transparent overlay */
  z-index: 1;
}

.content {
  position: relative;
  z-index: 2;
  color: white;
  padding: 100px 20px;
  text-align: center;
}

.swiper-button-prev:after,
        .swiper-rtl .swiper-button-next:after {
            content: '' !important;
        }

        .swiper-button-next:after,
        .swiper-rtl .swiper-button-prev:after {
            content: '' !important;
        }

        .swiper-button-next svg,
        .swiper-button-prev svg {
            width: 24px !important;
            height: 24px !important;
        }

        .swiper-button-next,
        .swiper-button-prev {
            position: relative !important;
        }

        .swiper-slide.swiper-slide-active {
            --tw-border-opacity: 1 !important;
            border-color: rgb(79 70 229 / var(--tw-border-opacity)) !important;
        }

        .swiper-slide.swiper-slide-active>.swiper-slide-active\:text-indigo-600 {
            --tw-text-opacity: 1;
            color: rgb(79 70 229 / var(--tw-text-opacity));
        }

        .swiper-slide.swiper-slide-active>.flex .grid .swiper-slide-active\:text-indigo-600 {
            --tw-text-opacity: 1;
            color: rgb(79 70 229 / var(--tw-text-opacity));
        }