@charset "UTF-8";
:root {
  --color-1: hsla(226, 90%, 16%, 1);
  --color-2: hsla(4, 84%, 43%, 1);
  --color-3: hsla(0, 0%, 94%, 1);
  --color-4: hsla(29, 96%, 56%, 1);
  --color-5: hsla(36, 66%, 65%, 1);
  --white-color: #ffffff;
  --black-color: #000000;
}

.sm-clean {
  background: #eeeeee;
  border-radius: 5px;
}
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #555555;
  font-family: inherit;
  font-size: 18px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}
.sm-clean a.current {
  color: #C81D11;
}
.sm-clean a.disabled {
  color: #bbbbbb;
}
.sm-clean a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
.sm-clean a .sub-arrow::before {
  content: "+";
}
.sm-clean a.highlighted .sub-arrow::before {
  content: "-";
}
.sm-clean > li:first-child > a,
.sm-clean > li:first-child > :not(ul) a {
  border-radius: 5px 5px 0 0;
}
.sm-clean > li:last-child > a, .sm-clean > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
  border-radius: 0 0 5px 5px;
}
.sm-clean > li:last-child > a.highlighted, .sm-clean > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
  border-radius: 0;
}
.sm-clean li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-clean > li:first-child {
  border-top: 0;
}
.sm-clean ul {
  background: rgba(162, 162, 162, 0.1);
}
.sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active {
  font-size: 16px;
  border-left: 8px solid transparent;
}
.sm-clean ul ul a,
.sm-clean ul ul a:hover,
.sm-clean ul ul a:focus,
.sm-clean ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-clean ul ul ul a,
.sm-clean ul ul ul a:hover,
.sm-clean ul ul ul a:focus,
.sm-clean ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-clean ul ul ul ul a,
.sm-clean ul ul ul ul a:hover,
.sm-clean ul ul ul ul a:focus,
.sm-clean ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-clean ul ul ul ul ul a,
.sm-clean ul ul ul ul ul a:hover,
.sm-clean ul ul ul ul ul a:focus,
.sm-clean ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

@media (min-width: 768px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-clean ul {
    position: absolute;
    width: 12em;
  }
  .sm-clean li {
    float: left;
  }
  .sm-clean.sm-rtl li {
    float: right;
  }
  .sm-clean ul li,
  .sm-clean.sm-rtl ul li,
  .sm-clean.sm-vertical li {
    float: none;
  }
  .sm-clean a {
    white-space: nowrap;
  }
  .sm-clean ul a,
  .sm-clean.sm-vertical a {
    white-space: normal;
  }
  .sm-clean .sm-nowrap > li > a,
  .sm-clean .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }
  /* ...end */
  .sm-clean {
    padding: 0 10px;
    background: #eeeeee;
    border-radius: 100px;
  }
  .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    padding: 12px 12px;
    color: #555555;
    border-radius: 0 !important;
  }
  .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    color: #C81D11;
  }
  .sm-clean a.current {
    color: #C81D11;
  }
  .sm-clean a.disabled {
    color: #bbbbbb;
  }
  .sm-clean a.has-submenu {
    padding-right: 24px;
  }
  .sm-clean a .sub-arrow {
    top: 50%;
    margin-top: -2px;
    right: 12px;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
    background: transparent;
    border-radius: 0;
  }
  .sm-clean a .sub-arrow::before {
    display: none;
  }
  .sm-clean li {
    border-top: 0;
  }
  .sm-clean > li > ul::before,
  .sm-clean > li > ul::after {
    content: "";
    position: absolute;
    top: -18px;
    left: 30px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 9px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #bbbbbb transparent;
  }
  .sm-clean > li > ul::after {
    top: -16px;
    left: 31px;
    border-width: 8px;
    border-color: transparent transparent #fff transparent;
  }
  .sm-clean ul {
    border: 1px solid #bbbbbb;
    padding: 5px 0;
    background: #fff;
    border-radius: 5px !important;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
  }
  .sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
    border: 0 !important;
    padding: 10px 20px;
    color: #555555;
  }
  .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
    background: #eeeeee;
    color: #C81D11;
  }
  .sm-clean ul a.current {
    color: #C81D11;
  }
  .sm-clean ul a.disabled {
    background: #fff;
    color: #cccccc;
  }
  .sm-clean ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-clean ul a .sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #555555;
  }
  .sm-clean .scroll-up,
  .sm-clean .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
  .sm-clean .scroll-up:hover,
  .sm-clean .scroll-down:hover {
    background: #eeeeee;
  }
  .sm-clean .scroll-up:hover .scroll-up-arrow {
    border-color: transparent transparent #C81D11 transparent;
  }
  .sm-clean .scroll-down:hover .scroll-down-arrow {
    border-color: #C81D11 transparent transparent transparent;
  }
  .sm-clean .scroll-up-arrow,
  .sm-clean .scroll-down-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 6px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }
  .sm-clean .scroll-down-arrow {
    top: 8px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  .sm-clean.sm-rtl a.has-submenu {
    padding-right: 12px;
    padding-left: 24px;
  }
  .sm-clean.sm-rtl a .sub-arrow {
    right: auto;
    left: 12px;
  }
  .sm-clean.sm-rtl.sm-vertical a.has-submenu {
    padding: 10px 20px;
  }
  .sm-clean.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #555555 transparent transparent;
  }
  .sm-clean.sm-rtl > li > ul::before {
    left: auto;
    right: 30px;
  }
  .sm-clean.sm-rtl > li > ul::after {
    left: auto;
    right: 31px;
  }
  .sm-clean.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important;
  }
  .sm-clean.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #555555 transparent transparent;
  }
  .sm-clean.sm-vertical {
    padding: 10px 0;
    border-radius: 5px;
  }
  .sm-clean.sm-vertical a {
    padding: 10px 20px;
  }
  .sm-clean.sm-vertical a:hover, .sm-clean.sm-vertical a:focus, .sm-clean.sm-vertical a:active, .sm-clean.sm-vertical a.highlighted {
    background: #fff;
  }
  .sm-clean.sm-vertical a.disabled {
    background: #eeeeee;
  }
  .sm-clean.sm-vertical a .sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #555555;
  }
  .sm-clean.sm-vertical > li > ul::before,
  .sm-clean.sm-vertical > li > ul::after {
    display: none;
  }
  .sm-clean.sm-vertical ul a {
    padding: 10px 20px;
  }
  .sm-clean.sm-vertical ul a:hover, .sm-clean.sm-vertical ul a:focus, .sm-clean.sm-vertical ul a:active, .sm-clean.sm-vertical ul a.highlighted {
    background: #eeeeee;
  }
  .sm-clean.sm-vertical ul a.disabled {
    background: #fff;
  }
}
i.niafam,
span.niafam {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "niafam" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.niafam-scopus:before {
  content: "\e948";
}

.niafam-webofscience:before {
  content: "\e949";
}

.niafam-googlescholar:before {
  content: "\e94b";
}

.niafam-ieee:before {
  content: "\e94c";
}

.niafam-orcid:before {
  content: "\e94d";
}

.niafam-researchgate:before {
  content: "\e94e";
}

.niafam-Vector16:before {
  content: "\e91f";
}

.niafam-Vector15:before {
  content: "\e920";
}

.niafam-Vector14:before {
  content: "\e921";
}

.niafam-Vector13:before {
  content: "\e922";
}

.niafam-Vector12:before {
  content: "\e923";
}

.niafam-Vector11:before {
  content: "\e924";
}

.niafam-Vector10:before {
  content: "\e925";
}

.niafam-Vector9:before {
  content: "\e926";
}

.niafam-Vector8:before {
  content: "\e927";
}

.niafam-file-02:before {
  content: "\e928";
}

.niafam-Vector7:before {
  content: "\e929";
}

.niafam-Vector61:before {
  content: "\e92a";
}

.niafam-Vector51:before {
  content: "\e92b";
}

.niafam-Vector41:before {
  content: "\e92c";
}

.niafam-Vector31:before {
  content: "\e92d";
}

.niafam-Vector21:before {
  content: "\e92e";
}

.niafam-Vector17:before {
  content: "\e92f";
}

.niafam-Vector18:before {
  content: "\e930";
}

.niafam-archive:before {
  content: "\e931";
}

.niafam-calendar:before {
  content: "\e932";
}

.niafam-camera-01:before {
  content: "\e933";
}

.niafam-play1:before {
  content: "\e934";
}

.niafam-plus:before {
  content: "\e935";
}

.niafam-Vector20:before {
  content: "\e937";
}

.niafam-Vector211:before {
  content: "\e938";
}

.niafam-artificial-Intelligence:before {
  content: "\e939";
}

.niafam-social-learning2:before {
  content: "\e93b";
}

.niafam-home-03:before {
  content: "\e93c";
}

.niafam-mobile-learning:before {
  content: "\e93d";
}

.niafam-social-learning1:before {
  content: "\e93e";
}

.niafam-machine-learning:before {
  content: "\e93f";
}

.niafam-learning:before {
  content: "\e940";
}

.niafam-global-research:before {
  content: "\e941";
}

.niafam-Vector19:before {
  content: "\e942";
}

.niafam-studies:before {
  content: "\e943";
}

.niafam-social-learning:before {
  content: "\e945";
}

.niafam-Vector181:before {
  content: "\e946";
}

.niafam-Vector171:before {
  content: "\e947";
}

.niafam-play:before {
  content: "\e902";
}

.niafam-Vector6:before {
  content: "\e903";
}

.niafam-Vector5:before {
  content: "\e905";
}

.niafam-Vector4:before {
  content: "\e909";
}

.niafam-Vector3:before {
  content: "\e90a";
}

.niafam-Vector2:before {
  content: "\e90b";
}

.niafam-Vector1:before {
  content: "\e90c";
}

.niafam-coding1:before {
  content: "\e90d";
}

.niafam-helmet:before {
  content: "\e90f";
}

.niafam-mechanical-engineering:before {
  content: "\e910";
}

.niafam-molecular-structure:before {
  content: "\e911";
}

.niafam-genetic-modification:before {
  content: "\e912";
}

.niafam-electric-car1:before {
  content: "\e913";
}

.niafam-camera:before {
  content: "\e916";
}

.niafam-Vector:before {
  content: "\e917";
}

.niafam-cal:before {
  content: "\e918";
}

.niafam-marker-pin-021:before {
  content: "\e919";
}

.niafam-search-sm1:before {
  content: "\e91a";
}

.niafam-at-sign1:before {
  content: "\e91d";
}

.niafam-phone-call-011:before {
  content: "\e91e";
}

.niafam-Component-3:before {
  content: "\e901";
}

.niafam-arrow-left:before {
  content: "\e906";
}

.niafam-arrow-right:before {
  content: "\e907";
}

.niafam-at-sign:before {
  content: "\e908";
}

.niafam-chevron-down:before {
  content: "\e914";
}

.niafam-chevron-up:before {
  content: "\e915";
}

.niafam-mail-01:before {
  content: "\e936";
}

.niafam-marker-pin-02:before {
  content: "\e93a";
}

.niafam-phone-call-01:before {
  content: "\e944";
}

.niafam-search-sm:before {
  content: "\e94a";
}

.niafam-account:before {
  content: "\e955";
}

.niafam-browser:before {
  content: "\e957";
}

.niafam-calendar-events-1:before {
  content: "\e95b";
}

.niafam-croupier:before {
  content: "\e95e";
}

.niafam-industry:before {
  content: "\e967";
}

.niafam-monitor:before {
  content: "\e96b";
}

.niafam-mortarboard_1:before {
  content: "\e96d";
}

.niafam-news-1:before {
  content: "\e96f";
}

.niafam-online-payment:before {
  content: "\e971";
}

.niafam-social-network:before {
  content: "\e978";
}

.niafam-webinar-right:before {
  content: "\e97f";
}

.niafam-Whatsapp:before {
  content: "\e98f";
}

.niafam-twitter-1:before {
  content: "\e990";
}

.niafam-Aparat:before {
  content: "\e991";
}

.niafam-Bale:before {
  content: "\e992";
}

.niafam-Bisphon:before {
  content: "\e993";
}

.niafam-Eita:before {
  content: "\e994";
}

.niafam-Facebook:before {
  content: "\e995";
}

.niafam-Gap:before {
  content: "\e996";
}

.niafam-Instagram:before {
  content: "\e997";
}

.niafam-Linkedin:before {
  content: "\e998";
}

.niafam-Soroush:before {
  content: "\e999";
}

.niafam-Telegram:before {
  content: "\e99a";
}

.niafam-accessibility:before {
  content: "\e900";
}

.niafam-minus:before {
  content: "\e904";
}

.niafam-open-eye .path1:before {
  content: "\e91b";
  color: rgb(43, 41, 60);
  opacity: 0.99;
}

.niafam-open-eye .path2:before {
  content: "\e91c";
  margin-left: -1em;
  color: rgb(43, 41, 61);
  opacity: 0.993;
}

.niafam-close:before {
  content: "\e90e";
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: inherit;
  font-weight: 400;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  text-align: right;
  font-size: 100%;
  background-color: white;
  color: black;
}

.wrapper {
  font-size: 100%;
}

.mm-searchfield input::placeholder {
  color: var(--secondary-color);
}

img {
  max-width: 100%;
  height: auto;
}

p,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s linear;
}
a:hover {
  text-decoration: none;
}

