@font-face {
  font-family: "Sofia Pro Light";
  font-style: normal;
  font-weight: normal;
  src: local("Sofia Pro Light"), url("../../fonts/Sofia Pro Light Az.woff") format("woff");
}
*:not(.icon):not(.fa) {
  font-family: "Sofia Pro Light", Arial, sans-serif !important;
  font-weight: normal;
}

.bg-light {
  background-color: #fff;
}

.bg-light p,
.bg-light h1,
.bg-light h2,
.bg-light h3,
.bg-light h4,
.bg-light h5,
.bg-light h6 {
  color: #111;
}

.bg-light-2 {
  background-color: #f3f5f9;
}

.bg-light-2 p,
.bg-light-2 h1,
.bg-light-2 h2,
.bg-light-2 h3,
.bg-light-2 h4,
.bg-light-2 h5,
.bg-light-2 h6 {
  color: #111;
}

.bg-dark {
  background-color: #000;
}

.bg-dark p,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6 {
  color: #fff;
}

.container-full-width {
  width: 100%;
}

.btn {
  border-radius: 50vh;
}
.btn:hover {
  color: #111;
  background-color: #12D3C4;
}

.btn.btn-color {
  color: #111;
  background-color: #12D3C4;
}
.btn.btn-color:hover {
  color: #fff;
}

h1 {
  font-size: clamp(2.5rem, 7.51vw + 0.7394366197rem, 10.5rem);
  line-height: clamp(2.5rem, 6.61vw + 0.9507042254rem, 6.9rem);
  letter-spacing: -0.04em;
  font-style: normal;
}

h2 {
  font-size: clamp(2.875rem, 5.07vw + 1.6866197183rem, 8.25rem);
  line-height: clamp(2.50125rem, 4.22vw + 1.5113732394rem, 8.3125rem);
  letter-spacing: -0.03em;
}

h3 {
  font-size: clamp(1.875rem, 1.88vw + 1.4348591549rem, 4.125rem);
  line-height: 1em;
  letter-spacing: -0.04em;
  margin-bottom: clamp(0.9375rem, 1.41vw + 0.6073943662rem, 2.875rem);
}

h4 {
  font-size: clamp(1.875rem, 1.88vw + 1.4348591549rem, 4.125rem);
  line-height: 1em;
  letter-spacing: -0.04em;
}

h5 {
  font-size: clamp(1.125rem, 0.56vw + 0.9929577465rem, 2.5rem);
  font-weight: bold !important;
  margin-bottom: 2rem;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: unset;
}

p {
  color: #111;
  font-size: clamp(1.125rem, 0.56vw + 0.9929577465rem, 3rem);
}

.owl-prev,
.owl-next {
  width: 64px;
  height: 64px;
}
.owl-prev span,
.owl-next span {
  color: #111;
  line-height: clamp(3.125rem, 0.56vw + 0.9929577465rem, 3rem);
  font-size: clamp(3.125rem, 0.56vw + 0.9929577465rem, 3rem);
}

.banner {
  background: #12D3C4;
  line-height: 50px;
  color: #111;
}
.banner a {
  color: #111;
  text-decoration: underline;
}

.navbar .navigation-overlay {
  background: rgba(0, 0, 0, 0.75);
}

.nav li a {
  font-size: clamp(1.4rem, 0.32vw + 0.8309859155rem, 3.5rem);
  line-height: 72px;
}
.nav li > a:hover, .nav li.active > a {
  color: #12D3C4 !important;
}

.navbar-nav > li > a:hover,
.navbar-nav > .active > a,
.navbar-nav > .active > a:focus,
.navbar-nav > .active > a:hover,
.menu-socials li > a:hover {
  color: #12D3C4 !important;
}

