 
/* ===== اسلایدر بالا===== */
.slider-img{
  height:70vh;
  object-fit: cover;
   width: 100% ;
   height: 500px;
 }

.carousel-control-prev,
.carousel-control-next{
  width:50px;
  height:50px;
  background:rgba(0,0,0,0.4);
  border-radius:10px;
  top:50%;
  transform:translateY(-50%);
}
.slider-top-btn {
  position: absolute;
  top: 10px;  
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

.slider-top-btn .btn {
  border-width: 1px;
  border-radius: 8px;
  padding: 3px 10px;
  font-size: 12px;
  color: white;
  transition: all 0.3s ease;
}

.slider-top-btn .btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #00ffd5;
  border-color: #00ffd5;
}

@media (max-width: 768px) {
#mainSlider .carousel-inner {
  aspect-ratio: 1 / 1; 
  width: 100%;
  overflow: hidden;
}
    #mainSlider .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;   
  }

}


/* ===== کارت‌های صوتی ===== */
.neo-card{
  background:rgba(255,255,255,0.08);
  backdrop-filter:blur(20px);
  border-radius:15px;
  overflow:hidden;
  transition:0.3s;
  color:white;
}
.gallery-img{
   width: 150px;
  height:150px;
  object-fit:cover;
  border-radius:15px;
}
@media (max-width: 768px) {

  .gallery-img{
   width:   115px;
  height: 115px;
  object-fit:cover;
  border-radius:15px;
}
}
 

.card-body{
  display: flex;
  flex-direction: column;
}

.card-title{
  text-align: right;
  width: 100%;
}

 

 


/* ===== کارت‌های ویدئو ===== */

 
.play-icon{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  font-size:30px;
  color:white;
}
 

 
 


 
h6{
    margin: 0;  

}
 

 

/* ===== آخرین جلسات ===== */
.session-card{
  background:#111;
  color:#fff;
  border-radius:12px;
  overflow:hidden;
  transition:0.3s;
}

.session-card:hover{
  transform:translateY(-5px);
}

.session-card img{
  width:100%;
  height:180px;
  object-fit:cover;
}

.session-body{
  padding:10px;
  text-align:center;
}

/* ===== اسلایدرها  کلی===== */
   .audio-slider,
   .session-slider{
    display:flex;
    overflow-x:auto;
    gap:1rem;
    padding-bottom:10px;
  }

 
 

   .audio-slider{
 
    
    display:flex;
    overflow-x:auto;
    gap:1rem;
    padding-bottom:10px;

  }

  .session-slider{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:1rem;
  }


/* ===== پلیر پایین ===== */
#bottomAudioPlayer{
  position:fixed;
  bottom:-120px;
  left:0;
  width:100%;
  background:rgba(0,0,0,0.7);
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:10px 15px;
  transition:0.4s;
  z-index:999;
  color:white;
}

#bottomAudioPlayer.show{
  bottom:0;
}

#bottomAudioPlayer audio{
  width:70%;
}

#audioTitle{
  font-weight:bold;
}



.audio-player{
  position:fixed;
  bottom:-120px;
  left:0;
  width:100%;
  background:rgba(10,10,10,0.9);
  backdrop-filter:blur(20px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:10px 20px;
  color:#fff;
  z-index:9999;
  transition:0.4s;
  border-top:1px solid rgba(255,255,255,0.1);
}

.audio-player.show{
  bottom:0;
}

 .close-btn{
  position:absolute;
  background:none;
  border:none;
  color:#aaa;
  cursor:pointer;
  top:-25px;
  right:15px;
  width:35px;
  height:35px;
  border-radius:50%;
  padding-top: 5px;
  font-size:16px;
  font-weight:bold;
  box-shadow:0 5px 15px rgba(0, 180, 150, 0.4);

}
.close-btn:hover{
  color:#fff;
}

 
 .player-left{
  display:flex;
  align-items:center;
  gap:10px;
}

.cover{
  width:50px;
  height:50px;
  background:#222;
  border-radius:10px;
}

.info span{
  font-weight:bold;
}
.info small{
  display:block;
  font-size:12px;
  color:#aaa;
}

/* وسط */
.player-center{
  flex:1;
  max-width:500px;
}

.controls{
  text-align:center;
  margin-bottom:5px;
}

.controls button{
  background:#035749;
  border:none;
  width:40px;
  height:40px;
  border-radius:10%;
  color:black;
  font-size:16px;
  cursor:pointer;
  transition:0.3s;
  
}

 
.progress-container{
  display:flex;
  align-items:center;
  gap:10px;
}

#progressBar{
  flex:1;
}

 .player-right{
  display:flex;
  align-items:center;
  gap:10px;
}

