* {
  box-sizing: border-box;
}

body {

font-family: 'Noto Kufi Arabic', sans-serif;
  background-color: #F5F5F5;
    margin: 0;
font-weight: 900;
    line-height: 1.42857143;
    color: #333;
    --space: 10px;
    display: grid;
    align-content: center;
    gap: var(--space);
    width: auto;
    font-size: 18px;
}
.home-section form{
  direction:rtl;
}
        /*بداية تنسيق السلايدر*/

        
/*نهاية تنسيق السلايدر*/
.main-div form{
  direction:rtl;
}
.main-catSection form{
    direction:rtl;

}
.sub-home-ad{
  margin:auto;
}
.sub-home-ad img{
      height: 150px;
    width: 1000px;
}
  .header-logo a img{
         width:200;
         height:150px;
            }
  
              .ads-content{

width:100%}
.ads-content img{
width:100%}
#myVideo {
    /*    position: fixed;*/
    /*z-index: 20;*/
    /*background-color: transparent;*/
    /*width: 100%;*/
    /*height: 100%;*/

}
.marquee-box{
position: relative;
}
.marquee-para{
position: absolute;
color: white;
font-size: 18px;
font-weight: 600;
/* background: #f3e9e9; */
text-align: right;
bottom: 0;
margin: 2px 10px;
}
  .mobile-container {
/* display: flex; */
/* margin: auto; */
  background-color: #555;
  /* height: 500px; */
  color: white;
  border-radius: 10px;
}
.related-h3{
  text-align:center;
}
.topnav {
display: flex;
  background-color: white;
  position: relative;
  justify-content: space-between;
      flex-direction: row;
background: #04AA6D;
}

.topnav #myLinks {
  display: flex;
  margin: auto 5px;
}
.fa-home{
font-size: 25px;
    font-weight: bolder;
}
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}
#myLinks a {
  color: black;
  padding: 14px 16px;
  text-decoration: none;
     margin: auto;
  font-weight: 600;
}

.topnav a.icon {
  background: black;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #ddd;
  color: white;
}
.btn-article {
    text-align: right;
    border: none;
    background-color: transparent;
    font-weight: bold;
    cursor: pointer;
font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 16px;
    line-height: 1.4;
  color:black;
}
button{
font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 15px;
    line-height: 1.4;
}

.home-section form{
  direction:rtl;
}
        /*بداية تنسيق السلايدر*/

        
/*نهاية تنسيق السلايدر*/
.main-div form{
  direction:rtl;
}
.main-catSection form{
    direction:rtl;

}
.sub-home-ad{
  margin:auto;
}
.sub-home-ad img{
      height: 150px;
    width: 1000px;
}
  .header-logo a img{
         width:300px;
         height:165px;
            }
  
              .ads-content{

width:100%}
.ads-content img{
width:100%}
#myVideo {
    /*    position: fixed;*/
    /*z-index: 20;*/
    /*background-color: transparent;*/
    /*width: 100%;*/
    /*height: 100%;*/

}
.marquee-box{
position: relative;
}
.marquee-para{
position: absolute;
color: white;
font-size: 18px;
font-weight: 600;
/* background: #f3e9e9; */
text-align: right;
bottom: 0;
margin: 2px 10px;
}
  .mobile-container {
/* display: flex; */
/* margin: auto; */
  background-color: #555;
  /* height: 500px; */
  color: white;
  border-radius: 10px;
}
.related-h3{
  text-align:center;
}
.topnav {
display: flex;
  background-color: white;
  position: relative;
  justify-content: space-between;
      flex-direction: row;
background: #6A1B9A;
}

.topnav #myLinks {
  display: flex;
  margin: auto 5px;
      align-items: center;
}
.fa-home{
font-size: 25px;
    font-weight: bolder;
}
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}
#myLinks a {
  color: black;
  padding: 14px 16px;
  text-decoration: none;
     margin: auto;
  font-weight: 600;
}

.topnav a.icon {
  background: black;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #ddd;
  color: white;
}

.active {
  background-color: #04AA6D;
  color: white;
}
.marquee {
  --duration: 50s;
  --gap: var(--space);
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
/*   transform: skewY(3deg); */
/* margin-top: -200px; */
}

  .dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #d91414;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
 
}

.dropdown-content a:hover {
  color: red !important;
  background-color: #ddd !important;
}

