* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body {
  font-family: "DoranRegular", Sans-serif;
  background-color: #f2f2f0;
}

a {
  text-decoration: none;
}

ol,
ul {
  padding: 0;
}
li {
  list-style: none;
}

.custom-container {
  margin: 0 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: right;
}

.HeaderClass {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: 95%;
  background-image: url("../img/Wall\ 1.webp");
  clip-path: polygon(100% 0%, 100% 49%, 100% 100%, 7% 100%, 0 85%, 0 0);
  background-size: cover;
  background-position: center;
  height: 850px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.HeaderClass {
  position: relative;
}

.HeaderClass::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;

  background: linear-gradient(
    to left,
    rgba(0, 0, 102, 0.65) 30%,
    rgba(0, 0, 102, 0.55) 60%,
    rgba(61, 120, 241, 0.4) 85%,
    rgba(61, 120, 241, 0.3) 100%
  );
}

.custom-btn {
  margin-top: 25%;
}

.custom-close {
  font-size: 1.5rem;
  filter: invert(10%) sepia(90%) saturate(6000%) hue-rotate(230deg)
    brightness(40%) contrast(110%) !important;
  opacity: 1 !important;
}

.offcanvas-header img {
  width: 200px;
  max-width: 100%;
}

.offcanvas {
  border-radius: 50px 0 0 50px;
  background-color: rgba(243, 244, 241, 0.85) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: none;
}

.offcanvas-list ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.offcanvas-list li a {
  font-family: "IranSansMedium";
  font-size: 1.3rem;
  color: #000000;
}

.MenuHumberger {
  position: fixed;
  width: 5%;
  position: fixed;
  display: flex;
  z-index: 3;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 50%;
}

.HeaderSearch {
  margin-right: 30px;
  width: 90%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}

.SearchNumber {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-left: -8%;
  justify-content: flex-end;
  margin-top: 1%;
  gap: 2rem;
}

.SearchNumber svg {
  margin-top: 0.5%;
}

.search-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}

.searchbutton {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem 1rem 1rem;
}

.search-container.active .search-input {
  width: 200px; /* عرضی که مد نظر دارید */
  padding: 0 10px;
}

.searchInput {
  width: 0; /* در حالت عادی عرض صفر است */
  border: none;
  outline: none;
  background: none;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s;
  font-family: inherit;
}

.PictureText {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 10%;
  gap: 2rem;
}

.FexedElement {
  flex-direction: column;
  padding: 10px 10px;
  height: 100%;
  width: 2%;
  display: flex;
  position: absolute;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  margin-right: 95.5%;
}

.fixedMenue {
  margin-top: 1%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 20rem;
  margin-right: 2.5rem;
  position: fixed;
}

.iconPhone {
  padding-top: 0.6rem;
  margin-right: 2.5rem;
  position: relative;
}

.Header1 {
  margin: 0 auto;
  display: flex;
  width: 500px;
  max-width: 100%;
  flex-direction: column;
  justify-content: end;
}

.Header2 {
  margin-right: 10%;
  display: flex;
  width: 680px;
  max-width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-around;
  align-items: flex-start;
  font-family: "DoranExtraBold";
  font-size: 2rem;
}

.Header2 p {
  font-size: 1.5rem;
  font-family: "DoranRegular";
  color: #f3f4f1;
  line-height: 2.5rem;
  text-align: justify;
}

.Header2 img {
  width: 700px;
  height: 350px;
  max-width: 100%;
  margin-top: -8rem;
}

.ImageHeader1 {
  width: 530px;
  border-radius: 20px;
}

.Header2 .ParagraphHeader {
  color: white;
  font-family: "IranSansRegular";
}
h1 {
  color: white;
}
.phone {
  color: white;
  font-size: 2rem;
  font-family: "A Jannat LT";
  direction: ltr;
}

.paragraph-Wrapper {
  display: flex;
  justify-content: space-between;
}

