@font-face {
  font-family: "Akira";
  src: url("../assets/fonts/Akira\ Expanded\ Super\ Bold.ttf")
    format("truetype");
  font-weight: 900;
  font-style: normal;
}

body,
html {
  overflow-x: hidden;
  font-family: "Clash Display", sans-serif;
  background-color: var(--tertiary-color);
}
h1,
h3,
h4 {
  font-family: "Akira";
}
:root {
  --text-color: #fff;
  --primary-color: #f2ff00;
  --tertiary-color: #000;
  --card-bg: #1e1e1e;
  --hover-color: #6a6a6a;
  --text-color-10: #ffffff1a;
  --text-color-16: #ffffff29;
  --text-color-50: #ffffff80;
  --text-color-30: #ffffff4d;
}
a,
span {
  display: inline-block;
  text-decoration: none;
}
.container {
  max-width: 1820px !important;
}
.cursor {
  mix-blend-mode: difference;
  height: 18px;
  width: 18px;
  cursor: none;
  border-radius: 50%;
  background: var(--text-color);
  transform: rotate(325deg);
  /* background-image: linear-gradient(
    43deg,
    #4158d0 0%,
    #c850c0 46%,
    #ffcc70 100%
  ); */

  position: fixed;
  z-index: 9999;
}
.nav-btn {
  padding: 20px 20px 20px 41px;
  outline: 1px solid var(--primary-color);
  background-color: #fff7001a;
  backdrop-filter: blur(2px);
  border-radius: 37.5px;
  transition: all 0.2s;
  overflow: hidden;
}
.nav-btn > span {
  font-weight: 500;
  font-size: 18px;
  color: var(--primary-color);
  transition: all 0.3s ease-in-out;
}
.nav-btn img {
  transition: all 0.3s ease-in-out;
}
.nav-btn:hover {
  background-color: var(--primary-color);
}
.nav-btn:hover span {
  transform: translateX(16em);
}
.nav-btn:hover img {
  transform: translateX(-6em) scale(3);
}
.active {
  border-radius: 110px;
  background-color: var(--primary-color);
  color: var(--tertiary-color) !important;
}
.active:hover {
  background: var(--primary-color) !important;
}
.title1 {
  font-size: 141px;
  color: var(--text-color);
}
.title1 > span {
  color: var(--primary-color);
}
.title2 {
  font-size: 48px;
  font-weight: 400;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title3 {
  font-size: 25px;
  color: var(--text-color);
  position: relative;
  margin-left: 50px;
}
.about-title3::before,
.service-title3::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  bottom: 10%;
  left: -40px;
  border-radius: 50%;
  background-color: var(--tertiary-color);
  border: 5px solid var(--primary-color);
}
.title4 {
  font-size: 19px;
  font-weight: 900;
  color: var(--text-color);
}
/* Nav-bar */
.hdr-sec {
  position: absolute;
  top: 30px;
  width: 100%;
  z-index: 99;
}
.navbar-brand {
  width: 172px;
}
.navbar-brand > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offcanvas {
  flex-direction: row !important;
  align-items: center;
}
.navbar-nav {
  max-width: 1305px;
  padding: 3px;
  backdrop-filter: blur(13px);
  margin: 0 auto;
  /* height: 74px; */
  align-items: center;
  border-radius: 56px;
  background-color: var(--text-color-16) !important;
  border: 1px solid #ffffff42;
}
.navbar-nav li:nth-child(6) {
  margin-right: 0;
}
.nav-item {
  margin-right: 5px;
  /* padding: 20px; */
}
.nav-link {
  padding: 21px 20px !important;
  color: var(--text-color);
  font-size: 18px;
  transition: all 0.5s ease-in;
}
.nav-link:hover {
  /* padding: 20px; */
  color: var(--text-color);
  border-radius: 110px;
  background-color: var(--tertiary-color);
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-menu {
  background: linear-gradient(
      to top,
      rgba(255, 251, 0, 0.2) 50%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    #000000 !important;
  padding: 5px 19px 0 5px;
  border-radius: 10px;
}
.dropdown-menu > li {
  margin-bottom: 5px;
}
.dropdown-item {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, #4e4e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px 20px;
  border: 1px solid #ffe6004d;
  width: 220px !important;
  border-radius: 300px;
}
.navbar-nav .nav-link.show {
  color: var(--text-color) !important;
}
.search-form {
  max-width: 370px;
}
/* .search-form {
    width: 298px;
} */
.search-wrpr {
  width: 100%;
  padding: 20px 15px;
  border-radius: 74px;
  background-color: var(--tertiary-color);
}
.search-wrpr > label > img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.search-input {
  background: none;
  border: none;
}
.search-input::placeholder {
  color: var(--text-color) !important;
  font-size: 16px;
}
.cart-bg {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
}
.cart-bg > img {
  width: 24px;
  height: 24px;
}
.nav-btn > img {
  width: 37px;
  height: 37px;
  object-fit: contain;
  margin-left: 10px;
}
/* Modal */
.modal-backdrop {
  --bs-backdrop-zindex: 0 !important;
}
.modal-dialog {
  max-width: 1140px;
}
.modal-content {
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(to bottom, #ffff00 0%, #000000 100%);
  position: relative;
}
.modal-header > .title3 {
  margin-left: 0 !important;
  margin-top: 10px;
  font-size: 27px;
}
.modal-desc {
  max-width: 455px;
  margin-block: 0 50px;
  font-size: 18px;
  line-height: 28px;
  color: var(--text-color);
  opacity: 0.5;
}
.modal-form {
  width: 100%;
}
.input-wrpr {
  width: 100%;
  padding: 15px 20px;
  background-color: var(--text-color-10);
  border: 1px solid var(--text-color-30);
  margin-bottom: 12px;
}
.input-wrpr > img {
  margin-right: 10px;
}
.input-wrpr > input:focus {
  border: none;
  outline: none !important;
}
#fname,
#lname,
#emailname,
#gender,
#age,
#phone,
#weight,
#goal,
#password {
  width: 100%;
  background: none;
  border: none;
}
#fname::placeholder,
#lname::placeholder,
#emailname::placeholder,
#gender::placeholder,
#age::placeholder,
#phone::placeholder,
#weight::placeholder,
#goal::placeholder,
#password::placeholder {
  color: var(--text-color);
  text-transform: capitalize;
  font-size: 15px;
}
.eye-close {
  margin-left: 200px;
}
.terms {
  margin-block: 12px 24px;
}
.terms > span {
  color: #4e4e4e;
  font-size: 17px;
  margin-left: 10px;
}
.terms > a {
  color: var(--text-color);
  font-size: 17px;
  text-decoration: underline;
}
.submit-btn-wrpr {
  width: 100%;
  background-color: var(--primary-color);
  border-radius: 37.5px;
  padding: 20px 20px 20px 41px;
}
#submit-btn {
  background: none !important;
  border: none !important;
  font-weight: 500;
  font-size: 18px;
  color: var(--tertiary-color);
}
.modal-right {
  background: url(../assets/Modal-bg.png) no-repeat center/cover;
  padding: 50px;
}

