header {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 60px 20px 0 20px;
}

img#header-background {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  pointer-events: none;
}

div#first-see-texts {
  color: #ffffff;
  margin-bottom: 70px;
  text-align: center;
}

div#first-see-texts h1 {
  font-size: 2.5rem;
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}

div#first-see-texts h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 30px;
}

h1#experiences-title {
  color: #ffffff;
  font: 2.5rem "Michroma", sans-serif;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 25px;
}

div#experiences-header {
  width: 100%;
}

div#experiences-header .experience-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 25px;
}

div#experiences-header .experience-col {
  text-align: center;
  width: 50%;
}

div#experiences-header h1.experience-value {
  color: #ffffff;
  font: 2.75rem "Michroma", sans-serif;
}

div#experiences-header h3.experience-detail {
  color: #ffffff;
  font: 1.15rem "Michroma", sans-serif;
}

section {
  width: 100%;
  padding: 25px 20px 0 20px;
  overflow-x: hidden;
}

div.product-card {
  margin: 25px 0 75px 0;
}

h2.product-title {
  font-family: "Rubik", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  margin: 25px 0 20px 0;
  color: #218c74;
  background-color: rgba(0, 0, 0, 0);
}

div.product-texts {
  width: 100%;
  align-items: flex-start;
  text-align: left;
}

div.product-details {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: justify;
  margin-bottom: 40px;
}

a.product-button {
  display: inline;
  transition: background-color 500ms;
}

a.product-button:hover {
  background-color: #218c74;
}

a.product-button .btn-icon {
  transition: transform 750ms cubic-bezier(0.34, 1.56, 0.64, 1);
  display: inline-block;
}

a.product-button:hover .btn-icon {
  position: relative;
  transform: translateX(135px);  
}

section#we-offer {
  background-color: #111;
  padding: 50px 20px;
}

div.we-offer-row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
}

div.we-offer-row:first-child {
  margin-bottom: 25px;
}

div.we-offer-card {
  width: 150px;
  height: 200px;
  position: relative;
  overflow: hidden;
  box-shadow: 0;
  transition: all 1s;
}

div.we-offer-card:hover {
  transform: translate(5px);
  box-shadow: 2px 2px 50px rgba(255, 255, 255, 0.13);
}

div.we-offer-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(25%);
}

div.we-offer-card h2 {
  text-align: center;
  color: #ffffff;
  font-size: 1.6rem;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  z-index: +1;
}

section#about-us p {
  margin-top: 25px;
  font-size: 1.5rem;
}

section#about-us p#we-offer-text {
  font-weight: 500;
  font-size: 1.7rem;
  margin: 50px 0;
}

div#experiences-in-number {
  margin-top: 50px;
}

div#experiences-in-number div.experience-row {
  width: 100%;
  justify-content: space-evenly;
}

div.experience-card {
  width: 150px;
  height: 300px;
  font-family: "Michroma", sans-serif;
  text-align: center;
}

div.experience-card:nth-child(2) {
  flex-direction: column-reverse;
}

div.experience-value-circle {
  font-family: "Michroma", sans-serif;
  font-size: 2rem;
  color: #ffffff;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(-135deg, #00abd8 0%, #00e0a5 100%);
  position: relative;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.13);
}

div.experience-value-circle::after {
  position: absolute;
  content: " ";
  width: 100px;
  height: 100px;
  padding: 15px;
  top: -15px;
  left: -15px;
  background-color: #d8d8d8;
  border-radius: 50%;
  z-index: -1;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.18);
}

div.experience-card span {
  font-size: 3rem;
  margin: 5px 0;
}

h2.experience-def {
  font-family: "Michroma", sans-serif;
  font-size: 1.5rem;
}

img#partners {
  margin: 25px 0;
}

section#send-message {
  position: relative;
  padding: 50px 0;
}

img#send-message-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(25%);
}

div#contact-card {
  width: 95%;
  height: fit-content;
  padding: 20px 15px 50px 15px;
  background-color: #111111;
  border-radius: 10px;
}

div#contact-card h1.section-title {
  text-align: center;
  margin-top: auto;
  margin-bottom: 20px;
  background: #00abd8;
  background: linear-gradient(-135deg, #00abd8 0%, #00e0a5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

div#contact-card h1.section-title::after {
  display: none;
}

div#contact-card form {
  width: 100%;
  height: 100%;
}

div.input-text {
  width: 100%;
  height: 50px;
  margin: 25px 0;
  /* padding: 0 10px; */
  position: relative;
}

div.input-text#message-area {
  height: auto;
}

img.input-icon {
  width: 36px;
  height: 25px;
  position: absolute;
  top: 12px;
  left: 20px;
  padding-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

div.input-text#message-area img.input-icon {
  top: 7px;
}

div.input-text label {
  position: absolute;
  top: -10px;
  left: 20px;
  background-color: #111;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 5px;
}

div.input-text input,
div.input-text textarea {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
  padding: 0 10px 0 60px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  transition: border 250ms, box-shadow 500ms;
  font-size: 1.2rem;
}

div.input-text textarea {
  padding-top: 7px;
  border-radius: 10px;
}

div.input-text:hover input,
div.input-text:hover textarea {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

div.input-text input:focus,
div.input-text textarea:focus {
  border: 1px solid #00abd8;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.18);
}

div.input-text input:not(:placeholder-shown),
div.input-text textarea:not(:placeholder-shown) {
  border: 1px solid #00abd8;
}

div.input-text input:invalid,
div.input-text textarea:invalid {
  border: 1px solid #ea6060;
}

div#contact-card form button {
  padding: 10px 25px 10px 50px;
  position: relative;
  font-weight: 500;
  font-size: 1.5rem;
}


div#contact-card form button img.btn-icon {
  position: absolute;
  top: 10px;
  left: 15px;
  width: 25px;
  height: 25px;
}
