@import url('https://fonts.googleapis.com/css2?family=Cairo&family=Roboto&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Cairo', sans-serif;
    background: #f6f6f6;
    overflow-x: hidden;

}
.carousel .carousel-indicators button {
    width: 10px;
   height: 10px;
   border-radius: 100%;
 }

 .radio_container{
     background-color: #fafafa;
     position: fixed;
     left: 0;
     top: 30%;
     display: flex;
     flex-direction: column;
     width: 3.5%;
     box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
     padding: 1rem .1rem;
 }
 .radio_container button{
     margin-bottom: .5rem;
     color:#202020;
     font-size: 1.25rem;
     background: transparent;
     border: 0;
 }
 .radio_container button img{
     opacity: .85;
     width: 70%;
     transition: all .3s ease-in-out;
 }
 .radio_container button img.active{
     opacity: 1;
    width: 90%;
}
.radio_container button img.active.anim{
    animation: anim_radio_btn 1s ease-in-out infinite;
}
@keyframes anim_radio_btn{
    0%{
        transform:rotateX(0) scale(1) ;
    }
    30%{
        transform: scale(1.08);

    }
    50%{
        transform: scale(1.06);
    }
    70%{
        transform: scale(1.08);
    }
    100%{
        transform:rotateX(360) scale(1) ;
    }
}
.carousel{
    height: auto;
}
.carousel-inner{
    max-height: 100%;
}
.carousel-inner img{
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    object-fit: cover;
}

header .carousel{
    -webkit-box-shadow: 0px 0px 15px 5px rgba(32,32,32,0.3); 
    box-shadow: 0px 0px 15px 5px rgba(32,32,32,0.3);
}
.slider_sham .carousel-caption{
    position: absolute;
    left: 0%;
    top: 0%;
    height: 100%;
    right: 0;
    color: #fff;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(32,32,32,0.5); 
    box-shadow: 0px 0px 15px 5px rgba(32,32,32,0.5);
    text-align: right;
    opacity: 1;
    background: linear-gradient(1deg, rgba(32,32,32,1) 0%, rgba(255,255,255,0) 100%); 
    transition: all .5s ease-in-out;
    width: 100%;
}
.search_btn{
    position: fixed;
    width: 50px;
    height: 50px;
    border: 0;
    box-shadow: 0 0 5px 5px #20202050;
    background: #0047AB;
    border-radius: 50%;
    color:#fafafa;
    bottom: 3%;
    left: 2%;
}
.carousel_caption_element{
    transition: all .5s ease-in-out;

    position: absolute;
    bottom: 0%;
    padding: 1rem;
    right: 0%;
}

.slider_sham .article_type{
    position: absolute;
    left:1rem;
    top:1rem;

}

.slider_sham .article_type span{
    padding: .15rem 1rem;
    color: #fafafa;
    background: #202020c9;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(32,32,32,0.5); 
box-shadow: 0px 0px 15px 5px rgba(32,32,32,0.5);
}

 .carousel-caption .caption_details p{
    font-size: .9rem;
    color: #ddd;
}
 .carousel-caption h5{
    text-align: right;
    font-size: 1.1rem;
}
.caption_details{
    width:100%;
    display: fle;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    
}
.carousel-control-prev {
    left: 0;
  }
.read_more_btn{
    background: #0047AB;
    padding: .25rem .75rem;
    padding-left: 0;
    font-size: .9rem;
    border: 0;
    z-index: 999999;
    outline: none !important;
    color: #fafafa;
}
.read_more_btn:hover{
    background-color: #1434A4;
}
.read_more_btn i{
    margin: 0 15px;
}
.article_card{
    -webkit-box-shadow: 0px 0px 15px 5px rgba(32,32,32,0.3); 
    box-shadow: 0px 0px 15px 5px rgba(32,32,32,0.3);

    margin-top: 0rem;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;

}

.search_fixed_container{
    height: 100vh;
    width:100%;
    position: fixed;
    z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999;
    backdrop-filter: blur(2px);
    background: #202020d5;
    opacity: 0;
    pointer-events: none;
    transition: all .2s ease-in-out;
}
.search_fixed_container.show{
    opacity: 1;
    pointer-events: all;

}
.search_fixed_container input{
    width:100%;
    background: transparent;
    border: 0;
    padding: 5px 10px;
    border-bottom: 2px solid #fafafa;
    font-size: 1.25rem;
    color:#fafafa
}
.search_fixed_container input::placeholder{
    color:#fafafa;
    opacity: 1;
}
.article_card img{
    overflow: hidden;
    object-fit: cover;
    width: 100%;
}