.modal-logo {
  width: 90px;
  margin-left: auto;
}
.modal-logo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-right-cntn {
  margin-top: 400px;
}
.modal-right-cntn > p {
  font-size: 18px;
  font-weight: 500;
  color: var(--text-color);
  opacity: 0.5;
}
.modal-btm > p {
  font-weight: 600;
  font-size: 18px;
  max-width: 186px;
  color: var(--text-color);
}
.line1 {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.5;
}
input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: var(--tertiary-color);
  border: 2px solid var(--text-color);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.line2 {
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  color: var(--text-color);
  margin-left: 10px;
}
.btn-close {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--text-color);
  opacity: 1 !important;
  border: 1px solid var(--tertiary-color) !important;
}
/* Banner Section */
.banner-sec {
  background: url(../assets/About/banner-img.png) no-repeat center/cover;
  /* min-height: 100vh; */
  position: relative;
  padding: 627px 0 60px;
  background-attachment: fixed;
}
.banner-sec::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 10%;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
}
.title-btm {
  display: inline-block;
  font-family: "Akira";
  padding: 8px 16px;
  background-color: var(--text-color-10);
  border: 1px solid var(--text-color-30);
  backdrop-filter: blur(60px);
  font-weight: 900;
  margin-bottom: 40px;
  color: var(--text-color);
}
.title-btm > .about {
  color: var(--primary-color);
  position: relative;
  margin-left: 20px;
}
.title-btm > .about::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  background-color: var(--primary-color);
  left: -15px;
  top: 32%;
}
.yellow-line {
  width: 24.78px;
  height: 59.08px;
  background: var(--primary-color);
  transform: skewX(-30deg);
  position: relative;
}
.yellow-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 24.78px;
  height: 59.08px;
  background: var(--primary-color);
}
.yellow-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50px;
  width: 24.78px;
  height: 59.08px;
  background: var(--primary-color);
}
/* About Section */
.about-sec {
  padding: 160px 0 60px;
  background-color: var(--tertiary-color);
}
.smaller-yellow-line {
  margin-left: 35px;
}
.about-yellow-line,
.about-yellow-line::after,
.about-yellow-line::before {
  width: 8.55px;
  height: 24px;
}
.about-yellow-line::before {
  left: -15px;
}
.about-yellow-line::after {
  left: 15px;
}
.about-img {
  max-width: 860px;
  /* height: 630.3px; */
  position: relative;
}
.about-img::after {
  content: "";
  position: absolute;
  inset: 0; /* covers the entire image */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 60%,
    rgba(0, 0, 0, 1) 100%
  );
  pointer-events: none; /* allows click /* so gradient doesn't block clicks */
}
.about-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-hdr {
  margin-bottom: 250px;
}
.about-right-desc {
  max-width: 860px;
  /* margin: 80px auto 0; */
}
.about-right-desc-hdr {
  font-size: 35px;
  font-weight: 500;
  color: var(--text-color);
}
.about-desc-row {
  margin-block: 31px;
  padding-block: 31px;
  border-block: 1px solid var(--text-color-30);
}
.about-list {
  font-size: 23px;
  color: var(--text-color);
}
.about-list > li {
  margin-bottom: 28px;
}
.about-list li:last-child {
  margin-bottom: 0;
}
.about-list > li > img {
  margin-right: 16px;
}
.phone-img {
  max-width: 99.28px;
}
.phone-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.phone-contact > a {
  margin-left: 31px;
  max-width: 261px;
  font-size: 23px;
  font-weight: 500;
  color: var(--text-color);
}
.phone-contact > a > span {
  font-size: 31px;
  color: var(--primary-color);
}
/* Service Section */
.service-sec {
  padding: 80px 0;
  background: url(../assets/About/Services.png) no-repeat center/cover;
}
.about-swiper-slide {
  margin: 0 auto;
}
.training-card {
  max-width: 855px;
  padding: 30px;
  background-color: var(--text-color-10);
  backdrop-filter: blur(44px) saturate(180%) brightness(1.2);
  -webkit-backdrop-filter: blur(44px) saturate(180%) brightness(1.2);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37),
    inset 0 1px 1px 0 rgba(255, 255, 255, 0.15);
  position: relative;
  margin: 0 auto;
}
.training-hdr {
  font-size: 45px;
  font-weight: 900;
  font-family: "Akira";
  color: var(--text-color);
  margin-bottom: 20px;
}
.training-card > p {
  font-size: 18px;
  line-height: 28px;
  color: var(--text-color);
}
.swiper-pagination {
  bottom: 0 !important;
  left: -41% !important;
}
.swiper-pagination-bullet-active {
  background: var(--primary-color) !important;
}
.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 1px;
  opacity: 1;
  background: var(--text-color-30);
}

