* {
  /*outline: 1px red solid !important;*/
  font-family: 'Barlow';
  }
  
  body {
      margin: 0 auto;
        max-width: 1400px;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        color: #333333;
        overflow-x: hidden;

    }

    @media (max-width: 900px) {
  body {  
      margin: 0 0;
      overflow-x: hidden;
      
    }
  }

/* Header */

  header {
      height: 50px;
      background-color: white;
      display: flex;
      position: fixed;
      width: inherit;
      top: 0;
      right: 0;
      left: 0;
      justify-content: space-between;
      align-items: center;
      max-width: 1400px;
      margin: auto;
  }    
  
  @media (min-width: 900px) {
      #left-mobile {
          display: none;
      }

      #right-mobile {
          display: none;
      }
  }
  @media (max-width: 900px) {
      header {
          position: fixed;
          width: 100%;
          left: 0;
          right: 0;
      }
      
      #left, #right {
          display: none;
      }



      body #left-mobile, #right-mobile {
          font-size: 12px;
          padding: 0px 10px;
      }

      body header a {
          font-size: 16px;
      }

     
  }


  #left {
      padding-left: 50px;
  }


  header a {
      text-decoration: none;
      font-size: 20px;
      color: #333333;
      font-family: 'Barlow';
  }

/* Main content */

  /* Hero part */

@media (max-width: 900px) {

  body .hero-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin: 0;
      background-color: #627FB0; 
      margin-top: 50px;
      padding: 15px;
      }

  body #hero-title {
      display: none;
  }

  body #hero-title-mobile {
      font-size: 42px;
      color: white;
      text-align: center;
      line-height: 0.85;
      text-transform: uppercase;
  }

  body #hero-subtitle {
      font-size: 18px;
      text-align: center;
  }
}

  .hero-container {
    display: flex;
    flex-direction: column;
    height: 400px;
    align-items: flex-start;
    justify-content: center;
    margin: 0;
    background-color: #627FB0; 
  margin-top: 50px;
  padding: 40px;
}
  
  #hero-title {
    display: flex;
    font-size: 100px;
    margin: 0;
    color: white;
    margin-top: 40px;
    text-transform: uppercase;

  }

  @media (max-width: 1300px) {
    body #hero-title {
      font-size: 70px;
    }
  }


@media (min-width: 901px) {
  #hero-title-mobile {
      display: none;
  }
}
  #hero-subtitle {
    font-size: 24px;
    margin: 0;
    color: white;
    margin-bottom: 40px;
  }

  /* Button */

  @media (max-width: 900px) {
  
  body contact-details {
      width: 100%;
      text-align: center;
  }
  
  body .button {
      font-size: 14px;
      margin: 10px;
      }
  }


  contact-details {
      width: 60%;
  }

