.introduction-area {

}

.whats-app {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 80px;
    /*background-color: #25d366;*/
    color: #25d366;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    /*box-shadow: 2px 2px 3px #999;*/
    z-index: 100;
}

span.support {
    display: nones; 
    font-size: 18px;
    font-weight: bold;
}

/* Start Landing Page */
.introduction-area {
/*	margin-top: 50px;*/
    width: 100%;
    padding-top: 20px;
    min-height: 100vh;
    position: relative;
    background-color: #4C3D8F;
/*    display: none;*/
    overflow-x: hidden;
}

/*.introduction-area img ,
.definitionions img {
    width: 800px;
    height: 100px;
}*/
.introduction-area .intro-container .align-items-center {
/*    background-color: yellow;*/
    align-items: center !important;
}
.introduction-area .intro-container .intro-texts {
/*    background-color: red;*/
/*    margin-top: 50vh;*/
/*    margin-top: 50%;*/
    margin: 260px 100px;
}

.introduction-area .intro-container .intro-texts .main-title,
.introduction-area .intro-container .intro-texts .intro-text {
    color: white;
    font-weight: bold;
}

.introduction-area .intro-container .intro-texts span.main-title {
    font-style: var(--FontBold);
    /*font-family: var(--ElMessiriBold);*/
    font-size: 60px;
    display: block;
}

.introduction-area .intro-container .intro-texts span.intro-text {
    font-style: var(--FontMedium);   
    font-size: 16px;
}

.introduction-area .intro-container .intro-texts .login-button {
    color: white;
    width: 180px;
    height: 40px;
    text-align: center;
    border-radius: 8px;
    background-color: #F5A053;
    /*background-color: #4C3D8F;*/
    /*background-color: red;*/
    margin-top: 60px;
}

.introduction-area .intro-container .intro-image {
/*    margin-top: 40px;*/
/*    height: 40%;*/
    border-radius: 20px;

}

.introduction-area .intro-container .intro-image img {
    width: 98%;
    height: 400;
    border-radius: 0px 10px 10px 0px;
    max-width: 100%;
    margin-top: 1.5rem;
    border-radius: 10px;
    opacity: 1;
}

.registration-area {
    margin-top: 15px;
}

.registration-area .registration-title {
    margin-bottom: 10px;
}

.registration-area .number {
    direction: rtl;
    /*color: red;*/
    unicode-bidi: embed;

}

.registration-area span {
    color: white;
    font-weight: bold;
    font-style: var(--FontBold);
    font-size: 16px;

}


.definitionions {
    padding: 80px 150px;
    text-align: justify;
/*    background-color: #eee;*/
/*    display: none;*/
}

.definitionions .definitionions-main-title {
    width: 40%;
    margin: 15px 30%;
    text-align: center;
}

.definitionions .definitionions-main-title span {
    font-style: var(--FontBold);
    font-size: 40px;
    font-weight: bold;
    color: #F5A053;
}

.definitionions .definitionions-texts {
    font-style: var(--FontMedium);   
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #4C3D8F;
}

.definitionions .definitionions-texts span {
    font-style: var(--FontBold);
    font-size: 18px;
    font-weight: 600;
    display: block;
/*    color: #4C3D8F;*/
}

.definitionions .definitionions-texts .definitionions-texts-title {
    width: 100%;
    height: 50px;
    padding: 10px 8px ;
    border: 1px solid var(--main-color);
    border-radius: 10px;
/*    background-color: #4C3D8F;*/
    color: #4C3D8F;
    margin-bottom: 10px;
}


.definitionions .intro-image img {
    width: 98%;
    height: 400px;
    /*max-height: 400px;*/
    /*min-height: 40;*/
    border-radius: 0px 10px 10px 0px;
    max-width: 100%;
    border-radius: 10px;
    opacity: 1;
}

/*.introduction-area img ,
.definitionions img {
    width: 800px;
    height: 100px;
}*/

