.frosted-gradient {
  background: linear-gradient(90deg, #9da5f2 0%, #a677ed 25%, #bc7fc8 50%, #d4969f 75%, #f2aa68 100% );
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  /*box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);*/
}

p {
  font-family: inter;
  margin: 0;
}

/* .screenshot-bg::after {
  content: '';
  position: absolute;
  width: 105%;
  background-color: rgba(255,255,255,0.25);
  backdrop-filter: blur(10px);
  border-radius: 19px;
  z-index: 2;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
} */

.screenshot-bg {
  width: 500%;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(255,255,255,0.5);
  /*transform: translateY(300px);*/
  z-index: -1;
  position: relative;
  top: 34%;
}

.drop-shadow {
  position: relative;
}

.drop-shadow::after {
  content: '';
  position: absolute;
  box-shadow: 0 0 20px rgba(0,0,0,0.42);
  width: 80%;
  height: 10px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  border-radius: 30%;
  background-color: rgba(0, 0, 0, 0.25);
}

.card {
  border: 0 !important;
}

.navbar {
  background: transparent !important;
}

.navbar-container {
  background-color: rgba(255, 255, 255, 0.541);
  padding: 1.2rem;
  border-radius: 40px;
  /*box-shadow: 0 10px 10px rgba(0,0,0,0.08);*/
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  position: relative;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.397);
  --blur: 1px;
  --white: rgba(255, 255, 255, 1);
  --blackBorder: rgba(0, 0, 0, 0.2);
  box-shadow: 0 -1px var(--blur) 0 var(--white), 0 1px var(--blur) 0 var(--white), 1px 1px var(--blur) 0 var(--blackBorder), -1px 0 var(--blur) 0 var(--blackBorder), 0 10px 10px rgba(0,0,0,0.08);
}

.floater {
  max-width: 250px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.397);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 10px;
  padding: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: float 5s ease-in-out infinite;
  border: 0;
  --blur: 1px;
  --white: rgba(255, 255, 255, 1);
  --blackBorder: rgba(0, 0, 0, 0.2);
  box-shadow: 0 -1px var(--blur) 0 var(--white), 0 1px var(--blur) 0 var(--white), 1px 1px var(--blur) 0 var(--blackBorder), -1px 0 var(--blur) 0 var(--blackBorder), 0 10px 10px rgba(0,0,0,0.08);
}

.floater-track {
  top: 236px;
  left: -103px;
}

.floater-safe {
  top: -36px;
  right: 100px;
  animation-delay: 0.5s;
}

.floater-control {
  bottom: -40px;
  left: 100px;
  animation-delay: 1s;
}

.dashboard-screenshot {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

.feature-card {
  background: none !important;
  flex: 1 1 calc(50% - 20px);
}

.feature-card > div {
  padding: 3rem;
  border: 1px solid silver;
  background-color: white;
  border-radius: 10px;
}

.process-card {
  background-color: rgba(255,255,255,0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  position: relative;
  flex: 1;
  isolation: isolate;
  overflow: hidden;
  --blur: 1px;
  --white: rgba(255, 255, 255, 1);
  --blackBorder: rgba(0, 0, 0, 0.2);
  box-shadow: 0 -1px var(--blur) 0 var(--white), 0 1px var(--blur) 0 var(--white), 1px 1px var(--blur) 0 var(--blackBorder), -1px 0 var(--blur) 0 var(--blackBorder), 0 10px 10px rgba(0,0,0,0.08);
}

.process-card svg {
  font-size: 3rem;
  color: rgb(65,65,65);
}

.process-card::after {
  content: attr(data-step);
  position: absolute;
  top: -10px;
  right: -45px;
  font-size: 15rem;
  font-family: Inter;
  font-weight: bold;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  /*background: rgba(255, 255, 255, 0.635);*/
  text-align: center;
  line-height: 150px;
  color: rgba(69,64,64,0.08);
  z-index: -1;
}

.process-section {
  position: relative;
  isolation: isolate;
}

.process-section::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  z-index: -1;
}

footer ul li {
  margin-top: 0.8rem;
  display: block;
}

footer ul li a {
  color: gray;
  text-decoration: none !important;
}

.partner-hero {
  height: 60vh;
}

.partner-hero-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.partner-hero-content {
  position: relative;
  z-index: 2;
  width: 70%;
  padding: 2.2rem;
  color: white;
}

.partner {
  width: 46%;
  padding: 1rem 1rem 3rem 1rem;
  border: 1px solid silver;
  border-radius: 10px;
}

.navbar-container {
  transition: border-radius 0.3s linear;
}

.navbar-expanded .navbar-container {
  border-radius: 20px !important;
}