/* Section # 1 */
.home1 {
  position: relative;
  padding: 80px 0 120px;
  backdrop-filter: blur(2px);
}
.home1 .content {
  width: 680px;
}
.home1 .content .heading-lg {
  font-size: var(--fs-64);
  font-weight: var(--fw-600);
  line-height: 1.15;
  letter-spacing: -1.28px;
  margin-bottom: 4px;
}
.home1 .content .heading-sm {
  font-size: var(--fs-36);
  font-weight: var(--fw-400);
  color: var(--black);
  line-height: 1.3;
  letter-spacing: -0.72px;
  margin-bottom: 24px;
}
.home1 .content .desc {
  max-width: 540px;
  font-size: var(--fs-20);
  font-weight: var(--fw-400);
  color: var(--gray-900);
  line-height: 1.5;
  margin-bottom: 40px;
}
.home1 .content .btn-brand {
  display: inline-flex;
}
.home1 .content .pros-list {
  display: flex;
  column-gap: 20px;
  align-items: center;
  margin-top: 48px;
}
.home1 .content .pros-list .item {
  display: flex;
  column-gap: 8px;
  align-items: center;
}
.home1 .content .pros-list .item .icon {
  min-width: 24px;
  width: 24px;
  height: 24px;
}
.home1 .content .pros-list .item .text {
  font-size: var(--fs-16);
  font-weight: var(--fw-400);
  color: var(--gray-900);
  line-height: 1.5;
}
.home1 .img-banner-lg {
  width: 760px;
  position: absolute;
  top: -85px;
  right: 0;
}
.home1 .img-banner-sm {
  display: none;
}
/* Section # 1 */

/* Section # 2 */
.home2 {
  padding: 100px 0 36px;
  overflow: hidden;
}
.home2 .main-flex {
  display: flex;
  align-items: center;
  column-gap: 64px;
  justify-content: space-between;
}
.home2 .content {
  width: 540px;
}
.home2 .content .heading {
  font-size: var(--fs-48);
  font-weight: var(--fw-600);
  color: var(--gray-900);
  line-height: 1.25;
  letter-spacing: -0.96px;
  margin-bottom: 20px;
}
.home2 .content .desc {
  max-width: 520px;
  font-size: var(--fs-20);
  font-weight: var(--fw-400);
  color: var(--gray-900);
  line-height: 1.5;
}
.home2 .img-container {
  width: 620px;
}
.home2 .img-container img {
  display: block;
  width: 100%;
  height: auto;
}
/* Section # 2 */

/* Section # 3 */
.home3 {
  padding: 64px 0 72px;
  overflow: hidden;
}
.home3 .main-flex {
  display: flex;
  align-items: center;
  column-gap: 64px;
  justify-content: space-between;
}
.home3 .img-container {
  width: 550px;
}
.home3 .img-container img {
  display: block;
  width: 100%;
  height: auto;
}
.home3 .content {
  width: 600px;
}
.home3 .content .heading {
  font-size: var(--fs-30);
  font-weight: var(--fw-500);
  color: var(--gray-900);
  line-height: 1.25;
  letter-spacing: -0.96px;
  margin-bottom: 20px;
}
.home3 .content .desc {
  font-size: var(--fs-20);
  font-weight: var(--fw-400);
  color: var(--gray-900);
  line-height: 1.5;
  margin-bottom: 40px;
}
.home3 .content .btn-brand {
  display: inline-flex;
}
/* Section # 3 */

/* Section # 4 */
.home4 {
  padding: 64px 0 100px;
}
.home4 .sec-heading {
  font-size: var(--fs-48);
  font-weight: var(--fw-500);
  color: var(--gray-900);
  line-height: 1.3;
  letter-spacing: -0.96px;
  text-align: center;
  margin-bottom: 72px;
}
.home4 .sec-heading span {
  font-weight: var(--fw-600);
}
.home4 .platform-steps {
  display: flex;
  column-gap: 64px;
  align-items: flex-start;
}
.home4 .platform-steps .steps-tabs {
  position: sticky;
  top: 120px;
  display: flex;
  flex-direction: column;
  row-gap: 56px;
}
.home4 .platform-steps .steps-tabs::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 6px;
  background-color: var(--blue-100);
}
.home4 .platform-steps .steps-tabs .steps-tab-item {
  height: 120px;
  width: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-left: 6px solid transparent;
  transition: all 0.2s;
  z-index: 1;
}
.home4 .platform-steps .steps-tabs .steps-tab-item.active {
  border-left-color: var(--blue-600);
}
.home4 .platform-steps .steps-tabs .steps-tab-item .text {
  font-size: var(--fs-20);
  font-weight: var(--fw-500);
  color: var(--gray-400);
  line-height: 1.5;
  text-align: center;
}
.home4 .platform-steps .steps-tabs .steps-tab-item.active .text {
  font-weight: var(--fw-600);
  color: var(--gray-900);
}
.home4 .steps-flex {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 72px;
}
.home4 .steps-flex .single-step {
  display: flex;
  column-gap: 64px;
  align-items: center;
}
.home4 .steps-flex .single-step .step-img {
  width: calc(58% - 32px);
  overflow: hidden;
}
.home4 .steps-flex .single-step .step-img img {
  display: block;
  width: 100%;
  height: auto;
}
.home4 .steps-flex .single-step .step-content {
  width: calc(42% - 32px);
}
.home4 .steps-flex .single-step .step-content .icon-container {
  min-width: 48px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--blue-600);
  box-shadow:
    7px 33px 9px 0 rgba(0, 0, 0, 0),
    5px 21px 9px 0 rgba(0, 0, 0, 0.01),
    3px 12px 7px 0 rgba(0, 0, 0, 0.03),
    1px 5px 5px 0 rgba(0, 0, 0, 0.06),
    0 1px 3px 0 rgba(0, 0, 0, 0.07);
  border-radius: 6px;
  margin-bottom: 24px;
}
.home4 .steps-flex .single-step .step-content .icon-container img {
  width: 28px;
  height: 28px;
}
.home4 .steps-flex .single-step .step-content .desc {
  font-size: var(--fs-24);
  font-weight: var(--fw-500);
  color: var(--gray-900);
  line-height: 1.3;
}
/* Section # 4 */

