

#container-Description p {
   text-align: start;
}

section {
     margin-bottom: 30px;
     display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#container-mankaniha {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
    background-color: #757575;
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 20px 20px 0px 0px;
    max-width: 1220px !important;
    justify-content: center;
}

#container-mankaniha:lang(en) {
        direction: rtl;
}

#con-part-black {
    background-color: #666666;
    width: 100%;
}

#con-part-yellow {
    background-color: #ffbf00;
    background-image: url(https://www.mankan.me/in_site_code/success/img/pattern_template_mankan.png);
    width: 100%;
    height: 45%;
    top: 60%;
    position: absolute;
}

#part-content {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    margin: 4% 0 1% 0;
    top: 0;
    align-items: flex-end;
}

#part-content:lang(en) {
    flex-direction: row-reverse;
}

#img-before-after {
    width: 90%;
}

#container-profile {
    width: 35%;
    position: relative;
    display: flex;
    align-items: flex-end;
    align-content: center;
    text-align: center;
    flex-direction: column;
    top: 20px;
}

#con-profile {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    flex-direction: column;
    width: 100%;
    position: relative;

}

#con-profile:lang(en) {
    position: absolute;
    top: 30%;
    left: 3%;
    width: 50%;
}

#img-profile {
    position: absolute;
    width: 38%;
    bottom: 100%;
    left: 31%;
}

#img-profile:lang(en) {
    position: absolute;
    width: 25%;
    bottom: 100%;
    left: 37%;
}

#con-weight {
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
}

#con-weight:lang(en) {
    top: 30%;
}

#titel-1 {
    color: #fff;
    font-size: 14px;
    margin:0;
    padding-bottom: 10px;
    line-height: 0;
    padding: 25px 0 0 0;
}

#titel-1:lang(en) {
    font-size: 19px;
    direction: ltr;
}

#name {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    font-variation-settings: "wght" 700, "DOTS" 4;
    margin: 0;
    padding-bottom: 10px;
    line-height: 0;
    padding: 35px 0;
}
#name:lang(en) {
    font-size: 27px;
}

#con-Label_Weight {
    position: relative;
    width: 100%;
}

#Label_Weight {
    width: 50%;
}

#weight {
    font-size: 90px;
    position: relative;
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
    font-weight: 700;
    color: #ffbf00;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0;
    bottom: 40px;
}

#Weight-Loss {
    font-size: 25px;
     font-weight: 700;
    font-variation-settings: "wght" 800, "DOTS" 4;
    margin: 0;
    padding: 0;
    margin-top: 16%;
}

#container-Description {
    width: 100%;
    background-color: #f7f7f7;
    border-radius: 0px 0px 20px 20px;
    text-align: right;
    max-width: 1220px;
}

#container-Description div {
    padding: 80px;
}

.title-p {
    color: #434343 !important;
    margin-bottom: -22px !important;
    margin-top: 10px !important;
    font-weight: 700;
}

#con-before-after {
    position: relative;
    width: 35%;
}


#container-Description div {
    padding: 5%;
}

#container-profile-mobile {
    display:none;
}

#success-mobile-banner {
    display: none;
}
#success-banner  {
   display: flex;
   justify-content: center;
   align-items: center;
   
}

#success-banner img {
    border-radius: 20px;
    max-width: 1220px;
    margin: 0 auto;
    margin-bottom: 18px;
    width: 100%;
}


