body {
  font-family: Whyte, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 0.5em;
  font-family: Whyte, sans-serif;
  color: #ff7edd;
  font-size: 3.5em;
  line-height: 1;
  font-weight: 900;
}

.section.long-scroll {
  overflow: hidden;
  height: 200vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.74)), to(rgba(0, 0, 0, 0.74))), url('../images/pexels-tove-liu-4007565.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.74)), url('../images/pexels-tove-liu-4007565.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000634;
  background-image: linear-gradient(47deg, #100034, #550074);
}

.hero-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.content.align-bottom {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-name {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 19vw;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.hero-name.is--second {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4em;
  padding-bottom: 4em;
}

.newsletter-form {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding: 6em;
  border-radius: 1em;
  background-color: rgba(34, 0, 48, 0.5);
  box-shadow: 0 12px 17px 9px rgba(0, 0, 0, 0.36);
}

.heading {
  margin-bottom: 0.5em;
  background-image: linear-gradient(148deg, #a70054, #c445fa);
  font-family: 'Whyte super', sans-serif;
  color: hsla(0, 0%, 100%, 0);
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.form__input {
  height: 5em;
  margin-bottom: 1.5em;
  padding-right: 1em;
  padding-left: 1.5em;
  border: 1px none #000;
  border-radius: 1em;
  background-color: hsla(0, 0%, 100%, 0.05);
  color: #d4e9ff;
  font-size: 16px;
  line-height: 1;
}

.form__input:focus {
  border-style: none;
  border-bottom-color: #000;
  box-shadow: 0 2px 10px 0 rgba(117, 218, 255, 0.57);
}

.form__input::-webkit-input-placeholder {
  color: #d4e9ff;
}

.form__input:-ms-input-placeholder {
  color: #d4e9ff;
}

.form__input::-ms-input-placeholder {
  color: #d4e9ff;
}

.form__input::placeholder {
  color: #d4e9ff;
}

.form-submit {
  display: block;
  width: 100%;
  height: 4em;
  margin-top: 2em;
  border-style: solid;
  border-width: 1px;
  border-color: #6df5ff;
  border-radius: 1em;
  background-color: rgba(56, 152, 236, 0);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-submit:hover {
  box-shadow: 0 4px 20px 0 #58c7ff;
  -webkit-transform: translate(0px, -0.5em) scale(1.025);
  -ms-transform: translate(0px, -0.5em) scale(1.025);
  transform: translate(0px, -0.5em) scale(1.025);
}

.heading-2 {
  font-size: 6em;
}

.heading-3 {
  font-size: 4.9em;
}

.form__success {
  padding: 2.9em 0em;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.success__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.success-message {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.lottie-success {
  width: 8em;
  height: 8em;
  margin-bottom: 2em;
}

.form-success-trigger {
  display: none;
}

@font-face {
  font-family: 'Whyte super';
  src: url('../fonts/Whyte-Super.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Whyte';
  src: url('../fonts/Whyte-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Whyte';
  src: url('../fonts/Whyte-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Whyte';
  src: url('../fonts/Whyte-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}