@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&family=Rubik:wght@300;400;500;600;700&display=swap");
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 233, 245, 0.35)), to(rgba(7, 7, 37, 0.35)));
  background: linear-gradient(180deg, rgba(251, 233, 245, 0.35) 0%, rgba(7, 7, 37, 0.35) 100%);
  overflow-x: hidden !important;
}

.header {
  position: absolute;
  z-index: 100;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 233, 245, 0.35)), to(rgba(7, 7, 37, 0.35)));
  background: linear-gradient(180deg, rgba(251, 233, 245, 0.35) 0%, rgba(7, 7, 37, 0.35) 100%);
  -webkit-box-shadow: 24px 0px 48px rgba(0, 0, 0, 0.1);
  box-shadow: 24px 0px 48px rgba(0, 0, 0, 0.1);
}

.inner-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1200px;
  padding: 0 100px;
}

.main-nav-list {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.15rem;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}

.main-nav-link:link,
.main-nav-link:visited {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-cta {
  padding: .7rem 1.4rem !important;
  background-color: #D32199;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  border-radius: 0.375rem;
  margin: 10px 0;
}

.nav-cta:hover {
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
  box-shadow: inset 0 0 0 3px #fff;
  color: #fff;
}

.logo {
  height: 40px;
  width: auto;
}

h1 {
  text-align: center;
  color: #fff;
  font-size: 5.125rem;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
}

p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.main-text {
  max-width: 800px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 1.7rem;
  line-height: 150%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.main-container {
  background-color: rgba(179, 179, 179, 0.2);
  border-radius: 8px;
  margin: 0 100px;
  padding: 3rem 1.5rem;
}

.s1 {
  height: 100vh;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(10, 9, 49, 0.8)), to(rgba(10, 9, 49, 0.8))), url(../images/s1-bg.jpg);
  background: linear-gradient(0deg, rgba(10, 9, 49, 0.8), rgba(10, 9, 49, 0.8)), url(../images/s1-bg.jpg);
  background-size: cover;
  table-layout: auto !important;
  width: 100% !important;
}

.s2 {
  height: 100vh;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(42, 7, 31, 0.65)), to(rgba(42, 7, 31, 0.65))), url(../images/s2-bg.jpg);
  background: linear-gradient(0deg, rgba(42, 7, 31, 0.65), rgba(42, 7, 31, 0.65)), url(../images/s2-bg.jpg);
  background-size: cover;
  table-layout: auto !important;
  width: 100% !important;
}

.s3 {
  height: 100vh;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(7, 7, 37, 0.65)), to(rgba(7, 7, 37, 0.65))), url(../images/s3-bg.jpg);
  background: linear-gradient(0deg, rgba(7, 7, 37, 0.65), rgba(7, 7, 37, 0.65)), url(../images/s3-bg.jpg);
  background-size: cover;
  table-layout: auto !important;
  width: 100% !important;
}

span {
  background: #fff !important;
}

.form *:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.1rem #BBC8D4;
  box-shadow: 0 0 0 0.1rem #BBC8D4;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main--form-container {
  padding: 3rem 1.5rem;
  background-color: rgba(179, 179, 179, 0.2);
  border-radius: 8px;
  width: 50%;
}

.form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 660px;
}

.cta-form {
  text-align: center;
  max-width: 660px;
  padding: 0 40px;
}

.full--name {
  display: inline-block;
  margin-right: 0.625rem;
  max-width: 325px;
}

.email {
  display: inline-block;
  max-width: 325px;
}

.cta-form input,
.cta-form select {
  width: 100%;
  padding: 0.75rem;
  font-size: 1.125rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #6f6f6f;
  border: none;
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid #BBC8D4;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.comment {
  max-width: 100%;
}

.cta-form textarea {
  width: 100%;
  padding: 1.2rem;
  font-size: 1.125rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #6f6f6f;
  border: none;
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid #BBC8D4;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
}

.btn-email {
  text-decoration: none;
  color: #fff;
}

.btn--form {
  width: 100%;
  background-color: #D32199;
  border-radius: 8px;
  padding: 0.8rem 1.6rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-bottom: 2rem;
}

.btn--form:hover {
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
  box-shadow: inset 0 0 0 3px #fff;
}

.main--text-form {
  margin-bottom: 1.5rem;
}

.footer {
  position: absolute;
  z-index: 100;
  bottom: 0;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 233, 245, 0.35)), to(rgba(7, 7, 37, 0.35)));
  background: linear-gradient(180deg, rgba(251, 233, 245, 0.35) 0%, rgba(7, 7, 37, 0.35) 100%);
  color: #fff;
}

.inner-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-nav-list {
  font-size: .8rem;
  font-family: 'Open Sans', sans-serif;
  padding: 0 100px 0 100px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6vw;
}

