﻿
@font-face {
    font-family: 'BZar';
    src: url('../../fonts/BZar.TTF');
}

@font-face {
    font-family: 'BZarBold';
    src: url('../../fonts/BZarBold.TTF');
}

@font-face {
    font-family: 'BMorvarid';
    src: url('../../fonts/BMorvarid.TTF');
}

.fontmorvarid {
    font-family: 'BMorvarid';
    /*font-weight: bolder;*/
}

.fontzar {
    font-family: 'BZar';
    /*font-weight: bolder;*/
}

.fontzarbold {
    font-family: 'BZarBold';
    font-weight: bolder;
}

body {
    font-family: 'BZar','BZarBold', 'BMorvarid',Tahoma;
    margin: 2px 2px 2px 2px;
    /*padding-top: 5px;*/
    background-image: url('../../Images/Site/SiteHeader.jpg');
    background-size: 982px;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 600px;
    max-height: 1300px;
    align-items: center;
    text-align: center;
    direction: rtl /*inherit*/;
    background-color: white;
}

.fa {
    margin-left: 10px;
}

/*header {
    background-color: whitesmoke;
    padding: 30px;
}*/

#navbar {
    margin-top: -3px;
    overflow: hidden;
    display: block;
    background-color: #47009cc4;
    z-index: 1;
    border-radius: 10px
}

    #navbar a {
        float: right;
        display: block;
        color: white;
        text-align: center center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

        #navbar a:hover {
            background-color: #ddd;
            color: black;
            border-radius: 30px
        }

.content {
    padding: 16px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

    .sticky + .content {
        padding-top: 60px;
    }

ul {
    padding: 0;
    list-style: none;
}

.slider {
    padding-top: 5px;
    margin-left: 3px;
    margin-right: 3px;
    overflow: hidden;
    position: relative;
}

.small2 {
    font-size: 14px;
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .small2 .small-ul {
        display: flex;
        position: absolute;
        top: 0;
    }

        .small2 .small-ul li {
/*            margin-left: 5px;
*/            transition: width 1s ease-in-out;
/*            margin-left: -4px;
*/        }

    .small2 .small-span {
        position: absolute;
        top: calc(50% - 20px);
        opacity: 0.3;
        cursor: pointer;
        color: #fff;
        text-shadow: 1px 2px 10px rgba(0, 0, 0, 1);
    }

        .small2 .small-span :hover {
            opacity: 0.5;
        }

        .small2 .small-span:first-of-type {
            right: 10px;
        }

        .small2 .small-span:last-of-type {
            left: 10px;
        }

/*حسن*/
.small4 {
    font-size: 14px;
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
    position: relative;    
}

    .small4 .small1-ul {

        display: flex;
        position: absolute;
        top: 0;
    }

        .small4 .small1-ul li {
            /*margin-left: 8px;*/
            /*transition: width 1s ease-in-out;*/
            transition: width 1s linear;
            /*margin-left: -4px;*/
        }

    .small4 .small1-span {
        position: absolute;
        top: calc(50% - 20px);
        opacity: 0.3;
        cursor: pointer;
        color: #fff;
        text-shadow: 1px 2px 10px rgba(0, 0, 0, 1);
    }

        .small4 .small1-span :hover {
            opacity: 0.5;
        }

        .small4 .small1-span:first-of-type {
            right: 10px;
        }

        .small4 .small1-span:last-of-type {
            left: 10px;
        }


.small6 {
    font-size: 14px;
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .small6 .small5-ul {
        display: flex;
        position: absolute;
        top: 0;
    }

        .small6 .small5-ul li {
            /*margin-left: 8px;*/
            /*transition: width 1s ease-in-out;*/
            transition: width 1s linear;
            /*margin-left: -4px;*/
        }

    .small6 .small5-span {
        position: absolute;
        top: calc(50% - 20px);
        opacity: 0.3;
        cursor: pointer;
        color: #fff;
        text-shadow: 1px 2px 10px rgba(0, 0, 0, 1);
    }

        .small6 .small5-span :hover {
            opacity: 0.5;
        }

        .small6 .small5-span:first-of-type {
            right: 10px;
        }

        .small6 .small5-span:last-of-type {
            left: 10px;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.container-img {
/*    margin-top: 30px;
*/    text-align: center;
}

.image {
    align-content: center;
    display: block;
    width: 90%;
    height: auto;
}

.brandimage {
    float: left;
    position:absolute;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    margin-top: 124px;
/*    margin-left: 150px;*/
}
.ghimage {
    margin:auto;
    height: 175px;
    width: 175px;
}

.overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    width: 80%;
    transition: 0.5s ease;
    opacity: 0;
    color: white;
    font-size: 16px;
    text-align: center;
}

.container-img:hover .overlay {
    opacity: 1;
}

.title-color {
    /*font-family: 'BMorvarid';*/
    color: #00ad5f;
}

.red-text-color {
    color: tomato;
}

.price-color {
    color: darkgray;
}

.mg-top-40 {
    padding: 25px;
    margin-top: 10px;
    font-family: 'BZar';
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

img {
    vertical-align: middle;
    align-content: center
}

.container {
    position: relative;
}

.mySlides {
    display: none;
}

.curser {
    cursor: pointer;
}

.column {
    float: left;
    margin: 4px;
    width: 16.66%;
}

.demo {
    opacity: 0.6;
}

    .active, .demo:hover {
        opacity: 1;
    }

/*بعدا اضافه شد*/

p {
    font-family: 'BZar', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    perspective: 1500px;
}


#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #7386D5;
    color: #fff;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    /*transform-origin: bottom left;*/
}

    #sidebar.active {
        margin-left: -250px;
        transform: rotateY(100deg);
    }

    #sidebar .sidebar-header {
        padding: 20px;
        background: #6d7fcc;
    }

    #sidebar uln.components {
        padding: 20px 0;
        border-bottom: 1px solid #47748b;
    }

    #sidebar uln p {
        color: #fff;
        padding: 10px;
    }

    #sidebar uln li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
    }

        #sidebar uln li a:hover {
            color: #7386D5;
            background: #fff;
        }

    #sidebar uln li.active > a, a[aria-expanded="true"] {
        color: #fff;
        background: #6d7fcc;
    }


