@font-face {
    font-family: 'Almarai';
    src: url('../fonts/Almarai-Light.ttf') format('truetype');
    font-weight: 200;
    
  }
  @font-face {
    font-family: 'Almarai';
    src: url('../fonts/Almarai-Regular.ttf') format('truetype');
    font-weight: 400;
    
  }
  
  @font-face {
    font-family: 'Almarai';
    src: url('../fonts/Almarai-Bold.ttf') format('truetype');
    font-weight: 700;
    
  }
  @font-face {
    font-family: 'Almarai';
    src: url('../fonts/Almarai-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    
  }

html {
overflow-y:scroll;
overflow-x: hidden;
scroll-behavior: smooth;
}

/* Hide the scroll bar */

::-webkit-scrollbar {
width: 0px;
} 

/* Document Format */

*{

margin: 0;
padding: 0;
box-sizing: border-box;


}

body {

    position: relative;
    font-family: 'Almarai' , sans-serif;
    font-size: 12px;
    font-weight: 200;
    overflow-y: scroll;
    padding-bottom: 256px;
    justify-content: center;
    overflow: hidden;

}

.loader{

  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fefefe;
  transition: opacity 0.75s , visibility 1s;
  z-index: 30;
  
}


.loader::after{

  content: "";

}

.loader svg{
  
  animation: loader-beat 0.75s ease-in-out infinite;

}
.loader-hidden{

  opacity: 0;
  visibility: hidden;
  
  }



@keyframes loader-beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100%{
    transform: scale(1);
  }
}

header{

position: fixed;
top: 0;
left: 0;
width: 100%;
height: 85px;
background:#fefefe;
padding: 24px 48px;
display: flex;
justify-content: space-between;
align-items: center;
box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
direction: rtl;
z-index: 20;

}

header .avatar{

  height: 48px;
  width: 48px;
  border-radius: 50%;

}

header ul{

  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 0;
  padding: 0;

}

header ul li{

  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 4px;

}

header ul li a{
  
  position: relative;
  text-decoration: none;
  color: #6B6E77;
  font-size: 1rem; 
  font-weight: 700;

}
header ul li iconify-icon{

    color: #6B6E77;
    font-size: 1.2rem;

}

header ul li.active a{

  color: #C1D42F;

}
header ul li.active iconify-icon{

  color: #C1D42F;

}

header .actions {

  display: flex;
  align-items: center;
  gap: 16px;

}

header .actions iconify-icon{

  color: #6B6E77;
  font-size: 1.5rem;

}

header .actions .subscribe a{

  font-size: 1rem;
  font-weight: 600;
  color: #FEFEFE;
  background-color: #0076BC;
  height: 40px;
  padding: 8px;

  border-radius: 4px;
  text-decoration: none;

}
header .actions .unsubscribe a{

  font-size: 1rem;
  font-weight: 600;
  color: #FEFEFE;
  background-color: #39e681;
  height: 40px;
  padding: 8px;

  border-radius: 4px;
  text-decoration: none;

}

header .actions .language{

display: flex;
flex-direction: row;
align-items: center;
gap: 4px;

}

header .actions .language p{

  font-size: 1rem;
  font-weight: 700;
  color: #6B6E77;

}

header ul li:hover{

  transform: scale(1.1);
  transition: 0.1s ease-in-out;

}



header .menuToggle{

  position: relative;
  display: none;
  color: #6B6E77;
  font-size: 1.5rem;
  

}

.srchBox{

width: 100vw;
height: 72px;
padding-top: 168px;
display: flex;
align-items: center ;
justify-content: center;
direction: rtl;

}

.search{

height: 64px;
width: 60%;
padding: 8px;
background-color: #EBEBEB;
border-radius: 8px;
align-items: center;
display: flex;
justify-content: space-between;


}



.search .inputField{

position: relative;
width: 75%;
direction: rtl;
padding: 16px;
font-family: 'Almarai';
font-size: 1rem;
border: none;
background-color: #EBEBEB;
color: #6B6E77;

}

.search .inputField:focus{

border: none;
direction: none;


}

.search .SearchBtn{

position: relative;
cursor: pointer;
width: 20%;
height: 44px;
border-radius: 4px;
border: none;
background-color: #C1D42F;
color: #fefefe;
font-size: 1rem;
font-family: 'Almarai';

}




.hero{

display: flex;
position: relative;
top: 85px;
width: 100%;
align-items: center;
height: fit-content;
margin-bottom: 72px;

}
.hero .heroImg{

  position: relative;
  display: flex;
  max-width: 50%;
  width: 100%;

}
.hero .heroImg img{

  position: relative;
  display: flex;
  max-width: 100%;
  height: auto;

  

}

.hero .heroCnt{

position: relative;
display: flex;
flex-direction: column;
justify-content: right;
width: 100%;
padding-right: 48px;
direction: rtl;
gap: 8px;
z-index:15;
padding-bottom:24px;
/* padding-left: 50%; */
  
}
.hero .heroCnt h1{

display: block;
font-size: 48px;
color: #012143;
margin-top: 16px;
    
}

.hero .heroCnt p{

  display: block;
  font-size: 24px;
  color: #012143;
  font-weight: 300;
      
}

.hero .heroCnt .tagline p{

  display: flex;
  font-size: 48px;
  color: #F2B705;
  font-weight: 600;
  
      
}

.hero .heroCnt .tagline em{

  color: #C1D42F;
  font-weight: 600;

}