.article_card .article_info .carousel-caption{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background: #202020c9;
    color: #fafafa;
    z-index: 99;
    padding: 0;
}
.article_card .article_info .carousel-caption h5{
    width: 100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    text-align: right;
    font-size: .7rem;
    padding: .5rem 1rem;

}
 .article_card .article_type{
    position: absolute;
    left:2%;
    top:5%;

}
 .article_card .article_type span{
    padding: .15rem 1rem;
    color: #fafafa;
    font-size: .7rem;
    background: #202020c9;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(32,32,32,0.5); 
box-shadow: 0px 0px 15px 5px rgba(32,32,32,0.5);
}


.section-title h3 {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 15px;
    position: relative;
  }
  .section-title h3:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #1434A4;
  }
  .section-title h3:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 255px;
    background-color: #1434A4;
  }
  .artilce_first_card{
      height: auto;
      overflow: hidden;
      position: relative;
  }
  .artilce_first_card h5{
      font-size: .9rem;
      margin: 0;
  }
  .artilce_first_card p{
    font-size: .7rem;
}
  .artilce_first_card img{
      width: 100%;
      object-fit: cover;
  }
  .artilce_first_card{
      height: auto;
      -webkit-box-shadow: 0px 0px 15px 5px rgba(32,32,32,0.3); 
      box-shadow: 0px 0px 15px 5px rgba(32,32,32,0.3);
  
  }
 .artilce_first_card .article-caption{
     position: absolute;
     height: 100%;
     bottom: 0;
     color: #fafafa;
     background: linear-gradient(1deg, rgba(32,32,32,1) 0%, rgba(255,255,255,0) 100%); 
    width: 100%;
 }

 .artilce_first_card .article-caption .article_caption_element{
     position: absolute;
     bottom: 0;
     padding: 1rem;
 }


 .article_mini{
     
     margin-bottom: .5rem;
 }
 .article_mini h5{
     font-size: .8rem;
     margin: 0;
 }
.article_mini img{
    -webkit-box-shadow: 0px 0px 15px 5px rgba(32,32,32,0.1); 
    box-shadow: 0px 0px 15px 5px rgba(32,32,32,0.1);

    width: 100%;

}

.article_mini p{
    font-size: .55rem;
    opacity: .9;
}
.article_mini .date_span{
    font-size: .7rem;
    opacity: .75;
}
.article_mini .date_span i{
    margin-left:   5px;
}
.artilce_first_card .date_span{
    font-size: .8rem;
}
.artilce_first_card .date_span i{
    margin-left:   5px;
}

img.Ads{
    margin: 2rem 0;
    width: 100%;
}



#sport_section .carousel{
    -webkit-box-shadow: 0px 0px 15px 5px rgba(32,32,32,0.3); 
    box-shadow: 0px 0px 15px 5px rgba(32,32,32,0.3);
}
#sport_section .carousel .carousel-caption{
    position: absolute;
    left: 0%;
    top: 0%;
    height: 100%;
    right: 0;
    color: #fff;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(32,32,32,0.5); 
    box-shadow: 0px 0px 15px 5px rgba(32,32,32,0.5);
    text-align: right;
    opacity: 1;
    background: linear-gradient(1deg, rgba(32,32,32,1) 0%, rgba(255,255,255,0) 100%); 
    transition: all .5s ease-in-out;
    width: 100%;
}


#sport_section .carousel .article_type{
    position: absolute;
    left:1rem;
    top:1rem;

}

#sport_section .carousel .article_type span{
    padding: .15rem 1rem;
    color: #fafafa;
    background: #202020c9;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(32,32,32,0.5); 
box-shadow: 0px 0px 15px 5px rgba(32,32,32,0.5);
}

#sport_section .carousel .carousel-caption .caption_details p{
    font-size: .9rem;
    color: #ddd;
}
#sport_section .carousel .carousel-caption h5{
    text-align: right;
    font-size: 1.1rem;
}

#art .artilce_first_card{
    height: 50vh;
    margin-bottom: 1rem;
}

.sticky_sec{
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    overflow: hidden;

}
.href_btn{
    cursor: pointer;
}
.fb_container{
    margin-top: 2rem;
    height: 40vh;
    overflow-y: scroll;
}
.twitter_container{
    margin-top: 2rem;
    height: 40vh;
    overflow-y: scroll;
}
.first_nav{
    font-size:.75rem;
    background: #202020; 
    padding: .45rem 0;
    color: #fafafa;

}
.social_btns{
    color: #fafafa;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}
.social_btns a{
    color: #fafafa;

}
.navbar .nav-link{
    color:#fafafa
}
footer{
    margin-top: 3rem;
    background:#202020;
}
footer ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    color: #fafafa;
    text-decoration: none;
    list-style: none;
}
footer ul a{
    color: #fafafa;
    text-decoration: none;
}
footer p{
    font-size: .8rem;
    color: #ccc;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    
}
footer hr{
    color: #aaa;
}
footer span{
    display: block;
    font-size: .7rem;
    color: #ccc;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}
ul#article_tree {
    padding: 10px 5px ;
    width: 100%;
    margin-top: 1rem;
    background: #ccc;
    display: flex;
    flex-direction: row;
    list-style: none;
    flex-wrap: wrap;
}
.href_static{
    cursor: pointer;
}
ul#article_tree  li{
    margin: 0 5px;
}
ul#article_tree  li a{
    color: #1434A4;
}
#article_container h2{
    font-size: 1.5rem;
    margin-top:1rem;
}
#article_container h4{
    font-size: .9rem;
    margin-top:.25rem;
}
#article_container p{
    white-space: pre-line;
}
#article_container ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
}
#article_container ul li{
    margin: 5px 7px;
    padding: 5px 12px;
    border: 2px solid #1434A4;
}
#article_container .info_article{
    opacity: 0.8;
}
#article_container .info_article i{
    margin: 0 5px;
}

