.section-solution .mobile-app,
.section-solution .website-dev,
.section-solution .erp-system,
.section-solution .seo-optimization,
.section-solution .digital-marketing,
.section-solution .marketplace, .digital-solution .launch,
.digital-solution .implementation,
.digital-solution .talk-to-us {
  transition: all 0.3s ease;
  background-color: rgba(245, 246, 249, 0.8);
  padding: 2.4rem 2.4rem 0;
  border-radius: 2.4rem;
  border: 0.1rem solid #d9d9d9;
}

.section-solution .mobile-app__details,
.section-solution .website-dev__details,
.section-solution .erp-system__details,
.section-solution .digital-marketing__details,
.section-solution .seo-optimization__details,
.section-solution .marketplace__details, .digital-solution .launch__details,
.digital-solution .implementation__details,
.digital-solution .talk-to-us__details {
  background: rgba(241, 241, 241, 0.8);
  border-radius: 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 1.6rem 1.6rem 0;
  height: 55rem;
  box-shadow: 0 0.3rem 0.5rem 0 rgba(0, 0, 0, 0.08);
  -webkit-mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
  mask: linear-gradient(180deg, transparent, white 0%, white 50%, transparent);
  position: relative;
}

.section-solution__section-icon, .digital-solution__section-icon {
  width: 7rem;
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(89deg, rgba(34, 176, 242, 0.9607843137) 0.52%, rgba(236, 5, 228, 0.9647058824) 172.75%);
  border-radius: 50%;
  margin-bottom: 2rem;
  position: relative;
}

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

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

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.7;
  color: #333;
  background-color: rgba(255, 255, 255, 0.95);
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #2280f2;
  transition: all 0.3s ease;
}

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

ul,
ol {
  list-style: none;
  padding-left: 0;
}

button {
  cursor: pointer;
  font-family: inherit;
  border: none;
  background: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Quicksand", sans-serif;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.5rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.25rem;
}

p {
  margin-bottom: 1.5rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  z-index: 1000;
  transition: 0.3s;
  border-bottom-left-radius: 2.1rem;
  border-bottom-right-radius: 2.1rem;
}
.header.header--hidden {
  transform: translateY(-100%);
}
.header.header--scrolled {
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(1rem);
          backdrop-filter: blur(1rem);
}
.header.hidden-observe {
  opacity: 0;
  transition: 1.3s;
  transform: translateY(-3rem);
}
.header.hidden-observe.show-observe {
  opacity: 1;
  transform: translateX(0rem);
}
@media (max-width: 1200px) {
  .header {
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-backdrop-filter: blur(1rem);
            backdrop-filter: blur(1rem);
    box-shadow: rgba(149, 157, 165, 0.2) 0rem 0.8rem 2.4rem;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 0 1.5rem;
  }
}

.logo img {
  height: 7rem;
}
@media (max-width: 768px) {
  .logo img {
    font-size: 2rem;
  }
}

.burger-icon {
  z-index: 1002;
  position: relative;
  cursor: pointer;
}

.burger {
  width: 4rem;
  height: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  transition: 300ms;
  border-radius: 1rem;
}
.burger input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 300ms;
  cursor: pointer;
}
.burger::before, .burger::after {
  content: "";
  transition: 300ms;
  transform-origin: center center;
}
.burger::before {
  transform: translateY(0.8rem);
}
.burger::after {
  transform: translateY(-0.8rem);
}
.burger .line, .burger::before, .burger::after {
  width: 3.5rem;
  height: 0.21rem;
  display: block;
  background-color: black;
  border-radius: 0.5rem;
  position: absolute;
}
.burger .line:checked {
  width: 0;
  transition-delay: 100ms;
}
.burger:has(.line:checked)::before {
  animation: animation1 400ms ease-out 0s 1 both;
}
.burger:has(.line:checked)::after {
  animation: animation2 400ms ease-out 0s 1 both;
}
.burger:hover {
  border-radius: 50%;
}
.burger:hover .line, .burger:hover::before, .burger:hover::after {
  background: #727272;
}
.burger:active {
  scale: 0.95;
}

.sidebar {
  position: fixed;
  top: 8rem;
  left: 1rem;
  width: 32rem;
  max-height: 70rem;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: -0.2rem 0 1.5rem rgba(0, 0, 0, 0.1);
  transition: transform 0.5s ease-out;
  z-index: 1001;
  padding: 4rem;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 2.1rem;
  transform: translateX(calc(-100% - 1rem));
}
.sidebar.active {
  transform: translateX(0%);
  transition: transform 0.5s ease 0.3s;
}
.sidebar.active .sidebar-nav li {
  opacity: 1;
  transform: translateX(0);
}
.sidebar.active .sidebar-nav li:nth-child(1) {
  transition-delay: 0.1s;
}
.sidebar.active .sidebar-nav li:nth-child(2) {
  transition-delay: 0.2s;
}
.sidebar.active .sidebar-nav li:nth-child(3) {
  transition-delay: 0.3s;
}
.sidebar.active .sidebar-nav li:nth-child(4) {
  transition-delay: 0.4s;
}
.sidebar.active .sidebar-nav li:nth-child(5) {
  transition-delay: 0.5s;
}
.sidebar.active .sidebar-nav li:nth-child(6) {
  transition-delay: 0.6s;
}
@media (max-width: 768px) {
  .sidebar {
    width: calc(100% - 2rem);
  }
}
@media (max-width: 480px) {
  .sidebar {
    padding: 8rem 2rem 4rem;
  }
}

.sidebar-nav {
  list-style: none;
}
.sidebar-nav li {
  margin-bottom: 2rem;
  opacity: 0;
  transform: translateX(5rem);
  transition: all 0.3s ease;
}
.sidebar-nav a {
  color: #333;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 1.2rem 0;
  display: block;
  transition: color 0.3s ease, padding 0.3s ease;
  border-bottom: 0.1rem solid #eee;
}
.sidebar-nav a:hover {
  color: #007bff;
  padding-left: 1rem;
}
@media (max-width: 480px) {
  .sidebar-nav a {
    font-size: 1.6rem;
  }
}

.overlay {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100%;
  opacity: 1;
  left: 0;
  transform: translateX(-100%);
  transition: all 0.3s ease 0.3s;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(0.1rem);
          backdrop-filter: blur(0.1rem);
}
.overlay.active {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.3s ease 0s;
}

.close-btn {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: none;
  border: none;
  font-size: 2.4rem;
  cursor: pointer;
  color: #333;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.3s ease;
}
.close-btn:hover {
  background: #f0f0f0;
}

