* {
  --sidebar-theme: #ffffff;
  --section1-button: #f8eeea;
  --section1-button-hover: #56115b ;
  --section2-button: #2a0b01;
  --mask-bg: #f2f2f2;
  --btn-theme: #2b2b2b;
  --theme-color1: #365dca;
  --theme-color2: #404155;
  --mobileMenu:#288fb1;
  --first-section-background: #8cb0e3;
  font-family: peydalight;
}
/* loader */
body:has(.activeLoader) aside,
body:has(.activeLoader) header,
body:has(.activeLoader) main {
  filter: blur(20px);
}

nav#menumobile {
  position: fixed;
  z-index: 10000;
  inset: 0;
  background-color: black;
  display: none;
}
nav#menumobile {
  background: url(../images/help/galaxy.jpg);
  background-size: 400%;
}
nav#menumobile #mainImageEarth {
  position: absolute;
  width: 500px;
  height: 500px;
  right: -350px;
  top: 50%;
  transform: translate(-500%);
  z-index: 11;
  border-radius: 50%;
  object-fit: none;
}
button#closeMenu {
  position: absolute;
  z-index: 19;
  top: 8px;
  right: 8px;
}
#menumobile li a span{
  color: white;
}
nav#menumobile:before {
  content: "";
  position: absolute;
  top: 0;
  right: -60vh;
  width: 100vh;
  height: 100vh;
  border-radius: 50%;
  border: 1px solid var(--mobileMenu);
  -webkit-mask-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 20%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 0) 38%,
    rgba(0, 0, 0, 0) 100%
  );
  transition: all 0.8s;
opacity: 0;
}
nav#menumobile.open:before{
  opacity: 1;
}
div#loaderContainer {
  display: none;
}
#loaderContainer.activeLoader {
  position: fixed;
  z-index: 200;
  width: 50px;
  left: 50%;
  top: 50%;
  transform: scale(2) translate(-50%, -50%);
  display: block;
}
#loaderContainer #loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #514b82;
  -webkit-mask: radial-gradient(
    circle closest-side at 50% 40%,
    #0000 94%,
    #000
  );
  transform-origin: 50% 40%;
  animation: l25 1s infinite linear;
}
@keyframes l25 {
  100% {
    transform: rotate(1turn);
  }
}
/* fonts */
@font-face {
  font-family: peydaBlack;
  src: url(../fonts/Peyda/PeydaWeb/woff/PeydaWeb-Black.woff);
}
@font-face {
  font-family: peydaBold;
  src: url(../fonts/Peyda/PeydaWeb/woff/PeydaWeb-Bold.woff);
}
@font-face {
  font-family: peydaExtraBold;
  src: url(../fonts/Peyda/PeydaWeb/woff/PeydaWeb-ExtraBold.woff);
}
@font-face {
  font-family: peydaMedium;
  src: url(../fonts/Peyda/PeydaWeb/woff/PeydaWeb-Medium.woff);
}
@font-face {
  font-family: peydaRegular;
  src: url(../fonts/Peyda/PeydaWeb/woff/PeydaWeb-Regular.woff);
}
@font-face {
  font-family: peydaSemiBold;
  src: url(../fonts/Peyda/PeydaWeb/woff/PeydaWeb-SemiBold.woff);
}
@font-face {
  font-family: peydalight;
  src: url(../fonts/Peyda/PeydaWeb/woff/peydaWeb-light.woff);
}
@font-face {
  font-family: peydaThin;
  src: url(../fonts/Peyda/PeydaWeb/woff/PeydaWeb-Thin.woff);
}
.peydaThin {
  font-family: peydaThin;
}
.peydaBlack {
  font-family: peydaBlack;
}
.peydaBold {
  font-family: peydaBold;
}
.peydaExtraBold {
  font-family: peydaExtraBold;
}
.peydaMedium {
  font-family: peydaMedium;
}
.peydaSemiBold {
  font-family: peydaSemiBold;
}
.peydaRegular {
  font-family: peydaRegular;
}
.peydalight {
  font-family: peydalight;
}
.peydaThin {
  font-family: peydaThin;
}
.fontSize12 {
  font-size: 12px;
}
.fontSize13 {
  font-size: 13px;
}
.fontSize14 {
  font-size: 14px;
}
.fontSize15 {
  font-size: 15px;
}
.fontSize16 {
  font-size: 16px;
}
.fontSize17 {
  font-size: 17px;
}
.fontSize18 {
  font-size: 18px;
}
.fontSize19 {
  font-size: 19px;
}
.fontSize20 {
  font-size: 20px;
}
.fontSize21 {
  font-size: 21px;
}
.fontSize22 {
  font-size: 22px;
}
.fontSize23 {
  font-size: 23px;
}
.fontSize24 {
  font-size: 24px;
}
/* * */