a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

uln uln a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

uln.CTAs {
    padding: 20px;
}

    uln.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    cursor: pointer;
}

    #sidebarCollapse span {
        width: 80%;
        height: 2px;
        margin: 0 auto;
        display: block;
        background: #555;
        transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
        transition-delay: 0.2s;
    }

        #sidebarCollapse span:first-of-type {
            transform: rotate(45deg) translate(2px, 2px);
        }

        #sidebarCollapse span:nth-of-type(2) {
            opacity: 0;
        }

        #sidebarCollapse span:last-of-type {
            transform: rotate(-45deg) translate(1px, -1px);
        }


    #sidebarCollapse.active span {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
        transform: rotateY(90deg);
    }

        #sidebar.active {
            margin-left: 0;
            transform: none;
        }

    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }

    #sidebarCollapse.active span {
        margin: 0 auto;
    }

        #sidebarCollapse.active span:first-of-type {
            transform: rotate(45deg) translate(2px, 2px);
        }

        #sidebarCollapse.active span:nth-of-type(2) {
            opacity: 0;
        }

        #sidebarCollapse.active span:last-of-type {
            transform: rotate(-45deg) translate(1px, -1px);
        }
}

.sliderimage {
    height: 270px;
    background-color: #47009cc4;
    border-radius: 10px;
    display: block;
}

.has-imageblock {
    background-color: #47009cc4;
    /*    block-size: 200px;
    max-width:130px;*/
    width: 176px;
    height: 235px;
    border-radius: 10px;
    margin: 3px 3px 3px 3px;
    /*    margin-bottom:2px;
    margin-right:5px;*/
}

.has-text-1 {
    text-align: center;
    font-size: 12px;
    color: yellow;
/*    margin-top: -4px;
*/    font-family: BMorvarid;
}

.has-lastnews-image {
    /*    border: solid;
    border-block-color:purple;*/
    border-radius: 10px;
    width: 172px;
    height: 172px;
    /*    height: 85%;
    width: 130px;*/
    padding: 7px 5px 5px 5px;
    /*margin-top: 5px;*/
}

.has-newsright-image {
    max-width: 200px;
    min-width: 200px;
    inline-size: 100%;
    /* margin: auto;*/
}

#ghformmobile {
    width: 90%;
    /*max-width: 980px;*/
    margin: 10px 20px;
    /*max-height: 600px;*/
    border-radius: 6px;
    box-shadow: 0px 1px 6px #47009cc4;
    /*box-sizing: border-box;*/
    padding: 0px 0px 10px 0px;
    /*overflow: scroll;*/
    border: 1px solid lightgray;
    text-align: center;
    background-color: aliceblue;
}

