body {
  direction: rtl;
  text-align: right;
  font-size: 15px;
  line-height: 2;
  background: var(--background);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--main_font);
}

* {
  --theme-color1: #bc8971;
}

body {
  background-color: white;
  color: black;
}
button {
  border: unset;
  background-color: transparent;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: black;
}
img {
  width: 100%;
}
/* image svg width */
.svg12 {
  width: 12px;
}
.svg24 {
  width: 24px;
}
.svg36 {
  width: 36px;
}
.svg48 {
  width: 48px;
}
main {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
main section:first-child {
  background: var(--first-section-background);
}
main > section {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
}
#section1 {
  background-image: url(../images/help/back0/back0.png);
  background-size: 100% 100%;
  background-position: center;
}
section#section1 * {
  color: white !important;
}
body:has(section#section1.activeSection) ul#homeMenu li a {
  color: white;
}
body:has(section#section1.activeSection) form#mainSearch {
  border-bottom: 2px solid #ffffff6e;
}
body:has(section#section1.activeSection) form#mainSearch button svg {
  fill: #ffffff6e;
}
body:has(section#section1.activeSection) aside#sidebar {
  background: linear-gradient(45deg, #fff3, transparent);
}
body:has(section#section1.activeSection) #sidebar button img,
body:has(section#section1.activeSection) #sidebar button svg {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%)
    contrast(103%);
  opacity: 0.5;
}

#section1 button {
  background-color: var(--section1-button) !important;
  border: 1px solid var(--section1-button) !important;
}
#section1 button span {
  color: black !important;
}
#section1 button:hover {
  background-color: var(--section1-button-hover) !important;
  border: 1px solid var(--section1-button-hover) !important;
}
#section1 button:hover svg path {
  fill: white;
}
#section1 h2,
#section1 h4 {
  color: var(--section1-button);
}
#section1 button:hover span {
  color: white !important;
}
#section2 h2,
#section2 h3 {
  color: var(--section2-button);
}
#section2 p {
  font-size: 16px;
  font-weight: 600;
}

#section2,
#section3 {
  background: url(../images/help/back1/back1.png), white;
  background-size: 100% 100%;
  background-position: center;
}
#section4,
#section5 {
  background: url(../images/help/back2/back1.png), white;
  background-size: 100% 100%;
  background-position: center;
}
#section5 div#service_symbol,
#section5 #service_symbol .personName {
  transform: scale(-1, 1);
}
#section5 #service_symbol:before {
  width: 80% !important;
  right: 8%;
}

/* #section5 div#service_symbol{
  display: flex !important;
  flex-direction: row-reverse;
}
#section5 div#service_symbol .serviceSymbol button:first-child{
  transform: translateX(80px);
}
#section5 div#service_symbol .serviceSymbol button:nth-child(3){
  transform: translateX(38px);
}
#section5 div#service_symbol .serviceSymbol button:nth-child(4){
  transform: translateX(44px);
}
#section5 div#service_symbol .serviceSymbol button:nth-child(5){
  transform: translateX(50px);
}
#section5 div#service_symbol .serviceSymbol button:last-child{
  transform: translateX(80px);
} */
#section6 {
  background: url(../images/help/back3/back.png), white;
  background-size: 100% 100%;
  background-position: center;
}

#section7 {
  background: url(../images/help/back2/back1.png), white;
  background-size: 100% 100%;
  background-position: center;
}
#section8 {
  background: url(../images/help/back3/back.png), white;
  background-size: 100% 100%;
  background-position: center;
}
#section9 {
  background: url(../images/help/back3/back.png), white;
  background-size: 100% 100%;
  background-position: center;
}
#section10 {
  background: url(../images/help/back2/back1.png), white;
  background-size: 100% 100%;
  background-position: center;
}
section .text-white {
  text-shadow: 0 0 5px #112211bd;
}

.serviceSymbol button.active::after {
  content: "";
  background: url(/assets/images/help/selectedService.jpg);
}
ul#homeMenu li a {
  color: #2b2b2b;
  transition: all 1s;
  font-weight: 600;
}

ul#homeMenu li {
  background: linear-gradient(45deg, #f7f7f733, #f7f7f705, transparent);
  transition: all 1s;
  min-width: 120px;
  text-align: center;
  border-radius: 5px;
}
form#mainSearch button svg {
  width: 28px;
  height: 28px;
}

form#mainSearch input {
  background: transparent;
  border: unset;
  outline: none;
}
form#mainSearch input {
}