/* Section # 5 */
.home5 {
  padding: 80px 0 100px;
}
.home5 .sec-heading {
  max-width: 980px;
  font-size: var(--fs-48);
  font-weight: var(--fw-500);
  color: var(--gray-900);
  line-height: 1.25;
  text-align: center;
  letter-spacing: -0.96px;
  margin: 0 auto 64px;
}
.home5 .fields-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.home5 .fields-list .field-item {
  position: relative;
  min-height: 385px;
  display: flex;
  flex-direction: column;
  background-color: var(--gray-100);
  border: 2px solid var(--gray-200);
  border-radius: 24px;
  overflow: hidden;
}
.home5 .fields-list .field-item .title {
  font-size: var(--fs-20);
  font-weight: var(--fw-600);
  color: var(--gray-900);
  line-height: 1.35;
  padding: 32px;
  margin-top: auto;
}

/* Field 1 */
.home5 .fields-list .field-item.field1 {
  width: calc(40% - 8px);
}
.home5 .fields-list .field-item.field1 .vector {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* Field 2 */
.home5 .fields-list .field-item.field2 {
  width: calc(60% - 8px);
}
.home5 .fields-list .field-item.field2 .vector {
  width: 75%;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}

/* Field 3 */
.home5 .fields-list .field-item.field3 {
  width: calc(60% - 8px);
}
.home5 .fields-list .field-item.field3 .vector {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* Field 4 */
.home5 .fields-list .field-item.field4 {
  width: calc(40% - 8px);
}
.home5 .fields-list .field-item.field4 .vector {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* Field 5 */
.home5 .fields-list .field-item.field5 {
  width: calc(33.33% - 10.66px);
}
.home5 .fields-list .field-item.field5 .vector {
  width: calc(100% - 24px);
  position: absolute;
  top: 16px;
  left: 20px;
}

/* Field 6 */
.home5 .fields-list .field-item.field6 {
  width: calc(33.33% - 10.66px);
}
.home5 .fields-list .field-item.field6 .vector {
  width: 100%;
  position: absolute;
  top: 48px;
  left: 0;
}

/* Field 7 */
.home5 .fields-list .field-item.field7 {
  width: calc(33.33% - 10.66px);
}
.home5 .fields-list .field-item.field7 .vector {
  width: calc(100% - 30px);
  position: absolute;
  top: 22px;
  left: 15px;
}

/* Field 8 */
.home5 .fields-list .field-item.field8 {
  width: 100%;
}
.home5 .fields-list .field-item.field8 .vector1 {
  width: 470px;
  position: absolute;
  top: 75px;
  left: 32px;
}
.home5 .fields-list .field-item.field8 .vector2-lg {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  right: 10px;
}
.home5 .fields-list .field-item.field8 .vector2-sm {
  display: none;
}
/* Section # 5 */

/* Section # 6 */
.home6 {
  padding: 64px 0 100px;
}
.home6 .card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.7);
  padding: 0 0 0 48px;
  border: 1px solid var(--white);
  box-shadow: 0 3px 16px 0 rgba(0, 51, 172, 0.11);
  border-radius: 24px;
  backdrop-filter: blur(5px);
  overflow: hidden;
}
.home6 .card .content {
  width: 540px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.home6 .card .content .heading {
  font-size: var(--fs-48);
  font-weight: var(--fw-500);
  color: var(--gray-900);
  line-height: 1.25;
  letter-spacing: -0.96px;
  margin-bottom: 20px;
}
.home6 .card .content .desc {
  font-size: var(--fs-20);
  font-weight: var(--fw-400);
  color: var(--gray-900);
  line-height: 1.5;
  margin-bottom: 20px;
}
.home6 .card .content .desc:last-of-type {
  margin-bottom: 40px;
}
.home6 .card .img-container {
  width: 590px;
}
.home6 .card .img-container .lg {
  display: block;
  width: 100%;
}
.home6 .card .img-container .sm {
  display: none;
}
/* Section # 6 */

/* Section # 7 */
.home7 {
  background-color: var(--gray-100);
  padding: 80px 0 94px;
}
.home7 .sec-heading {
  max-width: 1140px;
  font-size: var(--fs-48);
  font-weight: var(--fw-500);
  color: var(--gray-900);
  line-height: 1.25;
  letter-spacing: -0.8px;
  text-align: center;
  margin: 0 auto 48px;
}
.home7 .reviews-slider {
  margin-bottom: 0 !important;
}
.home7 .reviews-slider .slick-track {
  display: flex;
  column-gap: 56px;
  padding: 56px 0 104px;
}
.home7 .reviews-slider .single-review {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--white);
  padding: 20px;
  border-radius: 20px;
  overflow: hidden;
  transform: scale(1);
  opacity: 0.7;
  transition: all 0.3s ease;
}
.home7 .reviews-slider .slick-center {
  transform: scale(1.2);
  opacity: 1;
  box-shadow:
    0 79px 22px 0 rgba(38, 38, 38, 0),
    0 51px 20px 0 rgba(38, 38, 38, 0.01),
    0 29px 17px 0 rgba(38, 38, 38, 0.04),
    0 13px 13px 0 rgba(38, 38, 38, 0.07),
    0 3px 7px 0 rgba(38, 38, 38, 0.08);
  border-radius: 24px;
}
.home7 .reviews-slider .single-review .profile {
  height: 52px;
  width: 52px;
  min-width: 52px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
}
.home7 .reviews-slider .single-review .profile img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.home7 .reviews-slider .single-review .icon-qoute {
  height: 40px;
  width: 40px;
  margin-bottom: 20px;
}
.home7 .reviews-slider .single-review .text {
  font-size: var(--fs-16);
  font-weight: var(--fw-400);
  color: var(--gray-900);
  line-height: 1.5;
  margin-bottom: 52px;
}
.home7 .reviews-slider .single-review .user {
  margin-top: auto;
}
.home7 .reviews-slider .single-review .user .name {
  font-family: "Dancing Script", cursive;
  font-size: var(--fs-24);
  font-weight: var(--fw-400);
  color: var(--gray-900);
  line-height: 1.4;
  margin-bottom: 4px;
}
.home7 .reviews-slider .single-review .user .designation {
  font-size: var(--fs-14);
  font-weight: var(--fw-300);
  color: var(--gray-500);
  line-height: 1.5;
}
.home7 .reviews-slider .slick-prev,
.home7 .reviews-slider .slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: var(--white);
  box-shadow:
    7px 33px 9px 0 rgba(0, 0, 0, 0),
    5px 21px 9px 0 rgba(0, 0, 0, 0.01),
    3px 12px 7px 0 rgba(0, 0, 0, 0.03),
    1px 5px 5px 0 rgba(0, 0, 0, 0.06),
    0 1px 3px 0 rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  z-index: 1;
}
.home7 .reviews-slider .slick-prev {
  left: -40px;
}
.home7 .reviews-slider .slick-prev:before {
  content: url("../images/icons/icon-slick-prev.svg");
}
.home7 .reviews-slider .slick-next {
  right: -40px;
}
.home7 .reviews-slider .slick-next:before {
  content: url("../images/icons/icon-slick-next.svg");
}
.home7 .reviews-slider .slick-dots {
  bottom: -12px;
}
.home7 .reviews-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 8px;
}
.home7 .reviews-slider .slick-dots li button {
  width: 14px;
  height: 14px;
  background-color: var(--white);
  border-radius: 50%;
}
.home7 .reviews-slider .slick-dots li.slick-active button {
  background-color: var(--blue-600);
}
.home7 .reviews-slider .slick-dots li button:before {
  display: none;
}
/* Section # 7 */

