.container-index * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.container-index1,
.container-index2,
.container-index3,
.container-index4,
.container-index5,
.container-index6 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* Container Index 1 */
.container-index1 {
  background-color: #fff;
  height: 250px;
}

.animated-text {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
  width: 700px;
  justify-content: center;
}

.word {
  white-space: nowrap;
  margin: 0 4px;
  font-size: 48px;
  font-weight: bold;
}

.letter {
  color: rgb(255, 255, 255);
  transition: all 0.3s;
  -webkit-text-stroke: 1px rgba(169, 169, 169, 0.278);
}

.letter.filled {
  color: #0a0a0a;
  -webkit-text-stroke: 1px #0a0a0a;
}


/* Container Index 2 */
.container-index2 {
  height: 500px;
}

.container-index2 .wrapper-index2,
.container-index3 .wrapper-index3,
.container-index4 .wrapper-index4,
.container-index5 .wrapper-index5,
.container-index6 .wrapper-index6  {
  width: 1100px;
  display: flex;
  align-items: center;
}

.box-right,
.box-top {
  width: 350px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-shrink: 0;
}

.box-right label,
.box-top label {
  display: block;
  background-color: #EA1E25;
  width: 130px;
  height: 2px;
  position: relative;
}

.box-right label span,
.box-top label span {
  position: absolute;
  display: block;
  background-color: #EEEEEE;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 10px;
  font-weight: bold;
  font-size: 20px;
  color: #777777;
}

.box-right p,
.box-top p {
  font-size: 45px;
  font-weight: bold;
  color: #0a0a0a;
}

.box-right p span,
.box-top p span {
  color: #546F9A;
  position: relative;
}

.box-right p span::before,
.box-top p span::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 23px;
  background-color: #9dbdefb8;
  bottom: 3px;
  z-index: -1;
}

.container-index2 .box-left {
  width: 100%;
  display: flex;
  align-items: center;
}

.container-index2 .box-left .box-left-item {
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  width: 33.33%;
  gap: 16px;
}

.container-index2 .box-left .box-left-item:nth-child(1) {
  border-radius: 24px;
  height: 350px;
  background-color: #90a9d1;
}

.container-index2 .box-left .box-left-item:nth-child(2) {
  background-color: #546F9A;
}

.container-index2 .box-left .box-left-item:nth-child(3) {
  border-end-end-radius: 24px;
  border-start-end-radius: 24px;
  background-color: #354a6d;
}

.container-index2 .box-left .box-left-item label {
  font-size: 35px;
  font-weight: bold;
}

.container-index2 .box-left .box-left-item:nth-child(1) label {
  color: #acc7f1;
}

.container-index2 .box-left .box-left-item:nth-child(2) label {
  color: rgba(200, 217, 246, 0.226);
}

.container-index2 .box-left .box-left-item:nth-child(3) label {
  color: #5d78a6d1;
}

.container-index2 .box-left .box-left-item strong {
  color: #fff;
  font-size: 20px;
}

.container-index2 .box-left .box-left-item p {
  font-size: 17px;
  color: #ffffffa8;
  text-align: justify;
}


/* Container Index 3 */
.container-index3 {
  width: 100%;
}

.container-index3 .container-index3-bg {
  width: calc(100% - 120px);
  padding: 80px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8C9399;
  border-radius: 24px;
}

.container-index3 .wrapper-index3,
.container-index6 .wrapper-index6 {
  flex-direction: column;
}

.container-index3 .box-top label span {
  background-color: #8c9399;
  color: #d4d4d4;
}

.box-top.center {
  align-items: center;
}

.box-top.center label span {
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.container-index3 .box-top,
.container-index4 .box-top {
  width: 100%;
  align-items: center;
  border-bottom: 1px solid #ffffff26;
  padding-bottom: 40px;
}

.container-index3 .box-bottom {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.container-index3 .box-bottom .box-bottom-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ffffff52;
  gap: 48px;
  padding: 24px;
  border-radius: 24px 200px 200px 24px;
}

.container-index3 .box-bottom .box-bottom-item:nth-child(even) {
  flex-direction: row-reverse;
  border-radius: 200px 24px 24px 200px;
}

.container-index3 .box-bottom .box-bottom-item .item-icon {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 50%;
}

.container-index3 .box-bottom .box-bottom-item .item-content {
  display: flex;
  width: 60%;
  gap: 24px;
}

.container-index3 .box-bottom .box-bottom-item .item-content .item-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid #ffffff26;
  padding: 0;
  flex-shrink: 0;
  border-radius: 50%;
  position: relative;
}