/* header */
.rightEle:after {
  content: "";
  position: absolute;
  width: calc(100% - 3px);
  height: 100%;
  border-radius: 0 0 0.6cm 0.6cm;
  border: 1px solid var(--theme-color2);
  border-top: 0;
  z-index: -1;
  left: 1px;
  opacity: 0.5;
}
/* aside */
.arrowSide {
  width: 60px;
}
/* btns */
.mainBtn {
  background-color: var(--btn-theme);
  border: 1px solid var(--btn-theme);
  border-radius: 4px;
  padding: 8px 16px;
  color: white;
  transition: all 0.5s;
  display: flex;
  justify-content: space-between;
  min-width: 180px;
}
.mainBtn:hover {
  background-color: white;
  border: 1px solid white;
  border-radius: 4px;
  padding: 8px 16px;
  color: var(--btn-theme);
  box-shadow: 0 0 5px #1213;
}
.mainBtn:hover svg * {
  stroke: var(--btn-theme);
}
.service_items li svg * {
  stroke: var(--btn-theme);
}

.btnContainer {
  display: grid;
  grid-template-columns: 1fr;
  width: 85%;
  margin: 16px auto;
  gap: 24px;
}
.personBtn {
  color: white !important;
  border-radius: 4px;
  background: linear-gradient(251deg, #2b2b2b, #2b2b2b, white);
  padding: 16px;
  text-align: center;
  box-shadow: 0 0 4px #ffffff30;
}
#section2 .personBtn h3 {
  color: white !important;
}
/* svgs design */
.strokeTheme2 {
  stroke: var(--theme-color2);
}
.strokeWhite {
  stroke: white;
}
.fillTheme1 {
  fill: var(--theme-color1);
}
.fillWhite {
  fill: white;
}
.text-white {
  color: white;
}
/* Hide scrollbar for IE, Edge and Firefox */
body {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
/* responsive */
@media (max-width: 999px) {
  .symbolFooter {
    display: none;
  }
  footer {
    display: flex !important;
    flex-direction: column;
    align-items: center !important;
    gap: 16px;
  }
}
.goToTopButtonHollder {
  position: fixed;
  left: 25px;
  bottom: 25px;
  width: 50px;
  height: 106px;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: 0.35s;
  transition: 0.35s ease, opacity 1s;
  overflow: hidden;
  transform: translateY(0);
  margin-left: 50px;
  z-index: 100;
}
body:has(.showSection) .goToTopButtonHollder {
  z-index: 0;
}

#extraMenu ul {
  transform: scaleY(0);
}

#extraMenu:hover #menu {
  transform: scaleY(1);
}
.slidedown {
  background: #e7e3e3;
  z-index: 1;
  -webkit-border-radius: 0 0 0.6cm 0.6cm;
  -moz-border-radius: 0 0 0.6cm 0.6cm;
  border-radius: 0 0 0.6cm 0.6cm;
  border-top: 0;
  top: -15px;
  width: 36px;
  height: 52px;
  -webkit-transition: 0s 0s;
  -o-transition: 0s 0s;
  -moz-transition: 0s 0s;
  transition: 0s 0s;
  text-align: center;
  top: 0;
}

