body,
html{
    font-family: 'Poppins';
}

li{
    list-style: none;
}

a{
    text-decoration: none;
    color: #fff;
}



/*--------------------------header-----------------------------*/

.menu-btn{
    display: none;
}

header{
    background-color: #E43071;
}

.container__header{
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.header-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 0;
}

.header-item:nth-child(1){
    margin-left: 0;
}

.header-item{
    margin-left: 25px;
    font-size: 18px;
    font-weight: 400;
    line-height: 17px;
    font-family: 'Poppins';
}

.header-logo{
    font-size: 23px;
    font-weight: 800;
    line-height: 43px;
    font-family: 'Poppins';
    z-index: 50;
}

.header-logo h1{
    margin: 8px auto;
}

.lyfe{
    color: #FFC1D8;
}

.header-btn{
    font-weight: 400;
    font-size: 18px;
    line-height: 17px;
    color: #fff;
    background-color: #FFC1D8;
    padding: 12px 43px 12px;
    border-radius: 30px;
}

/*--------------------------------------------main-------------------------------------*/

/*--------------------------------------main-top---------------------------------------*/

.main-top{
    background-image:url(./img/Female\ working\ out.png) ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.top__inner{
    min-height: 700px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}   

.top__title{
   max-width: 778px;
   color: #fff;
   font-family: 'Poppins';
   font-size: 70px;
   font-weight: 700;
   line-height: 77px;
   text-align: center;
}

.main-top__btn{
    font-weight: 400;
    font-size: 18px;
    line-height: 17px;
    color: #fff;
    background-color: #E43071;
    padding: 18px 43px 18px;
    border-radius: 30px;
}

/*---------------------------------------------------new-body---------------------------------------*/

.container__new-body{
    max-width: 1160px;
    min-height: 510px;
    margin: 0 auto;
}

.new-body__inner{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.new-body__contant-left img:nth-child(1){
    max-width: 241px;
    max-height: 359px;
    z-index: 2;
    left: 190px;
    bottom: 60px;
    position: absolute;

}

.new-body__contant-left img:nth-child(2){
    max-width: 347px;
    max-height: 399px;
    z-index: 1;
    position: absolute;
    top: 100px;
}

.new-body__contant-left{
    min-width: 580px;
    display: flex;

}

.new-body__contant-right{
    min-height: 580px;
}

.new-body__contant-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.new-body__title{
    color: #E43071;
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
}

.new-body__text{
    margin: 0 auto 30px;
    max-width: 500px;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
}

.new-body__btn{
    font-weight: 400;
    font-size: 18px;
    line-height: 17px;
    color: #E43071;
    background-color: #fff;
    padding: 18px 43px 18px;
    border-radius: 30px;
    border: #E43071 2px solid;  
}

/*---------------------------------------------Lets do it-----------------------------*/

.lets-do{
    background-image: url(./img/Woman\ doing\ situps.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}


.lets-do__inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 700px;
}

.lets-do__title{
    max-width: 820px;
   color: #fff;
   font-family: 'Poppins';
   font-size: 70px;
   font-weight: 700;
   line-height: 60px;
   text-align: center;
   margin: 0 auto;
}

.lets-do__text{
    max-width: 533px;
    font-size: 17px;
    font-weight: 600;
    line-height: 23px;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.lets-do__btn{
    font-weight: 400;
    font-size: 18px;
    line-height: 17px;
    color: #fff;
    background-color: #E43071;
    padding: 18px 43px 18px;
    border-radius: 30px;

}

/*----------------------------------------------------premium--------------------------------------*/

.container__premium{
    max-width: 1160px;
    min-height: 510px;
    margin: 0 auto;
}

.premium__inner{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    
}

.premium__contant-right{
    position: relative;
}

.premium__contant-right img:nth-child(1){
   
    z-index: 2;
    right: -50px;
    top: 60px;
    position: absolute;
}

.premium__contant-right img:nth-child(2){
    margin-left: 20px;
}
    
   

.premium__contant-right{
    max-width: 580px;
    display: flex;
    

}

.premium__contant-left{
    max-width: 540px;
    min-height: 580px;
}

.premium__contant-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    text-align: left;
}

.premium__title{
    color: #E43071;
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
}

.premium__text{
    
    max-width: 400px;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
}

.premium__btn{
    font-weight: 400;
    font-size: 18px;
    line-height: 17px;
    color: #E43071;
    background-color: #fff;
    padding: 18px 43px 18px;
    border-radius: 30px;
    border: #E43071 2px solid;  
}

/*----------------------------------------------------stories----------------------------------*/

.stories{

}

.container__stories{
    max-width: 950px;
    margin: 0 auto;
}

.stories__inner{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.stories__title{
    
    font-size: calc(20px + 16 * (100vw / 950));
    font-weight: 600;
    line-height: 50px;
    margin: 0 ;
}

.stories__text{
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    
}

.stories-3kg{
    max-width: 349px;
    box-shadow: 5px 8px 5px #0000002E;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    
}

.stories__contant-left{
    max-width: 475px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stories__contant-right{
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.stories-17kg{
    box-shadow: 5px 8px 5px #0000002E;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    max-width: 449px;
}

.stories-43kg{
    box-shadow: 5px 8px 5px 5px #0000002E;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    max-width: 351px;
    margin-top: 15px;
}

.kg__title{
    font-size: 38px;
    font-weight: 600;
    line-height: 45px;
    color: #E43071;
    margin-left: 21px;
}

.kg__text{
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    padding-left: 30px;
}

.person{
    display: flex;
    align-items: center;
    margin-left: 23px;
}

.person-info{
    margin-left: 10px;
}

.name{
    margin: 0;
}

/*----------------------------------------------------mobil app---------------------------------------*/

.mobile-app{
    background-color: #E43071;
}

.container__mobile-app{
    max-width: 1050px;
    margin: 0 auto;
}

.mobile-app__inner{
    display: flex;
    justify-content: center ;
    flex-wrap: wrap;
}

.mobile-app__contant-right{
    max-width: 525px;
    

}

.phones{
   margin-top: -40px;

}

.mobil-app__contant-left{
    max-width: 525px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mobil-app__title{
    margin: 0;
    
    font-size: calc(24px + 12 * (100vw - 320));
    font-weight: 700;
    line-height: 60px;
    color: #fff;
}

.mobil-app__text{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    max-width: 400px;
}

.download-icons{
    margin-top: 20px;
}

/*--------------------------------------------------social-------------------------------------*/

.social{
    background: #ededed;
}

.social__container{
    max-width: 520px;
    margin: 0 auto;
    
}

.social__inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.social__logo{
    color: #E43071;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
}

.social__list{
    display: flex;
    justify-content: center;
    margin: 120px auto;
    gap: 130px;
    padding-left: 0;
}

.social__btn{
    border-radius: 30px;
    background: #fff;
    padding: 40px 32px 28px;
}



/*-------------------------------------------------------------footer----------------------*/

footer{
    background: #0B0D17;
    
}

.footer__container{
    max-width: 1020px;
    margin: 0 auto;

}

.footer__top{
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.footer__title{
    color: #fff;
    max-width: 255px;
    margin-left: 15px;
}

.footer__social_items{
    display: flex;
    align-items: center;
}

.footer__social_link{
    margin-left: 20px;
}

.footer__social_link:nth-child(1){
    margin-left: 0;
}

.footer__logo{
    margin: 0;
    font-weight: 800;
    font-size: 25px;
    line-height: 28px;
}

footer .lyfe{
    color: #E43071;
}

.footer__text{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.footer__nav{
    color: #FFC1D8;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 75px;
}

.footer__nav ul{
    max-width: 245px;
    /* margin-left: 75px; */
}

.footer__nav li:nth-child(1){
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

.footer__nav li{
    padding-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.reach-items{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.reach-link{
    align-items: center;
}

.footer__bottom{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
}

.text{
    color: #fff;
}

.bottom__items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bottom__link{
    margin-left: 30px;
}


 @media(max-width:1010px){
    .menu-btn{
        width: 50px;
        height: 50px;
        background-color: transparent;
        display: inline-block;
        cursor: pointer;
        position: relative;
        border: none;
        z-index: 50;
    }
    .header-list{
        z-index: 49;
        position: absolute;
        left: 100px;
        top: 0;
        right: 0;
        bottom: 100px;
        background-color: #E43071;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
        gap: 45px;
        transform: translateY(-100%);
    }
    .header-item{
        font-size: 24px;
    }
    .menu-open .header-list{
        transform: translateY(0%);
    }
    .btn-line{
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
        transition: .3s ease;
    }

    .menu-open .btn-line:nth-child(1){
        transform: scaleX(0);
    }

    .menu-open .btn-line:nth-child(2){
        transform: rotate(45deg)
    }

    .menu-open .btn-line:nth-child(3){
        transform: rotate(-45deg);
    }

    .menu-open .btn-line:nth-child(4){
        transform: scaleX(0);
    }

    .btn-line:nth-child(1){
        top: 3px;
    }
    .btn-line:nth-child(2){
        top: 18px;
    }
    .btn-line:nth-child(3){
        top: 18px;
    }
    .btn-line:nth-child(4){
        top: 35px;
    }
 }

 @media(max-width:1000px){
    .footer__title{
        width: 220px;
        margin: 0 auto;
    }
 }

 @media(max-width:936px){
    .phones{
        margin-top: 20px;
     
     }
    .footer__nav{
        margin: 0 auto;
        gap: 60px;
    }
    .footer__title{
        
    }
 }

 @media(max-width: 820px){
    .top__title{
        font-size: 60px;
    }
    .new-body__contant-left{
        display: none;
    }
    .new-body__contant-right{
        align-items: center;
        text-align: center;
    }
    .lets-do__title{
        font-size: 60px;
    }
    .premium__contant-right{
        display: none;
    }
    .premium__contant-left{
        align-items: center;
        text-align: center;
    }
    .phones{
        width: 450px;
    }
    .guides-link{
        display: none;
    }
 }

 @media(max-width:640px){
    .social__list{
        flex-direction: column;
    }
    .social__btn{
        align-items: center;
    }
    .footer__nav{
        justify-content: center;
    }
    .bottom__nav{
        display: none;
    }
        
    
 }

 @media(max-width:550px){
    .top__title{
        font-size: 54px;
    }
    .main-top__btn{
        font-size: 15px;
    }
    .lets-do__title{
        font-size: 54px;
    }
    .lets-do__btn{
        font-size: 15px;    
    }
    .stories-3kg{
        max-width: 260px; 
    }
    .stories-17kg{
        max-width: 260px;
    }
    .stories-43kg{
        max-width: 260px;
    }
    .stories__contant-right{
        
       
        align-items: center;
    }
    .stories__title{
        text-align: center;
    }
    .stories__inner{
       margin: 0 auto;
       max-width: 320px;
    }
    .phones{
        width: 310px;
    }
    .social__list{
        
        margin: 60px auto;
        gap: 100px;
        padding-left: 0;
    }
 }