body {
  font-family: 'Garamond', 'Baskerville', 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
  margin: 0 0;
    padding: 0;
    background-color: gainsboro;
}
a{
    text-decoration: none;
}
img{
      border: 5px solid black;
}
form{
  text-align:center;
}
h1{
  direction:rtl;
}
 .mobile-container {
/* display: flex; */
/* margin: auto; */
  background-color: #555;
  /* height: 500px; */
  color: white;
  border-radius: 10px;
}
/* بداية اخبار عاجلة    */

    
/* نهاية اخبار عاجلة */
.btn-browse {
  display: inline-block;
  background-color: #d39e00;
  color: white;
  padding: 5px 12px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 13px;
  margin-top: 5px;
}

.related-h3{
  text-align:center;
}
.topnav {
display: flex;
  background-color: #e40102;
  position: relative;
  justify-content: space-between;
      flex-direction: row;

}

.topnav #myLinks {
  display: flex;
  margin: auto 5px;
    flex-direction: row-reverse;
}

.topnav a {
  color: white;
  padding: 10px 11px;
  text-decoration: none;
  font-size: 15px;
  display: block;
}
#myLinks a {
  color: white;
  padding: 10px 11px;
  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: #0089d0;
  color: black;
}
.navbar-all{
        display: flex;
        justify-content: space-around;
          align-items: center;
          padding: 35px 20px;
          background-color: #333;
          color: white;
        }
  
 .logo-web{
   width:90px;
   height:60px;
    }
    .dropdown{
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .icon{
        width: 50px;
    }
    .dropdown-content{
display: none;
position: absolute;
/* width: 100%; */
left: 100%;
    }




.logo-web {
  width: 90px;
  height: 60px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.icon {
  font-size: 24px;
  cursor: pointer;
  background: none;
  border: none;
  color: white;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content .categories,
.dropdown-content .about-cafeine {
  padding: 10px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  background-color: gray;
  z-index: 999;
}

.pdf-download a {
  display:flex;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  background-color: #4CAF50;
  border-radius: 5px;
}

.pdf-download a:hover {
  background-color: #45a049;
}

.language-switcher a {
  color: white;
  text-decoration: none;
  margin: 0 5px;
}

.language-switcher a:hover {
  text-decoration: underline;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .navbar-all {
      flex-direction: column;
      align-items: center;
  }

  .logo-web {
      margin-bottom: 10px;
  }

  .dropdown-content {
      position: static;
      width: 100%;
  }

  .dropdown-content .categories,
  .dropdown-content .about-cafeine {
      margin: 0;
      padding: 10px;
  }

  .dropdown-content a {
      padding: 10px;
      font-size: 18px;
  }

  .pdf-download {
      margin-top: 10px;
  }

  .language-switcher {
      margin-top: 10px;
  }
}

.mobile-menu{
display: none;
}
.header-navbar{
display: flex;
flex-direction: row-reverse;
background-color: #00aeee;
    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;
  }
 .fa{
       display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
  .header-logo{
  text-align: center;
  display: flex;
  justify-content: space-around;
  flex-direction: row-reverse;
  }
  .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%; */
border:2px solid black;
}
.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%;
}

.first-category {
  display: flex;
  flex-wrap: wrap; /* Allow items to wrap to the next line if needed */
  justify-content: space-between;
  margin: 10px 0;
}

.image-cat-a {
  width: 22%;
  margin: auto;
  text-align: center; /* Center the text within the div */

}

.image-cat-a img {
  width: 100%; /* Make the image take the full width of its container */
  height: 238px; /* Set a maximum height if needed */
  object-fit: cover; /* Ensure the image covers the container without stretching */
  border: 2px solid black;
}

.image-cat-a p {
  font-size: 20px;
  margin: 10px 0; /* Adjust margins for better spacing */
  text-align: center;
}
  

/* .first-category .image-cat-a  {
    animation: moveUp 1s ease-out forwards;
}

@keyframes moveUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
} */
/* slide */
.slides-blog{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  margin: 25px 15px;
  background-color: lightgrey;
}
 .container {
  position: relative;
  width: 70%;
  /* margin: auto; */
background-color: rgb(249, 247, 250);
height: 100%;
}
.mySlides{
  margin: 10px;
  height: 75%;
}
.mySlides img {
  width: 100%; /* Keep the width as it is */
  height: 97%; /* Adjust the height as needed */
}
.mySlides .btn-article {
font-size:21px;
      position: absolute;
    top: 50%;
    right: 0;
    background: #a38f738a;
    color: white;
    width: 90%;
  direction:rtl;

}
.btn-section{
  color:white;
  text-align: right;
}
.blog-side{
width:100%;
height: 100%;
/*margin:0 5px;*/
/* margin: auto; */
background-color: rgb(249, 247, 250);
padding: 0 0;
}
.blog-side div{
margin: 15px 0;
/* max-height:175px; */
background-color:white;
/* border:1px #011f09 solid; */
display: flex;
 flex-direction: row-reverse; 
}

.blog-side div img{
  width: 50%;
height:auto;
max-width: 50%;
min-width: 50%;
max-height: 125px;
    min-height: 125px;
border: 2px solid black;
}

.blog-side div a{
  width:39%;
  height: 100%;
}
  .blog-slide-a-img{
    display: flex;
    /* flex-direction: row-reverse; */
  }
 .pdf-ad-box {
  display: flex;
  align-items: center;
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
  padding: 15px;
  border-radius: 10px;
  max-width: 350px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  margin: 20px auto;
}
.pdf-ad-box img{
  width: 60px;
  height: auto;
  margin: 10px;
border: 2px solid red;
}
.pdf-icon {
  width: 60px;
  height: auto;
  margin-left: 15px;
}
.pdf-ad-content{
   display:flex;
   flex-direction:column;
color: red;
direction:rtl;
}
.pdf-ad-content h3 {
  margin: 0;
  font-size: 18px;
  color: #856404;
  font-weight:900;
}

.pdf-ad-content p {
  margin: 5px 0;
  font-size: 16px;
  color: #ff0000;
    font-weight:900;

}


  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 20%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* Container for image text */
  .caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Six columns side by side */
  .column {
    float: left;
    width: 16.66%;
    height:100px;
  }
  
  /* Add a transparency effect for thumnbail images */
  .demo {
    opacity: 0.6;
    height:100%;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
  /* New CSS for centering the title */
  .centered-caption {
    width: 90%;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 10px;
    font-size: 35px;
  }
.blog-pdf{
display:flex;
flex-direction:column;
}
/* end slide */
.first-category .image-cat-a {
    opacity: 0;
    transform: translateY(100%);
    transition: transform 1s ease-out, opacity 1s ease-out;
}

.first-category .image-cat-a.move-up {
    transform: translateY(0);
    opacity: 1;
}
.btn-article {
  width: 100%;
    text-align: center;
    border: none;
    background-color: transparent;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    margin: 10px 0;
  direction:rtl;

}
.caption-container .btn-article{

color:white;
}
/* article page */
.article-page{
    display: flex;
    justify-content: space-between;
    margin: 30px;
    flex-direction: row-reverse;
  }
  .mainarticle-message{
  display:flex;
  flex-direction: column;
  /* margin: 0 2px; */
  background-color: #fffc;
    width:73%;
  }
  .messages{
  background-color: gray;
  }
  .main-article{
    width: 80%;
    direction: rtl;
    font-size:17px;
    margin: 0 50px;
  }
  .title-related{
text-align:center;
  }
  .post_writter_article{
  display:flex;
  font-size: 25px;
  font-weight: 900;
  margin-bottom:10px;
  }
  .pinged {
  margin-right:10px;
  color:red;
  }
  .main-article h1{
  font-size: 24px;
  font-weight:bold;
  text-align:center;
  color:#cb0000;
  }
  /*.main-article img{*/
  /*    width: 75%;*/
  /*    height:450px;*/
  /*   margin-right:10%;*/
  /*   margin-top:10px;*/
  /*   margin-bottom:10px;*/
  /*}*/
  .main-article p{
    /* width: 100%; */
  margin: 7px 45px;
  font-size: 18px;
  font-family: 'Garamond', 'Baskerville', 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
    
  }
  .main-article  img{
    width: 100%;
    margin: 20px 0;
  }
  .related-psts-h3{
    text-align: center;
    background-color: #34AD54;
    color:white;
  }
  .MsoNormal{
  font-family:HacenLinerScreenBd;
  }
  .main-article p.MsoNormal img{
  width:90%;
  }
  .main-article .about-us p{
    font-size: 22px;
    
    }
    .awa-author{
    display: flex;
    justify-content: space-between;
    background: aliceblue;
    margin: 15px 5px;
     flex-direction:column;
    }
    .writter-post{
    display: flex;
    flex-direction: column;
    margin: 30px 5px;
    }
    .writter-post img{
    width:100px;
    height:100px;
    margin:auto;
    }
    .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;
    }
  .related-posts-under{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
     }
     .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;
    direction:rtl;
  color:black;
     }
  .related-posts{
  width: 20%;
  /* margin-right :0 20px; */
  background-color: #fffc;
  }
  
  .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: 25%;
    /* margin-right: 10px; */
    background-color: #fffc;
  
  }
