@font-face {
  font-family: IRANSansWeb;
  src: url("./../webfonts/IRANSansWeb.woff2");
  font-weight: 400;
}
@font-face {
  font-family: IRANSansWeb;
  src: url("./../webfonts/IRANSansWeb_Medium.woff2");
  font-weight: 500;
}
@font-face {
  font-family: IRANSansWeb;
  src: url("./../webfonts/IRANSansWeb_Bold.woff2");
  font-weight: 700;
}
@font-face {
  font-family: IRANSansWeb;
  src: url("./../webfonts/IRANSansWeb_Light.woff2");
  font-weight: 300;
}
:root {
  --primary-color: #11acb1;
  --primary-color2: #ffc001;
  --secondary-color: #3a3a3a;
  --background-color: #fafafa;
  --title-color: #2f3f50;
  --text-color: #3a3a3a;
  --swiper-navigation-size: 1rem;
  --primary-font-family: IRANSansWeb;
}
* {
  font-family: var(--primary-font-family);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-color: var(--background-color);
}
header {
  position: relative;
  background-color: var(--primary-color);
  padding-bottom: 230px;
}
h1 {
  color: #fff;
  font-size: 39px;
  font-weight: 400;
  text-align: center;
  margin-top: 45px;
}
img {
  max-width: 100%;
  height: auto;
}
.header-logo {
  min-width: 16.666%;
  text-align: center;
}
.header-logo img {
  width: 150px;
}
.background-header {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: url(../image/header-background.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.15;
  -webkit-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  -o-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  color: hsla(0, 0%, 93.3%, 0.9);
  font-weight: 900;
}
a,
input[type="submit"] {
  text-decoration: none;
  -webkit-transition: 0.4s;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -o-transition: 0.4s;
  transition: 0.4s;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}
input:focus,
select:focus,
textarea:focus {
  border: solid 1px var(--secondary-color);
  outline: none;
}
textarea {
  height: 100px;
}
input:not(.search-input),
textarea,
select {
  margin: 5px 0;
  border: solid 1px #e4e4e4;
  padding: 8px;
  font-size: 0.8rem;
  border-radius: 5px;
  direction: rtl !important;
}
input[type="submit"] {
  background-color: var(--primary-color2);
  color: #fff;
  border: none;
  margin: 20px 0;
  border-radius: 50px;
}
input[type="submit"]:hover {
  background-color: var(--primary-color2);
}
.top-img img {
  margin-top: -60px;
  border-radius: 20px;
  -webkit-box-shadow: -4.104px 11.276px 38px rgb(45 42 61 / 10%);
  box-shadow: -4.104px 11.276px 38px rgb(45 42 61 / 10%);
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.news-div {
  position: relative;
  margin-bottom: 4rem;
  text-align: right;
}
.news-div a {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 1rem !important;
  color: var(--text-color);
}
.news-div h2 {
  color: var(--primary-color);
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.75rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.news-div p,
.news-div span {
  display: inline-block;
  color: var(--text-color);
  font-weight: 400;
  font-size: 0.9rem;
  text-align: justify;
}
.news-div span {
  margin-top: 1rem;
}
.mag-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mag-detail i {
  opacity: 0.5;
}
.mag-detail > div {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.menu a {
  font-weight: 400;
  font-size: 1rem;
  display: block;
  white-space: nowrap;
}
.menu a {
  color: #fff;
}
.menu-dropdown a {
  color: #163b3f !important;
  padding: 20px 10px;
}
.menu-dropdown,
.menu-check,
.toggler-check {
  display: none;
}
.menu label,
.toggler-label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.menu label:hover,
.toggler-label:hover {
  cursor: pointer;
}
.menu li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu .active,
.menu a:hover {
  color: var(--secondary-color);
}
.navbar {
  z-index: 10;
}
.navbar .fa.fa-bars {
  color: var(--secondary-color);
  background-color: #fff;
  font-size: 22px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.25em;
  border-radius: 3px;
}
.portal-button {
  min-width: 13.666%;
  background-color: var(--primary-color2);
  font-size: 13px;
  font-weight: bold;
  padding: 1em;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.portal-button,
.portal-button:hover {
  color: #fff;
}
.portal-button:hover {
  opacity: 0.75;
}
.header-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -2px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  overflow: hidden;
  line-height: 0;
  direction: ltr;
}
.description {
  color: var(--text-color);
  font-size: 0.9rem;
  text-align: justify;
}
.header-bottom svg {
  position: relative;
  display: block;
  width: calc(260% + 1.3px);
  height: 120px;
  -webkit-transform: translateX(-50%) rotateY(180deg);
          transform: translateX(-50%) rotateY(180deg);
  left: 50%;
  overflow: hidden;
}
.header-bottom path {
  fill: var(--background-color);
}
.card-div {
  background-color: #fff;
  border-radius: 25px;
  -webkit-box-shadow: 0px 14px 80px rgb(34 35 58 / 20%);
          box-shadow: 0px 14px 80px rgb(34 35 58 / 20%);
  padding: 25px;
}
footer {
  position: relative;
  margin-top: 110px;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  padding-top: 150px;
  border-bottom: solid 5px var(--primary-color2);
}
footer a,
footer a:hover {
  color: #fff;
  word-break: break-word;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 12px;
  padding-bottom: 11.5px;
  text-align: justify;
}
footer ul li:not(:first-child) {
  padding-top: 11.5px;
}
.footer-top {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  top: -1px;
}
.footer-top svg {
  height: 30px;
  -webkit-transform: translateX(-50%) rotateY(180deg);
          transform: translateX(-50%) rotateY(180deg);
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  overflow: hidden;
}
.footer-top path {
  fill: var(--primary-color2);
}
.app-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.app-div > div {
  background-color: var(--primary-color2);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border-radius: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.copywrite {
  font-size: 15px;
  padding: 25px;
  line-height: 2;
}
.social-network-section {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
  z-index: 9;
  -webkit-box-shadow: 0px 15px 30px 5px rgb(0 0 0 / 6%);
          box-shadow: 0px 15px 30px 5px rgb(0 0 0 / 6%);
}
.social-network-section a {
  display: block;
  text-align: center;
  padding: 10px;
  line-height: 1;
  font-size: 1.5rem;
  width: 100%;
}
.social-network-section a:nth-child(1) {
  background-color: #cf2163;
}
.social-network-section a:nth-child(2) {
  background-color: #2fb5fe;
}
.social-network-section a:nth-child(3) {
  background-color: #11b136;
}
.social-network-section a,
.social-network-section a:hover {
  color: #fff;
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1025px) {
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .toggler-label,
  .menu-check,
  .toggler-check {
    display: none;
  }
  .menu > ul > li > a {
    padding: 0px 17px;
  }
  .menu > ul > li {
    display: inline-block;
  }
  .menu-hasdropdown {
    position: relative;
  }
  .menu-hasdropdown:hover > ul {
    display: block;
    -webkit-animation: grow 0.5s ease-in-out;
    animation: grow 0.5s ease-in-out;
  }
  .menu-hasdropdown > ul {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 150px;
    background-color: #fff;
    -webkit-box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 10%);
            box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 10%);
  }
  .menu-hasflyout > ul {
    right: 100%;
    top: 0;
  }
  .menu-hasflyout .menu-downicon {
    display: none;
  }
  .menu-dropdown a:hover {
    color: var(--secondary-color) !important;
  }
}
@media screen and (max-width: 1024px) {
  .menu {
    width: 100%;
  }
  .menu,
  .menu-lefticon {
    display: none;
  }
  .toggler-check:checked + .menu {
    display: block;
    position: absolute;
    top: 70px;
    left: 0;
    background-color: #fff;
    -webkit-animation: grow 0.5s ease-in-out;
    animation: grow 0.5s ease-in-out;
    -webkit-box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 10%);
            box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 10%);
    z-index: 999;
  }
  .menu-check:checked + ul {
    display: block;
    background-color: #eeeeee69;
    -webkit-animation: grow 0.5s ease-in-out;
    animation: grow 0.5s ease-in-out;
  }
  .toggler-label {
    display: block;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .menu a {
    padding: 15px 20px;
    font-size: 0.9rem;
    color: #163b3f;
  }
  .menu {
    color: #303030 !important;
  }
  .header-logo {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin-top: 25px;
  }
  .navbar {
    padding-top: 20px;
  }
  .background-header {
    background-position: center left;
  }
  .header-bottom svg {
    height: 195px;
  }
  .portal-button {
    min-width: 50%;
    font-size: 15px;
  }
  h1 {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .header-bottom svg {
    height: 50px;
  }
}
@-webkit-keyframes grow {
  0% {
    display: none;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes grow {
  0% {
    display: none;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}