@import "../../fonts/Cairo/stylesheet.css";

* {
    font-family: Cairo,sans-serif;
}
body
{
    background-repeat: no-repeat;
    background:  #F7F7F7;
    /*overflow-x: hidden;*/

}
html {
    scroll-padding-top: 115px; /* Adjust the value for your needs */
}


.topBar {
    padding: 5px 0;
    background: linear-gradient(135deg, #667eeae3 0%, #4c499b 100%);
}

.topBar .website{
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}
.socialMediaHeader a
{
    text-decoration: none;
    display: inline-flex;
    width: 25px;
    height: 25px;
    background: #232c3d;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #CBD5E1;
    transition: 0.3s;
    font-size: 13px;
}

.iconMobileMneu{
    border: 0!important;
    outline: unset !important;
    box-shadow: unset !important;
}


/* nav-iconMobileMneu-2 */
.nav-iconMobileMneu-2{
    width: 35px;
    height: 30px;
    margin: 10px 10px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.nav-iconMobileMneu-2 span{
    background-color:#000;
    position: absolute;
    border-radius: 2px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
}
.nav-iconMobileMneu-2 span:nth-child(1){
    width: 100%;
    height:  3px;
    display: block;
    top: 0px;
    left: 0px;
}
.nav-iconMobileMneu-2 span:nth-child(2){
    width: 100%;
    height:  3px;
    display: block;
    top: 13px;
    left: 0px;
}
.nav-iconMobileMneu-2 span:nth-child(3){
    width: 100%;
    height:  3px;
    display: block;
    bottom: 0px;
    left: 0px;
}
.nav-iconMobileMneu-2:not(.open):hover span:nth-child(1){
    width: 100%;
    height:  3px;
    display: block;
    top: -2px;
    left: 0px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
}
.nav-iconMobileMneu-2:not(.open):hover span:nth-child(2){
    width: 100%;
    height:  3px;
    display: block;
    top: 13px;
    left: 0px;
    transition: .4s cubic-bezier(.8, .5, .2, 1.4);
}
.nav-iconMobileMneu-2:not(.open):hover span:nth-child(3){
    width: 100%;
    height:  3px;
    display: block;
    bottom: -2px;
    left: 0px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
}
.nav-iconMobileMneu-2.open span:nth-child(1){
    left:3px;
    top: 12px;
    width: 30px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    transform: rotate(90deg);
    transition-delay: 150ms;
}
.nav-iconMobileMneu-2.open span:nth-child(2){
    left:2px;
    top: 20px;
    width: 20px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    transform: rotate(45deg);
    transition-delay: 50ms;
}
.nav-iconMobileMneu-2.open span:nth-child(3){
    left:14px;
    top: 20px;
    width: 20px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    transform: rotate(-45deg);
    transition-delay: 100ms;
}


.header {
    position: relative;
    z-index: 10;
}



.header .navbar {
    background-color: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 0;
}


.header.fixedMenu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    transition: 0.3s;
    background: #fff;
}


.navbar-brand img {
    height: 77px;
}
.nav-link {
    color: #555 !important;
    padding: 30px 10px ;
    font-weight: bold;
}
.nav-link:hover {
    color: #2A75B8 !important;
}
.search-box {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    cursor: pointer;

}

.lang-switch {

    color: gray;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}
.lang-switch span{
    height: 100%;
    font-size:16px;
}

.lang-switch.active {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;

}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
}

.breadcrumb-item a {
    color: #2A75B8;
    text-decoration: none;
}
/*Mega Menu Styles */
.mega-menu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    top: 100%;
    visibility: hidden;
    transform: translateY(-10px);
    z-index: 1000;
    max-height: 0;
    overflow: hidden;
    transition:  0.5s;
    opacity: 0;
}



.nav-item.has-mega-menu:hover .mega-menu {
    max-height: 2000px;
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
    transition:  1s;

}

span.sub_main_menu_list {
    display: block;
    margin-bottom: 18px;
    margin-top: 18px;
    font-weight: bold;
}

span.title_sub_main_menu_list {
    display: block;
    margin-bottom: 18px;
    font-weight: bold;
}

.cardFullMenu
{
    border-top: 2px solid #2A75B8;

}

