@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

.work-sans-font {
    font-family: "Work Sans", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
body{
    background-color: black;
}
header{
    max-width: 1440px;
    max-height: 715px;
    background-color: #3b3838;
    margin-bottom: 100px;
}
main{
    background-color: black;
}
.header-tags{
    margin-left: 190px;
    margin-right: 190px;
    margin-top: 57px;
}
.navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-items > li{
    list-style: none;
}
.nav-items{
    display: flex;
    gap: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 465px;
    border-radius: 18px;
    padding-left: 0px;
    font-size: 1rem;
    color: white;
    justify-content: center;
    align-items: center;
}
.home{
    background-color: rgba(230, 83, 60, 1);
    padding: 8px 20px;
    border-radius: 20px;
}
.about{
    padding-right: 15px;
}
.fitness-title{
    color: rgba(230, 83, 60, 1);
    font-size: 2rem;
    font-weight: 700;
}
.img-flex{
    display: flex;
}
.body-title{
    font-size: 3.5rem;
    color: white;
}
#shape{
    font-family: 'Great Vibes', cursive;
    font-style: normal;
    font-size: 4.2rem;
    
}
.text-gray{
    font-size: 16px;
    color: white;
}
.bodybutton{
    max-width: 520px;
    margin-right: 167px;
}
.button-icon{
    max-width: 465px;
    max-height: 54px;
    color: white;
    display: flex;
   
}
.join-club{
    background-color: rgba(230, 83, 60, 1);
    padding: 13px 20px;
    color: white;
    border-radius: 42px;
    font-weight: 600;
    border: none;
    margin-right: 20px;
}
.download{
    padding: 13px 20px;
    color: white;
    border-radius: 42px;
    font-weight: 600;
    border: none;
    background-color: rgb(54, 50, 50);
}
.Images2{
    /* width: 100%; */
}
.habbit-section{
    max-width: 1044px;
    max-height: 460px;
    margin: 0 auto;

}
.habit-images{
    margin-top: 30px;
}
.habit-both{
    color: white;
    text-align: center;

}
.habit-title{
    font-size: 2.5rem;
    font-weight: 700;
}
.habit-des{
    font-size: 14px;
}
.habit-img{
   max-width: 180px;
   max-height: 180px;
    border-radius: 100px;
    max-width: 180px;
    justify-content: space;
    gap: 10px;
}
.habit-all{
    display: flex;
    justify-content: space-between;
    margin-left: 10px;
    margin-right: 10px;
    
}
.img-title{
    color: white;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    max-width: 180px;
}
.img-des{
    color: white;
    text-align: center;
    font-size: 14px;
    max-width: 180px;
    padding-bottom: 58px;
}
.extra-mile{
    max-width: 1060px;
    max-height: 370px;
    background-color: rgba(34, 34, 34, 1);
    margin: 0 auto;
    border-radius: 20px;
    margin-bottom: 30px;
}
.mileparts{
    display: flex;
    justify-content: space-around;
}
.mile-part{
    max-width: 445px;
    max-height: 290px;
    margin-top: 30px;
}
.fullimg{
    max-width: 366px ;
    max-height: 310px;
}
.running{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
}
.join-now{
    width: 150px;
    border: none;
    border-radius: 40px;
    background-color: rgba(230, 83, 60, 1);
    color: white;
    padding: 16px 25px;
}
.mile-des, .teamdes{
    font-size: 14px;
    color: white;
    margin-bottom: 30px;
}
.mile-title, .teamtitle{
    font-size: 2rem;
    color: white;
    
}
.meetteam{

    max-height: 785px;
    max-width: 1060px;
    margin: 0 auto;
}
.teamitesm{
    text-align: center;
}
.teamimg{
   
    justify-content: space-around;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
 
}
.trainee1, .trainee2{
    display: flex;
    gap: 10px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.trpic{
     height: 270px;
    width: 270px;
    border-radius: 19px;
    object-fit: cover;
    
}
.trname{
    color: white;
    font-size: 1.1rem;
    margin-top: -50px;
    margin-left: 20px;
}
.trpro{
    color: azure;
    font-size: 14px;
    margin-top: -20px;
    margin-left: 20px;
}

.container {
    display: flex;
    justify-content: space-between;
    padding: 40px 60px;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #0d0d0d;
}

.bmi-chart {
    color: white;
}

.bmi-table {
    width: 250px;
    border-collapse: collapse;
}

.bmi-header {
    padding: 10px;
    background-color: #333;
    color: #f1f1f1;
    font-size: 16px;
    text-align: left;
}

.bmi-cell {
    padding: 10px;
    background-color: #262626;
    color: #f1f1f1;
    font-size: 14px;
}

.bmi-cell:nth-child(odd) {
    background-color: #333;
}

.bmi-calculator {
    color: white;
    max-width: 400px;
}

.bmi-title {
    margin-bottom: 10px;
    font-size: 18px;
}

.bmi-description {
    margin-bottom: 10px;
    font-size: 14px;
}

.bmi-form {
    display: flex;
    flex-direction: column;
}

.form-row {
    display: flex;
    gap: 10px;
}

.input-field {
    padding: 10px;
    margin-bottom: 15px;
    background-color: #333;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 14px;
}

.select-field {
    padding: 10px;
    margin-bottom: 15px;
    background-color: #333;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 14px;
}

.calculate-btn {
    padding: 10px;
    background-color: #ff4d4d;
    color: white;
    border: none;
    border-radius: 25px;
    
    font-size: 16px;
}

.BMI{
    color: white;
    text-align: center;
}
.bmim{
    font-size: 14px;
}

footer{
    margin-top: 40px;
    margin-bottom: 20px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.footerall{

    justify-content: center;
    align-items: center;
    max-height: 250px;
    margin: 0 auto;
    display: flex;
   
}
.fit-des{
    font-size: 14px;
    color: white;
}
.list-items{
    color: white;
    display: flex;
    justify-content: space-evenly;
}
.fit{
    margin-right: 100px;
}
.start{
    color: white;
    font-weight: 700;
    font-size: 1.5rem;
    margin-left: -15px;
}
.list-items>ul>li{
    gap: 30px;
}
.underline{
    width: 70%;
    height: 2px;
    background-color: red;
    margin: 0 auto;
}
.lastline{
    text-align: center;
    color: white;
}