@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: Bahij;
    font-weight: 100;
    src: url("../fonts/bahij_thesansarabic-extralight.woff2") format("woff2");
}

@font-face {
    font-family: Bahij;
    font-weight: 200;
    src: url("../Font/bahij_thesansarabic-semilight.woff2") format("woff2");
}

@font-face {
    font-family: Bahij;
    font-weight: 300;
    src: url("../fonts/bahij_thesansarabic-light.woff2") format("woff2");
}

@font-face {
    font-family: Bahij;
    font-weight: 500;
    src: url("../fonts/bahij_thesansarabic-semibold.woff2") format("woff2");
}


@font-face {
    font-family: Bahij;
    font-weight: 600;
    src: url("../fonts/bahij_thesansarabic-bold.woff2") format("woff2");
}

@font-face {
    font-family: Bahij;
    font-weight: 700;
    src: url("../fonts/bahij_thesansarabic-extrabold.woff2") format("woff2");
}

@font-face {
    font-family: Bahij;
    src: url("../fonts/bahij_thesansarabic-extralight.woff2") format("woff2");
}

@font-face {
    font-family: Tajawal;
    font-weight: 100;
    src: url("../fonts/Tajawal-ExtraLight.ttf") format("woff2");
}

@font-face {
    font-family: Tajawal;
    font-weight: 200;
    src: url("../fonts/Tajawal-Light.ttf") format("woff2");
}

@font-face {
    font-family: Tajawal;
    font-weight: 300;
    src: url("../fonts/Tajawal-Regular.ttf") format("woff2");
}

@font-face {
    font-family: Tajawal;
    font-weight: 400;
    src: url("../fonts/Tajawal-Medium.ttf") format("woff2");
}

@font-face {
    font-family: Tajawal;
    font-weight: 500;
    src: url("../fonts/Tajawal-Bold.ttf") format("woff2");
}

@font-face {
    font-family: Tajawal;
    font-weight: 600;
    src: url("../fonts/Tajawal-ExtraBold.ttf") format("woff2");
}

@font-face {
    font-family: Tajawal;
    font-weight: 700;
    src: url("../fonts/Tajawal-Black.ttf") format("woff2");
}

@font-face {
    font-family: Tajawal;
    font-weight: 700;
    src: url("../fonts/") format("woff2");
}


.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

button,
input {
    font-family: Tajawal;
    font-weight: 500;
}

body {
    margin: 0;
    padding: 0;
    direction: rtl;
    font-family: Tajawal;
    color: #020D08;
    background-color: #F4F4F4;
}

a {
    text-decoration: none;
}

.SH_header {
    position: fixed;
    top: 68px;
    right: 0px;
    left: 0px;
    margin: auto;
    width: 90%;
    background-color: white;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.23);
    border-radius: 12px;
    z-index: 5;
    transition: all 0.3s;
    padding: 15px 16px;
    box-sizing: border-box;
    max-width: 1800px;
}

.SH_header_down {
    width: 100%;
    top: 0px;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.9);
    /*! padding: 15px 50px; */
    max-width: 100%;
}

.SH_header_down .SH_it_link {
    left: 50px;
}

.SH_it_link {
    padding: 6px 3px;
    border: 0px;
    border-radius: 7px;
    font-family: Tajawal;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 600;
    float: left;
}

.SH_it_link:hover {
    opacity: 0.7;
}

.SH_it_link svg {
    vertical-align: middle;
    height: 21px;
    margin-left: 3px;
    fill: #828282;
    margin-top: 5px;
}

.SH_header_text:hover {
    opacity: 0.7;
}

.SH_header img {
    height: 44px;
    vertical-align: middle;
    font-weight: 600;
    transition: all 0.3s;
}

.SH-search_C {
    width: max-content;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
    bottom: 0px;
    height: max-content;
}

.SH-Input_C {
    width: 450px;
    background-color: #ECECEC;
    border-radius: 40px;
    padding: 9px;
    border: solid 1px #D9D9D9;
}

.SH-Input_C i {
    vertical-align: middle;
    font-size: 11px;
    margin-left: 8px;
    color: #ececec;
    font-weight: 500;
}

.SH-Search_input {
    width: calc(100% - 50px);
    border: 0px;
    vertical-align: middle;
    font-family: Tajawal;
    background-color: #ECECEC;
    text-align: center;
    color: #bfbfbf;
    box-sizing: border-box;
}

