body {
  margin: 0;
  font-family: 'articulat-cf', sans-serif;
  font-size: 18px;
  font-weight: 400;
  --mainColor: #9e0d0d;
  --mainColor-rgb: 158, 13, 13;
  --backgroundColor: rgba(246, 246, 246, 100%);
  --errorColor: #ffc000;
  --boxShadowColor: 0, 0, 0;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
table {
  height: 100%;
  width: 100%;
  border-collapse: collapse;
}
.differentiation {
  max-width: 1000px;
  margin: 0 auto;
  grid-template-columns: min-content 1fr;
  display: grid;
  font-size: 0.7em;
  padding: 55px 10px;
  align-items: center;
  column-gap: 30px;
  row-gap: 10px;
}
.differentiation img {
  height: 100px;
}
.title-font {
  font-family: 'articulat-cf';
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
}
.main-title {
  font-size: 2em;
}
.section-font {
  font-family: 'articulat-cf';
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}

.headerPadding {
  padding-top: 20px;
  padding-bottom: 20px;
}
.service {
  width: 320px;
  height: 80px;
  white-space: nowrap;
  font-size: 1.2em;
  align-items: center;
  display: flex;
}
.serviceGroup {
  display: grid;
  flex-wrap: wrap;
  place-content: space-evenly;
}
.serviceNumber {
  line-height: 40px;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  width: 40px;
  margin-right: 15px;
}
.serviceNumberBG {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid rgb(255, 255, 255);
  background-color: greay;
}
.serviceName {
  text-wrap: wrap;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 220px;
  background-color: var(--mainColor);
  border-radius: 2px;
  padding: 10px;
}
.pagePadding {
  padding: 0 20px;
  margin-bottom: 50px;
}
.mainImageContainer {
  display: block;
  margin: 80px 0;
}
.mainImage {
  transition: all 1s;
  padding-top: 70%;
  width: 70%;
  margin: 0 auto;
  box-shadow: 0px 0 28px -10px #212e47;
}
.hideWhenNarrow {
  display: block;
}
.hideWhenWide {
  display: none;
}

.mainTitle {
  font-size: 3em;
}

.subTitle {
  font-size: 1.4em;
  /* font-weight: 500; */
}
.sectionTitle {
  font-size: 1.9em;
}
.serviceBlock {
  color: var(--mainColor);
  color: white;
  fill: var(--mainColor);
  /* fill: black; */
  background-color: white;
  /* background-color: #cf585803; */
  width: 70%;
  max-width: 300px;
  margin: 0 auto;
  display: flex;
  align-items: baseline;
  padding: 20px 20px 30px 20px;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  border: 3px solid white;
  margin: 15px;
  border-radius: 2px;
  box-shadow: 0 0 10px 1px rgba(var(--mainColor-rgb), 0.2);
  place-content: center;
  /* fill: #cf5858; */
}

@media screen and (max-width: 500px) {
  .serviceBlock {
    padding: 10px 10px 20px 10px;
  }
  .differentiation {
    grid-template-columns: 100%;
  }
}
/* .serviceBlock {
  width: 50%;
  max-width: 180px;
  margin: 0 auto;
  display: flex;
  align-items: baseline;
  padding: 20px 20px 30px 20px;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  border: 2px solid red;
  margin: 15px;
  border-radius: 10px;
} */
.servicesSectionTitle {
  top: 0;
  width: 100%;
  height: 100px;
  z-index: 1000;
}
.serviceBlocksGroup {
  grid-auto-flow: row;
  font-size: 0.9em;
  place-content: stretch;
}
.twoServiceBlocks {
  justify-content: space-evenly;
  display: flex;
  flex-wrap: nowrap;
  /* height: 200px; */
}
.serviceIcon {
  padding: 10px 0 20px;
}
.serviceIcon svg {
  height: 4.5em;
  width: 4.5em;
  stroke: var(--mainColor);
}
.serviceSectionName {
  display: flex;
  align-items: center;
  fill: var(--mainColor);
  color: var(--mainColor);
}
.sectionIcon {
  display: inline-block;
  padding-right: 10px;
}
.sectionIcon svg {
  height: 2.5em;
  width: 2.5em;
}
.sectionName {
  display: inline-block;
}
.appsBlock {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.appsSection {
  width: 260px;
  padding: 0 15px;
}
.appContainer {
  padding-top: 180px;
  position: relative;
}
.appsDesc {
  padding: 20px 15px 15px;
  background-color: rgb(29, 29, 29);
  color: white;
  border-radius: 2px;
  position: relative;
}
.appsImageContainer {
  position: absolute;
  height: 170px;
  width: 150px;
  top: 20px;
  transform: translateX(-50%);
  left: 50%;
}
.appsImage {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}
.customSections {
  color: white;
}
.customSection {
  background-color: var(--mainColor);
  border-radius: 2px;
  padding: 16px 25px;
  display: flex;
  align-items: center;
  margin: 0 30px 20px;
}
.customSectionNumber {
  font-size: 1.9em;
  padding: 10px 0;
  padding-right: 20px;
}
.sectionText {
  padding: 0 20px;
}
.erpSection {
  width: 260px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 50%);
  padding: 10px;
  margin: 10px;
  border-radius: 10px;
  background-color: var(--backgroundColor);
}
.erpImage {
  margin-bottom: 10px;
}
.erpText {
  text-align: center;
  color: white;
  background-color: var(--mainColor);
  padding: 10px 10px;
  font-size: 0.95em;
}

.virtualColabImageOnMobile {
  padding-bottom: 20px;
}
.centeredBGImage {
  background-position: center;
  background-size: cover;
}
.virtualColabImageOnMobile .image {
  border-radius: 20px;
  padding-top: 33%;
}
.virtualColabBlock {
  display: block;
}
.virtualColabImage {
  display: none;
}
.virtualColabElement {
  display: flex;
  align-items: center;
  background-color: var(--mainColor);
  color: white;
  padding: 20px;
  margin: 15px 20px;
  border-radius: 2px;
}
.virtualColabElementIcon {
  padding-right: 25px;
}
.virtualColabElementIcon svg {
  height: 2.5em;
  width: 2.5em;
  fill: white;
}
.virtualColabElementText {
}
.advantagesIcon svg {
  fill: white;
  height: 3.2em;
  width: 3.2em;
}
.advantageImage {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -100;
  opacity: var(--opacity);
}
.advantageImage::after {
  background-color: rgba(var(--bgColor), var(--perc));
  width: 100%;
  height: 100%;
  content: '';
  display: block;
}
.advantagesBlock {
  display: grid;
  grid-template-columns: auto;
}
.advantageSection {
  position: relative;
  margin: 10px;
  color: white;
  --opacity: 1;
  --perc: 0.1;
  --bgColor: 0, 0, 0;
  font-size: 1.05em;
  border-top: 3px solid var(--mainColor);
  border-bottom: 3px solid var(--mainColor);
}
.advantageText {
  margin: 15px 17px;
  padding: 17px 15px;
  background-color: rgba(0, 0, 0, 0.7);
}
.advantageSectionText {
  text-align: center;
  align-self: center;
  padding: 10px 20px;
}

.contactFormBlock {
}
.contactForm {
  --h-padding: 35px;
  width: calc(100% - calc(var(--h-padding) * 2));
  max-width: 570px;
  margin: 0 auto;
  /* background-color: black; */
  /* var(--mainColor); */
  color: white;
  padding: 25px var(--h-padding);
  border-radius: 0px;
}
.formInput {
  background-color: black;
  /* var(--backgroundColor); */
  --h-padding: 14px;
  width: calc(100% - calc(var(--h-padding) * 2));
  font-size: 1.1em;
  font-weight: 300;
  color: white;
  padding: 14px var(--h-padding);
  border: 0;
  border-bottom: 1px solid white;
  border-radius: 0;
}
.requiredField {
  font-size: 0.8em;
  top: -7px;
  position: relative;
  font-style: italic;
}
.formText {
  padding: 15px 0 5px;
}
.sendButton {
  border: 0;
  padding: 19px 21px;
  /* font-family: 'input-mono'; */
  margin-top: 15px;
  /* color: var(--mainColor); */
  font-weight: 500;
  background-color: rgba(255, 255, 255, 95%);
  border-radius: 3px;
  font-size: 1em;
}
textarea:focus,
input:focus {
  outline: none;
}
.footer {
  background-color: rgb(29, 29, 29);
}
.footerGrid {
  grid-template-columns: 100%;
}
.grecaptchaContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100px;
}
.grecaptcha-badge {
  position: absolute !important;
}
.formDataSentSuccessfully {
  max-width: 300px;
  background-color: white;
  margin: 0 auto;
  padding: 4px 10px;
  color: black;
  font-family: 'articulat-cf';
  text-align: center;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: 400;
  margin-top: -10px;
  line-height: 1.1;
  margin-bottom: 15px;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border-top: 2px solid var(--mainColor);
  border-right: 2px solid transparent;
  animation: spinner 0.6s linear infinite;
}

