/**************************/
/* RESPONSIVENESS */
/**************************/

/**************************/
/* MEDIUM */
/**************************/
@media (min-width: 700px) {
  /**************************/
  /* GENERAL */
  /**************************/
  section {
    padding: 6.5em 1.875em;
  }

  .footer {
    padding: 4em 1.875em;
  }
  
  .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .left-heading1,
  .left-heading3 {
    text-align: left;
  }

  .right-heading1,
  .right-heading3 {
    text-align: right;
  }

  .section_button {
    margin: 0;
  }

  .col + .col {
    margin-left: 2em;
  }

  /**************************/
  /* NAVIGATION */
  /**************************/
  nav {
    padding: 0;
  }

  header {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .open, .exit {
    display: none;
  }

  .new {
    padding: 2em 1.875em 0 1.875em;
  }

  nav {
    visibility: unset;
    background: none;
    position: relative;
    height: auto;
    opacity: 1;
    transform: translateX(0);
  }

  .nav_link {
    padding: 0.8em 1em;
    margin-bottom: 0;
  }
 
  .open_link {
    font-size: 1.125rem;
  }

  .nav_button {
    padding: 1em 1em;
    background: #4098FF;
    border-radius: 50px;
    border: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Nunito';
    font-weight: bold;
    font-size: 1.125rem;
  }

  .nav_link.nav_button {
    color: white;
  }

  .top-nav {
    display: flex;
    margin-top: auto;
    width: auto;
    float: right;
    margin: 0;
    padding: 1em 0;
  }

  /**************************/
  /* HOME */
  /**************************/
  .home {
    padding: 3em 1.875em 6.5em 1.875em;
  }

  .home-text-button {
    width: 40%;
  }

  .home-image {
    width: 50%;
  }

  /**************************/
  /* FEATURES */
  /**************************/
  .feature-1-image,
  .feature-2-image,
  .feature-3-image {
    width: 50%;
  }

  
  .feature-1-text,
  .feature-2-text,
  .feature-3-text {
    width: 50%;
  }

  .right-heading1-tablet,
  .right-heading3-tablet {
    text-align: right;
  }

  .left-heading1-tablet,
  .left-heading3-tablet {
    text-align: left;
  }

  .left-heading3-tablet,
  .right-heading3-tablet {
    margin-bottom: 0;
  }


  /**************************/
  /* TESTIMONIALS */
  /**************************/
  .people {
    grid-template-columns: repeat(2, 1fr);
  }

  .person-name {
    margin-right: 1em;
  }

  .line {
    width: 1em;
    margin-right: 0.8em;
  }

  .person3 {
    position: relative;
    left: 50%;
  }

  /**************************/
  /* MAIL */
  /**************************/
  .mail-cotents {
    display: flex;
  }
  
  input[placeholder] {
    text-align: left;
    font-size: 1.25rem;
  }

  .tablet-form {
    display: flex;
    align-items: center;
  }

  .tablet_col-1 + .tablet_col-2 {
    margin-left: 2em;
  }

  .text-box {
    margin-bottom: 0;
    padding: 1em 2em 1em 1.25em;
  }

  input[value] {
    text-align: left;
  }

  /**************************/
  /* FOOTER */
  /**************************/
  .tablet-footer {
    display: flex;
    justify-content: space-between;
  }

  /**************************/
  /* FORM */
  /**************************/
  .form {
    padding: 4em 1.875em 12.5em 1.875em;
  }

  .right-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .col-right-1 {
   width: 10%;
  }

  .col-right-2 {
   width: 90%;
  }

  .col-right-1 + .col-right-2 {
   margin-left: 2em;
  }

  .form-tablet-left {
    text-align: left;
  }

  .form-warning-img {
    margin-left: 0;
    display: inline-block;
  }

  .form-inputs {
    padding: 2em 3em 4em 3em;
  }
}

@media (min-width: 1000px) {
  /**************************/
  /* GENERAL */
  /**************************/
  h1 {
    font-size: 2.5rem;
  }

  section {
    padding: 6.5em 5em;
  }

  .footer {
    padding: 4em 5em;
  }

  /**************************/
  /* NAVIGATION */
  /**************************/
  .new {
    padding: 2em 5em 0 5em;
  }

  .logo:hover,
  .nav_link:hover,
  .section_button:hover,
  .footer-logo:hover,
  .cta-button:hover {
    opacity: 0.65;
  }
  
  /**************************/
  /* HOME */
  /**************************/
  .home {
    padding: 3em 5em 6.5em 5em;
  }

  .home-text-button {
    width: 40%;
  }

  .home-image {
    width: 45%;
  }

  .ease:after {
    background-image: url(/Img/Ease-span-tablet.svg);
  }

  /**************************/
  /* TESTIMONIALS */
  /**************************/
  .people {
    grid-template-columns: repeat(3, 1fr);
  }

  .person3 {
    left: 0;
  }

  /**************************/
  /* FORM */
  /**************************/
  .form {
    padding: 6em 5em 12.5em 5em;
  }

  .form-mail:after {
    content: "";
    position: absolute;
    bottom: 50%;
    right: 60%;
    background-image: url(/Img/Form-mail-indicator-tablet.svg);
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
  }

  .form-inputs {
    padding: 2em 4em 4em 4em;
  }
}

@media (min-width: 1200px) {
  /**************************/
  /* GENERAL */
  /**************************/
  h1 {
    font-size: 3.750rem;
  }

  section {
    padding: 6.5em 7.5em;
  }

  .footer {
    padding: 4em 7.5em;
  }

  /**************************/
  /* NAVIGATION */
  /**************************/
  .new {
    padding: 2em 7.5em 0 7.5em;
  }

  /**************************/
  /* HOME */
  /**************************/
  .home-text-button {
    width: 50%;
  }

  .home {
    padding: 3em 7.5em 6.5em 7.5em;
  }
  
  .ease:after {
    background-image: url(/Img/Ease-span-desktop.svg);
  }

  /**************************/
  /* FEATURES */
  /**************************/
  .feature-1-image,
  .feature-2-image,
  .feature-3-image {
    width: 50%;
  }

  .feature-1-text,
  .feature-2-text,
  .feature-3-text {
    width: 45%;
  }

  /**************************/
  /* MAIL */
  /**************************/
  .text-box{
    margin-bottom: 0;
    padding: 1em 2.5em 1em 1.25em;
  }

  .tablet_col-1 + .tablet_col-2 {
    margin-left: 3em;
  }

  /**************************/
  /* FOOTER */
  /**************************/
  .footer-contents {
    display: flex;
    justify-content: space-between;
  }

  .footer-content-2,
  .footer-content-3 {
    margin-right: 3em;
  }

  .tablet-footer {
    align-items: flex-start;
  }

  .heading4 {
    margin-top: 0;
  }

  /**************************/
  /* FORM */
  /**************************/
  .form-mail:after {
    bottom: 70%;
    right: 40%;
  }

  .form-inputs {
    padding: 2em 5em 4em 5em;
  }


  @media (min-width: 1400px) {
    /**************************/
    /* HOME */
    /**************************/
    .home-text-button {
      width: 40%;
    }
    
    .home {
      padding: 3em 7.5em 6.5em 7.5em;
    }

    /**************************/
    /* FEATURES */
    /**************************/
    .feature-1-image,
    .feature-2-image,
    .feature-3-image {
      width: 50%;
    }

    .feature-1-text,
    .feature-2-text,
    .feature-3-text {
      width: 40%;
    }

    /**************************/
    /* FORM */
    /**************************/
    .form {
      padding: 6em 7.5em 12.5em 7.5em;
    }
  }
}
