/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/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.
 */
.flickity-wrap {
  position: relative;
  width: 100%;
  max-width: 100% !important;
}

.flickity-wrap img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  filter: brightness(0.7);
}

.flickity-slide {
  width: 100%;
  height: auto !important;
}

.flickity-slide-content {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(-5%, -50%);
  color: white; /* Adjust text color to contrast with the image */
  padding: 80px 40px; /* Optional: Add padding around the text */
  box-sizing: border-box; /* Ensures padding is included in the element's total width and height */
  width: 80%; /* Adjust to fit within the image */
  max-width: 800px;
}

.flickity-page-dots {
  bottom: 20px !important;
}

.flickity-page-dots li {
  background-color: #fff;
  margin: 0px 5px !important;
  height: 6px !important;
  opacity: 1;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  width: 12px !important;
  border-radius: 8px !important;
}

.flickity-wrap .flickity-viewport, .flickity-slide, .flickity-slide img {
  min-height: var(--slider-min-height, 600px);
}

.flickity-slide-content .wp-block-button a {
  font-size: 16px !important;
  padding: 9px 30px;
  background: transparent !important;
  color: #fff !important;
  text-decoration: none !important;
  border: 1px solid #fff;
  border-radius: 999px;
}

.flickity-slide-content .wp-block-button a:hover {
  background: transparent !important;
  color: #fff !important;
}

.flickity-slide-content .wp-block-button a:after {
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-flex;
  transition: width 0.1s ease-out;
  width: 0;
}

.flickity-slide-content .wp-block-button a:hover:after {
  width: 17px;
  height: 17px;
  position: relative;
  top: 3px;
  left: 10px;
}

@keyframes bulletLoader {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.flickity-page-dots li:before {
  background-color: #f6f6f6;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 0;
}

.flickity-page-dots li.is-selected {
  position: relative;
  width: 56px !important;
  border-radius: 8px !important;
  height: 6px !important;
}

.flickity-page-dots li.is-selected:before {
  animation: bulletLoader var(--slider-ani-speed, 3s) forwards;
}

.flickity-wrap h2 {
  margin-top: 0px !important;
  margin-bottom: 10px !important;
}

.flickity-wrap h2, .flickity-wrap p {
  color: #fff !important;
}

.flickity-page-dots .dot {
  opacity: 0.6 !important;
  background: #ccc !important;
}

.wp-block-flexiflick-slider-block {
  background: #ccc;
  color: #000 !important;
  text-align: center;
  padding: 30px;
  border: 1px dotted #000;
}

.wp-block-flexiflick-slider-block h3 {
  text-align: center;
}

@media (max-width: 768px) {
  .flickity-slide-content {
    width: 100%;
    top: 0px;
    left: 0px;
    transform: none;
    padding: 40px 20px;
  }
  .flickity-wrap .flickity-viewport, .flickity-slide, .flickity-slide img {
    min-height: 400px;
  }
}

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