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

* {
    font-family: Cairo,sans-serif;
}
body
{
    background-repeat: no-repeat;
}


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



.menu
{

}
.menu .li{

}
.menu .li .a{
    padding: 7px 27px;
    border-bottom: 2px solid transparent;
    color: #000;
    font-weight: bold;
}

.menu .li .a:hover{
    color: #ed1d35;

    border-bottom: 2px solid  #ed1d35;
}

.menuAndLogo .logo img
{
    height: auto;
}

.menuAndLogo
{
    padding: 5px 0;
    box-shadow: 0px 3px 9px 0 #0000003d;
}

.phoneNumber
{
    background: #ed1d35;
    color: #fff;
    padding: 11px 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.changeLanguage
{
    background: transparent;
    border: none;
}


.multi-level,
.multi-level2
{
    background: #ed1d35;
    border-radius: 0;
    padding: 0;
    border: 0;
    width: -webkit-fill-available;
}

.multi-level li a
{
    color: #fff;
}

.multi-level li a:hover
{
    color: #fff;
    background: #c02338;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 6px;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;


}

.dropdown:hover> .submenu.multi-level {
    display: block;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: "\f105";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 0;
    font-family: FontAwesome;

}

.dropdown-submenu:hover>a:after {
    border-right-color: #fff;
}




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



.address
{
    margin-top: 30px;
}
.address span
{
    font-size: 18px;
    color: grey;
}

.address div
{
    margin-top: 5px;
    font-weight: bold;
}



.iconAndAddress i
{
    font-size: 23px;
}

.iconAndAddress span
{
    font-size: 20px;
    font-weight: bold;
}


.mapSite iframe
{
    margin-top: 30px;
}
.mapSite iframe
{
    width: 100%;
    height: 400px;
}

.noteContactus
{
    font-size: 20px;
    text-align: center;
}

.contactus
{
    font-size: 30px;
    color:#ed1d35;
    margin-top: 50px;
    margin-bottom: 25px;
    text-align: center;
}


.MoreDetailsNews
{
    color: #ed1d35;
    text-decoration: none;
}


.cardNews
{
    text-decoration: none;
}

.imageNews
{
    height: 300px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    margin-bottom: 20px;
    border: 1px solid #b4b4b4;

}
.titleNews
{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
}

.dateNews
{

    margin-bottom: 20px;
    color: #838282;
}

.descriptionNews {
    color: #5d5a5a;
    margin-bottom: 30px;
    line-height: 1.7;
}

.sectionNews
{
    background: #e3e3e3;
    padding: 35px 0;
}


.imageWorker
{
    height: 250px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 13px 0 #0000001c;
}

.imageWorker img
{
    width: 100%;
    height: 100%;
}

.tabWorker
{
    border: 1px solid #ed1d35;
    color: #ed1d35;
    padding: 6px 26px;
}
.tabWorker:hover
{
    border: 1px solid #ed1d35;
    color: #fff;
    background-color: #ed1d35;
}

.tabWorker.active
{

    border: 1px solid #ed1d35;
    color: #fff;
    background-color: #ed1d35;
}


.discoverDesign
{
    font-size: 36px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}


.discoverDesignText
{
    font-size: 20px;
    text-align: center;
}


.our_business
{
    font-size: 30px;
    color:#ed1d35;
    margin-top: 50px;
    margin-bottom: 25px;
    text-align: center;
}

.RowSriv
{
    margin-bottom: 30px;
}

.titleSriv {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.textSriv {
    color: #fff;

}

.titleServices{
    color: #fff;
    margin-bottom: 15px;
    font-size: 23px;
}
.we_offer
{
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 15px;
}

.services
{
    background-color: #30373f;

    padding-top: 45px;
    padding-bottom: 22px;
    margin-top: 170px;
}

.aboutCompany
{
    color:#ed1d35;
    margin-bottom: 15px;
    margin-top: 75px;
}

.groupCompany
{
    font-size: 22px;
    font-weight: bold;
    color:#000;
    margin-bottom: 30px;
}
.textGroupCompany
{
    margin-bottom: 30px;
}

.imageAboutCompany
{
    position: relative;
}
.firstImg
{

    height: 400px;
    background-color: ghostwhite;
    width: 95%;
    border-radius: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0 11px 0 #0000004f;

}


.firstImg:hover ~ .secondImg{

    z-index: -1;
    transition: 3s;
}

.secondImg
{

    height: 450px;
    position: absolute;
    width: 95%;
    top: 71px;
    left: 66px;
    background-color: ghostwhite;
    border-radius: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0 11px 0 #0000004f;
}



.arrowMainSlider
{

    color: #fff;
    background: #000;

    height: 30px;
}

.arrowMainSlider:after
{

    font-size: 20px;
}

.gradationBlack {
    background: rgb(255, 255, 255);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.6979166666666667) 100%);
    height: 100%;
}


