/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/hero-section/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-barebones-hero-section {
  position: relative;
}
.wp-block-barebones-hero-section * {
  color: white;
}
.wp-block-barebones-hero-section:not(.block-editor-block-list__block) {
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding: 10rem 0;
}
@media (min-width: 992px) {
  .wp-block-barebones-hero-section:not(.block-editor-block-list__block) {
    display: flex;
    align-items: center;
    min-height: 900px;
  }
}
.wp-block-barebones-hero-section:not(.block-editor-block-list__block) .wp-block-barebones-hero-section__slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-barebones-hero-section:not(.block-editor-block-list__block) .wp-block-barebones-hero-section__slider .carousel-inner {
  width: 100%;
  height: 100%;
}
.wp-block-barebones-hero-section:not(.block-editor-block-list__block) .wp-block-barebones-hero-section__slider-item {
  width: 100%;
  height: 100%;
}
.wp-block-barebones-hero-section:not(.block-editor-block-list__block) .wp-block-barebones-hero-section__slider-item img {
  width: 100%;
  height: 100%;
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wp-block-barebones-hero-section:not(.block-editor-block-list__block) .wp-block-barebones-hero-section__decoration {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 1;
  background-image: linear-gradient(90deg, #0872f3, #bbec18);
}
.wp-block-barebones-hero-section:not(.block-editor-block-list__block).wp-block-barebones-hero-section__no-decor .wp-block-barebones-hero-section__decoration {
  opacity: 0.35;
  background-image: none;
  background-color: #333;
  z-index: 0;
}

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