.slidedown img {
  top: 7px;
  left: 0px;
}
.slidedown img:hover {
  top: 15px;
}
.blog {
  background-image: url(../images/home/backOtherSection.jpg);
  background-size: 4200px 2200px;
}
.downsign {
  position: relative;
  background: url(https://websima.com/wp-content/themes/websima/2021/assets/img/sep/downsign.png)
    no-repeat;
  background-position: center bottom;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  min-width: 150px !important;
  height: 50px;
  zoom: 0.8;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(-14px);
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.downsign:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -webkit-calc(50% - 200px);
  left: -moz-calc(50% - 200px);
  left: calc(50% - 200px);
  width: 400px;
  height: 110px;
  background: url(https://websima.com/wp-content/themes/websima/2021/assets/img/sep/downsign.png)
    no-repeat center top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-filter: blur(30px);
  filter: blur(30px);
  opacity: 0.6;
  z-index: 110;
  -webkit-transition: 0.45s ease-in-out;
  -o-transition: 0.45s ease-in-out;
  -moz-transition: 0.45s ease-in-out;
  transition: 0.45s ease-in-out;
}
.copyright:before {
  content: "";
  display: inline-block;
  background: url(https://websima.com/wp-content/uploads/2023/02/logo-first-1.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 22px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  margin: 1px 0 0 10px;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  transform: translateY(10px);
}
.blog-item {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 10px;
  padding: 7px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  -webkit-filter: none;
  filter: none;
}
.blog-item > div::before {
  content: "";
  display: block;
  height: 1px;
  width: 18px;
  background: #64676b;
  float: right;
  margin: 11px 0 0 11px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.blog-item > div::before {
  height: 2px !important;
  width: 8px !important;
  float: none;
  display: inline-block;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.blog-item-img {
  position: relative;
  margin: 0 0 0 18px;
  background: rgb(216, 223, 233);
  background: -moz-linear-gradient(
    180deg,
    rgba(151, 156, 164, 0.35) 0%,
    rgba(255, 255, 255, 0) 80%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(151, 156, 164, 0.35) 0%,
    rgba(255, 255, 255, 0) 80%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(151, 156, 164, 0.35)),
    color-stop(80%, rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(151, 156, 164, 0.35) 0%,
    rgba(255, 255, 255, 0) 80%
  );
  background: -moz-linear-gradient(
    top,
    rgba(151, 156, 164, 0.35) 0%,
    rgba(255, 255, 255, 0) 80%
  );
  background: -o-linear-gradient(
    top,
    rgba(151, 156, 164, 0.35) 0%,
    rgba(255, 255, 255, 0) 80%
  );
  background: linear-gradient(
    180deg,
    rgba(151, 156, 164, 0.35) 0%,
    rgba(255, 255, 255, 0) 80%
  );
  float: right;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  padding: 4px;
}
.blog-item:hover,
.blog-item:hover .blog-item-img:before {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.blog-item-img:before {
  content: "";
  position: absolute;
  width: -webkit-calc(100% - 8px);
  width: -moz-calc(100% - 8px);
  width: calc(100% - 8px);
  height: -webkit-calc(100% - 8px);
  height: -moz-calc(100% - 8px);
  height: calc(100% - 8px);
  background: url(https://websima.com/wp-content/themes/websima/2021/assets/img/texture.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 0 0;
  right: 4px;
  top: 4px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.blog-item-img:before {
  -webkit-animation: bgMoveLeft;
  -moz-animation: bgMoveLeft;
  -o-animation: bgMoveLeft;
  animation: bgMoveLeft;
  -webkit-animation-duration: 12000s;
  -moz-animation-duration: 12000s;
  -o-animation-duration: 12000s;
  animation-duration: 12000s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}
.blog-item-img:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: #fff
    url(https://websima.com/wp-content/themes/websima/2021/assets/img/sep/roundbadge.png)
    no-repeat;
  -webkit-background-size: 32px 32px;
  -moz-background-size: 32px;
  -o-background-size: 32px;
  background-size: 32px;
  background-position: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 10;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: -webkit-calc(50% - 25px);
  top: -moz-calc(50% - 25px);
  top: calc(50% - 25px);
  left: -webkit-calc(50% - 25px);
  left: -moz-calc(50% - 25px);
  left: calc(50% - 25px);
  opacity: 0;
}
.blog-item:hover .blog-item-img:after {
  opacity: 1;
}
@keyframes bgMoveLeft {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 80000px 0;
  }
}
.blog-item .post-date:before,
.blog-item > div:before {
  content: "";
  display: block;
  height: 1px;
  width: 18px;
  background: #64676b;
  float: right;
  margin: 11px 0 0 11px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.menu-layout li:after {
  content: "";
  background: url(https://websima.com/wp-content/themes/websima/2021/assets/img/li-sign.png)
    no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
  width: 22px;
  height: 18px;
  margin: 4px 0 0 14px;
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  transform: rotate(-360deg);
  float: right;
  -webkit-filter: grayscale(1) brightness(0.25);
  filter: grayscale(1) brightness(0.25);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.module-contact:before {
  content: "";
  position: absolute;
  background: url(https://websima.com/wp-content/themes/websima/2021/assets/img/pers.png);
  top: -49px;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  background-position: bottom;
  width: 50px;
  height: 49px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  left: -webkit-calc(50% - 26px);
  left: -moz-calc(50% - 26px);
  left: calc(50% - 26px);
}
.contact-i {
  display: inline-block;
  transform: translateY(-23px);
  background: url(https://websima.com/wp-content/themes/websima/2021/assets/img/pers.png);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 60px;
  height: 128px;
  margin: -60px 26px -17px 26px;
}
#mask {
  position: fixed;
  left: 0;
  width: 100vw;
  height: 100vh;
  top: -110vh;
  z-index: 10;
}
#mask div {
  width: 100%;
  height: 100vh;
  background-color: var(--mask-bg);
}
#mask svg {
  fill: var(--mask-bg);
  width: 100%;
  height: 60px;
}
.maskAnimation {
  animation: maskAnimation 0.7s linear forwards;
}
@keyframes maskAnimation {
  from {
    top: -100vh;
  }
  to {
    top: 0;
    display: none;
  }
}
.otherPageHeader {
  position: relative;
  z-index: 530;
}
.showSection {
  animation: showSection linear 1s forwards;
  z-index: 101 !important;
}
@keyframes showSection {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* same sections */
.sectionContainer.aboutUs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 80%;
  margin: auto;
  gap: 24px;
  position: relative;
}

div#service_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
div#service_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin-right: 24px;
}
.sectionContainer.honors {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 48px;
  align-items: start;
  height: 90%;
  width: 80%;
  margin: auto;
  margin-top: 5%;
}
#tandisSwiper .swiper-slide {
  width: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.honors  .personframe:after{
  z-index: -1;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: var(--theme-color2);
  font-size: 32px;
}
.personframe {
  border: 24px solid #8c87871c;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 300px;
}
.honors .personframe{
  height: 350px;
  width:  350px;
}
.personframe:after {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  border-radius: 50%;
  border: 0 solid #0d0d0d;
  z-index: 1;
  opacity: 0;
  background: linear-gradient(
    0deg,
    rgba(13, 13, 13, 1) 0%,
    rgba(3, 3, 3, 1) 100%
  );
  box-sizing: border-box;
}
.personframe:before {
  content: "";
  position: absolute;
  background: #ffffff4a;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(1.35);
  z-index: -1;
  box-shadow: 0 0 4px #1213;
}
.personframe .personEle {
  transform: rotate(90deg) scale(0.5);
  position: absolute;
  z-index: 0;
  top: -60px;
}
.personName h3 {
  z-index: 10;
  position: relative;
}
.personName img {
  z-index: 11;
  position: relative;
  transform: translate(-140%, -50%);
  /* filter: contrast(1.1) sepia(0) saturate(0.5) hue-rotate(0deg) brightness(11); */
  width: 46%;
  mix-blend-mode: darken;
}
.vectorImageFilter {
  filter: contrast(1.1) sepia(0) saturate(0.5) hue-rotate(0deg) brightness(11);
}
div#honorsImages img {
  width: 50px;
}

div#honorsImages {
  display: flex;
  gap: 12px;
  margin: 24px;
}
div#managerInfo {
  grid-template-columns: 2fr 1fr;
  width: 70%;
  height: 80% !important;
  margin: 5% auto !important;
}
.sectionContainer.serviceBox {
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
.sectionContainer.serviceBox {
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  height: 100%;
  width: 80%;
  margin: auto;
}

#service_symbol:before {
  content: "";
  position: absolute;
  width: 40%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid var(--theme-color2);
  z-index: -1;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 1));
  right: 3%;
}
.service_symbol1:before {
  content: "";
  position: absolute;
  width: 40%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid var(--theme-color2);
  z-index: -1;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 1));
  left: 10%;
  right: unset !important;
}
.serviceSymbol {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  position: relative;
  right: 70px;
}
div#service_symbol {
  grid-template-columns: 20% 80%;
  gap: 48px;
}
div#service_symbol .serviceSymbol button img {
  width: 40px;
}