.SH-Search_input:focus {
    outline: 0px;
}

.SH-search_C {
    text-align: center;
}

.SH-SearchBtn {
    display: inline-block;
    padding: 7px 50px;
    border: 0px;
    border-radius: 10px;
    background-color: #9F6335;
    font-family: Tajawal;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    position: absolute;
    top: 8px;
    left: 8px;
    transition: all 0.3s;
    display: none;
}


.SH-SearchBtn:hover {
    background-color: #845029;
}

nav {
    background-color: #242424;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    width: 90%;
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
    z-index: 6;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.23);
}

nav>ul {
    width: 100%;
    display: inline-block;
    margin: 0px;
    font-size: 0px;
    padding: 0px 10px;
    box-sizing: border-box;
}

.SH_nav_item {
    margin: 0px;
    list-style: none;
    padding: 0px 16px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.SH_nav_item>a {
    padding: 16px 0px;
    display: inline-block;
    font-size: 12px;
    color: #E2E4F0;
    position: relative !important;
}

.SH_nav_item>a::after {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
    background-color: #D1AF94;
    height: 3px;
    transition: all 0.3s;
    border-radius: 5px;
    opacity: 0;
}

.SH_nav_item:hover>a::after {
    width: 100%;
    opacity: 1;
}


.SH_nav_item ul {
    margin: 0px;
    padding: 0px;
    transition: all 0.3s;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    width: 200px;
    border-radius: 16px;
    box-sizing: border-box;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    max-height: 0px;
    /* overflow: hidden; */
    opacity: 0;
}

.SH_nav_item ul li {
    padding: 8px 16px;
    font-size: 12px;
    width: 100%;
    list-style: none;
    box-sizing: border-box;
}

.SH_nav_item ul li a {
    color: #363a40;
    transform: all 0.3s;
}

.SH_nav_item ul li a:hover {
    opacity: 0.5;
}

.SH_hover_trigger {
    position: absolute;
    top: 99%;
    right: 0px;
    padding-top: 6px;
    transition: all 0.3s;
}

.SH_nav_item:hover .SH_hover_trigger {
    padding-top: 6px;
}

.SH_nav_item:hover .SH_hover_trigger ul {
    padding: 8px 0px;
    max-height: 1000px !important;
    opacity: 1;
    opacity: 1;
    /* overflow: visible; */
}

.SH_daydate {
    float: left;
    display: block;
    font-size: 12px;
    padding: 16px;
    color: #E2E4F0;
    padding-left: 30px;
}

.SH_daydate svg {
    margin-left: 10px;
    margin-top: -4px;
    vertical-align: middle;
}

.SH_mobile_top_bar {
    position: fixed;
    width: 100%;
    background-color: white;
    padding: 16px 24px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.23);
    z-index: 10;
    display: none;
}

.SH_mobile_top_bar svg {
    fill: #03120c;
    height: 24px;
    transition: all 0.3s;
    cursor: pointer;
}

.SH_mobile_top_bar svg:hover {
    opacity: 0.7;

}

.mobo_nav_opend {
    right: -1px !important;
}

.nav_black_bg {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10;
    display: none;
}

.SH_nav_close_icone {
    height: 24px;
    position: absolute;
    top: 9px;
    left: 14px;
    fill: #172A21;
    transition: all 0.3s;
    display: none;
}

.SH_nav_close_icone:hover {
    opacity: 0.6;
}


@media only screen and (max-width: 1480px) {
    .SH_nav_item {
        padding: 0px 10px;
    }

    .SH_nav_item a {
        font-size: 11px;
    }

    .SH_daydate {
        font-size: 10px;
    }

    .SH_it_link svg {
        height: 18px;
    }

    .SH_header {
        top: 60px;
        padding: 11px 16px;
    }

}

@media only screen and (max-width: 1250px) {
    .SH_header {
        width: 96%;
    }

    nav {
        width: 96%;
    }
}