.popular-posts h3{
text-align:center;
}
  .popular-posts img{
    width:100%;
    height:200px;
  }
  .popular-posts .ads-content img{
    width:100%;
    height:auto;
  }
  .article-popular{
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 5px 3px;
  }
  .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 10px;
    width: 1px;
       background:#34AD54
  }
 .main-catSection{
    display: flex;
    margin: 50px 0;
    }
.content-pagination{
                background:white;
            }
            .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: 31%;
              margin: 5px auto;
                      direction:rtl;

              }
    .cat-data a{
             text-align:right;
      font-size:18px;
              }
             .cat-content .line-after{
               
    background: red;
    width: 2px;
    /* height: auto; */
    /* margin: -1px 5px; */
                }
              .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;

              }
              .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: #4f4f4f;
                 height: 30px;
            }
             .paginate a{
            color:white;
            }
            

  .overlayOne {
  display: none;
  position: absolute;
  z-index: 1;
  }

            .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);
          }
            /* The content */
            .overlay-contentOne {
              display: flex;
              flex-direction: column;
              text-align: center;
            
            }
.overlay-content form{
  display:flex;
  flex-direction:column;
}
.overlay-content input{
padding:40px 0;
  text-align:right;
}
            
            /* 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;
            }
            .fa-search {
                padding: 5px 35px;
                background-color: none;
                font-size: 17px;
                color: #cb0000;
                margin-left:100px;
                    font-family: "fontawesome" ;

            }
.search-result{
  text-align:right;
}
          
            /* Style the submit button */
            .overlayOne button {
              float: left;
              
              /*width: 20%;*/
              /*padding: 15px;*/
              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;
            
            }
            

  .social-share{
  display: flex;
  justify-content: space-between;
  box-sizing:content-box;
  margin-left:7%;
  margin-top:15px;
  }

  .social-share span{
  font-size: 16px;
  font-weight: 600;
  }
