body {
  font-family: "Nunito", sans-serif;
  font-size: calc(1rem + 1vw);
}

#mainCarousel {
  width: auto;
  overflow: hidden;
}

p {
  color: #869AB8;
  font-weight: 200;
  font-size: 17px;
}

b {
  color: white;
}

h1 {
  font-size: 2em;
  font-weight: 200;
}

h2 {
  font-size: 1.4em;
  font-weight: 200;
}

@media (min-width: 1200px) {
  h2 {
    font-size: 1.8em;
    font-weight: 200;
  }
}

h3 {
  font-size: 37px;
  font-weight: 200;
}

h4 {
  font-weight: 200;
  font-size: 0.75em;
  color: #abbcd5;
}

h5 {
  text-transform: uppercase;
  color: #7c69ef;
  font-weight: 200;
  font-size: 12px;
}

h6 {
  font-weight: 600;
  font-size: 0.6em;
}

.btn {
  font-size: 16px;
}

.navbar {
  font-size: 16px;
}

.navbar-brand {
  font-size: 28px;
}

.footer {
  background: rgb(27, 42, 78);
}

.footer h6 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #506690;
}

.footer p {
  font-weight: normal;
  font-size: 17px;
}

.footer a {
  text-decoration: none;
}

.av-bg-dark {
  background: #161c2d;
}

.bg-header-support {
  background: #335EEA;
}

.home .card {
  background: #1e263d;
  height: 350px;
  width: 320px;
  border-radius: 15px;
}

.card-text {
  color: #869AB8;
  font-weight: 200;
  font-size: 17px;
}

.card-small-print {
  color: #869AB8;
  font-weight: 200;
  font-size: 11px;
}

.btn-primary {
  background: #8B44AC;
  border: #8B44AC;
}

.price-plans .card {
  background: white;
  border-radius: 15px;
  width: 333px;
  height: fit-content;
  font-size: 15px;
  color: #161C2D;
  font-weight: 200;
}

@media (min-width: 1200px) {
  .price-plans .card {
    height: auto;
  }
}

.price-plans h4 {
  color: #6C8AEC;
  background: rgb(240, 243, 253);
  border-radius: 20px;
  padding: 12px 24px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.relative {
  position: relative;
}

.background-container {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -100;
}

.bg-home {
  background: rgb(28, 35, 56);
}

.background-support {
  background: #335EEA;
}

.background {
  height: 420px;
}

.background.curve {
  height: 98px;
  z-index: -100;
  border-bottom-left-radius: 100% 75px;
  border-bottom-right-radius: 100% 75px;
}

.support h2 {
  font-size: 31px;
  font-weight: 200;
}

.support b {
  color: #8B44AC;
}

.support .footer b {
  color: #ffffff;
}

.support .btn-primary {
  background: #335EEA;
  border: #335EEA;
}

.showcase .background {
  height: 220px;
}

@media (min-width: 1400px) {
  .showcase .card .col-md-6 {
    width: 45%;
  }

  .showcase .card .col-md-6:nth-child(2) {
    width: 55%;
  }
}

.support .faq h4 {
  color: #161C2D;
}

@media (max-width: 767px) {
  .support .faq h4 {
    font-size: 1em;
  }
}

.support .faq p {
  color: #384C74;
}

.foundation img{
  width: 75px;
}

.form-control::placeholder {
  color: #869AB8;
}

.form .background.curve {
  height: auto;
}

.form .background {
  position: relative;
  margin-bottom: -100px;
  z-index: 1;
}

.form .footer {
  padding-top: 100px;
}

@media (max-width: 767px) {
  .form .footer {
    padding-top: 65px;
  }
}

.form .background .btn-primary {
  background: #335EEA;
  border: #335EEA;
}

.bg-image {
  background-size: cover;
  margin-top: 74px;
  padding-top: 90px;
  padding-bottom: 140px;
}

.search-form {
  position: relative;
  margin-top: -30px;
}

.search-form .btn-primary {
  background: #335EEA;
  border: #335EEA;
}

.search-form label {
  width: 100%;
  padding: 18px 100px 18px 45px;
  background-color: #ffffff;
  box-shadow: 0px 8px 24px rgba(22, 27, 45, 0.1);
  border-radius: 6px;
  font-size: 16px;
}

.search-form input {
  border: none;
  padding: 0;
  width: 100%;
}

.search-form svg {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
}

.search-form .btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.search .card {
  background-color: #1E263D;
  box-shadow: 0px 24px 64px rgba(22, 27, 45, 0.1);
  border-radius: 6px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.search .card img {
  height: 80px;
}

.search .card .card-text {
  color: #CFCFCF;
  line-height: 28px;
}

.search .curve-container {
  margin-bottom: -40px;
  position: relative;
  z-index: 1;
}

.search .footer {
  padding-top: 70px;
}