img {
  border: 0;
}

img:not([src]) {
  visibility: hidden;
}

/* Fixes Firefox anomaly during image load */
@-moz-document url-prefix() {
  img:-moz-loading {
    visibility: hidden;
  }
}
.wrapper {
  overflow: hidden;
  position: relative;
  min-height: 100vh;
}

.back-shadow {
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  right: -100vw;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 30;
  transition: all 0.3s ease-in-out;
  cursor: url("../img/cancel.png"), auto;
}
.back-shadow--open {
  right: 0;
}

#searchmodal {
  background: unset;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  display: none;
  z-index: 99999;
}
#searchmodal .modal-content {
  background-color: unset;
  border: none;
}
#searchmodal .close {
  opacity: 1;
  z-index: unset;
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 4em;
  color: var(--secondary-color);
  background: 0 0;
  border: none;
}
#searchmodal .form-container {
  width: 50%;
  margin: 10% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#searchmodal .form-container form {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
#searchmodal .form-container form input {
  padding: 10px 10px;
  background: unset;
  width: 100%;
  max-width: 450px;
  color: var(--secondary-color);
  border: none;
  border-bottom: 3px solid #fff;
  font-size: 1.5em;
}
#searchmodal .form-container form input::-webkit-input-placeholder {
  color: var(--secondary-color);
}
#searchmodal .form-container form input:-ms-input-placeholder {
  color: var(--secondary-color);
}
#searchmodal .form-container form input::-ms-input-placeholder {
  color: var(--secondary-color);
}
#searchmodal .form-container form input::placeholder {
  color: var(--secondary-color);
}
#searchmodal .form-container form input:focus {
  outline: 2px double #e9c676;
}
#searchmodal .form-container form span {
  margin-top: 0.7em;
  font-size: 1.1em;
  color: var(--secondary-color);
}

.back-shadow__transparet {
  opacity: 0;
  position: fixed;
  right: -100vw;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 30;
  transition: all 0.3s ease-in-out;
}
.back-shadow__transparet--open {
  right: 0;
}

.go-top {
  position: fixed;
  right: 35px;
  bottom: 50px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  z-index: 550;
  background: #0492c2;
}
.go-top i {
  font-size: 18px;
  color: var(--secondary-color);
  font-weight: bolder;
}
.go-top:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background-color: #ec4040;
  color: white;
}
.go-top--show {
  opacity: 1;
  visibility: visible;
}

a {
  transition: all 0.2s linear;
}
a span {
  pointer-events: none;
}
a:hover {
  color: var(--color-1);
}

.flickity-page-dots .dot {
  width: 12px;
  height: 4px;
  background: #989898;
  transition: all 0.2s linear !important;
  margin-inline-start: 2px;
  margin-inline-end: 2px;
  opacity: 1;
  border-radius: 5px;
}
.flickity-page-dots .dot:hover {
  background: #ffb606 !important;
}
.flickity-page-dots .dot.is-selected {
  width: 26px;
  background: #0492c2;
}

