@import "bootstrap.min.css";
@import "vazirmatn-font-face.css";
@import "fontawesome.css";
@import "swiper-bundle.css";
@import "fancybox.css";
@import "select2.min.css";
@import "aos.css";
:root {
  --bg-start: #FBF7F0;
  --bg-mid: #F3EFE6;
  --bg-end: #EAE5D8;
  --primary-light-navy: #1f5b70;
  --primary-navy: #133B49;
  --primary-hover: #0A242E;
  --gold-accent: #C5A069;
  --text-muted: #7A7C77;
  --text-w: #e5dccf;
}

::selection {
  background: #C5A069;
  color: #0A242E;
}

input::placeholder {
  text-align: right;
  direction: rtl;
}

textarea::placeholder {
  text-align: right;
  direction: rtl;
}

#step-2 {
  display: none;
}

html:has(body.modal-open) {
  overflow: hidden;
}

body {
  overflow-x: hidden;
  direction: rtl;
  text-align: right;
  margin: 0;
  font-family: "Vazirmatn", sans-serif;
  background-size: 400% 400%;
  color: var(--primary-navy);
  background-color: var(--bg-mid);
}

.modal-custom-1 .modal-content {
  z-index: 15;
  background-color: var(--bg-mid);
  position: relative;
  overflow-x: hidden;
}
.modal-custom-1 .modal-content .modal-header {
  position: relative;
  z-index: 15;
}
.modal-custom-1 .modal-content .modal-header .btn-close {
  margin-right: auto;
  margin-left: calc(-0.5 * var(--bs-modal-header-padding-x));
}
.modal-custom-1 .modal-content .modal-header .modal-title {
  color: var(--primary-light-navy);
}
.modal-custom-1 .modal-content .modal-item-icon {
  position: absolute;
  width: 300px;
  height: 300px;
  opacity: 0.05;
  left: -100px;
  top: -100px;
  z-index: 0;
  animation: slow-rotate 65s linear infinite;
}

#search-martyr-form {
  margin-bottom: 15px;
  padding: 15px;
  border: 1px solid rgba(197, 160, 105, 0.2);
  box-shadow: 0 0 5px rgba(197, 160, 105, 0.3);
  border-radius: 10px;
}

#loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: none;
}
#loader .item-icon {
  width: 100px;
  height: 100px;
  animation: slow-rotate 25s linear infinite;
}
#loader .item-title {
  margin-top: 15px;
  font-size: 20px;
  color: var(--text-w);
}

@keyframes fluidGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes slow-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#main-footer {
  background: linear-gradient(90deg, rgba(197, 160, 105, 0.27) 0%, rgba(197, 160, 105, 0) 51%, rgba(197, 160, 105, 0.26) 100%);
  padding: 10px 0;
  margin-top: 25px;
  border-top: 1px solid rgba(197, 160, 105, 0.3);
  box-shadow: 0 -2px 5px rgba(197, 160, 105, 0.1);
  font-size: 12px;
  overflow: hidden;
}
#main-footer .brand-box {
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}
#main-footer .brand-box .item-title {
  display: block;
  z-index: 10;
  font-size: 28px;
  color: var(--primary-navy);
  line-height: 20px;
  position: relative;
  top: 2px;
}
#main-footer .brand-box .item-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  display: block;
  left: 6px;
  top: -5px;
  z-index: 2;
  animation: slow-rotate 35s linear infinite;
}
#main-footer .brand-box .item-logo {
  width: 100px;
  height: auto;
  position: relative;
  z-index: 20;
}
#main-footer .social-container {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
#main-footer .social-container li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #C5A069;
  color: #fff;
  font-size: 18px;
  transition: all 0.25s ease;
}
#main-footer .social-container li a:hover {
  background: #133B49;
}

