body {
  font-family: IRANSansfanum;
}
/* .topBgWrapper{
  background-image: url(/assets/images/bgShape.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.centerBgWrapper{
  background-image: url(/assets/images/bgcenter.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bottomBgWrapper{
  background-image: url(/assets/images/bgbottom.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
} */

/* .topBgWrapper,
.centerBgWrapper,
.bottomBgWrapper {
  position: relative;
  width: 100%;
  height: 100vh;
} */

.topBgWrapper {
  background-image: url(/assets/images/bgShape.png);
}

.centerBgWrapper {
  /* background-image: url(/assets/images/bgcenter.png); */
}

.bottomBgWrapper {
  background-image: url(/assets/images/bgbottom.png);
}

.topBgWrapper,
.centerBgWrapper,
.bottomBgWrapper {
  background-repeat: no-repeat;
  background-size: cover;
}
.topBgWrapper {
  background-position: top center;
}
.centerBgWrapper {
  background-position: center center;
}
.bottomBgWrapper {
  background-position: bottom bottom;
}

.icon {
  font-size: 24px; /* Adjust size as needed */
}

.specialBorder1 {
  border-radius: 35% 65% 59% 41% / 22% 22% 78% 78%;
  border: 2px solid #ae8e77;
}
.specialBorder2 {
  border: 2px solid #ae8e77;
  border-radius: 35% 65% 59% 41% / 22% 22% 78% 78%;
}
.specialBorder3 {
  border: 1px solid #ae8e77;
  border-radius: 39% 61% 59% 41% / 67% 58% 42% 33%;
}

.color1 {
  color: #ae8e77 !important;
}
.color2 {
  color: #f6ded1 !important;
}

.bg1 {
  background-color: #ae8e77 !important;
}
.color5 {
  color: #2c4049ab !important;
}

.bg2 {
  background-color: #f6ded1 !important;
}
.border2 {
  border: #f6ded1 solid 2px !important;
}

.cursor {
  cursor: pointer;
}
/* h3 {
  position: relative;
} */
/* h3::before {
  content: '|';
  font-size: 35px;
  font-weight: 900;
  width: 20px;
  color: #AE8E77 !important;
} */
/* podcast images   */

.podImages {
  position: relative;
  background-image: url(/assets/images/beam.svg);
  background-repeat: no-repeat;
  background-position: left center;
  width: 100%;
  height: 100%;
}
.pod2 {
  position: absolute;
  z-index: 500;
  left: 35%;
}
.pod1 {
  max-width: 380px !important;
  z-index: 200;
  position: absolute;
  left: 65%;
  top: 183px;
  bottom: -50%;
}
/* audio tag  */
.audioTag {
  z-index: 200;
  position: absolute;
  left: 0;
  bottom: 0;
}

.audioWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  font-family: Arial, sans-serif;
}

.audio-player {
  display: flex;
  align-items: center;
  background: #f3f3f3;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
}

.audio-player button {
  background: none;
  border: none;
  cursor: pointer;
}

.play-pause::before {
  content: url("play-icon.png");
}

.play-pause.playing::before {
  content: url("pause-icon.png");
}

.volume::before {
  content: url("volume-icon.png");
}

.seek-bar,
.volume-bar {
  margin: 0 10px;
}

.seek-bar {
  flex: 1;
}

.current-time,
.duration {
  margin: 0 5px;
}

/* .mainVideo{
  width: 300px !important;
  height: 130px !important;
} */
.resized-video {
  width: 620px;
  height: 540px;
  max-width: 100%;
  border-radius: 10px;
}

.shadow {
  box-shadow: 8px 17px 35px 20px rgba(0, 0, 0, 0.1);
}
.border-radius {
  border-radius: 20px;
}
.radius12 {
  border-radius: 12px;
}

/* borders  */
.border-start {
  border-right: #2c4049 solid 2px !important;
  color: #2c4049;
  padding-right: 20px;
}
.border-start2 {
  border-right: #ae8e77 solid 2px !important;
  padding-right: 20px;
}
.border-bottom {
  border-bottom: #2c4049 solid 2px !important;
  color: #2c4049;
  width: 75%;
}
.border-bottom2 {
  border-bottom: #ae8e77 solid 2px !important;
  color: #ae8e77;
}
.border-top {
  border-top: #ae8e77 solid 2px !important;
}
.commentsWrapper {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 30px 30px 10px 10px;
}
.commentsWrapper p {
  font-size: 14px;
  font-weight: 400;
  line-height: 29px;
  text-align: justify;
}
.commentsWrapper h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 29.74px;
  text-align: right;
  color: #616161;
}