.paragraphSVG {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.paragraphSVG path {
  transition: stroke 0.4s ease, opacity 0.4s ease;
}

.paragraphSVG svg:hover path {
  stroke: #e5b21c;
  opacity: 1;
  cursor: pointer;
}

.HeaderPictureParagraph {
  margin-bottom: 0;
  color: #9adaf1;
  font-family: "DoranMedium";
  font-size: 2.2rem;
  padding-top: 0.5rem;
}

.MenuHumbergerParagraphClass {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  transform: rotate(-90deg);
}

.MenuHumbergerParagraphClass li a {
  display: inline-block;
  white-space: nowrap;
  color: #9adaf180;
  font-family: "IranSansLight";
  font-size: 1rem;
}

.MenuHumbergerParagraphClass li a:hover {
  color: #9adaf1;
}

.MenuHumbergerParagraphClass li a.active {
  color: #9adaf1;
  font-family: "IranSansBlack";
  font-size: 1.2rem;
}

.ImageIconFexedElement {
  margin: 10px;
}

.headerBottom {
  padding: 0.8rem 1.5rem;
  text-align: right;
  background-color: #e5b21c;
  border: 1px solid #11468f;
  border-radius: 15px;
  width: 20rem;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  font-size: 1.2rem;
  font-family: "IranSansBold";
  font-weight: 900;
  color: #11468f;
  line-height: 1.7rem;
  cursor: pointer;
  clip-path: polygon(100% 0%, 100% 49%, 100% 100%, 8% 99%, 0 70%, 0 0);
}

.sectionClass {
  margin-right: 5%;
  margin-left: 4%;
  padding-bottom: 5rem;
  width: 90vw;
}

.sectionCompany {
  display: flex;
  width: inherit;
  align-items: center;
  justify-content: space-between;
  margin: 5rem 0;
  flex-wrap: wrap;
}

.OurSubsidiaryCompany {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.OurSubsidiaryCompanyParagraph {
  font-size: 33px;
  font-family: "DoranExtraBold";
}

.buttonCompany {
  padding-left: 1%;
}

.buttonCompany a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  font-family: "IranSansBold";
  color: #11468f;
}

.cardCompany {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* gap: 10rem; */
  margin-bottom: 2rem;
  box-shadow: 1px 2px 26px -8px rgba(92, 92, 92, 0.25);
  clip-path: polygon(100% 0%, 100% 53%, 100% 100%, 2.2% 100%, 0 80%, 0 1%);
  border-radius: 30px;
  padding: 1rem 2rem;
  margin-left: 1.5%;
  background-color: #ffffff;
}

.cardCompany img {
  clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 9% 100%, 0 84%);
  border-radius: 30px;
  /* width: 33%; */
}

.cardCompany p {
  width: 33%;
  max-width: 100%;
  color: #08153f;
  opacity: 50%;
  font-size: 1rem;
  text-align: justify;
  font-family: "IranSansRegular";
}

.cardCompanyMain {
  cursor: pointer;
  width: 20%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.cardCompanyMain img {
  width: 120px;
  max-width: 100%;
  /* transition: transform 0.4s ease;
  transform-origin: right top; */
}

.cardCompanyMain h3 {
  color: #000066;
  font-size: 1.8rem;
  font-family: "DoranExtraBold";
  /* transition: transform 0.4s ease;
  transform-origin: right center; */
}

.cardCompanyMain h3 span {
  font-size: 1rem;
  font-family: "DoranExtraBold";
}

/* .cardCompany:hover .cardCompanyMain img {
  transform: scale(1.15) translateX(-10px) translateY(10px);
}

.cardCompany:hover .cardCompanyMain h3 {
  transform: scale(0.9) translateX(-10px) translateY(4px);
} */

.sectionArticles {
  background-color: #ffffff;
  padding: 0.3rem 0;
}

.containerArticles {
  margin-right: 5%;
  margin-left: 4%;
  width: 90vw;
}

.articles {
  display: flex;
  justify-content: center;
  gap: 4rem;
  padding-bottom: 5rem;
  flex-wrap: wrap;
  margin: 0 -1.3% 0 0.8%;
}

.articlesContainer1 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 30%;
  color: #135971;
  padding: 1rem 1rem 3rem 1rem;
  border-radius: 40px;
  transition: 0.3s ease-in-out;
  clip-path: polygon(0 0, 75% 0%, 100% 0, 100% 100%, 13% 100%, 0 88%);
  overflow: hidden;
}

