
*, body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: morabba;
}
.row{
    margin: 0 !important;
}
@font-face {
    font-family: 'morabba';
    src: url('../fonts/Morabba.ttf/Morabba-Medium.ttf');
}

/* 
-----navbar-----
*/
nav{
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    background-color: #FFE9F6;
}
.div-login-nav{
    width: 40%;
}

.request-counseling{
    background-color: #FF58B1;
    border-radius: 10px;
    width: 40%;
    text-align: center;
}
.request-counseling a{
    color: #FFF;
}
.login-link{
    border: 2px solid #FF58B1;
    border-radius: 10px;
    width: 40%;
    text-align: center;
}
.login-link a{
    color: #FF58B1;
}
@media screen and (max-width:768px) {
    .navbar-nav{
        width: 50% !important;
        margin-left: auto;
        margin-right: 0 !important;
        padding-right: 1rem !important;
        padding-top: 1rem;

    }
    .div-login-nav{
        flex-direction: column;
        margin: 0 !important;
        width: 100% !important;
        align-items: start !important;
        gap: 5px;
    }
    .login-link, .request-counseling{
        width: 100%;
    }
}

/* 
-----footer-----
*/
a{
    text-decoration: none;
    color: #000000;
}
footer{
    font-size: 20px;
}
footer a{
    font-size: 20px;
}
.footer-logo{
    width: 30px;
    height: 30px;
}
footer{
    background-color: #FFE9F6;

}
.a-social-media{
    background-color: #FFFFFF;
    border-radius: 10px;
}
@media screen and (max-width:768px) {
    footer{
        font-size: 10px;
    }
    footer p{
        font-size: 12px;
    }
    footer a{
        font-size: 10px;
    }
    .footer-logo{
        width: 20px;
        height: 20px;
    }

}
footer a:hover{
    color: #FF58B1;
}