.hero .heroCnt em{

font-weight: 500;
font-style: normal;
margin-right: 8px;


}

.hero .heroCnt a{

  display: flex;
  height: 56px;
  width: fit-content;
  padding: 12px 32px;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #0076BC;
  margin-top: 16px;
  text-decoration: none;
  color: #fefefe;
  font-size: 1.5rem;
  font-weight: 400;
  transition: 0.5s ease-in-out;
 
  
}

.hero .heroCnt a:hover{

  
  box-shadow: 0px 0px 40px 8px rgba(255, 30, 47, 0.70), 0px 0px 0px 8px rgba(255, 44, 59, 0.40);

}

.courses{

position: relative;
/* top: 48px; */
display: flex;
width: 100vw;
height: 100%;
align-items: center;
justify-content: right;
direction: rtl;
padding: 24px 0px;
background-color:transparent;
    
}

.courses .coursesCnt{

position: relative;
display: flex;
flex-direction: column;
height: 256px;
width: 50%;
background-color: #012143;
border-top-left-radius:8px;
border-bottom-left-radius:8px;
padding: 24px 48px;
z-index: 10;
/* margin-top:24px; */


}

.courses .coursesCnt h1{


font-size: 1.5rem;
color: #fefefe;
padding-bottom: 16px;

}

.courses .coursesCnt p{

font-size: 1.2rem;
font-weight: 300;
color: #fefefe;
padding-bottom: 32px;
}

.courses .coursesCnt a{

  display: flex;
  height: 48px;
  width: fit-content;
  padding: 12px 24px;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #C1D42F;
  margin-top: 16px;
  text-decoration: none;
  color: #fefefe;
  font-size: 1.2rem;
  font-weight: 400;
  transition: 0.5s ease-in-out;
 

}

.courses .coursesCnt a:hover{

box-shadow: 0px 0px 64px #4DC7BF, 0px 0px 0px 8px rgba(130, 239, 243, 0.25);

}

.container {

  position: relative;
  height: 100%;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 64px;
  margin-left: 0;
  overflow: hidden;
  margin-top: 104px;
  
}
.testimonial {
  
  width: 534px;
  height: 304px;
  flex-shrink: 0;
}
.testimonial .image {
  
  width: 50%;
  height: 100%;
  object-fit: cover;
  /* padding: 48px;
  border-radius: 48px; */
  
}
.testi-content{

  width: 100%;
  gap: 48px;
  

}
.testimonial .slide {

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  row-gap: 30px;
  max-height: 256px;
  max-width: 600x;
  height: 100%;
  width: 100%;
  direction: rtl; 
  overflow: hidden;
  border-radius: 8px;
  background: #FEFEFE;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.17);
  /* margin: 24px; */

}
.testimonial .slide .details{

  width: 50%;
  margin: 24px;
  /* padding: 24px; */


}

.testimonial .slide .details a{

display: inline-flex;
height: 48px;
padding: 12px 32px;
align-items: center;
gap: 8px;
flex-shrink: 0;
border-radius: 8px;
background: #012143;
margin-top: 16px;
text-decoration: none;
color: #fefefe;
font-size: 1rem;
font-weight: 400;
transition: 0.5s ease-in-out;

}

.testimonial .slide .details a:hover{

  box-shadow: 0px 0px 64px #4DC7BF, 0px 0px 0px 8px rgba(130, 239, 243, 0.25);
  
  }

.slide h1{

  font-size:1.5rem;
  color: #012143;
  

}

.slide .presenter{

font-weight: 600;
padding-bottom: 8px;
color: #6B6E77;

}

.slide p{

  font-size:1rem;
  font-weight: 400;
  padding: 0;
  color: #2e2e2e;

}

.testimonial .slide img{

 width: 45%;
 height: 100%;
 object-fit: cover;
  
  }
  .testimonial .slide a img{

    width: 45%;
    height: 100%;
    object-fit: cover;
     
     }
/* swiper button css */
.nav-btn {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  transform: translateY(50%);
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}
.nav-btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.nav-btn::after,
.nav-btn::before {
  font-size: 0.5rem;
  color: #fff;
}
.swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.8);
}
.swiper-pagination-bullet-active {
  background-color: #C1D42F;
}
@media screen and (max-width: 768px) {
  .slide p {
    padding: 0 0px;
  }
  .nav-btn {
    display: none;
  }
}

.programs{

  display: block;
  justify-content: center;
  width: 100%;
  padding: 48px;
  padding-bottom: 128px;
  

}

.programs .section-title{

  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  direction: rtl;
  margin-bottom: 24px;
  padding: 0px 24px;
  
}

.programs .section-title a{
  display: inline-flex;
  height: 48px;
  padding: 12px 32px;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #C1D42F;
  margin-top: 16px;
  text-decoration: none;
  color: #FEFEFE;
  font-size: 1rem;
  font-weight: 400;
  transition: 0.5s ease-in-out;
  
  }
  
  .programs .section-title a:hover{
  
    box-shadow: 0px 0px 64px #4DC7BF, 0px 0px 0px 8px rgba(130, 239, 243, 0.25);
    
    }



.programs .titleName{

display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 12px;
font-size: 1.5rem;
font-weight: 600;

}
.programs .titleName iconify-icon{

  font-size: 2rem;

}
.programs-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(425px, 1fr));
  grid-gap: 16px;
  justify-items: center; 
  align-items: center;
}

.programs .programCard {

  position: relative;
  max-width: 437px;
  max-height: 437px;
  /* margin: 0 auto; */
      
}