.articlesContainer1:hover {
  background-color: #9bc1ff32;
  cursor: pointer;
}

.articlesContainer1 a {
  color: #70a8ff;
  font-family: "IranSansRegular";
}

.image-wrapper {
  width: 100%;
  max-width: 580px;
  overflow: hidden;
  border-radius: 30px;
  clip-path: polygon(0 0, 75% 0%, 100% 0, 100% 100%, 13% 100%, 0 84%);
}

.articlesContainerImage {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.7s ease;
  transform-origin: center top;
}

.articlesContainer1:hover .articlesContainerImage {
  transform: scale(1.4);
}

.articleDesctiption {
  padding: 0 0.5rem;
}

.articleDesctiption h3 {
  font-size: 2rem;
  color: #11468f;
}

.articleDesctiption p {
  color: #11468f;
  font-family: "IranSansRegular";
  font-size: 1.1rem;
  line-height: 2rem;
  padding: 0.6rem 0;
}

.sectionNews {
  background-color: #27273c;
}

.newsContainer,
.aboutContainer,
.teammateContainer,
.inner-wrapper,
.copyRight-wrapper {
  margin-right: 5%;
  margin-left: 4%;
  width: 90vw;
  padding: 5rem 0;
}

.newsTitle,
.aboutTitle {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.newsTitle h2 {
  color: #e7e7e5;
  padding-top: 0.4rem;
  font-family: "DoranExtraBold";
  font-size: 4rem;
}

.newsContainer {
  display: flex;
  flex-direction: row;
}

.custom-col-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.custom-col-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.newsCard {
  background-color: #303047;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 70%;
  color: #135971;
  padding: 1rem 1rem 3rem 1rem;
  margin: 5rem 3rem;
  border-radius: 40px;
  transition: 0.3s ease-in-out;
  clip-path: polygon(0 0, 75% 0%, 100% 0, 100% 100%, 13% 100%, 0 88%);
}

.newsCard:hover {
  cursor: pointer;
}

.newsCard img {
  width: 100%;
  border-radius: 30px;
  height: auto;
  display: block;
  clip-path: polygon(0 0, 75% 0%, 100% 0, 100% 100%, 13% 100%, 0 88%);
  transition: transform 0.7s ease;
  transform-origin: center top;
}

.newsCard:hover img {
  transform: scale(1.2);
}

.newsCard a {
  transition: 0.7s ease-in-out;
}

.newsCard:hover a {
  color: #e5b21c;
}

.newsCardDescription {
  padding: 0 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}

.newsCardDescription h3 {
  color: #f3f4f1;
  font-family: "DoranBold";
  font-size: 2rem;
  line-height: 3rem;
}

.newsCardDescription p {
  color: #f3f4f1;
  opacity: 50%;
  font-family: "IranSansRegular";
  font-size: 1rem;
  text-align: justify;
  line-height: 2rem;
}

.newsCardDescription a {
  color: #aeafc4;
  font-family: "IranSansRegular";
  font-size: 1.5rem;
}

.newsCardButton {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.newsCardButton .newsDate {
  color: #ffffff;
  opacity: 30%;
  font-family: "IranSansMedium";
  margin-left: 1rem;
  margin-top: 1rem;
}

.sectionAbout {
  background-color: #f2f2f0;
}

.newsButton a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  font-family: "IranSansBold";
  color: #e5b21c;
  padding-top: 4rem;
  position: relative;
  z-index: 2;
}

.newsButton {
  padding-right: 22rem;
}

.newsButton a::before {
  content: " ";
  position: absolute;
  inset: 0;
  background-image: url(../img/news-circle.svg);
  opacity: 0.9;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto;
  /* padding: 2rem 0; */
  margin-bottom: -4rem;
  margin-right: -4.5rem;
}

.newsButton svg path {
  stroke: #e5b21c;
  opacity: 1;
  cursor: pointer;
}

.aboutContainer {
  padding: 1rem 0;
}

.about {
  display: flex;
  flex-direction: row;
  gap: 8rem;
  padding: 2rem 0;
}

.aboutTitle h2 {
  font-size: 33px;
  font-family: "DoranExtraBold";
}

.aboutCompany {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-right: 5rem;
}

.aboutCompany h2 {
  color: #000000;
  font-size: 4rem;
  font-family: "DoranExtraBold";
}

.aboutCompany span {
  color: #000066;
  font-size: 4rem;
  font-family: "DoranExtraBold";
  line-height: 5rem;
  padding-bottom: 3rem;
}

.aboutCompany p {
  font-size: 1rem;
  font-family: "IranSansLight";
  text-align: justify;
}

.aboutImage {
  padding-left: -2rem;
}

.buttonAbout a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  font-family: "IranSansBold";
  color: #11468f;
  padding-top: 4rem;
  position: relative;
  z-index: 2;
}

