
.header div nav li a {
    /*color: var(--nav-color);*/
    transition: 0.5s;
}

    .header div nav li a:hover {
        color: var(--nav-hover-color);
        text-decoration: underline;
    }

.activeButton {
    color: var(--nav-hover-color);
    text-decoration: underline;
}

#hero {
    background-image: url("../img/background1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /*margin:20px auto;-->*/

    height: calc(100svh - 120px);
    max-height: calc(100svw + 100svw + 20svw);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*    position: relative;
    left: -20px;
    width: calc(100% + 40px);*/
}


main {
    min-height: 100%;
    margin-top: 120px;
}


/*حاوية الشارت*/
.myChart {
    width: 80svw;
    height: 80svh;
    margin-bottom: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 10px rgba(127, 172, 255,0.3);
    border-radius: 10px;
    padding: 20px;
    max-width: 1180px;
    max-height: 750px;
}

/*الشارت*/
.myChartImage {
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*معلومات توضيحية للشارت*/
.chartInformation {
    width: 100%;
    height: 30px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

/*نقطة*/
.chartInformationBoint {
    margin: 0px 10px;
}

/*النص*/
.chartInformationText {
    background-color: black;
    color: white;
    border-radius: 10px;
    position: absolute;
    display: none;
    top: -20px;
    padding: 5px;
}


.chartInformationBoint:hover + .chartInformationText {
    display: inline-block;
}



/*------------------------------------------------------------------*/
* {
    font-family: Almarai;
    /* font-family: Almarai !important; */
    /* font-family: 'Janna LT' !important; */
    /* color: lightskyblue; */
}

.titlePage {
    color: #148f85;
    margin-bottom: 20px;
    font-family: 'Janna LT';
}

.bi-database-fill {
    font-size: 30px;
    color: lightskyblue;
    transition: 500ms;
}

    .bi-database-fill:hover {
        color: dodgerblue;
        text-shadow: 0 0 5px #999999;
    }

.bi-trash3-fill {
    font-size: 30px;
    color: salmon;
    transition: 500ms;
}

    .bi-trash3-fill:hover {
        color: crimson;
        text-shadow: 0 0 5px #999999;
    }

.bi-basket {
    color: cornflowerblue;
    font-size: 30px;
}

.CardTitle {
    background-color: aliceblue;
}

.card-lbl {
    color: rgba(100,100,100,.5);
    font-size: 18px;
    font-weight: 500;
}

.card-txt {
    color: lightblue;
    border: none;
    direction: ltr;
    box-shadow: 0px 0px 2px cornflowerblue;
    border-radius: 2px;
    font-size: 15px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}

.searchBtn {
    border: none;
    margin: 20px 0 0 0;
    background-color: transparent;
    color: cornflowerblue;
    font-size: 30px;
    transition: 500ms;
}

    .searchBtn:hover {
        color: deeppink;
        text-shadow: 0 0 10px red;
    }

ul {
    list-style-type: none;
}

.bi-box-arrow-in-down {
    font-size: 30px;
    color: #6c757d;
}

.bi-box-arrow-up {
    font-size: 30px;
    color: crimson;
}

.bi-person-plus-fill {
    font-size: 30px;
    color: brown;
    position: relative;
    top: 3px;
}

.userName {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bi-translate {
    color: #099909;
    font-size: 25px;
    margin: 0 7px;
    transition: 500ms;
    position: relative;
    top: 15px;
}

    .bi-translate:hover {
        color: rgba(255,0,0,.6);
    }

.bi-cpu-fill {
    font-size: 30px;
    color: rgba(100,150,100,.8);
    transition: 500ms;
}

    .bi-cpu-fill:hover {
        color: rgba(150,0,0,.9);
    }

.bi-person-vcard {
    font-size: 50px;
}










/*------------------------------   INDEX     ------------------------------------ */

.IndexMainDiv {
    background-image: url('assets/img/background2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.IndexMyCardsContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px;
    width: 100%;
    padding-top: 100px;


}


.IndexMyCard {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    width: 100%;
    /* max-width:700px */;
    border: 5px solid rgb(221, 234, 243);
    border-radius: 10px;
    margin: 10px 10px;
    margin-bottom: 50px;
}

    .IndexMyCard img {
        width: 100%;
        border-radius: 10px;
    }

    .IndexMyCard .directortext {
        background-color: rgba(221, 234, 243,.3);
        color: #115706;
        width: 100%;
        margin: 0px;
        line-height: 50px;
        font-size: 25px;
        padding: 50px 50px 0px 50px;
        font-family: 'Janna LT';
        text-align: justify;
    }


    .IndexMyCard .directorName {
        background-color: rgba(221, 234, 243,.3);
        width: 100%;
        line-height: 50px;
        font-size: 25px;
        padding: 20px 50px;
        font-weight: 700;
        margin: 0px;
        font-family: 'Janna LT';
        color: #1256cf;
    }

.IndexSection {
    border-top: 3px solid rgba(255, 255, 255,.5);
    /* border-radius:40px ; */
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 0px;
    /*background-color: rgba(221, 234, 243,.3);*/
    background-image: url('../img/background7.png');

}

/*------------------------------  // INDEX  //   ------------------------------------ */


/*-------------------------------  //  About  // ----------------------------------------------*/

.AboutMain {
    /*background-color: rgba(244, 248, 251,1);*/
    background-image: url('../img/background7.png');

}

.AboutmyContainer {

}

.AboutSection {
    /* border-top: 3px solid rgba(255, 255, 255,.5); */
    margin-top: 0;
    padding: 25px 5px;
    background-color: rgba(0, 0, 0,0);
    margin: 0px auto;
}



.AboutMyCard {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 100%;
    /* max-width: 700px; */
    border: 5px solid rgb(221, 234, 243);
    border-radius: 10px;
    padding: 0px;
     background-color: rgba(244, 248, 251,1); 

    min-height: calc(100svh - 150px);
}

    .AboutMyCard img {
        border-radius: 10px 10px 0px 0px;
        width: 100%;
        max-height: 50%;
    }

    .AboutMyCard h4 {
        background-color: rgba(244, 248, 251,1);
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
        line-height: 50px;
        font-size: 25px;
        padding: 30px;
        font-family: 'Janna LT';
        /* text-wrap: balance; */
        text-align: justify;
        color: #0c5a5b;
    }

/*-------------------------------  //  About  // ----------------------------------------------*/
@media only screen and (max-width: 600px) {

    
    .myChart {
        width: 95svw;
        height: 80svh;
    }

    .myCard h4 {
        line-height: 30px;
        font-size: 18px;
        padding: 10px 10px 0px 10px;
    }

    .myCard h2 {
        line-height: 30px;
        font-size: 18px;
        padding: 0px 10px 30px 10px;
    }

    /*------------------------------   INDEX     ------------------------------------ */
    .IndexMyCard .directortext {
        line-height: 35PX;
        font-size: 20px;
        padding: 30PX 10PX;
        text-align: center;
    }

    .IndexMyCard .directorName {
        font-size: 20px;
        padding:10px;
    }
    /*------------------------------  // INDEX  //   ------------------------------------ */
    /*------------------------------  about  ------------------------ */
    .AboutMyCard h4 {
        line-height: 35PX;
        font-size: 20px;
        padding: 30PX 10PX;
        text-align: center;
        /*------------------------------ // about // ------------------------ */
    }

