body.page-template-default {
  height: 100%;
  margin: 0;
  background: #74489d;
}
.post-type-archive.post-type-archive-portfolio main {
  background-color: #5d6484;
}
/* کلاس فول اسکرین برای سکشن */
.page-template-default .full-screen {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-template-default .video-cover {
  display: flex;
  justify-content: center; /* تراز افقی */
  align-items: center; /* تراز عمودی */
  height: 100vh; /* یا مقدار دلخواه */
  margin-top: 35px;
}

body.page-template-default .video-cover video {
  max-height: 100vh; /* ارتفاع متناسب با صفحه */
  width: auto; /* جلوگیری از کشیدگی */
  display: block;
}
body.page-template-default [data-aos^="zoom"][data-aos^="zoom"] {
  opacity: 1 !important;
}
/* #modalPlayerVideo video {
    object-fit: cover !important;
  } */
.ratio-9x16 {
  --bs-aspect-ratio: calc(16 / 9 * 100%);
}
.pagination.text-center.mt-4 {
  justify-content: center;
}
.pagination.text-center.mt-4 * {
  color: #000;
}
.pagination.text-center.mt-4 a.page-numbers {
  padding: 0 5px;
}
span.page-numbers.current {
  border-bottom: 1px solid;
}