.buttonAbout a::before {
  content: " ";
  position: absolute;
  inset: 0;
  background-image: url(../img/button-circle.svg);
  opacity: 0.9;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto;
  margin-bottom: -4rem;
  margin-right: -4.5rem;
}

.sectionTeammate {
  background-color: #f2f2f0;
  padding: 5rem 0;
}

.teammateContainer {
  display: flex;
  flex-direction: row;
  /* gap: 5rem; */
  justify-content: space-around;
  align-items: center;
}

.teammateContainer h2 {
  color: #141e43;
  opacity: 50%;
  font-family: "DoranExtraBold";
  font-size: 2rem;
}
.teammateCarousel {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  gap: 2.5rem;
}

.teammateCarousel img {
  width: 108px;
  height: 108px;
}

/**************FOOTER**************/
.footer-wrapper {
  background-color: #fbfbf9;
  margin-left: 4%;
  border-radius: 50px 0 0 0;
}

.inner-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8rem;
}

.list-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8rem;
}

.f-about {
  width: 35%;
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
  font-family: "IranSansLight";
  color: #000000;
  opacity: 80%;
  text-align: justify;
  line-height: 2rem;
}

.f-about img {
  width: 400px;
  max-width: 100%;
}

.f-links,
.f-companies,
.f-contact {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.f-links h2,
.f-companies h2,
.f-contact h2 {
  color: #000066;
  font-size: "DoranExtraBold";
  font-size: 1.5rem;
}

.f-links li a,
.f-companies li a {
  font-family: "IranSansRegular";
  font-size: 1rem;
  color: #000000;
  line-height: 2.3rem;
}

.f-location,
.f-phone {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}

.f-location p {
  font-family: "IranSansRegular";
  font-size: 1.2rem;
  color: #333333;
  opacity: 80%;
}

.f-phone p {
  font-family: "A Jannat LT";
  font-size: 1.2rem;
  color: #333333;
  opacity: 80%;
  direction: ltr;
}

label input {
  background-color: #eff0ed;
  border: 0;
  border-radius: 0 8px 8px 0;
  padding: 0.9rem 3.3rem;
}

input::placeholder {
  color: #000000;
  opacity: 21%;
  font-size: 1rem;
}

label button {
  background-color: #11468f;
  font-size: 1rem;
  font-family: "IranSansBold";
  color: #ffffff;
  padding: 0.6rem 1.5rem;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
}

.f-form p {
  font-family: "DoranExtraBold";
  color: #000066;
  font-size: 0.8rem;
  padding: 0.5rem 0;
}

.copyRight-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
}

.copyRight {
  font-family: "IranSansBold";
  font-size: 1rem;
  color: #387adf;
}

.copyRight-wrapper a {
  color: #141e40;
}

hr {
  color: #000000;
  opacity: 30%;
}

.f-year {
  font-family: "A Jannat LT";
  font-weight: 800;
  color: #387adf;
  padding-left: 2rem;
}