/* Work Section */
.workout-sec {
  padding: 80px 0 124px;
}
.work-hdr {
  padding: 80px 0;
  background: url(../assets/Loc-bg.png) no-repeat center/cover;
}
.work-right-hdr {
  margin-top: 80px;
}
.work-title2 > .yellow-text {
  -webkit-text-fill-color: var(--primary-color);
}
.work-title2 > .white-text {
  -webkit-text-fill-color: var(--text-color);
}
.work-row {
  margin-top: 30px;
  align-items: center;
}
.number > p {
  max-width: 186px;
  font-size: 81px;
  line-height: 36px;
  font-weight: bold;
  color: var(--text-color);
  /* padding-right: 30px; */
  border-right: 1px solid var(--text-color);
}
.yellow-plus {
  color: var(--primary-color);
}
.small-txt {
  font-size: 32px;
  font-weight: 400;
  color: var(--text-color);
}
.work-para {
  font-size: 18px;
  line-height: 28px;
  color: var(--text-color);
}
.filter-btn-swpr {
  width: 100%;
}
.filter-btn-swpr > .swiper-wrapper {
  align-items: center;
  justify-content: center;
}
.button-slider {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 12px;
  display: inline-block;
  outline: none;
  background: transparent;
  color: var(--white-color);
}

.btn-cntn {
  color: var(--text-color);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 18px;
  font-weight: 500;
  padding: 6px 12px !important;
  margin: 0 !important;
  text-transform: capitalize;
}

.button-slider.active-btn {
  border: 1px solid var(--primary-color) !important;
  color: var(--tertiary-color) !important;
}
.button-slider:active > p {
  color: var(--tertiary-color);
  background-color: var(--primary-color) !important;
}
.btn-slideWidth {
  width: fit-content !important;
}
.grid {
  margin-top: 130px;
}
.grid .row {
  display: flex;
  flex-wrap: wrap;
}
.element-card {
  width: 49%;
  margin: 0.5%;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 130px;
}
.card-top {
  background: url(../assets/About/Cata-card-bg.png) no-repeat center/cover;
  height: 400px;
  padding: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.card-type {
  padding: 6px 12px;
  /* max-width: 110px; */
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  background-color: var(--primary-color);
  font-size: 15px;
  color: var(--tertiary-color);
  margin-left: auto;
  font-weight: bold;
}
.card-top > .yellow-line {
  position: absolute;
  right: 48px;
  bottom: 52px;
}
.author {
  /* max-width: 145px; */
  margin: 300px 0 0 auto;
  font-size: 16px;
  font-weight: 900;
  color: var(--text-color);
  text-transform: uppercase;
}
.cata-card-img {
  max-width: 401.17px;
  position: absolute;
  top: -122px;
  left: 136px;
  bottom: 0;
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 60%,
    rgba(0, 0, 0, 0) 100%
  );
}
.cata-card-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img2 {
  max-width: 296.68px;
  left: 17px;
}
.img3 {
  max-width: 327px;
  top: -128.3px;
  left: 149px;
}
.img4 {
  max-width: 794.88px;
  top: -74.3px;
  right: 124.46px;
  left: 0;
}
.img5 {
  max-width: 401.94px;
  left: 136px;
  top: -124.3px;
}
.img7 {
  max-width: 535px;
  top: -120.07px;
  right: 343px;
  left: 0;
}
.img8 {
  max-width: 473px;
  top: -124.3px;
  left: 33px;
}
.card-bottom {
  margin-top: 24px;
}
.numbering {
  max-width: 39px;
  margin-block: 11px 20px;
  height: 33px;
  padding: 12px;
  font-size: 13px;
  font-weight: bold;
  color: var(--tertiary-color);
  background-color: var(--primary-color);
}
.card-btm-row {
  align-items: center;
}
.card-desc {
  font-size: 24px;
  line-height: 20px;
  font-weight: 600;
  color: var(--text-color);
}
.card-desc > span {
  font-size: 14px;
  opacity: 0.5;
  font-weight: 400;
}
.card-btn {
  width: 100%;
  padding: 26.5px 104px;
  background-color: var(--primary-color);
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in;
  z-index: 1;
}
.card-btn::before,
.card-btn::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  transform: skew(15deg);
  background-color: black;
  transition: all 0.5s;
  overflow: hidden;
  z-index: -1;
}
.card-btn::before {
  left: -20px;
}

.card-btn::after {
  right: -20px;
}
.card-btn:hover::before,
.card-btn:hover::after {
  width: 58%;
}
.card-btn:hover > span,
.card-btn:hover i {
  color: var(--primary-color) !important;
}
.card-btn:hover {
  border: 1px solid var(--primary-color);
}
.card-btn > span {
  font-size: 27px;
  color: var(--tertiary-color);
  font-weight: 600;
  text-transform: capitalize;
}
.load-more-btn {
  text-align: center;
}
.load-btn {
  padding: 20px 0;
  width: 100%;
  color: var(--text-color);
  font-weight: 600;
  text-transform: uppercase;
  border-block: 1px solid var(--text-color-30);
  border-inline: 4px solid var(--primary-color);
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in;
  z-index: 1;
}
.load-btn::before,
.load-btn::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  transform: skew(15deg);
  background-color: var(--primary-color);
  transition: all 0.5s;
  overflow: hidden;
  z-index: -1;
}
.load-btn::before {
  left: -10px;
}