@media (max-width: 1200px) {
  contact-details {
    width: 100%;
  }
}


  .button {
      border-radius: 100px;
      display: inline-block;
      font-family: 'Barlow', Helvetica, sans-serif;
      font-size: 20px;
      text-transform: uppercase;
      line-height: normal;
      padding: 15px 30px;
      text-align: center;
      text-decoration: none;
      transition: opacity 0.5s ease;
      font-weight: bolder;
      letter-spacing: 1px;
    }

  .button:hover {
      opacity: 0.75;
      cursor: pointer;

    }
  .button-primary {
      background-color: #92AE4A;
      color: #FFFFFF;
      margin: 0 20px;
    }

  .fa {
      font-size: 15;
      margin-right: 10px;

  
  } /* Font-awesome icon */

  /* Description */

  .description {
      padding: 15px;
  }
  
  @media (min-width: 900px) {
    .description {
      padding: 15px 150px;
    }
  }

  .first {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 25%;
      align-items: center;
    }
    
  #offer {
      display: flex;
      background-color: #F5F9FF;
      height: fit-content;
    }

    @media (max-width: 900px) {
        body #offer {
            display: flex;
            flex-direction: column;
            background-color: #F5F9FF;
            padding-top: 20px;
        }

        body .first {
            width: 100%;
            height: auto;
            margin-bottom: 20px;
;
        }

        .first .type {
            font-size: 28px;
            width: 100%;
            justify-content: center;
          line-height: 32px;
          text-transform: uppercase;
        }

        .first .price {
            padding: 10px;
        }
    }
    
  .type {
      display: flex;
      font-size: 44px;
      text-align: center;
      justify-items: center;
      font-weight: bold;
      height: 100%;
      align-items: center;
    }

    @media (max-width: 1200px) {
     .first .type {
       font-size: 28px;
       width: 100%;
       justify-content: center;
     }
    }
    
  .price {
      display: flex;
      font-size: 22px;
      padding-bottom: 20px;
      padding-top: 10px;
    }

  /* About */

  #about {
        display: flex;
        align-items: center;
    }

  

  /* Footer */

  footer img {
      height: 50px;
      width: auto;
  }

  @media (max-width: 900px) {
  body footer p {
      font-size: 14px;
      }

  #footer-mobile {
      font-size: 14px;
  }

  footer #desktop {
      display: none;
  }
  }

  footer {
      height: 50px;
      background-color: white;
      display: flex;
      width: inherit;
      justify-content: space-evenly;
      align-items: center;
      max-width: 1400px;
      margin: auto;
      background-color: #F5F9FF;
  }

  footer p { 
      font-size: 20px;
      color: #333333;
      font-family: 'Barlow';
      padding: 0 15px;
  }

  footer a {
      display: flex;
      height: 50px;
  }

  footer #desktop {
      font-size: 20px;
      color: #333333;
      font-family: 'Barlow';
      padding: 0 15px; 
  }
@media (min-width: 901px) {
  #footer-mobile {
      display: none;
  }
}

/*contact-us button */

.open-button {
  background-color: #92AE4A;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 50px;
  opacity: 0.8;
  width: 150px;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.5s ease;
  font-weight: bolder;
  letter-spacing: 1px;
  font-size: 16px;
}

.open-button:hover:hover {
  opacity: 0.75;
  cursor: pointer;

}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.elem-group {
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
.elem-group input[type=email], .elem-group input[type=text], .elem-group textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

textarea {
    height: 200px;
}

/* When the inputs get focus, do something */
.elem-group input[type=email], .elem-group input[type=text], .elem-group textarea  {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.elem-group .btn {
  background-color: #92AE4A;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 20%;
  margin-bottom:10px;
  opacity: 0.8;
  text-align: center;
  align-items: center;
}

/* Add a red background color to the cancel button */
.elem-group .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.elem-group .btn:hover, .open-button:hover {
  opacity: 1;
}

@media (max-width: 900px) {
  .open-button {
    background-color: #92AE4A;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    opacity: 0.8;
    width: 150px;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.5s ease;
    font-weight: bolder;
    letter-spacing: 1px;
    font-size: 16px;
  }
  
  .open-button:hover:hover {
    opacity: 0.75;
    cursor: pointer;

  }

  /* The popup form - hidden by default */
  .form-popup {
    display: none;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
    flex-direction: column;
    width: 90%;
  }
  
  /* Add styles to the form container */
  .elem-group {
    padding: 10px;
    background-color: white;
    display: flex;
    flex-direction: column;
  }
  
  /* Full-width input fields */
  .elem-group input[type=email], .elem-group input[type=text], .elem-group textarea {
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
  }
  
  textarea {
    height: 200px;
  }

  /* When the inputs get focus, do something */
  .elem-group input[type=email], .elem-group input[type=text], .elem-group textarea  {
    background-color: #ddd;
    outline: none;
  }
  
  /* Set a style for the submit/login button */
  .elem-group .btn {
    background-color: #92AE4A;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom:10px;
    opacity: 0.8;
  }
  
 
  
  /* Add some hover effects to buttons */
  .elem-group .btn:hover, .open-button:hover {
    opacity: 1;
  }

  form {
    display: flex;
    flex-direction: column;
  }

  label {
    font-size: 1.2em;
  }
}

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #555;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}