@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,800;1,400&display=swap");
body {
  background: white;
  font-family: "Montserrat", sans-serif;
}

.Title--section {
  font-size: 2rem;
  margin-left: 10px;
  color: #383737;
  margin-top: 50px;
  display: block;
}

.Information--section {
  font-size: 1rem;
  margin-left: 10px;
  display: block;
  color: #383737;
}

.Form--main {
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  padding: 60px;
}
.Form__wrapper {
  background: #fbfbfb;
  padding: 40px;
  border-radius: 20px;
  width: 60%;
  margin-top: 20px;
  box-shadow: 0px 0px 10px -2px #dcdcdc;
}
.Form__inputGroup {
  margin-bottom: 10px;
}
.Form__inputGroup label {
  display: block;
  font-size: 0.9rem;
  font-weight: lighter;
}
.Form__inputGroup input, .Form__inputGroup textarea {
  width: 100%;
  padding: 6px 14px;
  border-radius: 10px;
  border: 1px solid #dbdbdb;
}

.Products__product {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-top: 10px;
}

.Hero--alt {
  background-image: url("/img/hero-main-2.jpeg");
  background-size: contain;
  min-height: 60vh;
  border-bottom-left-radius: 20px;
  background-repeat: no-repeat;
}
.Hero__content {
  display: flex;
  /* align-items: center; */
  height: 570px;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 20px;
}
@media (min-width: 992px) {
  .Hero__content {
    height: 100%;
    padding: 0 140px;
    margin-left: 40px;
  }
}
.Hero__content h1 {
  font-weight: bold;
  color: #383737;
}
.Hero__info {
  color: #505050;
}
.Hero--form {
  background-image: url("/img/hero-contact.png");
  background-size: cover;
  min-height: 80vh;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.Hero__logo {
  width: 250px;
  margin-bottom: 20px;
}
.Hero__languages {
  background: #fbfbfb;
  padding: 10px 20px;
  max-width: 200px;
  margin: 10px auto;
  border-radius: 20px;
  box-shadow: 0px 0px 4px #e9e9e9;
  display: flex;
  justify-content: center;
}
.Hero__languages span {
  font-size: 0.9rem;
}
.Hero__language {
  text-decoration: none;
  margin-left: 15px;
}
.Hero__language:first-child {
  margin-left: 0;
}
.Hero__language:hover {
  text-decoration: none;
}
.Hero__language img {
  width: 20px;
  height: 20px;
}

.Locations--main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 768px) {
  .Locations--main {
    flex-direction: initial;
  }
}
.Locations__item {
  border-radius: 20px;
  background: #fff8ed;
  width: 100%;
  padding: 40px;
  margin: 20px 10px;
}
@media (min-width: 768px) {
  .Locations__item {
    margin: 0 10px;
  }
}
.Locations__title {
  font-size: 1.1rem;
  font-weight: lighter;
  display: block;
  margin-bottom: 10px;
}
.Locations__continent {
  font-size: 0.7rem;
  font-weight: lighter;
  display: block;
}
.Locations__link {
  color: #222222;
  transition: 0.3s;
  margin-bottom: 3px;
}
.Locations__link:hover {
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid black;
}

.gooey {
  background-image: linear-gradient(120deg, #fff 0%, #fbe0c3 100%);
  border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
  width: 390px;
  height: 384px;
  animation: morph 3s linear infinite;
  transform-style: preserve-3d;
  outline: 1px solid transparent;
  will-change: border-radius;
  position: absolute;
  z-index: -1;
  left: 0;
}

.gooey:before,
.gooey:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
  box-shadow: 5px 5px 89px #ffedc6;
  will-change: border-radius, transform, opacity;
  animation-delay: 200ms;
  background-image: linear-gradient(120deg, rgba(255, 116, 0, 0.09) 0%, rgba(255, 209, 146, 0.12) 100%);
}

.gooey:before {
  animation: morph 3s linear infinite;
  opacity: 0.21;
  animation-duration: 3.5s;
}

.gooey:after {
  animation: morph 3s linear infinite;
  animation-delay: 400ms;
  opacity: 0.89;
  content: " ";
  line-height: 120px;
  text-indent: -21px;
}

@keyframes morph {
  0%, 100% {
    border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  34% {
    border-radius: 70% 30% 46% 54%/30% 29% 71% 70%;
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }
  50% {
    opacity: 0.89;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}
@keyframes fadeIn {
  100% {
    transform: scale(1.03);
    opacity: 0;
  }
}

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