#volume{
  width:100px;
}

 @media(max-width:768px){
  .player-right{
    display:none;
  }

  .cover{
    width:40px;
    height:40px;
  }
}

.cover{
  width:50px;
  height:50px;
  background-image: url("https://cdn.t-sho.ir/main/cc.jpg");
  background-size: cover;
  background-position: center;
  border-radius:10px;
}


.play-btn{
  align-self: flex-start;  
}
.play-btn{
  margin: 0;
  width: 36px;
  height: 36px;

  display: flex;
  align-items: center;
  justify-content: center;

  background-color: #7f7f7f;
  color: black;
  border: none;

  border-radius: 50%;  

  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
}

.play-btn i{
  font-size: 14px;
}
.play-btn {
  padding: 20px;
  font-size: 16px;
  border-radius: 50%;
  border: none;
  color: rgb(0, 0, 0);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.play-btn {
  background-color: #5f5f5f;
  width: 30px;
  height: 30px;
}



/* ===== عناوین===== */
.section-header{
  margin-top: 60px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:10px;
  position:relative;
   
}
@media (max-width:768px){
.section-header{
  margin-top: 40px;
    margin-left: 10px;
  margin-right: 10px;
}
}
 

 .section-header h2{
  margin:0;
  padding-left:15px;
  position:relative;
  z-index:1;
  font-size:16px;
  color:white;
}

 .see-all{
  position:relative;
  z-index:1;
  color:#ffffff;
  text-decoration:none;
  font-weight:bold;
  transition:0.3s;
  color: #f4bf35;
 }

.see-all:hover{
  color:#00d4ff;
}




 


 


/* ===== جلسات ===== */
.session-body {
  padding: 10px;
  text-align: right;  
}

.session-body h5,
.session-body p {
  margin: 0;  
}

.session-body p {
  color: rgba(123, 123, 123, 0.8); 
  font-size: 14px;  
}




/* ===== 4تا دکمه بالا ===== */
 
.slider-bottom-btn{
  position:absolute;
  bottom:15px;              /* فاصله از پایین اسلایدر */
  left:50%;
  transform:translateX(-50%);
  z-index:5;
}



.audio-p{
  display:flex;
  align-items:center;
  gap:10px;          
}

.audio-p p{
  margin:0;
  flex:1;             
}

.play-btn{
  flex:0 0 auto; 
  margin-right: 120px;
 }
  


 
 @media (max-width:768px){
 
 
.play-btn{
  margin-right:70px;
}
  

}

 .video-slider{
    display:flex;
    overflow-x:auto;
    gap:5rem;
    padding-bottom:10px;
    gap: 10px;

  }
.about{
  display: flex;
  justify-content: center;
  gap: 10px;
}
.about img{
  margin-top: 10px;
  width: 40%;
  border-radius: 10px;
}





 
.roze-card img{
  width: 250px;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .roze-card img{
  width: 190px;
  border-radius: 10px;
}
}
  
.roze-card h6{
color: white;
text-align: center;
}
  
 .roze-slider{
    display:flex;
    overflow-x:auto;
    gap:5rem;
    padding-bottom:10px;
    gap: 10px;

  }
 
.video-card img{
  width: 250px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .video-card img{
  width: 190px;
  border-radius: 10px;
  height: 100%;
}
}
  
.video-card h6{
color: white;
text-align: center;
}



.playlist-player {
    width: 90%;
    margin: 30px auto;
    padding: 20px;
    border-radius: 25px;
    background: none;
    margin-top: 0px;
    text-align: center;
}
.songs{
    max-height: calc(5 * 80px + 4 * 10px);
    overflow-y: auto;
    
     

    

    }

/* Chrome / Edge / Safari */
 
.song {
    padding: 10px;
    margin: 5px 0;
    border-radius: 10px;
    cursor: pointer;
    background: #f4be3572;
    transition: 0.3s;
    color: white;
    height: 70px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.img-play{
  height: 50px;
  width: 50px;
  border-radius: 5px;
}
.img-play-top{
  text-align: center;
    height: 150px;
  width: 150px;
  border-radius: 5px;
}
.img-play-top{
    display: block;
    margin: 0 auto;
}
 
.controls {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
}

.controls button {
    background: #f4be3572;
    border: none;
    color: white;
    padding: 8px 12px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.controls button:hover {
    background: #636363;
}

#playlistProgress {
    width: 100%;
    margin-top: 15px;
    height: 6px;
    border-radius: 10px;
    background: #334155;
    cursor: pointer;
}

#playlistProgress::-webkit-slider-thumb {
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #334155;
}

.time {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 5px;
    color: #94a3b8;
}

  h3::after{
  content:"";
  width:100px;
  height:5px;
  background:linear-gradient(90deg, transparent, #00ffd5, transparent);
  display:block;
  margin:15px auto;
  border-radius:20px;
  animation:expandWidth 1s ease-out 0.3s both;
}




.custom-menu{
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    padding: 6px;
    backdrop-filter: blur(12px);
    box-shadow:
      0 8px 30px rgba(0,0,0,0.25),
      inset 0 1px 1px rgba(255,255,255,0.08);
    gap: 6px;
}
 

.menu-btn{
    border: none;
    background: transparent;
    color: rgba(255,255,255,0.75);
    padding: 10px 18px;
    border-radius: 14px;
    font-size: 14px;
    transition: all .25s ease;
 }

 
.menu-btn:hover{
    color: #fff;
    background: rgba(255,255,255,0.08);
}

.menu-btn.active{
    color: #fff;
    background: rgba(255,255,255,0.12);
    box-shadow:
      inset 0 1px 1px rgba(255,255,255,0.2),
      0 4px 12px rgba(255,255,255,0.05);
}

.menu-btn.active:hover{
    color: #fff;
    background:  #f4be3577;
    box-shadow:
      inset 0 1px 1px rgba(255,255,255,0.2),
      0 4px 12px rgba(255,255,255,0.05);
}


@media (max-width: 350px) {
  .custom-menu {
    flex-direction: column !important;
    width: 150px;
    justify-content: center;

  }

  .custom-menu > * {
    width: 100%;
    display: block;
    justify-content: center;
  }
}



#playlistProgress{
    width: 100%;
    margin-top: 15px;
    height: 6px;
    border-radius: 50px;
    appearance: none;
    background: rgba(255,255,255,0.15);
    outline: none;
    cursor: pointer;
}

/* خط پر شده */
#playlistProgress::-webkit-slider-runnable-track{
    height: 6px;
    border-radius: 50px;

background: linear-gradient(90deg, #f4bf35, #ffd86b);
  }

/* دایره کنترل */
#playlistProgress::-webkit-slider-thumb{
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: white;
    border: 2px solid #7c4dff;
    box-shadow: 0 0 10px rgba(124,77,255,0.6);
    margin-top: -4px;
    transition: 0.2s;
}