#category_section_header .artilce_first_card{
    height: auto;
}
.href_keyword{
    cursor: pointer;
}






.slider_sham {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden; /* <===  */
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(32,32,32,0.3); 
    box-shadow: 0px 0px 15px 5px rgba(32,32,32,0.3);

  }
  
  .slide_sham {
    position: absolute;
    left: 0%;
    top: 0%;
    height: 100%;
    right: 0;
    color: #fff;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(32,32,32,0.5); 
    box-shadow: 0px 0px 15px 5px rgba(32,32,32,0.5);
    text-align: right;
    opacity: 1;
    background: linear-gradient(1deg, rgba(32,32,32,1) 0%, rgba(255,255,255,0) 100%); 
    transition: all .5s ease-in-out;
    width: 100%;
  }
  
  .slide_sham img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .btn_sham {
    position: absolute;
    width: 40px;
    height: 40px;
    padding: 10px;
    border: none;
    border-radius: 50%;
    z-index: 10px;
    cursor: pointer;
    background-color: #20202000;
    color:#fafafa;
    font-size: 18px;
  }
  .btn_sham:active {
    transform: scale(1.1);
  }
  .btn-prev_sham {
    bottom: 20%;
    left: 2%;
  }
  
  .btn-next_sham {
    bottom: 5%;
    left: 2%;
  }
  







/*____________________________________*/

.swiper {
    width: 100%;
    height: 100%;
    overflow: visible;
  }
  
  .swiper-slide {
    overflow: visible;

    background: #fff;
    border-radius: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    position: relative;
    z-index: 1;
  }
  .swiper-slide.swiper-slide-active {
    overflow: visible;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .swiper-slide .img {
    width: 150px;
    height: 150px;
    border: 5px solid #fdfdfd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .swiper-slide .name {
    padding-top: 100px;
    text-align: center;
    font-weight: 500;
    font-size: 26px;
  }
  .swiper-slide .title {
    text-align: center;
    font-size: 14px;
    color: #DA80AE;
    font-weight: 300;
  }
  .swiper-slide .desc {
    color: #6E6E6E;
    overflow-y: scroll;
    text-align: center;
    font-size: 20px;
    padding: 10px 20px;
    font-weight: 300;
  }
  .swiper-slide .link {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
  }
 
  .nav_btn_swipper{
      height: 2.5rem;
      width: 2.5rem;
      background: #1434A4;
      border: 0;
      outline: none !important;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content:center ;
      color: #fafafa;
  }
  
  .navbar-toggler{
      color: #fafafa;
      border: 1px solid #fafafa;
  }
  .navbar-toggler:visited{
    color: #fafafa;
    border: 1px solid #fafafa;
}

#float_live_btns{
    position: fixed;
    top: 20%;
    left: 2%;
    width: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    z-index: 99999999;
    transition: all .2s;
}
#float_live_btns.sticky{
    top: 2%;
}
#float_live_btns a{
    width: 62px;

    margin: .25rem 0;
}
#float_live_btns a img{
    width: 62px;
}


#float_live_btns_mob{
    position: fixed;
    bottom: 8%;
    left: 2%;
    width: 50px;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    z-index: 99999999;
    transition: all .2s;
}

#float_live_btns_mob a{
    width: 50px;

    margin: .25rem 0;
}
#float_live_btns_mob a img{
    width: 50px;
}

.breaking_news_container{
    border-radius: 3px;
    padding: 5px;
    position: fixed;
    bottom: 5%;
    background: #fff;
    border: 1px solid red ;
    border-right: 10px solid red;
    right: 5%;
    z-index: 9999999999;
    width: 90%;
    display: flex;
    height: auto;
    
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    align-items: center;

    pointer-events: none;
    opacity: 0;
    transform: translateY(30px);
    transition: all .5s ease-in-out;
}
.breaking_news_container.show{
    pointer-events: visible;
    opacity: 1;
    transform: translateY(0);
}
.breaking_news_container h5{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;

    padding: 0 2rem;
    height: 100%;
    border-left: 1px solid #20202050;
    font-size: 1.5rem;
    font-weight: bolder;
    color: red;
}
.breaking_infos{
    margin: 0 .5rem;
    overflow-y: hidden;
    height: 100%;
}

