.bg-gradient-primary-to-secondary {
  background-color: var(--bs-gray-900) !important;
  background-image: linear-gradient(135deg, var(--bs-gray-900) 0%, var(--bs-gray-500) 100%) !important;
}
.page-header-ui{
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url("../public_files/img/intro-bg3-I0lNytL.jpg")!important;
}

.page-header-ui-dark .page-header-ui-text {
  color: rgba(255, 255, 255, 0.75) !important;
}

.navbar-marketing .navbar-brand img {
  width: 30px!important;
  height: 30px!important;
}

.page-header-ui-qode{
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url("../public_files/img/qode/qode-back-gKYOB9A.jpg")!important;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header-ui-cc{
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url("../public_files/img/color_converter/SfondoCC-8dPBMTy.jpg")!important;
  background-repeat: no-repeat;
  background-size: cover;
}


.footer-qode{
  background-color: var(--bs-dark)!important;
  color: var(--bs-light)!important;
}

.bg-gradient-primary-to-secondary-cc {
  background-color: #0065a5 !important;
  background-image: linear-gradient(135deg, #0065a5 0%, rgba(105, 0, 199, 0.8) 100%) !important;
}

.footer-cc{
  background-color: #0065A5!important;
  color: var(--bs-light)!important;
}

.text-cc{
  --bs-text-opacity: 1;
  color: rgba(0, 101, 165, var(--bs-text-opacity)) !important;
}

.text-align-right {
  text-align: right;
}