.dropdown:hover .dropdown-content {display: flex;
  /* flex-direction:column; */
  z-index:1;
;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}
.marquee__group {
  flex-shrink: 0;
  display: flex;
   /* margin-left: 200px; */
   height: 350px;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll var(--duration) linear infinite;

}
.marquee:hover .marquee__group{
      animation-play-state: paused;

}
.aria-true{
  flex-shrink: 0.5;
   /* margin-left: 220px; */
}

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}
.marquee-3col{
display: flex;
flex-wrap: wrap;
}
.marquee-3col .section-photoes{
width: 33.3%;
display: flex;
/* flex-direction: column; */
flex-wrap: wrap;
height: 50%;
margin-right: -5px;
position: relative;
}
.marquee__group img {
  /* max-width: clamp(10rem, 1rem + 28vmin, 20rem); */
   width:100%;
   height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 1rem;
  margin: 0 -2px;

}
.marquee__group div img{
/* width:33%; */
}
.dabaan-marquee {
position: relative;  
}
/* .dabaan-marquee img{
width: auto;
} */
.box-cover-marquee{
display: flex;
flex-direction: column;
    position:absolute;
    color:white;
   background-color: rgba(53, 34, 8, 0.4);
   font-weight: bolder;
     width: 100%;
     bottom:  0;
     direction:rtl;
     left: 0;
}
.marquee__group p {
  background-image: linear-gradient(
    75deg,
    hsl(240deg 70% 49%) 0%,
    hsl(253deg 70% 49%) 11%,
    hsl(267deg 70% 49%) 22%,
    hsl(280deg 71% 48%) 33%,
    hsl(293deg 71% 48%) 44%,
    hsl(307deg 71% 48%) 56%,
    hsl(320deg 71% 48%) 67%,
    hsl(333deg 72% 48%) 78%,
    hsl(347deg 72% 48%) 89%,
    hsl(0deg 73% 47%) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.marquee--borders {
  border-block: 3px solid dodgerblue;
  padding-block: 0.75rem;
}

.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: calc(var(--duration) / -2);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.mobile-menu{
display: none;
}
.header-navbar{
display: flex;
flex-direction: row-reverse;
background-color: #080808;
font-family: 'Noto Kufi Arabic', sans-serif;
}
related-h3{
  text-align:center;
}
.edit-ad-contact{
margin: auto 20px;
}
.edit-ad-contact a{
color: #fff;
margin-left: 7px;
/*font-size: 17px;*/
font-weight: 600;
}
.arabic-date{
margin:auto 15px;
/*font-size: 17px;*/
font-weight: 600;
color: #fff;
}
.breaking-news{
display: flex;
flex-direction: row-reverse ;
margin: auto 10px;
}
.breaking-news p{
color: #fff;
/*font-size: 17px;*/
font-weight: 600;
margin:auto 10px;

}
.breaking-news span{
  color: #fff;
  /*font-size: 17px;*/
  font-weight: 600;
  margin:auto 10px;
}
.breaking-news a{
  color: #fff;
  /*font-size: 14px;*/
  font-weight: 600;
  margin:auto 10px;
  }
  .social-navbar{
  display: flex;
  margin-right: 400px;
  }
  .social-navbar .fa{
  font-family: "fontawesome" ;
  margin:auto 10px;
  color: #fff;
  /*font-size: 17px;*/
  font-weight: 600;
  }
  .header-logo{
  text-align: center;
  display: flex;
  justify-content: space-around;
  flex-direction: row-reverse;
    align-items: center;
  }
  .header-logo iframe{
  margin-top: 20px;
  text-align: center;
  width:200px;
  height: 200px;
  border-radius: 50%;

  }
.header-logo img{
/* text-align: center;
width:100%;
height:100%;
max-width: 200px;
max-height: 200px;
border-radius: 50%; */
}
.logo-side-ads{width:600px;height:100px;margin-top:30px}
.primary-header{
display: flex;
justify-content: space-between;
margin: auto 0;
padding-left: 15px;
padding-right: 15px;
 flex-direction: row-reverse ;
margin-top: 296px;
}
.logo img{
height: 90px;
width:100px;
}
.navbar{
display: flex;
justify-content: space-between;
width: 100%;
}
.navbar a{
/*font-size: 14px;*/
text-decoration: none;
color: black;
font-weight: 700;
}
.navbar img{
border-radius: 50%;
}
    .home-section{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    height: 500px;
    margin: 35px 50px;
    }
    .article-home{
    width: 40%;
    position: relative;
    margin: 25px 10px;
    height: 100%;
    }
    .article-home img{
    width: 100%;
    height: 100%;
    }
    .side-home{
    width: 57%;
    display: flex;
    flex-direction: row;
height:100%;
      flex-wrap:wrap;
    }

    .article-side-home{
      width: 47%;
      display: flex;
      flex-direction: column;
height:33%;
margin:5px 10px;
      }
      .home-img-a{
      display: flex;
      flex-direction: row-reverse;
      margin: 5px 5px;
      height:100%;
      }
.home-img-a form{
margin:auto;
}
      .home-img-a img{
      width: 50%;
      height: 75px;
      height:100%;
        min-width:200px;
         max-width: fit-content;

      }
      .home-img-a a{
        width: 60%;
        /* height: 100%; */
        text-decoration: none;
        color: #080808;
        /*font-size: 14px;*/
        /*font-weight: 700;*/
        text-align: right;
        margin: 2px 5px;
        }
   
    .box-cover-home{
      display: flex;
      flex-direction: column;
          position:absolute;
          color:white;
         background-color: rgba(53, 34, 8, 0.4);
         /*font-size: 18px;*/
         /*font-weight: bolder;*/
           width: 100%;
           bottom:  0;
           direction:rtl;
           left: 0;
      }
      .box-cover-home a{
        /* width: 60%; */
      /* height: 100%; */
      text-decoration: none;
      color: #f5f1f1;
      /*font-size: 17px;*/
      /*font-weight: 700;*/
      text-align: right;
      margin: 2px 5px;
      }
      .box-cover-home button{
      font-size: 22px;
      font-weight: 800;
 
      }
.main-div{
display: flex;
justify-content: space-around;
box-sizing: border-box;
margin-top: 20px;
}

.section-left{
  width:24%;
  background-color: rgb(249, 247, 250);
  /* height: 100vh; */
margin: 0 10px;
}
.center-right{
display: flex;
justify-content: space-between;
width: 75%;
}
.section-right{
  width:29.5%;
  background-color: rgb(249, 247, 250);
  /* height: 100vh; */
  margin: 0 10px;

}
.section-one{
  width:72%;
  background-color: rgb(249, 247, 250);
  /* height: 100vh; */
  margin: 0 10px;

}

.article-main-one{
  display: flex;
  flex-direction:column-reverse;
  width: 90%;
  margin: auto;
position: relative;
height: 315px;
}
.article-main-one img{
width: 100%;
height: 100%;
margin: auto;
}
.article-main-two{
display: flex;
 flex-direction:row-reverse; 
justify-content: space-between;
width: 100%;
/* margin: 0 10px; */
/* position: relative; */
/* height: 350px; */
}
.col-two{
display: flex;
flex-direction: column;
margin: 0 15px;
width: 49%;
}
.col-two img{
width: 100%;
height: 250px;
}
.col-two a{
text-align: right;
text-decoration: none; 
width: 100%;
color: #080808;
}
.article-right-one{
display: flex;
flex-direction:row-reverse;
/* width: 60%; */
margin: 25px 5px;
/* position: relative; */
/* height: 100%; */
}
.article-right-one img{
width: 100px;
height: 100px;
      max-width: 100px;
    min-width: 100px;
}
.article-right-one a{
width: 60%;
/* height: 100%; */
text-decoration: none;
color: #080808;
font-size: 14px;
font-weight: 600;
text-align: right;
margin: 2px 15px;
}
.box-cover{
display: flex;
flex-direction: column;
    position:absolute;
    color:white;
   background-color: rgba(53, 34, 8, 0.4);
   /*font-size: 18px;*/
   font-weight: bolder;
     width: 100%;
     bottom:  0;
     direction:rtl;
     left: 0;
}
.box-cover a{
text-decoration: none;
color: #fff;
/*font-size: 19px;*/
font-weight: 700;
text-align: right;
margin: 2px 5px;
}
.line-right{
display: block;
height: 0.08px;
width: auto;
background-color: rgb(207, 201, 201);
margin: 5px 5px;
}
.sub-section-one{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: auto;
width: 90%;

}
.article-sub-one{
width: 47%;
display: flex;
flex-direction: column;
}
.sub-img-a{
display: flex;
flex-direction: row-reverse;
}
.article-sub-one img{
width: 100px;
height: 75px;
      min-width: 100px;
    max-width: 100px;

}
.article-sub-one a{
  width: 60%;
  /* height: 100%; */
  text-decoration: none;
  color: #080808;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  margin: 2px 5px;
  }
  .sub-section-two{
    display: flex;
    flex-direction:row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0;
    width: 100%;
    /* margin-right: 15px; */
    
    }
    .article-sub-two{
    width: 47%;
    display: flex;
    flex-direction: column;
    margin:10px 0;
    margin-right: 15px;
    }
    .sub-img-two{
    display: flex;
    flex-direction: row-reverse;
    }
    .article-sub-two img{
    width: 100px;
    height: 75px;
          max-width: 100px;
    min-width: 100px;
    }
    .article-sub-two a{
      width: 60%;
      /* height: 100%; */
      text-decoration: none;
      color: #080808;
      font-size: 14px;
      font-weight: 600;
      text-align: right;
      margin: 2px 5px;
      }
  .line-sub-one{
    display: block;
height: 0.08px;
width: auto;
background-color: rgb(207, 201, 201);
margin: 15px 0;
  }
  .social-icons{
  display: flex;
  flex-direction: column;
  /* direction: rtl; */
  }
  .social-icons a{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  box-sizing: border-box;
text-decoration: none;  
margin: 10px 5px;
  color: #fff;
  padding: 10px 5px;
  }
  .social-icons span{
  display: flex;
  flex-direction: row-reverse;
  /*font-size: 14px;*/
  /* font-weight: 500; */
  justify-content: space-between;
  }
  .social-icons b{
  margin-right: 5px;
  }
  .social-icons strong{
    margin-left: 5px;
    /*font-size: 14px;*/
    }
  .facebooke{
  background-color: rgb(42, 84, 199);
  }
  .youtube{
  
  background-color: rgb(102, 5, 5);}
  .twitter{
  background-color: rgb(49, 168, 189);
  }
  .instagram{
  background-color: rgb(141, 20, 87);
  }
  .line-main{
  display: block;
  height: 2px;
  width: auto;
  background-color: #080808;
  margin: 5px 0;
  font-size: 30px;
  }
  .title-cat{
  text-align: right;
  font-size: 35px;
  font-weight: 700;
  margin-right: 30px;
  }
  .art-section{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
    flex-direction:row-reverse;
  }
  .article-art{
  display: flex;
  width:32%;

  }
  .art-img-a{
  display: flex;
  flex-direction: column;
  margin: 10px 5px;
  }
  .art-img-a img{
  width: 100%;
  height: 100px;
  }
  .art-img-a a{
    width: 100%;
    text-align: right;
    text-decoration: none;
    color: #080808;
    /*font-size: 14px;*/
    /*font-weight: 700;*/
    }
    
    .politics-affaire{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
    }
    .article-politic{
    width: 50%;
    position: relative;
    margin: 0 10px;
    height: 250px;
    }
    .article-politic img{
    width: 100%;
    height: 250px;
    }
    .side-politic{
    width: 50%;
    display: flex;
    flex-direction: column;
    }
    .article-side-politic{
      width: 100%;
      display: flex;
      flex-direction: column;
      }
      .politic-img-a{
      display: flex;
      flex-direction: row-reverse;
      margin: 5px 5px;
      }
      .politic-img-a img{
      width: 100px;
      height: 75px;
      }
      .politic-img-a a{
        width: 60%;
        /* height: 100%; */
        text-decoration: none;
        color: #080808;
        /*font-size: 14px;*/
        /*font-weight: 700;*/
        text-align: right;
        margin: 2px 5px;
        }
    .box-cover-politics{
      display: flex;
      flex-direction: column;
          position:absolute;
          color:white;
         background-color: rgba(53, 34, 8, 0.4);
         /*font-size: 18px;*/
         /*font-weight: bolder;*/
           width: 100%;
           bottom:  0;
           direction:rtl;
           left: 0;
      }
      .box-cover-politics a{
        /* width: 60%; */
      /* height: 100%; */
      text-decoration: none;
      color: #f5f1f1;
      /*font-size: 17px;*/
      /*font-weight: 700;*/
      text-align: right;
      margin: 2px 5px;
      }
      .media-section{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

        }
        .article-media{
        display: flex;
        width:33.3%;

        }
        .media-img-a{
        display: flex;
        flex-direction: column;
        margin: 10px 1px;
        position: relative;

        }
        .media-img-a img{
        width: 215px;
        height: 150px;
        }
     
          .box-cover-media{
            display: flex;
            flex-direction: column;
                position:absolute;
                color:white;
               background-color: rgba(53, 34, 8, 0.4);
               /*font-size: 14px;*/
               font-weight: 400;
                 width: 100%;
                 bottom:  0;
                 direction:rtl;
                 left: 0;
            }
            .box-cover-media a{
              /* width: 60%; */
            /* height: 100%; */
            text-decoration: none;
            color: #fff;
            /*font-size: 17px;*/
            font-weight: 700;
            text-align: right;
            margin: 2px 5px;
            }
            .article-page{
              display: flex;
              justify-content: space-between;
              margin-top: 30px;
              flex-direction: row-reverse;
              margin:20px 20px;
          }
          .mainarticle-message{
            width:74%;
            display:flex;
            flex-direction: column;
            margin: 0 10px;
            }
            .messages{
            background-color: gray;
            }
          .main-article{
              width: 99%;
              direction: rtl;
          margin:20px;
          }
          .main-article h1{
          font-size: 24px;
          font-weight:bold;
          /*text-align: center;*/
            color:#f60208;
            margin-bottom:15px;
font-family: 'Noto Kufi Arabic', sans-serif;
          }
          .main-article img{
              width: 100%;
            height: 600px;
          }
.main-article p {
    margin: 10px 20px;
    font-size: 20px;
font-family: 'Noto Kufi Arabic', sans-serif;
}
p img{
  width:100%;
}
.main-article h3 {
    margin: 10px 20px;
    font-size: 20px;
}
.main-article h2{
    margin: 10px 20px;
    font-size: 20px;
  font-weight:bolder;
}
.main-article p span {
    margin: 10px 20px;
    font-size: 20px;
}
          .MsoNormal{
                  text-align: justify;
                  width:100%;
    direction: rtl;
    unicode-bidi: embed;
}
          
         .MsoNormal span{
    line-height: 115%;
font-family: 'Noto Kufi Arabic', sans-serif;          }
          .main-article  .about-us p{
              font-size: 18px;
              
              }
              .awa-author{
              display: flex;
              justify-content: space-between;
              background: aliceblue;
              margin-top:50px;
                    flex-direction: column;


              }
.writter-name{
 text-align: center;
    margin: 10px 0;
    background: #595251;
    color: white;
    font-size: 25px;
    font-weight: 900; 
}
              .writter-post{
              display: flex;
              flex-direction: column;
              margin: auto 5px;
              }
              .writter-post img{
              width:100px;
              height:100px;
              margin:10px
              }
              .writter-post p{
                margin:2px auto;
                }
              .writter-content{
              display: flex;
              direction: rtl;
              flex-direction: column;
              margin: auto 5px;
            }
              .writter-content a{
              text-decoration: none;
              color: #143181;
              /*font-size: 17px;*/
              /*font-weight: 600;*/
              margin-bottom: 5px;
              }
        
          .related-posts{
           width: 20%;
           margin-right :20px;
          }
          .related-posts-under {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
            flex-direction:row-reverse;
}
.article-related-under {
    display: flex;
    flex-direction: column;
    width: 33%;
    margin: 5px auto;
}
            
                 .article-related-under img{
                    width:95%;
                    height: 250px;
                    margin-bottom: 5px;
                 }
                 .article-related-under p{
                    text-align: right;
                    font-size: 17px;
                    font-weight: 600;
                    text-decoration: none;
                    color: black;
                    width:95%;
                    margin-bottom: 5px;
      
                 }
                      .article-related-under .btn-article{
                    text-align: right;
           
      
                 }
            .article-related{
              display: flex;
              margin:20px 0;
          }
          .article-related img{
              width: 50%;
              height: 90px;
              margin: 0 5px;
          }
          .article-related p{
              text-align:right;
              /*font-size:20px;*/
              
          }
          .article-related a{
          text-decoration: none;
          /*font-size: 17px;*/
          /*font-weight: 600;*/
          color:black;
          text-align: right;
          }
          .popular-posts{
              width: 20%;
              margin-right: 10px;
          }
          .popular-posts img{
              width:100%;
              height:150px;
          }
  .popular-posts h3{
text-align:center;
  font-size:35px;
    font-weight:bolder;
          }
          .article-popular{
              display: flex;
              flex-direction: column;
              width: 100%;
              margin: 5px auto;
          }
          .article-popular img{
              /*width:100%;*/
              /*height:150px;*/
          }
          .article-popular p{
              width: 100%;
              text-align: center;
              }
              .article-popular a{
                text-decoration: none;
                /*font-size: 17px;*/
                /*font-weight: 600;*/
                color:black;
                text-align: right;
                }
          .line-article{
              height: 100px repeat ;
                 margin: 0 20px;
              width: 1px;
              background-color: rgb(182, 186, 186);
          }
          .overlayOne {

            display: none;
            position: absolute;
            z-index: 1;
          }
          .social-share{
          display: flex;
          justify-content: space-between;
          box-sizing:content-box;
            margin-bottom:10px;
          }
          /* The content */
          .overlay-contentOne {
            display: flex;
            flex-direction: column;
            text-align: center;
          
          }
          
          /* Close button */
          .overlayOne .closebtnOne {
            position: absolute;
            /*top: 10px;*/
            /*right: 45px;*/
            font-size: 60px;
            cursor: pointer;
            color: red;
          }
          
          .overlayOne .closebtnOne:hover {
            color: #ccc;
          }
          
          button.openBtn{
              border:none;
              background-color: white;
              font-size: 30px;
              color: black;
              margin:auto;
        

          }
          .overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
  color:black;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}
          /*.fa-search:before{*/
          /*    display:none;*/
          /*    padding:10px 0;*/
          /*}*/
          /* Style the submit button */
          .overlayOne button {
            float: left;
            background: #ddd;
            font-size: 14px;
            border: none;
            cursor: pointer;
          }
          
          .overlayOne button:hover {
            background: #bbb;
          }
          #result{
            background-color: #ccc;
            text-align: center;
            margin: auto;
            height: 700px;
          
          }
          #section-social{
            margin-bottom: 10px;
          }
          .cat-content{
            display: flex;
            width: 80%;
            flex-wrap: wrap;
            justify-content: space-between;
            margin: auto;
            }
            .cat-data{
            display: flex;
            flex-direction: column;
            width: 33%;
            margin: 5px auto;
            }
            .cat-data img{
            width:95%;
            height: 250px;
            margin-bottom: 5px;
            }
            .cat-data a{
            text-align: right;
            /*font-size: 17px;*/
            /*font-weight: 600;*/
            text-decoration: none;
            color: black;
            width:95%;
            margin-bottom: 5px;

            }
            .cat-data span{
            text-align: right;
            width:95%;
            /*font-size: 14px;*/
            }
            .paginate{
              display: flex;
               flex-direction: row-reverse;
               /*margin: 10px 100px;*/
               justify-content: center;
               background-color: #100f0f;
               height: 30px;
          }