/* END ARTICLE   */
/* categories */
.main-catSection{
    display: flex;
    margin: 50px 0;
    }
    .archive{
    width:15%;
    text-align: center;
            background: white;
  
    }
    .archive p{
    color: black;
    }
     .archive a{
    color: black;
    }
    .section-archive{
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
    flex-direction: column;
    }
    .section-archive figure{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    }
    .section-archive figure p{
    margin-left: 100px;
    }
  .edit-ad-contact{
  margin: auto 82px;
  }
  .edit-ad-contact a{
  color: #fff;
  margin-left: 7px;
  font-size: 17px;
  font-weight: 600;
  }
  .arabic-date{
  margin:auto 5px;
  font-size: 17px;
  font-weight: 600;
  color:black;
  }
  .content-pagination{
    background:white;
  }
  .cat-content{
  display: flex;
  /* width: 80%; */
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px auto;
  flex-direction: row-reverse;
  
  }
  .cat-data{
  display: flex;
  flex-direction: column;
  width: 31%;
  margin: 5px auto;
          direction:rtl;
  
  }
  .cat-data a{
  /* text-align:right; */
  font-size:22px;
  /* direction: ltr; */
  margin: 5px 3px;
  color:black;
  font-weight: bold;
  
  }
  .cat-content .line-after{
   
  background:#34AD54;
  width: 2px;
  /* height: auto; */
  /* margin: -1px 5px; */
    }
  .cat-data img{
  width:99%;
  height: 215px;
  max-height: 215px;
  min-height: 215px;

  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;
  
  }
  .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: #4f4f4f;
     height: 30px;
  }
  .paginate a{
  color:white;
  }
  
  
  /* end categories */
  
/* footer */


.footer {
    background-color: #34AD54 !important;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 80%;
    margin: 0 auto;
}

.footer-section {
    flex: 1 1 200px;
    margin: 10px;
}

.footer-section h2 {
    margin-top: 0;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin: 5px 0;
}

.footer-section ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-section ul li a:hover {
    text-decoration: underline;
}

.contact-form form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-form label {
    margin: 10px 0 5px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    max-width: 400px;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
}

.contact-form button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: #ff6600;
    color: #fff;
    cursor: pointer;
}

