.project-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  opacity: 0;
  transition: 0.5s;
}

.project-item:hover a {
  opacity: 1;
}

.project-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.project-carousel .owl-dot {
  width: 20px;
  height: 20px;
  margin: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #009cff;
  background-color: #fff;
  border-radius: 35px;
  transition: 0.5s;
}

.project-carousel .owl-dot:hover,
.project-carousel .owl-dot.active {
  color: #ffffff;
  border-color: white;
  background: #009cff;
}

@media (max-width: 600px) {
  .call-now-about {
    margin-left: 25vw !important;
  }
}

.call-to-book {
  background-color: #d5ae82;
  color: white;
}

.call-to-book:hover {
  border: 2px solid #d5ae82;
  color: white !important;
  background: black !important;
}
