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

ul[class],
ol[class] {
  padding: 0; }

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

ul[class],
ol[class] {
  list-style: none; }

a {
  text-decoration: inherit;
  color: inherit; }

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

article > * + * {
  margin-top: 1em; }

input,
button,
textarea,
select {
  font: inherit; }

body {
  font-family: "Poppins", sans-serif; }

h1 {
  font-size: calc( 22.8px + 53.2 * ((100vw - 420px) / 1500) );
  line-height: 1.4;
  font-weight: 600; }

h2 {
  font-size: calc( 13.2px + 30.8 * ((100vw - 420px) / 1500) );
  font-weight: 600;
  color: #fff; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ffffffa2;
  font-size: calc( 5.4px + 12.6 * ((100vw - 420px) / 1500) ); }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ffffffa2;
  font-size: calc( 5.4px + 12.6 * ((100vw - 420px) / 1500) ); }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ffffffa2;
  font-size: calc( 5.4px + 12.6 * ((100vw - 420px) / 1500) ); }

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #ffffffa2;
  font-size: calc( 5.4px + 12.6 * ((100vw - 420px) / 1500) ); }

input::placeholder,
textarea::placeholder {
  color: #ffffffa2;
  font-size: calc( 5.4px + 12.6 * ((100vw - 420px) / 1500) ); }

button {
  cursor: pointer; }