.menu-language {
  width: 20%;
  float: right;
  padding: 0 15px;
}
.menu-language ul {
  float: right;
}
.menu-language li {
  display: inline-block;
}
.menu-language li > a {
  font-size: clamp(0.875rem, 0.19vw + 0.8309859155rem, 1rem);
  line-height: 72px;
  margin: 0 22px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.menu-language li > a:hover {
  border-color: #12D3C4;
}
.menu-language .dropdown-menu {
  padding: 0;
  min-width: unset;
  background: rgba(0, 0, 0, 0.5);
  border-left: 0;
  border-right: 0;
  border-top-color: #12D3C4;
}
.menu-language .dropdown-menu > li > a {
  padding: 0;
  border-bottom: unset;
}

.logo-container {
  height: 72px;
  display: flex;
  align-items: center;
}
.logo-container .logo {
  position: relative;
  height: 50px;
}
.logo-container .logo .main {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.logo-container .logo .additional {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  animation: pump 1.8s infinite;
}

@keyframes pump {
  0%, 100% {
    transform: scale(1);
  }
  10%, 30% {
    transform: scale(0.8);
  }
  20%, 40% {
    transform: scale(1);
  }
}
.hero-message {
  text-align: left;
}
.hero-message h1 {
  font-size: clamp(2.5rem, 7.51vw + 0.7394366197rem, 10.5rem) !important;
  text-transform: unset;
  padding: clamp(1.25rem, 7.51vw - 0.5105633803rem, 6.25rem);
}
.hero-message .scroll-down {
  width: auto;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
}

#owl-app {
  position: relative;
  /* PREVIOUS */
  /* CURRENT */
  /* NEXT */
}
#owl-app .app-col .wrapper {
  position: relative;
  display: grid;
  align-items: center;
  grid-column: 1/-1;
  grid-row: 1;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(6, 1fr);
}
#owl-app .app-col .wrapper .overlay-image-wrapper {
  position: static;
  grid-column: 2/5;
  grid-row: 1/4;
  transform: translateX(150%);
}
#owl-app .app-col .wrapper .overlay-image-wrapper img {
  aspect-ratio: 3/6;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: clamp(0.9375rem, 1.42vw + 0.607394662rem, 3.875rem);
}
#owl-app .app-col .wrapper .main-image-wrapper {
  position: static;
  grid-column: 4/-1;
  grid-row: 1/4;
}
#owl-app .app-col .wrapper .main-image-wrapper img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: clamp(0.9375rem, 1.42vw + 0.607394662rem, 3.875rem);
}
#owl-app .app-col .wrapper .main-image-description {
  transition: opacity 1s;
  opacity: 0;
  position: static;
  grid-column: 4/-1;
  grid-row: 4/-1;
}
@media (min-width: 900px) {
  #owl-app .app-col .wrapper {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(12, 1fr);
  }
  #owl-app .app-col .wrapper .overlay-image-wrapper {
    grid-column: 2/5;
    grid-row: 2/8;
  }
  #owl-app .app-col .wrapper .main-image-wrapper {
    grid-column: 4/-1;
    grid-row: 1/9;
  }
  #owl-app .app-col .wrapper .main-image-description {
    grid-column: 4/-1;
    grid-row: 9/12;
  }
}
#owl-app .owl-item {
  transition: all 2s;
}
#owl-app .owl-item .overlay-image-wrapper {
  transition: all 2s;
  opacity: 0;
}
#owl-app .owl-item .main-image-wrapper {
  transition: all 2s;
  opacity: 0.6;
}
#owl-app .owl-item.active .overlay-image-wrapper {
  opacity: 1;
  transform: translateX(0%);
}
#owl-app .owl-item.active .overlay-image-wrapper img {
  outline: 0.25rem solid #000;
}
#owl-app .owl-item.active .main-image-wrapper {
  opacity: 1;
}
#owl-app .owl-item.active .main-image-description {
  opacity: 1;
}
#owl-app .owl-item.active ~ .owl-item {
  transform: translateX(-25%);
}
#owl-app .owl-item.active ~ .owl-item .main-image-wrapper {
  opacity: 0.6;
}
#owl-app .owl-prev.disabled, #owl-app .owl-next.disabled {
  opacity: 0;
}
#owl-app .owl-prev, #owl-app .owl-next {
  top: 30%;
  opacity: 1;
  background-color: #fff;
  border-radius: 100vh;
}
#owl-app .owl-prev:hover, #owl-app .owl-next:hover {
  color: #111;
  background-color: #f3f5f9;
}
@media (min-width: 900px) {
  #owl-app .owl-prev {
    left: 0%;
  }
  #owl-app .owl-next {
    right: 10%;
  }
}
@media (min-width: 1200px) {
  #owl-app .owl-prev {
    left: 1%;
  }
  #owl-app .owl-next {
    right: 10%;
  }
}
@media (min-width: 1400px) {
  #owl-app .owl-prev {
    left: 10%;
  }
  #owl-app .owl-next {
    right: 20%;
  }
}