div#service_symbol .serviceSymbol button {
  background: #bebebe;
  border-radius: 50%;
  border: 10px solid #49494947;
  box-shadow: 0 0 2px #ababab4f;
  width: 70px;
  height: 70px;
  transition: all 0s;
}
div#service_symbol .serviceSymbol button.active {
  border: 1px solid var(--theme-color2) !important;
  box-shadow: 0 0 55px var(--theme-color2);
  background: var(--theme-color2);
}
div#service_symbol .serviceSymbol button:first-child {
  transform: translateX(14px);
}

div#service_symbol .serviceSymbol button:nth-child(2) {
  transform: translateX(50px);
}
div#service_symbol .serviceSymbol button:nth-child(3) {
  transform: translateX(60px);
}
div#service_symbol .serviceSymbol button:nth-child(4) {
  transform: translateX(60px);
}
div#service_symbol .serviceSymbol button:nth-child(5) {
  transform: translateX(40px);
}
div#service_symbol .serviceSymbol button:nth-child(6) {
  transform: translateX(30px);
}
div#service_symbol .serviceSymbol button:last-child {
  transform: translateX(10px);
}
#service_symbol .personName {
  width: 300px;
  top: -20px;
  z-index: 10;
}
div#serviceShow {
  position: relative;
  width: 400px;
  height: 400px;
}