.container-index3 .box-bottom .box-bottom-item .item-content .item-number span {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

.container-index3 .box-bottom .box-bottom-item .item-content .item-divider {
  height: 300px;
  width: 1px;
  background-color: #ffffff26;
}

.container-index3 .box-bottom .box-bottom-item .item-content .item-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.container-index3 .box-bottom .box-bottom-item .item-content .item-text strong {
  font-size: 24px;
  color: #fff;
}

.container-index3 .box-bottom .box-bottom-item .item-content .item-text p {
  font-size: 17px;
  color: #d0d0d0;
}


/* Container Index 4 */
.container-index4 .wrapper-index4 {
  width: 1100px;
  margin: 0 auto;
  padding: 80px 0 0;
  flex-direction: column;
}

.container-index4 .box-bottom {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  box-sizing: border-box;
}

.container-index4 .box-bottom .group-item {
  position: relative;
  aspect-ratio: 1 / 1;
  max-width: 100%;
  overflow: hidden;
  border-radius: 16px;
}

.container-index4 .box-bottom .group-item .group-img {
  width: 100%;
  height: 100%;
  background-image: var(--bg-url);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transition: all 0.3s;
}

.container-index4 .box-bottom .group-item .group-img::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(84, 84, 84, 0.278);
  top: 0;
  left: 0;
}

.container-index4 .box-bottom .group-item .group-text {
  position: absolute;
  width: 60%;
  height: 48px;
  background-color: #b3caee5a;
  bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-end-end-radius: 24px;
  border-start-end-radius: 24px;
  font-size: 22px;
  color: #fff;
  transition: all 0.3s;
  border: 1px solid #ffffff77;
  border-inline-start: 0;
}

.container-index4 .box-bottom .group-item:hover .group-img {
  transform: rotate(10deg) scale(1.2);
}
.container-index4 .box-bottom .group-item:hover .group-text {
  width: 70%;
}

.container-index4 .box-arrow {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
}

.container-index4 .box-arrow .fas {
  color: rgba(0, 0, 0, 0.435);
}

.container-index4 .box-arrow .arrow-line {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.435);
  position: relative;
}

.container-index4 .box-arrow .arrow-line::before {
  position: absolute;
  content: '';
  width: 50%;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #EA1E25;
}

.container-index4 .about-video {
  width: 100%;
  margin-top: 40px;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: -50px;
  z-index: 1;
}

/* Container Index 5 */

.container-index5 .container-index5-bg {
  width: calc(100% - 120px);
  height: 700px;
  background-image: url(/img2/about-bg.avif);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.container-index5 .bg-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #8c93993e;
}

.container-index5 .wrapper-index5 {
  padding-bottom: 48px;
  flex-direction: row-reverse;
}

.box-about {
  width: 450px;
  min-height: 300px;
  background-color: #ffffffd1;
  border-radius: 24px;
  padding: 24px;
  z-index: 1;
}

.box-about .box-top {
  align-items: center;
  width: 100%;
}

.box-about .box-top label span {
  background-color: #ffffffb6;
}

.box-about .box-top p {
  width: 100%;
  font-size: 24px;
  text-align: center;
}

.box-about .box-top p span::before {
  height: 10px;
}

.box-about .about-text {
  font-size: 16px;
  margin-top: 24px;
  text-align: center;
}

/* Container Index 6 */
.container-index6 .wrapper-index6 {
  padding: 80px 0;
  width: 700px;
}

.container-index6 .wrapper-index6 .box-top {
  width: 400px;
  align-items: center;
  padding-bottom: 40px;
}

.container-index6 .wrapper-index6 .box-top p {
  text-align: center;
}

.container-index6 .wrapper-index6 .box-bottom p {
  font-size: 16px;
  text-align: justify;
}

.container-index6 .wrapper-index6 .btn-group {
  display: flex;
  gap: 24px;
  margin-top: 40px;
  justify-content: center;
}
.container-index6 .btn {
  width: 150px;
  padding: 12px 24px;
  font-size: 16px;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-family: yekan;
  font-weight: bold;
}

/* دکمه درباره ما */
.container-index6 .about-btn {
  background-color: #000;
  color: #fff;
}

.container-index6 .about-btn:hover {
  background-color: #333;
}

/* دکمه تماس با ما */
.container-index6 .contact-btn {
  background-color: #546F9A;
  color: #fff;
}

.container-index6 .contact-btn:hover {
  background-color: #3d537a;
}