#solutions-package {
  padding: 100px 0;
}
#solutions-package .container > .row {
  background: #f3f5f9;
  padding: 2rem;
  border-radius: 1.875rem;
  margin-bottom: 1rem;
}
#solutions-package .container > .row:last-child {
  margin-bottom: 0;
}
#solutions-package .container > .row > div {
  padding: 0;
}
#solutions-package .container > .row .row h4 {
  margin-top: 1rem;
}
#solutions-package .container > .row img {
  aspect-ratio: 4/2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.9375rem;
}
#solutions-package .container > .row .btn {
  width: 100%;
  padding: 2rem 0;
}
@media (min-width: 768px) {
  #solutions-package .container > .row .row {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #solutions-package .container > .row .row h4 {
    margin-top: 0rem;
  }
  #solutions-package .container > .row img {
    aspect-ratio: 1/1;
  }
}
#solutions-package .arrows li {
  position: relative;
  color: #111;
  padding-left: 2.5rem;
  font-size: clamp(1.125rem, 0.56vw + 0.9929577465rem, 3rem);
}
#solutions-package .arrows li::before {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  content: "\f00c";
  position: absolute;
  color: #12D3C4;
  left: 0;
}
#solutions-package .expander .expandable {
  font-size: clamp(1.125rem, 0.56vw + 0.9929577465rem, 3rem);
  color: #111;
}
#solutions-package .expander .btn.active, #solutions-package .expander .btn:active {
  box-shadow: unset;
  color: #fff;
  background-color: #000;
}
#solutions-package .expander .btn.active:hover, #solutions-package .expander .btn:active:hover {
  color: #111;
  background-color: #12D3C4;
}

#owl-devices {
  position: relative;
}
#owl-devices .device-col .wrapper {
  padding: 0 2rem;
}
#owl-devices .device-col .wrapper .main-image-wrapper {
  position: relative;
}
#owl-devices .device-col .wrapper .main-image-wrapper img {
  height: 300px;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #fff;
  border-radius: clamp(0.9375rem, 1.42vw + 0.607394662rem, 3.875rem);
}
#owl-devices .device-col .wrapper .main-image-wrapper a {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #12D3C4;
}
#owl-devices .device-col .wrapper .main-image-description {
  margin-top: 1rem;
  padding: 0 10px;
  transition: opacity 1s;
  overflow: hidden;
  word-wrap: break-word;
}
#owl-devices .device-col .wrapper .main-image-description div {
  font-size: clamp(1.125rem, 0.56vw + 0.9929577465rem, 3rem);
  color: #111;
}
#owl-devices .owl-prev.disabled, #owl-devices .owl-next.disabled {
  opacity: 0;
}
#owl-devices .owl-prev, #owl-devices .owl-next {
  top: 25%;
  opacity: 1;
  background-color: #fff;
  border-radius: 100vh;
  outline: 0.125rem solid rgba(0, 0, 0, 0.5);
}
#owl-devices .owl-prev:hover, #owl-devices .owl-next:hover {
  color: #111;
  background-color: #f3f5f9;
}
#owl-devices .owl-prev {
  left: 15%;
}
#owl-devices .owl-next {
  right: 15%;
}

#services img {
  aspect-ratio: 4/2;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.875rem;
  margin-bottom: clamp(1.875rem, 2vw + 1.4348591549rem, 5rem);
}
@media (min-width: 768px) {
  #services img {
    aspect-ratio: 4/3;
  }
}