div#backAndSymbol .backAndSymbolImg {
  position: absolute;
  width: 100px;
  left: 100%;
  top: 50%;
  transform: rotate(83deg) translate(-54%, 78%);
  z-index: -1;
  transition: all 0.5s;
}

div#backAndSymbol #backSymbol {
  position: absolute;
  z-index: 2;
  background: linear-gradient(
    87deg,
    rgba(1, 1, 1, 1) 0%,
    rgba(1, 1, 1, 1) 70%,
    #404155 90%
  );
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 50%;
  left: 1px;
}

div#backAndSymbol {
  width: 100%;
  height: 100%;
  position: absolute;
}
.sideBarFilter {
  filter: invert(77%) sepia(92%) saturate(1272%) hue-rotate(344deg)
    brightness(94%) contrast(93%);
}

div#mainServiceImage {
  position: relative;
  z-index: 10;
  background: #868282;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
div#mainServiceImage img {
  position: absolute;
  width: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

div#mainServiceImage::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #9f9f9f33;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}
div#mainServiceImage::before {
  content: "";
  width: 80%;
  height: 80%;
  background: #bebebe;
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  left: 10%;
  top: 10%;
}

#mainVector {
  position: relative;
}

/* #mainVector::before {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  transform: translateX(-200px);
  background: #09295091;
  border-radius: 50%;
} */
.infoSection {
  width: 90%;
  padding: 0 5%;
  margin: auto;
  height: 100%;
  grid-template-columns: 1fr 2fr;
}