.programs .programCard h3{

font-size: 1.5rem;
color: #FEFEFE;

}

.programs .programCard p{

font-size: 1rem;
color: #FEFEFE;

}

.programs .programCard .Ep{

position: relative;
display: flex;
flex-direction: row;
gap: 4px;
margin-top: auto;
align-items: center;

}

.programs .programCard .Ep .episodesNo{

  margin: 0;
  
  }


.programs .programCard .Ep iconify-icon{

font-size: 1rem;
color:#FEFEFE;

}
  
.programs .programCard .programInfo{

position: absolute;
display: flex;
flex-direction: row;
bottom: 0;
right: 0;
direction: rtl;
padding: 32px;  
width: 100%;
justify-content: space-between;
border-radius: 8px;
background: linear-gradient(180deg, rgba(46, 46, 46, 0.00) 0%, #2E2E2E 100%);

}

.program-thumbnail{
  
width: 100%;
height: 100%;
flex-shrink: 0;
border-radius: 8px;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.00) 0.01%, rgba(0, 0, 0, 0.00) 80.81%, rgba(0, 0, 0, 0.20) 100%), url(<path-to-image>), lightgray 50% / cover no-repeat;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.17);
}

.program-thumbnail:hover{

  scale: 1.05;
  transition: 0.5s ease-in-out;

}

@media only screen and (max-width: 768px) {

  .programs{

padding: 24px;

  }

  .programs-card-grid {
  
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    grid-gap: 8px;
    
  }
  .ProgramCard {
    width: 100%;
    height: 45%;
    direction: rtl;
    padding: 0;
    margin-bottom: 16px;
    
    }

    .progrmaCard .data{

      height: 221px;
      left: -56px;

    }

  .program-thumbnail{

  width: 100%;

  }
  .program .section-title{

    width: 100%;
    margin: 16px;
    justify-content: space-between;

  }

  .programs .section-title{

    width: 100%;
    margin-bottom:  16px;
    justify-content: space-between;
    padding: 0;
    font-size: 0.8rem;
  }

  .programs .section-title .titleName{

    font-size: 1.2rem;
  }

 
 
}

.prgrm{

width: 100vw;
position: relative;

}

.programCover{

position: relative;
height: 437px;
width: 100vw;
transform: translateY(86px);
margin-bottom: 168px;

}

.programCover img{

width: 100%;
height: 473px;
object-fit: cover;

}

.programCover .programDtls{

position: absolute;
display: flex;
bottom: 0;
right: 0;
padding: 48px;
margin: 0;
direction: rtl; 
width: 100%;
justify-content: space-between;

background: linear-gradient(180deg, rgba(46, 46, 46, 0.00) 0%, #2E2E2E 100%);
flex-direction: row;
justify-content: space-between;
transform: translateY(36px);


}

.programCover .programDtls .info h3{

font-size: 2rem;
color: #FEFEFE;

}

.programCover .programDtls .info p{

  font-size: 1.5rem;
  color: #FEFEFE;
  
}

.programCover .programDtls .info iconify-icon{

  font-size: 1.5rem;
  color: #FEFEFE;
  
}

.programCover .programDtls .info .episodes{

  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 16px;
  gap: 8px;
  
}

.programCover .programDtls .buttons{

  display: flex;
  flex-direction: column;
  gap: 16px;
  
}

.programCover .programDtls .btn{

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 8px;
  gap: 8px;
  font-size: 1.5rem;
  color: #2E2E2E;
  background-color: #FEFEFE;
  padding: 16px;

  
}

.programCover .programDtls p{

font-size: 1.2rem;
font-weight: 600;
  
}


.Biography{

position: relative;
width: 100vw;
padding: 48px;

}
.programBio{


position: relative;
align-self: center;
width: 100%;
height: fit-content;
padding: 24px;
border-radius: 16px;
background-color: #EBEBEB;

direction: rtl;
color: #2E2E2E;

}

.programBio .bioTitle{

  font-size: 1.5rem;
  padding-bottom: 16px;

}

.programBio p{

  font-size: 1rem;
  font-weight: 500;

}

@media only screen and (max-width: 414px) {

  .programCover .programDtls{

    padding: 24px;
    
    
    }

  .programCover .programDtls .info h3{

    font-size: 1.5rem;
    
    }
    
    .programCover .programDtls .info p{
    
      font-size: 1rem;
      
      
    }
    
    .programCover .programDtls .info iconify-icon{
    
      font-size: 1rem;
      color: #FEFEFE;
      
    }
    
    .programCover .programDtls .info .episodes{
    
      display: flex;
      flex-direction: row;
      align-items: center;
      padding-top: 16px;
      gap: 8px;
      
    }
    
    .programCover .programDtls .buttons{
    
      display: flex;
      flex-direction: column;
      gap: 16px;
      
    }
    
    .programCover .programDtls .btn{
    
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      border-radius: 8px;
      gap: 8px;
      font-size: 1.2rem;
      color: #2E2E2E;
      background-color: #FEFEFE;
      padding: 8px;
    
      
    }
    
    .programCover .programDtls p{
    
    font-size: 1rem;
    font-weight: 600;
      
    }

  .Biography {

  padding: 24px;

  }


}

.aboutCntr{

position: relative;
width: 100vw;
padding: 48px;
height: fit-content;
transform: translateY(128px);
margin: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-bottom: 88px;

}

.aboutCntr h1{

font-size: 2.5rem;
color: #C1D42F;
direction: rtl;

}

.aboutCntr p{

font-size: 1.5rem;

}

#rightCard{

display: flex;
direction: rtl;
gap: 24px;
font-size: 1rem;
color: #2E2E2E;
margin: 24px;
align-items: center;

}


