@import 'Technium.Client.2et6s7bqbk.bundle.scp.css';

/* /Components/Layout/CultureSelector.razor.rz.scp.css */
div[b-a18vcahsl8] {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}
div svg[b-a18vcahsl8] {
  fill: #0268ff;
  width: 22px;
}
div button[b-a18vcahsl8] {
  color: #9e9e9e;
  font-weight: 700;
  transition: all ease-out 0.2s;
}
div button.selected[b-a18vcahsl8], div button:hover[b-a18vcahsl8] {
  color: #0268ff;
}
/* /Components/Layout/Footer.razor.rz.scp.css */
footer[b-07ue65i0nx] {
  padding: 30px 20px;
  background: #070e3a;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}
footer p[b-07ue65i0nx] {
  color: white;
}
footer .social[b-07ue65i0nx] {
  display: flex;
  gap: 20px;
}
footer .social svg[b-07ue65i0nx] {
  height: 20px;
  width: auto;
  transition: all ease-in 0.2s;
  fill: white;
}
footer .social svg:hover[b-07ue65i0nx] {
  transform: scale(1.2);
  fill: #0268ff;
}
@media (max-width: 500px) {
  footer[b-07ue65i0nx] {
    flex-direction: column;
  }
}
/* /Components/Layout/Header.razor.rz.scp.css */
header[b-5783eyfc6q] {
  top: 0;
  z-index: 5;
  position: sticky;
  background: white !important;
  transition: all ease-in-out 0.5s;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
header .container[b-5783eyfc6q] {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
header .container .logo[b-5783eyfc6q] {
  height: 36px;
  width: auto;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
main[b-sam2zvdzrx] {
  min-height: calc(100vh - 50px);
}
/* /Components/Layout/Menu.razor.rz.scp.css */
nav[b-axwm3y6qon] {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
nav .desk[b-axwm3y6qon] {
  justify-content: flex-end;
  display: flex;
  flex: 1;
  align-items: center;
  gap: 1.8rem;
}
nav .desk[b-axwm3y6qon]  a,
nav .desk .btnContact[b-axwm3y6qon] {
  font-weight: 700;
  color: #070e3a;
  transition: all ease-in 0.2s;
}
nav .desk[b-axwm3y6qon]  a:hover, nav .desk[b-axwm3y6qon]  a.active,
nav .desk .btnContact:hover[b-axwm3y6qon],
nav .desk .btnContact.active[b-axwm3y6qon] {
  color: #0268ff;
}
nav .desk .btnQuotation[b-axwm3y6qon] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  color: white;
  padding: 0 20px;
  border-radius: 6px;
  background: #0268ff;
  transition: all ease-in 0.2s;
}
nav .desk .btnQuotation:hover[b-axwm3y6qon] {
  background: #0084ff;
}
nav .mobile[b-axwm3y6qon] {
  position: relative;
  display: none;
}
nav .mobile .btnMenu[b-axwm3y6qon] {
  cursor: pointer;
}
nav .mobile .btnMenu img[b-axwm3y6qon] {
  width: 20px;
}
nav .mobile .floatMenu[b-axwm3y6qon] {
  position: absolute;
  right: 0;
  top: 30px;
  padding: 7px;
  border-radius: 5px;
  background: white;
  flex-direction: column;
  z-index: 10;
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.1);
  width: 230px;
  animation: fadeUp-b-axwm3y6qon ease-out 0.2s forwards;
  opacity: 0;
  display: none;
}
nav .mobile .floatMenu[b-axwm3y6qon]  a,
nav .mobile .floatMenu .btnContact[b-axwm3y6qon] {
  font-size: 1.1rem;
  padding: 5px;
  transition: all ease-out 0.2s;
  color: #797979;
  text-align: left;
}
nav .mobile .floatMenu[b-axwm3y6qon]  a.selected, nav .mobile .floatMenu[b-axwm3y6qon]  a.active,
nav .mobile .floatMenu .btnContact.selected[b-axwm3y6qon],
nav .mobile .floatMenu .btnContact.active[b-axwm3y6qon] {
  color: #0268ff;
}
nav .mobile .floatMenu[b-axwm3y6qon]  a:hover,
nav .mobile .floatMenu .btnContact:hover[b-axwm3y6qon] {
  background: #f7f7f7;
}
nav .mobile .floatMenu .btnQuotation[b-axwm3y6qon] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  color: white;
  padding: 0 20px;
  border-radius: 4px;
  background: #0268ff;
  transition: all ease-out 0.2s;
  margin: 10px 0;
}
nav .mobile .floatMenu .btnQuotation:hover[b-axwm3y6qon] {
  background: #0084ff;
}
nav .mobile .floatMenu .globalContainer[b-axwm3y6qon] {
  display: flex;
  justify-content: center;
  padding-top: 5px;
  margin-top: 5px;
  border-top: 1px solid #f7f7f7;
}
@media (width <= 960px) {
  nav .desk[b-axwm3y6qon] {
    display: none;
  }
  nav .mobile[b-axwm3y6qon] {
    display: block;
  }
}

@keyframes fadeUp-b-axwm3y6qon {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
/* /Components/Pages/AboutUs/AboutUs.razor.rz.scp.css */
#aboutUs[b-s7b7ksy779] {
  /* #whoWeAre,
   ::deep #missionVision,
   ::deep #values {
       opacity: 0;
       transform: translateY(30px);
       transition: opacity 0.6s ease-out, transform 0.6s ease-out;

       &.section-visible {
           opacity: 1;
           transform: translateY(0);
       }
   }

   #whoWeAre {
       transition-delay: 0.1s;
   }

   ::deep #missionVision {
       transition-delay: 0.2s;
   }

   ::deep #values {
       transition-delay: 0.3s;
   }*/
}
#aboutUs #whoWeAre[b-s7b7ksy779] {
  background: #f7f7f7;
  z-index: 1;
  position: relative;
}
#aboutUs #whoWeAre .whoWeAreContainer[b-s7b7ksy779] {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
#aboutUs #whoWeAre .whoWeAreContainer .whoWeAreInfo[b-s7b7ksy779] {
  width: 600px;
  padding: 90px 0;
}
#aboutUs #whoWeAre .whoWeAreContainer .whoWeAreInfo h2[b-s7b7ksy779] {
  color: #070e3a;
  margin-bottom: 20px;
  font-size: 2rem;
}
#aboutUs #whoWeAre .whoWeAreContainer .whoWeAreInfo h2[b-s7b7ksy779]::after {
  display: block;
  margin-top: 10px;
  content: "";
  width: 50px;
  height: 2px;
  background: #0268ff;
}
#aboutUs #whoWeAre .whoWeAreContainer .whoWeAreInfo p[b-s7b7ksy779] {
  font-size: 1.1rem;
  line-height: 1.5rem;
}
#aboutUs #whoWeAre .whoWeAreContainer .whoWeAreImage[b-s7b7ksy779] {
  width: 400px;
  position: relative;
}
#aboutUs #whoWeAre .whoWeAreContainer .whoWeAreImage img[b-s7b7ksy779] {
  position: absolute;
  width: 100%;
  height: auto;
  top: 20px;
  left: 0;
  border-radius: 5px;
  box-shadow: -2px 2px 25px 0 rgba(0, 0, 0, 0.2);
  z-index: 2;
}
@media (max-width: 700px) {
  #aboutUs #whoWeAre .whoWeAreContainer[b-s7b7ksy779] {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #aboutUs #whoWeAre .whoWeAreContainer .whoWeAreInfo[b-s7b7ksy779] {
    padding: 0;
    width: 100%;
  }
  #aboutUs #whoWeAre .whoWeAreContainer .whoWeAreImage[b-s7b7ksy779] {
    position: initial;
    width: 80%;
    max-width: 300px;
  }
  #aboutUs #whoWeAre .whoWeAreContainer .whoWeAreImage img[b-s7b7ksy779] {
    top: 0;
    position: initial;
  }
}
/* /Components/Pages/AboutUs/MissionVision.razor.rz.scp.css */
.missionVision[b-7t95kilj6f] {
    background: #070e3a;
    padding: 120px 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: url(/img/about-us/mission_vision.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.missionVision .lines[b-7t95kilj6f] {
  position: relative;
}
.missionVision .lines[b-7t95kilj6f]::before, .missionVision .lines[b-7t95kilj6f]::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 2px;
  background: #0268ff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.missionVision .lines[b-7t95kilj6f]::after {
  transform: rotate(110deg);
}
.missionVision .mission[b-7t95kilj6f],
.missionVision .vision[b-7t95kilj6f] {
  width: 45%;
}
.missionVision .missionContainer[b-7t95kilj6f] {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: flex-start;
}
.missionVision .visionContainer[b-7t95kilj6f] {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: flex-end;
}
.missionVision h3[b-7t95kilj6f] {
  font-size: 2rem;
  color: #0268ff;
  margin-bottom: 15px;
}
.missionVision p[b-7t95kilj6f] {
  color: white;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 300;
}
@media (max-width: 700px) {
  .missionVision[b-7t95kilj6f] {
    padding: 60px 0;
  }
  .missionVision .lines[b-7t95kilj6f] {
    display: none;
  }
  .missionVision .mission[b-7t95kilj6f],
  .missionVision .vision[b-7t95kilj6f] {
    width: 100%;
  }
}
/* /Components/Pages/AboutUs/Values.razor.rz.scp.css */
.values[b-drut3ejk7u] {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 80px;
}
.values h3[b-drut3ejk7u] {
  color: #070e3a;
  font-size: 1.6rem;
}
.values h3[b-drut3ejk7u]::after {
  display: block;
  margin-top: 10px;
  width: 40px;
  height: 2px;
  content: "";
  background: #0268ff;
}
.values .valuesItems[b-drut3ejk7u] {
  display: flex;
  gap: 20px;
  align-items: flex-end;
}
.values .valuesItems .item[b-drut3ejk7u] {
  position: relative;
  flex: 1;
  background: #f7f7f7;
  padding: 20px;
}
.values .valuesItems .item img[b-drut3ejk7u] {
  position: absolute;
  right: 20px;
  top: -20px;
}
.values .valuesItems .item h4[b-drut3ejk7u] {
  color: #070e3a;
  margin-bottom: 10px;
  font-size: 1.3rem;
}
@media (max-width: 780px) {
  .values .valuesItems[b-drut3ejk7u] {
    padding-top: 30px;
    flex-direction: column;
    gap: 40px;
  }
}
/* /Components/Pages/Home/Banner.razor.rz.scp.css */
section[b-04bjjps90v] {
  height: calc(100vh - 50px);
  background: #070e3a;
  background: linear-gradient(142deg, rgb(7, 14, 58) 78%, rgb(0, 20, 145) 100%);
  position: relative;
  overflow: hidden;
}
section .container[b-04bjjps90v] {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
section .container h2[b-04bjjps90v] {
  color: white;
  width: 36%;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
}
section .container h2 span[b-04bjjps90v] {
  color: #0268ff;
  font-weight: 800;
  font-size: 2.8rem;
}
section .container .screens[b-04bjjps90v] {
  height: 100%;
  position: relative;
  width: 500px;
  perspective: 700px;
}
section .container .screens .webScreen[b-04bjjps90v],
section .container .screens .mobileScreen[b-04bjjps90v] {
  position: absolute;
  background: white;
  right: 30px;
  bottom: 0;
  top: 0;
  margin: auto;
  border-radius: 8px;
  overflow: hidden;
}
section .container .screens .webScreen img[b-04bjjps90v],
section .container .screens .mobileScreen img[b-04bjjps90v] {
  position: absolute;
  left: 0;
  top: 0;
}
section .container .screens .webScreen img:first-child[b-04bjjps90v],
section .container .screens .mobileScreen img:first-child[b-04bjjps90v] {
  animation: toogleOpacity-b-04bjjps90v ease-in-out 6s infinite;
  z-index: 1;
}
section .container .screens .webScreen[b-04bjjps90v] {
  width: 480px;
  height: 270px;
  z-index: 1;
  animation: webScreen-b-04bjjps90v ease-in-out 6s infinite;
}
section .container .screens .mobileScreen[b-04bjjps90v] {
  width: 140px;
  height: 280px;
  z-index: 2;
  animation: mobileScreen-b-04bjjps90v ease-in-out 6s infinite;
}
@media (width <= 950px) {
  section .container[b-04bjjps90v] {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 50px;
  }
  section .container h2[b-04bjjps90v] {
    text-align: center;
    width: 100%;
    max-width: 580px;
  }
  section .container .screens .webScreen[b-04bjjps90v],
  section .container .screens .mobileScreen[b-04bjjps90v] {
    top: 120px;
    bottom: initial;
    right: 0;
  }
}
@media (width <= 950px) and (width <= 590px) {
  section .container .screens[b-04bjjps90v] {
    width: 100%;
    max-width: 300px;
  }
  section .container .screens .webScreen[b-04bjjps90v],
  section .container .screens mobileScreen[b-04bjjps90v] {
    border-radius: 2px;
  }
  section .container .screens .webScreen[b-04bjjps90v] {
    width: 280px;
    height: 158px;
    animation: webScreen-b-04bjjps90v ease-in-out 6s infinite;
  }
  section .container .screens .webScreen img[b-04bjjps90v] {
    width: 100%;
    height: 100%;
  }
  section .container .screens .mobileScreen[b-04bjjps90v] {
    width: 82px;
    height: 164px;
    animation: mobileScreenMobile-b-04bjjps90v ease-in-out 6s infinite;
  }
  section .container .screens .mobileScreen img[b-04bjjps90v] {
    width: 100%;
    height: 100%;
  }
}
section .lines[b-04bjjps90v] {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
}
section .lines .line[b-04bjjps90v] {
  right: 0;
  bottom: 0;
  position: absolute;
  height: 2px;
  background: #0268ff;
  background: rgb(2, 130, 255);
  background: linear-gradient(90deg, rgba(2, 130, 255, 0) 0%, rgb(2, 130, 255) 22%, rgb(2, 130, 255) 76%, rgba(2, 130, 255, 0) 100%);
  animation: line-b-04bjjps90v ease-in-out 8s infinite;
}
section .lines .line:nth-child(1)[b-04bjjps90v] {
  width: 200px;
  animation-delay: 0.2s;
}
section .lines .line:nth-child(2)[b-04bjjps90v] {
  width: 400px;
  animation-delay: 0.4s;
}
section .lines .line:nth-child(3)[b-04bjjps90v] {
  width: 600px;
  animation-delay: 0.6s;
}
section .lines .line:nth-child(4)[b-04bjjps90v] {
  width: 800px;
  animation-delay: 0.8s;
}
section .lines .line:nth-child(5)[b-04bjjps90v] {
  width: 1000px;
  animation-delay: 1s;
}
section .lines .line:nth-child(6)[b-04bjjps90v] {
  width: 1200px;
  animation-delay: 1.2s;
}
section .lines .line:nth-child(7)[b-04bjjps90v] {
  width: 1400px;
  animation-delay: 1.4s;
}
section .lines .line:nth-child(8)[b-04bjjps90v] {
  width: 1600px;
  animation-delay: 1.6s;
}
section .lines .line:nth-child(9)[b-04bjjps90v] {
  width: 1800px;
  animation-delay: 1.8s;
}
@media (width <= 950px) {
  section .lines .line:nth-child(1)[b-04bjjps90v] {
    width: 100px;
  }
  section .lines .line:nth-child(2)[b-04bjjps90v] {
    width: 200px;
  }
  section .lines .line:nth-child(3)[b-04bjjps90v] {
    width: 300px;
  }
  section .lines .line:nth-child(4)[b-04bjjps90v] {
    width: 400px;
  }
  section .lines .line:nth-child(5)[b-04bjjps90v] {
    width: 500px;
  }
  section .lines .line:nth-child(6)[b-04bjjps90v] {
    width: 600px;
  }
  section .lines .line:nth-child(7)[b-04bjjps90v] {
    width: 700px;
  }
  section .lines .line:nth-child(8)[b-04bjjps90v] {
    width: 800px;
  }
  section .lines .line:nth-child(9)[b-04bjjps90v] {
    width: 900px;
  }
}

@keyframes line-b-04bjjps90v {
  0%, 5%, 95%, 100% {
    transform: rotate(-45deg) translate(-45%, 0px);
  }
  25%, 35%, 80%, 90% {
    transform: rotate(-45deg) translate(35%, 0px);
  }
  50%, 60% {
    transform: rotate(-45deg) translate(115%, 0px);
  }
}
@keyframes toogleOpacity-b-04bjjps90v {
  0%, 35%, 100% {
    opacity: 1;
  }
  50%, 85% {
    opacity: 0;
  }
}
@keyframes webScreen-b-04bjjps90v {
  0%, 30%, 100% {
    transform: rotate3d(1, 1, -0.5, -10deg) translate(0px, -50px);
    box-shadow: -3px -3px 35px 0 rgba(0, 0, 0, 0.32);
  }
  44% {
    transform: rotate3d(1, 1, -0.5, 11deg) translate(-21px, -50px);
    box-shadow: 3px 3px 35px 0 rgba(0, 0, 0, 0.32);
  }
  50%, 80% {
    transform: rotate3d(1, 1, -0.5, 10deg) translate(-20px, -50px);
    box-shadow: 3px 3px 35px 0 rgba(0, 0, 0, 0.32);
  }
  94% {
    transform: rotate3d(1, 1, -0.5, -11deg) translate(1px, -50px);
    box-shadow: -3px -3px 35px 0 rgba(0, 0, 0, 0.32);
  }
}
@keyframes mobileScreen-b-04bjjps90v {
  0%, 30%, 100% {
    transform: rotate3d(1, 1, -0.5, 15deg) translate(-300px, 50px);
    box-shadow: 3px 3px 35px 0 rgba(0, 0, 0, 0.22);
  }
  44% {
    transform: rotate3d(1, 1, -0.6, -16deg) translate(1px, 50px);
    box-shadow: -3px -3px 35px 0 rgba(0, 0, 0, 0.22);
  }
  50%, 80% {
    transform: rotate3d(1, 1, -0.5, -15deg) translate(0px, 50px);
    box-shadow: -3px -3px 35px 0 rgba(0, 0, 0, 0.22);
  }
  94% {
    transform: rotate3d(1, 1, -0.5, 16deg) translate(-301px, 50px);
    box-shadow: 3px 3px 35px 0 rgba(0, 0, 0, 0.22);
  }
}
@keyframes mobileScreenMobile-b-04bjjps90v {
  0%, 30%, 100% {
    transform: rotate3d(1, 1, -0.5, 15deg) translate(-200px, 50px);
    box-shadow: 3px 3px 35px 0 rgba(0, 0, 0, 0.22);
  }
  44% {
    transform: rotate3d(1, 1, -0.6, -16deg) translate(1px, 50px);
    box-shadow: -3px -3px 35px 0 rgba(0, 0, 0, 0.22);
  }
  50%, 80% {
    transform: rotate3d(1, 1, -0.5, -15deg) translate(0px, 50px);
    box-shadow: -3px -3px 35px 0 rgba(0, 0, 0, 0.22);
  }
  94% {
    transform: rotate3d(1, 1, -0.5, 16deg) translate(-201px, 50px);
    box-shadow: 3px 3px 35px 0 rgba(0, 0, 0, 0.22);
  }
}
/* /Components/Pages/Home/Functionalities.razor.rz.scp.css */
section .functionalitiesInfo[b-10lnh898p3] {
  background: #0268ff;
  margin-bottom: -100px;
  padding: 150px 10px;
}
section .functionalitiesInfo .sectionDescription[b-10lnh898p3] {
  font-size: 1.1rem;
  text-align: center;
  font-weight: 400;
  max-width: 600px;
  margin: auto;
  line-height: 1.5rem;
  color: white;
}
/* /Components/Pages/Home/Home.Razor.rz.scp.css */
#home[b-0fmegzc4tu] {
  /*// Home sections fade animation styles
  ::deep #homeBanner,
  ::deep #homeFunctionalities,
  ::deep #homeTechnologies,
  ::deep #homeTestimonials {
      opacity: 0;
      transform: translateY(30px);
      transition: opacity 0.6s ease-out, transform 0.6s ease-out;

      &.section-visible {
          opacity: 1;
          transform: translateY(0);
      }
  }
  // Stagger animation delays for smoother effect
  ::deep #homeBanner {
      transition-delay: 0.1s;
  }

  ::deep #homeFunctionalities {
      transition-delay: 0.2s;
  }

  ::deep #homeTechnologies {
      transition-delay: 0.3s;
  }

  ::deep #homeTestimonials {
      transition-delay: 0.4s;
  }*/
}
/* /Components/Pages/Home/Technologies.razor.rz.scp.css */
section[b-8qusxq7ytf] {
  padding: 150px 10px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
section .sectionDescription[b-8qusxq7ytf] {
  font-size: 1.1rem;
  color: #666666;
  text-align: center;
  font-weight: 400;
  max-width: 600px;
  margin: auto;
  line-height: 1.5rem;
}
section .techRow[b-8qusxq7ytf] {
  display: flex;
  gap: 40px;
  justify-content: center;
}
section .techRow .tech[b-8qusxq7ytf] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section .techRow .tech .techImage[b-8qusxq7ytf] {
  display: flex;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(2, 104, 255, 0.1);
  justify-content: center;
  align-items: center;
}
section .techRow .tech .techImage img[b-8qusxq7ytf] {
  width: 50%;
  height: 50%;
}
section .techRow .tech p[b-8qusxq7ytf] {
  color: #505050;
  font-weight: 700;
  text-align: center;
}
section .btnAllTechnologies[b-8qusxq7ytf] {
  position: relative;
  width: fit-content;
  margin: auto;
  margin-top: 20px;
}
section .btnAllTechnologies[b-8qusxq7ytf]  a {
  color: white;
  height: 40px;
  padding: 0 30px;
  border-radius: 20px;
  background: #0268ff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  transition: all ease-in 0.2s;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}
section .btnAllTechnologies[b-8qusxq7ytf]::before {
  content: "";
  width: 340px;
  height: 3px;
  background: rgb(2, 130, 255);
  background: linear-gradient(90deg, rgba(2, 130, 255, 0) 0%, rgb(2, 130, 255) 15%, rgb(2, 130, 255) 85%, rgba(2, 130, 255, 0) 100%);
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  margin: auto;
  transition: all ease-in 0.2s;
}
section .btnAllTechnologies:hover a[b-8qusxq7ytf] {
  background: #0084ff;
  box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.07);
}
section .btnAllTechnologies:hover[b-8qusxq7ytf]::before {
  width: 460px;
}
section .partnerLogo[b-8qusxq7ytf] {
  margin: 20px auto;
  text-align: center;
}
@media (width <= 890px) {
  section .techRow[b-8qusxq7ytf] {
    gap: 20px;
    flex-wrap: wrap;
  }
  section .techRow .tech .techImage[b-8qusxq7ytf] {
    width: 100px;
    height: 100px;
  }
  section .btnAllTechnologies a[b-8qusxq7ytf] {
    padding: 0 20px;
  }
  section .btnAllTechnologies[b-8qusxq7ytf]::before {
    width: 260px;
  }
  section .btnAllTechnologies:hover[b-8qusxq7ytf]::before {
    width: 280px;
  }
}

@keyframes showing-b-8qusxq7ytf {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
/* /Components/Pages/Home/Testimonials.razor.rz.scp.css */
section .testimonialsRow[b-rdypoj0kl2] {
  padding: 60px 30px;
  background: #f7f7f7;
}
/* /Components/Pages/Projects/ProjectCard.razor.rz.scp.css */
.projectCard[b-tz492cjy7b] {
  cursor: pointer;
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 0;
  gap: 15px;
  justify-content: flex-end;
  height: 100%;
}
.projectCard .platforms[b-tz492cjy7b] {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.projectCard .platforms > div[b-tz492cjy7b] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.projectCard .platforms > div img[b-tz492cjy7b] {
  width: 24px;
}
.projectCard .projectName[b-tz492cjy7b] {
  position: relative;
  width: 100%;
}
.projectCard .projectName h3[b-tz492cjy7b] {
  text-align: center;
  position: relative;
  z-index: 2;
  width: fit-content;
  display: block;
  background: #f7f7f7;
  margin: auto;
  font-size: 1.3rem;
  color: #070e3a;
  padding: 0 15px;
}
.projectCard .projectName[b-tz492cjy7b]::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #0268ff;
  top: 10px;
  left: 0;
  z-index: 1;
}
.projectCard .projectDesc[b-tz492cjy7b] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.projectCard .projectDesc p[b-tz492cjy7b],
.projectCard .projectDesc span[b-tz492cjy7b] {
  text-align: center;
  color: #666666;
}
/* /Components/Pages/Projects/ProjectDetail.razor.rz.scp.css */
.projectPage[b-4bb2tsjpd8] {
  min-height: calc(100vh - 123px);
}

.title[b-4bb2tsjpd8] {
  background: #f7f7f7;
  padding: 15px 0 25px 0;
  margin-bottom: 20px;
  transition: all ease-out 0.2s;
  opacity: 0;
  animation: fadeProjectTitleContainer-b-4bb2tsjpd8 ease-out 0.4s forwards;
}
.title .titleContainer[b-4bb2tsjpd8] {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  gap: 30px;
  opacity: 0;
  transform: translateX(100px);
  animation: fadeProjectTitle-b-4bb2tsjpd8 ease-out 0.4s forwards 0.1s;
}
.title .titleContainer svg[b-4bb2tsjpd8] {
  margin-top: 24px;
  width: 44px;
  height: 44px;
  transition: width ease-out 0.2s, height ease-out 0.2s;
}
.title .titleContainer svg:hover[b-4bb2tsjpd8] {
  width: 50px;
  height: 50px;
}
.title .titleContainer h2[b-4bb2tsjpd8] {
  color: #0268ff;
  font-size: 2.4rem;
  margin-bottom: 6px;
}
.title .titleContainer h3[b-4bb2tsjpd8] {
  color: #070e3a;
  font-size: 1.4rem;
}
.title .titleContainer h3 b[b-4bb2tsjpd8] {
  font-weight: 900;
}

.content[b-4bb2tsjpd8] {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px;
  opacity: 0;
  transform: translateY(100px);
  animation: fadeProjectContent-b-4bb2tsjpd8 ease-out 0.8s forwards 0.2s;
}
.content .info[b-4bb2tsjpd8] {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
  width: 260px;
}
.content .info h3[b-4bb2tsjpd8] {
  font-size: 1.4rem;
  color: #070e3a;
  width: fit-content;
  margin-bottom: 20px;
}
.content .info h3[b-4bb2tsjpd8]::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #0268ff;
  margin-top: 10px;
}
.content .info .description span[b-4bb2tsjpd8] {
  color: #666666;
  font-weight: 800;
  margin-bottom: 10px;
  display: block;
}
.content .info .functionalities ul[b-4bb2tsjpd8] {
  list-style: none;
  padding: 0;
}
.content .info .functionalities ul li[b-4bb2tsjpd8] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .content .info[b-4bb2tsjpd8] {
    width: initial;
  }
}
@media (max-width: 750px) {
  .content[b-4bb2tsjpd8] {
    flex-direction: column;
  }
}

@keyframes fadeProjectTitleContainer-b-4bb2tsjpd8 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeProjectTitle-b-4bb2tsjpd8 {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeProjectContent-b-4bb2tsjpd8 {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* /Components/Pages/Projects/ProjectMockup.razor.rz.scp.css */
.screensContainer .screen[b-t436eqzrvt] {
  border: 2px solid #000;
  position: relative;
  background-color: #fff !important;
  overflow: hidden;
}
.screensContainer .screen img[b-t436eqzrvt] {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transition: all ease-out 0.4s;
}
.screensContainer .screen img:first-child[b-t436eqzrvt] {
  opacity: 1;
}
.screensContainer .screen img:last-child[b-t436eqzrvt] {
  opacity: 0;
}
.screensContainer:hover .screen img:first-child[b-t436eqzrvt] {
  opacity: 0;
}
.screensContainer:hover .screen img:last-child[b-t436eqzrvt] {
  opacity: 1;
}

.webBase[b-t436eqzrvt] {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.webBase div:first-child[b-t436eqzrvt] {
  height: 35px;
  background: black;
  width: 20px;
}
.webBase div:last-child[b-t436eqzrvt] {
  height: 5px;
  background: black;
  width: 50px;
}

.justMobile[b-t436eqzrvt] {
  display: flex;
  gap: 25px;
}
.justMobile .screen[b-t436eqzrvt] {
  width: 130px;
  height: 260px;
  border-radius: 12px;
}
.justMobile .screen img[b-t436eqzrvt] {
  width: 100%;
  height: 100%;
}

.mobileAndWeb[b-t436eqzrvt] {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-bottom: 10px;
}
.mobileAndWeb .web[b-t436eqzrvt] {
  width: 340px;
  height: 190px;
  border-radius: 6px;
}
.mobileAndWeb .web img[b-t436eqzrvt] {
  width: 100%;
  height: 100%;
}
.mobileAndWeb .mobile[b-t436eqzrvt] {
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 200px;
  right: 20px;
  bottom: 0;
  border-radius: 8px;
}
.mobileAndWeb .mobile img[b-t436eqzrvt] {
  width: 100%;
  height: 100%;
}

@media (width < 420px) {
  .webBase div:first-child[b-t436eqzrvt] {
    height: 25px;
    width: 15px;
  }
  .webBase div:last-child[b-t436eqzrvt] {
    height: 3px;
    width: 40px;
  }
  .justMobile[b-t436eqzrvt] {
    gap: 15px;
  }
  .justMobile .screen[b-t436eqzrvt] {
    width: 100px;
    height: 200px;
    border-radius: 8px;
  }
  .mobileAndWeb .web[b-t436eqzrvt] {
    width: 268px;
    height: 150px;
    border-radius: 4px;
  }
  .mobileAndWeb .mobile[b-t436eqzrvt] {
    width: 80px;
    height: 160px;
    border-radius: 6px;
  }
}
/* /Components/Pages/Projects/Projects.razor.rz.scp.css */
.projectsContainer[b-4zuepz437m] {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  display: grid;
  gap: 20px;
  margin-bottom: 20px;
}
.projectsContainer .mock[b-4zuepz437m] {
  height: 400px;
  background: #f7f7f7;
  opacity: 0;
  animation: pulseProjectsMocks-b-4zuepz437m 1s ease-out infinite;
}
.projectsContainer[b-4zuepz437m]  .linkProjectCard {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeProjectsCards-b-4zuepz437m 1s ease-out forwards;
}
@media (width < 420px) {
  .projectsContainer[b-4zuepz437m] {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 10px;
    margin-bottom: 10px;
  }
}

@keyframes fadeProjectsCards-b-4zuepz437m {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulseProjectsMocks-b-4zuepz437m {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}
/* /Components/Pages/Technologies/Technologies.razor.rz.scp.css */
section[b-4pcwnqyg6r] {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
  gap: 100px;
}
section .techCategory[b-4pcwnqyg6r] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  /* opacity: 0;
   transform: translateY(30px);
   transition: opacity 0.6s ease-out, transform 0.6s ease-out 0.1s;*/
  /*&.section-visible {
      opacity: 1;
      transform: translateY(0);
  }*/
}
section .techCategory .techCategoryTitle[b-4pcwnqyg6r] {
  color: #070e3a;
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
}
section .techCategory .techGrig[b-4pcwnqyg6r] {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
section .techCategory .techGrig .techItem[b-4pcwnqyg6r] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}
section .techCategory .techGrig .techItem .techImage[b-4pcwnqyg6r] {
  width: 120px;
  height: 120px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(2, 104, 255, 0.05);
  border-radius: 50%;
}
section .techCategory .techGrig .techItem .techName[b-4pcwnqyg6r] {
  text-align: center;
  font-weight: 700;
  font-size: 0.9rem;
  color: #666666;
}
/* /Components/Shared/SectionTitle.razor.rz.scp.css */
h3[b-xiplx5cuot] {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 800;
  text-align: center;
  color: #070e3a;
}
h3[b-xiplx5cuot]  span {
  color: #0268ff;
}
h3[b-xiplx5cuot]::after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  margin: 40px auto 0 auto;
  background: rgb(2, 130, 255);
  background: linear-gradient(90deg, rgba(2, 130, 255, 0) 0%, rgb(2, 130, 255) 15%, rgb(2, 130, 255) 85%, rgba(2, 130, 255, 0) 100%);
}
h3.light[b-xiplx5cuot] {
  color: white;
}
h3.light[b-xiplx5cuot]  span {
  color: #070e3a;
}
h3.light[b-xiplx5cuot]::after {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 15%, rgb(255, 255, 255) 85%, rgba(255, 255, 255, 0) 100%);
}