@media only screen and (max-width: 1160px) {

    .SH_header {
        position: absolute;
        bottom: 0px;
        top: auto;

        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
    }

    nav {
        position: static;
        background-color: #FFF;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
        padding-top: 70px;
    }

    #SH_header {
        background-color: white;
        width: 250px;
        padding-bottom: 100px;
        position: relative;
        height: 100vh;
        box-sizing: border-box;
        position: fixed;
        right: -260px;
        top: 0px;
        z-index: 10;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.23);
        transition: all 0.3s;
    }

    .SH_mobile_top_bar {
        display: block;
    }

    .SH_nav_item a {
        color: #020D08;
        padding: 10px 0px;
    }

    .SH_daydate {
        display: none;
    }

    .SH_nav_item {
        display: block;

    }

    .SH-search_C {
        width: 95%;
        max-width: 400px;
        top: -85px;
    }

    .SH-Input_C {
        width: 100%;
        box-sizing: border-box;
    }

    .SH_nav_close_icone {
        display: block;
    }

    .SH_hover_trigger {
        position: static;
    }

    .SH_nav_item ul {
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0);
    }

    .SH_nav_item:hover .SH_hover_trigger ul {
        padding-bottom: 20px;
        border-bottom: 1px solid #c9c9c9;
        border-radius: 0px;
    }
}

@media only screen and (max-width: 780px) {

    .SH_header_text {
        display: none;
    }



    .SH_header img {
        position: static;
        height: 28px;
        transition: all 0.3s;
    }

    .SH_header_down img {
        margin-right: 30px;
    }

    .SH_header_down .SH_it_link {
        left: 35px;
    }

    .SH_header {
        font-size: 0px;
        padding: 12px 14px;
    }

    .SH_it_link {
        padding: 7px;
    }

    .SH_it_link svg {
        margin: 0px;
    }

}


/* footer style sheet */

.SH_footer {
    width: 100%;
    padding: 40px;
    text-align: center;
    box-sizing: border-box;
    background-color: #242424;
}

.SH_copy_wright {
    font-size: 12px;
    color: #B7C1DB;
    float: left;
}

.SH_footer_top {
    width: 90%;
    text-align: right;
    margin: auto;
    border-bottom: 1px solid #6C7185;
    padding-bottom: 20px;
}

.SH_footer_top h4 {
    color: #ccb593;
    font-weight: bold;
    position: relative;
    padding-bottom: 4px;
}

.SH_footer_top h4::after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-radius: 3px;
    background-color: #353C4D;
}

.links_cont {
    display: inline-block;
    width: 220px;
    vertical-align: top;
    padding: 0px;
}

.links_cont li {
    list-style: none;
    vertical-align: top;
    margin-left: 20px;
    margin-bottom: 8px;
}

.links_cont a {
    color: #B7C1DB;
}

.website_content {
    display: inline-block;
    width: calc(100% - 450px);
    vertical-align: top;

    box-sizing: border-box;
    padding-left: 34px;
}

.website_content li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    margin-bottom: 8px;
}

.website_content a {
    color: #B7C1DB;
}

.footer_social_media {
    display: inline-block;
    width: 220px;
    vertical-align: top;
    text-align: left;
    padding: 0px;
}

.footer_social_media h4::after {
    right: auto;
    left: 0px;
}

.footer_social_media li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 8px;
}

.footer_social_media a {
    color: #B7C1DB;
}

.footer_social_media .SH_it_link svg {
    fill: #B7C1DB;
}

.SH_footer_bottom {
    width: 90%;
    margin: auto;
    padding: 46px;
    text-align: right;
    padding-bottom: 6px;
}

.footer-logo {
    height: 50px;
}


.SH_single_tab {
    width: 100%;
    height: 340px;
}

.SH_tabs {
    width: 100%;
}

.SH_tabs>li,
.SH_tabs>ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.SH_tabs_content {
    position: relative;
    height: 410px;
}

.SH_tabs_content>li {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
    width: max-content;
    display: none;
    width: 100%;
}

.SH_tabs_btns {
    background-color: #F6F6F6;
    color: #B7B7B7;
    width: max-content;
    margin: 14px auto !important;
    ;
    padding: 6px !important;
    border-radius: 75px;
    overflow: hidden;
}

.SH_tabs_btns>li {
    display: inline-block;
    padding: 10px 24px;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
}

.SH_Versions_tabs>li {
    background-color: #E2E2E2;
    margin: 0px 10px;
}

.SH_Versions_tabs {
    background-color: transparent;
    color: #646464;
}

.SH_tabs_btns_check {
    background-color: #96866e !important;
    ;
    color: #fff;
}