@media (max-width: 576px) {
  body .accessibility__btn {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.archive-btn {
  min-width: 94px;
  padding-inline-start: 8px;
  padding-inline-end: 8px;
  max-width: max-content;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #eceef8;
  box-shadow: 0px 5px 10px rgba(114, 134, 211, 0.15);
  color: #424874;
}
.archive-btn i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding-top: 3px;
  background-color: #ff9b18;
  border-radius: 5px;
  color: white;
  font-size: 0.6em;
  margin-inline-start: 8px;
  transition: all 0.2s linear;
}
.archive-btn:hover {
  background-color: #ff9b18;
  color: white;
}
.archive-btn:hover i {
  background-color: #fff;
  color: #424874;
}

.ltr {
  direction: ltr;
}

.p-relative {
  position: relative;
}

.bg__transparent {
  background-color: transparent !important;
}
.bg__white {
  background-color: #fff;
}
.bg__dark {
  background-color: #f5f8fa;
}
.bg__red {
  background: #eb1c2f;
}
.bg__blue {
  background: #103262;
}
.bg__green {
  background-color: #014035;
}
.bg__gray {
  background-color: #e7e5e6;
}

.text__dark {
  color: #01193d;
}
.text__white {
  color: var(--secondary-color);
}
.text__dark {
  color: var(--primary-color);
}
.text__light {
  color: #818899 !important;
}
.text__dark-blue {
  color: #21325e;
}
.text__purple {
  color: #424874;
}
.text__blue {
  color: #00509d;
}
.text__light-blue {
  color: #3083ff;
}
.text__gray {
  color: #707070;
}
.text__red {
  color: #670606;
}
.text__blue {
  color: #103262;
}
.text__orange {
  color: #ff9b18;
}
.text__bold {
  font-weight: bold;
}
.text__medium {
  font-weight: 490;
}
.text__semibold {
  font-weight: 630;
}
.text__extrabold {
  font-weight: 800;
}
.text__center {
  text-align: center;
  justify-content: center;
}
.text__justify {
  text-align: justify;
}
.text__5 {
  font-size: 0.3125em;
}
.text__6 {
  font-size: 0.375em;
}
.text__7 {
  font-size: 0.4375em;
}
.text__8 {
  font-size: 0.5em;
}
.text__9 {
  font-size: 0.5625em;
}
.text__10 {
  font-size: 0.625em;
}
.text__11 {
  font-size: 0.6875em;
}
.text__12 {
  font-size: 0.75em;
}
.text__13 {
  font-size: 0.8125em;
}
.text__14 {
  font-size: 0.875em;
}
.text__15 {
  font-size: 0.9375em;
}
.text__16 {
  font-size: 1em;
}
.text__17 {
  font-size: 1.0625em;
}
.text__18 {
  font-size: 1.125em;
}
.text__19 {
  font-size: 1.1875em;
}
.text__20 {
  font-size: 1.25em;
}
.text__21 {
  font-size: 1.3125em;
}
.text__22 {
  font-size: 1.375em;
}
.text__23 {
  font-size: 1.4375em;
}
.text__24 {
  font-size: 1.5em;
}
.text__25 {
  font-size: 1.5625em;
}
.text__26 {
  font-size: 1.625em;
}
.text__27 {
  font-size: 1.6875em;
}
.text__28 {
  font-size: 1.75em;
}
.text__29 {
  font-size: 1.8125em;
}
.text__30 {
  font-size: 1.875em;
}
.text__31 {
  font-size: 1.9375em;
}
.text__32 {
  font-size: 2em;
}
.text__33 {
  font-size: 2.0625em;
}
.text__34 {
  font-size: 2.125em;
}
.text__35 {
  font-size: 2.1875em;
}
.text__36 {
  font-size: 2.25em;
}
.text__37 {
  font-size: 2.3125em;
}
.text__38 {
  font-size: 2.375em;
}
.text__39 {
  font-size: 2.4375em;
}
.text__40 {
  font-size: 2.5em;
}
.text__41 {
  font-size: 2.5625em;
}
.text__42 {
  font-size: 2.625em;
}
.text__43 {
  font-size: 2.6875em;
}
.text__44 {
  font-size: 2.75em;
}
.text__45 {
  font-size: 2.8125em;
}
.text__46 {
  font-size: 2.875em;
}
.text__47 {
  font-size: 2.9375em;
}
.text__48 {
  font-size: 3em;
}
.text__49 {
  font-size: 3.0625em;
}
.text__50 {
  font-size: 3.125em;
}
.text__51 {
  font-size: 3.1875em;
}
.text__52 {
  font-size: 3.25em;
}
.text__53 {
  font-size: 3.3125em;
}
.text__54 {
  font-size: 3.375em;
}
.text__55 {
  font-size: 3.4375em;
}
.text__56 {
  font-size: 3.5em;
}
.text__57 {
  font-size: 3.5625em;
}
.text__58 {
  font-size: 3.625em;
}
.text__59 {
  font-size: 3.6875em;
}
.text__60 {
  font-size: 3.75em;
}
.text__61 {
  font-size: 3.8125em;
}
.text__62 {
  font-size: 3.875em;
}
.text__63 {
  font-size: 3.9375em;
}
.text__64 {
  font-size: 4em;
}
.text__65 {
  font-size: 4.0625em;
}
.text__66 {
  font-size: 4.125em;
}
.text__67 {
  font-size: 4.1875em;
}
.text__68 {
  font-size: 4.25em;
}
.text__69 {
  font-size: 4.3125em;
}
.text__70 {
  font-size: 4.375em;
}
.text__71 {
  font-size: 4.4375em;
}
.text__72 {
  font-size: 4.5em;
}
.text__73 {
  font-size: 4.5625em;
}
.text__74 {
  font-size: 4.625em;
}
.text__75 {
  font-size: 4.6875em;
}
.text__76 {
  font-size: 4.75em;
}
.text__77 {
  font-size: 4.8125em;
}
.text__78 {
  font-size: 4.875em;
}
.text__79 {
  font-size: 4.9375em;
}
.text__80 {
  font-size: 5em;
}
.text__81 {
  font-size: 5.0625em;
}
.text__82 {
  font-size: 5.125em;
}
.text__83 {
  font-size: 5.1875em;
}
.text__84 {
  font-size: 5.25em;
}
.text__85 {
  font-size: 5.3125em;
}
.text__86 {
  font-size: 5.375em;
}
.text__87 {
  font-size: 5.4375em;
}
.text__88 {
  font-size: 5.5em;
}
.text__89 {
  font-size: 5.5625em;
}
.text__90 {
  font-size: 5.625em;
}
.text__91 {
  font-size: 5.6875em;
}

.line-clamp__1 {
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__2 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__3 {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__7 {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__8 {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__9 {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flickity-page-dots .dot, .custom-flickity-dots .dot {
  transition: all 0.2s linear;
}

.p-tb-60 {
  padding: 60px 0;
}

.p-t-30 {
  padding-top: 30px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.list {
  list-style: none;
}
.list--horizontal {
  display: flex;
  align-items: center;
}
.list--horizontal li:not(:last-child) {
  margin-inline-end: 10px;
}

.flickity-button {
  background: #F6F4FD;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in;
  z-index: 99;
  opacity: 1;
}
.flickity-button::before {
  font-family: "niafam" !important;
  color: #000;
  transition: all 0.2s linear;
  font-size: 12px;
}
.flickity-button:hover {
  background-color: #3083ff;
}
.flickity-button:hover::before {
  color: #fff;
}
.flickity-button svg {
  display: none;
}
.flickity-button:disabled {
  opacity: 0 !important;
}
.flickity-button.next {
  left: -15px !important;
  transform: translateX(-100%) translateY(-50%);
}
.flickity-button.next::before {
  content: "\e916";
}
.flickity-button.previous {
  right: -15px !important;
  transform: translateX(100%) translateY(-50%);
}
.flickity-button.previous::before {
  content: "\e924";
}
.flickity-button:disabled {
  opacity: 1;
}

.ai-title--double-underlined {
  position: relative;
  padding-bottom: 13px;
}
.ai-title--double-underlined::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 34px;
  height: 4px;
  border-radius: 5px;
  background: #f77f00;
}
.ai-title--double-underlined::after {
  content: "";
  position: absolute;
  right: 38px;
  bottom: 0;
  width: 15px;
  height: 4px;
  border-radius: 5px;
  background: #f77f00;
  opacity: 0.5;
}

.fixed-images {
  position: absolute;
  left: 50%;
  top: 50%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.cover-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}

.news-item {
  position: relative;
}
.news-item--overlay {
  position: relative;
  text-align: center;
}
.news-item--overlay .news-item__kicker {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
.news-item--overlay .news-item__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px;
  background: linear-gradient(359deg, rgba(0, 0, 0, 0.9) 0.87%, rgba(0, 0, 0, 0) 71.34%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.news-item--overlay .news-item__content::before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s linear;
}
.news-item--overlay .news-item__pic::before {
  content: unset;
}
.news-item--overlay .news-item__title {
  z-index: 5;
  text-align: center;
  margin-bottom: 10px;
}
.news-item--overlay .news-item__title:hover {
  color: var(--secondary-color);
}
.news-item--overlay .news-item__lead {
  color: #C9C9C9;
  margin-top: 0;
}
.news-item--overlay:not(.news-item--no-hover):hover .news-item__content::before {
  opacity: 1;
}
.news-item--overlay:not(.news-item--no-hover):hover .news-item__title {
  color: #fff !important;
}
.news-item--overlay:not(.news-item--no-hover):hover .news-item__pic img {
  transform: translate(-50%, -50%) rotate(-2deg) scale(1.08);
}
.news-item--overlay .cover-link {
  z-index: 9;
}
.news-item--horizontal {
  display: flex;
  gap: 10px;
  align-items: center;
}
.news-item--horizontal .news-item__play {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 13px;
  top: 13px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  z-index: 10;
  pointer-events: none;
}
.news-item--horizontal .news-item__play i {
  position: relative;
  z-index: 10;
}
.news-item--horizontal .news-item__play::before {
  content: "";
  position: absolute;
  background: rgba(235, 28, 47, 0.38);
  width: 25px;
  height: 25px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.news-item--horizontal .news-item__pic {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
}
.news-item--horizontal:hover .news-item__pic::before {
  opacity: 1;
}
.news-item--vertical {
  display: flex;
  flex-direction: column;
}
.news-item--vertical .news-item__content {
  padding: 15px 0;
  position: relative;
}
.news-item--vertical .news-item__content::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 3px;
  background-color: #d62828;
  left: 0;
  transform: scale(0);
  transition: all 0.2s linear;
}
.news-item--vertical .news-item__pic {
  width: 100%;
  margin-bottom: 15px;
  margin-bottom: 0;
  margin-inline-end: 0;
}
.news-item--vertical .news-item__more {
  margin-top: 15px;
}
.news-item--vertical:hover .news-item__content::before {
  transform: scale(1);
}
.news-item--date-background .news-item__date {
  width: max-content;
  border-radius: 5px;
  padding: 3px 6px;
}
.news-item--dot .news-item__content {
  display: flex;
}
.news-item--dot .news-item__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d62828;
  margin-inline-end: 10px;
  flex-shrink: 0;
  margin-top: 6px;
}
.news-item__pic {
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.news-item__pic img {
  width: 100%;
  transition: all 0.2s linear;
}
.news-item__pic::before {
  font-family: "niafam" !important;
  content: "\e925";
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 4;
  font-size: 1.8rem;
  color: var(--secondary-color);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news-item__pic .cover-link {
  z-index: 5;
}
.news-item__pic:hover::before {
  opacity: 1;
}
.news-item__pic .news-item__date {
  position: absolute;
  z-index: 10;
  bottom: 15px;
  right: 15px;
  border-radius: 5px;
  padding: 2px 8px;
  height: 26px;
  pointer-events: none;
}
.news-item__title:hover {
  color: #ff9b18;
}
.news-item__lead {
  margin-top: 10px;
}
.news-item__date {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  color: #a6b1e1;
}
.news-item__date i {
  margin-inline-end: 5px;
}
.news-item__date span {
  padding-top: 3px;
}
.news-item__more {
  margin-top: 14px;
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  max-width: max-content;
  gap: 10px;
  border-radius: 8px;
  background: rgba(237, 237, 237, 0.6);
}
.news-item__more:hover {
  background-color: #3A95C8;
  color: white;
}
.news-item__border {
  position: relative;
  padding-inline-start: 14px;
  margin-top: 12px;
}
.news-item__border::before {
  content: "";
  position: absolute;
  background: #eb1c2f;
  right: 0;
  height: 100%;
  width: 5px;
}
.news-item__content-type {
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 10;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: rgba(4, 146, 194, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-item:not(.news-item--no-hover):hover .news-item__title {
  color: #135880;
}
.news-item:not(.news-item--no-hover):hover .news-item__pic img {
  transform: translate(-50%, -50%) rotate(-2deg) scale(1.08);
}

.nav__head ul {
  display: flex;
}
.nav__head li {
  margin-inline-end: 5px;
}
.nav__head a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  padding: 0 15px;
  height: 30px;
  border-radius: 5px;
  background: #f5f5f5;
}
.nav__head a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 24px;
  height: 7px;
  transform: translateX(-50%) translateY(100%);
  background-image: url("../img/arrow-down.svg");
  background-position: top center;
  opacity: 0;
  transition: all 0.2s linear;
}
.nav__head a.active {
  background: #d62828;
  color: var(--secondary-color);
}
.nav__head a.active::before {
  opacity: 1;
}
.nav__head a:hover {
  color: var(--secondary-color);
  background: #d62828;
}
.scrollbar .os-scrollbar-vertical {
  right: 12px;
}
.scrollbar .os-scrollbar-handle {
  background: #eeeeee !important;
  width: 5px;
  cursor: pointer;
}
.scrollbar .os-scrollbar-handle:hover {
  background: #d6d6d6 !important;
}
.scrollbar--shadow::before {
  content: "";
  pointer-events: none;
  width: 100%;
  height: 198px;
  border-radius: 0px 0px 15px 15px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  transition: all 0.2s linear;
}
.scrollbar--shadow:hover::before {
  opacity: 0;
}

.button {
  min-width: 108px;
  height: 43px;
  border-radius: 10px;
  background: #fff;
  max-width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button:hover {
  color: var(--secondary-color);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.13);
}
.button--border {
  border: 1px solid #3083ff;
  background: none;
}
.button--border:hover {
  color: inherit;
}

.esprit-tab-container {
  margin-bottom: 20px;
}

.esprit-tab-list {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.esprit-tab {
  padding: 10px 15px;
  background-color: #F0F0F0;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  min-width: max-content;
}
.esprit-tab.active {
  background-color: var(--color-2);
  color: white;
}

.esprit-tab-content {
  display: none;
}
.esprit-tab-content.active {
  display: block;
}

.wrapper-box-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.wrapper-box-title h2 {
  color: var(--color-1);
  font-variation-settings: "wght" 699, "KASH" 0;
  font-size: 1.25em;
}
.wrapper-box-links {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.wrapper-box-links li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.wrapper-box-links li a {
  color: var(--color-2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: all 0.3s ease-in-out;
}
.wrapper-box-links li a:hover {
  color: var(--color-1);
}
.wrapper-box-divider {
  position: relative;
  flex: 1;
}
.wrapper-box-divider::before {
  content: "";
  position: absolute;
  top: 50%;
  inset-inline-start: 15px;
  width: 8px;
  height: 8px;
  transform: translateY(-50%);
  background-color: var(--color-4);
  border-radius: 100px;
}
.wrapper-box-divider::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: calc(100% - 43px);
  height: 4px;
  background-color: transparent;
  transform: translateY(-50%);
  border-top: 1px solid rgba(4, 22, 80, 0.15);
  border-bottom: 1px solid rgba(4, 22, 80, 0.15);
}

.esprit-scrollbar {
  position: relative;
  overflow: hidden;
}

.esprit-scrollbar-content {
  height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  /* استایل پیش‌فرض مرورگر را مخفی می‌کنیم */
  scrollbar-width: none; /* برای Firefox */
}

.esprit-scrollbar-content::-webkit-scrollbar {
  display: none; /* برای Chrome و Safari */
}

.esprit-custom-scrollbar {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 8px;
  height: calc(100% - 0px);
  background-color: rgba(46, 46, 46, 0.05);
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.esprit-scrollbar:hover .esprit-custom-scrollbar {
  opacity: 1;
}

.esprit-scrollbar-thumb {
  position: absolute;
  width: 8px;
  background-color: rgba(46, 46, 46, 0.1);
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.esprit-scrollbar-thumb:hover {
  background-color: rgba(46, 46, 46, 0.3);
}

body {
  font-family: dana;
  background-color: #f7f7f7;
}

.header {
  position: relative;
  margin: 10px 0 30px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991.98px) {
  .header {
    margin: 0px 0 15px;
    padding: 15px 0px;
  }
}
.header .header__logo img {
  transition: all 0.3s ease-in-out;
  max-width: 187px;
}
@media (max-width: 991.98px) {
  .header .header__logo img {
    max-width: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.header.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 1000;
  margin: 0px 0 0px;
  padding: 5px 0px;
}
@media (max-width: 991.98px) {
  .header.header-sticky {
    padding: 15px 0px;
  }
}
.header.header-sticky:before {
  height: 100%;
}
.header.header-sticky .header__logo img {
  transition: all 0.3s ease-in-out;
  max-width: 75px;
}
.header.header-sticky .header__left-side .header__slogan-year,
.header.header-sticky .header__left-side .space-divider,
.header.header-sticky .header__right-side .header__site-title {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: calc(100% - 30px);
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.05);
  transform: translateY(-50%);
  filter: drop-shadow(15px 15px 30px rgba(0, 0, 0, 0.05));
  backdrop-filter: blur(44px);
}
@media (max-width: 991.98px) {
  .header::before {
    height: 100%;
  }
}
.header .header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  .header .header__wrapper {
    flex-direction: column;
    gap: 15px;
  }
}
.header .header__right-side {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 991.98px) {
  .header .header__right-side {
    width: 100%;
    justify-content: space-between;
    gap: 120px;
  }
}
.header .header__right-side .header__site-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .header .header__right-side .header__site-title-menu {
    width: 100%;
    z-index: 9999;
  }
}
.header .header__right-side .header__site-title h1 {
  color: var(--color-1);
  text-align: start;
  font-size: 1.125em;
  font-variation-settings: "wght" 699, "KASH" 0;
  padding-inline-start: 15px;
}
.header .header__right-side .header__site-title .header__quick-access__title {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-inline-end: 15px;
}
.header .header__right-side .header__site-title .header__quick-access__title span {
  display: inline-flex;
  align-items: center;
  line-height: 14px;
  width: 50px;
  font-size: 0.875rem;
  margin-top: -3px;
  font-variation-settings: "wght" 450, "KASH" 0;
}
@media (max-width: 991.98px) {
  .header .header__right-side .header__site-title .header__quick-access__title span {
    width: max-content;
  }
}
.header .header__right-side .header__site-title .header__quick-access__title > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.header .header__right-side .header__menu {
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: rgba(4, 22, 80, 0.1);
}
.header .header__right-side .header__menu.header__menu-hovered {
  background: rgba(4, 22, 80, 0.2);
}
@media (max-width: 991.98px) {
  .header .header__right-side .header__menu {
    width: fit-content;
    padding: 5px 10px;
  }
}
.header .header__right-side .header__menu-home-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 10px 0px 15px;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991.98px) {
  .header .header__right-side .header__menu-home-icon {
    display: none;
  }
}
.header .header__right-side .header__menu-home-icon:hover {
  background: rgba(255, 255, 255, 0.7);
}
.header .header__right-side .header__menu-home-icon i {
  color: #000;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.header .header__right-side .header__menu-home-icon i:hover {
  font-size: 20px;
}
@media (min-width: 768px) {
  .header .header__right-side .header__menu .sm-clean a,
  .header .header__right-side .header__menu .sm-clean a:hover,
  .header .header__right-side .header__menu .sm-clean a:focus,
  .header .header__right-side .header__menu .sm-clean a:active {
    color: #000;
    font-size: 1em;
    font-variation-settings: "wght" 350, "KASH" 0;
  }
  .header .header__right-side .header__menu .sm-clean {
    border-radius: 100px;
    background: transparent;
    padding: 0 0px;
  }
  .header .header__right-side .header__menu .sm-clean a > span[class*=niafam] {
    font-size: 14px;
    color: #000;
  }
  .header .header__right-side .header__menu .sm-clean.sm-rtl a.has-submenu {
    display: flex;
    align-items: center;
    gap: 2px;
    padding-inline-start: 0px;
    padding-inline-end: 15px;
  }
  .header .header__right-side .header__menu .sm-clean ul {
    border: 0px solid #bbbbbb;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  }
  .header .header__right-side .header__menu .sm-clean.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important;
    justify-content: space-between;
  }
  .header .header__right-side .header__menu .sm-clean.sm-rtl ul a.has-submenu span[class*=niafam] {
    transform: rotate(90deg);
  }
}
.header .header__left-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 991.98px) {
  .header .header__left-side {
    flex-direction: row-reverse;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
  }
}
.header .header__left-side .header__slogan-year {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 991.98px) {
  .header .header__left-side .header__slogan-year {
    width: 200px;
  }
}
.header .header__left-side .header__slogan-year span {
  color: #000;
  font-size: 0.875rem;
  font-variation-settings: "wght" 300, "KASH" 0;
}
.header .header__left-side .space-divider {
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}
@media (max-width: 991.98px) {
  .header .header__left-side .space-divider {
    display: none;
  }
}
.header .header__left-side .header__other-cases {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}
.header .header__left-side .header__other-cases .header__language-toggle {
  padding: 12px 12px 10px;
  background-color: #fff;
  border-radius: 10px;
  line-height: 10px;
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 2px;
}
.header .header__left-side .header__other-cases .header__language-toggle span {
  line-height: 1;
}
.header .header__left-side .header__other-cases .header__icons {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0 10px;
  margin: 0 10px;
}
.header .header__left-side .header__other-cases .header__icons ul {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 7px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.header .header__left-side .header__other-cases .header__icons ul li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header .header__left-side .header__other-cases .header__icons ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 20px;
}
.header .header__left-side .header__other-cases .header__icons ul li a i {
  color: #000;
  transition: all 0.3s ease-in-out;
}
.header .header__left-side .header__other-cases .header__icons ul li a:hover i {
  color: var(--color-2);
}
.header .header__left-side .header__other-cases .header__today {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media (max-width: 991.98px) {
  .header .header__left-side .header__other-cases .header__today {
    display: none;
  }
}
.header .header__left-side .header__other-cases .header__today span {
  color: #000;
  text-align: start;
  font-size: 0.875rem;
  font-variation-settings: "wght" 300, "KASH" 0;
}

.header__language-dropdown {
  position: relative;
  display: inline-block;
}

.header__language-toggle {
  padding: 10px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.header__language-list {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background-color: #fff;
  border: 0px solid #bbbbbb;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  padding: 0;
  margin: 0;
  list-style: none;
  min-width: 100px;
  z-index: 1;
  border-radius: 5px;
}

.header__language-item {
  padding: 10px 15px;
}
.header__language-item a {
  display: flex;
  text-align: start;
  justify-content: flex-end;
}

.header__language-link {
  text-decoration: none;
  color: #333;
}

.header__language-dropdown:hover .header__language-list {
  display: block;
}

.section-default-style {
  border-radius: 1.875rem;
  background: #fff;
  padding: 30px;
  box-shadow: 0px 15px 16px -10px rgba(24, 39, 75, 0.07);
}

.header-links__top-menu {
  position: relative;
}

.header-links__top-menu > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.header-links__top-menu > a i {
  font-size: 1.57em;
}

@media (min-width: 768px) {
  .sm-clean a.highlighted {
    color: #c81d11 !important;
  }
}
.menu {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
}

.menu .pix {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: var(--color-4);
  border-radius: 100%;
  transition: 0.2s ease-in-out;
  top: 0;
  left: 0;
}

.menu .pix:nth-of-type(1) {
  transform: translate(0, 0);
}

.menu .pix:nth-of-type(2) {
  transform: translate(10px, 0);
}

.menu .pix:nth-of-type(3) {
  transform: translate(20px, 0);
}

.menu .pix:nth-of-type(4) {
  transform: translate(0, 10px);
}

.menu .pix:nth-of-type(5) {
  transform: translate(10px, 10px);
}

.menu .pix:nth-of-type(6) {
  transform: translate(20px, 10px);
}

.menu .pix:nth-of-type(7) {
  transform: translate(0, 20px);
}

.menu .pix:nth-of-type(8) {
  transform: translate(10px, 20px);
}

.menu .pix:nth-of-type(9) {
  transform: translate(20px, 20px);
}

.header__quick-access__title:hover .menu .pix {
  background-color: #616b7a;
}
.header__quick-access__title:hover .menu .pix:nth-of-type(1) {
  transform: translate(-4px, -4px);
}
.header__quick-access__title:hover .menu .pix:nth-of-type(3) {
  transform: translate(24px, -4px);
}
.header__quick-access__title:hover .menu .pix:nth-of-type(7) {
  transform: translate(-4px, 24px);
}
.header__quick-access__title:hover .menu .pix:nth-of-type(9) {
  transform: translate(24px, 24px);
}

.menu.active .pix:nth-of-type(1) {
  transform: translate(0, 0);
}

.menu.active .pix:nth-of-type(2) {
  transform: translate(5px, 5px);
}

.menu.active .pix:nth-of-type(3) {
  transform: translate(20px, 0);
}

.menu.active .pix:nth-of-type(4) {
  transform: translate(5px, 15px);
}

.menu.active .pix:nth-of-type(6) {
  transform: translate(15px, 5px);
}

.menu.active .pix:nth-of-type(7) {
  transform: translate(0, 20px);
}

.menu.active .pix:nth-of-type(8) {
  transform: translate(15px, 15px);
}

.menu.active .pix:nth-of-type(9) {
  transform: translate(20px, 20px);
}

.menu.active:hover .pix:nth-of-type(1) {
  transform: translate(-8px, -8px);
}

.menu.active:hover .pix:nth-of-type(2) {
  transform: translate(1px, 1px);
}

.menu.active:hover .pix:nth-of-type(3) {
  transform: translate(28px, -8px);
}

.menu.active:hover .pix:nth-of-type(4) {
  transform: translate(1px, 19px);
}

.menu.active:hover .pix:nth-of-type(6) {
  transform: translate(19px, 1px);
}

.menu.active:hover .pix:nth-of-type(7) {
  transform: translate(-8px, 28px);
}

.menu.active:hover .pix:nth-of-type(8) {
  transform: translate(19px, 19px);
}

.menu.active:hover .pix:nth-of-type(9) {
  transform: translate(28px, 28px);
}

.menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 2px;
  width: 25px;
  height: 25px;
}

.pix {
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 1px;
}

.off-canvas {
  position: fixed;
  bottom: 0;
  inset-inline-start: 0;
  width: 20%;
  height: 100%;
  background: white;
  box-shadow: -5px 0px 15px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s ease-in-out;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 999;
  opacity: 0;
  box-sizing: border-box;
}
@media (max-width: 991.98px) {
  .off-canvas {
    width: 35%;
  }
}

.off-canvas.open {
  transform: translateX(0);
  top: 0;
  inset-inline-start: 0;
  opacity: 1;
  z-index: 99999;
  height: 100%;
}

.off-canvas.closing {
  transform: translateX(100%);
  opacity: 0;
}

.off-canvas-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

.off-canvas ul {
  list-style: none;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.off-canvas ul li {
  border-radius: 10px;
  transition: background 0.3s, transform 0.2s, box-shadow 0.3s;
}

.off-canvas ul li:hover {
  background: var(--color-4);
  color: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.off-canvas ul li a {
  color: inherit;
  font-size: 16px;
  display: block;
  padding: 15px;
  text-decoration: none;
  transition: color 0.3s;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  z-index: 99;
}

.overlay.show {
  opacity: 1;
  visibility: visible;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .off-canvas {
    padding: 20px;
    height: 70%;
  }
  .off-canvas-title {
    font-size: 20px;
  }
  .off-canvas ul li a {
    font-size: 14px;
    padding: 10px;
  }
}
@media (max-width: 991.98px) {
  .header.header-sticky .header__left-side {
    position: absolute;
    top: 0;
  }
}
@media (max-width: 575.98px) {
  .header.header-sticky .header__left-side {
    display: none;
  }
}
.content-grid__elements {
  display: grid;
  grid-template-columns: minmax(320px, 520px) minmax(280px, 380px) minmax(260px, 360px);
  grid-template-rows: 687px auto auto 332px;
  grid-gap: 15px;
  margin-bottom: 15px;
}
.content-grid__item--1 {
  grid-column: 1/span 2;
  grid-row: 1/span 1;
}
.content-grid__item--2 {
  grid-column: 3/span 1;
  grid-row: 1/span 2;
  max-height: 930px;
}
.content-grid__item--3 {
  grid-column: 1/span 1;
  grid-row: 2/span 3;
  max-height: 793px;
}
.content-grid__item--4 {
  grid-column: 2/span 1;
  grid-row: 2/span 2;
  max-height: 446px;
}
@media (max-width: 991.98px) {
  .content-grid__item--4 {
    max-height: max-content;
  }
}
.content-grid__item--5 {
  grid-column: 2/span 1;
  grid-row: 4/span 1;
}
.content-grid__item--6 {
  grid-column: 3/span 1;
  grid-row: 3/span 2;
}
@media (max-width: 1399.98px) {
  .content-grid__elements {
    display: block;
  }
  .content-grid__item--2 {
    max-height: 750px;
  }
  .content-grid__item--3 {
    max-height: 685px;
  }
}
@media (max-width: 991.98px) {
  .content-grid__item--1 {
    margin-bottom: 15px;
  }
  .content-grid__item--2 {
    margin-bottom: 15px;
  }
  .content-grid__item--3 {
    margin-bottom: 15px;
  }
  .content-grid__item--4 {
    margin-bottom: 15px;
  }
  .content-grid__item--5 {
    margin-bottom: 15px;
  }
  .content-grid__item--6 {
    margin-bottom: 15px;
  }
}

.news-slider {
  position: relative;
}
.news-slider .flickity-enabled.is-draggable .flickity-viewport {
  border-radius: 25px;
}
.news-slider__carousel-main {
  border: 5px solid #fff;
  border-radius: 30px;
  box-shadow: 0px 15px 16px -10px rgba(24, 39, 75, 0.07);
}
.news-slider__item {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.news-slider__item a {
  display: block;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease-in-out;
}
.news-slider__item a:hover {
  transform: scale(1.02);
}
.news-slider__item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(4, 22, 80, 0) 0%, rgba(4, 22, 80, 0.7) 100%);
  transition: opacity 0.3s ease-in-out;
}
.news-slider__image {
  width: 100%;
  border-radius: 25px;
  transition: transform 0.3s ease-in-out;
}
.news-slider__image:hover {
  transform: scale(1.05);
}
.news-slider__text {
  position: absolute;
  left: 50%;
  bottom: 166px;
  transform: translateX(-50%);
  border-radius: 1.875rem;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(5px);
  padding: 30px;
  width: 660px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 1199.98px) {
  .news-slider__text {
    width: 85%;
  }
}
@media (max-width: 767.98px) {
  .news-slider__text {
    bottom: 15px;
  }
}
.news-slider__text:hover {
  transform: translateX(-50%) scale(1.02);
}
.news-slider__text:hover h2,
.news-slider__text:hover p {
  color: #000;
}
.news-slider__text h2 {
  color: #0c3b7d;
  text-align: center;
  font-size: 1.5em;
  font-variation-settings: "wght" 699, "KASH" 0;
}
@media (max-width: 767.98px) {
  .news-slider__text h2 {
    font-size: 1em;
  }
}
.news-slider__text p {
  color: #0c3b7d;
  text-align: center;
  font-size: 1.25em;
  font-variation-settings: "wght" 450, "KASH" 0;
}
@media (max-width: 767.98px) {
  .news-slider__text p {
    font-size: 0.875em;
  }
}
.news-slider__carousel-nav {
  position: absolute;
  bottom: 30px;
  width: 100%;
  height: 116px;
}
@media (max-width: 767.98px) {
  .news-slider__carousel-nav {
    position: static;
  }
}
.news-slider__carousel-nav .flickity-viewport {
  height: 116px !important;
}
.news-slider__carousel-nav .flickity-slider {
  height: 116px;
  display: flex;
  align-items: end;
}
.news-slider__carousel-nav__item {
  width: 142px;
  height: 105px;
  cursor: pointer;
  border: 0px solid #fff;
  transition: border-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  border-radius: 15px;
  margin-inline-end: 10px;
  opacity: 0.5;
  position: relative;
}
.news-slider__carousel-nav__item:hover, .news-slider__carousel-nav__item.is-selected {
  opacity: 1;
}
.news-slider__carousel-nav__item:hover::before, .news-slider__carousel-nav__item.is-selected::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  transform: translateX(-50%);
}
.news-slider__image-nav {
  border-radius: 10px;
  overflow: hidden;
  width: 142px;
  height: 105px;
  object-fit: cover;
  border: 5px solid #fff;
  border-radius: 15px;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.news-slider__image-nav:hover {
  transform: scale(1.02);
  opacity: 1;
}
.news-slider .flickity-page-dots {
  bottom: auto;
  top: 30px;
}
.latest-news .esprit-news-list {
  height: 801px;
}
.latest-news .esprit-news-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.latest-news .esprit-news-item:last-child {
  border-bottom: none;
}
.latest-news .esprit-news-item .esprit-news-text {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}
.latest-news .esprit-news-item .esprit-news-text img {
  aspect-ratio: 61/46;
  object-fit: cover;
  border-radius: 5px;
  overflow: hidden;
  flex: 0 0 auto;
}
.latest-news .esprit-news-item .esprit-news-text h3 {
  color: #4e4e4e;
  font-size: 1rem;
  font-variation-settings: "wght" 500, "KASH" 0;
  flex: 1;
}
.latest-news .esprit-news-item .esprit-news-footer__group {
  background: #f0f0f0;
  color: #000;
  text-align: center;
  font-size: 0.75rem;
  border-radius: 5px;
  font-variation-settings: "wght" 300, "KASH" 0;
  padding: 5px;
  line-height: normal;
}
.latest-news .esprit-news-text {
  flex: 1;
}
.latest-news .esprit-news-title {
  font-weight: bold;
  margin-bottom: 5px;
}
.latest-news .esprit-news-footer {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: gray;
  margin-top: 5px;
}
.latest-news .esprit-tab {
  color: var(--color-1);
  padding: 5px 10px;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  line-height: 23px;
  text-align: right;
  font-size: 1rem;
  font-variation-settings: "wght" 500, "KASH" 0;
}
.latest-news .esprit-tab.active {
  background-color: var(--color-2);
  color: white;
  position: relative;
}
.latest-news .esprit-tab.active::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: var(--color-2) transparent transparent transparent;
  transform: translateX(-50%);
}
.latest-news .esprit-tab-list {
  margin-bottom: 15px;
  position: relative;
}
@media (max-width: 1399.98px) {
  .latest-news .esprit-news-list {
    height: 632px;
  }
}

.other-news .esprit-news-list {
  height: 719px;
}
.other-news .esprit-news-item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.other-news .esprit-news-item a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.other-news .esprit-news-item:last-child {
  border-bottom: none;
}
.other-news .esprit-news-item img {
  aspect-ratio: 111/83;
  object-fit: cover;
  border-radius: 5px;
  overflow: hidden;
  flex: 0 0 auto;
}
.other-news .esprit-news-item .esprit-news-text {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
}
.other-news .esprit-news-item .esprit-news-text h3 {
  color: #4e4e4e;
  font-size: 1rem;
  font-variation-settings: "wght" 500, "KASH" 0;
}
.other-news .esprit-news-item .esprit-news-text .esprit-news-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.other-news .esprit-news-item .esprit-news-text .esprit-news-footer__group {
  background: #f0f0f0;
  color: #000;
  text-align: center;
  font-size: 0.75rem;
  border-radius: 5px;
  font-variation-settings: "wght" 300, "KASH" 0;
  padding: 5px;
  line-height: normal;
}
.other-news .esprit-news-text {
  flex: 1;
}
.other-news .esprit-news-title {
  font-weight: bold;
  margin-bottom: 5px;
}
.other-news .esprit-news-footer {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: gray;
  margin-top: 5px;
}
.other-news .esprit-tab {
  padding: 5px 10px;
  background-color: #f0f0f0;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  line-height: 23px;
  color: #041650;
  text-align: right;
  font-size: 1rem;
  font-variation-settings: "wght" 500, "KASH" 0;
}
@media (max-width: 1399.98px) {
  .other-news .esprit-news-list {
    height: 616px;
  }
}

.content-grid__item--4 {
  position: relative;
}
.content-grid__item--4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.875rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 80.24%);
}

.interview-notes {
  height: 100%;
}
.interview-notes-contens {
  height: 100%;
}
.interview-notes .swiper {
  max-width: 100%;
  overflow: visible;
}
@media (max-width: 991.98px) {
  .interview-notes .swiper {
    overflow: hidden;
    height: 500px;
  }
}
.interview-notes .swiper-3d {
  perspective: 1100px;
}
@media (max-width: 991.98px) {
  .interview-notes .swiper-3d {
    perspective: 800px;
  }
}
.interview-notes .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 120px;
  height: 120px;
  position: relative;
}
.interview-notes .swiper-slide::after {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(to bottom right, rgba(184, 184, 184, 0.5607843137), rgba(255, 255, 255, 0.368627451));
}
.interview-notes .swiper-slide-active::after {
  background: none;
}
.interview-notes .swiper-slide > div {
  text-align: center;
  display: none;
  opacity: 0;
}
.interview-notes .swiper-slide-active div {
  display: block;
  opacity: 1;
  width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  transform: translateX(80px);
  margin-top: 30px;
}
@media (max-width: 1199.98px) {
  .interview-notes .swiper-slide-active div {
    width: 270px;
  }
}
@media (max-width: 991.98px) {
  .interview-notes .swiper-slide-active div {
    width: 100%;
    position: absolute;
    left: 0;
    transform: translateX(0px);
  }
}
.interview-notes .swiper-slide h3 {
  position: relative;
  color: var(--color-1);
  text-align: center;
  font-size: 1em;
  font-variation-settings: "wght" 699, "KASH" 0;
}
.interview-notes .swiper-slide h3::after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: linear-gradient(#e66465, #9198e5);
}
.interview-notes .swiper-slide p {
  color: var(--color-1);
  font-size: 1rem;
  font-variation-settings: "wght" 450, "KASH" 0;
}
.interview-notes .swiper-slide-active h3::after {
  animation: line 0.5s linear forwards;
}
.interview-notes .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  border: 5px solid #fff;
  box-shadow: 0px 15px 16px -10px rgba(24, 39, 75, 0.3);
  border-radius: 50%;
  aspect-ratio: 1/1;
}
@keyframes line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .interview-notes .swiper-slide h2 {
    font-size: 2rem;
  }
}
.interview-notes .slider__controls {
  position: absolute;
  z-index: 12;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%);
}

.words-academics {
  position: relative;
  height: 100%;
}
.words-academics .words-academics-contents {
  height: calc(100% - 30px);
}
.words-academics__icon {
  position: absolute;
  inset-inline-end: 0px;
  bottom: 0px;
}
.words-academics__icon img {
  opacity: 0.05;
  transition: opacity 0.3s ease-in-out;
}
.words-academics__icon img:hover {
  opacity: 0.2;
}
.words-academics__text {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.words-academics__text p {
  color: var(--color-1);
  text-align: start;
  font-size: 1rem;
  margin-bottom: 15px;
  font-variation-settings: "wght" 500, "KASH" 0;
}
.words-academics__text ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: auto;
}
.words-academics__text ul li {
  position: relative;
  padding-inline-start: 22px;
  transition: transform 0.3s ease-in-out;
}
.words-academics__text ul li:hover {
  transform: translateX(-5px);
}
.words-academics__text ul li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: var(--color-4);
  border-radius: 100px;
  transition: background 0.3s ease-in-out;
}
.words-academics__text ul li:hover::before {
  background: var(--color-2);
}
.words-academics__text ul li span {
  color: var(--color-1);
  text-align: start;
  font-size: 1rem;
  font-variation-settings: "wght" 300, "KASH" 0;
  transition: color 0.3s ease-in-out;
}
.words-academics__text ul li span:hover {
  color: #000;
}
.words-academics__link {
  display: inline-flex;
  width: max-content;
  padding: 10px;
  border-radius: 10px;
  background: var(--color-2);
  color: #FFF;
  text-align: center;
  font-size: 1em;
  font-variation-settings: "wght" 500, "KASH" 0;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.words-academics__link:hover {
  background: var(--color-1);
  color: #fff;
}

.introduction-centers {
  position: relative;
}
.introduction-centers .wrapper-box-title {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1;
}
.introduction-centers .wrapper-box-title a {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 100px;
  padding: 5px 10px;
  color: var(--color-1);
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.introduction-centers .wrapper-box-title a:hover {
  background: var(--color-3);
  color: #fff;
}
.introduction-centers__item {
  position: relative;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 991.98px) {
  .introduction-centers__item {
    border-radius: 1.875rem;
    overflow: hidden;
    width: 50%;
  }
}
.introduction-centers__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.875rem;
  background: linear-gradient(180deg, rgba(4, 22, 80, 0.15) 0%, #041650 100%);
  transition: opacity 0.3s ease-in-out;
}
.introduction-centers__item:hover {
  transform: scale(1.05);
}
.introduction-centers__item:hover:before {
  opacity: 0.8;
}
.introduction-centers__image {
  aspect-ratio: 36/55;
  object-fit: cover;
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}
.introduction-centers__image:hover {
  transform: scale(1.1);
  filter: brightness(1.2);
}
.introduction-centers__box-title {
  position: absolute;
  left: 0;
  bottom: 65px;
  padding: 0 30px;
}
.introduction-centers__box-title img {
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-bottom: 15px;
}
.introduction-centers__box-title h2 {
  color: #fff;
  text-align: start;
  font-size: 1.25em;
  font-variation-settings: "wght" 600, "KASH" 0;
  margin-bottom: 10px;
}
.introduction-centers__box-details h3 {
  color: #fff;
  text-align: start;
  font-size: 1.25em;
  font-variation-settings: "wght" 600, "KASH" 0;
  margin-bottom: 15px;
}
.introduction-centers__box-details p {
  color: #fff;
  text-align: start;
  font-size: 1em;
  font-variation-settings: "wght" 450, "KASH" 0;
}
.introduction-centers .flickity-viewport {
  border-radius: 1.875rem;
}
.introduction-centers .flickity-page-dots {
  bottom: 30px;
}

.events {
  position: relative;
  z-index: 9;
}
.events .events-contents .events__carousel .swiper-slide {
  max-height: 471px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.events .events-contents .events__carousel .swiper-slide-active::after {
  background: none;
}
.events .events-contents .events__carousel .swiper-slide .event-title {
  text-align: center;
  display: none;
  opacity: 0;
}
.events .events-contents .events__carousel .swiper-slide-active .event-title {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  opacity: 1;
  width: calc(100% - 20px);
  margin-bottom: 10px;
}
.events .events-contents .events__carousel .swiper-slide a {
  position: relative;
}
.events .events-contents .events__carousel .swiper-slide img {
  width: 370px;
  height: 471px;
  aspect-ratio: 370/471;
  object-fit: cover;
  border-radius: 25px;
}
.events .events-contents .events__carousel .swiper-slide h2 {
  color: var(--color-1);
  text-align: justify;
  font-size: 1em;
  padding: 15px;
  font-variation-settings: "wght" 699, "KASH" 0;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
}
.multimedia {
  position: relative;
  height: 1022px;
  padding: 153px 0;
  margin: -80px 0;
}
.multimedia .wrapper-box-title {
  margin-bottom: 30px;
}
.multimedia .wrapper-box-title h2 {
  color: #fff;
}
.multimedia .wrapper-box-title a {
  background: rgb(255, 255, 255);
  border-radius: 100px;
  padding: 5px 10px;
  color: var(--color-1);
}
.multimedia .wrapper-box-title .wrapper-box-divider::after {
  border-top: 1px solid rgb(255, 255, 255);
  border-bottom: 1px solid rgb(255, 255, 255);
}
@media (max-width: 991.98px) {
  .multimedia {
    height: auto;
  }
}
.multimedia::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #041650;
  background-image: linear-gradient(rgba(4, 22, 80, 0.9), rgba(4, 22, 80, 0.9)), url("../img/arabesque-img.jpg");
  background-attachment: fixed;
  mask-image: url("../img/bg-svg.svg");
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../img/bg-svg.svg");
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.multimedia .multimedia-contents {
  display: grid;
  grid-template-columns: minmax(250px, 300px) minmax(400px, 600px) minmax(220px, 330px);
  grid-template-rows: minmax(250px, 308px) minmax(250px, 308px);
  grid-gap: 30px;
  max-height: 1495px;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .multimedia .multimedia-contents {
    max-height: max-content;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.multimedia .multimedia-contents .multimedia-chosen {
  grid-column: 1/span 1;
  grid-row: 1/span 2;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 991.98px) {
  .multimedia .multimedia-contents .multimedia-chosen {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
  }
}
.multimedia .multimedia-contents .multimedia-chosen__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.multimedia .multimedia-contents .multimedia-chosen__item h3 {
  color: #fff;
  font-size: 1em;
  font-variation-settings: "wght" 400, "KASH" 0;
  margin-bottom: 10px;
  line-height: normal;
  text-align: justify;
}
.multimedia .multimedia-contents .multimedia-chosen__item-img {
  display: flex;
  align-items: center;
  justify-self: center;
  position: relative;
  margin-bottom: 15px;
}
.multimedia .multimedia-contents .multimedia-chosen__item-img img {
  aspect-ratio: 30/21;
  object-fit: cover;
  border-radius: 15px;
  overflow: hidden;
}
.multimedia .multimedia-contents .multimedia-chosen__item-img i {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 44px;
  background: rgba(23, 25, 29, 0.5);
  backdrop-filter: blur(10px);
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 17px;
  width: 70px;
  height: 70px;
}
.multimedia .multimedia-contents .multimedia-chosen__item .multimedia-chosen-footer {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
}
.multimedia .multimedia-contents .multimedia-chosen__item .multimedia-chosen-footer__group {
  background: #444a55;
  color: #ffffff;
  text-align: center;
  font-size: 0.75rem;
  border-radius: 5px;
  font-variation-settings: "wght" 300, "KASH" 0;
  padding: 5px;
  line-height: normal;
}
.multimedia .multimedia-contents .multimedia-chosen__item .multimedia-chosen-footer__date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  font-size: 0.75rem;
  color: #ffffff;
}
.multimedia .multimedia-contents .multimedia-chosen__item .multimedia-chosen-footer__date span {
  color: #ffffff;
}
.multimedia .multimedia-contents .multimedia__carousel {
  grid-column: 2/span 1;
  grid-row: 1/span 2;
}
@media (max-width: 991.98px) {
  .multimedia .multimedia-contents .multimedia__carousel {
    grid-column: 1/span 1;
    grid-row: 2/span 1;
  }
}
.multimedia .multimedia-contents .multimedia__carousel .multimedia__item-img {
  position: relative;
}
.multimedia .multimedia-contents .multimedia__carousel .multimedia__item-img i {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 44px;
  background: rgba(23, 25, 29, 0.5);
  backdrop-filter: blur(10px);
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 17px;
  width: 70px;
  height: 70px;
}
.multimedia .multimedia-contents .multimedia__carousel .multimedia__item-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 60/55;
  object-fit: cover;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3sease-in-out;
}
.multimedia .multimedia-contents .multimedia__carousel .multimedia__item h3 {
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  font-variation-settings: "wght" 699, "KASH" 0;
  padding: 0px 75px;
  margin-top: 15px;
  line-height: normal;
}
@media (max-width: 1199.98px) {
  .multimedia .multimedia-contents .multimedia__carousel .multimedia__item h3 {
    padding: 0px 30px;
  }
}
.multimedia .multimedia-contents .multimedia__carousel .flickity-viewport {
  border-radius: 15px;
}
.multimedia .multimedia-contents .multimedia__carousel .flickity-button.previous {
  transform: translateX(100%) translateY(-40%);
  top: 40%;
}
.multimedia .multimedia-contents .multimedia__carousel .flickity-button.next {
  transform: translateX(-100%) translateY(-40%);
  top: 40%;
}
.multimedia .multimedia-contents .multimedia__carousel .flickity-page-dots {
  bottom: 126px;
}
.multimedia .multimedia-contents .multimedia__list {
  grid-column: 3/span 1;
  grid-row: 1/span 2;
}
@media (max-width: 991.98px) {
  .multimedia .multimedia-contents .multimedia__list {
    grid-column: 1/span 1;
    grid-row: 3/span 1;
  }
}
.multimedia .multimedia-contents .multimedia__list .esprit-news-item:not(:last-child) {
  border-bottom: 1px solid #3d414c;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.multimedia .multimedia-contents .multimedia__list .esprit-news-item a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
}
.multimedia .multimedia-contents .multimedia__list .esprit-news-item .esprit-news-image {
  position: relative;
  flex: 0 0 auto;
}
.multimedia .multimedia-contents .multimedia__list .esprit-news-item .esprit-news-image img {
  aspect-ratio: 100/90;
  object-fit: cover;
  border-radius: 15px;
  overflow: hidden;
}
.multimedia .multimedia-contents .multimedia__list .esprit-news-item .esprit-news-image i {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  background: rgba(23, 25, 29, 0.5);
  backdrop-filter: blur(10px);
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 17px;
  width: 40px;
  height: 40px;
}
.multimedia .multimedia-contents .multimedia__list .esprit-news-item .esprit-news-text {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 5px;
  margin-top: 10px;
}
.multimedia .multimedia-contents .multimedia__list .esprit-news-item .esprit-news-text h3 {
  color: #fff;
  font-size: 0.875rem;
  font-variation-settings: "wght" 300, "KASH" 0;
  line-height: normal;
}
.multimedia .multimedia-contents .multimedia__list .esprit-news-item .esprit-news-text .esprit-news-footer__group {
  background: #444a55;
  color: #ffffff;
  text-align: center;
  font-size: 0.75rem;
  border-radius: 5px;
  font-variation-settings: "wght" 300, "KASH" 0;
  padding: 5px;
  line-height: normal;
  text-align: justify;
}
.services-links {
  margin-bottom: 30px;
}
.services-links .services-links-contents .services-links__carousel {
  position: relative;
}
.services-links .services-links-contents .services-links__carousel .ads__carousel-divider {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 136px);
  gap: 15px;
  width: 100%;
}
.services-links .services-links-contents .services-links__carousel .services-links__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 15px;
  background: rgba(0, 52, 102, 0.03);
  padding: 50px 0px;
  height: 100%;
}
.services-links .services-links-contents .services-links__carousel .services-links__item a h3 {
  color: var(--Light-Color-1, #041650);
  text-align: center;
  font-size: 1em;
  font-variation-settings: "wght" 500, "KASH" 0;
  max-width: 220px;
}
.services-links .services-links-contents .services-links__carousel .flickity-button.next {
  right: auto;
}
@media (max-width: 575.98px) {
  .services-links ol.services-links-dots.custom-flickity-dots {
    display: none;
  }
}

.ads {
  margin-bottom: 30px;
}
.ads .ads__carousel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 136px);
  gap: 15px;
}
.ads .ads__carousel .ads__item a img {
  border-radius: 25px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .ads .ads__carousel {
    display: block;
  }
  .ads .ads__carousel .ads__item {
    width: 100%;
    margin-inline-end: 15px;
  }
}
.ads .ads__carousel .flickity-page-dots {
  bottom: 15px;
}

.footer-sec {
  position: relative;
}

.footer-sec:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  background-image: url("../img/footer-bg-pattern.png");
  opacity: 6%;
  border: none;
}

.footer-sec__container {
  position: relative;
  height: 100%;
  padding-top: 60px;
  z-index: 5;
}

.footer-sec__container:after {
  content: "";
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #ffffff;
  opacity: 1;
  border: none;
}

.footer-sec__map {
  position: relative;
  width: 396px;
  height: 234px;
  margin-top: 30px;
  box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}
@media (max-width: 767.98px) {
  .footer-sec__map {
    width: 100%;
    object-fit: cover;
  }
}

.footer-sec__map img {
  border-radius: 15px;
}

.footer-sec__header {
  margin-bottom: 30px;
  position: relative;
  padding-inline-start: 85px;
}

.footer-sec__header:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  inset-inline-start: 0;
  width: 16px;
  height: 2px;
  background: #041650;
}

