* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: "Dana";
  src: url("../fonts/DanaFaNum-Light.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;

  margin: 0;
  padding: 0;
}

.sit {
  overflow-x: hidden;
  overflow-y: hidden;
  max-width: 1901px; /* حداکثر عرض */
  width: 100%; /* عرض پویا به اندازه ۹۰ درصد صفحه */
  margin: 0 auto; /* وسط‌چین کردن افقی */
  position: relative;
}

img {
  /* max-width: 100%; */
  height: auto;
  display: block;
}

body {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: #fffcf9;
  margin: 0;
  font-family: Dana, sans-serif;
  direction: rtl;
}

header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 15px;
}

a {
  text-decoration: none; /* حذف خط زیرین */
}

.rectangle {
  max-width: 100%;
  width: 1514px;
  box-sizing: border-box;
  overflow: visible;
  border-radius: 15px;
  height: 115px;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* سایه ملایم برای عمق بیشتر */
  background-color: #f7ead0;
}

.rectangle1 {
  border-radius: 15px;
  width: 80%;
  max-width: 100%;
  margin-top: -7%;
  margin-right: 10%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  flex-wrap: wrap;
  gap: 20px;
}

.rectangle-green {
  width: 507px;
  height: 326.81px;
  border-radius: 10px; /* گوشه‌های گرد */
  right: 0;
  margin-left: 5px; /* فاصله 5 پیکسل از مستطیل قرمز */
  margin-top: -171px;
}

.rectangle-green h1 {
  margin-top: 100px; /* فاصله 10 پیکسل از بالا */
}

.rectangle-green p {
  color: #3e3e3e;
  font-size: 17px;
  margin-top: 40px;
}

.rectangle1 img {
  width: 500px;
  height: 424px;
  border-radius: 10px;
}

.rectangle-green h2 {
  margin-top: 10px; /* فاصله 10 پیکسل از بالا */
}

.rectangle-green h3 {
  margin-top: 10px; /* فاصله 10 پیکسل از بالا */
}

.small-rectangle {
  background-color: white; /* رنگ مستطیل جدید */
  width: 656px;
  height: 54px;
  border-radius: 10px; /* گوشه‌های گرد */
  margin-top: 10px; /* فاصله از عناوین */
  display: flex; /* برای تراز کردن محتوا درون مستطیل */
  align-items: center; /* تراز عمودی محتوا */
  justify-content: space-between; /* تراز افقی محتوا */
  position: relative; /* برای موقعیت‌دهی مطلق خطوط */
  padding: 0 20px; /* فاصله داخلی */
  border: 2px solid #ebebeb; /* حاشیه با رنگ مشخص */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* سایه ملایم برای عمق بیشتر */
}

.line {
  width: 2px; /* عرض خط */
  height: 56px; /* طول خط */
  background-color: #ebebeb; /* رنگ خط */
  margin-right: 10px; /* فاصله از سمت راست */
}

.dropdown {
  background: transparent;
  border: none;
  color: black;
  font-size: 16px;
  cursor: pointer;
  font-family: Dana, sans-serif;
}

.search-section {
  margin-top: 20px;
  padding: 0 15px;
}

.search-container {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: white;
  padding: 8px 15px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.location-icon {
  color: #666;
  font-size: 18px;
}

.search-divider {
  width: 1px;
  height: 20px;
  background-color: #ddd;
  margin: 0 10px;
}

.search-input {
  border: none;
  outline: none;
  width: 100%;
  font-family: Dana, sans-serif;
  font-size: 14px;
}
.input-container {
  display: flex;
  align-items: center; /* تراز عمودی محتوا */
  justify-content: center; /* تراز افقی محتوا */
  height: 56px; /* ارتفاع ورودی */
}

.input-container input {
  border: none; /* حذف حاشیه */
  outline: none; /* حذف حاشیه هنگام فوکوس */
  background: transparent; /* حذف پس‌زمینه */
  color: white; /* رنگ متن */
  font-family: Dana, sans-serif;
  font-size: 16px;
  height: 100%; /* پوشش تمام ارتفاع دکمه */
  width: 100%; /* عرض کامل */
  padding: 0; /* حذف فاصله داخلی */
}

.search-button {
  background-color: #d8a94c;
  border: none;
  color: white;
  cursor: pointer;
  width: 45px; /* عرض دکمه */
  height: 40px; /* ارتفاع دکمه */
  display: flex; /* برای تراز کردن محتوای درون دکمه */
  align-items: center; /* تراز عمودی محتوا */
  justify-content: center; /* تراز افقی محتوا */
  border-radius: 10px; /* گوشه‌های گرد */
  margin-left: -10px;
}

.search-button img {
  width: 20px;
  height: 20px;
}

.logo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-top: -15px;
}
.logo-mobile {
  display: none;
}

.logo-desktop {
  display: block;
  padding-bottom: 2px;
}

#menu-bar {
  font-size: 2.5rem;
  padding: 0.5rem 1.5rem;
  border: 0.1rem solid var(--black);
  color: var(--black);
  border-radius: 0.3rem;
  cursor: pointer;
  display: none;
  margin-left: 0 !important;
}

.menu {
  display: flex;
  gap: 32px;
  align-items: center;
  position: relative;
}

