


/* header */


/* fonts */
@font-face {
    font-family: Almarai;
    src: url(../fonts/Almarai-Regular.ttf);
    font-weight: normal;
}
@font-face {
    font-family: Almarai;
    src: url(../fonts/Almarai-Bold.ttf);
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Almarai;
    src: url(../fonts/Almarai-Regular.ttf);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Almarai;
    src: url(../fonts/Almarai-Light.ttf);
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Almarai;
    src: url(../fonts/Almarai-ExtraBold.ttf);
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Tajawal;
    src: url(../fonts/Tajawal-Black.ttf);
    font-weight: 300;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: Tajawal;
    src: url(../fonts/Tajawal-Bold.ttf);
    font-weight: 300;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: Tajawal;
    src: url(../fonts/Tajawal-ExtraBold.ttf);
    font-weight: 300;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: Tajawal;
    src: url(../fonts/Tajawal-ExtraLight.ttf);
    font-weight: 300;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: Tajawal;
    src: url(../fonts/Tajawal-Light.ttf);
    font-weight: 300;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: Tajawal;
    src: url(../fonts/Tajawal-Medium.ttf);
    font-weight: 300;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: Tajawal;
    src: url(../fonts/Tajawal-Regular.ttf);
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}



/***********************/

body {
    
    font-family: "Roboto", sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    font-weight: 800;
    line-height: 1.2;
    font-family: "Roboto", sans-serif;
    color: inherit;
}



/* top menu */
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

span.date {
    color: #fff;
}

.top-menu-social-media img {
    max-height: 35px;
    margin-right: 7px;
}



/* logo */

.logo {
    height: 110px;
    background: #fff;
}

.logo .col-md-8 {
    text-align: right;
    margin-top: auto;
    margin-bottom: auto;
}

.logo .col-md-4 a, .logo .col-md-4 img {
    padding: 5px;


}

.logo .row {
    height: 100%;
}

.logo .col-md-4 {
    margin-top: auto;
    margin-bottom: auto;
}

.logo .col-md-8 img {
    margin-right: 10px;
}

.logo  img {
    width: 95%;
}

/* main menu*/


.main-menu .navbar {
    margin-bottom: 0;
}


.main-menu a {
    font-weight: 600;
    font-size: 17px;
}



/* footer */
.footer {
    background-color: #fff;
    color: #000;
    padding: 20px;
    /* position: fixed; */
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 1110px;
}

/* Start main rulez*/
body {
    background-color: #fff;
    
}

/* Sraet Home Page*/

.body-page {
    margin-top: 20px;
}

.container.main-page {
    background: #fff;
    max-width: 100%;
    padding-right: 0;
}

.son-main-page {
    padding-right: 0;
}



/* Start Posts */

.main-post {
    padding: 15px;
    background-color: #fff;
    border: 1px solid #dedede;
    margin-bottom: 20px;
}

.main-post h1 {
    margin: 0 0 10px;
    font-weight: bold;
    color: #464545;
    letter-spacing: -1px;
    font-size: 30px;
}


.main-post .post-author,
.main-post .post-date,
.main-post .post-comments ,
.post-categories {
    font-size: 12px;
}

.main-post img {
    display: block;
    margin: 10px 0 10px;
    width: 100%;
    height: 400px;
}

.main-post .post-content {
    line-height: 1.7;
    color: #000 ;
}

.main-post i {
    color: #9a9696;
}

.post-pagination {
    margin: 20px auto 30px;
    width: 400px;
    text-align: center;
}

.post-pagination a ,
.post-pagination span {
    display: inline-block;
    padding: 10px 20px ;
    background-color: #fff ;
    border-radius: 5px;
}

.post-pagination a:first-of-type {
    margin-right: 10px;
}

.post-pagination span {
    opacity: .5;
    cursor: not-allowed;
}

.post-pagination .back-span {
    margin-right: 10px;
}

.post-pagination .next-span {
    margin-left: 10px;
}




/*
Avatar & author
*/

.z-author h4 {
    
}

.z-author p {
    
}
.z-author h4 span {
    color:blue;
}