.letsTalkTitle {
}

@media screen and (min-width: 480px) {
  .appContainer {
    padding-top: 300px;
  }

  .appsImageContainer {
    height: 300px;
    width: 180px;
  }
  .appsDesc {
    padding: 40px 20px 35px;
  }
}

@media screen and (min-width: 640px) {
  .differentiation img {
    height: 125px;
  }

  body {
    /* font-size: 18px; */
  }
  .twoServiceBlocks {
    flex-wrap: unset;
  }
  .hideWhenNarrow {
    display: none;
  }
  .hideWhenWide {
    display: block;
  }
  .servicesSectionTitle {
    position: relative;
  }
  .customSection {
    display: block;
    margin: 15px;
    width: 100%;
  }
  .customSectionNumber {
    padding-right: 0px;
    text-align: right;
  }
  .customSectionText {
    margin-bottom: 25px;
  }
  .customSubSection {
    display: flex;
    flex-wrap: nowrap;
    place-content: space-evenly;
  }
  .contactForm {
    border-radius: 15px;
  }
  .formDataSentSuccessfully {
    font-size: 0.9em;
  }
}

.fillerBlockHider {
  display: block;
}
@media screen and (min-width: 800px) {
  .advantageSectionText {
    text-align: unset;
  }
  .pagePadding {
    padding: 0 2%;
  }
  .virtualColabImageOnMobile {
    display: none;
  }
  .virtualColabBlock {
    display: table-row;
  }
  .virtualColabImage {
    display: table-cell;
    vertical-align: middle;
  }
  .advantagesBlock {
    max-width: 900px;
    margin: 30px auto 0;
    grid-template-columns: repeat(2, 1fr);
  }
  .footerGrid {
    grid-template-columns: 40% 40%;
  }
}

