.c-5c5c5c {
  color: #5c5c5c;
}

.c-7b7b7b {
  color: #7b7b7b;
}

.bgc-6a6a6a {
  background-color: #6a6a6a;
}

.bgc-dddddd {
  background-color: #dddddd;
}

.gal-title span {
    font-family: "Poppins", sans-serif !important;
    color: #3c4145;
}

div.uk-container.carrusel-width {
    padding: 0;
}

.arrow-circle {
  background-color: #5f1b2d;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.arrow-circle:hover {
  background-color: #A8123E;
}

.arrow-circle span svg {
  width: 30px;
  height: 30px;
  color: #ffffff;
  opacity: 0.7;
}

/* .padding30 {
  padding: 30px !important;
}

.carrusel-image {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden !important;
}

.carrusel-width {
  width: 100%;
  height: auto;
  display: block;
}

.uk-slider-items img {
  border-radius: 35px;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.pb-50 {
  padding-bottom: 50px;
}

.moduleCustomLink {
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1rem;
  display: inline-block;
}

.moduleCustomLink:hover {
  background-color: #a8123d !important;
  color: #fff !important;
}
 */