.footer-sec__header:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  inset-inline-start: 19px;
  width: 50px;
  height: 2px;
  background: #041650;
}

.footer-sec__cell {
  width: calc(16.66% - 15px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-sec__top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .footer-sec__top {
    flex-wrap: wrap;
  }
}

.footer-sec__col {
  width: 690px;
}

.footer-sec__col ul {
  padding: 0;
  list-style-type: none;
}

.footer-sec__col:first-child {
  width: 480px;
}

.footer-sec__about li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.footer-sec__about li span {
  padding-inline-start: 16px;
}

.footer-sec__social {
  margin-top: 30px;
  display: flex;
  margin-top: 30px;
}

.footer-sec__social li {
  position: relative;
  width: 39px;
  height: 39px;
  background-color: #041650;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline-end: 8px;
  overflow: hidden;
}

.footer-sec__social li i {
  display: flex;
  position: relative;
  z-index: 3;
}

.footer-sec__social li i::before {
  transition: 0.5s;
  color: #f0f0f0;
}

.footer-sec__social li:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.5s;
  z-index: 2;
}

.footer-sec__social li:hover i:before {
  color: var(--secondary-color);
}

.footer-sec__social li:hover::before {
  top: 0;
}

.footer-sec__links {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 10px;
  min-height: 243px;
  height: auto;
}

