/*------------ Fonts -------------*/
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 900;
  src: url("../index_files/IRANSansWeb_Black.eot");
  src: url("../index_files/IRANSansWeb_Black.eot?#iefix") format("embedded-opentype"), url("../index_files/IRANSansWeb_Black.woff2") format("woff2"), url("../index_files/fonts/IRANSans/woff/IRANSansWeb_Black.woff") format("woff"), url("../index_files/fonts/IRANSans/ttf/IRANSansWeb_Black.ttf") format("truetype"); }
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: bold;
  src: url("../index_files/IRANSansWeb_Bold.eot");
  src: url("../index_files/IRANSansWeb_Bold.eot?#iefix") format("embedded-opentype"), url("../index_files/IRANSansWeb_Bold.woff2") format("woff2"), url("../index_files/fonts/IRANSans/woff/IRANSansWeb_Bold.woff") format("woff"), url("../index_files/fonts/IRANSans/ttf/IRANSansWeb_Bold.ttf") format("truetype"); }
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 500;
  src: url("../index_files/IRANSansWeb_Medium.eot");
  src: url("../index_files/IRANSansWeb_Medium.eot?#iefix") format("embedded-opentype"), url("../index_files/IRANSansWeb_Medium.woff2") format("woff2"), url("../index_files/fonts/IRANSans/woff/IRANSansWeb_Medium.woff") format("woff"), url("../index_files/fonts/IRANSans/ttf/IRANSansWeb_Medium.ttf") format("truetype"); }
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 300;
  src: url("../index_files/IRANSansWeb_Light.eot");
  src: url("../index_files/IRANSansWeb_Light.eot?#iefix") format("embedded-opentype"), url("../index_files/IRANSansWeb_Light.woff2") format("woff2"), url("../index_files/fonts/IRANSans/woff/IRANSansWeb_Light.woff") format("woff"), url("../index_files/fonts/IRANSans/ttf/IRANSansWeb_Light.ttf") format("truetype"); }
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 200;
  src: url("../index_files/IRANSansWeb_UltraLight.eot");
  src: url("../index_files/IRANSansWeb_UltraLight.eot?#iefix") format("embedded-opentype"), url("../index_files/IRANSansWeb_UltraLight.woff2") format("woff2"), url("../index_files/fonts/IRANSans/woff/IRANSansWeb_UltraLight.woff") format("woff"), url("../index_files/fonts/IRANSans/ttf/IRANSansWeb_UltraLight.ttf") format("truetype"); }
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url("../index_files/IRANSansWeb.eot");
  src: url("../index_files/IRANSansWeb.eot?#iefix") format("embedded-opentype"), url("../index_files/IRANSansWeb.woff2") format("woff2"), url("../index_files/fonts/IRANSans/woff/IRANSansWeb.woff") format("woff"), url("../index_files/fonts/IRANSans/ttf/IRANSansWeb.ttf") format("truetype"); }
body {
  font-family: IRANSans; }

img {
  max-width: 100%;
  height: auto; }

p {
  margin: initial; }

.app__wrapper {
  max-width: 1500px;
  height: 426px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border: 4px solid transparent;
  border-image: url("../index_files/border.svg");
  border-image-width: 4px;
  border-image-slice: 40;
  border-image-repeat: round;
  position: relative;
  padding: 10px 72px 10px 17px; }
  .app__wrapper::before, .app__wrapper::after {
    position: absolute;
    display: block;
    content: url("../index_files/dotted-line.svg");
    width: 159px;
    z-index: -1; }
  .app__wrapper::before {
    right: 0;
    bottom: 0; }
  .app__wrapper::after {
    top: 0;
    left: 0;
    transform: rotate(-180deg); }
.app__info {
  position: relative;
  z-index: 10; }
  .app__info p {
    color: black;
    font-size: 23px;
    font-weight: 400; }
    .app__info p.first-description {
      margin-bottom: 25px; }
  .app__info .app-logo {
    display: inline-block;
    margin-bottom: 20px; }
  .app__info .app-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: max-content;
    background-color: #ffc800;
    border-radius: 20px;
    text-decoration: none;
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.75);
    box-sizing: border-box;
    padding: 2px 0 2px 11px;
    min-width: 434px;
    color: black;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 30px; }
    .app__info .app-link:last-of-type {
      margin-bottom: 15px; }
    .app__info .app-link .link-text {
      padding: 0 22px; }
    .app__info .app-link .link-icon {
      width: 74px;
      height: 74px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      border-radius: 25px;
      background-color: #142b5d;
      box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.55);
      z-index: 10;
      flex: 0 0 auto; }
      .app__info .app-link .link-icon img {
        max-width: 43px;
        height: auto; }
      .app__info .app-link .link-icon::before {
        display: inline-block;
        z-index: -1;
        content: "";
        position: absolute;
        width: 33px;
        height: 33px;
        border-top-left-radius: 25px;
        border-bottom-right-radius: 40px;
        background: white;
        background: linear-gradient(130deg, rgba(255, 255, 255, 0.45) 0%, rgba(20, 43, 93, 0.05) 65%);
        top: 4px;
        left: 4px; }
.app__img {
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0; }
  .app__img .desktop-img {
    max-height: 398px; }
  .app__img .mobile-img {
    display: none; }

@media only screen and (max-width: 992px) {
  .app__wrapper {
    flex-direction: column;
    justify-content: center;
    padding: 110px 30px 30px;
    height: auto; }
    .app__wrapper::before {
      right: 0;
      bottom: initial;
      top: 0; }
    .app__wrapper::after {
      top: initial;
      bottom: 0;
      left: 0; }
  .app__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 8px; }
    .app__info p {
      font-size: 19px; }
    .app__info .app-link {
      max-width: max-content;
      border-radius: 15px;
      padding: 2px 0 2px 9px;
      min-width: 329px;
      font-size: 19px; }
      .app__info .app-link:not(:last-child) {
        margin-bottom: 23px; }
      .app__info .app-link .link-text {
        padding: 0 20px; }
      .app__info .app-link .link-icon {
        width: 54px;
        height: 54px;
        border-radius: 20px; }
        .app__info .app-link .link-icon img {
          max-width: 32px; }
        .app__info .app-link .link-icon::before {
          width: 25px;
          height: 25px;
          border-top-left-radius: 20px;
          border-bottom-right-radius: 30px;
          top: 3px;
          left: 3px; }
  .app__img {
    text-align: center;
    position: static;
    transform: initial;
    z-index: 0; }
    .app__img .mobile-img {
      display: inline-block; }
    .app__img .desktop-img {
      display: none; } }
@media only screen and (max-width: 576px) {
  .app__info .app-link {
    min-width: auto; } }
