@media all and (max-width: 1399px) {
  /* common styles */
  .title-1 {
    font-size: 4.6rem;
  }

  .title-2 {
    font-size: 3.8rem;
  }

  .title-3 {
    font-size: 3rem;
  }

  .text-1 {
    font-size: 2.6rem;
  }

  .text-2 {
    font-size: 2.2rem;
  }

  .text-3 {
    font-size: 1.8rem;
  }

  /* header main */
  .navbar-main__brand > * {
    width: 18rem;
  }

  /* ai support */
  .ai-support .capabilities-list {
    gap: 2.6rem;
  }

  .capabilities-list .capabilities-list__item {
    gap: 3rem;
  }

  .capabilities-list__item .icon {
    width: 12rem;
    height: 12rem;
  }

  .capabilities-list__item .icon img {
    width: 6.8rem;
  }

  /* related insights */
  .realted-insights .astronut-icon > * {
    width: 7.2rem;
  }

  .insight-list__item .card-img img {
    width: 15rem;
  }

  .insight-list__item {
    padding: 2rem 0 2rem 2rem;
  }

  .insight-list__item .card {
    gap: 2rem;
  }

  .insight-content .button-wrapper {
    padding-top: 3.2rem;
    padding-left: 2rem;
  }

  .personalized-demo-content {
    padding-bottom: 125px;
    padding-top: 100px;
  }
}

@media all and (max-width: 1199px) {
  /* common styles */
  .container {
    max-width: 90%;
  }

  .title-1 {
    font-size: 4.2rem;
  }

  .title-2 {
    font-size: 3.4rem;
  }

  .title-3 {
    font-size: 2.8rem;
  }

  .text-1 {
    font-size: 2.4rem;
  }

  .text-2 {
    font-size: 2rem;
  }

  .text-3 {
    font-size: 1.8rem;
  }

  .text-4 {
    font-size: 1.6rem;
  }

  .cq-btn.cq-arrow-btn-lg {
    padding: 0.6rem 2.4rem 0.6rem 0.6rem;
    font-size: 1.4rem;
  }

  .cq-btn.cq-arrow-btn-lg .icon {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
  }

  /* header main */
  .navbar-main__brand > * {
    width: 16rem;
  }

  .header-main.sticky .navbar-main__brand > * {
    width: 14rem;
  }

  .navbar-main .container .navbar-menu {
    margin-left: 2rem;
  }

  .navbar-utils .contact-btn {
    display: none;
  }

  /* ai support */
  .ai-support {
    padding-bottom: 3em;
  }

  .ai-support .capabilities-list {
    gap: 2.4rem;
  }

  .capabilities-list .capabilities-list__item {
    gap: 2.8rem;
  }

  .capabilities-list__item .icon {
    width: 10rem;
    height: 10rem;
    border-width: 0.3rem;
  }

  .capabilities-list__item .icon img {
    width: 5.6rem;
  }

  /* ai power main area */
  .power_images {
    border: 4px solid #ffffff;
    padding: 2.5rem;
  }

  .power_right_items .title-3 {
    padding-top: 2.4rem;
    padding-bottom: 3.2rem;
  }

  /* related insights */
  .insight-list__item .card-img img {
    width: 12rem;
  }

  .insight-list__item {
    padding: 1.6rem 0 1.6rem 1.6rem;
  }

  .insight-list__item .card {
    gap: 1.6rem;
  }

  .insight-content .button-wrapper {
    padding-top: 2.5rem;
    padding-left: 1.6rem;
  }

  .trusted-world-content {
    flex-direction: column;
  }

  .trusted-world-left-content .title-2 {
    width: 65%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 25px;
  }

  .personalized-demo-content {
    padding-bottom: 100px;
    padding-top: 60px;
  }

  .personalized-demo-heading {
    max-width: 600px;
  }

  .footer_content_area {
    gap: 5.2rem;
  }

  .footer_left_items {
    gap: 4.6rem 5.2rem;
  }
}