.paginate a{
  color:white;
}
          .footer-awa{
             display: flex;

          background-color: #080808;
          height: 200px;
          justify-content: space-between;
          flex-direction: row-reverse;
          /* margin: 10px 30px; */
          }
          .logo-footer{
          margin: auto;
          }
          .logo-footer img{
          width:237px;
          height:178px;
          }
          .social-follow{
          display: flex;
          justify-content: center;
          margin: auto 100px;
          }
           .social-follow fa{
        
            font-family: 'Font Awesome 5 Brands';

          }
          .social-follow a{
          color: #ccc;
          text-decoration: none;
          /*font-size: 25px;*/
          margin-left: 10px;
          font-weight: 700;
          background-color: #156d99;
          padding: 5px 10px;
                      font-family: 'FontAwesome';

          }
          .main-catSection {
    display: flex;
    margin: 50px 0;
}
.cat-content {
    display: flex;
    width: 80%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    flex-direction: row-reverse;
}
     .cat-data {
    display: flex;
    flex-direction: column;
    width: 33%;
    margin: 5px auto;
}
.cat-data img {
    width: 95%;
    height: 250px;
    margin-bottom: 5px;
}
.cat-data form {
    text-align: right;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    color: black;
    width: 95%;
    margin-bottom: 5px;
}
.all-rights{
  text-align:center;
}
 
        @media (max-width: 768px) {
            body {
                padding: 20px 10px;
            }

            .news-slider,
            .video-section,
            .topics-collection {
                padding: 20px;
            }

            h2 {
                font-size: 20px !important;
            }
        }

        /* عنوان رئيسي */
        .main-title {
            text-align: center;
            color: white;
            font-size: 36px;
            margin-bottom: 30px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }
          @media only screen and (max-width:772px){
            body{
              margin:0;
              /*width:auto;*/
              /* direction:rtl; */
              
              }
.header-logo {
    text-align: center;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}
            .main-div{
    display: flex;
    flex-direction: column-reverse;
            }
            .main-div form{
              text-align:center;
            }
            .center-right{
           display: flex;
    flex-direction: column;
     width: 95%;
            margin:10px;
}
         .MsoNormal span {
            font-size:24px;
            }
            .section-left{
            width: 95%;
            margin:10px;
            }
              .ads-content{

width:100%}
.ads-content img{
width:100%}
.logo-side-ad{
width:100%;
}
.logo-side-ad {
margin-top:10px;
}
.logo-side-ad img{
width:100%;

}
            .sub-home-ad img {
    height: 200px;
    width: 100%;
}
            .section-one{
            width: 95%;
            margin:10px;
            }
            .section-right{
             width: 95%;
            margin:10px;
            }
               button.openBtn{
          
                  top: 11%;
  
    position: absolute;
    left: 4%;

          }
            .media-section{
            display: flex;
            flex-direction: column;
            }
            .article-media {
            width: 95%;
            }
            .media-img-a{
            width: 95%;
    margin: 10px auto;
    }
            .media-img-a img{
            width: auto;
            max-width: 650px;
            max-height: 350px;
            width: 100%;
            height: 100%;
            }
            .header-all{
            display: none;
            }
            /* .mobile-menu{
            display: flex;
            flex-direction: row-reverse;
            } */
            /* .dropdown{
            display: none;
            } */
            header.mobile-menu.fa.fa-bars{
              display: flex;
              flex-direction: row-reverse;   
              font-size: 30px;
              }
             .drop-menu{
            display: none;
            margin-top: 30px;
            }
             .fa:hover .drop-menu{
            display: flex;
            flex-direction: column;
            }
            .sub-section-one {
                display:flex;
                flex-direction:column;
                }
                .article-sub-one {
                    width:100%;
                }
                  .article-main-two  {
                      
                    display:flex;
                flex-direction:column;   
                width:100%;
                }
               .article-main-two .col-two{
                   width:95%;
                   margin:auto;
               }
                 .article-main-two .col-two img{
                   width:100%;
               }
                 .article-main-two .col-two a{
                   text-align:center;
               }
               .sub-section-two{
                      display:flex;
                flex-direction:column;
                   width:100%;
                       margin-top: 30px;
    margin-bottom: 30px;

                   
               }
               .article-sub-two{
                   width:95%;
               }
              .article-sub-two .sub-img-two img{
                   width:100%;
                max-width:200px;
               }
               .article-sub-two .sub-img-two a{
                   width:49%;
               }
               .art-section{
                   
                 display:flex;
                 flex-direction:column;
               }
              .art-section .article-art{
                  width:100%;
              }
              .art-img-a img {
    width: 97%;
    height: 250px;
                    max-width: 449px;
    min-width: 449px;
}
.art-img-a a {
    /*width: 75%;*/
    text-align: center;
    text-decoration: none;
    color: #080808;
    /*font-size: 14px;*/
    /*font-weight: 700;*/
}
            
.article-right-one img {
    width: 100px;
    height: 100px;
    max-width: 150px;
    min-width: 150px;
            }
            .popular-posts h3{
              text-align:center;
            }
.politics-affaire{
    flex-direction:column;
}
  .article-popular img {
    width: 100%;
    height: 336px;
    max-width: 577px;
    min-width: 421px;
    margin: auto;
}
 .article-popular form {
text-align:center;
       font-size: 38px;

            }
.article-politic{
    width:100%;
    margin:auto;
}
.side-politic{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top:10px;
    margin-bottom:10px;
    }
          /*     #myVideo {*/
          /*display:none;*/
          /*}*/
    .mobile-container {
  /* max-width: 480px; */
  /* margin: auto; */
  background-color: #555;
  /* height: 500px; */
  color: white;
  border-radius: 10px;
}

.topnav {
  overflow: hidden;
  background-color: white;
  position: relative;
  padding:45px;
}

.topnav #myLinks {
  display: none;
  margin-top: 150px;
}

.topnav a {
  color: black;
  padding: 14px 16px;
  text-decoration: none;
  /*font-size: 17px;*/
  display: block;
}
button.openBtn-social {
    position: absolute;
    left: 22%;
}
     .social-share {
width:50%;
            }
.topnav a.icon {
  background: #d3c6c6;
  display: block;
  position: absolute;
  right: 17px;
  top: 0;
  margin-top: 30px;

}
.article-related-under img {
    width: 95%;
    height: 300px;
    margin-bottom: 5px;
  margin:auto;
}
   .article-related-under .btn-article {
    text-align: right;
}
.topnav a:hover {
  background-color: #ddd;
  color: black;
}
.edit-ad-contact{
display:none;
}
.active {
  background-color: #04AA6D;
  color: white;
}
.header-navbar{
 /*display: none;*/
}
.social-navbar{
margin-right:30%;
}
.footer-awa {
display: flex;
    width: 94%;
    margin: auto;
    flex-direction: column;
        height: 100%;

}
.logo-footer img {
    width: auto;
    height: 178px;
}
.logo-footer{
    margin-top:10px;
    margin-bottom:10px;
}
.all-rights{
    margin:10px auto;
    text-align:center;
}

          .article-page{
                display: flex;
                /* justify-content: space-between; */
                margin-top: 30px;
                flex-direction: column;
                /* margin:20px 20px; */
            }
            .mainarticle-message{
            width: 100%;
            }
            .main-article{
            margin: auto;
             font-size:22px;

            }
            .h4{
            font-size:20px;
            font-weight: bolder;

            }
            .main-article p{
            font-weight: bolder;
              font-size:25px;
    margin: 10px 20px;

            }
             .main-article h3{
            font-weight: bolder;
              font-size:25px;
    margin: 10px 20px;

            }
             .main-article span{
            font-weight: bolder;
              font-size:25px;
    margin: 10px 20px;

            }
             .main-article p span{
            font-weight: bolder;
              font-size:25px;
    margin: 10px 20px;
            }
                       .main-article h2{
            font-weight: bolder;
              font-size:25px;
    margin: 10px 20px;
            }
            .related-posts{
            width: 100%;
            }
            .article-related img {
            min-width: 175px;
            }
            .related-posts h3{
            text-align: center;
            }
            .popular-posts {
            width: 100%;
            }
            .popular-posts h3{
            
            text-align: center;}
            .cat-content{
                display:flex;
            flex-direction:column
            }
            .cat-data {
width:100%;
          }
          .cat-data a {
    width:85%;
          }
          .cat-data img {
width:85%;
          }
          .cat-data span {
              width:85%;
}
   .related-posts-under {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    flex-direction:column;
}
            .article-related-under {
    display: flex;
    flex-direction: column;
    width: 95%; 
    margin: 5px auto;
}
    .home-section{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
      height:100%;
    margin: 10px 50px;
    }
    .article-home{
    width: 100%;
    position: relative;
    margin: 0 10px;
    height: 100%;
    }
    .article-home img{
    width: 100%;
    height: 100%;
    }
    .side-home{
    width: 100%;
    display: flex;
    flex-direction: column;
height:100%;
      margin:10px 0;
    }
    .article-side-home{
      width: 100%;
      display: flex;
      flex-direction: column;
height:15%;
margin:4px 10px;
      }
      .home-img-a{
      display: flex;
      flex-direction: row-reverse;
      margin: 5px 5px;
      height:85%;
      }
.home-img-a form{
margin:auto;
}
      .home-img-a img{
      width:40%;
      height: 75px;
height:100%;
        min-width:300px;
      }
      .home-img-a a{
        width: 60%;
        /* height: 100%; */
        text-decoration: none;
        color: #080808;
        /*font-size: 14px;*/
        /*font-weight: 700;*/
        text-align: right;
        margin: 2px 5px;
        }
    .box-cover-home{
      display: flex;
      flex-direction: column;
          position:absolute;
          color:white;
         background-color: rgba(53, 34, 8, 0.4);
         /*font-size: 18px;*/
         /*font-weight: bolder;*/
           width: 100%;
           bottom:  0;
           direction:rtl;
           left: 0;
      }
      .box-cover-home a{
        /* width: 60%; */
      /* height: 100%; */
      text-decoration: none;
      color: #f5f1f1;
      /*font-size: 17px;*/
      /*font-weight: 700;*/
      text-align: right;
      margin: 2px 5px;
      }
            .btn-article {
    text-align: right;
    border: none;
    background-color: transparent;
    font-size: 20px;
    cursor: pointer;
    font-weight: bolder;
}
            .box-cover-home button{
                  font-size: 40px;
            }
       .header-logo a img{
         width:100%;
         height:200px;
            }
            .art-img-a{
              margin:10px auto;
            
          }
            .art-img-a img{
                            margin:auto;

            }
}
.active {
  background-color: #04AA6D;
  color: white;
}
.marquee {
  --duration: 50s;
  --gap: var(--space);
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
/*   transform: skewY(3deg); */
/* margin-top: -200px; */
}

  .dropbtn {
  background-color: #6A1B9A;
  color: white;
  padding: 10px;
  font-size: 13px;
  border: none;
    font-weight:800;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #d91414;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
 
}

.dropdown-content a:hover {
  color: red !important;
  background-color: #ddd !important;
}

.dropdown:hover .dropdown-content {display: flex;
   flex-direction:column; 
  z-index:999;
;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}
.marquee__group {
  flex-shrink: 0;
  display: flex;
   /* margin-left: 200px; */
   height: 350px;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll var(--duration) linear infinite;

}
.marquee:hover .marquee__group{
      animation-play-state: paused;

}
.aria-true{
  flex-shrink: 0.5;
   /* margin-left: 220px; */
}

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}
.marquee-3col{
display: flex;
flex-wrap: wrap;
}
.marquee-3col .section-photoes{
width: 33.3%;
display: flex;
/* flex-direction: column; */
flex-wrap: wrap;
height: 50%;
margin-right: -5px;
position: relative;
}
.marquee__group img {
  /* max-width: clamp(10rem, 1rem + 28vmin, 20rem); */
   width:100%;
   height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 1rem;
  margin: 0 -2px;

}
.marquee__group div img{
/* width:33%; */
}
.dabaan-marquee {
position: relative;  
}
/* .dabaan-marquee img{
width: auto;
} */
.box-cover-marquee{
display: flex;
flex-direction: column;
    position:absolute;
    color:white;
   background-color: rgba(53, 34, 8, 0.4);
   font-weight: bolder;
     width: 100%;
     bottom:  0;
     direction:rtl;
     left: 0;
}
.marquee__group p {
  background-image: linear-gradient(
    75deg,
    hsl(240deg 70% 49%) 0%,
    hsl(253deg 70% 49%) 11%,
    hsl(267deg 70% 49%) 22%,
    hsl(280deg 71% 48%) 33%,
    hsl(293deg 71% 48%) 44%,
    hsl(307deg 71% 48%) 56%,
    hsl(320deg 71% 48%) 67%,
    hsl(333deg 72% 48%) 78%,
    hsl(347deg 72% 48%) 89%,
    hsl(0deg 73% 47%) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.marquee--borders {
  border-block: 3px solid dodgerblue;
  padding-block: 0.75rem;
}

.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: calc(var(--duration) / -2);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.mobile-menu{
display: none;
}
.header-navbar{
display: flex;
flex-direction: row-reverse;
background-color: #4c158e;
    font-family: fantasy;

}
related-h3{
  text-align:center;
}
.edit-ad-contact{
margin: auto 20px;
}
.edit-ad-contact a{
color: #fff;
margin-left: 7px;
/*font-size: 17px;*/
font-weight: 600;
}
.arabic-date{
margin:auto 15px;
/*font-size: 17px;*/
font-weight: 600;
color: #fff;
}
.breaking-news{
display: flex;
flex-direction: row-reverse ;
margin: auto 10px;
}
.breaking-news p{
color: #fff;
/*font-size: 17px;*/
font-weight: 600;
margin:auto 10px;

}
.breaking-news span{
  color: #fff;
  /*font-size: 17px;*/
  font-weight: 600;
  margin:auto 10px;
}
.breaking-news a{
  color: #fff;
  /*font-size: 14px;*/
  font-weight: 600;
  margin:auto 10px;
  }
  .social-navbar{
  display: flex;
  margin-right: 400px;
  }
  .social-navbar .fa{
  font-family: "fontawesome" ;
  margin:auto 10px;
  color: #fff;
  /*font-size: 17px;*/
  font-weight: 600;
  }
  .header-logo{
  text-align: center;
  display: flex;
  justify-content: space-around;
  flex-direction: row-reverse;
    align-items: center;
  }
  .header-logo iframe{
  margin-top: 20px;
  text-align: center;
  width:200px;
  height: 200px;
  border-radius: 50%;

  }
.header-logo img{
/* text-align: center;
width:100%;
height:100%;
max-width: 200px;
max-height: 200px;
border-radius: 50%; */
}
.logo-side-ads{width:600px;height:100px;margin-top:30px}
.primary-header{
display: flex;
justify-content: space-between;
margin: auto 0;
padding-left: 15px;
padding-right: 15px;
 flex-direction: row-reverse ;
margin-top: 296px;
}
.logo img{
height: 90px;
width:100px;
}
.navbar{
display: flex;
justify-content: space-between;
width: 100%;
}
.navbar a{
/*font-size: 14px;*/
text-decoration: none;
color: black;
font-weight: 700;
}
.navbar img{
border-radius: 50%;
}
    .home-section{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    height: 500px;
    margin: 35px 50px;
    }
    .article-home{
    width: 40%;
    position: relative;
    margin: 25px 10px;
    height: 100%;
    }
    .article-home img{
    width: 100%;
    height: 100%;
    }
    .side-home{
    width: 57%;
    display: flex;
    flex-direction: row;
height:100%;
      flex-wrap:wrap;
    }

    .article-side-home{
      width: 47%;
      display: flex;
      flex-direction: column;
height:33%;
margin:5px 10px;
      }
      .home-img-a{
      display: flex;
      flex-direction: row-reverse;
      margin: 5px 5px;
      height:100%;
      }
.home-img-a form{
margin:auto;
}
      .home-img-a img{
      width: 50%;
      height: 75px;
      height:100%;
        min-width:200px;
         max-width: fit-content;

      }
      .home-img-a a{
        width: 60%;
        /* height: 100%; */
        text-decoration: none;
        color: #080808;
        /*font-size: 14px;*/
        /*font-weight: 700;*/
        text-align: right;
        margin: 2px 5px;
        }
   
    .box-cover-home{
      display: flex;
      flex-direction: column;
          position:absolute;
          color:white;
         background-color: rgba(53, 34, 8, 0.4);
         /*font-size: 18px;*/
         /*font-weight: bolder;*/
           width: 100%;
           bottom:  0;
           direction:rtl;
           left: 0;
      }
      .box-cover-home a{
        /* width: 60%; */
      /* height: 100%; */
      text-decoration: none;
      color: #f5f1f1;
      /*font-size: 17px;*/
      /*font-weight: 700;*/
      text-align: right;
      margin: 2px 5px;
      }
      .box-cover-home button{
      font-size: 22px;
      font-weight: 800;
 
      }
.main-div{
display: flex;
justify-content: space-around;
box-sizing: border-box;
margin-top: 20px;
}

.section-left{
  width:24%;
  background-color: rgb(249, 247, 250);
  /* height: 100vh; */
margin: 0 10px;
}
.center-right{
display: flex;
justify-content: space-between;
width: 75%;
}
.section-right{
  width:29.5%;
  background-color: rgb(249, 247, 250);
  /* height: 100vh; */
  margin: 0 10px;

}
.section-one{
  width:72%;
  background-color: rgb(249, 247, 250);
  /* height: 100vh; */
  margin: 0 10px;

}

.article-main-one{
  display: flex;
  flex-direction:column-reverse;
  width: 90%;
  margin: auto;
position: relative;
height: 315px;
}
.article-main-one img{
width: 100%;
height: 100%;
margin: auto;
}
.article-main-two{
display: flex;
 flex-direction:row-reverse; 
justify-content: space-between;
width: 100%;
/* margin: 0 10px; */
/* position: relative; */
/* height: 350px; */
}
.col-two{
display: flex;
flex-direction: column;
margin: 0 15px;
width: 49%;
}
.col-two img{
width: 100%;
height: 250px;
}
.col-two a{
text-align: right;
text-decoration: none; 
width: 100%;
color: #080808;
}
.article-right-one{
display: flex;
flex-direction:row-reverse;
/* width: 60%; */
margin: 25px 5px;
/* position: relative; */
/* height: 100%; */
}
.article-right-one img{
width: 100px;
height: 100px;
      max-width: 100px;
    min-width: 100px;
}
.article-right-one a{
width: 60%;
/* height: 100%; */
text-decoration: none;
color: #080808;
font-size: 14px;
font-weight: 600;
text-align: right;
margin: 2px 15px;
}
.box-cover{
display: flex;
flex-direction: column;
    position:absolute;
    color:white;
   background-color: rgba(53, 34, 8, 0.4);
   /*font-size: 18px;*/
   font-weight: bolder;
     width: 100%;
     bottom:  0;
     direction:rtl;
     left: 0;
}
    .box-cover .btn-article{
         background-color: rgba(53, 34, 8, 0.4);
       color:white;

}
.box-cover a{
text-decoration: none;
color: #fff;
/*font-size: 19px;*/
font-weight: 700;
text-align: right;
margin: 2px 5px;
}
.line-right{
display: block;
height: 0.08px;
width: auto;
background-color: rgb(207, 201, 201);
margin: 5px 5px;
}
.sub-section-one{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: auto;
width: 90%;

}
.article-sub-one{
width: 47%;
display: flex;
flex-direction: column;
}
.sub-img-a{
display: flex;
flex-direction: row-reverse;
}
.article-sub-one img{
width: 100px;
height: 75px;
      min-width: 100px;
    max-width: 100px;

}
.article-sub-one a{
  width: 60%;
  /* height: 100%; */
  text-decoration: none;
  color: #080808;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  margin: 2px 5px;
  }
  .sub-section-two{
    display: flex;
    flex-direction:row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0;
    width: 100%;
    /* margin-right: 15px; */
    
    }
    .article-sub-two{
    width: 47%;
    display: flex;
    flex-direction: column;
    margin:10px 0;
    margin-right: 15px;
    }
    .sub-img-two{
    display: flex;
    flex-direction: row-reverse;
    }
    .article-sub-two img{
    width: 100px;
    height: 75px;
          max-width: 100px;
    min-width: 100px;
    }
    .article-sub-two a{
      width: 60%;
      /* height: 100%; */
      text-decoration: none;
      color: #080808;
      font-size: 14px;
      font-weight: 600;
      text-align: right;
      margin: 2px 5px;
      }
  .line-sub-one{
    display: block;
height: 0.08px;
width: auto;
background-color: rgb(207, 201, 201);
margin: 15px 0;
  }
  .social-icons{
  display: flex;
  flex-direction: column;
  /* direction: rtl; */
  }
  .social-icons a{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  box-sizing: border-box;
text-decoration: none;  
margin: 10px 5px;
  color: #fff;
  padding: 10px 5px;
  }
  .social-icons span{
  display: flex;
  flex-direction: row-reverse;
  /*font-size: 14px;*/
  /* font-weight: 500; */
  justify-content: space-between;
  }
  .social-icons b{
  margin-right: 5px;
  }
  .social-icons strong{
    margin-left: 5px;
    /*font-size: 14px;*/
    }
  .facebooke{
  background-color: rgb(42, 84, 199);
  }
  .youtube{
  
  background-color: rgb(102, 5, 5);}
  .twitter{
  background-color: rgb(49, 168, 189);
  }
  .instagram{
  background-color: rgb(141, 20, 87);
  }
  .line-main{
  display: block;
  height: 2px;
  width: auto;
  background-color: #080808;
  margin: 5px 0;
  font-size: 30px;
  }
  .title-cat{
  text-align: right;
  font-size: 35px;
  font-weight: 700;
  margin-right: 30px;
  }
.sub-cat-title{
  display:flex;
  flex-direction:row-reverse;
}
.title-name{
background-color: #04aa6d;
    color: white;
    padding: 20px;
}
  .art-section{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
    flex-direction:row-reverse;
  }
  .article-art{
  display: flex;
  width:32%;

  }
  .art-img-a{
  display: flex;
  flex-direction: column;
  margin: 10px 5px;
  }
  .art-img-a img{
  width: 100%;
  height: 100px;
  }
  .art-img-a a{
    width: 100%;
    text-align: right;
    text-decoration: none;
    color: #080808;
    /*font-size: 14px;*/
    /*font-weight: 700;*/
    }
    
    .politics-affaire{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
    }
    .article-politic{
    width: 50%;
    position: relative;
    margin: 0 10px;
    height: 250px;
    }
    .article-politic img{
    width: 100%;
    height: 250px;
    }
    .side-politic{
    width: 50%;
    display: flex;
    flex-direction: column;
    }
    .article-side-politic{
      width: 100%;
      display: flex;
      flex-direction: column;
      }
      .politic-img-a{
      display: flex;
      flex-direction: row-reverse;
      margin: 5px 5px;
      }
      .politic-img-a img{
      width: 100px;
      height: 75px;
      }
      .politic-img-a a{
        width: 60%;
        /* height: 100%; */
        text-decoration: none;
        color: #080808;
        /*font-size: 14px;*/
        /*font-weight: 700;*/
        text-align: right;
        margin: 2px 5px;
        }
    .box-cover-politics{
      display: flex;
      flex-direction: column;
          position:absolute;
          color:white;
         background-color: rgba(53, 34, 8, 0.4);
         /*font-size: 18px;*/
         /*font-weight: bolder;*/
           width: 100%;
           bottom:  0;
           direction:rtl;
           left: 0;
      }
    .box-cover-politics .btn-article{
         background-color: rgba(53, 34, 8, 0.4);
       color:white;

}
      .box-cover-politics a{
        /* width: 60%; */
      /* height: 100%; */
      text-decoration: none;
      color: #f5f1f1;
      /*font-size: 17px;*/
      /*font-weight: 700;*/
      text-align: right;
      margin: 2px 5px;
      }
      .media-section{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

        }
        .article-media{
        display: flex;
        width:33.3%;

        }
        .media-img-a{
        display: flex;
        flex-direction: column;
        margin: 10px 1px;
        position: relative;

        }
        .media-img-a img{
        width: 215px;
        height: 150px;
        }
     
          .box-cover-media{
            display: flex;
            flex-direction: column;
                position:absolute;
                color:white;
               background-color: rgba(53, 34, 8, 0.4);
               /*font-size: 14px;*/
               font-weight: 400;
                 width: 100%;
                 bottom:  0;
                 direction:rtl;
                 left: 0;
            }
            .box-cover-media a{
              /* width: 60%; */
            /* height: 100%; */
            text-decoration: none;
            color: #fff;
            /*font-size: 17px;*/
            font-weight: 700;
            text-align: right;
            margin: 2px 5px;
            }
            .article-page{
              display: flex;
              justify-content: space-between;
              margin-top: 30px;
              flex-direction: row-reverse;
              margin:20px 20px;
          }
          .mainarticle-message{
            width:74%;
            display:flex;
            flex-direction: column;
            margin: 0 10px;
            }
            .messages{
            background-color: gray;
            }
          .main-article{
              width: 99%;
              direction: rtl;
          margin:20px;
          }
          .main-article h1{
          font-size: 25px;
          font-weight:bold;
          /*text-align: center;*/
            color:#f60208;
            margin-bottom:15px;
                  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

          }
          .main-article img{
              width: 100%;
            height: 600px;
          }
.main-article p {
    margin: 10px 20px;
    font-size: 22px;
  font-family: 'Droid Arabic Kufi';

}
p img{
  width:100%;
}
.main-article h3 {
    margin: 10px 20px;
    font-size: 20px;
}
.main-article h2{
    margin: 10px 20px;
    font-size: 20px;
  font-weight:bolder;
}
.main-article p span {
    margin: 10px 20px;
    font-size: 20px;
}
          .MsoNormal{
                  text-align: justify;
                  width:100%;
    direction: rtl;
    unicode-bidi: embed;
}
          
         .MsoNormal span{
    line-height: 115%;
    font-family: "Arial","sans-serif";
          }
          .main-article  .about-us p{
              font-size: 18px;
              
              }
              .awa-author{
              display: flex;
              justify-content: space-between;
              background: aliceblue;
              margin-top:50px;
                    flex-direction: column;


              }
.writter-name{
 text-align: center;
    margin: 10px 0;
    background: #595251;
    color: white;
    font-size: 25px;
    font-weight: 900; 
}
              .writter-post{
              display: flex;
              flex-direction: column;
              margin: auto 5px;
              }
              .writter-post img{
              width:100px;
              height:100px;
              margin:10px
              }
              .writter-post p{
                margin:2px auto;
                }
              .writter-content{
              display: flex;
              direction: rtl;
              flex-direction: column;
              margin: auto 5px;
            }
              .writter-content a{
              text-decoration: none;
              color: #143181;
              /*font-size: 17px;*/
              /*font-weight: 600;*/
              margin-bottom: 5px;
              }
        
          .related-posts{
           width: 20%;
           margin-right :20px;
          }
          .related-posts-under {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
            flex-direction:row-reverse;
}
.article-related-under {
    display: flex;
    flex-direction: column;
    width: 33%;
    margin: 5px auto;
}
            
                 .article-related-under img{
                    width:95%;
                    height: 250px;
                    margin-bottom: 5px;
                 }
                 .article-related-under p{
                    text-align: right;
                    font-size: 17px;
                    font-weight: 600;
                    text-decoration: none;
                    color: black;
                    width:95%;
                    margin-bottom: 5px;
      
                 }
                      .article-related-under .btn-article{
                    text-align: right;
           
      
                 }
            .article-related{
              display: flex;
              margin:20px 0;
          }
          .article-related img{
              width: 50%;
              height: 90px;
              margin: 0 5px;
          }
          .article-related p{
              text-align:right;
              /*font-size:20px;*/
              
          }
          .article-related a{
          text-decoration: none;
          /*font-size: 17px;*/
          /*font-weight: 600;*/
          color:black;
          text-align: right;
          }
          .popular-posts{
              width: 20%;
              margin-right: 10px;
          }
          .popular-posts img{
              width:100%;
              height:150px;
          }
  .popular-posts h3{
text-align:center;
  font-size:35px;
    font-weight:bolder;
          }
          .article-popular{
              display: flex;
              flex-direction: column;
              width: 100%;
              margin: 5px auto;
          }
          .article-popular img{
              /*width:100%;*/
              /*height:150px;*/
          }
          .article-popular p{
              width: 100%;
              text-align: center;
              }
              .article-popular a{
                text-decoration: none;
                /*font-size: 17px;*/
                /*font-weight: 600;*/
                color:black;
                text-align: right;
                }
          .line-article{
              height: 100px repeat ;
                 margin: 0 20px;
              width: 1px;
              background-color: rgb(182, 186, 186);
          }
          .overlayOne {

            display: none;
            position: absolute;
            z-index: 1;
          }
          .social-share{
          display: flex;
          justify-content: space-between;
          box-sizing:content-box;
            margin-bottom:10px;
          }
          /* The content */
          .overlay-contentOne {
            display: flex;
            flex-direction: column;
            text-align: center;
          
          }
          
          /* Close button */
          .overlayOne .closebtnOne {
            position: absolute;
            /*top: 10px;*/
            /*right: 45px;*/
            font-size: 60px;
            cursor: pointer;
            color: red;
          }
          
          .overlayOne .closebtnOne:hover {
            color: #ccc;
          }
          
          button.openBtn{
              border:none;
              background-color: white;
              font-size: 30px;
              color: black;
              margin:auto;
        

          }
          .overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
  color:black;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}
          /*.fa-search:before{*/
          /*    display:none;*/
          /*    padding:10px 0;*/
          /*}*/
          /* Style the submit button */
          .overlayOne button {
            float: left;
            background: #ddd;
            font-size: 14px;
            border: none;
            cursor: pointer;
          }
          
          .overlayOne button:hover {
            background: #bbb;
          }
          #result{
            background-color: #ccc;
            text-align: center;
            margin: auto;
            height: 700px;
          
          }
          #section-social{
            margin-bottom: 10px;
          }
          .cat-content{
            display: flex;
            width: 80%;
            flex-wrap: wrap;
            justify-content: space-between;
            margin: auto;
            }
            .cat-data{
            display: flex;
            flex-direction: column;
            width: 33%;
            margin: 5px auto;
            }
            .cat-data img{
            width:95%;
            height: 250px;
            margin-bottom: 5px;
            }
            .cat-data a{
            text-align: right;
            /*font-size: 17px;*/
            /*font-weight: 600;*/
            text-decoration: none;
            color: black;
            width:95%;
            margin-bottom: 5px;

            }
            .cat-data span{
            text-align: right;
            width:95%;
            /*font-size: 14px;*/
            }
            .paginate{
              display: flex;
               flex-direction: row-reverse;
               /*margin: 10px 100px;*/
               justify-content: center;
               background-color: #100f0f;
               height: 30px;
          }