#playlistProgress::-webkit-slider-thumb:hover{
    transform: scale(1.3);
}

/* Firefox */
#playlistProgress::-moz-range-track{
    height: 10px;
    border-radius: 50px;
    background: rgba(255,255,255,0.15);
}

#playlistProgress::-moz-range-progress{
background: linear-gradient(90deg, #f4bf35, #ffd86b);    height: 6px;
    border-radius: 10px;
    height:50px;
}

#playlistProgress::-moz-range-thumb{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: white;
    border: 2px solid #7c4dff;
}

.time{
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    font-size: 13px;
    color: rgba(255,255,255,0.7);
 }

.time span{
    background: rgba(255,255,255,0.08);
    padding: 4px 10px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

#playlistProgress{
    direction: ltr;
    unicode-bidi: bidi-override;
}

#playlistProgress {
  height: 21px;   /* ضخیم‌تر */
}


.song {
  transition: all 0.25s ease;
  transform: scale(1);
  position: relative;
  z-index: 1;
    overflow: visible;

}

.song.active {
  background: #f4bf35 !important;
  color: #000;
  border-radius: 12px;

  /* 👇 اینا باعث بزرگ شدن و بیرون اومدن میشه */
 }

.song.active h6 {
  color: #000;
}


 .song .fa {
 
   font-size: 25px;  
   margin-right: 950px;
  
}
.fa {
  display: flex;
  gap: 10px;
  align-items: center;
}
 

