:target::before {
  content: '';
  display: block;
  height: 90px; /* fixed header height*/
  margin: -90px 0 0; /* negative fixed header height */
}

/* utility */
html.sr .load-hidden {
  visibility: hidden;
}
/* extension */
html.sr .widget {
  visibility: hidden;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow: overlay;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #cbd5e1;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #94a3b8;
}

.nav-gradient {
  background: #040018;
}

.nav-gradient::before {
  content: '';
  position: absolute;
  inset: 0;
  padding-bottom: 1px;
  background: radial-gradient(
    166.44% 296.42% at 0% -14.35%,
    rgba(4, 0, 24, 0.201563) 0%,
    rgba(107, 78, 255, 0.24) 41.67%,
    rgba(107, 78, 255, 0) 66.15%,
    rgba(4, 0, 24, 0.090625) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.primary-button-nav {
  padding: 7px 18px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  transition:
    border 120ms ease 0s,
    background-color,
    color,
    box-shadow,
    opacity;
}
.primary-button {
  transition:
    border 120ms ease 0s,
    background-color,
    color,
    box-shadow,
    opacity;
}
.primary-button,
.secondary-button {
  padding: 14px 19px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  transition:
    border 120ms ease 0s,
    background-color,
    color,
    box-shadow,
    opacity;
}
@media (min-width: 1024px) {
  .primary-button-nav {
    padding: 8px 19px;
    font-size: 16px;
  }
  .primary-button,
  .secondary-button {
    padding: 15px 23px;
    font-size: 18px;
  }
}
.secondary-button:hover {
  box-shadow: rgba(80, 63, 205, 0.5) 0px 1px 40px;
}
.primary-button:hover,
.primary-button-nav:hover {
  box-shadow: 0px 4px 40px 0px rgba(107, 78, 255, 0.6);
}

.hamburger {
  gap: 3.6px;
}
.hamburger .line {
  width: 18px;
  height: 2.25px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  background: white;
}

.hamburger.isactive .line:nth-child(2) {
  opacity: 0;
}

.hamburger.isactive .line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.hamburger.isactive .line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

#homeroot {
  border: solid 2px transparent;
  width: 400px;
  background-clip: padding-box;
  padding: 3px 3px 3px 10px;
  box-sizing: border-box;
  background: rgba(255, 255, 255);
  border-image-slice: 1;
  position: relative;
  border-radius: 40px;
  border-width: 2px;
}

#homeroot:before {
  content: '';
  position: absolute;
  margin: -5px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  color: white;
  border-radius: inherit;
  background: linear-gradient(239.45deg, #ff6948 7.3%, #fb3363 92.09%);
}
.homerootMobile {
  border: solid 2px transparent;
  width: 100%;
  min-width: 200px;
  background-clip: padding-box;
  padding: 3px 3px 3px 10px;
  box-sizing: border-box;
  background: #000;
  border-image-slice: 1;
  position: relative;
  border-radius: 40px;
  border-width: 2px;
}

.homerootMobile:before {
  content: '';
  position: absolute;
  margin: -5px;
  inset: 0;
  z-index: -1;
  color: white;
  border-radius: inherit;
  background: linear-gradient(239.45deg, #ff6948 7.3%, #fb3363 92.09%);
}

#header-wrapper {
  background: rgba(255, 255, 255, 0.7);
}

/* if backdrop support: very transparent and blurred */
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  #header {
    border: 1px 1px 0 1px solid;
    border-color:
      radial-gradient(
        69.43% 69.43% at 50% 50%,
        #ffffff 0%,
        rgba(255, 255, 255, 0) 100%
      ),
      radial-gradient(
        54.8% 53% at 50% 50%,
        #181818 0%,
        rgba(24, 24, 24, 0) 100%
      );
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
  }
  #header-wrapper {
    background: rgba(255, 255, 255, 0.4);
  }
}

