html,
body {
  font-size: 16px;
}
header {
  background-image: linear-gradient(180deg, #289bd6 0%, #1576d7 100%);
}

h1 {
  font-size: 3.875rem;
  font-weight: 900;
  color: #0052a4;
}
h2 {
  font-weight: 700;
}

* {
  font-family: sofia-pro, sans-serif;
  color: #4a4a4a;
}

nav.navbar .navbar-brand {
  max-width: 200px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -97%;
  text-shadow: 0px 0px 24px #004c6c;
  z-index: 999;
}

nav.navbar {
  justify-content: flex-end;
  position: relative;
  padding: 40px 0;
}

.navbar p,
.navbar a {
  color: #fff;
  font-size: 1.125rem;
}

.navbar p {
  margin-bottom: 0;
  width: 100%;
}

img {
  width: 100%;
}

.banner {
  justify-content: flex-end;
  max-height: 730px;
  overflow: hidden;
  margin: 0;
  position: relative;
}
.banner .col-3 {
  align-self: center;
  margin-bottom: 80px;
  transform: translateY(-75px);
  flex: 0 0 28%;
  max-width: 35%;
}
.banner .col-6 {
  margin-right: 0;
  margin-top: -100px;
  padding-right: 0;
}
.banner-text {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

.form {
  position: relative;
  margin: 0;
}
.form .background {
  z-index: 4;
  position: relative;
  background-color: #1576d7;
  padding: 60px 0;
}
.form .background .container {
  justify-content: space-between;
  align-items: center;
}
.form .background .container .col-6 .row {
  margin-bottom: 1rem;
}
.form .background .container .col-5 p {
  color: #fff;
}
.form:before {
  position: absolute;
  top: -70px;
  height: 120px;
  background-color: #1576d7;
  content: "";
  width: 100%;
  transform: skewY(3deg);
  z-index: 1;
}
.form:after {
  position: absolute;
  bottom: -70px;
  height: 120px;
  background-color: #1576d7;
  content: "";
  width: 100%;
  transform: skewY(3deg);
  z-index: 1;
}
.form .col {
  position: relative;
  z-index: 10;
}

.info {
  padding: 120px 0 60px;
}
.info .title {
  align-items: center;
}
.info i {
  font-size: 4.25rem;
  text-align: center;
}
.info h2 {
  font-size: 1.375rem;
}

.info .col-6 {
  margin-bottom: 2rem;
}

.info .fa-check {
  color: #24c21e;
}
.info .fa-lock {
  color: #c0c0c0;
}
.info .fa-heart {
  color: #ff7878;
}
.info .fa-star {
  color: #ffbb18;
}

.info .col-12 {
  margin-top: 2rem;
}

.about {
  background-color: #1576d7;
  padding: 80px 0;
  margin: 0 auto;
  align-items: center;
}
.about h1,
.about p {
  color: #fff;
}

.about .stars i {
  color: #ffbb18;
}

.about .card {
  padding: 16px;
  margin-bottom: 1rem;
}
.about .card:last-child {
  margin-bottom: 0;
}
.about .card h3 {
  font-size: 1.25rem;
  color: #004c6c;
  font-weight: 700;
}
.about .card h3,
.about .stars {
  display: inline-block;
}
.about .card p {
  color: #4a4a4a;
}
.about .container .col-6 {
  align-self: center;
}

footer {
  position: relative;
  padding: 80px 0;
}
footer .navbar-brand {
  max-width: 200px;
  position: absolute;
  top: -40%;
  transform: translateX(-50%);
  left: 50%;
}
footer h3 {
  font-size: 1.5rem;
  color: #1576d7;
  margin-top: 2rem;
}

.error {
  border: 1px solid #f00;
}

.notification {
  opacity: 0;
  visibility: hidden;
  font-weight: bold;
  transition: 0.3s all ease-in-out;
  color: #fff;
  height: 0;
}
.notification.show {
  opacity: 1;
  visibility: visible;
  height: auto;
}

/*** Responsive ***/

@media (max-width: 1200px) {
  h1 {
    font-size: 3rem;
  }
  .banner .container .col-6 p {
    margin-bottom: 0;
  }

  .info i {
    font-size: 3.25rem;
  }
}

@media (max-width: 1030px) {
  h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 2rem;
  }
  .banner-text {
    top: 60%;
  }
}

@media (max-width: 890px) {
  .banner {
    flex-direction: row-reverse;
    flex-wrap: wrap;
    max-height: inherit;
  }
  .banner-text {
    position: relative;
    top: inherit;
    left: inherit;
    transform: none;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }
  .banner-text .col-6 {
    margin: 0;
    padding: 40px 0;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner > .col-6 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    max-height: 400px;
    overflow: hidden;
  }
  .banner > .col-6 img {
    margin-top: -50%;
    transform: translateY(30%);
  }

  .form:before,
  .form:after {
    display: none;
  }

  .form .container.row.mx-auto {
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
  .form .col-6,
  .form .col-5 {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
  .form .col-5 {
    margin-top: 2rem;
  }

  .info > .col-6 {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    border-bottom: #4a4a4a 1px solid;
    padding-bottom: 2rem;
  }
  .info > .col-6:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .info .col-6 .col-6,
  .info .col-6 .col-6 ul {
    margin-bottom: 0;
  }
  .info .col-6 p:last-child {
    margin-bottom: 0;
  }

  .about .container > .col-6 {
    max-width: 100%;
    width: 100%;
    flex-basis: 100%;
  }
  .about .container > .col-6:first-child {
    margin-bottom: 2rem;
  }
}

@media (max-width: 500px) {
  nav.navbar .navbar-brand {
    position: relative;
    bottom: inherit;
    max-width: 150px;
    margin: 0 auto;
  }
  nav.navbar {
    padding: 1rem 0;
    justify-content: flex-start;
  }
  .navbar p {
    max-width: 100%;
    flex-basis: 100%;
    text-align: center !important;
  }
  .info {
    padding-top: 60px;
  }
}
