/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@font-face {
    font-family: 'ElMessiri-VariableFont_wght';
    src: url('../font/ElMessiri-VariableFont_wght.ttf') format('truetype');
}
header a , footer a {
    color: white;
    font-size: 99.5% !important;
}
html {
    direction: rtl;
    scroll-behavior: smooth;
}

html, body {
    overflow-x: hidden !important;
}

* {
    font-family: 'ElMessiri-VariableFont_wght';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    text-decoration: none !important;
    outline: none;
    text-transform: capitalize;
}

/******************************************************/
header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #380026;
    position: fixed;
    left: 0;
    right: 0;
    padding: 0.7rem 7.9%;
}

#menu-btn {
    cursor: pointer;
    color: white;
    font-size: 1.6rem;
    display: none;
}


a:hover {
    color: wheat;
}

header nav a {

    font-size: 1.5rem;
    margin: 0px 0.7rem;
    line-height: 4rem;
    font-weight: 400 !important;

}

header .DivLogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

header .smScreen {
    display: none !important;
}

header .fa-times {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

header .DivLogo .fw {
    font-size: 9px;
}

header .DivLogo .bigScreen {
    white-space: nowrap;
}

header .btnLogin {
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    font-size: 1.1rem;

}

header .DivLogo .btnLogin:hover {
    color: white;
}

/****************************************************************/


/*****************************************************************/

.home {
    background-image: url(../imgs/55.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    margin-top: 6rem !important
}

.home .heading {
    font-size: 7rem;
    color: white;
}

.home .title {
    color: white;
    font-weight: 400;
    line-height: 40px;
    font-size: 2.5rem;
}

.home .btnDownload {
    color: white;
    border: 1px solid white;
    border-radius: 30px;
    font-size: 1.5rem;
}

/******************************************************/

.sctionCard .bgCard {

    background: -webkit-gradient(linear, left top, left bottom, from(#3A4960), to(#617392));

    background: -o-linear-gradient(top, #3A4960 0%, #617392 100%);

    background: linear-gradient(180deg, #3A4960 0%, #617392 100%);
    border-radius: 20px;

}

.sctionCard .bgCard .headtitle {

    font-size: 2.5rem;

}

.sctionCard .bgCard .pCard {
    font-size: 2rem !important;

}

.sctionCard .bgCard .anchor {

    font-size: 1.5rem !important;

}

/**************************************************************/

/********************************************************/

footer {
    background-color: #380026;
    padding: 0rem 7.9%;

}

.footerTitle h5 {

    font-size: 2.5rem;

}

.footerTitle p {

    font-size: 1.5rem;

}

.wordSpace {
    word-spacing: 6px;
}








@media (max-width:768px) {
    html {
        font-size: 62.5% !important;
    }

    #menu-btn {
        display: inline-block;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    nav {
        position: absolute;
        top: 99%;
        left: 0px;
        right: 0px;
        background-color: #396CA8;
        border-top: 1px solid white;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;

    }

    nav.active {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }

    nav a, .smScreen {
        display: block;
    }

    .bigScreen {
        display: none;
    }

    .heading {
        font-size: 4.5rem;
        color: white;
    }

    .bgCard .headtitle {

        font-size: 2rem;

    }

    .bgCard .pCard {
        font-size: 1.5rem !important;

    }

    .bgCard .anchor {

        font-size: 1rem !important;

    }

    .wordSpace {
        word-spacing: 0px;
    }

    .footerTitle h5 {

        font-size: 2rem;

    }

    .footerTitle p {

        font-size: 1rem;

    }

    .txt {
        text-align: right !important;
    }

}
table , th , tr , td {
    text-align: center;
}
.Dnone{
    display:none
}
.container-fluid {
    margin-top:130px 
}

.cn {
    color: #380026
}
.bgn {
    background-color: #380026
}
.table-dark {
    --bs-table-bg: #380026;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #380026;
}