body {
  font-family: "Lora", serif;
  background: #f5f0ff;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.custom-dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 89px;
  background: #f5f0ff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(36, 10, 45, 0.1);
  padding: 12px 0;
  z-index: 1000;
}
.custom-dropdown-menu .dropdown-item {
  color: #220953;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 24px;
  background: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  text-align: left;
}
.custom-dropdown-menu .dropdown-item:hover {
  background: #e9dff4;
}
.navbar {
  background: #f5f0ff;
  box-shadow: none;
  padding: 12px 77px;
  /* font-family: "poppins"; */
}
.navbar-toggler {
  border: none;
}
.navbar-brand.yoga-logo {
  background: linear-gradient(163deg, #ff52af, #9f53ff);
  -webkit-background-clip: text;
  background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 600;
  font-size: 1.25rem;
}

.navbar-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar-nav .nav-link {
  color: #220953 !important;
  font-weight: 500;
  padding: 6px 12px !important;
  margin: 0 !important;
  font-family: "poppins";
}

/* .navbar-nav .nav-link.active {
  color: #c850c0 !important;
  background: none !important;
  box-shadow: none !important;
} */

.navbar-icon {
  color: #220953;
  font-size: 1.25rem;
  display: inline-flex;
  align-items: center;
}

.theme-toggle {
  border: none;
  background: transparent;
  color: inherit;
}

.hero {
  display: flex;
  align-content: center;
  align-items: center;
  align-self: center;
  justify-content: space-between;
}

.hero-left {
  background-image: url("img/BG1.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  padding-left: 40px;
}
.hero-title {
  font-size: 6rem;

  font-style: normal;
  font-weight: 500;
  color: #220953;
  line-height: 130%;
  /* width: 576px;
  height: 375px; */
  left: 160px;
  top: 120px;
}
.hero-title .line {
  display: block;
}
.badge-yoga {
  display: inline-block;
  background: linear-gradient(73.19deg, #ff52af 11.6%, #9f53ff 83.86%);
  color: #fff;
  padding: 6px 14px;
  border-radius: 16px;
  transform: rotate(10deg);
  font-weight: 500;

  line-height: 130%;
  font-style: normal;

  font-size: 6rem;
}
.hero-lead {
  color: #4b3e65;
  max-width: 417px;
  font-family: "poppins";
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;

  top: 515px;
  left: 160px;
}
.btn-cta {
  background: linear-gradient(90deg, #ff52af, #9f53ff);
  color: #fff !important;
  /* border: none;
  padding: 12px 22px;
  font-family: "poppins";

  border-radius: 30px;
  font-weight: 600; */
  top: 595px;
  left: 160px;
  border-radius: 64px;
  padding: 16px 28px;
  font-family: "poppins";
  font-size: 1rem;
  font-weight: 500;
}
/* .small-badge {
  background: rgba(255, 81, 175, 0.08);
  color: #9f53ff;
  padding: 8px 12px;
  border-radius: 12px;
  font-weight: 600;
} */
.stats-row .stat-number {
  color: #220953;
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 72px;
  left: 160px;
  top: 699px;
}
.stats-row .stat-label {
  color: #220953;
  font-family: "poppins";
  left: 186px;
  top: 775px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.hero-visual .petal {
  position: absolute;
  width: 420px;
  height: 220px;
  background: radial-gradient(
    circle at center,
    rgba(159, 83, 255, 0.18),
    rgba(255, 82, 175, 0.06)
  );
  border-radius: 50% 50% 0 0;
  bottom: -20px;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hero-image {
  /* position: relative; */
  z-index: 1;
  top: 67px;
  left: 787px;
  max-width: 600px;
}

.feature-section {
  /* background: #f5f0ff; */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 48px 0px;

  gap: 290px;
}
.containerFeature {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
.feature-section .row {
  align-items: center;
}
.feature-index {
  color: #220953;
  font-style: normal;
  font-weight: 500;
  font-size: 56px;
  line-height: 72px;
}
.feature-pill {
  width: 100%;
  max-width: 760px;
  height: 170px;
  /* background: rgba(159, 83, 255, 0.08); */
  border-radius: 100px;
  padding: 18px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-img {
  max-height: 230px;
  max-width: 400px;
  /* transform: translateX(-40px); */
}
.feature-text {
  color: #4b3e65;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;

  font-family: "poppins";
}
.feature-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
  justify-content: center;
}
.feature-left .feature-index {
  font-size: 3.5rem;
}
.feature-copy {
  position: relative;
  padding-left: 56px;
}
.feature-copy::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 0px;
  width: 44px;
  height: 44px;
  background: url("img/stars.png") no-repeat center/contain;
  pointer-events: none;
  opacity: 0.95;
}

.next-oval {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  padding: 28px 36px;
  background-image: url("img/bgbtnNext2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;

  color: #a053ff00;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
}
.next-oval:hover {
  opacity: 0.95;
  transform: translateY(-2px);
}

.health-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 0px;
}
.lscontainer {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.health-title {
  color: #220953;
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 82px;
}
.btn-routine {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 28px;
  gap: 4px;

  width: 214px;
  height: 56px;
  left: 166px;
  top: 443px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;

  background: linear-gradient(73.19deg, #ff52af 11.6%, #9f53ff 83.86%);
  border-radius: 64px;
  color: #ffffff;
}
.btn-routine:hover {
  opacity: 0.9;
  color: #fff;
}
.health-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;

  line-height: 24px;
  font-size: 1rem;

  height: 48px;
  left: 166px;
  top: 363px;
  color: #4b3e65;

  letter-spacing: 0%;
  max-width: 500px;
}
.follow-title1,
.follow-title2 {
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 82px;
  text-align: center;

  color: #220953;
}
.follow-title2 {
  background: linear-gradient(73.19deg, #ff52af 11.6%, #9f53ff 83.86%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.newsletter-section {
  background: transparent;
  padding-top: 48px;
  padding-bottom: 88px;
}
.newsletter-card {
  max-width: 992px;
  background: linear-gradient(155deg, #ff52af, #9f53ff);
  color: #fff;
  padding: 56px 64px;
  border-radius: 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.newsletter-title {
  font-size: 3.5rem;
  /* margin: 0 0 12px 0; */
  font-weight: 400;
}
.newsletter-lead {
  color: #f5f0ff;
  max-width: 567px;
  text-align: center;
  font-family: "poppins";
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-top: 16px;
  margin-bottom: 40px;
}
.newsletter-input-wrap {
  display: inline-flex;
  align-items: center;
  /* gap: 12px; */
  background: #fff;
  border-radius: 48px;
  padding: 4px;
  padding-left: 12px;
  font-family: "poppins";
  font-size: 0.813rem;
}
.newsletter-input {
  border: none;
  padding: 18px 20px;
  min-width: 420px;
  border-radius: 999px;
  outline: none;
}
.btn-subscribe {
  border-radius: 64px;
  padding: 16px 28px;
  background: linear-gradient(90deg, #ff52af, #9f53ff);
  color: #fff;
  border: none;
  gap: 4px;

  font-size: 1rem;
  font-family: "poppins";
  box-shadow: 0 6px 20px rgba(36, 10, 45, 0.12);
}
.btn-subscribe:hover {
  opacity: 0.95;
}

.site-footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 77px 0;
  /* position: absolute; */

  background: #1e0849;
  /* color: #a197b4; 
  padding-top: 48px;
  padding-bottom: 32px; */
}
.site-footer .footer-logo {
  font-family: "Lora";
  font-weight: 400;
  font-style: normal;
  line-height: 31px;
  color: #ff52af;
  font-size: 24px;
  margin-bottom: 12px;
}
.site-footer .footer-desc {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  color: #a197b4;
  line-height: 24px;
  font-size: 16px;
}
.site-footer .footer-heading {
  color: #fff;
  font-style: normal;
  line-height: 31px;

  font-size: 24px;
  margin-bottom: 8px;
  font-weight: 400;
}
.site-footer .footer-item {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  color: #a197b4;
  line-height: 24px;
  font-size: 16px;
}
.footer-sep {
  border-color: #a197b4;
  margin: 22px 0;
}
.footer-social .social-circle {
  display: inline-flex;
  width: 24px;
  height: 24px;

  align-items: center;
  justify-content: center;
  background: transparent;

  text-decoration: none;
}
.copyright {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  font-size: 13px;
  color: #a197b4;
}

.btn-gradient {
  background: linear-gradient(90deg, #ff4ecd, #6a5af9);
  color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}
.btn-gradient:hover {
  opacity: 0.9;
  color: #fff;
}

.health-img {
  max-width: 420px;
  margin-top: 10px;
}

.btn-gradient {
  width: 163px;
  background: linear-gradient(73.19deg, #ff52af 11.6%, #9f53ff 83.86%);
  border-radius: 64px;
  color: #fff;

  line-height: 24px;
  font-weight: 500;

  font-family: "poppins";
  font-size: 1rem;
  text-decoration: none;
  transition: 0.3s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 28px;
  gap: 40px;
}
.btn-gradient:hover {
  opacity: 0.9;
  color: #fff;
}

.badge-box {
  background: #fff;
  border-radius: 12px;
  padding: 10px 15px;
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
}

.heart-rate {
  top: 15%;
  left: 5%;
}

.free-courses {
  bottom: 12%;
  right: 10%;
}

.follow-title {
  font-size: 2.2rem;
  font-weight: 600;
  color: #2b194e;
}

.follow-hashtag {
  font-size: 2rem;
  font-weight: 700;
  background: linear-gradient(90deg, #ff4ecd, #6a5af9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 10px;
}

.follow-img {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  border: 5px solid #e8dffb;
  object-fit: cover;
}

.oval {
  border-radius: 50% / 35%;
}

.rounded-angled {
  border-radius: 50px;
  transform: rotate(-5deg);
}

.btn-follow {
  margin-top: 40px;
}
/* .allcont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
} */