.replyRow {
  max-height: 400px !important;
  overflow: auto;
}
.infWrapper {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 10px 30px 10px 10px;
  height: 100%;
}
.titleBox {
  max-height: 100px;
  min-height: 38px;
}
.titleBox h3 {
  text-wrap: nowrap;
}
.titleBorderRight {
  padding: 6px;
  max-width: 8px !important;
  border-radius: 16px;
  background-color: #ae8e77;
  min-height: 38px;
}
.titleBorderRightDark {
  padding: 6px;
  max-width: 8px !important;
  border-radius: 16px;
  background-color: #2c4049;
  min-height: 38px;
}

/* coach card */
.coach-card {
  height: 182px;
  border-radius: 20px 0px 0px 0px;
  position: relative;
  border-radius: 1.3rem;
  width: 80%;
  margin: auto;
  margin-top: 50px;

  .title {
    font-size: 17px;
    font-weight: 400;
    line-height: 28.09px;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
  .more {
    position: absolute;
    bottom: 10%;
    left: 20%;
    right: 20%;
    display: flex;
    justify-content: center;
    border-top: 1px solid #cabbb2;
    padding-top: 3%;
  }

  .card-icon-box {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75px;
    height: 75px;
  }
}
.coach-card.active {
  background-color: #ae8e77 !important;
  color: white !important;
  .more{
    color: white !important;
  }
}
.where-we-start {
  margin-top: 5%;
  justify-content: center;
  .text {
    font-size: 20px;
    font-weight: 400;
    line-height: 33.04px;
    text-align: left;
  }
  .arrow-wrapper {
    position: relative;
    img {
      /* position: sticky; */
      bottom: 50%;
      left: 0;
      max-width: 100%;
      min-width: 100px;
      height: 50px;
      display: flex;
      margin-top: 60%;
    }
  }
  .badge-class {
    position: absolute;
    left: 10%;
    top: 25%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ae8e77 !important;
  }
}
.moreTag {
  min-width: 60px !important;
  justify-content: center !important;
  align-items: center;
}
/* accordion landing */
.accordion {
  .accordion-item {
    border-radius: 25px !important;
    border: none;
  }
  .accordion-button:not(.collapsed) {
    color: #b5e5e5;
    background-color: #2c4049;
  }
  .accordion-collapse.collapse.show {
    background-color: #2c4049;
    color: #f6ded1;
    border-bottom-right-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
  }
  .accordion-item .accordion-button {
    border-top-right-radius: 25px !important;
    border-top-left-radius: 25px !important;
  }
  .accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
  }
  .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: auto;
    content: "";
    /* background-image: url(../images/remove-square.png) ; */
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
  }
  .accordion-button.collapsed::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: auto;
    content: "";
    background-image: url(../images/add-square.png);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
  }
  .accordion-button:not(.collapsed)::after {
    background-image: url(../images/remove-square.png);

    transform: rotate(180deg);
  }

  .hr-dashed {
    border-top: 2px dashed #000;
  }
  .hr-solid {
    border-top: 2px solid #000;
  }
  .hr-solid::before {
    border-top: 2px solid #000;
  }
  .accordion-header {
    span {
      white-space: nowrap;
      flex-grow: 1;
    }
    hr {
      width: 75%;
      /* height: 2px; */
      margin-right: 6px;
    }
    .accordion-button.collapsed {
      .hr-solid {
        display: none !important;
      }
    }
    .accordion-button:not(.collapsed) {
      .hr-solid {
        display: none !important;
      }
    }
  }
  .accordion-body {
    background-color: #2c4049;
    padding-right: 7%;
    border-bottom-right-radius: 25px !important;
    border-bottom-left-radius: 25px !important;

    p {
      padding-right: 3%;
      color: #f6ded1;
      border-right: 1px solid #f6ded1;
      font-size: 15px;
      font-weight: 400;
      line-height: 35px;
      letter-spacing: 0.04em;
      text-align: justified;
    }
  }
}

