/*-------------- Sticky Header End --------------*/
#slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#slider > .container {
  position: absolute;
  height: 100%;
  right: 0;
  left: 0;
}

#slider .home-slider {
}

#slider,
#slider .home-slider,
#slider .owl-stage-outer,
#slider .owl-stage,
#slider .owl-item {
  width: 100dvw;
  height: 100dvh;
}

#slider .home-slider .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#slider .home-slider .item:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 25%) url(../../images/design/slider-bg.png) left
    bottom repeat-x;
  position: absolute;
  top: 0;
  z-index: 1;
}

#slider .home-slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

#slider .item--video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}

#slider .home-slider .owl-dots {
  width: 45px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}

#slider .home-slider .owl-dots .owl-dot {
  margin: 0px 0;
}

#slider .home-slider .owl-dots .owl-dot:first-child {
  margin-top: 0;
}

#slider .home-slider .owl-dots .owl-dot:last-child {
  margin-bottom: 0;
}

#slider .home-slider .owl-dots .owl-dot.active {
  margin-top: 60px;
  margin-bottom: 60px;
}

#slider .home-slider .owl-dots .owl-dot:before,
#slider .home-slider .owl-dots .owl-dot:after {
  width: 1px;
  height: 0px;
  top: inherit;
}

#slider .home-slider .owl-dots .owl-dot.active:before,
#slider .home-slider .owl-dots .owl-dot.active:after {
  height: 45px;
}

#slider .home-slider .owl-dots .owl-dot:before {
  right: inherit;
  bottom: calc(100% + 15px);
}

#slider .home-slider .owl-dots .owl-dot:after {
  left: inherit;
  top: calc(100% + 15px);
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  #slider .home-slider .owl-dots {
    width: auto;
    top: auto;
    transform: translateY(0%);
    bottom: 90px;
    right: 15px;
    left: 15px;
  }
  #slider .home-slider .owl-dots .owl-dot {
    width: 32px;
    height: 32px;
    margin: 0 5px;
  }
  #slider .home-slider .owl-dots .owl-dot:first-child {
    margin-top: 0;
    margin-left: 0;
  }
  #slider .home-slider .owl-dots .owl-dot:last-child {
    margin-bottom: 0;
    margin-right: 0;
  }
  #slider .home-slider .owl-dots .owl-dot.active {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  #slider .home-slider .owl-dots .owl-dot:before,
  #slider .home-slider .owl-dots .owl-dot:after {
    display: none;
  }
  #slider .home-slider .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
  }
}

@media only screen and (max-width: 767px) {
  #slider .home-slider .owl-dots {
    width: auto;
    top: auto;
    transform: translateY(0%);
    bottom: 90px;
    right: 15px;
    left: 15px;
  }
  #slider .home-slider .owl-dots .owl-dot {
    width: 32px;
    height: 32px;
    margin: 0 5px;
  }
  #slider .home-slider .owl-dots .owl-dot:first-child {
    margin-top: 0;
    margin-left: 0;
  }
  #slider .home-slider .owl-dots .owl-dot:last-child {
    margin-bottom: 0;
    margin-right: 0;
  }
  #slider .home-slider .owl-dots .owl-dot.active {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  #slider .home-slider .owl-dots .owl-dot:before,
  #slider .home-slider .owl-dots .owl-dot:after {
    display: none;
  }
  #slider .home-slider .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
  }
}
