@font-face {
  font-family: FiraSans;
  src: url("../fonts/FiraSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: FiraSans;
  src: url("../fonts/FiraSans-Bold.ttf") format("truetype");
  font-weight: bold;
}
body {
  background-color: #151618;
  font-family: "FiraSans", sans-serif;
  margin: 0;
  padding-top: 95px;
  color: #fff;
}

.spin-animation {
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.particles {
  position: absolute;
  width: calc(100% - 24px);
  height: 100%;
  z-index: -1;
}

.navbar-bg-custom {
  background-color: #151618;
}

.mt-6 {
  margin-top: 5rem !important;
}

.mt-md-6 {
  margin-top: 5rem !important;
}

.navbar-portfolio {
  overflow: hidden;
  position: fixed;
  height: 95px;
  top: 0;
  width: 100%;
  background-color: #151618;
  z-index: 9999;
}

.nav-logo {
  width: auto;
  height: 47px;
}

.nav-link-white {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.2rem;
}
.nav-link-white:hover {
  color: #B83CC1;
}
.nav-link-white-active {
  color: #B83CC1;
}

.nav-link-icon-img {
  width: auto;
  height: 26px;
}

.typed-cursor {
  display: none;
}

.homepage-waves {
  width: 40%;
  position: absolute;
  right: 12px;
  top: -20%;
}
.homepage-header {
  font-weight: bold;
  font-size: 2.6rem;
  margin: 0;
  font-family: "FiraSans", sans-serif;
  text-transform: uppercase;
}
.homepage-text {
  margin-top: 20px;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  box-sizing: border-box;
  padding-bottom: 20px;
}
.homepage-photo {
  width: 100%;
  display: flex;
  justify-content: end;
  position: relative;
}
.homepage-photo-lidia {
  width: 80%;
  z-index: 10;
  aspect-ratio: 1/1;
  height: auto;
}
.homepage-photo-lidia-shape {
  width: 50%;
  position: absolute;
  right: 33%;
  bottom: -8%;
}
.homepage-button {
  background-color: #1E3ACE;
  color: #ffffff;
  text-decoration: none;
  padding: 20px 40px;
  display: inline-block;
  width: auto;
}
.homepage-button:hover {
  background-color: #B83CC1;
}
.homepage-button-arrow {
  margin-left: 10px;
  width: 25px;
}

.welcome {
  width: 100%;
  height: calc(100vh - 95px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.ph {
  padding: 80px 0;
  box-sizing: border-box;
}

.lh-160 {
  line-height: 1.6rem;
}

.teach-link {
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(72, 106, 160, 0.15);
  margin: 0;
  padding: 4px 6px 2px 6px;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.teach-link-img {
  display: block;
  margin-left: 5px;
  width: 20px;
}

.mt-section {
  margin-top: 90px;
}

h2 {
  font-family: "FiraSans", sans-serif;
  text-transform: uppercase;
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
}

h1 {
  font-family: "FiraSans", sans-serif;
  text-transform: uppercase;
  margin: 0;
  font-size: 2.5rem;
  font-weight: bold;
}

.section-text {
  font-size: 1.1rem;
  font-family: "FiraSans", sans-serif;
}

.create {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.create-square {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 0;
  background-color: rgba(72, 106, 160, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.create-square-img {
  width: 40%;
}
.create-text {
  width: 100%;
  text-align: center;
}
.create-text-paragraph {
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 10px;
}

.teach {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 0;
  gap: 10px;
  box-sizing: border-box;
  background-color: rgba(72, 106, 160, 0.15);
  text-align: center;
}
.teach-tittle {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
}
.teach-caption {
  margin: 0;
  font-weight: bold;
}

.writeLinks {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.writeLinks-container {
  width: 100%;
  border-top: 1px solid #fff;
  padding: 10px 0;
}
.writeLinks-container:last-child {
  border-bottom: 1px solid #fff;
}
.writeLinks-container:hover {
  background-color: rgba(72, 106, 160, 0.15);
}
.writeLinks-link {
  padding: 0 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
.writeLinks-link-img {
  width: 25px;
  margin-left: 20px;
}

.paint {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: end;
  padding-bottom: 20%;
  box-sizing: border-box;
}
.paint-shape {
  position: absolute;
  z-index: -1;
  right: 50%;
  top: 35%;
}
.paint-img {
  width: 80%;
}

.contact {
  width: 100%;
}
.contact-link {
  text-decoration: none;
}
.contact-link-img {
  width: 100%;
  transition: transform 0.7s ease-in-out;
}
.contact-link-img:hover {
  transform: rotate(360deg);
}

.dots {
  position: absolute;
  width: 80%;
  right: 0;
  top: 10%;
  z-index: -1;
}

.footer-border {
  border-top: 1px solid #ffffff;
  position: relative;
}

.footer-shape {
  position: absolute;
  width: 200px;
  right: 0;
}

.error-page-btn-margin {
  margin-top: 50px;
}

.box {
  width: 100%;
  border: 2px solid rgba(72, 106, 160, 0.15);
  box-sizing: border-box;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
}
.box-title {
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0;
}
.box-desc {
  padding: 0;
  margin: 0;
  font-size: 0.8rem;
}

.box-small {
  width: 50%;
}
.box-small:nth-child(even) {
  margin-left: 50%;
}

.sticky-section {
  position: sticky;
  top: 110px;
  align-self: flex-start;
}

.industries-section {
  width: 100%;
  height: 500px;
}

.industries-word {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.3rem;
  position: absolute;
}
.industries-word-blue {
  color: #1E3ACE;
}
.industries-word-orange {
  color: #E5951A;
}
.industries-word-green {
  color: #39E14A;
}
.industries-word-purple {
  color: #BC2ECB;
}
.industries-word-white {
  text-transform: none;
  font-size: 0.8rem;
  font-weight: normal;
}
.industries-word-shop-engine {
  top: 0;
  left: 47%;
}
.industries-word-marketplace {
  top: 15%;
  left: 10%;
}
.industries-word-food {
  top: 8%;
  left: 70%;
}
.industries-word-tourism {
  top: 25%;
  left: 55%;
}
.industries-word-analytical-platform {
  top: 32%;
  left: 44%;
}
.industries-word-online-retail {
  top: 70%;
  left: 8%;
}
.industries-word-it {
  top: 72%;
  left: 65%;
}
.industries-word-marketing {
  top: 50%;
  right: 10%;
}
.industries-word-shop {
  top: 58%;
  right: 20%;
}
.industries-word-e-commerce {
  top: 90%;
  left: 55%;
}
.industries-word-booking {
  top: 80%;
  left: 15%;
}

.logo-container {
  background-color: rgba(72, 106, 160, 0.15);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.logo-container .logo-box {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .logo-container .logo-box {
    width: 60%;
  }
}
.logo-container .logo-box-img {
  width: 100%;
}

/* MEDIA QUIERIES */
@media screen and (max-width: 1400px) {
  .paint-shape {
    top: 31%;
    right: 46%;
  }
}
@media screen and (max-width: 1200px) {
  .homepage-waves {
    top: -16%;
  }
  .homepage-photo-lidia {
    width: 92%;
  }
  .homepage-photo-lidia-shape {
    right: 46%;
  }
  .paint-shape {
    width: 40%;
    top: 32%;
    right: 50%;
  }
  .dots {
    top: 5%;
  }
}
@media screen and (max-width: 992px) {
  .welcome {
    height: auto;
  }
  .ph {
    padding: 20px 0;
  }
  .homepage-photo {
    margin-bottom: 15%;
    margin-top: 5%;
    justify-content: center;
  }
  .homepage-photo-lidia {
    width: 50%;
  }
  .homepage-photo-lidia-shape {
    right: 29%;
    bottom: -12%;
  }
  .box-title {
    font-size: 1rem;
  }
  .writeLinks {
    margin-top: 20px;
  }
  .paint {
    justify-content: center;
    margin-top: 20px;
  }
  .paint-shape {
    width: 30%;
    top: 20%;
    right: 50%;
  }
  .paint-img {
    width: 50%;
  }
  .dots {
    display: none;
  }
  .footer-shape {
    width: 150px;
    top: 17px;
  }
}
@media screen and (max-width: 768px) {
  .footer-shape {
    display: none;
  }
  .mt-md-6 {
    margin-top: 0 !important;
  }
  .sticky-section {
    position: relative;
    top: 0;
    align-self: flex-start;
  }
  .box-title {
    font-size: 1.2rem;
  }
}
@media screen and (max-height: 650px) {
  .welcome {
    height: auto;
  }
}

/*# sourceMappingURL=main.css.map */
