@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;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #f7f7f7;
  padding: 16px 0 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-bottom: 1px solid rgba(229, 229, 229, 0.5);
  transition: all 0.3s ease;
}
.header__container {
  width: 100%;
  max-width: 1440px;
  padding: 0 116px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1200px) {
  .header__container {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .header__container {
    padding: 0 8px;
  }
}
.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 16px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .header__top {
    flex-wrap: nowrap;
    gap: 0;
  }
}
.header__search-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.header__search-btn img {
  width: 24px;
  height: 24px;
}
.header__search-btn:hover {
  background-color: rgba(47, 79, 79, 0.05);
}
@media (max-width: 768px) {
  .header__search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    order: 1;
  }
}
.header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
}
@media (max-width: 998px) {
  .header__actions {
    display: none;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  order: 0;
}
@media (max-width: 768px) {
  .header__logo {
    order: 0;
    flex: 1;
    justify-content: center;
  }
}
.header__logo img {
  width: 138px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .header__logo img {
    width: 110px;
    height: 55px;
  }
}
@media (max-width: 480px) {
  .header__logo img {
    width: 100px;
    height: 50px;
  }
}
.header__logo img:hover {
  transform: scale(1.02);
}
.header__socials {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .header__socials {
    gap: 5px;
  }
}
.header__social-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.header__social-btn img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__social-btn:hover {
  transform: translateY(-2px);
}
.header__social-btn:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .header__social-btn {
    width: 27px;
    height: 27px;
  }
  .header__social-btn img {
    width: 27px;
    height: 27px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.header__divider {
  width: 100%;
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 0;
}
@media (max-width: 768px) {
  .header__divider {
    display: none;
  }
}
.header__nav {
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .header__nav {
    display: none;
  }
}
.header__nav ul {
  display: flex;
  gap: 56px;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .header__nav ul {
    gap: 30px;
  }
}
@media (max-width: 650px) {
  .header__nav ul {
    gap: 16px;
  }
}
.header__nav ul li {
  transition: all 0.3s ease;
}
.header__nav ul li a {
  color: #272525;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}
@media (max-width: 650px) {
  .header__nav ul li a {
    font-size: 12px;
  }
}
.header__nav ul li a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #1a1a1a;
  transition: width all 0.15s ease;
}
.header__nav ul li a:hover {
  color: #1a1a1a;
}
.header__nav ul li a:hover::after {
  width: 100%;
}
.header.header--scrolled {
  padding: 8px 0 4px;
}
.header.header--scrolled .header__container {
  gap: 0;
}
.header.header--scrolled .header__divider {
  display: none !important;
}
.header.header--scrolled .header__nav {
  display: none !important;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.header.header--scrolled:hover .header__nav {
  display: flex !important;
  max-height: 100px;
  opacity: 1;
  transition: all 0.3s ease;
}

.hamburger {
  display: flex;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: background-color all 0.15s ease;
}
@media (min-width: 992px) {
  .hamburger {
    display: none;
  }
}
.hamburger:hover {
  background-color: rgba(47, 79, 79, 0.05);
}
.hamburger__icon {
  width: 36px;
  height: 36px;
  color: #272525;
  transition: transform all 0.15s ease;
}
.hamburger--active .hamburger__icon {
  transform: rotate(90deg);
}

.mobile-nav {
  display: none;
  flex-direction: column;
  gap: 24px;
  color: #666666;
  font-weight: 500;
  font-size: 16px;
  position: fixed;
  top: 70px;
  right: 0;
  left: 0;
  width: 100%;
  padding: 24px 16px;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.89);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.3s ease;
  z-index: 99;
  height: 100vh;
}
@media (max-width: 992px) {
  .mobile-nav--active {
    display: flex;
  }
}
.mobile-nav__link {
  color: #ffca00;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 12px 0;
  border-radius: 8px;
  padding-left: 16px;
  position: relative;
}
.mobile-nav__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 0;
  background-color: #ffca00;
  transition: height all 0.15s ease;
  border-radius: 2px;
}
.mobile-nav__link:hover {
  color: #ffffff;
  background-color: rgba(47, 79, 79, 0.05);
}
.mobile-nav__link:hover::before {
  height: 20px;
}

.lang-selector {
  position: relative;
  width: auto;
  height: 32px;
}
.lang-selector__wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.lang-selector__button {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: 1px solid #e5e5e5;
  font-family: inherit;
  color: #666666;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease;
  height: 100%;
}
.lang-selector__button:hover {
  border-color: #1a1a1a;
  color: #1a1a1a;
}
.lang-selector__button:focus {
  outline: none;
  border-color: #1a1a1a;
  box-shadow: 0 0 0 2px rgba(26, 26, 26, 0.1);
}
.lang-selector__flag {
  width: 18px;
  height: 16px;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover;
}
.lang-selector__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 1px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 200;
  min-width: 140px;
}
.lang-selector__dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.lang-selector__option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.lang-selector__option:hover {
  background-color: rgba(247, 247, 247, 0.5);
}
.lang-selector__option.selected {
  background-color: rgba(26, 26, 26, 0.08);
  font-weight: 600;
}
.lang-selector__option.selected .lang-selector__flag {
  border: 1px solid #1a1a1a;
}
.lang-selector__option span {
  font-size: 14px;
  color: #272525;
  white-space: nowrap;
}
.lang-selector__flag {
  width: 20px;
  height: 18px;
  border-radius: 3px;
  -o-object-fit: cover;
     object-fit: cover;
}

