@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.cdnfonts.com/css/miama");
body {
  background: rgb(0, 0, 0);
  font-family: "Inter", sans-serif;
  max-width: 1300px;
  margin: 0 auto;
}
header {
  max-width: 1200px;
  margin: 0 auto;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.75),
    rgba(240, 240, 240, 0.16)
  );
  padding: 0% 10%;
}
/* nav starts here */
.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  padding-top: 20px;
}
.nav-logo {
  color: rgb(230, 83, 60);
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 120%;
  font-style: italic;
}
.nav-menu {
  display: flex;
  list-style: none;
  justify-content: center;
  align-items: center;
  gap: 47px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 39px;
  padding: 4px 4px;
}
.nav-item {
  padding: 12px 24px;
  border-radius: 46px;
  color: rgb(255, 255, 255);
  font-size: 1.12rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0%;
}
.marked {
  background: rgb(230, 83, 60);
}
.nav-item:hover {
  background: rgb(230, 83, 60);
}
.nav-item:visited {
  background: rgb(230, 83, 60);
}
.nav-menubar {
  display: none;
}

/* hero section starts here */
.hero-container {
  display: flex;
  align-items: center;
  gap: 17%;
}
.hero-content-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hero-title {
  color: rgb(255, 255, 255);
  font-size: 78px;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: 0%;
  max-width: 91%;
}
.shape_text {
  font-family: "Miama", sans-serif;
  font-size: 9.87rem;
  font-weight: 100;
  line-height: 50px;
}
.hero-description {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.031rem;
}
.hero-btn {
  display: flex;
  gap: 3%;
}
.btn {
  max-width: 224px;
  padding: 16px 40px;
  border-radius: 42px;
  background: transparent;
  color: rgb(255, 255, 255);
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.37rem;
  letter-spacing: 0px;
  border: none;
  border: 1px solid rgb(255, 255, 255);
}
.primary-btn {
  background: rgb(240, 83, 60);
  border: none;
}

.box {
  max-width: 210px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.1);
  padding: 17px 10px;
  position: absolute;
}
.upper-box {
  margin: -450px 0px 0px 240px;
}
.upper-box-head {
  color: rgb(255, 255, 255);
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 2.5rem;
  letter-spacing: 1px;
  text-align: center;
  margin: 0px 0px 2.5px 0px;
}
.upper-box-text {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.81rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 1px;
  text-align: center;
  margin: 2.5px 0px 0px 0px;
}
.lower-box {
  display: flex;
  padding: 20px 10px 20px 10px;
  align-items: center;
  gap: 10px;
  margin-left: -113px;
  margin-top: -163px;
}
.lower-box-left {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgb(230, 83, 60);
}
.lower-box-head {
  color: rgb(255, 255, 255);
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 2.5rem;
  letter-spacing: 1px;
  text-align: center;
  margin: 0px 0px 2.5px 0px;
}
.lower-box-text {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.81rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 1px;
  text-align: center;
  margin: 2.5px 0px 0px 0px;
}
/* Hero Section Ends Here */

/* main section starts here */
main {
  margin: 0 auto;
  align-items: center;
  display: flex;
  flex-direction: column;
}

/* habit section starts here */
.habit {
  margin: 100px auto;
  max-width: 1100px;
}
.habit-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}
.habit-content {
  max-width: 50%;
}
.habit-title {
  color: rgb(255, 255, 255);
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin: 8px auto;
}
.habit-content-description {
  color: rgba(255, 255, 255, 0.5);
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.019rem;
  text-align: center;
}
.habit-items {
  display: flex;
}
.habit-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.habit-image {
  border-radius: 100%;
  border: 2px solid rgb(75, 75, 75);
}
.habit-items-title {
  color: rgb(255, 255, 255);
  font-size: 1.11rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0%;
  margin: 20px auto 10px;
}
.habit-items-description {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.865rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 0.019rem;
  margin: 0px auto;
  text-align: center;
  padding: 0px 40px;
}
/* habit section ends here */