form#mainSearch {
  border-bottom: 2px solid #1122116e;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 3px;
  padding-bottom: 4px;
}
/* shapes */
#section1 img.shape1 {
  position: absolute;
  left: 50%;
  top: 40%;
}
#section1 img.shape2 {
  position: absolute;
  left: 40%;
  top: 70%;
}
#section1 img.shape3 {
  position: absolute;
  left: 70%;
  top: 40%;
}
#section1 img.shape4 {
  position: absolute;
  left: 20%;
  top: 60%;
}

#section1 img.shape5 {
  position: absolute;
  left: 31%;
  top: 20%;
}

#section1 .shapes img {
  max-width: 250px;
}

.shapes img {
  max-width: 120px;
  position: absolute;
}
 .shapes img.CL {
  animation: CL 60s infinite alternate linear;
}
@keyframes CL {
  0% {
    left: -20%;
    top: 50%;
  }
  25% {
    left: 50%;
    top: 35%;
  }
  50% {
    left: 65%;
    top: -20%;
  }
  75% {
    left: 20%;
    top: -20%;
  }
  100% {
    left: -20%;
    top: 50%;
  }
}
 .shapes img.CB {
  animation: CB 60s infinite alternate-reverse linear;
}
@keyframes CB {
  0% {
    left: 50%;
    bottom: -20%;
  }
  25% {
    left: 70%;
    bottom: 45%;
  }
  50% {
    left: 60%;
    bottom: -20%;
  }
  75% {
    left: 30%;
    bottom: 45%;
  }
  100% {
    left: 50%;
    bottom: 50%;
  }
}

 .shapes img.CC {
  animation: CC 60s infinite alternate linear;
}
@keyframes CC {
  0% {
    left: 140%;
    bottom: -20%;
  }
  25% {
    left: 70%;
    bottom: 45%;
  }
  50% {
    left: 30%;
    bottom: 90%;
  }
  75% {
    left: 80%;
    bottom: 45%;
  }
  100% {
    left: 50%;
    bottom: 20%;
  }
}
 .selfAnim {
  animation: selfAnim 1.5s infinite linear alternate;
}
@keyframes selfAnim {
  from {
    transform: translateY(-5%);
  }
  to {
    transform: translateY(10%);
  }
}
.activeSection img.selfAnim.shape1 {
  position: absolute;
  left: 10%;
  top: 50%;
  animation-delay: 1s;
}
.activeSection img.selfAnim.shape2 {
  position: absolute;
  left: 18%;
  top: 35%;
  animation-delay: 1.5s;
}
.activeSection img.selfAnim.shape3 {
  position: absolute;
  left: 28%;
  top: 50%;
  animation-delay: 2s;
}
.activeSection img.selfAnim.shape4 {
  position: absolute;
  left: 20%;
  top: 72%;
  animation-delay: 1.5s;
}
.text-justify {
  text-align: justify;
}
img.selfAnim {
  max-width: 200px;
}
header {
  position: fixed;
  right: 6.5%;
  top: 0;
  width: 87%;
  z-index: 10000;
}
@keyframes stickyMenu {
  from{
    top: -100px;
    opacity: 0;
  }
  to{
    opacity: 1;
    top: 0px;
  }
}
.stickyMenu {
  position: sticky !important;
  background: white;
  width: 100%;
  padding: 4px 5%;
  box-shadow: 0 0 4px #1213;
  animation: stickyMenu 0.8s ease-in forwards;
}
@media (max-width: 999px) {

  main > section {
    height: auto;
    overflow: unset !important;
    opacity: 1 !important;
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  main {
    height: auto !important;
  }
  .portfolioSections .swiper-pagination{
    display: none;
  }
  section#section1 .infoSection {
    padding: 20% 5px !important;
    width: 90% !important;
  }
  .honors .managerInfoImage{
    width: 320px;
    margin: 5rem auto 140px;
  }
  .honors .personframe{
    width: 320px;
    height: 320px;
  }
  .mainBtn{
    min-width: 120px;
  }
  section#section1 .shapes,
  #extraMenu {
    display: none;
  }
  header {
    position:  relative !important;
    width: 100%;
    padding: 8px;
    background-color: #1d0939;
    right: unset;
  }
}
main section {
  background-image: url(../images/home/backOtherSection.jpg), white;
  background-size: 4200px 2200px;
  /* mask-image: linear-gradient(
    to top,
    rgb(0 0 0 / 0%) 0%,
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 1) 80%,
    rgb(0 0 0 / 0%) 100%
  );
  opacity: 0;
  */
  background-color: white;
  opacity: 0;
}
.font-w600 {
  font-weight: 600;
}
.sectionContainer {
  z-index: 12 !important;
  position: relative;
}
/* main section:first-child {
  background-image: url(../images/home/back-section1.jpg);
  background-size: 100% 100%;
} */