/* tiny slider landing */
.tiny-two-item {
  box-shadow: 0px -8px 26.7px 0px #a8a8a812;
}
.slider-container {
  position: absolute;
  bottom: 2%;
  z-index: 2;
  left: 2%;
  right: 2%;
  background-color: #f1fffee0;
  z-index: 10;
}
.controles-wrapper {
  width: 100%;
  display: flex !important;
  justify-content: space-between;
  position: absolute;
  z-index: 3;
  top: 50%;
}
.tiny-item-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px -8px 26.7px 0px #a8a8a812;

  .name {
    font-size: 15px;
    font-weight: 400;
    line-height: 24.78px;
    text-align: left;
    color: #2c4049;
  }
  .expertise {
    font-size: 14px;
    font-weight: 400;
    line-height: 23.13px;
    text-align: left;
    color: #64534b;
  }
}
.coaches-container {
  position: relative;
  padding-right: 5%;
  padding-bottom: 0 !important;

  .tns-controls {
    display: none;
  }
}

.coachDetails {
  font-family: IRANSansWeb(FaNum);
  font-size: 28px;
  font-weight: 400;
  line-height: 33.13px;
  text-align: right;
  max-width: 350px;
  flex-grow: 1;
  margin-top: 30%;
  position: relative;
  z-index: 5;
}
.aboutCoach {
  font-family: IRANSansWeb(FaNum);
  font-size: 14px;
  font-weight: 400;
  line-height: 33px;
  text-align: justify;
}
.coachImgWrapper {
  max-width: 550px;
}

/* خانواده لید وی هاب */

.blue-circle {
  position: relative;
  .content {
    position: absolute;
    top: 20%;
    right: 45%;
    left: 0;
    bottom: 0;
    text-align: center;
  }
  /* right: 50%; */
  /* transform: translateX(50%); */
  /* top: 10%; */
}
.pink-circle {
  position: relative;
  /* bottom: 0; */
  /* left: 35%; */
  /* transform: translateX(-50%); */
}
.blue-circle-small {
  position: relative;
  /* bottom: 0;
   left: 35%; */
  /* transform: translateY(-50%); */
}
.content {
  display: flex;
  flex-direction: column;
  position: absolute;
  /* justify-content: center; */
  gap: 10%;
  top: 20%;
  right: 45%;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  .icon {
    width: 20px;
  }
  .number {
    font-family: IRANSansWeb(FaNum);
    font-size: 40px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0.04em;
    text-align: center;
  }
}
/* breadcrumb */

.breadcrumb span {
  font-size: 14px;
  font-weight: 400;
  line-height: 23.13px;
  text-align: right;
  color: #000000;
}

/* custom switch  */

.switch {
  position: relative;
  height: 1.5rem;
  width: 3rem;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 9999px;
  background-color: rgba(100, 116, 139, 0.377);
  transition: all 0.3s ease;
}

.switch:checked {
  background-color: #2c4049;
}

.switch::before {
  position: absolute;
  content: "";
  left: calc(1.5rem - 1.6rem);
  top: calc(1.5rem - 1.6rem);
  display: block;
  height: 1.6rem;
  width: 1.6rem;
  cursor: pointer;
  border: 1px solid rgba(100, 116, 139, 0.527);
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 3px 10px rgba(100, 116, 139, 0.327);
  transition: all 0.3s ease;
}

.switch:hover::before {
  box-shadow: 0 0 0px 8px rgba(0, 0, 0, 0.15);
}

.switch:checked:hover::before {
  box-shadow: 0 0 0px 8px #2c4049;
}

.switch:checked:before {
  transform: translateX(100%);
  border-color: #2c4049;
}
.moreTag {
  min-width: 60px !important;
  justify-content: center !important;
  align-items: center;
}
.BlogCard {
  max-height: 540px;
  border-color: #f6ded1;
  background-color: #fff8f4;
}

/* breadcrumb */

.breadcrumb span {
  font-size: 14px;
  font-weight: 400;
  line-height: 23.13px;
  text-align: right;
  color: #000000;
}

/* custom switch  */

.switch {
  position: relative;
  height: 1.5rem;
  width: 3rem;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 9999px;
  background-color: rgba(100, 116, 139, 0.377);
  transition: all 0.3s ease;
}

.switch:checked {
  background-color: #2c4049;
}

.switch::before {
  position: absolute;
  content: "";
  left: calc(1.5rem - 1.6rem);
  top: calc(1.5rem - 1.6rem);
  display: block;
  height: 1.6rem;
  width: 1.6rem;
  cursor: pointer;
  border: 1px solid rgba(100, 116, 139, 0.527);
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 3px 10px rgba(100, 116, 139, 0.327);
  transition: all 0.3s ease;
}

.switch:hover::before {
  box-shadow: 0 0 0px 8px rgba(0, 0, 0, 0.15);
}

.switch:checked:hover::before {
  box-shadow: 0 0 0px 8px #2c4049;
}