/* Section # 8 */
.home8 {
  padding: 100px 0 40px;
}
.home8 .sec-heading {
  font-size: var(--fs-48);
  font-weight: var(--fw-500);
  color: var(--gray-900);
  line-height: 1.25;
  letter-spacing: -0.96px;
  margin-bottom: 48px;
}
.home8 .inspired-list {
  display: flex;
  column-gap: 24px;
}
.home8 .inspired-list .item {
  flex: 1;
  background-color: var(--white);
  padding: 24px;
  border: 1px solid var(--gray-100);
  border-radius: 24px;
}
.home8 .inspired-list .item .icon-container {
  min-width: 56px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  box-shadow:
    0 12px 20px 0 rgba(92, 104, 128, 0.08),
    0 0 6px 0 rgba(92, 104, 128, 0.08);
  border: 1.2px solid var(--gray-100);
  border-radius: 50%;
  margin-bottom: 24px;
}
.home8 .inspired-list .item .icon-container img {
  width: 32px;
  height: 32px;
}
.home8 .inspired-list .item .text {
  font-size: var(--fs-20);
  font-weight: var(--fw-400);
  color: var(--gray-900);
  line-height: 1.5;
}
.home8 .inspired-list .item .text span {
  font-weight: var(--fw-700);
}
/* Section # 8 */