.footer-nav-link:link,
.footer-nav-link:visited {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-logo {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}

.footer-nav-link:hover,
.footer-nav-link:active {
  color: #bebebe;
}

.year {
  background: transparent !important;
}

.fadeIn {
  -webkit-animation: fadeIn 600ms ease-in;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: fadeIn 600ms ease-in;
  /* IE 10+, Fx 29+ */
}

.btn {
  background-image: -webkit-gradient(linear, left top, right top, from(#e57ac2), to(#d32199));
  background-image: linear-gradient(90deg, #e57ac2, #d32199);
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: background-size 300ms ease;
  transition: background-size 300ms ease;
}

.btn:hover {
  background-size: 100% 2px;
}

/* Safari 4+ */
@-webkit-keyframes fadeIn {
  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

/* Fx 5+ */
/* Opera 12+ */
/* IE 10+, Fx 29+ */
@keyframes fadeIn {
  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

@media only screen and (max-width: 57.5em) {
  .inner-header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
  }
  .main-nav-list {
    display: none;
  }
  .logo {
    height: 50px;
    width: auto;
  }
  .container {
    max-width: 1200px;
    margin: 0;
  }
  .main-container {
    background-color: rgba(179, 179, 179, 0.2);
    border-radius: 8px;
    margin: 0 30px;
  }
  h1 {
    font-size: 4.25rem;
  }
  .main-text {
    font-size: 1.8rem;
  }
  .main--text-form {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 48.75em) {
  .container {
    max-width: 1200px;
    margin: 0;
  }
  .main-container {
    background-color: rgba(179, 179, 179, 0.2);
    border-radius: 0;
    margin: 0;
  }
  h1 {
    font-size: 4rem;
  }
  .main-text {
    font-size: 1.6rem;
  }
  .main--text-form {
    margin-bottom: 1.5rem;
  }
  span {
    background: #f6d3eb !important;
  }
  #fp-nav.fp-right {
    right: -6px !important;
  }
}

@media only screen and (max-width: 42.5em) {
  .container {
    max-width: 1200px;
    margin: 0;
  }
  h1 {
    font-size: 3.6rem;
    line-height: 1;
    margin-bottom: 1rem;
  }
  .main-text {
    font-size: 1.4rem;
  }
  .main--text-form {
    margin-bottom: 1.5rem;
  }
  .footer-nav-list {
    font-size: .8rem;
    font-family: 'Open Sans', sans-serif;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4vw;
  }
}

@media only screen and (max-width: 37.5em) {
  .container {
    max-width: 1200px;
    margin: 0;
  }
  h1 {
    font-size: 3rem;
  }
  .main-text {
    font-size: 1.3rem;
  }
  .main--text-form {
    margin-bottom: 1.5rem;
  }
  .footer-nav-list {
    font-size: .8rem;
    font-family: 'Open Sans', sans-serif;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4vw;
  }
  .footer-nav-list {
    font-size: .8rem;
    font-family: 'Open Sans', sans-serif;
    padding: 0 30px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6vw;
  }
}

@media only screen and (max-width: 30em) {
  .logo {
    height: 40px;
    width: auto;
  }
  .container {
    max-width: 1200px;
    margin: 0;
  }
  h1 {
    font-size: 3rem;
    margin: 1rem 0;
    line-height: 1;
  }
  .main-text {
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .main--text-form {
    margin-bottom: 1.3rem;
  }
  .footer-nav-list {
    font-size: .8rem;
    font-family: 'Open Sans', sans-serif;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4vw;
  }
  .footer-nav-list {
    font-size: .8rem;
    font-family: 'Open Sans', sans-serif;
    padding: 0 4px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4vw;
  }
  .form-content {
    display: block;
    max-width: 660px;
  }
  .full--name {
    display: block;
    max-width: 660px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .email {
    display: block;
    max-width: 660px;
  }
  .cta-form {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 22.5em) {
  h1 {
    font-size: 2.6rem;
    margin-top: 1rem;
  }
  .main-container {
    background-color: rgba(179, 179, 179, 0.2);
    border-radius: 0;
    margin: 0;
    height: 100%;
    padding: 2rem 1.5rem;
  }
  .main-text {
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .main--text-form {
    margin-bottom: 1.2rem;
  }
  .inner-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-nav-list {
    font-size: 0.75rem;
    font-family: 'Open Sans', sans-serif;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2vw;
  }
}

@media only screen and (max-width: 20em) {
  h1 {
    margin-top: 2rem;
  }
  .main-container {
    background-color: rgba(179, 179, 179, 0.2);
    border-radius: 0;
    margin: 0;
    height: 100%;
    padding: 3rem 1.5rem;
  }
}

@media only screen and (max-width: 17.5em) {
  h1 {
    font-size: 2.2rem;
  }
  .main-text {
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .main--text-form {
    margin-bottom: 1.2rem;
  }
  .container {
    max-width: 1200px;
    margin: 0;
  }
}
/*# sourceMappingURL=main.css.map */