.paginate a{
  color:white;
}
          .footer-awa{
             display: flex;

          background-color: #080808;
          height: 200px;
          justify-content: space-between;
          flex-direction: row-reverse;
          /* margin: 10px 30px; */
          }
          .logo-footer{
          margin: auto;
          }
          .logo-footer img{
          width:237px;
          height:178px;
          }
          .social-follow{
          display: flex;
          justify-content: center;
          margin: auto 100px;
          }
           .social-follow fa{
        
            font-family: 'Font Awesome 5 Brands';

          }
          .social-follow a{
          color: #ccc;
          text-decoration: none;
          /*font-size: 25px;*/
          margin-left: 10px;
          font-weight: 700;
          background-color: #156d99;
          padding: 5px 10px;
                      font-family: 'FontAwesome';

          }
          .main-catSection {
    display: flex;
    margin: 50px 0;
}
.cat-content {
    display: flex;
    width: 80%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    flex-direction: row-reverse;
}
     .cat-data {
    display: flex;
    flex-direction: column;
    width: 33%;
    margin: 5px auto;
}
.cat-data img {
    width: 95%;
    height: 250px;
    margin-bottom: 5px;
}
.cat-data form {
    text-align: right;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    color: black;
    width: 95%;
    margin-bottom: 5px;
}
.all-rights{
  text-align:center;
}
          @media only screen and (max-width:772px){
            body{
              margin:0;
              /*width:auto;*/
              /* direction:rtl; */
              
              }
.header-logo {
    text-align: center;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}
            .main-div{
    display: flex;
    flex-direction: column-reverse;
            }
            .main-div form{
              text-align:center;
            }
            .center-right{
           display: flex;
    flex-direction: column;
     width: 95%;
            margin:10px;
}
         .MsoNormal span {
            font-size:24px;
            }
            .section-left{
            width: 95%;
            margin:10px;
            }
              .ads-content{

width:100%}
.ads-content img{
width:100%}
.logo-side-ad{
width:100%;
}
.logo-side-ad {
margin-top:10px;
}
.logo-side-ad img{
width:100%;

}
            .sub-home-ad img {
    height: 200px;
    width: 100%;
}
            .section-one{
            width: 95%;
            margin:10px;
            }
            .section-right{
             width: 95%;
            margin:10px;
            }
               button.openBtn{
          
                  top: 11%;
  
    position: absolute;
    left: 4%;

          }
            .media-section{
            display: flex;
            flex-direction: column;
            }
            .article-media {
            width: 95%;
            }
            .media-img-a{
            width: 95%;
    margin: 10px auto;
    }
            .media-img-a img{
            width: auto;
            max-width: 650px;
            max-height: 350px;
            width: 100%;
            height: 100%;
            }
            .header-all{
            display: none;
            }
            /* .mobile-menu{
            display: flex;
            flex-direction: row-reverse;
            } */
            /* .dropdown{
            display: none;
            } */
            header.mobile-menu.fa.fa-bars{
              display: flex;
              flex-direction: row-reverse;   
              font-size: 30px;
              }
             .drop-menu{
            display: none;
            margin-top: 30px;
            }
             .fa:hover .drop-menu{
            display: flex;
            flex-direction: column;
            }
            .sub-section-one {
                display:flex;
                flex-direction:column;
                }
                .article-sub-one {
                    width:100%;
                }
                  .article-main-two  {
                      
                    display:flex;
                flex-direction:column;   
                width:100%;
                }
               .article-main-two .col-two{
                   width:95%;
                   margin:auto;
               }
                 .article-main-two .col-two img{
                   width:100%;
               }
                 .article-main-two .col-two a{
                   text-align:center;
               }
               .sub-section-two{
                      display:flex;
                flex-direction:column;
                   width:100%;
                       margin-top: 30px;
    margin-bottom: 30px;

                   
               }
               .article-sub-two{
                   width:95%;
               }
              .article-sub-two .sub-img-two img{
                   width:100%;
                max-width:200px;
               }
               .article-sub-two .sub-img-two a{
                   width:49%;
               }
               .art-section{
                   
                 display:flex;
                 flex-direction:column;
               }
              .art-section .article-art{
                  width:100%;
              }
              .art-img-a img {
    width: 97%;
    height: 250px;
                    max-width: 449px;
    min-width: 449px;
}
.art-img-a a {
    /*width: 75%;*/
    text-align: center;
    text-decoration: none;
    color: #080808;
    /*font-size: 14px;*/
    /*font-weight: 700;*/
}
            
.article-right-one img {
    width: 100px;
    height: 100px;
    max-width: 150px;
    min-width: 150px;
            }
            .popular-posts h3{
              text-align:center;
            }
.politics-affaire{
    flex-direction:column;
}
  .article-popular img {
    width: 100%;
    height: 336px;
    max-width: 577px;
    min-width: 421px;
    margin: auto;
}
 .article-popular form {
text-align:center;
       font-size: 38px;

            }
.article-politic{
    width:100%;
    margin:auto;
}
.side-politic{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top:10px;
    margin-bottom:10px;
    }
          /*     #myVideo {*/
          /*display:none;*/
          /*}*/
    .mobile-container {
  /* max-width: 480px; */
  /* margin: auto; */
  background-color: #555;
  /* height: 500px; */
  color: white;
  border-radius: 10px;
}

.topnav {
  overflow: hidden;
  background-color: white;
  position: relative;
  padding:45px;
}

.topnav #myLinks {
  display: none;
  margin-top: 150px;
}

