.tippy-box[data-theme^=wows-tippy-dracula-] {
  background-color: transparent;
}
.tippy-box[data-theme^=wows-tippy-dracula-] .tippy-content {
  padding: 0;
}
.tippy-box[data-theme^=wows-tippy-dracula-] .tippy-arrow {
  color: #fff;
  z-index: 1;
}

.wows-dracula-wrap {
  position: relative;
  width: 100%;
}
.wows-dracula-wrap img {
  width: 100%;
}

.wows-dracula {
  padding: 5px;
  background: #495157;
  color: #fff;
  border-radius: 100px;
  position: relative;
}
.wows-dracula:hover {
  color: #fff;
}

.wows-dracula-item img {
  width: 1em;
  border-radius: inherit;
}
.wows-dracula-item svg {
  width: 1em;
  height: 1em;
}

.wows-dracula-content {
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0px 25px 25px -25px #556068;
}

.wows-dracula-title {
  margin-top: 0;
  color: #495157;
  font-size: 16px;
  margin-bottom: 6px;
}

.wows-dracula-text {
  font-size: 14px;
}

.wows-dracula-price-btn-wrap {
  margin-top: 8px;
}

.wows-dracula-price {
  font-size: 13px;
  font-weight: 600;
}

.wows-wow-sliders-dracula .wows-dracula-link {
  font-size: 12px;
  padding: 6px 10px;
}
.wows-wow-sliders-dracula .wows-dracula-link:hover {
  background: #495157;
}

.wows-dracula-animated .wows-dracula:before {
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  z-index: -1;
}
.wows-dracula-animated .wows-dracula:before, .wows-dracula-animated .wows-dracula:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  border: 1px solid #556068;
  border-radius: 200px;
  transform: scale(0.35) translateY(-50%) translateX(-50%);
  opacity: 0;
  animation: marker-ripple-animation 2.6s cubic-bezier(0.25, 0.9, 0.2, 1) 0.4s infinite;
  z-index: 11;
}
.wows-dracula-animated .wows-dracula:after {
  width: 100%;
  height: 100%;
  z-index: -1;
  border-color: #556068;
  animation: marker-ripple-animation 2.6s cubic-bezier(0.25, 0.9, 0.2, 1) 0s infinite;
}
.wows-dracula-animated .wows-dracula svg {
  transition: transform 0.3s;
}
.wows-dracula-animated .wows-dracula:hover svg {
  transform: rotate(90deg);
}

.wows-wow-sliders-dracula .wows-navigation-arrows {
  position: absolute;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin: 25px;
  gap: 8px;
}
.wows-wow-sliders-dracula .wows-navigation-arrows .wows-dracula-slidenav {
  padding: 0;
  position: relative;
  color: #e9e9ff;
  padding: 10px;
  border-radius: 8px;
  font-size: 10px;
  background-color: #495157;
  transition: all 600ms cubic-bezier(0.48, 0, 0.12, 1);
  overflow: hidden;
}
.wows-wow-sliders-dracula .wows-navigation-arrows .wows-dracula-slidenav i {
  display: block;
  z-index: 1;
  position: relative;
  transition: all 0.3s ease;
}
.wows-wow-sliders-dracula .wows-navigation-arrows .wows-dracula-slidenav:hover::before {
  transform: skewY(9.3deg) scaleY(2);
  transform-origin: bottom center;
}
.wows-wow-sliders-dracula .wows-dracula-slidenav::before,
.wows-wow-sliders-dracula .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8F48FF;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  bottom: -50%;
  transform-origin: bottom center;
}
.wows-wow-sliders-dracula .wows-navigation-dots .swiper-pagination {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 25px;
  width: fit-content;
  height: fit-content;
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  bottom: 0;
  z-index: 1 !important;
}
.wows-wow-sliders-dracula .wows-navigation-dots .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 25px;
  border-radius: 3px;
  background-color: #495157;
  opacity: 1;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.wows-wow-sliders-dracula .wows-navigation-dots .swiper-pagination .swiper-pagination-bullet-active::before {
  transform: skewY(9.3deg) scaleY(2);
  transform-origin: bottom center;
}

.elementor-widget-wow-sliders-dracula .wows-dracula-wrap .wows-dracula-invisible {
  background: transparent !important;
}
.elementor-widget-wow-sliders-dracula .wows-dracula-wrap .wows-dracula-invisible:before, .elementor-widget-wow-sliders-dracula .wows-dracula-wrap .wows-dracula-invisible:after {
  border-color: transparent !important;
}

.elementor-element-edit-mode .wows-dracula-invisible {
  border: 1px solid #495157;
}

@keyframes marker-ripple-animation {
  0% {
    transform: translate3d(-50%, -50%, 0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate3d(-50%, -50%, 0) scale(1.7);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .wows-dracula-content {
    padding: 30px;
    border-radius: 8px;
  }
  .wows-dracula-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .wows-dracula-text {
    font-size: 16px;
  }
  .wows-dracula-price-btn-wrap {
    margin-top: 20px;
  }
  .wows-dracula-price {
    font-size: 15px;
  }
  .wows-wow-sliders-dracula .wows-dracula-link {
    font-size: 14px;
    padding: 10px 15px;
  }
  .wows-wow-sliders-dracula .wows-navigation-arrows {
    margin: 50px;
    gap: 12px;
  }
  .wows-wow-sliders-dracula .wows-navigation-arrows .wows-dracula-slidenav {
    padding: 13px;
    font-size: 12px;
  }
  .wows-wow-sliders-dracula .wows-navigation-dots .swiper-pagination {
    margin: 0 50px;
  }
}