.footer-sec__links li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}

.footer-sec__links li i:before {
  transition: all 0.2s linear;
}

.footer-sec__links li:hover span {
  color: var(--secondary-color);
}

.footer-sec__links li:hover i:before {
  color: var(--secondary-color);
}

.footer-sec__links li span {
  margin-inline-start: 8px;
  transition: all 0.2s linear;
}

.footer-sec__bottom {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(240, 240, 240, 0.15);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-sec__visit {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  border-bottom: 1px solid rgba(4, 22, 80, 0.15);
  padding-bottom: 28px !important;
  width: 80%;
}

.footer-sec__information {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}

.footer-sec__information li {
  font-weight: 300 !important;
}

.footer-sec__information li {
  margin-inline-end: 16px;
}

.footer-sec__bottom {
  margin-top: 90px;
}

.footer-sec__copyright {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.footer-sec__copyright span:first-child {
  margin-bottom: 8px;
}

[dir=ltr] .flickity-rtl .flickity-page-dots {
  direction: ltr;
}

[dir=ltr] .section__archive i {
  transform: rotate(180deg);
}

[dir=ltr] .tabs-sec__list li i {
  transform: rotate(180deg);
}

[dir=ltr] .content-item__archive i {
  transform: rotate(180deg);
}

[dir=ltr] .footer-sec__links li i {
  transform: rotate(180deg);
}

[dir=ltr] .prof-item__content::before {
  left: 25%;
}

[dir=ltr] .prof-item__pic::before {
  left: 48%;
}

@media (min-width: 992px) {
  .header-hamburger-btn {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .header-hamburger-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  nav#espritmenu > ul {
    display: none;
  }
  .mburger,
  .mburger b {
    display: -webkit-box;
    display: -ms-flexbox;
  }
  .mburger {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mburger b {
    background-color: #ffb800;
    height: 3px;
    width: 25px;
    border-radius: 8px;
    display: flex;
  }
  .mburger b:not(:last-child) {
    margin-bottom: 5px;
  }
}
.slider__controls {
  position: relative;
  z-index: 12;
}
.slider__controls .slider__pagination {
  background: #f7f7f7;
  width: max-content;
  border-radius: 100px;
  display: flex;
  align-items: center;
  padding: 10px;
}
.slider__controls .slider__pagination .swiper-pagination-bullet {
  width: 15px;
  height: 5px;
  display: inline-block;
  background: #dcdcdc;
  border-radius: 100px;
  transition: all 0.2s linear;
  opacity: 1;
}
.slider__controls .slider__pagination .swiper-pagination-bullet:hover {
  background: #ffb606 !important;
}
.slider__controls .slider__pagination .swiper-pagination-bullet {
  margin: 0px;
  margin-inline-end: 5px;
}
.slider__controls .slider__pagination .swiper-pagination-bullet:last-child {
  margin-inline-end: 0px;
}
.slider__controls .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.slider__controls .slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--color-4);
  width: 60px;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.slider__controls .slider__pagination .swiper-pagination-bullet-active:hover {
  background: #ffb606 !important;
}

.m-t-sticky {
  margin-top: 200px;
}

.accessibility__btn,
.go-top {
  background: var(--color-5);
}

.flickity-enabled:hover .flickity-button {
  opacity: 1;
}
.flickity-enabled .flickity-button {
  background-color: #fff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in;
  z-index: 99;
  opacity: 0;
}
.flickity-enabled .flickity-button::before {
  font-family: "niafam" !important;
  color: var(--color-1);
  transition: all 0.2s linear;
  font-size: 12px;
}
.flickity-enabled .flickity-button:hover {
  background-color: var(--color-5);
}
.flickity-enabled .flickity-button:hover::before {
  color: #000;
}
.flickity-enabled .flickity-button.next {
  left: 64px !important;
  transform: translateX(-100%) translateY(-50%);
  border-radius: 15px;
}
.flickity-enabled .flickity-button.next::before {
  content: "\e906";
  font-size: 24px;
  line-height: normal;
}
.flickity-enabled .flickity-button.previous {
  right: 64px !important;
  transform: translateX(100%) translateY(-50%);
  border-radius: 15px;
}
.flickity-enabled .flickity-button.previous::before {
  content: "\e907";
  font-size: 24px;
  line-height: normal;
}
.flickity-enabled .flickity-button:disabled {
  opacity: 1;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 100px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.custom-flickity-dots {
  background: #f7f7f7;
  width: max-content;
  border-radius: 100px;
  display: flex;
  align-items: center;
  padding: 10px;
}

.flickity-page-dots .dot,
.custom-flickity-dots .dot {
  display: inline-block;
  margin-inline-end: 5px;
  background: #dcdcdc;
  opacity: 1;
  cursor: pointer;
  width: 15px;
  height: 5px;
  border-radius: 100px;
}

.flickity-page-dots .dot.is-selected,
.custom-flickity-dots .dot.is-selected {
  opacity: 1;
  width: 60px;
  background: var(--color-4);
  height: 5px;
  border-radius: 100px;
}

.scroll-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--color-2);
  color: white;
  border: none;
  cursor: pointer;
  font-size: 24px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s, transform 0.3s;
  z-index: 999;
}

.scroll-to-top:hover {
  background-color: var(--color-4);
  transform: scale(1.1);
}

.scroll-to-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid transparent;
  box-sizing: border-box;
}

