/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/@wordpress/scripts/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/blocks/hero-slider/hero-slide/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied font-end only.
 *
 */
.blockwheels-section .blockwheels-hero-slide-wrapper .wp-block-image {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.blockwheels-section .blockwheels-hero-slide-wrapper .wp-block-image a::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5215686275);
  position: absolute;
  z-index: 2;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: 0.4s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: 0.4s cubic-bezier(0.28, 0.12, 0.22, 1);
  inset: 0;
}
.blockwheels-section .blockwheels-hero-slide-wrapper .wp-block-content {
  position: relative;
  z-index: 1;
  padding: 20px;
}
.blockwheels-section .blockwheels-hero-slide-wrapper .wp-block-content h6 {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 15px;
}
.blockwheels-section .blockwheels-hero-slide-wrapper .wp-block-content span, .blockwheels-section .blockwheels-hero-slide-wrapper .wp-block-content p {
  color: #565656;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 0;
  display: inline-block;
}
.blockwheels-section .blockwheels-hero-slide-wrapper .wp-block-content .slide-buttons ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.blockwheels-section .blockwheels-hero-slide-wrapper .wp-block-content .slide-buttons ul li {
  margin: 0;
}
.blockwheels-section .blockwheels-hero-slide-wrapper .wp-block-content .slide-buttons ul li a {
  text-decoration: none;
  color: #ffffff;
  text-transform: capitalize;
  letter-spacing: 3px;
  padding: 4px 12px;
  font-size: 16px;
  background: #000000;
  border-radius: 4px;
  display: inline-block;
  border: 0 solid;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 1.6;
}
.blockwheels-section .blockwheels-hero-slide-wrapper .wp-block-content .slide-buttons ul li a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blockwheels-section .blockwheels-hero-slide-wrapper[data-layout=style-2] .wp-block-image {
  inset: 0;
  opacity: 1;
}
.blockwheels-section .blockwheels-hero-slide-wrapper[data-layout=style-2] .wp-block-content.has-image {
  position: absolute;
  inset: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 999;
}
.blockwheels-section .blockwheels-hero-slide-wrapper[data-layout=style-1] .wp-block-image a::before {
  inset: 20px;
  opacity: 0;
}
.blockwheels-section .blockwheels-hero-slide-wrapper[data-layout=style-1] .wp-block-image a:hover:before {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  inset: 0;
  opacity: 1;
}

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