.load-btn::after {
  right: -10px;
}
.load-btn:hover::before,
.load-btn:hover::after {
  width: 58%;
}
.load-btn:hover {
  color: var(--tertiary-color);
}
/* Get In touch Section */
.get-in-sec {
  padding: 27.28px 0;
  background: url(../assets/About/Get-in-touch-bg.png) no-repeat center/cover;
  background-attachment: fixed;
}
.get-cntn-col {
  position: relative;
}
.get-in-cntn {
  max-width: 703px;
  /* height: 671px; */
  padding: 36px;
  background: linear-gradient(
    to bottom,
    rgba(30, 30, 30, 1) 0%,
    rgba(30, 30, 30, 0) 100%
  );
  backdrop-filter: blur(54px);
  outline: 1px solid var(--primary-color);
  position: absolute;
  left: 0;
  width: 100%;
  right: 0;
  top: -100px;
}
.get-hdr {
  margin: 0 !important;
}
.get-title3 {
  color: var(--primary-color) !important;
}
.questions {
  font-weight: 900;
  color: var(--text-color);
  font-family: "Akira";
  margin-block: 50px 24px;
}
.ansr {
  font-size: 18px;
  line-height: 28px;
  color: var(--text-color);
  opacity: 0.5;
}
.features > span > img {
  margin-right: 10px;
}
.feature-second {
  margin-left: 24px;
}
.membership-prize {
  font-weight: 600;
  color: var(--primary-color);
  text-transform: uppercase;
  /* margin-top: 30px; */
}
.membership-prize > span {
  font-size: 108px;
  color: var(--text-color);
}
.offer {
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 600;
  letter-spacing: 10.08px;
  /* padding-bottom: 12px; */
  text-decoration: underline;
  text-underline-offset: 12px;
}
.in-touch-btn {
  margin-block: 40px 12px;
}
.in-touch-btn > .form-btn.form-btn {
  width: 100%;
}
.get-in-form {
  width: 100%;
  margin-block: 30px;
}
.black-line {
  width: 6.36px;
  height: 15.17px;
  background: var(--tertiary-color);
  transform: skewX(-30deg);
  margin-left: 18px;
  position: relative;
}
.black-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: -13px;
  width: 6.36px;
  height: 15.17px;
  background: var(--tertiary-color);
}
.black-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 13px;
  width: 6.36px;
  height: 15.17px;
  background: var(--tertiary-color);
}
.label-hd {
  font-family: "Akira";
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#fname2,
#lname2 {
  width: 100%;
  height: 46px;
  border: none;
}
.text-area-hd {
  margin-top: 24px;
}
#text-area {
  width: 100%;
  height: 150px;
  border: none;
}
.form-btn {
  background-color: var(--primary-color);
  padding: 20px 50px;
  border: none;
  text-transform: uppercase;
  font-weight: 900;
  border-inline: 5px solid var(--tertiary-color);
  outline: none;
  box-shadow: 0px 11px 17.9px rgba(0, 0, 0, 0.09);
  margin-top: 24px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in;
  z-index: 1;
}
.in-touch-btn > .form-btn::before,
.in-touch-btn > .form-btn::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  transform: skew(15deg);
  background-color: black;
  transition: all 0.5s;
  overflow: hidden;
  z-index: -1;
}
.in-touch-btn > .form-btn::before {
  left: -20px;
}

.in-touch-btn > .form-btn::after {
  right: -20px;
}
.in-touch-btn > .form-btn:hover::before,
.in-touch-btn > .form-btn:hover::after {
  width: 58%;
}
.in-touch-btn > .form-btn:hover {
  color: var(--primary-color) !important;
  border: 1px solid var(--primary-color);
}
/* How it works section */
.how-section {
  padding: 200px 0 80px;
}
.how-title {
  color: var(--text-color);
  background: none;
  -webkit-text-fill-color: var(--text-color);
}
.how-steps {
  width: 100%;
  margin-top: 100px;
  border: 1px solid var(--text-color-16);
}
.step {
  padding-block: 34px 24px;
  border-right: 1px solid var(--text-color-16);
  position: relative;
}
.step > p {
  font-size: 25px;
  font-weight: 600;
  color: var(--text-color);
  text-transform: capitalize;
  margin-bottom: 10px !important;
}
.step > .smaller-yellow-line {
  margin-left: 0px !important;
}
.step > .smaller-yellow-line,
.step > .smaller-yellow-line::before,
.step > .smaller-yellow-line::after {
  width: 6.36px;
  height: 15.17px;
}
.step-desc {
  font-size: 18px;
  line-height: 28px;
  color: var(--text-color);
  opacity: 0.5;
}
.step-num {
  width: 39px;
  height: 33px;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tertiary-color);
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  left: 47%;
  top: -17px;
}
/* BMI Section */
.bmi-sec {
  position: relative;
  padding: 80px 0;
}

.bmi-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../assets/About/BMI-bg.png) no-repeat center/cover;
  filter: grayscale(100%);
  z-index: 0;
  background-attachment: fixed;
}

.bmi-sec > * {
  position: relative;
  z-index: 1; /* keeps text/content above the background */
}
.bmi-sec .title2 {
  margin-block: 80px 30px;
}
.bmi-sec .title2 > span {
  /* color: var(--primary-color) !important; */
  -webkit-text-fill-color: var(--primary-color);
}
.bmi-desc {
  font-size: 18px;
  line-height: 28px;
  color: var(--text-color);
  opacity: 0.5;
  margin-bottom: 30px;
}
.bmi-form {
  padding-block: 30px;
}
.bmi-yellow-line {
  width: 6.36px;
  height: 15.17px;
  background: var(--primary-color);
  transform: skewX(-30deg);
  margin-left: 18px;
  position: relative;
}
.bmi-yellow-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: -13px;
  width: 6.36px;
  height: 15.17px;
  background: var(--primary-color);
}
.bmi-yellow-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 13px;
  width: 6.36px;
  height: 15.17px;
  background: var(--primary-color);
}
.bmi-hd {
  color: var(--text-color);
}
.bmi-input {
  margin-bottom: 24px;
}
.bmi-img-wrpr {
  max-width: 720px;
  height: 573px;
  margin: 0 auto;
  position: relative;
}
.bmi-img-wrpr > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bmi-img-bg {
  width: 100%; /* ✅ add this */
  max-width: 500px;
  background: linear-gradient(
    to bottom,
    rgba(30, 30, 30, 1) 0%,
    rgba(30, 30, 30, 0) 100%
  );
  backdrop-filter: blur(54px);
  position: absolute;
  left: 40%;
  transform: scale(1.1);
  top: 0;
  bottom: 0;
}

.bmi-img {
  width: 100%; /* ✅ add this */
  max-width: 1103px;
  position: absolute;
  bottom: 0;
  right: 163px;
  top: -160px;
  scale: 1.7;
}