.sectionContainer.ourTeam {
  display: grid;
  grid-template-columns: 30% 70%;
  width: 60%;
  margin: 3rem auto;
  gap: 20%;
  height: 100%;
  align-items: center;
}
.otherTeamImage {
  padding: 3rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

div.service_items ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0;
}
div.service_items ul li {
  display: flex;
  gap: 8px;
}
.service_title {
  font-size: 32px;
  font-weight: bold;
}
.service_content {
  margin-right: unset !important;
}
div.service_links {
  display: flex;
  justify-content: space-between;
}

.sectionContainer.portfolio {
  width: 80%;
  height: 70%;
  display: flex;
  flex-direction: column;
  margin: 6% auto;
  position: relative;
  z-index: 12;
}
div#portfolioList {
  grid-template-columns: repeat(7, 1fr);
  gap: 16px;
}
div#portfolioList a {
  background: #00000036;
  border-radius: 4px;
}

.sectionContainer.portfolioSections {
  width: 80%;
  height: 70%;
  margin: 6% auto;
}
.portfoliItems {
  display: grid;
  grid-template-columns: 1fr;
  margin: 48px auto;
  gap: 16px;
}
.portfoliItems a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.portfolioPagination {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.swiper-pagination-bullet {
  width: 31px;
  height: 4px;
  border-radius: 2px;
  background: white;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--theme-color1);
}
.portfoliItems a img {
  filter: grayscale(1);
}

.portfoliItems a:hover img {
  filter: unset;
}
.sectionContainer.weblogs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  height: 60%;
  align-items: flex-start;
  width: 80%;
  margin: 10% auto;
  position: relative;
  z-index: 12;
}
ul.weblogItemsList.d-grid li {
  display: flex;
  gap: 8px;
}

#menumobile > ul {
  position: absolute;
  font-size: 16px;
  top: 0;
  right: calc(-60vh + 10px);
  width: calc(100vh + 8px);
  height: 100vh;
  padding-left: 0;
  z-index: 12;
}
#menumobile li a {
  position: absolute;
  padding-left: 30px;
  text-align: left;
  margin: 16px 0;
  line-height: 34px;
  width: 100%;
  top: calc(50% - 30px);
  opacity: 0;
  transform: rotate(0deg);
  display: flex;
  justify-content: flex-end;
  transition: 1s 5s ease;
}
@keyframes earthAnim {
  from{
    transform: translate(100%,-50%);
  }
  to{
    transform: translate(0%,-50%);

  }
}
nav#menumobile.open #mainImageEarth{
  animation: earthAnim 0.8s ease-out forwards;
}

#menumobile li a span {
  display: block;
  transform-origin: left;
  color: white;
  opacity: 0;
  padding-left: 0;
}
#menumobile.open > ul > li > a,
li.open ul > li > a {
  opacity: 1;
  transition: 1s 1s ease;
}
#menumobile.open > ul > li > a > span,
li.open ul > li > a > span {
  transition-property: all, transform;
  transition-duration: 0.6s, 0s;
  transition-timing-function: ease;
  padding-left: 20px !important;
  opacity: 1;
}

ul.weblogItemsList.d-grid {
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 0;
}
a.weblogCard img {
  width: 120px;
}
a.weblogCard {
  display: flex;
  gap: 16px;
}
.weblogsItems {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 90%;
  overflow: auto;
}
.weblogsItems::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.weblogsItems::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

/* Handle */
.weblogsItems::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #888;
}

/* Handle on hover */
.weblogsItems::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: #555;
}
.sectionContainer.weblogs #service_content {
  justify-content: flex-start;
}
.sectionContainer.aboutUs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 80%;
  margin: auto;
  gap: 24px;
  margin-top: 10%;
}
.honors .managerInfoImage {
  width: 500px;
}
div#tandisSwiper {
  width: 350px;
  height: 350px;
  bottom: 60px;
}

