html {
  height: 100%; }

nav {
  padding: 20px;
  text-align: center; }
  nav img {
    max-height: 40px; }

h1 {
  font-weight: 800;
  position: relative; }
  h1 span {
    background-color: #fc4787;
    padding: 0 10px 5px;
    color: #fff;
    font-weight: 800; }

.eac-sugg {
  margin-top: 1px;
  color: #ccc; }

.datepicker-container {
  z-index: 99999999999 !important; }

.full-overlay {
  position: fixed;
  flex-direction: column;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(105, 37, 61, 0.8);
  z-index: 999999999;
  color: #ffffff;
  display: none;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  padding: 20px; }
  .full-overlay.open {
    display: flex; }
  .full-overlay > span {
    opacity: 1; }

.main {
  position: relative;
  background-image: url(https://www.hellogreen.it/wp/wp-content/uploads/2020/03/prodotti-baro-scaled.jpg);
  background-size: cover;
  background-position: center center; }
  .main .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fd79a8;
    opacity: 0.95;
    z-index: 98; }
  .main .container {
    position: relative;
    z-index: 99;
    display: flex; }
    .main .container .col-md-6 {
      display: flex;
      align-items: center; }
    .main .container .review {
      color: #fff;
      font-style: italic; }
      .main .container .review .reviewer {
        display: flex;
        align-items: center;
        font-weight: 800; }
        .main .container .review .reviewer .image {
          height: 40px;
          width: 40px;
          overflow: hidden;
          border-radius: 50%;
          margin-right: 10px; }
          .main .container .review .reviewer .image img {
            width: 100%; }
    .main .container h1 {
      color: #fff;
      margin-bottom: 30px; }
      .main .container h1:after {
        position: absolute;
        content: "";
        width: 140px;
        height: 55px;
        background-size: cover;
        repeat: no-repeat;
        background-image: url(https://d9hhrg4mnvzow.cloudfront.net/begin.babbel.com/15-min-ita-short-pd/c7ae14e8-artboard-48-2x_10ak042000000000000028.png);
        bottom: -160px;
        right: 0px; }
  .main form {
    width: 100%;
    background-color: #fff;
    padding: 25px;
    border-top: 2px solid #fd4687;
    border-bottom: 2px solid #fd4687; }
    .main form .form-group {
      margin-bottom: 10px; }
    .main form label {
      font-size: 10px;
      text-transform: uppercase;
      margin-bottom: 0px; }
    .main form input {
      height: 40px; }
    .main form .btn {
      margin-top: 15px; }
    .main form h1 {
      color: #282828 !important;
      font-size: 28px;
      margin-bottom: 20px; }

.btn {
  width: 100%;
  height: 60px;
  background-color: #fc4787;
  border-color: #fc4787;
  color: #fff;
  font-weight: 800;
  border-radius: 0; }
  .btn:hover {
    background-color: #fc2e77;
    border-color: #fc2e77; }

article {
  margin: 50px 0; }
  article h1 {
    text-align: center;
    font-weight: 800;
    margin-bottom: 40px; }
  article .article-body {
    width: 80%;
    margin-left: 10%;
    font-size: 20px; }
    article .article-body img {
      width: 100%;
      margin-bottom: 20px; }

.footer {
  padding: 20px;
  text-align: center;
  font-size: 12px; }

@media (max-width: 1200px) {
  h1 {
    font-size: 32px; } }

@media (max-width: 768px) {
  .main h1 {
    margin: 25px 0 15px; }
  .main .container {
    display: block; }
  form {
    margin: 25px 0;
    padding: 15px; }
    form h1 {
      margin: 0 0 15px 0 !important;
      font-size: 18px !important; }
    form .row {
      flex-wrap: initial; }
      form .row div:first-child {
        padding-right: 0; }
  h1 {
    font-size: 24px; }
    h1:after {
      display: none; }
  article .article-body {
    width: 100%;
    margin-left: 0;
    padding: 0px;
    font-size: 16px; }
  article h1 {
    margin-bottom: 20px; }
  .images {
    flex-direction: column; }
    .images img,
    .images div {
      width: 100%;
      max-width: 100%; } }

@media (max-width: 340px) {
  .steps {
    flex-direction: column; }
    .steps div {
      margin-bottom: 20px; } }

.steps {
  display: flex;
  margin-bottom: 40px;
  margin-top: 40px;
  border-top: 1px solid #fc4787;
  padding: 40px 0 0; }
  .steps .step-icon {
    margin: 0 auto;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 44px;
    text-align: center;
    font-weight: 300;
    color: #fff; }
    .steps .step-icon span {
      background-color: #fc4787;
      line-height: 1;
      padding: 10px;
      font-weight: 800; }
  .steps .step-title {
    font-weight: 800;
    text-align: center;
    margin-bottom: 5px;
    line-height: 1.2; }
  .steps .step-text {
    text-align: center;
    font-size: 16px; }

.images {
  display: flex; }

.modal-form {
  margin: 0;
  padding: 0; }
  .modal-form label {
    font-size: 12px; }
  .modal-form .form-group {
    margin-bottom: 5px; }
    .modal-form .form-group.last-child {
      margin-bottom: 20px; }

.twoinputs-container {
  display: flex; }
  .twoinputs-container div {
    flex-grow: 1; }
    .twoinputs-container div:first-child {
      margin-right: 15px; }
