html {
  scroll-behavior: smooth;
}

body, h1, h2, h3, h4, h5, p, a, ul, li {
  margin: 0;
  padding: 0;
}

:root {
  --pink:#e02695;
  --vlpink:#e02695;
  --dpink:#e02695;
  --vdpink:#500e35;
}

.background-vl-purple {
  background: var(--vlpurple);
}

h1, h2, h3, h4, h5 {
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
}

h1 {
  font-size: 64px;
  line-height: 70px;
}

p, a, li, button, input {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
}

button {
  border: none;
  outline: none;
}

.text-center {
  text-align: center;
}

.pink-background {
  background: var(--pink);
  color: #FFF;
}

.background-vl-pink {
  background: linear-gradient(351deg, rgb(255, 206, 236) 0%, rgb(255, 255, 255) 100%);
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.justify-between {
  justify-content: space-between;
}

.col-half {
  width: 50%;
  min-width: 50%;
}

.col-8 {
  width: 58.3333333333%;
}

.col-4 {
  width: 41.6666666667%;
}

.flex-center {
  align-items: center;
  justify-content: center;
}

.flex-vertical-center {
  align-items: center;
}

.container {
  width: 1200px;
  margin: auto;
}

section {
  padding: 80px 0px;
}
section h1 {
  margin-bottom: 40px;
  color: var(--dpink);
}
section h2 {
  margin: auto;
  font-size: 30px;
  margin-bottom: 40px;
  width: 800px;
  color: var(--dpink);
}
section h3 {
  font-size: 30px;
  width: 800px;
  margin: auto;
  margin-bottom: 40px;
}
section p {
  margin: auto;
  margin-bottom: 20px;
  line-height: 33px;
  width: 800px;
}
section .currency {
  position: absolute;
  margin-left: 12px;
  margin-top: 10px;
  width: auto;
  font-size: 21px !important;
  color: #000;
}
section .amount {
  padding-top: 20px;
}
section .amount label {
  font-family: "Playfair Display";
  padding: 14px 30px;
  padding-top: 12px;
  font-size: 18px;
  background: #531044;
  color: #FFF;
  border-radius: 40px;
  text-decoration: none;
  margin: 0px 0px;
  display: inline-block;
  cursor: pointer;
}
section .amount input[type=text], section .amount input[type=email] {
  width: 600px;
  display: block;
  padding: 10px;
  margin: auto;
  margin-bottom: 20px;
  font-size: 18px;
}
section .amount input[type=file] {
  display: none;
}
section .amount button {
  margin-top: 40px;
}
section .amount p {
  margin-bottom: 40px;
  font-size: 18px;
}
section .amount p:nth-child(2) {
  margin-bottom: 0px;
}
section .enter-amount {
  margin: 20px auto;
  width: 300px;
  padding: 20px 0px;
  position: relative;
}
section .enter-amount input {
  width: calc(100% - 46px);
  padding: 10px;
  padding-left: 30px;
}
section .enter-amount .per-month {
  position: absolute;
  right: 43px;
  margin-top: 10px;
  width: auto;
  font-size: 14px;
  color: #000;
}

#card-element {
  border: 1px solid #333;
  padding: 20px;
  width: 800px;
  margin: 40px auto;
}

button {
  font-family: "Playfair Display";
  padding: 14px 30px;
  padding-top: 12px;
  font-size: 18px;
  color: #FFF;
  border-radius: 40px;
  text-decoration: none;
  margin: 0px 0px;
  display: inline-block;
  cursor: pointer;
  background: var(--vdpink);
}

#header {
  position: fixed;
  width: 100%;
  padding: 20px 0px;
  z-index: 400;
  transition: all 0.5s;
}
#header.sponsor {
  position: relative !important;
}
#header img {
  width: 90px;
  transition: width 0.5s;
}
#header .branding {
  gap: 20px;
}
#header .branding h2 {
  color: #e02695;
  font-family: "Roboto";
  font-size: 34px;
  transition: all 0.5s;
}
#header a {
  text-decoration: none;
}
#header ul {
  display: flex;
  gap: 40px;
}
#header ul li {
  list-style-type: none;
}
#header ul li a {
  font-size: 20px;
  color: #e02695;
  font-weight: 600;
}
#header.is-floating {
  background: #FFF;
  padding: 10px 0px;
  z-index: 400;
}
#header.is-floating img {
  width: 60px;
}
#header.is-floating h2 {
  font-size: 30px;
}

footer {
  background: #333;
  padding: 60px 0px;
  text-decoration: none;
}
footer p, footer a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}
footer p.small, footer a.small {
  font-size: 12px;
}
footer a {
  margin-bottom: 40px;
}

section#home-hero {
  padding-bottom: 100px;
  padding-top: 200px;
}
section#home-hero img {
  margin-top: 100px;
}
section#home-hero p {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 40px;
  color: var(--dpurple);
  width: 90%;
  padding: 0;
}
section#home-hero .left {
  padding: 60px 0px;
}

.download-button {
  font-family: "Playfair Display";
  padding: 14px 30px;
  padding-top: 12px;
  font-size: 18px;
  background: var(--vdpink);
  color: #FFF;
  border-radius: 40px;
  text-decoration: none;
  margin: 0px 0px;
  display: inline-block;
}

#longer-introduction {
  text-align: center;
}
#longer-introduction .container {
  padding: 40px 0px;
}
#longer-introduction .container h2 {
  width: 1000px;
  margin: auto;
  margin-bottom: 20px;
  font-size: 40px;
}
#longer-introduction .container h3 {
  width: 1000px;
  margin: auto;
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 14px;
}
#longer-introduction .container a {
  margin: 20px 0px;
}

#features .container .flex {
  flex-wrap: nowrap;
}
#features .container .flex > div:last-child {
  width: calc(100% - 150px);
  padding-left: 20px;
}
#features .container h3 {
  font-size: 22px;
  padding: 10px 0px;
  margin-bottom: 0px;
}
#features .container p {
  font-size: 16px;
  line-height: 24px;
  width: auto;
}

.amount h3 {
  margin-bottom: 0px !important;
}

#sponsor .payment h3:last-of-type {
  margin-bottom: 0px !important;
}
#sponsor .payment input[type=number] {
  border: none;
}
#sponsor .payment .currency {
  margin-top: 8px;
}
#sponsor .payment input[type=text], #sponsor .payment input[type=email] {
  border: none;
  padding: 16px;
}
#sponsor .payment img {
  display: block;
  margin: auto;
  margin-top: 20px;
}

#sponcers a {
  text-decoration: none;
  color: #000;
}
#sponcers a p {
  font-size: 18px;
}/*# sourceMappingURL=index.css.map */