.topnav a {
  color: black;
  padding: 14px 16px;
  text-decoration: none;
  /*font-size: 17px;*/
  display: block;
}
button.openBtn-social {
    position: absolute;
    left: 22%;
}
     .social-share {
width:50%;
            }
.topnav a.icon {
  background: #d3c6c6;
  display: block;
  position: absolute;
  right: 17px;
  top: 0;
  margin-top: 30px;

}
.article-related-under img {
    width: 95%;
    height: 300px;
    margin-bottom: 5px;
  margin:auto;
}
   .article-related-under .btn-article {
    text-align: right;
}
.topnav a:hover {
  background-color: #ddd;
  color: black;
}
.edit-ad-contact{
display:none;
}
.active {
  background-color: #04AA6D;
  color: white;
}
.header-navbar{
 /*display: none;*/
}
.social-navbar{
margin-right:30%;
}
.footer-awa {
display: flex;
    width: 94%;
    margin: auto;
    flex-direction: column;
        height: 100%;

}
.logo-footer img {
    width: auto;
    height: 178px;
}
.logo-footer{
    margin-top:10px;
    margin-bottom:10px;
}
.all-rights{
    margin:10px auto;
    text-align:center;
}

          .article-page{
                display: flex;
                /* justify-content: space-between; */
                margin-top: 30px;
                flex-direction: column;
                /* margin:20px 20px; */
            }
            .mainarticle-message{
            width: 100%;
            }
            .main-article{
            margin: auto;
             font-size:22px;

            }
            .h4{
            font-size:20px;
            font-weight: bolder;

            }
            .main-article p{
            font-weight: bolder;
              font-size:25px;
    margin: 10px 20px;

            }
             .main-article h3{
            font-weight: bolder;
              font-size:25px;
    margin: 10px 20px;

            }
             .main-article span{
            font-weight: bolder;
              font-size:25px;
    margin: 10px 20px;

            }
             .main-article p span{
            font-weight: bolder;
              font-size:25px;
    margin: 10px 20px;
            }
                       .main-article h2{
            font-weight: bolder;
              font-size:25px;
    margin: 10px 20px;
            }
            .related-posts{
            width: 100%;
            }
            .article-related img {
            min-width: 175px;
            }
            .related-posts h3{
            text-align: center;
            }
            .popular-posts {
            width: 100%;
            }
            .popular-posts h3{
            
            text-align: center;}
            .cat-content{
                display:flex;
            flex-direction:column
            }
            .cat-data {
width:100%;
          }
          .cat-data a {
    width:85%;
          }
          .cat-data img {
width:85%;
          }
          .cat-data span {
              width:85%;
}
   .related-posts-under {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    flex-direction:column;
}
            .article-related-under {
    display: flex;
    flex-direction: column;
    width: 95%; 
    margin: 5px auto;
}
    .home-section{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
      height:100%;
    margin: 10px 50px;
    }
    .article-home{
    width: 100%;
    position: relative;
    margin: 0 10px;
    height: 100%;
    }
    .article-home img{
    width: 100%;
    height: 100%;
    }
    .side-home{
    width: 100%;
    display: flex;
    flex-direction: column;
height:100%;
      margin:10px 0;
    }
    .article-side-home{
      width: 100%;
      display: flex;
      flex-direction: column;
height:15%;
margin:4px 10px;
      }
      .home-img-a{
      display: flex;
      flex-direction: row-reverse;
      margin: 5px 5px;
      height:85%;
      }
.home-img-a form{
margin:auto;
}
      .home-img-a img{
      width:40%;
      height: 75px;
height:100%;
        min-width:300px;
      }
      .home-img-a a{
        width: 60%;
        /* height: 100%; */
        text-decoration: none;
        color: #080808;
        /*font-size: 14px;*/
        /*font-weight: 700;*/
        text-align: right;
        margin: 2px 5px;
        }
    .box-cover-home{
      display: flex;
      flex-direction: column;
          position:absolute;
          color:white;
         background-color: rgba(53, 34, 8, 0.4);
         /*font-size: 18px;*/
         /*font-weight: bolder;*/
           width: 100%;
           bottom:  0;
           direction:rtl;
           left: 0;
      }
      .box-cover-home a{
        /* width: 60%; */
      /* height: 100%; */
      text-decoration: none;
      color: #f5f1f1;
      /*font-size: 17px;*/
      /*font-weight: 700;*/
      text-align: right;
      margin: 2px 5px;
      }
            .btn-article {
    text-align: right;
    border: none;
    background-color: transparent;
    font-size: 20px;
    cursor: pointer;
    font-weight: bolder;
}
            .box-cover-home button{
                  font-size: 40px;
            }
       .header-logo a img{
         width:100%;
         height:200px;
            }
            .art-img-a{
              margin:10px auto;
            
          }
            .art-img-a img{
                            margin:auto;

            }
}