.redirector{
    width: 100%;
    display: flex;flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 80vh;    
}
.break_item{
    display: none;
}

.breaking_infos h6{
    color: red;
    font-weight: bolder;
    font-size: 1rem;
    margin: 0 ;
    display: inline;

}
.breaking_infos p{
    font-size: 1.15rem;

    font-weight: bolder;
    display: inline;
    padding: 0 1px 0 10px;
    margin: 0 ;
}
   /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    body,html{
        overflow-x: hidden;

    }
    .first_nav .fnav_ele{
        margin-bottom: .5rem;
    } 
    .first_nav .social_btns{
        display: none;
    }  
    #live_btn{
        display: none;
    }
    .carousel{
        height: auto;
        margin-bottom: 2rem;
    }
    .carousel-inner{
        max-height: 100%;
    }
    .carousel-inner img{
        height: 100%;
        max-height: 100%;
        overflow: hidden;
        object-fit: cover;
    }
    
    header .carousel{
        -webkit-box-shadow: 0px 0px 15px 5px rgba(32,32,32,0.3); 
        box-shadow: 0px 0px 15px 5px rgba(32,32,32,0.3);
    }
    header .carousel .carousel-caption h5{
        width: 80%;
        text-align: right;
        font-size: .85rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;    }
    header .carousel .carousel-caption .caption_details p{
        font-size: .65rem;
        color: #ddd;
        width: 80%;

        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;    }
    header .carousel .carousel-caption{
        position: absolute;
        left: 0%;
        top: 0%;
        height: 100%;
        right: 0;
        color: #fff;
        -webkit-box-shadow: 0px 0px 15px 5px rgba(32,32,32,0.5); 
        box-shadow: 0px 0px 15px 5px rgba(32,32,32,0.5);
        text-align: right;
        opacity: 1;
        background: linear-gradient(1deg, rgba(32,32,32,1) 0%, rgba(255,255,255,0) 100%); 
        transition: all .5s ease-in-out;
        width: 100%;
    }
    .article_card{
        height: auto;    
    }
    .section-title{
        margin: 1.5rem 0;
    }

    #sport_section .carousel{
      height: auto;
    }
    #sport_section .carousel .carousel-caption{
        height: 100%;
    }

    #sport_section .carousel .carousel-caption .caption_details p{
        font-size: .65rem;
        color: #ddd;
        width: 80%;

        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #sport_section .carousel .carousel-caption h5{
        width: 80%;
        text-align: right;
        font-size: .85rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; 
    }
    #art .artilce_first_card{
        height: auto;
        margin-bottom: 1rem;
    }
    #footer_tree{
        display: none;
    }
    #float_live_btns_mob{
        display: flex;}
}


.share-btn-container {
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 50%;
    z-index: 999999999999999999999999999999999999999999999999999999;
    transform: translateY(-50%);
  }
  
  .share-btn-container a i {
    font-size: 26px;
  }
  
  .share-btn-container a {
    margin: 6px 0;
    transition: 500ms;
  }
  
  .share-btn-container a:hover {
    transform: scale(1.2);
  }
  
  .share-btn-container .fa-facebook {
    color: #3b5998;
  }
  
  .share-btn-container .fa-twitter {
    color: #1da1f2;
  }
  
  .share-btn-container .fa-linkedin {
    color: #0077b5;
  }
  
  .share-btn-container .fa-pinterest {
    color: #bd081c;
  }
  
  .share-btn-container .fa-whatsapp {
    color: #25d366;
  }
  
  /* Media Queries */
  
  @media (max-width: 550px) {
   nav .first_nav{
       display: none;
   }
  .radio_container{
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      align-items: center;
      align-content: center;
      width: 100%;
      height: 6vh;
      position: relative;
      box-shadow:  0 0 0 #20202000;
      background-color: #202020;
      z-index:99999999999999999999999999999999999999999;
      padding: .5rem .2rem;

  }
  .radio_container button{
      color:#fafafa;
  }
  .radio_container img{
      height:4vh;
      width: 4vh;
  }
    .share-btn-container {
      transform: unset;
      top: unset;
      left: 0;
      bottom: 0;
      width: 100%;
      flex-direction: row;
      box-shadow: 4px 0 8px rgba(0, 0, 0, 0.3);
      padding: 16px 0;
      justify-content: center;
    }
  
    .share-btn-container a {
      margin: 0 32px;
    }
  }

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {} 