:root {
  --card: #f9f9f9;
  --accent: #2dd4bf;
  --text: #111;
  --muted: #555;
  --w: 440px;
  --h: 124px;
  --gap: 30px;
  --hold:5s;
  --move: 0.6s;
  --cycle: calc((var(--hold) + var(--move)) * 3);
}
@font-face {
  font-family: font1;
  src: url(fonts/YekanBakhFaNum-Regular.ttf) format("truetype"),
    url(fonts/YekanBakhFaNum-Regular.woff2) format("woff2"),
    url(fonts/YekanBakhFaNum-Regular.woff) format("woff"),
    url(fonts/YekanBakhFaNum-Regular.otf) format("oft");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: font2;
  src: url(fonts/YekanBakhFaNum-Bold.ttf) format("truetype"),
    url(fonts/YekanBakhFaNum-Bold.woff2) format("woff2"),
    url(fonts/YekanBakhFaNum-Bold.woff) format("woff"),
    url(fonts/YekanBakhFaNum-Bold.otf) format("oft");
}
@font-face {
  font-family: font3;
  src: url(fonts/YekanBakhFaNum-SemiBold.ttf) format("truetype"),
    url(fonts/YekanBakhFaNum-SemiBold.woff2) format("woff2"),
    url(fonts/YekanBakhFaNum-SemiBold.woff) format("woff"),
    url(fonts/YekanBakhFaNum-SemiBold.otf) format("oft");
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: font1;
}
html,
body {
  width: 100%;
  height: 100%;
}
html {
  scroll-behavior: smooth;
}
body {
  direction: rtl;
  color: #333;
  overflow-x: hidden;
}
.container-fluid {
  padding: 0;
  background: white;
  margin: 0rem;
}