.nav-item.has-mega-menu {
    position: static;
}
.nav-item.has-mega-menu a i {
    position: relative;
    top: 3px;
}
.mega-menu-list a {
    color: #b2b2b4;
    text-decoration: none;
    transition: color 0.3s, background-color 0.3s, padding-left 0.3s;
    border-radius: 4px;
    display: inline-block;
}

.mega-menu-list a:hover {
    color: #000000;
}


.menu_dropdown .nav-link   {
     border-bottom: 3px solid transparent;
}

.menu_dropdown .nav-link:hover   {
    background: #f7f7f7;
    border-bottom: 3px solid #272184;
}


.menu_dropdown:hover .dropdown-menu {
    display: block;
}

/*@media (min-width:989px ) {*/
/*    .menu_dropdown:hover .dropdown-menu {*/
/*        display: block;*/
/*    }*/
/*}*/



.menu_dropdown .dropdown-menu {
    margin-top: 0;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 3px 4px 0px #00000033;
}


.ul_dropdown {
    border-radius: 0;
    border: 0;
    width: max-content;
}
.ul_dropdown li a {
    padding: 8px 12px;
    color: #464646;
}

.menu_dropdown  .dropdown-toggle::after {

    border: 0;

}




.mega-menu-column h3 {
    color: #2A75B8;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
}

.mega-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-menu-list li {
    margin-bottom: 22px;
    position: relative;
}




.department-list li {
    padding: 8px 15px;
}

/*vertical-line*/
.vertical-line {
    display: none;
    width: 2px;
    height: 100%;
    background-color: #ddd;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-50%);
}










.dropdown-submenu-sub {
    position: relative;
}

.dropdown-submenu-sub > .dropdown-menu {
    top: 0;
    right:  150%;
    margin-left: 0;
    margin-right: 0;
    visibility: hidden;
    position: absolute;
    border-radius: 0;
    width: max-content;
    transition: 0.3s;
    opacity: 0;
    z-index: -1;
}

.dropdown-submenu-sub:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    right: 100%;
}

.dropdown-submenu-sub.subSubMenu > .dropdown-item::after {
    content: "\f104";
    float: left;
    font-family: FontAwesome;
}



@media (min-width: 991px) {

    .dropdown-submenu-sub > .dropdown-menu.changeDir {
        top: 0;
        left:  150%;
        margin-left: 0;
        margin-right: 0;
        visibility: hidden;
        position: absolute;
        border-radius: 0;
        width: max-content;
        transition: 0.3s;
        opacity: 0;
        z-index: -1;
        right: unset;
    }

    .dropdown-submenu-sub:hover > .dropdown-menu.changeDir {
        visibility: visible;
        opacity: 1;
        z-index: 1;
        left: 100%;
        right: unset;

    }
}




/*/////sub_menu */

#departments-section {
    overflow: hidden; /* Hide overflow to prevent items from showing off-screen */
}








