/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.98.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/.pnpm/postcss-loader@6.2.1_postcss@8.5.2_webpack@5.98.0/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/.pnpm/sass-loader@16.0.5_sass@1.85.0_webpack@5.98.0/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/hero-slider/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-furmanos-blocks-hero-slider {
  --swiper-pagination-color: white;
  --swiper-pagination-bullet-size: 15px;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-inactive-color: transparent;
}
.wp-block-furmanos-blocks-hero-slider .swiper-pagination-bullet {
  border: 2px solid white;
}
.wp-block-furmanos-blocks-hero-slider .swiper-container {
  height: clamp(450px, 60vh, 600px);
}
@media screen {
  .wp-block-furmanos-blocks-hero-slider .swiper-container {
    height: clamp(350px, 50vh, 500px);
  }
}
.wp-block-furmanos-blocks-hero-slider .swiper-container .swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  width: 100%;
  z-index: 1;
}
.wp-block-furmanos-blocks-hero-slider .swiper-container .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.wp-block-furmanos-blocks-hero-slider .swiper-container .swiper-slide.hero {
  padding: 2em;
  display: grid;
  grid-template-rows: auto min-content min-content;
  font-size: 1rem;
  line-height: 1;
  gap: 1em;
}
.wp-block-furmanos-blocks-hero-slider .swiper-container .swiper-slide.hero h1 {
  grid-row: 3/4;
  color: white;
  margin: 0;
  font-size: 3em;
  filter: drop-shadow(1px 1px 1px black);
}
.wp-block-furmanos-blocks-hero-slider .swiper-container .swiper-slide.hero h2 {
  grid-row: 2/3;
  color: white;
  position: relative;
  margin: 0;
  font-size: 1.25em;
  text-transform: none;
  font-weight: 200;
  filter: drop-shadow(1px 1px 1px black);
}
.wp-block-furmanos-blocks-hero-slider .swiper-container .dots {
  display: flex;
  padding: 10px 0;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.wp-block-furmanos-blocks-hero-slider .swiper-container .dots .dot {
  border: none;
  width: 10px;
  height: 10px;
  background: transparent;
  border: 3px solid white;
  border-radius: 50%;
  margin: 0 5px;
  padding: 5px;
  cursor: pointer;
}
.wp-block-furmanos-blocks-hero-slider .swiper-container .dots .dot.active {
  background: white;
}

/*# sourceMappingURL=style-index.css.map*/