/* Run Section Starts Here */
.run {
  max-width: 1100px;
  margin: 0 auto;
}
.run-container {
  display: flex;
  gap: 160px;
  padding: 32px;
  justify-content: space-between;
  border-radius: 18px;
  background: rgb(34, 34, 34);
}
.run-content-container {
  padding: 10px;
}
.run-title {
  color: rgb(255, 255, 255);
  font-size: 3rem;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: 0%;
  margin: 0;
}
.run-description {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.019rem;
  width: 90%;
  margin-bottom: 20px;
}
.run-btn {
  width: 224px;
  padding: 16px 40px;
  border-radius: 42px;
  color: rgb(255, 255, 255);
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.37rem;
  letter-spacing: 0px;
  background: rgb(230, 83, 60);
  border: none;
}
.run-image-box {
  max-width: 30%;
  overflow: hidden;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.run-image {
  width: 150%;
  height: 150%;
  object-fit: none;
  object-position: 68% 26%;
}
/* Run Section Ends Here */

/* BMI Section Starts Here */
.bmi {
  width: 100%;
}
.bmi-container {
  display: flex;
  flex-direction: column;
}
.bmi-head-title {
  color: rgb(255, 255, 255);
  font-size: 3rem;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 1%;
  margin-left: 20%;
}
.bmi-head-description {
  color: rgba(255, 255, 255, 0.5);
  max-width: 50%;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.019rem;
  margin-left: 20%;
  margin-bottom: 5%;
}
.bmi-container-content {
  background: rgb(34, 34, 34);
  display: flex;
  padding: 0% 10% 3% 10%;
  margin: 0;
}
.bmi-left {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.bmi-left-title {
  color: rgb(255, 255, 255);
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: 0%;
}
table,
th,
td {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-collapse: collapse;
  padding: 10px 20px;
}
th {
  color: rgb(255, 255, 255);
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: left;
}
td {
  color: rgba(255, 255, 255, 0.5);
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0%;
}
.bmi-right {
  width: 50%;
}
.bmi-right-content {
  width: 100%;
}
.bmi-right-title {
  color: rgb(255, 255, 255);
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 20px;
}
.bmi-right-description {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.019rem;
}
.input-txt {
  color: rgba(255, 255, 255, 0.329);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0%;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}
#Height,
#Weight,
#age {
  width: 43%;
  padding: 2%;
  margin: 1.5%;
  border: none;
  margin-left: 0;
}
#sex {
  width: 47%;
  padding: 2%;
  margin: 1.5%;
  border: none;
  margin-left: 0;
  border-right: 25px solid transparent;
}
#activity {
  width: 96.7%;
  padding: 2%;
  margin: 1%;
  border: none;
  margin-left: 0;
  border-right: 25px solid transparent;
}
option {
  color: rgba(255, 255, 255, 0.329);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0%;
  border-radius: 8px;
  background: rgb(59, 59, 59);
}
.bmi-button {
  margin-top: 3%;
}
.bmi-btn {
  max-width: 224px;
  padding: 16px 60px;
  border-radius: 42px;
  background: rgb(230, 83, 60);
  color: rgb(255, 255, 255);
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.37rem;
  letter-spacing: 0px;
  border: none;
}

/* BMI Section Ends Here */

/* Team Section Starts Here */
.team {
  max-width: 1100px;
  margin: 0 auto;
}
.team-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.team-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.team-title {
  color: rgb(255, 255, 255);
  font-size: 3rem;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 0;
}
.team-description {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.019rem;
  text-align: center;
  max-width: 90%;
}
.team-name {
  color: rgb(255, 255, 255);
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: 0%;
  margin: 5px;
}
.team-position {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0%;
  margin: 5px;
}
.team-item-image {
  max-height: 350px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  opacity: 70%;
}
.team-item-in {
  position: absolute;
  margin-top: -90px;
  margin-left: 20px;
}
.team-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
}
/* Team Section Ends Here */

/* Transformation Section Starts Here */

.transformation-section {
  padding: 2rem;
  /* background-color: #f9f9f9; */
}

.transformation-section h2 {
  text-align: center;
  line-height: 120%;
  letter-spacing: 0%;
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
  color: rgb(255, 255, 255);
}

.transformation-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.transformation-item {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.transformation-item:hover {
  transform: translateY(-5px);
}

.transformation-item img {
  width: 100%;
  height: auto;
}

.transformation_body {
  padding: 1rem;
}

.transformation_body h3 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 0.5rem;
}

.transformation_body p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 1rem;
}

.click-link {
  display: inline-block;
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.click-link:hover {
  text-decoration: underline;
}
/* Transformation Section Ends Here */

/* Footer Section Starts Here */
footer {
  width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.1);
  margin: 90px auto 0px;
  overflow: hidden;
}
.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  padding-bottom: 5%;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.footer-left {
  max-width: 50%;
}
.footer-logo {
  color: rgb(230, 83, 60);
  font-size: 4.375rem;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 10px;
  font-style: italic;
}
.footer-logo-text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.019rem;
  max-width: 80%;
}

