body {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #5B5B5B;
}

.font-satoshi {
  font-family: 'Satoshi-Variable', sans-serif;
}

.title {
  font-size: 60px;
  font-weight: 800;
  font-family: 'Satoshi-Variable', sans-serif;
  color: #7701E4;
}

.fw-700 {
  font-weight: 700;
}

.btn {
  font-family: 'Satoshi-Variable', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
  font-weight: 700;
  text-transform: capitalize;
}

.btn-lg {
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
}

.mt-6 {
  margin-top: 4rem !important;
}

.head-drug {
  width: 100%;
  height: 100%;
  max-height: 450px;
}

main {
  margin-top: 108px;
}

.category-card {
  background: linear-gradient(180deg, rgba(0, 17, 255, 0.275) 0%, rgba(127, 0, 245, 0.5) 64.42%);
  /*border: 2px solid #ECD4FF;*/
  border-width: 0;
}

.category-card .card-body .view-all-btn{
  color: #fff;
  border-radius: 25px;
  font-size: 0.8rem;
  font-weight: 700;
}


.variability__thumbs {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 10.5px;
}

.v-thumb {
  width: 100%;
  aspect-ratio: 141 / 104;
  border-radius: 8.39805px;
  overflow: hidden;
  border: 1px solid #ededed;
  background: #fff;
}

.v-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chart {
  height: 300px;
}

.chart-container {
  border-radius: 16px;
  border: 2px solid #ECD4FF;
}

.login-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  min-width: 6rem;
  background: linear-gradient(
      281.88deg,
      rgba(127, 0, 245, 0.75) 9.34%,
      rgba(0, 17, 255, 0.85) 92.56%
  );
  border-radius: 45px;
  color: #ffffff;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.login-btn__text {
  font-family: 'Satoshi', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.cta-band {
  position: relative;
  border-radius: 20px;
  background: linear-gradient(
      90deg,
      rgba(127, 0, 245, 0.744) 34.62%,
      rgba(0, 17, 255, 0.5115) 100%
  );
  overflow: hidden;
  color: #fff;
  padding: 4rem 0rem;
}

.cta-band__bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
  pointer-events: none;
}

.cta-band__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  align-items: center;
  margin-left: 3rem;
}

.cta-copy {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 485px;
}

.cta-title {
  font-family: 'Satoshi', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 45px;
  text-transform: capitalize;
  color: #e5e7eb;
  margin: 0;
}

.cta-sub {
  font-family: 'IBM Plex Sans', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 2rem;
}

.cta-btn {
  justify-content: center;
  padding: 15px 30px;
  width: 240px;
  border-radius: 30px;
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
}

.cta-art {
  position: absolute;
  justify-self: end;
  width: 100%;
  max-width: 370px;
  aspect-ratio: 394 / 566;
  border-radius: 25px;
  overflow: hidden;
}

.cta-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 992px) {
  main {
    margin-top: 210px;
  }
}

@media (max-width: 1200px) {
  .head-drug {
    width: 100%;
    height: 100%;
    max-height: 300px;
    margin-top: 20px;
  }
}