@media all and (max-width: 991px) {
  /* common styles */
  .title-1 {
    font-size: 3.8rem;
  }

  .title-2 {
    font-size: 3rem;
  }

  .title-3 {
    font-size: 2.6rem;
  }

  .title-5 {
    font-size: 2.2rem;
  }

  .title-6 {
    font-size: 1.8rem;
  }

  .text-1 {
    font-size: 2.2rem;
  }

  /* header main */
  .navbar-main .container .navbar-menu {
    display: none;
  }

  .navbar-main .container .navbar-utils {
    margin-left: auto;
    margin-right: 1.6rem;
  }

  .container .navbar-utils .cq-arrow-btn {
    display: none;
  }

  .navbar-main-sm {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
    background-color: var(--cq-mostly-white-200, #f5f5f5);
    position: fixed;
    inset: 0;
    z-index: 9999;
    padding-top: 12rem;
    opacity: 0;
    visibility: hidden;
    transition: 300ms ease;
  }

  .navbar-main-sm.show {
    opacity: 1;
    visibility: visible;
  }

  .navbar-main-sm .navbar-menu,
  .navbar-main-sm .navbar-utils {
    flex-direction: column;
    gap: 2.5rem;
  }

  .navbar-menu-btn {
    position: relative;
    z-index: 99999;
    border: 1px solid transparent;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 0;
    cursor: pointer;
  }

  .navbar-menu-btn span {
    width: 3.2rem;
    height: 0.4rem;
    border-radius: 50rem;
    background-color: var(--cq-mostly-black-100, #202020);
    transition: 300ms ease;
  }

  .navbar-menu-btn.active span:nth-of-type(1) {
    transform: rotate(45deg) translate(0.6rem, 0.8rem);
  }

  .navbar-menu-btn.active span:nth-of-type(2) {
    opacity: 0;
    visibility: hidden;
  }

  .navbar-menu-btn.active span:nth-of-type(3) {
    transform: rotate(-45deg) translate(0.5rem, -0.7rem);
  }

  /* hero home */
  .hero-home {
    padding-top: 7rem;
  }

  .hero-home .inner-content {
    flex-direction: column-reverse;
  }

  .hero-home .hero-img {
    text-align: center;
  }

  .hero-home .hero-img img {
    transform: none;
  }

  /* ai overview */
  .ai-overview {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }

  /* ai support */
  .ai-support {
    padding-bottom: 2em;
  }

  .ai-support .capabilities-list {
    gap: 2.2rem;
  }

  .capabilities-list .capabilities-list__item {
    gap: 2.4rem;
  }

  .capabilities-list__item .icon {
    width: 8rem;
    height: 8rem;
    border-width: 0.2rem;
  }

  .capabilities-list__item .icon img {
    width: 4.8rem;
  }

  /* ai power main area */
  .power_images {
    border: 6px solid #ffffff;
    padding: 3rem;
  }

  .power_right_items {
    text-align: center;
  }

  .power_right_items .title-3 {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

  /* related insights */
  .realted-insights .inner-content {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .featured-insight {
    padding-right: 0;
  }

  .insight-list__item .card-img img {
    width: 17rem;
  }

  .insight-content {
    border-left: 0;
  }

  .insight-list__item {
    padding: 2.5rem 0;
  }

  .insight-list__item .card {
    gap: 2.5rem;
  }

  .insight-content .button-wrapper {
    padding-top: 4rem;
    padding-left: 0;
  }

  .ai_power_content_area {
    flex-direction: column;
    gap: 4.8rem;
  }

  .power_right_items .img-fluid {
    max-width: 75%;
  }

  .power_images:after {
    height: 50%;
    height: 30%;
  }

  .benefit_content_area {
    grid-template-columns: 1fr;
  }

  .single_benefit_items .green-icon {
    display: none;
  }

  .benefit_main_area {
    padding-bottom: 18rem;
    background-position: bottom center;
    background-size: 100%;
  }

  .footer_content_area {
    gap: 4.6rem;
  }

  .footer_left_items {
    gap: 3.8rem 4.6rem;
  }

  .footer_top_content {
    background-position: bottom center;
    background-size: contain;
    padding-bottom: 12rem;
  }

  .footer_content_area {
    flex-direction: column;
  }

  .footer_bottom_area {
    flex-direction: column;
  }

  .footer_bottom_left {
    width: 100%;
    text-align: center;
  }

  .footer_bottom_right {
    justify-content: center;
    width: 100%;
  }

  .footer__bottom_priacy {
    margin-right: 60px;
  }

  .footer_bottom_right {
    margin-top: 20px;
  }

  .trusted-world-left-content .title-2 {
    width: 75%;
  }

  .personalized-demo-heading h2 {
    font-size: 28px;
  }

  .personalized-demo-heading {
    max-width: 430px;
  }
}

@media all and (max-width: 767px) {
  /* common styles */
  .title-1 {
    font-size: 3.4rem;
  }

  .title-2 {
    font-size: 2.6rem;
  }

  .title-3 {
    font-size: 2.2rem;
  }

  .title-5 {
    font-size: 2rem;
  }

  .text-1 {
    font-size: 2rem;
  }

  .text-2 {
    font-size: 1.8rem;
  }

  .text-3 {
    font-size: 1.6rem;
  }

  .text-5 {
    font-size: 1.4rem;
  }

  .cq-btn {
    gap: 0.8rem;
    padding: 0.8rem 2rem;
  }

  .cq-btn.cq-arrow-btn-lg .icon {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.6rem;
  }

  /* header main */
  .header-main.sticky .navbar-main {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }

  /* hero home */
  .hero-home {
    padding-top: 9rem;
  }

  /* ai overview */
  .ai-overview .inner-content {
    max-width: 100%;
  }

  /* ai support */
  .ai-support .bg-holder {
    background-position: left 7%;
  }

  .ai-support .capabilities-list {
    gap: 2rem;
  }

  .capabilities-list .capabilities-list__item {
    gap: 2rem;
  }

  .capabilities-list .capabilities-list__item:nth-of-type(1),
  .capabilities-list .capabilities-list__item:nth-of-type(2) {
    margin-left: 0;
  }

  .capabilities-list .capabilities-list__item:nth-of-type(3) {
    margin-left: calc(var(--space) * 2);
  }

  .capabilities-list .capabilities-list__item:nth-of-type(4) {
    margin-left: calc(var(--space) * 3);
  }

  .capabilities-list .capabilities-list__item:nth-of-type(5) {
    margin-left: calc(var(--space) * 4);
  }

  .capabilities-list .capabilities-list__item:nth-of-type(6),
  .capabilities-list .capabilities-list__item:nth-of-type(7),
  .capabilities-list .capabilities-list__item:nth-of-type(8),
  .capabilities-list .capabilities-list__item:nth-of-type(9) {
    margin-left: calc(var(--space) * 5);
  }

  .capabilities-list__item .icon {
    width: 6rem;
    height: 6rem;
    border-width: 0.1rem;
  }

  .capabilities-list__item .icon img {
    width: 3.6rem;
  }

  /* ai power main area */
  .ai_power_main_area {
    padding: 4.8rem 0;
  }

  .ai_power_content_area {
    gap: 4rem;
  }

  .power_images {
    border: 4px solid #ffffff;
    padding: 2.5rem;
  }

  .power_right_items .title-3 {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }

  /* related insights */
  .realted-insights .astronut-icon > * {
    width: 6rem;
  }

  .insight-list__item .card-img img {
    width: 15rem;
  }

  .insight-list__item {
    padding: 2rem 0;
  }

  .insight-list__item .card {
    gap: 2rem;
  }

  .insight-content .button-wrapper {
    padding-top: 3.2rem;
    padding-left: 0;
  }

  .benefit_content_area {
    gap: 2.5rem;
  }

  .benefit_main_area {
    padding-bottom: 14rem;
  }

  .footer_single_items {
    flex: 0 0 calc(100% / 2 - 50px);
  }

  .trusted-world-area {
    padding-top: 95px;
  }

  .trusted-world-right-left-content,
  .trusted-world-right-right-content {
    flex: 0 0 100%;
  }

  .single-trusted-world-content {
    width: 100%;
  }

  .personalized-demo-content {
    background: none;
    padding-bottom: 60px;
  }

  .footer_left_items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (max-width: 575px) {
  /* common styles */
  body {
    font-size: 1.4rem;
  }

  /* common styles */
  .title-1 {
    font-size: 3rem;
  }

  .title-2 {
    font-size: 2.4rem;
  }

  .title-3 {
    font-size: 2rem;
  }

  .title-5 {
    font-size: 1.8rem;
  }

  .title-6 {
    font-size: 1.6rem;
  }

  .text-3 {
    font-size: 1.4rem;
  }

  .text-6 {
    font-size: 1.3rem;
  }

  /* ai overview */
  .ai-overview {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }

  /* ai support */
  .capabilities-list .capabilities-list__item {
    gap: 1rem;
  }

  .capabilities-list__item .icon {
    width: 5rem;
    height: 5rem;
  }

  .capabilities-list__item .icon img {
    width: 3.2rem;
  }

  /* related insights */
  .insight-list__item .card-img {
    height: 50vw;
  }

  .insight-list__item .card-img img {
    width: 100%;
    height: 100%;
  }

  .insight-list__item .card {
    flex-direction: column;
  }

  .insight-content .button-wrapper {
    padding-top: 3.2rem;
    padding-left: 0;
  }

  .power_images:after {
    width: 65%;
    height: 35%;
  }

  .power_content img {
    width: 70%;
  }

  .single_benefit_items {
    flex-direction: column;
    text-align: center;
  }

  .benefit_content_area {
    gap: 2rem;
  }

  .benefit_icon {
    margin: auto;
    margin-bottom: 25px;
  }

  .ai_power_content_area {
    gap: 3.2rem;
  }

  .footer_bottom_right {
    flex-direction: column;
  }

  .footer__bottom_priacy {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .trusted-world-left-content .title-2 {
    width: 100%;
  }

  .personalized-demo-content {
    padding-top: 15px;
  }

  .footer_left_items {
    grid-template-columns: 1fr;
  }
}

@media all and (max-width: 450px) {
  .footer_single_items {
    flex: 0 0 calc(100% / 1 - 50px);
  }

  .personalized-demo-heading h2 {
    font-size: 25px;
  }
}