#mobileToggleMenu {
  display: none;
}
button#closeMenu svg path {
  fill: #288fb1;
}
@media (max-width: 999px) {
  .mainHeader {
    padding-top: 10px;
  }
  a.homeLink img {
    width: 60px !important;
}
button#mobileToggleMenu svg {
  fill: #288fb1;
}
  div#managerInfo,
  .sectionContainer.serviceBox,
  .sectionContainer.honors,
  .infoSection,
  .sectionContainer.ourTeam,
  div.service_items ul,
  .sectionContainer.weblogs,
  .sectionContainer.aboutUs,
  .weblogItemsList .sectionContainer.aboutUs {
    grid-template-columns: 1fr !important;
    height: auto !important;
  }
  div#managerInfo {
    margin: auto !important;
  }
  div#service_content{
    margin-right: unset !important;
  }
  .service_text,.service_text1  {
    width: 90%;
  } 
  div#managerInfoText {
    bottom: 160px;
    position: relative;
    padding: 1rem;
    width: 95%;
  }
  .btnContainer{
    flex-direction: column;
    gap: 16px !important;
  }
  div#service_content {
    padding-bottom: 7rem;
  }
  .aboutUs div#service_content {
    margin-right: unset;
  }
  .managerInfoImage {
    order: -1;
  }

  .personName {
    transform: scale(0.8);
  }
  .honorsText {
    margin-top: 0 !important;
    padding: 1rem;
    position: relative;
    bottom: 160px;
    width: calc(100% - 2rem);
  }
  #service_symbol,
  #homeMenu {
    display: none !important;
  }

  main {
    height: auto;
    width: 100vw;
  }
  main > section {
    opacity: 1;
    overflow: hidden;
    position: relative;
  }
  header,
  footer {
    position: static;
  }
  footer p {
    font-size: 12px !important;
  }
  #mainSearch {
    display: none !important;
  }
  #mobileToggleMenu {
    display: block;
  }
  header ul li {
    display: none;
  }
  header ul {
    margin-bottom: 0;
  }
  header ul li:has(img) {
    display: block;
  }
  button.rightEle.position-relative {
    transform: scale(0.8);
  }
  .sectionContainer {
    width: 95% !important;
    margin: auto !important;
    padding-top: 3rem !important;
  }
  .honors .managerInfoImage {
    margin-bottom: 140px;
  }
  main section:first-child .sectionContainer {
    padding-top: 2rem !important;
  }
  .h-100 {
    height: auto !important;
  }

  .sectionContainer.ourTeam {
    gap: 20px !important;
  }
  .infoSection {
    padding: unset !important;
  }
  .otherTeamImage {
    position: relative;
    bottom: 120px;
    grid-template-columns: repeat(4, 1fr);
    padding: 1.5rem;
  }

  div#service_content {
    padding-bottom: 7rem;
  }
  .sectionContainer.weblogs {
    gap: 24px;
    padding-bottom: 7rem;
  }
  .sectionContainer.weblogs #service_content {
    padding-bottom: 0 !important;
  }

  div#portfolioList {
    grid-template-columns: repeat(4, 1fr);
  }
  .sectionContainer.portfolio {
    padding-bottom: 7rem;
    height: auto;
  }
  div#portfolioList a:nth-child(odd) {
    display: none;
  }

  .aboutUs div#service_content {
    margin-right: unset;
  }
}
@media (max-width:580px){
  div#portfolioList{
    grid-template-columns: repeat(3 , 1fr);
    width: 95%;
  }
}

/* animation */
.delay1 {
  animation-delay: 0.5s !important;
}
.delay2 {
  animation-delay: 1s !important;
}
.delay3 {
  animation-delay: 1.5s !important;
}
.delay4 {
  animation-delay: 2s !important;
}
.delay5 {
  animation-delay: 2.5s !important;
}
.delay6 {
  animation-delay: 3s !important;
}
.activeSection {
  display: block;
  z-index: 12;
  opacity: 1;
}
.hideSection_top {
  animation: hideSection_top 1s linear forwards;
}