/* Section # 9 */
.home9 .heading {
  max-width: 920px;
}
.home9 .desc {
  max-width: 800px;
}
/* Section # 9 */

@media screen and (max-width: 1399.98px) and (min-width: 1200px) {
  .home1 {
    padding: 64px 0 100px;
  }
  .home1 .content {
    width: 560px;
  }
  .home1 .content .heading-lg {
    font-size: var(--fs-56);
  }
  .home1 .content .heading-sm {
    font-size: var(--fs-30);
    margin-bottom: 20px;
  }
  .home1 .content .desc {
    max-width: 480px;
    font-size: var(--fs-18);
    margin-bottom: 32px;
  }
  .home1 .content .pros-list {
    column-gap: 16px;
    margin-top: 36px;
  }
  .home1 .content .pros-list .item {
    column-gap: 6px;
  }
  .home1 .content .pros-list .item .icon {
    min-width: 20px;
    width: 20px;
    height: 20px;
  }
  .home1 .content .pros-list .item .text {
    font-size: var(--fs-14);
  }
  .home1 .img-banner-lg {
    width: 660px;
    top: -70px;
  }

  .home2 {
    padding: 80px 0 24px;
  }
  .home2 .content {
    width: 480px;
  }
  .home2 .content .heading {
    font-size: var(--fs-44);
  }
  .home2 .content .desc {
    max-width: 460px;
    font-size: var(--fs-18);
  }
  .home2 .img-container {
    width: 540px;
  }

  .home3 {
    padding: 56px 0 56px;
  }
  .home3 .main-flex {
    column-gap: 48px;
  }
  .home3 .img-container {
    width: 500px;
  }
  .home3 .content {
    width: 540px;
  }
  .home3 .content .heading {
    font-size: var(--fs-28);
  }
  .home3 .content .desc {
    font-size: var(--fs-18);
    margin-bottom: 32px;
  }

  .home4 {
    padding: 56px 0 80px;
  }
  .home4 .sec-heading {
    font-size: var(--fs-44);
    margin-bottom: 56px;
  }
  .home4 .platform-steps {
    column-gap: 56px;
  }
  .home4 .platform-steps .steps-tabs {
    top: 105px;
    row-gap: 48px;
  }
  .home4 .platform-steps .steps-tabs .steps-tab-item {
    height: 100px;
    width: 100px;
  }
  .home4 .platform-steps .steps-tabs .steps-tab-item .text {
    font-size: var(--fs-18);
  }
  .home4 .steps-flex {
    row-gap: 56px;
  }
  .home4 .steps-flex .single-step {
    column-gap: 56px;
  }
  .home4 .steps-flex .single-step .step-img {
    width: calc(56% - 28px);
    overflow: hidden;
  }
  .home4 .steps-flex .single-step .step-content {
    width: calc(44% - 28px);
  }
  .home4 .steps-flex .single-step .step-content .icon-container {
    min-width: 42px;
    width: 42px;
    height: 42px;
    margin-bottom: 20px;
  }
  .home4 .steps-flex .single-step .step-content .icon-container img {
    width: 24px;
    height: 24px;
  }
  .home4 .steps-flex .single-step .step-content .desc {
    font-size: var(--fs-22);
  }

  .home5 {
    padding: 64px 0 80px;
  }
  .home5 .sec-heading {
    max-width: 900px;
    font-size: var(--fs-44);
    margin: 0 auto 56px;
  }
  .home5 .fields-list {
    gap: 14px;
  }
  .home5 .fields-list .field-item {
    min-height: 360px;
    border-radius: 20px;
  }
  .home5 .fields-list .field-item .title {
    font-size: var(--fs-18);
    padding: 28px;
  }

  .home5 .fields-list .field-item.field1 {
    width: calc(40% - 7px);
  }

  .home5 .fields-list .field-item.field2 {
    width: calc(60% - 7px);
  }

  .home5 .fields-list .field-item.field3 {
    width: calc(60% - 7px);
  }

  .home5 .fields-list .field-item.field4 {
    width: calc(40% - 7px);
  }

  .home5 .fields-list .field-item.field5 {
    width: calc(33.33% - 9.33px);
  }

  .home5 .fields-list .field-item.field6 {
    width: calc(33.33% - 9.33px);
  }

  .home5 .fields-list .field-item.field7 {
    width: calc(33.33% - 9.33px);
  }
  .home5 .fields-list .field-item.field7 .vector {
    width: calc(100% - 20px);
    top: 18px;
    left: 10px;
  }

  .home5 .fields-list .field-item.field8 .vector1 {
    width: 440px;
    top: 80px;
    left: 24px;
  }

  .home6 {
    padding: 56px 0 80px;
  }
  .home6 .card {
    padding: 0 0 0 40px;
    border-radius: 20px;
  }
  .home6 .card .content {
    width: 480px;
  }
  .home6 .card .content .heading {
    font-size: var(--fs-44);
  }
  .home6 .card .content .desc {
    font-size: var(--fs-18);
    margin-bottom: 16px;
  }
  .home6 .card .content .desc:last-of-type {
    margin-bottom: 32px;
  }
  .home6 .card .img-container {
    width: 520px;
  }

  .home7 {
    padding: 72px 0 72px;
  }
  .home7 .sec-heading {
    max-width: 1060px;
    font-size: var(--fs-44);
    margin: 0 auto 42px;
  }
  .home7 .reviews-slider .slick-track {
    column-gap: 48px;
    padding: 48px 0 100px;
  }
  .home7 .reviews-slider .slick-center {
    border-radius: 20px;
  }
  .home7 .reviews-slider .single-review .profile {
    height: 44px;
    width: 44px;
    min-width: 44px;
    margin-bottom: 16px;
  }
  .home7 .reviews-slider .single-review .icon-qoute {
    height: 36px;
    width: 36px;
    margin-bottom: 16px;
  }
  .home7 .reviews-slider .single-review .text {
    font-size: var(--fs-14);
    margin-bottom: 46px;
  }
  .home7 .reviews-slider .single-review .user .name {
    font-size: var(--fs-22);
  }
  .home7 .reviews-slider .slick-prev,
  .home7 .reviews-slider .slick-next {
    width: 42px;
    height: 42px;
  }
  .home7 .reviews-slider .slick-prev {
    left: -36px;
  }
  .home7 .reviews-slider .slick-next {
    right: -36px;
  }
  .home7 .reviews-slider .slick-dots {
    bottom: -8px;
  }
  .home7 .reviews-slider .slick-dots li {
    margin: 0 6px;
  }
  .home7 .reviews-slider .slick-dots li button {
    width: 12px;
    height: 12px;
  }

  .home8 {
    padding: 80px 0 32px;
  }
  .home8 .sec-heading {
    font-size: var(--fs-44);
  }
  .home8 .inspired-list {
    column-gap: 20px;
  }
  .home8 .inspired-list .item {
    padding: 20px;
    border-radius: 20px;
  }
  .home8 .inspired-list .item .icon-container {
    min-width: 48px;
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
  }
  .home8 .inspired-list .item .icon-container img {
    width: 26px;
    height: 26px;
  }
  .home8 .inspired-list .item .text {
    font-size: var(--fs-18);
  }

  .home9 .heading {
    max-width: 860px;
  }
  .home9 .desc {
    max-width: 690px;
  }
}