#rightCard img{

height: 276px;
width: 276px;
object-fit: cover;
border-radius: 8px;
box-shadow: 16px 16px 0px 0px #C1D42F;

}

#rightCard iconify-icon{

font-size: 3rem;
color: #C1D42F;

}

#leftCard{

  display: flex;
  gap: 48px;
  direction: ltr;
  font-size: 1rem;
  color: #2E2E2E;
  margin: 24px;
  align-items: center;
  
  }
  
#leftCard img{
  
  height: 276px;
  width: 276px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 16px 16px 0px 0px #0076BC;
  
  }

  #leftCard iconify-icon{

    font-size: 3rem;
    color: #0076BC;
    
    }

    @media only screen and (max-width: 1000px){

      #rightCard{

        flex-wrap: wrap;
        align-items: baseline;
        
      }

      #leftCard{

        flex-wrap: wrap;
        align-items: baseline;
          
       }
    

    }

    @media only screen and (max-width: 414px){

      #rightCard{

        flex-wrap: wrap;
        
      }

      #leftCard{

        flex-wrap: wrap;
          
       }
    

    }

.videos{

  display: block;
  justify-content: center;
  width: 100%;
  padding: 48px;
  

}
.videos .section-title{

  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  direction: rtl;
  margin-bottom: 24px;
  padding: 0px 24px;

}
.videos .section-title a{
  display: inline-flex;
  height: 48px;
  padding: 12px 32px;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #C1D42F;
  margin-top: 16px;
  text-decoration: none;
  color: #FEFEFE;
  font-size: 1rem;
  font-weight: 400;
  transition: 0.5s ease-in-out;
  
  }
  
  .videos .section-title a:hover{
  
    box-shadow: 0px 0px 64px #4DC7BF, 0px 0px 0px 8px rgba(130, 239, 243, 0.25);
    
    }

.videos .titleName{

display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 12px;
font-size: 1.5rem;
font-weight: 600;

}
.videos .titleName iconify-icon{

  font-size: 2rem;

}
.video-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(425px, 1fr));
  grid-gap: 16px;
  justify-items: center; 
  align-items: center;
}

.videoCard {
position: relative;
width: 425px;
height: 324px;
direction: rtl;
padding: 0;
margin-bottom: 16px;
border-radius: 8px;
background-color: #FEFEFE;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.17);
}

.video-thumbnail{
  
width: 425px;
height: 240px;
flex-shrink: 0;
border-radius: 8px;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.00) 0.01%, rgba(0, 0, 0, 0.00) 80.81%, rgba(0, 0, 0, 0.20) 100%), url(<path-to-image>), lightgray 50% / cover no-repeat;

}

.video-thumbnail:hover{

  scale: 1.05;
  transition: 0.5s ease-in-out;

}


.videoTitle{

font-size: 1.2rem;
font-weight: 600;
margin-top: 8px;
padding-right: 16px;

}


.programName{

  color: #6B6E77;
  text-align: right;
  font-size: 1rem;
  font-family: 'Almarai';
  padding-right: 16px;

}


@media only screen and (max-width: 768px) {
  .video-card-grid {
  
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    grid-gap: 8px;
    
  }
  .videoCard {
    width: 100%;
    height: 45%;
    direction: rtl;
    padding: 0;
    margin-bottom: 16px;
    
    
    }

    .videoCard .data{

      height: 221px;
      left: -56px;

    }

  .video-thumbnail{

  width: 100%;

  }
  .videos .section-title{

    width: 100%;
    margin: 16px;
    justify-content: space-between;
    align-items: center;


  }
  .videos .section-title a{

    margin-left: -48px;
   

  }
}

@media only screen and (max-width: 414px) {

  .videos{

    padding: 24px;

  }

  .video-card-grid{

    
    width: 100%;
    justify-content: right;
    direction: rtl;
    margin-left: 24px;
    padding: 24px;

  }

  .video-thumbnail{

    width: 120%;
    height: 222px;
  
    }

  
}

.Vplayer{

  width: 100vw;
  transform: translateY(128px);
  margin-bottom: 128px;
  padding: 24px;
  direction: rtl;
  display: flex;
  gap: 24px;
  

}

.Aplayer{

  width: 100vw;
  transform: translateY(128px);
  margin-bottom: 128px;
  padding: 24px;
  direction: rtl;
  display: flex;
  gap: 24px;
  

}

.programEpisodes{

  position: relative;
  width: 30%;

}

.audioprogramEpisodes{

  position: relative;
  width: 30%;

}

.titleBanner{

  position: relative;
  width: 100%;
  padding: 24px;
  background: #012143;
  border-radius: 8px;

}

.nameAndCreator{

  margin: 24px;

}


.nameAndCreator h3{

color: #FEFEFE;
font-size: 1.5rem;

}

.nameAndCreator p{

  color: #FEFEFE;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 4px;
  
  }

  .episodesNo{

  display: flex;
  gap: 16px;
  margin: 24px;  
  font-size: 1.5rem;
  color: #C1D42F;

}

.episodesGrid{

position: relative;
width: 100%;
margin-top: 24px;
display: flex;
flex-direction: column;
gap: 16px;

}