.showSection_bottom {
  animation: showSection_bottom 1s linear forwards;
}
.showSection_left {
  animation: showSection_left 1s linear forwards;
}
.hideSection_left {
  animation: hideSection_left 1s linear forwards;
}
.hideSection_right {
  animation: hideSection_right 1s linear forwards;
}
.showSection_right {
  animation: showSection_right 1s linear forwards;
}
.showSection_top {
  animation: showSection_top 1s linear forwards;
}
.hideSection_bottom {
  animation: hideSection_bottom 1s linear forwards;
}
@keyframes hideSection_bottom {
  from {
    transform: translateY(0%) scale(1) ;
    opacity: 1;
  }
  to {
    transform: translateY(100%) scale(1);
    opacity: 0;
  }
}
@keyframes showSection_bottom {
  from {
    transform: translateY(100%) scale(1);
    opacity: 0;
  }
  to {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
}
@keyframes showSection_top {
  from {
    transform: translateY(-100%) scale(1) ;
    opacity: 0;
  }
  to {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
}
@keyframes hideSection_top {
  from {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  to {
    transform: translateY(-100%) scale(1) ;
    opacity: 0;
  }
}
@keyframes showSection_left {
  from {
    opacity: 0;
    transform: translateX(-100%) scale(1);
  }
  to {
    transform: translateX(0%) scale(1);
    opacity: 1;
  }
}
/*  */
@keyframes hideSection_left {
  from {
    transform: translateX(0%) scale(1) ;
    opacity: 1;
  }
  to {
    transform: translateX(-100%) scale(1);
    opacity: 0;
  }
}
@keyframes hideSection_right {
  from {
    transform: translateX(0%) scale(1);
    opacity: 1;
  }
  to {
    transform: translateX(100%) scale(1) ;
    opacity: 0;
  }
}
@keyframes showSection_right {
  from {
    transform: translateX(100%) scale(1) ;
  }
  to {
    transform: translateX(0%) scale(1);
    opacity: 1;
  }
}
@keyframes moveFromTopf100t100 {
  from {
    top: -100%;
  }
  to {
    top: 100%;
  }
}
.moveFromTopAnimation {
  animation: moveFromTopf100t100 0.5s linear forwards;
}
.activeSection .showFromTop {
  position: relative;
  opacity: 0;
  animation: showFromTop 2s linear 1s 1 forwards;
}
@keyframes showFromTop {
  0% {
    opacity: 0;
    top: -50px;
  }
  70% {
    top: 50px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
.activeSection .showFromBottom {
  position: relative;
  opacity: 0;
  animation: showFromBottom 2s linear 1s 1 forwards;
}
@keyframes showFromBottom {
  0% {
    opacity: 0;
    bottom: -50px;
  }
  70% {
    opacity: 0.7;
    bottom: 10px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}

.activeSection .showFromBottomSimple {
  position: relative;
  opacity: 0;
  animation: showFromBottomSimple 2s linear 1.5s 1 forwards;
}
@keyframes showFromBottomSimple {
  0% {
    opacity: 0;
    bottom: -50px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}

.activeSection .showFromRight {
  position: relative;
  opacity: 0;
  animation: showFromRight 2s ease-out 1.5s 1 forwards;
}
@keyframes showFromRight {
  0% {
    opacity: 0;
    right: -30px;
  }
  70% {
    right: 30px;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
.activeSection .showFromLeft {
  position: relative;
  opacity: 0;
  animation: showFromLeft 2s ease-out 1.5s 1 forwards;
}
@keyframes showFromLeft {
  0% {
    opacity: 0;
    left: -30px;
  }
  50% {
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.activeSection .fadeUp {
  position: relative;
  opacity: 0;
  animation: fadeUp 2s ease-out 1.5s 1 forwards;
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.serviceImageAnimation {
  animation: serviceImage 1s linear infinite alternate;
}
@keyframes serviceImage {
  from {
    top: 49%;
  }
  to {
    top: 51%;
  }
}
.flowerAnimation {
  animation: flowerAnimation 3s linear infinite alternate;
}
@keyframes flowerAnimation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(3deg);
  }
}
/* transition */
.boxHover_AnimationTop {
  position: relative;
  transition: all 0.7s;
  top: 0;
}
.boxHover_AnimationTop:hover {
  top: 16px;
}
/* hideScroolbar */
body::-webkit-scrollbar {
  display: none;
}
