.txtalgRfa {font-size: 14px; text-align: right;}

.intro-tint-color-1 {
  background-image: linear-gradient(30deg, #042d6f 0%, #59d59a 120%);
  transition: opacity 1.5s ease-in 0s;
}

.intro_tint_1 > .intro-tint-color-1 {
  opacity: 0;
}

.hm_item_text_fa {direction: rtl; text-align: right; line-height: 56px; margin-right: 50px;}

.hm_item_value_fa {direction: rtl; text-align: left; line-height: 56px; margin-left: 18px;}

.hm_item_text_en {font-size: 16px; direction: ltr; text-align: left; line-height: 56px; margin-left: 50px;}

.hm_item_value_en {font-size: 16px; direction: ltr; text-align: right; line-height: 56px; margin-right: 18px;}

.txtalgLfa {font-size: 14px; text-align: left;}

.txtalgLen {font-size: 16px; text-align: left;}

.txtalgRen {font-size: 16px; text-align: right;}

.txt-rtl {direction: rtl;}

.txt-ltr {direction: ltr;}

.iOSsw {box-shadow: 0px 2px 4px rgba(0,0,0,0.3);}

.bottomBorder_01 {border-bottom: 1px solid #0c0c0c;}

.a_tag_01:link, .a_tag_01:visited {color:#cd973d; text-decoration: none;}

.a_tag_01:active {
  color:#fafafa;
  text-shadow: 1px 1px 1px #cd973d;
}

@media screen and (hover:hover) {
  .a_tag_01:hover {
    color: #fafafa;
    text-shadow: 1px 1px 1px #cd973d;
  }
}

.back-btn-1 {
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #cd973d;
  /* border: 2px solid #cd973d; */
  /* filter: drop-shadow(1px 1px 1px #333333); */
  box-shadow: 0px 1px 2px #333333;
}

.back-btn-2 {
  border-radius: 50%;
  background-color: rgba(4, 45, 111, 0.55);
}

.back-btn-2 > img {
  box-sizing: border-box;
  border-radius: 50%;
  /* background-color: #cd973d; */
  border: 1px solid #cd973d;
  filter: drop-shadow(0px 1px 1px #050033);
  -webkit-filter: drop-shadow(0px 1px 1px #050033);
  /* box-shadow: 0px 0px 3px #050033; */
}

.logo-anim-1 {
  filter: blur(0px) drop-shadow(0px 1px 1px rgba(17,17,17,1));
  -webkit-filter: blur(0px) drop-shadow(0px 1px 1px rgba(17,17,17,1));
  transform: scale(1);
  -webkit-transform: scale(1);
}

.logo-anim-1 > img {
  position: relative !important;
  display: block;
  width: 100% !important;
  height: auto !important;
}

.logo-anim-2 {
  filter: blur(0px) drop-shadow(0px 1px 1px rgba(17,17,17,1));
  -webkit-filter: blur(0px) drop-shadow(0px 1px 1px rgba(17,17,17,1));
  transform: scale(1);
  -webkit-transform: scale(1);
}

.backdropFilterBlur_10 {backdrop-filter: blur(9px); -webkit-backdrop-filter: blur(9px);}

.intro_tint_1 {
  transition: /*background-color 1.5s ease-in 0s, */opacity 0.4s ease-out 0s !important;
  /* background-color: rgba(0,0,0,0.4) !important; */
}

ul.node-info-text-rtl {
  font-size: clamp(13px, 3vmin, 16px);
  list-style-type: none;
  text-align: justify;
  font-family: "Iran Sans";
  word-spacing: -1px;
  direction: rtl;
  padding: 12px 24px 12px 15px;
  margin: 0;
  text-shadow: -1px 1px 1px #000000;
  border-radius: 9px 0 0 9px;
  background-color: rgba(0,0,0,0.2);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}

ul.node-info-text-rtl li:before {
  content: "●"; /*\u00A0\u202F*/
  padding: 0;
  position: absolute;
  right: 9px;
}

ul.node-info-text-rtl li {
  white-space: pre-line;
  word-wrap: break-word;
  width: min(75vw,600px);
  line-height: 1.8;
  margin-top: min(2vmin,15px);
}

ul.node-info-text-rtl li:first-of-type {
  margin-top: 0;
}

ul.node-info-text-rtl li span.link_1 {
  pointer-events: auto;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
  color: #cd973d;
  /* text-shadow: -1px 1px 1px #cd973d; */
}

ul.node-info-text-rtl li span.link_1:active {
  color: #fafafa;
  text-shadow: 1px 1px 1px #cd973d;
}

@media screen and (hover:hover) {
  ul.node-info-text-rtl li span.link_1:hover {
    color: #fafafa;
    text-shadow: 1px 1px 1px #cd973d;
  }
}

ul.node-info-text-rtl li strong.theme_1 {
  font-weight: bold;
  color: #cd973d;
  /* text-shadow: -1px 1px 1px #cd973d; */
}

ul.node-info-text-rtl li span.bdo_en {
  font-size: clamp(15.4px, 3.71vmin, 18.4px);
  display: inline-block;
  direction: ltr;
}

ul.node-info-text-ltr {
  font-size: clamp(15.4px, 3.71vmin, 18.4px);
  list-style-type: none;
  text-align: justify;
  font-family: "Iran Sans";
  word-spacing: -1px;
  font-weight: normal;
  direction: ltr;
  padding: 12px 15px 12px 24px;
  margin: 0;
  text-shadow: 1px 1px 1px #000000;
  border-radius: 0 9px 9px 0;
  background-color: rgba(0,0,0,0.2);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}

ul.node-info-text-ltr li:before {
  content: "●";
  padding: 0;
  position: absolute;
  left: 9px;
}

ul.node-info-text-ltr li {
  white-space: pre-line;
  word-wrap: break-word;
  width: min(75vw,600px);
  line-height: 1.5;
  margin-top: min(2vmin,14px);
}

ul.node-info-text-ltr li:first-of-type {
  margin-top: 0;
}

ul.node-info-text-ltr li span.link_1 {
  pointer-events: auto;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
  color: #cd973d;
  /* text-shadow: 1px 1px 1px #cd973d; */
}

ul.node-info-text-ltr li span.link_1:active {
  color: #fafafa;
  text-shadow: 1px 1px 1px #cd973d;
}

@media screen and (hover:hover) {
  ul.node-info-text-ltr li span.link_1:hover {
    color: #fafafa;
    text-shadow: 1px 1px 1px #cd973d;
  }
}

ul.node-info-text-ltr li strong.theme_1 {
  font-weight: bold;
  color: #cd973d;
  /* text-shadow: 1px 1px 1px #cd973d; */
}

.ggAlert {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  box-sizing: border-box;
  max-width: 95%;
  background-color: rgba(0,0,0,0.49);
  color: #cd973d;
  box-shadow: 0px 0px 11px -2px #cd973d;
  border-radius: 9px;
  padding: 15px;
  width: max-content;
  height: auto;
}

.ggAlert.farsi {
  font-family: 'Iran Sans';
  font-size: 15px;
  direction: rtl;
  line-height: 1.7;
}

.ggAlert.english {
  font-family: arial;
  font-size: 17px;
  direction: ltr;
  line-height: 1.6;
}

.ggAlert > p {
  margin: 0 0 15px;
  white-space: normal;
}

#ggNotify {
  margin: 0;
}

.ggAlert > button {
  font-family: arial;
  font-size: 17px;
  letter-spacing: 1px;
  direction: ltr;
  line-height: 1;
  color: #fafafa;
  background-color: #cd973d;
  border-radius: 21px;
  padding: 9px 24px;
  border: none;
  cursor: pointer;
  box-shadow: 0px 1px 4px -1px #333333;
}

.ggVideo_1 {
  will-change: width, height;
  box-sizing: border-box;
  width: 100%;
  height: fit-content;
  transform: translate(-50%,-50%);
  box-shadow: 0px 0px 9px -2px #333333;
}

.ggVideo_1 > video {
  will-change: width, height;
  display: block;
  width: 100%;
  height: auto;
}

.ggVideo_1.portrait {
  height: 100%;
  width: fit-content;
}

.ggVideo_1.portrait > video {
  height: 100%;
  width: auto;
}

@media (min-aspect-ratio: 16/9) {
  .ggVideo_1 {
    width: fit-content;
    height: 100%;
  }
  .ggVideo_1 > video {
    width: auto;
    height: 100%;
    position: relative;
  }
}

.ggIntroHelp_1 {
  will-change: width, height !important;
  box-sizing: border-box;
  width: min(90%, 473px) !important;
  height: fit-content !important;
  transform: translate(-50%,-50%);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 0px 11px -2px #cd973d;
}

.ggIntroHelp_1 > img {
  will-change: width, height !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  position: relative !important;
}

@media (min-aspect-ratio: 70/51) {
  .ggIntroHelp_1 {
    width: fit-content !important;
    height: min(80%, 345px) !important;
  }
  .ggIntroHelp_1 > img {
    width: auto !important;
    height: 100% !important;
  }
}

@font-face {
  font-family: 'Iran Sans';
  src: url('assets/Iran-Sans-Regular.ttf') format('truetype'),
       url('assets/Iran-Sans-Web.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Iran Sans Bold';
  src: url('assets/Iran-Sans-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}