.business_link:hover {
  background: linear-gradient(90.12deg, #ff6948 0.13%, #fb3363 99.92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.login_link:hover {
  background: linear-gradient(90.12deg, #ff6948 0.13%, #fb3363 99.92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.dashboard_link {
  border-radius: 40px;
  background: linear-gradient(90.12deg, #ff6948 0.13%, #fb3363 99.92%);
}

.dashboard_link:hover {
  background: linear-gradient(90.12deg, #ff7b5e 0.13%, #fb4b75 99.92%);
}

.signup_btn {
  border-radius: 40px;
  background: linear-gradient(90.12deg, #ff6948 0.13%, #fb3363 99.92%);
}

.signup_btn:hover {
  background: linear-gradient(90.12deg, #ff7b5e 0.13%, #fb4b75 99.92%);
}

.industry-gradient {
  background: linear-gradient(89.19deg, #1ad884 2.03%, #1ad2cd 78.19%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

/*
 * Made by Erik Terwan
 * 24th of November 2015
 * MIT License
 *
 *
 * If you are thinking of using this in
 * production code, beware of the browser
 * prefixes.
 */

#menuToggle a {
  transition: color 0.3s ease;
}

/*
  * Just a quick hamburger
  */
#menuToggle span {
  transform-origin: 1px 0;
  transition:
    transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

/* 
  * Transform all the slices of hamburger
  * into a crossmark.
  */
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
  * But let's hide the middle one.
  */
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
  * Ohyeah and the last one should go the other direction
  */
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

/*
  * Make this absolute positioned
  * at the top left of the screen
  */
#menu {
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */

  /* transform-origin: 80% 0%; */
  transform: translate(100%, 0);

  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

/*
  * And let's slide it in from the left
  */
#menuToggle input:checked ~ ul {
  transform: none;
}

/* #hoverable Class Styles
  -------------------------------------------------- */
.hoverable {
  position: static;
}

/* .hoverable > a:after {
    content: "\25BC";
    font-size: 10px;
    padding-left: 6px;
    position: relative;
    top: -1px;
  } */

.slides::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* make scrollbar transparent */
}

.flip {
  transform: scaleY(-1);
}

.gradient {
  background: #f6fafd;
}

.chevron-margin {
  margin-right: 1.09rem;
}
/* Dropdown Menu */

.platform-submenu {
  transform: translateY(1rem);
  opacity: 0;
  transition:
    all 0.2s ease-in-out 0s,
    visibility 0s linear 0.2s,
    z-index 0s linear 0.01s;
}

.platform-dropdown:focus .platform-submenu,
.platform-dropdown:focus-within .platform-submenu,
.platform-dropdown:hover .platform-submenu {
  visibility: visible;
  transform: translateY(0%);
  opacity: 1;
  transition-delay:
    0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}

#nav-icon {
  width: 20px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}

#nav-icon span:nth-child(2) {
  top: 6px;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}

#nav-icon span:nth-child(3) {
  top: 12px;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}

#nav-icon.open span:nth-child(1) {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon.open span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.case-study-card {
  position: relative;
  background: radial-gradient(
    89.36% 183.33% at 37.06% -14.58%,
    rgba(255, 255, 255, 0.0504) 0%,
    rgba(255, 255, 255, 0.0108) 100%
  );
}

.case-study-card::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background:
    radial-gradient(
      106.37% 282.8% at -3.82% -3.12%,
      rgba(21, 21, 21, 0.71) 0%,
      rgba(21, 21, 21, 0) 100%
    ),
    radial-gradient(
      131.07% 260.49% at 0% 0%,
      #6b4eff 0%,
      rgba(107, 78, 255, 0) 100%
    ),
    radial-gradient(
      98.54% 262.92% at 1.46% 0%,
      #ffffff 0%,
      rgba(255, 255, 255, 0) 100%
    );

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.active-header-nav-item .nav-item-icon {
  color: #6b4eff !important;
}

.active-header-nav-item .nav-item-title {
  color: #6b4eff !important;
}

.active-header-nav-item .nav-item-desc {
  color: #373445 !important;
}

.active-header-nav-mob-item .nav-mob-item-icon {
  color: #6b4eff !important;
}

.active-header-nav-mob-item .nav-mob-item-title {
  color: #6b4eff !important;
}

.active-header-nav-mob-item .nav-mob-item-desc {
  color: #373445 !important;
}
