:root {
  --font-size: 16px;
  --theme-primary-bg-color: #00b8be;
  --theme-primary-text-color: #00767a;
  --theme-secondary-bg-color: #b7a78e;
  --theme-secondary-text-color: #fff;
}

html {
  font-size: var(--font-size);
}

body {
  background: #e7e7e7;
  margin: 0;
  direction: rtl;
}

img {
  display: block;
  max-width: 100%;
  pointer-events: none;
  user-select: none;
}

h1 {
  font-size: 1.5rem;
}
h2 {
  font-size: 1.3rem;
}
h3 {
  font-size: 1.5rem;
}

/* main {
  overflow-x: hidden;

} */

a {
  color: unset;
  text-decoration: none;
}

.base-width {
  width: 80%;
  margin: 0 auto;
}

.relative {
  position: relative;
}

.pointer {
  cursor: pointer;
}

.top-content {
  width: 100%;
  max-width: 1046px;
  height: 350px;
  flex-shrink: 0;
  border-radius: 70px;
  background: var(--theme-primary-bg-color, #00b8be);
  box-shadow: 36px 195px 52.3px 11px rgba(21, 71, 117, 0.25);
  margin-inline: auto;
  position: relative;
}

.bottom-content {
  position: relative;
  z-index: 100;
  width: 100%;
  max-width: 1046px;
  height: 300px;
  flex-shrink: 0;
  border-radius: 70px;
  background: var(--theme-secondary-bg-color, #b7a78e);
  margin-inline: auto;
  margin-block-start: -50px;
  /* opacity: 0; */
}

.middle-content {
  z-index: 110;
  width: 100%;
  max-width: 890px;
  height: 300px;
  flex-shrink: 0;
  border-radius: 50px;
  background: -webkit-linear-gradient(
      99deg,
      rgba(59, 210, 255, 0.19) 10.44%,
      rgba(123, 233, 169, 0.19) 98.3%
    ),
    -webkit-linear-gradient(286deg, rgba(255, 255, 255, 0) -2.25%, rgba(
            255,
            255,
            255,
            0.8
          )
          63.79%);
  background: -moz-linear-gradient(
      99deg,
      rgba(59, 210, 255, 0.19) 10.44%,
      rgba(123, 233, 169, 0.19) 98.3%
    ),
    -moz-linear-gradient(286deg, rgba(255, 255, 255, 0) -2.25%, rgba(
            255,
            255,
            255,
            0.8
          )
          63.79%);
  background: -o-linear-gradient(
      99deg,
      rgba(59, 210, 255, 0.19) 10.44%,
      rgba(123, 233, 169, 0.19) 98.3%
    ),
    -o-linear-gradient(286deg, rgba(255, 255, 255, 0) -2.25%, rgba(
            255,
            255,
            255,
            0.8
          )
          63.79%);
  background: linear-gradient(
      99deg,
      rgba(59, 210, 255, 0.19) 10.44%,
      rgba(123, 233, 169, 0.19) 98.3%
    ),
    linear-gradient(
      286deg,
      rgba(255, 255, 255, 0) -2.25%,
      rgba(255, 255, 255, 0.8) 63.79%
    );
  box-shadow: 15px 46px 42.7px -21px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(35px);
  position: absolute;
  padding: 2rem;
  inset: 0;
  margin: auto;
  /* opacity: 0; */
}

.search-box {
  border-radius: 20px;
  backdrop-filter: blur(19.3px);
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 800ms;
  overflow: hidden;
}

.search-box .icon-container {
  display: flex;
  align-items: center;
  margin-left: 12px;
}

.search-box input {
  width: 100%;
  height: 100%;
  display: none;
  padding: 0 6px;
  font-family: Iran-Sans, sans-serif;
  color: white;
  border: unset;
  background-color: #01979c;
  border-radius: 20px;
}

.search-box input:focus,
.search-box input:focus-within {
  border: unset;
  outline: 1px solid #028d92;
}

.search-box .icon-container span {
  color: white;
  font-family: Iran-Sans, sans-serif;
  text-wrap: nowrap;
  display: none;
}

.search-box.in {
  background: rgba(0.8, 151.21, 156.4, 0.5);
}

.search-box.in .icon-container span,
.search-box.in input {
  display: block;
}

.back-drop-menu {
  width: 248px;
  height: 451px;
  background: rgba(0.8, 151.21, 156.4, 0.5);
  border-radius: 20px;
  backdrop-filter: blur(19.3px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;

  /* @media (width < ) */
}

.abs-menu-group {
  list-style: none;
  padding: 0;
}

.abs-menu-group li,
.abs-menu-group + a {
  color: white;
  border-radius: 20px;
  font-family: Iran-Sans, sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  cursor: pointer;
  transition: 300ms;
}

.abs-menu-group + a {
  bottom: 1.8rem;
}

.abs-menu-group li:hover {
  color: white;
  background-color: #b6a68d;
}

.abs-menu-group li.active {
  background: #01979c;
  backdrop-filter: blur(19.3px);
}

.footer-text {
  position: absolute;
  inset-block-end: 20px;
  inset-inline: 0;
  margin: 0 80px;
}

.about-us {
  flex-shrink: 0;
  border-radius: 4px;
  background: #e9e5dd;
  color: #d7c7ac;
  text-align: center;
  padding-inline: 0.5rem;
  font-family: Iran-Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.top-text-caption {
  display: block;
  font-size: 0.95rem;
  color: var(--theme-primary-text-color, #00767a);
  text-align: right;
  font-family: Iran-Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 10px;
}

.green-text {
  color: var(--theme-primary-text-color, #00767a);
  text-align: center;
  font-family: Iran-Sans, sans-serif;
  font-style: normal;
  font-weight: 600;
}

h3,
h5 {
  color: var(--theme-primary-text-color, #00767a);
  text-align: right;
  font-family: Iran-Sans, sans-serif;
  font-style: normal;
  font-weight: 900;
  --line-clamp: 2 !important;
}

h3 {
  font-size: 1.25rem;
}

.bottom-text-caption {
  color: var(--theme-secondary-text-color, #fff);
  text-align: justify;
  font-family: Iran-Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  --line-clamp: 2 !important;
  flex-shrink: 0;
}

.textBox-img {
  transition: 300ms;
}

.mini-post-card .textBox-img {
  width: 0;
  overflow: hidden;
}

.mini-post-card:hover .textBox-img {
  width: 131px;
}

.mini-pos-cardt:hover > img {
  display: none;
}

.img-caption {
  display: block;
  max-width: 100%;
  height: 80px;
  margin: 5px;
  object-fit: cover;
  border-radius: 15px;
}

#menu-title-desktop {
  color: var(--theme-primary-text-color, #00767a);
  text-align: center;
  font-family: Iran-Sans, sans-serif;
  font-style: normal;
  font-weight: 600;
  z-index: 1;
  line-height: normal;
  position: absolute;
  translate: 50% 0;
  inset: 80px 50%;
  text-wrap-mode: nowrap;
  width: fit-content;
  transition: all 0.5s ease;
}

.ml-16 {
  margin-right: 16px;
}

.layer2-phone {
  width: 457px;
  max-width: 100vw;
  height: 457px;
  border-radius: 457px;
  background: rgba(255, 255, 255, 0.14);
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -366px;
  overflow: hidden;
}

.layer-phone {
  width: 421px;
  max-width: calc(100vw - 2rem);
  height: 421px;
  flex-shrink: 0;
  border-radius: 421px;
  background: rgba(255, 255, 255, 0.26);
  box-shadow: 0px 12px 3px -9px rgba(255, 255, 255, 0.3) inset;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -348px;
  z-index: 0;
  overflow-inline: clip;
}

.layer2 {
  width: 542px;
  height: 542px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  border-radius: 545px;
  background: rgba(255, 255, 255, 0.14);
  top: 15px;
}

.layer1 {
  width: 503px;
  height: 503px;
  top: 35px;
  border-radius: 503px;
  background: rgba(255, 255, 255, 0.26);
  box-shadow: 0px 12px 3px -9px rgba(255, 255, 255, 0.3) inset;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.base-cercle {
  height: 320px;
  z-index: 290;
  /* background: linear-gradient(129.69deg, var(--theme-primary-bg-color, #00b8be) 16.25%, #EADE7F 87.39%); */
  position: absolute;
  inset: -20px 0;
  margin: 0 auto;
}

.base-img {
  /* width: 266px;
  height: 397px; */
  z-index: 300;
  position: absolute;
  inset: 0;
  margin: auto;
}

.caption-button {
  display: inline-block;
  text-decoration: none;
  font-size: 0.9rem;
  color: #edf6f3;
  text-align: justify;
  font-family: Iran-Sans, sans-serif;
  font-style: normal;
  font-weight: 600;
  border-radius: 4px;
  background: var(--theme-primary-bg-color, #00b8be);
  flex-shrink: 0;
  margin-block-start: 0.5rem;
}

.copy-right {
  color: var(--theme-secondary-text-color, #fff);
  text-align: right;
  font-family: Iran-Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.icon-bg {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50" fill="none"> <g filter="url(#filter0_i_1_40)"> <circle cx="25" cy="25" r="25" transform="matrix(-1 0 0 1 50 0)" fill="white" fill-opacity="0.26"/> </g> <defs> <filter id="filter0_i_1_40" x="0" y="0" width="50" height="50" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"> <feFlood flood-opacity="0" result="BackgroundImageFix"/> <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/> <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/> <feMorphology radius="9" operator="dilate" in="SourceAlpha" result="effect1_innerShadow_1_40"/> <feOffset dx="10" dy="-6"/> <feGaussianBlur stdDeviation="1.5"/> <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/> <feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.3 0"/> <feBlend mode="normal" in2="shape" result="effect1_innerShadow_1_40"/> </filter> </defs> </svg>');
}

main {
  width: 100%;
}

.circle {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-menu-circl {
  position: absolute;
  transform: rotate(calc(var(--r)));
  inset: 17%;
  transition: all 1s ease;
  border-radius: 50%;
  /* width:fit-content;
  height: fit-content; */
}

.slide-menu-circl {
  transform: rotate(calc(var(--r)));
  border-radius: 50%;
  background: var(--theme-primary-text-color, #00767a);
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 10px;
}

.item-menu-circl .icon {
  display: inline-block;
  transform: rotate(calc(var(--r) * -1));
  box-shadow: 10px -6px 3px -9px var(--theme-secondary-text-color, #fff) fff4d
    inset;
  width: 50px;
  height: 50px;
  background-color: aliceblue;
  opacity: 0.4;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
}

.icon-activ .icon {
  background: -webkit-linear-gradient(134deg, #ffef97 -9.33%, #79e9d3 97.27%);
  background: -moz-linear-gradient(134deg, #ffef97 -9.33%, #79e9d3 97.27%);
  background: -o-linear-gradient(134deg, #ffef97 -9.33%, #79e9d3 97.27%);
  background: linear-gradient(134deg, #ffef97 -9.33%, #79e9d3 97.27%);
  filter: drop-shadow(-12px -4px 20.7px rgba(0, 0, 0, 0.12));
  opacity: 1;
}

.text-right {
  text-align: right;
}

.icon-activ {
  inset: 12%;
}

.light {
  position: absolute;
  top: 0px;
  left: 39%;
}

.phone {
  display: none;
}

.menu-phone-container {
  text-align: center;
  position: relative;
  height: 170px;
}

.menu-light-desktop {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 77px;
}

.phone-menu-active-light {
  position: absolute;
  /* z-index: 87; */
  top: 30px;
  left: 50%;
  transform: translate(-50%);
}

@keyframes change-content {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.content-slider-active,
#menu-title-desktop {
  animation-name: change-content;
  animation-duration: 3s;
}

.content-slider-deactive {
  display: none;
}

.w400 {
  width: 55%;
}

.text-right {
  text-align: right;
  margin-right: 0;
}

.text-left {
  text-align: left;
  margin-right: 0;
}

.p0 {
  padding: 0 !important;
}

.col-align {
  display: flex;
  align-items: baseline;
}

@media (max-width: 991px) {
  .w400 {
    width: 100% !important;
  }

  .w400.col-align {
    align-items: center;
    margin-bottom: 4px;
  }

  .share {
    margin: 10px auto !important;
  }

  .phone {
    display: block;
  }

  .bottom-text-caption {
    width: 70% !important;
    text-align: right !important;
  }

  .item-menu-circl {
    transform: rotate(calc(var(--r)));
    inset: 12px;
  }

  .icon-activ {
    inset: -14px !important;
  }

  .img-caption {
    width: 100%;
    height: 100px;
  }

  .icon {
    position: relative;
    z-index: 1200;
  }

  .content-slider-active {
    display: block;
  }

  .next-Previouse {
    margin: 10px 0;
  }

  .px-sm-12 {
    padding-right: 12px;
    padding-left: 12px;
  }

  .pb-sm-10rem {
    padding-bottom: 10rem;
  }
}

/******** player **********/
.playlist::-webkit-scrollbar {
  width: 0px;
}

.playlist::-webkit-scrollbar-track {
  background: transparent;
}

.playlist::-webkit-scrollbar-thumb {
  background-color: #756750;
  border-radius: 20px;
  border: 3px solid transparent;
}

.playlist {
  scrollbar-width: thin;
  scrollbar-color: #756750 transparent;
}

* {
  outline: none !important;
}

.player {
  width: 100%;
  display: flex;
  position: relative;
  background: #464646;
  border-radius: 20px;
  margin: 0.5rem auto;
}

.add-comment.player-section {
  min-height: unset;
}

.video-section {
  /* width: 310px; */
  width: 50%;
  padding: 15px 17px 15px 0;
  position: relative;
  direction: ltr;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.video-section .icon-arafi-type {
  position: absolute;
  z-index: 10;
  top: 26px;
  right: 26px;
  color: var(--theme-primary-bg-color, #00b8be);
}

.video-container {
  display: flex;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  background: linear-gradient(
    143deg,
    rgba(60, 210, 255, 0.7) 2.07%,
    rgba(140, 215, 196, 0) 46.98%,
    rgba(225, 221, 134, 0.7) 94.15%
  );
  background-blend-mode: color, normal;
}

video {
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: cover;
}

.controls {
  position: absolute;
  bottom: 28px;
  left: 1px;
  right: 26px;
  display: flex;
  flex-direction: column;
  padding: 5px;
}

.top-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0 0 3px;
}

.left {
  display: flex;
  align-items: center;
}

.play-pause-btn,
.volume-btn {
  background: none;
  border: none;
  color: var(--theme-primary-bg-color, #00b8be);
  cursor: pointer;
  padding-left: 0;
  display: flex;
}

.volume-container {
  display: flex;
  flex-direction: row-reverse;
}

.video-section .icon-volume-loud-svgrepo-com-1 {
  opacity: 0.6;
  transition: 0.3s;
}

.video-section .icon-volume-loud-svgrepo-com-1:hover,
.volume-container.active .icon-volume-loud-svgrepo-com-1 {
  opacity: 1;
}

.video-section .volume-dropdown {
  display: none;
  position: absolute;
  bottom: -11px;
  left: 15px;
}

.video-section #volumeControl {
  width: 60px;
}

.volume-container.active .volume-dropdown {
  display: block !important;
}

.progress-bar-container {
  width: 100%;
  height: 1px;
  background: #03a7a357;
  cursor: pointer;
  position: relative;
  border-radius: 20px;
  bottom: -3px;
}

.progress-bar {
  width: 0%;
  height: 100%;
  background: var(--theme-primary-bg-color, #00b8be);
}

.video-title-time {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 6px;
  overflow: hidden;
  font-family: Iran-Sans, sans-serif;
  font-weight: 300;
  word-wrap: break-word;
}

#currentTime {
  overflow: hidden;
  color: #d1d1d1;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Iran-Sans, sans-serif;
  font-style: normal;
  font-weight: 300;
}

#videoTitle {
  max-width: calc(100% - 3rem);
  direction: rtl;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--theme-primary-bg-color, #00b8be);
  font-family: Iran-Sans, sans-serif;
  font-weight: 700;
  word-wrap: break-word;
}

.total-video {
  overflow: hidden;
  color: var(--theme-primary-text-color, #00767a);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Iran-Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.total-video-time {
  overflow: hidden;
  color: #ab9d86;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Iran-Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.loading-spinner {
  position: absolute;
  transform: translate(-50%, -50%);
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid var(--theme-primary-bg-color, #00b8be);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
  display: none;
  z-index: 10;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.playlist-section {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  direction: ltr;
}

.scroll-buttons {
  display: flex;
  position: absolute;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.scroll-buttons button {
  background: none;
  border: none;
  color: var(--theme-primary-bg-color, #00b8be);
  cursor: pointer;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scroll-buttons img {
  width: 40px;
}

.scroll-buttons svg {
  position: absolute;
}

.playlist {
  display: flex;
  width: 100%;
  max-height: 50vh;
  flex-wrap: wrap;
  justify-content: end;
  align-content: start;
  overflow-y: auto;
  direction: ltr;
}

.playlist-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5px;
  margin-bottom: 5px;
  color: #00c4cc;
  cursor: pointer;
  transition: background 0.3s;
  width: 100%;
  border-radius: 10px 0px 0px 10px;
  background: #323232;
}

.playlist-item.active {
  border-radius: 10px 0px 0px 10px;
  border-left: 3px solid var(--theme-primary-bg-color, #00b8be);
  background: #1b1b1b;
  /* position: absolute;
  width: calc(50% + 24px); */
}

.item-left {
  display: flex;
  align-items: center;
  height: 100%;
  width: 110px;
}

.item-left button {
  background: none;
  border: none;
  color: #00c4cc;
  cursor: pointer;
  display: flex;
  align-content: center;
  align-items: center;
}

.item-left img {
  width: 100%;
  position: relative;
  border-radius: 10px;
  max-width: 100%;
  overflow: hidden;
  height: 28px;
  object-fit: cover;
}

.item-right {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 1;
  direction: rtl;
  margin-inline-end: 0.5rem;
  --line-clamp: 1;
}

.item-right span:first-child {
  color: #d1d1d1;
  font-family: Iran-Sans, sans-serif;
  font-weight: 300;
  padding-left: 8px;
  direction: rtl;
  word-wrap: break-word;
}

.item-right span:last-child {
  direction: rtl;
  width: 80%;
  padding-right: 20px;
  color: var(--theme-primary-bg-color, #00b8be);
  font-family: Iran-Sans, sans-serif;
  font-weight: 700;
  word-wrap: break-word;
}

/******* audio player ***/
.audio.player {
  background-color: #ab9d86 !important;
  height: unset !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.audio .demo-icon.icon-arafi-type {
  flex-shrink: 0;
}

.audio .playlist-section {
  width: 100%;
}

.audio .scroll-buttons img {
  width: 48px !important;
}

.audio .playlist {
  min-height: 38px;
}

.audio .playlist-item.active {
  background-color: #756750;
  /* width: 822px !important; */
  border-radius: 10px;
}

.audio.player > i.icon-arafi-type {
  width: 10%;
}

.audio.player .playlist {
  margin-block: 1.5rem;
}

.audio.player .item-right {
  margin-left: 15px;
  margin-right: 15px;
}

.audio-controls {
  display: flex;
  align-items: center;
  padding-inline-start: 1rem;
  gap: 8px;
  width: 100%;
}

.progress-wrapper {
  flex: 1;
  background-color: #ccc;
  height: 5px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

.audio-progress-bar {
  height: 100%;
  background-color: var(--theme-primary-bg-color, #00b8be);
  width: 0%;
}

.time-display {
  white-space: nowrap;
  color: #333;
}

.audio.player .item-left,
.audio.player .audio-controls {
  height: 100%;
}

.item-left img {
  width: auto;
  height: 100%;
}

.controls {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.top-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.video-title-time {
  display: flex;
  align-items: center;
  gap: 10px;
}

.audio .playlist-item {
  position: relative;
}

#audio-playlist .volume-dropdown {
  display: none;
}

.audio .item-right span:last-child {
  width: unset;
}

.audio .item-right span:first-child {
  padding: 0;
  margin-right: 6px;
}

.audio .volume-btn {
  margin-top: 2px;
}

@media (max-width: 768px) {
  .player {
    flex-direction: column;
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .video-section,
  .playlist-section {
    width: 100%;
  }

  .video-section {
    padding: 15px;
  }

  .controls {
    left: 26px;
  }

  .playlist {
    justify-content: center;
    margin-right: 0;
    padding-bottom: 10px;
  }

  .playlist-item,
  .playlist-item.active {
    border-radius: 10px;
    position: relative;
    z-index: 2;
    min-height: fit-content;
    flex-shrink: 1;
  }

  video {
    height: auto;
  }

  #scrollUpBtn,
  #scrollDownBtn,
  #audioScrollUpBtn,
  #audioScrollDownBtn {
    display: none;
  }

  .audio.player > i.icon-arafi-type {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .progress-bar-container {
    bottom: 0;
  }

  .item-left img {
    width: 46px;
  }
}

@media (max-width: 526px) {
  .audio .top-controls span:first-child,
  .audio .left {
    display: none;
  }

  .audio .video-title-time {
    justify-content: space-between;
  }

  .audio .video-title-time span:first-child {
    display: block;
  }

  .audio .controls {
    right: 5px;
  }

  .audio.player {
    padding: 1rem;
  }
}

/**** gellery ****/

.masonry-grid {
  column-count: 3;
  column-gap: 20px;
  margin-bottom: 0;
}

.masonry-item {
  break-inside: avoid;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transform: translateY(50px);
  opacity: 0;
  animation: slideUp 0.5s ease forwards;
  animation-delay: calc(var(--index) * 0.1s);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.masonry-item:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.masonry-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.masonry-placeholder {
  width: 100%;
  height: 200px;
  background: #d1d5db;
  position: relative;
  border-radius: 12px;
}

.shimmer {
  position: relative;
  overflow: hidden;
}

.shimmer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 20%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 0.4) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: shimmer 1s infinite;
  transform: translateX(-100%);
  opacity: 0.8;
}

.masonry-placeholder.error::before {
  display: none;
}

.masonry-placeholder.error::after {
  content: "تصویر بارگذاری نشد";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--theme-secondary-text-color, #fff);
  background: rgba(0, 0, 0, 0.7);
  padding: 8px 12px;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
    opacity: 0.8;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translateX(100%);
    opacity: 0.8;
  }
}

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  animation: fadeIn 0.3s ease;
}

.lightbox.active {
  display: flex;
}

.lightbox-img-container {
  position: relative;
  overflow: visible;
  width: 90%;
  max-height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lightbox-img-container.shimmer::before {
  content: "";
  width: 48px;
  height: 48px;
  border: 5px solid var(--theme-secondary-text-color, #fff);
  border-top: 5px solid #60a5fa;
  border-radius: 50%;
  animation: spin 0.8s cubic-bezier(0.4, 0, 0.2, 1) infinite,
    pulse 1.5s ease-in-out infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lightbox-img-container.error::before {
  display: none;
}

.lightbox-img-container.error::after {
  content: "تصویر بارگذاری نشد";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--theme-secondary-text-color, #fff);
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  background: none;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.1);
  }
}

.lightbox img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 12px;
  transition: transform 0.1s ease;
  user-select: none;
  opacity: 0;
  animation: scaleTransition 0.3s ease-in-out 0.2s forwards;
}

.lightbox-caption {
  color: var(--theme-secondary-text-color, #fff);
  font-weight: 400;
  margin: 10px auto 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px 16px;
  border-radius: 6px;
  max-width: 90%;
  direction: rtl;
}

.lightbox-controls {
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  padding: 8px 12px;
  border-radius: 8px;
  backdrop-filter: blur(10px);
  z-index: 3;
  cursor: default;
}

.control-btn {
  color: var(--theme-secondary-text-color, #fff);
  cursor: pointer;
  background: none;
  border: none;
  transition: color 0.3s ease;
  pointer-events: auto;
}

.control-btn:hover {
  color: #ddd;
}

.slide-counter {
  color: var(--theme-secondary-text-color, #fff);
  padding: 0 8px;
  pointer-events: none;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  color: var(--theme-secondary-text-color, #fff);
  cursor: pointer;
  transition: color 0.3s ease;
}

.close-btn:hover {
  color: #ddd;
}

.prev-btn,
.next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--theme-secondary-text-color, #fff);
  cursor: pointer;
  transition: color 0.3s ease;
  padding: 10px;
}

.prev-btn:hover,
.next-btn:hover {
  color: #ddd;
}

.prev-btn {
  right: 20px;
}

.next-btn {
  left: 20px;
}

.thumbnail-strip {
  display: flex;
  position: absolute;
  bottom: 0;
  margin-top: 15px;
  margin-bottom: 30px;
  overflow-x: auto;
  padding: 12px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  backdrop-filter: blur(10px);
}

.thumbnail {
  width: 80px;
  height: 60px;
  object-fit: cover;
  margin: 0 6px;
  border-radius: 8px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s ease, transform 0.2s ease, border 0.2s ease;
}

.thumbnail:hover {
  opacity: 1;
  transform: scale(1.05);
}

.thumbnail.active {
  opacity: 1;
  border: 2px solid #60a5fa;
  transform: scale(1.05);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes scaleTransition {
  from {
    /* transform: scale(0.8); */
    opacity: 0.7;
  }

  to {
    /* transform: scale(1); */
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .masonry-grid {
    column-count: 2;
  }

  .thumbnail {
    width: 60px;
    height: 45px;
  }

  .lightbox-img-container {
    width: 95%;
    max-height: 65%;
  }

  .lightbox-controls {
    top: 8px;
    padding: 6px 10px;
  }

  .lightbox-caption {
    padding: 6px 12px;
  }
}

@media (max-width: 480px) {
  .masonry-grid {
    column-count: 1;
  }

  .control-btn,
  .close-btn,
  .prev-btn,
  .next-btn {
    .thumbnail {
      width: 50px;
      height: 35px;
    }
  }

  .slide-counter {
    padding: 0 6px;
  }

  .lightbox-controls {
    top: 6px;
    padding: 5px 8px;
    gap: 5px;
  }

  .container {
    padding: 20px;
  }

  .close-btn {
    right: 10px;
  }

  .prev-btn {
    right: 10px;
  }

  .next-btn {
    left: 10px;
  }

  .lightbox-img-container {
    width: 95%;
    max-height: 60%;
  }

  .lightbox-caption {
    padding: 5px 10px;
  }
}

.circle-container {
  width: 500px;
  height: 500px;
  position: relative;

  border-radius: 50%;
  margin: -40px auto;
}

.circle-container-phone {
  width: 421px;
  max-width: 100vw;
  height: 421px;
  position: relative;
  border-radius: 50%;
  margin: -40px auto;
}

.circle-container span,
.circle-container-phone span {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background-color: lightblue;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  transition: all 1s;
}

.circle-container span {
  background-color: rgb(9, 221, 90);
  text-align: center;
  line-height: 50px;
  z-index: 291;
  margin: -15px;
}

.circle-container-phone span {
  margin: -18px;
}

@media (width < 421px) {
  .circle-container-phone span {
    margin: -18px 0px;
  }
}

.circle-container span:hover {
  transform: translate(1.05);
}

.circle-container .active {
  background: linear-gradient(
    134deg,
    #ffef97 -9.33%,
    #79e9d3 97.27%
  ) !important;
  transform: translate(-8px, -205px) !important;
  filter: drop-shadow(-12px -4px 20.7px rgba(0, 0, 0, 0.12));
}

.circle-container-phone .active {
  background: linear-gradient(
    134deg,
    #ffef97 -9.33%,
    #79e9d3 97.27%
  ) !important;
  transform: translate(-8px, -170px) !important;
  filter: drop-shadow(-12px -4px 20.7px rgba(0, 0, 0, 0.12));
}

.middle-content > .container > .row {
  justify-content: space-between;
  > :first-child {
    padding-inline-end: 3rem;
  }

  > :last-child {
    padding-inline-start: 2rem;
  }
}

.coment-text-continer {
  scroll-margin-block: 1rem;
}

.phone-content-top {
  position: relative;
  border-radius: 40px;
  background: var(--theme-primary-bg-color, #00b8be);
  box-shadow: 14px 195px 52.3px 11px rgba(21, 71, 117, 0.25);
  width: 100%;
  height: 490px;
  overflow: hidden;
}

.phone-middle-content {
  border-radius: 40px;
  background: linear-gradient(
      173deg,
      rgba(59, 210, 255, 0.19) 16.87%,
      rgba(123, 233, 169, 0.19) 50.77%
    ),
    linear-gradient(
      338deg,
      rgba(255, 255, 255, 0) 42.7%,
      rgba(255, 255, 255, 0.8) 92.15%
    );
  box-shadow: 15px 46px 42.7px -21px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(35px);
  width: 100%;
  padding-bottom: 15px;
  margin-top: -280px;
}

.opacity0 {
  opacity: 0;
}

.phone-content-bottom {
  width: 100%;
  border-radius: 40px;
  padding-block-start: 7rem;
  padding-block-end: 2rem;
  padding-inline: 1rem;
  margin-block-start: -4rem;
  background: var(--theme-secondary-bg-color, #b7a78e);
}

.text-center {
  text-align: center !important;
}

.more {
  color: var(--theme-secondary-text-color, #fff);
  font-family: Iran-Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 85px;
  height: 26px;
}

.bottom-20 {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.base-cercle-phone {
  position: absolute;
  left: 50%;
  z-index: 90;
  bottom: -250px;
  transform: translate(-50%);
  width: 256px;
  height: 256px;
}

.base-img-phone {
  z-index: 200;
  width: 222px;
  height: 333px;
  position: absolute;
  inset: 310px 0;
  margin: auto;
}

.phone-light-active-ok {
  position: absolute;
  z-index: 30;
  /* left:270%; */
  top: 100px;
  left: 50%;
  transform: translate(-50%);
}

/* .phone-menu-active-light{
    z-index: 87;
    top: 98px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
} */
.arrow-menu {
  z-index: 89;
  top: 146px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  color: var(--theme-primary-text-color, #00767a);
  text-align: center;
  font-family: Iran-Sans, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 40px;
}

.menu-title {
  z-index: 89;
  top: 135px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  color: var(--theme-primary-text-color, #00767a);
  text-align: center;
  font-family: Iran-Sans, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.textBox-img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
}

.mini-post-card:nth-child(even) .textBox-img {
  left: auto !important;
  right: 17px !important;
}

.textbox-content {
  width: 131px;
  height: 76px;
  border-radius: 10px;
  background: rgba(204, 180, 145, 0.78);
  box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(1.0499999523162842px);
}

.text-box-pharagraph {
  color: #000;
  text-align: right;
  font-family: Iran-Sans, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 16.5px */
}

.sharp {
  color: var(--theme-secondary-text-color, #fff);
  text-align: right;
  font-family: Iran-Sans, sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  display: inline-block;
  margin-right: 5px;
  /* 13.5px */
}

.text-box-header {
  color: var(--theme-secondary-text-color, #fff);

  text-align: right;
  font-family: Iran-Sans, sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.see {
  width: 18.714px;
  height: 16.889px;
  width: 100%;
  text-align: left;
  position: relative;
  top: -5px;
  left: -5px;
}

header {
  border-radius: 0px 0px 70px 70px;
  background: var(--theme-primary-bg-color, #00b8be);
  box-shadow: 22px -47px 52.3px 11px rgba(21, 71, 117, 0.25);
  margin: 0 auto;
}

main {
  min-height: 100vh;
}

.menu li {
  color: var(--theme-secondary-text-color, #fff);
  text-align: right;
  font-family: Iran-Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.menu-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 20px;
  text-align: center;
  flex-shrink: 0;
  background-color: #1fa4a9;
  box-shadow: 10px -6px 3px -9px rgba(15, 116, 134, 0.3) inset;
  border-radius: 50%;
  margin-right: 5px;
  margin-left: 7px;
}

.container-center {
  margin: 45px auto;
}

article {
  width: 75%;
  min-height: 785px;
  flex-shrink: 0;
  border-radius: 70px;
  background: var(--theme-secondary-text-color, #fff);
}

.sidbar-box hr {
  margin-top: 8px;
}

.add-comment {
  /* width: 75%; */
  min-height: 321px;
  flex-shrink: 0;
  border-radius: 1.5rem;
  background: var(--theme-secondary-text-color, #fff);
}

.phone-middle-content {
  display: block !important;
}

.add-comment input {
  width: 48%;
  height: 35px;
  flex-shrink: 0;
  border-radius: 70px;
  padding: 0 25px;
  border: 1px solid var(--theme-primary-bg-color, #00b8be);
  background: var(--theme-secondary-text-color, #fff);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170.1%;
}

input::placeholder,
textarea::placeholder {
  color: #cbcbcb;
}

.add-comment textarea {
  padding: 12px;
}

input:focus {
  border: 1px solid var(--theme-primary-bg-color, #00b8be) !important;
}

.next-Previouse {
  border-radius: 70px;
  background: var(--theme-secondary-text-color, #fff);
}

.next-Previouse-button-text {
  display: inline-block;
  margin: 0 5px;
  /* line-height: 100%; */
  width: 44px;
  color: var(--theme-primary-bg-color, #00b8be);
  font-family: Iran-Sans, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
}

.next-Previouse-butto {
  width: 25px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid var(--theme-primary-bg-color, #00b8be);
  text-align: center;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
}

.btn-pointer {
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.next-Previouse-title {
  display: flex;
  max-width: 100%;
  height: 50px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  color: #939393;
  text-align: justify;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  font-family: Iran-Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  /* 21px */
  margin: 0 !important;
}

.w785 {
  width: 785px;
}

.sidbar-title {
  /* overflow: hidden; */
  color: #000;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Iran-Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 170%;
  /* 27.2px */
  width: 201px;
  height: 33px;
}

.cercle {
  display: inline-block;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 17px;
  background: #bfbfbf;
}

.sidbar-date {
  color: #1d0a4b;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Iran-Sans, sans-serif;
  font-style: normal;
  font-weight: 300;
  direction: rtl;
  display: inline-block;
}

.sidbar-text {
  overflow: hidden;
  color: var(--theme-primary-text-color, #00767a);
  /* text-align: justify; */
  text-align: right;
  font-family: Iran-Sans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
  letter-spacing: -0.72px;
  flex-shrink: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.next-Previouse-text {
  max-width: 100%;
  overflow: hidden;
  color: #ab9d86;
  text-align: justify;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Iran-Sans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 190%;
  /* 22.8px */
  letter-spacing: -0.72px;

  height: 25px;
  flex-shrink: 0;
}

.add-comment textarea {
  border-radius: 30px;
  background: var(--theme-secondary-text-color, #fff);
  border: 1px solid var(--theme-primary-bg-color, #00b8be);
  width: 100%;
  flex-shrink: 0;
}

.add-comment form {
  position: relative;
}

.add-comment:not(.player-section) button {
  color: var(--theme-secondary-text-color, #fff);
  background-color: var(--theme-primary-bg-color, #00b8be);
  border-radius: 50px;
  border: none;
  font-family: Iran-Sans, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 170.1%;
  /* 25.515px */
  letter-spacing: -0.45px;
}

article p {
  overflow: hidden;
  color: #000;
  text-align: justify;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 190%;
  /* 26.6px */
}

.content-article {
  overflow: hidden;
  color: #000;
  text-align: justify;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  font-family: Iran-Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 190%;
  /* 26.6px */
}

aside {
  margin-inline: -4rem !important;
  width: calc(100% + 4rem) !important;
  margin-block-end: 4rem;
  padding: 0 !important;
}

.sidbar-content {
  border-radius: 70px 0px 0px 70px;
  background: #d1d1d1;
  position: relative;
  padding-inline-start: 6rem;
  padding-inline-end: 1rem;
  padding-block: 2rem;
}

.sidbar-content-top {
  top: 0;
}

.sidbar-content-bottom {
  bottom: 0;
}

footer {
  background: var(--theme-secondary-bg-color, #b7a78e);
  margin: 0 auto;
}

h1,
h3 {
  overflow: hidden;
  color: var(--theme-primary-text-color, #00767a);
  text-align: justify;
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
  font-family: Iran-Sans, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 170%;
  /* 34px */
}

article .header-text {
  overflow: hidden;
  color: var(--theme-primary-text-color, #00767a);
  text-align: justify;
  text-overflow: ellipsis;
  font-family: Iran-Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 190%;
  /* 26.6px */
  letter-spacing: -0.84px;
}

.article-header-icon {
  text-align: center;
  color: var(--theme-primary-text-color, #00767a);
}

.article-header-icon-text {
  overflow: hidden;
  color: #ab9d86;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  font-family: Iran-Sans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  margin-block-start: 0.25rem;
  /* 12px */
  min-width: fit-content;
}

.top-of-article {
  /* width: 290px; */
  /* height: 171px; */
  /* flex-shrink: 0; */
  overflow: hidden;
  color: #ab9d86;
  text-align: justify;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 190%;
  /* 26.6px */
  letter-spacing: -0.84px;
}

.hashtag {
  color: #939393;
  padding: 0.25rem 0.5rem;
  font-family: Iran-Sans, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  border-radius: 10px;
  background: #e6e6e6;
  text-align: center;
  transition: 500ms ease;
}

.hashtag:hover {
  background-color: #888;
  color: #fff;
}

.article-footer-item {
  color: #939393;
  text-align: right;
  font-family: Iran-Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 189%;
  display: flex;
  align-items: center;
  /* 18.9px */
}

.golden-text {
  overflow: hidden;
  color: #ab9d86;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Iran-Sans, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  /* 34px */
}

.star {
  stroke-width: 1px;
  stroke: var(--theme-secondary-bg-color, #b7a78e);
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.Advertisement {
  /* width: 509px; */
  height: 200px;
  flex-shrink: 0;
  border-radius: 70px;
  background: var(--theme-secondary-text-color, #fff);
}

.Advertisement div {
  color: #ab9d86;
  text-align: center;
  font-family: Iran-Sans, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.share {
  border-radius: 70px;
  background: #d1d1d1;
}

.share p {
  overflow: hidden;
  color: #939393;
  text-align: justify;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Iran-Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  /* 21px */
}

.Social {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: aqua;
  border-radius: 50%;
  line-height: 27px;
  transition: all 500ms;
}

.Social:hover {
  transform: scale(1.4);
}

.text-grey-bold {
  overflow: hidden;
  color: #c0c0c0;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Iran-Sans, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  /* 34px */
  width: 117px;
  /* height: 33px; */
  flex-shrink: 0;
}

.text-grey {
  color: #c0c0c0;
  text-align: center;
  font-family: Iran-Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170.1%;
  /* 23.814px */
  letter-spacing: -0.42px;
}

.comments {
  /* width: 75%; */
  flex-shrink: 0;
  border-radius: 1.5rem;
  background: var(--theme-secondary-text-color, #fff);
}

.green-name-comment-owner {
  color: var(--theme-primary-text-color, #00767a);
  text-align: justify;
  font-family: Iran-Sans, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 200%;
  /* 22px */
}

.grey-text-thin {
  display: flex;
  align-items: center;
  margin: 0 5px;
  overflow: hidden;
  color: #c0c0c0;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Iran-Sans, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  /* 12px */
  letter-spacing: -0.48px;
}

.box-comment-text {
  position: relativ;
  border: 1px solid #c0c0c0;
  border-radius: 20px 0px 20px 20px;
  font-weight: 400;
  color: #000;
  width: 55%;
}

.box-comment-text::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../img/shape/right-corner-messegebox.png");
  background-size: cover;
  position: absolute;
  top: -8px;
  right: -20px;
}

/* .messege-box-corner{
    position: absolute;
    top: -8px;
    right: -20px;
} */

/* .messege-box-answer-corner{
    position: absolute;
    top: -6px;
    left: -24px;
} */
.box-comment-text-answer::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../img/shape/left-corner-messegebox.png");
  background-size: cover;
  position: absolute;
  top: -7px;
  left: -31px;
}

.box-comment-text-answer {
  border: 1px solid var(--theme-primary-bg-color, #00b8be);
  border-radius: 0px 20px 20px 20px;
  /* overflow: hidden; */
  color: var(--theme-primary-text-color, #00767a);
  font-weight: 700;
  line-height: 190%;
  /* 26.6px */
}

.box-comment-text-answer,
.box-comment-text {
  position: relative;
  direction: rtl;
  padding: 15px;
  text-align: justify;
  min-height: 60px;
  margin-top: -3px;
  text-overflow: ellipsis;
  font-family: Iran-Sans, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 160%;
}

.box-comment-text .cornel {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #bd3939;
  position: absolute;
  top: -1px;
  right: -20px;
}

.top-left-15 {
  display: inline-block;
  display: absolute;
  top: 15px;
  left: 15px;
}

.menu-icon svg {
  margin: 5px auto;
}

.w400.col-align {
  align-items: center;
}

.back-drop-menu {
  width: 248px;
  height: 451px;
  background: rgba(0.8, 151.21, 156.4, 0.5);
  border-radius: 20px;
  backdrop-filter: blur(19.3px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.abs-menu-group {
  list-style: none;
  padding: 0;
}

.abs-menu-group li,
.abs-menu-group + a {
  color: white;
  border-radius: 20px;
  font-size: 11px;
  font-family: Iran-Sans, sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  cursor: pointer;
  transition: 300ms;
}

.abs-menu-group + a {
  bottom: 1.8rem;
}

.abs-menu-group li:hover {
  color: white;
  background-color: #b6a68d;
}

.abs-menu-group li.active {
  background: #01979c;
  backdrop-filter: blur(19.3px);
}

.post-group {
  direction: ltr;
}

.post-group .card {
  border-radius: 20px;
  border: 1px solid var(--theme-primary-bg-color, #00b8be);
  padding: 10px;
}

.post-group .card .card-title {
  color: var(--theme-primary-text-color, #00767a);
  text-align: right;
  font-family: Iran-Sans, sans-serif;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 137%;
  direction: rtl;
}

.post-group .card .card-text {
  overflow: hidden;
  color: #ab9d86;
  text-align: right;
  font-family: Iran-Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: -0.72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 137%;
  direction: rtl;
}

.post-group .card .card-foot {
  direction: rtl;
}

.post-group .card .card-foot i {
  color: var(--theme-primary-text-color, #00767a);
}

.post-group .card .card-foot span {
  width: 100%;
  overflow: hidden;
  color: #ab9d86;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Iran-Sans, sans-serif;
  font-size: 8px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: -0.48px;
}

.top-title {
  position: absolute;
  inset-inline: 0;
  margin: auto;
  top: 0;
  background-color: D1D1D1;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding-top: 9px;
}

.bottom-title {
  width: 100%;
  position: absolute;
  bottom: 0rem;
  right: 0;
  display: flex;
  justify-content: center;
}

.bottom-title > .row {
  background-color: D1D1D1;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding-bottom: 12px;
  padding-top: 12px;
  width: 80%;
}

.bottom-title .next-Previouse-button-text {
  width: 31px;
  color: var(--theme-secondary-text-color, #fff);
  font-family: Iran-Sans, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.bottom-title .next-Previouse-butto {
  border: 1px solid var(--theme-secondary-text-color, #fff);
}

.bottom-title ul {
  list-style: none;
  padding: 0 0.5rem;
  gap: 21px;
}

.bottom-title ul li {
  font-family: Iran-Sans, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 170.1%;
  letter-spacing: -0.45px;
}

.bottom-title ul li {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottom-title ul li.active {
  background-color: white;
  color: var(--theme-secondary-bg-color, #b7a78e);
  border-radius: 50%;
}

@media screen and (max-width: 992px) {
  .p-sm-0 {
    padding: 0 !important;
  }

  .box.float-start img {
    width: 100%;
  }

  .p-5 {
    padding: 3rem 1rem 1rem !important;
  }

  .add-comment svg,
  .comments svg {
    width: 14px !important;
    height: 14px !important;
  }

  .sidbar-content {
    min-height: unset;
    max-height: unset;
    position: sticky;
    border-radius: 70px;
    width: 100%;
    padding-inline: 2rem;
  }

  aside {
    margin-inline: auto !important;
    width: 100% !important;
  }

  .w-md-100 {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .box.float-start {
    width: 100%;
  }

  .bottom-title > .row {
    width: 66%;
  }

  .bottom-title ul {
    padding: 0;
    gap: 2px;
  }
}

@media screen and (max-width: 526px) {
  .comments .col-align {
    direction: rtl;
  }
}

.line-clamp {
  display: -webkit-box !important;
  padding: 0 !important;
  --line-clamp: attr(data-line-clamp type(<integer>), none);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--line-clamp);
  line-height: var(--line-height, 1.5em);
  height: calc(var(--line-height, 1.5em) * var(--line-clamp));
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.overlay {
  --alpha: 0.5;
  --clr: rgba(0, 0, 0, var(--alpha));
  --clr-gradient: linear-gradient(var(--clr), var(--clr));
  border-image: var(--clr-gradient) fill 1;
}