.scroll-to-top.active::after {
  border-color: #fff;
  animation: fillCircle 1s linear forwards;
}

@keyframes fillCircle {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.search-area {
  display: flex;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.5);
  filter: drop-shadow(15px 15px 30px rgba(0, 0, 0, 0.05));
  -webkit-backdrop-filter: blur(44px);
  backdrop-filter: blur(44px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s linear;
}

.search-area--opened {
  visibility: visible;
  opacity: 1;
}

.search-area__close-btn {
  font-size: 1em;
  position: absolute;
  top: 20px;
  right: 30px;
  display: flex;
  padding: 12px;
  line-height: 12px;
  background-color: #ffb228;
  border: 0;
  cursor: pointer;
  border-radius: 5px;
  color: #000;
  opacity: 1;
}

.search-area__close-btn i {
  color: #003e7a;
}

.search-area__form {
  display: flex;
  flex-direction: column;
  margin: 80px 0;
  transition: all 0.2s linear;
}
.search-area__form i {
  padding: 30px;
}
.search-area__form .btn {
  background: #ccc;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}
.search-area__form .btn:hover {
  color: #fff;
  background: var(--color-2);
}

.search-area__input {
  border-width: 0 0 2px 0;
  border-radius: 0;
  font-size: 1.75em;
  padding: 10px 0;
  border-color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  background-color: transparent;
  opacity: 1;
  color: var(--color-1);
  margin-bottom: 0 !important;
  border: none !important;
  padding: 30px;
  width: 90%;
}

.search-area__text {
  color: #fff;
}

#btn-search {
  cursor: pointer;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
}

#btn-search:hover i {
  transition: all 0.2s linear;
}