.menu-item {
  font-family: Dana, sans-serif;
  text-decoration: none;
  color: #666666 !important;
  margin: 0 16px;
  transition: color 0.3s ease;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.arrow {
  width: 8px;
  height: 8px;
  border: solid #666666;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-top: -4px;
}

.submenu {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  min-width: 180px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.submenu-item {
  text-decoration: none;
  color: #666666;
  display: block;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: normal;
  transition: all 0.3s ease;
  border-radius: 6px;
}

.submenu-item:hover {
  background-color: #f7ead0;
  color: #c6922b;
}

.menu-item:hover .submenu {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.menu-item:hover .arrow {
  transform: rotate(-135deg);
  border-color: #c6922b;
}

.menu-item:hover {
  color: #c6922b !important;
}

.button-container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 70px;
  justify-content: center;
}

.button-container::before {
  color: #ddc79c;
  font-size: 60px;
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
}

.button1,
.button2 {
  min-width: 200px;
  height: 50px;
  border-radius: 9px;
  border: 1px solid #c6922b;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-family: Dana, sans-serif;
  font-size: 16px;
  transition: all 0.3s ease;
  padding: 0 20px;
  text-decoration: none;
  white-space: nowrap;
}

.button1 {
  background-color: #ffffff;
  color: #c6922b;
  margin-bottom: 30px;
}

.button2 {
  background-color: #d8a94c;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
}

.button2 p {
  color: #000000;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

.button1:hover {
  background-color: #d8a94c;
  color: #ffffff;
}

.button2:hover {
  background-color: #ffffff;
  color: #c6922b;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.button2 p:hover {
  color: #c6922b;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
/* کلاس برای تغییر رنگ هنگام کلیک */
.active {
  color: gold !important;
}

/* تغییر رنگ فلش و مربع دور آن به طلایی */
.active .arrow-container {
  border-color: gold;
}

.active .arrow {
  border-color: gold;
}

/* چرخش فلش هنگام باز شدن زیرمنو */
.rotate-arrow {
  transform: rotate(-135deg);
}

/* نمایش زیرمنو هنگام کلیک */
.show-submenu {
  display: block;
}

.button-container {
  display: flex;
  gap: 25px; /* فاصله بین دکمه‌ها */
  margin-top: 30px;
}

.rectangle2 {
  background-color: transparent;
  border-radius: 15px;
  width: 80%;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.p2 {
  color: #000000;
  font-size: 17px;
  margin-top: 40px;
  margin-left: 210px;
  word-spacing: 2px;
}
.p3 {
  color: #000000;
  font-size: 17px;
  margin-top: 40px;
  margin-left: 190px;
  word-spacing: 2px;
}

.rectangle2-opal {
  background-color: transparent;
  width: 785px;
  height: 452px;
  border-radius: 10px; /* گوشه‌های گرد */
  right: 0;
  margin-top: 40px;
  margin-left: 5px; /* فاصله 5 پیکسل از مستطیل قرمز */
  position: relative; /* برای موقعیت‌دهی مطلق */
  word-spacing: 1px;
  text-align: right;
  line-height: 1.3;
  font-weight: 600;
}

.rectangle2-opal img {
  width: 619px; /* عرض تصویر */
  height: 412px; /* ارتفاع تصویر */
  margin-top: -10px; /* تنظیم موقعیت */
  margin-right: 165px; /* تنظیم موقعیت */
  position: absolute; /* موقعیت مطلق */
  bottom: 0; /* تراز به پایین */
  left: 0; /* تراز به سمت چپ */
  z-index: 1; /* لایه زیر */
}
.rectangle2-opal h3 {
  color: #c6922b;
  margin-top: 60px;
  margin-left: 1px;
  margin-bottom: 15px; /* افزایش فاصله از پاراگراف */
  font-size: 18px; /* اندازه فونت برای خوانایی بهتر */
}

.rectangle2-opal p {
  color: #838282;
  margin-right: 15px;
  line-height: 1.2; /* افزایش فاصله بین خطوط */
  font-size: 16px; /* اندازه فونت مناسب */
  /*margin-bottom: 20px;   فاصله از المان بعدی */
}

.smaal-retangle2 {
  border-radius: 20px;
  background-color: white;
  width: 205px; /* عرض مستطیل */
  height: 182px; /* ارتفاع مستطیل */
  position: relative; /* برای تراز روی تصویر */
  z-index: 2; /* لایه بالایی */
  border: 1px solid #ccc; /* فقط برای نمایش بهتر */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); /* سایه ملایم برای عمق بیشتر */
  padding: 15px;
}

.smaal-retangle2 img {
  width: 67px;
  height: 40px;
  position: absolute; /* قرارگیری مطلق */
  top: 0; /* فاصله از بالا */
  right: 0; /* فاصله از راست */
  margin-top: 15px;
  margin-right: 15px;
}

.rectangle2-blue {
  width: 750px;
  height: 474px;
  border-radius: 10px; /* گوشه‌های گرد */
  right: 0;
  margin-left: 5px; /* فاصله 5 پیکسل از مستطیل قرمز */
  word-spacing: 8px;
  text-align: right;
  line-height: 1.8;
  font-weight: 600;
  padding-top: 0px;
}

.rectangle2-blue h1 {
  font-size: 32px;
  word-spacing: 2px;
  margin-top: 0;
  padding-top: 0;
  font-weight: 800px;
}

.small-rectangle2 img {
  display: flex; /* برای تراز کردن محتوا درون مستطیل */
  justify-content: center; /* تراز افقی */
  background-color: transparent; /* رنگ پس‌زمینه */
  width: 126.47px; /* عرض مستطیل */
  height: 135.86px;
  margin-right: 20%;
}

.container {
  width: 100%;
  max-width: 700px; /* عرض مستطیل */
  height: 200px;
  display: flex;
  gap: 16px; /* فاصله بین مستطیل‌ها */
}
.Location {
  width: 16px !important;
  height: 16px !important;
}
.reserve {
  width: 16px !important;
  height: 16px !important;
}
.rectangle3 {
  border-radius: 15px;
  width: 87%;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  margin-top: 10%;
}

.rectangle3-child {
  width: 700px;
  height: 258px;
  border-radius: 10px; /* گوشه‌های گرد */
  margin-left: 5px; /* فاصله 5 پیکسل از مستطیل قرمز */
  position: relative; /* برای موقعیت‌دهی مطلق */
  display: flex; /* استفاده از Flexbox */
  justify-content: center; /* مرکز کردن افقی */
  align-items: center; /* مرکز کردن عمودی */
}

.rectangle3-woman {
  width: 648px;
  height: 205px;
  border-radius: 28px; /* گوشه‌های گرد */
  position: relative; /* برای موقعیت‌دهی مطلق */
}

.center-box {
  width: 550px;
  height: 150px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}

.center-box img {
  width: 580px; /* افزایش متناسب با باکس */
  height: 150px; /* افزایش متناسب با باکس */
  opacity: 1; /* شفافیت کامل */
  object-fit: cover; /* برای حفظ نسبت تصویر */
  filter: brightness(1.8); /* افزایش روشنایی برای وضوح بیشتر */
}

.centered-text {
  width: 90%;
  height: 40px; /* افزایش از 33px به 40px */
  font-size: 26px; /* افزایش از 22px به 26px */
  color: #fff;
  position: absolute;
  text-align: center;
  left: 40%; /* تغییر از 40% به 50% برای مرکز دقیق */
  top: 50%; /* تغییر از 40% به 50% برای مرکز دقیق */
  transform: translate(-50%, -50%);
  font-weight: 600; /* اضافه کردن وزن فونت */
  padding: 0 10px; /* اضافه کردن پدینگ */
}
.rectangle4 {
  position: relative;
  margin-top: 150px;
  margin-bottom: 100px;
  margin-left: 300px;
  margin-right: 200px;
}
.rectangle4-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 80px;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 600px;
}

.box2 {
  width: 280px;
}

.box3 {
  width: 480px;
}

.box1 {
  width: 155px;
  height: 258px;
  background-color: transparent; /* رنگ باکس با شفافیت */
  position: absolute; /* برای موقعیت‌دهی مطلق */
  right: 0; /* قرارگیری در سمت چپ */
  top: 0; /* قرارگیری در بالای زن */
  border-radius: 5px; /* گوشه‌های گرد */
  z-index: 1; /* قرارگیری در لایه بالاتر */
}

.box1 img {
  max-width: 100%; /* تصویر حداکثر عرض باکس */
  max-height: 100%; /* تصویر حداکثر ارتفاع باکس */
  border-radius: 5px; /* گوشه‌های گرد تصویر */
}

.box2 {
  width: 516px;
  height: 537px;
  position: absolute;
  right: 0;
  top: -50px; /* برای بالاتر رفتن */
  margin-right: 50px; /* فاصله از سمت راست */
  border-radius: 5px;
  margin-right: -96px;
}

.box2 img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
  margin-left: 30px; /* فاصله از سمت چپ */
}

.box3 {
  width: 711px;
  height: 272px;
  position: absolute;
  left: 0;
  border-radius: 5px;
  top: 30px;
  margin-left: -139px;
}

.box3 h3 {
  margin-right: 10px;
  margin-bottom: 30px; /* اضافه کردن فاصله از پاراگراف */
  font-size: 32px;
  color: #424242;
  margin-left: 37%;
  margin-bottom: 9%;
}
.box3 p {
  font-size: 20px;
  margin-top: 0;
  line-height: 1.7; /* افزایش فاصله بین خطوط */
  /*letter-spacing: 0.3px;   فاصله بین حروف */
  /*word-spacing: 2px;   فاصله بین کلمات */
  /* padding: 15px 20px;  فاصله از اطراف */
  color: #000000;
  /* font-weight: 500;  ضخامت متن */
  text-align: justify; /* تراز دو طرفه */
  margin-bottom: 40px; /* فاصله پاراگراف از دکمه */
}
.clearfix::after {
  display: block;
  clear: both;
}

.rectangle5 {
  background-color: #212121;
  width: 100%;
  height: 1561px;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  position: relative;
}
.rectangle5::after {
  content: "";
  display: block;
  clear: both;
}
.imgcut {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  z-index: 2;
  pointer-events: none;
  width: 191px;
  height: 202px;
  opacity: 46%;
  top: 40px;
  left: 17px;
}
.imgman {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 234px;
  height: 363px;
  z-index: -1;
  opacity: 62%;

}

.cut-gradient {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 800px;
  height: 600px;
  background: radial-gradient(
    ellipse at center,
    rgba(181, 128, 24, 0.3) 0%,
    rgba(181, 128, 24, 0.3) 70%,
    transparent 100%
  );
  border-radius: 50%;
  z-index: 1;
  filter: blur(196px);
  opacity: 0.6;
  pointer-events: none;
}

.rectangle5-top-right-box {
  background-color: yellow; /* رنگ زرد */
  width: 65px; /* عرض باکس */
  height: 65px; /* ارتفاع باکس */
  position: absolute; /* قرارگیری مطلق */
  top: 20px; /* فاصله از بالا */
  right: 20px; /* فاصله از سمت راست */
}

.rectangle5 img {
  max-width: 100%; /* تصویر حداکثر عرض باکس */
  max-height: 100%; /* تصویر حداکثر ارتفاع باکس */
  z-index: 0; /* قرارگیری در لایه بالاتر */
}
.imghand {
  position: absolute;
  top: -55px;
  right: 0px;
  width: 263px;
  height: 475px;
  z-index: 2;
}
.imglak {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 113px;
  height: 258px;
  z-index: 2;
  opacity: 0.7;
}
.rectangle5-box1 {
  border-radius: 15px;
  width: 80%;
  margin: 0 auto;
  margin-top: -19px;
  gap: 15px;
  display: flex;
  flex-direction: column; /* چینش عمودی */
  align-items: center; /* مرکز کردن بچه‌ها افقی */
  height: auto; /* ارتفاع خودکار */
  z-index: 1; /* قرارگیری در لایه بالاتر */
}

.rectangle5-box1::after {
  content: "";
  display: block;
  clear: both;
}

.rectangle5-box1-child1 {
  color: white;
  width: 354px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-top: -20px; /* اضافه کردن مارجین منفی برای بالاتر رفتن */
}
.rectangle4-child1 {

  margin-right: 30px;
}
.rectangle5-box1-child1 h2 {
  margin: 0;
  padding: 5px;
  padding-top: 15px;
  font-size: 32px;
  white-space: nowrap;
  text-align: center;
  width: 100%;
  transform: translateY(-15px); /* انتقال به سمت بالا */
  margin-top: 200px;
  margin-bottom: 160px;
  font-size: 32px;
  gap: 15px;
}

.faq-box {
  display: flex; /* استفاده از Flexbox */
  align-items: center; /* تراز کردن عمودی */
  border-radius: 20px;
  width: 1015px;
  height: 68px; /* ارتفاع اولیه */
  background-color: #ffffff;
  color: #424242;
  transition: height 0.3s ease;
  cursor: pointer;
  padding: 10px;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
  margin: 10px 0;
  overflow: hidden; /* جلوگیری از نمایش محتوای اضافی */
  flex-direction: column; /* تغییر جهت به صورت عمودی */
  margin-right: 30px;
}
.rectangle4-child1 h3 {
  padding-bottom: 10px;
}
.faq-header {
  display: flex; /* استفاده از Flexbox برای تراز کردن آیکون و متن */
  align-items: center; /* تراز کردن عمودی */
  width: 100%;
}

.faq-icon {
  margin-right: 10px;
}

.faq-text {
  display: inline-block;
}

.faq-content {
  width: 100%;
  display: none; /* محتوای اولیه پنهان */
  margin-top: 10px;
  color: #607d8b;
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
}

.small-box4 {
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  width: 429px;
  height: 362px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding-top: 10px;
}

.small-box4 img {
  width: 411.6px;
  height: 190px;
  border: 2px solid white;
  border-radius: 20px;
  margin-top: 0; /* قبلاً 15px بود */
}
.small-box4 h4 {
  font-size: 20px;
  margin-bottom: 10px;
  width: 220px;
  height: 29px;
  padding-top: 10px;
}
.rectangle5-box1 h3 {
  width: 79px;
  height: 46px;
  top: 5776px;
  left: 1541px;
  color: #1d1d1d;
  font-size: 32px;
}
.small-box4 p {
  width: 389px;
  height: 66px;
  top: 6112px;
  left: 1213px;
  padding-bottom: 10px;
}
.small-box5 p {
  direction: rtl; /* جهت راست به چپ برای متن فارسی */
  text-align: right; /* چسباندن متن به سمت راست */
  line-height: 2; /* افزایش فاصله بین خطوط */
  word-spacing: 2px; /* افزایش فاصله بین کلمات */
  font-size: 15px; /* اندازه مناسب‌تر برای خوانایی */
  padding: 0 10px; /* کمی فاصله از چپ و راست داخل باکس */
}
.nested-box7 {
  display: flex;
  flex-direction: row;
  justify-content: space-between; /* یا space-around یا center بسته به نیازت */
  flex-wrap: wrap; /* اگه خواستی توی موبایل برن زیر هم */
  gap: 20px; /* فاصله بین باکس‌ها */
  margin-top: 20px;
}

.small-box7 {
  width: 32%;
  height: 100%;
  border: 1px;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
  background-color: #fff7f7;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 2%;
}

.small-box7 img {
  width: 95%;
  margin: 2%;
  height: auto;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

.small-box5 {
  padding: 10px;
}
.nested-box7 a {
  margin-right: 40%;
}
.nested-box {
  display: flex;
  justify-content: space-between;
  width: 1331px;
  margin-top: 30px; /* کاهش margin-top برای بالاتر آمدن کل باکس */
  gap: 50px;
}

.nested-box .small-box img {
  transform: translateY(-10px); /* بالاتر بردن باکس‌ها */
  transition: all 0.3s ease;
}

.nested-box .small-box img {
  width: 50px;
  height: 110px;
}

.nested-box1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 80px; /* فاصله از باکس بالایی */
  gap: 22px;
}

.nested-box3 {
  margin-top: -154px;
  border-radius: 15px;
  background-color: #468189;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 176px;
  align-items: center;
  gap: 20px;
  padding: 20px;
  margin-bottom: 40px;
}

.boxs {
  border-radius: 10px;
  padding: 10px;
  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.boxs img {
  height: 80px;
  width: 80px;
  margin-bottom: 10px;
}

.boxs p {
  color: white;
  font-size: 24px;
  margin: 0;
}
.rectangle6 {
  margin-bottom: 0px;
}
.rectangle9 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  direction: rtl;
}

.sub-rectangle.ten {
  width: 75%;
  padding-left: 40px;
}

.sub-rectangle.eleven {
  width: 25%;
  padding-right: 40px;
}

.boxregtangle {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
}

.redtangle {
  text-align: right;
}

.text {
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
  font-weight: bold;
}

.line {
  width: 76px;
  height: 2px;
  background-color: #7cafac;
  margin: 10px 0;
}
.line1 {
  width: 76px;
  height: 2px;
  background-color: #7cafac;
  margin: 10px 0;
  position: relative; /* یا absolute */
  z-index: 10;
}

.word {
  margin: 10px 0;
  color: #666;
}

.box-about {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  direction: rtl;
}

.adressbox,
.emailbox {
  display: flex;
  align-items: center;
  gap: 10px;
}

.adressbox i,
.emailbox i {
  color: #468189;
  font-size: 18px;
  margin-top: 10px;
}

.adressbox p,
.emailbox p {
  margin: 0;
  margin-top: 10px;
  color: #666;
}

.titleco {
  border-radius: 5px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.titleco p {
  color: #1d1d1d;
  width: 306px;
  height: 120px;
  font-size: 15px;
  line-height: 1.5;
  text-align: right;
  font-weight: 500;
  margin: 0;
  padding: 0 5px;
  word-spacing: 4px;
  text-align: justify;
}

.social-management {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  padding-top: 40px;
}

.enmad {
  display: flex; /* فعال‌سازی flexbox برای چیدمان باکس‌ها */
  justify-content: flex-start; /* چیدمان باکس‌ها */
  gap: 20px;
  margin-top: 20px;
}

.enmad1,
.enemad1 {
  width: 115px;
  height: 115px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rectangle6 {
  position: relative;
  width: 100%;
  height: 771px;
  background-color: #f7ead0;
}

.rectangle7 {
  background-color: #ffffff00;
  width: 100%;
  height: 90px;
  margin-top: 90px;
  position: relative;
  z-index: 1;
}

.rectangle8 {
  border-radius: 15px;
  width: 1331px;
  height: 100%;
  position: absolute; /* Positioning on top of rectangle7 */
  top: 0; /* Align to the top of rectangle7 */
  left: 50%; /* Center horizontally */
  transform: translateX(-50%); /* Adjust for centering */
  z-index: 2; /* Higher to sit on top of rectangle7 */
  display: flex; /* Enable flexbox layout */
  align-items: center; /* Center items vertically */
  justify-content: center; /* Center items horizontally */
  flex-direction: column; /* نمایش آیتم‌ها به صورت ستونی */
}

.nested-box3 {
  top: 0;
  border-radius: 15px;
  background-color: #468189;
  display: flex; /* Ensure Flexbox is enabled */
  justify-content: space-between; /* Optional with gap */
  width: 1084px; /* عرض مستطیل */
  height: 176px; /* ارتفاع مستطیل */
  align-items: center; /* تراز کردن عمودی */
  gap: 20px; /* فاصله بین باکس‌ها */
  padding: 10px; /* فاصله داخلی */
}

.boxs {
  border-radius: 10px; /* گرد کردن گوشه‌های باکس‌ها */
  padding: 30px; /* فاصله داخلی باکس‌ها */
  text-align: center; /* تراز کردن متن وسط */
  /*  width: calc(25% - 15px); عرض باکس‌ها با توجه به فاصله */
}

.boxs img {
  height: 80px;
  width: 80px;
  border-radius: 5px; /* گرد کردن گوشه‌های تصاویر */
}

.boxs p {
  color: white;
  font-size: 24px;
}

.rectangle9 {
  width: 100%; /* عرض کامل */
  height: 562px; /* ارتفاع مستطیل 9 */
  border-radius: 0 0 15px 15px; /* گرد کردن پایین */
  margin-top: 20px; /* فاصله از مستطیل 8 */
  display: flex; /* Enable flexbox layout */
  justify-content: center; /* Center items horizontally */
  align-items: center; /* Center items vertically */
}

.sub-rectangle {
  width: 45%; /* عرض هر مستطیل */
  height: 100%; /* ارتفاع مستطیل */
  margin: 0 10px; /* فاصله بین مستطیل‌ها */
  display: flex; /* Enable flexbox layout for inner rectangles */
  flex-direction: column; /* Stack inner rectangles vertically */
}

.ten {
  width: 75%;
}

.eleven {
  width: 25%;
}

.inner-rectangle {
  flex: 1; /* Take equal space */
  margin: 2px 0; /* فاصله بین مستطیل‌های داخلی */
}

.boxregtangle {
  display: flex; /* فعال‌سازی flexbox */
  justify-content: space-between; /* فاصله‌گذاری بین باکس‌ها */
  margin: 5px 0; /* فاصله بین مستطیل‌های داخلی */
}

.redtangle {
  flex: 1; /* Take equal space */
  margin: 0 5px; /* فاصله بین باکس‌ها */
  display: flex; /* Enable flexbox for inner content */
  flex-direction: column; /* Stack content vertically */
  justify-content: flex-start; /* چیدمان محتوا در بالا */
  align-items: flex-start; /* چیدمان محتوا به سمت چپ */
  border-radius: 10px; /* گرد کردن گوشه‌ها */
  padding: 10px; /* فاصله داخلی */
}

.text {
  text-align: center; /* مرکزچینی متن */
  margin: 10px 0; /* فاصله عمودی */
  font-size: 24px;
}

.line {
  width: 76px; /* تنظیم طول خط به 76 پیکسل */
  height: 2px; /* ارتفاع خط */
  background-color: #7cafac; /* رنگ خط */
  margin: 5px 0; /* فاصله عمودی */
}

.word {
  margin: 5px 0; /* فاصله بین کلمات */
}

.box-about {
  width: 800px; /* عرض باکس اصلی */
  height: 90px; /* ارتفاع باکس اصلی */
  display: flex; /* فعال‌سازی flexbox */
  justify-content: space-between; /* فاصله‌گذاری بین باکس‌ها */
  align-items: center; /* مرکزچینی عمودی محتوا */
  padding: 10px; /* فاصله داخلی */
  border-radius: 5px; /* گرد کردن گوشه‌ها */
}

.adressbox,
.emailbox {
  display: flex; /* فعال‌سازی flexbox برای باکس‌های داخلی */
  align-items: center; /* مرکزچینی عمودی محتوا */
}

.adressbox i,
.emailbox i {
  margin-right: 8px; /* فاصله بین آیکن و متن */
}

.adressbox p,
.emailbox p {
  margin-right: 8px; /* فاصله بین آیکن و متن */
  font-size: 14px;
}

.logoarm {
  height: 123px;
  display: flex; /* فعال‌سازی flexbox */
  justify-content: center; /* مرکزچینی افقی */
  align-items: center; /* مرکزچینی عمودی */
}

.social-management {
  display: flex; /* فعال‌سازی flexbox برای آیکون‌ها */
  justify-content: center; /* مرکزچینی افقی آیکون‌ها */
  margin-top: 10px; /* فاصله بین متن و آیکون‌ها */
}

.social-management a {
  width: 30px;
  height: 30px;
  margin: 0 10px; /* فاصله بین آیکون‌ها */
  text-decoration: none; /* حذف زیرخط */
}

.enmad {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px; /* Adding bottom margin */
}

.enmad1,
.enemad1 {
  width: 115px;
  height: 115px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
}

.small-box {
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: 164px;
  height: 164px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.small-box2 {
  background-color: #2f2f2f;
  border-radius: 16px;
  padding: 10px;
  width: 318px;
  height: 435px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: white;
}

.small-box2 img {
  border-radius: 16px;
  width: 100%;
  height: 182px;
  object-fit: cover;
  margin-bottom: 10px;
}

.small-box3 {
  color: white;
  padding: 0 10px;
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 200px);
  width: 100%;
}

.small-box3 h4 {
  color: #f0d7a5 !important;
  font-size: 24px;
  margin-bottom: 10px;
}

.small-box3 p {
  width:100%;
  height: 70px;
  color: #f9f9f9 !important;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.5;
  word-spacing: 2px;
}

.small-box3 .icon-container {
  display: flex;
  margin-top: auto;
  margin-bottom: 15px;
}

.small-box3 .icon-container:first-of-type {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 5px;
}

.small-box3 .icon {
  display: flex;
  align-items: center;
}

.small-box3 .icon i {
  color: #c6922b;
  font-size: 24px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.small-box3 .icon span {
  color: white !important;
  margin-right: 8px;
}

/* استایل‌های خاص برای کارت‌های با پس‌زمینه سفید */
.nested-box1 .small-box2[style*="background-color: #fffcf9"] .small-box3 h4 {
  color: #c6922b !important;
}

.nested-box1 .small-box2[style*="background-color: #fffcf9"] .small-box3 p {
  color: #000000 !important;
}

.nested-box1
  .small-box2[style*="background-color: #fffcf9"]
  .small-box3
  .icon
  span {
  color: #000000 !important;
}
.menubar {
  display: none;
}

/*{*/
/*    # 1200px: طراحی برای تبلت‌ها و گوشی‌های بزرگ، تغییرات در چیدمان و عرض . #*/
/*}*/
/*{*/
/*    #768px: تغییرات برای گوشی‌های کوچک‌تر، شامل چیدمان عمودی و عرض کامل عناصر . #*/
/*}*/
/*{*/
/*    #480px: تغییرات برای گوشی‌های بسیار کوچک، کاهش اندازه متن و دکمه‌ها . #*/
/*}*/
/* استایل‌ها برای ریسپانسیو */
/*************************************************************************************************************************************************/
@media (max-width: 1200px) {
  .rectangle,
  .rectangle1,
  .rectangle2,
  .rectangle3,
  .rectangle4,
  .rectangle5,
  .rectangle6 {
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin: 3% auto;
    padding: 15px;
  }

  .rectangle-green {
    width: 85%;
    height: auto;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
  }

  .small-rectangle {
    width: 100%;
    margin: 10px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .button1,
  .button2 {
    width: 48%;
    margin: 10px 0;
  }

  .menu {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .nested-box,
  .nested-box1,
  .nested-box3 {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .small-box {
    background-color: white !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 15px;
  }
  .small-box,
  .small-box2,
  .small-box3,
  .small-box4,
  .small-box5 {
    width: 45%;
    margin: 10px;
  }

  .faq-box {
    width: 1320px;
    height: 68px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    margin-bottom: 15px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .faq-header {
    display: flex;
    align-items: center;
    height: 68px;
    padding: 0 20px;
  }

  .faq-text h4 {
    margin: 0;
    font-size: 16px;
    color: #333;
  }

  .faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 20px;
    background-color: #fafafa;
    font-size: 14px;
    color: #444;
    border-top: 1px solid #eee;
  }

  .faq-box.active .faq-content {
    max-height: 300px;
    padding: 15px 20px;
    max-height: 1000px;
  }

  .rectangle2-opal,
  .rectangle2-blue {
    width: 100%;
    padding: 15px;
    text-align: center;
  }

  .center-box {
    width: 90%;
    margin: 0 auto;
  }

  .rectangle1 img {
    max-width: 100%;
    height: auto;
  }
}
/*  *************************************************************************************************************************************************/
@media (max-width: 900px) {
  .logo-desktop {
    width: 86px !important;
    height: 70px !important;
    border-radius: 100%;
  }
  .rectangle {
    height: 90px;
    width: 88%;
    margin-right: 5%;
  }

  .rectangle-green {
    margin-right: 5px;
  }

  .menubar {
    position: fixed;
    top: 0;
    right: 0;
    width: 58%;
    height: 100vh;
    background: white;
    transform: translateX(100%);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
    pointer-events: none;
    z-index: 999;
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.25);
  }

  .menubar.active {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }

  .Close-mobile {
    margin-right: 86%;
    width: 34px;
  }
  .logoo-mobile {
    margin-top: -11%;
    margin-right: -8%;
    width: 39%;
    height: 14%;
  }
  .button-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0px;
    margin-right: -9%;
    margin-bottom: 13%;
  }
  .button-container::before {
    content: "/";
    color: #ddc79c00;
    font-size: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .button11 {
    width: 168px;
    height: 40px;
  }
  .button22 {
    width: 168px;
    height: 40px;
    margin-top: -2%;
  }
  .button11,
  .button22 {
    /* min-width: 189px; */
    height: 40px;
    border-radius: 9px;
    border: 1px solid #c6922b;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-family: Dana, sans-serif;
    font-size: 13px;
    transition: all 0.3s ease;
    padding: 0 20px;
    text-decoration: none;
    white-space: nowrap;
  }

  .button11 {
    background-color: #ffffff;
    color: #c6922b;
    margin-bottom: 30px;
  }

  .button22 {
    background-color: #d8a94c;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: -1px;
    margin-top: -6%;
  }

  .button22 p {
    color: #ffffff;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
  }

  .menuu {
    display: flex;
    flex-direction: column;
    gap: 16px; /* هر چقدر که خواستی بین آیتم‌ها فاصله باشه */
    padding-top: 7%;
    margin-right: -3%;
  }
  .menu-item img {
    width: 20px;
    height: 20px;
    margin-left: 8px;
  }

  .menuu a {
    color: #000000;
  }
  .menubar hr {
    margin-bottom: 6%;
  }
  .menuu a {
    color: #343a40 !important;
    font-size: 14px;
  }

  .menu {
    /**position: fixed;**/
    top: 0;
    right: -150%;
    width: 80%;
    height: 100vh;
    background-color: #fff;
    box-shadow: -3px 0 15px rgba(0, 0, 0, 0.2);
    z-index: 2000;
    padding: 120px 10px 30px 10px; /* فضای بالا برای آیکون بستن */
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: right 0.3s ease;
    overflow-y: auto; /* اگه محتوا زیاد شد اسکرول بخوره */
  }

  .menu.open {
    right: 0;
  }

  .logo {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #menu-bar {
    display: block;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 60px;
    z-index: 100;
  }
  .Location {
    width: 16px !important;
    height: 16px !important;
    margin-top: 3% !important;
    margin-right: -16px !important;
  }
  .reserve {
    width: 16px !important;
    height: 16px !important;
    margin-top: 3% !important;
    margin-right: -16px !important;
  }
  .rectangle1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px; /* فاصله بین آیتم‌ها */
    padding: 20px;

    margin-top: -280px;
  }
  .rectangle1 h1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 120%;
    margin-top: 30%;
  }

  .rectangle1 p {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* دقیقا دو خط */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 14px;
    line-height: 1.6;
    padding: 0 10px;
    text-align: center; /* وسط‌چین برای زیبایی */
    margin-top: 7%;
  }

  .small-rectangle {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding-top: 10px;
    width: 125%;
    margin-right: -6%;
  }

  .small-rectangle select {
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }

  .small-rectangle .input-container {
    display: flex;
    align-items: center;
    width: 46%;
  }

  .small-rectangle .input-container input {
    flex: 1;
    padding: 10px;
    font-size: 12px;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #cccccc00;
    margin-right: -38% !important;
  }

  .small-rectangle .search-button {
    padding: 10px 15px;
    border-radius: 8px 8px 8px 8px;
    background-color: #d4a15d;
    border: none;
    color: white;
    cursor: pointer;
  }

  .input-container {
    margin-right: 8%;
    margin-top: -2%;
  }
  .small-rectangle i.fa-list {
    display: none; /* آیکون اضافه اگر بی‌استفاده است */
  }

  .small-rectangle select,
  .small-rectangle input {
    border: none;
    background: transparent;
    outline: none;
    font-size: 12px;
    padding-left: 0%;
    padding-right: 0%;
    margin: 0%;
  }

  .small-rectangle .fa-search {
    color: #b58018;
    font-size: 12px;
    padding-top: 4%;
  }
  .rectangle1 img {
    max-width: 95%;
    height: auto;
  }
  .rectangle2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    margin-top: -12%;
  }

  .rectangle2-blue {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    text-align: right;
    gap: 5%;
  }

  .rectangle2-blue h1 {
    font-size: 24px;
    color: #424242;
    text-align: right;
  }

  .rectangle2-blue span {
    color: #ddb361;
  }

  .rectangle2-blue p {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.8;
    text-align: justify;
  }

  .small-rectangle2 {
    margin-top: 20px;
    text-align: center;
  }

  .small-rectangle2 img {
    max-width: 280px;
    height: auto;
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
  }

  .rectangle2-opal {
    position: relative;
    background-image: url("../images/pict1.png"); /* مسیر صحیح عکس */
    background-size: cover; /* عکس تمام سطح رو پوشش بده */
    background-position: center; /* در مرکز قرار بگیره */
    background-repeat: no-repeat; /* تکرار نشه */
    padding: 30px 10px; /* فاصله داخلی مناسب */
    min-height: 400px;
    margin-bottom: 150px;
    padding-top: 0px;
  }

  .rectangle2-opal .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
  }

  .rectangle2-opal .smaal-retangle2 {
    width: calc(50% - 8px); /* دو کارت در یک ردیف */
    background-color: #f9f9f9;
    border-radius: 12px;
    padding: 16px;
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .rectangle2-opal .smaal-retangle2 img {
    width: 100%;
    max-width: 100px;
    height: auto;
  }

  .rectangle2-opal .smaal-retangle2 h3 {
    font-size: 14px;
    color: #c6922b;
    margin-top: 12px;
    margin-right: 9px !important;
    margin-top: 74px !important;
  }

  .rectangle2-blue p {
    width: 382px;
    height: 79px;
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.8;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* حداکثر 3 خط */
    -webkit-box-orient: vertical;
  }

  .rectangle2-opal .smaal-retangle2 p {
    font-size: 12px;
    color: #707070;
    margin-top: 4px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* حداکثر 3 خط */
    -webkit-box-orient: vertical;
  }

  .rectangle2-opal > img {
    width: 100%;
    max-width: 320px;
    display: block;
    margin: 30px auto 0;
  }
  .rectangle3 {
    margin-right: 7%;
    height: 477px;
    margin-top: -13%;
  }
  .rectangle3-child {
    width: 110%;
    height: 135%;
  }
  .rectangle3-woman {
    height: 60%;
  }

  .rectangle3-child .box1 {
    width: 50%;
    height: 67%;
    margin-top: 8%;
  }
  .centered-text {
    width: 81%;
    font-size: 110%;
  }
  .rectangle4-child {
    display: flex;
    flex-direction: column-reverse;
    align-items: center; /* یا flex-start برای چپ‌چین */
    gap: 20px; /* فاصله بین آیتم‌ها */
    padding: 20px;
    margin-top: 5%;
  }
  .box2 {
    margin-bottom: 200px;
    padding-bottom: 50px;
    margin-right: -2%;
    width: 103%;
  }
  .box2 img {
    width: 85%;
    height: auto;
    margin-top: 82%;
    margin-right: 4%;
  }

  .box3 {
    width: 95%;
    text-align: center;
    margin-top: -14%;
    margin-left: 3%;
  }

  .box3 p {
    font-size: 16px !important;
    line-height: 1.6;
    text-align: justify;
    padding: 0 10px;
  }

  .nested-box {
    grid-template-columns: repeat(3, 1fr); /* حتی در موبایل هم سه‌تایی */
    gap: 16px;
  }

  .small-box img {
    width: 60px; /* کوچک‌تر شدن آیکون‌ها در موبایل */
  }
  .center-box img {
    width: 427px;
  }
  .small-box p {
    font-size: 14px; /* فونت کوچیک‌تر در موبایل */
  }
  .rectangleX {
    margin: 56%;
  }
  .rectangle5 {
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;
  }
  .rectangle5-box1 {
    padding: 20px 10px;
    margin-top: -118px;
  }
  .rectangle5-box1 h3 {
    margin-left: 75%;
  }
  .rectangle5-box1 h2 {
    font-size: 24px;
  }
  .rectangle5-box1-child1 {
    margin-top: 10px;
    padding-top: 0px;
    margin-bottom: 10px;
    text-align: center;
  }
  .rectangle5-box1-child1 h2 {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .rectangle5-box1-child1 .button2 {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .imgcut {
    max-width: 100%;
    display: block;
    width: 140px;
    height: 151px;
    margin-top: -7%;
  }

  .imgman {
    max-width: 100%;
    display: block;
    width: 100px;
    height: 158px;
    margin-bottom: -7%;
  }
  .imghand {
    width: 150px;
    height: 234px;
    margin-top: 10px;
  }
  .imglak {
    width: 72px;
    height: 153px;
    margin-bottom: -5%;
    margin-left: -4%;
  }
  .nested-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-left: 11%;
    justify-items: center;
  }
  .nested-box7 a {
    margin-right: -11%;
    margin-top: 16% !important;
  }
  .small-box {
    background: #f9f9f9;
    padding: 10px;
    border-radius: 10px;
    width: 100px;
    text-align: center;
  }

  .small-box img {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
  }

  .small-box p {
    font-size: 14px;
    margin: 0;
    color: black;
  }

  .button2 {
    width: 76% !important;
    margin-top: -10px !important;
    margin-right: 53px;

    display: flex;
    align-items: center;
    justify-content: center;
    background: #ddb361;
    padding: 10px 20px;
    border-radius: 8px;
    width: 250px;
    color: white;
    text-align: center;
  }
  .button1 {
    margin-top: -20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .button2 p {
    color: white;
    text-align: center;
    padding-top: 0%;
  }

  .nested-box1 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    justify-items: center;
    margin-top: 10px !important;

    margin-bottom: -14%;
  }

  .small-box2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 187px;
    height: 270px;
    background: #2f2f2f;
    border-radius: 16px;
    overflow: hidden;
    flex-direction: column;
  }
  .small-box2 .button2 {
    margin-top: 50px;
    width: 300px;
  }
  .small-box2 img {
    width: 172px;
    height: 110px;
    object-fit: cover;
  }
  .small-box3 .icon i {
    width: 14px;
    height: 14px;
    font-size: 14px;
  }

  .icon-container {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: #ccc;
  }

  .icon i {
    margin-left: 5px;
  }
  .rectangle4 {
    width: 100%;
    margin-right: -2%;
  }
  .rectangle4-child1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-right: 1%;
  }
  .faq-box {
    width: 386px;
    height: 56px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 5px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease;
    overflow: hidden;
  }

  .faq-header {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .faq-icon img {
    width: 24px;
    height: 24px;
    margin-top: 0;
  }

  .faq-text h4 {
    font-size: 14px;
    margin: 0;
    color: #333;
  }

  .faq-content {
    display: none;
    font-size: 13px;
    margin-top: 5px;
    color: #666;
    max-height: none !important;
  }

  /* وقتی باز می‌شه ارتفاع افزایش پیدا می‌کنه */
  .faq-box.open {
    height: auto;
  }
  .faq-title {
    width: 100%;
    text-align: right;
    font-size: 32px;
    color: #424242;
    margin-bottom: 20px;
  }
  /*/*/
  .faq-box {
    width: 100%; /* تغییر از 386px به 100% برای ریسپانسیو بهتر */
    max-width: 386px; /* حداکثر عرض */
    min-height: 56px;
    position: relative;
  }

  .faq-content {
    display: none;
    padding: 0 15px;
    transition: all 0.3s ease;
  }

  .faq-box.open .faq-content {
    display: block;
    padding: 10px 15px;
  }

  /* حل مشکل تاچ در موبایل */
  .faq-box {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }
  /*/*/
  .nested-box7 {
    display: flex;
    flex-direction: column; /* ستونی کردن */
    align-items: center; /* وسط‌چین کردن عرضی */
    margin-bottom: 5%;
  }

  .small-box7 {
    width: 112%;
    height: 315px;
    margin: 2%;
    margin-right: -8%;
  }
  .small-box7 img {
    height: 60%;
  }
  .small-box5 {
    width: 100%;
  }
  .small-box5 p {
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    direction: rtl;
  }
  .small-box5 h4 {
    font-size: 19px;
  }
  .rectangle5-box1 .botton1 {
    margin-top: -53px;
  }
  .rectangle6 {
    padding-top: 160%;
  }

  .small-box3 h4 {
    font-size: 14px;
    margin: 0 0 8px 0;
    white-space: nowrap;
    margin-top: -20px;
  }
  .small-box3 .icon-container {
    margin-top: -5px !important;
    gap: 9px;
  }
  .small-box3 {
    padding: 10px;
    font-size: 12px;
    color: white;
    margin-right: -18px;
    width: 100%;
  }
  .small-box3 p {
    font-size: 12px;
    margin: 0 4px 12px 0;
    margin-top: -5px !important;
    line-height: 1.6;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    direction: rtl;
  }
  .small-box3 span {
    font-size: 12px;
    white-space: nowrap;
  }
  .rectangle8 {
    width: 480px;
    height: 100px;
    margin-top: 160%;
  }

  .rectangle6 {
    margin-top: 15%;
    width: 100%;
    height: 100%;
    margin-bottom: 0%;
  }
  .nested-box3 {
    margin-top: -219%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    justify-items: center;
    height: 347%;
    width: 84%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .boxs p {
    white-space: nowrap;
    font-size: 20px !important;
  }

  .boxregtangle {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: -49%;
    margin-right: 17%;
    white-space: nowrap;
  }
  .redtangle {
    grid-column: 1\-1;
  }
  .logoarm {
    margin-left: 0%;
    margin-right: -888%;
    margin-top: 350%;
  }
  .titleco p {
    margin-left: 445%;
    margin-top: -293%;
  }
  .social-management {
    margin-right: -423%;
    margin-top: -59%;
  }
  .enmad {
    width: 416%;
    margin-top: 259%;
    margin-right: -486%;
  }
  .sub-rectangle.eleven {
    gap: 20px;
  }

  .inner-rectangle {
    gap: 15px;
  }
  .box-about {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 65%;
    width: 135%;
    height: 53%;
    margin-right: 11%;
  }
  .rectangleY {
    width: 100%;
    background-color: red;
    height: 100%;
    margin-top: 84%;
  }
}
/*************************************************************************************************************************************/
@media (max-width: 480px) {
  .logo-desktop {
    width: 86px !important;
    height: 70px !important;
    border-radius: 100%;
  }
  .rectangle {
    height: 70px;
    width: 88%;
    margin-right: 5%;
  }

  .rectangle-green {
    margin-right: 5px;
  }
  .menu {
    /**position: fixed;**/
    top: 0;
    right: -150%;
    width: 80%;
    height: 100vh;
    background-color: #fff;
    box-shadow: -3px 0 15px rgba(0, 0, 0, 0.2);
    z-index: 2000;
    padding: 120px 10px 30px 10px; /* فضای بالا برای آیکون بستن */
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: right 0.3s ease;
    overflow-y: auto; /* اگه محتوا زیاد شد اسکرول بخوره */
  }

  .menubar {
    position: fixed;
    top: 0;
    right: 0;
    width: 58%;
    height: 100vh;
    background: white;
    transform: translateX(100%);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
    pointer-events: none;
    z-index: 999;
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.25);
  }

  .menubar.active {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }

  .menubar * {
    z-index: 1;
  }

  .Close-mobile {
    margin-right: 86%;
  }
  .logoo-mobile {
    margin-top: -19%;
    margin-right: 5%;
    width: 70%;
    height: 12%;
  }
  .button-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0px;
    margin-right: -9%;
    margin-bottom: 3%;
  }
  .button11 {
    width: 168px;
    height: 40px;
  }
  .button22 {
    width: 168px;
    height: 40px;
    margin-top: -2%;
  }
  .button11,
  .button22 {
    /* min-width: 189px; */
    height: 40px;
    border-radius: 9px;
    border: 1px solid #c6922b;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-family: Dana, sans-serif;
    font-size: 13px;
    transition: all 0.3s ease;
    padding: 0 20px;
    text-decoration: none;
    white-space: nowrap;
  }

  .button11 {
    background-color: #ffffff;
    color: #c6922b;
    margin-bottom: 38px;
  }

  .button22 {
    background-color: #d8a94c;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 32px;
    margin-top: -9%;
  }

  .button22 p {
    color: #ffffff;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
  }

  .menuu {
    display: flex;
    flex-direction: column;
    gap: 16px; /* هر چقدر که خواستی بین آیتم‌ها فاصله باشه */
    padding-top: 7%;
    margin-right: -3%;
  }
  .menu-item img {
    width: 20px;
    height: 20px;
    margin-left: 8px;
  }

  .menuu a {
    color: #000000;
  }
  .menubar hr {
    margin-bottom: 6%;
  }
  .menuu a {
    color: #343a40 !important;
    font-size: 14px;
    font-family: "Dana", sans-serif;
  }
  /*menubarmenubarmenubarmenubarmenubarmenubarmenubarmenubarmenubarmenubar*/
  .button-container::before {
    content: "/";
    color: #ddc79c00;
    font-size: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .logo {
    margin: -14px auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #menu-bar {
    display: block;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 41px;
    z-index: 100;
  }
  .Location {
    width: 16px !important;
    height: 16px !important;
    margin-top: 3%;
    margin-right: -4.5%;
  }
  .reserve {
    width: 16px !important;
    height: 16px !important;
    margin-top: 3%;
    margin-right: -3% !important;
  }
  .dropdown {
    margin-right: -5% !important;
    padding: 0%;
  }
  .rectangle1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px; /* فاصله بین آیتم‌ها */
    padding: 20px;

    margin-top: -280px;
  }
  .rectangle1 h1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 111%;
    margin-right: -7%;
    margin-top: 30%;
  }

  .rectangle1 p {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* دقیقا دو خط */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 14px;
    line-height: 1.6;
    padding: 0 10px;
    text-align: center; /* وسط‌چین برای زیبایی */
    margin-top: 7%;
  }

  .small-rectangle {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding-top: 10px;
    width: 160%;
    margin-right: -22%;
  }

  .small-rectangle select {
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }

  .small-rectangle .input-container {
    display: flex;
    align-items: center;
    width: 46%;
    margin-top: -3%;
  }
  .inputt {
    width: 175% !important;
    height: 70% !important;
  }
  .small-rectangle .input-container input {
    flex: 1;
    padding: 3px;
    margin-right: -41% !important;
    font-size: 12px;
    border-radius: 8px 0 0 8px;
    border: 1px solid #cccccc00;
  }

  .small-rectangle .search-button {
    padding: 10px 15px;
    border-radius: 8px 8px 8px 8px;
    background-color: #d4a15d;
    border: none;
    color: white;
    cursor: pointer;
    margin-left: -11%;
  }
  .search-button {
    /* padding: 21px 13px;*/
    width: 21%;
    height: 55%;
    margin-right: 6% !important;
  }

  .input-container {
    height: 200% !important;
  }
  .input-container input {
    height: 200% !important;
    width: 170% !important;
  }
  .small-rectangle i.fa-list {
    display: none; /* آیکون اضافه اگر بی‌استفاده است */
  }

  .small-rectangle select,
  .small-rectangle input {
    border: none;
    background: transparent;
    outline: none;
    font-size: 11px;
    padding-left: 0%;
    padding-right: 21%;
    margin: 0%;
    margin-right: -50% !important;
  }

  .small-rectangle .fa-search {
    color: #b58018;
    font-size: 12px;
    padding-top: 4%;
  }
  .rectangle1 img {
    max-width: 95%;
    height: auto;
  }
  .rectangle2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    margin-top: -12%;
  }

  .rectangle2-blue {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    text-align: right;
    gap: 5%;
  }

  .rectangle2-blue h1 {
    font-size: 24px;
    color: #424242;
    text-align: right;
  }

  .rectangle2-blue span {
    color: #ddb361;
  }

  .rectangle2-blue p {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.8;
    text-align: justify;
  }

  .small-rectangle2 {
    margin-top: 20px;
    text-align: center;
  }

  .small-rectangle2 img {
    max-width: 280px;
    height: auto;
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
  }

  .rectangle2-opal {
    position: relative;
    background-image: url("../images/pict1.png"); /* مسیر صحیح عکس */
    background-size: cover; /* عکس تمام سطح رو پوشش بده */
    background-position: center; /* در مرکز قرار بگیره */
    background-repeat: no-repeat; /* تکرار نشه */
    padding: 30px 10px; /* فاصله داخلی مناسب */
    min-height: 400px;
    margin-bottom: 150px;
    padding-top: 0px;
  }

  .rectangle2-opal .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
  }

  .rectangle2-opal .smaal-retangle2 {
    width: calc(50% - 8px); /* دو کارت در یک ردیف */
    background-color: #f9f9f9;
    border-radius: 12px;
    padding: 16px;
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .rectangle2-opal .smaal-retangle2 img {
    width: 100%;
    max-width: 100px;
    height: auto;
  }

  .rectangle2-opal .smaal-retangle2 h3 {
    font-size: 14px;
    color: #c6922b;
    margin-top: 12px;
  }

  .rectangle2-blue p {
    width: 297px;
    height: 79px;
    font-size: 13px !important;
    margin-top: 20px;
    line-height: 1.8;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .rectangle2-opal .smaal-retangle2 p {
    font-size: 12px;
    color: #707070;
    margin-top: 4px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* حداکثر 3 خط */
    -webkit-box-orient: vertical;
    margin-right: 12px !important;
  }

  .rectangle2-opal > img {
    width: 100%;
    max-width: 320px;
    display: block;
    margin: 30px auto 0;
  }
  .rectangle3 {
    margin-right: 7%;
    height: 477px;
    margin-top: -13%;
  }
  .rectangle3-child {
    width: 110%;
    height: 135%;
  }
  .rectangle3-woman {
    height: 60%;
  }

  .rectangle3-child .box1 {
    width: 50%;
    height: 67%;
    margin-top: 8%;
  }
  .centered-text {
    width: 81%;
    font-size: 107%;
  }
  .rectangle4-child {
    display: flex;
    flex-direction: column-reverse;
    align-items: center; /* یا flex-start برای چپ‌چین */
    gap: 20px; /* فاصله بین آیتم‌ها */
    padding: 20px;
    margin-top: 5%;
  }
  .box2 {
    margin-bottom: 200px;
    padding-bottom: 50px;
    margin-right: -2%;
    width: 103%;
  }
  .box2 img {
    width: 95%;
    height: auto;
    margin-top: 537px !important;
  }

  .box3 {
    width: 95%;
    text-align: center;
    margin-top: -14%;
  }

  .box3 p {
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
    padding: 0 10px;
  }
  .box3 h3 {
    font-size: 26px !important;
  }

  .small-box img {
    width: 60px; /* کوچک‌تر شدن آیکون‌ها در موبایل */
  }
  .center-box img {
    width: 427px;
  }
  .small-box p {
    font-size: 14px; /* فونت کوچیک‌تر در موبایل */
  }
  .rectangleX {
    margin: 56%;
  }
  .rectangle5 {
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;
  }
  .rectangle5-box1 {
    padding: 20px 10px;
    margin-top: -147px;
  }

  .rectangle5-box1 h3 {
    margin-left: 75%;
  }
  .rectangle5-box1 h2 {
    font-size: 24px;
  }
  .rectangle5-box1-child1 {
    margin-top: 10px;
    padding-top: 0px;
    margin-bottom: 10px;
    text-align: center;
  }
  .rectangle5-box1-child1 h2 {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .rectangle5-box1-child1 .button2 {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .imgcut {
    max-width: 100%;
    display: block;
    width: 140px;
    height: 151px;
    margin-top: -7%;
  }

  .imgman {
    max-width: 100%;
    display: block;
    width: 100px;
    height: 158px;
    margin-bottom: -7%;
  }
  .imghand {
    width: 150px;
    height: 234px;
    margin-top: 10px;
  }
  .imglak {
    width: 72px;
    height: 153px;
    margin-bottom: -5%;
    margin-left: -4%;
  }
  .nested-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3px;
    justify-items: center;
  }

  .small-box {
    background: #f9f9f9;
    padding: 10px;
    border-radius: 10px;
    width: 97px;
    height: 92%;
    text-align: center;
  }
  .nested-box .small-box img {
    width: 31px;
    height: 82px;
  }
  .small-box img {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
  }

  .small-box p {
    font-size: 14px;
    margin: 0;
    color: black;
  }

  .button2 {
    margin-top: -17px !important;
    margin-right: 14%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ddb361;
    padding: 10px 20px;
    border-radius: 8px;
    width: 250px;
    color: white;
    text-align: center;
  }
  .button1 {
    width: 86% !important;
    margin-top: -20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .button1 p {
    text-align: center;
    padding-top: 0%;
    font-size: 84%;
  }
  .button2 p {
    color: white;
    text-align: center;
    padding-top: 0%;
    font-size: 84%;
  }

  .nested-box1 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    justify-items: center;
    margin-top: 10px !important;
    margin-left: 132px;
    margin-bottom: -14%;
  }
  .nested-box7 a {
    margin-right: -11%;
    margin-top: 16% !important;
  }
  .small-box2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 187px;
    height: 270px;
    background: #2f2f2f;
    border-radius: 12px;
    overflow: hidden;
    flex-direction: column;
  }
  .small-box2 .button2 {
    margin-top: 50px;
    width: 300px;
  }
  .small-box2 img {
    width: 172px;
    height: 110px;
    object-fit: cover;
    justify-items: center;
    align-items: center;
    margin-right: -1%;
  }

  .small-box3 {
    padding: 10px;
    font-size: 12px;
    color: white;
    margin-right: -18px;
    width: 100%;
  }

  .icon-container {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: #ccc;
  }

  .icon i {
    margin-left: 5px;
  }
  .rectangle4 {
    width: 100%;
    margin-right: -2%;
  }
  .rectangle4-child1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-left: 15px;
  }

  .faq-box {
    width: 100%;
    height: 68px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 5px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease;
    overflow: hidden;
  }

  .faq-header {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-right: -17%;
  }

  .faq-icon img {
    width: 24px;
    height: 24px;
    margin-top: 0;
  }

  .faq-text h4 {
    font-size: 14px !important;
    margin: 0;
    color: #333;
  }

  .faq-content {
    display: none;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #666;
  }

  /* وقتی باز می‌شه ارتفاع افزایش پیدا می‌کنه */
  .faq-box.open {
    height: 200px;
  }
  .faq-title {
    margin-right: 150px;
    width: 100%;
    text-align: right;
    font-size: 32px;
    color: #424242;
    margin-bottom: 20px;
  }
  .nested-box7 {
    display: flex;
    flex-direction: column; /* ستونی کردن */
    align-items: center; /* وسط‌چین کردن عرضی */
    margin-bottom: 5%;
  }

  .small-box7 {
    /* width: 328px;
    height: 21%;*/
    width: 119%;
    height: 315px;
    margin: 2%;
    margin-right: -10%;
  }
  .small-box7 img {
    height: 50%;
  }
  .small-box5 {
    width: 100%;
  }
  .small-box5 p {
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    direction: rtl;
  }
  .small-box5 h4 {
    font-size: 19px;
  }
  .rectangle5-box1 .botton1 {
    margin-top: -53px;
  }
  .rectangle6 {
    padding-top: 160%;
  }

  .small-box3 h4 {
    font-size: 14px;
    margin: 0 0 8px 0;
    white-space: nowrap;
    margin-top: -20px;
  }
  .small-box3 .icon-container {
    margin-top: -5px !important;
    gap: 9px;
  }
  .small-box3 {
    padding: 10px;
    font-size: 12px;
    color: white;
    margin-right: -18px;
    width: 100%;
  }
  .small-box3 p {
    font-size: 12px;
    margin: 0 4px 12px 0;
    margin-top: -5px !important;
    line-height: 1.6;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    direction: rtl;
  }
  .small-box3 span {
    font-size: 12px;
    white-space: nowrap;
  }
  .rectangle8 {
    width: 480px;
    height: 100px;
    margin-top: 160%;
  }

  .rectangle6 {
    margin-top: 21% !important;
    width: 100%;
    height: 100%;
    margin-bottom: 0%;
  }
  .nested-box3 {
    margin-top: -104%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    justify-items: center;
    height: 368%;
    width: 65%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .boxs p {
    white-space: nowrap;
    font-size: 17px !important;
  }
  .boxs img {
    width: 68px;
  }
  .text {
    font-size: 17px;
  }
  .word {
    margin: 5px 0;
    font-size: 14px;
  }
  .boxregtangle {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3px;
    margin-top: -53%;
    margin-right: 30%;
    white-space: nowrap;
  }
  .redtangle {
    grid-column: 1\-1;
  }
  .logoarm {
    width: 129px;
    height: 92px;
    margin-right: -453%;
  }
  .logoarm img {
    width: 157px !important;
    height: 91px !important;
    margin-right: 18px !important;
  }
  .titleco p {
    width: 340%;
    margin-left: 592%;
    margin-top: -230%;
    font-size: 11px;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
  }
  .social-management a {
    width: 17px;
    height: 20px;
    margin: 0 10px;
    text-decoration: none;
    margin-top: -9%;
  }
  .social-management {
    margin-right: -563%;
    margin-top: -18%;
  }
  .enmad {
    width: 416%;
    margin-top: 259%;
    margin-right: -416%;
  }
  .sub-rectangle.eleven {
    gap: 20px;
  }

  .inner-rectangle {
    gap: 15px;
  }
  .box-about {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 65%;
    width: 108%;
    height: 53%;
    margin-right: 24%;
  }
  .adressbox {
    display: flex;
    align-items: center;
    margin-top: 5%;
  }
  .rectangleY {
    width: 100%;
    background-color: red;
    height: 100%;
    margin-top: 177%;
  }
}
@media (max-width: 470px) {
  .nested-box3 {
    margin-top: -112%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    justify-items: center;
    height: 410%;
    width: 75%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media (max-width: 380px) {
  .nested-box1 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
    justify-items: center;
    margin-top: 10px !important;
    margin-left: 123px;
    margin-bottom: -14%;
  }
  .small-box2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 167px;
    height: 269px;
    background: #2f2f2f;
    border-radius: 12px;
    overflow: hidden;
    flex-direction: column;
  }
  .small-box3 p {
    font-size: 11px;
    margin: 0 4px 12px 0;
    margin-top: -5px !important;
    line-height: 1.6;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    direction: rtl;
  }
  .small-box3 .icon i {
    width: 14px;
    height: 14px;
    font-size: 12px;
  }
  .small-box3 span {
    font-size: 10px;
    white-space: nowrap;
  }
  .button2 {
    margin-top: -17px !important;
    margin-right: -1%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ddb361;
    padding: 10px 20px;
    border-radius: 8px;
    width: 86%;
    color: white;
    text-align: center;
  }
}