.footer {
  background-color: #212529;
  color: #ced4da;
  padding: 6rem 0 2rem;
}
.footer__main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  margin-bottom: 5rem;
  position: relative;
}
@media (max-width: 768px) {
  .footer__main {
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer__company {
  grid-column: span 2;
}
.footer__logo {
  height: 4rem;
  margin-bottom: 2rem;
}
.footer__description {
  margin-bottom: 2.5rem;
  max-width: 30rem;
}
.footer__social {
  display: flex;
  gap: 1.5rem;
}
.footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.95);
  transition: all 0.3s ease;
}
.footer__social-link:hover {
  background-color: #2280f2;
  color: rgba(255, 255, 255, 0.95);
  transform: translateY(-0.3rem);
}
.footer__title {
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 2rem;
  font-size: 1.8rem;
}
.footer__links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer__link {
  color: #ced4da;
  transition: all 0.3s ease;
  font-size: 1.25rem;
}
.footer__link:hover {
  color: #2280f2;
  transform: translateX(0.5rem);
  text-decoration: underline;
}
.footer__newsletter {
  grid-column: span 2;
}
.footer__newsletter-text {
  margin-bottom: 2rem;
}
.footer__form {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
@media (min-width: 576px) {
  .footer__form {
    flex-direction: row;
  }
}
.footer__input {
  flex-grow: 1;
  padding: 1.2rem;
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 0.25rem;
  color: rgba(255, 255, 255, 0.95);
  font-family: inherit;
  font-size: 1.6rem;
}
.footer__input::-moz-placeholder {
  color: #adb5bd;
}
.footer__input::placeholder {
  color: #adb5bd;
}
.footer__input:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem #2280f2;
}
.footer__submit {
  flex-shrink: 0;
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 2rem;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
.footer__copyright {
  color: #adb5bd;
  font-size: 1.4rem;
}
.footer__legal {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.footer__legal-link {
  color: #adb5bd;
  font-size: 1.4rem;
  transition: all 0.3s ease;
}
.footer__legal-link:hover {
  color: #2280f2;
}

.btn {
  background: linear-gradient(89deg, #22b0f2 0.52%, #204ce7 50%, #ec05e6 172.75%);
  border: none;
  color: #ffffff;
  padding: 1rem 2.5rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.125rem;
  margin: 0.4rem 0.2rem;
  cursor: pointer;
  letter-spacing: 0.1rem;
  border-radius: 5rem;
  box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}
.btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}
.btn:hover:after {
  width: 21rem;
  height: 20rem;
  opacity: 1;
}
.btn:focus {
  outline: none;
}
.btn:active {
  transform: translateY(0.2rem);
  box-shadow: none;
}

.secondary-btn {
  background: white;
  box-shadow: 0 0 0.2rem 0 #22B0F2;
  color: #2280f2;
}
.secondary-btn:hover {
  box-shadow: 0 0 0.4rem 0 #22B0F2;
  text-shadow: 0 0 0.4rem #22B0F2;
}

.service-card {
  background-color: rgba(255, 255, 255, 0.95);
  background-color: rgb(245, 245, 245);
  padding: 2.4rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
  border: 0.1rem solid rgba(19, 56, 130, 0.1);
  overflow: hidden;
}
.service-card__title-container {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: rgba(255, 255, 255, 0.95);
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5rem;
  padding: 0.5rem 1.5rem;
  margin-bottom: 2rem;
  position: relative;
}
.service-card__icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.service-card__icon svg {
  width: 3.5rem;
  height: 3.5rem;
}
.service-card__title {
  margin: 0;
  font-size: 1.25rem;
}
.service-card__description {
  color: #666;
  margin-bottom: 2rem;
  font-size: 1.5rem;
}
.service-card__link {
  display: flex;
  align-items: center;
  color: #2280f2;
  font-weight: 500;
}
.service-card__link svg {
  margin-left: 0.5rem;
  transition: all 0.3s ease;
}
.service-card:hover .service-card__link svg {
  transform: translateX(0.5rem);
}

.project-card {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
  justify-content: space-between;
  background: rgba(245, 246, 249, 0.8);
  padding: 4rem;
  padding-right: 0;
  border-radius: 1.2rem;
}
.project-card:hover .project-card__image img {
  transform: translate(0);
}
.project-card__image {
  max-width: 65rem;
  position: relative;
  background: linear-gradient(180deg, transparent, #e9ecef);
  border-radius: 1.2rem;
}
.project-card__image img {
  width: 103%;
  height: 103%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  border-radius: 1.2rem;
  transform: translate(1.5rem, -2rem);
  transition: all 0.3s ease-out;
}

[dir=rtl] .project-card__image img {
  transform: translate(-1.5rem, -2rem);
}

[dir=rtl] .project-card {
  padding: 4rem;
  padding-left: 0;
}

.contact-form {
  background: rgba(245, 246, 249, 0.8);
  border-radius: 1.6rem;
  padding: 2rem;
  display: grid;
}
.contact-form__header {
  margin-bottom: 3.2rem;
}
.contact-form__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0.8rem;
  line-height: 1.3;
}
.contact-form__subtitle {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.5;
}
.contact-form__fields {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
}
.contact-form__field {
  display: flex;
  flex-direction: column;
}
.contact-form__field--full {
  grid-column: 1/-1;
}
.contact-form__label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0.8rem;
}
.contact-form__input {
  padding: 1.6rem 2rem;
  border: 0.1rem solid rgba(228, 228, 228, 0.8);
  border-radius: 0.8rem;
  font-size: 1rem;
  color: #000000;
  background: rgba(255, 255, 255, 0.95);
  transition: all 0.3s ease;
}
.contact-form__input:focus {
  outline: none;
  border-color: #2280f2;
  box-shadow: 0 0 0 0.3rem rgba(34, 128, 242, 0.1);
}
.contact-form__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-form__input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-form__textarea {
  min-height: 12rem;
  resize: vertical;
  font-family: inherit;
}
.contact-form__submit {
  width: 100%;
  padding: 1.6rem 2.4rem;
  background: linear-gradient(89deg, #22b0f2 0.52%, #204ce7 50%, #ec05e6 172.75%);
  color: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 0.8rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.contact-form__submit:hover {
  transform: translateY(-0.2rem);
  box-shadow: 0 0.8rem 2.5rem rgba(34, 128, 242, 0.3);
}
.contact-form__submit:active {
  transform: translateY(0);
}

@media (max-width: 480px) {
  .contact-form__row {
    grid-template-columns: 1fr;
  }
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}
@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}
@keyframes animation1 {
  0% {
    transform: translateY(0.8rem) rotate(0deg);
  }
  50% {
    transform: translateY(0rem) rotate(0deg);
  }
  100% {
    transform: translateY(0rem) rotate(45deg);
  }
}
@keyframes animation2 {
  0% {
    transform: translateY(-0.8rem) rotate(0deg);
  }
  50% {
    transform: translateY(0rem) rotate(0deg);
  }
  100% {
    transform: translateY(0rem) rotate(-45deg);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.typewriter::after {
  content: "|";
  animation: blink 0.7s infinite;
}

.about-mainflare {
  max-width: 120rem;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .about-mainflare {
    padding: 6rem 2rem;
  }
}
@media (max-width: 768px) {
  .about-mainflare {
    padding: 4rem 2rem;
  }
}
@media (max-width: 480px) {
  .about-mainflare {
    padding: 3.2rem 1.6rem;
  }
}
.about-mainflare__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .about-mainflare__container {
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .about-mainflare__container {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
.about-mainflare__content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  position: relative;
}
@media (max-width: 480px) {
  .about-mainflare__content {
    gap: 3.2rem;
  }
}
.about-mainflare__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000013;
}
@media (max-width: 1024px) {
  .about-mainflare__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .about-mainflare__title {
    font-size: 2.2rem;
  }
}
@media (max-width: 480px) {
  .about-mainflare__title {
    font-size: 2rem;
  }
}
.about-mainflare__title--highlight {
  color: #2280f2;
}
.about-mainflare__image {
  max-width: 50rem;
  position: relative;
}
.about-mainflare__image img {
  width: 100%;
  height: 100%;
}
.about-mainflare__description {
  font-size: 1.25rem;
  color: rgba(0, 0, 19, 0.68);
  line-height: 1.8;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .about-mainflare__description {
    font-size: 1rem;
  }
}

.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 3.2rem;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .stats {
    gap: 2.8rem;
  }
}
.stats__item {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 480px) {
  .stats__item {
    gap: 1.6rem;
  }
}
.stats__icon {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.4rem;
  background-color: rgba(245, 246, 249, 0.8);
}
@media (max-width: 480px) {
  .stats__icon {
    width: 4rem;
    height: 4rem;
  }
}
.stats__icon svg {
  width: 3.5rem;
  height: 3.5rem;
}
@media (max-width: 480px) {
  .stats__icon svg {
    width: 2rem;
    height: 2rem;
  }
}
.stats__content {
  flex: 1;
}
.stats__number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2280f2;
  line-height: 1;
  margin-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .stats__number {
    font-size: 2.2rem;
  }
}
@media (max-width: 480px) {
  .stats__number {
    font-size: 2rem;
  }
}
.stats__label {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000013;
  margin-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .stats__label {
    font-size: 1.125rem;
  }
}
@media (max-width: 480px) {
  .stats__label {
    font-size: 1rem;
  }
}
.stats__description {
  font-size: 1.125rem;
  color: rgba(0, 0, 19, 0.68);
  line-height: 1.6;
}
@media (max-width: 480px) {
  .stats__description {
    font-size: 0.9rem;
  }
}

.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: stretch;
  position: relative;
}
@media (max-width: 768px) {
  .contact-wrapper {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.contact-info__item {
  background: rgba(245, 246, 249, 0.8);
  border-radius: 1.6rem;
  padding: 2rem;
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
}
.contact-info__icon {
  width: 4.8rem;
  height: 4.8rem;
  background: rgba(245, 246, 249, 0.8);
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #000000;
  flex-shrink: 0;
}
.contact-info__icon--chat {
  background: linear-gradient(89deg, #22b0f2 0.52%, #204ce7 50%, #ec05e6 172.75%);
  color: rgba(255, 255, 255, 0.95);
}
.contact-info__content {
  flex: 1;
}
.contact-info__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0.8rem;
}
.contact-info__description {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 1.2rem;
  line-height: 1.5;
}
.contact-info__link {
  color: #2280f2;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
}
.contact-info__link:hover {
  text-decoration: underline;
}
.contact-info__detail {
  font-size: 1rem;
  color: #000000;
  font-weight: 500;
}
.contact-info__hours {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 0.4rem;
}
.contact-info__map {
  width: 100%;
  height: 20rem;
  background: #eaeaea;
  border-radius: 1.2rem;
  margin-top: 1.6rem;
  position: relative;
  overflow: hidden;
}
.contact-info__map-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #eaeaea 0%, rgba(233, 233, 233, 0.8) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.875rem;
  position: relative;
}
.contact-info__map-placeholder::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 30% 40%, rgba(34, 128, 242, 0.1) 0%, transparent 50%), radial-gradient(circle at 70% 80%, rgba(236, 5, 230, 0.1) 0%, transparent 50%);
}
.contact-info__map-content {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
  height: 100%;
}

