@charset "UTF-8";
.landing-banner {
  background-image: url(../images/landing-page/index-banner.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  min-height: calc(100vh - 108px);
  border-radius: 0 0 50px 0;
  height: 700px;
}
@media (max-width: 1200px) {
  .landing-banner {
    height: auto;
  }
}
@media (max-width: 768px) {
  .landing-banner {
    padding: 160px 0px 50px;
    border-radius: 0;
  }
}
.landing-banner .banner-text {
  max-width: 930px;
}
.landing-banner .banner-text h1 {
  font-weight: 800;
  font-size: 61px;
  color: var(--white-color);
}
@media (max-width: 1024px) {
  .landing-banner .banner-text h1 {
    font-size: 34px;
  }
}
@media (max-width: 769px) {
  .landing-banner .banner-text h1 {
    font-size: 25px;
  }
}
.landing-banner .banner-text .guide-before {
  left: -110px;
  top: 45px;
}
@media (max-width: 1200px) {
  .landing-banner .banner-text .guide-before {
    left: -38px;
    width: 95px;
    top: 55px;
  }
}
@media (max-width: 1024px) {
  .landing-banner .banner-text .guide-before {
    left: 90px;
    width: 80px;
    top: 36px;
  }
}
.landing-banner .banner-text .guide-after {
  right: -90px;
  top: 45px;
}
@media (max-width: 1200px) {
  .landing-banner .banner-text .guide-after {
    right: -40px;
    width: 100px;
  }
}
@media (max-width: 1024px) {
  .landing-banner .banner-text .guide-after {
    right: 90px;
    width: 80px;
    top: 36px;
  }
}
.landing-banner .shape-box {
  filter: url("#goo");
  height: 100%;
  width: 39%;
  position: absolute;
  bottom: -22px;
}
.landing-banner .shape-box::before {
  content: "";
  position: absolute;
  width: 95px;
  height: 95px;
  bottom: 22px;
  left: -97px;
  box-shadow: 30px 45px 0 0 #f9f6ed;
  border-radius: 50%;
  z-index: 1;
}
.landing-banner .shape-box::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 95px;
  bottom: 20px;
  left: 360px;
  box-shadow: -30px 45px 0 0 #f9f6ed;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 1400px) {
  .landing-banner .shape-box::after {
    right: -65px;
  }
}
.landing-banner .shape-box .shape-info {
  background: #f9f6ed;
  clip-path: polygon(0% 0, 10% 0, 68% 13%, 73% 14%, 97% 21%, 93% 100%, 0% 100%);
  padding: 38px 50px;
  border-radius: 29px;
  height: 250px;
  display: flex;
  align-items: end;
  justify-content: center;
  position: absolute;
  bottom: 21px;
}
@media (max-width: 991px) {
  .landing-banner .shape-box .shape-info {
    clip-path: none;
    padding: 25px 30px;
  }
}

