/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./app/components/hero-slider/slide.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
/* src/components/HeroSlider/Slide.module.css */

.slide_slide__MJah6 {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .slide_active__Zaou9 {
    left: 0;
    opacity: 1;
    z-index: 2;
  }
  
  .slide_content__3vEJu {
    color: #fff;
    text-align: center;
    z-index: 3;
  }
  
  .slide_content__3vEJu h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  
  .slide_content__3vEJu h3 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  
  .slide_content__3vEJu button {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    border: none;
    background-color: #ff7f50;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
  }
  
  .slide_content__3vEJu button:hover {
    background-color: #ff5722;
  }
/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./app/components/hero-slider/navigation.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
/* src/components/HeroSlider/NavigationDots.module.css */

.navigation_dotsContainer___BQHa {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 4;
  }
  
  .navigation_dot__ITGop {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .navigation_dot__ITGop:hover,
  .navigation_active__e0M5G {
    background-color: rgba(255, 255, 255, 1);
  }
/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./app/components/hero-slider/hero-slider.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
/* src/components/HeroSlider/HeroSlider.module.css */

.hero-slider_heroSlider__mPuRi {
    position: relative;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
  
  .hero-slider_slidesContainer__9ME1g {
    position: relative;
    width: 100%;
    height: 100%;
  }
  
  .hero-slider_overlay__pnzei {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  
  .hero-slider_heroSlider__mPuRi .hero-slider_slidesContainer__9ME1g > div {
    z-index: 2;
  }
