/**************************/
/*RESET*/
/**************************/
*:where( :not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

input,
button,
textarea,
select {
  font: inherit;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
  width: 100%;
}

input,
textarea {
  user-select: auto;
  -webkit-user-select: auto;
  -ms-user-select: auto;
  -moz-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}

::-webkit-input-placeholder {
  color: unset;
}

::-moz-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::-ms-input-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
  -ms-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
}

:where([draggable="true"]) {
  -webkit-user-drag: element;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

/**************************/
/*ROOT*/
/**************************/
:root,
[data-theme="light"] {
  --c-primary: #29166f;
  --c-secondary: #1bd2a7;
  --c-dark-secondary: #008b9e;

  --c-white: #fff;
  --c-black: #000;

  --c-blue-50: #f7f8fa;
  --c-blue-75: #eae9ed;
  --c-blue-100: #e0dfe3;
  --c-blue-150: #797e91;
  --c-blue-200: #0d0b26;

  --c-neutral-50: #f6f5f6;
  --c-neutral-100: #eaeaea;
  --c-neutral-150: #e2e2e2;
  --c-neutral-200: #d8d8d8;
  --c-neutral-300: #c5c5c5;
  --c-neutral-400: #b1b1b1;
  --c-neutral-500: #9e9e9e;
  --c-neutral-600: #808080;
  --c-neutral-700: #636363;
  --c-neutral-800: #454545;
  --c-neutral-850: #363636;
  --c-neutral-900: #1e1e1e;
  --c-neutral-950: #191919;
  --c-neutral-1000: #0a0a0a;

  --ease1: cubic-bezier(0.68, -0.6, 0.32, 1.6);
  --ease2: cubic-bezier(0.5, 1, 0.89, 1);
  --width-container: 135rem;
  --c-danger: #f40259;
  --bg-danger: #faf2f2;

  --c-success: #0acd58;
  --bg-success: #ecf9ee;

  --c-info: #0288d1;
  --bg-info: #e6f1fc;

  --ff-main: IranYekan;
  --ff-icon: "WebsimaIcon";

  --head-space: 2.5rem;
  --space-xs: 4rem;
  --space-sm: min(7rem, 14vw);
  --space-md: min(8.5rem, 12vw);
  --space-lg: min(12rem, 12vw);
  --space-xl: min(15rem, 18vw);
  --space-xxl: min(20rem, 25vw);

  --header-h: calc(var(--hh) + -1px);

  --heading_h1_size: 2.8rem;
  --swiper-pagination-bullet-width: 1.2rem;
  --swiper-pagination-bullet-height: 1rem;
  --swiper-pagination-bullet-border-radius: 2rem;
  --swiper-pagination-color: var(--c-secondary);
  --swiper-pagination-bullet-inactive-color: var(--c-primary);
  --swiper-pagination-bullet-horizontal-gap: 0.2rem;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-navigation-size: 1.3rem;
  --swiper-navigation-sides-offset: 0;
  --swiper-preloader-color: var(--c-primary);
  /* --swiper-wrapper-transition-timing-function: var(--ease2); */
  --anim: 0.3s ease;
  --fw-400: "wght" 400, "dots" 1;

  --fw-500: "wght" 500, "dots" 1;
  --fw-600: "wght" 640, "dots" 1;
}

.screen-reader-text {
  display: none !important;
}

/**************************/
/*Fonts*/
/**************************/
@font-face {
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  font-family: IranYekan;
  src: url("../../fonts/iranyekanwebregular.woff2") format("woff2");
}

@font-face {
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  font-family: IranYekan;
  src: url("../../fonts/iranyekanwebmedium.woff") format("woff2");
}

@font-face {
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  font-family: IranYekan;
  src: url("../../fonts/iranyekanwebbold.woff2") format("woff2");
}

@font-face {
  font-family: "WebsimaIcon";
  src: url("../../fonts/icomoon.ttf") format("truetype"),
    url("../../fonts/icomoon.woff") format("woff"),
    url("../../fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/**************************/
/*Config*/
/**************************/
body {
  position: relative;
  direction: rtl;
  font-family: var(--ff-main), sans-serif;
  font-size: var(--fs-16);
  line-height: 2.2;
  min-height: 100vh;
  font-weight: 400;
  overflow-x: hidden;
  color: var(--c-blue-200);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  touch-action: manipulation;
}

/* html.mobile {
  font-size: min(2.2vw, 8px);
} */
html.modal-open {
  overflow: hidden;
}

html {
  font-size: 49%;
  scroll-behavior: smooth;
}

@media (min-width: 1024px) {
  html {
    font-size: 62.5%;
  }
}



* {
  outline: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

::-moz-selection {
  color: var(--c-white);
  background: var(--c-blue-200);
}

::selection {
  color: var(--c-white);
  background: var(--c-blue-200);
}

*:focus-visible {
  outline: none;
  outline-offset: 4px;
}

[role="button"] {
  cursor: pointer;
}

canvas {
  pointer-events: none;
}

body,
html {
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  width: 100%;
}

:target {
  scroll-margin-top: 14rem;
}

i,
svg {
  display: inline-flex;
  line-height: 1;
  vertical-align: middle;
}

input {
  font-family: var(--ff-main), Arial;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-filter: saturate(1.2);
  filter: saturate(1.2);
}

video {
  width: 100%;
  display: block;
  overflow: hidden;
  height: auto;
}

a {
  transition: var(--anim);
  color: currentColor;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: var(--anim);
  -moz-transition: var(--anim);
  -ms-transition: var(--anim);
  -o-transition: var(--anim);
}

ins {
  text-decoration: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

del {
  text-decoration: line-through;
}

#overlay {
  position: fixed;
  z-index: 25;
  background: #0000007a;
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  inset: 0;
  height: 100%;
  overflow: hidden;
  width: 100%;
  display: none;
}

/* #main {
  position: relative;
  z-index: 2;
} */
@-webkit-keyframes fadeEffect {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

button {
  cursor: pointer;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.6s transform, 0.6s right;
}

.overflow-x {
  overflow-x: auto;
  display: flex;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  white-space: nowrap;
}

.d-none {
  display: none;
}

/* a:active,
button:active {
  transform: scale(0.98);
} */

/**************************/
/*swiper*/
/**************************/
.swGrid .swiper-slide {
  height: auto;
}

.swGrid:not(.swiper-initialized) .swiper-slide,
.sw--autoplay:not(.swiper-initialized) .swiper-slide,
.swAuto-center:not(.swiper-initialized) .swiper-slide,
.swAuto:not(.swiper-initialized) .swiper-slide {
  margin-left: 1rem;
}

.grid-cols .swiper-wrapper {
  width: calc(100% + 2 * var(--gutter-x));
  margin-right: calc(-1 * (var(--gutter-x)));
  padding: 0 var(--gutter-x);
  box-sizing: border-box;
}

.grid-cols .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.grid-cols .swiper-wrapper {
  display: flex;
  scroll-behavior: smooth;
  overflow-x: auto;
  cursor: grab;
  transform: translate3d(0px, 0px, 0px);
  gap: min(3rem, 4vw);
}

/* Hide scrollbar for IE, Edge and Firefox */
.grid-cols .swiper-wrapper {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.notifyjs-bootstrap-base {
  /* background-image: unset !important; */
}

.justify-center {
  justify-content: center;
}

/**************************/
/* background section */
/**************************/
.title-wrapper--page {
  padding-top: var(--head-space);
}

.bg--black {
  --section-bg: var(--c-neutral-950);
  --section-color: var(--c-white);
  background-color: var(--section-bg);
  color: var(--section-color);
}

.bg--white {
  --section-bg: var(--c-white);
  --section-color: var(--c-primary);
  background: var(--section-bg);
}

.bg--default {
  --section-bg: var(--bg-body);
  background: var(--section-bg);
}


.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/**************************/
/* Gallery Viewer */
/**************************/
.gallery-viewer {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(0px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem;
  opacity: 0;
  transition: all 0.3s ease-out;
}

.gallery-viewer.show {
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(5px);
  opacity: 1;
}

.gallery-viewer__img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
  transform: scale(0.9);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.gallery-viewer.show .gallery-viewer__img {
  transform: scale(1);
  opacity: 1;
}

.gallery-viewer__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-out;
  opacity: 0;
  transform: scale(0.8) rotate(-90deg);
}

.gallery-viewer.show .gallery-viewer__close {
  opacity: 1;
  transform: scale(1) rotate(0);
}

.gallery-viewer__close:hover {
  background: var(--c-primary);
  color: var(--c-white);
  transform: scale(1.1) rotate(90deg);
}

.gallery-viewer__close i {
  font-size: 1.6rem;
}

.gallery_item {
  cursor: zoom-in;
}

/**************************/
/* popup share */
/**************************/
.share-popup-wrapper {
  position: fixed;
  top: 1rem;
  right: 0;
  bottom: 1rem;
  left: 0;
  z-index: 50;
  display: none;
}

.share-popup__title {
  display: flex;
  justify-content: space-between;
  padding: 1.4rem 2rem;
  gap: 1rem;
  border-bottom: 1px solid var(--c-primary-250);
  align-items: center;
  font-size: var(--fs-16);

  font-weight: bold;
  line-height: 1.6;
}

.share-popup--close {
  font-size: 3.2rem;
  color: var(--c-neutral-750);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--anim);
}

.desktop .share-popup--close:hover {
  transform: scale(1.04);
  opacity: 0.8;
}

.share-popup-box {
  height: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.share-popup__container {
  position: relative;
  max-height: 100%;
  width: min(50rem, 94%);
  border-radius: 12px;
  overflow: hidden;
  background-color: var(--c-white);
  display: flex;
  flex-direction: column;
}

.share-popup--backdrop {
  position: fixed;
  background-color: #00000098;
  inset: 0;
}

.share-popup__contents {
  padding: 2rem;
}

.popup-share-items :is(a, button) {
  all: unset;
  padding: 1rem;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  position: relative;
  border-radius: 12px;
  color: var(--c-white);
  -webkit-filter: brightness(1);
  filter: brightness(1);
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.popup-share-items i {
  font-size: var(--fs-18);
}

.popup-share-items button[title="copy"] {
  background: #9e9e9e;
}

.popup-share-items a[title="Facebook"] {
  background-color: #3b5998;
}

.popup-share-items a[title="Twitter"] {
  background-color: #00acee;
}

.popup-share-items a[title="telegram"] {
  background-color: #2aabee;
}

.popup-share-items a[title="LinkedIn"] {
  background-color: #0072b1;
}

.popup-share-items a[title="Whatsapp"] {
  background-color: #2bb741;
}

.popup-share-items :is(a, .button):hover {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}

.popup-share-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.3rem;
}

/**************************/
/*copeid-alert  */
/**************************/
.copeid-alert {
  position: fixed;
  top: 8rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--ff-main);
  font-size: var(--fs-16);
  background: var(--c-black);
  padding: 1rem 2rem;
  color: var(--c-white);
  border-radius: 8px;
  width: min(22rem, 90%);
  text-align: center;
  z-index: 52;
  transition: 0s;
  box-shadow: 0 8px 10px #00000026;
}

.copeid-alert.hide {
  opacity: 0;
  transition: 0.2s;
}

/**************************/
/*Reusable class */
/**************************/

.tabcontent {
  position: absolute;
  pointer-events: none;
  /* display: none; */
  opacity: 0;
  /* animation: fadeIn 0.3s ease-in-out; */
}

.tabcontent.active {
  pointer-events: all;
  position: relative;
  /* display: block; */
  opacity: 1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(1rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.layout-box {
  position: relative;
  padding: var(--gutter-x) 0 4rem;
  min-height: 22rem;
}

.section {
  position: relative;
  padding: var(--section-space) 0;
  overflow: hidden;
}

.container {
  width: 100%;
  padding: 0 var(--gutter-x);
  margin: 0 auto;
  max-width: var(--width-container);
}

.hidden-svg {
  position: absolute;
  display: block;
  pointer-events: none;
}

.swiper-slide {
  flex: none;
}

.swAmazing .swiper-slide,
.swAuto-center .swiper-slide,
.sw--autoplay .swiper-slide,
.swAuto .swiper-slide {
  height: auto;
}

.empty-error {
  color: var(--danger);
  background-color: var(--bg-danger);
  padding: 4rem 2rem;
  border-radius: 2rem;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
}

.gutter-b {
  margin-bottom: var(--gutter-x);
}

.text-justify {
  text-align: justify;
}

.btns--box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  row-gap: 1rem;
  margin-top: 3rem;
}

.sw {
  position: relative;
}
/*
.icon-plus {
  position: relative;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background-color: var(--c-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: var(--anim);
}

.icon-plus::before,
.icon-plus::after {
  content: "";
  position: absolute;
  background-color: var(--c-white);
  transition: var(--anim);
}

.icon-plus::before {
  width: 1.3rem;
  height: 0.2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icon-plus::after {
  width: 0.2rem;
  height: 1.3rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.active .icon-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
*/
/**************************/
/*line clamp*/
/**************************/
.line-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.line-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.line-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.line-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

/**************************/
/*positions*/
/**************************/
.position-static {
  position: static;
}

.relative {
  position: relative;
}

.subtitle-temp {
  text-align: center;
}

/**************************/
/*text align*/
/**************************/
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

/**************************/
/*spacing*/
/**************************/
.swiper-button-lock {
  display: none !important;
}

.pt-xs {
  padding-top: var(--space-xs);
}

.pt-sm {
  padding-top: var(--space-sm);
}

.pt-md {
  padding-top: var(--space-md);
}

.pt-lg {
  padding-top: var(--space-lg);
}

.pt-xl {
  padding-top: var(--space-xl);
}

.pt-xxl {
  padding-top: var(--space-xxl);
}

/* padding bottom */
.main-page {
  padding: 11rem 0 0;
}

.mb-1 {
  margin-bottom: 1rem;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-xs {
  padding-bottom: var(--space-xs);
}

.pb-sm {
  padding-bottom: var(--space-sm);
}

.pb-md {
  padding-bottom: var(--space-md);
}

.pb-lg {
  padding-bottom: var(--space-lg);
}

.pb-xl {
  padding-bottom: var(--space-xl);
}

.pb-xxl {
  padding-bottom: var(--space-xxl);
}

/**************************/
/*heading*/
/**************************/

.fs-14 {
  font-size: var(--fs-14);
}

.fs-15 {
  font-size: var(--fs-15);
}

.fs-16 {
  font-size: var(--fs-16);
}

.fs-18 {
  font-size: var(--fs-18);
}

.fs-20 {
  font-size: var(--fs-20);
  line-height: 1.8;
}

.fs-22 {
  font-size: var(--fs-22);
  line-height: 1.6;
}

.fs-24 {
  font-size: var(--fs-24);
  line-height: 1.5;
}

.fs-26 {
  font-size: var(--fs-26);
  line-height: 1.5;
}

.fs-28 {
  font-size: var(--fs-28);
  line-height: 1.5;
}

.fs-30 {
  font-size: var(--fs-30);
  line-height: 1.5;
}

.fs-32 {
  font-size: var(--fs-32);
  line-height: 1.5;
}

.fs-34 {
  font-size: var(--fs-34);
  line-height: 1.5;
}

.fs-36 {
  font-size: var(--fs-36);
  line-height: 1.5;
}

.fs-38 {
  font-size: var(--fs-38);
  line-height: 1.45;
}

.fs-40 {
  font-size: var(--fs-40);
  line-height: 1.4;
}

.fs-42 {
  font-size: var(--fs-42);
  line-height: 1.4;
}

/**************************/
/*Banneer sidebar*/
/**************************/
.banner--sidebar__item {
  display: block;
  overflow: hidden;
  border-radius: 3.2rem;
  position: relative;
}

.banner--sidebar__item img {
  width: 100%;
  transition: var(--anim);
}

.banner--sidebar__item::before {
  content: "";
  position: absolute;
  inset: -1px;
  background-image: linear-gradient(to top, #54111159, #112c541c);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: var(--anim);
}

.banner--sidebar__item:hover::before {
  opacity: 1;
}

.banner--sidebar__item:hover img {
  scale: 1.05;
}

@media (max-width: 1023.9px) {
  .sidebar-banner--single {
    margin-top: 2rem;
  }

}

/**************************/
/*weight*/
/**************************/
.fw-400 {
  font-weight: 400;
}

.fw-bold {
  font-weight: 600;
}

/**************************/
/*Scrollbar config */
/**************************/
::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.5rem;
}

::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 1rem;
}

::-webkit-scrollbar-thumb {
  background: silver;
  border-radius: 1rem;
  cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--c-primary);
}

body::-webkit-scrollbar {
  width: 1rem;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none !important;
}

.hide-scrollbar {
  -ms-overflow-style: none !important;
  /* IE and Edge */
  scrollbar-width: none !important;
  /* Firefox */
}

/**************************/
/* Head Section */
/**************************/
.heading--center {
  margin: auto;

  align-items: center;
  text-align: center;
}

.heading-base .entitle {
  margin-bottom: 1rem;
  font-family: var(--ff-en);
  text-transform: capitalize;
}

.heading-base .subtitle {
  margin-top: 0.5rem;
  color: var(--c-blue-150);
}

@media (max-width: 1023.9px) {
  .heading-base {
    align-items: center;
  }

}

.heading-base .entitle,
.heading-base .title,
.heading-base .subtitle {
  text-align: center;
}

.heading-base .title b {
  color: var(--c-primary);
}

.heading--between {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 20rem;
  column-gap: 20rem;
  row-gap: 2rem;
}

.heading-base {
  margin-bottom: var(--head-space);
  display: flex;
  flex-direction: column;
}

.heading--between .btns--box {
  margin-top: 0;
}

.heading--between-right {
  flex: 1;
}

.accordion-content:not(.open-in-desktop) {
  display: none;
  position: static;
  clear: both;
  margin: 0;
}

:root {
  --fs-10: 1.2rem;
  --fs-11: 1.3rem;
  --fs-12: 1.3rem;
  --fs-13: 1.4rem;
  --fs-14: 1.5rem;
  --fs-15: 1.6rem;
  --fs-16: 1.6rem;
  --fs-18: 1.8rem;
  --fs-20: 1.9rem;
  --fs-22: 2.1rem;
  --fs-24: 2.1rem;
  --fs-26: 2.1rem;
  --fs-28: 2.2rem;
  --fs-30: 2.3rem;
  --fs-32: 2.4rem;
  --fs-34: 2.6rem;
  --fs-36: 2.8rem;
  --fs-38: 3rem;
  --fs-40: 3rem;
  --fs-42: 3rem;
  --gutter-x: 1.5rem;
  --r: 4rem;
  --space-md-x: 0;
  --space-box: var(--gutter-x);
  --fs-editor: 1.7rem;
  --section-space: 3rem;
}

/* desktop  */
@media (min-width: 1024px) {
  :root {
    --fs-10: 1rem;
    --fs-12: 1.2rem;
    --fs-13: 1.3rem;
    --fs-14: 1.4rem;
    --fs-15: 1.5rem;
    --fs-16: 1.6rem;
    --fs-18: 1.8rem;
    --fs-20: 2rem;
    --fs-22: 2.2rem;
    --fs-24: 2.4rem;
    --fs-26: 2.6rem;
    --fs-28: 2.8rem;
    --fs-30: 3rem;
    --fs-32: 3.2rem;
    --fs-34: 3.4rem;
    --fs-36: 3.6rem;
    --fs-38: 3.8rem;
    --fs-40: 4rem;
    --fs-42: 4.2rem;
    --gutter-x: 1.5rem;
    --r: 10rem;
    --space-md-x: 9rem;
    --space-box: 4rem;
    --fs-editor: 1.6rem;

    --section-space: 4rem;
  }

  .title-wrapper--page .heading-base {
    margin-bottom: var(--space-xs);
    margin-right: var(--space-md-x);
    margin-left: var(--space-md-x);
  }

  .sw--autoplay:not(.swiper-initialized) .swiper-slide,
  .swAuto-center:not(.swiper-initialized) .swiper-slide,
  .swAuto:not(.swiper-initialized) .swiper-slide {
    margin-left: 2rem;
  }

  .heading--between {
    flex-direction: row;
    align-items: end;
    justify-content: space-between;
  }

  .heading--right .subtitle {
    text-align: justify;
  }

  .heading-base .entitle,
  .heading-base .title {
    text-align: unset;
  }



  .nav-up {
    --header-h: calc(var(--hh) - 6rem);
  }

  .layout-box {
    padding: var(--section-space) 0;
  }
  .w-lg-84 {
    max-width: 84%;
  }

}






.loading-spinner {
  width: 4rem;
  height: 4rem;
  border: 0.35rem solid var(--c-primary-300);
  border-top-color: var(--c-primary-200);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/** Swiper css   *************************************/
.swiper-navigation {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 82px;
  margin-top: 32px;
  gap: 22px;
  right: 50%;
  transform: translateX(50%);
  z-index: 1;
}
.swiper-navigation.abs-nav {
  position: absolute;
  top: 50%;
  height: 40px;
  width: 100%;
  right: 0;
  justify-content: space-between;
  z-index: 1;margin: 0;
  transform: translateY(-50%);
  pointer-events: none;
}

.swiper-nav {
  position: relative;
  font-size: 24px;
  cursor: pointer;
  transition: 0.4s ease;
  line-height: 1;
  display: flex;
  pointer-events: auto;
  font-weight: bold;
  color: var(--c-dark-secondary);
}
.swiper-nav:hover {
  color: var(--c-primary);
}
/**************************/
/*Intro*/
/**************************/
.inner-page #main{
  padding-top: 32px;
}
.intro-page {
  min-height: 380px;
  display: flex;
  align-items: center;
  border-radius: 32px;
  padding: 64px;
  background: var(--c-primary);
}
.page-heading.light-heading {
  color: #fff;
}
.page-heading .title-heading{
  margin-bottom: 10px;
}
.page-heading {
  max-width: 42%;
}
.page-title .subtitle-heading {
  margin-top: 18px;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 1.6rem;
  color: #fff;
  margin-top: 10px;
  text-align: center;
  font-size: var(--fs-14);
}
.bg-primary {
  background-color: var(--c-primary) !important;
}
.bg-success {
  background-color: var(--c-success)  !important;
}
.bg-danger {
  background-color: var(--c-danger) !important;
}

@media screen and (max-width: 768px) {
  .subtitle-heading {
    display: none;
  }
  .page-heading {
    max-width: 100%;
  }
  .intro-page {
    margin-bottom: 80px;
    align-items: flex-end;
    justify-content: center;
    padding: 35px;
  }
  .page-heading .title-heading {
    margin-bottom: 10px;
    font-size: 24px;
  }
}
