

@media (min-width: 768px) {
  h1 {
    font-size: 280px;
  }
}

h2 {
  color: #222222;
  font-size: 30px;
}

@media (min-width: 768px) {
  h2 {
    font-size: 60px;
  }
}

h3 {
  color: #444444;
  font-size: 24px;
}

@media (min-width: 768px) {
  h3 {
    font-size: 50px;
  }
}

h4 {
  color: #555555;
  font-size: 22px;
}

@media (min-width: 768px) {
  h4 {
    font-size: 40px;
  }
}

h5 {
  color: #666666;
  font-size: 20px;
}

@media (min-width: 768px) {
  h5 {
    font-size: 35px;
  }
}

h6 {
  color: #777777;
  font-size: 18px;
}

@media (min-width: 768px) {
  h6 {
    font-size: 32px;
  }
}

section {
  padding: 90px 15px;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.container img {
  padding: 0.25rem;
  border: 1px solid #bdbdbd;
  border-radius: 0.25rem;
}

/* Banner Section */
.banner {
  background: -webkit-gradient(linear, left top, right top, from(rgba(241, 157, 0, 0.8)), to(rgba(0, 0, 0, 0.5))), url(img/banner.jpg) no-repeat;
  background: linear-gradient(90deg, rgba(241, 157, 0, 0.8), rgba(0, 0, 0, 0.5)), url(img/banner.jpg) no-repeat;
  background-position: top right;
  background-size: cover;
}

.banner h1 {
    font-size:40px;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  font-weight: 700;
}

.banner p {
  color: #FFFFFF;
  font-size: 1.375rem;
  letter-spacing: 1.5px;
  font-weight: 100;
  text-shadow: 2px 2px 7px #222222;
}

/* First Section (Our Story) */
.first {
    background: #f9f9f9; /* پس‌زمینه ملایم */
    padding: 60px 15px;
  }
  
  .first .container {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
  }
  
  .first p {
    font-size: 20px;
    line-height: 1.5;
    color: #444;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
  }
  
  .first p strong,
  .first p u {
    color: #cf711f;
    font-weight: 700;
  }

 /*Second Section (Our Vision) */
.second {
  position: relative; /* برای موقعیت‌یابی pseudo-element */
  background: url('./img/mission-bg.jpg') no-repeat center center / cover;
  padding: 90px 15px;
}

/* افکت پوشش نیمه‌شفاف جهت افزایش خوانایی متن */
.second::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.second .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.second .left-img {
  flex-basis: 40%;
  margin-bottom: 20px;
}

.second .left-img img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.second .right-content {
  flex-basis: 55%;
  color: #ffffff;
}

.second .right-content h2 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #cf711f;
}

.second .right-content p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .second .container {
    flex-direction: column;
  }
  .second .left-img,
  .second .right-content {
    flex-basis: 100%;
  }
  .second .left-img {
    margin-bottom: 20px;
  }
}

.what-we-do {
  background: linear-gradient(to bottom, #1c1c1c 0%, #333 33%, #404040 66%, #666 100%);
  padding: 60px 15px;
}




.what-we-do .container {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}

.what-we-do h2 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #cf711f;
}

.what-we-do ul {
  list-style: none; /* حذف شماره/علامت لیست */
  padding: 0;
  margin: 0;
    color: #fff;

}

.what-we-do ul li {
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 20px;
}

.what-we-do ul li strong {
  color: #cf711f; /* رنگ کلمات کلیدی */
  font-weight: 700;
}


/**/
/* Third Section (Our Mission) */

.five {
  background-color: #fcde88;
}

.five .container {
  max-width: 700px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 7px 29px 0px;
          box-shadow: rgba(0, 0, 0, 0.8) 0px 7px 29px 0px;
}

.five .container .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.five .container .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



