

@font-face {
  font-family: "bahij_badr";
  src: url("../fonts/Bahij_Badr_Bold.ttf");
}
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /* font-family: "bahij_badr"; */
}

:root {
    --gradient-color: linear-gradient(to bottom, rgba(247, 251, 252, 1) 0%, rgba(217, 237, 242, 1) 40%, rgba(173, 217, 228, 1) 100%);
    --hover-color: #ef2300;
    --head-color: #003336;
    --card-text1: #fff;
    --card-text2: #000;
    --card-background: #3d6189;
    --card-color: #eff2f5;
    --green:#2d6c48;
    --dark-color:#219150;
  }


  .T-clickebale-title {
    padding: 0.5rem;
    display: inline-block;
    font-size: 1.5rem;
    text-decoration: none;
    color: #000;
    transition: background-color 0.3s ease;
    
  }
  
  .T-clickebale-title:hover {
    background-color: var(--hover-color);
    text-decoration: underline;
  }

  .T-cards-title{
    direction: rtl;
    font-size: 1rem;
    color: #000;
    text-align: start;
    padding-right: 0.4rem;
  }

  .T-card-date{
    direction: rtl;
    padding-top: 0.3rem;
  }


@media only screen and (max-width: 769px) and (min-width:360px) {
    .T-clickebale-title{
        font-size: 1.5rem;
    }

    .T-cards-title{
        font-size: .8rem;
    }
}
      

/* 
           hero section  starte
        */
       
        .T-hero-section {
          position: relative;
          overflow: hidden;
        }
        
        .T-hero-content {
          position: relative;
        }
        
        .T-text-content {
          position: absolute;
          top: 80px;
          left: 50%;
          transform: translateX(-50%);
          text-align: center;
          color: white;
        }
        
        .T-typed-text {
          font-size: 2rem !important;
          overflow: hidden;
          border-right: 0.15em solid white;
          white-space: nowrap;
          animation: typing 4s steps(40), blink-caret 0.5s step-end infinite;
        }
        
        @keyframes typing {
          0% {
            width: 0;
          }
          100% {
            width: 100%;
          }
        }
        
        @keyframes blink-caret {
          50% {
            border-color: transparent;
          }
        }
 

/* kjhgfhjkl;'lkjhgf */
#live-section{
    width: 100%;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    color: white;
    background: -webkit-linear-gradient(to left, #219150, #000000); 
    background: linear-gradient(to left, #219150, #000000); 
}
#radio-content{
    padding: .3rem 2vh;
    text-align: end;
    width: 50%;
}
#radio-content p::before {
    content: "";
    display: block;
    margin-bottom: -1em;
  }
#radio-content p{
    text-align: start;
    color: #f9f9f9;
    /* line-height: 1.5rem; */
    font-size: 1.5rem;
    padding: 0 5vh;
    white-space: pre-line;
    text-indent: -1rem;
}
#radio-time-table-btn{
    display: inline-block;
    background-color: var(--card-text1);
    padding: 0.5rem;
    position: relative;
    top: 30px;
    left: 10%;
    transform: translateY(-10%);
}
#radio-time-table-btn a{
    text-decoration: none;
    font-size: 1.1rem;
    color: black;
}
   
#live-radio-content{
    display: flex;
    justify-content: space-evenly;

}
#live-title{
    padding-top: 14%;
    padding-left: 30px;
}

#live-radio-content img{
    display: inline-block;
    margin: 5px auto;
    margin-top: 0px;
}
#radio-content h1,h4{
color: white;
padding: 0.5rem;
font-size: 1.5rem;
}

@media only screen and (max-width: 500px) and (min-width:360px) {
    #live-section{
        flex-wrap: wrap;
    }
}

            /* 
                main section 
             */
.main-content-wrapper{
    width: 80%;
    height: auto;
}

@media only screen and (max-width: 1024px) and (min-width:360px) {
    .main .main-content-wrapper{
        width: 100%;
    }
}



/* 
       asidebar section
 */
 .main .sidbar{
    padding: 0.5rem 10px;
    margin: 0px 10px;
    /* background-color: #F2F2F2; */
    width: 20%;
    height: inherit;
    border-radius: 5px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.main .sidbar ul{
    list-style-type: none;
    padding: 0.5rem;
}
.main .sidbar ul li{
    padding-top:10px;
    text-align: end;
    padding: 5px;
    margin: 0.5rem;
    transition: all 0.8s ease;
    border-bottom: 1px dotted gray;
}
.main .sidbar ul li:hover{
    background-color: var(--dark-color);
    padding-right: 1rem ;
    
}
.main .sidbar ul a{
    text-decoration: none;
    font-size: 1.5rem;
    color: black;
    
}

 /* sidbar responsive code  */
 @media only screen and (max-width: 1024px) {
    .main .sidbar{
        display: none;
    }
    .show-sidbar{
        padding-top: 20px;
        display: block;
        width: 100%;
        height: 30vh;
        position: absolute;
        top: 32vh;
        left: 0;
        background: red;
        font-size: 1rem;
        font-weight: 800;
        text-align: center;
     }
     .show-sidbar a{
        text-decoration: none;
        color: #fff;
     }
   }



    /*
        hadace section 
    */

.dealy-hadace{
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
   border-radius: 5px;
   margin-bottom: 10px;
}

.image-card-wrapper{
    padding-bottom: 20px;
    padding-top: 10px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}
.image-card-wrapper .images-card{
    width: 23%;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;

}
.image-card-wrapper .images-card img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}


    /* 
         vana section 
    */

