.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

* {
  font-family: 'Albert Sans', sans-serif;
  letter-spacing: -0.3px;
}

.wg-home {
  color: #fff!important;
}

a {
  color: #fff!important;
}

.btn-primary:hover {
  border: 1px solid transparent;
  font-size: 18px!important;
  font-weight: 600;
  padding: 8px 16px;
  background: rgba(255,255,255,0.69);
  border-radius: 19px;
  color: #7532e0;
}

.btn-primary {
  border: 1px solid transparent;
  font-size: 18px!important;
  font-weight: 600;
  padding: 9px 17px;
  background: rgb(255,255,255);
  border-radius: 19px;
  color: #7532e0;
}

.nav-link {
  font-weight: 500;
  font-size: 18px;
  color: #000000!important;
}

.title {
  font-size: 56px;
  color: #000000!important;
  font-weight: 600;
  line-height: 1.1;
}

.pad-home {
  padding: 20vh 0 25vh;
}

.bg-down {
  padding: 0vh 0vh 15vh 0vh;
}

.bg-down2 {
  padding: 0vh 0vh 15vh 0vh;
  background: initial;
}

.card-1 {
  background: linear-gradient(125deg, #efefef 56%, rgba(252,242,255,0.87)), url("../../assets/img/stripes-1749326079191.svg") right / cover;
  color: #fff!important;
  padding: 50px;
  border-radius: 19px;
  height: 280px;
}

.card-4 {
  background: linear-gradient(125deg, #efefef 51%, rgba(208,208,208,0.72)), url("../../assets/img/flat-mountains.svg") center / cover;
  color: #fff!important;
  padding: 50px;
  border-radius: 19px;
  height: 280px;
}

.card-tiny {
  background: linear-gradient(125deg, rgba(12,12,13,0.91) 47%, rgba(14,13,14,0.5)), url("../../assets/img/istockphoto-1363422061-640x640.jpg") top left / auto;
  color: #fff!important;
  padding: 30px;
  border-radius: 19px;
}

.card-pricing {
  margin-top: 1.5rem;
  background: linear-gradient(125deg, #0c0c0d 65%, rgba(14,13,14,0.82)), url("../../assets/img/stripes-1748367575164.svg") center / cover;
  color: #fff!important;
  padding: 30px 25px;
  border-radius: 19px;
}

.card-feat {
  margin-top: 1.5rem;
  background: linear-gradient(5deg, #111111 35%, rgba(14,13,14,0.94)), url("../../assets/img/repeating-triangles.svg") center / cover;
  color: #fff!important;
  padding: 35px 30px;
  border-radius: 19px;
}

.card-2 {
  background: #efefef;
  color: #fff!important;
  padding: 50px;
  border-radius: 19px;
  height: 280px;
}

.card-3 {
  background: #efefef;
  color: #fff!important;
  padding: 50px;
  border-radius: 19px;
  height: 280px;
}

small {
  color: #000000;
  font-size: .5em;
}

.icon {
}

.icon-st {
  margin-top: -8px;
  margin-left: -5px;
  margin-right: 9px;
}

.navbar-toggler {
  background: rgba(22,21,23,0.43)!important;
  border: 1px solid #825ee1;
  color: #fbf9ff!important;
  font-size: 28px;
  padding: 5px 8px 7px 8px;
}

.link-btn {
  text-decoration: none;
  font-size: 19px;
  font-weight: 500;
  color: #7532e0!important;
}

.dropdown-menu {
  background: #141315;
  font-size: 18px;
  font-weight: 400;
}

footer {
  background: #000;
}

.link-body-emphasis {
  text-decoration: none;
  font-weight: 400;
}

.before-footer {
}

.customers {
  background: transparent;
  margin: -3vh 0vh;
}

/* Note: the old global `td{background:transparent!important}` rule was removed —
   it was dead weight from the source template (index.html has no <table>) and
   its !important would have silently defeated Bootstrap's own .table-striped /
   .table-hover backgrounds on the tables added to the interior pages. */

.locations {
  padding: 10vh 0;
  background: linear-gradient(black, #111111 100%);
}

p {
  color: #000000!important;
}

.link-body-emphasis:hover {
  font-weight: 500;
  color: #000!important;
}

.list-inline-item {
  margin-right: .7rem!important;
}

.btn-nav {
  background: rgba(219,177,234,0.2)!important;
}

