#home-locations .owl-carousel .item img {
  height: 100vh;
  object-fit: cover;
  width: 100%;
}

/* Dots with Custom Text */
#home-locations .owl-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
  width: 100%;
}

#home-locations .owl-dots .owl-dot {
  display: inline-block;
  margin: 5px;
  padding: 10px !important;
  width: 150px;
  background: #121417;
  backdrop-filter: blur(10px);
  opacity: 0.6;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #FFF;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  text-align: center;
}

#home-locations .owl-dots .owl-dot span {
  display: block;
  font-size: 11px;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 5px;
}

#home-locations .owl-dots .owl-dot:hover,
#home-locations .owl-dots .owl-dot.active {
  backdrop-filter: none;
  opacity: 1;
}

/* Animated Title */
#location-title {
  float: left;
  overflow: hidden;
  position: relative;
  height: 3.625rem;
}

#location-title span {
  display: inline-block;
  color: #fff;
  position: relative;
  white-space: nowrap;
  top: 0;
  left: 0;
  transition: top 0.5s ease-in-out;
}

#home-locations .find-villa-btn{
  top: 62%;
}
#home-locations .find-villa-btn svg{
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 100%
}
#home-locations .find-villa-btn svg{
  transition: all .4s ease-in-out;
}
#home-locations .find-villa-btn:hover svg{
  transform: rotate(45deg);
}

@media screen and (max-width:550px){
  #location-link{
    top: 25% !important;
  }
  #home-locations .find-villa-btn{
    top: 39% !important;
  }
}

#home-locations .image-overlay-container {
  position: relative;
  overflow: hidden;
}

#home-locations .image-overlay-container img {
  display: block;
}

#home-locations .image-overlay-container::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(124, 124, 124, 0.3);
  pointer-events: none;
}