:root {
 --primary-color: #1C1C1E;
 --primary-color-rgb: 28, 28, 30;
 --secondary-color: #C6A75E;
 --secondary-color-rgb: 198, 167, 94;
}

.d-stars,
.d-stars .icofont-star,
.d-stars i {
 color: var(--secondary-color);
}

.owl-dot,
.owl-dots button,
.text-light .owl-dot {
 background: rgba(var(--secondary-color-rgb), 0.4);
}

.owl-dot.active,
.owl-dots .owl-dot.active {
 background: var(--secondary-color);
}

.swiper-pagination-bullet {
 background: rgba(var(--secondary-color-rgb), 0.5);
}

.swiper-pagination-bullet-active {
 background: var(--secondary-color);
}