.titleLayer
{
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}
.textLayer
{
    font-size: 20px;
    color: #fff;

    margin-bottom: 30px;
}
.showMore
{
    background: #ed1d35 !important;
    border-radius: 30px;
    color: #fff !important;
    padding: 7px 30px;
}

.layerSlider
{

    height: 750px;
    width: 100%;
    background-color: ghostwhite;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.paginationMainSlider .swiper-pagination-bullet
{
    border: 1px solid #fff;
    width: 30px;
    border-radius: 0;
    opacity: 1;
    background: transparent;
}
.paginationMainSlider .swiper-pagination-bullet-active
{
    background: #fff;
}


/*------- end index css ----------*/






.topBar
{
    background: #30373f;
    color: #fff;
}


ul.pagination li.more
{
    color: #e31730;
    font-size: 1px;
    padding: 0px 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}


ul.pagination li.page
{
    color: #e31730;
    border: 1px solid #e31730;
    padding: 2px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.pagination li.page.active
{
    background: #e31730;
    border: 1px solid #e31730;
}

.paddingCell
{
    padding: 5px;
}

.titleAndPrice
{
    height: 108px;
    overflow: hidden;
}
.cardPage
{
    padding-bottom: 5px;
    border: 1px solid gainsboro;
    text-decoration: none;
    display: block;
    text-align: center;
    box-shadow: 0 0 13px 0px #00000014;
    border-radius: 5px;
    transition: 0.3s;
}
.cardPage:hover
{
    box-shadow:0 0 13px 0px #00000069;

}
.titleProduct
{
    color: #000;
    margin-top: 5px;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 22px;
}


.priceProduct
{
    color: #e31730;
}
.imageCard
{
    padding: 10px;
    height: 280px;
    overflow: hidden;
}
.imageCard img
{
    width: 100%;
    max-height: 280px;
}
.headerPage
{
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.overHeaderPage
{
    background: radial-gradient(#0000005c,#00000096);
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overHeaderPage span
{
    border: 1px solid #eaeaea8f;
    color: #fff;
    display: inline-block;
    padding: 16px 36px;
    font-size: 26px;
    font-weight: bold;
    border-radius: 10px;
}




/*------------footer------------*/
.copyrgt
{
    margin-top: 80px;
    padding: 10px 5px;
    text-align: center;
    color: #e9e9e9;
    border-top: 2px solid #808080;
}
.menuFooter
{
    background: transparent;
}

.menuFooter a
{
    background: transparent;
    border: 0;
    color: #e9e9e9 !important;
    padding: 10px 0;
}

.menuFooter a:hover
{
    background: transparent;
    color: #e9e9e9 !important;
}

.titleMenuFooter
{
    color: #e9e9e9 !important;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    margin-bottom: 30px;
}

.titleMenuFooter span:before
{
    content: '';
    width: 52px;
    position: absolute;
    display: block;
    border-bottom: 4px solid;
    bottom: -11px;
    color: #e31730;
}

.socialMedia
{
    margin-top: 20px;
}

.socialMedia a
{
    color: #e9e9e9 !important;
    text-decoration: none;
    padding: 0 5px;
}


.phoneAndEmail
{
    color: #e9e9e9;
    margin-bottom: 5px;
}
.noteFooter {
    color: #e9e9e9;
    margin: 20px 0;
    padding-right: 36px;
}
.footer
{

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.overFooter
{
    background: #3d4248e0;
    height: 100%;
    width: 100%;
    position: relative;
    padding-top: 50px;
}

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

@media (max-width: 984px) {
    .secondImg {
        height: 373px;
        position: absolute;
        width: 95%;
        top: 32px;
        left: 23px;
    }

    .firstImg {
        height: 373px;
        background-color: ghostwhite;
        width: 95%;

    }


}


@media (max-width: 460px) {

    .tabWorker {
        padding: 5px 12px;
    }

    .secondImg {
        height: 247px;
        position: absolute;
        width: 95%;
        top: 60px;
        left: 20px;
        background-color: ghostwhite;
        border-radius: 5px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        box-shadow: 0 0 11px 0 #0000004f;
    }

    .firstImg {
        height: 247px;
        background-color: ghostwhite;
        width: 95%;
        border-radius: 5px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        box-shadow: 0 0 11px 0 #0000004f;
    }

    .layerSlider {
        height: 335px;
    }

    .email {
        display: none;
    }

    .phoneNumber {
        font-size: 13px;
    }

    .titleLayer {
        font-size: 20px;

    }


    .textLayer {
        font-size: 16px;
        padding-left: 32px;
    }

    .showMore {
        background: #ed1d35 !important;
        border-radius: 30px;
        color: #fff !important;
        padding: 2px 18px;
        font-size: 14px;
    }

}