.digital-solution .launch,
.digital-solution .implementation,
.digital-solution .talk-to-us {
  backdrop-filter: blur(0.5rem);
  -webkit-backdrop-filter: blur(0.5rem);
}
.digital-solution .launch__details,
.digital-solution .implementation__details,
.digital-solution .talk-to-us__details {
  height: 40rem;
}
.digital-solution__section-title {
  font-size: 1.5rem;
  margin-bottom: 1.6rem;
  text-align: start;
  position: relative;
}
.digital-solution__section-subtitle {
  font-size: 1.25rem;
  color: rgba(0, 12, 19, 0.6509803922);
  height: 10rem;
  position: relative;
}

.sticky-section {
  background-image: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.95)), url("../images/homepage/grid-bg.png");
  background-position: center center;
}
.sticky-section-grid {
  position: relative;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .sticky-section-grid {
    justify-content: center;
  }
}
.svg-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.svg-dots circle {
  fill: linear-gradient(89deg, #22b0f2 0.52%, #204ce7 50%, #ec05e6 172.75%);
}

.steps-indicator {
  min-width: 20rem;
  padding-left: 1.5rem;
}
.steps-indicator .sticky {
  top: 10rem;
  position: sticky;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.steps-indicator span {
  display: block;
  position: relative;
  color: #2280f2;
  letter-spacing: 0.1rem;
  font-weight: 600;
  font-size: 2rem;
  opacity: 0.7;
  transition: opacity 0.3s, padding 0.3s;
}
.steps-indicator span::before {
  content: "";
  position: absolute;
  left: -0.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: 0.2rem;
  background-color: #2280f2;
  border-radius: 9999px;
  transition: width 0.3s;
}
.steps-indicator span.active {
  color: #2280f2;
  opacity: 1;
  padding-left: 1rem;
}
.steps-indicator span.active::before {
  width: 1.5rem;
}

@media (max-width: 768px) {
  .steps-indicator {
    display: none;
  }
}
.digital-solution {
  max-width: 55rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: start;
}

.launch {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 1.6rem;
  padding: 2rem;
  border: 0.1rem solid #d9d9d9;
  transition: all 0.3s ease;
}
.launch:hover .launch__icon {
  transform: scale(1.1);
}
.launch__header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  position: relative;
}
.launch__icon {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.25rem;
  transition: all 0.3s ease;
  position: absolute;
  right: 0;
  top: 1.5rem;
  background: #65c472;
  box-shadow: 0 0.4rem 2.39rem 0 #6bcd76;
}
[dir=rtl] .launch__icon {
  right: auto;
  left: 0;
}
.launch__title {
  background: rgba(232, 235, 236, 0.8);
  padding: 1rem 1.5rem;
  border-radius: 0.8rem;
  color: #000013;
  font-size: 1rem;
  font-weight: 500;
  flex: 1;
}
.launch__progress-list {
  list-style: none;
}
.launch__progress-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding: 0.5rem 0;
  transition: all 0.3s ease;
}
.launch__progress-item:hover {
  border-radius: 0.8rem;
  padding: 0.75rem;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.launch__progress-label {
  font-size: 1rem;
  color: #000000;
  font-weight: 500;
  width: 6rem;
}
.launch__progress-bar {
  flex: 1;
  height: 2rem;
  background: rgba(228, 228, 228, 0.8);
  border-radius: 5rem;
  margin: 0 1rem;
  overflow: hidden;
}
.launch__progress-fill {
  height: 100%;
  border-radius: 5rem;
  transition: width 0.3s ease;
}
.launch__progress-fill--design {
  background: #2280f2;
  width: 75%;
}
.launch__progress-fill--wireframes, .launch__progress-fill--research, .launch__progress-fill--required {
  background: rgba(228, 228, 228, 0.8);
  width: 0%;
}
.launch__progress-percentage {
  font-size: 0.875rem;
  color: #000000;
  font-weight: 600;
  min-width: 4.5rem;
  text-align: right;
}

.implementation {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 1.6rem;
  padding: 2rem;
  border: 0.1rem solid #d9d9d9;
  text-align: center;
  transition: all 0.3s ease;
}
.implementation__status {
  background: rgba(232, 235, 236, 0.8);
  padding: 1rem 1.5rem;
  border-radius: 0.8rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.implementation__status-text {
  color: #000013;
  font-size: 1rem;
  font-weight: 500;
}
.implementation__status-icon {
  color: rgb(101, 196, 114);
  font-size: 1.25rem;
}
.implementation__label {
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.implementation__timer {
  font-size: 3rem;
  color: #000013;
  margin-bottom: 2rem;
  letter-spacing: -0.02em;
}
.implementation__button {
  color: #2280f2;
  border-radius: 0.8rem;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.implementation__button:hover {
  transform: translateY(-0.2rem);
}
.implementation__button-icon {
  width: 3.2rem;
  height: 3.2rem;
}

.talk-to-us {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 1.6rem;
  padding: 1.5rem;
  border: 0.1rem solid #d9d9d9;
  transition: all 0.3s ease;
}
.talk-to-us__messages {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.talk-to-us__message {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}
.talk-to-us__message--user {
  flex-direction: row-reverse;
}
.talk-to-us__avatar {
  width: 6rem;
  height: 6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 1rem auto;
}
.talk-to-us__avatar img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.talk-to-us__bubble {
  flex: 1;
  padding: 1rem 1.25rem;
  border-radius: 1.6rem;
  font-size: 0.875rem;
  line-height: 1.4;
  transition: all 0.3s ease;
}
.talk-to-us__bubble:hover {
  transform: translateY(-0.1rem);
}
.talk-to-us__bubble--user {
  background: rgba(232, 235, 236, 0.8);
  color: #000013;
  border-bottom-right-radius: 0.6rem;
}
.talk-to-us__bubble--assistant {
  background: #2280f2;
  color: rgba(255, 255, 255, 0.95);
  border-bottom-left-radius: 0.6rem;
}
.talk-to-us__input-container {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: #f7f7f7;
  border-radius: 1.2rem;
  border: 0.1rem solid #d9d9d9;
  transition: all 0.3s ease;
}
.talk-to-us__input-container:hover, .talk-to-us__input-container:focus-within {
  border-color: #2280f2;
}
.talk-to-us__add-button {
  background: none;
  border: none;
  color: rgba(228, 228, 228, 0.8);
  font-size: 1.25rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.talk-to-us__add-button:hover {
  color: #2280f2;
  transform: rotate(90deg);
}
.talk-to-us__input {
  flex: 1;
  border: none;
  background: none;
  outline: none;
  color: #000000;
  font-size: 0.875rem;
}
.talk-to-us__input::-moz-placeholder {
  color: rgba(228, 228, 228, 0.8);
}
.talk-to-us__input::placeholder {
  color: rgba(228, 228, 228, 0.8);
}
.talk-to-us__send-button {
  border: none;
  color: rgba(255, 255, 255, 0.95);
  padding: 0.5rem;
  border-radius: 0.8rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.talk-to-us__send-button:hover {
  transform: translateX(0.2rem) rotate(-30deg);
}
.talk-to-us__send-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.hero {
  padding: 14rem 0 8rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.hero::after {
  border-radius: 2.605rem 2.605rem 0 0;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.75);
  background: rgba(241, 241, 241, 0.8);
  box-shadow: 0 -0.3rem 1rem 0 rgba(255, 255, 255, 0.52) inset, 0 -0.5595rem 0.4196rem 0 rgba(255, 255, 255, 0.08);
}
.hero__content {
  margin: 0 auto 5rem;
  max-width: 100rem;
  text-align: center;
}
.hero__subtitle {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  background: linear-gradient(89deg, #22b0f2 0.52%, #204ce7 50%, #ec05e6 172.75%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero__subtitle--sec {
  font-size: 2rem;
  color: #666;
  margin-bottom: 3rem;
}
.hero__title {
  margin-bottom: 2rem;
}
.hero__cta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 4rem;
}
.hero__project-selection {
  background: rgba(228, 228, 228, 0.8);
  box-shadow: 0 -0.2191rem 0.9203rem 0 rgba(0, 0, 0, 0.08);
  border-radius: 2rem;
  padding: 2.8rem 1.6rem 0;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  z-index: 2;
  right: 16rem;
  bottom: -9.5rem;
}
[dir=rtl] .hero__project-selection {
  right: auto;
  left: 16rem;
}
.hero__selection-title {
  color: #000013;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 1.6rem;
  text-align: start;
}
.hero__project-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 40rem;
  margin: 0 auto;
}
.hero__project-option {
  border-radius: 2rem;
  background: rgba(232, 235, 236, 0.8);
  padding: 1.6rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  min-height: 9rem;
}
.hero__project-option:hover {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0.3287rem 0.5478rem 0 rgba(0, 0, 0, 0.07);
}
.hero__project-option:hover .hero__project-icon svg {
  fill: #2280f2;
}
.hero__project-option--selected {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0.3287rem 0.5478rem 0 rgba(0, 0, 0, 0.07);
}
.hero__project-option--web-app .hero__project-label {
  color: #2280f2;
}
.hero__project-icon {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
}
.hero__project-icon svg {
  fill: rgba(0, 12, 19, 0.6509803922);
}
.hero__project-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(0, 12, 19, 0.6509803922);
}
.hero__webapp {
  background: rgba(228, 228, 228, 0.8);
  box-shadow: 0 -0.3rem 0.5rem 0 rgba(0, 0, 0, 0.05);
  border-radius: 2rem;
  padding: 6.5rem;
  width: 80rem;
  position: relative;
  z-index: 1;
}
.hero__webapp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-bottom: 4rem;
}
.hero__webapp-summary {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.hero__webapp-status-dot {
  width: 1.4rem;
  height: 1.4rem;
  background: rgb(101, 196, 114);
  border-radius: 50%;
}
.hero__webapp-header-text {
  font-size: 1.125rem;
  font-weight: 600;
  color: rgba(0, 12, 19, 0.6509803922);
}
.hero__webapp-header-text span {
  color: #000013;
  font-size: 1.25rem;
  font-weight: 600;
}
.hero__webapp-project-type {
  font-size: 1rem;
  color: rgba(0, 12, 19, 0.6509803922);
  margin-top: 0.2rem;
  flex: 1;
}
.hero__webapp-profile {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.hero__webapp-about {
  display: flex;
  width: 12rem;
  height: 3rem;
  padding: 0.8392rem 2.3778rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1.3987rem;
  border-radius: 3.2rem;
  background: #eaeaea;
  position: relative;
}
.hero__webapp-about::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5.5rem;
  height: 0.6rem;
  flex-shrink: 0;
  border-radius: 6.9934rem;
  background: #b4b4b4;
}
.hero__webapp-explane {
  display: flex;
  max-width: 37.8rem;
  height: 15.2rem;
  padding: 3.3568rem;
  flex-direction: column;
  align-items: start;
  gap: 1.6784rem;
  border-radius: 2rem;
  background: #eaeaea;
  transition: background-color 0.2s;
}
.hero__webapp-explane:hover {
  background-color: rgba(255, 255, 255, 0.95);
}
.hero__webapp-explane h3 {
  text-align: start;
  color: rgba(0, 0, 0, 0.65);
  font-size: 1rem;
  font-weight: 500;
}
.hero__webapp-explane .lines {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.hero__webapp-explane .lines div {
  width: 100%;
  height: 0.6rem;
  background-color: #f5f5f5;
  transition: background-color 0.2s;
}
.hero__webapp-explane .lines div:first-child {
  width: 60%;
}
.hero__webapp-explane .lines div:hover {
  background-color: #2280f2;
}
.hero__webapp-explane.light {
  background-color: rgba(255, 255, 255, 0.95);
  margin-top: 2rem;
}
.hero__webapp-explane.light .lines div {
  background: #e0e0e0;
}
.hero__webapp-explane.light .lines div:first-child {
  background-color: #2280f2;
}
.hero__webapp-wrapper {
  height: 67.2rem;
  display: flex;
  justify-content: center;
  align-items: end;
  position: relative;
  overflow: hidden;
  border-radius: 3.2rem;
  background: rgba(233, 233, 233, 0.8);
  backdrop-filter: blur(0.5rem);
  -webkit-backdrop-filter: blur(0.5rem);
}
.hero__webapp-wrapper .neon {
  width: 25rem;
  height: 25rem;
  position: absolute;
  bottom: 0;
  filter: blur(5rem);
  z-index: -1;
}
.hero__webapp-wrapper .neon.neon-blue {
  background-color: #2280f2;
  opacity: 0.7;
  right: 0;
}
.hero__webapp-wrapper .neon.neon-purple {
  background-color: #ec05e6;
  opacity: 0.7;
  left: 0;
}

@media (max-width: 768px) {
  .hero__webapp {
    padding: 1.5rem;
  }
  .hero__project-selection {
    right: 0rem;
  }
  [dir=rtl] .hero__project-selection {
    right: auto;
    left: 0rem;
  }
}
.hero-webapp-image {
  width: 6rem;
  height: 6rem;
  overflow: hidden;
  border-radius: 50%;
}
.hero-webapp-image img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.project-details {
  max-width: 35rem;
  position: relative;
}
@media (max-width: 1024px) {
  .project-details {
    max-width: 100%;
  }
}
.project-details__tags {
  display: flex;
  gap: 0.8rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.project-details__tag {
  background-color: #6f31e7;
  padding: 0.6rem 1rem;
  border-radius: 5rem;
  font-size: 1rem;
  color: white;
  font-weight: 600;
}
.project-details__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
}
.project-details__actions {
  margin-bottom: 1.6rem;
  display: flex;
  gap: 1rem;
}
.project-details__actions--btn.soon {
  position: relative;
}
.project-details__actions--btn.soon .btn {
  pointer-events: none;
  cursor: not-allowed;
}
.project-details__actions--btn.soon::before {
  content: "SOON";
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 0.6rem 1rem;
  background-color: white;
  color: #2280f2;
  box-shadow: rgba(149, 157, 165, 0.2) 0rem 0.8rem 2.4rem;
  text-align: center;
  border-radius: 5rem;
  font-size: 1.5rem;
  z-index: 4;
  opacity: 0;
  transition: 0.3s;
}
.project-details__actions--btn.soon:hover::before {
  top: -4rem;
  opacity: 1;
}
.project-details__description p {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 2.8rem;
}
@media (max-width: 1024px) {
  .project-details__description p {
    max-width: 35rem;
  }
}
.project-details__author {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.project-details__avatar {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-details__info {
  display: flex;
  flex-direction: column;
}
.project-details__name {
  font-weight: bold;
  font-size: 0.875rem;
}
.project-details__position {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
}

.services__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 992px) {
  .services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.service-card {
  background-color: rgb(245, 245, 245);
  padding: 2.4rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
  border: 0.1rem solid rgba(19, 56, 130, 0.1);
  overflow: hidden;
}
.service-card__title-container {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: rgba(255, 255, 255, 0.95);
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5rem;
  padding: 0.5rem 1.5rem;
  margin-bottom: 2rem;
  position: relative;
}
.service-card__icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2280f2;
  transition: all 0.3s ease;
}
.service-card__icon svg {
  width: 3.5rem;
  height: 3.5rem;
}
.service-card__title {
  margin: 0;
  font-size: 1.25rem;
  color: #000013;
}
.service-card__description {
  color: #666;
  margin-bottom: 2rem;
  font-size: 1.5rem;
}
.service-card__link {
  display: flex;
  align-items: center;
  color: #2280f2;
  font-weight: 500;
}
.service-card__link svg {
  margin-left: 0.5rem;
  transition: all 0.3s ease;
}
.service-card .service-card__link svg {
  transform: translateX(0.5rem);
}
.service-card .orbit {
  border: 0.1rem dashed #2280f2;
}
.service-card .planet img {
  scale: 1.5;
}

.vs-code {
  width: 100%;
  height: 25rem;
  -webkit-mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
  mask: linear-gradient(180deg, transparent, white 0%, white 50%, transparent);
  direction: ltr;
}
.vs-code-container {
  width: inherit;
  height: 100%;
}
.vs-code-header {
  width: inherit;
  margin-bottom: 0.3875rem;
}
.vs-code-header ul {
  background-color: #ced4da;
  display: flex;
  width: inherit;
  gap: 0.3125rem;
  padding: 0.3875rem 0.4125rem;
  border-radius: 0.5rem;
}
.vs-code-header li {
  width: 1.5rem;
  height: 0.8rem;
  border-radius: 0.1875rem;
  background-color: rgb(160, 160, 160);
}
.vs-code-header li:nth-child(2) {
  opacity: 0.6;
}
.vs-code-header li:hover {
  opacity: 0.6;
}
.vs-code-main {
  display: flex;
  width: inherit;
  height: 100%;
  gap: 0.3875rem;
}
.vs-code-aside {
  width: 6rem;
  background-color: #ced4da;
  border-radius: 0.5rem;
}
.vs-code-aside ul {
  display: flex;
  flex-direction: column;
  padding: 0.625rem 0.3125rem;
}
.vs-code-aside li {
  width: 100%;
  height: 0.5rem;
  background-color: #dee2e6;
  margin-bottom: 0.3125rem;
  border-radius: 0.3125rem;
}
.vs-code-aside li:nth-child(2) {
  border: 0.1rem solid rgb(167, 167, 167);
  opacity: 0.8;
}
.vs-code-aside li:hover {
  border: 0.1rem solid rgb(167, 167, 167);
  opacity: 0.8;
}
.vs-code-content {
  width: inherit;
  border-radius: 0.5rem;
  height: 100%;
}
.vs-code-content-header {
  width: inherit;
  margin-bottom: 0.3875rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
}
.vs-code-content-header ul {
  background-color: #ced4da;
  display: flex;
  width: inherit;
  gap: 0.3125rem;
  padding: 0.3875rem 0.4125rem;
  border-radius: 0.5rem;
}
.vs-code-content-header li {
  width: 2rem;
  height: 0.8rem;
  border-radius: 0.1875rem;
  background-color: rgb(160, 160, 160);
}
.vs-code-content-header li:nth-child(2) {
  opacity: 0.6;
}
.vs-code-content-header li:hover {
  opacity: 0.6;
}
.vs-code-code {
  background-color: #dee2e6;
  width: 100%;
  height: calc(100% - 1.8rem);
  border-radius: 0.3125rem;
  font-size: 0.75rem;
  padding: 0.3125rem 0.625rem;
}
.vs-code-code pre {
  color: #104034;
}

.typewriter::after {
  content: "|";
  animation: blink 0.7s infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}
.universe-container {
  height: 25rem;
  position: relative;
  -webkit-mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
  mask: linear-gradient(180deg, transparent, white 0%, white 50%, transparent);
  direction: ltr;
}

.universe-wrapper {
  position: absolute;
  top: 12rem;
  left: 0;
  scale: 1.4;
  width: 100%;
}

.universe {
  position: relative;
  width: 20rem;
  height: 20rem;
  margin: 0 auto;
  z-index: 1;
}

.central-circle {
  position: absolute;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.orbit {
  position: absolute;
  border: 0.1rem dashed rgba(20, 20, 20, 0.2);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: border 0.2s ease-in-out;
}

.planet {
  position: absolute;
  border-radius: 50%;
  transform-origin: center;
  box-shadow: 0 0 1rem rgba(255, 255, 255, 0.5);
}
.planet img {
  opacity: 0.8;
  transition: 0.2s opacity, 0.2s scale;
}

.data-analytics-container {
  position: relative;
  margin: 0 auto;
  direction: ltr;
}

.steps {
  display: flex;
  justify-content: center;
  height: 25rem;
  align-items: flex-end;
  overflow: hidden;
}

.step {
  position: relative;
  text-align: center;
  color: rgba(255, 255, 255, 0.95);
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 0;
  transition: all 0.3s ease;
  background: linear-gradient(0deg, transparent, #ced4da);
  border-radius: 0.5rem;
}
.step:hover {
  background-color: rgba(116, 179, 255, 0.8980392157);
  transform: translateY(-0.5rem);
  border: 0.1rem solid #dee2e6;
}
.step-icon {
  width: 30rem;
  height: 30rem;
}
.step-title {
  display: none;
}

.question {
  display: none;
}

#step1 {
  width: 15%;
  height: 90%;
}

#step2 {
  width: 15%;
  height: 40%;
}

#step3 {
  width: 15%;
  height: 60%;
}

#step4 {
  width: 15%;
  height: 20%;
}

#step5 {
  width: 15%;
  height: 70%;
}

#step6 {
  width: 15%;
  height: 95%;
}

.data-analytics-icons {
  position: absolute;
  top: -5rem;
  left: 0;
  width: 100%;
  opacity: 0.2;
}
.data-analytics-icons .icon {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.icon-num::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 10rem;
  height: 0.2rem;
  background-color: #000;
}
.icon-num .num {
  font-size: 0.8rem;
  opacity: rgba(0, 12, 19, 0.6509803922);
}

.scrollers-wrapper {
  width: 100%;
  height: 25rem;
  position: relative;
  direction: ltr;
}
.scrollers-wrapper .scrollers {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}

.scroller {
  max-width: 100vw;
  height: 5rem;
  display: grid;
  place-content: center;
  margin: 0 auto;
}
.scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.scroller__inner .item {
  flex: 1;
  padding: 0.5rem 1.5rem;
  background: linear-gradient(0deg, transparent, #ced4da);
  border-radius: 0.7rem;
  display: grid;
  place-items: center;
  position: relative;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.75);
  font-size: 1.125rem;
  transition: background-color 0.5s;
}
.scroller__inner .item:hover {
  background-color: rgba(116, 179, 255, 0.8980392157);
}
.scroller[data-animated=true] {
  overflow: hidden;
  -webkit-mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}
.scroller[data-animated=true] .scroller__inner {
  width: -moz-max-content;
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}
.scroller[data-direction=right] {
  --_animation-direction: reverse;
}
.scroller[data-direction=left] {
  --_animation-direction: forwards;
}
.scroller[data-speed=fast] {
  --_animation-duration: 20s;
}
.scroller[data-speed=slow] {
  --_animation-duration: 180s;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}
.section-solution-carousel {
  position: relative;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 6rem;
}
.section-solution-carousel__container {
  overflow: hidden;
  position: relative;
}
.section-solution-carousel__wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.section-solution-carousel__slide {
  min-width: 100%;
  flex-shrink: 0;
}
.section-solution-carousel__navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin-top: 4rem;
}
.section-solution-carousel__arrow {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid rgba(228, 228, 228, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #000013;
}
.section-solution-carousel__arrow:hover {
  background: #2280f2;
  border-color: #2280f2;
  transform: scale(1.1);
  color: rgba(255, 255, 255, 0.95);
}
.section-solution-carousel__arrow:active {
  transform: scale(0.95);
}
.section-solution-carousel__arrow--disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.section-solution-carousel__arrow svg {
  width: 2rem;
  height: 2rem;
}
.section-solution-carousel__pagination {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.section-solution-carousel__dot {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: rgba(228, 228, 228, 0.8);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.section-solution-carousel__dot:hover {
  background: rgba(0, 0, 0, 0.2);
  transform: scale(1.2);
}
.section-solution-carousel__dot--active {
  background: #2280f2;
  width: 3rem;
  border-radius: 1rem;
}
.section-solution-carousel__dot--active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 0.8rem);
  height: calc(100% + 0.8rem);
  border: 2px solid #2280f2;
  border-radius: 1rem;
  opacity: 0.3;
}

.section-solution {
  max-width: 120rem;
  margin: 0 auto;
}
.section-solution .section__header {
  max-width: 120rem;
  margin: 0 auto;
}
.section-solution__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
  gap: 2.4rem;
  margin-top: 6rem;
}
.section-solution__title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #000013;
}
.section-solution__subtitle {
  text-align: center;
  font-size: 1.25rem;
  color: rgba(0, 12, 19, 0.6509803922);
  margin-bottom: 2rem;
}
.section-solution__section-title {
  font-size: 1.5rem;
  margin-bottom: 1.6rem;
  text-align: start;
  position: relative;
}
.section-solution__section-subtitle {
  font-size: 1.25rem;
  color: rgba(0, 12, 19, 0.6509803922);
  height: 10rem;
  position: relative;
}

.mobile-app__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
.mobile-app__time {
  font-size: 1.125rem;
  font-weight: 600;
  color: #000013;
}
.mobile-app__status {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.mobile-app__signal {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.mobile-app__welcome {
  font-size: 2rem;
  font-weight: 700;
  color: #000013;
  margin-bottom: 3rem;
}
.mobile-app__project {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 1.6rem;
  padding: 1.6rem;
  margin-bottom: 2rem;
}
.mobile-app__project-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.mobile-app__project-icon {
  width: 4rem;
  height: 4rem;
  background: rgba(228, 228, 228, 0.8);
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}
.mobile-app__project-info h3 {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #000013;
}
.mobile-app__project-info p {
  color: rgba(0, 12, 19, 0.6509803922);
  font-size: 0.75rem;
  margin-bottom: 0;
}
.mobile-app__stats {
  display: flex;
  gap: 2rem;
}
.mobile-app__stat {
  text-align: center;
  flex: 1;
  background-color: #f7f7f7;
  padding: 1.2rem;
  border-radius: 1.6rem;
}
.mobile-app__stat-number {
  font-size: 1.25rem;
  color: #000013;
}
.mobile-app__stat-label {
  font-size: 0.9rem;
  color: rgba(0, 12, 19, 0.6509803922);
}
.mobile-app__priority {
  margin-top: 2rem;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 1.6rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 1.6rem;
}
.mobile-app__priority-title {
  font-size: 1rem;
  color: #000013;
  margin-bottom: 1.5rem;
}
.mobile-app__task {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.mobile-app__task-check {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgb(101, 196, 114);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.75rem;
}
.mobile-app__task-check--pending {
  background: rgba(228, 228, 228, 0.8);
}
.mobile-app__task-text {
  color: #000013;
  font-size: 1rem;
}
.mobile-app__task-text--pending {
  color: rgba(0, 12, 19, 0.6509803922);
}

.website-dev__person {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 1.6rem;
  padding: 1.6rem;
  margin-bottom: 2rem;
}
.website-dev__social {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.website-dev__social--about {
  width: 10rem;
  height: 3rem;
  padding: 0.8392rem 2.3778rem;
  align-items: center;
  gap: 1.3987rem;
  border-radius: 3.2rem;
  background: #eaeaea;
  position: relative;
  scale: 0.8;
}
.website-dev__social--about::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 0.6rem;
  flex-shrink: 0;
  border-radius: 6.9934rem;
  background: #b4b4b4;
}
.website-dev__social--links {
  display: flex;
}
.website-dev__social--links div {
  font-size: 0.8rem;
  color: rgba(0, 12, 19, 0.6509803922);
}
.website-dev__avatar {
  width: 6rem;
  height: 6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 2rem auto;
}
.website-dev__avatar img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.website-dev__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000013;
  margin-bottom: 2rem;
  line-height: 1.3;
  text-align: center;
}
.website-dev__cta {
  background: #000013;
  color: rgba(255, 255, 255, 0.95);
  padding: 0.4rem 0.8rem;
  border-radius: 2.5rem;
  text-decoration: none;
  font-weight: 500;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease;
  font-size: 0.8rem;
  margin: 0 auto;
}
.website-dev__cta:hover {
  background: #2280f2;
  transform: scale(1.05);
}
.website-dev__nav {
  display: flex;
  justify-content: center;
}
.website-dev__nav-item {
  flex: 1;
  height: 3rem;
  padding: 0.8392rem 2.3778rem;
  align-items: center;
  gap: 1.3987rem;
  border-radius: 3.2rem;
  background: #eaeaea;
  position: relative;
  scale: 0.8;
}
.website-dev__nav-item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 0.6rem;
  flex-shrink: 0;
  border-radius: 6.9934rem;
  background: #b4b4b4;
}
.website-dev__nav-item--active {
  background: #2280f2;
}
.website-dev__footer {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 1.6rem;
  padding: 1.6rem;
  margin-top: 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.website-dev__description {
  font-size: 1rem;
  font-weight: 600;
  color: #000013;
  line-height: 1.4;
}
.website-dev__links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 3rem;
}
.website-dev__link {
  width: 30%;
  height: 6rem;
  border-radius: 1.6rem;
  background: #eaeaea;
  display: flex;
  justify-content: center;
  align-items: center;
}
.website-dev__link:hover {
  background: #2280f2;
  transform: scale(1.1);
}

.erp-system__title {
  font-size: 1rem;
  font-weight: 700;
  color: #000013;
  margin-bottom: 3rem;
  border-radius: 1.6rem;
  padding: 1.2rem 1.6rem;
  background: rgba(232, 235, 236, 0.8);
}
.erp-system__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.erp-system__grid .hero__project-label {
  color: rgba(0, 12, 19, 0.6509803922);
}

.digital-marketing__campaign {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 1.6rem;
  padding: 1.6rem;
  margin-bottom: 2rem;
}
.digital-marketing__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
.digital-marketing__status {
  font-size: 1.125rem;
  font-weight: 600;
  color: #000013;
}
.digital-marketing__notification {
  width: 2rem;
  height: 2rem;
  background: #2280f2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.75rem;
  font-weight: 700;
}
.digital-marketing__campaign-title {
  font-size: 2rem;
  font-weight: 700;
  color: #000013;
  margin-bottom: 3rem;
}
.digital-marketing__channels {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 1.6rem;
}
.digital-marketing__channel-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.digital-marketing__channel {
  background: #f7f7f7;
  padding: 1.2rem;
  border-radius: 1.2rem;
  text-align: center;
}
.digital-marketing__channel-icon {
  width: 3rem;
  height: 3rem;
  background: rgba(228, 228, 228, 0.8);
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}
.digital-marketing__channel-name {
  font-size: 0.9rem;
  font-weight: 600;
  color: #000013;
  margin-bottom: 0.25rem;
}
.digital-marketing__channel-metric {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2280f2;
}
.digital-marketing__channel--active {
  background: #2280f2;
}
.digital-marketing__channel--active .digital-marketing__channel-name {
  color: rgba(255, 255, 255, 0.95);
}
.digital-marketing__channel--active .digital-marketing__channel-metric {
  color: rgba(255, 255, 255, 0.95);
}
.digital-marketing__channel--active .digital-marketing__channel-icon {
  background: rgba(255, 255, 255, 0.2);
}
.digital-marketing__performance {
  margin-top: 2rem;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 1.6rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 1.6rem;
}
.digital-marketing__performance-title {
  font-size: 1rem;
  color: #000013;
  margin-bottom: 1.5rem;
}
.digital-marketing__metric-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding: 0.5rem 0;
}
.digital-marketing__metric-item-label {
  color: #000013;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.digital-marketing__metric-item-value {
  font-size: 1rem;
  font-weight: 600;
  color: #2280f2;
}
.digital-marketing__metric-item-value--high {
  color: rgb(101, 196, 114);
}
.digital-marketing__metric-item-value--medium {
  color: rgba(0, 12, 19, 0.6509803922);
}
.digital-marketing__metric-item-indicator {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: rgb(101, 196, 114);
}
.digital-marketing__metric-item-indicator--pending {
  background: rgba(228, 228, 228, 0.8);
}

.seo-optimization__browser {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 1.6rem;
  padding: 0;
  overflow: hidden;
}
.seo-optimization__browser-header {
  background: #eaeaea;
  padding: 1rem 1.6rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.seo-optimization__browser-dots {
  display: flex;
  gap: 0.5rem;
}
.seo-optimization__browser-dot {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #b4b4b4;
}
.seo-optimization__browser-dot--red {
  background: #ff5f56;
}
.seo-optimization__browser-dot--yellow {
  background: #ffbd2e;
}
.seo-optimization__browser-dot--green {
  background: #27c93f;
}
.seo-optimization__browser-url {
  flex: 1;
  background: rgba(255, 255, 255, 0.95);
  padding: 0.6rem 1.2rem;
  border-radius: 2rem;
  font-size: 0.75rem;
  color: rgba(0, 12, 19, 0.6509803922);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.seo-optimization__browser-content {
  padding: 1.6rem;
}
.seo-optimization__page-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2280f2;
  margin-bottom: 1.5rem;
  text-decoration: underline;
}
.seo-optimization__page-description {
  font-size: 0.875rem;
  color: rgba(0, 12, 19, 0.6509803922);
  line-height: 1.6;
  margin-bottom: 2rem;
}
.seo-optimization__metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.seo-optimization__metric-box {
  text-align: center;
  padding: 1rem;
  background: #f7f7f7;
  border-radius: 1.2rem;
}
.seo-optimization__metric-box-value {
  font-size: 1.25rem;
  font-weight: 700;
  color: rgb(101, 196, 114);
  margin-bottom: 0.25rem;
}
.seo-optimization__metric-box-value--warning {
  color: #e95fe4;
}
.seo-optimization__metric-box-label {
  font-size: 0.75rem;
  color: rgba(0, 12, 19, 0.6509803922);
}
.seo-optimization__keywords-list {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 1.6rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 1.6rem;
  margin-top: 1.5rem;
}
.seo-optimization__keywords-list-title {
  font-size: 1rem;
  font-weight: 600;
  color: #000013;
  margin-bottom: 1.5rem;
}
.seo-optimization__keyword-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(232, 235, 236, 0.8);
  padding: 0.6rem 1.2rem;
  border-radius: 2rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  color: #000013;
}
.seo-optimization__keyword-tag--primary {
  background: #2280f2;
  color: rgba(255, 255, 255, 0.95);
}
.seo-optimization__keyword-tag-count {
  background: rgba(0, 0, 0, 0.1);
  padding: 0.2rem 0.6rem;
  border-radius: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
}

.marketplace__storefront {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 1.6rem;
  padding: 1.6rem;
  margin-bottom: 2rem;
}
.marketplace__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
.marketplace__store-name {
  font-size: 1.125rem;
  font-weight: 600;
  color: #000013;
}
.marketplace__cart {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  background: rgba(228, 228, 228, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace__cart-badge {
  position: absolute;
  top: -0.4rem;
  right: -0.4rem;
  width: 1.6rem;
  height: 1.6rem;
  background: #2280f2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.65rem;
  font-weight: 700;
}
.marketplace__welcome {
  font-size: 2rem;
  font-weight: 700;
  color: #000013;
  margin-bottom: 3rem;
}
.marketplace__products {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 1.6rem;
  margin-bottom: 2rem;
}
.marketplace__products-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.marketplace__products-title {
  font-size: 1rem;
  font-weight: 600;
  color: #000013;
}
.marketplace__view-all {
  font-size: 0.875rem;
  color: #2280f2;
  text-decoration: none;
  font-weight: 500;
}
.marketplace__products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.marketplace__product-card {
  background: #f7f7f7;
  border-radius: 1.2rem;
  overflow: hidden;
  transition: all 0.3s ease;
}
.marketplace__product-card:hover {
  transform: translateY(-0.4rem);
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.15);
}
.marketplace__product-image {
  width: 100%;
  height: 8rem;
  background: rgba(228, 228, 228, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.marketplace__product-badge {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  background: #2280f2;
  color: rgba(255, 255, 255, 0.95);
  padding: 0.4rem 0.8rem;
  border-radius: 1.6rem;
  font-size: 0.65rem;
  font-weight: 600;
}
.marketplace__product-info {
  padding: 1rem;
}
.marketplace__product-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #000013;
  margin-bottom: 0.25rem;
}
.marketplace__product-price {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2280f2;
  margin-bottom: 0.5rem;
}
.marketplace__product-rating {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  color: rgba(0, 12, 19, 0.6509803922);
}
.marketplace__orders {
  margin-top: 2rem;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 1.6rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 1.6rem;
}
.marketplace__orders-title {
  font-size: 1rem;
  color: #000013;
  margin-bottom: 1.5rem;
}
.marketplace__order-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 0.5rem 0;
}
.marketplace__order-item-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgb(101, 196, 114);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.75rem;
  flex-shrink: 0;
}
.marketplace__order-item-icon--pending {
  background: rgba(228, 228, 228, 0.8);
}
.marketplace__order-item-icon--processing {
  background: #2280f2;
}
.marketplace__order-item-details {
  flex: 1;
}
.marketplace__order-item-name {
  color: #000013;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.2rem;
}
.marketplace__order-item-status {
  font-size: 0.75rem;
  color: rgba(0, 12, 19, 0.6509803922);
}
.marketplace__order-item-price {
  font-size: 1rem;
  font-weight: 600;
  color: #000013;
}

.container {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.text-gradient {
  background: linear-gradient(89deg, #22b0f2 0.52%, #204ce7 50%, #ec05e6 172.75%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #2280f2;
  display: inline-block;
}

.center {
  text-align: center;
}

.section__header {
  margin-bottom: 5rem;
  position: relative;
}

.section__title {
  margin-bottom: 1.5rem;
  text-align: center;
}

.section__subtitle {
  font-size: 1.5rem;
  color: #666;
  max-width: 70rem;
  text-align: center;
  margin: 0 auto;
}

.section__label {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: #2280f2;
  margin-bottom: 1rem;
}

.section__cta-center {
  margin-top: 5rem;
  text-align: center;
}

.sr-only {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  margin: -0.0625rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.inactive {
  display: none;
}

.hidden-observe {
  opacity: 0;
  transition: 1.3s;
  transform: translateY(3rem);
  transition-property: transform, opacity;
}
.hidden-observe.show-observe {
  opacity: 1;
  transform: translateX(0rem);
}

.mainflare-cubes {
  position: fixed;
  bottom: 2.5rem;
  right: 2rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: white;
  z-index: 900;
  transition: 0.5s opacity;
  padding: 0.5rem;
  animation: cubesAnimation 2s ease-in infinite;
}
.mainflare-cubes::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(35deg);
  width: 0%;
  height: 0.1rem;
  background-color: rgb(85, 85, 85);
  transition: 0.5s width;
}
.mainflare-cubes img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mainflare-cubes.active {
  opacity: 0.5;
}
.mainflare-cubes.active::before {
  width: 100%;
}

@keyframes cubesAnimation {
  50% {
    box-shadow: 0 0 1rem #2280f2;
  }
}
#creature-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: 0.5s opacity;
}

#creature {
  font-size: 0.05vh;
  font-size: 0.05vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150em;
  height: 150em;
  flex-wrap: wrap;
}
#creature div {
  transform-style: preserve-3d;
  position: relative;
  width: 4em;
  height: 4em;
  margin: 3em;
  border-radius: 2em;
  will-change: transform;
  mix-blend-mode: plus-lighter;
}/*# sourceMappingURL=main.css.map */