.episodeCard{

position: relative;
width: 100%;
display: flex;
flex-direction: row;

}

.episodeCard img{

  position: relative;
  /* max-width: 50%; */
  border-radius: 4px;
  aspect-ratio: 16/9;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
  margin-left: 16px;
  max-height: 115.2px;

}

.episodeDtls{

position: relative;
width: 45%;
font-size: 0.8rem;
color: #6B6E77;

}

.episodeTitle{

color: #012143;
font-size: 1rem;
font-weight: 600;
margin-bottom: 8px;

}

.vidInfo{

display: flex;
position: relative;
width: 70vw;
flex-direction: column;
padding: 24px;
gap: 24px;


}

.AudioInfo{

  display: flex;
  position: relative;
  width: 60%;
  flex-direction: column;
  padding: 24px;
  gap: 24px;
  
  
  }

.creatorAndLikes{

  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;

}

.creatorAndLikes h2{

font-size: 2rem;
font-weight: 600;
color: #012143;

}

.creator{

  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 8px;

}

.creator .creatorDtls{

  display: flex;
  flex-direction: row;
  gap: 8px;


}

.likes{

  display: flex;
  flex-direction: row;

}

.likeBtn{

  height: 40px;
  font-size: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 0px 8px 8px 0px;
border-left: 2px solid #6B6E77;
background: #EFEFEF;
  color: #6B6E77;
  direction: rtl;
  padding: 16px;
  font-weight: 600;

}

.dislikeBtn{

  height: 40px;
  font-size: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px 0px 0px 8px;

background: #EFEFEF;
  color: #6B6E77;
  direction: rtl;
  padding: 16px;
  font-weight: 600;

}

.likeBtn iconify-icon , .dislikeBtn iconify-icon{

font-size: 1.5rem;

}


.creator img{

 height: 56px;
 width: 56px;
 border-radius: 50%;

}

.creatorText h3{

font-size: 1.2rem;
color: #2E2E2E;

}

.creatorText p{

  font-size: 1rem;
  color: #6B6E77;
  font-weight: 400;

}

.contner{

  max-width: 100%;
  width: 100%;
  position: relative;
  /* background-color: #2E2E2E; */
  border-radius: 8px;
  overflow: hidden;
  direction: ltr;
  margin: 0;

}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contner.fullscreen{

  height: 100%;
  width: 100%;

}

.wrapper{

position: absolute;
left: 0;
right: 0;
bottom: 0;
z-index: 1;


}

.wrapper::before{

  content: "";
  bottom: 0;
  width: 100%;
  z-index: -1;
  position: absolute;
  height: calc(100% + 35px);
  background: linear-gradient(to top, rgba(0,0,0,0.7),transparent);

}

 .video-option, .video-timer ,.options{

display: flex;
align-items: center;
justify-content: center;

}

.video-controls{

  display: flex;
width: 100%;
padding: 5px 20px 10px;

}



.audioBio{

  background-color: #EBEBEB;
  border-radius: 8px;
  padding: 24px;
  margin-top: 16px;

}

.audioBio h2{

font-size: 1.5rem;
margin-bottom: 16px;

}

.audioBio p{

font-size: 1rem;

}

.videoBio{

  background-color: #EBEBEB;
  border-radius: 8px;
  padding: 24px;

}

.videoBio h2{

font-size: 1.5rem;
margin-bottom: 16px;

}

.videoBio p{

font-size: 1rem;

}

.options button{

height: 40px;
width: 40px;
border: none;
color: #FEFEFE;
background: none;
font-size: 1.5rem;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;

}

.options button iconify-icon{

/* width: 100%;
height: 100%; */
/* line-height: 40px; */
display: flex;
justify-content: center;
margin: 0;

}

.video-controls .options {

width: 100%;
display: flex;
justify-content: center;
align-items: center;

}

.options input{

  height: 4px;
  max-width: 75px;
  color: #C1D42F;
  background-color: #C1D42F;

}

.video-timeline{
  height: 7px;
  width: 100%;
  cursor: pointer;
}

  .video-timeline .progress-area{
  height: 3px;
  position: relative;
  background: rgba(255,255,255,0.6);
  }

  .progress-area span{

    position: absolute;
    left: 50%;
    top: -25px;
    color: #FEFEFE;
    font-size: 0.9rem;
    transform: translateX(-50%);

  }

  .progress-area .progress-bar{
    width: 0%;
    height: 100%;
    position: relative;
    background: #C1D42F;
    }
    .progress-area .progress-bar::before{
    content:"";
    right: 0;
    top: 50%;
    height: 13px;
    width: 13px;
    background: inherit;
    position: absolute;
    transform: translateY(-50%);
    border-radius: 50%;

  }

  .progress-area span , .progress-area .progress-bar::before {

  display: none;
  transition: 0.5ms ease-in-out;

  }

  .video-timeline:hover .progress-area span , 
  .video-timeline:hover .progress-area .progress-bar::before {

  display: block;
  

  }

.video-controls .options .video-timer{

  font-size: 0.9rem;
  color: #FEFEFE;
  margin-left: 16px;

}

.video-timer .separator{

  font-size: 1rem;
  padding: 0 4px;

}
.video-controls .volumeSlide{

height: 4px;

}

.playback-content{
  position: relative;
  }

.playback-content .speed-options{
  position: absolute;
  bottom: 40px;
  left: -40px;
  width: 95px;
  opacity: 0;
  list-style: none;
  background:#fff;
  border-radius: 4px;
  transition: opacity 0.13s ease;}