/* sidebar */
#sidebar button img,
#sidebar button svg {
  filter: invert(11%) sepia(17%) saturate(14%) hue-rotate(322deg)
    brightness(105%) contrast(88%);
}
aside#sidebar img {
  width: 32px;
}
aside#sidebar {
  border-radius: 30px;
  padding: 24px 6px;
  background: linear-gradient(45deg, #1213, transparent);
  /* box-shadow: 0 0 5px #112211f2; */
  gap: 16px;
}
aside {
  left: 2.5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100000;
}
aside#sidebar button {
  position: relative;
}
aside#sidebar button h3 {
  position: absolute;
  left: 100%;
  width: max-content;
  top: 50%;
  font-size: 17px;
  font-weight: 600;
  transition: all 0.8s;
  opacity: 0;
  background: linear-gradient(90deg, transparent, #c8c8c8d4);
  padding: 8px 12px;
  transform: translateY(-50%);
  border-radius: 0 5px 5px 0;
}
aside#sidebar button:hover h3 {
  opacity: 1;
}
div#roadMap {
  left: 70%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.5s;
  padding: 24px;
}
#roadMap button {
  height: 8px;
  width: 12px;
  background: var(--theme-color2);
  border-radius: 2px;
  opacity: 0.5;
  transition: all 0.4s;
}
#roadMap button:hover {
  opacity: 1;
}
#roadMap button.active {
  opacity: 1;
}

#roadMap div {
  width: 80px;
  padding: 6px 0;
}