.contact-form button:hover {
    background-color: #ff4500;
}
/* end footer */

/* about page */
.container-about{
    background-color: white;
    margin: 30px;
}
.container-about p{
  margin: 0 10px;
}
/* end about page */
.space-section{
height: 20px;
background-color: white;
}

.title-sections {
  display: flex;
  justify-content: stretch;
  width: 20%;
  margin-left: 75%;
  margin-top: 20px;
  padding:0 30px;

}
.fa-angle-double-left{
  margin-right:  15px;
  font-size: 40px;
  font-weight: bolder;
}
.title-sections h2{
  margin: auto;
  font-size: 40px;
  font-weight: bolder;
}
.opinion-portal{
  display: flex;
}
.opinion-portal .title-sections {
  display: flex;
  justify-content: stretch;
  width: 68%;
  background-color: white;
  margin: 40px;
  padding: 0 30px;
}
.portal{
display: flex;
flex-direction: column;
width: 30%;
background-color: #f1f1f1;

margin: 0 10px;

}
.opinion{
  display: flex;
  flex-direction: column;
  width: 30%;
  background-color: #f1f1f1;
  margin: 0 10px;


  }
  .opinion-portal img {
    width: 81%;
    height: 200px;
    object-fit: cover;
}
.opinion-portal .image-cat-a {
    width: 100%;
    margin: auto;
    text-align: center;
}
.voices{
  display: flex;
  flex-direction: column;
  width: 30%;
  background-color: #f1f1f1;
  margin: 0 10px;

  }
  .opinion-portal .centered-caption {
    width: 70%;
  }
  .virtical-line-between{
    width:5px;
    height: auto;
    background-color: #ddb810;
  }
  .visit{
    display: flex;
    flex-direction: column;
    width: 49%;
    background-color: #f1f1f1;
    margin: 0 10px;
  
    }
    .visual{
      display: flex;
      flex-direction: column;
      width: 49%;
      background-color: #f1f1f1;
      margin: 0 10px;
    
      }
      /* main article-two */
      .title-3section{
             display: flex;
             justify-content: space-around;
             align-items: center;
      }
      .title-in-3section{
          display: flex;
          justify-content: space-around;
          width: 15%;
          /* margin-left: 75%; */
          margin-top: 20px;
          padding:0 30px;
        
      }
      .title-in-3section h2{
      text-align: center;
      }
      .article-main-two  {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: row-reverse;
        margin-bottom: 20px;

    }
   .article-main-two .col-two{
      display: flex;
      flex-direction: column;
      margin: 0 15px;
      width: 49%;
max-height:250px;
min-height:250px;
   }
     .article-main-two .col-two img{
    
        width: 100%;
max-height: 169px;
    min-height: 179px;
border:2px solid black;
       }
     .article-main-two .col-two a{
       text-align:center;
   }
   .sub-section-two{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      /* margin: auto; */
      width: 100%;
      flex-direction: row-reverse;
      /* background-color: white; */
  }
       
   .article-sub-two{
      width: 47%;
      display: flex;
      flex-direction: column;
      margin: 15px 0;
      margin-right: 15px;
      background-color: white;

  }   
  .sub-img-two {
    display: flex;
    flex-direction: row-reverse;
}
  .article-sub-two .sub-img-two img{
      width: 162px;
      height: 134px;
border:2px solid black;
  }
   
   .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: 350px;
height: 150px;
}
.art-img-a a {
/*width: 75%;*/
text-align: center;
text-decoration: none;
color: #080808;
/*font-size: 14px;*/
/*font-weight: 700;*/
}
.visit-visual-spcial{
display: flex;
width:100%;
margin: 10px auto;
}
 .visit-visual-spcial .blog-side{
margin:10px;
width:25%;
} 
.articleone-subsection{
width:50%;
background-color: rgb(249, 247, 250);
margin: 0 30px;
}
.visit-visual-spcial .blog-side div{
display: flex;
flex-direction: row-reverse;
}
      /* end main article   two */

      /* blog-side-3 begin*/
      .blog-side-3{
          width:30%;
          height: 100%;
          margin:0 20px;
          /* margin: auto; */
          background-color: rgb(249, 247, 250);
          /* padding: 0 30px; */
          }
          .blog-side-3 div{
          height: 24%;
          /* width:95%; */
          margin: 5px 0;
          /* max-height:175px; */
          /* background-color:white; */
          /* border:1px #011f09 solid; */
          display: flex;
          flex-direction: column;
          }
          .space-slide-bloge{
              width:1%;
              background-color:white;
              height:auto;
          }
          .blog-side-3 div img{
            margin: auto;
            width: auto;
        height: 200px;
         max-height:200px;
         min-height: 200px;
          max-width: 95%;
          min-width: 95%;
  border: 2px solid black;

          }
          
          .blog-side-3 div a{
            width:39%;
            height: 100%;
          }
            .blog-slide-a-img{
              display: flex;
              /* flex-direction: row-reverse; */
            }
          
    
      /* blog-side-3 end */
      /* mobile verion */