h2 {
  font-family: font2;
}
/*start Navbar*/
.header {
  background-image: url(image/header2.svg);
  height: 800px;
  background-size: cover;
  background-position: center;
  padding-top: 50px;
}
.nav {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  width: 1280px;
  border-radius: 25px;
  height: 80px;
  border: 1px solid white;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  background-color: rgba(100, 100, 100, 0.3); /* رنگ پس‌زمینه نیمه‌شفاف */
  backdrop-filter: blur(10px); /* افکت بلور */
  -webkit-backdrop-filter: blur(10px); /* برای Safari */
  overflow: visible;
}
.p-1280 {
  width: 1280px;
  height: 320px;
  margin: 32px auto;
}
.nav-bg {
  background-color: #f5ad3b;
  z-index: 100;
}
.pt-30 {
  padding-top: 30px;
}
.nav-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.nav a {
  color: white;
  text-decoration: none;
  padding: 0 1rem;
  transition: background 0.6s;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.logo-satima img {
  height: 40px;
  display: block;
}
.black-button {
  background-color: #f1ca5f;
  color: black !important;
  padding: 0 16px;
  border-radius: 8px !important;
  font-size: 14px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: font3;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.page-button {
  background-color: #ffffff;
  color: #f5ad3b !important;
}
.black-button svg {
  margin-right: 8px;
  stroke: black;
}
.page-button svg path {
  stroke: #f5ad3b !important;
}
.black-button:hover {
  background-color: #f5ad3b;
}
.page-button:hover {
  background-color: #fff7eb;
  color: #f53b3b !important;
}
.page-button:hover svg path {
  stroke: #f53b3b !important;
}
.menu-toggle {
  display: none;
  background: none;
  border: none;
  color: white;
  font-size: 28px;
  cursor: pointer;
}

.logo-satima img {
  height: 40px;
  display: block;
}

.menu-toggle {
  position: relative;
  z-index: 10; /* بالاتر از nav-inner */
  background: none;
  border: none;
  color: white;
  font-size: 28px;
  cursor: pointer;
}
.nav-inner {
  overflow: hidden;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  border-radius: 0px;
  position: relative;
  z-index: 1;
}
.nav-left a {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  color: white;
  text-decoration: none;
  padding: 0 1rem;
  transition: color 0.3s ease;
}
.nav-left .menu-list{
  height: 80px;
  justify-content: center;
}
.nav-left .menu-list::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 8px 8px 0 0;
  background: var(--Orange, #f5ad3b);
  box-shadow: 0 -6px 36px 8px var(--Orange, #f5ad3b);

  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: 10;
}

.nav-left .menu-page::after {
  bottom: 0px;
  background: var(--Orange, #fff7eb);
  box-shadow: 0 -6px 36px 8px var(--Orange, #fff7eb);

}

.nav-left .menu-list:hover::after {
  opacity: 1;
}


/*End Navbar*/

/* Carousel container */
.carousel {
  width: 440px;
  border: 1px solid #ffffff;
  height: 432px;
  background: rgba(50, 50, 50, 0.3);
  backdrop-filter: blur(12px);
  border-radius: 15px;
  padding: 25px 30px 60px 30px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  color: #fff;
  position: relative;
  bottom: -200px;
  overflow: hidden;
}
.carousel-holder {
  width: 1282px;
  margin: 0 auto;
}
/* Track */
.carousel-track {
  display: flex;
  transition: transform 0.8s ease;
  height: 100%;
}

/* Slide */
.carousel-item {
  flex: 0 0 20%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 30px;
  text-align: center;
}

.carousel-item h2 {
  margin: 0 0 15px 0;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-item h2 .title-text {
  border-bottom: 2px dashed orange;
  padding-bottom: 6px;
  display: inline-block;
  margin-right: -15px;
}

.carousel-item h2 .chicken-thigh {
  width: 38px;
  height: 38px;

}

.carousel-item p {
  line-height: 2;
  font-size: 0.9rem;
  max-height: 320px;
  overflow-y: auto;
  margin: 0;
  text-shadow: 1px 1px 1px gray;
}

/* nav dots */
.nav1 {
  position: absolute;
  bottom: 15px;
  width: 380px;
  display: flex;
  justify-content: center;
  gap: 8px;

}

.nav1 button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid white;
  cursor: pointer;
  position: relative;
  outline: none;
}

.nav1 button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.nav1 button.active {
  border-color: orange;
}

.nav1 button.active::before {
  width: 22px;
  height: 22px;
  background: orange;
}
/* carousel2*/

.slider-wrapper {
  width: var(--w);
  height: var(--h);
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  float: left;
  bottom: -40px;
}

.track {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  will-change: transform;
  animation: scrollUp var(--cycle) linear infinite;
}

.slide {
  width: 100%;
  height: var(--h);
  padding: 20px 20px;
  background: white;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  text-align: right;
  overflow: hidden;
}

.slide-title {
  font-size: 16px;
  font-weight: 600;
  color:#333;
  margin-bottom: 8px;
  font-style: normal;
  line-height: 24px;
}

.slide-link {
  font-size: 16px;
  color: orange;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: flex-start;
  line-height: 24px;
}

.slide-link::after {
  content: "←";
  display: inline-block;
  margin-left: 8px;
  color: orange;
  font-weight: bold;
}

.progress-bar {
  position: absolute;
  bottom: 0;
  right: 0;          /* کلید ماجرا */
  height: 5px;
  width: 0%;         /* واقعاً از صفر */
  background: orange;
  border-radius: 0 0 20px 20px;
  animation: progressBar var(--cycle) linear infinite;
}
@keyframes scrollUp {
  0%   { transform: translateY(0); }
  13%  { transform: translateY(0); }

  16%  { transform: translateY(calc(-1 * (var(--h) + var(--gap)))); }
  29%  { transform: translateY(calc(-1 * (var(--h) + var(--gap)))); }

  32%  { transform: translateY(calc(-2 * (var(--h) + var(--gap)))); }
  45%  { transform: translateY(calc(-2 * (var(--h) + var(--gap)))); }

  48%  { transform: translateY(calc(-3 * (var(--h) + var(--gap)))); }
  61%  { transform: translateY(calc(-3 * (var(--h) + var(--gap)))); }

  64%  { transform: translateY(calc(-4 * (var(--h) + var(--gap)))); }
  77%  { transform: translateY(calc(-4 * (var(--h) + var(--gap)))); }

  80%  { transform: translateY(calc(-5 * (var(--h) + var(--gap)))); }
  93%  { transform: translateY(calc(-5 * (var(--h) + var(--gap)))); }

  100% { transform: translateY(calc(-6 * (var(--h) + var(--gap)))); }
}

@keyframes progressBar {
  /* اسلاید 1 */
  0%   { width: 0%; }
  13%  { width: 100%; }

  /* ریست قبل از اسلاید 2 */
  16%  { width: 0%; }
  29%  { width: 100%; }

  32%  { width: 0%; }
  45%  { width: 100%; }

  48%  { width: 0%; }
  61%  { width: 100%; }

  64%  { width: 0%; }
  77%  { width: 100%; }

  80%  { width: 0%; }
  93%  { width: 100%; }

  100% { width: 100%; }
}


/*  template all page*/
.mt-0 {
  margin-top: 0px !important;
}
.title-row {
  width: 1280px;
  padding: 32px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.title-page span {
  display: inline-block;
  border-bottom: 2px dashed orange;
  padding-bottom: 6px;
  color: #333;
  z-index: 5;
}
.title-page {
  transform: translatex(23px);
}

.news-sort-box {
  display: flex;
  align-items: center;
}
.news-sort-box label {
  font-size: 14px;
  color: #6b7280;
  margin-left: 10px;
}
.news-select {
  padding: 10px 30px;
  border-radius: 5px;
  border: 1px solid #666666;
  font-size: 14px;

  color: #666666;
  outline: none;
  margin-left: 0px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white
    url("data:image/svg+xml;utf8,<svg fill='gray' height='12' width='12' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>")
    no-repeat;
  background-position: left 2px center;
  background-size: 24px;
}
.cards-news {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 32px 40px;
}

.news-page-img {
  background-color: #fff7eb !important;
  border: 2px solid #fff7eb !important;
  transition: all 0.2s !important;
  flex: 0 1 calc(25% - 1.5rem);

  height: 300px;
  box-sizing: border-box;
}
.news-page-img:hover {
  border: 2px solid #f1ca5f !important;
  box-shadow: 0px 0px 40px 0px #00000033 !important;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 30px 0;
  flex-wrap: wrap;
}

.pagination a {
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 8px 12px;
  cursor: pointer;
  transition: all 0.3s;
  color: #333;
  font-size: 14px;
}

.pagination a:hover {
  background-color: #f5ad3b;
  color: #fff;
  border-color: #f5ad3b;
}

.pagination a.active {
  background-color: #f5ad3b;
  color: #fff;
  border-color: #f5ad3b;
}

/*End carousel1 header*/

/*گزارشات*/
.py {
  padding: 0px;
}
.py-1 {
  padding: 80px 0px 0px 0px;
}
.py-2 {
  padding: 80px 0px 32px 0px;
}

.icon-text {
  display: flex;
  justify-content: center;
  align-items: bottom;
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
}
.icon-text span {
  display: inline-block;
  border-bottom: 2px dashed orange;
  padding-bottom: 6px;
  color: #333;
  z-index: 5;
  margin-right:5px;
}
h2 .chicken-thigh2 {
  position: relative; /* تغییر از absolute به relative برای چسبیدن به متن */
  top: 0;
  left: -26px;

  width: 40px; /* بزرگ‌تر */
  height: 48px; /* بزرگ‌تر */
  vertical-align: middle; /* وسط چین عمودی نسبت به متن */
}
.title-text{
  z-index: 5;
}
.icon-text1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
  color: white;
}
.icon-text1 span {
  display: inline-block;
  border-bottom: 2px dashed #000000;
  padding-bottom: 6px;
  font-size: 1.5rem;
}
.icon-text2 {
  transform: translateX(30px);
  width: auto;
  font-size: 1.5rem;
  text-align: right;
  padding: 60px 0px 30px 0px;
}
.icon-text2 span {
  display: inline-block;
  border-bottom: 2px dashed orange;
  padding-bottom: 6px;
  margin-right:5px;
}
.icon-text3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  font-size: 1.5rem;
  text-align: center;

  color: white;
}
.icon-text3 span {
  display: inline-block;
  border-bottom: 2px dashed #000000;
  padding-bottom: 6px;
  font-size: 1.5rem;
  margin-right:5px;
}
.page1 {
  min-height: 775px;
  background-image: url(image/Group.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 1440px;
  margin: 0 auto;
}
/*
زنجیره تولید یکپارچه گوشت مرغ
*/

.container {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  margin-top: 180px;
  padding: 0 60px;
}

.parentbox {
  flex: 1 1 0%;
  padding: 5px 10px;
  box-sizing: border-box;
  text-align: center;
}
.box {
  width: 100%;
  background: #fff7eb;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 16px 16px 24px 16px;
  text-align: center;
  transition: background 0.3s;
  position: relative;
  z-index: 2;
}
.parentbox .box p {
  color: #666;
  font-size: 0.75rem;
  font-weight: 400;
}
.parentbox .box h3 {
  margin-bottom: 24px;
  color: #666;
  font-size: 0.875rem;
  font-weight: 800;
}
.box:hover {
  background-color: #f1ca5f;
}
.box:hover .svg-icon {
  transform: scale(1.15);
}
.svg-icon {
  width: 150px;
  height: 150px;
  margin-bottom: 12px;
  transition: transform 0.3s ease;
}

.arrow-curved-top {
  position: absolute;
  width: 160px;
  height: 80px;
  stroke: #999;
  stroke-width: 2;
  fill: none;
  stroke-dasharray: 6 4;
  pointer-events: none;
  z-index: 1;
}

.arrow-curved-bottom {
  position: absolute;
  z-index: 1;
}
.arrow-curved-bottom.box-1 {
  top: -20%;
  right: calc(8% * 2 + 20px);
}
.arrow-curved-bottom.box-2 {
  top: -20%;
  right: calc(11.5% * 4 + 40px * 2 + 20px);
}
.arrow-curved-bottom.box-3 {
  top: 102%;
  right: calc(17% * 2 + 20px);
}
.arrow-curved-bottom.box-4 {
  top: 102%;
  right: calc(16% * 4 + 40px * 2 + 20px);
}

.arrow {
  display: none;
}
/*زنجیره تولید یکپارچه گوشت مرغ*/
/*شروع مزایای پیوستن به زنجیره*/
.row1 {
  width: auto;
  height: auto;
  padding: 60px 0px 40px 0px;
  background-color: #fff7eb;
  display: flex;
  align-items: flex-start;
}
.responsive-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  background-color: #fff7eb;
  width: auto;
  margin: 0 auto;
}
.responsive-box {
  position: relative;
  background: white;
  border: 1px solid #f1ca5f;
  border-radius: 15px;
  width: 243px;
  padding: 40px 0px 12px 0px;
  transition: all 0.3s ease;
  font-size: 0.75rem;
}
.responsive-box:hover {
  background-color: #f1ca5f;
}
.circle {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: white;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.circle svg {
  width: 80px;
  height: 80px;
}
.box-content {
  padding: 15px;
  text-align: center !important;
  width: 100% !important;
}

.benefitjoin {
  padding: 0px 60px 80px 60px;
  background-color: #fff7eb;
}

/*پایان مزایای پیوستن به زنجیره*/
/*شروع اخبار و اطلاعیه*/
.row2 {
  width: 100%;
  height: auto;
  padding: 80px 80px 32px 80px;
  display: flex;
  align-items: end;
}
.news {
  padding: 0 !important;
  margin: 0 !important;
  background: url("image/egg1.svg"), url("image/egg2.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: top right, bottom left;
  background-color: #f5ad3b;
  height: 632px;
}
/*پایان اخبار و اطلاعیه*/
/*خدمات ساتیما شروع*/
.mb-1 {
  margin-bottom: 40px;
  padding-top: 30px;
}
.services {
  background-image: url(image/Frame\ 63.svg), url(image/morgh.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center bottom;
  min-height: 622px;
}
.row3 {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 50px;
}

.row-single {
  justify-content: center;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.row-medium-space {
  justify-content: center;
  gap: 300px;
}

.row-wide-space {
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
}

.box1 {
  background: #fff7eb;
  border: 1px solid #f7b733;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  width: 360px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.box1 h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
}

.box1 p {
  font-size: 0.8rem;
  line-height: 1.8;
  margin: 0;
  color: #666;
}

/*پایان خدمات ساتیما*/
/*شروع گزارشات*/

.wrapper {
  display: flex;
  width: 300px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #999;
  box-sizing: content-box;
  font-size: 1rem;
  color: #999;
  font-weight: 600;
}
.right-box {
  flex: 0 0 100px;
  position: relative;
  overflow: hidden;
}
.right-box svg {
  display: block;
  width: 100%;
  height: 100%;
}
.left-box {
  flex: 1;
  padding: 15px;
  display: flex;
  align-items: center;
  color: #999;
}
.left-box:hover {

  color: #666;
}
.container-report {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 60px;
  justify-content: center;
}
.wrapper.active {
  border: 1px solid #f53b3b;
 
}
.wapper:hover{
  border: 1px solid #666;
  fill:#666;
}
.wrapper.active:hover {
  border: 1px solid #666;
 
}
.wrapper.active:hover text{
  fill:#333;
}
.wrapper.active .right-box svg .arc {
  fill: #f53b3b;
}

.wrapper:hover .right-box svg .arc {
  fill:#666;
}
.wrapper.active .right-box svg .line {
  stroke: #f53b3b;
}
.wrapper:hover .right-box svg .line {
  stroke: #666;
}
.wrapper.active .right-box path:last-child {
  stroke: #f53b3b !important;
}
.wrapper:hover .right-box path:last-child {
  stroke: #666 !important;
}
#content-box {
  padding: 0px 60px;
  width: 100%;
  text-align: center;
}
.report-chart {
  display: flex;
  flex-grow: 1;
  gap: 50px;
  justify-content: center;
}
.chart {
  width: 280px;
  height: 360px;
}
.report {
  background-color: #fff7eb;
}
/*پایان گزارشات*/
/*شروع هیئت مدیره*/
.directors-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 80px;
  row-gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}
.container-directors {
  position: relative;
  width: 300px;
  height: 100px;
  flex: 0 0 auto;
}
.ellipse {
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
  height: 100px;
  border-radius: 50px 15px 15px 50px;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #f1ca5f;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 80px;
  z-index: 1;
}

.fill-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0%;
  background-color: #f1ca5f;
  z-index: 0;
  transition: width 0.8s ease;
  border-radius: inherit;
}

.container-directors.hovered .fill-bg {
  width: 100%;
}

.container-directors.unhovered .fill-bg {
  width: 0%;
}

.content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.line1 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.line2 {
  font-size: 13px;
  color: #666;
}

.profile-img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #fff;
  background-color: #fff;
  box-shadow: 0 0 0 2px #fff;
  z-index: 3;
}

.board-of-directors {
  background-image: url(image/chicken1.svg), url(image/chicken2.svg);
  background-repeat: no-repeat;
  background-position: bottom left, bottom right;
  min-height: 610px;
}

/*پایان هیئت مدیره*/
/*مقالات*/
.row4 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: end;
}

.blog {
  padding: 0px !important;
  margin: 0px !important;
  height: 632px;
  background: url("image/egg1.svg"), url("image/egg2.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: top right, bottom left;
  background-color: #f53b3b;
}
/*پایان مقالات*/
/* شروع  اتصالات با سامانه ساتیما*/
.bg-join {
  background-image: url(image/Frame\ 73.svg);
  background-repeat: no-repeat;
  background-position: top left;
  width: 100%;
  padding: 0px 60px;
}
.mycontainer {
  display: flex;
  height: 616px;
  width: 1280px;
  margin: 0 auto;
}
.myrightside {
  width: 512px;
  padding: 30px;
  display: flex;
  flex-direction: column; /* اضافه شده */
  align-items: flex-start; /* تنظیم برای چیدمان راست به چپ */
  justify-content: flex-start;
  text-align: right;
  width: 560px;
}
.myleftside {
  width: 696px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.mysubrow {
  display: flex;
  gap: 24px;
}
.mysubrow.firstrow {
  justify-content: center;
}
.mysubrow.secondrow {
  justify-content: center;
}
.myboxitem {
  width: 216px;
  height: 216px;
  border: 1.5px solid #f5ad3b;
  border-radius: 10px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.4s ease, border-width 0.4s ease, color 0.4s ease;
  color: #333;
  text-decoration: none;
  user-select: none;
}
.myboxitem img {
  width: 80px;
  height: 80px;
  filter: grayscale(100%);
  transition: filter 0.4s ease;
}
.myboxitem span {
  font-size: 1.5rem;
  transition: color 0.4s ease;
}
.mb-3 {
  padding: 5px 0px;
}
.myboxitem:hover img {
  filter: grayscale(0%);
}
.myboxitem:hover {
  border: 3.5px solid #f5ad3b;
}
.myboxitem:hover span {
  color: #f5ad3b;
}
/* استایل متن جدید */
.new-text {
  margin-top: 10px;
  font-size: 1rem;
  color: #333;
  line-height: 28px;
}

/* پایان  اتصالات با سامانه ساتیما*/
/*sso start*/
.blue-title {
  color: #30587d;
  padding: 20px 0px;
}
.sso-text {
  color: #333;
  line-height: 35px;
  font-size: 1rem;
}
.sso-card {
  min-height: 300px;
  padding: 30px;
  background-image: url(image/Frame\ 112.svg);
  background-repeat: no-repeat;
  background-position: left center;
  border: 2px solid #30587d;
  border-radius: 10px;
  width: 1280px;
  margin: 0 auto;
}
.container-root {
  width: 100%;
  height: 430px;
  background-color: white;
  padding: 60px 180px;
}
.box-content2 {
  width: 40%;
  text-align: right;
}
.box-content2 h2 {
  text-align: right;
}
.box-content2 p {
  word-wrap: break-word;
  padding: 0px;
}
/*sso end*/
/*member start*/
.bg-members {
  width: 100%;
  min-height: 100vh;
  background-image: url(image/morgh-bg-footer.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: rgba(255, 247, 235, 0.9);
  background-blend-mode: overlay;
}

.row5 {
  width: 100%;
  height: auto;

  background-color: transparent;
  display: flex;
  align-items: end;
}
.svgslider-container {
  overflow: hidden;
  width: 100%;
  direction: ltr;
}

.svgslider-track {
  display: flex;
  animation: svgslider-scroll 10s ease-in-out infinite alternate;
}
.svgslider-container:hover .svgslider-track {
  animation-play-state: paused;
}

.svgslider-slide {
  width: calc(100% / 9);
  flex-shrink: 0;
  text-align: center;
  padding: 2rem;
  box-sizing: border-box;
}

.pic-wrap {
  position: relative;
  display: inline-block;
}
.svgslider-caption {
  font-size: 0.9rem;
  margin-top: 0.2rem;
  color: #666;
  transition: color 0.3s ease;
}
.svgslider-slide:hover .svgslider-caption {
  color: #f5ad3b;
}
/* SVG کوچک گوشه راست */

.pic-wrap::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  background: url("image/Chicken3.svg") no-repeat center/contain;
  opacity: 0;
  transition: all 0.4s ease;
}

/* هنگام هاور SVG کوچک نمایان شود و حرکت کند */
.svgslider-slide:hover .pic-wrap::after {
  max-width: 100%;
  right: -25px;
  opacity: 1;
  transform: translateY(-10px);
}
@keyframes svgslider-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/*member end*/
/*start colleagues*/
.colleagues-container {
  width: 1440px;
  margin: 0rem auto;
  padding: 20px;
}
/* ردیف‌ها در دسکتاپ */
.colleagues-row {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: nowrap;
  margin-bottom: 2rem;
}
.Colleagues-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 120px;
  position: relative; /* برای قرار دادن آیکن */
  cursor: pointer;
}
.Colleagues-pic {
  width: 120px;
  height: auto;
}
.Colleagues-caption {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  text-align: center;
  color: #666;
  transition: color 0.3s ease;
}
/* آیکن SVG که با هاور ظاهر می‌شود */
.Colleagues-slide::after {
  content: url(image/Chicken3.svg);
  position: absolute;
  top: 5px;
  right: 2px;
  width: 12px;
  height: 12px;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.4s ease;
}

/* تغییر رنگ متن در هاور */
.Colleagues-slide:hover .Colleagues-caption {
  color: #f5ad3b;
}

/* نمایش آیکن با ترنزیشن */
.Colleagues-slide:hover::after {
  right: 5px;
  opacity: 1;
  transform: translate(20px, -10px);
}
/*end colleagues*/
/*start footer*/
.footer {
  width: 100%;
  padding: 0px;
  background: radial-gradient(#f1ca5f, #f5ad3b);
}
.container-footer {
  background-image: url(image/morgh-footer2.svg), url(image/morgh-footer1.svg);
  background-repeat: no-repeat;
  background-position: bottom left, top right;
  width: 100%;
  height: 100vh;
}
.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1440px;
  direction: rtl;
  padding-top: 200px;
  margin: 0 auto;
}

.footer-right {
  width: 50%;
  margin-right: 6%;

  border-radius: 12px;
}

.footer-left {
  width: 32%;
  margin-left: 6%;

  border-radius: 12px;
}
.inner-box {
  background: rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(24px);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  height: 280px;
  margin-top: 50px;
  border: 1px solid white;
}

.inner-box p {
  text-align: justify;
  color: #333;
}

.map-container {
  width: 100%;
  height: 250px;
  border-radius: 12px;
  overflow: hidden;
}

iframe {
  width: 100%;
  height: 250px;
  border: 0;
}

.footer-box {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(24px);
  border-radius: 12px;
  padding: 15px;
  text-align: center;
  margin-top: 50px;
  border: 1px solid white;
  height: 100px;
}
.footer-box svg {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  fill: #333;
}
.footer-box p {
  text-align: center;
  color: #333;
}
.all-rights {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 1rem 2rem;
  font-size: 0.9rem;
  flex-wrap: wrap;
}
.right-text {
  padding-right: 60px;
}
.left-text {
  padding-left: 60px;
}
.right-text,
.left-text {
  color: #aaa;
  margin: 0;
  white-space: nowrap;
}
/* رنگ نارنجی برای پرتوبیتا */
.partobita {
  color: orange;
  font-weight: bold;
}
/*end footer*/
.card-news-place {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 150px;
  align-items: stretch;
  justify-content: flex-start;
  gap: 16px;
}

.card {
display: flex;
padding:16px;
flex-direction: column;
 
width:308px;
background: #FFF7EB;
height:320px;
border: 1px solid #ddd;
border-radius: 12px;

box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
transition: all 0.6s;
align-items: flex-start;
}
.card:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}
.card h3 {
  text-align: right;
  padding: 0px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: calc(1.9em * 2);
  position: relative;
  margin-bottom: 8px;
  color: #333333;
}

.card .news-pic {

  width: 276px;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  margin-bottom: 16px;
}
a svg,
a span {
  display: inline-block;
  vertical-align: middle;
}
.card .view-news {
  color: #f5ad3b;
  text-decoration: none;
}
.card .text-news:hover .view-news {
  color: #f53b3b;
}
.card .text-news:hover .view-news svg path {
  stroke: #f53b3b !important;
}
.card .text-news {
  text-align: right;
  padding: 0px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;

 
}
.all-news-link {
  text-align: center;
  transform: translateY(-118px);
  width: 240px;
  height: 40px;
  border-radius: 10px;
  background-color: white;
  margin: 0 auto;
  line-height: 40px;
  padding: 0px 20px;
}
.all-news-link:hover a span {
  color: #f53b3b;
}
.all-news-link:hover a svg path {
  stroke: #f53b3b !important;
}
/* start article-detailes*/
.bg-article-detaile {
  background-image: url(image/bg-article-detail-page.svg);
  background-repeat: no-repeat;
  background-position: top 60px right;
}
.btn-ghost {
  background-color: transparent;
  color: #333333 !important;
  padding: 0 27px;
  border-radius: 8px;
  font-size: 14px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: font3;
  text-decoration: none;
  border: 2px solid #f1ca5f;
  transition-property: all;
  transition-duration: 0.5s;
}
.btn-ghost:hover {
  border-width: 3px;
}
.container-allpage {
  width: 1280px;
  margin: 0 auto;
}
.pr-0 {
  padding-right: 0px;
}
.cards-article-detaile {
  width: 1280px;
 margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 150px;
  align-items: stretch;
  justify-content: flex-start;
  gap: 16px;

}
.mr-0 {
  margin-right: 0px;
}
.ml-0 {
  margin-left: 0px;
}

.wrapper-page {
  display: flex;
  gap: 32px;
  padding-top: 20px;
  align-items: flex-start;
}
.col-left {
  flex: 0 0 64.666%;
  min-width: 0;
  padding: 0 1%;
}
.col-right {
  flex: 0 0 33.333%;
  min-width: 260px;
  position: relative;
}

.col-left h1 {
  font-size: 26px;
  margin-bottom: 12px;
}
.summary-text {
  font-weight: bold;
  margin-bottom: 20px;
  color: #f5ad3b;
}
.col-left p {
  margin-bottom: 18px;
  text-align: justify;
  line-height: 2;
}

/* ستون راست */
.sticky-sidebar {
  position: fixed;
  top: 100px;
  z-index: 10;
  max-height: calc(100vh - 100px);
  overflow: hidden;
  transition: top 0.3s ease;
}
.sticky-sidebar img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 32px;
  display: block;
}
.box-mini {
  display: flex;
  gap: 8px;
  margin-bottom: 32px;
}
.box-mini div {
  background: #fff;
  border: 2px solid #f5ad3b;
  padding: 10px;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  color: #333333;
}
.scroll-progress-text {
  font-size: 14px;
  margin-bottom: 8px;
  text-align: right;
  color: #333333;
}
.progress-wrapper {
  width: 100%;
  height: 6px;
  background: #eee;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 15px;
}
.scroll-progress-bar {
  width: 0%;
  height: 6px;
  background: #f5ad3b;
  transition: width 0.2s ease;
}
.progress-box {
  border: 1px solid #cccccc;
  border-radius: 8px;
  padding: 16px 12px;
}
.read-time {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #333;
  font-weight: 600;
  padding: 5px !important;
    white-space: nowrap;
    min-width: 64px;
}
.read-time svg {

  margin-left: 4px;
}
.read-time span{
 font-size: 12px;
}

/* End article-detailes*/
/*start aboutus page*/

.about-container {
  width: 1280px;
  margin: 0 auto;
}

/* Rows */
.about-row {
  display: flex;
  gap: 22px;
  align-items: start;
  margin: 48px 0;
  flex-direction: column;
  position: relative;
}

.about-card {
  flex: 1 1 0;
  overflow: hidden;
}

/* Image block */
.about-media {
  position: relative;

  width: 100%;

  z-index: 1;
}

.about-media img {
  width: 99%;
  height: auto;

  position: relative;
  z-index: 1;
}

/* Text block */
.about-content {
  padding: 0 22px 28px;
}

.about-content h2 {
  margin: 0 0 8px;
  font-size: clamp(18px, 3vw, 26px);
}
.about-content p {
  color: var(--muted);
  text-align: justify;
}
.about-bullets {
  margin-top: 14px;
}
.about-bullets li {
  margin: 6px 0;
}

/* Decorative SVG outside the image, پشت عکس */
.about-row:nth-child(odd)::before {
  content: "";
  position: absolute;
  top: -200px;
  left: -400px;
  width: 500px;
  height: 400px;
  background: url("image/bg-egg-even.svg") no-repeat center/contain;
  transform: scaleX(-1);
  pointer-events: none;
  z-index: 0;
}

.about-row:nth-child(even)::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -400px;
  width: 564px;
  height: 400px;
  background: url("image/bg-egg-even.svg") no-repeat center/contain;
  pointer-events: none;
  z-index: 0;
}

.report-page {
  width: 98%;

  margin: 0 auto;
}

/* End Reports page*/
@media (min-width: 905px) {
  .about-row {
    flex-direction: row;
  }
  .about-media img {
    height: 100%;
  }
}
@media screen and (min-width: 300px) and (max-width: 905px) {
  .article-pic{
    width: 320px;
    height: auto;
  }
  .mr-0{margin-right:12px}
  .news-page-img {
 width: 320px !important;
 height: 300px !important;
}
  .cards-article-detaile {
  width: 320px;
  display: block;

}
    .sticky-sidebar {
    position: static !important;
    width: 320px!important;
   
  }

.sticky-sidebar img {
  width: 320px;
  height: auto;
  border-radius: 10px;
  margin-bottom: 32px;
  display: block;
}
  .read-time {
  display: block;

}
  .progress-box {
  display: none;
}
  .container-allpage {
  width: 320px;
  margin: 0 auto;
}
  .title-page {
    transform: translate(23px, -13px);
  }
  .title-row {
    width: 320px;
    display: block;
    margin: 0px auto;
  }
  .p-1280 {
    width: 320px;
    height: auto;
    margin: 0px auto;
  }
  .box-content2 {
    width: 100%;
  }
  .right-text,
  .left-text {
    width: 320px;
    text-align: center;
    white-space: normal;
    padding-left: 0px;
    padding-right: 0px;
  }
  .all-rights {
    flex-direction: column;
    text-align: center;
    padding: 0px;

    width: 320px;
  }

  iframe {
    width: 320px;
  }
  .map-container {
    width: 320px;
    height: 250px;
  }
  .content {
    width: 190px;

    margin-right: 30px;
  }
  .board-of-directors {
    background-image: none;
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 320px;
  }
  .profile-img {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translate(50%, -50%);
    width: 80px;
    height: 80px;

    border-width: 0px;
  }
  .ellipse {
    width: 320px;
    border-radius: 10px !important;
  }
  .directors-grid {
    width: 320px;
  }
  .container-directors {
    width: 320px;
  }
  .container-report {
    padding: 60px 0px;
  }
  .report {
    width: 320px;
  }
  .row3,
  .row-medium-space,
  .row-wide-space {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .row3 {
    padding: 0px;
    margin-bottom: 0px;
  }
  .box1 {
    margin-bottom: 20px;
    width: 320px;
  }
  .mb-1 {
    width: 320px;
  }
  .box-content {
    width: 300px;
    text-align: center;
  }
  .box {
    width: 300px !important;
    margin: 0 auto;
  }
  .page1 {
    width: 320px;
  }
  .nav-inner {
    width: 320px;
  }
  .svgslider-container {
    width: 320px;
  }

  .bg-members {
    width: 320px;
    min-height: 100vh;
  }
  .row5 {
    width: 320px;
  }
  .footer-left {
    width: 320px;
    margin-left: 0px;
  }
  .nav {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    width: 320px;
    position: relative;
    border-radius: 10px;
  }
  .nav-left {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 320px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background-color: #ffffff;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    position: fixed;
    top: 60px;
    right: 0;
    left: 0;
    z-index: 99999 !important;
    padding: 0 1rem;
  }

  .myrightside {
    width: 320px;
  }
  .myleftside {
    width: 320px;
  }
  .footer-box {
    padding-top: 30px;
    height: 150px;
    width: 320px;
  }
  .footer {
    width: 320px;
    padding: 0px !important;
    background: radial-gradient(#f1ca5f, #f5ad3b);
    margin: 0 auto !important;
  }
  .container-footer {
    background-image: none;

    width: 320px;
    height: auto;
  }
  .footer-container {
    padding: 0px !important;

    width: 320px;
    direction: rtl;

    margin: 0 auto;
  }
  .footer-right {
    width: 320px;
    margin-right: 0px;
  }
  .inner-box {
    height: auto;
  }
  .bg-members {
    display: none;
    width: 320px;
  }
  .slider-wrapper {
    bottom: -220px;
    float: none;
  }
  .bg-join {
    background-image: none;
    height: auto !important;
    width: 320px;
    padding: 0px;
  }
  .container-root {
    width: 320px;
    height: 500px;
    margin-bottom: 50px;
    padding: 0px;
  }
  .sso-card {
    width: 320px;
  }
  .card-news-place {
    width: 300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding-bottom: 150px;
    align-items: stretch;
    justify-content: center;
  }
  .news {
    height: auto;
    width: 320px;
  }

  .blog {
    height: auto;
    width: 320px;
  }
  .card {

  width: 320px;

}
  .card .news-pic {
    width: 100%;
    height: 200px;
  }
  .arrow-curved-top,
  .arrow-curved-bottom {
    display: none;
  }
  .myboxitem {
    width: 120px;
    height: 120px;
  }
  .myboxitem img {
    width: 40px;
    height: 40px;
  }
  .myboxitem span {
    font-size: 0.8rem;
  }
  .row1 {
    width: 320px;
  }
  .icon-text {
    width: 320px;
    padding-top: 0px;
  }

  .carousel {
    display: none;
    width: 320px !important;
  }
  .carousel-holder {
    display: none;
    width: 320px !important;
  }
  .header {
    height: 200px !important;
    width: 320px;
    padding-top: 50px;
    background-image: none;
    position: relative;
    z-index: 9999;
  }
  .m-auto {
    margin: 0 auto;
  }
  .container-fluid {
    padding: 0 !important;
    width: 320px;

    margin: 0 auto !important;
  }
  .container {
    padding: 0px !important;
  }

  .benefitjoin {
    padding: 0px !important;
    width: 320px;
  }
  .responsive-wrapper {
    margin: 0px !important;
  }
  .responsive-box {
    width: 320px !important;
    min-width: auto;
    margin-top: 30px;
  }
  .row2 {
    padding: 60px 0px 40px 0px;
  }
  .mycontainer {
    width: 320px;
  }
  .wrapper {
    width: 320px;
    flex-direction: column;
    height: 100px;
  }
  .icon-text2 {
    font-size: 1.3rem;
    width: 320px;
    padding: 15px 0;
  }
  .icon-text3 {
    padding: 15px 0px;
  }
  .mysubrow.firstrow,
  .mysubrow.secondrow {
    width: 320px;
  }
  .icon-text span {
    font-size: 1.2rem;
  }
  /*Aboutus*/
  .about-container {
    width: 320px;
    margin: 0 auto;
  }
  .about-row:nth-child(odd)::before {
    width: 320px;
    height: auto;
    background: none;
  }

  .about-row:nth-child(even)::before {
    width: 320px;
    height: 566px;
    background: none;
  }
  /* Image block */
  .about-media {
    width: 320px;
  }

  .about-media img {
    width: 320px !important;
  }

  .about-card {
    flex: none;
    overflow: hidden;
  }
  .about-row {
    flex-direction: column;
  }
  .about-row > .about-media {
    order: 1;
    flex: none;
    overflow: visible;
    min-height: 240px;
  }
  .about-row > .about-content {
    order: 2;
    flex: none;
    overflow: visible;
  }
}
/* ریسپانسیو برای موبایل */
@media (max-width: 905px) {
  .services {
    background-image: none;
    width: 320px;
  }
  .page1 {
    background-image: none;
  }
  .wrapper-page {
    flex-direction: column;
  }
  .col-left,
  .col-right {
   width:320px;
   padding-right: 10px;
  }

  .menu-toggle {
    display: block;
    background: transparent;
    border: none;
    color: white;
    font-size: 28px;
    z-index: 1001;
    cursor: pointer;
  }

  .black-button {
    height: 40px;
    font-size: 14px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 1001;
  }

  .nav-left a:last-child {
    padding-bottom: 10px;
  }
  .nav-left a {
    color: #333333;
  }

  .container {
    flex-direction: column;
    align-items: center;
    position: static;
    margin-top: 20px;
    align-items: normal;
  }

  .box:first-child,
  .box:last-child {
    margin: 0 auto 10px auto;
  }
  .arrow {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto 10px auto;
    transition: transform 0.3s;
  }
  .box:hover + .arrow svg {
    transform: scale(1.3);
  }
  .arrow-curved-top,
  .arrow-curved-bottom {
    display: none;
  }

  .right-box {
    display: none;
  }

  .left-box {
    text-align: center;
    padding: 2px;
    display: block;
    padding-top: 30px;
  }
  .report-chart {
    gap: 10px;
  }
  .chart {
    width: 300px;
    height: 200px;
  }
  .directors-grid {
    gap: 90px;

    padding-bottom: 20px;
  }

  .mycontainer {
    flex-direction: column;
    height: auto;
    margin: 0px !important;
  }

  .mysubrow {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  .new-text {
    font-size: 1rem;
    margin-top: 8px;
  }

  .sso-card {
    background-image: none;
  }

  .svgslider-slide {
    width: calc(100% / 6);
  }

  .colleagues-row {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1rem;
    gap: 0.5rem;
  }

  .Colleagues-slide {
    width: calc(33.333% - 0.5rem);
    margin-bottom: 1rem;
  }

  .colleagues-row:last-child {
    margin-bottom: 0;
  }

  .nav-inner {
    overflow: visible;
  }
}
@media (max-width: 1339px) and (min-width: 906px) {
  .news-page-img {
 width: 200px !important;
 height: 250px !important;
}
    .cards-article-detaile {
  width: 900px;
 

}
  .container-allpage {
  width: 900px;
  margin: 0 auto;
}
  .title-page {
    margin-bottom: 30px;
  }
  .title-row {
    width: 900px;

    margin: 0 auto;
  }
  /*Article*/
  .p-1280 {
    width: 900px;
    height: auto;
    margin: 0px auto;
  }
  /*Aboutus*/
  .about-container {
    width: 900px;
    margin: 0 auto;
  }
  .about-row:nth-child(odd)::before {
    width: 900px;
    height: auto;
    background: none;
  }

  .about-row:nth-child(even)::before {
    width: 900px;
    height: auto;
    background: none;
  }
  .blog,
  .news {
    width: 900px !important;
    margin: 0 auto !important;
    background-image: none;
    background-color: transparent;
  }
  .bg-gold {
    background: url("image/egg1.svg"), url("image/egg2.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: top right, bottom left;
    background-color: #f5ad3b;
  }
  .bg-red {
    background: url("image/egg1.svg"), url("image/egg2.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: top right, bottom left;
    background-color: #f53b3b;
  }

  .box1 {
    width: 360px;
  }
  .row-medium-space {
    gap: 120px !important;
  }
  .container-fluid {
    padding: 0 !important;
    width: 100%;
  }
  .m-auto {
    margin: 0 auto;
  }
  .footer-box {
    height: 200px;
  }
  .inner-box {
    height: 400px;
  }
  .footer {
    width: 100%;
    padding: 0px;
    background: radial-gradient(#f1ca5f, #f5ad3b);
  }
  .container-footer {
    background-image: none;
    margin: 0 auto !important;
    width: 900px;
    height: auto;
  }
  .footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 900px;
    direction: rtl;
    padding-top: 0px;
    margin: 0 auto;
  }
  .bg-join {
    background-image: none;
    width: 900px;
    padding: 0px;
  }
  .container-root {
    width: 900px;
    height: 400px;

    padding: 0px;
  }
  .sso-card {
    width: 900px;
  }
  .myboxitem {
    width: 120px;
    height: 120px;
  }
  .myboxitem img {
    width: 40px;
    height: 40px;
  }
  .myboxitem span {
    font-size: 0.8rem;
  }
  .benefitjoin {
    padding: 0px;
  }
  .row1 {
    width: 100%;
    height: auto;
  }
  .responsive-wrapper {
    display: flex;
    justify-content: center;
    background-color: #fff7eb;
    width: 900px;
    flex-direction: column;
  }
  .responsive-box {
    background: white;
    border: 1px solid #f1ca5f;
    border-radius: 15px;
    width: 80%;
    padding: 40px 0px 12px 0px;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 0.75rem;
    margin: 20px auto;
  }
  .page1 {
    width: 100%;
  }

  .card-news-place {
    width: 900px;
  }
  .card {
    width: 200px;
    height: 250px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    transition: all 0.6s;
  }
  .card .news-pic {
    width: 170px;
    height: auto;
    margin-top: 20px;
  }
  .card h3 {
    padding: 10px 0px;
    font-size: 12px;
    margin-bottom: 20px;
  }

  .header {
    width: 100%;
    height: 1000px;
  }
  .carousel {
    margin-top: 0px;
  }
  .carousel-holder {
    width: 90%;
    margin: 0 auto;
  }
  .slider-wrapper {
    bottom: -220px;
    float: none;
  }

  .icon-text {
    width: 100%;
    font-size: 1.2rem;
    margin-right: 0;
  }
  .box-content2 {
    width: 100%;
    text-align: right;
  }
  .sso-card {
    background-image: none;
  }
  .mycontainer {
    flex-direction: column;
    height: auto;
    width: 900px;
  }
  .myrightside {
    flex-basis: auto;
    padding: 20px;
    font-size: 1.1rem;
    align-items: flex-start;
    width: 900px;
  }
  .myleftside {
    flex-basis: auto;
    padding: 20px 20px 60px 20px;
    width: 900px;
    height: auto;
  }

  .bg-members {
    display: none;
  }
  .container {
    flex-direction: column;
    align-items: center;
    position: static;
    margin-top: 20px;
    align-items: normal;
  }

  .box {
    width: 90% !important;
    margin: 0 auto 10px auto;
  }
  .box:first-child,
  .box:last-child {
    margin: 0 auto 10px auto;
  }
  .arrow {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto 10px auto;
    transition: transform 0.3s;
  }

  .right-text {
    padding-right: 0px;
  }
  .board-of-directors {
    margin-bottom: 20px;
  }
  .nav {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    width: 900px;
    position: relative;
  }
  .arrow-curved-top,
  .arrow-curved-bottom {
    display: none;
  }
}