#btn-search i {
  transition: all 0.2s linear;
}

.search-area--opened {
  visibility: visible !important;
  opacity: 1 !important;
}

.search-area {
  display: flex;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(30px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s linear;
}

.search-area__close-btn {
  font-size: 1em;
  position: absolute;
  top: 20px;
  right: 30px;
  display: flex;
  padding: 12px;
  line-height: 12px;
  background-color: #ffb228;
  border: 0;
  cursor: pointer;
  border-radius: 100px;
  color: #000;
  opacity: 1;
  transition: all 0.2s linear;
}

.search-area__close-btn:hover {
  background-color: #da2128;
}

.search-area__form {
  display: flex;
  flex-direction: row;
  margin: 80px 0;
  transition: 0.5s;
  width: 66%;
  justify-content: space-between;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.05);
  filter: drop-shadow(15px 15px 30px rgba(0, 0, 0, 0.05));
  -webkit-backdrop-filter: blur(44px);
  backdrop-filter: blur(44px);
}

.accessibility__btn {
  z-index: 700;
  width: 60px;
  height: 60px;
  border-radius: 0 15px 15px 0;
  background: var(--color-4);
  position: fixed;
  left: 0px;
  top: calc(50% - 25px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
}
.accessibility__btn:hover {
  color: white;
  background-color: var(--color-1);
}

.accessibility__btn i {
  font-size: 2.2em;
}

.accessibility__btn:hover .accessibility__tooltip {
  opacity: 1;
  visibility: visible;
}

.accessibility__tooltip {
  opacity: 0;
  visibility: hidden;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: black;
  background-color: var(--color-1);
  border-radius: 5px;
  position: fixed;
  left: 70px;
  top: 50%;
  -webkit-transition: all 0.3sease-out;
  transition: all 0.3sease-out;
  height: 27px;
  color: white;
  transform: translateY(-50%);
}

.accessibility__tooltip::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  left: -7px;
  border-right: 10px solid var(--color-1);
}