.driven-growth {
  padding: 100px 0;
  background-color: #f9f6ed;
}
@media (max-width: 767px) {
  .driven-growth {
    padding: 60px 0;
  }
}
.driven-growth h2 {
  font-weight: 700;
  font-size: 30px;
}
@media (max-width: 768px) {
  .driven-growth h2 {
    font-size: 24px;
  }
}
.driven-growth .feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .driven-growth .feature-grid {
    grid-template-columns: 1fr;
  }
}
.driven-growth .feature-grid .feature-box {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: var(--white-color);
  border: 1px solid rgb(240, 240, 240);
  border-radius: 14px;
}
.driven-growth .feature-grid .feature-box .icon {
  width: 40px;
  height: 40px;
  min-width: 35px;
  background: rgb(0, 69, 127);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.driven-growth .feature-grid .feature-box .icon img {
  width: 18px;
}
.driven-growth .feature-grid .feature-box p {
  flex: 1;
}
.driven-growth a {
  margin-top: 30px;
}

.directories-wrapper span {
  font-weight: 700;
  font-size: 107px;
  line-height: 139px;
  opacity: 0.02;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  .directories-wrapper span {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .directories-wrapper span {
    font-size: 50px;
  }
}
.directories-wrapper .our-directories-carousel {
  margin-top: 0;
  background: radial-gradient(141.42% 141.42% at 0% 0%, #077ac7 0%, #6b21ef 100%);
}
.directories-wrapper .our-directories-carousel .owl-stage {
  padding: 20px 0px;
}
.directories-wrapper .our-directories-carousel .owl-stage .owl-item img {
  min-width: 120px;
  height: 40px;
}

.digital-marketing {
  padding: 100px 0;
  background-color: #f9f6ed;
  position: relative;
}
.digital-marketing::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 150px;
  background-image: url(../images/homepage/svg/right-img.svg);
  background-repeat: no-repeat;
  top: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .digital-marketing::before {
    display: none;
  }
}
.digital-marketing::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 150px;
  background-image: url(../images/homepage/svg/left-img.svg);
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .digital-marketing::after {
    display: none;
  }
}
@media (max-width: 1024px) {
  .digital-marketing {
    padding: 40px 0;
  }
}
.digital-marketing h2 {
  font-weight: 700;
  font-size: 30px;
}
@media (max-width: 768px) {
  .digital-marketing h2 {
    font-size: 22px;
  }
}

.market-seo-service {
  padding: 100px 0;
  background-color: #f9f6ed;
  position: relative;
}
@media (max-width: 1200px) {
  .market-seo-service {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .market-seo-service {
    padding: 30px 0;
  }
}
.market-seo-service::before {
  content: "";
  position: absolute;
  width: 425px;
  height: 525px;
  background-image: url(../images/homepage/svg/businesses-left.svg);
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .market-seo-service::before {
    display: none;
  }
}
.market-seo-service::after {
  content: "";
  position: absolute;
  width: 425px;
  height: 525px;
  background-image: url(../images/homepage/svg/businesses-bottom-img.svg);
  background-repeat: no-repeat;
  bottom: 10%;
  right: 0;
}
@media (max-width: 1024px) {
  .market-seo-service::after {
    display: none;
  }
}
.market-seo-service h2 {
  font-weight: 700;
  font-size: 30px;
  color: #1b1b1b;
}
@media (max-width: 576px) {
  .market-seo-service h2 {
    font-size: 25px;
  }
}
.market-seo-service p {
  color: #2e2e2e;
}
.market-seo-service .industry-wrapper {
  margin-top: 54px;
  padding: 40px 0px;
  z-index: 1;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(50px);
}
@media (max-width: 768px) {
  .market-seo-service .industry-wrapper {
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .market-seo-service .industry-wrapper {
    margin-top: 30px;
  }
}
.market-seo-service .industry-wrapper .industry-big-heading {
  left: 50%;
  top: 0;
  bottom: 3%;
  z-index: 999;
  transform: translateX(-50%);
  text-transform: uppercase;
  gap: 10px;
  font-weight: 900;
  font-size: 190px;
  line-height: 180px;
  border-radius: 8px;
  background: linear-gradient(5deg, #f3f3f3 0%, rgba(238, 238, 238, 0) 112.56%);
  padding: 70px 44px;
}
@media (max-width: 1400px) {
  .market-seo-service .industry-wrapper .industry-big-heading {
    padding: 70px 20px;
  }
}
@media (max-width: 1200px) {
  .market-seo-service .industry-wrapper .industry-big-heading {
    display: none !important;
  }
}
.market-seo-service .industry-wrapper .industry-big-heading span {
  color: var(--white-color);
  writing-mode: sideways-lr;
}
.market-seo-service .industry-wrapper .industry-card {
  margin-bottom: 70px;
  width: 500px;
  padding: 20px 15px;
  transition: all 0.8s;
  border-radius: 20px;
  gap: 10px;
}
@media (max-width: 1400px) {
  .market-seo-service .industry-wrapper .industry-card {
    width: 442px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1200px) {
  .market-seo-service .industry-wrapper .industry-card {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .market-seo-service .industry-wrapper .industry-card {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .market-seo-service .industry-wrapper .industry-card {
    gap: 10px;
    padding: 16px 11px;
    margin-bottom: 30px;
  }
}
.market-seo-service .industry-wrapper .industry-card h3 {
  font-weight: 700;
  font-size: 22px;
  color: var(--black-color);
  margin-bottom: 8px;
}
@media (max-width: 576px) {
  .market-seo-service .industry-wrapper .industry-card h3 {
    font-size: 20px;
  }
}
.market-seo-service .industry-wrapper .right-list .industry-card {
  margin-top: 70px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .market-seo-service .industry-wrapper .right-list .industry-card {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .market-seo-service .industry-wrapper .right-list .industry-card {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .market-seo-service .industry-wrapper .right-list .industry-card {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.local-seo-cta {
  padding: 0px 0px 100px;
  background-color: #f9f6ed;
}
@media (max-width: 991px) {
  .local-seo-cta {
    padding: 0px 0px 70px;
  }
}
@media (max-width: 768px) {
  .local-seo-cta {
    padding: 0px 0px 50px;
  }
}
@media (max-width: 576px) {
  .local-seo-cta {
    padding: 0px 0px 30px;
  }
}
.local-seo-cta .cta-wrapper {
  background: linear-gradient(90deg, #6996fe 0%, #8082ff 24.52%, #a498fe 62.98%, #b0a6fe 100%);
  padding: 50px 30px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .local-seo-cta .cta-wrapper {
    padding: 30px 20px;
  }
}
.local-seo-cta .cta-wrapper .cta-content {
  max-width: 604px;
}
.local-seo-cta .cta-wrapper .cta-content h3 {
  font-weight: 700;
  font-size: 30px;
  color: var(--white-color);
}
@media (max-width: 768px) {
  .local-seo-cta .cta-wrapper .cta-content h3 {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .local-seo-cta .cta-wrapper .cta-content h3 {
    font-size: 20px;
  }
}
.local-seo-cta .cta-wrapper .cta-content p {
  color: var(--white-color);
  margin-bottom: 30px;
}
.local-seo-cta .cta-wrapper .seo-img {
  bottom: -45px;
  right: 28px;
}

.seo-business {
  background-color: #f9f6ed;
  position: relative;
  padding: 180px 0;
}
@media (max-width: 1100px) {
  .seo-business {
    padding: 40px 0;
  }
}
.seo-business::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/homepage/top-img.webp);
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .seo-business::before {
    display: none;
  }
}
.seo-business .seo-business-left {
  position: sticky;
  top: 50%;
}
.seo-business .seo-business-left h2 {
  font-size: 32px;
}
@media (max-width: 767px) {
  .seo-business .seo-business-left h2 {
    font-size: 24px;
  }
}
.seo-business .seo-business-cards {
  position: relative;
  display: flex !important;
}
.seo-business .seo-business-cards .seo-business-card {
  position: sticky;
  top: 120px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 0px;
  background: linear-gradient(135deg, #2d5bff, #6a85ff);
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
@media (max-width: 768px) {
  .seo-business .seo-business-cards .seo-business-card {
    position: static;
    flex-direction: column-reverse;
    padding: 8px;
  }
}
.seo-business .seo-business-cards .seo-business-card .card-content {
  width: 65%;
  color: var(--white-color);
}
@media (max-width: 768px) {
  .seo-business .seo-business-cards .seo-business-card .card-content {
    width: 100%;
  }
}
.seo-business .seo-business-cards .seo-business-card .card-content h3 {
  font-size: 18px;
  color: var(--white-color);
  margin-bottom: 10px;
}
.seo-business .seo-business-cards .seo-business-card .card-image {
  width: 35%;
  text-align: right;
}
@media (max-width: 768px) {
  .seo-business .seo-business-cards .seo-business-card .card-image {
    width: 100%;
    text-align: left;
  }
}
.seo-business .seo-business-cards .seo-business-card .card-image img {
  max-width: 100%;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .seo-business .seo-business-cards .seo-business-card .card-image img {
    width: 100%;
  }
}
.seo-business .seo-business-card:nth-child(1) {
  top: 120px;
  z-index: 1;
}
.seo-business .seo-business-card:nth-child(2) {
  top: 130px;
  z-index: 2;
}
.seo-business .seo-business-card:nth-child(3) {
  top: 140px;
  z-index: 3;
}
.seo-business .seo-business-card:nth-child(4) {
  top: 150px;
  z-index: 4;
}
.seo-business .seo-business-card:nth-child(5) {
  top: 160px;
  z-index: 5;
}
.seo-business .seo-business-card:nth-child(6) {
  top: 170px;
  z-index: 6;
}
.seo-business .seo-business-card:nth-child(7) {
  top: 180px;
  z-index: 7;
}
.seo-business .seo-business-card:nth-child(8) {
  top: 190px;
  z-index: 8;
}
.seo-business .seo-business-card:nth-child(9) {
  top: 200px;
  z-index: 9;
}
.seo-business .seo-business-card:nth-child(10) {
  top: 210px;
  z-index: 10;
}
.seo-business .seo-business-card:nth-child(11) {
  top: 220px;
  z-index: 11;
}
.seo-business .seo-business-card:nth-child(12) {
  top: 230px;
  z-index: 12;
}
.seo-business .seo-business-card:nth-child(13) {
  top: 240px;
  z-index: 13;
}
.seo-business .seo-business-card:nth-child(14) {
  top: 250px;
  z-index: 14;
}
.seo-business .seo-business-card:nth-child(15) {
  top: 260px;
  z-index: 15;
}

.testimonials {
  padding: 80px 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  .testimonials {
    padding: 40px 0;
  }
}
.testimonials.testimonial-slider {
  padding: 80px 0 !important;
}
.testimonials .heading {
  margin-bottom: 60px;
}
.testimonials .heading h2 {
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
.testimonials .heading h2::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 3px;
  background: #000000;
  bottom: 0;
  left: 20%;
}
.testimonials .heading p {
  margin-top: 15px;
  color: #555;
}
.testimonials .testimonial-card {
  margin: 50px 15px;
  background: #3e56d6;
  padding: 49px 30px 17px;
  text-align: center;
  position: relative;
  transition: transform 0.3s ease;
  border-radius: 29px;
  min-height: 325px;
}
.testimonials .testimonial-card .img-box {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
}
.testimonials .testimonial-card .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.testimonials .testimonial-card .see-more,
.testimonials .testimonial-card .see-less {
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  margin-left: 5px;
}
.testimonials .testimonial-card .content-box p {
  color: #ffffff;
  font-style: italic;
}
.testimonials .testimonial-card .content-box p::before, .testimonials .testimonial-card .content-box p::after {
  content: "“";
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}
.testimonials .testimonial-card .content-box .user-info {
  margin-top: 20px;
}
.testimonials .testimonial-card .content-box .user-info .name {
  display: block;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
}
.testimonials .testimonial-card .content-box .user-info .designation {
  font-size: 12px;
  color: #ffffff;
}

.seo-services {
  background: rgb(20, 80, 229);
  padding: 90px 0;
}
.seo-services .heading {
  max-width: 910px;
  margin: auto;
}
.seo-services .heading h2 {
  font-weight: 700;
  font-size: 30px;
  color: var(--white-color);
}
.seo-services .heading p {
  color: var(--white-color);
}
.seo-services .row {
  flex-direction: row !important;
}
.seo-services .seo-box {
  padding: 18px 28px;
  background: rgb(49, 107, 251);
  border-radius: 10px;
  height: 100%;
}
.seo-services .seo-box img {
  width: 26px;
}
.seo-services .seo-box h3 {
  font-size: 14px;
  margin: 0px;
  color: var(--white-color);
}

.customSoftwareDevelopemnt {
  padding: 0px 0px 80px;
  background-color: #f9f6ed;
}
@media (max-width: 991px) {
  .customSoftwareDevelopemnt {
    padding: 0 0 40px;
  }
}
.customSoftwareDevelopemnt .heading {
  max-width: 840px;
  padding-bottom: 50px;
}
.customSoftwareDevelopemnt .heading h2 {
  color: #000000;
  font-size: 26px;
}
@media (max-width: 576px) {
  .customSoftwareDevelopemnt .heading h2 {
    font-size: 22px;
  }
}
.customSoftwareDevelopemnt .heading p {
  color: #000000;
}
.customSoftwareDevelopemnt .thumbSection {
  border: 1px solid #3c55d5;
  transition: all 0.7s ease;
  padding: 20px;
  border-radius: 22px;
  height: 100%;
}
@media (max-width: 576px) {
  .customSoftwareDevelopemnt .thumbSection {
    padding: 20px;
  }
}
.customSoftwareDevelopemnt .thumbSection:hover {
  box-shadow: 1px 0 8px rgba(0, 0, 0, 0.12);
  transition: all 0.7s ease;
  background: #3c55d5;
}
.customSoftwareDevelopemnt .thumbSection:hover h3,
.customSoftwareDevelopemnt .thumbSection:hover p {
  color: var(--white-color);
}
.customSoftwareDevelopemnt .thumbSection h3 {
  font-size: 20px;
  text-transform: capitalize;
}
.customSoftwareDevelopemnt .thumbSection p {
  color: #000000;
}

.services-company {
  padding: 100px 0;
  background-color: #f9f6ed;
}
@media (max-width: 1200px) {
  .services-company {
    padding: 100px 0 20px 0;
  }
}
@media (max-width: 768px) {
  .services-company {
    padding: 70px 0;
  }
}
.services-company .heading {
  max-width: 800px;
  margin: auto;
  text-align: center;
}
.services-company .heading h2 {
  font-weight: 700;
  font-size: 30px;
  color: var(--black-color);
}
.services-company .heading h2 span {
  color: var(--primary-color);
}
.services-company .heading p {
  color: var(--black-color);
}
.services-company .industry-wrapper {
  position: relative;
  margin-top: 54px;
  padding: 40px 0px;
  z-index: 1;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(50px);
}
@media (max-width: 1200px) {
  .services-company .industry-wrapper {
    padding: 0;
  }
}
.services-company .industry-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 800px;
  height: 100%;
  background-image: url(../images/homepage/cross-line.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media (max-width: 1200px) {
  .services-company .industry-wrapper::before {
    display: none !important;
  }
}
.services-company .industry-wrapper .industry-big-heading {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  position: absolute;
  height: 100%;
  z-index: 5;
}
@media (max-width: 1200px) {
  .services-company .industry-wrapper .industry-big-heading {
    display: none !important;
  }
}
.services-company .industry-wrapper .industry-big-heading .step {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #111;
  color: var(--white-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
}
.services-company .industry-wrapper .industry-big-heading .step1 {
  top: 10%;
  left: -85px;
}
.services-company .industry-wrapper .industry-big-heading .step2 {
  top: 23%;
  left: 30px;
}
.services-company .industry-wrapper .industry-big-heading .step3 {
  top: 40%;
  left: -86px;
}
.services-company .industry-wrapper .industry-big-heading .step4 {
  top: 54%;
  left: 30px;
}
.services-company .industry-wrapper .industry-big-heading .step5 {
  top: 74%;
  left: -85px;
}
.services-company .industry-wrapper .industry-big-heading .step6 {
  top: 88%;
  left: 42px;
}
.services-company .industry-wrapper .industry-card {
  margin-bottom: 70px;
  width: 500px;
  padding: 20px;
  transition: all 0.8s;
  border-radius: 20px;
  gap: 10px;
  background: linear-gradient(89.87deg, #00457f 2.05%, #2947cb 123.97%);
}
@media (max-width: 1400px) {
  .services-company .industry-wrapper .industry-card {
    width: 442px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1200px) {
  .services-company .industry-wrapper .industry-card {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .services-company .industry-wrapper .industry-card {
    margin-bottom: 40px;
  }
}
.services-company .industry-wrapper .industry-card h3 {
  font-weight: 700;
  font-size: 22px;
  color: var(--white-color);
  margin: 10px 0 8px;
}
@media (max-width: 576px) {
  .services-company .industry-wrapper .industry-card h3 {
    font-size: 20px;
  }
}
.services-company .industry-wrapper .industry-card p {
  color: var(--white-color);
}
.services-company .industry-wrapper .right-list .industry-card {
  margin-top: 70px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .services-company .industry-wrapper .right-list .industry-card {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .services-company .industry-wrapper .right-list .industry-card {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .services-company .industry-wrapper .right-list .industry-card {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.customer-base-cta {
  padding: 0 0 100px;
  background-color: #f9f6ed;
}
@media (max-width: 768px) {
  .customer-base-cta {
    padding: 0 0 50px;
  }
}
@media (max-width: 576px) {
  .customer-base-cta {
    padding: 0 0 30px;
  }
}
.customer-base-cta .customer-base-content {
  padding: 50px 10px;
  border-radius: 20px;
  background-image: url(../images/homepage/cta.webp), var(--gradient-cta);
  background-position: center;
  background-repeat: no-repeat;
}
.customer-base-cta .customer-base-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(77, 61, 241);
  border-radius: 19px;
  z-index: 1;
  opacity: 0.9;
}
.customer-base-cta .customer-base-content h2 {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  color: var(--white-color);
  text-transform: capitalize;
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.customer-base-cta .customer-base-content p {
  text-align: center;
  color: var(--white-color);
  max-width: 828px;
  margin: auto;
  z-index: 1;
  position: relative;
}
.customer-base-cta .btn-id {
  padding-top: 30px;
  z-index: 1;
  position: relative;
}
.customer-base-cta .btn-id .id-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.customer-base-cta .btn-id .id-content .ifo-link {
  color: var(--white-color);
  font-size: 14px;
  font-weight: 600;
}

.pricing-wrapper .plan-box .plan-box-header .components {
  filter: blur(0px);
}
.pricing-wrapper .plan-box p {
  font-size: 20px;
  color: var(--white-color);
  filter: blur(0px);
}
.pricing-wrapper .plan-box ul li {
  min-height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing-wrapper .plan-box ul li.plan-list {
  font-weight: 700;
  color: var(--black-color);
  filter: blur(3px);
}
.pricing-wrapper .plan-box ul li span {
  font-weight: 600;
  color: var(--black-color);
}
.pricing-wrapper .plan-box ul li span.tag {
  filter: blur(3px);
}
.pricing-wrapper .plan-box .plan-button {
  padding: 19px 0 27px;
}

.optimization-factors {
  padding: 80px 0px;
  background-image: url("../images/homepage/ct.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.optimization-factors h2 {
  font-weight: 700;
  font-size: 30px;
  color: var(--white-color);
}
@media (max-width: 768px) {
  .optimization-factors h2 {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .optimization-factors h2 {
    font-size: 20px;
  }
}
.optimization-factors p {
  color: var(--white-color);
}
.optimization-factors .flex-box-section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.optimization-factors .flex-box-section .box {
  flex: 0 0 20%;
  padding: 40px 20px;
}
@media (max-width: 992px) {
  .optimization-factors .flex-box-section .box {
    flex: 0 0 33.33%;
  }
  .optimization-factors .flex-box-section .box:nth-child(3), .optimization-factors .flex-box-section .box:nth-child(6), .optimization-factors .flex-box-section .box:nth-child(9) {
    border-right: none !important;
  }
  .optimization-factors .flex-box-section .box:nth-child(5) {
    border-right: 1px solid var(--white-color) !important;
  }
  .optimization-factors .flex-box-section .box:nth-child(6), .optimization-factors .flex-box-section .box:nth-child(7), .optimization-factors .flex-box-section .box:nth-child(8), .optimization-factors .flex-box-section .box:nth-child(9) {
    border-bottom: 1px solid var(--white-color) !important;
  }
  .optimization-factors .flex-box-section .box:last-child {
    border-right: 1px solid var(--white-color) !important;
    border-left: 1px solid var(--white-color) !important;
  }
}
@media (max-width: 768px) {
  .optimization-factors .flex-box-section .box {
    flex: 0 0 50%;
  }
  .optimization-factors .flex-box-section .box:nth-child(2), .optimization-factors .flex-box-section .box:nth-child(4), .optimization-factors .flex-box-section .box:nth-child(6), .optimization-factors .flex-box-section .box:nth-child(8), .optimization-factors .flex-box-section .box:nth-child(10) {
    border-right: none !important;
  }
  .optimization-factors .flex-box-section .box:nth-child(3) {
    border-right: 1px solid var(--white-color) !important;
  }
  .optimization-factors .flex-box-section .box:nth-child(9) {
    border-bottom: none !important;
  }
}
@media (max-width: 576px) {
  .optimization-factors .flex-box-section .box {
    flex: 100%;
    border-right: none !important;
    border-bottom: 1px solid var(--white-color);
  }
  .optimization-factors .flex-box-section .box:nth-child(3), .optimization-factors .flex-box-section .box:nth-child(5) {
    border-right: none !important;
  }
  .optimization-factors .flex-box-section .box:nth-child(9) {
    border-bottom: 1px solid var(--white-color) !important;
  }
  .optimization-factors .flex-box-section .box:last-child {
    border-right: none !important;
    border-left: none !important;
    border-bottom: none !important;
  }
}
.optimization-factors .circle-group {
  top: -69px;
  right: -76px;
}

.get-tailored-organic {
  padding: 100px 0 0;
  background-color: #f9f6ed;
}
@media (max-width: 991px) {
  .get-tailored-organic {
    padding: 70px 0 0;
  }
}
@media (max-width: 768px) {
  .get-tailored-organic {
    padding: 50px 0 0;
  }
}
@media (max-width: 576px) {
  .get-tailored-organic {
    padding: 30px 0 0;
  }
}
.get-tailored-organic .tailored-organic-heading {
  max-width: 900px;
  margin-bottom: 50px;
}
.get-tailored-organic .tailored-organic-heading h2 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 10px;
}
.get-tailored-organic .tailored-organic-box {
  background: linear-gradient(276.15deg, #8e9cff 1.96%, #124fe5 98.43%);
  border-radius: 16px;
  padding: 24px;
  gap: 10px;
}
.get-tailored-organic .tailored-organic-box span {
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid var(--white-color);
  width: 100%;
  max-width: 50px;
  height: 50px;
  border-radius: 8px;
}
.get-tailored-organic .tailored-organic-box .tailored-organic-content {
  border-left: 1px solid var(--white-color);
  padding-left: 10px;
}
@media (max-width: 768px) {
  .get-tailored-organic .tailored-organic-box .tailored-organic-content {
    border-left: none;
    padding-left: 0;
  }
}
.get-tailored-organic .tailored-organic-box .tailored-organic-content h3 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
  color: var(--white-color);
}

.portfolio {
  background-color: #f9f6ed;
}

.development-solutions {
  padding: 90px 0;
  background-image: url(../images/landing-page/development-solutions.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .development-solutions {
    padding: 45px 0;
  }
}
@media (max-width: 576px) {
  .development-solutions {
    padding: 25px 0;
  }
}
.development-solutions h2 {
  font-weight: 700;
  font-size: 70px;
  font-family: var(--font-secondary);
  color: var(--white-color);
}
@media (max-width: 991px) {
  .development-solutions h2 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .development-solutions h2 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .development-solutions h2 {
    font-size: 30px;
  }
}
.development-solutions p {
  color: var(--white-color);
  margin-bottom: 37px;
  font-size: 22px;
}
@media (max-width: 767px) {
  .development-solutions p {
    font-size: 18px;
    margin-bottom: 25px;
  }
}

/*# sourceMappingURL=homepage.css.map */
