/*-- -------------------------- -->
<---          Landing           -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #hero {
    font-size: inherit;
    padding-bottom: 6.25em;
    padding-top: 6.25em;
    position: relative;
    z-index: 1;
  }
  #hero:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #ffffff;
    opacity: 0.8;
    top: 0;
    left: 0;
    z-index: -10;
  }
  #hero picture {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -11;
  }
  #hero picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #hero .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 1200px;
    margin: auto;
  }
  #hero .hero-content .hero-text h1 {
    font-family: "Manrope";
    font-size: min(12vw, 2.3em);
    color: #362f9a;
    text-align: center;
    line-height: 1.203125;
    width: 100%;
    max-width: 11.25em;
    margin-bottom: 0.9375em;
    position: relative;
    padding: 10px;
  }
  #hero .hero-content .hero-text .button-solid {
    margin: auto;
    display: inline-block;
    width: auto;
  }
  #hero .hero-content .services-box {
    width: 100%;
    margin-top: 50px;
    max-width: 360px;
    height: auto;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  }
  #hero .hero-content .services-box .top-half {
    background-color: #84b4dc;
    height: auto;
    display: flex;
    flex-direction: column;
    color: white;
    padding: 15px;
  }
  #hero .hero-content .services-box .top-half h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  #hero .hero-content .services-box .top-half .services-menu {
    margin: auto;
    text-align: center;
    justify-content: center;
  }
  #hero .hero-content .services-box .top-half .services-menu .service-btn {
    background-color: #362F9A;
    border: 1px solid #362F9A;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 17px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 250px;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    font-weight: bold;
    color: white;
  }
  #hero .hero-content .services-box .top-half .services-menu .active {
    background-color: #F2CF05;
    border-color: #362F9A;
    color: black;
  }
  #hero .hero-content .services-box .bottom-half {
    background-color: #362F9A;
    height: auto;
    display: flex;
    justify-content: center;
    color: white;
    min-height: 360px;
  }
  #hero .hero-content .services-box .bottom-half .service-details {
    padding: 20px;
    border-radius: 10px;
  }
  #hero .hero-content .services-box .bottom-half .service-details h3 {
    color: #ffff;
    margin-top: 0;
    margin-bottom: 10px;
    min-height: 52px;
  }
  #hero .hero-content .services-box .bottom-half .service-details p {
    color: #ffff;
    margin-bottom: 10px;
    min-height: 270px;
  }
  #hero .hero-content .services-box .bottom-half .service-details .service-pagination {
    display: flex;
    justify-content: center;
    margin-top: auto;
  }
  #hero .hero-content .services-box .bottom-half .service-details .service-pagination .dot {
    height: 10px;
    width: 10px;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
  }
  #hero .hero-content .services-box .bottom-half .service-details .service-pagination .active {
    background-color: white;
  }
  .centered-title {
    text-align: center;
    padding: 2rem;
  }
  .centered-title .title {
    margin: 0;
  }
  .centered-title .underline {
    height: 4px;
    width: 80%;
    background-color: #362f9a;
    margin: 0.5rem auto 1.5rem auto;
  }
  .centered-title .description {
    line-height: 1.6;
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .centered-title-reverse {
    text-align: center;
    padding: 2rem;
  }
  .centered-title-reverse .title {
    margin: 0;
    color: #ffffff;
  }
  .centered-title-reverse .underline {
    height: 4px;
    width: 80%;
    background-color: #f2cf05;
    margin: 0.5rem auto 1.5rem auto;
  }
  .centered-title-reverse .description {
    line-height: 1.6;
    max-width: 80%;
    margin: 0 auto;
    color: #ffffff;
  }
  .form-container {
    max-width: 1200px;
    padding: 20px;
    margin-bottom: 30px;
  }
  .form-container .contact-form {
    display: flex;
    flex-direction: column;
  }
  .form-container .contact-form .form-row {
    display: flex;
    flex-direction: column;
  }
  .form-container .contact-form .form-row .form-group {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
  }
  .form-container .contact-form .form-row .form-group label {
    margin-bottom: 5px;
  }
  .form-container .contact-form .form-row .form-group input,
  .form-container .contact-form .form-row .form-group textarea {
    font-family: 'Manrope';
    font-size: 1.125em;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #000000;
    border-radius: 0;
    outline: none;
    transition: border-color 0.3s ease;
  }
  .form-container .contact-form .form-row .form-group input:focus,
  .form-container .contact-form .form-row .form-group textarea:focus {
    border-bottom: 2px solid #362F9A;
  }
  .form-container .contact-form .form-row .full-width {
    width: 100%;
  }
  .form-container .contact-form .form-row .send-button {
    margin-top: 30px;
  }
  .form-container .contact-form .form-row .send-button:hover {
    background-color: #2e2779;
  }
  .form-container .success {
    display: none;
    margin-top: 10px;
    text-align: center;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #hero {
    padding: 12.5em 0 18.75em 0;
    z-index: 1;
    overflow: hidden;
  }
}
/* Small Desktop */
@media only screen and (min-width: 1300px) {
  .form-container {
    width: 80%;
    margin: auto;
  }
  .form-container .contact-form .form-row {
    margin-bottom: 20px;
    flex-direction: row;
    justify-content: space-between;
  }
  .form-container .contact-form .form-row .form-group {
    width: 48%;
  }
  .form-container .contact-form .form-row .full-width {
    width: 100%;
  }
  .form-container .contact-form .form-row .send-button {
    width: auto;
    align-self: flex-end;
  }
  .form-container .contact-form .form-row:last-of-type {
    justify-content: flex-end;
  }
  .centered-title .underline {
    width: 40%;
  }
  .centered-title .description {
    max-width: 60%;
  }
  .centered-title-reverse .underline {
    width: 40%;
  }
  .centered-title-reverse .description {
    max-width: 60%;
  }
  #hero {
    padding-top: 10em;
    padding-bottom: 9.375em;
    background: url("../images/header.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  #hero picture {
    display: none;
  }
  #hero .hero-content {
    flex-direction: row;
    justify-content: space-evenly;
    text-align: left;
  }
  #hero .hero-content .hero-text {
    width: 55%;
    text-align: left;
  }
  #hero .hero-content .hero-text h1 {
    text-align: left;
    padding: 0;
    font-size: min(12vw, 3.3em);
  }
  #hero .hero-content .services-box {
    width: 35%;
    margin-top: 0;
  }
}