.btnSearch2
{
    display: none;
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

.boxSearch .input-group-text {
    padding: 0;
    background: transparent;
    border-radius: 8px 0 0 8px;
}
.boxSearch .btnSearch {
    background: #0d1b3f !important;
    color: #ffffff;
    font-size: 21px;
    padding: 8px 45px;
    border-radius: 8px 0 0 8px;
}


.boxSearch {
    padding: 15px 0;

}
.search {
    background: #ffffff;
    height: 0;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: inset 0px -4px 6px 0 #8383833b;
}


.bis
{
    background: #2A75B8;
    color: #fff;
    padding: 5px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 15px;
}

.bis img
{
    background: white;
    border-radius: 8px;
}


.itemMenu i
{
    font-size: 15px;
    display: inline-block;
    margin-right: 8px;
    transition: 0.3s;
}

.itemMenu.active
{
    color: #000;
}

.itemMenu.active i
{
    margin-right: 15px;

}


.subItemMenu i{
    opacity: 0;
    transition: 0.3s;
    display: inline-block;
    margin-right: 8px;
}
.subItemMenu:hover i{
    opacity:1;
    margin-right: 15px;
}


.social_media a  {
    text-decoration: none;
    display: block;
    padding-left: 5px;
    width: 126px;
    position: relative;
    margin-bottom: 15px;
    left: -76px;
    transition:0.3s;
    border-radius: 0 25px 25px 0;
    border:1px solid transparent;
    border-right: 0;
}



.social_media a span {
    display: inline-block;
    top: -4px;
    position: relative;
    width: 70px;
    text-align: center;
    color: #000;
}

.social_media a i {
    font-family: FontAwesome;
    padding: 9px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    margin-left: 5px;
    background-color: rgb(25 24 24 / 20%);
    backdrop-filter: blur(12px);
    border: 1px solid;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}


.social_media a:hover  {
    background: #ffffff;
    left: 0;
    border:1px solid #b4b4b459;
}


.social_media a:hover   i {
    background: #0B4D87;
    border: 1px solid transparent;
}



@media (max-width: 1200px) {
    .setContainer
    {
        max-width: 100%;
    }
}


@media (max-width: 1111px) {
    .nav-link {
        font-size: 13px;
        padding: 30px 6px !important;
    }
}


@media (max-width: 1025px) {
    .nav-link {
        font-size: 13px;
        padding: 30px 3px !important;
    }
}


@media (max-width: 1062px) {
    .bis span{
        display: none;
    }
}

@media (max-width: 988px) {

    .social_media {
        display: none;
    }

    .nav-link {
        font-size: 16px;
        padding: 12px 6px !important;
    }

    .nav-link i{
        left: 0;
        position: absolute;
    }

    .menu_dropdown .dropdown-menu {
        width: 100%;
        border-radius: 5px;
        box-shadow: 0 0px 4px 0px #00000033;
    }
    .dropdown-submenu-sub:hover > .dropdown-menu {
        visibility: visible;
        opacity: 1;
        z-index: 1;
        right: 0;
        position: relative;
        margin: 7px 13px;
        width: inherit;
    }


    .menu_dropdown .dropdown-toggle::after {
        border: 0;
        transform: rotate(-90deg);
    }


    div#navbarNav {
        border-top: 2px solid #dfdfdf;
        margin-top: 20px;
        padding-bottom: 15px;
        overflow: auto;
    }


    .setToolMenu
    {
        text-align: center;
        width: 100%;
        border-top: 2px solid #dfdfdf;
        padding-top: 15px;
    }

    .btnSearch2
    {
        display: inline-block;
    }

    .searchContainer{
        max-width: 100%;
    }


    .navbar-brand img {
        height: 70px;
    }

    .search-box
    {
        display: none;
    }


}



/*-----------------*/



















/*breadcrumb*/
nav.breadcrumbWebSite {
    margin-bottom: 30px;
}
nav.breadcrumbWebSite ol {
    margin: 0;
}
.breadcrumbWebSite a {
    text-decoration: none;
}
.breadcrumbWebSite .arrow_right a {
    background: #f1f1f1;
    padding: 3px 12px;
    color: #0d1b3f;
    border-radius: 8px;
}
.breadcrumbWebSite .breadcrumb-item + .breadcrumb-item::before {
    content: "\f111" !important;
    font-family: "FontAwesome";
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    color: #6c757d;
    font-size: 5px;
    float: unset;
}

.breadcrumbWebSite .breadcrumb li:nth-child(2)::before {
    display: none;
}

/*------------------------*/



/*-----------header page-------------*/


.wave {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    background-size: cover;
    background-color: #262345;
    background-position: center;
}


.wave .overHeadPage {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000a8;
}
.page-details {
    min-height: 500px;
    margin-top: -70px;
    position: relative;
    border-bottom: 2px solid #ef9a00;
}
.page-details:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0 ;
    background: #f09a00;
    bottom: -7px;
    box-shadow: 0 -11px 13px 2px #2821859e;
    right: 0;

}


.content-page {
    min-height: 500px;
    background: #fff;
    position: relative;
    padding: 22px;
    padding-bottom: 20px;
}


.content-page:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    background: #f09a00;
    bottom: -20px;
    box-shadow: 0 -11px 13px 2px #2821859e;
    right: 0;
}



.titleCard {
    background: #75b798;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.titleCard:before {
    content: '';
    position: absolute;
    width: 10px;
    background: #ffffff;
    right: 67px;
    top: -12px;
    height: 74px;
    transform: rotate(32deg);
    border-left: 3px solid #29238e;
    border-right: 3px solid #ef9a00;

}


.cardAbout {
    background: #fff;

    margin-bottom: 30px;
}

.titleCard img {
    width: 47px;
    padding-left: 8px;
    margin-left: 8px;
}