#main-header {
  box-shadow: 0 2px 5px rgba(197, 160, 105, 0.1);
  background: transparent;
  background: linear-gradient(90deg, rgba(197, 160, 105, 0.27) 0%, rgba(197, 160, 105, 0) 51%, rgba(197, 160, 105, 0.26) 100%);
  padding: 10px 0;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid rgba(197, 160, 105, 0.3);
}
#main-header .brand-box {
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}
#main-header .brand-box .item-title {
  display: block;
  z-index: 10;
  font-size: 28px;
  color: var(--primary-navy);
  line-height: 20px;
  position: relative;
  top: 2px;
}
#main-header .brand-box .item-description {
  display: block;
  z-index: 15;
  font-size: 13px;
  color: var(--gold-accent);
  text-align: center;
  position: relative;
  top: 9px;
}
#main-header .brand-box .item-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  display: block;
  left: 5px;
  top: -8px;
  z-index: 2;
  animation: slow-rotate 35s linear infinite;
}
#main-header .brand-box .item-logo {
  width: 100px;
  height: auto;
  position: relative;
  z-index: 20;
}
#main-header .nav-menu {
  list-style: none;
  display: flex;
  gap: 15px;
  margin: 0;
  padding: 0;
}
#main-header .nav-menu .nav-link-custom {
  text-decoration: none;
  color: var(--primary-navy);
  font-weight: 700;
  font-size: 15px;
  position: relative;
  transition: 0.3s;
}
#main-header .nav-menu .nav-link-custom:hover {
  color: var(--gold-accent);
}
#main-header .nav-menu .nav-link-custom.active:after {
  opacity: 0.8;
  content: "";
  position: absolute;
  bottom: -8px;
  width: 25px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: linear-gradient(90deg, rgba(197, 160, 105, 0) 0%, rgb(197, 160, 105) 50%, rgba(197, 160, 105, 0) 100%);
}
#main-header:after {
  position: absolute;
  content: "";
  width: 500px;
  opacity: 0.5;
  height: 2px;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(197, 160, 105, 0) 0%, rgb(197, 160, 105) 50%, rgba(197, 160, 105, 0) 100%);
  z-index: 0;
}
#main-header:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url(/assets/images/logo/pattern-2-full.png);
  top: 0;
  left: 0;
  background-size: 270px;
  opacity: 0.03;
  background-repeat: no-repeat;
  background-position: center;
}

.btn-custom-1, .btn-custom-2 {
  text-decoration: none;
  background-color: var(--primary-navy);
  color: var(--text-w);
  padding: 10px 15px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 0 5px var(--gold-accent);
  border: 1px solid rgba(197, 160, 105, 0.2);
  position: relative;
  overflow: hidden;
}
.btn-custom-1 .item-icon, .btn-custom-2 .item-icon {
  position: absolute;
  z-index: 5;
  opacity: 0.6;
  height: 50px;
  width: auto;
  left: -16px;
  transition: all 0.9s;
  top: 0;
}
.btn-custom-1 .title, .btn-custom-2 .title {
  position: relative;
  z-index: 10;
}
.btn-custom-1:hover, .btn-custom-2:hover, .btn-custom-1:focus, .btn-custom-2:focus, .btn-custom-1:active, .btn-custom-2:active {
  background-color: var(--primary-navy) !important;
  color: var(--text-w) !important;
  box-shadow: 0 0 8px var(--gold-accent);
}
.btn-custom-1:hover .item-icon, .btn-custom-2:hover .item-icon, .btn-custom-1:focus .item-icon, .btn-custom-2:focus .item-icon, .btn-custom-1:active .item-icon, .btn-custom-2:active .item-icon {
  transform: scale(1.5) rotate(145deg);
}

.btn-custom-2 {
  background-color: var(--primary-light-navy);
}