.best-vana{
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
   border-radius: 5px;

    
}
.best-vana .cards-wrapper{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.best-vana .cards-wrapper .card{
    padding-bottom: 0.3rem;
    width: 23%;
    height: auto;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
   transition: 1s;
   border-radius: 0.2rem;
   margin: 10px 0;
   text-align: center;
}

.best-vana .cards-wrapper .card img{
    width: 100%;
    /* border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; */
    border-top-right-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
}
.best-vana .cards-wrapper .card a{
    text-decoration: none;
}
.best-vana .cards-wrapper .card a:hover{
    text-decoration: underline;
}
.best-vana .cards-wrapper .card:hover{
    transform: scale(1.1);
}


@media only screen and (max-width: 900px) and (min-width:360px){
    .best-vana .cards-wrapper .card{
        width: 45%;
    }

    /* .best-vana .card-container .card-content{
        padding: 0.5rem 1rem;
        width: calc(100% - 1.5rem);
        
    } */
}

    /* 

    video-list-section code  
    */

    .video-list-section{
        margin-top: 10px;
        width: 90%;
        /* background: var(--gradient-color); */
        margin: 0 auto;
        /* padding: 0.5rem; */
        margin-top: 0.5rem;
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    }
    .video-list-section a{
        text-decoration: none;
        
    }
    .video-list-section a:hover{
        text-decoration: underline;
    }
    .video-list-section .video-list-wrapper{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 0.5rem;
        justify-content: space-evenly;
    }
    .video-list-section .video-list-wrapper .video-list-section-card{
        width: 20%;
        
    }

    @media only screen and (max-width: 1024px) and (min-width:768px){
        .video-list-section .video-list-wrapper{
            flex-wrap: wrap;
        }
        .video-list-section .video-list-wrapper .video-list-section-card {
            width: 47%;
        }
     } 
     @media only screen and (max-width: 760px) and (min-width:360px) {
        .video-list-section .video-list-wrapper{
            flex-wrap: wrap;
        }
        .video-list-section .video-list-wrapper .video-list-section-card {
            width: 100%;
            margin-top: 1rem;
        }
     }


    

     @media only screen and (max-width: 760px) and (min-width:360px) {
        .video-list-section .video-list-wrapper{
            flex-wrap: wrap;
        }
        .video-list-section .video-list-wrapper .video-list-section-card {
            width: 47%;
        }
     }
 /* 
        video section and news section 
 */
 .vedio-section{
    width: 90%;
    margin: 20px auto;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);;
    
 }

 .vedio-section .vedio-section-wrapper{
    padding: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
 }
 .vedio-section .vedio-section-wrapper .vedio-section-card{
    width: 23%;
    height: auto;
 }
 .vedio-setion-a-hover{
    text-decoration: none;
    color:#000;
 }
 .vedio-setion-a-hover:hover{
    text-decoration: underline;
 }


 @media only screen and (max-width: 1024px) and (min-width:768px){
    .vedio-section .vedio-section-wrapper{
        flex-wrap: wrap;
    }
    .vedio-section .vedio-section-wrapper .vedio-section-card {
        width: 47%;
    }
 } 
 @media only screen and (max-width: 760px) and (min-width:360px) {
    .vedio-section .vedio-section-wrapper{
        flex-wrap: wrap;
    }
    .vedio-section .vedio-section-wrapper .vedio-section-card {
        width: 100%;
        margin-top: 1rem;
    }
 }





/*
     book section style
*/

#S-slider-section {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
  
}

.S-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: fit-content;
  background-color: #f0f0f0;
}

.S-slide img {
  /* max-width: 100%;
  max-height: 100%; */
  margin-bottom: 0;
}

.S-slide-content {
position: relative;
}

.S-slide-content img {
display: block;
max-width: 100%;
max-height: 220px;
margin-bottom: 28px;
}

.S-download-btn {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
background-color: #2d6c48;
color: #fff;
text-decoration: none;
padding: 5px 0px;
}

