/* variables */
/* end of variables */
.head-slider {
  margin-top: 0;
  min-height: 400px;

    display: flex;
    position: relative;
    opacity: 0;
    transition: opacity 1s ease;
}


.owl-loaded {
    opacity: 1;
    display: block;
}

.head-slider .item {
  position: relative;
}

.head-slider .item img {
  border-radius: 15px;
}

.slide-content {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  left: 0;
  z-index: 1;
  bottom: 4.25em;
  padding: 0.75em 4.25em;
}

.slide-content h3, .slide-content p {
  color: white;
  max-width: 300px;
}

.slide-content p {
  margin-bottom: 0.1em;
}

.owl-carousel.head-slider .owl-nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 10px);
  top: calc(50% - 12px);
  margin: 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}

.owl-carousel.head-slider .owl-nav button {
  color: white;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  pointer-events: all;
}

.owl-carousel.head-slider .owl-nav button:hover {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.owl-carousel.head-slider .owl-nav .owl-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.owl-carousel.head-slider:hover .owl-nav {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .head-slider .owl-stage-outer {
    border-radius: 15px;
  }
  .head-slider .item img {
    height: 400px;
    width: auto !important;
  }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .head-slider .owl-stage-outer {
    border-radius: 15px;
  }
  .head-slider .item img {
    height: 400px;
    width: auto !important;
  }
}

@media (max-width: 575px) {
  .slide-content {
    left: 0;
    bottom: 0;
    padding: 0.75em 2em 3.25em 2em;
    right: 0;
  }
  .slide-content h3 {
    font-size: 1rem;
  }
  .slide-content p {
    font-size: 0.8rem;
  }
}

/* Landscape phones and smaller */
/*# sourceMappingURL=slider.css.map */
