/* =========================================================
   Footer
   ========================================================= */

.site-footer {
  font-size: 16px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --t-fast: 120ms;
  --t-base: 200ms;
  --t-slow: 320ms;
  --ink-700: #334155;
  --rem: 1em;
  --spacing-0: 0px !important;
  --spacing-1: calc(0.25 * var(--rem)) !important;
  --spacing-2: calc(0.5 * var(--rem)) !important;
  --spacing-3: var(--rem) !important;
  --spacing-4: calc(1.5 * var(--rem)) !important;
  --spacing-5: calc(3 * var(--rem)) !important;
  font-family:
  "Inter",
  system-ui,
  -apple-system,
  "Segoe UI",
    Roboto,
    sans-serif;
  line-height: 1.65;
  color: var(--ink-700);
  background-color: #000;
  font-feature-settings: "cv02", "cv03", "cv04", "cv11";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.site-footer .mb-3 {
  margin-bottom: var(--spacing-3);
}
.site-footer .mt-4 {
  margin-top: var(--spacing-4);
}
.site-footer .my-4 {
  margin-top: var(--spacing-4);
  margin-bottom: var(--spacing-4);
}
.site-footer .mb-0 {
  margin-left: var(--spacing-0);
}
.site-footer .me-3 {
  margin-right: var(--spacing-3);
}
.site-footer .g-4 {
  margin-right: calc(-0.5 * var(--spacing-4));
  margin-left: calc(-0.5 * var(--spacing-4));
}

.site-footer .g-4 > * {
  padding-right: calc(var(--spacing-4) * 0.5);
  padding-left: calc(var(--spacing-4) * 0.5);
}

.site-footer .text-white {
  color: #fff !important;
}
.site-footer .gap-3 {
  gap: var(--spacing-3);
}
.site-footer .py-5 {
  padding-top: var(--spacing-5);
  padding-bottom: var(--spacing-5);
}
.site-footer .list-unstyled {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.site-footer .d-flex {
  display: flex !important;
}

.site-footer .col-md-3 {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.site-footer .flex-column {
  flex-direction: column !important;
}
.site-footer .fs-5 {
  font-size: calc(1.25 * var(--rem)) !important;
}
.site-footer .small,
.site-footer small {
  font-size: 0.875em;
  font-weight: 400;
}
.site-footer .align-items-center {
  align-items: center !important;
}
.site-footer .justify-content-between {
  justify-content: space-between !important;
}
.site-footer .align-items-center {
  align-items: center !important;
}
/* vr */

.site-footer h5 {
  font-family: "Rajdhani", sans-serif;
  color: #fff;
  font-size: calc(1.5 * var(--rem));
  letter-spacing: -0.02em;
  line-height: calc(1.83 * var(--rem));
  font-weight: 700;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.75);
}

.site-footer {
  background-color: black;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

@media (min-width: 768px) {
  .site-footer {
    border-top: none;
  }
}

.site-footer .footer-bg-img {
  display: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.site-footer > .container {
  position: relative;
  z-index: 1;
}

.site-footer .footer-logo-img {
  max-width: 300px;
  height: auto;
}

.site-footer .footer-copyright {
  white-space: nowrap;
}

@media (min-width: 768px) {
  .site-footer .footer-bg-img {
    display: block;
  }

  .site-footer {
    padding-top: calc(3.75 * var(--rem)) !important;
  }
}

footer.site-footer h5 a {
  color: #fff;
  text-decoration: none;
}
footer.site-footer h5 a:hover {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

.site-footer .footer-links a {
  font-size: var(--rem);
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 4.8 0;
  border-radius: 4px;
  transition:
    color var(--t-fast) var(--ease),
    transform var(--t-fast) var(--ease);
}
.site-footer .footer-links a:hover {
  color: #fff;
  transform: translateX(2px);
}

.site-footer div.container {
  padding-left: calc(var(--spacing-4) * .5);
  padding-right: calc(var(--spacing-4) * .5);
  margin-left: auto;
  margin-right: auto;
}
.site-footer div.row {
  margin-top: var(--spacing-4);
}
.site-footer div.container::before,
.site-footer div.row::before,
.site-footer div.container::after,
.site-footer div.row::after {
  content: none;
}

@media (min-width: 768px) {
  .site-footer .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .site-footer .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .site-footer .flex-md-row {
    flex-direction: row !important;
  }
}