.switch:checked:before {
  transform: translateX(100%);
  border-color: #2c4049;
}

/* filterBox */
.filterBox label,
.filterBox option {
  font-size: 14px;
  font-weight: 400;
  line-height: 23.13px;
  text-align: right;
}

/* coach cards  */
.borderAvatar1 {
  border: 3px solid #2c4049;
}
.borderAvatar11 {
  border: 3px solid #729499;
}
.borderAvatar2 {
  border: 8px solid #729499;
}

.coachCard {
  max-height: 500px;
  border-color: rgba(181, 229, 229, 1);
  background-color: rgba(181, 229, 229, 1);
  border-radius: 15px;
  margin: 0 0 20px 0;
}
.coachCard2 {
  max-height: 500px;
  border-color: rgba(44, 64, 73, 1);
  background-color: rgba(44, 64, 73, 1);
  border-radius: 15px;
  color: rgba(255, 255, 255, 1);
}

.coachCard .card-title {
  font-size: 25px;
  font-weight: 400;
  line-height: 41.3px;
  text-align: left;
}
.coachCard .ratingCount {
  font-size: 14px;
  font-weight: 400;
  line-height: 33px;
  text-align: justify;
  letter-spacing: 0.02;
}
.coachCard .card-body {
  padding: initial 0;
}

.coachSpanText {
  text-wrap: wrap;
}
.ratingCount {
  font-size: 14px;
  font-weight: 400;
  line-height: 33px;
  text-align: justify;
  letter-spacing: 0.02;
}
.coachCard .options {
  font-size: 12px;
  font-weight: 400;
  line-height: 23.13px;
  text-wrap: nowrap;
}
.coachCard .icon {
  width: 18.76px;
  height: 21.51px;
  top: 1.25px;
  left: 2.62px;
  gap: 0px;
  opacity: 0px;
}

.cardBtnBg2 {
  border-color: rgba(181, 229, 229, 1);
  background-color: rgba(181, 229, 229, 1) !important;
  color: rgba(44, 64, 73, 1);
}

.subcribe-form {
}
.subcribe-form .btn {
  padding: 9px 20px;
}
.subcribe-form input {
  padding: 12px 20px;
  width: 100%;
  color: #3c4858 !important;
  border: none;
  outline: none !important;
  padding-left: 160px;
  padding-right: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  min-height: 84px !important;
}
.subcribe-form button {
  position: absolute;
  top: 1.5px;
  left: 2px;
  outline: none !important;
}
.subcribe-form form {
  position: relative;
  max-width: 900px;
  width: 100%;
  margin: 0px auto;
}

/* BlogCard */
.BlogCard {
  margin-bottom: 15px;
}

/* podCard */
.podCard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: transparent !important;
  border: none !important;
  height: 573px;
  margin-bottom: 130px;
}
.podCard .podCardImg {
  position: absolute;
  top: 0;
}
.podCard .card-body {
  max-width: 310px;
  border: 1px solid;
  border-color: rgba(174, 142, 119, 1);
  border-radius: 20px;
  position: absolute;
  bottom: -50px;
  background-color: rgba(255, 255, 255, 0.72);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 200;
}
.podCard .card-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 26.43px;
  text-align: right;
}
.podCard .card-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 23.13px;
  text-align: right;
}
.podCard span.color5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 23.13px;
  text-align: justify;
}
.podCard span.name {
  font-size: 16px;
  font-weight: 400;
  line-height: 29.74px;
  text-align: right;
}
/* podCard type2 */
.podCard2 .card-body {
  background-color: rgba(0, 0, 0, 0.71);
  color: #fff8f4;
  border-color: #f6ded1;
}
.podCard2 span.color5 {
  color: white !important ;
  opacity: 0.8;
}

.pinkWave {
  position: absolute;
  bottom: -134px;
  z-index: 100;
}

/* videotag  */

.videoBtn {
  background-color: #c7c6c6;
  width: 70px;
  height: 60px;
  /* border: 20px solid #c7c6c6; */
  border-radius: 100px !important;

  display: flex;
  justify-content: center;
  align-items: center;
}
.videoBtn .polygon {
  width: 20px;
}
.videoTagWrapper {
  width: 100px;
  height: 100px;
  border: 20px solid #737271;
  border-radius: 100% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.videoCarouselWrapper {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%);
}

/* .tns-slide-active {
  margin-bottom: 100px;
} */

.borderNone {
  border: none !important;
}
.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgb(174 142 119);
    margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
