/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/carousel/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-plune-blocks-carousel .slide {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 65%;
}
.wp-block-plune-blocks-carousel .slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
  border-radius: 2.25rem;
}
.wp-block-plune-blocks-carousel.format-panoramic .slide {
  padding-bottom: 30%;
}
.wp-block-plune-blocks-carousel.format-16-9 .slide {
  padding-bottom: 45%;
}
.wp-block-plune-blocks-carousel.format-portrait .slide {
  padding-bottom: 140%;
}
.wp-block-plune-blocks-carousel.format-square .slide {
  padding-bottom: 100%;
}
@media (max-width: 768px) {
  .wp-block-plune-blocks-carousel[class*=format-] .slide {
    padding-bottom: 54%;
  }
}
.wp-block-plune-blocks-carousel .owl-theme .owl-dots {
  margin-top: 1.5rem !important;
}
.wp-block-plune-blocks-carousel .owl-theme .owl-dots .owl-dot span {
  background-color: #d4c3b5;
  border: 1px solid #fff;
  width: 11px;
  height: 11px;
  margin: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.wp-block-plune-blocks-carousel .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #9c9c9c;
}
.wp-block-plune-blocks-carousel .owl-theme .owl-dots .owl-dot.active span {
  background-color: #40210a;
}
.wp-block-plune-blocks-carousel .owl-theme .owl-nav {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.wp-block-plune-blocks-carousel .owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  bottom: 4px;
  margin: 3px;
  font-size: 14px;
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  text-shadow: 1px 1px 2px #000, 0 0 1em #000, 0 0 0.2em #000;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  line-height: 1;
}
.wp-block-plune-blocks-carousel .owl-theme .owl-nav [class*=owl-].owl-prev {
  left: 4px;
}
.wp-block-plune-blocks-carousel .owl-theme .owl-nav [class*=owl-].owl-next {
  right: 4px;
}
.wp-block-plune-blocks-carousel .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: rgba(255, 255, 255, 0.55);
  color: rgb(102, 102, 102);
  text-shadow: none;
}
.wp-block-plune-blocks-carousel .owl-theme .owl-nav [class*=owl-]:active {
  background-color: rgba(255, 255, 255, 0.85);
  color: #000;
  text-shadow: none;
}

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