@media screen and (max-width: 1199.98px) and (min-width: 992px) {
  .home1 {
    padding: 60px 0 80px;
  }
  .home1 .content {
    width: 500px;
  }
  .home1 .content .heading-lg {
    font-size: var(--fs-48);
    margin-bottom: 12px;
  }
  .home1 .content .heading-sm {
    font-size: var(--fs-26);
    margin-bottom: 16px;
  }
  .home1 .content .desc {
    max-width: 440px;
    font-size: var(--fs-16);
    margin-bottom: 28px;
  }
  .home1 .content .pros-list {
    column-gap: 12px;
    margin-top: 32px;
  }
  .home1 .content .pros-list .item {
    column-gap: 6px;
  }
  .home1 .content .pros-list .item .icon {
    min-width: 18px;
    width: 18px;
    height: 18px;
  }
  .home1 .content .pros-list .item .text {
    font-size: var(--fs-12);
  }
  .home1 .img-banner-lg {
    width: 580px;
    top: -69px;
  }

  .home2 {
    padding: 64px 0 24px;
  }
  .home2 .main-flex {
    column-gap: 48px;
  }
  .home2 .content {
    width: 420px;
  }
  .home2 .content .heading {
    font-size: var(--fs-36);
    margin-bottom: 16px;
  }
  .home2 .content .desc {
    max-width: 100%;
    font-size: var(--fs-16);
  }
  .home2 .img-container {
    width: 460px;
  }

  .home3 {
    padding: 48px 0 56px;
  }
  .home3 .main-flex {
    column-gap: 48px;
  }
  .home3 .img-container {
    width: 440px;
  }
  .home3 .content {
    width: 440px;
  }
  .home3 .content .heading {
    font-size: var(--fs-24);
    margin-bottom: 16px;
  }
  .home3 .content .desc {
    font-size: var(--fs-16);
    margin-bottom: 28px;
  }

  .home4 {
    padding: 48px 0 64px;
  }
  .home4 .sec-heading {
    font-size: var(--fs-36);
    margin-bottom: 48px;
  }
  .home4 .platform-steps {
    column-gap: 48px;
  }
  .home4 .platform-steps .steps-tabs {
    top: 90px;
    row-gap: 32px;
  }
  .home4 .platform-steps .steps-tabs .steps-tab-item {
    height: 90px;
    width: 90px;
  }
  .home4 .platform-steps .steps-tabs .steps-tab-item .text {
    font-size: var(--fs-16);
  }
  .home4 .steps-flex {
    row-gap: 48px;
  }
  .home4 .steps-flex .single-step {
    column-gap: 48px;
  }
  .home4 .steps-flex .single-step .step-img {
    width: calc(56% - 24px);
  }
  .home4 .steps-flex .single-step .step-content {
    width: calc(44% - 24px);
  }
  .home4 .steps-flex .single-step .step-content .icon-container {
    min-width: 40px;
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
  }
  .home4 .steps-flex .single-step .step-content .icon-container img {
    width: 24px;
    height: 24px;
  }
  .home4 .steps-flex .single-step .step-content .desc {
    font-size: var(--fs-18);
    line-height: 1.4;
  }

  .home5 {
    padding: 56px 0 64px;
  }
  .home5 .sec-heading {
    max-width: 720px;
    font-size: var(--fs-36);
    margin: 0 auto 48px;
  }
  .home5 .fields-list {
    gap: 12px;
  }
  .home5 .fields-list .field-item {
    min-height: 320px;
    border-radius: 16px;
  }
  .home5 .fields-list .field-item .title {
    font-size: var(--fs-16);
    padding: 24px;
  }

  .home5 .fields-list .field-item.field1 {
    width: calc(40% - 6px);
  }

  .home5 .fields-list .field-item.field2 {
    width: calc(60% - 6px);
  }
  .home5 .fields-list .field-item.field2 .vector {
    width: 80%;
    top: 20px;
  }

  .home5 .fields-list .field-item.field3 {
    width: calc(60% - 6px);
  }

  .home5 .fields-list .field-item.field4 {
    width: calc(40% - 6px);
  }

  .home5 .fields-list .field-item.field5 {
    width: calc(33.33% - 8px);
  }

  .home5 .fields-list .field-item.field6 {
    width: calc(33.33% - 8px);
  }
  .home5 .fields-list .field-item.field6 .vector {
    top: 52px;
  }

  .home5 .fields-list .field-item.field7 {
    width: calc(33.33% - 8px);
  }
  .home5 .fields-list .field-item.field7 .vector {
    width: calc(100% - 20px);
    top: 16px;
    left: 10px;
  }

  .home5 .fields-list .field-item.field8 .vector1 {
    width: 340px;
    top: 65px;
    left: 24px;
  }
  .home5 .fields-list .field-item.field8 .vector2-lg {
    right: 0;
  }

  .home6 {
    padding: 48px 0 72px;
  }
  .home6 .card {
    padding: 0 0 0 36px;
    border-radius: 24px;
  }
  .home6 .card .content {
    width: 420px;
  }
  .home6 .card .content .heading {
    font-size: var(--fs-36);
    margin-bottom: 16px;
  }
  .home6 .card .content .desc {
    font-size: var(--fs-16);
    margin-bottom: 12px;
  }
  .home6 .card .content .desc:last-of-type {
    margin-bottom: 28px;
  }
  .home6 .card .img-container {
    width: 440px;
  }

  .home7 {
    padding: 64px 0 64px;
  }
  .home7 .sec-heading {
    max-width: 860px;
    font-size: var(--fs-36);
    margin: 0 auto 36px;
  }
  .home7 .reviews-slider .slick-track {
    column-gap: 36px;
    padding: 36px 0 80px;
  }
  .home7 .reviews-slider .single-review {
    padding: 16px;
  }
  .home7 .reviews-slider .slick-center {
    transform: scale(1.15);
    border-radius: 20px;
  }
  .home7 .reviews-slider .single-review .profile {
    height: 42px;
    width: 42px;
    min-width: 42px;
    margin-bottom: 16px;
  }
  .home7 .reviews-slider .single-review .icon-qoute {
    height: 32px;
    width: 32px;
    margin-bottom: 16px;
  }
  .home7 .reviews-slider .single-review .text {
    font-size: var(--fs-12);
    margin-bottom: 36px;
  }
  .home7 .reviews-slider .single-review .user .name {
    font-size: var(--fs-18);
  }
  .home7 .reviews-slider .single-review .user .designation {
    font-size: var(--fs-12);
  }
  .home7 .reviews-slider .slick-prev,
  .home7 .reviews-slider .slick-next {
    width: 36px;
    height: 36px;
  }
  .home7 .reviews-slider .slick-prev {
    left: -28px;
  }
  .home7 .reviews-slider .slick-next {
    right: -28px;
  }
  .home7 .reviews-slider .slick-dots {
    bottom: -6px;
  }
  .home7 .reviews-slider .slick-dots li {
    margin: 0 4px;
  }
  .home7 .reviews-slider .slick-dots li button {
    width: 10px;
    height: 10px;
  }

  .home8 {
    padding: 64px 0 32px;
  }
  .home8 .sec-heading {
    font-size: var(--fs-36);
    margin-bottom: 36px;
  }
  .home8 .inspired-list {
    column-gap: 16px;
  }
  .home8 .inspired-list .item {
    padding: 20px;
    border-radius: 16px;
  }
  .home8 .inspired-list .item .icon-container {
    min-width: 42px;
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
  }
  .home8 .inspired-list .item .icon-container img {
    width: 24px;
    height: 24px;
  }
  .home8 .inspired-list .item .text {
    font-size: var(--fs-16);
  }

  .home9 .heading {
    max-width: 680px;
  }
  .home9 .desc {
    max-width: 620px;
  }
}