.footer-right {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.footer-right-left-head {
  color: rgb(255, 255, 255);
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 10%;
}
.footer-right-left-item {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.438rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0%;
  list-style: none;
  margin-bottom: 20px;
}

.footer-right-right-title {
  color: rgb(255, 255, 255);
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 10%;
}
.footer-right-right-item {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.438rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0%;
  list-style: none;
  margin-bottom: 20px;
}
.cp-container {
  max-width: 100%;
  padding: 1%;
}
.cp {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.019rem;
}

/* Footer Section Ends Here */

/* Responsive CSS Media Queries Starts Here */
@media screen and (max-width: 576px) {
  /* Header Section Responsive media Queries Starts Here */
  /* nav bar media queries starts here */
  .nav {
    padding: 10% 0;
  }
  .nav-logo {
    color: rgb(230, 83, 60);
    font-size: 3rem;
  }
  .nav-menu-container {
    display: none;
  }
  .nav-menubar {
    display: block;
    background: rgb(255, 255, 255);
  }
  /* nav bar media queries ends here */

  /* hero media queries starts here*/
  .hero-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .hero-title {
    font-size: 2.97rem;
    max-width: 90%;
  }

  .text-style {
    font-size: 5.87rem;
    font-weight: 100;
    line-height: 50px;
  }
  .hero-image {
    display: block;
    margin: 0 auto;
  }
  .upper-box {
    margin-top: -530px;
    margin-left: 48%;
  }
  .lower-box {
    margin-left: 12px;
    margin-top: -340px;
  }
  .hero-images {
    width: 100%;
  }

  /* hero media queries ends here*/
  /* Header Section Responsive media Queries Ends  Here */

  /* Main Section Responsive media Queries Starts Here */

  /* habit section media queries starts here */
  .habit {
    margin: 0px auto 50px;
  }
  .habit-content-title {
    color: rgb(255, 255, 255);
    font-size: 2.1rem;
    margin-top: 8%;
  }
  .habit-content {
    max-width: 90%;
  }
  .habit-items {
    flex-direction: column;
    gap: 20px;
    gap: 50px;
  }
  .habit-image {
    width: 70%;
  }

  /* habit section media queries ends here */

  /* run section media queries starts here */
  .run {
    width: 90%;
  }
  .run-container {
    flex-direction: column;
    gap: 20px;
  }
  .run-title {
    font-size: 2.5rem;
  }
  .run-btn {
    width: 100%;
  }
  .run-description {
    width: 100%;
  }
  .run-image-box {
    max-width: 100%;
  }
  .run-image {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }

  /* run section media queries ends here */

  /* BMI Section media queries Starts here */
  .bmi-container-content {
    flex-direction: column;
    padding-bottom: 10%;
  }
  .bmi-left {
    width: 100%;
  }
  .bmi-right {
    width: 100%;
  }
  .bmi-head-title,
  .bmi-head-description {
    margin-left: 6%;
  }
  .bmi-head-description {
    max-width: 85%;
  }
  #activity,
  #sex {
    border-right: 15px solid transparent;
  }
  /* BMI Section media queries ends here */

  /* Team Section  media queries Starts here  */
  .team-title {
    font-size: 2.5rem;
  }
  .team-description {
    max-width: 80%;
  }
  .team-items {
    grid-template-columns: repeat(1, 1fr);
    margin: 0 3%;
  }
  .hide-team {
    display: none;
  }
  /* Team Section  media queries Ends here  */

  /* Transformation Story Section  media queries Starts here  */
  .grid-container {
    grid-template-columns: 1fr;
  }

  .transformation-section h2 {
    font-size: 1.75rem;
  }

  .transformation_body h3 {
    font-size: 1.25rem;
  }

  .transformation_body p {
    font-size: 0.875rem;
  }
  /* Transformation Story Section  media queries Ends here  */

  /* Main Section Responsive media Queries Ends Here */

  /* Footer Section Media Queries Starts Here */
  .footer-container {
    flex-direction: column;
    max-width: 85%;
  }
  .footer-right {
    flex-direction: column;
  }
  .footer-left {
    max-width: 100%;
  }
  .footer-right-right-title {
    margin-top: 15px;
  }
  .footer-logo-text {
    max-width: 90%;
  }
  .footer-logo {
    margin-top: 10%;
  }
  .cp-container {
    padding: 5%;
  }

  /* Footer Section Media Queries Ends Here */
}

/* Responsive CSS Media Queries Ends Here */