@media (max-width: 768px) {
  
 
 .song .fa {
 
   font-size: 20px;  
   margin-right: 90px;
  
}
.song.active {
  background: #f4bf35 !important;
  color: #000;
  border-radius: 12px;

  /* افکت حرفه‌ای بدون بریدگی */
  transform: scale(1.05) translateX(-3px);
  z-index: 10;

  /* سایه برای حس بیرون آمدن */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
 }

}



.progress-container{
    direction: ltr;
    unicode-bidi: bidi-override;
}


.songs {
  max-height: calc(5 * 80px + 4 * 10px);
  overflow-y: auto;
  overflow-x: visible;

  /* کمی فاصله برای جلوگیری از کلیپ شدن */
  padding: 10px 10px;

  /* بهتر شدن اسکرول */
  scroll-behavior: smooth;
}

.song {
  transition: all 0.25s ease;
  transform: scale(1);
  position: relative;
  z-index: 1;

  border-radius: 10px;
}



 @media (min-width:769px){
   
.roze-slider{
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #f4bf35 transparent;
}

/* Chrome / Edge / Safari */
.roze-slider::-webkit-scrollbar{
  height: 2px;   /* 👈 نازک‌تر */
}

.roze-slider::-webkit-scrollbar-track{
  background: transparent;
}

.roze-slider::-webkit-scrollbar-thumb{
  background: #f4bf35;
  border-radius: 50px;
}



.audio-slider{
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #f4bf35 transparent;
}

/* Chrome / Edge / Safari */
.audio-slider::-webkit-scrollbar{
  height: 2px;   /* 👈 نازک‌تر */
}

.audio-slider::-webkit-scrollbar-track{
  background: transparent;
}

.audio-slider::-webkit-scrollbar-thumb{
  background: #f4bf35;
  border-radius: 50px;
}


.video-slider{
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #f4bf35 transparent;
}

/* Chrome / Edge / Safari */
.video-slider::-webkit-scrollbar{
  height: 2px;   /* 👈 نازک‌تر */
}

.video-slider::-webkit-scrollbar-track{
  background: transparent;
}

.video-slider::-webkit-scrollbar-thumb{
  background: #f4bf35;
  border-radius: 50px;
}

 }

 



 .section-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px; /* فاصله کم با ویدئوها */
    padding: 0;
}

.container{
    padding-top: 0;
}

.video-slider{
    margin-top: 0;
}


/* ===== تنظیم یکدست کل صفحه ===== */

.container{
    width:100%;
    max-width:1400px;
    margin:0 auto;

    padding-left:12px;
    padding-right:12px;

    box-sizing:border-box;
}

/* هدر سکشن‌ها */
.section-header{
    width:100%;

    display:flex;
    align-items:center;
    justify-content:space-between;

    margin-top:50px;
    margin-bottom:12px;

    padding:0;

    box-sizing:border-box;
    margin-right: 0;
}

/* اسلایدرها */
.video-slider,
.audio-slider,
.roze-slider,
.session-slider{
    width:100%;
    box-sizing:border-box;
}

/* کارت‌ها */
.video-card,
.audio-card,
.roze-card{
    display:flex;
    flex-direction:column;
    align-items:center;
}

/* تصاویر */
.video-card img,
.roze-card img,
.gallery-img{
    display:block;
}

/* موبایل */
@media(max-width:768px){

    .container{
        padding-left:10px;
        padding-right:10px;
    }

    .section-header{
        margin-top:35px;
    }
}