.playback-content .speed-options.show{
opacity: 1;
pointer-events: auto;
}

  .speed-options li{
     font-size: 14px;
     font-weight: 400;
     padding: 8px 0 8px 16px;
     cursor: pointer;
  }

  .speed-options li.active{
    background: #C1D42F;
    color: #FEFEFE;
 }

.wrapper .video-controls :first-child{

  justify-content: flex-start;
  
}

.wrapper .video-controls :last-child{

  justify-content: flex-end;
  
}



.contner video{

  width: 100%;

}


.sounds{

  display: block;
  justify-content: center;
  width: 100%;
  padding: 48px;
  

}
.sounds .section-title{

  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  direction: rtl;
  margin-bottom: 24px;

}
.sounds .section-title a{
  display: inline-flex;
  height: 48px;
  padding: 12px 32px;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #C1D42F;
  margin-top: 16px;
  text-decoration: none;
  color: #FEFEFE;
  font-size: 1rem;
  font-weight: 400;
  transition: 0.5s ease-in-out;
  
  }
  
.sounds .section-title a:hover{
  
  box-shadow: 0px 0px 64px #4DC7BF, 0px 0px 0px 8px rgba(130, 239, 243, 0.25);
    
}

.sounds .titleName{

display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 12px;
font-size: 1.5rem;
font-weight: 600;

}
.sounds .titleName iconify-icon{

  font-size: 2rem;

}
.sound-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(424px, 1fr));
  grid-gap: 16px;
  justify-items: center; /* Center the grid items horizontally */
  align-items: center; /* Center the grid items vertically */

}

.soundCard {

  width: 424px;
  height: fit-content;
  flex-shrink: 0;
  border-radius: 8px;
  background: #FEFEFE;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.17);
  direction: rtl;
  padding:24px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  

}

.soundCard:hover{

  scale: 1.05;
  transition: 0.5s ease-in-out;

}

.soundCover{

width: 96px;
height: 96px;
box-shadow: none;
border-radius: 4px;

}

.soundTitle{

font-size: 1.3rem;
font-weight: 600;
margin-bottom: 8px;

}

.soundDtls {

display: flex;
flex-direction: column;
align-items: start;

}

.soundDtls .programdt{

display: flex;
flex-direction: row;
align-items: center;
gap: 8px;

}

.soundDtls img{

width: 48px;
height: 48px;
border-radius: 50%;


}

.creatorDtls{

display: flex;
flex-direction: column;

}
.programdt p{

  color: #6B6E77;
  text-align: right;
  font-size: 1rem;
  font-weight: 500;

}

.programdt .devider{

  color: #6B6E77;
  text-align: right;
  font-size: 1.2rem;
  font-weight: 500;

}

.soundCard .time{

  color: #6B6E77;
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  padding-top: 8px;

}

.views{

  color: #6B6E77;
  text-align: right;
  font-size: 16px;

}

@media only screen and (max-width: 768px) {
  .sound-card-grid {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    width: 100%;
   align-items: center;
   justify-content: center;
margin-right: 24px;
/* margin-left: -24px; */
  }

  .soundCard{

    width: 340px;

  }

  .soundCard .program p{

    font-size: 0.8rem;

  }

  .soundCard .program .time{

    font-size: 0.8rem;

  }

  .sounds .section-title{

    width: 100%;
    margin: 16px;
    justify-content: space-between;

  }
  .sounds .section-title a{

    margin-left: -48px;

}
}

footer{

  position: absolute;
  bottom: 0;
  height: 200px;
  width: 100%;
  background-color: #0076BC;
  padding: 48px;
  display: flex;
  gap: 16px;
  direction: rtl;
  align-items: center;
  justify-content: center;


}

footer .social {

  
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.5rem;
  color: #012143;
  text-align: center;
  align-items: center;
  
  /* margin-top: 32PX; */

}

footer .social .socialIcons{

  
  display: flex;
  align-self: center;
  flex-direction: row;
  align-items: center;
  justify-content: center;

}
footer .social iconify-icon {

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  width: 1.5rem;
  color: #fefefe;
  text-align: center;
  border-radius: 16px;
  margin: 16px;

}

footer .social iconify-icon:hover{

  
  background-color: #012143;
  color: #C1D42F;
  scale: 120%;
  transition: 0.3s ease-in-out;

}

footer .info {

  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  direction: rtl;
  align-items: center;
  padding-bottom: -4px;

}

footer .rights{

  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;

}

footer .rights .text{

font-size: 1rem;
color: #FEFEFE;
padding-right: 24px;
border-right: 2px solid #FEFEFE;

}
footer .rights .reserved{

font-weight: 600;
padding-bottom: 8px;

}

