/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
body {
  scroll-behavior: smooth !important;
}

.min-vh-88 {
  min-height: 88vh;
}

.promo-dark {
  border: 0 !important;
  border-radius: 3px;
  position: relative;
  background-color: transparent;
}
.promo-dark::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0 !important;
  background-color: rgba(0, 0, 0, 0.75);
  filter: blur(10px);
}
.menu-text-dark .menu-item .menu-link {
  color: #000;
}
.menu-text-dark .menu-item:hover > .menu-link {
  color: var(--cnvs-primary-menu-hover-color);
}
.slider-element {
  background-size: cover;
  background-position: center center;
}
#footer {
  background-color: #0a064d;
}
.is-expanded-menu .sticky-header #header-wrap {
  background: rgba(80, 117, 228, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(80, 117, 228, 0.3);
}
.not-home .menu-link {
  color: #000 !important;
}
