@charset "UTF-8";
/*
// TODO: adding all archive pages styles to this file.
         such as blog archive card, product archive card and etc.
*/
/*---------------------------------- fonts ----------------------------------*/
/*---------------------------------- ellipsis ----------------------------------*/
/*---------------------------------- line text ----------------------------------*/
/*---------------------------------- text gradient ----------------------------------*/
/*---------------------------------- glass effect ----------------------------------*/
/*---------------------------------- card shadow ----------------------------------*/
/*---------------------------------- font icon ----------------------------------*/
/*---------------------------------- overlay ----------------------------------*/
/*---------------------------------- border radius ----------------------------------*/
/*---------------------------------- line ----------------------------------*/
/*---------------------------------- background image ----------------------------------*/
/*---------------------------------- scroll bar ----------------------------------*/
/*---------------------------------- media query ----------------------------------*/
/*---------------------------------- flex ----------------------------------*/
/*---------------------------------- Second Language ----------------------------------*/
.products {
  margin-top: 5rem;
  margin-bottom: 7rem;
  background-image: url(.././images/background/Vector-2.webp);
}
@media only screen and (max-width: 991.98px) {
  .products .container {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 1400.98px) {
  .products {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .products {
    margin-bottom: 2rem;
    margin-top: 0rem;
  }
}
.products .swiper-button-next, .products .swiper-rtl .swiper-button-prev {
  z-index: 9 !important;
  background-image: url(.././images/content/5.png);
  background-repeat: no-repeat;
  background-size: 45px;
  width: 49px;
  transform: rotate(179deg);
}
.products .swiper-button-prev:after, .products .swiper-rtl .swiper-button-next:after {
  content: "prev";
  font-size: 0px !important;
  color: #c7070a;
}
.products .swiper-button-next:after, .products .swiper-rtl .swiper-button-prev:after {
  content: "next";
  font-size: 0px !important;
  color: #c7070a;
}
.products .swiper-button-prev {
  z-index: 9 !important;
  background-image: url(.././images/content/5.png);
  background-repeat: no-repeat;
  background-size: 45px;
  width: 49px;
}
.products .title-box {
  position: relative;
}
.products .title-box a {
  position: absolute;
  bottom: 34px;
  z-index: 999;
  left: 37%;
}
@media only screen and (max-width: 1599.98px) {
  .products .title-box a {
    left: 30%;
  }
}
@media only screen and (max-width: 1400.98px) {
  .products .title-box a {
    left: 38%;
  }
}
@media only screen and (max-width: 1399.98px) {
  .products .title-box a {
    left: 33%;
  }
}
@media only screen and (max-width: 1199.98px) {
  .products .title-box a {
    left: 22%;
  }
}
.products .title-box .text-product {
  bottom: 40%;
  z-index: 999999;
}
.products .title-box .text-product h2 {
  color: white;
  font-size: 24px;
  word-spacing: -5px;
}
@media only screen and (max-width: 1399.98px) {
  .products .title-box .text-product h2 {
    font-size: 20px;
  }
}
.products .title-box .text-product p {
  color: white;
  text-align: center;
}
.products .title-box img {
  width: 81%;
  height: 100%;
  border-radius: 15px;
  display: block;
}
@media only screen and (max-width: 1399.98px) {
  .products .title-box img {
    width: 96%;
  }
}
.products {
  /* From Uiverse.io by reshades */
}
.products .button {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  width: 10.5em;
  height: 2.9em;
  border: #c7070a 0.2em solid;
  border-radius: 11px;
  text-align: right;
  transition: all 0.6s ease;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1400.98px) {
  .products .button {
    font-size: 12px;
    width: 11em;
    height: 4em;
  }
}
.products .button:hover {
  background-color: #474040;
  cursor: pointer;
}

.btn-view .button {
  display: inline-flex;
  align-items: center;
  gap: 6px; /* فاصله متن و آیکن */
  transition: all 0.3s ease;
  justify-content: center;
}

.btn-view .icon-arrow-left {
  display: inline-block;
  transition: transform 0.3s ease;
}

/* انیمیشن هاور */
.btn-view:hover .icon-arrow-left {
  transform: translateX(-5px); /* آیکن کمی به چپ میره */
}

.new .title-box::after {
  right: 19%;
}
@media only screen and (max-width: 1399.98px) {
  .new .title-box::after {
    right: 4%;
  }
}
@media only screen and (max-width: 1400.98px) {
  .new .text {
    font-size: 12px;
  }
}
.new .btn-view {
  display: inline-block;
  overflow: hidden;
}
.new .btn-view .button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border: none;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: #c7070a 0.2em solid;
}
.new .btn-view .button .icon-arrow-right {
  display: inline-block;
  transition: transform 0.3s ease;
}
.new .btn-view:hover .button {
  background-color: #474040;
}
.new .btn-view:hover .icon-arrow-right {
  transform: translateX(5px);
}

@media only screen and (max-width: 991.98px) {
  .products .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: hidden; /* جلوگیری از بیرون زدگی فرزندان */
  }
  .products .col-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative;
    overflow: hidden; /* بسیار مهم: تمام متعلقات اسلایدر از جمله دکمه‌ها را داخل کادر ستون قفل می‌کند */
  }
  .products .swiper-button-next,
  .products .swiper-button-prev {
    width: 32px !important;
    height: 32px !important;
    background-size: 28px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
  }
  .products .swiper-button-next {
    right: 5px !important;
    /* اگر در دسکتاپ روتِیت دارد، در موبایل هم حفظ شود */
    transform: translateY(-50%) rotate(179deg) !important;
  }
  .products .swiper-button-prev {
    left: 5px !important;
  }
}
.product-card {
  padding: 18px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.88);
  position: relative;
}
@media only screen and (max-width: 1399.98px) {
  .product-card {
    padding: 0 !important;
  }
}
.product-card--img {
  position: relative;
}
.product-card--img img {
  width: 100%;
  border-radius: 6px;
  display: block;
}
.product-card--img {
  /* اورلی مشکی */
}
.product-card--img .overlay {
  position: absolute;
  inset: 0;
  background: rgba(57, 55, 55, 0.29);
  border-radius: 6px;
  opacity: 1;
  transition: opacity 0.3s ease;
  aspect-ratio: 2/3;
}
.product-card--img {
  /* رنگ‌ها */
}
.product-card--img .color-product {
  position: absolute;
  top: 38px;
  left: 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: opacity 0.3s ease;
  z-index: 999999999;
}
.product-card--img .color-product .dots {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.product-card--img .color-product .dots-1 {
  background: #fff8ed;
}
.product-card--img .color-product .dots-2 {
  background: #e2a02b;
}
.product-card--img .color-product .dots-3 {
  background: #6d2424;
}
.product-card {
  /* هاور */
}
.product-card:hover .overlay {
  opacity: 0;
}
.product-card:hover .color-product {
  opacity: 0;
}
.product-card {
  /* عنوان */
}
.product-card--title {
  height: 100px;
}
@media only screen and (max-width: 1399.98px) {
  .product-card--title {
    height: 110px;
  }
}
.product-card--title .price {
  font-size: 18px;
  color: #474040;
  font-weight: 700;
}
@media only screen and (max-width: 1399.98px) {
  .product-card--title .price {
    font-size: 13px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card--title .price {
    font-size: 12px;
  }
}
.product-card--title h2 {
  font-size: 14px;
  margin-top: 15px;
  font-weight: 700;
  color: #474040;
}
@media only screen and (max-width: 1399.98px) {
  .product-card--title h2 {
    padding-right: 9px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card--title h2 {
    font-size: 12px;
  }
}
.product-card--title s {
  color: gray;
  font-size: 15px;
}
@media only screen and (max-width: 1399.98px) {
  .product-card--title s {
    font-size: 13px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card--title s {
    font-size: 11px;
  }
}
.product-card--title .toman {
  color: #706868;
  font-size: 15px;
}
@media only screen and (max-width: 991.98px) {
  .product-card--title .toman {
    font-size: 12px;
  }
}
.product-card {
  /* ایکون شاپ */
}
.product-card .img-ship {
  bottom: 0px;
  position: absolute;
  right: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1599.98px) {
  .product-card .img-ship {
    right: 9%;
  }
}
@media only screen and (max-width: 1399.98px) {
  .product-card .img-ship {
    bottom: 0px;
    right: -4px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .product-card .img-ship {
    bottom: 0px;
    right: 0px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card .img-ship {
    right: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .product-card .img-ship {
    right: -20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .product-card .img-ship {
    right: 40px;
  }
}
@media only screen and (max-width: 499.98px) {
  .product-card .img-ship {
    right: 10px;
  }
}
@media only screen and (max-width: 411.98px) {
  .product-card .img-ship {
    right: -10px;
  }
}
.product-card .img-ship img {
  transform: rotate(180deg);
}
.product-card .img-ship span {
  position: absolute;
  right: 48%;
  left: 46%;
  z-index: 999;
  top: 13px;
  color: brown;
  transform: rotate(122deg);
  font-size: 19px;
  font-weight: 600;
}
@media only screen and (max-width: 991.98px) {
  .product-card .img-ship span {
    font-size: 15px;
  }
}
.product-card {
  /* تخفیف */
}
.product-card .discount {
  background: #c7070a;
  padding: 4px;
  font-size: 12px;
  border-radius: 5px;
  color: white;
}
@media only screen and (max-width: 1399.98px) {
  .product-card .discount {
    padding: 3px;
    font-size: 11px;
    border-radius: 5px;
    color: white;
    margin-bottom: 12px;
    margin-left: 13px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .product-card .discount {
    padding: 3px;
    font-size: 8px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card .discount {
    font-size: 10px;
  }
}
.product-card {
  /* خطوط پایین */
}
.product-card .line-1 {
  width: 50%;
  height: 4px;
  background: #ed394d;
  margin-bottom: 1.5rem;
  border-radius: 64px;
  margin-top: 10px;
}
.product-card .line-2 {
  width: 50%;
  height: 4px;
  background: #bebbbb;
  margin-bottom: 1.5rem;
  border-radius: 0px 65px 65px 0px;
  margin-top: 10px;
}

.product-card--img {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 12px;
}
.product-card--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 1/1;
}
.product-card--img .overlay {
  inset: 0;
  aspect-ratio: auto;
}

.product-card {
  background: #fff;
  border-radius: 16px;
  padding: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

/* هدف قرار دادن ظرف تصویر در ستون کناری */
/* تبلت */
/* خود عکس داخل باکس */
/* استایل یکپارچه و ریسپانسیو برای کادر کناری */
/* در سایزهای کوچک، اگر ستون کناری باعث بهم ریختگی شد */
@media (max-width: 991px) {
  .products .col-3 {
    margin-bottom: 20px;
  }
}
.products .col-3 .title-box {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 12px;
}
@media only screen and (max-width: 1399.98px) {
  .products .col-3 .title-box {
    height: 19.2rem;
  }
}
@media only screen and (max-width: 1199.98px) {
  .products .col-3 .title-box {
    height: 21.1rem;
  }
}

.products .col-3 .title-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

/* اورلی */
.products .col-3 .title-box::after {
  content: "";
  position: absolute;
  border-radius: 12px;
  pointer-events: none;
  z-index: 1;
  inset: 0;
  background: rgba(57, 55, 55, 0.49);
}

/* متن */
.products .col-3 .title-box .text-product {
  position: absolute;
  top: 45%;
  right: 0%;
  width: calc(100% - 24px);
  text-align: center;
  z-index: 2;
  color: #fff;
}

/* دکمه */
.products .col-3 .title-box .btn-view {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.blog {
  margin-bottom: 2rem;
}
.blog__title h2 {
  font-size: 25px;
  font-weight: 700;
  color: #474040;
}
@media only screen and (max-width: 1199.98px) {
  .blog__title h2 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog__title h2 {
    font-size: 17px;
  }
}
.blog__title--text {
  font-size: 15px;
  color: gray;
  font-weight: 700;
  gap: 8px;
}
@media only screen and (max-width: 1199.98px) {
  .blog__title--text {
    font-size: 13px;
  }
}

@media screen and (max-width: 991.98px) {
  .desktop-category-card {
    display: none !important;
  }
}

@media screen and (max-width: 991.98px) {
  .w-full {
    max-width: 100% !important;
  }
}

.blogCard {
  background: white;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  padding: 0;
}
.blogCard:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}
.blogCard:hover .blogCard__time--btn .icon-arrow-left {
  transform: translateX(-4px); /* حرکت به چپ */
  color: #c8a2a2; /* تغییر رنگ با هگز */
}
.blogCard:hover .blogCard__time--btn {
  background: #2f2b2b; /* هاور جذاب‌تر */
}
.blogCard__img img {
  width: 100%;
  border-radius: 10px;
}
.blogCard__ship {
  margin-top: -25px;
}
@media only screen and (max-width: 1399.98px) {
  .blogCard__ship {
    margin-top: -24px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .blogCard__ship {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .blogCard__ship {
    margin-top: -22px;
  }
}
@media only screen and (max-width: 483.98px) {
  .blogCard__ship {
    margin-top: -18px;
  }
}
.blogCard__ship img {
  width: 100%;
}
.blogCard__time {
  padding-left: 13px;
  padding-bottom: 16px;
}
.blogCard__time--btn {
  background: #474040;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  padding: 6px;
  transition: all 0.3s ease;
}
.blogCard__time--btn .blogCard__text {
  display: none;
}
.blogCard__time--btn span {
  color: white;
  font-size: 12px;
  padding: 1px;
}
@media only screen and (max-width: 1199.98px) {
  .blogCard__time--btn span {
    font-size: 9px;
  }
}
@media only screen and (max-width: 767.98px) {
  .blogCard__time--btn span {
    font-size: 8px;
  }
}
.blogCard__time--btn .icon-arrow-left {
  color: wheat;
  font-size: 12px;
  transition: all 0.3s ease;
}
.blogCard__text {
  padding-right: 15px;
  padding-top: 6px;
  padding-bottom: 4px;
}
.blogCard__text span {
  font-size: 15px;
}
@media only screen and (max-width: 1399.98px) {
  .blogCard__text span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1299.98px) {
  .blogCard__text span {
    font-size: 10px;
  }
}
.blogCard__text h2 {
  width: 100%;
  height: 46px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px !important;
  color: #251f1f !important;
  line-height: 23px !important;
  margin: 0 !important;
  display: flex !important;
  transition: all 300ms linear !important;
}
@media only screen and (max-width: 991.98px) {
  .blogCard__text h2 {
    font-size: 12px !important;
  }
}

.blog__items {
  padding: 35px;
  gap: 17px;
}

a {
  color: #1a1a1a;
}
a:hover {
  color: unset;
  box-shadow: unset;
}

@media (max-width: 991px) {
  /* ۱. کانتینر اصلی اسلایدر */
  .blog__items.mobile-category-card {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    overflow-x: auto !important;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    /* تغییرات اصلی اینجا انجام شده: */
    padding-right: 15px !important; /* فاصله از سمت راست برای تراز شدن با محتوا */
    padding-left: 15px !important; /* فاصله از سمت چپ برای جلوگیری از چسبیدن آیتم آخر */
    padding-top: 10px !important; /* فاصله از بالا برای سایه‌ها */
    padding-bottom: 20px !important; /* فاصله بیشتر از پایین برای اسکرول راحت */
    gap: 12px !important;
    /* این خط باعث می‌شود وقتی اسکرول می‌کنید، کارت‌ها در لبه‌ی سمت راست گیر کنند و تراز شوند */
    scroll-padding-right: 15px;
  }
  /* حذف اسکرول‌بار */
  .blog__items.mobile-category-card::-webkit-scrollbar {
    display: none;
  }
  .blog__items.mobile-category-card {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  /* اصلاح قطعی عرض فرزندان - اینجا جایی است که w-full بوت‌استرپ را خنثی می‌کنیم */
  .blog__items.mobile-category-card > * {
    flex: 0 0 266px !important; /* عرض ثابت */
    min-width: 266px !important; /* جلوگیری از فشرده شدن */
    max-width: 266px !important;
    width: 266px !important; /* اعمال عرض مستقیم برای نادیده گرفتن w-full */
    scroll-snap-align: start;
    margin: 0 !important;
    /* استایل کارت دیجی‌کالا */
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: none; /* در موبایل معمولا دیجی‌کالا سایه ندارد یا بسیار کم است */
  }
}
.page {
  padding: 40px 0 60px;
  min-height: 100vh;
}

.page .container {
  max-width: 1320px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.video-item {
  display: block;
  text-decoration: none;
  color: inherit;
}

.video-media {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #111;
  aspect-ratio: 16/9;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.video-item:hover .video-media {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
}

.video-item .img-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.video-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 42%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0));
  pointer-events: none;
}

.play-vedeo span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.play-vedeo span::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #111;
  margin-left: 2px;
}

.video-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 14px 16px 12px;
  color: #fff;
}

.title-video {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

@media (max-width: 1199.98px) {
  .video-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991.98px) {
  .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
}
@media (max-width: 575.98px) {
  .video-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .page {
    padding: 28px 0 44px;
  }
  .page .titles {
    font-size: 24px;
  }
}
.video-media {
  position: relative;
}

.play-vedeo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media only screen and (max-width: 767.98px) {
  .play-vedeo {
    top: 40%;
  }
}

.play-vedeo span {
  animation: pulse 1.6s infinite ease-in-out;
  transform-origin: center;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.55);
  }
  70% {
    transform: scale(1.08);
    box-shadow: 0 0 0 14px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.video-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.07));
  padding: 16px 16px 8px;
}

.blog__items {
  padding: 0;
}

@media only screen and (max-width: 1399.98px) {
  .product-card .img-ship {
    right: 5%;
  }
}
@media only screen and (max-width: 1499.98px) {
  .product-card .img-ship {
    right: 20%;
  }
}
@media only screen and (max-width: 1399.98px) {
  .product-card .img-ship {
    right: 9%;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card .img-ship {
    right: 5%;
  }
}
@media only screen and (max-width: 767.98px) {
  .product-card .img-ship {
    right: 10%;
    bottom: 0;
  }
}
@media only screen and (max-width: 480.98px) {
  .product-card .img-ship {
    right: 10%;
  }
}
@media only screen and (max-width: 390.98px) {
  .product-card .img-ship {
    right: -6%;
  }
}
@media only screen and (max-width: 375.98px) {
  .product-card .img-ship {
    right: -15%;
  }
}
.blog__content {
  margin-top: 2rem;
}

.blog-video-box {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #000;
  aspect-ratio: 16/9;
}

.blog-video-box iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-detail-j {
  width: 100%;
  display: flex;
  justify-content: center;
}

.video-detail-j video {
  display: block;
  width: 100%;
  max-width: 1000px;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
  object-fit: cover;
}

@media (max-width: 768px) {
  .video-detail-j video {
    border-radius: 12px;
  }
}
/* استایل کلی ستاره‌ها */

/*# sourceMappingURL=archives.css.map */