.title-custom-1 {
  font-size: 25px;
  font-family: "Vazirmatn", sans-serif;
  color: var(--primary-navy);
  position: relative;
}
.title-custom-1 .item-title {
  position: relative;
  display: inline-block;
}
.title-custom-1 .item-title:before {
  position: absolute;
  right: -35px;
  top: 15px;
  width: 20px;
  height: 50px;
  content: "";
  background-image: url(/assets/images/logo/pattern-left.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.title-custom-1 .item-title:after {
  position: absolute;
  left: -35px;
  /*top: 50%;
  transform: translateY(-50%);*/
  top: 15px;
  width: 20px;
  height: 50px;
  content: "";
  background-image: url(/assets/images/logo/pattern-right.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.description-custom-1 {
  color: var(--text-muted);
  font-size: 15px;
  position: relative;
}
.description-custom-1:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 145px;
  height: 20px;
  bottom: -30px;
  content: "";
  background-image: url(/assets/images/logo/sparator.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.card-custom-1 {
  background-color: var(--bg-start);
  color: var(--primary-navy);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(197, 160, 105, 0.2);
  position: relative;
}
.card-custom-1 .bg-item-icon {
  position: absolute;
  width: 300px;
  height: 300px;
  opacity: 0.05;
  left: -100px;
  top: -100px;
  z-index: 0;
  animation: slow-rotate 65s linear infinite;
}
.card-custom-1 .card-header {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  border-bottom: none;
  text-align: center;
  font-family: "Vazirmatn", sans-serif;
  font-size: 20px;
  padding: 20px 0 25px;
}
.card-custom-1 .card-header:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 145px;
  height: 20px;
  bottom: -10px;
  content: "";
  background-image: url(/assets/images/logo/sparator.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.card-custom-1 .card-header:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  bottom: 3.3px;
  content: "";
  background-color: var(--gold-accent);
  opacity: 0.5;
}
.card-custom-2 {
  background-color: var(--bg-start);
  border-radius: 15px;
  border: 1px solid rgba(197, 160, 105, 0.1);
  box-shadow: 0 0 5px rgba(197, 160, 105, 0.3);
  padding: 15px;
}
.card-custom-2 .item-icon {
  font-size: 40px;
  color: var(--gold-accent);
}
.card-custom-2 .content .item-title {
  color: var(--primary-navy);
  font-size: 13px;
  margin-bottom: 5px;
}
.card-custom-2 .content .item-number {
  color: #438c82;
  font-size: 25px;
  font-weight: 900;
}

.martyr-custom-2 {
  background: linear-gradient(-45deg, var(--bg-start), var(--bg-mid), var(--bg-start), var(--bg-end));
  background-size: 400% 400%;
  animation: fluidGradient 20s ease infinite;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid rgba(197, 160, 105, 0.1);
  box-shadow: 0 0 5px rgba(197, 160, 105, 0.3);
  padding: 25px 10px 15px;
}
.martyr-custom-2 .name-container {
  font-size: 12px;
  color: var(--gold-accent);
}
.martyr-custom-2 .name-container .name {
  font-family: "Vazirmatn", sans-serif;
  font-size: 15px;
  color: var(--primary-navy);
}
.martyr-custom-2 .state-container {
  font-size: 12px;
  color: var(--gold-accent);
}
.martyr-custom-2 .state-container .state {
  font-size: 15px;
  color: var(--primary-navy);
}

.martyr-custom-1 {
  display: block;
  text-decoration: none;
  color: var(--primary-navy);
  background: linear-gradient(-45deg, var(--bg-start), var(--bg-mid), var(--bg-start), var(--bg-end));
  background-size: 400% 400%;
  animation: fluidGradient 20s ease infinite;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid rgba(197, 160, 105, 0.1);
  box-shadow: 0 0 5px rgba(197, 160, 105, 0.3);
  transition: all 0.5s;
}
.martyr-custom-1 .img-container {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 20px;
}
.martyr-custom-1 .img-container .item-icon {
  display: block;
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  z-index: 5;
}
.martyr-custom-1 .img-container:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(/assets/images/logo/pattern-3-full.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
  left: 0;
  top: 2px;
  opacity: 0.5;
  animation: slow-rotate 205s linear infinite;
}
.martyr-custom-1 .name-container {
  font-size: 12px;
}
.martyr-custom-1 .name-container .name {
  font-family: "Vazirmatn", sans-serif;
  font-size: 15px;
}
.martyr-custom-1 .state-container {
  font-size: 12px;
}
.martyr-custom-1 .state-container .state {
  font-size: 15px;
}
.martyr-custom-1:hover {
  transform: translateY(-3px);
}

.content-custom-1 {
  font-size: 12px;
  color: var(--primary-navy);
  text-decoration: none;
}

#main-slider-container {
  position: relative;
  width: 100%;
  /*@media (max-width: 575.98px) {
      height: auto;
  }*/
}
#main-slider-container #main-slider {
  width: 100%;
  position: relative;
  z-index: 15;
}
#main-slider-container #main-slider .swiper-wrapper {
  width: 100% !important;
}
#main-slider-container #main-slider .swiper-wrapper .swiper-slide {
  width: 100% !important;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main-slider-container #main-slider .swiper-wrapper .swiper-slide .item-container {
  display: block;
  width: 100% !important;
  height: auto;
  text-decoration: none;
  position: relative;
}
#main-slider-container #main-slider .swiper-wrapper .swiper-slide .item-container img {
  display: block;
  width: 100% !important;
  height: auto;
  object-fit: cover;
}
#main-slider-container #main-slider .swiper-wrapper .swiper-slide .item-container {
  /*&:after{
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 25;
      left: 0;
      top: 0;
      content: '';
      background: radial-gradient(circle,rgba(243, 239, 230, 0) 0%, rgba(243, 239, 230, 1) 100%);
      @media (max-width: 575.98px) {
          display: none;
      }
  }*/
}
#main-slider-container {
  /*&:after{
      position: absolute;
      width: 100%;
      height: 50px;
      z-index: 25;
      top: 0px;
      left: 0;
      content: '';
      background: linear-gradient(0deg,rgba(243, 239, 230, 0) 0%, rgba(243, 239, 230, 0.78) 47%, rgba(243, 239, 230, 1) 100%);
      @media (max-width: 575.98px) {

      }
  }

  &:before{
      position: absolute;
      width: 100%;
      height: 50px;
      z-index: 25;
      bottom: 0px;
      left: 0;
      content: '';
      background: linear-gradient(0deg,rgba(243, 239, 230, 1) 0%, rgba(243, 239, 230, 1) 50%, rgba(243, 239, 230, 0) 100%);
      @media (max-width: 575.98px) {
      }
  }*/
}

