.img-audio {
  display: flex;
  justify-content: center;
}

.img-audio img {
  margin-top: 50px;
  text-align: center;
  height: 200px;
  width: 200px;
  border-radius: 5px;
}

.card-body {
  margin-top: 20px;
  text-align: center;
}


.custom-player {
  width: 100%;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
}

.playPauseBtn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  background: #ff3d3d;
  color: white;
  font-size: 20px;
  cursor: pointer;
  flex-shrink: 0;
}

.player-info {
  flex: 1;
}

.title {
  color: white;
  margin-bottom: 10px;
  font-size: 15px;
}

#progress {
  width: 100%;
  height: 5px;
  cursor: pointer;
}

.time {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  color: #aaa;
  font-size: 13px;
}

.custom-player {
  direction: ltr;
}

.actions {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.actions .share-btn {
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(0, 0, 0);
  padding: 0;
  width: 90px;
  height: 30px;
  border-radius: 50%;
  background-color: #f4bf35;
  margin-top: 8px;
  
}

.download-btn {
  align-self: flex-start;
}

.download-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;
}

.download-btn i {
  font-size: 14px;
}

.download-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;
}

.download-btn {
  background-color: #5f5f5f;
  width: 30px;
  height: 30px;
}

.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;
  margin-left: 50px;
  margin-right: 50px;
}

@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;
}

/* ===== اسلایدر===== */

@media (max-width:768px) {

  .audio-slider,
  .session-slider {
    display: flex;
    overflow-x: auto;
    gap: 1rem;
    padding-bottom: 10px;
  }


}

@media (min-width:769px) {
  .audio-slider {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 1rem;

  }
}

.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-bodyy {
  display: flex;
  flex-direction: column;
}


.audio-p {
  display: flex;
  align-items: center;
  gap: 10px;
}

.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;
}

/* ===== اسلایدر===== */



.forward-btn {
  align-self: flex-start;
}

.forward-btn {
  margin: 0;
  width: 36px;
  height: 36px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: rgb(255, 255, 255);
  border: none;


  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
}

.forward-btn i {
  font-size: 20px;
}

.forward-btn {
  padding: 20px;
  font-size: 20px;
  border: none;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}







@media (min-width:769px) {
  .video-slider {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
  }
}

@media (max-width:768px) {


  .video-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;
}



@media (min-width:769px) {
  .section-header {

    margin-left: 90px;
    margin-right: 100px;
  }
}



.video-control {
  margin-top: 50px;
  justify-content: center;
  text-align: center;
  align-items: center;
  
}

video {
  border-radius: 10px;
}

@media(max-width:768px) {
  video {
    width: 90%;
  }
}




/* ===== تنظیم یکدست کل صفحه ===== */

.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;
  }
}







html,
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}



.actions,
.actions+div,
.actions+div+div {
  display: flex;
}

/* حالت پیش‌فرض (دسکتاپ) */
.text-center.d-flex {
  flex-wrap: wrap;
  justify-content: center;
}

/* هر بلاک */
.text-center.d-flex>div {
  display: flex;
  gap: 5px;
}

/* دکمه‌ها یک اندازه */
.text-center button {
  white-space: nowrap;
}

/* 📱 موبایل: هر خط 2 تا */
@media (max-width: 760px) {
  .text-center.d-flex {
    flex-wrap: wrap;
  }

  .text-center.d-flex>div {
    width: 100%;
    justify-content: center;
  }

  .text-center.d-flex>div button {
    width: 48%;
  }

  .actions {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-left: 0 !important;
    margin-bottom: 10px;
  }

  .actions .share-btn {
     height: 30px;
   }
}
@media (min-width:760px) {
video{
  height: 400px !important;
 }
}
@media (min-width:900px) {
video{
  height: 500px !important;
 }
}
@media (min-width:1200px) {
video{
  height: 550px !important;
 }
}


.breadcrumb-box {
    direction: rtl;
    font-size: 14px;
    margin-top: 20px;
    color: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.breadcrumb-item-custom {
    padding: 4px 10px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(6px);
    transition: 0.2s;
}

.breadcrumb-item-custom:hover {
    background: rgba(255, 255, 255, 0.18);
    cursor: pointer;
}

.breadcrumb-sep {
    color: rgba(255, 255, 255, 0.5);
    font-weight: bold;
}


 .video-slider{
    display:flex;
    overflow-x:auto;
    gap:5rem;
    padding-bottom:10px;
    gap: 10px;

  }
  
 .audio-slider{
    display:flex;
    overflow-x:auto;
    gap:5rem;
    padding-bottom:10px;
    gap: 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;
}

 }