.author-single-post {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.col-md-10.z-author {
    border-left: 1px solid #eee;
}

/*
comments
*/
.comments-list ul ,
.comments-list ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comments-list > .comment {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.comments-list > .comment > .children > .comment {
    padding: 10px;
    background-color: #eee;
    margin-top: 10px;
    border: 1px solid #ccc;
}

.comments-list > .comment > .children > .comment .comment {
    padding: 10px;
    background-color: #ccc;
    margin-top: 10px;
    border: 1px solid #aaa;
}

.comments-number {
    padding: 10px;
}

.comment-respond label {
    display: block;
}


/*Sidebar */
.z-sidebar .widget-content {
    padding: 15px;
    margin-bottom: 20px;
}

.z-sidebar  {
    background: none;
}

.z-sidebar img {
    max-width: 100%;
    height: auto;
}

/*
Caregory
*/

.category-information {
    background: #fff;
    padding: 5px;
    margin: 10px 0px;
}

.cat-post a {
    color: #000;
}

.cat-post p {
    color: #2b2b2b;
    text-align: justify;
}

.cat-post h3 {
    font-size: 24px;
}

.cat-post i {
    color: #bdbdbd;
}
.cat-post .post-author, .cat-post .post-date, .cat-post .post-comments, .post-categories {
    color: #676767;    
}
.cat-post img {
        height: 250px;
}

/*
related-posts in single post
*/

.related-posts {
    background: #fff;
    padding: 15px;
    margin: 15px 0px;
}

.related-posts .col-md-4 {
    text-align: center;
    border: 1px solid #eee;
    margin: 0px 0px;
    padding: 10px;
    height: 250px;
    max-height: 100%;
}

.related-posts img {
    height: 180px;
    width: 100%;
    max-width: 100%;
}

.related-posts a {
    color: #191919;
    font-weight: 500;
}

/*
next - post
*/

.next-post {
    background: #fff;
    padding: 15px;
    margin: 20px 0px;
}



.next-post .back-span {
    margin-right: 10px;
}

.next-post .next-span {
    right: 0;
    float: right;
}

.next-post a:first-of-type {
    margin-right: 10px;
}

.next-post a:nth-of-type(2) {
    float: right;
}

.next-post a ,
.next-post span {
    display: inline-block;
    padding: 10px 20px ;
    background-color: #fff ;
    border-radius: 5px;
}

.comment-sigle {
    background: #fff;
    padding: 20px;
    margin-bottom: 25px;
}

.card span {
    color: #c0c0c0;
    font-size: 13px;
}

.cat-title {
    border-bottom: 2px solid #cccccc;
    width: 100%;
    margin-bottom: 10px;
}

.card {
    border: none;
    background-color: #666666;
}



.zstyle1-main ,.zstyle2-main {
    text-align: center;
    background: #f1f1f0;
    padding: 0px 10px;
}

.zstyle1 .card  {
    border: none;
}

.zstyle1-news {
    border-bottom: 1px solid #eee;
    margin-bottom: 3px;
    margin-top: 3px;
}

.zstyle1 .col-md-8 {
    height: 130px;
    max-height: 130px;
}



.zstyle2-news {
    border-bottom: 1px solid #ddd;
    margin-top: 8px;
}

 .zstyle2 .card {
    border: none;
    border-radius: 0;
    background:#fff;
     
 }

.zstyle5-main img {
    height: 190px;
}

.zstyle5-news img {
    height: 90% !important;
    margin-bottom: 9px;
}


.zstyle1-news img {
    height: 110px;
}

.zstyle2-body {
    padding-left: 5px;
    padding-top: 5px;
}

.zstyle2-news {
border-bottom: 1px solid #ddd;
}

.zstyle2-news img {
    margin-bottom: 7px;
}

.zstyle2 {
    margin-top: 15px;
}

.zstyle3 img {
    height: 200px;
}


.zstyle5-body {
    padding: 5px;
    margin-left: 3px;
}

.zstyle5-news {
    height:100px;
    overflow: hidden;
}

.zstyle5-news .col-md-5 {
    margin-top: 7px;
}

.cat-title.zsidbart h3 {
    background: #016c0e url(../img/90.png) no-repeat left !important;
}

.cat-title.zsidbart {
    border-bottom: 4px solid #016c0e;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #00a2de;
}


.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #ee8585;
}

h4.widget-title {
    text-align: center;
    color: #000;
    width: 100%;
    margin-bottom: 5px;
    font-size: 22px;
}

h4.widget-title a {
    color: #fff;
}

.navbar-light .navbar-toggler {
    border-color: #fff;
    background: #f2f2f2;
}


.woocommerce ul.products li.product a img {
    width: auto;
    height: 200px;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
}
h2.woocommerce-loop-product__title {
    height: 60px;
    overflow: hidden;
}
h2.woocommerce-loop-product__title {
    font-size: 14px !important;
}


.navbar-collapse .dropdown-menu {
  position: absolute !important;
  z-index: 1000 !important; /* Ensure it's on top of other elements */
  left: 0 !important; /* Adjust left positioning if needed */
}


/* إعدادات القوائم الأساسية */
.navbar-nav {
  margin-left: 0; /* تأكد من أن القائمة تبدأ من اليسار */
}

/* إعدادات القوائم الفرعية */
.navbar-nav .dropdown-menu {
  display: none;
  position: absolute; /* تأكد من أن القائمة الفرعية تظهر أمام التصميم */
  z-index: 1050; /* اجعل القائمة الفرعية تظهر في المقدمة */
}

/* إظهار القائمة الفرعية عند التمرير فوق العنصر الرئيسي */
.navbar-nav .dropdown:hover .dropdown-menu,
.navbar-nav .dropdown-menu.show {
  display: block;
}

/* ضبط موقع القائمة الفرعية */
.navbar-nav .dropdown-menu {
  margin-top: 0;
  left: 0; /* تأكد من أن القائمة الفرعية تبدأ من اليسار */
}

/* لإصلاح القائمة على الأجهزة المحمولة */
@media (max-width: 991.98px) {
  .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    z-index: 1050; /* اجعل القائمة الفرعية تظهر في المقدمة */
  }

  .navbar-nav .dropdown:hover .dropdown-menu {
    display: none;
  }

  .navbar-nav .dropdown-menu.show {
    display: block;
  }
}

/* إعدادات إضافية للتأكد من ظهور القوائم الفرعية أمام التصميم */
.navbar {
  z-index: 1000; /* تأكد من أن القائمة الرئيسية لها z-index مناسب */
}

.navbar .dropdown-menu {
  z-index: 1050; /* اجعل القوائم الفرعية تظهر في المقدمة */
}
