@font-face {
  font-family: "Iran1";
  src: url("./webfonts/IRANSansWeb_UltraLight_FaNum.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iran1";
  src: url("./webfonts/IRANSansWeb_Light_FaNum.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iran1";
  src: url("./webfonts/IRANSansWeb_FaNum.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iran1";
  src: url("./webfonts/IRANSansWeb_Medium_FaNum.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iran1";
  src: url("./webfonts/IRANSansWeb_Bold_FaNum.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iran1";
  src: url("./webfonts/IRANSansWeb_Black_FaNum.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  margin: 0;
  padding: 0;
  direction: rtl;
  display: block;
  line-height: 1.5;
  text-align: right;
  min-height: 100vh;
  overflow-x: hidden;
  color: #272525;
  font-family: "Iran1";
  background-color: #f7f7f7;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  text-wrap: balance;
  line-height: 1.1;
}

p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  text-wrap: pretty;
  overflow-wrap: break-word;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul[role=list],
ol[role=list] {
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
a:not([class]) {
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  height: auto;
  display: block;
}

input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  outline: none;
}

input {
  font-family: "Iran1" !important;
}

button,
input,
label {
  line-height: 1.1;
}

textarea:not([rows]) {
  min-height: 10em;
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-track {
  background: rgb(0, 0, 0);
}

::-webkit-scrollbar-thumb {
  background: radial-gradient(circle, #ecc3ba 0%, rgba(0, 0, 0, 0) 100%);
}
::-webkit-scrollbar-thumb:hover {
  background: radial-gradient(circle, #ecc3ba 0%, rgba(0, 0, 0, 0.493) 100%);
}

:target {
  scroll-margin-block: 5ex;
}

.container {
  width: 100%;
  max-width: 1208px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  gap: 12px;
  transition: all 0.3s ease;
}
.button--primary {
  background-color: #1a1a1a;
  color: #ffffff;
}
.button--primary:hover {
  opacity: 0.9;
}
.button--secondary {
  background-color: #e2a496;
  color: #272525;
}
.button--secondary:hover {
  opacity: 0.9;
}
.button--outline {
  background-color: transparent;
  border: 1.5px solid #1a1a1a;
  color: #1a1a1a;
}
.button--outline:hover {
  background-color: rgba(26, 26, 26, 0.05);
}
.button--text {
  background-color: transparent;
  color: #666666;
}
.button--text:hover {
  opacity: 0.7;
}
.button--map {
  background-color: #e2a496;
  color: #272525;
  width: 100%;
  gap: 8px;
}
.button--map:hover {
  opacity: 0.9;
}
.button__icon {
  width: auto;
  height: auto;
}

.section-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.section-bg__image {
  width: 100%;
  height: 100%;
}

.section-bg--top {
  top: 0;
  left: 0;
}
.section-bg--top img {
  width: 100%;
}

.section-bg--bottom {
  bottom: -3px;
  left: 0;
  overflow: hidden;
}
.section-bg--bottom img {
  width: 100% !important;
}

.hero {
  position: relative;
  height: 522px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #ffffff;
  text-align: right;
  overflow: visible;
  margin-top: 151px;
}
@media (max-width: 992px) {
  .hero {
    height: 550px;
    padding-bottom: 0;
    justify-content: center;
    align-items: flex-end;
    margin-top: 110px;
  }
}
@media (max-width: 768px) {
  .hero {
    height: 480px;
    padding-bottom: 0;
    justify-content: center;
    align-items: flex-end;
    margin-top: 81px;
  }
}
.hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: url("../../images/SingleBlog/bg-hero.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
}
@media (max-width: 760px) {
  .hero__background {
    background-position: center left;
  }
}
@media (max-width: 992px) {
  .hero__background {
    background-position: left;
  }
}
.hero__background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(32, 32, 32, 0) 29.42%, rgba(32, 32, 32, 0.78) 63.49%);
}
@media (max-width: 760px) {
  .hero__background::after {
    background: linear-gradient(180deg, rgba(32, 32, 32, 0.23) 29.42%, rgba(32, 32, 32, 0.64) 63.49%);
  }
}
.hero__content {
  position: relative;
  z-index: 2;
  padding-right: 0;
  text-align: right;
  bottom: -95px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 992px) {
  .hero__content {
    position: absolute;
    bottom: 270px;
    padding: 0 24px;
    text-align: right;
    margin-top: 0;
    z-index: 3;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .hero__content {
    position: absolute;
    top: 212px;
    padding: 0 12px;
    text-align: center;
    margin-top: 0;
    z-index: 3;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.hero__top {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 24px;
  align-items: center;
}
@media (max-width: 760px) {
  .hero__top {
    justify-content: space-between;
  }
}
.hero__right, .hero__left {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.4);
}
.hero__right img, .hero__left img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 180%;
  text-align: right;
}
@media (max-width: 992px) {
  .hero__title {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 30px;
    line-height: 42px;
    text-align: center;
  }
}
.hero__subtitle {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  line-height: 180%;
  text-align: right;
}
@media (max-width: 992px) {
  .hero__subtitle {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 768px) {
  .hero__subtitle {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
  }
}

.swiper {
  overflow: visible;
}
.swiper-wrapper {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}
.swiper-slide {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.swiper-button-next, .swiper-button-prev {
  background: none;
  border: none;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-button-next::after, .swiper-button-prev::after {
  content: none;
}
.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.article {
  padding: 48px 0;
  position: relative;
}
.article .container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.article__intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
}

.article__intro-text {
  font-size: 16px;
  line-height: 180%;
  color: #666666;
  margin: 0;
}
@media (max-width: 768px) {
  .article__intro-text {
    font-size: 16px;
    text-align: justify;
  }
}
@media (max-width: 480px) {
  .article__intro-text {
    font-size: 14px;
  }
}

.article__section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
}
.article__section:last-of-type {
  border-bottom: none;
}

.article__section-title {
  font-size: 30px;
  font-weight: 700;
  color: #272525;
  margin: 0;
  line-height: 150%;
}
@media (max-width: 768px) {
  .article__section-title {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .article__section-title {
    font-size: 18px;
  }
}

.article__paragraph {
  font-size: 16px;
  line-height: 1.7;
  color: #666666;
  margin: 0;
}
@media (max-width: 768px) {
  .article__paragraph {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .article__paragraph {
    font-size: 14px;
  }
}

.article__conclusion {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
  padding: 24px;
  margin-top: 32px;
}

.article__conclusion-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  color: #272525;
  margin: 0;
}
@media (max-width: 768px) {
  .article__conclusion-text {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .article__conclusion-text {
    font-size: 14px;
  }
}

.related-articles {
  padding: 48px 0 154px;
  background-color: rgba(26, 26, 26, 0.02);
  border-top: 1px solid #e5e5e5;
  position: relative;
}
.related-articles .container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 768px) {
  .related-articles {
    padding: 32px 0 70px;
  }
}
@media (max-width: 480px) {
  .related-articles {
    padding: 16px 0 60px;
  }
}

.related-articles__title {
  font-size: 60px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 768px) {
  .related-articles__title {
    font-size: 30px;
  }
}

.related-articles__swiper {
  position: relative;
  width: 100%;
  padding: 0 50px;
}
@media (max-width: 768px) {
  .related-articles__swiper {
    padding: 0 50px;
  }
}
@media (max-width: 480px) {
  .related-articles__swiper {
    padding: 0 40px;
  }
}
.related-articles__swiper .swiper-wrapper {
  display: flex;
}
.related-articles__swiper .swiper-slide {
  width: auto;
  height: auto;
}
@media (max-width: 1200px) {
  .related-articles__swiper .swiper-slide {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .related-articles__swiper .swiper-slide {
    width: 100%;
  }
}

.related-articles__card {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  height: auto;
}
.related-articles__card:hover .related-articles__image {
  box-shadow: 0 12px 32px rgba(26, 26, 26, 0.15);
}
.related-articles__card:hover .related-articles__title {
  color: #e2a496;
}

.related-articles__image {
  background-image: linear-gradient(180deg, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0.95) 87.06%);
  background-size: cover;
  background-position: center;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 415px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.related-articles__image img.related-articles__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
@media (max-width: 1024px) {
  .related-articles__image {
    height: 380px;
  }
}
@media (max-width: 768px) {
  .related-articles__image {
    height: 350px;
    padding: 12px;
  }
}
@media (max-width: 480px) {
  .related-articles__image {
    height: 300px;
    padding: 8px;
    background-image: linear-gradient(180deg, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0.98) 85%);
  }
}

.related-articles__date {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  z-index: 3;
}
.related-articles__date img {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
.related-articles__date span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: -5px;
}
@media (max-width: 768px) {
  .related-articles__date span {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .related-articles__date span {
    font-size: 11px;
  }
}

.related-articles__content {
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
.related-articles__content:hover .related-articles__title {
  color: #e2a496;
}
.related-articles__content:focus-visible {
  outline: 2px solid #1a1a1a;
  outline-offset: 2px;
}

.related-articles__title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  margin-top: 0;
  line-height: 1.4;
  transition: all 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
@media (max-width: 768px) {
  .related-articles__title {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .related-articles__title {
    font-size: 15px;
  }
}

.related-articles__excerpt {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  transition: all 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  max-height: 45px;
  min-height: 45px;
}
@media (max-width: 768px) {
  .related-articles__excerpt {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  .related-articles__excerpt {
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.related-articles__prev,
.related-articles__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: #8e6d2f;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in;
  z-index: 10;
  padding: 8px;
}
.related-articles__prev:hover,
.related-articles__next:hover {
  background-color: #523a0c;
  transform: translateY(-50%) scale(1.1);
}
.related-articles__prev:hover svg,
.related-articles__next:hover svg {
  filter: brightness(0) invert(1);
}
.related-articles__prev:focus-visible,
.related-articles__next:focus-visible {
  outline: 2px solid #1a1a1a;
  outline-offset: 2px;
}
.related-articles__prev svg,
.related-articles__next svg {
  color: #ffdb98;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease-in;
}
@media (max-width: 768px) {
  .related-articles__prev,
  .related-articles__next {
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .related-articles__prev svg,
  .related-articles__next svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 480px) {
  .related-articles__prev,
  .related-articles__next {
    width: 32px;
    height: 32px;
  }
  .related-articles__prev svg,
  .related-articles__next svg {
    width: 18px;
    height: 18px;
  }
}

.related-articles__prev {
  right: calc(100% + 16px);
}
@media (max-width: 768px) {
  .related-articles__prev {
    right: 10px;
    transform: translateY(-50%) translateX(40px);
  }
}

.related-articles__next {
  left: calc(100% + 16px);
}
@media (max-width: 768px) {
  .related-articles__next {
    left: 10px;
    transform: translateY(-50%) translateX(-40px);
  }
}

@media (max-width: 768px) {
  .hide-mobile {
    display: none;
  }
}

@media (max-width: 992px) {
  .address {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .address {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .packages {
    padding-bottom: 32px;
  }
}/*# sourceMappingURL=SingleBlog.css.map */