@import "uikit.css";
@import "tailwind.min.css";
header {
  z-index: 2;
  width: 100%;
}
header.uk-active {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
header .uk-navbar-nav > li > a {
  font-size: 1rem;
}
.home-slider {
  background-size: cover;
  background-position: center;
}
.home-slider .overlay > .uk-container {
  margin-top: 80px;
}
.home-slider .owl-item h1 {
  text-shadow: 2px 2px 0 var(--color-primary-dark);
}
.home-slider .owl-item h4 {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
}
.home-slider .owl-item.active .overlay h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.home-slider .owl-item.active .overlay h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.home-slider .owl-item.active .overlay button {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.home-slider .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-slider .owl-dots .owl-dot {
  margin: 5px;
}
.home-slider .owl-dots .owl-dot span {
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.home-slider .owl-dots .owl-dot.active span {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #ffffff;
}
footer .bottom-bar {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
/*# sourceMappingURL=style.css.map */