@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
a, .btn-link {
  text-decoration: none !important;
}
a:hover, .btn-link:hover {
  color: #6021CA;
  text-decoration: none !important;
}

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

.content {
  min-height: calc(100vh - 50px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.colourContainerFooter {
  display: flex;
  width: 100%;
  height: 50px;
}
.colourContainerFooter__element {
  height: 50px;
  width: 20%;
}
.colourContainerFooter--darkBlue {
  background-color: #6021CA;
}
.colourContainerFooter--pink {
  background-color: #E43885;
}
.colourContainerFooter--brown {
  background-color: #541764;
}
.colourContainerFooter--lightGreen {
  background-color: #62D1CD;
}
.colourContainerFooter--yellow {
  background-color: #EFAE3D;
}

.mainText {
  color: #6021CA;
  font-size: 70px;
  font-weight: 600;
  white-space: nowrap;
}

.secondFormText {
  color: #6021CA;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 50px;
  margin-top: 100px;
}

.sendButton {
  color: #6021CA;
  font-size: 40px;
  font-weight: 600;
}
.sendButton:hover {
  color: #6021CA;
}

.firstText {
  animation-duration: 2s;
  animation-name: slidein;
}

@keyframes slidein {
  from {
    margin-left: 150%;
  }
  to {
    margin-left: 0%;
  }
}
.secondText {
  animation-duration: 3s;
  animation-name: slidein;
}

@keyframes slidein {
  from {
    margin-left: 150%;
  }
  to {
    margin-left: 0%;
  }
}
.writeUs {
  display: flex;
  justify-content: flex-end;
  white-space: nowrap;
}
.writeUs__text {
  color: #6021CA;
  font-size: 40px;
  font-weight: 600;
}

.form-control {
  border: none;
  border-bottom: 2px solid #6021CA;
  font-size: 24px;
  color: #6021CA;
  font-weight: 600;
}
.form-control:focus {
  border-color: none;
}
.form-control::placeholder {
  color: #6021CA;
  font-size: 24px;
  font-weight: 600;
}

form .form-control:focus {
  border-color: #6021CA;
  box-shadow: none;
}

input[type=text],
input[type=number] {
  color: #6021CA;
  font-size: 24px;
  font-weight: 600;
}

.LogoContainer {
  padding-top: 10vh;
}

.sendButtonContainer {
  display: flex;
  align-items: flex-end;
}

.formDesc {
  overflow-y: scroll;
  height: 20vh;
  margin-top: 100px;
  padding-right: 1%;
  margin-bottom: 50px;
}
.formDesc__text {
  font-size: 10px;
  color: #6021CA;
  font-weight: 600;
}

.thanksText {
  color: #6021CA;
  font-weight: 600;
  font-size: 162px;
}

.thanksContainer {
  height: calc(100vh - 300px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (max-width: 991px) {
  .thanksContainer {
    height: calc(100vh - 58px);
  }

  .thanksText {
    font-size: 50px;
  }

  .formDesc {
    min-height: 100%;
    margin-top: 10px;
  }

  .sendButtonContainer {
    display: flex;
    justify-content: flex-end;
  }

  .sendButton {
    font-size: 19px;
  }

  .form-control::placeholder {
    color: #6021CA;
    font-size: 10px;
  }

  input[type=text],
input[type=number], select {
    color: #6021CA;
    font-size: 10px;
    font-weight: 600;
  }

  .secondFormText {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .mainText {
    font-size: 27px;
  }

  .content {
    min-height: calc(100vh - 10px);
  }

  .writeUs__text {
    color: #6021CA;
    font-size: 20px;
    font-weight: 600;
  }

  .colourContainerFooter {
    height: 10px;
  }

  .colourContainerFooter__element {
    height: 10px;
  }
}
.stickyFooter {
  left: 0;
  right: 0;
  position: fixed;
  bottom: 0;
}

.selectForm option {
  font-size: 18px;
  color: #6021CA;
}

.btn:hover {
  color: #6021CA !important;
}

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