.titleCard span {
    color: #fff;
    display: inline-block;
    padding-right: 32px;
}
.titlePage {
    display: flex;
    color: white;
    text-align: center;
    font-size: 62px;
    font-weight: bold;
}

/*--------------------------*/




.page_design-card {
    border: none;
    margin-bottom: 1.5rem;
}
.page_design-card img {
    border-radius: 8px;
    object-fit: cover;
}
.page_design-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-top: 0.5rem;
}

.sidebar-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
    text-decoration: none;
}
.sidebar-item img {
    width: 95px;
    height: 74px;
    border-radius: 4px;
    object-fit: cover;
}

.sidebar-item  .titlepage_designTopView {
    color: #0B0D0E;
}



.page_design-card
{
    display: block;
    text-decoration: none;
    overflow: hidden;

}

.page_design-card .card-img-top
{
    height: 250px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    position: relative;
    overflow: hidden;

}




.imageBigpage_design
{
    height: 560px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
}

.viewAndDate
{
    color: #fff;
    height: 200px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.7259278711484594) 0%, rgba(0,0,0,0) 100%);
    padding: 0 13px;
    padding-bottom: 15px;
}
.viewAndDate .row
{
    height: 100%;
}

button#load-more-btn {
    display: block;
    width: 150px;
    margin: 30px auto 0;
    padding: 10px 0;
    background-color: white;
    color: #2ca683;
    border: 1px solid #2ca683;
    border-radius: 5px;
    text-align: center;
    transition: all 0.3s ease;
    text-decoration: none;
}

.cardSlider {
    text-decoration: none;
    color: #000;
    text-align: right;
    border-radius: 8px;
    box-shadow: 0 0 7px 4px #0b0b0b1f;
    display: block;
    border: 1px solid #d7d7d7;
    height: 100%;
}

.imageCardSlider {
    height: 250px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
    position: relative;
    color: #fff;
    overflow: hidden;
}

.cardSlider:hover .imageCardSlider:after {
    left: 120%;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.imageCardSlider:after {
    background: #fff;
    content: "";
    height: 426px;
    left: -155px;
    opacity: 0.2;
    position: absolute;
    top: -78px;
    transform: rotate(35deg);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
}
.setCardInfo {
    padding: 0 15px;
}


.NameCardSlider {
    margin-top: 14px;
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}


.textCardSlider {
    text-align: right;
    margin-bottom: 5px;
    line-height: 34px;
    color: #333;
    font-size: 16px;
}




/*---------------------index-----------*/





.mainSlideWebSite.swiper {
    width: 100%;
    height: 100%;
}

.mainSlideWebSite .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #000;
    height: 700px;
}

.mainSlideWebSite .swiper-slide .imageSlider {
    display: block;
    width: 100%;
    height: 800px;
    object-fit: cover;
}

.mainSlideWebSite .swiper-slide video {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 1;

}

.playVideo
{
    position: absolute;
    width: 100px;
    height: 100px;
    z-index: 1000000;
    border-radius: 50%;
    border: 2px solid #eaa600;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(12px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #f0a70c;
    font-size: 40px;
}



.mainSlideWebSite  .swiper-pagination span
{

    background: #a8a8a8;
    width: 100px;
    border-radius: 25px;
    opacity: 0.7;
    height: 3px;

}
.mainSlideWebSite  .swiper-pagination span.swiper-pagination-bullet-active
{

    background: #3975b9;
    opacity: 1;

}






.controlSlider-next,
.controlSlider-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(12px);
}

.swiper-button-prev.controlSlider-prev:after, .swiper-button-next.controlSlider-next:after {
    font-size: 18px;
    color: #fff;
}


a.detailsSlider {
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
     padding: 6px 24px;
    font-size: 15px;
    border-radius: 8px;
}

.mainSlideLayer {
    position: relative;
}

.nameSlider {
    font-size: 45px;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
}

.overSliderCard {
    background:#00000066;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
    text-align: right;
}
.descriptionSlider {
    text-align: center;
    color: #fff;
    margin-bottom: 45px;
    line-height: 1.9;
}
/*------------*/




.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 20px;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.card-img-top {
    height: 200px;
    object-fit: cover;
}

.contact-icon {
    width: 24px;
    display: inline-block;
    text-align: center;
    margin-right: 8px;
}