/* top section index */
.top-section{
    background-color: #FFE9F6;
}
.slogan .p-top-slogan{
    font-size: 50px;
    font-weight: 800;
    background-image: url("/upload/static/top-section.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.p-bottom-slogan{
    font-size: 26px;
    text-align: center;
    width: 80%;
    margin: auto;
}
@media screen and (max-width:992px) {
    .slogan .p-top-slogan{
        font-size: 24px;
    }
    .p-bottom-slogan{
        font-size: 16px;
        text-align: center;
        width: 90%;
        margin: auto;
    }
    .statr-now, .reqques-top-section{
        font-size: 11px !important;
    }
}
.statr-now{
    border: 2px solid #FF58B1;
    border-radius: 10px;
    width: 40%;
    text-align: center;
    color: #FF58B1;
    font-size: 22px;
}
.reqques-top-section{
    background-color: #FF58B1;
    border-radius: 10px;
    width: 40%;
    text-align: center;
    color:#FFF;
    font-size: 22px;
}

/* 
-----second section-----
*/
.span-h2{
    color: #FF5555;
}
/* 
-----before after section-----
*/
.h2-before-after{
    font-size: 30px;
}
@media screen and (max-width:768px) {
    .before-div svg{
        width: 50px;
    }
    .h2-before-after{
        font-size: 20px;
    }
}

.before-slider-each{
    width:100%;
    height: 100%;
    border-radius: 10px;
}

.before-slider-each img{
    width: 300px;
    height: 350px;
    border-radius: 25px;
}
/* 
-----diet section-----
*/
.header-diet{
    border-right: 5px solid #FF0066;
    padding-right: 10px;
}
.header-diet p{
    color: #FF0066;
    font-size: 28px;
}
.diet-section{
    background-image: url("/upload/static/diet-bg.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}
.des-diet{
    width: 80%;
    font-size: 30px;
}
@media screen and (max-width:768px) {
    .des-diet, .header-diet p{
        font-size: 18px;
    }
    .des-diet{
        width: 100%;
    }
}

/* 
-----video section-----
*/
.video-students video{
    border-radius: 20px;
    width: 100%;
    height: 450px;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@media screen and (max-width:768px) {
    .video-students video{
        height: 150px;
    }
}
.more-video p{
    color: #FF5555D9;
}
.more-video span{
    background-color: #FFF;
}



/* packages page */

/* 
-----top section-----
*/
.top-section-packages{
    background-color: #FFE9F6;
    height: 100%;
}
.top-section-packages h1{
    color: #FF5555;
    font-size: 40px;
}
.top-section-packages p{
    font-size: 28px;
}
.packages-card{
    background-color: #FFF;
    border-radius: 20px;
    width: 90%;
    margin: auto;

}

.img-title-package{
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 250px;
    width: 100%;
    border-radius: 20px;
    margin: auto;
}
.img-title-package p {
    color: #FFF;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
    font-size: 20px !important;
    padding-bottom: 10px;
}

.packages-card span{
    font-size: 20px;
    text-align: center;

}
.packages-card span del{
    color: #FF5555;
}

.packages-card a{
    background: linear-gradient(264.11deg, #FF5BF8 -25.89%, #FF5555 136.26%);
    color: #FFF;
    width: 90%;
    margin: auto;
    font-size: 18px;
    font-weight: 700;
    border-radius: 20px;

}

@media screen and (max-width:992px) {
    .top-section-packages{
        padding: 0 !important;
        margin: 0 !important;
    }
    .top-section-packages h1{
        font-size: 24px;
    }
    .top-section-packages p{
        font-size: 16px;
    }
    .packages-card{
        width: 100% !important;
        padding: 3% !important;
    }

    .img-title-package{
        height: 200px;
    }
    .img-title-package p{
        font-size: 14px !important;
    }

}



/* login page */

.bg-right{
    height: 80vh !important;
    background-image: url("/upload/static/login-bg-start.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.bg-left{
    height: 80vh !important;
    background-image: url("/upload/static/login-bg-end.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

.div-form-login{
    background-color: #FFECF8;
    border-radius: 15px;
}
.form-login {
    font-size: 24px;
    position: relative;
}
.form-login input{
    border: none;
    border-radius: 15px;
    padding: 2% 2%;
    width: 90%;
    margin: auto;
    margin-top: 10px;
}
.form-login p{
    margin-top: 10% !important;
}
.submit-form-login{
    background: linear-gradient(264.11deg, #FF5BF8 -25.89%, #FF5555 136.26%);
    border: none;
    border-radius: 10px;
    width: 300px !important;
    font-size: 24px;
    color: #FFF;
    margin: auto;
}
.custom-color-header{
    color: #FF5555;
}

@media screen and (max-width:768px) {
    .bg-left , .bg-right{
        background-size: cover;
        height: 90vh !important;
    }
    .div-form-login{
        width: 90% !important;
    }
    .form-login{
        font-size: 14px;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .submit-form-login{
        width: 200px !important;
        font-size: 14px;
    }
    .form-login p{
        width: 80%;
        margin: auto;
    }
    .h2-form-login{
        font-size: 20px;
    }
    .div-login-parent{
        justify-content: start !important;
        padding-top: 20%;
    }
}




/* input validate code */
.otp-wrapper {
    width: 220px;
    margin: 0 auto 20px;
    position: relative;

}

.otp-main-input {
    position: absolute;
    width: 350px !important;
    height: 60px;
    opacity: 0;
    z-index: 2;
    letter-spacing: 40px;
    font-size: 32px;
    text-align: center;
    direction: ltr;
}
@media screen and (max-width: 992px) {
    .otp-main-input{
        top: 28%;
        left: 12%;
    }
}
@media screen and (min-width: 992px) {
    .otp-main-input{
        bottom: 50%;
        left: 39%;


    }
}

.otp-fake-inputs {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    direction: ltr !important;

}

.otp-fake-inputs span {
    width: 45px;
    height: 60px;
    font-size: 32px;
    font-family: Tahoma;
    border-bottom: 3px solid #555;
    text-align: center;
    line-height: 60px;
    background-color: transparent;
}

.form-login input{
    border-color: unset !important;
    border-radius: 10px;
}

/* blog page */

.top-section-blog{
    background-color: #FFECF8;
    height: 40vh;
}

.h1-blog{
    color: #FF5555;
}

.p-blog{
    color: #555;
    font-size: 16px;
    width: 95%;
    margin: auto;
}
.card-vlog{
    height: 600px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 15px;
    width: 90%;

}
.card-vlog img{
    width: 95%;
    margin:auto;
    height: 250px;
}
.vlog-card-title{
    font-size: 18px;
    color: #FF5555;

}
.btn.show{
    border: none !important;
}