body {
  margin: 0;
  background-color: #100B30;
}
.navbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  position: absolute;
  position: fixed;
  top: 30px;
  background-color: rgba(16, 11, 48, 0.7);
  width: 100%;
  border: 1px solid #6919FF;
}
.menu {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-family: 'Inter', sans-serif;
  padding: 20px;
  width: 250px;
}
span {
  color:#6919FF;
}
.menu:hover {
  color:  #37118B;
  transition-duration: 2.5s;
}
@import url(//fonts.googleapis.com/css?family=Lato:300:400);
.header {
  position:relative;
  text-align:center;
  background: #060918;
}
.inner-header {
  height:65vh;
  width:100%;
  margin: 0;
  padding: 0;
}
.flex { 
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px;
  min-height:100px;
  max-height:150px;
}
.content {
  position:relative;
  height:20vh;
  text-align:center;
}
.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
.btnSend {
  font-family: 'Inter', sans-serif;
  padding: 10px;
  background-color:#100B30;
  border: 1px solid #6919FF;
  color: #838DAA;
}
.textContact {
  display: flex;
  justify-content: space-around;
}
.contact1 {
  display: flex;
  flex-direction: column;
  margin: 50px;
  margin-top: 180px;
}
.contactText {
  color:#838DAA;
  font-size: 25px;
  font-family: 'Inter', sans-serif;
  text-align: center;
}
.problem {
  color:#fff;
  font-size: 30px;
  font-family: 'Inter', sans-serif;
  text-align: center;
}
form {
  display: flex;
  flex-direction: column;
  margin-top: 180px;
}
label {
  color:#838DAA;
  font-size: 20px;
  font-family: 'Inter', sans-serif;
  text-align: start;
  padding: 10px;
}
input, textarea {
  width: 550px;
  padding: 10px;
  background-color:#37118B;
  border: 1px solid #6919FF;
}
.me {
  color:#838DAA;
  font-size: 18px;
  font-family: 'Inter', sans-serif;
  text-decoration: none;
  text-align: start;
}
.meText {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  .content {
    height:30vh;
  }
  h1 {
    font-size:24px;
  }
}
@media screen and (min-width: 576px) {
  .container-carrousel {
  --widthItem: 250px;
  --heightItem: 200px;
  }
}
@media all and (max-width: 800px) {
  .menu {
    font-size: 14px;
    padding: 10px;
    width: 20px;
    margin-left: -50px;
  }
  .textContact {
    display: flex;
    flex-direction: column;
    margin-top: 400px;
  }
  input, textarea {
    width: 350px;
    padding: 5px;
  }
  .me, label {
    font-size: 13px;
  }
  .problem {
    font-size: 20px;
  }
  .contactText {
    font-size: 15px;
  }
  .meText {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .contact1 {
    margin-top: 40px;
  }
  .form {
    /* margin-top: -350px; */
  }
}
@media all and (max-width: 400px) {
  .menu {
    font-size: 14px;
    padding: 10px;
    width: 20px;
  }
  .textContact {
    display: flex;
    flex-direction: column;
  }
  input, textarea {
    width: 350px;
    padding: 5px;
  }
  .me, label {
    font-size: 13px;
  }
  .problem {
    font-size: 20px;
  }
  .contactText {
    font-size: 15px;
  }
  .meText {
    display: flex;
    flex-direction: column;
  }
  .contact1 {
    margin-top: 40px;
  }
}