@font-face {
  font-family: 'IRANSans';
  src: url('static/font/IRANSansXRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  overflow-x: hidden;
}

body,
input,
textarea {
  font-family: IRANSans, tahoma, arial;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: initial;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.no-usable {
  position: absolute;
  top: -10px;
  left: -10px;
}

.centerized {
  display: flex;
  flex-direction: initial;
  flex-wrap: initial;
  justify-content: center;
  align-items: center;
  align-content: initial;
}

h5.section-title {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  color: #2f1664;
  font-weight: 800;
  line-height: initial;
  text-align: center;
}
h5.section-title::after {
  position: absolute;
  content: " ";
  width: 24px;
  height: 22px;
  left: calc(50% - 12px);
  top: 2.5rem;
  background-image: url("static/img/section-title__diamond.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}

h5.section-left-title {
  flex-shrink: 0;
  position: relative;
  display: inline-block;
  margin: 0;
  padding-inline-start: 32px;
  font-size: 1.6rem;
  color: #2f1664;
  font-weight: 800;
  line-height: initial;
  text-align: initial;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  h5.section-left-title {
    /* IE10+ CSS styles go here */
  }
  h5.section-left-title [dir=rtl] {
    padding-right: size;
  }
  h5.section-left-title [dir=ltr] {
    padding-left: size;
  }
}
@media (max-width: 868px) {
  h5.section-left-title {
    margin-inline-start: 64px;
  }
}
@media (max-width: 868px) and (-ms-high-contrast: none), (max-width: 868px) and (-ms-high-contrast: active) {
  h5.section-left-title {
    /* IE10+ CSS styles go here */
  }
  h5.section-left-title [dir=rtl] {
    margin-right: size;
  }
  h5.section-left-title [dir=ltr] {
    margin-left: size;
  }
}
h5.section-left-title::after {
  position: absolute;
  content: " ";
  width: 24px;
  height: 22px;
  right: 0;
  top: 0.5rem;
  background-image: url("static/img/section-title__diamond.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
h5.section-left-title.__rtl {
  padding-inline-start: 32px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  h5.section-left-title.__rtl {
    /* IE10+ CSS styles go here */
  }
  h5.section-left-title.__rtl [dir=rtl] {
    padding-right: size;
  }
  h5.section-left-title.__rtl [dir=ltr] {
    padding-left: size;
  }
}
h5.section-left-title.__rtl::after {
  right: 0;
  left: initial;
}

.more-button {
  cursor: pointer;
  background-color: #ffbe22;
  border-radius: 10px 0 0 10px;
  height: 50px;
  padding: 8px 24px;
  display: flex;
  align-items: center;
  width: max-content;
  position: relative;
  transition-property: padding;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  margin-inline-end: auto;
  font-size: 1rem;
  color: #000000;
  font-weight: 600;
  line-height: initial;
  text-align: initial;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .more-button {
    /* IE10+ CSS styles go here */
  }
  .more-button [dir=rtl] {
    margin-left: size;
  }
  .more-button [dir=ltr] {
    margin-right: size;
  }
}
.more-button::after {
  position: absolute;
  content: " ";
  right: -30px;
  top: 0;
  bottom: 0;
  width: 32px;
  background-image: url("static/img/btn-right.svg");
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
}
.more-button.secondary::after {
  background-image: url("static/img/btn-right-2.svg");
}
.more-button.territory {
  background-color: #2f1664;
  color: white;
}
.more-button.territory::after {
  background-image: url("static/img/btn-right-color.svg");
}
.more-button.__rtl {
  border-radius: 0 10px 10px 0;
}
.more-button.__rtl::after {
  transform: scaleX(-1);
  right: initial;
  left: -30px;
}
.more-button:hover {
  padding-inline-end: 32px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .more-button:hover {
    /* IE10+ CSS styles go here */
  }
  .more-button:hover [dir=rtl] {
    padding-left: size;
  }
  .more-button:hover [dir=ltr] {
    padding-right: size;
  }
}

.mainHeader {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 30px;
  min-height: 700px;
  overflow: hidden;
  background-image:  url("static/img/header__bottom.svg"),linear-gradient(180deg, rgba(14,10,51,1) 0%, rgba(47,22,100,1) 59%);
  background-size: calc(100% + 3px) auto;
  background-position: bottom;
  background-repeat: no-repeat;
  transition-property: box-shadow;
  transition-duration: 0.23s;
  transition-timing-function: ease;
}

.shortHeader {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #2f1664;
  color: white;
}
.shortHeader .header__container {
  width: 100%;
  position: fixed;
  z-index: 1111;
  padding-top: 10px;
  padding-bottom: 5px;
  top: 0;
  right: 0;
  background-color: #2f1664;
  backdrop-filter: blur(2);
  transition-property: background-color;
  transition-duration: 0.23s;
  transition-timing-function: ease;
  transition-property: background-color, box-shadow;
  transition-duration: 0.23s;
  transition-timing-function: ease;
  transition-property: background-color, box-shadow, padding-top;
  transition-duration: 0.23s;
  transition-timing-function: ease;
}

header.short {
  background-image: url("static/img/header__bottom__short.svg");
  min-height: 170px;
}
@media (max-width: 992px) {
  header.short {
    min-height: 150px;
  }
}
@media (max-width: 768px) {
  header.short {
    min-height: 130px;
  }
}
@media (max-width: 1040px) {
  header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
header .header__container {
  width: 100%;
  position: fixed;
  z-index: 1111;
  padding-top: 40px;
  padding-bottom: 20px;
  top: 0;
  right: 0;
  background-color: rgba(0, 61, 143, 0);
  backdrop-filter: blur(2);
  transition-property: background-color;
  transition-duration: 0.23s;
  transition-timing-function: ease;
  transition-property: background-color, box-shadow;
  transition-duration: 0.23s;
  transition-timing-function: ease;
  transition-property: background-color, box-shadow, padding-top;
  transition-duration: 0.23s;
  transition-timing-function: ease;
}
header .header__container.scrolled {
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  background-color: rgba(15, 11, 52, 0.95);
}
header .header__container.scrolled .logo__texts {
  opacity: 100;
}
header .header__container.scrolled .logo__img {
  height: 60px;
}
header .container {
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}
@media (max-width: 1040px) {
  header .container {
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
}

@media (max-width: 768px) {
  header .container {
    padding-left: 15px;
    padding-right: 30px;
    box-sizing: border-box;
  }
}

@media (max-width: 430px) {
  header .container.intro {
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center; 
    height: 100vh; 
    text-align: center; 
  }
}

header .logo {
  width: 25%;
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  margin-top: 5px;
}
@media (max-width: 1040px) {
  header .logo {
    width: auto;
  }
}
header .logo__img {
  width: 90px;
  height: 90px;
  background-image: url("static/img/logo-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -20px;
}
@media (max-width: 1000px) {
  header .logo__img {
    width: 55px;
    height: 55px;
  }
}
header .logo__texts {
  color: white;
  margin-top: -8px;
  /* padding-inline-start: 16px; */
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: stretch;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header .logo__texts {
    /* IE10+ CSS styles go here */
  }
  header .logo__texts [dir=rtl] {
    padding-right: size;
  }
  header .logo__texts [dir=ltr] {
    padding-left: size;
  }
}
@media (max-width: 460px) {
  header .logo__texts {
    display: none;
  }
}
header .logo__texts__title, header .logo__texts__sub {
  line-height: 1.5rem;
  font-weight: 800;
  font-size: 26px;
}
.logo__texts__title__small {
  font-size: 12px;
}
header nav {
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
/* @media (max-width: 1040px) {
  header nav {
    display: none;
  }
} */
header nav li {
  position: relative;
  list-style: none;
  flex-shrink: 0;
}
header nav li a {
  font-size: 1rem;
  font-weight: 500;
  color: #ced1e9;
  padding: 8px 32px;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.23s;
  transition-timing-function: ease;
}
header nav li::after {
  position: absolute;
  content: " ";
  top: 30px;
  width: 5px;
  height: 5px;
  background: transparent;
  border-radius: 10px;
  left: calc(50% - 5px);
  transform: translateY(5px);
  transition-property: background;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-property: background, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
header nav li:hover a, header nav li.active a {
  color: white;
}
header nav li:hover::after, header nav li.active::after {
  transform: translateY(0);
  background: #26c4f7;
}
header .buttons {
  width: 25%;
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: stretch;
}
@media (max-width: 1040px) {
  header .buttons {
    width: auto;
  }
}
header .buttons a {
  padding: 5px 25px;
  border-radius: 16px;
  background-color: #ffbe22;
  transform: scale(1);
  font-size: 1rem;
  color: rgb(0, 0, 0);
  font-weight: 600;
  line-height: initial;
  text-align: initial;
  transition-property: color;
  transition-duration: 0.23s;
  transition-timing-function: ease;
  transition-property: color, transform;
  transition-duration: 0.23s;
  transition-timing-function: ease;
}
header .buttons a:first-child {
  margin-left: 15px;
}
header .buttons a:hover {
  transform: scale(1.05);
  color: #ffffff;
}

.intro {
  position: relative;
}
@media (max-width: 1192px) {
  .intro {
    min-height: 700px;
  }
}

.intro.__rtl .intro__img {
  float: left;
  right: initial;
  left: -320px;
}

.intro__img {
  position: absolute;
  right: 550px;
  top: 80px;
  width: 100%;
  min-width: 1000px;
  max-width: 1100px;
  float: right;
}

@media (max-width: 1024px) {
  .intro__img {
    top: 200px;
    right: 400px;
  }
}

@media (max-width: 820px) {
  .intro__img {
    top: 200px;
    right: 350px;
    width: 90%;
    min-width: 700px;
  }
}

@media (max-width: 540px) {
  .intro__img {
    height: auto; 
    right: -40px;
  }
}
/* Base styles for larger screens */
.navMenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

/* Style for hamburger icon */
.menu-toggle {
  display: none;
  font-size: 30px;
  cursor: pointer;
  padding: 10px;
  color: white;
}

/* Responsive styles for smaller screens */
@media (max-width: 880px) {
  /* Show the hamburger icon on mobile */
  .menu-toggle {
    display: block;
  }

  /* Hide the menu by default on mobile screens */
  .navMenu ul {
    display: none;  /* Hidden by default */

  }

  /* Show the menu when the hamburger is toggled */
  .navMenu ul.active {
    display: flex;  /* Display the menu */
    flex-direction: column; /* Make the menu items stack vertically */
    background-color: #2f1664; /* Add background to the mobile menu */
    position: absolute;
    top: 90px;  /* Adjust based on your header height */
    width: 100%;
    left: 0;
    z-index: 100;
  }

  /* Style for each menu item on mobile */
  .navMenu ul li a {
    padding: 0px;
    color: rgb(255, 255, 255); /* Change color on mobile */
  }

  header .buttons a {
    padding: 3px 10px;
    border-radius: 16px;
    width: 100px;
    background-color: #ffbe22;
    transform: scale(1);
    font-size: 0.7rem;
    color: rgb(0, 0, 0);
    font-weight: 500;
    line-height: initial;
    text-align: center;
    transition-property: color;
    transition-duration: 0.23s;
    transition-timing-function: ease;
    transition-property: color, transform;
    transition-duration: 0.23s;
    transition-timing-function: ease;
  }
}


.intro__title {
  z-index: 2;
  margin-top: 190px;
}
.intro__title div {
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .intro__title {
    position: absolute;
    margin-top: 0px;
  }
}
@media (max-width: 820px) {
  .intro__title {
    position: absolute;
    margin-top: 0px;
  }
}

@media (max-width: 540px) {
  .intro__title {
    position: absolute;
    margin-top: 300px;
  }
}

@media (max-width: 768px) and (-ms-high-contrast: none), (max-width: 768px) and (-ms-high-contrast: active) {
  .intro__title {
    /* IE10+ CSS styles go here */
  }
  .intro__title [dir=rtl] {
    padding-right: size;
  }
  .intro__title [dir=ltr] {
    padding-left: size;
  }
}
.intro__title h1 {
  font-size: 2rem;
  color: white;
  font-weight: 600;
  line-height: initial;
  text-align: initial;
}

@media (max-width: 430px) {
  .intro__title h1 {
    font-size: 1.8rem;
  }
}


footer {
  width: 100%;
  background-color: #2f1664;
  padding-top: 24px;
  padding-bottom: 24px;
}
footer .footer__container {
  display: flex;
  flex-direction: initial;
  flex-wrap: initial;
  justify-content: space-between;
  align-items: center;
  align-content: initial;
}
@media (max-width: 768px) {
  footer .footer__container {
    flex-direction: column;
  }
}
footer .footer__container .owner {
  display: flex;
  flex-direction: column;
  flex-wrap: initial;
  /* justify-content: center; */
  /* align-items: center; */
  align-content: initial;
}
footer .footer__container .owner img {
  width: 100px;
}
footer .footer__container .owner__title {
  padding-top: 16px;
  padding-inline-start: 5px;
  font-size: 1.2rem;
  color: white;
  font-weight: 600;
  line-height: initial;
  text-align: right;
}

@media (max-width: 430px) {
  footer .footer__container .owner .owner__title {
    padding-inline-start: 8px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer .footer__container .owner__title {
    /* IE10+ CSS styles go here */
  }
  footer .footer__container .owner__title [dir=rtl] {
    padding-right: size;
  }
  footer .footer__container .owner__title [dir=ltr] {
    padding-left: size;
  }
}
footer .footer__container .owner__title.__rtl {
  padding-inline-start: 0px;
  padding-inline-end: 24px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer .footer__container .owner__title.__rtl {
    /* IE10+ CSS styles go here */
  }
  footer .footer__container .owner__title.__rtl [dir=rtl] {
    padding-right: size;
  }
  footer .footer__container .owner__title.__rtl [dir=ltr] {
    padding-left: size;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer .footer__container .owner__title.__rtl {
    /* IE10+ CSS styles go here */
  }
  footer .footer__container .owner__title.__rtl [dir=rtl] {
    padding-left: size;
  }
  footer .footer__container .owner__title.__rtl [dir=ltr] {
    padding-right: size;
  }
}
footer .footer__container .groups {
  /* padding-right: 30px; */
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: stretch;
}

@media (max-width: 768px) {
  footer .footer__container .groups {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
  }
}
footer .footer__container .group {
  margin-left: 30px;
  margin-right: 30px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
}

footer .footer__container .group__title {
  font-size: 16px;
  color: white;
  font-weight: 500;
  line-height: initial;
  text-align: initial;
  direction: rtl;
}
footer .footer__container .group ul {
  padding: 0;
}
footer .footer__container .group ul li {
  padding-top: 5px;
  padding-bottom: 5px;
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: white;
  font-weight: 300;
  line-height: initial;
  text-align: initial;
}
footer .footer__container .group ul li i {
  font-size: 1.3rem;
}
footer .footer__container .group ul li:hover {
  list-style-type: square;
}

.rights {
  background-color: #2f1664;
  padding-top: 16px;
  padding-bottom: 16px;
}
.rights__container {
  display: flex;
  flex-direction: initial;
  flex-wrap: initial;
  justify-content: space-between;
  align-items: initial;
  align-content: initial;
}
@media (max-width: 768px) {
  .rights__container {
    flex-direction: column;
    padding: 16px;
  }
}
.rights__owner, .rights__year {
  font-size: 0.8rem;
  color: white;
  font-weight: 400;
  line-height: initial;
  text-align: initial;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .rights__owner, .rights__year {
    text-align: center;
    margin-right: 0px;
  }
}
.rights__owner b, .rights__year b {
  color: #26c4f7;
}

.contact {
  width: 100%;
  background-color: #2f1664;
}
.contact.rounded {
  border-radius: 32px;
  padding-inline-start: 16px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .contact.rounded {
    /* IE10+ CSS styles go here */
  }
  .contact.rounded [dir=rtl] {
    padding-right: size;
  }
  .contact.rounded [dir=ltr] {
    padding-left: size;
  }
}
@media (max-width: 768px) {
  .contact.rounded {
    border-radius: 0;
    padding-inline-start: 0;
  }
}
@media (max-width: 768px) and (-ms-high-contrast: none), (max-width: 768px) and (-ms-high-contrast: active) {
  .contact.rounded {
    /* IE10+ CSS styles go here */
  }
  .contact.rounded [dir=rtl] {
    padding-right: size;
  }
  .contact.rounded [dir=ltr] {
    padding-left: size;
  }
}
.contact__container {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: initial;
  flex-wrap: initial;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
@media (max-width: 768px) {
  .contact__container {
    flex-direction: column;
    align-items: center;
  }
}
.contact a {
  margin-inline-end: 64px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .contact a {
    /* IE10+ CSS styles go here */
  }
  .contact a [dir=rtl] {
    margin-left: size;
  }
  .contact a [dir=ltr] {
    margin-right: size;
  }
}
@media (max-width: 768px) {
  .contact a {
    margin: auto;
    margin-top: 32px;
  }

  .contact__content h6 {
    text-align: center;
  }
}
.contact__content {
  display: flex;
  flex-direction: initial;
  flex-wrap: initial;
  justify-content: initial;
  align-items: center;
  align-content: center;
}
.contact__content h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  color: white;
  font-weight: 600;
  line-height: initial;
}
.contact__content p {
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 1rem;
  color: white;
  font-weight: 300;
  line-height: initial;
  text-align: initial;
}
.contact__content i {
  font-size: 3.5rem;
  color: #26c4f7;
  font-weight: initial;
  line-height: initial;
  text-align: initial;
  margin-inline-end: 16px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .contact__content i {
    /* IE10+ CSS styles go here */
  }
  .contact__content i [dir=rtl] {
    margin-left: size;
  }
  .contact__content i [dir=ltr] {
    margin-right: size;
  }
}

.justify_mission_p {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center !important;
  margin: 0;
  /* word-spacing: -0.1em;
  letter-spacing: -0.03em; */
}

.justify_vission_p {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center !important;
}

.justify_benefit_p {
  text-align: center !important;
  margin: 0;
  hyphens: auto;
}

.justify_p {
  text-align: justify !important;
  margin: 0;
}

/* Center the container and limit its width */
.slideshow-container {
  position: relative;
  max-width: 100%;
  margin: 10px auto;
  padding: 20px;
  /* background: #f3f3f3;  */
  border-radius: 10px;
  /* box-shadow: 0px 4px 8px rgba(244, 226, 226, 0.2); */
  overflow: hidden;
}

/* Style each slide */
.mySlides {
  display: none; /* Hide all slides initially */
  padding: 10px;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #333; /* Darker text color for readability */
}

/* Add a fade-in animation */
.fade {
  animation: fadeIn 1.5s ease;
}

/* Define the fade-in keyframes */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Style the text inside each slide */
.mySlides p {
  font-style: italic;
  color: #555; /* Slightly lighter color for the quote text */
  margin: 0;
}

/* Style for the author text */
.mySlides p::after {
  content: ''; /* Empty content for possible future author styling */
  display: block;
  margin-top: 10px;
  font-weight: bold;
  color: #444; /* Darker color for author name */
}

/* Add some responsive design */
@media (max-width: 768px) {
  .slideshow-container {
    width: 90%; /* Reduce width for smaller screens */
  }
  .mySlides {
    font-size: 1em; /* Smaller text on mobile */
  }
}