@media screen and (min-width: 950px) {
  .pagePadding {
    padding: 0 4%;
  }
  .letsTalkTitle {
    padding: 0 !important;
    width: unset;
  }
  .contactFormBlock {
    display: flex;
    align-items: start;
    justify-content: center;
  }
  .contactForm {
    margin: unset;
  }
  .formDataSentSuccessfully {
    position: absolute;
    margin-right: 20px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1100px) {
  .pagePadding {
    padding: 0 6%;
  }
  .serviceBlocksGroup {
    grid-auto-flow: column;
  }
  .twoServiceBlocks {
    justify-content: space-around;
  }
  .customSections {
    display: grid;
    grid-auto-flow: column;
  }
  .serviceBlock {
    max-width: 170px;
  }
}

@media screen and (min-width: 1300px) {
  .pagePadding {
    padding: 0 10%;
  }
}

/*scrollOut*/

[data-scroll] {
  opacity: 0;
  will-change: transform, scale, opacity;
  transform: translateY(6rem) scale(0.93);
  transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
[data-scroll='in'] {
  opacity: 1;
  transform: translateY(0) scale(1);
}
/* .splitting .char {
  color: transparent;
}
.splitting .char:after {
  visibility: visible;
  color: #204754;
  opacity: 0;
  transform: translateY(30%);
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-delay: calc(0.2s + (0.04s * var(--char-index)));
} */
.splitting .char {
  animation: slide-in 1s cubic-bezier(0.5, 0, 0.5, 1) both;
  animation-delay: calc(35ms * var(--char-index));
}

@keyframes slide-in {
  from {
    transform: translateY(-1em) scale(0.5);
    opacity: 0;
  }
}
[data-scroll='in'] .char:after {
  opacity: 1;
  transform: translateY(0);
}

.hideOnLight {
  display: none;
}
@media (prefers-color-scheme: dark) {
  .hideOnLight {
    display: unset;
  }
  .hideOnDark {
    display: none;
  }
  body {
    --backgroundColor: rgba(0, 0, 0, 100%);
    --boxShadowColor: 255, 255, 255;
  }
  .whiteColorOnDark {
    color: white;
    fill: white;
  }
  .serviceIcon svg {
    fill: white;
    stroke: white;
  }
  .serviceBlock {
    background-color: black;
  }
}

.serviceDescriptionsContainer {
  position: relative;
  transition: height 1s;
  overflow: hidden;
}
.serviceDescription {
  position: absolute;
  transition: height 2s;
  height: 0;
  overflow: hidden;
}
.scaleDown {
  transform: scale(0.7);
}
.scaleUp {
  transform: scale(1.1);
}

.actionBtnsNarrow {
  z-index: 1000;
  display: flex;
  justify-content: right;
  align-items: center;
  font-size: 1.4rem;
  width: -moz-fit-content;
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  background-color: var(--backgroundColor);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.actionBtnsWide {
  display: none;
}

@media screen and (min-width: 768px) {
  .actionBtnsNarrow {
    display: none;
  }
  .actionBtnsWide {
    display: flex;
  }
}

.actionBtn {
  display: flex;
  align-items: center;
  height: 30px;
  padding: 10px 15px;
  border: 1px solid black;
  border-radius: 8px;
  margin: 12px 8px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer !important;
  fill: white;
}
.whatsappButton {
  border-color: var(--whatsapp-green);
  background-color: var(--whatsapp-green);
  --whatsapp-green: #36c736;
  color: white;
}
.mailButton {
  border-color: var(--mail-color);
  background-color: var(--mail-color);
  --mail-color: #2171ff;
  color: white;
}
.formButton {
  border-color: var(--mainColor);
  background-color: var(--mainColor);
  color: white;
}
.phoneButton {
  --phone-color: #2171ff;
  background-color: var(--phone-color);
  border-color: var(--phone-color);
  color: white;
}
.phoneButton > ion-text {
  font-size: 0.7em;
  font-weight: 500;
  letter-spacing: 0;
}

.icon-inner {
  height: 1.4em;
}
.icon-inner > svg {
  height: 100%;
}

a {
  text-decoration: none;
}

.descCont {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  width: calc(100% - 15px);
  /* padding-top: 108%; */
  margin-bottom: 17px;
  height: 280px;
}
.descText {
  padding: 10px 50px 10px 14px;
  font-size: 0.9em;
  text-align: left;
  color: white;
}

.triangleCont {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 220px;
  background: linear-gradient(29deg, #363d62, #1b1f38, #232843, #353847);
  background: linear-gradient(29deg, hsl(230 29% 36% / 1), hsl(232 35% 22% / 1), hsl(231 31% 36% / 1), hsl(230 15% 24% / 1));
  background: linear-gradient(29deg, hsl(230 29% 40% / 1), hsl(232 35% 26% / 1), hsl(231 31% 30% / 1), hsl(230 15% 34% / 1));
  -webkit-clip-path: var(--polygon);
  clip-path: var(--polygon);
  shape-outside: var(--polygon);
  border-radius: 4px;
  right: 0;
  max-width: 300px;
  max-height: 94%;
}
.triangleText {
  position: absolute;
  text-align: right;
  right: 15px;
  bottom: 7px;
  font-size: 1.2em;
  font-weight: 600;
  color: white;
}
.triangleParent {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0px;
  top: 0;
  --polygon: polygon(100% 20px, 100% calc(100% - 0px), 20px calc(100% - 0px));
}

.blockImage {
  display: none;
  position: absolute;
  width: calc(100% - 50px);
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.blockImage > div {
  position: absolute;
  padding-top: 82.5%;
  position: relative;
}
.blockImage > div > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.blockImage img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.block {
  position: relative;
  margin: 20px auto;
  width: 85%;
}
.servicesGrid {
  grid-template-columns: 33% 33% 33%;
}
.gridColumn {
  grid-column: var(--gridColumn);
}
.gridRow {
  grid-row: var(--gridRow);
}
@media (max-width: 800px) {
  .gridColumn {
    grid-column: unset;
  }
  .gridRow {
    grid-row: unset;
  }
  .fillerBlockHider {
    display: none;
  }
  .servicesGrid {
    grid-template-columns: 50% 50%;
  }
  .servicesReverse1 {
    order: -1;
  }
  .servicesReverse2 {
    order: 1;
  }
}
@media (max-width: 500px) {
  .triangleCont {
    position: relative;
    float: right;
    margin-top: 10px;
  }
  .limitHeightOnNarrow {
    height: 150px !important;
  }
  .removeTopMarginOnPhone {
    margin-top: 0;
  }
  .descCont {
    height: 140px;
  }
  .descText {
    padding-right: 34px;
  }
  .servicesGrid {
    grid-template-columns: 100%;
  }
}
.fillerBlock {
  height: calc(100% - 40px);
  width: 85%;
  border-radius: 6px;
  /* padding: 20px; */
  /* overflow: hidden; */
  place-self: center;
  overflow: hidden;
}

.logoBounce {
  -webkit-animation: bounce 1s infinite alternate;
  animation: bounce 1s infinite alternate;
}

@-webkit-keyframes bounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-4px);
  }
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-4px);
  }
}