#ghformtop {
    float: left;
    height: 600px;
    width: 99%;
    min-width: 250px;
    max-width: 960px;
    margin: 10px 10px 10px 10px;
    border-radius: 6px;
    box-shadow: 0px 1px 6px #47009cc4;
    box-sizing: border-box;
    padding: 10px;
    overflow: hidden;
    border: 1px solid lightgray;
}

.ghform {
    height: auto;
    direction: rtl;
    width: 98%;
    max-width: 980px;
    margin: 10px auto 10px auto;
    border-radius: 6px;
    box-shadow: 0px 1px 10px #47009cc4;
    box-sizing: border-box;
    border: 1px solid lightgray;
}
.ghformlastproduct {
    float: left;
    height: auto;
    direction: rtl;
    width: 69%;
    max-width: 680px;
    margin: 10px auto 10px auto;
    border-radius: 6px;
    box-shadow: 0px 1px 10px #47009cc4;
    box-sizing: border-box;
    border: 1px solid lightgray;
}

#ghleftform {
    width: 49%;
    display:block;
    float: left;
    height: 285px;
    border-radius: 6px;
    box-shadow: 0px 1px 6px #47009cc4;
    padding: 5px;
    overflow: hidden;
    border: 1px solid lightgray;
}

#ghmiddleform {
    width: 49%;
    display: block;
    height: 285px;
    border-radius: 6px;
    padding: 5px;
    box-shadow: 0px 1px 6px #47009cc4;
    overflow: hidden;
    border: 1px solid lightgray;
    margin-top: 10px;
    margin-right: 35%;
    margin-left: 0px;
    float: left;
}

#ghrightform {
    position: absolute;
    width: 49%;
    height: 580px;
    /*min-height: 200px;*/
    border-radius: 6px;
    box-shadow: 0px 1px 6px #47009cc4;
    padding: 0 0 20px;
    overflow: scroll;
    border: 1px solid lightgray;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    float: right;
}

.ghformproduct {
/*    height: 340px;
*/    /*direction: rtl;*/
    width: 99%;
    margin: 10px auto 10px auto;
    border-radius: 6px;
    box-shadow: 0px 1px 6px #47009cc4;
    box-sizing: border-box;
    padding: 10px 0px 10px;
    overflow: hidden;
    border: 1px solid lightgray;
}

.slidertopimage {
    /*height: 600px;*/
    background-color: #47009cc4;
    border-radius: 10px;
    display: block;
}



.gharoundimage {
    margin: 10px 10px 10px 10px;
    background-color: white;
    border-radius: 10px;
}


.ghrightformtxt {
    font-size: 20px;
    text-align: center;
    /*padding: 10px;*/
    /*align-content: center;*/
    /*vertical-align: bottom;*/
}

#ghrightform.active {
    margin-left: -250px;
    transform: rotateY(100deg);
}

.ghrightform-header {
    margin-top: -1px;
    padding: 10px ;
    font-family: 'BZar';
    font-size: 18px;
    font-weight: 900;
    
}

#ghrightform uln.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#ghrightform uln p {
    color: #fff;
    padding: 10px;
}

#ghrightform uln li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

    #ghrightform uln li a:hover {
        color: #7386D5;
        background: #fff;
    }

#ghrightform uln li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

.dl-horizontal-gh {
    float: right;
    /*width: 160px;*/
    overflow: hidden;
    clear: right;
    text-align: center;
    text-overflow: ellipsis;
    white-space: initial;
    margin: 0px 10px 20px;
}

    .dl-horizontal-gh dt {
        float: right;
        width: 25%;
        padding: 0px;
        margin-right: 3px;
        text-align: right;
        color: #4800ff;
    }

    .dl-horizontal-gh dd {
        float: right;
        text-align: right;
        width: 95%;
        padding: 0px 8px;
        margin-right: 20px;
        text-align: justify-all;
    }


.float-exit {
    z-index: 10;
    opacity: 0.5;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #7001a4;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.float-back {
    z-index: 10;
    opacity: 0.5;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 40px;
    background-color: #7001a4;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.my-float1 {
    margin: 22px;
}

.my-float2 {
    margin: 22px;
}

.imagegallary {
    max-width: 500px;
    max-height: 500px;
    width: 100%;
    border: groove 15px;
    border-color: #029f4c;
    border-radius: 10px;
}

/*.float-note {
    z-index: 10;
    opacity: 0.5;
    position: fixed;   
    padding:5px;
    height: 40px;
    margin:auto;
    clear: both;
    background-color: #7001a4;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}
*/