.bmi-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* Sponcership Section */
.sponser-sec {
  padding: 80px 0;
}
.auto-scroll {
  padding-block: 80px;
  position: relative;
  overflow: hidden;
}
.auto-scroll:hover > .auto-scroll-itms {
  cursor: pointer;
  animation-play-state: paused;
}
.auto-scroll-itms {
  width: 150px;
  /* margin-right: 155.21px; */
  position: absolute;
  animation: rightTOLeft 12s linear infinite;
}
.nike {
  width: 173.96px;
}
.nike > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.auto-scroll-itms:nth-child(1) {
  animation-delay: -0s;
}
.auto-scroll-itms:nth-child(2) {
  animation-delay: -2s;
}
.auto-scroll-itms:nth-child(3) {
  animation-delay: -4s;
}
.auto-scroll-itms:nth-child(4) {
  animation-delay: -6s;
}
.auto-scroll-itms:nth-child(5) {
  animation-delay: -8s;
}
.auto-scroll-itms:nth-child(6) {
  animation-delay: -10s;
}
@keyframes rightTOLeft {
  0% {
    right: -10%;
  }
  100% {
    right: 110%;
  }
}

.auto-scroll > .auto-scroll-itms:last-child {
  margin-right: 0;
}
.auto-scroll-itms > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Footer Section */
.ftr-sec {
  padding: 80px 0;
  background-color: var(--tertiary-color);
}
.ftr-top {
  padding-bottom: 90px;
  border-bottom: 1px solid var(--text-color-30);
}
.ftr-left {
  max-width: 500px;
}
.ftr-hdr1,
.ftr-hdr2 {
  font-size: 42px;
  font-weight: 500;
  line-height: 50px;
  color: var(--text-color);
}
.scl-list {
  width: 100%;
  margin-top: 50px;
}
.scl-links {
  color: var(--text-color);
  font-size: 21px;
  font-weight: 500;
  transition: all 0.3s linear;
}
.scl-links:hover {
  color: var(--primary-color);
  transform: translateY(-2px);
}
.scl-links > i {
  transition: all 0.3s linear;
}
.scl-links:hover > i {
  transform: rotate(-45deg) translateX(5px);
  color: var(--primary-color) !important;
}
.ftr-right {
  max-width: 688px;
}
.ftr-logo {
  max-width: 650px;
  margin-left: auto;
}
.ftr-logo > a {
  width: 100%;
  height: 100%;
}
.ftr-logo > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ftr-list {
  width: 100%;
  margin-top: 20px;
}
.ftr-list > li:last-child {
  margin-right: 0 !important;
  border: none;
  padding-right: 0 !important;
}
.ftr-list > li {
  margin-right: 14px;
}
.ftr-links {
  font-size: 18px;
  border-right: 1px solid var(--text-color);
  padding-right: 20px;
  font-weight: 500;
  color: var(--text-color);
  transition: all 0.3s linear;
}
.ftr-links:hover {
  color: var(--primary-color);
  transform: translateY(-2px);
}
.ftr-btm {
  padding-top: 37px;
}
.ftr-btm-left {
  max-width: 500px;
}
.ftr-btm-left > p {
  font-size: 20px;
  margin-top: 15px;
  font-weight: 500;
  color: var(--text-color);
}
.email-form {
  max-width: 690px;
}
.email-input-wrpr {
  max-width: 100%;
  border-radius: 100px;
  display: flex;
  justify-content: space-between;
  padding: 14px 24px;
  background-color: var(--card-bg);
}
.email-input {
  background: none;
  border: none;
}
.email-input:focus {
  border: none;
  outline: none;
}
.email-input::placeholder {
  color: var(--text-color);
  font-size: 20px;
}
.email-input-wrpr > .nav-btn {
  padding: 20px 27px 20px 40px;
}
.email-input-wrpr > .nav-btn:hover img {
  transform: translateX(-3em) scale(3);
}
/* Responsive section */
@media screen and (max-width: 1750px) {
  .title1 {
    font-size: 100px;
    color: var(--text-color);
  }
  .title3 {
    font-size: 20px;
    color: var(--text-color);
  }
  .nav-btn {
    padding: 20px 10px 20px 17px;
    outline: 1px solid var(--primary-color);
    background-color: #fff7001a;
    backdrop-filter: blur(2px);
    border-radius: 37.5px;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
  }
  /* Header Section */
  .navbar-brand {
    width: 150px;
  }
  .nav-link {
    padding: 20px 13px !important;
    color: var(--text-color);
    font-size: 16px;
  }
  .nav-btn > img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    margin-left: 0px;
  }
  /* Banner Section */
  .banner-btn {
    max-width: 252px;
    font-size: 25px;
    margin-top: 60px;
  }
  .img-circles {
    margin-block: 30px;
  }
  .member-text {
    max-width: 300px;
    font-size: 20px;
  }

  /* Workout section */
  .element-card {
    margin-bottom: 100px;
  }
  .card-btn {
    padding: 26.5px 60px;
  }
  .cata-card-img {
    top: -122px;
    left: 43px;
    bottom: 0;
  }
  .img3 {
    top: -128.3px;
    left: 73px;
  }
  .img4 {
    top: -74.3px;
    right: 74.46px;
    left: 0;
  }
  .img5 {
    left: 13px;
    top: -124.3px;
  }
  .img7 {
    top: -120.07px;
    right: 208px;
    left: 0;
  }
  .img8 {
    max-width: 409px;
    top: -124.3px;
    left: 2px;
  }
  /* Get in touch section */
  .get-in-cntn {
    padding: 20px;
    /* left: 0; */
    width: 100%;
    right: 0;
    top: -60px;
  }
  .questions {
    margin-block: 36px 24px;
  }
  .ansr {
    font-size: 16px;
  }
  .membership-prize > span {
    font-size: 80px;
  }
  .in-touch-btn {
    margin-block: 15px 12px;
  }
}
@media screen and (max-width: 1400px) {
  .title1 {
    font-size: 87px;
  }
  /* Header Section */
  .offcanvas {
    flex-direction: column !important;
    text-align: center;
    background: rgba(0, 0, 0, 0.4); /* semi-transparent black */
    backdrop-filter: blur(20px); /* blur intensity for glass effect */
    -webkit-backdrop-filter: blur(20px); /* for Safari support */
    border: 1px solid rgba(255, 255, 255, 0.1); /* optional: subtle glass border */
  }
  .navbar-nav {
    background: none !important;
    border: none;
    backdrop-filter: none;
  }
  .navbar-toggler-icon {
    width: 2.2rem;
    background: none;
  }
  .nav-item {
    margin-right: 0;
  }
  .nav-item:hover {
    background: none;
  }
  .search-form {
    display: none !important;
  }
  /* Workout Section */
  .card-btn {
    padding: 16.5px 41px;
  }
  .card-desc > span {
    font-size: 12px;
  }
  .cata-card-img {
    top: -49px;
    left: 13px;
    bottom: 0;
  }
  .img3 {
    top: -62.3px;
    left: 43px;
  }
  .img4 {
    top: -27.3px;
    right: 172.46px;
    left: 0;
  }
  .img5 {
    left: -7px;
    top: -39.3px;
  }
  .img7 {
    top: -80.07px;
    right: 108px;
    left: 0;
  }

  .img8 {
    max-width: 308px;
    top: -73.3px;
    left: -2px;
  }
  /* Get in touch Section */
  .feature-second {
    margin-left: 0px;
  }
  /* BMI Section */
  .bmi-img-bg {
    left: 40%;
    transform: scale(1.1);
    top: 0px;
    bottom: 0;
  }
  .bmi-img {
    right: 162px;
    top: -82px;
    scale: 1.5;
  }

  /* Footer Section */
  .ftr-list > li {
    margin-right: 13px;
  }
  .ftr-links {
    padding-right: 13px;
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) {
  .about-yellow-line,
  .about-yellow-line::after,
  .about-yellow-line::before {
    width: 7.55px;
    height: 19px;
  }
  .smaller-yellow-line {
    margin-left: 27px;
  }
  /* Modal */
  .input-wrpr {
    padding: 10px;
  }
  #fname::placeholder,
  #lname::placeholder,
  #emailname::placeholder,
  #gender::placeholder,
  #age::placeholder,
  #phone::placeholder,
  #weight::placeholder,
  #goal::placeholder,
  #password::placeholder {
    font-size: 14px;
  }
  /* About Section  */

  .about-hdr {
    margin-bottom: 83px;
  }
  .about-right-desc {
    max-width: 100%;
  }
  .about-right-cntn {
    margin-top: 50px;
  }
  /* Workout Section */
  .element-card {
    margin-bottom: 60px;
  }
  .card-bottom {
    margin-top: 10px;
  }
  .card-btn {
    padding: 25px 16px;
  }
  .card-btn > span {
    font-size: 20px;
  }
  .card-desc {
    font-size: 19px;
    line-height: 18px;
  }
  .card-desc > span {
    font-size: 9px;
  }
  .img4 {
    top: -30.3px;
    right: 76.46px;
    left: 0;
  }
  .img7 {
    top: -32.07px;
    right: 80px;
  }
  .img8 {
    max-width: 246px;
    top: -56.3px;
    left: -2px;
  }
  /* Get in touch Section */
  .get-in-cntn {
    position: relative;
    margin: 0 auto;
  }
  .ansr {
    opacity: 1;
  }
  .feature-second {
    margin-left: 24px;
  }
  .get-in-form {
    width: 100%;
    margin-block: 0 30px;
  }
  /* How it works section */
  .how-title {
    margin-top: 20px;
  }
  .step-num {
    left: 43%;
  }
  .step-desc {
    font-size: 15px;
    line-height: 21px;
  }
  .step > p {
    font-size: 18px;
    margin-bottom: 10px !important;
  }
  /* BMI Section */
  .bmi-row {
    flex-direction: column-reverse;
  }
  .bmi-img-wrpr {
    margin-top: 80px;
  }
  /* Footer Section */
  .ftr-row {
    flex-direction: column-reverse;
  }
  .ftr-right {
    margin: 0 auto 80px;
  }
  .ftr-left {
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  .about-title3::before,
  .service-title3::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    bottom: 10%;
    left: -21px;
    border-radius: 50%;
    background-color: var(--tertiary-color);
    border: 4px solid var(--primary-color);
  }
  /* Modal Section */
  .input-wrpr {
    padding: 8px;
  }
  .input-wrpr > img {
    margin-right: 2px;
  }
  #fname::placeholder,
  #lname::placeholder,
  #emailname::placeholder,
  #gender::placeholder,
  #age::placeholder,
  #phone::placeholder,
  #weight::placeholder,
  #goal::placeholder,
  #password::placeholder {
    font-size: 12px;
  }
  /* About Section */
  .about-yellow-line {
    margin-left: 10px !important;
  }
  /* .about-yellow-line,
  .about-yellow-line::after,
  .about-yellow-line::before {
    width: 10.78px;
    height: 14px;
  }
  .about-yellow-line::before {
    left: -19px !important;
  } */
  .about-yellow-line::before {
    left: 30px !important;
  }
  /* Service Section */
  .service-hdr {
    margin-bottom: 30px;
  }
  .training-card {
    margin: 0 auto;
  }
  /* Workout Section */
  .element-card {
    width: 100%;
    margin: 0 auto 50px;
  }
  .card-desc {
    font-size: 27px;
    line-height: 18px;
  }
  .card-desc > span {
    font-size: 16px;
  }
  .cata-card-img {
    top: -60px;
    left: 136px;
    bottom: 0;
  }
  .img2 {
    max-width: 296.68px;
    left: 150px;
  }
  .img3 {
    top: -66px;
    left: 149px;
  }
  .img4 {
    top: -60px;
    right: 124.46px;
    left: 0;
  }
  .img5 {
    max-width: 401.94px;
    left: 176px;
    top: -62.3px;
  }
  .img7 {
    top: -40.07px;
    right: 275px;
    left: 0;
  }
  .img8 {
    max-width: 473px;
    top: -55.3px;
    left: 104px;
  }
  /* BMI Section */
  .bmi-img-bg {
    left: 28%;
    transform: scale(1.1);
    top: 0px;
    bottom: 0;
  }
  .bmi-img {
    right: 118px;
    top: -121px;
    scale: 1.6;
  }
  /* Sponsorship Section */
  .auto-scroll {
    margin-bottom: 0px;
  }
  .auto-scroll-itms {
    width: 130px;
    animation-duration: 13s;
  }

  /* Delays: 13s ÷ 6 ≈ 2.16s apart */
  .auto-scroll-itms:nth-child(1) {
    animation-delay: -0s;
  }
  .auto-scroll-itms:nth-child(2) {
    animation-delay: -2.16s;
  }
  .auto-scroll-itms:nth-child(3) {
    animation-delay: -4.32s;
  }
  .auto-scroll-itms:nth-child(4) {
    animation-delay: -6.48s;
  }
  .auto-scroll-itms:nth-child(5) {
    animation-delay: -8.64s;
  }
  .auto-scroll-itms:nth-child(6) {
    animation-delay: -10.8s;
  }

  /* Footer Section */
  .ftr-btm-left {
    margin: 0 auto 50px;
  }
  .email-form {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .cursor{
    display: none;
  }
  /* Modal */
  .modal-desc {
    margin-block: 0 24px;
    font-size: 16px;
    line-height: 23px;
  }
  .modal-right-cntn {
    margin-top: 260px;
  }
  /* Banner Section */
  .banner-sec {
    padding: 350px 0 60px;
  }
  .about-yellow-line {
    margin-left: 14px !important;
  }

  /* About Section */
  .about-img {
    margin: 50px auto 20px;
  }
  .about-right-desc {
    margin: 30px 0 0;
  }
  .about-right-desc-hdr {
    font-size: 28px;
  }
  .about-desc-row {
    margin-top: 20px;
  }

  .right-list {
    margin-block: 40px 0;
  }
  /* Service Section */
  .training-hdr {
    font-size: 30px;

    margin-bottom: 17px;
  }
  .training-card > p {
    font-size: 14px;
    line-height: 16px;
  }
  /* Workout Section */
  .grid {
    margin-top: 90px;
  }
  .element-card {
    margin: 0 auto 40px;
  }
  .card-top {
    height: 300px;
    padding: 12px;
  }
  .author {
    /* max-width: 145px; */
    margin: 200px 0 0 auto;
  }
  .cata-card-img {
    left: 40px;
  }
  .img2 {
    left: 26px;
  }
  .img3 {
    top: -53px;
    left: 28px;
  }
  .img4 {
    top: -42px;
    right: 98.46px;
    left: 0px;
  }
  .img5 {
    left: 18px;
    top: -55.3px;
  }
  .img7 {
    top: -52.07px;
    right: 128px;
    left: 0;
  }
  .img8 {
    top: -56.3px;
    left: -8px;
  }
  .card-btn {
    padding: 20px 16px;
  }
  .numbering {
    max-width: 39px;
    margin-block: 1px 13px;
  }
  .card-desc {
    font-size: 22px;
    line-height: 21px;
  }
  .card-desc > span {
    font-size: 11px;
  }
  /* Get in touch Section */
  .how-section {
    padding: 70px 0 60px;
  }
  .how-steps {
    width: 100%;
    margin-top: 55px;
    border: 1px solid var(--text-color-16);
  }
  .get-title3 {
    margin-left: 17px;
  }
  #fname {
    margin-bottom: 10px;
  }
  .text-area-hd {
    margin-top: 10px;
  }
  .feature-second {
    margin-left: 16px;
  }
  /* How It works section */
  .step > p {
    font-size: 15px;
    margin-block: 10px 0 !important;
  }
  .step-desc {
    font-size: 12px;
    line-height: 21px;
  }
  /* BMI Section */
  .bmi-sec {
    padding: 60px 0;
  }
  .bmi-img-bg {
    left: 13%;
    transform: scale(1);
    top: 0px;
    bottom: 0;
  }
  /* Sponsor Section */
  .auto-scroll-itms {
    width: 90px;
    animation-duration: 9s;
  }

  /* Delays: 9s ÷ 6 = 1.5s apart */
  .auto-scroll-itms:nth-child(1) {
    animation-delay: -0s;
  }
  .auto-scroll-itms:nth-child(2) {
    animation-delay: -1.5s;
  }
  .auto-scroll-itms:nth-child(3) {
    animation-delay: -3s;
  }
  .auto-scroll-itms:nth-child(4) {
    animation-delay: -4.5s;
  }
  .auto-scroll-itms:nth-child(5) {
    animation-delay: -6s;
  }
  .auto-scroll-itms:nth-child(6) {
    animation-delay: -7.5s;
  }

  /* Footer Section */
  .ftr-list > li {
    margin-right: 11px;
  }
  .ftr-links {
    padding-right: 11px;
  }
}
@media screen and (max-width: 576px) {
  .title1 {
    font-size: 41px;
  }
  .title2 {
    font-size: 24px;
  }
  .title3 {
    font-size: 14px;
    margin-left: 8px;
  }
  /* Header Section */
  .hdr-sec {
    top: 12px;
  }
  .title-btm {
    margin-block: 50px 25px;
  }
  /* Modal */
  .modal-content {
    padding: 5px;
    border-radius: 10px;
  }
  .modal-header > .smaller-yellow-line {
    margin-left: 61px;
  }
  #submit-btn {
    font-size: 14px;
  }
  .submit-btn-wrpr {
    padding: 12px;
  }
  .modal-right {
    padding: 15px;
  }
  .modal-right-cntn > p {
    font-size: 14px;
  }
  .modal-btm > p {
    font-size: 14px;
  }
  .line1 {
    font-size: 12px;
  }
  input[type="radio"] {
    width: 15px;
    height: 12px;
  }
  .line2 {
    font-size: 14px;
    margin-left: 7px;
  }
  .modal-right-cntn {
    margin-top: 140px;
  }
  /* Banner Section */
  .banner-sec {
    padding: 290px 0 40px;
    min-height: 50vh;
  }
  /* About Section */
  .about-sec {
    padding: 60px 0 30px;
  }
  .about-hdr {
    margin-bottom: 30px;
  }
  .about-list > li {
    margin-bottom: 16px;
    font-size: 14px;
  }
  .about-right-desc-hdr {
    font-size: 18px;
  }
  .about-yellow-line,
  .about-yellow-line::after,
  .about-yellow-line::before {
    width: 5.78px;
    height: 14px;
  }
  .about-yellow-line {
    margin-left: 9px !important;
  }
  .about-yellow-line::before {
    left: 11px !important;
  }
  .about-yellow-line::after {
    left: 23px;
  }
  .about-right-desc {
    margin: 20px 0 0;
  }
  .desc {
    font-size: 14px;
    line-height: 22px;
  }
  .right-desc {
    margin-block: 10px;
  }
  .phone-sec {
    align-items: center;
  }
  .phone-contact {
    margin-left: 0px;
    max-width: 261px;
    font-size: 18px;
  }
  .phone-contact > span {
    font-size: 26px;
    color: var(--primary-color);
  }
  /* Service Section */
  .service-sec {
    padding: 40px 0;
  }
  .training-card {
    padding: 15px;
  }
  .training-hdr {
    font-size: 25px;
    margin-bottom: 14px;
  }
  .training-card > p {
    font-size: 12px;
    line-height: 20px;
  }
  /* Workout Section */
  .work-hdr {
    padding: 50px 0;
  }
  .work-right-hdr {
    margin-top: 40px;
  }
  .number > p {
    font-size: 61px;
    line-height: 25px;
  }
  .small-txt {
    font-size: 24px;
  }
  .work-para {
    font-size: 14px;
    line-height: 24px;
  }
  .button-slider {
    padding: 8px;
  }
  .btn-cntn {
    font-size: 12px;
    padding: 4px 8px !important;
  }
  .grid {
    margin-top: 60px;
  }
  .element-card {
    padding: 12px;
  }
  .card-top {
    height: 220px;
    padding: 10px;
  }
  .card-type {
    padding: 3px 8px;
    font-size: 12px;
  }
  .card-top > .yellow-line {
    position: absolute;
    right: 38px;
    bottom: 37px;
  }
  .author {
    margin: 137px 0 0 auto;
    font-size: 14px;
  }
  .cata-card-img {
    left: 3px;
    top: -40px;
  }
  .img2 {
    left: 5px;
  }
  .img3 {
    top: -42px;
    left: 4px;
  }
  .img4 {
    top: -25px;
    right: 53.46px;
    left: 0px;
  }
  .img5 {
    left: 2px;
    top: -40.3px;
  }
  .img7 {
    top: -30.07px;
    right: 63px;
    left: 0;
  }
  .img8 {
    top: -26.3px;
    left: -9px;
  }
  .card-btn {
    /* width: 80%; */
    margin-top: 10px;
    padding: 9px 0;
  }
  .card-btn > span {
    font-size: 18px;
  }
  /* Get in touch Section */
  .get-title3 {
    margin-left: 15px !important;
  }
  .get-in-cntn {
    padding: 16px;
  }
  .questions {
    margin-block: 12px;
    font-size: 12px;
  }
  .ansr {
    font-size: 12px;
    line-height: 16px;
  }
  .feature-second {
    margin: 10px 0 0;
  }
  .membership-prize > span {
    font-size: 50px;
  }
  .offer {
    font-size: 12px;
    letter-spacing: 3.08px;
  }
  .in-touch-btn {
    margin-block: 0px 2px;
  }
  .get-in-form {
    margin-block: 0px 20px;
  }
  .form-btn {
    padding: 8px 50px;
    margin-top: 13px;
  }
  .in-touch-btn > .form-btn {
    font-size: 12px;
  }
  .black-line,
  .black-line::after,
  .black-line::before {
    width: 6.36px;
    height: 10.17px;
  }
  .label-hd {
    margin-bottom: 4px;
    font-size: 12px;
  }
  /* How it works section */

  .step > .smaller-yellow-line {
    margin-left: -21px !important;
  }
  .step {
    border-bottom: 1px solid var(--text-color-16);
  }
  .step-num {
    left: 46%;
  }
  /* BMI section */
  .bmi-img-wrpr {
    margin-top: 30px;
  }
  .bmi-sec .title2 {
    margin-block: 0px 30px;
  }
  .bmi-img-bg {
    left: 16%;
    transform: scale(0.7);
  }
  .bmi-img {
    right: 87px;
    top: -234px;
    scale: 2.3;
  }
  .bmi-desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .bmi-form {
    padding-block: 0 20px;
  }
  /* Sponsor Section */
  .sponser-sec {
    padding: 20px 0;
  }
  .auto-scroll {
    padding-block: 60px 40px;
  }
  .auto-scroll-itms {
    width: 70px;
    animation-duration: 7s;
  }

  /* Delays: 7s ÷ 6 ≈ 1.16s apart */
  .auto-scroll-itms:nth-child(1) {
    animation-delay: -0s;
  }
  .auto-scroll-itms:nth-child(2) {
    animation-delay: -1.16s;
  }
  .auto-scroll-itms:nth-child(3) {
    animation-delay: -2.32s;
  }
  .auto-scroll-itms:nth-child(4) {
    animation-delay: -3.48s;
  }
  .auto-scroll-itms:nth-child(5) {
    animation-delay: -4.64s;
  }
  .auto-scroll-itms:nth-child(6) {
    animation-delay: -5.8s;
  }

  /* Footer Section */
  .ftr-sec {
    padding: 60px 0;
  }
  .ftr-top {
    padding-bottom: 32px;
  }
  .ftr-hdr1,
  .ftr-hdr2 {
    font-size: 30px;
    line-height: 39px;
  }
  .scl-list {
    margin-top: 27px;
  }
  .scl-links {
    font-size: 16px;
  }
  .ftr-list > li {
    margin-right: 2px;
  }
  .ftr-links {
    padding-right: 2px;
    font-size: 10px;
  }

  .ftr-btm-left > p {
    font-size: 16px;
  }
  .email-input-wrpr {
    padding: 9px 13px;
  }
  .email-input-wrpr > .nav-btn {
    padding: 20px 27px 20px 26px;
  }
  .ftr-btn > span {
    display: none;
  }
  .email-input-wrpr > .nav-btn:hover img {
    transform: translateX(0) scale(1);
  }
  .email-input::placeholder {
    font-size: 14px;
  }
}