@media (max-width :  820px) {

header .menuToggle{

position: absolute;
display: block;
cursor: pointer;
z-index: 10;
  
}

header .logo{

  left: 0;
  transform: translateX(-48px);
  height: 100;
  width: 100;
  scale: 80%;

}

header .actions .subscribe a{

font-size: 0.8rem;

}
header .actions .unsubscribe a{

  font-size: 0.8rem;
  
  }

header .actions .language p{

  display: none;
  
  }

.searchBox{

  margin-right: 32px;
  
}

header{

padding: 24px 24px;

}

header .navigation{

position: absolute;
opacity: 0;
visibility: hidden;
left: 100%;

}

header.open .navigation{

opacity: 1;
visibility: visible;
top: 85px;
left: 0;
display: flex;
flex-direction: column;
background: #fefefe;
align-items: start;
justify-content: right;
padding-right: 48px;
padding-top: 24px;
width: 100%;
height: calc(100vh - 85px);
border-top: 1px solid rgba(0, 0, 0, 0.05);


}

header ul li::before{

  display: none;

}

header ul li a{

font-size: 1.2rem;

}

header ul li iconify-icon{

  font-size: 1.2rem;
  
}

header .search.active{

  right: -50%;
  width: 100%;
     
}

header .notifications.active{
  
top: 85px;
right: 0;
width: 100%;
height: 100vh;
border-radius: 0px;
box-shadow: none;

}

header .setting.active{
  
  top: 85px;
  right: 0;
  width: 100%;
  height: 100vh;
  border-radius: 0px;
  box-shadow: none;
  
  }








.hero {

  position: relative;
  overflow-y: scroll;

  
}

.hero .heroImg {

  position: absolute;
  top: 0;
  left: 0;
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;

}

.hero .heroImg img {

width: 100%;

}
.hero .heroCnt{

  position: relative;
  display: block;
  margin-top: 60%;
  width: 100%;
  

}

.hero .heroCnt .tagline {

  display: flex;
  flex-direction: row;
  font-size: 1.5rem;
  color: #012143;
  gap: 4px;
  width: 90vw;
  text-align: right;
  justify-content: right;
/* margin-left: 8px; */
      
  }
  
.hero .heroCnt p{
  
    display: flex;
    flex-direction: row;
    justify-content: right;
    text-align: right;
    font-size: 0.5rem;
    color: #012143;
    font-weight: 300;
    width: 100%;
        
}

 .hero.tagline{

display: block;
width: 100vw;
margin: 8px;

 }
  



  .courses{
display: flex;
flex-direction: column;
width: 100%;
padding: 0;
margin: 0;

  }

.courses .coursesCnt{
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 0;
    margin-top: 32px;
    
}

.courses .coursesCnt h1{

  font-size: 1.5rem;

}

.courses .container{

  width: 100%;
  margin: 24px;
  

}

.courses .container .testimonial{

  width: 90%;
  margin-bottom: -72px;
  

}

.courses .container .slide{

  width: 65%;
  height: 200px;

}

.hero .heroCnt{

  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: right;
  width: 100%;
  padding-right: 24px;
  direction: rtl;
  /* gap: 8px; */
  z-index:15;
  padding-bottom:24px;
  padding-left: 8px;
    
  }
  .hero .heroCnt h1{
  
  display: block;
  font-size: 2rem;
  color: #012143;
  margin-top: 16px;
      
  }
  
  .hero .heroCnt p{
  
    display: block;
    width: 100%;
    font-size: 1.2rem;
    color: #012143;
    font-weight: 300;
        
  }
  
  .hero .heroCnt .tagline {
  
  
    display: block;
  padding-left: 8px;
  align-items: right;
    
        
  }
  
  
  /* .hero .heroCnt em{
  
  font-weight: 500;
  font-style: normal;
  margin-right: 8px;
  
  
  } */

  .hero .heroCnt a{

    font-size: 1rem;
    font-weight: 600;
    padding: 16px;
    height: 48px;

  }

  .courses .coursesCnt a{

    font-size: 1rem;
    font-weight: 600;
    padding: 16px;
    height: 48px;

  }

  .courses .coursesCnt p{

font-size: 1rem;

  }

  .slide h1{

font-size: 1rem;
padding-bottom: 16px;

  }

  .slide p {
 
    font-size: 0.7rem;

  }

  .slide a{

font-size: 1rem;

  }

  .container{

    width: 100%;
  padding: 16px;

  }
  .videos .titleName{

    font-size: 18px;

  }
  
  .videos .section-title a{

    font-size: 0.8rem;
    

  }

  .sounds .titleName{

    font-size: 18px;

  }

  .sounds .section-title a{

    font-size: 0.8rem;
    

  }

  .sounds .titleName{

    font-size: 18px;

  }

  .sounds .section-title a{

    font-size: 0.8rem;
    

  }

  footer {

    /* margin-top: -16px; */

  }

  footer .social p{

    font-size: 0.5rem;

  }

  footer .about h3{

    font-size: 1rem;

  }


  footer .info .rights .logo{

    scale: 80%;

  }

  footer .info .rights p{

    font-size: 0.8rem;

  }

  .Vplayer{

    flex-direction: column;
    padding: 0;

  }

  .video-controls{

    scale: 70%;
justify-content: space-around;
gap: 5%;

  }

  .programEpisodes{

padding: 24px;

  }

  

  .vidInfo{

width: 100%;

  }

  .programEpisodes{

width: 100%;

  }

  .episodesNo{

font-size: 1.2rem;

  }

  .Aplayer{

    flex-direction: column;
    padding: 24px;

  }

  .video-controls{

    scale: 70%;
justify-content: space-around;
gap: 5%;

  }

  .audioprogramEpisodes{

padding: 24px;

  }

  

  .audioInfo{

width: 100%;

  }

  .audioprogramEpisodes{

width: 100%;

  }

  .audioprogramEpisodes .soundCard{
position: relative;
width: 100%;

  }

  .programdt p{

    color: #6B6E77;
    text-align: right;
    font-size: 0.8rem;
    font-weight: 500;
  
  }

  .episodesNo{

font-size: 1.2rem;

  }

}

