:root {
  --sd-red: #e7272d;
  --sd-red-dark: #b81720;
  --sd-ink: #07090d;
  --sd-panel: #11161c;
  --sd-panel-soft: #171d24;
  --sd-line: rgba(255, 255, 255, .13);
  --sd-muted: #a7adb7;
  --sd-blue: #4f8cff;
  --sd-green: #44c79a;
}

html {
  scroll-behavior: smooth;
}

body.dark {
  background: var(--sd-ink);
  color: #f7f8fb;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.dark::selection {
  background: var(--sd-red);
  color: #fff;
}

img,
video {
  max-width: 100%;
}

.switcher__area {
  display: none !important;
}

.header__area {
  position: fixed;
  inset: 0 0 auto;
  z-index: 999;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: rgba(7, 9, 13, .78);
  backdrop-filter: blur(14px);
}

.header__inner {
  max-width: 1440px;
  min-height: 72px;
  margin: 0 auto;
  padding: 14px 34px;
}

.header__logo img {
  max-height: 46px;
  width: auto;
}

.header__support p {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  margin: 0;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .04);
}

.header__support a {
  color: #fff;
}

.header__nav-icon button {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .05);
}

.hero__area {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  padding-top: 96px;
  background: #05070a;
  overflow: hidden;
}

.hero__area::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(5, 7, 10, .95), rgba(5, 7, 10, .72) 42%, rgba(5, 7, 10, .42));
  pointer-events: none;
}

.hero1_bg {
  opacity: .6;
  filter: saturate(1.08) contrast(1.08);
}

.hero__content > a,
.blog__btn,
.document__card > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .04);
  color: #fff;
}

.hero__title {
  max-width: 980px;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 18px 44px rgba(0, 0, 0, .34);
}

.experience {
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(7, 9, 13, .56);
  backdrop-filter: blur(12px);
}

.sec-title,
.sec-title-2,
.solution__title,
.portfolio__text,
.cta__title,
.team__member-name-7 {
  letter-spacing: 0;
  text-wrap: balance;
}

.sec-sub-title,
.cta__sub-title,
.blog__meta,
.document__tag {
  color: var(--sd-red);
}

.about__area,
.service__area,
.counter__area,
.workflow__area,
.portfolio__area,
.brand__area,
.blog__area,
.cta__area,
.team__area,
.team__detail,
.solution__area {
  content-visibility: auto;
  contain-intrinsic-size: 900px;
}

.about__img img,
.story__img img,
.service__img-wrapper img,
.portfolio__item img,
.blog__img-wrapper img,
.team__member img,
.team__member-img img,
.footer__top img,
.solution__img-1 img,
.solution__img-2 img,
.solution__img-3 img {
  border-radius: 8px;
  object-fit: cover;
}

.about__content,
.service__top-text,
.development__content,
.contact__text,
.blog__detail-content,
.document__card p {
  color: var(--sd-muted);
  font-size: 16px;
  line-height: 1.75;
}

.service__item,
.workflow__slide,
.blog__item,
.brand__item,
.document__card,
.counter__item {
  border: 1px solid var(--sd-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .035);
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.service__item:hover,
.workflow__slide:hover,
.blog__item:hover,
.brand__item:hover,
.document__card:hover {
  transform: translateY(-3px);
  border-color: rgba(231, 39, 45, .48);
  background: rgba(255, 255, 255, .055);
}

.service__item {
  padding-right: 22px;
  padding-left: 22px;
}

.service__number span,
.workflow__number,
.counter__number {
  color: var(--sd-red);
}

.service__link p,
.wc-btn-primary,
.wc-btn-secondary,
.btn-item {
  border-radius: 8px;
}

.portfolio__list-1 {
  gap: 20px;
}

.portfolio__item {
  overflow: hidden;
  border-radius: 8px;
  background: var(--sd-panel);
}

.portfolio__item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  transition: transform .35s ease, filter .35s ease;
}

.portfolio__item:hover img {
  transform: scale(1.035);
  filter: saturate(1.12);
}

.brand__item {
  min-height: 118px;
  display: grid;
  place-items: center;
  padding: 22px;
}

.brand__item img {
  max-height: 72px;
  object-fit: contain;
  filter: grayscale(1) brightness(1.24);
  opacity: .78;
  transition: filter .24s ease, opacity .24s ease, transform .24s ease;
}

.brand__item:hover img {
  filter: none;
  opacity: 1;
  transform: translateY(-2px);
}

.blog__item {
  height: 100%;
  padding: 12px 12px 20px;
}

.blog__img-wrapper {
  overflow: hidden;
  border-radius: 8px;
}

.blog__img-wrapper img {
  aspect-ratio: 16 / 10;
  transition: transform .35s ease;
}

.blog__item:hover .blog__img-wrapper img {
  transform: scale(1.04);
}

.blog__title {
  line-height: 1.18;
}

.document__card {
  min-height: 250px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .025));
}

.sodepsi-pagination a {
  border-radius: 8px;
}

.footer__area {
  background: #05070a;
}

.footer__btm {
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.footer__subscribe input {
  border-radius: 8px;
}

.modal__testimonial-content {
  border-radius: 8px;
  overflow: hidden;
}

.modal__testimonial iframe {
  background: #000;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (max-width: 991px) {
  .header__inner {
    min-height: 64px;
    padding: 10px 16px;
  }

  .header__support {
    display: none;
  }

  .hero__area {
    padding-top: 82px;
  }

  .hero__title {
    font-size: 64px;
    line-height: .96;
  }

  .service__item,
  .workflow__slide,
  .blog__item,
  .document__card {
    transform: none !important;
  }
}

@media (max-width: 767px) {
  .cursor1,
  .cursor2,
  #client_cursor,
  #team_cursor {
    display: none !important;
  }

  .hero__title {
    font-size: 46px;
  }

  .sec-title,
  .solution__title,
  .portfolio__text,
  .cta__title {
    font-size: 38px;
    line-height: 1.08;
  }

  .about__content,
  .service__top-text,
  .development__content,
  .contact__text,
  .blog__detail-content,
  .document__card p {
    font-size: 15px;
  }
}
