@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: 'Inter', sans-serif;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.login {
  background-color: white;
}

.login .title {
  margin-top: 10vh;
  font-size: 2rem;
  font-weight: 600;
  color: 000000;
}

.login .subtitle {
  font-size: 1.2rem;
  margin: 30px 0;
}

.login form label {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 300;
  color: #435179;
}

.login form input {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: 50px;
  margin-top: 20px;
  padding-left: 30px;
  background: #ECECEC;
  color: #435179;
  font-size: 1.1rem;
  font-weight: 600;
}

.login form .btn-login {
  background-image: linear-gradient(326deg, #635FF2 0%, #EF54BB 74%);
  height: 60px;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .5px;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  border: none;
}

.login form .btn-login:hover {
  background: linear-gradient(326deg, #EF54BB 0%, #635FF2 74%);
  color: white;
}

.login h5 {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #435179;
}

.login .btn-buy {
  margin-top: 20px;
  background: #EC6B22;
  height: 60px;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .5px;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  margin-bottom: 60px;
  transition: .4s ease;
  border: none;
}

.login .btn-buy:hover {
  background: black;
  color: white;
}

.circle {
  height: 400px;
  width: 400px;
  background: linear-gradient(326deg, #EF54BB 0%, #635FF2 74%);
  border-radius: 50%;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  opacity: .5;
}

.hero-img {
  position: absolute;
  height: 100vh;
  top: -10px;
}

.plans {
  text-align: center;
}

.plans .title {
  margin-top: 10vh;
  font-size: 3rem;
  font-weight: 600;
}

.plans .title span {
  color: #EC6B22;
}

.plans .subtitle {
  margin-top: 30px;
  font-size: 18px;
  color: #4F4F4F;
  margin-bottom: 60px;
}

.plans .card {
  margin: 30px 0;
  padding: 30px;
  text-align: left;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  border-radius: 22px;
}

.plans .card h4 {
  font-size: 24px;
}

.plans .card h2 {
  margin-top: 10px;
  font-size: 36px;
  font-weight: 700;
}

.plans .card h2 span {
  font-size: 16px;
  font-weight: 400;
}

.plans .card ul {
  margin-top: 30px;
}

.plans .card ul li {
  font-size: 16px;
  margin: 20px 0;
  color: #4F4F4F;
}

.plans .card ul li i {
  font-size: 18px;
}

.plans .card .btn-plan {
  background-image: linear-gradient(326deg, #635FF2 0%, #EF54BB 74%);
  height: 50px;
  color: white;
  font-weight: 500;
  letter-spacing: .2px;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  border: none;
  margin-top: 30px;
}

.plans .card .btn-plan:hover {
  background: linear-gradient(326deg, #EF54BB 0%, #635FF2 74%);
  color: white;
}

.plans .card2 li {
  color: #bebebe !important;
}

@media screen and (max-width: 768px) {
  .hero-img, .circle {
    display: none;
  }
  .card h4 {
    margin-top: 20px;
  }
}

.buttonbuy {background-color: #242484;
  height: 40px;
  color: white;
}

.buttonbuy:hover {
  background-color: #505080;
  color: white;
}
/*# sourceMappingURL=style.css.map */