/* === BOOTSTRAP ICONS CDN === */
/* @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css"); */

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.my-final-edit-image-swiper .swiper-wrapper {
  padding-bottom: 11px;

  /* padding-inline: 5px; */
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}

.people-comments .swiper-slide {
  width: 416px !important;
  height: 206px;
  flex-shrink: 0;
  border-radius: 24px;
  background: var(--color-primery500, #29574a);
  box-shadow: 0px 5px 5px 0px rgba(43, 55, 66, 0.1);
}


.people-comment-items-swiper-item-header-span {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.people-comment-items-swiper-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px;
}

.people-comment-items-swiper-item-header {
  display: flex;
  gap: 10px;
}

.people-comment-items-swiper-item-header-span-2 {
  display: flex;
  width: 46px;
  height: 15px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: var(--color-secondery500, #d0a767);
  text-align: justify;

  /* body/body-15-regular */
  font-family: "Yekan Bakh FaNum";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 186.667% */
  letter-spacing: -0.75px;
}

.people-comment-items-swiper-item-header-span-1 {
  display: flex;
  width: 81px;
  height: 18px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: black;
  text-align: right;
  font-family: "Yekan Bakh FaNum";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.8px;
}



.people-comment-items-swiper-item-header-span-2 {
  display: flex;
  width: 46px;
  height: 15px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: var(--color-secondery500, #d0a767);
  text-align: justify;
  font-family: "Yekan Bakh FaNum";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.75px;
}

.people-image {
  width: 94px;
  height: 94px;
  flex-shrink: 0;
  border-radius: 8px;
  margin-top: -50px;
}

.customer-information {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.people-comment-items-swiper-item-header-span {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.people-comments-icons {
  margin-right: 50px;
  align-items: center;
  gap: 10px;
}

.str-icn {
  color: #ffd800 !important;
  font-size: 13px;
}

.people-comments-icons-stars {
  margin-right: 13px;
}

.people-comments-icons-like-dislike {
  margin-right: 40px;

  /*display: flex;*/
}

.people-comment-items-swiper-item-body-prag {
  height: 83px;
  color: black;
  text-align: justify;
  font-family: "Yekan Bakh FaNum";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
  letter-spacing: -0.8px;
}

.swiper-button-next {
  border-radius: 8px;
  background: #d0a767;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  font-size: 10px;
}

.swiper-button-prev {
  color: #fff !important;
  border-radius: 8px;
  background: #d0a767;
  width: 38px;
  height: 38px;
  font-size: 10px;
}

.swiper-button-next:after {
  font-size: 15px !important;
  color: white;
}

.swiper-button-prev:after {
  font-size: 15px !important;
  /* color: white !important; */
}

.my-final-edit-image-swiper {
    padding-top:50px !important ;
  padding: 15px;
}

.rated {
  color: yellow;
  font-size: 14px;
}

span#s1 {
  color: magenta;
}
.star-like-final-edit {
  display: flex;
}
@media screen and (max-width: 340px) {
  .str-icn {
    font-size: 13px;
  }

  .people-comments-icons-like-dislike {
    margin-right: 30px;
    display: flex;
  }
}

.people-comment-items-swiper-item-header img {
  border-radius: 8px;
  width: 94px;
  height: 94px;
}

.main-prople-comment-fb {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
.title-prople-comment-fb {
  gap: 30px;
  /* align-items: center; */
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.icons-before-fb {
  border: 0px, 0px, 50px, 50px;
  width: 5px;
  height: 40px;
  background-color: #29574a;
}
.title-txt-fb {
  align-items: center;
  display: flex;
  gap: 10px;
}

.btn-prople-comment-fb {

   border-color: #D0A767;
   color: #D0A767;
  width: 155px;
  /* height: 48px; */
  border-radius: 8px  !important;
}


/* .btn-prople-comment-fb:hover {
    background-color: #D0A767 !important;


} */

.my-final-edit-image-swiper {
    width: 100%;
    background-color: unset !important;
}

 .swiper-rtl .swiper-button-prev {
    right: 1px !important;
}

 .swiper-rtl .swiper-button-next {
    left: 4% ;
 }
 

 .text-prople-comment-fb {
    
    margin: 0px !important;
 }

.btn-prople-comment-fb:hover .text-prople-comment-fb {
    width: 100%;
    height: 100%;
    color: #fff !important;


}

a {
    color: black;
    text-decoration: none !important;
    text-underline-offset: none;
}

.swiper-button-disabled {
    background-color: #ECECEC !important;
    opacity: 1 !important;
}

.swiper-button-disabled::after {
    color: #737373;


}

@media screen and (max-width: 640px	) {
.main-prople-comment-fb {
    align-items: center;
    flex-direction: column;
    gap: 25px;
}


}


.waveform .scroll .wrapper{
  height: 54px;
}
.canvases {
  height: 54px !important;
}

.track {
  display: flex ;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10px;
  width: 100%;

}

.waveform {
  width: 100%;
}


.cursor {
  display: none;
}

.img_slide_team {
z-index: 30;
}

.img_slide_team img {
  border-radius: 8px;
  width: 94px;
  height: 94px;
  z-index: 20 !important;
}

.head_slide_team {
  gap:10px;
  position: absolute;
top: -35px;
  display: flex;
  padding-right: 15px;
}

.under-banner-swiper {
  
  padding-block: 50px !important;
  padding-inline: 30px;
}

.slide_team {
  background-color: var(--white , #fff);
  z-index: 15 !important;
  padding: 20px;
  justify-content: end;
  display: flex;
  flex-direction: column;
 align-items: start;
  height: 172px !important;
}

.name_slide_team {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.btn-next-team {
  top: 52%;
  left: 11px !important;
}
.btn-next-team:hover {
  background-color: #D0A767 !important;

}

 .swiper-rtl .swiper-button-prev:after {
  content:'next' !important;
}

.under-banner-swiper .btn-prev-team {
  top: 52%;
  right: 11px !important;
}

.swiper-button-prev:hover {
  background-color: #D0A767 !important;
  color: #fff !important;
}



.slide_team {
  z-index: 100;
}


.title-our-team {
  display: flex;
  flex-direction: column;
  gap: 38px;
}

.main-podcast-our-team-tk {
  width: 100%;
  align-items: center;
}
/* .main-podcast-our-team-tk .title-our-team {
width: 30%;

} */
.text-our-team-tk {

font-size: 32px;
font-style: normal;
font-weight: 900;
line-height: normal;
letter-spacing: -1.6px;
}

.text-our-team-tk::before {
  content: '';
  display: block;
  width: 42px;
  height: 5px;
  transform: rotate(90deg);
  border-radius: 0px 0px 50px 50px;
  background: var(--color-primery500, #29574A);
  box-shadow: 2px 0px 5px 0px rgba(41, 87, 74, 0.25);


  right: -34px;
  margin-top: 2%;
  position: absolute;
}

.button-our-team-tk {
  width: 155px;
height: 48px;
flex-shrink: 0;
border-radius: 8px;
background: #D0A767;
border: #D0A767;
}

.button-our-team-tk a {
  text-decoration: none; 
  color: black;
}

.button-our-team-tk:hover {
  background-color: #fff;
  


}

.button-our-team-tk:hover a {
  color: var(--color-secondery500, #D0A767);
  transition: 0.5s;


}
.playbtn {
  border-radius: 8px;
background: var(--gray1, #F7F7F7);
padding: 7px;
}
.pause-podcast-tk {

}

.yolme-playing {
  background-color:#D0A767;
}


.icon-playing {
  fill: #737373;
}


.icon-pausing {
  fill: #fff;
}


.bg-hov-team-tk {
  opacity: 0;
  content: '';
  width: 80%;
  height: 200px;
  background-color: #D0A767;
  position: absolute;
  /* z-index: 2 !important; */
  left: 11%;
  border-radius: 8px;
  transition: 1s !important;
}
.under-banner-swiper
.slide_team:hover::after .bg-hov-team-tk {
  opacity: 1 !important;
  transition: 1s !important;
}

.under-banner-swiper 
.swiper-slide:after {
  content: ' ';
  height: 10px;
  background-color: #D0A767;
  position: absolute;
  width: 77%;
  z-index: 0;
  left: 11%;
  border-radius: 0 0 16px 16px;
  bottom: -9px;
  opacity: 0;
  transition: opacity 0.3s ease;

}


.under-banner-swiper 
.swiper-slide:before {
  content: ' ';
  height: 10px;
  background-color: #D0A767;
  position: absolute;
  width: 77%;
  z-index: 0;
  left: 11%;
  border-radius: 16px 16px 0px 0px ; 
  top: -9px;
  transition: opacity 0.3s ease;

  opacity: 0;
}

.under-banner-swiper 
.swiper-slide:hover:after,
.under-banner-swiper 
.swiper-slide:hover:before {
    opacity: 1 !important;

}
.red-button {
  background-color: var(--color-secondery500, #D0A767);
}

.podcast-pagi {
  bottom: 9px !important;
  
}

.gradiant-podcast-voice {
  border-radius: 0px 30px 30px 0px;
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
  width: 104px;
  position: absolute;
  height: 75%;
  left: 0px;
  z-index: 2;
  top: 14px;
}

@media screen and (max-width: 1200px) {

.gradiant-podcast-voice {
 display: none; 
}
}