#map-items {
  padding: 15px;
  background-color: var(--bg-start);
  color: var(--primary-navy);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(197, 160, 105, 0.2);
  position: relative;
}
#map-items .bg-item-icon {
  position: absolute;
  width: 300px;
  height: 300px;
  opacity: 0.05;
  right: -100px;
  top: -100px;
  z-index: 0;
  animation: slow-rotate 65s linear infinite;
}
#map-items .bg-item-2-icon {
  position: absolute;
  width: 100px;
  height: auto;
  opacity: 0.5;
  left: 30%;
  top: 0px;
  z-index: 0;
  /*@media (max-width: 575.98px) {
      left: 125px;
  }*/
}
#map-items .map-wrapper {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 25;
}
#map-items .map-wrapper svg {
  width: 100%;
  height: auto;
  display: block;
}
#map-items .map-wrapper svg path {
  fill: #C5A069;
  stroke: #ffffff;
  stroke-width: 1;
  transition: all 0.3s ease;
  cursor: pointer;
}
#map-items .map-wrapper svg path:hover {
  fill: #133B49;
  stroke: #ffffff;
}
#map-items .map-wrapper svg path.is-selected {
  fill: #0A242E !important;
}
#map-items #map-count-preview {
  border-bottom: 1px solid rgba(197, 160, 105, 0.2);
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  z-index: 25;
}
#map-items #map-count-preview .state-container {
  font-size: 12px;
}
#map-items #map-count-preview .state-container #map-state {
  font-weight: bold;
  font-size: 17px;
}
#map-items #map-count-preview .count-container {
  font-size: 12px;
}
#map-items #map-count-preview .count-container #map-count {
  font-weight: bold;
  font-size: 17px;
}
#map-items #map-count-preview .martyr-count-container {
  font-size: 12px;
}
#map-items #map-count-preview .martyr-count-container #map-martyr-count {
  font-weight: bold;
  font-size: 17px;
}