#pricing .row > div {
  padding: 15px;
}
#pricing .pricing-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  outline: 0.125rem solid #000;
  padding: 4rem 2rem;
  border-radius: 1.875rem;
  aspect-ratio: 3/4;
  background: #fff;
}
#pricing .pricing-item:hover {
  outline: 0.3rem solid #12D3C4;
}
#pricing .pricing-item .badge {
  position: absolute;
  background-color: #12D3C4;
  top: -5%;
  left: 10%;
}
#pricing .pricing-item .badge.bg-dark {
  background-color: #000;
}
#pricing .pricing-item .badge h5 {
  padding: 0.5rem;
  margin: 0;
}

#solutions img {
  aspect-ratio: 4/2;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.875rem;
  margin-bottom: clamp(1.875rem, 2vw + 1.4348591549rem, 5rem);
}
@media (min-width: 768px) {
  #solutions img {
    aspect-ratio: 3/4;
  }
}
#solutions .arrows li {
  position: relative;
  color: #fff;
  padding-left: 2.5rem;
  font-size: clamp(1.125rem, 0.56vw + 0.9929577465rem, 3rem);
}
#solutions .arrows li::before {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  content: "\f00c";
  position: absolute;
  color: #12D3C4;
  left: 0;
}

.parallax-testimonials::before {
  background-color: rgba(0, 0, 0, 0.37);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.testimonial-text {
  font-style: unset;
}

#contact .map > iframe {
  border-radius: 1.875rem;
}
#contact .contact-item {
  color: #111;
}
#contact .contact-item .contact-icon {
  border-color: #12D3C4;
}
#contact .contact-item .contact-icon i {
  color: #12D3C4;
}
#contact .contact-item a {
  font-size: clamp(1.125rem, 0.56vw + 0.9929577465rem, 3rem);
  color: #12D3C4;
}
#contact .contact-item a:hover {
  color: #111;
}
#contact .contact-item h6 {
  font-size: clamp(1.125rem, 0.56vw + 0.9929577465rem, 3rem);
}
#contact .contact-item p, #contact .contact-item span {
  font-size: clamp(1.125rem, 0.56vw + 0.9929577465rem, 3rem);
}

#contact-form input, #contact-form select, #contact-form textarea {
  border-radius: 1.875rem;
}
#contact-form input:focus, #contact-form select:focus, #contact-form textarea:focus {
  border-color: #12D3C4;
}
#contact-form .btn-submit {
  border-radius: 10vh;
}

.bottom-footer {
  background: transparent;
}

.footer .footer-widgets {
  padding: 50px 0;
}
.footer .footer-links ul > li {
  border-bottom: 0;
}
.footer.bg-dark h5 {
  color: #7a7a7a;
}
.footer.bg-dark p, .footer.bg-dark a {
  font-size: 15px;
  color: #fff;
}

#cookie-banner {
  position: fixed;
  bottom: 0;
  z-index: 501 !important;
  width: 100%;
  padding: 1rem;
  background-color: #000;
}
#cookie-banner ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
#cookie-banner ul li {
  margin-right: 1rem;
}
#cookie-banner ul li label {
  color: #fff;
}
#cookie-banner .btn.btn-color:hover {
  color: #111;
  background-color: #f3f5f9;
}

#cookie-to-top {
  display: block;
  z-index: 500;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 22px;
  position: fixed;
  bottom: 80px;
  right: 20px;
  line-height: 40px;
  border-radius: 50%;
  transition: all 1s ease-in-out;
  background-color: #fff;
  text-decoration: none;
  box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, 0.14), 1px 1.732px 3px 0px rgba(0, 0, 0, 0.12);
}
#cookie-to-top a {
  width: 40px;
  height: 40px;
  display: block;
  color: #111;
}
#cookie-to-top:hover {
  background-color: #111;
}
#cookie-to-top:hover i {
  color: #fff;
}/*# sourceMappingURL=style.css.map */