/* استایل‌های نهایی برای تنظیمات قالب */
.offcanvas-settings {
  position: fixed;
  top: 0;
  left: -600px;
  width: 300px;
  height: 100%;
  background: #f8f8f8;
  box-shadow: 30px 0px 60px 30px rgba(0, 0, 0, 0.2);
  padding: 20px 20px 20px 10px;
  transition: left 0.3s;
  z-index: 1000;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #ccc #f8f8f8;
}
.offcanvas-settings h3 {
  font-size: 1.125em;
  font-variation-settings: "wght" 699, "KASH" 0;
  margin-bottom: 1rem;
  padding-inline-start: 5px;
}
.offcanvas-settings label {
  font-size: 1em;
  font-variation-settings: "wght" 450, "KASH" 0;
  margin-bottom: 0.5rem;
  padding-inline-start: 5px;
  position: relative;
}
.offcanvas-settings .reset-button {
  background: none;
  border: none;
  color: #ff4d4d;
  font-size: 0.9em;
  cursor: pointer;
  margin-inline-start: 8px;
  transition: color 0.3s;
}
.offcanvas-settings .reset-button:hover {
  color: #d32f2f;
}
.offcanvas-settings .reset-icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
  stroke: #ff4d4d;
  transition: stroke 0.3s, transform 0.3s;
  position: absolute;
  left: 10px;
  top: 10px;
}
.offcanvas-settings .reset-icon:hover {
  stroke: #cc0000;
  transform: rotate(-20deg);
}

.offcanvas-settings__item {
  background: #eee;
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 1rem;
  position: relative;
}
.offcanvas-settings__item .noUi-target {
  margin-bottom: 2.5rem;
}

.offcanvas-settings::-webkit-scrollbar {
  width: 6px;
}

.offcanvas-settings::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 3px;
}

.offcanvas-settings.open {
  left: 0;
}

.section-title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
  padding-bottom: 5px;
  border-bottom: 2px solid #ddd;
}

/* تنظیمات گزینه‌ها */
.options-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 10px;
}

.options-grid.options-grid-horizontally {
  grid-template-columns: repeat(8, 1fr);
}

.options-grid.options-grid-horizontally .option-item {
  border-radius: 100px;
  border: 0px solid transparent;
  width: 24px;
  height: 24px;
}

.option-item {
  padding: 12px;
  text-align: center;
  border: 2px solid transparent;
  cursor: pointer;
  background: #e0e0e0;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  font-size: 13px;
  font-weight: 500;
}

.option-item:hover {
  background: #d6d6d6;
  transform: scale(1.05);
}

.option-item.active {
  border-color: #007bff;
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: white;
  transform: scale(1.1);
}

.option-item img {
  width: auto;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  object-fit: contain;
}

/* لیست رنگ‌ها به‌صورت دایره‌ای */
.color-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 10px;
}

.color-item {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s;
}

.color-item:hover {
  transform: scale(1.1);
}

.color-item.active {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* تب‌بندی تنظیمات */
.settings-tabs {
  display: flex;
  justify-content: space-around;
  background: #ddd;
  padding: 5px;
  border-radius: 8px;
}

.tab-item {
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  border-radius: 6px;
  transition: all 0.3s;
}

.tab-item.active {
  background: #007bff;
  color: white;
}

/* حالت‌های کنتراست */
.contrast-mode.dark {
  filter: invert(1) hue-rotate(180deg);
  background-color: black !important;
  color: white !important;
}

.contrast-mode.light {
  filter: none;
  background-color: white !important;
  color: black !important;
}

.contrast-mode.high {
  filter: contrast(2);
}

/* حالت‌های اشباع رنگ */
.saturation-mode.high {
  filter: saturate(2);
}

.saturation-mode.monochrome {
  filter: grayscale(100%);
}

.saturation-mode.low {
  filter: saturate(0.5);
}

/* حالت کوررنگی */
.colorblind-filter {
  filter: none;
}

.deuteranopia {
  filter: url(#deuteranopia);
}

.protanopia {
  filter: url(#protanopia);
}

.tritanopia {
  filter: url(#tritanopia);
}

.achromatopsia {
  filter: grayscale(100%);
}

/* استایل اطلاعات راهنما */
.info-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #007bff;
  color: white;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
  margin-left: 5px;
  position: relative;
}

.info-text {
  display: none;
  position: absolute;
  inset-inline-start: 0;
  top: 30px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 8px;
  border-radius: 5px;
  width: 220px;
  font-size: 12px;
  z-index: 10;
  transition: opacity 0.3s ease-in-out;
}

.info-icon:hover + .info-text {
  display: block;
  opacity: 1;
}/*# sourceMappingURL=main.css.map */