.custom-image-preview-1 {
  width: 100%;
  margin-bottom: 15px;
}
.custom-image-preview-1 a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 200px;
  position: relative;
}
.custom-image-preview-1 a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 15;
  top: 0;
  left: 0;
  background-image: url(/assets/images/logo/frame-3.png);
  background-size: 100% 100%;
}
.custom-image-preview-1 a img {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ========== Quick Form (Bootstrap friendly) ========== */
.custom-form .form-label {
  font-size: 12px;
  margin-bottom: 5px;
}
.custom-form .form-control, .custom-form .form-select {
  height: 44px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(19, 59, 73, 0.06);
  color: var(--primary-hover);
  font-size: 13px;
  font-weight: 500;
  padding-right: 40px;
  padding-left: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 2px 10px rgba(0, 0, 0, 0.03);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.custom-form .form-control::placeholder, .custom-form .form-select::placeholder {
  color: rgba(122, 124, 119, 0.75);
  font-weight: 400;
}
.custom-form .form-control:focus, .custom-form .form-select:focus {
  background: #FBF7F0;
  border-color: rgba(197, 160, 105, 0.55);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 0 0 3px rgba(197, 160, 105, 0.14), 0 6px 16px rgba(19, 59, 73, 0.07);
}
.custom-form .form-select {
  padding-left: 36px;
  background-image: none !important;
}
.custom-form .qf-field {
  position: relative;
}
.custom-form .qf-field .qf-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold-accent);
  font-size: 14px;
  pointer-events: none;
  z-index: 3;
}
.custom-form .qf-field .qf-caret {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(19, 59, 73, 0.45);
  font-size: 12px;
  pointer-events: none;
  z-index: 3;
}
.custom-form .select2-container {
  width: 100% !important;
}
.custom-form .select2-container--default .select2-selection--single {
  height: 44px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(19, 59, 73, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 2px 10px rgba(0, 0, 0, 0.03);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.custom-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px;
  color: var(--primary-hover);
  font-size: 13px;
  font-weight: 500;
  padding-right: 40px;
  padding-left: 12px;
  text-align: right;
}
.custom-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.custom-form .select2-container--default.select2-container--focus .select2-selection--single,
.custom-form .select2-container--default.select2-container--open .select2-selection--single {
  background: #FBF7F0;
  border-color: rgba(197, 160, 105, 0.55);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 0 0 3px rgba(197, 160, 105, 0.14), 0 6px 16px rgba(19, 59, 73, 0.07);
}
.custom-form .select2-dropdown {
  border-radius: 10px;
  border: 1px solid rgba(19, 59, 73, 0.06);
  overflow: hidden;
}
.custom-form .select2-search__field {
  border-radius: 8px !important;
  padding: 8px !important;
  font-size: 13px;
}
.custom-form .select2-results__option {
  font-size: 13px;
  padding: 10px 12px;
}
.custom-form .select2-results__option--highlighted {
  background: rgba(197, 160, 105, 0.12) !important;
  color: var(--primary-hover) !important;
}

.select2-container--open {
  z-index: 99999;
}

.select2-dropdown {
  z-index: 99999;
}

.custom-file-input {
  display: none;
}

.file-field {
  display: flex;
  align-items: center;
  gap: 10px;
}

.custom-file-label {
  cursor: pointer;
  padding: 8px 14px;
  border-radius: 6px;
  background: #e9ecef;
  color: #333;
  margin: 0;
  white-space: nowrap;
}

.file-name {
  color: #6c757d;
  font-size: 14px;
}

.pagination {
  gap: 8px;
}

.pagination .page-link {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(197, 160, 105, 0.25);
  background: #FBF7F0;
  color: var(--primary-navy);
  transition: 0.25s;
}

.pagination .page-link:hover {
  background: var(--gold-accent);
  color: #fff;
  border-color: var(--gold-accent);
}

.pagination .page-item.active .page-link {
  background: var(--primary-navy);
  border-color: var(--primary-navy);
  color: #fff;
}

.pagination .page-item.disabled .page-link {
  opacity: 0.45;
}

.f-caption {
  direction: rtl;
  text-align: right;
}

.martyr-show-cart {
  background-color: var(--bg-start);
  color: var(--primary-navy);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(197, 160, 105, 0.2);
  position: relative;
}
.martyr-show-cart .bg-item-icon {
  position: absolute;
  width: 300px;
  height: 300px;
  opacity: 0.05;
  left: -100px;
  top: -100px;
  z-index: 0;
  animation: slow-rotate 65s linear infinite;
}
.martyr-show-cart .header {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  border-bottom: none;
  text-align: center;
  font-family: "Vazirmatn", sans-serif;
  font-size: 20px;
  padding: 20px 0 25px;
}
.martyr-show-cart .header .img-container {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 20px;
}
.martyr-show-cart .header .img-container .item-icon {
  display: block;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  z-index: 5;
}
.martyr-show-cart .header .img-container:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(/assets/images/logo/pattern-3-full.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
  left: 0;
  top: 2px;
  opacity: 0.5;
  animation: slow-rotate 205s linear infinite;
}
.martyr-show-cart .header.has-body:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 145px;
  height: 20px;
  bottom: -10px;
  content: "";
  background-image: url(/assets/images/logo/sparator.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.martyr-show-cart .header.has-body:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  bottom: 3.3px;
  content: "";
  background-color: var(--gold-accent);
  opacity: 0.5;
}
.martyr-show-cart .header .content {
  text-align: right;
}
.martyr-show-cart .header .content .name {
  font-size: 17px;
  color: var(--gold-accent);
}
.martyr-show-cart .header .content .name .value {
  color: var(--primary-navy);
}
.martyr-show-cart .header .content .details {
  font-size: 13px;
  color: var(--gold-accent);
}
.martyr-show-cart .header .content .details .value {
  color: var(--primary-navy);
  margin-right: 5px;
}
.martyr-show-cart .header .content .details .value .age {
  color: var(--gold-accent);
  display: inline-block;
  margin-right: 5px;
}
.martyr-show-cart .body {
  padding: 15px;
  font-size: 13px;
  color: var(--primary-navy);
}
.martyr-show-cart .body img {
  display: block;
  margin: 5px 0;
}

/*# sourceMappingURL=custom.min.css.map */
