*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p {
  margin: 0;
  padding: 0;
}

a,
li,
ul {
  text-decoration: none;
  list-style: none;
  padding: 0;
  color: inherit;
}

input,
input:focus {
  outline: none;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: Mulish;
  font-weight: normal;
  color: #eff3ff;
  font-style: normal;
  background-color: #012651;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 300vh;
}

.allcontent {
  height: 100%;
}

.navbar {
  margin-top: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 327px;
  z-index: 2;
}

.navbar__link {
  font-size: 16px;
  white-space: nowrap;
  margin-right: 40px;
  cursor: pointer;
}

.navbar__login-btn {
  margin-left: 120px;
  font-size: 16px;
  white-space: nowrap;
  border: none;
  background: none;
  z-index: 1;
  cursor: pointer;
  color: #eff3ff;
}

.navbar__signup-btn {
  margin-left: 40px;
  padding: 12px 25px;
  width: 111px;
  height: 48px;
  border-radius: 6px;
  border: none;
  font-size: 16px;
  white-space: nowrap;
  background-color: #ffa161;
  color: #933a14;
  z-index: 1;
  cursor: pointer;
}

.header {
  padding-top: 100px;
}

.section__subtitle {
  letter-spacing: 1.1px;
  font-size: 16px;
  color: #fea05d;
  text-transform: uppercase;
  margin-top: 36px;
}

.header__headline {
  font-family: Montserrat;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 80px;
}

.section__headline {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 60px;
}

.orange-word {
  color: #ffa161;
}

.header__text {
  font-size: 16px;
  margin-bottom: 60px;
}

.header_getStartedBtn {
  border-radius: 6px;
  border: none;
  background-color: #ffa161;
  color: #933a14;
  font-size: 16px;
  white-space: nowrap;
  cursor: pointer;
  width: 139px;
  height: 48px;
  margin-right: 20px;
}

.header_watchVideoBtn {
  background: none;
  color: #eff3ff;
  padding: 12px 25px;
  width: 139px;
  height: 48px;
  border: 1px solid #eff3ff;
  border-radius: 6px;
  font-size: 16px;
  white-space: nowrap;
  cursor: pointer;
}

.header__phone {
  position: absolute;
  left: 48vw;
  top: 150px;
  width: 576px;
  height: 576px;
}

.header__arrow {
  position: absolute;
  left: 38vw;
  top: 580px;
  height: 340px;
}

.ellipse {
  position: absolute;
  width: 638px;
  height: 638px;
  left: 931px;
  top: -73px;
  background: rgba(61, 137, 225, 0.3);
  -webkit-filter: blur(300px);
          filter: blur(300px);
}

.about {
  position: relative;
  top: 110px;
}

.about__subtitle {
  position: relative;
  top: 0px;
}

.about__text {
  margin-top: 32px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.1px;
  opacity: 0.7;
}

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.card {
  background: rgba(61, 137, 225, 0.16);
  border-radius: 12px;
  margin-right: 24px;
  height: 348px;
  width: 317px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card__icon {
  margin-top: 40px;
}

.card__title {
  margin-top: 24px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.1px;
}

.card__description {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.15px;
  opacity: 0.7;
  margin: 0 24px;
}

.cards_learnMoreBtn-active {
  border-radius: 6px;
  border: none;
  background-color: #ffa161;
  color: #933a14;
  font-size: 16px;
  white-space: nowrap;
  cursor: pointer;
  width: 139px;
  height: 48px;
  margin-top: 30px;
}

.cards_learnMoreBtn {
  background: none;
  color: #eff3ff;
  padding: 12px 25px;
  width: 139px;
  height: 48px;
  border: 1px solid #eff3ff;
  border-radius: 6px;
  font-size: 16px;
  white-space: nowrap;
  cursor: pointer;
  margin-top: 30px;
}

.prices {
  position: relative;
  top: 200px;
}

.price-card {
  width: 282px;
  height: 604px;
  top: 304px;
  border: 1px solid #eff3ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  margin-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.price-card__pricing {
  font-weight: 600;
  font-size: 32px;
  margin-top: 24px;
}

.price-card__services {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 26px;
  list-style-image: url(./img/tick.svg);
}

.price-card__services-off {
  font-size: 18px;
  margin-bottom: 26px;
  opacity: 0.7;
}

.price-card_on {
  list-style-image: url(./img/tick.svg);
  padding-left: 10px;
}

.price-card_off {
  list-style-image: url(./img/cross.svg);
  padding-left: 10px;
}

.price-card__month {
  font-size: 14px;
  line-height: 18px;
  opacity: 0.6;
}

.price-card__category {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin: 16px;
}

.price-card__getStartedBtn {
  background: none;
  color: #eff3ff;
  padding: 12px 25px;
  width: 139px;
  height: 48px;
  border: 1px solid #eff3ff;
  border-radius: 6px;
  font-size: 16px;
  white-space: nowrap;
  cursor: pointer;
}

.testimonials {
  position: relative;
  top: 300px;
  height: auto;
}

.testimonials_review {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.1px;
  opacity: 0.7;
}

.testimonials__text {
  position: absolute;
  left: 600px;
  top: 0px;
}

.testimonials__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.1px;
  color: #ffa161;
}

.contact {
  background: rgba(61, 137, 225, 0.16);
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 390px;
  border-radius: 10px;
  position: relative;
  top: 400px;
}

.contact__input {
  width: 484px;
  height: 64px;
  background: rgba(218, 235, 255, 0.16);
  border-radius: 6px;
  margin: 30px;
}

.contact__input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.1px;
  opacity: 0.7;
  color: #eff3ff;
}

.contact__input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.1px;
  opacity: 0.7;
  color: #eff3ff;
}

.contact__input::-ms-input-placeholder {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.1px;
  opacity: 0.7;
  color: #eff3ff;
}

.contact__input::placeholder {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.1px;
  opacity: 0.7;
  color: #eff3ff;
}

.price-card__line {
  width: 282px;
  height: 0px;
  left: 612px;
  top: 506px;
  border: 1px solid #eff3ff;
  margin: 20px;
}

.contact__subscriveBtn {
  border-radius: 6px;
  border: none;
  background-color: #ffa161;
  color: #933a14;
  font-size: 16px;
  white-space: nowrap;
  cursor: pointer;
  width: 139px;
  height: 48px;
}

.footer {
  position: relative;
  top: 500px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__title {
  font-weight: 700;
  font-size: 16px;
}

.footer__link {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  opacity: 0.7;
  margin: 10px 0px;
}

.footer__social {
  margin: 12px;
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */