@media (min-width: 481px) {
  .offcanvas-header,
  .offcanvas-footer {
    padding: 20px;
  }

  .offcanvas-body li a {
    padding: 12px;
  }
  .copy__container {
    flex-direction: row;
    justify-content: space-between;
  }
  .site-footer {
    padding-bottom: 60px;
  }
  .footer-text {
    font-size: 108px;
    line-height: 148px;
    bottom: -60px;
  }

  /* CTA Section Start */
  .cta__btn--wrapper {
    flex-direction: row;
  }
  .cta__btn--wrapper a {
    width: auto;
  }
  /* CTA Section End */

  /* Testimonials & Contact Us Start */
  .privacy-check .wpcf7-list-item-label::before {
    width: 20px;
    height: 20px;
    top: 0;
  }
  .privacy-check .wpcf7-list-item-label {
    padding-left: 30px;
    font-size: 14px;
  }
  .form-check a {
    right: -90px;
    top: 4px;
    font-size: 14px;
  }

  /* Testimonials & Contact Us End */
  /* Banner Start */
  .btn-container {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
  /* Banner End */

  /* Enterprise Section Start */
  .count_list {
    flex-wrap: wrap;
  }

  /* Enterprise Section End */

  /* Core Section Start */
  .core__card-container {
    gap: 16px;
  }
  .core__card {
    width: calc(50% - 16px);
  }
  /* Core Section End */

  .thank-you-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* >576px */
@media (min-width: 576px) {
  /* Typography */
  h1,
  .heading-one {
    font-size: 32px;
    line-height: 40px;
  }

  h2,
  .heading-two {
    font-size: 30px;
    line-height: 34px;
  }

  h3,
  .heading-three {
    font-size: 22px;
    line-height: 26px;
  }

  .text-md {
    font-size: 16px;
    line-height: 20px;
  }

  /* Typography End */
  /* Spacing Start */
  .mb-80 {
    margin-bottom: 40px;
  }

  .mb-60 {
    margin-bottom: 40px;
  }

  .mb-50 {
    margin-bottom: 30px;
  }

  .pt-80 {
    padding-top: 40px;
  }

  .pb-80 {
    padding-bottom: 40px;
  }

  .p-60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pb-60 {
    padding-bottom: 40px;
  }

  .pt-60 {
    padding-top: 40px;
  }

  .pt-50 {
    padding-top: 30px;
  }

  .pb-50 {
    padding-bottom: 30px;
  }

  .section-padding {
    padding-bottom: 20px;
  }

  /* spacing End */

  /* tabs end */
  input,
  select,
  textarea,
  .select2-hidden-accessible,
  .select2-selection,
  .select2-container--default .select2-selection--multiple {
    font-size: 16px;
    line-height: 24px;
    padding: 9px 13px;
  }

  /* CTA Section Start */
  .cta__section--box {
    padding: 30px;
  }
  /* CTA Section End */

  /* Testimonials & Contact Us Start */
  .testimonial__navigation .swiper-button {
    width: 30px;
    height: 30px;
  }
  .contact__us--inner {
    padding: 16px;
  }
  .contact__us--inner-left p {
    font-size: 16px;
    line-height: 24px;
  }
  /* Testimonials & Contact Us End */
  /* Footer Start */
  .copy__container p,
  .copy__container p a {
    font-size: 14px;
    line-height: 20px;
  }
  .site-footer {
    padding-bottom: 90px;
  }
  .footer-text {
    font-size: 138px;
    line-height: 128px;
    bottom: -40px;
  }
  /* Footer End */

  /* Testimonials & Contact Us Start */

  .testimonial__navigation .swiper-button {
    width: 30px;
    height: 30px;
  }
  .contact__us--inner-left p {
    font-size: 16px;
    line-height: 24px;
  }
  /* Testimonials & Contact Us End */
  /* Banner Start */

  .banner-img--container img {
    margin-bottom: -160px;
    border-radius: 16px;
  }
  #videoModal .btn-close {
    right: -10px;
    padding: 6px;
    background-size: 10px;
  }
  /* Banner End */

  .count_list li {
    width: 100%;
    flex: 1;
    padding: 0;
  }
  .count_list li:first-child,
  .count_list li:nth-of-type(3),
  .count_list li:first-child,
  .count_list li:nth-of-type(2) {
    border: none;
  }
  /* All Platform Start */

  /* All Platform End */

  /* CMS Page */
  .cms-pages h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .cms-pages h3 {
    font-size: 20px;
    line-height: 24px;
  }
  /* CMS Page */
  header .logo_container img {
    width: 140px;
  }
}

/* >768px */
@media (min-width: 768px) {
  /* Typography */
  h1,
  .heading-one {
    font-size: 38px;
    line-height: 44px;
  }

  h2,
  .heading-two {
    font-size: 34px;
    line-height: 38px;
  }

  h3,
  .heading-three {
    font-size: 26px;
    line-height: 32px;
  }

  h4,
  .heading-four {
    font-size: 22px;
    line-height: 28px;
  }

  h5,
  .heading-five {
    font-size: 20px;
    line-height: 25px;
  }

  h6,
  .heading-six {
    font-size: 18px;
    line-height: 20px;
  }

  /* Typography End */
  /* Spacing Start */
  .mb-80 {
    margin-bottom: 50px;
  }

  .mb-60 {
    margin-bottom: 50px;
  }

  .mb-50 {
    margin-bottom: 40px;
  }

  .mb-40 {
    margin-bottom: 30px;
  }

  .mt-40 {
    margin-top: 30px;
  }

  .mb-30 {
    margin-bottom: 20px;
  }

  .mt-30 {
    margin-top: 20px;
  }

  .pb-120 {
    padding-bottom: 80px;
  }

  .pt-120 {
    padding-top: 80px;
  }
  .pb-100 {
    padding-bottom: 60px;
  }
  .pt-80 {
    padding-top: 50px;
  }

  .pb-80 {
    padding-bottom: 50px;
  }

  .p-60 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pb-60 {
    padding-bottom: 50px;
  }

  .pt-60 {
    padding-top: 50px;
  }

  .pt-50 {
    padding-top: 40px;
  }

  .pb-50 {
    padding-bottom: 40px;
  }

  .p-40 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pt-40 {
    padding-top: 30px;
  }

  .pb-40 {
    padding-bottom: 30px;
  }

  .pb-30 {
    padding-bottom: 20px;
  }

  .pt-30 {
    padding-top: 20px;
  }

  .py-100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  /* Spacing End */
  .button {
    padding: 12px 24px;
  }

  /* Header Start */
  .mobile_header {
    display: none;
  }
  .desktop-menu {
    display: block;
  }

  header .logo_container {
    flex: none;
  }
  .menu {
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }
  .white-button.desktop-view {
    display: inline-flex;
  }
  /* Header End */

  /* CTA Section Start */
  .cta__section--box {
    padding: 40px;
  }
  .cta__btn--wrapper {
    margin-top: 20px;
  }
  .cta__right-image {
    position: static;
    margin-bottom: -1px;
    margin-right: -1px;
  }
  .cta__right-image img {
    margin-left: auto;
  }
  /* CTA Section End */

  /* Testimonials & Contact Us Start */
  .contact__us--inner-left {
    padding: 20px;
  }
  .contact__form--block h2 {
    margin-bottom: 22px;
    padding: 0 12px;
  }
  .contact__form--col {
    padding: 0;
  }
  .contact-form .row > div {
    padding: 0 12px;
  }
  /* Testimonials & Contact Us End */

  /* Footer Start */
  .footer_main-container {
    flex-direction: row;
    justify-content: space-between;
    gap: 12px;
  }
  .social_links-container {
    gap: 18px;
  }
  .copy__container {
    padding: 16px 0;
  }
  .site-footer {
    padding-bottom: 100px;
  }
  .footer-text {
    font-size: 178px;
    line-height: 158px;
    bottom: -50px;
    -webkit-text-stroke: 1px #ffffff80;
    text-shadow:
      2px 2px 0 #ffffff80,
      -1px -1px 0 #ffffff80,
      1px -1px 0 #ffffff80,
      -1px 1px 0 #ffffff80,
      1px 1px 0 #ffffff80;
  }
  /* Footer End */

  /* Testimonials & Contact Us Start */
  .contact__us--inner-left {
    padding: 20px;
  }
  .contact__form--block h2 {
    margin-bottom: 22px;
  }
  /* Testimonials & Contact Us End */

  /* Home Page start */
  .site-content {
    margin-top: 61px;
  }
  /* Home Page End */
  /* Banner Start */
  .banner--content {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .banner-img--container img {
    margin-bottom: -200px;
  }
  /* Banner End */
  /* Enterprise start */
  .enterprise--section {
    padding-top: 120px;
  }
  .enterprise--section::after {
    width: 978px;
    height: 1030px;
    top: 34px;
  }
  .enterprise--section::before {
    width: 1028px;
    height: 780px;
    top: 0px;
  }
  .count_list {
    gap: 0;
  }
  .count_list li {
    text-align: center;
    flex: 1;
    position: relative;
  }
  .count_list li:not(:last-of-type)::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: block;
    height: calc(100% - 16px);
    width: 1px;
    background-color: #d9d9d9;
  }

  /* Enterprise End */

  /* All Platform Start */
  .platform-tab p {
    font-size: 16px;
    line-height: 26px;
  }
  .platform-tab.active p {
    font-size: 18px;
    line-height: 26px;
  }
  .platform-left {
    width: 60%;
  }
  .platform-right {
    display: block;
    width: 60%;
    box-shadow: 0px 0px 20px 10px #0000000f;
  }
  .platform-slide-block {
    padding: 16px 0 0 16px;
    gap: 20px;
    overflow: hidden;
  }
  .platform-tab {
    padding: 14px 17px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
  }

  /* All Platform End */

  /* FAQ */
  .faq__accordion .accordion-button {
    padding: 20px;
  }
  .faq__accordion .accordion-body {
    padding: 16px 0 20px;
    margin: 0 20px;
  }
  .faq__accordion .accordion-button::after {
    width: 24px;
    height: 24px;
    background-size: 24px;
  }
  .faq__accordion {
    margin-top: 30px;
  }
  /* FAQ End */

  /* Core Section Start */
  .core__header-container {
    flex-direction: row;
    align-items: end;
    text-align: start;
    gap: 60px;
  }
  .core__header-container h2 {
    width: 461px;
  }
  .core__card {
    width: calc(33% - 16px);
    border-radius: var(--radius-8);
  }
  .core__card:nth-of-type(1),
  .core__card:nth-of-type(2) {
    width: calc(50% - 16px);
  }
  /* HOw it Works Start */
  .work__section-title,
  .work__section-text {
    text-align: start;
  }
  .work--section .work__list-item {
    margin-top: 18px;
    padding-top: 18px;
  }
  .work--section .img__container {
    position: sticky;
    top: 30px;
  }
  /* HOw it Works End */

  /* CMS Page */
  .cms-pages h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .cms-pages h3 {
    font-size: 22px;
    line-height: 26px;
  }
  /* CMS Page */

  .thank-you-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* >992px */
@media (min-width: 992px) {
  /* Typography */
  h1,
  .heading-one {
    font-size: 46px;
    line-height: 54px;
  }

  h2,
  .heading-two {
    font-size: 38px;
    line-height: 46px;
  }

  h3,
  .heading-three {
    font-size: 30px;
    line-height: 38px;
  }

  h4,
  .heading-four {
    font-size: 26px;
    line-height: 32px;
  }

  h5,
  .heading-five {
    font-size: 22px;
    line-height: 27px;
  }

  /* Typography End */
  /* Spacing Start */
  .mb-80 {
    margin-bottom: 60px;
  }

  .mb-50 {
    margin-bottom: 50px;
  }

  .mb-60 {
    margin-bottom: 60px;
  }

  .mb-40 {
    margin-bottom: 40px;
  }

  .mt-40 {
    margin-top: 40px;
  }

  .mb-30 {
    margin-bottom: 30px;
  }

  .mb-24 {
    margin-bottom: 24px;
  }

  .mt-30 {
    margin-top: 30px;
  }

  .pb-120 {
    padding-bottom: 90px;
  }

  .pt-120 {
    padding-top: 90px;
  }
  .pb-100 {
    padding-bottom: 70px;
  }
  .p-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pb-60 {
    padding-bottom: 60px;
  }

  .pt-60 {
    padding-top: 60px;
  }

  .pt-80 {
    padding-top: 60px;
  }

  .pb-80 {
    padding-bottom: 60px;
  }

  .pt-50 {
    padding-top: 50px;
  }

  .pb-50 {
    padding-bottom: 50px;
  }

  .p-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pt-40 {
    padding-top: 40px;
  }

  .pb-40 {
    padding-bottom: 40px;
  }

  .pb-30 {
    padding-bottom: 30px;
  }

  .pt-30 {
    padding-top: 30px;
  }
  .py-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  /* Header Start */
  .header--sticky {
    top: 20px;
  }
  .header_main-container {
    padding: 16px 0;
  }
  header .logo_container img {
    width: 180px;
  }

  .menu {
    gap: 20px;
  }
  /* Header End */

  /* CTA Section Start */
  .cta__section--box {
    padding: 50px;
    padding-right: 0;
  }
  .cta__btn--wrapper {
    margin-top: 25px;
  }
  .cta__right-image {
    position: absolute;
    right: -23px;
    bottom: -30px;
    max-width: 660px;
  }
  .cta__right-image img {
    margin-left: auto;
    max-width: 510px;
  }
  /* CTA Section End */

  /* Testimonials & Contact Us Start */
  .testimonial__item {
    margin-top: 50px;
  }
  .contact__us--inner-left {
    padding: 25px 25px 30px 25px;
  }
  .contact__us--inner-left h2 {
    max-width: 100%;
  }
  .form-group {
    margin-bottom: 20px;
  }
  .contact__form--block h2 {
    margin-bottom: 26px;
  }
  .contact__form--col {
    padding-left: 12px;
    padding-right: 12px;
  }
  /* Testimonials & Contact Us End */
  /* Footer start */
  .site-footer {
    padding-bottom: 110px;
  }
  .footer-text {
    font-size: 238px;
    line-height: 175px;
    bottom: -60px;
  }
  .copy__container {
    margin-bottom: 20px;
  }
  /* Footer End */

  /* Home Page start */
  .site-content {
    margin-top: 70px;
  }
  /* Home Page End */
  /* Banner Start */
  .banner--content {
    padding-top: 50px;
    padding-bottom: 36px;
  }
  .banner-img--container img {
    margin-bottom: -230px;
  }
  /* Banner End */
  .partner-section {
    padding: 46px 0;
  }
  /* Enterprise start */
  .enterprise--section {
    padding-top: 130px;
  }

  /* Enterprise End */

  /* All Platform Start */
  .platform-tab {
    box-shadow: 0px 0px 44.74px 7.16px #0000000d;
  }
  .platform-tab p {
    font-size: 18px;
    line-height: 28px;
  }
  .platform-tab.active p {
    font-size: 20px;
    line-height: 28px;
  }
  .platform-slide-block {
    padding: 20px 0 0 20px;
    gap: 70px;
  }
  .platform-content {
    min-height: 500px;
  }
  .platform-left {
    width: 44%;
  }
  .platform-right {
    width: auto;
  }
  .platform-left p {
    line-height: 24px;
  }
  .click-me-svg {
    padding-left: 40px;
  }
  .platform-tabs {
    display: block;
  }
  .platform-tab {
    border: 1px solid var(--color-border-light);
  }
  .platform-desktop {
    display: block;
  }
  .platform-mobile {
    display: none;
  }
  /* All Platform End */

  /* CMS Page */
  .cms-pages h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .cms-pages h3 {
    font-size: 24px;
    line-height: 28px;
  }
  /* CMS Page */

  /* Core Section Start */
  .core__header-container {
    gap: 80px;
  }
  .core__card-container {
    gap: 20px;
  }
  .core__card {
    padding: 20px;
  }
  .core__card:nth-of-type(1),
  .core__card:nth-of-type(2) {
    padding: 20px 0 0 20px;
  }
  .core__card:last-of-type {
    padding: 20px 0;
  }
  .core__card:last-of-type h3 {
    padding: 0 20px;
  }
  .core__card {
    width: calc(33% - 20px);
    border-radius: var(--radius-16);
  }
  .core__card:nth-of-type(1),
  .core__card:nth-of-type(2) {
    width: calc(50% - 20px);
  }
  /* Core Section End */
  /* HOw it Works Start */
  .work__list-item {
    margin-top: 24px;
    padding-top: 24px;
  }

  .work__list-item p {
    max-width: 405px;
  }
  .work__title {
    gap: 10px;
    margin-bottom: 8px;
  }
  .work__title img {
    height: 24px;
    width: 24px;
  }
  /* HOw it Works End */
}

/* >1200px */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
    padding: 0;
  }

  /* Typography */
  h1,
  .heading-one {
    font-size: 54px;
    line-height: 63px;
  }

  h2,
  .heading-two {
    font-size: 46px;
    line-height: 59px;
  }

  h3,
  .heading-three {
    font-size: 34px;
    line-height: 43px;
  }

  h4,
  .heading-four {
    font-size: 28px;
    line-height: 34px;
  }

  h5,
  .heading-five {
    font-size: 24px;
    line-height: 33px;
  }

  h6,
  .heading-six {
    font-size: 22px;
    line-height: 26px;
  }

  .text-md {
    font-size: 18px;
    line-height: 30px;
  }

  p,
  a,
  p > a {
    font-size: 16px;
    line-height: 24px;
  }

  /* Typography End */
  /* Spacing Start */

  .pb-120 {
    padding-bottom: 100px;
  }
  .pb-100 {
    padding-bottom: 90px;
  }
  .pt-120 {
    padding-top: 100px;
  }
  .py-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  /* spacing End */
  /* Header Start */
  .header--sticky .header_main-container {
    padding: 12px 18px;
  }
  .menu {
    gap: 28px;
  }
  /* Header End */

  /* CTA Section Start */
  .cta__section--box {
    padding: 60px;
    padding-right: 0;
  }
  .cta__btn--wrapper {
    margin-top: 30px;
  }
  /* CTA Section End */

  /* Testimonials & Contact Us Start */
  .testimonial__item {
    margin-top: 60px;
    padding: 20px;
  }
  .contact__us--inner-left {
    padding: 30px 30px 40px 30px;
  }
  .contact__us--inner-left h2 {
    max-width: 406px;
  }
  .form-group {
    margin-bottom: 24px;
  }
  .contact__form--block h2 {
    margin-bottom: 30px;
    padding: 0;
  }
  .cta__right-image img {
    max-width: 100%;
  }
  /* Testimonials & Contact Us End */

  /* Footer Start */
  footer .menu a {
    gap: 32px;
  }
  .social_links-container {
    gap: 23px;
  }
  footer .logo_container img {
    width: 180px;
  }
  .site-footer {
    padding-bottom: 130px;
  }
  .footer-text {
    font-size: 278px;
    line-height: 201px;
    bottom: -70px;
  }
  /* Footer End */

  .form-group {
    margin-bottom: 24px;
  }
  .contact__form--block h2 {
    margin-bottom: 30px;
  }
  /* Testimonials & Contact Us End */
  /* Banner Start */
  .banner--content {
    padding-top: 60px;
    padding-bottom: 46px;
  }
  .banner-img--container img {
    margin-bottom: -312px;
  }
  #videoModal .modal-dialog {
    max-width: 1000px;
  }
  /* Banner End */
  .partner-section {
    padding: 56px 0;
  }
  /* Enterprise start */
  .enterprise--section {
    padding-top: 140px;
  }
  .enterprise--section::after {
    width: 1238px;
    height: 1238px;
    top: 74px;
  }
  .enterprise--section::before {
    width: 1400px;
    height: 1400px;
    top: -80px;
  }
  /* Enterprise End */

  /* All Platform Start */
  .platform-slide-block {
    padding: 30px 0 0 30px;
    gap: 80px;
  }
  .platform-content {
    min-height: 590px;
  }
  .platform-right,
  .platform-right img {
    border-radius: 0 0 16px 0;
  }
  .click-me-svg {
    padding-left: 60px;
  }
  /* All Platform End */

  /* FAQ */
  .faq__accordion {
    margin-top: 40px;
  }
  .faq__accordion .accordion-button {
    font-size: 18px;
    line-height: 28px;
    padding: 24px;
  }
  .faq__accordion .accordion-body {
    padding: 16px 0 24px;
    margin: 0 24px;
  }
  /* FAQ End */

  /* CMS Page */
  .cms-pages h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .cms-pages h3 {
    font-size: 26px;
    line-height: 30px;
  }
  /* CMS Page */

  /* Core Section Start */
  .core__header-container {
    gap: 120px;
  }
  .core__card {
    padding: 30px;
  }
  .core__card:nth-of-type(1),
  .core__card:nth-of-type(2) {
    padding: 30px 0 0 30px;
  }
  .core__card:last-of-type {
    padding: 30px 0;
  }
  .core__card:last-of-type h3 {
    padding: 0 30px;
  }
  .core__card-container {
    gap: 24px;
  }
  .core__card {
    width: calc(33% - 24px);
  }
  .core__card:nth-of-type(1),
  .core__card:nth-of-type(2) {
    width: calc(50% - 24px);
  }
  /* Core Section End */

  /* Thank You */
  .thank-you-hero {
    padding: 50px 24px;
  }
  /* Thank You End */
}

/* >1400px */
@media (min-width: 1400px) {
  .pt-120 {
    padding-top: 120px;
  }
  .pb-120 {
    padding-bottom: 120px;
  }
  .pb-100 {
    padding-bottom: 100px;
  }
  .py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .site-footer {
    padding-bottom: 140px;
  }
  .footer-text {
    font-size: 288px;
    line-height: 208px;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
  }
  /* Enterprise start */

  .count_list .count_no {
    font-size: 56px;
    line-height: 64px;
    margin-top: 12px;
  }
  .enterprise--section {
    padding-top: 160px;
  }
  .enterprise--section::after {
    width: 1388px;
    height: 1388px;
    top: 64px;
  }
  .enterprise--section::before {
    width: 1507px;
    height: 1388px;
    top: -70px;
  }
  /* Enterprise End */
}