.main{
	position: relative;
  transform: translateY(128px);
	min-height: 40vh;
	width: 95%;
  align-self: center;
  margin: 24px;
	display: flex;
	align-items: center;
  gap: auto;
	justify-content: center;
	background: #012143;
	border-radius: 8px;
	
}
.main button{
	padding: 10px 12px;
	margin: 0 10px;
}
.main #logo{
	position: absolute;
	top: 10px;
	left: 30px;
	font-size: 25px;
	color: #ccc;
}
.main #logo i{
	margin-right: 15px;
}

/* left & right part */
.left{
	width: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
  align-self: left;
}

/* song image */
.left img{
	height: 300px;
	width: 300px;
  aspect-ratio: 1/1;
	border-radius: 15px;
	object-fit: cover;
	filter: drop-shadow(0px 6px 20px rgba(0, 0, 0, 0.20));
}

/* both range slider part */
input[type="range"] {
	-webkit-appearance: none;
	width: 50%;
	outline: none;
	height: 10px;
	margin: 0 15px;
	overflow: hidden;
	border-radius: 10px;
}
input[type="range"]::-webkit-slider-thumb{
	-webkit-appearance: none;
	height: 10px;
	width: 10px;
	background: #C1D42F;
	cursor: pointer;
	box-shadow: -415px 0 0 400px #C1D42F;
}
.right input[type=range]{
	width: 40%;
}

/* vlm part */
.left .vlm{
	margin-top: 25px;
	width: 300px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
/*	border: 1px solid #fff;*/
}
.vlm input[type="range"] {
	flex: 1;
}
.left .vlm p{
	font-weight: bold;
	font-size: 15px;
}
.left .vlm i{
	cursor: pointer;
	/* padding: 8px 12px;
	background: #C1D42F; */
  font-size: 1rem;
}
.left .vlm i:hover{
	background: rgba(245,245,245,0.1);
}
.vlm #vlm_show{
	padding: 8px 12px;
	margin: 0 5px 0 0;
	background: rgba(245,245,245,0.1);
}

/* right part */
.right{
	width: 50%;
	padding: 10px 0;
	display: flex;
	align-items: center;
	flex-direction: column;
}
 .right .middle{
 	width: 100%;
    display: flex;
	align-items: center;
	justify-content: center;
}
.right .middle button{
	border: none;
	height: 70px;
	width: 70px;
	border-radius: 50%;	
    display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	outline: none;
	transition: 0.5s;
	background: none;
	
}
.song_detail{
  display: flex;
  flex-direction: column;
	position: relative;
	width: 80%;
	overflow: hidden;
	margin-bottom: 6.5em;
  justify-content: center;
  align-items: center;
/*	border: 1px solid #fff;*/
}
.song_detail #title{
	text-transform: capitalize;
	color: #fff;
	font-size: 35px;
}
.song_detail #artist{
	text-transform: capitalize;
	color: #fff;
	font-size: 18px;
	margin-top: 5px;
}
.right .duration{
	margin-top: 3em;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
/*	border: 1px solid #fff;*/
}
.duration input[type="range"] {
	flex: 1;
}
.right #auto{
  display: flex;
  justify-content: center;
  align-items: center;
	font-size: 15px;
	text-align: center;
	cursor: pointer;
	border: none;
	padding: 8px 12px;
	color: #fff;
	background: rgba(255,255,255,0.2);
	outline: none;
	border-radius: 10px;

}
#play{
	background: #C1D42F;
}
.right button:hover{
	background: #C1D42F;
}
.right i:before{
	color: #fff;
	font-size: 20px;
}
.show_song_no{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  color: #fff;
  border-radius: 5px;
  background: rgba(255,255,255,0.2);
  box-shadow: inset 2px 2px 5px rgba(0,0,0,0.2),
	 inset -2px -2px 5px rgba(255,255,255,0.1),
	 5px 5px 15px rgba(0,0,0,0.3),
	 -5px -5px 15px rgba(255,255,255,0.1);

}
.show_song_no p:nth-child(2){
	margin: 0 5px;
}



/*responsive*/
@media(max-width: 700px){
	.main{
		min-height: 40vh;
		width: 100%;
		flex-direction: column;
    justify-self: center;
    
	}
	.right{
		margin-top: 50px;
		width: 60%;
	}
	.right .duration{
        width: 90%;
	}
	.left{
		margin-top: 5em;
	    width: 60%;
	}
	.left img{
        min-width: 90%;
        height: 180px;
	}
	.main #logo{
		display: none;
	}
	.song_detail{
		position: absolute;
		top: 5px;
		left: 10px;
		width: 80%;
		height: 70px;
	}
	.song_detail #title{
		font-size: 1.8em;
	}
}

@media(max-width: 500px){
	.main{
		min-height: 100vh;
		width: 100%;
		flex-direction: column;
    margin: 0;
    border-radius: 0;
	}
	.right{
		margin-top: 50px;
		width: 80%;
	}
	.left{
		margin-top: 5em;
	    width: 80%;
	}
	.left img{
        min-width: 90%;
        height: 180px;
	}
	.main #logo{
		display: none;
	}
	.song_detail{
		position: absolute;
		top: 24px;
		left: 10%;
		width: 80%;
		height: 70px;
    font-size: 1.5rem;
	}
	.song_detail #title{
		font-size: 1.5em;
	}
	.song_detail #artist{
		font-size: 0.8em;
	}
	.right .middle button{
		height: 62px;
	    width: 62px;
	}
}
