/* XX-Large devices (wider desktops, less than 1600px) */
@media (max-width: 1599.98px) {
  /* Your CSS rules here */
}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
  /** HERO **/
  .hero-content h1 {
    font-size: 44px;
    line-height: 56px;
  }
  .hero-content p {
    font-size: 18px;
    line-height: 28px;
  }
  .hero-content .lead-content {
    width: 590px;
  }
  .hero-content .hero-cards-content {
    width: 550px;
  }
  .hero-content .hero-cards-content .card-content {
    min-height: 270px;
  }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  /** HERO **/
  .hero-content .container {
    padding: 30px 30px 30px;
    border-radius: 0px;
    width: 100%;
    max-width: 100%;
  }
  .hero-content h1 {
    font-size: 36px;
    line-height: 46px;
  }
  .hero-content p {
    font-size: 16px;
    line-height: 28px;
  }
  .hero-content .lead-content {
    width: 490px;
  }
  .hero-content .hero-cards-content {
    width: 510px;
  }
  .hero-content .hero-cards-content .card-content {
    min-height: 240px;
  }
  .hero-cards-content .card-content .card-text.big {
    font-size: 37px;
    margin-bottom: 10px;
  }
  .hero-cards-content .card-content .card-text {
    font-size: 20px;
    line-height: 24px;
  }
  .hero-cards-content .card-content .benefits-bg {
    right: -10px;
    bottom: -87px;
    rotate: -60deg;
    height: 300px;
  }
  .hero-cards-content .card-content .card-title {
    font-size: 14px;
    font-weight: 700;
  }
}

/* Medium devices (tablets, less than 1100px) */
@media (max-width: 1099.98px) {
  /** HERO **/
  .hero-content .lead-content {
    position: static;
  }
  .hero-content .hero-cards-content {
    position: static;
  }
  .hero-content .container {
    aspect-ratio: auto;
  }
  .hero-content .hero-cards-content {
    width: 100%;
    margin-top: 80px;
  }
  .hero-content p {
    margin-bottom: 30px;
  }
  .hero-cards-content .card-content .card-title {
    font-size: 16px;
    font-weight: 500;
  }
  .hero-cards-content .card-content .card-text.big {
    font-size: 47px;
    margin-bottom: 15px;
  }
  .hero-cards-content .card-content .card-text {
    font-size: 24px;
    line-height: 28px;
  }
  .hero-content .tagline {
    max-width: 236px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.25);
  }
  .hero-content .lead-content {
    margin: 0 auto;
    text-align: center;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  /* Your CSS rules here */
  .container, .container-md, .container-sm {
    max-width: 100%!important;
    padding-left: 20px;
    padding-right: 20px;
  }
  .btn.purple.bookNowButton {
    padding: 13px 22px;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    position: absolute;
    background: #fff;
    left: 0px;
    right: 0px;
    top: 80px;
    border-radius: 0px;
    padding-top: 10px;
    transition: all 0.3s ease-in-out;
  }
  .navbar-scrolled .navbar-collapse {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.06);
    top: 90px;
    border-radius: 18px;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  /* HERO */
  .hero-content .lead-content{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
  }
  /* SECTION */
  .section-title {
    font-size: 30px;
    line-height: 40px;
    word-break: break-word;
  }
  .section-text {
    font-size: 16px;
    line-height: 28px;
  }
  .section-padding {
    padding: 50px 0;
  }
  .section-mb {
    margin-bottom: 24px;
  }
  .section-subtitle {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 60px;
  }
  .steps_container_wrapper{
    margin-bottom: 24px;
  }
}

@media (max-width: 589.98px) {
  /* HERO */
  .hero-content .lead-content{
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero-content h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .hero-content p {
    font-size: 16px;
    line-height: 25px;
  }
  .top-bar-link {
    font-size: 12px;
  }
  .top-bar-social-link {
    font-size: 1rem;
  }
}

@media (max-width: 459.98px) {
  /* HERO */
  .hero-content .container {
    padding: 30px 20px 20px;
    padding-bottom: 30px;
  }
  .hero-content .lead-content{
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* X-Small devices (portrait phones, less than 576px) */
/* This is the default style and does not need a media query */
