@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,
select {
/* font-family: "Poppins", sans-serif; */
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;
}

.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;
}
}

.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;
}

@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;
  }
}

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: 80px;
height: 80px;
background-image: url("static/img/white-org-logo.png");
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 {
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;
}

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;
}

/* 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;
}


@media (max-width: 880px) {
.menu-toggle {
  display: block;
}


.navMenu ul {
  display: none;  
}

.navMenu ul.active {
  display: flex;  
  flex-direction: column; 
  /* background-color: #2f1664; */
  background-color: #2f1664;
  position: absolute;
  top: 90px;  
  width: 100%;
  left: 0;
  z-index: 100;
}

.navMenu ul li a {
  padding: 0px;
  color: rgb(255, 255, 255);
}

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;
}
}

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 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 .groups {
/* padding-right: 50px; */
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: 840px) {
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;
}
@media (max-width: 840px) {
footer .footer__container .group {
  margin: 20px 0;
  max-width: 90vw;
}
}
footer .footer__container .group__title {
font-size: 16px;
color: white;
font-weight: 500;
line-height: initial;
text-align: initial;
}
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;
}

@media (max-width: 768px) {
  .rights__owner, .rights__year {
    text-align: center;
  }
}
.rights__owner b, .rights__year b {
color: #26c4f7;
}

.contact {
width: 100%;
background-color: #2f1664;
}

.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;
}