@media screen and (max-width: 767.98px) {
  .home1 {
    padding: 24px 0 0;
    overflow: hidden;
  }
  .home1 .content {
    width: 100%;
    text-align: center;
  }
  .home1 .content .heading-lg {
    font-size: var(--fs-36);
    line-height: 1.25;
    letter-spacing: -0.72px;
  }
  .home1 .content .heading-sm {
    font-size: var(--fs-20);
    letter-spacing: 0;
    margin-bottom: 16px;
  }
  .home1 .content .desc {
    max-width: 100%;
    font-size: var(--fs-16);
    margin-bottom: 24px;
  }
  .home1 .content .pros-list {
    flex-direction: column;
    row-gap: 12px;
    margin-top: 32px;
  }
  .home1 .content .pros-list .separator {
    display: none;
  }
  .home1 .content .pros-list .item .icon {
    min-width: 20px;
    width: 20px;
    height: 20px;
  }
  .home1 .img-banner-lg {
    display: none;
  }
  .home1 .img-banner-sm {
    display: block;
    width: 100%;
    margin-top: -150px;
  }

  .home2 {
    padding: 0 0 32px;
  }
  .home2 .main-flex {
    flex-direction: column;
    align-items: stretch;
    row-gap: 32px;
  }
  .home2 .content {
    width: 100%;
    text-align: center;
  }
  .home2 .content .heading {
    font-size: var(--fs-32);
    letter-spacing: -0.64px;
    margin-bottom: 16px;
  }
  .home2 .content .desc {
    max-width: 100%;
    font-size: var(--fs-16);
  }
  .home2 .img-container {
    width: 100%;
  }

  .home3 {
    padding: 32px 0 32px;
  }
  .home3 .main-flex {
    flex-direction: column-reverse;
    align-items: stretch;
    row-gap: 32px;
  }
  .home3 .img-container {
    width: 100%;
  }
  .home3 .content {
    width: 100%;
    text-align: center;
  }
  .home3 .content .heading {
    font-size: var(--fs-20);
    line-height: 1.35;
    letter-spacing: 0;
    margin-bottom: 16px;
  }
  .home3 .content .desc {
    font-size: var(--fs-16);
    margin-bottom: 24px;
  }
  .home3 .content .btn-brand {
    display: inline-flex;
  }

  .home4 {
    padding: 32px 0 40px;
  }
  .home4 .sec-heading {
    font-size: var(--fs-32);
    line-height: 1.25;
    letter-spacing: -0.64px;
    margin-bottom: 32px;
  }
  .home4 .platform-steps {
    display: block;
  }
  .home4 .platform-steps .steps-tabs {
    display: none;
  }
  .home4 .steps-flex {
    row-gap: 40px;
  }
  .home4 .steps-flex .single-step {
    flex-direction: column-reverse;
    row-gap: 20px;
    align-items: stretch;
  }
  .home4 .steps-flex .single-step .step-img {
    width: 100%;
  }
  .home4 .steps-flex .single-step .step-content {
    width: 100%;
  }
  .home4 .steps-flex .single-step .step-content .icon-container {
    min-width: 40px;
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
  }
  .home4 .steps-flex .single-step .step-content .icon-container img {
    width: 20px;
    height: 20px;
  }
  .home4 .steps-flex .single-step .step-content .desc {
    font-size: var(--fs-20);
    line-height: 1.35;
  }

  .home5 {
    padding: 40px 0 40px;
  }
  .home5 .sec-heading {
    max-width: 100%;
    font-size: var(--fs-30);
    line-height: 1.35;
    letter-spacing: -0.6px;
    margin: 0 auto 32px;
  }
  .home5 .fields-list {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .home5 .fields-list .field-item {
    min-height: 275px;
    border-radius: 20px;
  }
  .home5 .fields-list .field-item .title {
    font-size: var(--fs-20);
    padding: 20px;
  }

  .home5 .fields-list .field-item.field1 {
    width: 100%;
  }

  .home5 .fields-list .field-item.field2 {
    width: 100%;
  }
  .home5 .fields-list .field-item.field2 .vector {
    width: 90%;
    top: 30px;
  }

  .home5 .fields-list .field-item.field3 {
    width: 100%;
  }
  .home5 .fields-list .field-item.field3 .vector {
    width: 140%;
    left: 50%;
    transform: translateX(-50%);
  }

  .home5 .fields-list .field-item.field4 {
    width: 100%;
  }
  .home5 .fields-list .field-item.field4 .vector {
    top: -24px;
  }

  .home5 .fields-list .field-item.field5 {
    width: 100%;
  }
  .home5 .fields-list .field-item.field5 .vector {
    width: 70%;
    left: 15%;
  }

  .home5 .fields-list .field-item.field6 {
    width: 100%;
  }
  .home5 .fields-list .field-item.field6 .vector {
    width: 90%;
    top: 24px;
    left: 5%;
  }

  .home5 .fields-list .field-item.field7 {
    width: 100%;
  }
  .home5 .fields-list .field-item.field7 .vector {
    max-height: 190px;
    top: 20px;
  }

  .home5 .fields-list .field-item.field8 .vector1 {
    width: 70%;
    top: 24px;
    left: 16px;
    z-index: 1;
  }
  .home5 .fields-list .field-item.field8 .vector2-lg {
    display: none;
  }
  .home5 .fields-list .field-item.field8 .vector2-sm {
    display: block;
    width: 80%;
    position: absolute;
    top: 12px;
    right: 0;
  }

  .home6 {
    padding: 40px 0 64px;
  }
  .home6 .card {
    flex-direction: column;
    align-items: stretch;
    row-gap: 12px;
    padding: 0 0 0 0;
    border-radius: 20px;
  }
  .home6 .card .content {
    width: 100%;
    align-items: center;
    padding: 32px 24px 0;
    text-align: center;
  }
  .home6 .card .content .heading {
    font-size: var(--fs-30);
    line-height: 1.35;
    letter-spacing: -0.6px;
    margin-bottom: 16px;
  }
  .home6 .card .content .desc {
    font-size: var(--fs-16);
    margin-bottom: 16px;
  }
  .home6 .card .content .desc:last-of-type {
    margin-bottom: 32px;
  }
  .home6 .card .img-container {
    width: 100%;
  }
  .home6 .card .img-container .lg {
    display: none;
  }
  .home6 .card .img-container .sm {
    display: block;
    width: 100%;
  }

  .home7 {
    padding: 48px 0 64px;
  }
  .home7 .sec-heading {
    max-width: 100%;
    font-size: var(--fs-30);
    line-height: 1.35;
    letter-spacing: -0.65px;
    margin: 0 auto 0;
  }
  .home7 .reviews-slider {
    position: relative;
    width: calc(100% + 32px);
    left: -16px;
  }
  .home7 .reviews-slider .slick-track {
    column-gap: 8px;
    padding: 32px 0 40px;
  }
  .home7 .reviews-slider .single-review {
    opacity: 1;
    box-shadow:
      0 65.236px 18.167px 0 rgba(38, 38, 38, 0),
      0 42.115px 16.516px 0 rgba(38, 38, 38, 0.01),
      0 23.948px 14.038px 0 rgba(38, 38, 38, 0.04),
      0 10.735px 10.735px 0 rgba(38, 38, 38, 0.07),
      0 2.477px 5.78px 0 rgba(38, 38, 38, 0.08);
    transform: scaleY(0.85);
  }
  .home7 .reviews-slider .slick-center {
    transform: scale(1);
  }
  .home7 .reviews-slider .single-review .user .designation {
    font-size: var(--fs-12);
  }
  .home7 .reviews-slider .slick-prev,
  .home7 .reviews-slider .slick-next {
    display: none;
  }
  .home7 .reviews-slider .slick-dots li {
    margin: 0 6px;
  }
  .home7 .reviews-slider .slick-dots li button {
    width: 12px;
    height: 12px;
  }

  .home8 {
    padding: 48px 0 48px;
  }
  .home8 .sec-heading {
    font-size: var(--fs-30);
    line-height: 1.35;
    letter-spacing: -0.6px;
    margin-bottom: 32px;
  }
  .home8 .inspired-list {
    flex-direction: column;
    row-gap: 16px;
  }
  .home8 .inspired-list .item {
    padding: 20px;
    border-radius: 20px;
  }
  .home8 .inspired-list .item .icon-container {
    min-width: 48px;
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
  }
  .home8 .inspired-list .item .icon-container img {
    width: 24px;
    height: 24px;
  }
  .home8 .inspired-list .item .text {
    font-size: var(--fs-16);
  }

  .home9 .heading {
    max-width: 100%;
  }
  .home9 .desc {
    max-width: 100%;
  }
}
