@charset "UTF-8";

:root {
  --font-family: Iran-Sans, system-ui;
  --body-bg: #f6fdff;
  --theme-primary: #8ba29d;
}

html,
body {
  font-family: var(--font-family) !important;
  direction: rtl !important;
  background-color: var(--body-bg) !important;
}

.containers {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 25px;
  display: flex;
  min-height: 100vh;
  /* استایل دکمه */
  /* استایل تصویر */
  /* افکت هاور */
  /* افکت هاور روی دکمه */
  /* هدر عمودی */
  /* هدر افقی */
  /* بخش چپ با متن‌ها */
  /* بخش راست با آیکون‌ها */
  /* محتوای اصلی */
}
.containers .font-30 {
  font-size: 30px !important;
}
.containers .vertical-header ul:hover {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.containers .button {
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  position: relative;
}
.containers .image-container {
  position: absolute;
  top: 50%;
  rotate: -90deg;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  width: 100%;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.containers .image-container img {
  max-width: 200px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.containers .button:hover {
  display: flex;
  width: 65%;
  border: 1px solid white;
  border-radius: 7px;
  padding-bottom: 7rem !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.containers .button:hover .image-container {
  opacity: 1;
  visibility: visible;
}
.containers .button:hover .font-30 {
  font-size: 30px !important;
  text-shadow: 0px 5px 12px #acffa8;
}
.containers .button:hover .icon {
  position: relative;
}
.containers .button:hover .icon i {
  position: relative;
  z-index: 2;
}
.containers .button:hover {
  transform: translateY(-2px);
}
.containers .vertical-header {
  width: 90px;
  color: white;
}
.containers .vertical-header ul {
  list-style: none;
}
.containers .vertical-header li {
  padding: 10px 8px;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.containers .vertical-header i {
  font-size: 18px;
  margin-left: 5px;
}
.containers .vertical-header span {
  display: none;
  margin-right: 10px;
}
.containers .vertical-header:hover li span {
  display: inline-block;
}
.containers .horizontal-header {
  flex-grow: 1;
  /* background-color: #f0f0f0; */
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.containers .left-section {
  display: flex;
  gap: 35px;
}
.containers .right-section {
  display: flex;
  gap: 20px;
}
.containers .icon-button {
  background: none;
  border: none;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  transition: transform 0.3s;
  padding: 8px;
  border-radius: 50%;
}
.containers .icon-button i {
  color: white;
  opacity: 0.5;
  width: 13.654px;
  height: 15px;
}
.containers .icon-button i:hover {
  text-shadow: 0px 5px 12px #acffa8;
  opacity: 1 !important;
}
.containers .left-section a {
  color: white;
  text-decoration: none;
  padding: 7px 25px;
  font-size: 12px;
  position: relative;
}
.containers .left-section a.active {
  animation-name: animate;
  animation-duration: 300ms;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-direction: alternate;
  transition: all ease 300ms;
  border-radius: 7px;
  background: #6d968d;
  padding: 5px 25px;
}
.containers .left-section a.active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 55px solid transparent;
  border-right: 55px solid transparent;
  border-top: 5px solid #acffa8;
  filter: blur(3.2px);
  z-index: -1;
}
.containers .left-section a:hover {
  transition: all ease 300ms;
  border-radius: 7px;
  background: #6d968d;
  padding: 5px 25px;
}
.containers .left-section a:hover::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 55px solid transparent;
  border-right: 55px solid transparent;
  border-top: 5px solid #acffa8;
  filter: blur(3.2px);
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .containers .sidebars {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 0) and (max-width: 450px) {
  .containers .main-content {
    padding-left: 0px;
    padding-right: 0px;
  }
  .containers .main-content .sidebar {
    margin-top: 1rem;
  }
  .containers .main-content .container-fluid {
    background-color: unset !important;
  }
  .containers .main-content .container-fluid .container {
    padding: 0 !important;
  }
  .containers .main-content .container-fluid .container .card {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .containers .horizontal-header {
    margin-bottom: 1rem !important;
  }
  .containers .background {
    background: linear-gradient(180deg, #fff 2.85%, #e3e3e3 23.46%);
    background: -ms-linear-gradient(180deg, #fff 2.85%, #e3e3e3 23.46%);
    border-radius: 20px;
  }
  .containers .background .slice {
    z-index: 20;
    width: 35px;
    height: 254px;
    background-color: var(--theme-primary);
    position: fixed;
    left: 12px;
    top: 253px;
    border-top-right-radius: 17.5px;
    border-bottom-right-radius: 17.5px;
  }
  .containers .background .slice::after {
    content: "";
    top: -17.5px;
    position: absolute;
    width: 17.5px;
    height: 17.5px;
    border-bottom-left-radius: 25px;
    left: 0;
    box-shadow: -0.2rem 0.2rem 0 0.2rem var(--theme-primary);
  }
  .containers .background .slice::before {
    content: "";
    bottom: -17.5px;
    position: absolute;
    width: 17.5px;
    height: 17.5px;
    border-top-left-radius: 25px;
    left: 0;
    box-shadow: -0.2rem -0.2rem 0 0.2rem var(--theme-primary);
  }
  .containers .background .slice:hover svg {
    filter: text-shadow(0px 5px 12px #acffa8);
    stroke: #acffa8;
    opacity: 1;
  }
  .containers .background .slice i {
    font-size: 20px;
    color: white;
    opacity: 0.4;
  }
  .containers .background .slice i:hover {
    text-shadow: 0px 5px 12px #acffa8;
    opacity: 1;
  }
  .containers .mg-background {
    margin: -18rem 5rem !important;
  }
  .containers .archive .main-content {
    flex-grow: 1;
    padding-left: 36px;
    padding-right: 11px;
  }
}
@media only screen and (min-width: 768px) {
  .containers .mt-container {
    padding-top: 3rem !important;
  }
}
@media only screen and (min-width: 400px) {
  .containers .horizontal-header-mobile {
    flex-grow: 1;
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.horizontal-header-mobile .header_nav {
  margin-block: 1rem;
}
.horizontal-header-mobile .header_nav a {
  padding: 7px 15px;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-wrap: nowrap;
  transition: all ease 300ms;
  position: relative;
}
.horizontal-header-mobile .header_nav a:hover {
  background-color: #6d968d;
}
.horizontal-header-mobile .header_nav a:hover::after {
  opacity: 1;
  visibility: visible;
}
.horizontal-header-mobile .header_nav a::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  height: 17px;
  bottom: -45%;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20width%3D%22144%22%20height%3D%2245%22%20viewBox%3D%220%200%20144%2045%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20filter%3D%22url(%23filter0_f_1078_1836)%22%3E%3Cpath%20d%3D%22M71.6771%2028.9472C71.891%2028.9822%2072.109%2028.9822%2072.3229%2028.9472L125.65%2020.2238C128.077%2019.8268%20127.786%2016.25%20125.327%2016.25H18.6727C16.2139%2016.25%2015.9233%2019.8268%2018.3498%2020.2238L71.6771%2028.9472Z%22%20fill%3D%22%23ACFFA8%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3Cfilter%20id%3D%22filter0_f_1078_1836%22%20x%3D%220.871875%22%20y%3D%220.45%22%20width%3D%22142.256%22%20height%3D%2244.3234%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%227.9%22%20result%3D%22effect1_foregroundBlur_1078_1836%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  mask: url("data:image/svg+xml,%3Csvg%20width%3D%22144%22%20height%3D%2245%22%20viewBox%3D%220%200%20144%2045%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20filter%3D%22url(%23filter0_f_1078_1836)%22%3E%3Cpath%20d%3D%22M71.6771%2028.9472C71.891%2028.9822%2072.109%2028.9822%2072.3229%2028.9472L125.65%2020.2238C128.077%2019.8268%20127.786%2016.25%20125.327%2016.25H18.6727C16.2139%2016.25%2015.9233%2019.8268%2018.3498%2020.2238L71.6771%2028.9472Z%22%20fill%3D%22%23ACFFA8%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3Cfilter%20id%3D%22filter0_f_1078_1836%22%20x%3D%220.871875%22%20y%3D%220.45%22%20width%3D%22142.256%22%20height%3D%2244.3234%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%227.9%22%20result%3D%22effect1_foregroundBlur_1078_1836%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #acffa8;
  opacity: 0;
  visibility: hidden;
  transition: all ease 300ms;
}

@keyframes animate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.background {
  background: linear-gradient(180deg, #fff 2.85%, #e3e3e3 23.46%);
  background: -ms-linear-gradient(180deg, #fff 2.85%, #e3e3e3 23.46%);
  border-radius: 20px;
}
.background .slice {
  z-index: 20;
  width: 35px;
  height: 254px;
  background-color: var(--theme-primary);
  position: fixed;
  left: 12px;
  top: 253px;
  border-top-right-radius: 17.5px;
  border-bottom-right-radius: 17.5px;
}
.background .slice::after {
  content: "";
  top: -17.5px;
  position: absolute;
  width: 17.5px;
  height: 17.5px;
  border-bottom-left-radius: 25px;
  left: 0;
  box-shadow: -0.2rem 0.2rem 0 0.2rem var(--theme-primary);
}
.background .slice::before {
  content: "";
  bottom: -17.5px;
  position: absolute;
  width: 17.5px;
  height: 17.5px;
  border-top-left-radius: 25px;
  left: 0;
  box-shadow: -0.2rem -0.2rem 0 0.2rem var(--theme-primary);
}
.background .slice:hover svg {
  filter: text-shadow(0px 5px 12px #acffa8);
  stroke: #acffa8;
  opacity: 1;
}
.background .slice i {
  font-size: 20px;
  color: white;
  opacity: 0.4;
}
.background .slice i:hover {
  text-shadow: 0px 5px 12px #acffa8;
  opacity: 1;
}

.card {
  background-color: #c5c5c5;
  border-radius: 10px;
  direction: ltr;
}
.card .btn-more {
  border-radius: 5px;
  background: #000;
  display: flex;
  width: 149px;
  height: 41px;
  padding: 6px 19px 6px 15px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}
.card .btn-more .more {
  color: #fff;
  text-align: right;

  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 20.8px */
}
.card .font-10 {
  font-size: 10px;
}
.card .font-12 {
  font-size: 12px;
}
.card .three-lines-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #3a3a3a;
  text-align: justify;
  text-overflow: ellipsis;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 188%;
  direction: rtl;
}
.card .button-container {
  display: flex;
  gap: 11px;
}
.card .button-container .btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 34px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
}
.card .btn-primary {
  border-radius: 6px;
  border: 0.5px solid rgba(0, 0, 0, 0.07);
  background: rgba(44, 145, 228, 0.39);
  box-shadow: 3px 7px 12.3px -2px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(6.1999998093px);
  backdrop-filter: blur(6.1999998093px);
}
.card .btn-success {
  border-radius: 6px;
  border: 0.5px solid rgba(0, 0, 0, 0.07);
  background: rgba(0, 0, 0, 0.08);
  box-shadow: 3px 7px 12.3px -2px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(6.1999998093px);
  backdrop-filter: blur(6.1999998093px);
}
.card .btn-danger {
  border-radius: 6px;
  border: 0.5px solid rgba(0, 0, 0, 0.07);
  background: rgba(0, 0, 0, 0.08);
  box-shadow: 3px 7px 12.3px -2px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(6.1999998093px);
  backdrop-filter: blur(6.1999998093px);
}
.card .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.card .title h5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #3a3a3a;
  text-align: justify;
  text-overflow: ellipsis;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  direction: rtl;
}
.card .container {
  margin: 20px auto;
}

.cardLg .card {
  background-color: #c5c5c5;
  border-radius: 10px;
}
.cardLg .font-10 {
  font-size: 10px;
}
.cardLg .font-12 {
  font-size: 12px;
}
.cardLg .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cardLg .three-lines-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #3a3a3a;
  text-align: justify;
  text-overflow: ellipsis;
  /* white-space: nowrap; */

  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
  direction: rtl;
  /* 18.8px */
}
.cardLg .button-container {
  display: flex;
  gap: 11px;
}
.cardLg .button-container .btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 34px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
}
.cardLg .btn-primary {
  border-radius: 6px;
  border: 0.5px solid rgba(0, 0, 0, 0.07);
  background: rgba(44, 145, 228, 0.39);
  box-shadow: 3px 7px 12.3px -2px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(6.1999998093px);
  backdrop-filter: blur(6.1999998093px);
}
.cardLg .btn-success {
  border-radius: 6px;
  border: 0.5px solid rgba(0, 0, 0, 0.07);
  background: rgba(0, 0, 0, 0.08);
  box-shadow: 3px 7px 12.3px -2px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(6.1999998093px);
  backdrop-filter: blur(6.1999998093px);
}
.cardLg .btn-danger {
  border-radius: 6px;
  border: 0.5px solid rgba(0, 0, 0, 0.07);
  background: rgba(0, 0, 0, 0.08);
  box-shadow: 3px 7px 12.3px -2px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(6.1999998093px);
  backdrop-filter: blur(6.1999998093px);
}
.cardLg .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.cardLg .title h5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #3a3a3a;
  text-align: justify;
  text-overflow: ellipsis;

  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  direction: rtl;
}
.cardLg .container {
  margin: 20px auto;
}

.sidebar {
  padding: 20px 15px;
  border-radius: 10px;
  height: -moz-fit-content;
  height: fit-content;
}
.sidebar .sidebar-item {
  padding: 50px auto;
  overflow-y: visible;
}
.sidebar .sidebar-item h5 {
  font-size: 16px;
  font-weight: 900;
  color: #000;

  line-height: 130%;
}
.sidebar .latest-posts {
  font-size: 0.9em;
}
.sidebar .latest-post-item {
  padding: 5px 0;
}
.sidebar .latest-post-title {
  color: #00767a;
  text-align: right;

  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.sidebar .post-content {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.sidebar .post-image {
  width: 55px;
  height: auto;
  border-radius: 5px;
}
.sidebar .post-text {
  flex: 1 1 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sidebar .post-text .latest-post-text {
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #868686;
  text-overflow: ellipsis;

  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
}
.sidebar .empty-box {
  background-color: white;
  padding: 15px;
  margin-bottom: 15px;
  min-height: 200px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .sidebar .post-content {
    overflow: hidden;
  }
  .sidebar .post-text {
    flex: none;
  }
  .sidebar .content-area {
    margin-top: 20px;
  }
  .sidebar .post-text {
    flex: none;
  }
}

.comment svg:hover {
  color: red !important;
  background-color: #ebcc5f;
}
.comment span {
  overflow: hidden;
  color: var(--theme-primary);
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;

  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
}
.comment .form-control::-moz-placeholder {
  color: #bebebe;
  text-align: right;

  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.comment .form-control::placeholder {
  color: #bebebe;
  text-align: right;

  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.comment .dynamism-comments {
  max-width: 600px;
  border-radius: 10px 55px 10px 10px;
  background: #fff;
  padding: 1rem;
  margin-top: 1rem;
}
.comment .comment-list,
.comment .child-comment {
  padding-left: 0;
  list-style: none;
}
.comment .child-comment {
  margin-bottom: 0 !important;
  margin-top: 5px;
}
.comment .child-comment h6 {
  font-size: 10px !important;
  font-weight: 700;
  line-height: normal;
}
.comment .child-comment svg {
  vertical-align: text-top;
  margin-right: 5px;
}
@media only screen and (max-width: 575px) {
  .comment .child-comment .comment {
    padding-left: 0;
  }
}
.comment .comment {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.comment .comment .thumbnail {
  width: 60px;
}
.comment .comment .thumbnail img {
  width: 37px;
  height: 37px;
  border-radius: 100%;
}
.comment .comment .content p {
  color: rgba(0, 0, 0, 0.7);
  text-align: justify;

  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 170%;
  /* 23.8px */
  direction: rtl;
}
.comment .comment .content .actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.comment .comment .content .actions .name {
  color: #000;
  text-align: right;

  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 15.6px */
}
.comment .comment .content .actions .ids {
  color: #7b7b7b;
  text-align: right;

  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.comment .comment .content .actions .date {
  font-size: 8px;
  font-weight: 400;
  color: #537172;
}
.comment .comment .content .actions .reply-link {
  color: var(--theme-primary);
  text-align: right;

  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 10.4px */
}
.comment .comment .content .actions .reply-link:hover {
  color: #333;
}
@media only screen and (max-width: 575px) {
  .comment .comment .content {
    width: 100%;
    /* padding-top: 20px; */
    padding-right: 0;
    padding-left: 0;
    margin-top: 10px;
  }
}
.comment .writeCommment label {
  color: #ebcc5f !important;
  font-size: 12px;
}
.comment .writeCommment textarea {
  height: 89px;
  border: 1px solid #ebcc5f;
  border-radius: 5px 5px 5px 20px;
  resize: none;
}

.reply-comment {
  border-radius: 10px 55px 10px 10px;
}
.reply-comment .name {
  color: #000;
  text-align: right;

  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 15.6px */
  margin-bottom: 5px;
}
.reply-comment .id {
  color: #7b7b7b;
  text-align: right;

  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 10.4px */
  margin-bottom: 5px;
}
.reply-comment .date {
  color: #7b7b7b;
  text-align: right;

  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 10.4px */
  margin-bottom: 5px;
}
.reply-comment .reply {
  color: var(--theme-primary);
  text-align: right;

  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 10.4px */
}
.reply-comment .text {
  color: rgba(0, 0, 0, 0.7);
  text-align: justify;

  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 170%;
  /* 23.8px */
}

.child-comment {
  border-radius: 10px 55px 10px 10px;
  padding: 1rem;
  width: 80% !important;
}

.gallery {
  /* استایل باکس توضیحات */
  /* استایل آیکون‌ها */
  /* استایل متن توضیحات */
  /* افکت hover */
}
.gallery .gallery-image {
  position: relative;
  overflow: hidden;
}
.gallery .gallery-image img {
  transform-origin: center;
  transition: transform 0.3s ease;
}
.gallery .hover-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 1;
  box-sizing: border-box;
}
.gallery .hover-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -120%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 2;
}
.gallery .hover-icons .bg-hover-icon {
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 3px;
  margin-right: 3px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.gallery .hover-text-content {
  position: absolute;
  top: 50%;
  text-align: center;
  padding: 1px 7px;
  transition: all 0.3s ease;
  z-index: 1;
  margin: 0;
  border-radius: 6px;
  border: 0.5px solid rgba(0, 0, 0, 0.07);
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 3px 7px 12.3px -2px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(6.1999998093px);
  backdrop-filter: blur(6.1999998093px);
}
.gallery .hover-text-content h5 {
  color: #fff;
  text-align: right;

  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 0;
  padding: 0.25rem;
}
.gallery .hover-text-content p {
  font-size: 1em;
  line-height: 1.5;
  margin: 0;
}
.gallery .gallery-image:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}
.gallery .gallery-image:hover img {
  transform: scale(1.05);
}
.gallery .gallery-image:hover .hover-text {
  opacity: 1;
}
.gallery .gallery-image:hover .hover-icons {
  opacity: 1;
  transform: translate(-50%, -120%);
  margin-bottom: 3px;
}
.gallery .hover-text-content:hover {
  border-color: white;
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.gallery h6 {
  color: #000;
  text-align: right;

  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
}

swiper-container {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  height: 415px;
  padding-bottom: 5rem;
  box-sizing: content-box;
  direction: ltr;
}
swiper-container swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 1000ms;
  border-radius: 10px;
}
swiper-container swiper-slide::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.5rem;
  bottom: -2rem;
  right: 0;
  border-radius: 50%;
  transform: rotateX(50deg);
  background: radial-gradient(
    circle at center,
    rgba(158, 70, 7, 0.6431372549) 74%,
    transparent 72%
  );
  filter: blur(8px);
}
swiper-container swiper-slide .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 10px;
}
swiper-container swiper-slide .image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(
    180deg,
    rgba(139, 162, 157, 0) 32.53%,
    rgba(221, 108, 74, 0.88) 82.16%
  ) !important;
  border-radius: inherit;
}
swiper-container swiper-slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: inherit;
}
swiper-container swiper-slide .slide {
  position: relative;
  z-index: 2;
  direction: rtl;
  position: absolute;
  width: 415px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 21px;
  top: 50%;
  right: 50%;
  transform-origin: center;
  transform: translate(50%, -50%) rotate(90deg);
  box-sizing: border-box;
  border-radius: 10px;
  gap: 0.2rem;
}
swiper-container swiper-slide .slide .hashtag {
  padding: 7px 15px;
  background-color: #9e4607;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
  font-size: 12px;
  order: 2;
}
swiper-container swiper-slide .slide .content {
  position: relative;
  z-index: 2;
  order: 1;
}
swiper-container swiper-slide .slide .content .title {
  font-size: 24px;
  color: #fff;
  font-weight: 900;
  font-family: "Iran-Sans" !important;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow-y: hidden;
  -webkit-box-orient: vertical;
  text-align: right;
}
swiper-container swiper-slide .slide .content .text {
  font-size: 14px;
  color: #fff;

  font-weight: 500;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow-y: hidden;
  -webkit-box-orient: vertical;
  text-align: right;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all ease 150ms;
}
swiper-container swiper-slide.theme_yellow .image::after {
  background: linear-gradient(
    180deg,
    rgba(139, 162, 157, 0) 32.53%,
    rgba(170, 173, 82, 0.88) 82.16%
  ) !important;
}
swiper-container swiper-slide.theme_yellow .hashtag {
  background: #9e8c07 !important;
}
swiper-container swiper-slide.theme_yellow::after {
  background: radial-gradient(
    circle at center,
    rgba(158, 140, 7, 0.6862745098) 74%,
    transparent 72%
  );
}
swiper-container swiper-slide.theme_blue .image::after {
  background: linear-gradient(
    180deg,
    rgba(139, 162, 157, 0) 32.53%,
    rgba(59, 162, 192, 0.63) 82.16%
  ) !important;
}
swiper-container swiper-slide.theme_blue .hashtag {
  background-color: #07659e !important;
}
swiper-container swiper-slide.theme_blue::after {
  background: radial-gradient(
    circle at center,
    rgba(7, 100, 158, 0.6588235294) 74%,
    transparent 72%
  );
}
swiper-container swiper-slide.theme_gray .image::after {
  background: linear-gradient(
    180deg,
    rgba(139, 162, 157, 0) 32.53%,
    rgba(139, 162, 157, 0.88) 82.16%
  ) !important;
}
swiper-container swiper-slide.theme_gray .hashtag {
  background-color: #07949e !important;
}
swiper-container swiper-slide.theme_gray::after {
  background: radial-gradient(
    circle at center,
    rgba(7, 148, 158, 0.7215686275) 74%,
    transparent 72%
  );
}

@media screen and (width > 992px) {
  .mySwiper swiper-slide {
    width: 8% !important;
  }
  .mySwiper .swiper-slide-prev {
    width: calc(100% - (24% + 110px)) !important;
  }
  .mySwiper .swiper-slide-prev .image::after {
    background: linear-gradient(
      180deg,
      rgba(139, 162, 157, 0) 32.53%,
      rgba(221, 108, 74, 0.8784313725) 82.16%
    ) !important;
  }
  .mySwiper .swiper-slide-prev .slide {
    transform: translate(0, 0) rotate(0);
    top: 0;
    right: 0;
    height: 100% !important;
    width: 100% !important;
    flex-direction: column;
    padding: 30px;
    align-items: start;
  }
  .mySwiper .swiper-slide-prev .slide .content {
    order: 2;
  }
  .mySwiper .swiper-slide-prev .slide .content .title {
    -webkit-line-clamp: 2;
  }
  .mySwiper .swiper-slide-prev .slide .content .text {
    display: -webkit-box;
    opacity: 1;
    visibility: visible;
  }
  .mySwiper .swiper-slide-prev .slide .hashtag {
    order: 1;
  }
  .mySwiper .swiper-slide-prev::after {
    background: radial-gradient(
      circle at center,
      rgba(221, 108, 74, 0.8784313725) 13%,
      transparent 72%
    );
  }
  .mySwiper .swiper-slide-prev.theme_yellow .image::after {
    background: linear-gradient(
      180deg,
      rgba(139, 162, 157, 0) 32.53%,
      rgba(170, 173, 82, 0.88) 82.16%
    ) !important;
  }
  .mySwiper .swiper-slide-prev.theme_yellow .hashtag {
    background: #9e8c07 !important;
  }
  .mySwiper .swiper-slide-prev.theme_yellow::after {
    background: radial-gradient(
      circle at center,
      rgba(158, 140, 7, 0.6901960784) 13%,
      transparent 72%
    );
  }
  .mySwiper .swiper-slide-prev.theme_blue .image::after {
    background: linear-gradient(
      180deg,
      rgba(139, 162, 157, 0) 32.53%,
      rgba(59, 162, 192, 0.63) 82.16%
    ) !important;
  }
  .mySwiper .swiper-slide-prev.theme_blue .hashtag {
    background-color: #07659e !important;
  }
  .mySwiper .swiper-slide-prev.theme_blue::after {
    background: radial-gradient(
      circle at center,
      rgba(7, 100, 158, 0.6784313725) 13%,
      transparent 72%
    );
  }
  .mySwiper .swiper-slide-prev.theme_gray .image::after {
    background: linear-gradient(
      180deg,
      rgba(139, 162, 157, 0) 32.53%,
      rgba(139, 162, 157, 0.88) 82.16%
    ) !important;
  }
  .mySwiper .swiper-slide-prev.theme_gray .hashtag {
    background-color: #07949e !important;
  }
  .mySwiper .swiper-slide-prev.theme_gray::after {
    background: radial-gradient(
      circle at center,
      rgba(7, 148, 158, 0.6784313725) 13%,
      transparent 72%
    );
  }
}
.initial-padding {
  overflow-x: hidden;
}

.slider_button {
  position: absolute;
  cursor: pointer !important;
  bottom: 1rem !important;
  background-color: #000;
  outline: none;
  border: none;
  -webkit-mask: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2225%22%20height%3D%2218%22%20viewBox%3D%220%200%2025%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M15.4046%2015.9324C13.8267%2017.5988%2011.1733%2017.5988%209.59544%2015.9324L1.13793%207.0002C-1.2762%204.45057%200.531259%200.250001%204.04248%200.250001L20.9575%200.250003C24.4687%200.250003%2026.2762%204.45056%2023.8621%207.0002L15.4046%2015.9324Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  mask: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2225%22%20height%3D%2218%22%20viewBox%3D%220%200%2025%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M15.4046%2015.9324C13.8267%2017.5988%2011.1733%2017.5988%209.59544%2015.9324L1.13793%207.0002C-1.2762%204.45057%200.531259%200.250001%204.04248%200.250001L20.9575%200.250003C24.4687%200.250003%2026.2762%204.45056%2023.8621%207.0002L15.4046%2015.9324Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  width: 41px;
  height: 25px;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  right: 50%;
  transform: translateX(50%);
  z-index: 10000;
}

.search_bar {
  padding: 11px;
  border-radius: 16px;
  background-color: #fff;
  position: relative;
  width: 100%;
}
.search_bar .content {
  display: contents;
  position: relative;
}
.search_bar .content .select {
  border-left: 1px solid #000;
  padding: 0 1rem 0 2rem;
  gap: 2rem;
}
.search_bar .content .select .title {
  font-size: 16px;
  font-weight: 900;
  line-height: 130%;
  color: #000;
}
.search_bar .content .select select {
  padding: 6px 19px 6px 30px;
  background-color: transparent;
  border: 1px solid #e5e5e5;
  border-radius: 7px;
  font-size: 12px;
  text-align: right;
  line-height: 130%;
  font-weight: 400;
  cursor: pointer;
}
.search_bar .content .input {
  padding: 0 1.5rem 0 0;
}
.search_bar .content .input input {
  outline: none;
  border: none;
}
.search_bar .content .input input::-moz-placeholder {
  color: #b2b2b2;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
}
.search_bar .content .input input::placeholder {
  color: #b2b2b2;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
}
.search_bar .content .search-btn {
  padding: 15px;
  background-color: #000;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  outline: none;
  border: none;
  cursor: pointer;
}
.search_bar .right,
.search_bar .left {
  top: calc(50% - 0.375rem);
  width: 0.75rem;
  height: 0.75rem;
  background-color: #fff;
  position: absolute;
}
.search_bar .right::after,
.search_bar .left::after {
  content: "";
  position: absolute;
  width: 0.375rem;
  height: 0.375rem;
  background-color: transparent;
  top: -0.375rem;
}
.search_bar .right::before,
.search_bar .left::before {
  content: "";
  position: absolute;
  width: 0.375rem;
  height: 0.375rem;
  background-color: transparent;
  border-top-left-radius: 20px;
}
.search_bar .right {
  right: -0.75rem;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.search_bar .right::after {
  border-bottom-left-radius: 20px;
  left: 0;
  box-shadow: -0.1rem 0.1rem 0 0.1rem #fff;
}
.search_bar .right::before {
  box-shadow: -0.1rem -0.1rem 0 0.1rem #fff;
  left: 0;
  bottom: -0.375rem;
}
.search_bar .left {
  left: -0.75rem;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.search_bar .left::after {
  border-bottom-right-radius: 20px;
  right: 0;
  box-shadow: 0.1rem 0.1rem 0 0.1rem #fff;
}
.search_bar .left::before {
  border-radius: 0;
  background-color: transparent;
  border-top-right-radius: 20px;
  box-shadow: 0.1rem -0.1rem 0 0.1rem #fff;
  right: 0;
  bottom: -0.375rem;
}

@media screen and (width < 768px) {
  .search_bar {
    flex-direction: column;
  }
  .search_bar .form {
    width: 100%;
  }
  .search_bar .form .select {
    gap: 0 !important;
    border: none !important;
    width: 100%;
    padding: 1rem 0;
    border-bottom: 1px solid #000 !important;
  }
  .search_bar .form .input {
    width: 100%;
    padding: 1rem 0;
  }
  .search_bar .buttons {
    align-self: flex-end;
  }
  .search_bar .buttons .search-btn {
    padding: 10px 31px;
  }
}
.mobile_select {
  width: 100%;
  position: relative;
}
.mobile_select .select {
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  padding: 1.2rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.mobile_select .select h4 {
  font-size: 16px;
  font-weight: 900;
  line-height: 130%;
}
.mobile_select .right,
.mobile_select .left {
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #fff;
  top: calc(50% - 0.5rem);
}
.mobile_select .right::after,
.mobile_select .right::before,
.mobile_select .left::after,
.mobile_select .left::before {
  content: "";
  position: absolute;
  width: 0.375rem;
  height: 0.375rem;
  background-color: transparent;
}
.mobile_select .right::after,
.mobile_select .left::after {
  top: -0.375rem;
}
.mobile_select .right::before,
.mobile_select .left::before {
  bottom: -0.375rem;
}
.mobile_select .right {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  right: -0.75rem;
}
.mobile_select .right::after {
  left: 0;
  border-bottom-left-radius: 20px;
  box-shadow: -0.2rem 0.2rem 0 0.2rem #fff;
}
.mobile_select .right::before {
  left: 0;
  border-top-left-radius: 20px;
  box-shadow: -0.2rem -0.2rem 0 0.2rem #fff;
}
.mobile_select .left {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  left: -0.75rem;
}
.mobile_select .left::after {
  right: 0;
  border-bottom-right-radius: 20px;
  box-shadow: 0.2rem 0.2rem 0 0.2rem #fff;
}
.mobile_select .left::before {
  right: 0;
  border-top-right-radius: 20px;
  box-shadow: 0.2rem -0.2rem 0 0.2rem #fff;
}
.mobile_select .option {
  display: none;
  border-radius: 10px;
  position: absolute;
  bottom: calc(100% + 0.3rem);
  background-color: #fff;
  right: 0;
  left: 0;
  overflow: hidden;
  animation-name: identifier;
  animation-duration: 200ms;
  animation-fill-mode: both;
  animation-direction: alternate;
  animation-iteration-count: 1;
}
.mobile_select .option ul {
  padding: 0;
  margin: 0;
}
.mobile_select .option ul li {
  padding: 1rem;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
}
.mobile_select .option ul li:hover {
  background-color: #e4e4e4;
}

@keyframes identifier {
  from {
    opacity: 0;
    transform: translateY(3rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.scrollSwiper .swiper-wrapper {
  padding: 5rem 0;
}
.scrollSwiper .swiper-wrapper .swiper-slide {
  height: 415px !important;
}
.scrollSwiper .swiper-wrapper .swiper-slide .slide {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 23px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}
.scrollSwiper .swiper-wrapper .swiper-slide .slide .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
}
.scrollSwiper .swiper-wrapper .swiper-slide .slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: inherit;
}
.scrollSwiper .swiper-wrapper .swiper-slide .slide .image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(139, 162, 157, 0) 32.53%,
    rgba(221, 108, 74, 0.88) 82.16%
  );
  border-radius: inherit;
}
.scrollSwiper .swiper-wrapper .swiper-slide .slide .hashtag {
  position: relative;
  z-index: 2;
  padding: 7px 15px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  background-color: #9e4607;
  line-height: 130%;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  font-size: 12px;
}
.scrollSwiper .swiper-wrapper .swiper-slide .slide .content {
  position: relative;
  z-index: 2;
}
.scrollSwiper .swiper-wrapper .swiper-slide .slide .content .title {
  font-size: 24px;
  color: #fff;
  font-weight: 900;
  display: -webkit-box;
  overflow-y: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.scrollSwiper .swiper-wrapper .swiper-slide .slide::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  bottom: -2rem;
  right: 50%;
  transform: translateX(50%);
  background: radial-gradient(
    circle at center,
    rgba(158, 70, 7, 0.5764705882) 20%,
    transparent 108%
  );
  border-radius: 50%;
  filter: blur(8px);
}
.scrollSwiper .swiper-wrapper .swiper-slide .slide.theme_yellow .image::after {
  background: linear-gradient(
    180deg,
    rgba(139, 162, 157, 0) 32.53%,
    rgba(170, 173, 82, 0.88) 82.16%
  );
}
.scrollSwiper .swiper-wrapper .swiper-slide .slide.theme_yellow .hashtag {
  background: #9e8c07;
}
.scrollSwiper .swiper-wrapper .swiper-slide .slide.theme_yellow::after {
  background: radial-gradient(
    circle at center,
    rgba(158, 140, 7, 0.5450980392) 20%,
    transparent 108%
  );
}
.scrollSwiper .swiper-wrapper .swiper-slide .slide.theme_blue .image::after {
  background: linear-gradient(
    180deg,
    rgba(139, 162, 157, 0) 32.53%,
    rgba(59, 162, 192, 0.63) 82.16%
  );
}
.scrollSwiper .swiper-wrapper .swiper-slide .slide.theme_blue .hashtag {
  background: #07659e;
}
.scrollSwiper .swiper-wrapper .swiper-slide .slide.theme_blue::after {
  background: radial-gradient(
    circle at center,
    rgba(7, 100, 158, 0.5411764706) 20%,
    transparent 108%
  );
}
.scrollSwiper .swiper-wrapper .swiper-slide .slide.theme_gray .image::after {
  background: linear-gradient(
    180deg,
    rgba(139, 162, 157, 0) 32.53%,
    rgba(139, 162, 157, 0.88) 82.16%
  );
}
.scrollSwiper .swiper-wrapper .swiper-slide .slide.theme_gray .hashtag {
  background: #07949e;
}
.scrollSwiper .swiper-wrapper .swiper-slide .slide.theme_gray::after {
  background: radial-gradient(
    circle at center,
    rgba(7, 148, 158, 0.5450980392) 20%,
    transparent 108%
  );
}

@media screen and (1400px > width > 1199px) {
  .container.scrollSwiper-container {
    max-width: 1090px !important;
  }
}
@media screen and (1199px > width > 991px) {
  .container.scrollSwiper-container {
    max-width: 885px !important;
  }
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  margin: 5px auto;
  background: var(--theme-primary);
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

@font-face {
  font-family: "fontello";
  src: url("../fonts/icon/font/fontello.eot");
  src: url("../fonts/icon/font/fontello.eot?45802908#iefix")
      format("embedded-opentype"),
    url("../fonts/icon/font/fontello.woff?45802908") format("woff"),
    url("../fonts/icon/font/fontello.ttf?45802908") format("truetype"),
    url("../fonts/icon/font/fontello.svg?45802908#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
.btn-more {
  display: flex;
  width: 149px;
  height: 41px;
  padding: 6px 19px 6px 15px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  border-radius: 5px;
  background: #000;
}

.font-10 {
  font-size: 10px !important;
}

.archive {
  border-radius: 25px;
}
.archive .cards {
  border-radius: 10px;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px !important;
}

.archive .empty-box {
  background-color: white;
  /* border: 1px solid #ddd; */
  padding: 15px;
  margin-bottom: 15px;
  min-height: 200px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.archive .menu {
  left: 0;
  top: 12.2rem;
}
.archive .menu ul {
  padding-left: unset !important;
  padding-right: 2.5rem !important;
}
.archive .menu ul li {
  margin-bottom: 1.3rem;
}
.archive .breadcrumb {
  background-image: url(../images/background/white-and-green-wallpaper-288099.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.page-content .content-file {
  background-color: #71cace;
}
.page-content .content-file .items {
  font-size: 16px;
  color: #fff;
  direction: ltr;
  margin-top: 3px;
  line-height: 0;
}
.page-content .content-file h3 {
  color: #fff;
  text-align: right;

  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%;
  /* 32px */
  margin-bottom: 0 !important;
}
.page-content .content-file .item {
  border-radius: 5px;
  background: #519396;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.page-content .content-file-two {
  background-color: #71ce77;
}
.page-content .content-file-two .items {
  font-size: 16px;
  color: #fff;
  direction: ltr;
  margin-top: 3px;
  line-height: 0;
}
.page-content .content-file-two h3 {
  color: #fff;
  text-align: right;

  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%;
  /* 32px */
  margin-bottom: 0 !important;
}
.page-content .content-file-two h4 {
  color: #fff;
  text-align: justify;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 28px */
}
.page-content .content-file-two .item {
  border-radius: 5px;
  background: #519659;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.page-content .content-file-two .right-content-file,
.page-content .content-file-two .left-content-file {
  top: calc(50% - 0.375rem);
  width: 0.75rem;
  height: 0.75rem;
  background-color: #71ce77;
  position: absolute;
}
.page-content .content-file-two .right-content-file::after,
.page-content .content-file-two .left-content-file::after {
  content: "";
  position: absolute;
  width: 0.375rem;
  height: 0.375rem;
  background-color: transparent;
  top: -0.375rem;
}
.page-content .content-file-two .right-content-file::before,
.page-content .content-file-two .left-content-file::before {
  content: "";
  position: absolute;
  width: 0.375rem;
  height: 0.375rem;
  background-color: transparent;
  border-top-left-radius: 20px;
}
.page-content .content-file-two .right-content-file {
  right: -12px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.page-content .content-file-two .right-content-file::after {
  border-bottom-left-radius: 20px;
  left: 0;
  box-shadow: -0.1rem 0.1rem 0 0.1rem #71ce77;
}
.page-content .content-file-two .right-content-file::before {
  box-shadow: -0.1rem -0.1rem 0 0.1rem #71ce77;
  left: 0;
  bottom: -0.375rem;
}
.page-content .content-file-two .left-content-file {
  left: -12px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.page-content .content-file-two .left-content-file::after {
  border-bottom-right-radius: 20px;
  right: 0;
  box-shadow: 0.1rem 0.1rem 0 0.1rem #71ce77;
}
.page-content .content-file-two .left-content-file::before {
  border-radius: 0;
  background-color: transparent;
  border-top-right-radius: 20px;
  box-shadow: 0.1rem -0.1rem 0 0.1rem #71ce77;
  right: 0;
  bottom: -0.375rem;
}
.page-content .right-content-file,
.page-content .left-content-file {
  top: calc(50% - 0.375rem);
  width: 0.75rem;
  height: 0.75rem;
  background-color: #71cace;
  position: absolute;
}
.page-content .right-content-file::after,
.page-content .left-content-file::after {
  content: "";
  position: absolute;
  width: 0.375rem;
  height: 0.375rem;
  background-color: transparent;
  top: -0.375rem;
}
.page-content .right-content-file::before,
.page-content .left-content-file::before {
  content: "";
  position: absolute;
  width: 0.375rem;
  height: 0.375rem;
  background-color: transparent;
  border-top-left-radius: 20px;
}
.page-content .right-content-file {
  right: -12px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.page-content .right-content-file::after {
  border-bottom-left-radius: 20px;
  left: 0;
  box-shadow: -0.1rem 0.1rem 0 0.1rem #71cace;
}
.page-content .right-content-file::before {
  box-shadow: -0.1rem -0.1rem 0 0.1rem #71cace;
  left: 0;
  bottom: -0.375rem;
}
.page-content .left-content-file {
  left: -12px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.page-content .left-content-file::after {
  border-bottom-right-radius: 20px;
  right: 0;
  box-shadow: 0.1rem 0.1rem 0 0.1rem #71cace;
}
.page-content .left-content-file::before {
  border-radius: 0;
  background-color: transparent;
  border-top-right-radius: 20px;
  box-shadow: 0.1rem -0.1rem 0 0.1rem #71cace;
  right: 0;
  bottom: -0.375rem;
}
.page-content .breadcrumb {
  border-radius: 10px;
  background: url(../images/background/bradcrumb/white-and-green-wallpaper-288099.png),
    linear-gradient(
      88deg,
      rgba(139, 162, 157, 0) 1.63%,
      rgba(139, 162, 157, 0.88) 64.52%
    );
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.page-content .breadcrumb .font-10 {
  font-size: 10px;
}
.page-content .breadcrumb .font-14 {
  font-size: 14px;
}
.page-content .breadcrumb .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-content .breadcrumb .button-container {
  display: flex;
  gap: 11px;
}
.page-content .breadcrumb .btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 34px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
}
.page-content .breadcrumb .btn-primary {
  border-radius: 6px;
  border: 0.5px solid rgba(0, 0, 0, 0.07);
  box-shadow: 3px 7px 12.3px -2px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(6.1999998093px);
  backdrop-filter: blur(6.1999998093px);
  background-color: #07949e !important;
}
.page-content .breadcrumb .btn-success {
  background-color: #07949e !important;
  border-radius: 6px;
  border: 0.5px solid rgba(0, 0, 0, 0.07);
  box-shadow: 3px 7px 12.3px -2px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(6.1999998093px);
  backdrop-filter: blur(6.1999998093px);
}
.page-content .breadcrumb .btn-danger {
  border-radius: 6px;
  border: 0.5px solid rgba(0, 0, 0, 0.07);
  box-shadow: 3px 7px 12.3px -2px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(6.1999998093px);
  backdrop-filter: blur(6.1999998093px);
  background-color: #07949e !important;
}
.page-content .breadcrumb .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.page-content .breadcrumb .title h5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #3a3a3a;
  text-align: justify;
  text-overflow: ellipsis;

  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  direction: rtl;
}
.page-content .breadcrumb .name {
  border-radius: 7px;
  opacity: 0.5;
  background: #acffa8;
  width: -moz-max-content;
  width: max-content;
}
.page-content .breadcrumb .name span {
  color: #00767a;
  text-align: center;

  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-right: 5px;
}
.page-content .breadcrumb .text {
  color: rgba(255, 255, 255, 0.7);
  text-align: right;

  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
}
.page-content .breadcrumb .tag button {
  border-radius: 7px;
  opacity: 0.5;
  background: #07949e;
}
.page-content .right,
.page-content .left {
  top: calc(50% - 0.375rem);
  width: 0.75rem;
  height: 0.75rem;
  background-color: #fff;
  position: absolute;
}
.page-content .right::after,
.page-content .left::after {
  content: "";
  position: absolute;
  width: 0.375rem;
  height: 0.375rem;
  background-color: transparent;
  top: -0.375rem;
}
.page-content .right::before,
.page-content .left::before {
  content: "";
  position: absolute;
  width: 0.375rem;
  height: 0.375rem;
  background-color: transparent;
  border-top-left-radius: 20px;
}
.page-content .right {
  right: -0.75rem;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.page-content .right::after {
  border-bottom-left-radius: 20px;
  left: 0;
  box-shadow: -0.1rem 0.1rem 0 0.1rem #fff;
}
.page-content .right::before {
  box-shadow: -0.1rem -0.1rem 0 0.1rem #fff;
  left: 0;
  bottom: -0.375rem;
}
.page-content .left {
  left: -0.75rem;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.page-content .left::after {
  border-bottom-right-radius: 20px;
  right: 0;
  box-shadow: 0.1rem 0.1rem 0 0.1rem #fff;
}
.page-content .left::before {
  border-radius: 0;
  background-color: transparent;
  border-top-right-radius: 20px;
  box-shadow: 0.1rem -0.1rem 0 0.1rem #fff;
  right: 0;
  bottom: -0.375rem;
}
.page-content .sidebar {
  padding: 20px !important;
}
.page-content .article {
  height: -moz-fit-content;
  height: fit-content;
}
.page-content .article p {
  color: #292d32;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.page-content .right-comment,
.page-content .left-comment {
  top: calc(50% - 0.375rem);
  width: 100%;
  height: 0.75rem;
  background-color: #fff;
  position: absolute;
}
.page-content .right-comment::after,
.page-content .left-comment::after {
  content: "";
  position: absolute;
  width: 0.375rem;
  height: 0.375rem;
  background-color: transparent;
  top: -0.375rem;
}
.page-content .right-comment::before,
.page-content .left-comment::before {
  content: "";
  position: absolute;
  width: 0.375rem;
  height: 0.375rem;
  background-color: transparent;
  border-top-left-radius: 20px;
}
.page-content .right-comment {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.page-content .right-comment::after {
  border-bottom-left-radius: 20px;
  left: 29rem;
  box-shadow: -0.1rem 0.1rem 0 0.1rem #fff;
}
.page-content .right-comment::before {
  box-shadow: -0.1rem -0.1rem 0 0.1rem #fff;
  left: 29rem;
  bottom: -0.375rem;
}
.page-content .left-comment {
  left: -0.75rem;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.page-content .left-comment::after {
  border-bottom-right-radius: 20px;
  right: 29rem;
  box-shadow: 0.1rem 0.1rem 0 0.1rem #fff;
}
.page-content .left-comment::before {
  border-radius: 0;
  background-color: transparent;
  border-top-right-radius: 20px;
  box-shadow: 0.1rem -0.1rem 0 0.1rem #fff;
  right: 29rem;
  bottom: -0.375rem;
}

::-webkit-scrollbar {
  display: none;
}

.main-content {
  position: fixed;
  height: auto;
  width: auto;
  top: var(--header-height);
  bottom: 4rem;
  inset-block: var(--header-height) 4rem;
  inset-inline: 3rem 1rem;
  transition: all ease 300ms;
  overflow-y: auto;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

@media (max-width: 991px) {
  .main-content {
    inset-inline: 1rem;
  }
}

.main-content .same-footer {
  position: fixed;
  bottom: 0.5rem !important;
  text-align: right;
  font-size: 11px;
  color: #fff;
}

.main-content.show_up {
  transform: translateX(-20%);
}

.mobile_vertical-menu.show_up {
  opacity: 1;
  transform: translateX(0);
}

.spin {
  transform: rotate(180deg);
}

#mobile_menu {
  transition: all ease 300ms;
}

.mobile_vertical-menu {
  transition: all ease 300ms;
  position: absolute;
  transform: translateX(100%);
  opacity: 0;
  display: none;
}

.scroll-page col:hover .right-col::after {
  content: "";
  top: -17.5px;
  position: absolute;
  width: 17.5px;
  height: 17.5px;
  border-bottom-left-radius: 25px;
  left: 0;
  box-shadow: -0.2rem 0.2rem 0 0.2rem var(--theme-primary);
}
.scroll-page col:hover .left-col::before {
  content: "";
  bottom: -17.5px;
  position: absolute;
  width: 17.5px;
  height: 17.5px;
  border-top-left-radius: 25px;
  left: 0;
  box-shadow: -0.2rem -0.2rem 0 0.2rem var(--theme-primary);
}
.scroll-page .form-scroll {
  /* استایل‌های ریسپانسو */
}
.scroll-page .form-scroll .form-container {
  max-width: 800px;
  margin: 2rem auto;
  padding: 2rem;
  background-color: #f8f9fa;
  border-radius: 8px;
}
.scroll-page .form-scroll .form-group {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.scroll-page .form-scroll .form-control {
  padding: 0.75rem;
  border-radius: 7px;
  border: 1px solid #ced4da;
  font-size: 12px !important;
  height: 40px !important;
}
.scroll-page .form-scroll .form-control::-moz-placeholder {
  color: #bebebe;
  text-align: right;

  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 15.6px */
}
.scroll-page .form-scroll .form-control::placeholder {
  color: #bebebe;
  text-align: right;

  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 15.6px */
}
.scroll-page .form-scroll button {
  color: #fff;
  text-align: center;

  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 20.8px */
  border-radius: 5px;
  background: #000;
  display: flex;
  width: 100px;
  height: 41px;
  padding: 6px 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: -73px;
  flex-shrink: 0;
}
.scroll-page .form-scroll button:hover {
  background-color: #0056b3;
}
@media (max-width: 768px) {
  .scroll-page .form-scroll .form-group {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .scroll-page .form-scroll .form-group input {
    width: 100%;
  }
  .scroll-page .form-scroll button {
    width: 100%;
  }
}
.scroll-page .right-scroll,
.scroll-page .left-scroll {
  top: calc(50% - 0.375rem);
  width: 100%;
  height: 0.75rem;
  background-color: #fff;
  position: absolute;
}
.scroll-page .right-scroll::after,
.scroll-page .left-scroll::after {
  content: "";
  position: absolute;
  width: 0.375rem;
  height: 0.375rem;
  background-color: transparent;
  top: -0.375rem;
}
.scroll-page .right-scroll::before,
.scroll-page .left-scroll::before {
  content: "";
  position: absolute;
  width: 0.375rem;
  height: 0.375rem;
  background-color: transparent;
  border-top-left-radius: 20px;
}
.scroll-page .right-scroll {
  right: 0;
  border-radius: 20px;
}
.scroll-page .left-scroll {
  left: -0.75rem;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.scroll-page .card .three-lines-text {
  -webkit-line-clamp: 4;
}
.scroll-page .card .title h5 {
  -webkit-line-clamp: 3;
}
.scroll-page .card .button-container .btn {
  gap: 11px;
}
.scroll-page .dynamism-comments h4,
.scroll-page .dynamism .content .users ul li p,
.scroll-page .dynamism .content .text,
.scroll-page .dynamism .content .tag,
.scroll-page .dynamism .content .titr,
.scroll-page .dynamism .content .header .date,
.scroll-page .dynamism .content .header h4,
.scroll-page .dynamism > .header .info span,
.scroll-page .dynamism > .header .info .text p,
.scroll-page .profile-menu .det .content-container .tab p,
.scroll-page
  .profile-menu
  .det
  .content-container
  .content
  form
  .form-content
  select,
.scroll-page
  .profile-menu
  .det
  .content-container
  .content
  form
  .form-content
  .prevnumber,
.scroll-page
  .profile-menu
  .det
  .content-container
  .content
  form
  .form-content
  input,
.scroll-page
  .profile-menu
  .det
  .content-container
  .content
  form
  .form-content
  label,
.scroll-page
  .profile-menu
  .det
  .content-container
  .content
  form
  .button-group
  button:last-child,
.scroll-page .profile-menu .det .header .detail p,
.scroll-page .wallet .cash ul li .text p,
.scroll-page .wallet .cash ul li .text h4,
.scroll-page .wallet .content .exchange-container .button-groups .icon-btn p,
.scroll-page
  .wallet
  .content
  .exchange-container
  .exchange-content
  .exchange
  .dimond
  div
  p,
.scroll-page
  .wallet
  .content
  .exchange-container
  .exchange-content
  .exchange
  .gold
  div
  p,
.scroll-page
  .wallet
  .content
  .exchange-container
  .exchange-content
  .exchange
  .dimond
  div
  h4,
.scroll-page
  .wallet
  .content
  .exchange-container
  .exchange-content
  .exchange
  .gold
  div
  h4,
.scroll-page .wallet .header .charge-coin span,
.scroll-page .wallet .header .detail > div p,
.scroll-page .wallet .header .detail > div h4,
.scroll-page .icon-btn,
.scroll-page .card .main .content p,
.scroll-page .card .main .title h4,
.scroll-page .card .main .header div,
.scroll-page .card .aside .dead_line p,
.scroll-page .category-tabs p,
.scroll-page .header-category .next p,
.scroll-page .header-category .prev p,
.scroll-page .hashtag a,
.scroll-page .progreses .number .count,
.scroll-page .progreses .number .total {
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  font-weight: 400;
  text-align: right;
}
.scroll-page .category-tabs,
.scroll-page .header-category .next,
.scroll-page .header-category .prev {
  border-radius: 5px;
  padding: 8px 15px;
  outline: none;
  border: none;
}
.scroll-page .category-tabs p,
.scroll-page .header-category .next p,
.scroll-page .header-category .prev p {
  text-wrap: nowrap !important;
  color: #537172;
  margin-bottom: 0 !important;
}
.scroll-page .header-category {
  display: flex;
  gap: 0.25rem;
}
.scroll-page .header-category .swiper.headerSwiper {
  flex-basis: 100%;
}
.scroll-page .header-category .swiper.headerSwiper .swiper-wrapper {
  margin-left: 0 !important;
  width: 0;
  gap: 0;
  flex-grow: 1;
}
.scroll-page
  .header-category
  .swiper.headerSwiper
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scroll-page
  .header-category
  .swiper.headerSwiper
  .swiper-wrapper
  .swiper-slide
  .category-tabs
  img:hover {
  box-shadow: 0 0 8px #36bfa3;
}
.scroll-page
  .header-category
  .swiper.headerSwiper
  .swiper-wrapper
  .swiper-slide
  .category-tabs,
.scroll-page
  .header-category
  .swiper.headerSwiper
  .swiper-wrapper
  .swiper-slide
  .next,
.scroll-page
  .header-category
  .swiper.headerSwiper
  .swiper-wrapper
  .swiper-slide
  .prev {
  width: 100% !important;
  padding-block: 4px;
}
.scroll-page
  .header-category
  .swiper.headerSwiper
  .swiper-wrapper
  .swiper-slide
  .category-tabs
  p,
.scroll-page
  .header-category
  .swiper.headerSwiper
  .swiper-wrapper
  .swiper-slide
  .next
  p,
.scroll-page
  .header-category
  .swiper.headerSwiper
  .swiper-wrapper
  .swiper-slide
  .prev
  p {
  width: 100%;
  text-align: center;
  overflow-x: hidden;
  line-height: 179% !important;
}
.scroll-page .header-category .next,
.scroll-page .header-category .prev {
  flex-basis: auto;
  padding-block: 0px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.scroll-page .header-category .swiper-button-disabled {
  display: none;
}

.right,
.left {
  top: calc(50% - 0.375rem);
  width: 0.75rem;
  height: 0.75rem;
  background-color: #fff;
  position: absolute;
}
.right::after,
.left::after {
  content: "";
  position: absolute;
  width: 0.375rem;
  height: 0.375rem;
  background-color: transparent;
  top: -0.375rem;
}
.right::before,
.left::before {
  content: "";
  position: absolute;
  width: 0.375rem;
  height: 0.375rem;
  background-color: transparent;
  border-top-left-radius: 20px;
}

.right {
  right: -0.75rem;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.right::after {
  border-bottom-left-radius: 20px;
  left: 0;
  box-shadow: -0.1rem 0.1rem 0 0.1rem #fff;
}
.right::before {
  box-shadow: -0.1rem -0.1rem 0 0.1rem #fff;
  left: 0;
  bottom: -0.375rem;
}

.left {
  left: -0.75rem;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.left::after {
  border-bottom-right-radius: 20px;
  right: 0;
  box-shadow: 0.1rem 0.1rem 0 0.1rem #fff;
}
.left::before {
  border-radius: 0;
  background-color: transparent;
  border-top-right-radius: 20px;
  box-shadow: 0.1rem -0.1rem 0 0.1rem #fff;
  right: 0;
  bottom: -0.375rem;
}

.card-gallery-scroll {
  border-radius: 10px;
}
.card-gallery-scroll .img-border {
  width: 32px;
}
.card-gallery-scroll .img-user {
  width: 20px;
}
.card-gallery-scroll .bg-card-1 {
  background-image: url(../images/cardScroll/green-and-blue-peacock-feather-674010.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.card-gallery-scroll .bg-card-2 {
  background-image: url(../images/cardScroll/green-and-blue-peacock-feather-6754010.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.card-gallery-scroll .bg-card-3 {
  background-image: url(../images/cardScroll/photo-of-starry-night-14213903.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.card-gallery-scroll .bg-card-4 {
  background-image: url(../images/cardScroll/photo-of-starry-night-1421903.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.card-gallery-scroll .bg-card-5 {
  background-image: url(../images/cardScroll/photo-of-starry-night-14219038.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.card-gallery-scroll .bg-card-6 {
  background-image: url(../images/cardScroll/red-hot-air-balloon-on-sky-3255812.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.card-gallery-scroll .bg-card-7 {
  background-image: url(../images/cardScroll/red-hot-air-balloon-on-sky-3257812.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.card-gallery-scroll .bg-card-8 {
  background-image: url(../images/cardScroll/red-hot-air-balloon-on-sky-325812.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.card-gallery-scroll .bg-card-9 {
  background-image: url(../images/cardScroll/red-hot-air-balloon-on-sky-3258162.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.card-gallery-scroll .bg-card-10 {
  background-image: url(../images/cardScroll/red-hot-air-balloon-on-sky-3259812.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.card-gallery-scroll .bg-card-11 {
  background-image: url(../images/cardScroll/red-hot-air-balloon-on-sky-3325812.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.card-gallery-scroll .bg-card-12 {
  background-image: url(../images/cardScroll/white-and-green-wallpaper-2880099.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.card-gallery-scroll .bg-card-13 {
  background-image: url(../images/cardScroll/white-and-green-wallpaper-288099.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.card-gallery-scroll .bg-card-14 {
  background-image: url(../images/cardScroll/white-and-green-wallpaper-2880991.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.card-gallery-scroll .bg-card-15 {
  background-image: url(../images/cardScroll/photoo-of-starry-night-1421903.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.card-gallery-scroll .bg-card-16 {
  background-image: url(../images/cardScroll/white-and-green-wallpaper-288099.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.card-gallery-scroll .btn-primary {
  border-radius: 6px;
  border: 0.5px solid rgba(0, 0, 0, 0.07);
  background: rgba(0, 0, 0, 0.39);
  box-shadow: 3px 7px 12.3px -2px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(6.1999998093px);
  backdrop-filter: blur(6.1999998093px);
}
.card-gallery-scroll .card-gallery-text-content {
  border-radius: 6px;
  border: 0.5px solid rgba(0, 0, 0, 0.07);
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 3px 7px 12.3px -2px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(6.1999998093px);
  backdrop-filter: blur(6.1999998093px);
}
.card-gallery-scroll .card-gallery-text-content h5 {
  color: #fff;
  text-align: right;

  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  padding-top: 6px;
  /* 13px */
}
.card-gallery-scroll .h-card {
  justify-content: space-around;
}

#menuModal {
  fill: rgba(139, 162, 157, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
#menuModal .icon-button {
  position: absolute;
  left: 0.7rem;
  top: 1.75rem;
  background: unset;
  border: unset;
}
#menuModal .modal-dialog {
  pointer-events: visible;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  margin: 8rem auto 0;
}
#menuModal .modal-dialog ul {
  padding: 0;
}
#menuModal .modal-dialog li {
  margin-top: 1.5rem;
}
#menuModal .modal-dialog a {
  color: #fff;
  text-align: center;

  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  transition: 0.3s;
  position: relative;
}
#menuModal .modal-dialog a h2:hover {
  text-shadow: 0 2px 15px #acffa8;
}
#menuModal .modal-dialog a:hover {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 10.5%;
}
#menuModal .modal-dialog a:hover ::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 55px solid transparent;
  border-right: 55px solid transparent;
  border-top: 12px solid #acffa8;
  filter: blur(6px);
  z-index: -1;
}

@media only screen and (max-width: 400px) {
  .page-content .comment button {
    font-size: 8px !important;
  }
}
@media only screen and (max-width: 768px) {
  .scroll-page h5,
  .scroll-page h4 {
    font-size: 12px !important;
  }
  .scroll-page .title {
    font-size: 10px !important;
  }
  .main-content .same-footer {
    bottom: -0.75rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .page-content .mg-box {
    margin: 1rem 2.5rem;
  }
}
@media only screen and (max-width: 992px) {
  .py-containers {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .mb-sm-4 {
    margin-bottom: 1rem;
  }
  .w-md-100 {
    width: 100%;
  }
  .archive .cards {
    padding-top: 23px;
    padding-left: 23px;
    border-radius: 10px;
  }
  .page-content .article {
    border-radius: 10px !important;
  }
}
@media only screen and (min-width: 992px) {
  .archive .cards {
    padding: 23px 28px 25px;
    border-radius: 10px;
  }
  .page-content .mg-box {
    height: 415px;
  }
  .page-content .mg-box-two {
    margin: 1rem 2.5rem;
  }
  .page-content .article .article-px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .mr-hero {
    margin-right: -12px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .mg-article {
    margin-top: -12rem !important;
  }
  .page-content .sidebars {
    position: absolute !important;
    left: 0;
    top: 0;
  }
} /*# sourceMappingURL=main.css.map */

.line-clamp {
  display: -webkit-box !important;
  padding: 0 !important;
  --line-clamp: attr(data-line-clamp type(<integer>), none);
  --line-height: 1.5em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--line-clamp);
  line-height: var(--line-height);
  height: auto;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.footer-wrapper {
    height: 3rem;
    min-height: fit-content;
    position: fixed;
    bottom: 0;
}