footer {
  display: grid;
  position: fixed;
  bottom: 0;
  width: 100%;
  justify-content: space-between;
  align-items: end;
  grid-template-columns: max-content 150px 140px;
}
#extraMenu:hover ul {
  display: block !important;
  left: 50%;
}
#extraMenu ul li a {
  width: max-content;
}
button.nextpervSymbol.activeSymbol::after {
  content: "";
  left: 50%;
  top: 50%;
  width: 45px;
  height: 45px;
  background: #e372727d;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
/* ehsan style */
ul#homeMenu li:before {
  content: '';
  top: 0;
  bottom: 0;
  width: 32px;
  position: absolute;
  box-shadow: -28px 0 35px -14px rgb(73 74 76 / 90%);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

ul#homeMenu li:hover {
background: linear-gradient(45deg, #f7f7f733, rgba(147, 213, 222, 0.77), transparent);
transition: all 1s;
border-radius: 25px;
}
.homeLink img{
  width: 68px;
}
.homeLink:before {
    content: '';
    top: -52px;
    bottom: -63px;
    width: 30px;
    position: absolute;
    box-shadow: -20px 0px 35px -14px rgba(0, 0, 0, 0.9);
    right: -40px;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
ul#homeMenu li {
  background: linear-gradient(45deg, #f7f7f733, rgba(182, 189, 189, 0.26), transparent);
  transition: all 1s;
  min-width: 120px;
  text-align: center;
  border-radius: 25px;
}
.shapes{
  opacity:0.8;
}

.rocket {
  position: absolute;
  top: 20%;
  width: 80px;
  left: calc(50% - 60px);
}
.rocket .rocket-body {
  width: 80px;
  left: calc(50% - 50px);
  animation: bounce 0.5s infinite;
}
.rocket .rocket-body .body {
  background-color: #dadada;
  height: 180px;
  left: calc(50% - 50px);
  border-top-right-radius: 100%;
  border-top-left-radius: 100%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top: 5px solid #f5f5f5;
}
.rocket .rocket-body:before {
  content: "";
  position: absolute;
  left: calc(50% - 24px);
  width: 48px;
  height: 13px;
  background-color: #554842;
  bottom: -13px;
  border-bottom-right-radius: 60%;
  border-bottom-left-radius: 60%;
}
.rocket .window {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #a75248;
  left: calc(50% - 25px);
  top: 40px;
  border: 5px solid #b4b2b2;
}
.rocket .fin {
  position: absolute;
  z-index: -100;
  height: 55px;
  width: 50px;
  background-color: #a75248;
}
.rocket .fin-left {
  left: -30px;
  top: calc(100% - 55px);
  border-top-left-radius: 80%;
  border-bottom-left-radius: 20%;
}
.rocket .fin-right {
  right: -30px;
  top: calc(100% - 55px);
  border-top-right-radius: 80%;
  border-bottom-right-radius: 20%;
}
.rocket .exhaust-flame {
  position: absolute;
  top: 90%;
  width: 28px;
  background: linear-gradient(to bottom, transparent 10%, #f5f5f5 100%);
  height: 150px;
  left: calc(50% - 14px);
  animation: exhaust 0.2s infinite;
}
.rocket .exhaust-fumes li {
  width: 60px;
  height: 60px;
  background-color: #f5f5f5;
  list-style: none;
  position: absolute;
  border-radius: 100%;
}
.rocket .exhaust-fumes li:first-child {
  width: 200px;
  height: 200px;
  bottom: -300px;
  animation: fumes 5s infinite;
}
.rocket .exhaust-fumes li:nth-child(2) {
  width: 150px;
  height: 150px;
  left: -120px;
  top: 260px;
  animation: fumes 3.2s infinite;
}
.rocket .exhaust-fumes li:nth-child(3) {
  width: 120px;
  height: 120px;
  left: -40px;
  top: 330px;
  animation: fumes 3s 1s infinite;
}
.rocket .exhaust-fumes li:nth-child(4) {
  width: 100px;
  height: 100px;
  left: -170px;
  animation: fumes 4s 2s infinite;
  top: 380px;
}
.rocket .exhaust-fumes li:nth-child(5) {
  width: 130px;
  height: 130px;
  left: -120px;
  top: 350px;
  animation: fumes 5s infinite;
}
.rocket .exhaust-fumes li:nth-child(6) {
  width: 200px;
  height: 200px;
  left: -60px;
  top: 280px;
  animation: fumes2 10s infinite;
}
.rocket .exhaust-fumes li:nth-child(7) {
  width: 100px;
  height: 100px;
  left: -100px;
  top: 320px;
}
.rocket .exhaust-fumes li:nth-child(8) {
  width: 110px;
  height: 110px;
  left: 70px;
  top: 340px;
}
.rocket .exhaust-fumes li:nth-child(9) {
  width: 90px;
  height: 90px;
  left: 200px;
  top: 380px;
  animation: fumes 20s infinite;
}

.star li {
  list-style: none;
  position: absolute;
}
.star li:before, .star li:after {
  content: "";
  position: absolute;
  background-color: #f5f5f5;
}
.star li:before {
  width: 10px;
  height: 2px;
  border-radius: 50%;
}
.star li:after {
  height: 8px;
  width: 2px;
  left: 4px;
  top: -3px;
}
.star li:first-child {
  top: -30px;
  left: -210px;
  animation: twinkle 0.4s infinite;
}
.star li:nth-child(2) {
  top: 0;
  left: 60px;
  animation: twinkle 0.5s infinite;
}
.star li:nth-child(2):before {
  height: 1px;
  width: 5px;
}
.star li:nth-child(2):after {
  width: 1px;
  height: 5px;
  top: -2px;
  left: 2px;
}
.star li:nth-child(3) {
  left: 120px;
  top: 220px;
  animation: twinkle 1s infinite;
}
.star li:nth-child(4) {
  left: -100px;
  top: 200px;
  animation: twinkle 0.5s ease infinite;
}
.star li:nth-child(5) {
  left: 170px;
  top: 100px;
  animation: twinkle 0.4s ease infinite;
}
.star li:nth-child(6) {
  top: 87px;
  left: -79px;
  animation: twinkle 0.2s infinite;
}
.star li:nth-child(6):before {
  height: 1px;
  width: 5px;
}
.star li:nth-child(6):after {
  width: 1px;
  height: 5px;
  top: -2px;
  left: 2px;
}

@keyframes fumes {
  50% {
    transform: scale(1.5);
    background-color: transparent;
  }
  51% {
    transform: scale(0.8);
  }
  100% {
    background-color: #f5f5f5;
    transform: scale(1);
  }
}
@keyframes bounce {
  0% {
    transform: translate3d(0px, 0px, 0);
  }
  50% {
    transform: translate3d(0px, -4px, 0);
  }
  100% {
    transform: translate3d(0px, 0px, 0);
  }
}
@keyframes exhaust {
  0% {
    background: linear-gradient(to bottom, transparent 10%, #f5f5f5 100%);
  }
  50% {
    background: linear-gradient(to bottom, transparent 8%, #f5f5f5 100%);
  }
  75% {
    background: linear-gradient(to bottom, transparent 12%, #f5f5f5 100%);
  }
}
@keyframes fumes2 {
  50% {
    transform: scale(1.1);
  }
}
@keyframes twinkle {
  80% {
    transform: scale(1.1);
    opacity: 0.7;
  }
}