p,
li {
  font-size: calc( 5.4px + 12.6 * ((100vw - 420px) / 1500) );
  line-height: 1.4;
  font-weight: 400;
  color: #313545; }

.section-width {
  padding-left: 20%;
  padding-right: 20%; }
  @media screen and (max-width: 768px) {
    .section-width {
      padding-left: 5%;
      padding-right: 5%; } }

.blue {
  color: #00d0ff; }

.contact-button {
  color: #00d0ff;
  font-family: "Poppins", sans-serif;
  background-color: transparent;
  font-size: calc( 4.8px + 11.2 * ((100vw - 420px) / 1500) );
  padding: 0.5vw 1.5vw;
  border: 1px solid #fff;
  border-radius: 0.6vw;
  cursor: pointer; }

.contact-filled-button {
  padding: 0.75vw 2vw;
  font-size: calc( 7.2px + 16.8 * ((100vw - 420px) / 1500) );
  background-color: #00d0ff;
  border-radius: 0.6vw;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  cursor: pointer; }

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #16181f;
  padding-top: 4%;
  padding-bottom: 4%;
  color: #fff;
  font-size: calc( 9px + 21 * ((100vw - 420px) / 1500) ); }
  header div {
    font-weight: 800; }

.start {
  background-color: #16181f;
  margin-top: -1px;
  padding-top: 7%;
  padding-bottom: 13%;
  text-align: center;
  position: relative; }
  .start * {
    position: relative;
    z-index: 2; }
  .start::after {
    content: "";
    width: 100%;
    height: 130%;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    right: 0;
    z-index: 1;
    background: right center/contain no-repeat url(../assets/img/glow.png);
    pointer-events: none; }
  .start h1 {
    color: #fff;
    text-align: center;
    padding-bottom: 5%; }

.case-studies {
  margin-top: -1px;
  background: linear-gradient(#16181f 80%, #fff 80%); }
  .case-studies h2 {
    text-align: center;
    padding-bottom: 5%;
    z-index: 2;
    position: relative; }
  .case-studies .slide {
    position: relative; }
    .case-studies .slide img {
      width: 100%; }
    .case-studies .slide::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(transparent 30%, #16181fee 100%);
      z-index: 1; }
    .case-studies .slide p {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      font-size: calc( 9px + 21 * ((100vw - 420px) / 1500) );
      padding: 7%;
      color: #fff;
      font-weight: 600;
      z-index: 2; }

.marketing-strategy {
  padding-top: 7%;
  padding-bottom: 7%;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .marketing-strategy > div {
    width: 44%; }
  .marketing-strategy img {
    width: 100%; }
  .marketing-strategy h2 {
    color: #16181f;
    line-height: 1.2;
    margin-bottom: 4%; }
  .marketing-strategy p {
    margin-bottom: 4%; }

.achievements {
  background-color: #00d0ff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 4%;
  padding-bottom: 4%; }
  .achievements .number {
    font-size: calc( 20.4px + 47.6 * ((100vw - 420px) / 1500) );
    font-weight: 600;
    color: #16181f;
    line-height: 1.2; }

.ad-creatives {
  padding-top: 4%;
  display: flex;
  flex-direction: row;
  background: bottom center/contain no-repeat url(../assets/img/blink.png), #16181f;
  justify-content: space-between; }
  .ad-creatives div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40%; }
    .ad-creatives div h2 {
      line-height: 1.2;
      margin-bottom: 4%; }
    .ad-creatives div p {
      margin-bottom: 12%;
      color: #ffffffdd; }
  .ad-creatives .img-container {
    width: 50%; }
    .ad-creatives .img-container img {
      width: 100%; }

.tech-driving-our-results {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 8%;
  padding-bottom: 8%;
  position: relative; }
  .tech-driving-our-results > div {
    width: 41%; }
    .tech-driving-our-results > div img {
      width: 45vw;
      position: absolute;
      left: 0;
      top: 50%;
      translate: 7% -50%; }
  .tech-driving-our-results h2 {
    color: #16181f;
    margin-bottom: 4%;
    line-height: 1.2; }
  .tech-driving-our-results p,
  .tech-driving-our-results li {
    margin-bottom: 4%;
    color: #313545; }

.knowledge-sharing {
  background-color: #16181f;
  padding-top: 7%;
  padding-bottom: 7%;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .knowledge-sharing div {
    width: 41%; }
    .knowledge-sharing div img {
      width: 90%; }
  .knowledge-sharing h2 {
    line-height: 1.2;
    margin-bottom: 4%; }
  .knowledge-sharing p {
    margin-bottom: 6%;
    line-height: 1.4;
    color: #ffffffe6; }

.our-clients-say {
  color: #16181f;
  padding-top: 7%;
  padding-bottom: 10%; }
  .our-clients-say h2 {
    color: #16181f;
    padding-bottom: 7%; }
  .our-clients-say .reviews {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    .our-clients-say .reviews .review {
      width: 31.5%;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      flex-direction: column; }
      .our-clients-say .reviews .review .review-top .quotes {
        width: 13%;
        padding-bottom: 4%; }
      .our-clients-say .reviews .review .review-top p {
        padding-bottom: 6%; }
      .our-clients-say .reviews .review .review-bottom {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 10%; }
        .our-clients-say .reviews .review .review-bottom .avatar {
          width: 18%;
          aspect-ratio: 1; }
        .our-clients-say .reviews .review .review-bottom .name {
          font-size: calc( 7.2px + 16.8 * ((100vw - 420px) / 1500) );
          font-weight: 600; }

.contact-us {
  background: linear-gradient(#fff 20%, #16181f 20%);
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-bottom: 4%; }

.form_contact-us {
  background-color: #2a303e;
  padding: 5% 5% 4%;
  border-radius: 0.8vw;
  width: 51%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center; }
  .form_contact-us > div {
    width: 100%; }
  .form_contact-us .title {
    font-size: calc( 9.6px + 22.4 * ((100vw - 420px) / 1500) );
    padding-bottom: 2%;
    font-weight: 300;
    text-align: center;
    color: #fff; }
  .form_contact-us p {
    color: #ffffffd4;
    text-align: center;
    padding-bottom: 6%; }
  .form_contact-us input,
  .form_contact-us textarea {
    width: 100%;
    margin-bottom: 4%;
    border-radius: 0.4vw;
    padding: 4% 4%;
    background-color: #ffffff0f;
    outline: none;
    border: none;
    color: #fff; }
  .form_contact-us .contact-button {
    text-transform: uppercase;
    font-size: calc( 7.2px + 16.8 * ((100vw - 420px) / 1500) ); }

footer {
  margin-top: -1px;
  background-color: #16181f;
  padding-top: 3%;
  padding-bottom: 5%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #fff;
  position: relative; }
  footer::before {
    content: "";
    height: 1px;
    width: 60%;
    background-color: #43454d;
    position: absolute;
    top: 0; }
    @media screen and (max-width: 768px) {
      footer::before {
        width: 90%; } }
  footer .company-name {
    font-size: calc( 7.2px + 16.8 * ((100vw - 420px) / 1500) );
    font-weight: 700;
    color: #fff; }
  footer .copyright {
    font-size: calc( 3.9px + 9.1 * ((100vw - 420px) / 1500) );
    color: #ffffff98; }
  footer .docs-menu {
    display: flex;
    flex-direction: column; }
    footer .docs-menu a {
      color: #fff;
      display: block;
      text-decoration: none;
      padding-bottom: 5%;
      font-size: calc( 5.4px + 12.6 * ((100vw - 420px) / 1500) ); }
  footer .address {
    color: rgba(255, 255, 255, 0.636);
    font-size: calc( 4.8px + 11.2 * ((100vw - 420px) / 1500) ); }
    footer .address b {
      color: #fff; }

.contact-us_modal {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000; }
  .contact-us_modal.modal-visible {
    display: flex; }
  .contact-us_modal form {
    width: 35%;
    padding: 3% 3% 2%; }

.terms header {
  padding-top: 2%;
  padding-bottom: 2%; }
.terms main {
  padding-top: 4%;
  padding-bottom: 4%; }
.terms h1 {
  font-size: calc( 12px + 28 * ((100vw - 420px) / 1500) );
  color: #00d0ff;
  font-weight: 600;
  padding-bottom: 2%; }
.terms h2 {
  font-size: calc( 9px + 21 * ((100vw - 420px) / 1500) );
  padding-top: 2%;
  padding-bottom: 1%;
  color: #000;
  font-weight: 400;
  text-transform: uppercase; }
.terms h3 {
  font-size: calc( 6.6px + 15.4 * ((100vw - 420px) / 1500) );
  padding-top: 2%;
  padding-bottom: 1%;
  color: #000;
  font-weight: 400;
  text-transform: uppercase; }
.terms p,
.terms li {
  font-size: calc( 4.8px + 11.2 * ((100vw - 420px) / 1500) );
  line-height: 2;
  padding-bottom: 1%; }

.swiper-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px; }

.swiper {
  width: 100%; }

.swiper-pagination {
  position: relative;
  margin-top: 20px;
  text-align: center; }

.swiper-button-prev,
.swiper-button-next {
  width: 20px !important;
  height: 35px !important;
  margin-top: -20px; }

.swiper-button-prev {
  left: 20px;
  background: center/contain no-repeat url(../assets/img/prev_arrow.svg); }

.swiper-button-next {
  right: 20px;
  background: center/contain no-repeat url(../assets/img/next_arrow.svg); }

.swiper-button-prev::after,
.swiper-button-next::after {
  content: ""; }

.swiper-pagination {
  position: static !important;
  display: inline-block;
  width: auto; }

.swiper-pagination-bullet {
  background-color: #eeeeee !important;
  opacity: 1 !important; }

.swiper-pagination-bullet-active {
  background-color: #00d0ff !important; }

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