@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#lead-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

.form-container {
  /*   min-width: 825px; */
  width: 100%;
}

.form-container form {
  font-family: "Poppins";
  position: relative;
  overflow: hidden;
}

.form-group {
  position: relative;
  margin-bottom: 20px;
}

.form-group input {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 5px;
  padding-left: 5px;
  border: none;
  background: none;
  color: #fff;
  outline: none;
  font-family: "Poppins";
  font-size: 16px;
}

.form-group label {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-bottom: 1px solid #fff;
}

.form-group label::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -1px;
  height: 100%;
  width: 100%;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.form-group .content-name {
  position: absolute;
  bottom: 15px;
  left: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}

.form-group input:focus + .label-name .content-name,
form input:valid + .label-name .content-name {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
  font-size: 12px;
}

.form-group input:focus + .label-name::after,
form input:valid + .label-name::after {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

form p {
  text-align: left !important;
  margin: 40px 0;
}

.cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Remove arrows/spinners from number inputs */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

header {
  min-height: 100vh;
}

.contact-btn p {
  color: white;
  cursor: pointer;
}

.main-image {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("/img/main-background.jpg");
  background-size: cover;
}

.main-image:after {
  content: "";
  position: absolute;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.main-content {
  position: relative;
  padding: 30px;
  z-index: 2;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white !important;
}

h1 {
  font-family: "Poppins";
  color: white;
  font-size: 36px;
  line-height: 57px;
}

h2 {
  font-size: 36px;
  font-family: "Poppins";
  color: #6f7dfb;
  margin-bottom: 60px;
}

p {
  font-family: "Poppins";
  color: #333333;
  line-height: 27px;
}

.main-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5%;
}

.teaser {
  max-width: 500px;
}

.teaser p {
  margin-top: 50px;
  color: white;
  line-height: 27px;
}

.service-list {
  width: 50%;
}

.button {
  height: 85px;
  background-color: #6f7dfb;
  color: white;
  padding-left: 25px;
  border-radius: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.button span {
  margin-left: 20px;
  font-family: "Poppins";
}

#digital-marketing {
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.digital-marketing-detail {
  font-family: "Poppins";
}

.detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.detail-item img {
  margin-right: 25px;
}

#db-marketing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
}

#mobile-marketing {
  background-color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: white;
}

#mobile-marketing h2 {
  color: white;
}

#mobile-marketing p {
  color: white;
}

#mobile-marketing .item-list {
  color: white;
}

#contact-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 60px;
}

.description-right {
  margin-top: 50px;
}

#inserts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 60px;
}

.description {
  padding-right: 40px;
  margin-top: 80px;
  max-width: 600px;
}

section {
  padding: 0 100px;
}

.item-list {
  font-family: "Poppins";
  line-height: 25px;
  margin-top: 25px;
  color: #333333;
}

#clients {
  margin-top: 100px;
  margin-bottom: 85px;
}

#clients h2 {
  text-align: center;
}

#clients div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.map {
  width: 50%;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.responsive {
  max-width: 100%;
  height: auto;
}

.contact {
  padding: 40px;
  width: 50%;
  color: white;
  background-color: #29266b;
}

.contact h2 {
  color: white;
}

.contact span {
  color: white;
}

.contact p {
  color: white;
}

.contact .item-list {
  color: white;
}

.btn-secondary {
  font-family: "Poppins";
  background-color: #27debf;
  font-size: 18px;
  padding: 20px 40px;
  color: white;
  border: none;
  outline: none;
  cursor: pointer;
  margin-top: 40px;
  border-radius: 10px;
  width: 100%;
}

.disabled {
  cursor: not-allowed;
  background-color: #b8dbd5;
}

@media (max-width: 1024px) {
  section {
    padding: 0 50px;
  }
  .main-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #digital-marketing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #mobile-marketing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #mobile-marketing img {
    margin-top: 20px;
  }
  #db-marketing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #db-marketing img {
    margin-top: 40px;
  }
  #contact-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #contact-center img {
    margin-top: 40px;
  }
  #inserts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #inserts img {
    margin-top: 40px;
  }
  #clients div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #clients img {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .service-list {
    display: none;
  }
  .map {
    display: none;
  }
  .contact {
    width: 100%;
  }
}