.search-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: 999;
  align-items: flex-start;
  justify-content: center;
  padding-top: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .search-modal--active {
    display: flex;
    opacity: 1;
    visibility: visible;
  }
}
.search-modal__content {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 24px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  animation: slideDown 0.3s ease;
}
.search-modal__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  float: left;
}
.search-modal__close svg {
  width: 24px;
  height: 24px;
  color: #272525;
}
.search-modal__close:hover svg {
  color: #1a1a1a;
}
.search-modal__input-wrapper {
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  border: 1.5px solid #e5e5e5;
  border-radius: 8px;
  padding: 12px 16px;
  gap: 12px;
  clear: both;
}
.search-modal__icon {
  width: 20px;
  height: 20px;
  color: #999999;
  flex-shrink: 0;
}
.search-modal__input {
  border: none;
  background: transparent;
  width: 100%;
  outline: none;
  font-family: inherit;
  font-size: 14px;
  color: #272525;
}
.search-modal__input::-moz-placeholder {
  color: #b3b3b3;
}
.search-modal__input::placeholder {
  color: #b3b3b3;
}
.search-modal__input:focus {
  outline: none;
}

@keyframes slideDown {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.section-title {
  font-size: 20px;
  font-weight: 700;
  color: #272525;
  text-align: center;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 600px) {
  .section-title {
    font-size: 18px;
  }
}
.section-title img {
  max-width: 336px;
  width: 100%;
  margin: 0 auto;
  margin-top: 5px;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 116px;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.footer {
  background-color: #223a3a;
  color: #ffffff;
  padding: 56px 0;
  position: relative;
}
.footer__container {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.footer__map img {
  width: 411px;
  height: 268px;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 40px;
}
.footer__logo-wrapper {
  min-width: 396px;
  height: 43px;
  position: absolute;
  top: -37px;
  width: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
.footer__columns {
  display: flex;
  gap: 82px;
  text-align: right;
}
.footer__column h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
  width: -moz-max-content;
  width: max-content;
}
.footer__column ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__column ul li a,
.footer__column ul li span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}
.footer__column ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.footer__column ul li.address {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.footer__column ul li img {
  width: 22px;
  height: 22px;
}
@media (max-width: 1200px) {
  .footer {
    padding: 0 !important;
  }
  .footer .footer__container {
    flex-direction: column;
    align-items: center;
    padding-block: 30px;
    padding-inline: 16px;
  }
  .footer .footer__content {
    width: 100%;
    justify-content: space-evenly;
  }
  .footer .footer__columns {
    width: 100%;
    justify-content: space-around;
  }
}
@media (max-width: 600px) {
  .footer .footer__columns {
    flex-direction: column;
    align-items: center;
    text-align: right;
    gap: 24px;
  }
  .footer .footer__column {
    width: 100%;
  }
  .footer .footer__column h4 {
    margin-inline: auto;
  }
  .footer .footer__column ul li a,
  .footer .footer__column ul li.address {
    justify-content: center;
  }
  .footer .footer__map {
    margin-top: 24px;
  }
  .footer .footer__map img {
    width: 100%;
    height: auto;
  }
}

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

@media (max-width: 992px) {
  .address-box {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .address-box {
    width: 100%;
  }
}/*# sourceMappingURL=Share.css.map */