@media screen and (max-width:672px){
  .topnav #myLinks {
    display: none;
    margin-top: 150px;
    flex-direction: column-reverse;
    width: 100%;
    text-align: center;
}
  .edit-ad-contact {
    margin: 0; 
    display:flex;
}
  .social-navbar {

    margin-right: 40px;
}
.topnav a.icon {
  background: #d2232b;
  display: block;
  position: absolute;
  right: 17px;
  top: -21px;
  margin: 30px 0;
  font-size: 33px;
}
     .header-logo {
        text-align: center;
        display: flex
;
        justify-content: space-around;
        flex-direction: column;
    }
      .logo-side-ad img {
        width: 100%;
    }

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  /* font-size: 17px; */
  display: flex
;
  flex-direction: column-reverse;
}
      .topnav {
        background-color: #696363;
        position: relative;
        padding: 45px;
    }
      button.openBtn {
        top: 11%;
        position: absolute;
        left: 4%;
    }
      .title-sections {

        width: 61%;
        margin-left: 23%;
      
      }
      .slides-blog {
      flex-direction: column;
      height: auto;
      }
      .first-category{
        flex-direction: column;

      }
      .visit-visual-spcial {
flex-direction: column;
      }
.visit-visual-spcial .blog-side {
    width: 100%;
}
      .container {
       width:100%;
      }
      .blog-side {
        width: 100%;
        /* height: 100%; */
        margin: 10px 0;
        /* margin: auto; */
        background-color: rgb(249, 247, 250);
        padding: 0 0;
    }
    .blog-side div {

      margin: 5px 0;

      display: flex;

  }
    .blog-side div form {
      width: auto;
      /* max-width: 50%; */
      /* min-width: 50%; */
  }
    .blog-side div img {
      width: 57%;
      height: 150px;
      /* max-width: 50%; */
      /* min-width: 50%; */

  }
  .first-category .image-cat-a.move-up {
    margin: 10px auto;
    transform: translateY(0);
     opacity: 1;
}

.first-category .image-cat-a {
  opacity: 0;
  transform: none;
  transition: none;
}

  .btn-article {
      width: auto;
      font-size: 12px;
      font-weight: 900;
direction:rtl;
}
 .caption-container .btn-article {
color:white;
}
.centered-caption {
  /* width: 90%; */
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 200%);

}
.article-sub-two .sub-img-two img {
  width: 50%;
    max-width: 50%;
    min-width: 50%;
}
    .image-cat-a {
      width: 100%;

  }
  .articleone-subsection {
    width: 100%;
display: flex;
flex-direction: column;
margin: 0 0;
}
.article-main-two {
  display: flex;
  flex-direction: column;
}
.article-sub-two {
  width: 100%;

}
.article-main-two .col-two {

  margin: 5px ;
  width: auto;
}
        .blog-slide-a-img form{
          text-align:center;
        }
.blog-side-3 {
  width: 100%;
margin: 0 0;
    }
    .blog-side-3 div {
background-color: #b3aaaa82;
    }
        .title-3section{
          display:none;
  }
          .article-page{
                flex-direction: column;
                 margin:20px 0; 
            }
            .mainarticle-message{
            width: 100%;
            }
  
            .main-article{
         
    margin: 0 40px;
}
  .main-article img {
    width: 90%;
    height: auto;
    margin-right: 7%;
}
  .paginate {
    margin: 48px auto;
}
            .main-article p{
            font-weight: 600;
                  margin: 7px 11px;
            }
            .related-posts{
            width: 100%;
            }
            .article-related img {
            width: 300px;
            height:250px;
            }
            .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:100%;
            height:100%;
                text-align: right;

          }
          .cat-data img {
    width:100%;
            height:100%;  
        }
          .cat-data span {
              width:85%;
}
        .related-posts-under {
flex-direction:column;
}
        .article-related-under {
width:100%;
}
         
}   
      /* end mobile vertion */