:root {
  --dark-blue: #252b5d;
  --grey-sub-text: #686868;
  --white-color: white;
  --royal-blue: #2864ff;
  --color-purple: #a386ff;
  --primery-color: #221645;
  --body-color: #4f4f4f;
  --yellow: #ffcf48;
  --bluesh-black: #24303e;
  --color: #3ccb5b;
  --dark-red: #e80101;
  --color-yellow: #ffffcf;
  --color-light-red: #fff0f1;
  --ligh-blue: #e1eeff;
  --light-green: #e3fcf4;
  --color-light-purple: #efeaff;
  --color-black: #040404;
  --black: black;
  --shadow-color: #2c4b61;
  --color-blue: #3624ec;
  --pink: #ff48b6;
  --color-orange: #ff7942;
  --color-light-orange: #fa979d;
  --color-sky-blue: #69a9fc;
  --color-light-green: #79e9c5;
  --color-light-pink: #ff808f;
  --color-green: #91ffdc;
  --color-yellow-dark: #fdbe0c;
  --color-light-yellow: #fff7d7;
  --color-light-green-two: #dfffd7;
  --strock-color: #cedfe1;
  --strock-color-two: #e6e6e6;
  --color-grey: #666;
  --light-yellow: #ffffd8;
  --light-grey-blue: #b0b4d0;
  --cherry-red: #fd496c;
  --color-blue-light: #3e6bec;
  --color-green-light: #41e8ac;
  --fade-white: #ffffff4d;
  --white: white;
  --black-2: black;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

h1 {
  color: var(--dark-blue);
  letter-spacing: -.175rem;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Syne, sans-serif;
  font-size: 3.4375rem;
  font-weight: 700;
  line-height: 3.75rem;
}

h2 {
  color: var(--dark-blue);
  letter-spacing: -.1125rem;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Syne, sans-serif;
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 3.125rem;
}

h3 {
  color: var(--dark-blue);
  letter-spacing: -.05625rem;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Syne, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.1875rem;
}

h4 {
  color: var(--dark-blue);
  letter-spacing: -.06rem;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Syne, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8125rem;
}

h5 {
  color: var(--dark-blue);
  letter-spacing: -.05rem;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Syne, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5625rem;
}

h6 {
  color: var(--dark-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}

p {
  color: var(--grey-sub-text);
  letter-spacing: .01125rem;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.text-align-center {
  text-align: center;
}

.button-font {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: .9375rem;
  line-height: 1.875rem;
}

.button-font.button-padding {
  padding: 25px 29px;
}

.button-font.button-padding.button-round {
  border-radius: 30px;
}

.button-font.button-text-hover-out {
  position: absolute;
}

.home-one-hero {
  padding-top: 90px;
  position: relative;
}

.auto-fit {
  object-fit: cover;
  border-radius: 0%;
}

.auto-fit.image-border-radius {
  border-radius: 10px;
}

.auto-fit.image-border-radius.image-drop-shadow {
  box-shadow: 1px 1px 60px #2c4b611a;
}

.auto-fit.border-radius-fifteen {
  border-radius: 15px;
}

.auto-fit.border-radius-fifteen.image-rotate {
  transform: rotate(20deg);
}

.auto-fit.border-radius-fifteen.drop-shadow {
  box-shadow: 4px 2px 60px #0000001a;
}

.auto-fit.border-radius-fifteen.image-drop-shadow {
  box-shadow: 0 2px 60px #2c4b611a;
}

.auto-fit.border-radius-round {
  border-radius: 50%;
}

.auto-fit.border-radius-five {
  border-radius: 5px;
}

.auto-fit.border-radius-five.image-drop-shadow {
  box-shadow: 0 7px 40px #00000017;
}

.auto-fit.change-border-radius-two {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.auto-fit.border-radius-six {
  border-radius: 6px;
}

.auto-fit.border-radius-six.image-drop-shadow {
  box-shadow: 0 2px 20px #00000017;
}

.auto-fit.border-radius-six.image-drop-shadow.change-shadow {
  box-shadow: 0 2px 40px #00000026;
}

.auto-fit.border-radius-ten {
  border-radius: 10px;
}

.auto-fit.border-radius-ten.change-width {
  width: 11.0938vw;
  height: 22.6021vh;
}

.auto-fit.border-radius-ten.responsive-image-full-width.full-image-width {
  width: 100%;
  height: 100%;
}

.auto-fit.border-radius-ten.image-drop-shadow {
  box-shadow: 0 2px 19px #00000012;
}

.auto-fit.border-radius-ten.image-drop-shadow.change-shadow {
  box-shadow: 0 2px 40px #0000001c;
}

.auto-fit.border-radius-ten.position-relative.chnage-z-index {
  z-index: 1;
}

.auto-fit.border-radius-ten.position-relative.chnage-z-index.full-image-width {
  width: 100%;
  height: 100%;
}

.auto-fit.border-radius-ten.responsive-image-full-width.change-image-position {
  object-position: 0% 0%;
}

.auto-fit.border-radius-ten.responsive-image-full-width.change-image-position.full-width.full-image-width {
  width: 100%;
  height: 100%;
}

.auto-fit.border-radius-change {
  border-radius: 100px;
}

.auto-fit.border-radius-change.image-drop-shadow {
  box-shadow: 2px 1px 20px #7c737333;
}

.auto-fit.border-radius-twenty {
  border-radius: 20px;
}

.auto-fit.border-radius-twenty.image-drop-shadow.change-shadow {
  box-shadow: 0 7px 40px 6px #00000024;
}

.auto-fit.border-radius-twenty.image-drop-shadow {
  box-shadow: 0 7px 40px #0000000f;
}

.auto-fit.border-radius-eight {
  border-radius: 8px;
}

.auto-fit.border-radius-hundred {
  border-radius: 100px;
}

.auto-fit.change-border-radius-two {
  border-radius: 10px;
}

.auto-fit.change-image-border-radius {
  border-radius: 10px 50% 10% 10%;
}

.auto-fit.blog-img {
  transition: transform .45s;
}

.auto-fit.blog-img:hover {
  transform: scale(1.1);
}

.auto-fit.blog-three-img {
  width: 100%;
}

.auto-fit.borderradius {
  border-radius: 25px;
}

.auto-fit.borderradius.image-rotate-ten {
  transform: rotate(-10deg);
}

.auto-fit.merque-image-shadow {
  box-shadow: 0 2px 50px #00000014;
}

.auto-fit.change-min-width {
  min-width: 50px;
}

.auto-fit.image-full-width {
  width: 100%;
  height: 100%;
}

.align-center {
  color: #686868;
  text-align: center;
}

.underline-off {
  text-decoration: none;
}

.home-one-navbar {
  background-color: #fff;
}

.home-one-navbar.overflow-hidden {
  background-color: #fff0;
  border-bottom: 1px solid #0000001a;
  padding: 0 15px;
  display: block;
  overflow: visible;
}

.home-one-navbar.overflow-hidden.background-white {
  background-color: var(--white-color);
}

.home-one-navbar.overflow-hidden {
  background-color: #fff0;
  border-bottom: 1px solid #0000001a;
  display: block;
  overflow: visible;
}

.home-one-application-wrapper, .home-one-service-wrapper {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.link-footer-one {
  color: #686868;
  font-family: Nunito, sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
  text-decoration: none;
}

.link-footer-one.change-color-light-grey-blue, .link-footer-one.chnage-color-grey-blue {
  color: #b0b4d0;
}

.home-one-hero-button {
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.home-one-success-wrapper, .home-one-connect-wrapper {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.home-two-task-sub-heading {
  flex: 1;
}

.home-two-maneger-text {
  flex: 1;
  width: 100%;
}

.home-two-task-icon {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-two-daily-routines {
  padding-top: 20px;
}

.home-two-maneger-wrapper {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.home-two-task-creation {
  padding-top: 20px;
}

.home-two-task-item-text {
  flex: 1;
}

.home-two-task-text {
  flex: 1;
  width: 100%;
}

.home-two-task-item-arrow {
  flex: 0 auto;
}

.home-two-task-container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.home-two-value-service-text {
  flex: 1;
}

.home-two-value-service {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.home-two-value-service.padding-top {
  padding-top: 20px;
}

.home-two-value-text {
  flex: 1;
  width: 100%;
}

.home-two-value-container, .home-two-apps-container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.home-two-apps-item-paragraph {
  padding-top: 20px;
}

.home-two-theme-button {
  justify-content: center;
  display: flex;
}

.home-one-top-heading {
  padding-top: 0;
}

.mobile-h-two.change-padding {
  margin-top: 0;
  margin-bottom: 0;
}

.home-two-value-image-section {
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

.home-two-goal-item-heading {
  flex: 0 auto;
  max-width: 200px;
}

.home-two-goal-item-heading.change-width {
  flex: 1;
  max-width: 278px;
}

.home-two-goal-item-heading.change-width.change-max-width {
  max-width: 198px;
}

.home-two-goal-text-heading {
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.home-three-image {
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

.change-color-white {
  color: #fff;
}

.change-color-white.reduce-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.service-one-hero-review-two {
  flex: 1;
}

.home-three-work-image {
  flex: 1;
  padding-top: 40px;
}

.home-three-experince-container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.home-three-hero-branch-analysis {
  position: absolute;
  inset: 50% -8% auto auto;
}

.home-three-hero-branch-analysis.backdrop-filter.change-backdrop-padding {
  background-color: #ffffff45;
  border-color: #ffffff4d;
  border-radius: 5px;
  padding: 5px;
}

.home-three-project-container {
  justify-content: space-between;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.home-three-service-container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.home-three-work-text {
  flex: 1;
}

.service-one-hero-review {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.home-three-brand-container, .home-three-work-container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.home-three-work-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  align-items: center;
  display: flex;
}

.service-one-hero-review-one {
  flex: 1;
}

.home-three-brand-text {
  flex: 1;
  width: 100%;
}

.home-three-saas-service {
  padding-left: 15px;
  padding-right: 15px;
  overflow: visible;
}

.home-three-hero-growth-image {
  position: absolute;
  inset: -5% 0% auto 20%;
}

.home-three-hero-growth-image.backdrop-filter.change-backdrop-padding {
  inset: -10% auto auto 15%;
  border-color: #ffffff4d;
  border-radius: 5px;
  padding: 5px;
  inset: -10% auto auto 15%;
}

.about-one-business-option {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.about-one-work-rating-image {
  position: absolute;
  inset: auto 0% -5% auto;
}

.about-one-work-picture {
  flex: 1;
}

.about-one-work-layout-image {
  position: absolute;
  inset: -10% auto auto 0%;
}

.about-one-hero-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-one-business-image {
  flex: 1;
}

.about-one-hero-paragraph {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}

.about-one-picture-wrapper {
  padding-top: 120px;
  padding-bottom: 0;
}

.about-one-business-main {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  display: flex;
}

.about-one-business-text {
  flex: 1;
}

.about-one-rating-image {
  z-index: 2;
  position: absolute;
  inset: auto 10% -5% auto;
}

.about-two-mind-serverless {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.about-two-mind-serverless.padding-top {
  padding-top: 40px;
}

.about-two-hero-cofounder {
  position: absolute;
  inset: auto auto 15% -5%;
}

.about-two-hero-cofounder.backdrop-filter.chage-padding {
  background-color: #dbd9e021;
  border-color: #ffffff4d;
  border-radius: 8px;
  padding: 5px;
}

.about-two-hero-analysis {
  position: absolute;
  inset: auto -35% 30% auto;
}

.about-two-hero-analysis.backdrop-filter.change-position {
  background-color: #c5c2ce14;
  border-color: #fff;
  border-radius: 15px;
  inset: auto -65% 25% auto;
}

.about-three-brand-text, .about-three-solve-image, .about-three-help-image {
  flex: 1;
}

.about-three-hero-button {
  display: flex;
}

.about-three-solve-text {
  flex: 1;
}

.about-three-hero-paragraph {
  width: 100%;
  max-width: 100%;
  padding-bottom: 20px;
}

.about-three-brand-image {
  flex: 1;
  padding-top: 60px;
}

.about-text {
  letter-spacing: .295rem;
  text-transform: uppercase;
  font-family: Nunito, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.712rem;
}

.service-one-experience-image-two {
  position: absolute;
  inset: auto auto -10% 0%;
}

.service-one-experience-image-two.backdrop-filter.change-padding {
  background-color: #bdbbc514;
}

.service-one-experience-container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.service-one-experience-paragraph {
  padding-top: 10px;
  padding-bottom: 20px;
}

.service-one-image {
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

.service-one-operation-image-one {
  position: absolute;
  inset: -5% auto auto 0%;
}

.service-one-service-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-one-experience-text {
  flex: 1;
}

.service-one-hero-image {
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

.service-one-hero-button {
  z-index: 99;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.service-one-operation-text {
  flex: 1;
}

.service-one-operation-image-two {
  position: absolute;
  inset: auto -5% -5% auto;
}

.service-two-service-main-image {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-left: auto;
  margin-right: auto;
}

.service-two-solve-text {
  flex: 1;
}

.service-two-solve {
  flex: 1;
  padding-top: 40px;
}

.text-center {
  text-align: center;
  text-transform: none;
}

.text-center.responsive-h-one.mobile-h-one {
  text-transform: none;
}

.text-center.about-text {
  color: #252b5d;
  letter-spacing: .295rem;
  text-transform: uppercase;
  font-family: Nunito, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.712rem;
}

.text-center.about-text.text-align-left {
  text-align: left;
}

.text-center.change-color-white {
  color: #fff;
}

.text-center.change-padding {
  margin-top: 0;
}

.blog-img-block {
  position: relative;
  overflow: hidden;
}

.change-color-rayal-blue {
  color: var(--royal-blue);
}

.change-color-rayal-blue.change-mergin {
  margin-top: 0;
  margin-bottom: 0;
}

.big-image.underline-off.width-hundred-percent {
  width: 100%;
}

.big-image.underline-off.width-hundred-percent.change-margin {
  margin-bottom: 30px;
}

.blog-two-popular-post {
  padding: 90px 15px 80px;
  overflow: hidden;
}

.blog-two-popular-post-list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-1099 {
  max-width: 500px;
  margin-top: -10px;
}

.blog-two-hero-heading {
  max-width: 698px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 20px;
}

.blog-two-hero-paragraph {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.blog-one-item-four-heading {
  margin-top: -10px;
}

.blog-two-hero {
  background-image: linear-gradient(41deg, #fff0f1, #efeaff);
  padding-bottom: 80px;
  overflow: hidden;
}

.blog-two-popular-post-container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.blog-two-hero-blog-list-row-one {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-bottom: 20px;
  display: flex;
}

.blog-one-item-six-heading {
  max-width: 500px;
  margin-top: -10px;
}

.blog-one-item-heading {
  max-width: 600px;
  margin-top: -10px;
}

.blog-two-hero-container {
  background-image: url('../images/Background-Image.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 494px 326px;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.blog-one-item-three-heading {
  margin-top: -10px;
}

.blog-one-item-five-heading {
  max-width: 500px;
  margin-top: -10px;
}

.blog-one-blog-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.blog-two-popular-post-heading {
  padding-bottom: 50px;
}

.blog-one-item-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.blog-one-item-two {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.blog-one-item-three, .blog-one-item-four, .blog-one-small-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.blog-one-item-five, .blog-one-item-six {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.blog-three-heading {
  max-width: 638px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.blog-three-hero {
  background-image: linear-gradient(63deg, #efeaff, #e3fcf4);
  padding-bottom: 350px;
  overflow: hidden;
}

.blog-three-blog-item-one-paragraph {
  max-width: 432px;
  padding-bottom: 30px;
}

.blog-three-blog-item-one-item {
  border: 1px solid var(--color-purple);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  max-width: 126px;
  margin-bottom: 20px;
  padding: 0 15px;
  display: flex;
}

.blog-three-blog-item-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px #000;
  flex-direction: column;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.small-text {
  color: #e80101;
  font-family: Nunito, sans-serif;
  font-size: .8125rem;
  line-height: 1.5625rem;
}

.blog-three-blog-item-one-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.blog-three-paragraph {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.blog-three-blog-item-one {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-radius: 20px;
  align-items: center;
  padding: 30px;
  display: flex;
}

.blog-three-blog-item-one.background-color-white {
  background-color: #fff;
}

.blog-three-blog-item-one.background-color-white.change-drop-shadow {
  box-shadow: 0 2px 80px #00000014;
}

.change-color-purple {
  color: #7f58fe;
}

.blog-three-blog-item-one-image {
  border-radius: 15px;
  flex: 1;
  position: relative;
  overflow: hidden;
}

.blog-three-blog-item {
  z-index: 99;
  background-image: url('../images/Background-Image.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 494px 326px;
  margin-top: -300px;
  padding-bottom: 90px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}

.blog-three-hero-text {
  background-image: url('../images/Background-Image.png');
  background-position: 100% 30%;
  background-repeat: no-repeat;
  background-size: 494px 326px;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 220px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.blog-three-blog-item-one-team-member {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.heading-one {
  color: var(--dark-blue);
  letter-spacing: -.175rem;
  text-transform: capitalize;
  font-family: Syne, sans-serif;
  font-size: 3.4375rem;
  font-weight: 700;
  line-height: 3.75rem;
}

.heading-one.text-align-center {
  margin-top: -10px;
}

.blog-three-author-name {
  margin-top: -10px;
  margin-bottom: -10px;
}

.blog-three-blog-item-one-line {
  text-indent: 0%;
  background-color: #0003;
  max-width: 500px;
  height: 1px;
  margin-bottom: 30px;
}

.blog-three-blog-item-one-heading {
  max-width: 475px;
  padding-bottom: 10px;
}

.collection-list-wrapper.change-display {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-details-blog-sub-heading {
  padding-top: 40px;
  padding-left: 40px;
}

.blog-details-ranking-heading {
  padding-top: 20px;
  padding-left: 40px;
}

.blog-details-sub-heading {
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-1174 {
  background-color: #e80101;
  width: 25px;
}

.blog-details-item {
  padding: 20px 20px 20px 40px;
}

.blog-details-ranking-paragraph {
  padding-left: 40px;
  padding-right: 20px;
}

.blog-details-ranking-main-paragraph {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding: 20px 20px 40px 40px;
  display: flex;
}

.blog-details-blog-image {
  background-image: url('../images/Mask-group-18.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 476px;
  margin-left: auto;
  margin-right: auto;
}

.blog-details-main {
  margin-top: -250px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.blog-details-paragraph-one {
  padding-left: 40px;
  padding-right: 20px;
}

.blog-details-image-details-list {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 20px;
}

.blog-details-new-blog-heading {
  padding-bottom: 30px;
  padding-left: 40px;
}

.blog-details-hero {
  background-image: linear-gradient(135deg, #efeaff, #fff0f1);
  padding-bottom: 300px;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-details-author-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.blog-details-author-section {
  background-color: #fff;
  border-radius: 20px;
  max-width: 1470px;
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
}

.blog-details-image-details {
  padding-left: 40px;
  padding-right: 20px;
}

.blog-details-new-blog {
  margin-top: -450px;
  padding: 500px 15px 120px;
}

.blog-details-author-name {
  margin-top: -10px;
  margin-bottom: -10px;
}

.blog-details-new-blog-sun-heading {
  max-width: 500px;
}

.blog-details-new-blog-details {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.blog-details-paragraph-two {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 20px;
}

.blog-details-main-content, .blog-details-new-blog-wrapper {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.blog-details-main-image {
  background-image: none;
  background-position: 0 0;
  background-size: cover;
  width: 1620px;
  height: 834px;
  margin-left: auto;
  margin-right: auto;
}

.blog-details-main-image.border-radius-fifteen {
  background-image: url('../images/Happy-Woman_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  width: 100%;
}

.blog-details-new-blog-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
}

.blog-details-hero-heading {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
}

.blog-details-new-blog-author {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.home-one-big-image {
  width: 873px;
  height: 498px;
  position: relative;
}

.border-radius-fifteen {
  border-radius: 15px;
}

.home-one-video-wrapper {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.home-one-success-main {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.home-one-pertial-image {
  display: none;
  position: absolute;
  inset: 40% auto auto 0%;
}

.home-one-hero-paragraph {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.home-one-hero-paragraph.overflow-hidden.padding-bottom-ten {
  padding-bottom: 10px;
}

.home-one-services-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-one-connect-text {
  flex: 0 auto;
}

.home-one-project-container {
  flex-direction: column;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.home-one-hero-main-image {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  left: 10px;
}

.home-one-hero-image-wrapper {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.change-color {
  color: #fff;
}

.change-color.change-line-height-two {
  line-height: 1.625rem;
}

.top-heading {
  color: #040404;
  letter-spacing: .295rem;
  text-transform: uppercase;
  font-family: Nunito, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.712rem;
}

.top-heading.text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.home-one-connect-main {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column wrap;
  display: flex;
}

.home-one-service-top-header {
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 40px;
  display: flex;
}

.nav-text-new {
  color: #221645;
  -webkit-text-stroke-width: .1px;
  padding-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.nav-text-new.w--current {
  color: var(--primery-color);
}

.nav-text-new.change-nav-padding {
  padding-top: 0;
}

.nav-text-new.submenu {
  font-size: 1rem;
  transition: transform .4s;
}

.nav-text-new.submenu:hover {
  transform: translate(10px);
}

.nav-text-new.submenu.w--current, .nav-text-new.submenu.w--current:focus {
  color: var(--primery-color);
}

.nav-text-new.submenu.display-off {
  display: none;
}

.link-text {
  color: #252b5d;
  font-family: Poppins, sans-serif;
  font-size: .9375rem;
  line-height: .23438rem;
}

.home-two-value-product-paragraph, .home-two-value-service-paragraph-2 {
  max-width: 100%;
  padding-top: 20px;
}

.home-two-apps-item-one-heading {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.home-two-value-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-two-goal-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #ffffff80;
  border-radius: 15px;
  align-items: center;
  padding: 40px;
  display: block;
}

.home-two-goal-item.change-box-shadow {
  border: 1px solid #fff;
  transition: transform .45s;
  box-shadow: 0 2px 60px #00000014;
}

.home-two-goal-item.change-box-shadow:hover {
  background-color: #fff;
  border: 1px solid #9a92f0;
  box-shadow: 0 0 #0000;
}

.home-two-goal-item.white-background {
  background-color: #fff;
}

.home-two-goal-item.white-background.border-radius-fifteen.box-mergin.position-relative.z-index-one {
  z-index: 1;
}

.home-two-goal-item.white-background.border-radius-fifteen.box-mergin {
  flex: 1;
  margin: 1px;
  padding: 40px;
}

.home-two-goal-item.change-box-shadow {
  box-shadow: 0 2px 60px #00000014;
}

.home-two-goal-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

.home-two-theme-paragraph {
  max-width: 646px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}

.home-two-maneger-image {
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

.home-two-value-paragraph {
  max-width: 100%;
  padding-bottom: 20px;
}

.home-two-item-paragraph {
  max-width: 580px;
  padding-bottom: 20px;
}

.backdrop-filter {
  -webkit-backdrop-filter: blur(8.35px);
  backdrop-filter: blur(8.35px);
  background-color: #7a797c14;
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 10px;
}

.backdrop-filter.change-position-one {
  background-color: #8b8a8f0f;
  position: absolute;
  inset: auto 0 -10% auto;
}

.backdrop-filter.change-image-position-one {
  background-color: #fff3;
  border-color: #fff;
  position: absolute;
  inset: auto auto 10% -15%;
}

.backdrop-filter.change-position-six {
  position: absolute;
  inset: 10% auto auto -20%;
}

.backdrop-filter.change-image-position-two {
  background-color: #d5d3db14;
  position: absolute;
  inset: 15% auto auto -60%;
}

.backdrop-filter.change-image-position-three {
  position: absolute;
  inset: -10% auto auto 15%;
}

.backdrop-filter.change-color {
  background-color: #77748173;
  border-color: #ffffff4d;
}

.backdrop-filter.change-color.change-max-width {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.backdrop-filter.change-position-two {
  position: absolute;
  inset: auto -8% 5% auto;
}

.backdrop-filter.change-position-one {
  z-index: 1;
  background-color: #8b8a8f0f;
  position: absolute;
  inset: auto -10% -10% auto;
}

.backdrop-filter.change-position-three {
  background-color: #aeadb214;
  border-radius: 10px;
  position: absolute;
  inset: -10% -5% auto auto;
}

.backdrop-filter.change-position-four {
  position: absolute;
  inset: -20% auto auto 8%;
}

.backdrop-filter.change-position-five {
  border-color: #ffffff4d;
  position: absolute;
  inset: 40% auto auto 0%;
}

.backdrop-filter.change-backdrop-position {
  border-color: #ffffff4d;
  position: absolute;
  inset: -10% -20% auto auto;
}

.backdrop-filter.change-image-position {
  background-color: #fff3;
  border-color: #ffffff4d;
  border-radius: 10px;
  padding: 5px;
  position: absolute;
  inset: auto auto 25% -5%;
}

.home-two-apps-icon {
  padding-right: 40px;
}

.home-two-apps-name {
  flex: 0 auto;
}

.home-two-task-image {
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

.home-two-apps-items-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

.home-two-task-main {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.change-color-light-grey-blue {
  color: #b0b4d0;
}

.home-two-hero-text {
  flex: 0 auto;
}

.home-three-transfer-overview {
  z-index: 1;
  position: absolute;
  inset: 8% -12% auto auto;
}

.home-three-work-option-paragraph {
  max-width: 500px;
  padding-top: 20px;
}

.home-three-experience-groth {
  z-index: 1;
  position: absolute;
  inset: auto 15% 22% auto;
}

.home-three-brand-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-three-task-image {
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

.home-thtee-experience-paragraph-2 {
  padding-bottom: 30px;
}

.home-three-hero-image-background {
  position: relative;
}

.home-three-marquee {
  padding: 70px 15px 100px;
  overflow: hidden;
}

.home-three-task-line {
  background-color: #0003;
  height: 1px;
}

.home-three-task-paragraph {
  padding-bottom: 20px;
}

.home-three-brand-paragraph {
  max-width: 580px;
  padding-bottom: 20px;
}

.about-one-picture-text {
  flex: 1;
}

.about-one-work-paragraph {
  padding-bottom: 10px;
}

.about-one-business-sales-image {
  position: absolute;
  inset: 10% auto auto 35%;
}

.about-one-business-main-image {
  z-index: 1;
  position: absolute;
  inset: auto -10% 0% auto;
}

.about-one-success-main {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.about-two-hero-image {
  background-image: url('../images/portrait-young-smiley-man-holding-smartphone-1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 472px;
  height: 779px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.about-two-growth-paragraph {
  max-width: 958px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}

.about-two-task-text {
  flex: 1;
}

.about-two-solve-main {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.about-two-task-image {
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

.about-two-hero-button {
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.about-two-growth-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-two-hero-happy-client {
  position: absolute;
  inset: 15% -15% auto auto;
}

.about-three-brand-main-modified {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.about-three-top-header {
  padding-bottom: 10px;
}

.service-one-service-item-six-2, .service-one-service-item-three-2, .service-one-service-item-five-2 {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 20px 60px 40px;
}

.service-one-experience-image-2 {
  flex: 1;
}

.service-one-experience-image-three-2 {
  position: absolute;
  inset: auto 5% 10% auto;
}

.service-one-hero-image-two {
  position: absolute;
  inset: 28% 10% auto auto;
}

.service-one-hero-heading {
  max-width: 100%;
}

.service-one-experience-one-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 20px;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
}

.service-one-hero-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.service-one-service-item-four-2 {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 20px 60px 40px;
}

.service-one-experience-wrapper-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: wrap;
  display: flex;
}

.service-one-experience-image-one-2 {
  position: absolute;
  inset: -10% 10% auto auto;
}

.service-one-hero-paragraph {
  max-width: 800px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.service-one-hero-image-one {
  position: absolute;
  inset: 10% auto auto -20%;
}

.service-one-hero-image-one.backdrop-filter.change-padding {
  background-color: #c0bcca14;
}

.service-one-service-item-one-2 {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 20px 60px 40px;
}

.service-one-hero-image-three {
  position: absolute;
  inset: auto auto 8% 45%;
}

.service-one-service-item-two-2 {
  background-color: #fff;
  border-radius: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
}

.service-one-hero-text {
  z-index: 99;
  flex: 1;
  width: 100%;
  position: relative;
}

.home-two-goal-item-header {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.service-two-service-main {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.service-two-hero-image {
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

.service-two-hero-top-header {
  padding-bottom: 10px;
}

.service-two-hero-text {
  flex: 1;
  width: 100%;
}

.service-two-service-balence-image {
  position: absolute;
  inset: -15% 0% auto auto;
}

.service-two-hero-paragraph {
  max-width: 100%;
}

.home-two-task-item-one {
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-bottom: 20px;
  padding: 10px 40px;
  display: flex;
  box-shadow: 0 2px 40px 7px #0000000f;
}

.home-two-task-item-one.border-radius-fifteen.box-shadow {
  margin-bottom: 20px;
  box-shadow: 4px 5px 30px #0000000d;
}

.service-two-solve-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  display: flex;
}

.service-two-service-image {
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.service-two-service-text {
  flex: 1;
  margin-top: 0;
}

.service-two-service {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.service-two-service-rating-image {
  position: absolute;
  inset: 75% auto auto -25%;
}

.service-three-hero-image-three {
  margin-left: auto;
  position: relative;
}

.service-three-hero-image-four {
  margin-right: auto;
}

.service-three-hero-image-one {
  margin-left: auto;
}

.paragraph-11 {
  word-break: break-all;
}

.auto.change-border-radius {
  border-radius: 20px 20px 80px;
}

.service-three-hero-image {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  display: grid;
  position: relative;
  top: 20px;
}

.service-three-hero-button {
  z-index: 99;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.service-three-services {
  padding: 100px 15px 120px;
  overflow: hidden;
}

.service-three-hero-image-two {
  margin-right: auto;
}

.change-color-orange {
  color: #c70a0a;
}

.change-color-green {
  color: #5ad8af;
}

.para-text-pricing {
  color: #4f4f4f;
  letter-spacing: .01125rem;
  font-family: Nunito, sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.team-one-hero-heading {
  padding-top: 10px;
  padding-bottom: 10px;
}

.team-one-hero-image-background-two {
  background-image: linear-gradient(97deg, #48e1d4, #eeac62 99%);
  border-radius: 20px 130px 20px 20px;
  justify-content: center;
  align-items: flex-end;
  width: 241px;
  height: 286px;
  display: flex;
}

.team-one-hero-image-one {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: auto auto -65% 0%;
}

.team-one-members-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.team-one-hero-image-one-background {
  background-image: linear-gradient(249deg, #ad63f0, #4eb6e7);
  border-radius: 100px 20px 20px;
  justify-content: center;
  align-items: flex-end;
  width: 241px;
  height: 286px;
  display: flex;
}

.team-one-hero-wrapper {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.team-one-members-item {
  border-radius: 20px;
  width: 390px;
  height: 436px;
  position: relative;
}

.team-one-members-item.background-green {
  background-color: #e3fcf4;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-one-color {
  display: none;
}

.team-one-item-one {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.team-one-members {
  padding: 90px 15px 100px;
}

.team-one-members-container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.team-one-hero-button {
  z-index: 99;
  justify-content: center;
  display: flex;
  position: relative;
}

.team-one-hero {
  background-image: radial-gradient(circle at 0 100%, #fff0f1, #efeaff);
  border-top-style: none;
  border-top-color: #000;
  border-bottom-style: none;
  border-bottom-color: #000;
}

.team-one-hero-image-two {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: auto 0% -85% auto;
}

.team-one-hero-female-image {
  z-index: 1;
}

.team-one-hero-paragraph {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.team-one-hero-image {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
}

.team-one-hero-main {
  margin-left: auto;
  margin-right: auto;
  padding: 200px 15px 120px;
  position: relative;
}

.team-one-members-heading {
  padding-bottom: 40px;
}

.blog-two-hero-blog-list-container {
  z-index: 99;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.blog-one-item-line {
  background-color: #0003;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.margin-top {
  margin-top: -450px;
  padding-bottom: 120px;
  position: relative;
}

.blog-details-hero-main-heading {
  padding-top: 10px;
}

.contact-one-project-heading {
  max-width: 420px;
}

.contact-one-project-paragraph {
  max-width: 520px;
  padding-bottom: 40px;
}

.contact-one-form-small-heading {
  padding-bottom: 30px;
}

.form-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-bottom: 15px;
  display: flex;
}

.contact-one-form-project {
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.textarea {
  color: var(--body-color);
  border: 1px solid #0000;
  border-radius: 10px;
  min-height: 256px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.textarea::placeholder {
  color: #686868;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.contact-one-form-heading {
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact-two-box {
  z-index: 1;
  margin-top: -150px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.padding-around {
  border-radius: 10px;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 30px;
}

.padding-around::placeholder {
  color: #686868;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.padding-around.margin-around {
  margin-bottom: 30px;
}

.padding-around.margin-around.signup-place-holder::placeholder {
  color: #9a9a9a;
  font-family: Nunito, sans-serif;
  font-size: 1rem;
  line-height: 1.712rem;
}

.padding-around.change-font {
  color: var(--body-color);
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.contact-two-hero-heading {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.contact-two-box-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  display: flex;
}

.contact-two-hero-paragraph {
  max-width: 674px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.contact-two-form-wrapper {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.contact-three-project-image-one {
  position: absolute;
  inset: auto 12% 0% auto;
}

.contact-three-project-background {
  background-image: url('../images/Contact-three-Shape.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 522px;
  height: 466px;
  position: relative;
}

.contact-three-form-container {
  background-color: #252b5d;
  border-radius: 30px;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 75px;
}

.contact-three-project-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  align-items: flex-end;
  display: flex;
}

.contact-three-project-image-three {
  position: absolute;
  inset: 35% auto auto 0%;
}

.contact-three-project-image-three.backdrop-filter.change-padding {
  background-color: #e4e0ee14;
  border-color: #ffffff4d;
  border-radius: 10px;
  padding: 5px;
}

.contact-three-project-image-two {
  position: absolute;
  inset: -18% 0% auto auto;
}

.contact-three-project {
  padding: 110px 15px 120px;
}

.contact-three-form {
  z-index: 100;
  margin-top: -220px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.contact-three-hero-paragraph {
  max-width: 649px;
  margin-left: auto;
  margin-right: auto;
}

.contact-three-hero-heading {
  padding-top: 5px;
  padding-bottom: 8px;
}

.sign-up-logo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 160px;
}

.sign-up-image-two {
  position: absolute;
  inset: 27% 0% auto auto;
}

.sign-up-form-field {
  position: relative;
}

.sign-up-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

.sign-in-text {
  color: #040404;
  font-family: Nunito, sans-serif;
  font-size: .9375rem;
  line-height: 1.43625rem;
}

.sign-up-small-text {
  padding-top: 10px;
}

.sign-up-or-line {
  background-image: linear-gradient(107deg, #0000, #0003);
  flex: 1;
  max-width: 391px;
  height: 1px;
}

.sign-up-or-line.change-color {
  background-image: linear-gradient(107deg, #0003, #0000);
}

.sign-up-image-three {
  position: absolute;
  inset: auto auto -15% 0%;
}

.sign-up-link {
  justify-content: center;
  text-decoration: none;
  display: flex;
}

.sign-up-link-button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 266px;
  padding: 20px 0;
  text-decoration: none;
  display: flex;
}

.sign-up-main-image {
  justify-content: center;
  align-items: center;
  display: flex;
}

.sign-up-image-section {
  background-image: url('../images/Background-Image.png'), linear-gradient(130deg, #ffffd8, #e3fcf4);
  background-position: 100% 20%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 408px 270px, auto;
  flex-direction: row;
  flex: 0 43.75%;
  justify-content: center;
  align-items: center;
  padding: 40px 15px 220px;
  position: relative;
}

.sign-up-main-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.sign-up-or-text {
  flex: 0 auto;
}

.sign-up-image-container {
  background-image: linear-gradient(210deg, #bc5fbc, #f096d3 51%, #ee789f);
  border-radius: 20px 200px 20px 20px;
  justify-content: center;
  align-items: flex-end;
  width: 497px;
  height: 549px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.sign-up {
  display: block;
  overflow: hidden;
}

.text-span-98 {
  color: #000;
}

.check-box-font {
  color: #686868;
  font-family: DM Sans, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.5625rem;
}

.sign-up-paragraph {
  padding-bottom: 20px;
}

.sign-up-link-button-two {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 266px;
  padding: 20px 0;
  text-decoration: none;
  display: flex;
}

.sign-up-link-button-two.change-box-shadow {
  background-color: #fff;
  box-shadow: 0 2px 24px 6px #38237914;
}

.sign-up-icon {
  position: absolute;
  inset: auto 30px 40% auto;
}

.sign-up-heading {
  padding-bottom: 20px;
}

.sign-up-or {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

.sign-up-form {
  flex: 0 43.75%;
  padding-left: 15px;
  padding-right: 15px;
}

.sign-up-container-wrapper {
  position: relative;
  overflow: hidden;
}

.sign-up-privecy-check-box {
  padding-bottom: 20px;
}

.link-block-10 {
  position: absolute;
  inset: auto 30px 40% auto;
}

.sign-in-image-container {
  background-image: linear-gradient(113deg, #48e1d4, #eeac62 91%);
  border-radius: 20px 200px 20px 20px;
  justify-content: center;
  align-items: flex-end;
  width: 497px;
  height: 549px;
  display: flex;
  position: relative;
}

.sign-in-heading {
  padding-bottom: 20px;
}

.sign-in {
  display: block;
}

.sign-in-logo {
  padding-bottom: 160px;
}

.sign-in-form-section {
  padding-top: 20px;
}

.sign-in-image-two {
  z-index: 2;
  position: absolute;
  inset: auto 0% -20% auto;
}

.sign-in-form-input {
  position: relative;
}

.sign-in-main-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.sign-in-link-button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 266px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.sign-in-link-button.change-box-shadow {
  box-shadow: 0 2px 24px #38237914;
}

.sign-in-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 30px;
  display: flex;
}

.sign-in-form {
  flex: 0 43.75%;
  padding-left: 15px;
  padding-right: 15px;
}

.sign-in-link {
  justify-content: center;
  text-decoration: none;
  display: flex;
}

.sign-in-privecy {
  padding-bottom: 20px;
}

.text-span-101 {
  color: #000;
}

.sign-in-or {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.sign-in-main-image {
  justify-content: center;
  align-items: center;
  display: flex;
}

.sign-in-image-section {
  background-image: url('../images/Background-Image.png'), linear-gradient(97deg, #fff0f1, #efeaff);
  background-position: 100% 10%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 408px 270px, auto;
  flex: 0 43.75%;
  padding: 40px 15px 220px;
  position: relative;
}

.sign-in-paragraph {
  padding-bottom: 20px;
}

.sign-in-image-one {
  z-index: 2;
}

.sign-in-small-text {
  padding-top: 10px;
}

.sign-in-line {
  background-image: linear-gradient(102deg, #0000, #3f3e3e63);
  flex: 1;
  max-width: 391px;
  height: 1px;
}

.sign-in-line.change-color {
  background-image: linear-gradient(102deg, #3f3e3e63, #0000);
}

.sign-in-image-three {
  position: absolute;
  inset: 10% auto auto 0%;
}

.landing-page-experience-heading {
  max-width: 100%;
  margin-top: -20px;
}

.landing-top-header {
  color: var(--royal-blue);
  letter-spacing: .1875rem;
  text-transform: uppercase;
  font-family: Nunito, sans-serif;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.875rem;
}

.landing-top-header.text-align-center {
  color: var(--yellow);
}

.landing-top-header.text-align-center.change-color-royal-blue {
  color: var(--royal-blue);
}

.landing-page-experience-sub-heading {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: flex-start;
  display: flex;
}

.figma-logo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-padding-around {
  border: 1px solid #fdfdfd80;
  border-radius: 20px;
  padding: 20px;
}

.landing-page-footer-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.landing-page-experience-item-three {
  flex: 0 auto;
}

.landing-page-experience {
  padding-left: 15px;
  padding-right: 15px;
}

.landing-page-template-heading {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}

.landing-page-utility-header {
  padding-bottom: 40px;
}

.landing-page-footer-image-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -2%;
}

.landing-page-footer-image-item.change-position {
  transform-style: preserve-3d;
  inset: 0% -2% 0% auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.landing-page-template-section {
  outline-offset: 0px;
  outline: 3px #333;
  padding-top: 120px;
}

.landing-page-utility {
  background-image: url('../images/Background-Image.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 519px 343px;
  padding: 110px 15px 100px;
  position: relative;
}

.landing-page-utility-container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.landing-page-demo-website-items {
  color: var(--dark-blue);
  background-color: #ffffff80;
  border-radius: 20px;
  padding: 30px;
  text-decoration: none;
}

.landing-page-demo-website-items.display-off {
  display: none;
}

.landing-page-utility-item {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.landing-page-figma-image {
  background-image: url('../images/Figma.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 629px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-shadow: 0 2px 60px #0000001a;
}

.landing-page-footer-text {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.landing-page-utility-image {
  background-image: linear-gradient(132deg, #2898ff1a, #ff5f5f1a);
  border-radius: 20px;
  justify-content: center;
  padding: 20px;
  display: flex;
  position: relative;
}

.landing-page-figma {
  background-image: url('../images/Background-Image.png');
  background-position: 100% 30%;
  background-repeat: no-repeat;
  background-size: 519px 343px;
  padding: 120px 15px;
}

.landing-page-home-template-option {
  text-decoration: none;
}

.landing-page-experience-item-two {
  flex: 0 auto;
}

.landing-page-hero-heading {
  max-width: 908px;
  padding-top: 10px;
}

.landing-page-hero-heading.text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.landing-page-experience-paragraph {
  max-width: 495px;
}

.landing-page-figma-heading {
  padding-top: 20px;
}

.landing-page-footer {
  background-color: var(--bluesh-black);
  background-image: url('../images/Saslab-2.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 889px 184px;
  padding: 160px 15px 180px;
  overflow: hidden;
}

.landing-page-experince-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 70px;
  display: flex;
}

.landing-page-demo-website {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.landing-page-footer-button {
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 30px;
  display: flex;
}

.change-color-dark-yellow {
  color: #65c67f;
}

.landing-page-hero-container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.text-span-104 {
  color: var(--royal-blue);
}

.landing-page-figma-paragraph {
  max-width: 726px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 30px;
}

.landing-page-template-wrapper {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.landing-page-hero-top-header-wrapper {
  padding-top: 120px;
}

.landing-page-demo {
  background-image: linear-gradient(267deg, #efeaff, #fff0f1cc);
  padding: 120px 15px;
}

.chang-color {
  color: #fff;
}

.landing-page-template-option {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.landing-page-template-container {
  background-image: url('../images/Service-Background-Image.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 30px;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 15px;
}

.landing-page-hero-button {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
}

.landing-page-hero {
  background-image: url('../images/Background-Image.png'), linear-gradient(#0000 75%, #fff), linear-gradient(244deg, #daeafe, #d7fff2 75%);
  background-position: 100% 20%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 519px 343px, auto, auto;
  padding-top: 120px;
  padding-bottom: 700px;
  position: relative;
}

.landing-page-footer-heading {
  max-width: 535px;
  margin-left: auto;
  margin-right: auto;
}

.landing-page-footer-image {
  display: none;
  position: relative;
  bottom: 140px;
}

.landing-page-experience-details {
  max-width: 207px;
  padding-top: 20px;
}

.landing-page-demo-heading {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}

.landing-page-experience-container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.landing-page-hero-paragraph {
  padding-top: 10px;
}

.landing-page-experience-item-one {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 600px;
  height: 260px;
}

.landing-page-experience-item-one.border-radius-ten {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-radius: 10px;
  flex: 1;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 50px;
}

.landing-page-experience-item-one.border-radius-ten.width-hundred-percent {
  background-image: url('../images/Gredient-Image.webp');
}

.landing-page-demo-container {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.landing-page-experience-item-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.landing-page-figma-container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.licencing-image-one {
  background-color: #e3fcf4;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.licencing-image-one.change-background-blue {
  background-color: #e1eeff;
}

.licencing-image-one.change-background-red {
  background-color: #fff0f1;
}

.licencing-section {
  padding: 120px 15px;
}

.information-block {
  padding-bottom: 10px;
}

.default-container {
  z-index: 99;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding: 220px 15px 120px;
  position: relative;
}

.information-paragraph {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 20px;
}

.licencing-default-container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.information-hero-section {
  background-image: linear-gradient(139deg, #ffffd8, #e3fcf4);
}

.changelog-template-paragraph {
  padding-bottom: 20px;
}

.change-log-template-version {
  padding: 120px 15px 180px;
}

.changelog-template-logo {
  justify-content: center;
  padding-bottom: 20px;
  display: flex;
}

.changelog-template-container, .changelog-hero-heading {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.changelog-template-heading {
  padding-bottom: 10px;
}

.changelog-template-button {
  justify-content: center;
  display: flex;
}

.changelog-hero {
  background-image: linear-gradient(63deg, #fff0f1 13%, #efeaff);
  padding: 220px 15px 120px;
}

.style-guied-color-image {
  justify-content: center;
  display: flex;
}

.style-guied-color-container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.style-guied-typography-heading-six {
  padding-top: 40px;
}

.style-guide-hero {
  background-image: linear-gradient(142deg, #ffffd8, #e3fcf4 84%);
  padding: 220px 15px 120px;
}

.style-guied-typography-heading-three {
  padding-top: 40px;
}

.div-block-1446 {
  padding-top: 10px;
}

.style-guied-typography-list-style {
  padding-top: 40px;
}

.div-block-1440 {
  padding-top: 20px;
}

.div-block-1448 {
  padding-top: 10px;
}

.style-guied-typography-container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.style-guied-color-wrapper {
  background-color: #221645;
  border-radius: 50%;
  width: 10.875rem;
  height: 10.875rem;
}

.style-guied-color-wrapper.change-color-red {
  background-color: #e80101;
}

.style-guied-color-wrapper.change-body-color {
  background-color: #4f4f4f;
}

.style-guied-color-wrapper.change-body-color.change-color-sky-blue {
  background-color: #e1eeff;
}

.style-guied-typography-heading-two {
  padding-top: 30px;
}

.style-guied-typography-heading-four {
  padding-top: 40px;
}

.style-guied-typography {
  background-color: #efeaff;
  padding: 120px 15px 180px;
}

.style-guide-typography-button, .style-guied-typography-heading-one {
  padding-top: 20px;
}

.style-guied-color-option {
  grid-column-gap: 300px;
  grid-row-gap: 300px;
  justify-content: center;
  margin-top: -50px;
  display: flex;
}

.style-guied-color-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.typography-heading-one-paragraph-two {
  padding-top: 10px;
}

.style-guied-heading {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.style-guied-color {
  padding: 120px 15px;
}

.style-guied-button {
  padding-top: 40px;
  display: flex;
}

.style-guied-typography-heading-five {
  padding-top: 40px;
}

.div-block-1742, .div-block-1744, .typography-heading-one-paragraph, .typography-heading-two-paragraph {
  padding-top: 10px;
}

.team-details-member-container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.list {
  margin-left: -20px;
}

.team-details-member {
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.team-details-text {
  padding: 100px 15px 40px;
}

.div-block-1752 {
  background-color: #e80101;
  width: 25px;
}

.list-item {
  word-break: break-all;
  max-width: 1055px;
}

.team-details-hero-image-one {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.team-details-text-list {
  padding-top: 40px;
  padding-bottom: 50px;
}

.team-details-member-one-background {
  border-radius: 20px;
  width: 390px;
  height: 436px;
  position: relative;
}

.team-details-member-one-background.background-purple {
  background-color: #efeaff;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.team-details-hero-paragraph-two {
  padding-top: 10px;
  padding-bottom: 20px;
}

.team-details-hero-text {
  flex: 1;
}

.team-details-hero {
  background-image: linear-gradient(258deg, #fff0f1, #efeaff);
}

.team-details-text-paragraph-two {
  padding-top: 40px;
}

.team-details-hero-icons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 20px;
  display: flex;
}

.list-item-2 {
  max-width: 1120px;
  padding-top: 40px;
}

.team-details-text-heading {
  padding-bottom: 10px;
}

.team-details-text-glance {
  background-color: #fff6f9;
  border: 1px solid #e80101;
  border-radius: 20px;
  padding: 50px;
}

.team-details-text-glance.chnage-mergin {
  margin-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.team-details-text-sub-heading {
  padding-top: 50px;
  padding-bottom: 10px;
}

.div-block-1756 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
}

.div-block-1756.change-padding {
  padding-left: 0;
  padding-right: 0;
}

.team-deatails-text-paragraph-three {
  padding-bottom: 40px;
}

.team-details-hero-heading {
  margin-top: -20px;
}

.blog-details-glance-heading {
  padding-bottom: 10px;
  padding-left: 40px;
}

.team-details-hero-top-header {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.team-details-text-container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.team-details-hero-main-image {
  background-image: linear-gradient(107deg, #48e1d4, #eeac62);
  border-radius: 30px;
  justify-content: center;
  align-items: flex-end;
  width: 556px;
  height: 673px;
  display: flex;
  position: relative;
}

.team-details-hero-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 220px 15px 120px;
}

.team-details-hero-list {
  padding-top: 20px;
}

.team-details-hero-main {
  align-items: center;
  display: flex;
}

.team-details-member-heading {
  padding-bottom: 40px;
}

.team-details-hero-image {
  flex: 1;
}

.team-details-hero-container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.landing-page-media-link {
  text-decoration: none;
}

.heading-five {
  color: #221645;
  letter-spacing: -.05rem;
  text-transform: capitalize;
  font-family: Syne, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5625rem;
}

.heading-five.change-color-dark-blue {
  color: #252b5d;
}

.heading-five.change-color-white-text {
  color: var(--white-color);
}

.heading-five.change-color-white-text.position-relative.chnage-z-index {
  z-index: 11;
}

.heading-five.text-align-center.padding-top-thirty {
  padding-top: 30px;
}

.heading-five.text-align-center.padding-top-ten {
  padding-top: 10px;
}

.heading-five.padding-top-bottom {
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-five.change-color-white {
  color: var(--white-color);
}

.home-one-team-image-background {
  background-image: linear-gradient(123deg, #48e1d4, #eeac62 73%);
  border-radius: 20px;
  width: 420px;
  height: 489px;
  position: relative;
}

.home-one-service-design {
  display: none;
  position: absolute;
  inset: auto auto 0% 5%;
}

.medium-text {
  color: #1e202e;
  font-family: Syne, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 4.6875rem;
}

.about-line {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
}

.home-one-hero-medium-text {
  padding-top: 40px;
}

.home-one-connect-design {
  position: absolute;
  inset: auto auto 55% 45%;
}

.home-one-connect-image-background {
  background-image: linear-gradient(104deg, #8bdaf1, #5473fc 95%);
  border-radius: 30px;
  width: 420px;
  height: 518px;
  position: relative;
}

.home-one-video {
  z-index: 1;
  background-image: url('../images/Digital-Design.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 615px 407px;
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}

.home-one-hero-link-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: none;
  position: absolute;
  inset: 60% auto auto -8%;
  transform: rotate(-90deg);
}

.home-one-hero-link-wrapper.change-position {
  top: 50%;
}

.home-one-hero-link-wrapper.change-position-two {
  display: none;
}

.link-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(142deg, #753af2, #5473fc);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 16px 30px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 40px #0000001a;
}

.link-button.change-padding {
  padding-top: 25px;
  padding-bottom: 25px;
}

.link-button.change-display {
  justify-content: center;
}

.link-button.change-display.change-padding.button-font-contact.button-change-padding {
  padding-top: 25px;
  padding-bottom: 25px;
}

.link-button.change-display.change-padding.button-font-contact.button-change-padding.button-full-width {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.link-button.change-display.change-padding.display-off {
  display: none;
}

.link-button.nav-button-change {
  background-color: var(--primery-color);
  background-image: none;
  padding: 12px 25px;
}

.home-one-project-heading-one {
  max-width: 650px;
}

.facebook-link {
  color: #221645;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.875rem;
  text-decoration: none;
}

.change-colorwhite {
  color: #fff;
}

.home-one-team-image-two {
  -webkit-backdrop-filter: blur(8.2px);
  backdrop-filter: blur(8.2px);
  background-color: #fff3;
  border: 1px solid #ffffff87;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  inset: auto 5% 10% auto;
}

.home-one-video-paragraph {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.home-one-project-svg {
  position: absolute;
  inset: 60% 0% auto auto;
}

.about-option {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.home-one-connect-paragraph {
  padding-bottom: 30px;
}

.nav-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr .3fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.home-one-project-top-part {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.home-one-success-paragraph {
  max-width: 100%;
  padding-bottom: 20px;
}

.home-one-about-image-two {
  position: absolute;
  inset: 10% 5% auto auto;
}

.home-one-about-image-two.background-blur {
  -webkit-backdrop-filter: blur(8.2px);
  backdrop-filter: blur(8.2px);
  background-color: #9c9ea24d;
  border: 1px solid #ffffff4d;
  padding: 5px;
}

.home-one-about-image-two.background-blur.change-border-radius {
  background-color: #ffffff4d;
  border-radius: 6px;
}

.home-one-hero-wrapper {
  z-index: 99;
  background-image: url('../images/Digital-Design.svg');
  background-repeat: no-repeat;
  background-size: 660px;
  padding-top: 130px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.home-one-about-text-wrapper {
  flex: 0 auto;
}

.home-one-service-button {
  padding-bottom: 10px;
}

.home-one-about-image-one {
  position: absolute;
  inset: -10% auto auto -10%;
}

.home-one-project {
  background-image: linear-gradient(126deg, #efeaff 8%, #fff0f1);
  padding: 100px 15px 130px;
  position: relative;
}

.home-one-team-image {
  margin-left: auto;
  margin-right: auto;
}

.home-one-about-image-wrapper {
  background-image: linear-gradient(131deg, #ad63f0, #4eb6e7);
  border-radius: 20px;
  width: 470px;
  height: 506px;
  position: relative;
}

.home-one-project-paragraph-one {
  max-width: 466px;
  margin-right: 40px;
}

.heading-six {
  color: #221645;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.heading-six.change-color-purple {
  color: var(--color-purple);
}

.heading-six.change-color-purple.change-line-height {
  line-height: 1rem;
}

.heading-six.change-color-green {
  color: var(--color);
}

.heading-six.change-color-orange {
  color: var(--dark-red);
}

.heading-six.change-color-orange.change-line-height {
  line-height: 1rem;
}

.heading-six.padding-top-bottom, .heading-six.padidng-top-bottom {
  padding-top: 10px;
  padding-bottom: 10px;
}

.home-one-hero-line-design {
  position: absolute;
  inset: auto auto 43% 5%;
}

.button-link-image.display-none, .button-link-image.display-off {
  display: none;
}

.home-one-connect-image-one {
  position: absolute;
  inset: auto auto 10% -25%;
}

.home-one-hero-round {
  position: absolute;
  inset: 25% 0% auto auto;
}

.footer-text {
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
}

.footer-text.change-color-grey-blue.responsive-align-center.change-position {
  z-index: 99;
  position: relative;
}

.home-one-connect-image-three {
  position: absolute;
  inset: -15% -25% auto auto;
}

.home-one-success {
  padding: 130px 15px 90px;
  position: relative;
  overflow: hidden;
}

.home-one-success-text {
  width: 100%;
}

.home-one-team-item {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px 30px;
  display: flex;
}

.home-one-team-item.border-radius-eight {
  border-radius: 8px;
}

.home-one-team-item.border-radius-eight.change-shadow {
  padding-top: 25px;
  padding-bottom: 25px;
  box-shadow: 0 2px 40px #00000014;
}

.home-one-video-heading {
  max-width: 576px;
  margin-left: auto;
  margin-right: auto;
}

.top-hero-link {
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.875rem;
  text-decoration: none;
  display: flex;
}

.heading-four {
  color: #221645;
  letter-spacing: .06px;
  text-transform: capitalize;
  font-family: Syne, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8125rem;
}

.heading-four.change-color-dark-blue {
  color: #252b5d;
}

.heading-four.change-color-white {
  color: var(--white-color);
}

.heading-four.change-color-white.home-one-service-item-max-width {
  max-width: 170px;
}

.heading-four.change-color-white.home-one-service-item-max-width-two {
  max-width: 272px;
}

.heading-four.change-color-pink {
  color: #ff48b6;
}

.heading-four.change-color-blue {
  color: #3624ec;
}

.heading-four.change-font-orange {
  color: #ff7942;
}

.heading-four.change-color-green {
  color: #3ccb5b;
}

.heading-four.padding-top-bottom {
  padding-top: 10px;
  padding-bottom: 10px;
}

.home-one-about-image-three {
  -webkit-backdrop-filter: blur(8.35px);
  backdrop-filter: blur(8.35px);
  background-color: #fff3;
  border: 1px solid #ffffff4d;
  border-radius: 10px;
  padding: 10px;
  position: absolute;
  inset: auto auto -15% 10%;
}

.home-one-project-main {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  justify-content: space-between;
  padding-top: 40px;
  display: flex;
}

.home-one-connect-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.home-one-team-image-one {
  -webkit-backdrop-filter: blur(8.35px);
  backdrop-filter: blur(8.35px);
  background-color: #e2e2e233;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px;
  position: absolute;
  inset: auto auto -15% -15%;
}

.home-one-team-design {
  position: absolute;
  inset: 25% auto auto 5%;
}

.home-one-connect-image-two {
  -webkit-backdrop-filter: blur(8.2px);
  backdrop-filter: blur(8.2px);
  background-color: #d8d8e41a;
  border: 1px solid #cedfe1;
  border-radius: 10px;
  padding: 5px;
  position: absolute;
  inset: auto -15% 15% auto;
}

.nav-one-button-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.home-one-connect-item-paragraph {
  padding-bottom: 30px;
}

.home-one-about-image {
  margin-left: auto;
  margin-right: auto;
}

.home-one-connect-image {
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
}

.about-heading {
  max-width: 100%;
}

.home-one-services {
  background-image: url('../images/Service-Background-Image.webp');
  background-position: 0 0;
  background-size: cover;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  margin-top: 0;
  padding: 80px 15px 130px;
  display: block;
  position: relative;
  overflow: hidden;
}

.home-one-connect-image-icon {
  position: absolute;
  inset: 40% auto auto -34%;
}

.home-one-connect-heading {
  max-width: 100%;
}

.home-one-hero-heading {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 10px;
  position: relative;
}

.footer-one-copyright-social {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.home-one-hero-sub-image-two {
  flex: 1;
}

.footer-one-link {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex: 0 auto;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 40px;
  display: flex;
}

.about-paragraph-one {
  max-width: 100%;
  padding-top: 5px;
  padding-bottom: 20px;
}

.home-one-hero-small-image {
  display: none;
  position: absolute;
  inset: 55% auto auto 25%;
}

.home-one-application-main {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: static;
}

.home-one-service-heading {
  max-width: 503px;
}

.home-one-vedio-design {
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-one-vedio-image {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.green-design {
  position: absolute;
  inset: -8% 15% auto auto;
}

.home-one-application {
  padding: 160px 15px 80px;
  position: relative;
  overflow: hidden;
}

.home-one-connect-modified {
  background-image: url('../images/Digital-Design.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 554px 366px;
  padding-bottom: 130px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}

.home-one-hero-sub-image-one {
  flex: 1;
}

.home-one-success-heading {
  max-width: 100%;
  padding-bottom: 20px;
}

.home-one-hero-image-one {
  padding: 70px 15px 20px;
  overflow: hidden;
}

.home-one-successs-line {
  background-color: #686868;
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
}

.dropdown-toggle {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  padding: 30px 15px;
  display: flex;
}

.nav-one-talk {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-one-talk.display-none {
  display: none;
}

.home-one-analytics-image {
  flex: 1;
}

.footer-one-social-media {
  background-image: linear-gradient(255deg, #91afff, #ff8282);
  padding-left: 15px;
  padding-right: 15px;
}

.footer-one-copyright-main {
  z-index: 99;
  justify-content: space-between;
  align-items: center;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-one-application-image {
  position: absolute;
  inset: 40% 10% auto auto;
}

.home-one-hero-sub-image-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-button {
  flex: 0 auto;
}

.logo-name {
  display: none;
}

.nav-main {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.nav-one-link-button.display-none {
  display: none;
}

.nav-one-button {
  display: flex;
}

.footer-one-form-text {
  border: 1px solid #0000;
}

.footer-one-form-text::placeholder {
  color: #686868;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.footer-one-form-text.margin-top {
  padding-top: 20px;
}

.footer-one-form-text.margin-top:focus {
  border-style: none;
  border-width: 0;
}

.footer-one-form-text.margin-top::placeholder {
  color: #9a9a9a;
}

.footer-one-service {
  padding-bottom: 10px;
}

.footer-one-logo-section {
  border-right: 1px solid #0003;
  flex: 1;
  padding: 120px 15px 100px;
}

.footer-one-sub-heading-three, .footer-one-sub-heading-one {
  padding-bottom: 30px;
}

.footer-one-logo-paragraph {
  max-width: 305px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-one-link-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-one-location {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
  display: flex;
}

.footer-one-paragraph {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}

.footer-one-bell-icon {
  display: none;
  position: absolute;
  inset: 30% auto auto 10%;
}

.footer-one {
  background-image: linear-gradient(#0000, #fff), linear-gradient(13deg, #ffffd8cc 19%, #e3fcf4 87%);
}

.footer-one-about {
  padding-bottom: 10px;
}

.footer-one-top-part {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding: 110px 15px 120px;
  position: relative;
}

.footer-one-email {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
  display: flex;
}

.footer-one-email.padding-bootom-twenty {
  padding-bottom: 20px;
}

.footer-one-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-one-heading {
  max-width: 674px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

.footer-one-home {
  padding-bottom: 10px;
}

.footer-one-hand {
  position: absolute;
  inset: auto 5% -5% auto;
}

.footer-one-call {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.footer-one-form-wrapper {
  background-color: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 100px;
  max-width: 390px;
  padding: 5px 5px 5px 20px;
  display: flex;
  box-shadow: 0 2px 40px #00000014;
}

.footer-one-link-part {
  border-top: 1px solid #0003;
}

.footer-one-sub-heading-two {
  padding-bottom: 30px;
}

.footer-one-submit-button {
  background-image: linear-gradient(145deg, #753af2, #5473fc);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 46px;
  min-width: 46px;
  height: 46px;
  min-height: 46px;
  display: flex;
}

.footer-one-style-guied {
  max-width: 200px;
}

.home-two-theme-image-one {
  display: none;
  position: absolute;
  inset: 0% auto auto 3%;
}

.social-media {
  text-decoration: none;
}

.home-two-task-line {
  opacity: .2;
  background-color: #000;
  max-width: 100%;
  height: 1px;
  margin-bottom: 40px;
}

.home-two-task-section {
  padding: 90px 15px 130px;
  position: relative;
  overflow: hidden;
}

.footer-two-form-submit {
  z-index: 9999;
  flex: 1;
}

.footer-two-top-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-two-value {
  background-image: url('../images/Background-Image.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 615px 407px;
  padding: 100px 15px;
  overflow: hidden;
}

.home-two-hero-image {
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
}

.footer-two-text {
  border: 1px solid #0000;
}

.footer-two-text::placeholder {
  color: #686868;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.footer-two-text.margin-top {
  padding-top: 20px;
}

.footer-two-text.margin-top:focus {
  border-style: none;
  border-width: 0;
}

.footer-two-text.margin-top::placeholder {
  color: #9a9a9a;
}

.customer-one {
  background-image: url('../images/male-3_1male 3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 58px;
  height: 61px;
}

.footer-two-quick-link {
  border-right: 1px solid #fdfdfd33;
  flex: 1;
  padding-top: 80px;
  padding-bottom: 110px;
}

.link-radiant-themes {
  text-decoration: none;
}

.link-radiant-themes.change-color-white.change-underline {
  text-decoration: underline;
}

.home-two-theme {
  background-image: url('../images/Website-Background_1Website Background.webp');
  background-position: 50%;
  background-size: cover;
  padding: 100px 15px 180px;
  overflow: hidden;
}

.footer-two-utility-page {
  border-right: 1px solid #fdfdfd33;
  flex: 1;
  padding-top: 80px;
  padding-bottom: 110px;
}

.footer-two-service {
  padding-bottom: 10px;
}

.home-two-maneger-paragraph {
  max-width: 100%;
  padding-bottom: 10px;
}

.footer-two-page-link {
  border-top: 1px solid #fdfdfd33;
  border-bottom: 1px solid #fdfdfd33;
}

.home-two-theme-image-two {
  display: none;
  position: absolute;
  inset: auto auto -20% 0%;
}

.home-two-task-heading {
  max-width: 100%;
  padding-bottom: 10px;
}

.home-two-task-heading.change-max-width {
  padding-bottom: 10px;
}

.home-two-hero-image-one {
  -webkit-backdrop-filter: blur(8.35px);
  backdrop-filter: blur(8.35px);
  background-color: #9d9ca214;
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 10px;
  position: absolute;
  inset: 0% auto auto -5%;
}

.home-two-hero-paragraph {
  max-width: 100%;
  padding-bottom: 20px;
}

.footer-two-sub-heading {
  padding-bottom: 30px;
}

.footer-two-blog {
  padding-bottom: 10px;
}

.home-two-hero-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-two-maneger {
  background-image: url('../images/Digital-Design.svg');
  background-position: 60px 80px;
  background-repeat: no-repeat;
  background-size: 567px 375px;
  padding: 140px 15px 100px;
  position: relative;
  overflow: hidden;
}

.div-block-676 {
  max-width: 100%;
  padding-top: 10px;
}

.customer-three {
  background-image: url('../images/female-1_1female 1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 58px;
  height: 61px;
  margin-left: -25px;
}

.home-two-hero-image-three {
  z-index: 2;
  position: absolute;
  inset: auto auto 25% 10%;
}

.home-two-hero-cloud {
  position: absolute;
  inset: -10% 0% auto auto;
}

.home-two-maneger-main {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-two-sub-heading-three {
  padding-bottom: 30px;
}

.footer-two-bell-icon {
  position: absolute;
  inset: auto 10% 58% auto;
}

.home-two-customer-review {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.footer-two-logo-part {
  flex: 1;
}

.change-color-grey-blue {
  color: #b0b4d0;
}

.home-two-hero-container-modified {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 15px 160px;
  position: relative;
}

.home-two-theme-image-three {
  display: none;
  position: absolute;
  inset: -10% 0% auto auto;
}

.footer-two-pricing {
  padding-bottom: 10px;
}

.home-two-maneger-design {
  position: absolute;
  inset: 0% 5% auto auto;
}

.footer-two-form.change-padding {
  padding-top: 30px;
}

.footer-two-top-part {
  z-index: 99;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 70px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.footer-two-phone-sales {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
  display: flex;
}

.home-two-theme-heading {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.home-two-value-apps {
  padding: 100px 15px 110px;
  overflow: hidden;
}

.home-two-hero {
  background-image: url('../images/Background-Image.png'), linear-gradient(#00000003 22%, #fff), linear-gradient(234deg, #efeaff, #fff0f1);
  background-position: 20%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 567px 375px, auto, auto;
  border-top-style: none;
  border-top-color: #000;
  border-bottom-style: none;
  border-bottom-color: #000;
  padding-top: 120px;
  display: block;
  position: relative;
  overflow: hidden;
}

.home-two-line {
  opacity: .2;
  background-color: #040404;
  max-width: 100%;
  height: 1px;
  margin-bottom: 10px;
}

.home-two-theme-image-four {
  display: none;
  position: absolute;
  inset: auto 8% -5% auto;
}

.home-two-app-line {
  opacity: .2;
  background-color: #000;
  height: 1px;
}

.home-two-theme-wrapper {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.home-two-apps-paragraph {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.footer-two-copyright-wrapper {
  justify-content: space-between;
  align-items: center;
  padding: 40px 15px;
  display: flex;
}

.footer-two-copyright {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.home-two-goal-paragraph {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

.home-two-hand-emoji {
  position: absolute;
  inset: auto 5% 0% auto;
}

.home-two-goal-wrapper-modified {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.home-two-goal-heading {
  max-width: 853px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

.div-block-675 {
  max-width: 100%;
  padding-top: 10px;
}

.home-two-task-image-two {
  position: absolute;
  inset: auto auto 10% 0%;
}

.home-two-task-paragraph {
  max-width: 100%;
  padding-bottom: 30px;
}

.footer-two-about {
  padding-bottom: 10px;
}

.home-two-hero-design {
  position: absolute;
  inset: auto -25% -18% auto;
}

.home-two-task-emoji {
  position: absolute;
  inset: 25% auto auto -2%;
}

.section-87 {
  background-image: linear-gradient(246deg, #91afff, #ff8282);
  height: 17px;
}

.home-two-goal-section {
  background-image: linear-gradient(130deg, #ffffd8, #e3fcf4 75%);
  padding: 100px 15px 130px;
  position: relative;
}

.footer-two-link-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-two-email-support {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
  display: flex;
}

.footer-two-email-support.padding-bootom-twenty {
  padding-bottom: 20px;
}

.home-two-read-more {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.footer-two-get-in-touch {
  flex: 1;
  padding-top: 80px;
}

.footer-two-link-icon {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 337px;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.footer-two-link-icon.change-position {
  z-index: 99;
  position: relative;
}

.footer-two-paragraph {
  max-width: 287px;
}

.footer-two-home {
  padding-bottom: 10px;
}

.home-two-hero-image-background {
  background-image: url('../images/Home-Two-Banner.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 522px;
  height: 466px;
  position: relative;
}

.home-two-maneger-small-image {
  position: absolute;
  inset: 8% auto auto 0%;
}

.home-two-design {
  position: absolute;
  inset: 15% auto auto 5%;
}

.customer-two {
  background-image: url('../images/male-2_1male 2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 58px;
  height: 61px;
  margin-left: -25px;
}

.home-two-hero-button-modified {
  z-index: 99;
  padding-bottom: 40px;
  display: flex;
}

.home-two-hero-emoji {
  position: absolute;
  inset: 50% auto auto 10%;
  transform: rotate(75deg);
}

.home-two-maneger-main-image {
  position: absolute;
  inset: auto 6% -2% auto;
}

.footer-two-link-container {
  z-index: 99;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.nav-two-logo {
  flex: 1;
}

.footer-two-guied {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.footer-two-guied.padding-bootom-ten {
  padding-bottom: 20px;
}

.footer-two-form-wrapper {
  background-color: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 100px;
  max-width: 390px;
  padding: 2px 2px 0 20px;
  display: flex;
  box-shadow: 0 2px 40px #00000014;
}

.footer-two-form-wrapper.change-max-width {
  max-width: 600px;
}

.user-review {
  margin-top: -10px;
}

.home-two-value-heading {
  max-width: 100%;
  padding-bottom: 10px;
}

.customer-image {
  align-items: center;
  display: flex;
}

.home-two-maneger-image-wrapper {
  background-image: url('../images/bg2.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 522px;
  height: 466px;
  position: relative;
}

.home-two-task-background {
  background-image: url('../images/Task-Background.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 522px;
  height: 466px;
  position: relative;
}

.home-two-value-image-two {
  position: absolute;
  inset: 8% -15% auto auto;
}

.footer-two-logo {
  padding-bottom: 40px;
}

.home-two-value-image-backgound {
  background-image: url('../images/bg4.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 522px;
  height: 466px;
  position: relative;
}

.footer-two {
  background-color: #24303e;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  margin-top: -80px;
  padding-top: 130px;
  position: relative;
}

.home-two-task {
  position: absolute;
  inset: -20% auto auto 15%;
}

.footer-two-quick-linksub-heading {
  padding-bottom: 30px;
}

.footer-two-submit-button {
  background-image: linear-gradient(145deg, #753af2, #5473fc);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 46px;
  min-width: 46px;
  height: 46px;
  min-height: 46px;
  display: flex;
}

.footer-two-location {
  max-width: 200px;
}

.nave-link-font-new {
  color: #221645;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.nav-two-menu-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-three-experience-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: wrap;
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
}

.home-three-experience-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 20px;
  display: flex;
}

.home-three-services {
  background-image: url('../images/Background-Image.png');
  background-position: 0 60%;
  background-repeat: no-repeat;
  background-size: 615px;
  padding: 120px 15px 50px;
  position: relative;
  overflow: hidden;
}

.footer-three-mail-section-wrapper {
  min-width: 390px;
  max-width: 390px;
}

.home-three-experience-heading {
  max-width: 100%;
  padding-bottom: 10px;
}

.home-three-experience-design {
  position: absolute;
  inset: 0% 10% auto auto;
}

.home-three-work-heading-modified {
  max-width: 496px;
  padding-bottom: 20px;
}

.subcribe-button {
  padding-top: 5px;
}

.home-three-sass-service-small-image {
  position: absolute;
  inset: 10% auto auto 10%;
}

.home-three-task-image-wrapper {
  background-image: linear-gradient(117deg, #8bdaf1, #5473fc);
  border-radius: 20px 200px 20px 20px;
  width: 421px;
  height: 532px;
  position: relative;
}

.home-three-service-items {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #efeaff;
  border-radius: 25px;
  flex-direction: column;
  flex: 1;
  min-width: 495px;
  max-width: 495px;
  margin-bottom: 20px;
  padding: 40px 30px;
  display: flex;
}

.home-three-service-items.change-color-yellow {
  background-color: var(--color-yellow);
}

.home-three-service-items.change-color-light-red {
  background-color: var(--color-light-red);
}

.home-three-service-items.change-color-light-blue {
  background-color: var(--ligh-blue);
}

.home-three-service-items.change-color-light-green {
  background-color: var(--light-green);
}

.footer-three-location {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 10px;
  display: flex;
}

.chnage-line-break {
  word-break: break-all;
}

.home-three-option-heading {
  flex: 1;
}

.home-three-customer-image {
  background-image: url('../images/male-3_1male 3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 58px;
  height: 61px;
}

.customer-support-numeric-number {
  padding-bottom: 0;
}

.main-link {
  text-decoration: none;
}

.main-link.change-color-white-text.change-underline {
  text-decoration: underline;
}

.home-three-project-hand {
  position: absolute;
  inset: 0% auto auto 5%;
}

.home-three-task-small {
  background-color: #fd496c;
  border-radius: 20px;
  width: 80%;
  height: 7px;
}

.home-three-task-small.change-background {
  background-color: #3e6bec;
}

.home-three-task-small.change-background.change-width {
  width: 90%;
}

.home-three-task-small.change-background-green {
  background-color: #41e8ac;
}

.home-three-task-small.change-background-green.change-width {
  width: 95%;
}

.home-three-project-item-details {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.black-text {
  color: var(--white-color);
  background-color: #00000080;
  border: 1px solid #0000;
  border-radius: 100px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  font-family: Nunito, sans-serif;
  font-size: .9375rem;
  line-height: 1.875rem;
}

.black-text::placeholder {
  color: var(--white-color);
  font-family: Nunito, sans-serif;
  font-size: .9375rem;
  line-height: 1.875rem;
}

.home-three-sass-service-heading {
  max-width: 525px;
}

.nav-three {
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 100px;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.location {
  max-width: 200px;
}

.home-three-hero-image-design {
  position: absolute;
  inset: 0% 15% auto auto;
}

.home-three-sass-service-image-wrapper {
  background-image: url('../images/Background-Circle-Two_1.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 626px;
  height: 550px;
  position: relative;
}

.home-three-work-image-wrapper {
  background-image: linear-gradient(107deg, #48e1d4, #eeac62);
  border-radius: 20px 200px 20px 20px;
  width: 421px;
  height: 532px;
  position: relative;
}

.home-three-service-design {
  position: absolute;
  inset: auto auto 40% 30%;
}

.home-three-service-wrapper-modified {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.home-three-red-background {
  background-image: linear-gradient(126deg, #ad63f0 28%, #4eb6e7);
  border-radius: 20px 200px 20px 20px;
  width: 450px;
  height: 530px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.home-three-hero-paragraph-new {
  max-width: 550px;
}

.home-three-customer-support {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  padding-top: 70px;
  display: flex;
}

.nav-three-call-wrapper {
  display: flex;
}

.home-three-task-three {
  padding-top: 20px;
}

.home-three-customer-image-three {
  background-image: url('../images/female-1_1female 1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 58px;
  height: 61px;
  margin-left: -25px;
}

.footer-three-logo-section-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 1230px;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.home-three-sass-service-details-two {
  padding-top: 10px;
}

.footer-three-logo {
  border-right: 1px solid #fff3;
  flex: 0 285px;
  align-items: center;
  height: 100%;
  display: flex;
}

.home-three-hero-brand {
  background-image: url('../images/Background-Image.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 615px 407px;
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.footer-three-support-link-four {
  padding-bottom: 10px;
}

.home-three-hero-rating {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.home-three-project-image-two {
  position: absolute;
  inset: auto 20% 15% auto;
}

.home-three-project-image-two.change-position-three {
  bottom: 35%;
  right: 28%;
}

.home-three-project-image-two.change-image-position {
  bottom: 45%;
  right: 15%;
}

.home-three-project-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-three-sass-service-main-image {
  position: absolute;
  inset: auto auto 0% 24%;
}

.home-three-work {
  background-image: url('../images/Service-Background-Image.webp');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding: 130px 15px 120px;
  position: relative;
  overflow: hidden;
}

.home-three-sass-service-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.home-three-hero-container-modified {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.home-three-sass-service-details {
  padding-top: 10px;
}

.nav-three-menu-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-three-mail-section {
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.home-three-service-details {
  max-width: 440px;
}

.home-three-brand-line {
  background-color: #fff3;
  height: 1px;
  margin-bottom: 20px;
}

.home-three-task-two {
  padding-top: 20px;
}

.home-three-project-item-heading {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-three {
  background-color: #24303e;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  margin-top: -200px;
  padding-top: 315px;
  padding-bottom: 0;
  overflow: hidden;
}

.footer-three-support-link-two {
  padding-bottom: 10px;
}

.home-three-hero-button {
  padding-top: 25px;
  display: flex;
}

.home-three-hero-man-image {
  background-image: url('../images/Young-man.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 557px;
  height: 736px;
  position: relative;
  top: 20px;
  right: 40px;
}

.home-three-task-image-four {
  position: absolute;
  inset: auto -10% 5% auto;
}

.home-three-hero-blue-background {
  background-color: #24303e;
  border-radius: 20px 200px 20px 20px;
  width: 450px;
  height: 530px;
  margin-left: auto;
  margin-right: auto;
}

.footer-three-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-three-top-part {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.home-three-hero-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-three-sass-service-container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.home-three-brand-design {
  position: absolute;
  inset: 5% 0% auto auto;
}

.home-three-service-heading {
  max-width: 550px;
}

.home-three-hero-design {
  position: absolute;
  inset: 10% 0% auto auto;
}

.home-three-project-paragraph {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.home-three-service-heading-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-three-service-paragraph {
  max-width: 520px;
  padding-top: 10px;
  padding-bottom: 30px;
}

.home-three-service {
  background-image: linear-gradient(258deg, #efeaff, #fff0f1);
  border-radius: 20px;
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.home-three-task-bar {
  background-color: #fd496c33;
  border-radius: 20px;
  height: 7px;
}

.home-three-task-bar.change-background {
  background-color: #3e6bec1a;
}

.home-three-task-bar.change-background-green {
  background-color: #41e8ac1a;
}

.home-three-project-image-one {
  position: relative;
  top: 25%;
  left: 60px;
}

.home-three-project-image-one.change-psition {
  top: 20%;
  left: 28%;
}

.heading-three {
  color: #221645;
  text-transform: capitalize;
  font-family: Syne, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.1875rem;
}

.heading-three.change-color-white {
  color: var(--white-color);
}

.heading-three.change-color-white.text-align-center.padding-top-bottom {
  padding-top: 10px;
  padding-bottom: 10px;
}

.home-three-project {
  padding-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}

.home-three-sass-service-paragraph {
  max-width: 500px;
  padding-bottom: 10px;
}

.footer-three-logo-section {
  border-top: 1px solid #fff3;
  border-bottom: 1px solid #f8f8f833;
}

.footer-three-link {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.home-three-task-heading {
  max-width: 100%;
  padding-bottom: 10px;
}

.home-three-work-option {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.home-three-task-one {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-three-support-link-one {
  padding-bottom: 10px;
}

.footer-three-icon {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 337px;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.home-three-hero-text {
  z-index: 99;
  padding-top: 60px;
  position: relative;
}

.home-three-hero-heading-new {
  max-width: 653px;
}

.footer-three-support-link-three {
  padding-bottom: 10px;
}

.nav-three-button {
  display: none;
}

.footer-three-get-in-touch-sub-heading {
  padding-bottom: 20px;
}

.home-three-work-main-image {
  position: absolute;
  inset: auto auto 0% 15%;
}

.home-three-work-customer {
  position: absolute;
  inset: auto 5% 5% auto;
}

.home-three-hero-image {
  align-self: flex-end;
}

.home-three-customer-image-two {
  background-image: url('../images/male-2_1male 2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 58px;
  height: 61px;
  margin-left: -25px;
}

.home-three-task-small-image {
  position: absolute;
  inset: auto auto -8% 25%;
}

.home-three-hero-design-two {
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.home-three-project-item {
  background-image: linear-gradient(141deg, #ffffd8, #e3fcf4 75%);
  border-radius: 15px;
  width: 352px;
  height: 220px;
  position: relative;
}

.home-three-project-item.change-background-blue {
  background-image: linear-gradient(225deg, #efeaff 21%, #fff0f1);
}

.home-three-project-item.change-background-three {
  background-image: linear-gradient(241deg, #fdcfe5, #feffe2 85%);
}

.footer-three-email {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
  display: flex;
}

.footer-three-email.padding-bootom-twenty {
  padding-bottom: 20px;
}

.home-three-customer-image-text {
  margin-top: -10px;
}

.home-three-task-image-one {
  position: absolute;
  inset: auto 10% 30% auto;
}

.home-three-hero-customer {
  align-items: center;
  display: flex;
}

.home-tjhree-service-text {
  flex: 1;
}

.circle-one {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  position: absolute;
  inset: 50% auto auto -3%;
}

.circle-one.change-direction {
  inset: 50% -3% auto auto;
}

.footer-three-copyright {
  border-right: 1px solid #f7f7f733;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.home-three-experience {
  padding-bottom: 140px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}

.footer-three-call {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.footer-three-support-sub-heading {
  padding-bottom: 20px;
}

.home-three-values-text {
  flex: 1;
}

.home-three-hero {
  background-image: url('../images/Background-Image.png'), url('../images/Background-Circle-Two.svg'), radial-gradient(circle at 0 0, #ffffd899, #fff0), linear-gradient(#e3fcf4, #e3fcf4);
  background-position: 0 20%, 100% 100%, 0 0, 0 0;
  background-repeat: no-repeat, no-repeat, repeat, repeat;
  background-size: 501px 331px, cover, auto, auto;
  border-top-color: #000;
  border-bottom-style: none;
  border-bottom-color: #000;
  padding-top: 100px;
  padding-bottom: 200px;
  position: relative;
  overflow: hidden;
}

.footer-three-mail-section-heading {
  padding-bottom: 30px;
}

.about-one-business-image-background {
  background-image: linear-gradient(101deg, #48e1d4, #eeac62);
  border-radius: 20px;
  width: 470px;
  height: 580px;
  margin-right: auto;
  position: relative;
}

.about-one-project-heading {
  max-width: 619px;
}

.about-one-work-flow-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.about-one-work-flow-one {
  background-color: #fff;
  border: 1px solid #000;
  border-top: 5px solid #3624ec;
  border-left: 5px solid #3624ec;
  border-radius: 20px;
  max-width: 495px;
  padding: 40px;
}

.about-one-work-flow-one.change-color-pink {
  border-top-color: #ff48b6;
  border-left-color: #ff48b6;
}

.about-one-work-flow-one.change-color-green {
  border-top-color: #3ccb5b;
  border-left-color: #3ccb5b;
}

.about-one-work-flow-one.change-color-orange {
  border-top-color: #ff7942;
  border-left-color: #ff7942;
}

.about-one-experience-line-2 {
  background-color: #0003;
  max-width: 100%;
  height: 1px;
  margin-bottom: 40px;
}

.about-one-work-flow-text {
  z-index: 1;
  flex: 1;
  position: sticky;
  top: 120px;
}

.about-one-business-container-modified {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.about-one-main-image {
  position: absolute;
  inset: auto auto 0% 5%;
  overflow: hidden;
}

.about-one-balence-picture {
  position: absolute;
  inset: auto auto 0% 0%;
}

.about-one-succes-element {
  max-width: 100%;
}

.about-one-project-paragraph-2 {
  max-width: 600px;
  padding-top: 20px;
  padding-bottom: 30px;
}

.change-padding {
  margin-top: 0;
  margin-bottom: 0;
}

.change-padding.margin-bottom-twenty {
  margin-bottom: 20px;
}

.change-padding.margin-bottom-fifteen {
  margin-bottom: 15px;
}

.about-one-success-container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.about-one-success {
  padding-bottom: 175px;
  padding-left: 15px;
  padding-right: 15px;
}

.about-one-success-background {
  background-image: linear-gradient(135deg, #ad63f0, #4eb6e7);
  border-radius: 20px;
  width: 469px;
  height: 537px;
  margin-left: auto;
  position: relative;
}

.about-one-work-flow-details {
  padding-top: 30px;
}

.about-one-hero-main-picture {
  background-image: radial-gradient(circle at 0 0, #ffffd8, #e3fcf4 57%);
  border-radius: 20px;
  max-width: 1230px;
  height: 589px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.about-one-experience-paragraph-modified {
  padding-bottom: 20px;
}

.about-one-business-heading {
  max-width: 422px;
}

.about-one-experience-heading {
  max-width: 500px;
  padding-bottom: 10px;
}

.about-one-work-flow-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.about-one-hero-heading {
  max-width: 928px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

.about-onework-flow-container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.about-one-success-text {
  flex: 1;
  margin-bottom: -20px;
}

.about-one-business-design {
  clear: left;
  position: absolute;
  inset: auto 0% 10% auto;
}

.about-one-future-work {
  padding: 135px 15px 140px;
  position: relative;
}

.service-three-image {
  flex: 1;
}

.about-one-hero-growth {
  position: absolute;
  inset: 0% auto auto 5%;
}

.about-one-merquee {
  padding-top: 70px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.about-one-merquee.change-section-padding {
  padding-top: 0;
}

.about-one-merquee.change-section-padding.responsive-change-padding {
  padding-bottom: 0;
}

.about-one-business-small-paragraph-5 {
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.about-one-success-image-one {
  position: absolute;
  inset: 10% auto auto -10%;
}

.about-one-business {
  background-image: url('../images/Background-Image.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 570px 377px;
  padding: 120px 15px 150px;
  position: relative;
}

.green-svg-design {
  position: absolute;
  inset: 0% 0% auto auto;
}

.about-one-work-flow-design {
  position: absolute;
  inset: auto auto 50% 25%;
}

.about-one-work-flow-container {
  background-color: #3624ec1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.about-one-work-flow-container.change-background-pink {
  background-color: #ff48b61a;
}

.about-one-work-flow-container.change-background-orange {
  background-color: #ff79421a;
}

.about-one-work-flow-container.change-background-green {
  background-color: #3ccb5b1a;
}

.about-one-hero-chat-image {
  position: absolute;
  inset: 0% 0% auto auto;
}

.about-one-work-flow {
  background-image: url('../images/Service-Background-Image.webp');
  background-position: 50%;
  background-size: cover;
  padding: 120px 15px;
  position: relative;
}

.about-one-hero-container-modified {
  z-index: 99;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.about-one-work-flow-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.about-one-success-image-two {
  position: absolute;
  inset: auto 35% -10% auto;
}

.about-one-future-work-wrapper {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.about-one-business-paragraph {
  padding-bottom: 30px;
}

.about-one-work-main {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-one-hero {
  background-image: radial-gradient(circle at 0 40%, #fff0f1, #fff0 25%), url('../images/Background-Image.png');
  background-position: 0 0, 100% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 535px 354px;
  padding: 200px 15px 110px;
  position: relative;
}

.about-one-line-design {
  position: absolute;
  inset: 15% auto auto 5%;
}

.about-one-future-work-heading {
  max-width: 473px;
  padding-bottom: 20px;
}

.about-one-image-background {
  background-image: linear-gradient(250deg, #bc5fbc, #f096d3 46%, #ee789f);
  border-radius: 20px;
  width: 470px;
  height: 538px;
  margin-right: auto;
  position: relative;
}

.about-one-work-flow-button {
  display: flex;
}

.about-two-help-itenm-two {
  padding-bottom: 20px;
}

.text-span-137 {
  color: #69a9fc;
}

.about-two-hand-image {
  position: absolute;
  inset: 10% 5% auto auto;
}

.about-two-task-three {
  background-color: #ff808f;
  border-radius: 20px;
  width: 95%;
  height: 7px;
}

.about-two-task-two {
  background-color: #91ffdc;
  border-radius: 20px;
  width: 80%;
  height: 7px;
}

.div-block-2029 {
  padding-bottom: 25px;
}

.abpout-two-help-paragraph {
  max-width: 100%;
  padding-bottom: 20px;
}

.about-two-task-image-two {
  position: absolute;
  inset: auto auto 12% 0%;
}

.about-two-help-image-main-image {
  z-index: 1;
  position: relative;
}

.div-block-2032 {
  padding-bottom: 25px;
}

.about-two-help-container-main {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.about-two-value {
  background-image: url('../images/Background-Image.png');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: 577px 322px;
  height: 250vh;
}

.div-block-2034 {
  padding-bottom: 25px;
}

.about-three-growth-design {
  position: absolute;
  inset: 0% auto auto 5%;
}

.about-two-solve {
  padding: 140px 15px 60px;
  position: relative;
}

.about-two-growth-item-three {
  background-color: #e1eeff;
  flex: 0 auto;
  min-width: auto;
  padding: 40px 40px 40px 30px;
}

.about-two-growth-item-three.border-radius-twenty {
  background-image: linear-gradient(125deg, #ffffd8, #e3fcf4 90%), linear-gradient(#e3fcf4, #e3fcf4);
  border-radius: 20px;
}

.text-span-138 {
  color: #fa979d;
}

.about-two-task-image-three {
  position: absolute;
  inset: auto 10% -10% auto;
}

.about-two-help-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-two-growth-heading {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-139 {
  color: #79e9c5;
}

.about-three-task-line {
  background-color: #0003;
  height: 1px;
  margin-bottom: 20px;
}

.about-two-growth-item-two {
  background-color: #e3fcf4;
  min-width: auto;
  padding: 40px 40px 40px 30px;
}

.about-two-growth-item-two.border-radius-teenty {
  background-image: linear-gradient(243deg, #e1eeff, #e3fcf4);
  border-radius: 20px;
}

.about-two-help-image {
  margin-left: auto;
  margin-right: auto;
}

.about-two-hero-paragraph-modified {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 20px;
}

.about-two-help-text {
  flex: 1;
}

.about-two-experience-image {
  position: absolute;
  inset: -20% 0% auto auto;
}

.about-two-help-image-background {
  background-image: url('../images/Help-Background.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 522px;
  height: 466px;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.about-two-help-heading {
  max-width: 100%;
  padding-bottom: 10px;
}

.about-two-task-design {
  position: absolute;
  inset: 10% 10% auto auto;
}

.about-two-growth-container-main {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.about-two-help-image-rating {
  z-index: 2;
  position: absolute;
  inset: auto auto 10% 5%;
}

.about-two-help-image-rating.backdrop-filter.change-padding {
  background-color: #dfdde714;
  border-color: #ffffff4d;
  border-radius: 10px;
  padding: 5px;
}

.about-two-hero {
  background-image: linear-gradient(255deg, #e1eeff, #e3fcf4);
  padding-top: 200px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.about-two-task-one-main {
  background-color: #a386ff;
  border-radius: 20px;
  width: 90%;
  height: 7px;
}

.about-two-help-item-one {
  padding-bottom: 20px;
}

.about-two-task-container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.about-two-hero-design {
  position: absolute;
  inset: 40% 10% auto auto;
}

.about-one-business-small-paragraph-6 {
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.about-two-value-container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.about-two-hero-heading {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  font-size: 14rem;
}

.about-two-gredient {
  filter: blur(125.75px);
  background-color: #e1eeff;
  border-radius: 50%;
  width: 522px;
  height: 522px;
  display: none;
  position: absolute;
}

.about-two-task-one-bar {
  background-color: #fff;
  border-radius: 20px;
  height: 7px;
}

.about-two-help {
  background-image: url('../images/Background-Image.png'), radial-gradient(circle at 0 100%, #fff0f1, #efeaff);
  background-position: 30% 20px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 514px 340px, auto;
  padding: 240px 15px 200px;
  position: relative;
  overflow: hidden;
}

.text-span-141 {
  color: #a386ff;
}

.about-two-growth-item-four {
  background-color: #fff0f1;
  flex: 0 auto;
  min-width: auto;
  padding: 40px 40px 40px 30px;
}

.about-two-growth-item-four.border-radius-twenty {
  background-image: linear-gradient(238deg, #efeaff 7%, #fff0f1);
  border-radius: 20px;
}

.about-two-help-background {
  z-index: 1;
  background-image: url('../images/Help-Background.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 522px 465px;
  display: none;
}

.about-two-hero-copntainer {
  background-image: url('../images/Background-Circle.svg');
  background-position: 50% 100%;
  background-size: auto;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.about-two-growth-modified {
  padding: 80px 15px 120px;
  position: relative;
}

.about-two-hero-design-two {
  position: absolute;
  inset: 35% auto auto 0%;
}

.about-one-business-paragraph-5 {
  padding-bottom: 40px;
}

.about-two-task-one {
  padding-bottom: 10px;
}

.div-block-1322 {
  padding-bottom: 25px;
}

.about-two-task-image-background {
  background-image: url('../images/About-Two-Task.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 522px;
  height: 466px;
  position: relative;
}

.about-two-growth-item-one {
  -webkit-text-fill-color: inherit;
  background-color: #efeaff;
  background-clip: border-box;
  min-width: auto;
  padding: 40px 40px 40px 30px;
}

.about-two-growth-item-one.border-radius-twenty {
  background-image: linear-gradient(234deg, #fdcfe5, #feffe2 90%);
  border-radius: 20px;
}

.service-one-service-sub-heading-two {
  max-width: 308px;
  padding-bottom: 10px;
}

.service-one-service-design-two {
  display: none;
  position: absolute;
  inset: auto auto 50% 10%;
}

.service-one-operation-background-image {
  background-image: linear-gradient(202deg, #48e1d4, #eeac62);
  border-radius: 20px;
  width: 445px;
  height: 537px;
  margin-left: 0;
  margin-right: auto;
  display: block;
  position: relative;
}

.service-one-service-details-five, .service-one-service-details-three, .service-one-service-details-six {
  max-width: 300px;
}

.service-one-service-wrapper-main {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.service-ine-experience-line {
  background-color: #0003;
  height: 1px;
  margin-bottom: 10px;
}

.service-one-operation-paragraph {
  padding-bottom: 40px;
}

.service-one-operation-heading, .div-block-871 {
  padding-bottom: 10px;
}

.service-one-hero-design-two {
  display: none;
  position: absolute;
  inset: auto auto 35% 5%;
}

.service-one-service-icon-four, .service-one-service-icon-five {
  padding-bottom: 30px;
}

.image-one {
  background-image: url('../images/Mask-group-21_1Mask group (21).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 58px;
  height: 61px;
}

.service-one-service-icon {
  padding-bottom: 30px;
}

.service-one-hero-background-image {
  background-image: linear-gradient(84deg, #ad63f0, #4eb6e7);
  border-radius: 30px;
  width: 426px;
  height: 577px;
  margin-left: auto;
  position: relative;
}

.service-one-service-design {
  position: absolute;
  inset: 15% 5% auto auto;
}

.service-one-service-subheading-six {
  max-width: 263px;
  padding-bottom: 10px;
}

.image-three {
  background-image: url('../images/Mask-group-23.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 58px;
  height: 61px;
  margin-left: -25px;
}

.service-one-experience {
  background-image: url('../images/Background-Image.png');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: 440px 291px;
  padding-bottom: 220px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.service-one-customer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.service-one-hero-top-header {
  padding-bottom: 10px;
}

.service-one-service-details-four {
  max-width: 300px;
}

.service-one-development-container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.service-one-experience-image-background {
  background-image: linear-gradient(216deg, #bc5fbc, #f096d3 49%, #ee789f);
  border-radius: 30px;
  width: 495px;
  height: 526px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50px;
}

.service-one-service-container {
  background-image: radial-gradient(circle at 0 0, #fff0f1 13%, #efeaff);
  border-radius: 20px;
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 15px 120px;
  position: relative;
}

.service-one-service-serheading-four {
  max-width: 178px;
  padding-bottom: 10px;
}

.service-one-hero-container-modified {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-left: 15px;
  padding-right: 15px;
}

.service-one-service-subheading {
  max-width: 200px;
  padding-bottom: 10px;
}

.service-one-hero {
  background-image: url('../images/Background-Image.png');
  background-position: 70% 55%;
  background-repeat: no-repeat;
  background-size: 440px 291px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.about-one-business-small-paragraph-7 {
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.service-one-hero-design {
  position: absolute;
  inset: auto -25% 35% auto;
}

.service-one-service-details-paragraph {
  max-width: 300px;
}

.service-one-heading {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

.servicxe-one-service-icon {
  padding-bottom: 30px;
}

.service-one-development {
  padding-bottom: 140px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}

.service-one-hero-line {
  background-color: #04040433;
  height: 1px;
  margin-bottom: 40px;
}

.service-one-service-icon-two, .service-one-service-icon-three {
  padding-bottom: 30px;
}

.service-one-development-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: wrap;
  align-items: flex-start;
  padding-top: 50px;
  display: flex;
}

.image-two {
  background-image: url('../images/Mask-group-22.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 58px;
  height: 61px;
  margin-left: -25px;
}

.service-one-service-paragraph {
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.service-one-service-subheading-five {
  max-width: 200px;
  padding-bottom: 10px;
}

.service-one-service-subheading-three {
  max-width: 250px;
  padding-bottom: 10px;
}

.service-one-details {
  margin-top: -10px;
}

.service-one-customer-image {
  align-items: center;
  display: flex;
}

.service-one-service-modified {
  padding-bottom: 100px;
  overflow: hidden;
}

.service-one-service-details {
  max-width: 300px;
}

.about-three-hero {
  background-image: url('../images/Background-Image.png'), radial-gradient(circle at 0%, #fff0f1, #efeaff 80%);
  background-position: 70% 40%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 440px 291px, auto;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.about-three-hero-image-three {
  position: absolute;
  inset: 0% 45% auto auto;
}

.about-three-hero-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.about-three-banner-image-wrapper {
  background-image: linear-gradient(137deg, #bc5fbc, #f096d3 54%, #ee789f);
  border-radius: 130px 20px 20px;
  align-items: flex-end;
  width: 257px;
  height: 304px;
  display: flex;
  position: relative;
  right: 40%;
}

.about-three-hero-text {
  z-index: 99;
  flex: 1;
  padding-right: 40px;
  position: relative;
}

.about-three-hero-image {
  flex: 1;
  position: relative;
}

.about-three-hero-image-one {
  position: absolute;
  inset: auto auto 15% 15%;
}

.about-three-hero-image-four {
  position: absolute;
  inset: auto 10% 10% auto;
}

.hero-image-two {
  position: absolute;
  inset: 20% auto auto 5%;
}

.hero-image {
  position: absolute;
  inset: auto 0% 10% auto;
}

.about-three-hero-image-two {
  position: absolute;
  inset: 0% 0% auto auto;
}

.about-three-hero-heading {
  max-width: 100%;
  padding-bottom: 10px;
}

.about-three-man-wrapper {
  background-color: #24303e;
  border-radius: 20px 130px 20px 20px;
  align-items: flex-end;
  width: 257px;
  height: 305px;
  display: flex;
  position: relative;
}

.about-three-hero-container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 270px;
  padding-left: 15px;
  padding-right: 15px;
}

.about-two-value-heading {
  padding-bottom: 10px;
}

.about-two-value-heading.change-max-width {
  max-width: 500px;
  margin-top: -20px;
  padding-bottom: 20px;
}

.about-two-value-paragraph {
  max-width: 100%;
  padding-bottom: 40px;
}

.div-block-2152 {
  position: absolute;
  inset: -12% auto auto -5%;
}

.about-three-help-text {
  flex: 1;
}

.about-two-mind-para-two-3 {
  max-width: 100%;
  padding-top: 20px;
}

.about-three-help-container-main {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.about-three-help-image-one {
  position: absolute;
  top: -10%;
  bottom: auto;
  right: auto;
}

.about-three-help {
  padding: 130px 15px 50px;
  overflow: hidden;
}

.about-three-help-image-two {
  position: absolute;
  inset: 23% -5% auto auto;
}

.about-three-help-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  display: flex;
}

.about-two-value-details {
  max-width: 100%;
  padding-top: 20px;
}

.about-two-value-text {
  flex: 1;
  width: 100%;
}

.about-three-help-image-background {
  background-image: linear-gradient(276deg, #48e1d4, #eeac62);
  border-radius: 20px 20px 20px 150px;
  width: 497px;
  height: 525px;
  margin-right: auto;
  position: relative;
}

.about-three-project-gredient {
  background-image: linear-gradient(247deg, #91afff, #ff8282);
  height: 12px;
  position: absolute;
  inset: auto 0% 0%;
}

.about-three-project-service-button {
  padding-bottom: 10px;
}

.about-three-project-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: center;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.about-three-project {
  background-image: url('../images/Background-Image.png');
  background-position: 100% 10%;
  background-repeat: no-repeat;
  background-size: 440px 291px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}

.about-two-design {
  position: absolute;
  inset: 5% auto auto 5%;
}

.about-three-project-text {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.about-three-project-next {
  padding-top: 80px;
  padding-bottom: 120px;
}

.about-three-paragraph {
  max-width: 697px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.about-three-project-service {
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 20px;
  display: flex;
}

.about-three {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.about-three-project-main {
  border-right: 1px solid #fff3;
  flex-direction: column;
  flex: 1;
  padding-top: 80px;
  padding-bottom: 120px;
  padding-right: 100px;
}

.about-three-project-service-title {
  max-width: 349px;
}

.about-three-project-container {
  background-image: url('../images/Service-Background-Image.webp');
  background-position: 50%;
  background-size: cover;
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.about-three-project-button {
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.about-three-heading {
  max-width: 627px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

.about-three-solve-image-background {
  background-image: linear-gradient(85deg, #8bdaf1, #5473fc);
  border-radius: 20px 200px 20px 20px;
  width: 449px;
  height: 532px;
  margin-left: auto;
  position: relative;
}

.about-two-line-background {
  background-color: #fd496c1a;
  border-radius: 20px;
  max-width: 525px;
  height: 7px;
}

.about-two-line-background.change-background {
  background-color: #3e6bec1a;
}

.about-two-line-background.change-background-green {
  background-color: #41e8ac1a;
}

.about-three-task-subheading {
  padding-bottom: 10px;
}

.about-two-task-item-two, .about-three-task-item-three {
  padding-top: 30px;
}

.solve-image-one {
  position: absolute;
  inset: 10% 0% auto auto;
}

.solve-image-two {
  position: absolute;
  inset: auto auto 12% -8%;
}

.about-three-task {
  padding: 120px 15px 140px;
  position: relative;
  overflow: hidden;
}

.about-two-task-subheading {
  padding-bottom: 10px;
}

.about-three-design {
  position: absolute;
  inset: auto auto 5% 10%;
}

.about-two-red-line {
  background-color: #fd496c;
  border-radius: 20px;
  width: 445px;
  height: 7px;
}

.about-two-red-line.change-size {
  background-color: #3e6bec;
  width: 220px;
}

.about-two-red-line.chnage-size-two {
  background-color: #41e8ac;
  width: 372px;
}

.about-two-task-heading {
  max-width: 100%;
  padding-bottom: 10px;
}

.about-three-task-sub-heading {
  padding-bottom: 10px;
}

.about-three-main {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-wrap: wrap;
  display: flex;
}

.about-three-task-wrapper {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.solve-image-three {
  position: absolute;
  inset: auto 0% 20% auto;
}

.about-two-task-line {
  background-color: #0003;
  max-width: 494px;
  height: 1px;
  margin-bottom: 20px;
}

.about-three-brand-main-image {
  position: absolute;
  inset: auto auto 0% 10%;
}

.about-three-brand-image-three {
  position: absolute;
  inset: auto auto 30% 0%;
}

.about-three-brand-image-three.backdrop-filter.change-padding {
  background-color: #d4d3d814;
  border-color: #ffffff4d;
  border-radius: 10px;
  padding: 5px;
  box-shadow: 0 2px 20px 2px #0000000d;
}

.about-three-brand {
  background-image: url('../images/Background-Image.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 440px 291px;
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.about-three-brand-container-modified {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.about-three-image-one {
  position: absolute;
  inset: 10% -15% auto auto;
}

.about-one-business-small-paragraph-8 {
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.about-three-brand-customer-image {
  position: absolute;
  inset: auto 10% 3% auto;
}

.about-thtee-image-background {
  background-image: linear-gradient(236deg, #bc5fbc, #f096d3 52%, #ee789f);
  border-radius: 20px 200px 20px 20px;
  width: 449px;
  height: 532px;
  margin-right: auto;
  position: relative;
}

.footer-three-form-wrapper {
  min-width: 390px;
  max-width: 390px;
}

.footer-three-option-link-three {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 10px;
  display: flex;
}

.main-link-three {
  text-decoration: none;
}

.main-link-three.change-color-white-text.chnage-underline {
  text-decoration: underline;
}

.footer-three-social-media-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 1230px;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-three-logo-wrapper {
  border-right: 1px solid #fff3;
  flex: 0 285px;
  align-items: center;
  height: 100%;
  display: flex;
}

.footer-three-option-four {
  padding-bottom: 10px;
}

.footer-three-form {
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.home-three-footer-new {
  background-color: #24303e;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  margin-top: -200px;
  padding-top: 300px;
  padding-bottom: 0;
  overflow: hidden;
}

.home-three-footer-new.change-padding-top {
  margin-top: 0;
  padding-top: 120px;
  display: block;
}

.footer-three-option-two {
  padding-bottom: 10px;
}

.footer-three-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-three-wrapper {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.footer-three-social-media {
  border-top: 1px solid #fff3;
  border-bottom: 1px solid #f8f8f833;
}

.footer-three-link-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.footer-three-option-one {
  padding-bottom: 10px;
}

.footer-three-social-media-link-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 337px;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.footer-three-option-three {
  padding-bottom: 10px;
}

.footer-three-get-in-touch-heading {
  padding-bottom: 20px;
}

.footer-three-option-link-two {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
  display: flex;
}

.footer-three-option-link-two.padding-bootom-twenty {
  padding-bottom: 20px;
}

.footer-three-social-link-wrapper {
  border-right: 1px solid #f7f7f733;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.footer-three-option-link-one {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.footer-three-support-heading {
  padding-bottom: 20px;
}

.footer-three-form-heading {
  padding-bottom: 30px;
}

.service-two-goal-design {
  position: absolute;
  inset: 15% 5% auto auto;
}

.service-two-service-subheading {
  max-width: 200px;
}

.service-two-customer-image-one {
  background-image: url('../images/Mask-group-21_1Mask group (21).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 58px;
  height: 61px;
}

.service-two-solve-image-one {
  position: absolute;
  inset: -5% auto auto 10%;
}

.service-two-service-line {
  background-color: #0003;
  height: 1px;
}

.service-two-service-wrapper-modified {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.service-two-service-option-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.service-two-hero-cloud {
  position: absolute;
  inset: auto auto 8% -5%;
}

.service-two-cus {
  background-image: url('../images/Mask-group-23.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 58px;
  height: 61px;
  margin-left: -25px;
}

.service-two-solve-image-wrapper {
  background-image: url('../images/Background-Gredient-Two.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 522px;
  height: 466px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.service-two-service-subheading-two {
  max-width: 150px;
}

.service-two-customer-wraper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.service-three-solve-hand-svg {
  display: none;
  position: absolute;
  inset: 25% auto auto 10%;
}

.service-two-hero-rating {
  z-index: 2;
  position: absolute;
  inset: auto 5% 3% auto;
}

.service-two-hero {
  background-image: url('../images/Background-Image.png'), radial-gradient(circle at 0 100%, #efeaff, #e3fcf4);
  background-position: 70% 60%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 366px 242px, auto;
  padding: 220px 15px 120px;
  overflow: hidden;
}

.service-two-service-container {
  background-image: radial-gradient(circle at 0 100%, #fff0f1, #efeaff);
  border-radius: 30px;
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 15px 120px;
}

.service-two-service-parargraph {
  padding-bottom: 20px;
}

.service-two-hero-heading {
  max-width: 100%;
  padding-bottom: 10px;
}

.service-two-hero-container-modified {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.service-two-hero-image-icon {
  position: absolute;
  inset: 2% 15% auto auto;
}

.service-two-service-option {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  display: grid;
}

.service-two-goal-paragraph {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

.service-two-hero-image-two {
  position: absolute;
  inset: -10% auto auto -15%;
}

.service-two-hero-image-two.backdrop-filter.change-padding {
  background-color: #aca8b814;
  border-color: #ffffff4d;
}

.service-two-hero-image-background {
  background-image: url('../images/Banner-Background.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 522px;
  height: 466px;
  position: relative;
}

.home-two-goal-title {
  max-width: 853px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

.service-two-hero-line {
  background-color: #0003;
  height: 1px;
  margin-bottom: 40px;
}

.home-two-task-paragraph-modified {
  max-width: 100%;
  padding-bottom: 30px;
}

.service-two-solve-section {
  background-image: url('../images/Background-Image.png'), radial-gradient(circle at 0 0, #ffffd8, #e3fcf4 67%);
  background-position: 20% 10%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 440px 291px, auto;
  padding: 100px 15px 160px;
  position: relative;
  overflow: hidden;
}

.service-two-solve-image-two {
  position: absolute;
  inset: auto 10% 10% auto;
}

.service-two-service-subheading-three {
  max-width: 200px;
}

.service-two-goal-linlk {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.service-two-solve-image-three {
  position: absolute;
  inset: auto auto 30% 15%;
}

.service-two-solve-container-modified {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.service-two-hero-main-image {
  z-index: 1;
  position: absolute;
  inset: auto -1% -3% auto;
}

.service-two-customer-image-two {
  background-image: url('../images/Mask-group-22.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 58px;
  height: 61px;
  margin-left: -25px;
}

.service-two-goal-container {
  padding-top: 90px;
  padding-bottom: 120px;
  position: relative;
}

.service-two-service-subheading-four {
  max-width: 150px;
}

.service-two-hero-button {
  flex: 0 auto;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.service-three-hero-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.service-two-customer-details {
  margin-top: -10px;
}

.service-two-customer-image {
  align-items: center;
  display: flex;
}

.service-three-hero-paragraph {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.div-block-2255 {
  position: absolute;
  inset: -25% 10% auto auto;
}

.service-three-hero-container-modified {
  z-index: 99;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 220px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.service-two-service-design {
  position: absolute;
  inset: 50% 5% auto auto;
}

.service-three-hero-modified {
  background-image: url('../images/Background-Image.png'), linear-gradient(-255deg, #e3fcf4, #e1eeff 86%);
  background-position: 25%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 476px, auto;
  position: relative;
  overflow: visible;
}

.service-three-hero-heading {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 10px;
}

.service-three-service-line {
  position: absolute;
  inset: 40% auto auto 10%;
}

.service-three-service-details {
  max-width: 370px;
}

.servicethree-service-option-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 10px;
  align-items: center;
  padding: 40px 20px 40px 30px;
  display: flex;
}

.servicethree-service-option-item.box-shadow {
  box-shadow: 0 2px 47px #00000014;
}

.servicethree-service-option-item.red-border {
  border: 1px solid #ff5f55;
}

.service-three-service-container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.service-three-service-heading {
  max-width: 622px;
  margin-left: auto;
  margin-right: auto;
}

.service-three-service-paragraph {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.service-three-service-option {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-threee-strategy-design {
  display: none;
  position: absolute;
  inset: 40% auto auto 10%;
}

.service-there-strategy-image-one {
  position: absolute;
  inset: 15% auto auto -5%;
}

.service-three-strategy-container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.service-three-strategy-heading, .service-three-strategy-paragraph {
  max-width: 100%;
  padding-bottom: 20px;
}

.service-three-strategy-option-one {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.service-three-strategy-icon {
  flex: 0 auto;
}

.service-three-strategy {
  background-image: url('../images/Background-Image.png');
  background-position: 80% 40%;
  background-repeat: no-repeat;
  background-size: 476px 315px;
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}

.service-three-strategy-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.service-three-strategy-line {
  background-color: #0003;
  height: 1px;
  margin-bottom: 20px;
}

.service-three-strategy-details {
  flex: 1;
  max-width: 100%;
}

.service-there-strategy-image {
  margin-left: 0;
  margin-right: auto;
}

.service-three-strategy-image-two {
  position: absolute;
  inset: auto -10% 5% auto;
}

.service-three-strategy-option {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.service-three-srtategy-background {
  background-image: linear-gradient(117deg, #ad63f0, #4eb6e7 93%);
  border-radius: 20px 200px 20px 20px;
  width: 449px;
  height: 532px;
  position: relative;
}

.service-three-strategy-text {
  flex: 1;
  width: 100%;
}

.service-three-solution-image-four {
  position: absolute;
  inset: auto 0% 10% auto;
}

.service-three-solution {
  background-image: url('../images/Background-Image.png'), linear-gradient(225deg, #efeaff, #fff0f1);
  background-position: 50px 40px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 476px 315px, auto;
  padding: 120px 15px;
  position: relative;
  overflow: hidden;
}

.service-three-solution-image-one {
  position: absolute;
  inset: 10% auto auto -10%;
}

.service-three-solution-paragraph {
  padding-bottom: 30px;
}

.service-three-solution-details {
  padding-top: 10px;
}

.service-three-solution-container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.service-three-solution-item-details {
  padding-top: 10px;
}

.service-three-solution-line {
  background-color: #0003;
  height: 1px;
  margin-bottom: 30px;
}

.service-three-solution-heading {
  padding-bottom: 10px;
}

.service-three-image-background {
  background-image: linear-gradient(225deg, #48e1d4, #eeac62);
  border-radius: 200px 20px 20px;
  width: 449px;
  height: 532px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.service-three-solution-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-three-solution-image-five {
  position: absolute;
  inset: auto auto 10% 10%;
}

.service-three-solution-hand {
  position: absolute;
  inset: 0% 5% auto auto;
}

.service-three-gredient {
  display: none;
}

.pricing-one-plan-item {
  background-color: #fff;
  border-radius: 20px;
  flex: 1;
  padding: 30px;
  box-shadow: 1px 0 30px -9px #0000000f;
}

.pricing-one-strategy-backgroung {
  background-image: linear-gradient(127deg, #48e1d4, #eeac62);
  border-radius: 30px;
  width: 420px;
  height: 518px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.pricing-one-stategy-image-one {
  position: absolute;
  inset: -10% -15% auto auto;
}

.pricing-one-price-icon {
  padding-top: 10px;
}

.pricing-one-date {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  align-items: flex-end;
  padding-bottom: 20px;
  display: flex;
}

.pricing-one-plan-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  padding-top: 40px;
  display: flex;
}

.pricing-one-plan-button {
  justify-content: center;
}

.pricing-one-strategy-container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-one-strategy-image-two {
  position: absolute;
  inset: auto auto 10% -35%;
}

.pricing-one-date-main {
  display: flex;
}

.pricing-one-button {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-one-plan-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(78deg, #753af2, #5473fc);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 68px;
  height: 35px;
  display: flex;
}

.pricing-one-stategy-image-three {
  position: absolute;
  inset: auto -15% 10% auto;
}

.pricing-one-stategy-image-three.backdrop-filter.change-padding {
  background-color: #aba9b214;
  border-color: #ffffff4d;
  border-radius: 10px;
  padding: 5px;
}

.pricing-one-paragraph {
  padding-bottom: 10px;
}

.button-white {
  background-color: #fff;
  border-radius: 20px;
  width: 28px;
  height: 28px;
  margin-left: 5px;
}

.pricing-one-plan-section {
  z-index: 99;
  max-width: 1230px;
  margin-top: -360px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 160px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.pricing-one-strategy-text {
  flex: 1;
}

.pricing-one-strategy-option-paragraph {
  max-width: 100%;
  padding-top: 20px;
}

.pricing-one-hero-paragraph {
  max-width: 745px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.pricing-one-strategy {
  padding-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: visible;
}

.pricing-one-hero-design-two {
  position: absolute;
  inset: auto 0% 45% auto;
}

.pricing-one-plan {
  background-color: #efeaff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  max-width: 126px;
  margin-bottom: 20px;
  padding: 15px 15px 0;
  display: flex;
}

.pricing-one-plan.change-background-green {
  background-color: #e3fcf4;
}

.pricing-one-plan.change-background-green.change-max-width {
  max-width: 150px;
}

.pricing-one-plan.change-background-green.change-max-width.change-padding {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pricing-one-plan.change-color-light-red {
  background-color: #fff0f1;
}

.pricing-one-plan.change-color-light-red.change-max-width {
  z-index: 99;
  max-width: 153px;
}

.pricing-one-strategy-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.pricing-one-hero-heading {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.pricing-one-strategy-line {
  text-transform: capitalize;
  background-color: #0000001a;
  height: 1px;
}

.pricing-one-hero-text {
  z-index: 99;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.pricing-one-hero {
  background-image: linear-gradient(to right, #efeaff, #fff0f1);
  overflow: hidden;
}

.pricing-one-hero-container {
  background-image: url('../images/Background-Image.png');
  background-position: 90% 10%;
  background-repeat: no-repeat;
  background-size: 494px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 380px;
  position: relative;
}

.pricing-one-strategy-option {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.pricing-one-plan-line {
  background-color: #0000001a;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.pricing-one-plan-option {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.pricing-one-strategy-paragraph {
  padding-bottom: 30px;
}

.pricing-one-hero-design {
  position: absolute;
  inset: 25% auto auto 5%;
}

.change-color-royal-blue {
  color: #2864ff;
}

.change-color-white-text {
  color: #fff;
}

.blog-one-hero-image {
  position: absolute;
  inset: 50% 0% auto auto;
}

.blog-one-hero-image-two {
  position: absolute;
  inset: 50% auto auto 0%;
}

.blog-one-hero-wrapper {
  opacity: .8;
  background-image: linear-gradient(150deg, #753af2, #5473fc);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 387px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.blog-one-hero-wrapper.chnage-orientation {
  width: 100%;
  height: auto;
}

.contact-one-herocontainer {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contact-one-project-link-modified {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(161deg, #ffffd8, #e3fcf4 51%);
  border-radius: 10px;
  align-items: center;
  max-width: 600px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  display: flex;
}

.contact-one-project-link-modified.change-background-two {
  background-image: linear-gradient(284deg, #efeaff, #e3fcf4), linear-gradient(161deg, #ffffd8, #e3fcf4 51%);
}

.contact-one-project-link-modified.change-background {
  background-image: linear-gradient(239deg, #efeaff, #fff0f1), linear-gradient(161deg, #ffffd8, #e3fcf4 51%);
}

.contact-one-project-container-modified {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-field-contact {
  color: var(--body-color);
  border: 1px solid #0000;
  border-radius: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.text-field-contact::placeholder {
  color: #686868;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.contact-one-hero-form {
  background-image: linear-gradient(240deg, #efeaff, #fff0f1);
  border-radius: 30px;
  padding: 60px 75px;
}

.button-font-contact {
  color: #fff;
  font-family: Syne, sans-serif;
  font-size: .9375rem;
  font-weight: 700;
  line-height: .23438rem;
}

.button-font-contact.change-padding {
  padding-top: 5px;
  padding-bottom: 5px;
}

.contact-one-hero-design {
  display: none;
  position: absolute;
  inset: 45% auto auto -5%;
}

.contact-one-svg {
  position: absolute;
  inset: -10% -10% auto auto;
}

.contact-one-tal-graph {
  position: absolute;
  inset: 30% 0% auto auto;
}

.contact-one-hero-wrapper {
  position: relative;
}

.contact-one-form-paragraph-modified {
  max-width: 624px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.contact-one-image-three {
  position: absolute;
  inset: 15% auto auto -10%;
}

.contact-one-talk-background {
  background-image: linear-gradient(100deg, #48e1d4, #eeac62);
  border-radius: 30px;
  justify-content: center;
  align-items: flex-end;
  width: 469px;
  height: 579px;
  display: flex;
  position: relative;
}

.contact-one-hero-section {
  z-index: 99;
  background-image: url('../images/Background-Image.png');
  background-position: 0 20%;
  background-repeat: no-repeat;
  background-size: 494px 326px;
  padding: 200px 15px 130px;
  position: relative;
}

.contact-one-design {
  position: absolute;
  inset: 0% 0% auto auto;
}

.link-block {
  text-decoration: none;
}

.blog-two-hero-container-new {
  background-image: url('../images/Background-Image.png');
  background-position: 0 -20px;
  background-repeat: no-repeat;
  background-size: 494px 326px;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.blog-two-hero-paragraph-new {
  max-width: 674px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 40px;
}

.blog-two-hero-heading-new {
  max-width: 638px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.blog-two-main-image-caption {
  max-width: 475px;
}

.blog-two-thumbsup {
  position: absolute;
  inset: 5% 0% auto auto;
}

.blog-two-green-svg {
  position: absolute;
  inset: 0% auto auto 0%;
}

.blog-two-list-item-image {
  position: relative;
}

.blog-two-main-image-wrapper {
  background-image: linear-gradient(156deg, #753af2, #5473fc);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.blog-two-main-image-thambnail {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.blog-two-hero-items {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.blog-two-hero-modified {
  background-image: linear-gradient(113deg, #e1eeff, #e3fcf4);
  padding: 200px 15px 180px;
}

.blog-two-main-image-name {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.blog-two-main-image {
  position: relative;
}

.change-display {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.landing-page-merque-one {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.landing-page-merque-two {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.landing-page-hero-design-one {
  position: absolute;
  inset: 50% 0% auto auto;
}

.landing-page-hero-design-two {
  position: absolute;
  inset: auto auto 10% 0%;
}

.landing-page-experience-image {
  position: absolute;
}

.landing-page-figma-hand-design {
  position: absolute;
  inset: 0% 0% auto auto;
}

.landing-page-demo-design {
  position: absolute;
  inset: 0% auto auto 15%;
}

.landing-page-demo-design-two {
  position: absolute;
  inset: auto 0% 0% auto;
}

.landing-page-utility-icon {
  position: absolute;
  inset: 0% auto auto 0%;
}

.utiliti-gage-gredient-one {
  background-color: var(--light-green);
  filter: blur(125.75px);
  border-radius: 50%;
  width: 522px;
  height: 522px;
  display: none;
  position: absolute;
  inset: 40% auto auto -10%;
}

.utility-page-gredient-two {
  display: none;
}

.landing-page-merque-three {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.blog-three-hero-line {
  position: absolute;
  inset: auto 0% 0% auto;
}

.blog-three-hero-hand {
  position: absolute;
  inset: 30% auto auto 0%;
}

.contact-two-hero {
  z-index: 1;
  background-image: url('../images/Background-Image.png'), linear-gradient(224deg, #e1eeff 16%, #e3fcf4);
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 494px, auto;
  padding: 200px 15px 215px;
  position: relative;
}

.contact-two-hero-container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contact-two-box-container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.contact-two-link {
  padding-top: 20px;
  text-decoration: none;
}

.contact-two-link.change-width {
  max-width: 236px;
}

.contact-two-link-box {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 390px;
  padding: 50px;
  display: flex;
  box-shadow: 0 2px 40px #0000000f;
}

.contact-two-link-paragraph {
  max-width: 222px;
  padding-top: 10px;
}

.contact-two-icon {
  background-color: #39b3f61a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.contact-two-icon.change-color-red {
  background-color: #e801011a;
}

.contact-two-icon.change-color-purple {
  background-color: #8d51f91a;
}

.contact-two-form-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-bottom: 15px;
  display: flex;
}

.contact-two-form-heading {
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.contact-two-button {
  padding-top: 30px;
}

.button-font-27 {
  color: #fff;
  font-family: Syne, sans-serif;
  font-size: .9375rem;
  font-weight: 700;
  line-height: .23438rem;
}

.button-font-27.change-padding {
  padding-top: 5px;
  padding-bottom: 5px;
}

.contact-two-from-container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contact-two-form {
  padding: 80px 15px 110px;
}

.textarea-big-new {
  min-height: 256px;
  padding-top: 30px;
  padding-left: 30px;
}

.textarea-big-new.border-radius-ten {
  border-radius: 10px;
}

.textarea-big-new.border-radius-ten::placeholder {
  color: #686868;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.textarea-big-new.border-radius-ten.chnage-font {
  color: var(--body-color);
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.theme-image {
  display: none;
  position: absolute;
  inset: 0% auto auto 3%;
}

.theme-image-girl {
  display: none;
  position: absolute;
  inset: auto auto -20% 0%;
}

.theme-round-image {
  display: none;
  position: absolute;
  inset: -10% 0% auto auto;
}

.theme-image-man {
  display: none;
  position: absolute;
  inset: auto 8% -5% auto;
}

.conatct-two-hero-hand {
  position: absolute;
  inset: 0% auto auto 0%;
}

.contact-two-green-svg {
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(80deg);
}

.contact-three-massage {
  position: absolute;
  inset: 15% auto auto 5%;
}

.cvontact-three-hero-container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 220px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.contact-three-hero-design {
  position: absolute;
  inset: auto 0% 0% auto;
}

.contact-three-hero {
  z-index: 99;
  background-image: url('../images/Background-Image.png'), radial-gradient(circle at 100% 0, #e1eeff, #e3fcf4 85%);
  background-position: 100% 30%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 494px 326px, auto;
  padding-bottom: 293px;
  position: relative;
}

.contact-three-form-heading {
  padding-bottom: 30px;
}

.button-font-29 {
  color: #fff;
  font-family: Syne, sans-serif;
  font-size: .9375rem;
  font-weight: 700;
  line-height: .23438rem;
}

.button-font-29.change-padding {
  padding-top: 5px;
  padding-bottom: 5px;
}

.contact-three-big-massage {
  padding-bottom: 40px;
}

.textarea-big {
  border: 1px solid #0000;
}

.textarea-big.padding-around.change-width {
  min-height: 256px;
}

.text-contact-three {
  color: var(--body-color);
  border: 1px solid #0000;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.contact-three-form-item-one-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-bottom: 15px;
  display: flex;
}

.contact-three-project-text {
  flex: 1;
}

.contact-three-project-container {
  background-image: url('../images/Background-Image.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 380px 251px;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.contactlink {
  text-decoration: none;
}

.sign-up-design-one {
  position: absolute;
  inset: 15% auto auto 0%;
  transform: rotate(50deg);
}

.sign-up-design-two {
  position: absolute;
  inset: auto 10% -25% auto;
}

.sign-in-green-image {
  position: absolute;
  inset: -25% 0% auto auto;
  transform: rotate(80deg);
}

.sign-in-circle {
  position: absolute;
  inset: auto auto -25% 0%;
}

.utility-page-wrap {
  background-image: linear-gradient(242deg, #efeaff, #fff0f1);
  align-items: center;
  height: 100vh;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 120px 15px;
  display: flex;
  position: relative;
}

.utility-page-content.padding-top {
  padding-top: 170px;
}

.utility-page-form {
  background-color: var(--white-color);
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  min-width: 1020px;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 15px 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-three-service-button {
  display: flex;
}

.dropdown-list {
  background-color: var(--white-color);
  border: 1px solid #0000001a;
  min-width: 230px;
}

.dropdown-list.w--open {
  padding-bottom: 10px;
}

.landing-page-footer-design {
  position: absolute;
  inset: 0% auto auto 15%;
}

.landing-page-footer-design-two {
  position: absolute;
  inset: auto 25% 0% auto;
}

.plug-two {
  position: absolute;
  inset: 50% -10% auto auto;
}

.plug-one {
  position: absolute;
  inset: 50% auto auto -10%;
}

.four-zero-four-main {
  background-image: url('../images/Background-Image.png');
  background-position: 10% 10%;
  background-repeat: no-repeat;
  background-size: 494px 326px;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.four-zero-four-main.overflow-hidden {
  background-image: url('../images/Background-Image.png');
  background-repeat: no-repeat;
  background-size: 494px 326px;
  height: 100vh;
}

.error-text {
  color: var(--grey-sub-text);
  font-family: Nunito, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.875rem;
}

.error-text.padding-bottom-fourty {
  padding-bottom: 40px;
}

.error-hero-design {
  position: absolute;
  inset: 10% 15% auto auto;
  transform: rotate(80deg);
}

.error-hero-design-two {
  position: absolute;
  inset: auto auto 10% 5%;
}

.form-field-wrapper {
  border: 1px solid #0003;
  border-radius: 100px;
  justify-content: center;
  align-items: flex-end;
  min-width: 810px;
  margin-top: 35px;
  padding: 5px 5px 5px 30px;
  display: flex;
}

.password-text {
  border: 1px solid #0000;
}

.password-text.padding-change {
  padding-top: 15px;
  padding-bottom: 15px;
}

.password-text.padding-change:focus {
  border-color: #0000;
}

.password-text.padding-change::placeholder {
  font-family: Nunito, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.button-gredient {
  background-image: linear-gradient(95deg, #753af2, #5473fc);
}

.button-gredient.button-font.button-padding {
  padding-top: 15px;
  padding-bottom: 15px;
}

.password-page-gredient {
  background-image: linear-gradient(243deg, #ad63f0, #4eb6e7);
  height: 7px;
  position: absolute;
  inset: auto 0% 0%;
}

.password-hero-circle {
  position: absolute;
  inset: auto 0% 0% auto;
}

.password-hero-image {
  position: absolute;
  inset: 25% auto auto 0%;
}

.navlink {
  -webkit-text-stroke-width: .1px;
  -webkit-text-stroke-color: var(--primery-color);
  font-family: DM Sans, sans-serif;
}

.home-three-customer-support-item {
  border-right: 1px solid #fff3;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-three-customer-support-item.change-border {
  border-right-color: #fff0;
}

.text-span-164 {
  color: #80dede;
}

.text-span-165 {
  color: #ffc940;
}

.text-span-166 {
  color: #be86ff;
}

.text-span-167 {
  color: #ff8383;
}

.service-two-goal {
  padding-left: 15px;
  padding-right: 15px;
}

.landing-page-utility-link {
  text-decoration: none;
}

.collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.support-text {
  color: #b0b4d0;
  letter-spacing: -.05rem;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Syne, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5625rem;
}

.footer-three-support-link-five {
  margin-top: 10px;
}

.footer-three-support-link-five.change-padding-ten {
  margin-top: 0;
}

.fix-width {
  width: 19px;
  height: 28px;
}

.red-text {
  color: var(--dark-red);
}

.position-relative {
  position: relative;
}

.big-logo {
  position: absolute;
  inset: auto 0% 30%;
}

.utility-item-hover-effect {
  background-image: linear-gradient(144deg, #753af2, #5473fc);
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.landing-page-marquee {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.landing-page-marquee.landing-page-bottom-marquee {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-end;
  padding-left: 30px;
}

.footer-merque-one {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-merque-two {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.landing-page-image-wrapper {
  position: relative;
}

.landing-page-image-overlay {
  background-color: #fff9;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.landing-page-box-hover {
  background-image: linear-gradient(114deg, #753af2, #5473fc);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.landing-page-main-image-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  max-height: 396px;
  display: flex;
  overflow: hidden;
}

.landing-page-template-sub-heading {
  padding-top: 20px;
}

.home-one-marque {
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  overflow: hidden;
}

.home-one-merque {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-one-marque-item {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-min-width {
  min-width: 166px;
}

.image-min-width-two {
  min-width: 132px;
}

.image-min-width-three {
  min-width: 134px;
}

.home-one-application-effect.change-width {
  max-width: 520px;
}

.home-one-application-effect.change-max-width-two {
  max-width: 420px;
}

.home-two-hero-merque-modiied {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 1px solid #0000004d;
  border-bottom: 1px solid #0000004d;
  justify-content: space-around;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-three-support {
  flex: none;
}

.home-one-acordian {
  padding-bottom: 30px;
}

.home-one-acordian-heading {
  flex: 1;
}

.about-paragraph {
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 30px;
}

.about-paragraph.change-padding {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.home-one-top-part {
  background-image: linear-gradient(#0000 62%, #fff), linear-gradient(#d7fff2, #daeafe);
  overflow: hidden;
}

.home-one-end-part {
  background-image: radial-gradient(circle at 0 30%, #fff0f1, #fff0 19%);
  overflow: hidden;
}

.link-button-sign-up {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(150deg, #c66bff, #ff5f5f);
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 30px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 40px #0000001a;
}

.link-button-sign-up.change-primary-color {
  background-color: #152547;
  background-image: linear-gradient(150deg, #c66bff00, #ff5f5f00);
}

.button-wrapper-sign-up {
  height: 20px;
  position: relative;
  overflow: hidden;
}

.button-hover {
  position: relative;
  transform: translate(0, 10px);
}

.button-font-nav {
  color: #fff;
  font-family: Syne, sans-serif;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1.5625rem;
}

.error-image {
  object-fit: contain;
}

.display-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.blog-details-new-blog-item {
  width: 100%;
}

.blog-one-one-blog-item-button-wrapper {
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 387px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.blog-one-one-blog-item-button-wrapper.chnage-orientation {
  width: 100%;
  height: auto;
}

.header-one-main, .home-two-nav {
  z-index: 999;
  position: fixed;
  inset: 0% 0% auto;
}

.home-three-nav {
  z-index: 999;
  padding-top: 30px;
  position: relative;
}

.licencing-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.licencing-main-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 180px 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
}

.bold-link {
  color: var(--primery-color);
  -webkit-text-stroke-width: .3px;
  text-decoration: none;
}

.licencing-border {
  background-color: #0000004d;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.image-link-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.image-link-wrapper.margin-bottom-thirty {
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.image-link {
  color: var(--color-black);
  flex: none;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.images-preview {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-two-hero-image-block {
  background-image: url('../images/Mask-group-20.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 600px;
}

.service-two-hero-image-block.display-flex {
  justify-content: center;
  align-items: center;
}

.play-button {
  background-color: #24303e;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 106px;
  height: 106px;
  display: flex;
}

.play-button-image {
  background-image: url('../images/Play-Vedio.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 106px;
  height: 106px;
  position: absolute;
}

.accordion-answer {
  margin-top: 20px;
}

.home-three-green-icon {
  position: absolute;
  inset: -8% auto auto 15%;
}

.footer-one-copyright {
  background-image: linear-gradient(267deg, #ad63f0, #4eb6e7);
}

.body-font {
  color: var(--grey-sub-text);
  letter-spacing: .01125rem;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.body-font.change-position {
  position: absolute;
  inset: 0%;
}

.body-font.change-position.opacity-off {
  opacity: 0;
}

.image-min-width-four {
  width: 166px;
}

.image-min-width-five {
  min-width: 140px;
}

.button-main {
  height: 26px;
  position: relative;
}

.footer-gredient {
  background-image: linear-gradient(294deg, #ad63f0, #4eb6e7);
  height: 17px;
}

.footer-three-gradient {
  background-image: linear-gradient(268deg, #ad63f0, #4eb6e7);
  height: 17px;
}

.footer-three-gradient-main {
  background-image: linear-gradient(273deg, #ad63f0, #4eb6e7);
  height: 17px;
}

.padding-top-thirty {
  padding-top: 30px;
}

.blog-two-new-wrapper {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.landing-load-reveal {
  z-index: 999;
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.load-reveal-block {
  grid-column-gap: 12px;
  transform-origin: 50% 0;
  background-color: #0e1824;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.load-reveal-block.right {
  transform-origin: 50% 0;
  justify-content: flex-start;
}

.logo-image {
  width: 20px;
}

.intro-text-left {
  color: #fff;
  letter-spacing: -.64px;
  text-transform: capitalize;
  font-family: Syne, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.intro-text-right {
  color: #fff;
  letter-spacing: -.64px;
  font-family: Syne, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.home-one-service-item-new {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #ffffff1a;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px 20px 40px;
  display: flex;
}

.home-one-service-icon-heading {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.home-one-service-arrow {
  display: flex;
  position: relative;
}

.blue-arrow {
  position: absolute;
}

.about-two-value-big-container {
  background-color: #24303e;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 30px;
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-left: 15px;
  padding-right: 15px;
  position: sticky;
  top: 120px;
}

.color-gredient {
  background-image: linear-gradient(120deg, #ffffd8, #e3fcf4 77%);
}

.about-two-value-heading-max-width {
  max-width: 570px;
  padding-bottom: 20px;
}

.about-two-value-paragraph-max-width {
  max-width: 507px;
  padding-bottom: 40px;
}

.about-two-value-effect-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: flex-start;
  display: flex;
}

.about-two-value-item-one {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-two-value-number {
  z-index: 99;
  border: 1px solid #ffffff4d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 59px;
  height: 59px;
  display: flex;
  position: relative;
}

.about-two-value-line {
  border-right: 1px solid #ffffff4d;
  justify-content: center;
  align-items: center;
  width: 1.5px;
  height: 40px;
  position: relative;
  overflow: hidden;
}

.gredient-box {
  background-image: linear-gradient(128deg, #753af2, #5473fc);
  border-radius: 50%;
  width: 59px;
  height: 59px;
  position: absolute;
}

.gredient-line {
  background-image: linear-gradient(106deg, #ad63f0, #4eb6e7);
  width: 1px;
  height: 40px;
  position: absolute;
  inset: 0%;
}

.about-two-card-details {
  padding-top: 20px;
}

.about-two-image {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.collection-item {
  flex: 1;
}

.div-block-2653 {
  display: none;
}

.home-one-heading-underline {
  position: absolute;
  inset: auto 0% 0% 60%;
}

.home-one-heading-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-one-heading-effect {
  position: relative;
}

.product-underline {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-underline {
  flex: none;
  width: 100%;
}

.pencil {
  flex: 1;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 4.375rem;
    line-height: 4.6875rem;
  }

  .auto-fit.border-radius-five.image-drop-shadow {
    box-shadow: 0 5px 20px 5px #0000001a;
  }

  .auto-fit.border-radius-ten.change-width {
    width: 213px;
    height: 304px;
  }

  .home-one-navbar.overflow-hidden {
    overflow: visible;
  }

  .home-three-hero-branch-analysis {
    top: 20%;
    right: -2%;
  }

  .home-three-hero-branch-analysis.backdrop-filter.change-backdrop-padding {
    right: -10%;
  }

  .service-one-hero-review {
    flex-direction: row;
    justify-content: space-between;
  }

  .home-three-brand-text {
    flex: 0 auto;
  }

  .about-two-hero-cofounder.backdrop-filter.chage-padding {
    bottom: 20%;
    left: -35%;
  }

  .about-two-hero-analysis.backdrop-filter.change-position {
    right: -80%;
  }

  .about-three-hero-paragraph {
    max-width: 600px;
  }

  .service-one-experience-image-two {
    left: -10%;
  }

  .service-one-experience-paragraph {
    max-width: 550px;
  }

  .service-one-operation-image-one {
    top: -12%;
    left: -5%;
  }

  .service-one-operation-image-two {
    right: -8%;
  }

  .heading-one {
    font-size: 4.375rem;
    line-height: 4.6875rem;
  }

  .blog-details-paragraph-two {
    padding-top: 20px;
    padding-left: 40px;
  }

  .blog-details-main-image.border-radius-fifteen {
    width: 100%;
  }

  .change-line-break {
    word-break: break-all;
  }

  .home-one-connect-text {
    flex: 0 auto;
  }

  .home-one-hero-main-image {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: row;
  }

  .home-one-hero-image-wrapper.border-radius-fifteen.change-background {
    -webkit-backdrop-filter: blur(53.4px);
    backdrop-filter: blur(53.4px);
    background-image: linear-gradient(#edfdf8, #edfdf8);
    border: 1px solid #cedfe1;
    padding: 15px 30px;
    box-shadow: 0 2px 20px #3f3a3a1a;
  }

  .home-one-connect-main {
    flex-direction: row;
    align-items: center;
  }

  .home-two-value-product-paragraph {
    max-width: 550px;
  }

  .home-two-value-service-paragraph-2 {
    max-width: 570px;
  }

  .home-two-value-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-direction: row;
    align-items: flex-end;
  }

  .home-two-goal-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-two-value-paragraph {
    max-width: 518px;
  }

  .backdrop-filter.change-position-four {
    top: -22%;
  }

  .backdrop-filter.change-image-position-two {
    left: -80%;
  }

  .backdrop-filter.change-position-one {
    bottom: -8%;
    right: 0%;
  }

  .home-two-task-main {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: row;
    align-items: flex-end;
  }

  .home-three-work-option-paragraph {
    max-width: 542px;
  }

  .home-three-brand-wrapper {
    flex-direction: row;
    align-items: center;
  }

  .home-three-task-image {
    margin-left: 0;
    margin-right: 0;
  }

  .home-thtee-experience-paragraph-2 {
    padding-bottom: 20px;
  }

  .home-three-marquee {
    padding-bottom: 120px;
  }

  .home-three-task-line {
    max-width: 500px;
  }

  .home-three-task-paragraph {
    max-width: 507px;
  }

  .home-three-brand-paragraph {
    max-width: 600px;
  }

  .about-one-work-paragraph {
    max-width: 589px;
  }

  .about-one-success-main {
    flex-direction: row;
  }

  .about-two-task-text {
    flex: 0 auto;
    margin-top: -20px;
  }

  .about-two-task-image {
    flex: 0 auto;
  }

  .about-two-hero-happy-client {
    right: -30%;
  }

  .service-one-experience-image-2 {
    margin-top: -20px;
  }

  .service-one-experience-image-three-2 {
    right: 8%;
  }

  .service-one-hero-heading {
    max-width: none;
  }

  .service-one-experience-one-2 {
    max-width: 600px;
  }

  .service-one-experience-wrapper-2 {
    padding-top: 40px;
  }

  .service-one-experience-image-one-2 {
    right: 18%;
  }

  .service-one-hero-image-one {
    left: -15%;
  }

  .service-one-hero-image-one.backdrop-filter.change-padding {
    background-color: #bebac914;
  }

  .service-one-hero-image-three {
    right: -20%;
  }

  .service-two-hero-image {
    margin-right: 0;
  }

  .service-two-service-balence-image {
    top: -12%;
    bottom: 0%;
  }

  .home-two-task-item-one {
    max-width: 510px;
  }

  .service-two-solve-main {
    padding-bottom: 40px;
  }

  .service-two-service-text {
    margin-top: -50px;
  }

  .service-two-service-rating-image {
    top: 63%;
    left: -25%;
  }

  .service-three-hero-image-three {
    margin-left: -20px;
  }

  .service-three-hero-image {
    display: flex;
    top: 120px;
  }

  .service-three-hero-button {
    padding-bottom: 0;
  }

  .service-three-services {
    padding-top: 200px;
  }

  .team-one-members-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .sign-up-menu {
    flex-wrap: nowrap;
  }

  .sign-up-image-three {
    bottom: -10%;
  }

  .sign-up-main-section {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-direction: row;
  }

  .sign-in-main-section {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .landing-page-experience-heading {
    max-width: 600px;
  }

  .landing-page-figma-image {
    width: 1230px;
  }

  .landing-page-demo {
    margin-top: -400px;
    padding-top: 380px;
  }

  .team-details-member-one, .team-details-member-one-background.background-purple {
    overflow: hidden;
  }

  .heading-five {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }

  .home-one-team-image-background {
    background-color: #fff0f1;
    border-radius: 20px;
    width: 420px;
    height: 489px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .about-line {
    width: 500px;
  }

  .home-one-connect-design {
    inset: 0% 30% auto auto;
  }

  .home-one-video {
    padding-bottom: 0;
  }

  .home-one-hero-link-wrapper {
    display: none;
    left: -8%;
  }

  .link-button.change-primary-color {
    background-color: var(--primery-color);
    background-image: linear-gradient(262deg, #2898ff, #ff5f5f);
  }

  .home-one-video-paragraph {
    max-width: 700px;
  }

  .about-option {
    max-width: 500px;
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .home-one-connect-paragraph {
    max-width: 454px;
  }

  .nav-wrapper {
    grid-template-columns: .5fr 1fr .5fr;
  }

  .home-one-project-top-part {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .home-one-success-paragraph {
    max-width: 600px;
  }

  .home-one-about-text-wrapper {
    flex: 0 auto;
  }

  .home-one-team-image {
    flex: 1;
    margin-left: auto;
    margin-right: auto;
  }

  .home-one-connect-image-one {
    left: -20%;
  }

  .home-one-connect-image-three {
    top: -10%;
  }

  .home-one-success {
    padding-bottom: 170px;
  }

  .home-one-success-text {
    flex: 1;
  }

  .home-one-team-item {
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px 10px 20px;
    display: flex;
  }

  .home-one-team-item.border-radius-eight.change-shadow {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-one-connect-item {
    padding-bottom: 20px;
  }

  .home-one-team-image-one {
    position: absolute;
    inset: auto auto -15% -20%;
  }

  .home-one-team-design {
    display: none;
  }

  .home-one-connect-image-two {
    bottom: 10%;
  }

  .home-one-connect-item-paragraph {
    max-width: 490px;
    padding-bottom: 40px;
  }

  .home-one-connect-image {
    flex: 0 auto;
    padding-bottom: 30px;
  }

  .about-heading {
    max-width: 495px;
  }

  .home-one-services {
    margin-top: -300px;
    padding-top: 400px;
  }

  .home-one-connect-image-icon {
    left: -28%;
  }

  .home-one-connect-heading {
    max-width: 507px;
  }

  .footer-one-link {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .about-paragraph-one {
    max-width: 520px;
  }

  .home-one-application-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: row;
    align-items: center;
  }

  .home-one-application {
    padding-top: 180px;
    padding-bottom: 160px;
  }

  .home-one-connect-modified {
    background-position: 50% 0;
    padding-bottom: 70px;
    overflow: visible;
  }

  .home-one-success-heading {
    max-width: 610px;
    margin-top: -20px;
  }

  .home-one-successs-line {
    width: 100%;
    margin-bottom: 40px;
  }

  .home-one-application-image {
    display: none;
  }

  .home-one-hero-sub-image-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .nav-button {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    justify-content: flex-end;
  }

  .footer-one-bell-icon {
    display: block;
  }

  .footer-one-hand {
    bottom: -2%;
  }

  .home-two-theme-image-one {
    display: block;
  }

  .home-two-task-line {
    max-width: 510px;
  }

  .home-two-task-section {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .home-two-hero-heading {
    max-width: 650px;
  }

  .home-two-value {
    padding-top: 50px;
    padding-bottom: 130px;
  }

  .home-two-hero-image {
    flex: 1;
  }

  .home-two-theme {
    padding-top: 120px;
    padding-bottom: 240px;
  }

  .home-two-maneger-paragraph {
    max-width: 450px;
    padding-bottom: 20px;
  }

  .home-two-theme-image-two {
    display: block;
  }

  .home-two-task-heading {
    max-width: 547px;
  }

  .home-two-task-heading.change-max-width {
    max-width: 419px;
  }

  .home-two-hero-image-one {
    top: -2%;
    left: 5%;
  }

  .home-two-hero-paragraph {
    max-width: 580px;
  }

  .home-two-hero-wrapper {
    align-items: center;
  }

  .home-two-maneger {
    background-position: 0 0;
    padding-top: 60px;
    padding-bottom: 130px;
  }

  .div-block-676 {
    max-width: 500px;
  }

  .home-two-maneger-main {
    align-items: flex-end;
    padding-top: 20px;
  }

  .home-two-maneger-heading {
    max-width: 443px;
  }

  .home-two-hero-container-modified {
    padding-bottom: 150px;
  }

  .home-two-theme-image-three {
    display: block;
  }

  .home-two-maneger-design {
    display: none;
  }

  .home-two-value-apps {
    padding-bottom: 75px;
  }

  .home-two-hero {
    background-position: 60% 5%, 0 0, 0 0;
  }

  .home-two-line {
    margin-bottom: 20px;
  }

  .home-two-theme-image-four {
    display: block;
  }

  .home-two-hand-emoji {
    inset: auto 5% 0% auto;
  }

  .div-block-675 {
    max-width: 500px;
  }

  .home-two-task-image-two {
    bottom: 11%;
    left: 0%;
  }

  .home-two-task-paragraph {
    max-width: 507px;
  }

  .home-two-hero-design {
    right: 0%;
  }

  .home-two-hero-image-background {
    background-position: 50% 0;
  }

  .home-two-hero-emoji {
    display: none;
  }

  .home-two-value-heading {
    max-width: 500px;
  }

  .home-two-task {
    top: -15%;
    left: 18%;
  }

  .nav-two-menu-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .nav-two-button.display-none {
    display: block;
  }

  .home-two-hero-social-media {
    display: none;
  }

  .home-three-experience-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    display: flex;
  }

  .home-three-experience-heading {
    max-width: 505px;
    margin-top: -20px;
  }

  .home-three-experience-design {
    display: none;
  }

  .footer-three-location {
    padding-bottom: 15px;
  }

  .home-three-experience-paragraph {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .home-three-task-three {
    padding-top: 20px;
  }

  .home-three-sass-service-details-two {
    width: 230px;
  }

  .home-three-sass-service-text-part {
    margin-top: -30px;
  }

  .home-three-hero-brand {
    padding-bottom: 140px;
  }

  .home-three-project-wrapper {
    flex-direction: row;
  }

  .home-three-sass-service-details {
    width: 230px;
  }

  .nav-three-menu-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .home-three-task-two {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-three-project-item-heading {
    padding-bottom: 10px;
  }

  .footer-three-support-link-two {
    padding-bottom: 15px;
  }

  .home-three-hero-man-image {
    top: 3%;
  }

  .home-three-task-image-four {
    right: 0%;
  }

  .footer-three-container {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .home-three-task-bar {
    max-width: 550px;
  }

  .home-three-sass-service-paragraph {
    max-width: 517px;
  }

  .home-three-task-heading {
    max-width: 530px;
  }

  .home-three-task-one {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-three-support-link-one, .footer-three-support-link-three {
    padding-bottom: 15px;
  }

  .nav-three-button {
    display: block;
  }

  .footer-three-email {
    padding-bottom: 15px;
  }

  .footer-three-email.padding-bootom-twenty {
    padding-bottom: 25px;
  }

  .home-three-experience {
    padding-bottom: 150px;
  }

  .footer-three-call {
    padding-bottom: 15px;
  }

  .about-one-experience-line-2, .about-one-succes-element {
    max-width: 600px;
  }

  .about-one-success-text {
    max-width: 660px;
  }

  .about-one-business-small-paragraph-5 {
    max-width: 468px;
  }

  .green-svg-design {
    top: 50%;
  }

  .about-one-success-image {
    margin-right: 0;
  }

  .about-one-hero-chat-image {
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .about-one-business-paragraph {
    max-width: 570px;
    padding-top: 10px;
  }

  .about-one-work-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-one-image-background {
    margin-left: 0;
    padding-right: 0;
  }

  .about-two-hand-image {
    top: 5%;
    right: 0%;
  }

  .about-two-task-three {
    background-color: #41e8ac;
    width: 372px;
  }

  .about-two-help-main-background {
    justify-content: center;
    align-items: flex-end;
    width: 522px;
    display: flex;
  }

  .about-two-task-two {
    background-color: #3e6bec;
  }

  .abpout-two-help-paragraph {
    max-width: 507px;
  }

  .about-two-help-image-main-image {
    display: block;
  }

  .about-two-value {
    background-position: 100% 0;
    height: 150vh;
  }

  .about-three-growth-design {
    top: 5%;
  }

  .about-two-solve {
    padding-bottom: 140px;
  }

  .about-three-task-heading {
    max-width: 530px;
  }

  .about-two-growth-item-three {
    min-width: 285px;
  }

  .about-two-growth-heading {
    max-width: 760px;
  }

  .about-three-task-line {
    max-width: 494px;
  }

  .about-two-growth-item-two {
    min-width: 285px;
  }

  .about-two-help-image {
    flex: 1;
    margin-left: 0;
    margin-right: 0;
  }

  .about-two-help-text {
    flex: 1;
  }

  .about-two-experience-image {
    right: -14%;
  }

  .about-two-help-image-background {
    display: none;
  }

  .about-two-help-heading {
    max-width: 530px;
  }

  .about-two-task-design {
    top: 50%;
    right: 0%;
  }

  .about-two-task-one-main {
    background-color: #fd496c;
    width: 445px;
  }

  .about-one-business-small-paragraph-6 {
    max-width: 468px;
  }

  .about-two-hero-heading {
    max-width: 960px;
  }

  .about-two-task-one-bar {
    max-width: 525px;
  }

  .about-two-help {
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .about-two-growth-item-four {
    min-width: 285px;
  }

  .about-two-help-background {
    background-image: url('../images/Group-130890.webp'), url('../images/Help-Background.png');
    background-position: 120% 0, 0 95%;
    background-repeat: no-repeat, no-repeat;
    background-size: 350px 300px, 522px 465px;
    display: block;
    position: relative;
  }

  .about-one-business-paragraph-5 {
    max-width: 570px;
    padding-top: 10px;
  }

  .about-two-growth-item-one {
    min-width: 285px;
  }

  .service-one-service-design-two {
    inset: auto auto 0% 5%;
  }

  .service-one-service-details-five, .service-one-service-details-three, .service-one-service-details-six {
    max-width: 300px;
  }

  .service-ine-experience-line {
    max-width: 545px;
  }

  .service-one-operation-paragraph {
    max-width: 578px;
  }

  .service-one-operation-heading {
    max-width: 519px;
    padding-bottom: 20px;
  }

  .service-one-hero-design-two {
    bottom: 5%;
  }

  .service-one-experience {
    background-position: 70% 0;
    padding-bottom: 150px;
  }

  .service-one-service-details-four {
    max-width: 300px;
  }

  .service-one-experience-image-background {
    margin-right: 0;
  }

  .service-one-experience-heading {
    max-width: 603px;
  }

  .service-one-hero {
    background-position: 100% 15%;
  }

  .about-one-business-small-paragraph-7 {
    max-width: 468px;
  }

  .about-one-business-small-paragraph-7.change-padding {
    max-width: 513px;
  }

  .service-one-hero-design {
    right: 0%;
  }

  .service-one-service-details-paragraph {
    max-width: 300px;
  }

  .service-one-development {
    padding-top: 40px;
    padding-bottom: 140px;
  }

  .service-one-hero-line {
    max-width: 545px;
    margin-bottom: 40px;
  }

  .service-one-service-modified {
    padding-bottom: 100px;
  }

  .service-one-service-details {
    max-width: 300px;
  }

  .about-three-hero-image-three {
    top: 5%;
    right: 35%;
  }

  .about-three-hero-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-three-hero-text {
    padding-right: 0;
  }

  .about-three-hero-image-one {
    bottom: 0%;
    left: 25%;
  }

  .about-three-hero-image-four {
    bottom: 10%;
    right: 10%;
  }

  .about-three-hero-heading {
    max-width: 624px;
  }

  .about-two-value-heading {
    max-width: 505px;
  }

  .about-two-value-heading.change-max-width {
    padding-bottom: 10px;
  }

  .about-two-value-paragraph {
    max-width: 518px;
  }

  .about-two-mind-para-two-3 {
    max-width: 580px;
  }

  .about-three-help-image-one {
    left: -10%;
  }

  .about-three-help-wrapper {
    flex-wrap: wrap;
  }

  .about-two-value-details {
    max-width: 575px;
  }

  .about-three-paragraph {
    padding-top: 10px;
  }

  .about-three {
    max-width: 475px;
  }

  .solve-image-one {
    right: -8%;
  }

  .about-three-task {
    padding-bottom: 100px;
  }

  .about-three-design {
    left: 0%;
  }

  .about-two-task-heading {
    max-width: 530px;
    padding-bottom: 20px;
  }

  .about-three-main {
    align-items: center;
  }

  .solve-image-three {
    right: -8%;
  }

  .about-one-business-small-paragraph-8 {
    max-width: 468px;
  }

  .about-one-business-small-paragraph-8.change-padding {
    max-width: 513px;
  }

  .about-three-brand-heading {
    max-width: 481px;
  }

  .footer-three-option-link-three, .footer-three-option-two {
    padding-bottom: 15px;
  }

  .footer-three-main {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .footer-three-link-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .footer-three-option-one, .footer-three-option-three, .footer-three-option-link-two {
    padding-bottom: 15px;
  }

  .footer-three-option-link-two.padding-bootom-twenty {
    padding-bottom: 25px;
  }

  .footer-three-option-link-one {
    padding-bottom: 15px;
  }

  .service-two-service-line {
    max-width: 495px;
  }

  .service-two-solve-image-wrapper {
    margin-left: 0;
  }

  .service-two-service-heading {
    max-width: 495px;
  }

  .service-three-solve-hand-svg {
    top: 80%;
    left: 5%;
  }

  .service-two-hero {
    background-position: 100% 20%, 0 0;
    padding-bottom: 140px;
  }

  .service-two-service-container {
    padding-top: 130px;
  }

  .service-two-service-parargraph {
    max-width: 503px;
  }

  .service-two-hero-heading {
    max-width: 600px;
  }

  .service-two-service-option {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 520px;
  }

  .service-two-hero-image-background {
    margin-left: auto;
    margin-right: 0;
  }

  .service-two-hero-line {
    max-width: 545px;
  }

  .home-two-task-paragraph-modified {
    max-width: 507px;
    padding-bottom: 50px;
  }

  .service-two-solve-section {
    background-position: 0 40%, 0 0;
    margin-top: -300px;
    padding-top: 400px;
    padding-bottom: 180px;
  }

  .service-two-service-design {
    position: absolute;
    inset: 50% 10% auto auto;
  }

  .service-three-hero-modified {
    background-position: 10% 85%, 0 0;
    position: relative;
  }

  .service-three-service-line {
    left: 5%;
  }

  .service-threee-strategy-design {
    inset: 0% auto auto 5%;
  }

  .service-there-strategy-image-one {
    z-index: 1;
  }

  .service-three-strategy-heading {
    max-width: 584px;
  }

  .service-three-strategy-paragraph {
    max-width: 600px;
  }

  .service-three-strategy-option-one {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    align-items: center;
  }

  .service-three-strategy {
    background-position: 100% 0;
  }

  .service-three-strategy-wrapper {
    align-items: center;
  }

  .service-three-strategy-line {
    max-width: 557px;
  }

  .service-three-strategy-details {
    max-width: 200px;
  }

  .service-three-strategy-option {
    flex-direction: row;
  }

  .service-three-solution-paragraph {
    max-width: 480px;
    padding-bottom: 40px;
  }

  .service-three-solution-details, .service-three-solution-item-details {
    width: 230px;
  }

  .service-three-solution-line {
    margin-bottom: 30px;
  }

  .service-three-solution-heading {
    max-width: 503px;
  }

  .service-three-image-background {
    margin-left: 0;
  }

  .service-three-solution-hand {
    right: 0%;
  }

  .pricing-one-stategy-image-one {
    top: -5%;
    right: -10%;
  }

  .pricing-one-strategy-container {
    position: relative;
  }

  .pricing-one-strategy-image-two {
    left: -25%;
  }

  .pricing-one-plan-wrapper {
    position: relative;
  }

  .pricing-one-plan-section {
    padding-bottom: 100px;
  }

  .pricing-one-strategy-option-paragraph {
    max-width: 468px;
  }

  .pricing-one-strategy-option-paragraph.change-width {
    max-width: 500px;
  }

  .pricing-one-strategy {
    padding-bottom: 120px;
  }

  .pricing-one-strategy-wrapper {
    flex-direction: row;
    align-items: flex-end;
  }

  .pricing-one-strategy-line {
    max-width: 494px;
  }

  .pricing-one-hero-container {
    position: relative;
  }

  .pricing-one-strategy-paragraph {
    max-width: 454px;
  }

  .contact-one-project-talk {
    flex: 1;
  }

  .contact-one-project-container-modified {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .contact-one-tal-graph {
    right: -15%;
  }

  .blog-two-hero-items {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .theme-image, .theme-image-girl, .theme-round-image, .theme-image-man, .landing-page-footer-design {
    display: block;
  }

  .home-one-acordian {
    padding-bottom: 20px;
  }

  .about-paragraph {
    max-width: 520px;
  }

  .about-paragraph.change-padding {
    padding-top: 0;
  }

  .button-font-nav.position-absolute {
    position: absolute;
  }

  .accordion-answer {
    margin-top: 10px;
  }

  .about-two-value-big-container {
    background-image: url('../images/Background-Image.webp');
    background-position: 120%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 120px;
  }

  .about-two-image {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .home-one-navbar.overflow-hidden {
    overflow: visible;
  }

  .home-three-hero-branch-analysis {
    right: -2%;
  }

  .service-one-operation-image-one {
    left: -12%;
  }

  .blog-two-hero-container {
    background-position: 100%;
  }

  .backdrop-filter.change-position-one {
    right: -10%;
  }

  .backdrop-filter.change-position-five {
    top: 25%;
    left: -15%;
  }

  .backdrop-filter.change-image-position {
    left: -15%;
  }

  .service-two-service-balence-image {
    right: -5%;
  }

  .service-two-solve-main {
    padding-bottom: 40px;
  }

  .contact-three-project-image-three.backdrop-filter.change-padding {
    left: -15%;
  }

  .sign-up-image-two {
    right: -8%;
  }

  .sign-up-main-section, .sign-in-main-section {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
  }

  .sign-in-image-three {
    left: -5%;
  }

  .landing-page-figma {
    padding-bottom: 140px;
  }

  .landing-page-demo {
    margin-top: -420px;
  }

  .landing-page-footer-image {
    display: block;
  }

  .home-one-hero-link-wrapper.change-position-two {
    display: flex;
  }

  .home-one-project-svg {
    right: 2%;
  }

  .home-one-about-image-one {
    top: -15%;
  }

  .home-one-project-paragraph-one {
    padding-right: 0;
  }

  .home-one-hero-round {
    right: 5%;
  }

  .home-one-vedio-design {
    left: 10%;
  }

  .home-one-application-image {
    display: none;
  }

  .footer-one-hand {
    right: 0%;
  }

  .home-two-hero-image-one {
    top: -5%;
    left: 15%;
  }

  .home-two-maneger {
    background-position: 0 20%;
  }

  .home-two-hero-image-three {
    left: 20%;
  }

  .home-two-hero-container-modified {
    padding-top: 140px;
  }

  .home-two-maneger-design {
    display: block;
    right: 0%;
  }

  .home-two-theme-heading {
    max-width: 700px;
  }

  .home-two-hero-design {
    right: -25%;
  }

  .home-two-hero-emoji {
    display: block;
    left: 0%;
  }

  .home-three-hero-man-image {
    top: 2%;
  }

  .home-three-task-image-four {
    right: -15%;
  }

  .home-three-hero {
    padding-bottom: 210px;
  }

  .about-one-business-design {
    right: 5%;
  }

  .green-svg-design {
    top: 40%;
  }

  .about-one-line-design {
    top: 5%;
    left: 5%;
  }

  .about-two-hand-image {
    right: 5%;
  }

  .about-two-task-design {
    top: 40%;
    right: 5%;
  }

  .about-two-hero-design-two {
    left: 15%;
  }

  .service-one-hero-design-two {
    bottom: 50%;
    left: 0%;
  }

  .service-one-hero-design {
    right: -20%;
  }

  .service-one-service-modified {
    padding-bottom: 100px;
  }

  .about-three-hero-image-three {
    right: 35%;
  }

  .about-three-hero-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .about-three-hero-image {
    flex: 0 545px;
  }

  .about-three-hero-image-one {
    left: 15%;
  }

  .about-three-hero-image-four {
    bottom: 10%;
    right: 25%;
  }

  .hero-image-two {
    top: 30%;
    left: 0%;
  }

  .hero-image {
    bottom: 15%;
    right: 5%;
  }

  .about-three-hero-heading {
    max-width: 727px;
  }

  .about-three-brand-image-three {
    left: -10%;
  }

  .service-two-solve-section {
    margin-top: -280px;
  }

  .service-three-hero-modified {
    background-position: 15% 80%, 0 0;
  }

  .service-three-solution-image-four {
    right: -8%;
  }

  .service-three-solution-hand {
    right: 5%;
  }

  .pricing-one-hero-design-two {
    right: 10%;
  }

  .contact-one-hero-design {
    display: block;
    left: -6%;
  }

  .blog-two-thumbsup {
    top: 5%;
    right: -5%;
  }

  .blog-two-green-svg {
    top: 3%;
  }

  .change-display {
    flex: 1;
  }

  .landing-page-experience-image {
    inset: 0% auto auto -8%;
  }

  .landing-page-figma-hand-design {
    top: 10%;
  }

  .blog-three-hero-line {
    right: -5%;
  }

  .blog-three-hero-hand {
    top: 10%;
  }

  .contact-two-green-svg {
    top: 25%;
    right: -5%;
  }

  .contact-three-massage {
    left: 10%;
  }

  .sign-up-design-one {
    left: -8%;
  }

  .landing-page-footer-design, .landing-page-footer-design-two {
    display: none;
  }

  .about-two-value-big-container {
    background-position: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .home-one-main-image-two {
    position: relative;
  }

  .auto-fit.image-radius-eight {
    border-radius: 8px;
  }

  .auto-fit.image-radius-eight.image-drop-shadow {
    box-shadow: 0 2px 60px #4b728d1c;
  }

  .auto-fit.border-radius-ten.image-drop-shadow {
    box-shadow: 0 8px 60px #0000001f;
  }

  .auto-fit.border-radius-twenty.image-drop-shadow {
    box-shadow: 0 15px 40px #0000001a;
  }

  .auto-fit.change-image-border-radius.change-shadow {
    box-shadow: 1px 12px 40px #0003;
  }

  .auto-fit.borderradius {
    border-radius: 100px;
  }

  .home-one-navbar.overflow-hidden {
    display: block;
    overflow: visible;
  }

  .home-one-application-wrapper, .home-one-service-wrapper, .home-one-connect-wrapper, .home-two-maneger-wrapper, .home-two-task-container {
    position: relative;
  }

  .home-two-value-service.padding-top {
    padding-top: 30px;
  }

  .home-two-value-container {
    position: relative;
  }

  .mobile-h-two.change-padding {
    margin-bottom: 0;
  }

  .home-two-goal-item-heading.change-width {
    max-width: 278px;
  }

  .home-two-goal-text-heading {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: space-between;
    display: flex;
  }

  .service-one-hero-review-two {
    flex: 1;
  }

  .home-three-experince-container {
    position: relative;
  }

  .home-three-hero-branch-analysis {
    top: 15%;
    right: 3%;
  }

  .home-three-hero-branch-analysis.backdrop-filter.change-backdrop-padding {
    right: -10%;
  }

  .home-three-project-container, .home-three-service-container {
    position: relative;
  }

  .service-one-hero-review {
    display: flex;
  }

  .home-three-brand-container, .home-three-work-container {
    position: relative;
  }

  .service-one-hero-review-one {
    flex: 1;
  }

  .home-three-saas-service {
    overflow: visible;
  }

  .home-three-hero-growth-image.backdrop-filter.change-backdrop-padding {
    padding: 5px;
    inset: -15% auto auto 20%;
  }

  .about-one-work-rating-image {
    bottom: -10%;
    right: -5%;
  }

  .about-one-work-layout-image {
    left: -25%;
  }

  .about-one-picture-wrapper {
    padding-top: 120px;
  }

  .about-two-hero-cofounder {
    position: absolute;
    inset: auto auto 10% -5%;
  }

  .about-two-hero-cofounder.backdrop-filter.chage-padding {
    left: -38%;
  }

  .service-one-experience-container {
    position: relative;
  }

  .service-one-experience-paragraph {
    max-width: 550px;
  }

  .service-one-operation-image-one {
    left: -20%;
  }

  .service-one-service-section {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .service-one-operation-image-two {
    bottom: -8%;
  }

  .text-center.about-text.text-align-left {
    text-align: left;
  }

  .blog-two-popular-post {
    position: relative;
  }

  .blog-three-blog-item-wrapper {
    border-style: none;
    border-width: 1px;
  }

  .blog-three-blog-item-one.background-color-white {
    background-color: #fff;
  }

  .blog-three-blog-item {
    z-index: 1;
    background-position: 10% 30%;
    position: relative;
  }

  .blog-three-hero-text {
    background-position: 90%;
  }

  .div-block-1174 {
    flex: 0 auto;
    width: 25px;
  }

  .blog-details-main {
    margin-top: -250px;
  }

  .div-block-1184 {
    flex: 0 auto;
  }

  .blog-details-image-details-list {
    padding-bottom: 20px;
  }

  .blog-details-hero {
    padding-bottom: 300px;
  }

  .blog-details-main-content {
    margin-left: auto;
    margin-right: auto;
  }

  .blog-details-main-image.border-radius-fifteen {
    width: 1620px;
  }

  .change-line-break {
    word-break: break-all;
  }

  .home-one-video-wrapper {
    position: relative;
  }

  .home-one-success-main {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .home-one-pertial-image {
    z-index: 1;
    display: block;
    top: 45%;
    left: -10%;
  }

  .home-one-connect-text {
    flex: 0 auto;
  }

  .home-one-project-container {
    position: relative;
  }

  .home-one-hero-main-image {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-direction: row;
    justify-content: center;
    position: static;
  }

  .home-one-hero-image-wrapper {
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 30px;
  }

  .home-one-hero-image-wrapper.border-radius-fifteen.change-background {
    padding-left: 20px;
    padding-right: 20px;
    transform: rotate(0);
    box-shadow: 0 2px 100px #00000003;
  }

  .home-one-connect-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home-one-service-top-header {
    justify-content: space-between;
    align-items: flex-end;
  }

  .home-two-value-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .home-two-goal-item {
    padding: 30px 30px 30px 40px;
  }

  .home-two-goal-item.white-background.border-radius-fifteen.box-mergin {
    margin-left: 2px;
  }

  .home-two-item-paragraph {
    max-width: 500px;
  }

  .backdrop-filter.change-position-one {
    bottom: -5%;
  }

  .backdrop-filter.change-position-five {
    left: -30%;
  }

  .home-two-task-main {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .about-one-picture-text {
    flex: 0 auto;
  }

  .about-one-work-paragraph {
    max-width: 650px;
  }

  .about-one-business-sales-image {
    left: -35%;
  }

  .about-two-task-text {
    flex: 1;
  }

  .about-two-solve-main {
    align-items: center;
  }

  .about-two-task-image {
    flex: 0 auto;
  }

  .about-two-hero-button {
    padding-bottom: 0;
  }

  .about-three-brand-main-modified {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .service-one-experience-one-2 {
    padding-right: 0;
  }

  .service-one-experience-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .service-one-hero-image-three {
    inset: auto 15% 10% auto;
  }

  .service-two-hero-image {
    flex: 0 auto;
  }

  .service-two-service-balence-image {
    position: absolute;
    bottom: 20%;
    right: -20%;
  }

  .service-two-hero-paragraph {
    max-width: 550px;
  }

  .home-two-task-item-one.border-radius-fifteen.box-shadow {
    box-shadow: 7px 9px 40px #0000000f;
  }

  .service-two-solve-main {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-bottom: 0;
  }

  .service-three-hero-image-three {
    margin-left: -20px;
  }

  .auto.change-border-radius.change-shadow {
    box-shadow: 0 20px 40px #0000001a;
  }

  .service-three-hero-image {
    position: relative;
    top: 120px;
  }

  .service-three-hero-button {
    padding-bottom: 0;
  }

  .service-three-services {
    z-index: 1;
    padding-top: 210px;
    padding-bottom: 120px;
    position: relative;
  }

  .team-one-hero-image-one {
    position: absolute;
    inset: 25% auto auto 17%;
  }

  .team-one-color {
    filter: blur(125.75px);
    background-color: #e1eeff;
    border-radius: 50%;
    width: 522px;
    height: 522px;
    display: block;
    position: absolute;
    inset: 10% auto auto -18%;
  }

  .team-one-members {
    position: relative;
  }

  .team-one-members-container {
    z-index: 1;
    position: relative;
  }

  .team-one-hero-image-two {
    position: absolute;
    inset: auto 17% 10% auto;
  }

  .team-one-hero-image {
    padding-top: 0;
  }

  .team-one-hero-main {
    padding-bottom: 180px;
  }

  .contact-one-project-image {
    flex: 0 auto;
  }

  .contact-one-form-project, .contact-three-form {
    position: relative;
  }

  .sign-up-image-two {
    right: -10%;
  }

  .sign-up-image-three {
    bottom: -15%;
    left: -20%;
  }

  .sign-up-image-section {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 100px;
  }

  .sign-in-image-two {
    right: -10%;
  }

  .sign-in-image-section {
    background-position: 100% 10%, 0 0;
    padding-left: 100px;
  }

  .sign-in-image-three {
    inset: 15% auto auto -20%;
  }

  .landing-top-header {
    font-family: Nunito, sans-serif;
    font-size: .9375rem;
  }

  .landing-page-template-section {
    z-index: 1;
    position: relative;
  }

  .landing-page-utility {
    background-position: 5%;
    overflow: hidden;
  }

  .landing-page-figma {
    background-position: 90% 30%;
  }

  .landing-page-footer {
    background-position: 50% 105%;
  }

  .landing-page-hero {
    background-position: 80% 20%, 0 0, 50% 72%, 0 0;
  }

  .landing-page-footer-image {
    margin-top: -50px;
  }

  .information-hero-section {
    background-image: linear-gradient(133deg, #ffffd8, #e3fcf4);
  }

  .div-block-1752 {
    flex: 0 auto;
    width: 25px;
  }

  .team-details-hero {
    background-image: linear-gradient(95.39deg, #fff0f1, #efeaff);
  }

  .div-block-1136 {
    flex: 0 auto;
  }

  .team-details-text-glance.chnage-mergin {
    margin-bottom: 20px;
  }

  .div-block-1756 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .heading-five {
    letter-spacing: -.04rem;
  }

  .heading-five.padding-top-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-one-service-design {
    display: block;
    position: absolute;
    inset: 45% auto auto 5%;
  }

  .home-one-connect-design {
    top: 2%;
    right: 36%;
  }

  .home-one-hero-link-wrapper {
    display: flex;
    top: 85%;
    left: -2%;
  }

  .home-one-hero-link-wrapper.change-position {
    top: 40%;
    left: -1%;
  }

  .home-one-hero-link-wrapper.change-position-two {
    display: flex;
    top: 50%;
  }

  .home-one-team-image-two {
    bottom: 15%;
    right: 10%;
  }

  .home-one-project-svg {
    right: 13%;
  }

  .home-one-hero-wrapper {
    background-image: url('../images/Digital-Design.svg');
    background-repeat: no-repeat;
    background-size: 660px;
  }

  .home-one-service-button {
    padding-bottom: 20px;
  }

  .home-one-project {
    overflow: visible;
  }

  .home-one-hero-line-design {
    bottom: 2%;
    left: 15%;
  }

  .home-one-hero-round {
    top: 30%;
    right: 10%;
  }

  .home-one-success {
    position: relative;
  }

  .home-one-success-text {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-four.padding-top-ten {
    padding-top: 10px;
  }

  .home-one-about-image-three {
    bottom: -18%;
  }

  .home-one-about-image-three.change-border {
    border-color: #e6e6e6;
  }

  .home-one-team-image-one {
    bottom: -15%;
    left: -20%;
  }

  .home-one-team-design {
    display: block;
  }

  .home-one-connect-image {
    flex: 0 auto;
    padding-bottom: 30px;
  }

  .home-one-services {
    position: relative;
  }

  .home-one-hero-small-image {
    display: block;
    inset: auto -25% 40% auto;
  }

  .home-one-application-main {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .home-one-service-heading {
    width: 550px;
  }

  .home-one-hero-sub-image-one {
    position: relative;
  }

  .home-one-success-heading {
    padding-bottom: 20px;
  }

  .home-one-successs-line {
    opacity: .2;
    margin-bottom: 40px;
  }

  .nav-one-talk.display-none.display-on {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .home-one-application-image {
    display: block;
    right: 5%;
  }

  .footer-one-bell-icon {
    left: 0%;
  }

  .home-two-theme-image-one {
    inset: -30% auto auto 0%;
  }

  .home-two-task-section {
    z-index: 1;
    position: relative;
  }

  .footer-two-form-submit {
    z-index: 99;
    position: relative;
  }

  .home-two-value {
    background-position: 40px 0;
    position: relative;
  }

  .home-two-theme {
    padding-top: 180px;
  }

  .home-two-theme-image-two {
    left: -10%;
  }

  .home-two-hero-image-one {
    background-color: #c2c1c517;
    top: -5%;
  }

  .home-two-maneger {
    background-image: url('../images/Digital-Design.svg');
    background-position: 10% 30%;
    overflow: hidden;
  }

  .home-two-maneger-main {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    justify-content: space-between;
  }

  .home-two-maneger-heading {
    max-width: 450px;
  }

  .home-two-theme-image-three {
    top: -40%;
  }

  .home-two-maneger-design {
    top: 20%;
    right: 5%;
  }

  .home-two-value-apps {
    z-index: 1;
    position: relative;
  }

  .home-two-hero {
    display: block;
  }

  .home-two-theme-image-four {
    bottom: -30%;
    right: 3%;
  }

  .home-two-goal-wrapper-modified {
    position: relative;
  }

  .home-two-goal-heading {
    margin-left: auto;
    margin-right: auto;
  }

  .home-two-hero-image-background {
    background-position: 50% 0;
  }

  .home-two-design {
    top: 25%;
    left: 10%;
  }

  .home-two-hero-emoji {
    inset: 15% auto auto 8%;
  }

  .home-two-value-heading {
    max-width: 500px;
  }

  .home-two-task {
    top: -16%;
  }

  .home-two-hero-social-media {
    display: block;
  }

  .home-three-experience-design {
    display: block;
    top: 25%;
  }

  .home-three-project-hand {
    left: 10%;
  }

  .home-three-hero-image-design {
    top: 2%;
  }

  .home-three-sass-service-text-part {
    max-width: 600px;
  }

  .home-three-hero-brand {
    z-index: 1;
    position: relative;
    overflow: visible;
  }

  .home-three-project-image-two {
    right: 15%;
  }

  .home-three-project-image-two.change-position-three {
    bottom: 35%;
    right: 25%;
  }

  .home-three-project-wrapper {
    flex-direction: row;
    justify-content: space-around;
  }

  .home-three-sass-service-wrapper {
    justify-content: space-between;
  }

  .home-three-hero-container-modified {
    position: relative;
  }

  .home-three-hero-man-image {
    width: 557px;
    height: 736px;
    top: 4%;
  }

  .home-three-brand-design {
    top: 40%;
    right: 10%;
  }

  .home-three-hero-design {
    right: -10%;
  }

  .home-three-service {
    border-radius: 20px;
  }

  .home-three-project-image-one {
    left: 15%;
  }

  .home-three-project-image-one.change-psition {
    top: 20%;
  }

  .home-three-project {
    z-index: 1;
    position: relative;
  }

  .home-three-sass-service-paragraph {
    max-width: 550px;
  }

  .home-three-hero-image {
    align-self: flex-end;
  }

  .home-three-hero-design-two {
    display: block;
    bottom: -15%;
    left: -15%;
  }

  .home-three-hero {
    padding-bottom: 220px;
  }

  .about-one-work-flow-one {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 100px;
  }

  .about-one-business-container-modified {
    position: relative;
  }

  .about-one-balence-picture {
    bottom: 25%;
    left: -15%;
  }

  .change-padding.margin-bottom-twenty.mobile-h-two.margin-bottom {
    margin-bottom: 20px;
  }

  .about-one-success-container {
    position: relative;
  }

  .about-one-success {
    z-index: 1;
    position: relative;
  }

  .about-one-success-background {
    right: auto;
  }

  .about-one-hero-main-picture {
    width: 1230px;
  }

  .about-onework-flow-container {
    position: relative;
  }

  .about-one-business-design {
    right: 15%;
  }

  .about-one-hero-growth {
    top: -10%;
  }

  .about-one-merquee.change-section-padding {
    padding-top: 0;
  }

  .about-one-business {
    z-index: 1;
    background-position: 10% 100%;
    position: relative;
  }

  .green-svg-design {
    right: 10%;
  }

  .about-one-work-flow-design {
    bottom: 48%;
    left: 38%;
  }

  .about-one-hero-chat-image {
    top: -10%;
    right: -15%;
  }

  .about-one-work-flow {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .about-one-hero-container-modified, .about-one-future-work-wrapper {
    position: relative;
  }

  .about-one-hero {
    z-index: 1;
    background-position: 80% 30%;
    padding-bottom: 120px;
    position: relative;
  }

  .about-one-line-design {
    top: 10%;
    left: 15%;
  }

  .about-two-hand-image {
    top: 20%;
  }

  .abpout-two-help-paragraph {
    width: 600px;
  }

  .about-two-help-container-main {
    position: relative;
  }

  .about-two-value {
    background-position: 90% -10%;
  }

  .about-two-hero-paragraph-modified {
    max-width: 900px;
  }

  .about-two-task-design {
    right: 10%;
  }

  .about-two-growth-container-main {
    position: relative;
  }

  .about-two-hero {
    background-image: linear-gradient(255deg, #e1eeff, #e3fcf4);
    position: relative;
  }

  .about-two-task-one-main {
    width: 450px;
  }

  .about-two-task-container {
    position: relative;
  }

  .about-two-hero-design {
    position: absolute;
    inset: 30% 15% auto auto;
  }

  .about-two-value-container {
    position: relative;
  }

  .about-two-hero-heading {
    max-width: 960px;
  }

  .about-two-gredient {
    display: block;
    inset: auto auto 50% -15%;
  }

  .about-two-task-one-bar {
    width: 600px;
  }

  .about-two-help {
    background-color: #fff0f1;
    background-position: 15% 70px, 0 0;
  }

  .about-two-hero-copntainer {
    position: relative;
  }

  .about-two-hero-design-two {
    top: 25%;
    left: 10%;
  }

  .service-one-service-design-two {
    display: block;
    bottom: 35%;
  }

  .service-one-hero-design-two {
    display: block;
    bottom: 55%;
    left: 10%;
  }

  .service-one-hero-background-image {
    margin-right: 0;
  }

  .service-one-service-design {
    top: 70%;
    right: -1%;
  }

  .service-one-experience {
    background-position: 60% 0;
  }

  .service-one-development-container, .service-one-service-container, .service-one-hero-container-modified {
    position: relative;
  }

  .service-one-hero {
    z-index: 1;
    background-position: 90% 30%;
    position: relative;
  }

  .about-one-business-small-paragraph-7.change-padding {
    padding-bottom: 0;
  }

  .service-one-hero-design {
    right: -25%;
  }

  .div-block-1008 {
    max-width: 500px;
  }

  .service-one-development {
    padding-bottom: 140px;
  }

  .service-one-hero-line {
    max-width: 545px;
  }

  .div-block-1009 {
    max-width: 500px;
  }

  .service-one-development-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .about-three-hero {
    padding-bottom: 180px;
  }

  .about-three-hero-image-three {
    top: 10%;
    right: 45%;
  }

  .about-three-hero-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .about-three-hero-text {
    z-index: 99;
    flex: 0 auto;
    position: relative;
  }

  .about-three-hero-image-one {
    bottom: -15%;
    left: 10%;
  }

  .about-three-hero-image-four {
    bottom: 5%;
    right: 15%;
  }

  .hero-image-two {
    top: 33%;
    left: 10%;
  }

  .hero-image {
    bottom: 25%;
    right: 13%;
  }

  .about-three-hero-image-two {
    right: 0%;
  }

  .about-three-hero-container {
    position: relative;
  }

  .about-two-value-paragraph {
    width: 600px;
  }

  .about-three-help-text {
    padding-bottom: 50px;
  }

  .about-three-help-container-main, .about-three-help {
    position: relative;
  }

  .about-three-project-wrapper {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .about-three-project {
    z-index: 1;
    background-position: 95% 10%;
    position: relative;
  }

  .about-two-design {
    top: 0%;
    left: 15%;
  }

  .about-three-project-text {
    position: relative;
  }

  .about-three-project-container {
    background-color: #252b5d;
    border-radius: 20px;
    position: relative;
  }

  .about-three-design {
    bottom: 17%;
    left: 10%;
  }

  .about-three-brand {
    background-position: 10% 0;
    position: relative;
  }

  .about-one-business-small-paragraph-8.change-padding {
    padding-bottom: 0;
  }

  .service-two-goal-design {
    top: 45%;
    right: 10%;
  }

  .service-two-service-option-item {
    align-items: center;
  }

  .service-three-solve-hand-svg {
    display: block;
    inset: 50% auto auto 10%;
  }

  .service-two-hero {
    background-image: url('../images/Background-Image.png'), radial-gradient(circle at 0 100%, #efeaff, #e3fcf4);
    background-position: 80% 20%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 366px 242px, auto;
  }

  .service-two-service-container, .service-two-hero-container-modified {
    position: relative;
  }

  .service-two-hero-image-two.backdrop-filter.change-padding {
    top: -8%;
  }

  .home-two-goal-title {
    margin-left: auto;
    margin-right: auto;
  }

  .service-two-solve-section {
    background-position: 10%, 0 0;
    margin-top: -300px;
  }

  .service-two-goal-container {
    z-index: 1;
  }

  .service-two-service-design {
    top: 55%;
    right: 15%;
  }

  .service-three-hero-modified {
    background-position: 25% 80%, 0 0;
  }

  .servicethree-service-option-item {
    background-color: #fff;
    border-radius: 10px;
  }

  .servicethree-service-option-item.box-shadow {
    box-shadow: 0 2px 47px #00000014;
  }

  .servicethree-service-option-item.red-border {
    border: 1px solid #ff5f55;
  }

  .div-block-2264 {
    margin-top: -10px;
  }

  .service-three-service-container {
    position: relative;
  }

  .service-threee-strategy-design {
    display: block;
    left: 10%;
  }

  .service-there-strategy-image-one {
    z-index: 1;
    left: -10%;
  }

  .service-three-strategy-container {
    position: relative;
  }

  .service-three-strategy-paragraph {
    max-width: 590px;
  }

  .service-three-strategy {
    z-index: 1;
    background-position: 95% 0;
  }

  .service-three-strategy-image-two {
    bottom: 10%;
    right: -12%;
  }

  .service-three-solution {
    background-position: 70px 40px, 0 0;
    padding-bottom: 220px;
  }

  .service-three-solution-image-one {
    left: -8%;
  }

  .service-three-solution-container {
    position: relative;
  }

  .service-three-solution-heading {
    max-width: 500px;
  }

  .service-three-solution-hand {
    top: 15%;
    right: 10%;
  }

  .service-three-gredient {
    background-color: var(--color-light-purple);
    filter: blur(125.75px);
    border-radius: 50%;
    width: 522px;
    height: 522px;
    display: block;
    position: absolute;
    inset: auto auto -110% -10%;
  }

  .pricing-one-stategy-image-one {
    top: -10%;
    right: -25%;
  }

  .pricing-one-strategy-container {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-one-strategy-image-two {
    bottom: 10%;
    left: -20%;
  }

  .pricing-one-plan-wrapper {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-one-stategy-image-three {
    bottom: 7%;
    right: -15%;
  }

  .pricing-one-stategy-image-three.backdrop-filter.change-padding {
    bottom: 10%;
  }

  .pricing-one-strategy-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .pricing-one-hero {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-one-hero-container {
    background-position: 75% 10%;
  }

  .pricing-one-hero-design {
    top: 30%;
    left: 10%;
  }

  .blog-one-hero-image {
    top: 70%;
    right: -10%;
  }

  .blog-one-hero-image-two {
    left: -10%;
  }

  .contact-one-project-container-modified {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .contact-one-hero-section {
    z-index: 1;
    background-position: 10% 20%;
    position: relative;
  }

  .blog-two-hero-container-new {
    background-position: 0 -1%;
  }

  .blog-two-green-svg {
    left: -10%;
  }

  .change-display {
    flex: 1;
  }

  .landing-page-hero-design-one {
    top: 35%;
    right: -5%;
  }

  .landing-page-hero-design-two {
    bottom: 20%;
    left: -8%;
  }

  .landing-page-experience-image {
    top: 35%;
    left: -15%;
  }

  .landing-page-demo-design-two {
    bottom: 0%;
    right: 5%;
  }

  .landing-page-utility-icon {
    left: -10%;
  }

  .utiliti-gage-gredient-one {
    display: block;
    top: 30%;
    left: -15%;
  }

  .utility-page-gredient-two {
    background-color: var(--ligh-blue);
    filter: blur(125.75px);
    border-radius: 50%;
    width: 522px;
    height: 522px;
    display: block;
    position: absolute;
    inset: auto -15% 30% auto;
  }

  .blog-three-hero-line {
    right: -10%;
  }

  .blog-three-hero-hand {
    top: 35%;
    left: -10%;
  }

  .contact-two-hero {
    background-position: 90% 100%, 0 0;
  }

  .contact-two-form {
    position: relative;
  }

  .theme-image {
    inset: -30% auto auto 0%;
  }

  .theme-image-girl {
    left: -10%;
  }

  .theme-round-image {
    top: -40%;
  }

  .theme-image-man {
    bottom: -30%;
    right: 3%;
  }

  .conatct-two-hero-hand {
    top: 10%;
  }

  .contact-two-green-svg {
    right: -15%;
  }

  .contact-three-massage {
    top: 40%;
  }

  .contact-three-hero-design {
    bottom: -10%;
    right: -10%;
  }

  .contact-three-hero {
    background-position: 80% 30%, 0 0;
    position: relative;
  }

  .contact-three-project-text {
    flex: 1;
  }

  .contact-three-project-container {
    background-position: -5% 10%;
  }

  .sign-in-circle {
    bottom: -15%;
    left: -10%;
  }

  .utility-page-wrap {
    overflow: hidden;
  }

  .utility-page-content {
    background-position: 85% 10%;
  }

  .dropdown-list {
    background-color: var(--white-color);
  }

  .landing-page-footer-design {
    display: block;
  }

  .landing-page-footer-design-two {
    display: block;
    right: 15%;
  }

  .plug-two {
    top: 35%;
    right: 0%;
  }

  .plug-one {
    top: 35%;
    left: 0%;
  }

  .four-zero-four-main {
    background-position: 30% 10%;
  }

  .error-hero-design {
    top: 5%;
    right: 25%;
  }

  .error-hero-design-two {
    bottom: 0%;
    left: 15%;
  }

  .password-hero-circle {
    bottom: 50%;
    right: 10%;
  }

  .password-hero-image {
    left: 10%;
    transform: rotate(50deg);
  }

  .big-logo {
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
    bottom: 32%;
  }

  .landing-page-marquee, .landing-page-marquee.landing-page-bottom-marquee {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-two-value-big-container {
    background-position: 100%;
  }
}

@media screen and (max-width: 991px) {
  .auto-fit.image-border-radius.image-drop-shadow.responsive-full-width, .auto-fit.border-radius-fifteen.image-drop-shadow.responsive-full-width {
    width: 100%;
    height: 100%;
  }

  .auto-fit.border-radius-fifteen.responsive-full-width {
    width: 100%;
    height: auto;
  }

  .auto-fit.border-radius-ten.responsive-image-full-width {
    width: 100%;
    height: 100%;
  }

  .auto-fit.border-radius-ten.responsive-image-full-width.change-position {
    object-position: 50% 15%;
  }

  .auto-fit.border-radius-ten.image-drop-shadow.responsive-full-width {
    width: 100%;
    height: auto;
  }

  .auto-fit.border-radius-ten.responsive-image-full-width.change-image-position {
    object-position: 50% 0%;
  }

  .auto-fit.border-radius-ten.responsive-image-full-width.change-image-position.full-width {
    height: 100%;
  }

  .auto-fit.border-radius-twenty.responsive-image-full-width {
    width: 100%;
    height: auto;
  }

  .auto-fit.blog-img {
    width: 100%;
  }

  .auto-fit.blog-img.responsive-full-width {
    height: 100%;
  }

  .auto-fit.fix-width {
    width: 19px;
    height: auto;
  }

  .auto-fit.mobile-image-full-width.responsive-image-full-width, .auto-fit.responsive-image-full-width {
    width: 100%;
    height: 100%;
  }

  .home-one-navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-one-navbar.overflow-hidden.home-one-navbar-gap {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 5px;
  }

  .home-one-navbar.overflow-hidden {
    overflow: visible;
  }

  .nav-menu {
    background-color: var(--white-color);
    height: 100vh;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu.navbar-three-menu {
    margin-top: 20px;
  }

  .home-two-goal-item-icon-two {
    min-width: auto;
    max-width: 100px;
    min-height: auto;
    max-height: 80px;
  }

  .home-one-top-heading {
    padding-top: 0;
  }

  .home-two-goal-item-heading {
    max-width: 100%;
  }

  .home-two-goal-item-heading.change-width {
    flex: 1;
    max-width: 100%;
  }

  .responsive-h-one {
    font-size: 4rem;
    line-height: 4.5rem;
  }

  .home-two-goal-text-heading {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .home-three-hero-branch-analysis {
    top: 50%;
    right: -5%;
  }

  .home-three-project-three {
    padding-bottom: 20px;
  }

  .home-three-work-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .home-three-saas-service {
    padding-bottom: 70px;
    overflow: hidden;
  }

  .home-three-hero-growth-image {
    left: 5%;
  }

  .home-three-hero-growth-image.backdrop-filter.change-backdrop-padding {
    top: 0;
  }

  .about-one-work-layout-image {
    top: -10%;
    left: 5%;
  }

  .about-one-picture-wrapper {
    padding-top: 40px;
  }

  .about-one-business-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .about-two-hero-cofounder {
    left: 60%;
  }

  .about-two-hero-cofounder.backdrop-filter.chage-padding {
    display: none;
  }

  .about-two-hero-analysis {
    bottom: 0%;
    right: 35%;
  }

  .about-two-hero-analysis.backdrop-filter.change-position {
    position: absolute;
    bottom: 0;
    right: auto;
  }

  .about-three-solve-image {
    margin-left: auto;
    margin-right: auto;
  }

  .about-three-hero-paragraph {
    width: 100%;
  }

  .service-one-experience-image-two {
    left: 0%;
  }

  .service-one-experience-paragraph {
    padding-bottom: 20px;
  }

  .service-one-operation-image-one {
    left: 0%;
  }

  .service-one-service-section {
    flex-direction: column;
    display: flex;
  }

  .service-one-hero-image {
    flex: 0 auto;
  }

  .service-one-operation-image-two {
    right: 0%;
  }

  .big-image.underline-off.responsive-full-width {
    width: 100%;
  }

  .blog-two-popular-post {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .blog-two-popular-post-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  .blog-two-hero {
    padding-bottom: 40px;
  }

  .blog-two-hero-blog-list-row-one {
    flex-direction: column;
  }

  .blog-two-hero-container {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 150px;
  }

  .blog-three-blog-item-one-paragraph {
    max-width: 100%;
  }

  .blog-three-blog-item-one.background-color-white {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-three-blog-item-one-image {
    width: 100%;
  }

  .blog-three-blog-item {
    padding-bottom: 40px;
  }

  .blog-three-hero-text {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 170px;
  }

  .heading-one.text-align-center {
    margin-top: 0;
  }

  .blog-three-blog-item-one-line, .blog-three-blog-item-one-heading {
    max-width: 100%;
  }

  .blog-details-blog-sub-heading, .blog-details-ranking-heading {
    padding-left: 0;
  }

  .blog-details-sub-heading, .blog-details-item, .blog-details-ranking-paragraph, .blog-details-ranking-main-paragraph {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-details-blog-image {
    width: 100%;
  }

  .blog-details-main {
    margin-top: 0;
    padding-bottom: 70px;
  }

  .blog-details-paragraph-one {
    padding-left: 0;
  }

  .blog-details-image-details-list {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-details-new-blog-heading {
    padding-bottom: 20px;
    padding-left: 0;
  }

  .blog-details-hero {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .blog-details-author-section {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .blog-details-image-details {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-details-new-blog {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 70px;
  }

  .blog-details-paragraph-two {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-details-new-blog-container {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-details-hero-heading {
    padding-top: 100px;
  }

  .home-one-big-image {
    width: 100%;
    height: 100%;
  }

  .home-one-success-main {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
    flex-direction: column;
    align-items: flex-start;
  }

  .home-one-hero-paragraph {
    max-width: 100%;
  }

  .home-one-services-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-one-connect-text {
    padding-top: 0;
  }

  .home-one-hero-main-image {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .home-one-connect-main {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-height: 100%;
  }

  .home-one-service-top-header {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px;
  }

  .home-two-value-product-paragraph, .home-two-value-service-paragraph-2 {
    max-width: 100%;
  }

  .home-two-apps-item-one-heading {
    justify-content: flex-start;
  }

  .home-two-value-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .home-two-goal-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    padding-top: 20px;
    display: flex;
  }

  .home-two-maneger-image {
    margin-left: auto;
    margin-right: auto;
  }

  .home-two-value-paragraph {
    max-width: 100%;
    padding-bottom: 20px;
  }

  .home-two-item-paragraph {
    max-width: 100%;
  }

  .backdrop-filter.change-image-position-two {
    display: none;
    position: absolute;
    top: auto;
    left: auto;
  }

  .backdrop-filter.change-position-two, .backdrop-filter.change-position-one, .backdrop-filter.change-position-three {
    right: 0%;
  }

  .home-two-task-image {
    margin-left: auto;
    margin-right: auto;
  }

  .home-two-apps-items-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 30px;
    display: flex;
  }

  .home-two-task-main {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    flex-direction: column;
    align-items: flex-start;
  }

  .home-three-transfer-overview {
    right: -5%;
  }

  .home-three-work-option-paragraph {
    max-width: 100%;
  }

  .home-three-brand-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .home-three-marquee {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-one-business-sales-image {
    position: relative;
    left: 35%;
  }

  .about-one-success-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .about-two-hero-image {
    display: none;
  }

  .about-two-growth-paragraph {
    padding-bottom: 40px;
  }

  .about-two-solve-main {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .about-two-hero-button {
    padding-bottom: 0;
  }

  .about-two-hero-happy-client {
    display: none;
    position: relative;
    inset: auto;
  }

  .about-three-brand-main-modified {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .service-one-hero-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .service-one-experience-wrapper-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .service-one-hero-image-one {
    left: 0%;
  }

  .service-one-hero-image-three {
    right: 0%;
  }

  .home-two-goal-item-header {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    align-items: center;
  }

  .service-two-service-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .service-two-service-balence-image {
    display: none;
    bottom: 25%;
    right: -5%;
  }

  .home-two-task-item-one {
    max-width: 100%;
  }

  .service-two-solve-main {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    padding-bottom: 0;
  }

  .service-two-service-rating-image {
    display: none;
  }

  .service-three-hero-image-three {
    margin-left: auto;
  }

  .service-three-hero-image-four {
    margin-right: auto;
  }

  .service-three-hero-image-one {
    margin-left: auto;
  }

  .service-three-hero-image {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    top: 0;
  }

  .service-three-hero-button {
    padding-bottom: 70px;
  }

  .service-three-services {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .service-three-hero-image-two {
    margin-right: auto;
  }

  .team-one-members-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .team-one-members-item {
    width: 100%;
  }

  .team-one-members-item.background-green {
    margin-left: auto;
    margin-right: auto;
  }

  .team-one-item-one {
    width: 100%;
  }

  .team-one-members {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .team-one-hero-paragraph {
    padding-bottom: 20px;
  }

  .team-one-hero-image {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: row;
  }

  .team-one-hero-main {
    padding-top: 150px;
    padding-bottom: 70px;
  }

  .overflow-hidden.margin-top {
    padding-bottom: 70px;
  }

  .overflow-hidden.margin-top.responsive-display-off {
    display: none;
  }

  .contact-one-project-image {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-one-project-paragraph {
    padding-bottom: 40px;
  }

  .contact-one-form-project {
    padding-bottom: 70px;
  }

  .textarea::placeholder, .padding-around::placeholder, .padding-around.change-font {
    font-size: 1rem;
  }

  .contact-two-box-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .contact-three-project-image {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-three-project-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-three-project {
    padding-top: 200px;
    padding-bottom: 50px;
  }

  .sign-up-logo {
    padding-bottom: 140px;
  }

  .sign-up-image-section {
    width: 100%;
    padding-bottom: 140px;
  }

  .sign-up-main-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .sign-up-form {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 70px;
  }

  .sign-in-main-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .sign-in-form {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .sign-in-image-section {
    width: 100%;
    padding-bottom: 180px;
  }

  .landing-page-experience-heading {
    max-width: 100%;
  }

  .landing-page-experience-item-three {
    width: 75%;
  }

  .landing-page-experience-item-three.responsive-full-width {
    width: 100%;
  }

  .landing-page-template-section {
    padding-top: 70px;
  }

  .landing-page-utility {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .landing-page-figma-image {
    width: 100%;
  }

  .landing-page-figma {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .landing-page-experience-item-two {
    width: 75%;
  }

  .landing-page-experience-item-two.responsive-full-width {
    width: 100%;
  }

  .landing-page-experience-paragraph {
    max-width: 100%;
  }

  .landing-page-footer {
    background-size: contain;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .landing-page-experince-wrapper {
    flex-direction: column;
    padding-bottom: 40px;
  }

  .landing-page-demo-website {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .landing-page-footer-button {
    padding-top: 20px;
  }

  .landing-page-hero-top-header-wrapper {
    padding-top: 0;
  }

  .landing-page-demo {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .landing-page-template-option {
    flex-direction: column;
  }

  .landing-page-template-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .landing-page-hero-button {
    padding-top: 10px;
  }

  .landing-page-hero {
    padding-bottom: 70px;
  }

  .landing-page-footer-image {
    display: none;
  }

  .landing-page-demo-heading {
    padding-bottom: 40px;
  }

  .landing-page-experience-item-one.border-radius-ten.width-hundred-percent {
    flex: 0 auto;
    width: 100%;
    padding-left: 40px;
  }

  .landing-page-experience-item-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .licencing-image-one {
    width: 100%;
  }

  .licencing-section {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .default-container {
    padding-top: 170px;
    padding-bottom: 70px;
  }

  .change-log-template-version {
    padding-top: 70px;
    padding-bottom: 140px;
  }

  .changelog-hero, .style-guide-hero {
    padding-top: 170px;
    padding-bottom: 70px;
  }

  .style-guied-typography {
    padding-top: 70px;
    padding-bottom: 140px;
  }

  .style-guied-color-option {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .style-guied-color {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .team-details-member {
    padding-bottom: 50px;
  }

  .team-details-text {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .team-details-member-one-background.background-purple {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .team-details-text-glance {
    padding: 20px 15px 20px 0;
  }

  .team-details-text-glance.chnage-mergin {
    margin-left: 0;
  }

  .div-block-1756 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-1756.change-padding {
    padding-bottom: 30px;
  }

  .team-details-hero-main-image {
    height: auto;
  }

  .team-details-hero-wrapper {
    padding-top: 170px;
    padding-bottom: 70px;
  }

  .team-details-hero-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .team-details-member-heading {
    padding-bottom: 40px;
  }

  .team-details-hero-image {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-five {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .about-line {
    width: 100%;
    margin-bottom: 0;
  }

  .home-one-hero-medium-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-one-connect-design {
    display: none;
  }

  .home-one-video {
    padding-top: 20px;
    padding-bottom: 70px;
  }

  .home-one-hero-link-wrapper {
    display: none;
  }

  .link-button {
    text-align: center;
  }

  .home-one-project-heading-one {
    max-width: 100%;
  }

  .home-one-video-paragraph {
    padding-bottom: 20px;
  }

  .home-one-project-svg {
    display: none;
  }

  .home-one-connect-paragraph {
    padding-bottom: 20px;
  }

  .nav-wrapper {
    grid-template-columns: .5fr 1fr;
  }

  .home-one-project-top-part {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .home-one-success-paragraph {
    max-width: 100%;
    padding-bottom: 20px;
  }

  .home-one-hero-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 60px;
  }

  .home-one-project {
    padding-top: 40px;
    padding-bottom: 70px;
    position: static;
  }

  .home-one-project-paragraph-one {
    margin-right: 0;
  }

  .home-one-project-paragraph-one.overflow-hidden {
    max-width: 100%;
  }

  .heading-six {
    line-height: 1.3rem;
  }

  .home-one-hero-line-design, .home-one-hero-round {
    display: none;
  }

  .footer-text.change-color-white.responsive-align-center.change-line-height {
    line-height: 1.5rem;
  }

  .home-one-success {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .home-one-project-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    padding-top: 20px;
  }

  .home-one-team-design {
    display: none;
  }

  .nav-one-button-container {
    align-items: center;
  }

  .about-heading {
    max-width: 100%;
  }

  .home-one-services {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .home-one-connect-image-icon {
    display: none;
  }

  .home-one-connect-heading {
    width: 100%;
    max-width: 100%;
  }

  .footer-one-copyright-social {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
  }

  .footer-one-link {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .about-paragraph-one {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-one-application-main {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: column;
    padding-top: 60px;
  }

  .home-one-service-heading {
    max-width: 100%;
    padding-bottom: 20px;
  }

  .home-one-vedio-design {
    display: none;
  }

  .home-one-application {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-one-connect-modified {
    background-position: 0 60%;
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .home-one-success-heading {
    max-width: 100%;
    padding-bottom: 0;
  }

  .home-one-hero-image-one {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-one-successs-line {
    width: 100%;
  }

  .dropdown-toggle {
    justify-content: space-between;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-one-social-media {
    padding-top: 10px;
  }

  .footer-one-copyright-main {
    flex-direction: column-reverse;
  }

  .home-one-application-image {
    display: none;
  }

  .home-one-hero-sub-image-wrapper {
    flex-direction: row;
  }

  .menu-button-nav-two {
    color: var(--primery-color);
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button-nav-two.w--open {
    color: var(--primery-color);
    background-color: #c8c8c800;
  }

  .nav-main {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-one-link-button {
    display: none;
  }

  .nav-one-button {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-one-logo-section {
    border-right-color: #0000;
    width: 100%;
    padding: 40px 0 10px;
  }

  .footer-one-logo-paragraph {
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-one-link-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-one-paragraph {
    padding-bottom: 20px;
  }

  .footer-one-bell-icon {
    display: none;
  }

  .footer-one-top-part {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-one-hand {
    display: none;
  }

  .footer-one-form-wrapper {
    max-width: 100%;
  }

  .footer-one-style-guied {
    max-width: 200px;
  }

  .home-two-theme-image-one {
    display: none;
  }

  .home-two-task-line {
    max-width: 100%;
  }

  .home-two-task-section {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .footer-two-form-submit {
    width: 100%;
  }

  .footer-two-top-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .home-two-value {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .footer-two-quick-link {
    border-right-color: #fdfdfd00;
    padding-bottom: 60px;
  }

  .home-two-theme {
    padding-top: 60px;
    padding-bottom: 150px;
  }

  .footer-two-utility-page {
    border-right-color: #fdfdfd00;
    padding-bottom: 70px;
  }

  .home-two-maneger-paragraph {
    max-width: 100%;
  }

  .home-two-theme-image-two {
    display: none;
  }

  .home-two-task-heading {
    max-width: 100%;
  }

  .home-two-hero-wrapper {
    flex-direction: column;
  }

  .home-two-maneger {
    padding-top: 140px;
    padding-bottom: 50px;
  }

  .div-block-676 {
    max-width: 100%;
  }

  .home-two-maneger-main {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-two-bell-icon {
    bottom: 50%;
  }

  .home-two-maneger-heading {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .home-two-hero-container-modified {
    padding-top: 70px;
    padding-bottom: 115px;
  }

  .home-two-theme-image-three {
    display: none;
  }

  .home-two-maneger-design {
    display: none;
    top: 0%;
  }

  .footer-two-form.change-padding {
    width: 100%;
    max-width: 100%;
  }

  .footer-two-top-part {
    padding-bottom: 60px;
  }

  .footer-two-phone-sales {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-two-value-apps {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-two-hero {
    padding-top: 70px;
    display: block;
  }

  .home-two-line {
    max-width: 100%;
  }

  .home-two-theme-image-four, .home-two-hand-emoji {
    display: none;
  }

  .home-two-goal-heading {
    max-width: none;
  }

  .div-block-675, .home-two-task-paragraph {
    max-width: 100%;
  }

  .home-two-hero-design {
    display: none;
  }

  .home-two-task-emoji {
    left: 0%;
  }

  .home-two-goal-section {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .footer-two-link-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-two-email-support {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-two-design {
    display: none;
  }

  .home-two-hero-button-modified {
    padding-bottom: 20px;
  }

  .home-two-hero-emoji {
    display: none;
  }

  .footer-two-guied {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-two-form-wrapper {
    max-width: 100%;
  }

  .footer-two-form-wrapper.change-max-width {
    width: 100%;
    max-width: 100%;
  }

  .home-two-value-heading {
    max-width: 100%;
  }

  .home-two-value-image-two {
    right: 0%;
  }

  .footer-two {
    padding-top: 70px;
  }

  .footer-two-location {
    max-width: 200px;
  }

  .nave-link-font-new {
    border-bottom: 1px solid #2a2e314d;
    display: block;
  }

  .nav-two-button {
    display: none;
  }

  .home-three-experience-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .home-three-services {
    background-position: 0 0;
    padding-top: 55px;
    padding-bottom: 10px;
  }

  .home-three-experience-heading {
    max-width: 100%;
  }

  .home-three-experience-design {
    display: none;
  }

  .home-three-work-heading-modified {
    max-width: 100%;
  }

  .home-three-service-items {
    min-width: 100%;
    max-width: none;
  }

  .home-three-project-hand {
    top: 25%;
  }

  .home-three-sass-service-heading {
    max-width: 100%;
  }

  .nav-three {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .location {
    max-width: 100%;
  }

  .home-three-service-design {
    display: none;
  }

  .home-three-service-wrapper-modified {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .home-three-customer-support {
    padding-top: 40px;
  }

  .nav-three-call-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-three-logo-section-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    height: 180px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-three-sass-service-text-part {
    max-width: 100%;
  }

  .footer-three-logo {
    border-right-color: #fff0;
  }

  .home-three-hero-brand {
    padding-bottom: 87px;
    overflow: hidden;
  }

  .home-three-project-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .home-three-work {
    padding-top: 82px;
    padding-bottom: 70px;
  }

  .home-three-sass-service-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .home-three-hero-container-modified {
    padding-top: 70px;
  }

  .footer-three-mail-section {
    width: 100%;
  }

  .home-three-service-details {
    max-width: 100%;
  }

  .footer-three {
    margin-top: 0;
    padding-top: 65px;
  }

  .home-three-hero-man-image {
    margin-top: 0;
    left: auto;
  }

  .home-three-task-image-four {
    display: none;
  }

  .footer-three-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .footer-three-top-part {
    padding-bottom: 40px;
  }

  .home-three-hero-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-start;
  }

  .home-three-service-heading {
    max-width: 100%;
  }

  .home-three-project-paragraph {
    padding-bottom: 30px;
  }

  .home-three-service-paragraph {
    max-width: 100%;
    padding-bottom: 30px;
  }

  .home-three-service {
    padding-top: 40px;
    position: relative;
  }

  .home-three-project {
    padding-bottom: 35px;
  }

  .home-three-sass-service-paragraph {
    max-width: 100%;
    padding-bottom: 0;
  }

  .footer-three-link {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .home-three-task-heading {
    max-width: 100%;
  }

  .home-three-hero-text {
    padding-top: 0;
  }

  .nav-three-button {
    display: none;
  }

  .home-three-hero-image {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-three-copyright {
    border-right-color: #f7f7f700;
  }

  .home-three-experience {
    padding-bottom: 55px;
  }

  .home-three-hero {
    background-image: radial-gradient(circle at 0 0, #ffffd899, #fff0), linear-gradient(#e3fcf4, #e3fcf4);
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    padding-bottom: 70px;
  }

  .about-one-project-heading.overflow-hidden, .about-one-work-flow-one {
    max-width: 100%;
  }

  .about-one-work-flow-text {
    position: relative;
    top: 0;
  }

  .about-one-main-image {
    position: relative;
    left: auto;
  }

  .about-one-balence-picture {
    display: none;
    position: relative;
    bottom: 10%;
    left: 2%;
  }

  .about-one-success {
    padding-bottom: 120px;
    overflow: hidden;
  }

  .about-one-success-background {
    width: 100%;
    left: auto;
  }

  .about-one-hero-main-picture {
    width: 100%;
    height: auto;
    position: relative;
  }

  .about-one-experience-paragraph-modified {
    width: 100%;
  }

  .about-one-business-heading, .about-one-experience-heading {
    max-width: 100%;
  }

  .about-one-work-flow-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .about-one-business-design {
    display: none;
  }

  .about-one-future-work {
    padding-top: 70px;
    padding-bottom: 50px;
    overflow: hidden;
  }

  .about-one-hero-growth {
    display: none;
    position: absolute;
    top: 25%;
    left: 2%;
  }

  .about-one-merquee {
    padding-bottom: 0;
  }

  .about-one-merquee.change-section-padding.responsive-change-padding {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .about-one-business-small-paragraph-5 {
    max-width: 100%;
  }

  .about-one-success-image-one {
    position: relative;
    left: auto;
  }

  .about-one-business {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 70px;
    padding-bottom: 30px;
    overflow: hidden;
  }

  .about-one-work-flow-design {
    display: none;
  }

  .about-one-success-image {
    margin-left: auto;
    margin-right: auto;
  }

  .about-one-hero-chat-image {
    display: none;
    position: relative;
    top: auto;
    right: auto;
  }

  .about-one-work-flow {
    padding-top: 60px;
    padding-bottom: 70px;
    overflow: hidden;
  }

  .about-one-work-main {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .about-one-hero {
    background-image: radial-gradient(circle at 0 40%, #fff0f1, #fff0 25%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 150px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .about-one-line-design {
    display: none;
    top: 35%;
  }

  .about-one-future-work-heading.overflow-hidden {
    max-width: 100%;
  }

  .about-two-hand-image {
    display: none;
  }

  .abpout-two-help-paragraph {
    max-width: 100%;
  }

  .about-two-value {
    height: auto;
    overflow: hidden;
  }

  .about-three-growth-design {
    display: none;
  }

  .about-two-solve {
    padding-top: 120px;
    padding-bottom: 25px;
    overflow: hidden;
  }

  .about-two-growth-item-three {
    min-width: 285px;
  }

  .about-two-help-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .about-two-growth-item-two {
    min-width: 285px;
  }

  .about-two-help-heading {
    max-width: 100%;
  }

  .about-two-task-design {
    display: none;
  }

  .about-two-hero {
    background-image: linear-gradient(255deg, #e1eeff, #e3fcf4);
    padding-top: 150px;
    overflow: hidden;
  }

  .about-two-hero-design {
    display: none;
  }

  .about-one-business-small-paragraph-6 {
    max-width: 100%;
  }

  .about-two-help {
    padding-top: 210px;
    padding-bottom: 150px;
    overflow: hidden;
  }

  .about-two-growth-item-four {
    min-width: 285px;
  }

  .about-two-hero-copntainer {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .about-two-growth-modified {
    padding-top: 40px;
    overflow: hidden;
  }

  .about-two-hero-design-two {
    display: none;
  }

  .about-two-growth-item-one {
    min-width: 285px;
  }

  .service-one-service-sub-heading-two {
    max-width: 100%;
  }

  .service-one-service-design-two {
    display: none;
  }

  .service-ine-experience-line {
    margin-bottom: 0;
  }

  .service-one-service-design {
    display: none;
  }

  .service-one-service-subheading-six {
    max-width: 100%;
  }

  .service-one-experience {
    padding-bottom: 180px;
  }

  .service-one-service-container {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .service-one-service-serheading-four {
    max-width: 100%;
  }

  .service-one-hero-container-modified {
    padding-top: 120px;
  }

  .service-one-service-subheading {
    max-width: 100%;
  }

  .service-one-hero {
    padding-bottom: 70px;
  }

  .about-one-business-small-paragraph-7 {
    max-width: 100%;
  }

  .service-one-heading {
    width: 100%;
  }

  .service-one-development {
    padding-bottom: 20px;
  }

  .service-one-development-wrapper {
    flex-direction: column;
  }

  .service-one-service-paragraph {
    width: 100%;
    padding-bottom: 40px;
  }

  .service-one-service-subheading-five, .service-one-service-subheading-three {
    max-width: 100%;
  }

  .service-one-service-modified {
    padding-bottom: 60px;
  }

  .about-three-hero {
    padding-bottom: 70px;
  }

  .about-three-hero-image-three {
    position: relative;
    inset: -10px -15% auto auto;
  }

  .about-three-hero-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
  }

  .about-three-hero-text {
    padding-right: 0;
  }

  .about-three-hero-image {
    flex: 1;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .about-three-hero-image-one {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    left: -25%;
  }

  .about-three-hero-image-four {
    position: relative;
    left: 0%;
    right: auto;
  }

  .hero-image-two {
    display: none;
  }

  .hero-image {
    right: 10%;
  }

  .about-three-hero-image-two {
    position: absolute;
    right: -40%;
  }

  .about-three-hero-heading {
    width: 100%;
    max-width: 100%;
  }

  .about-three-hero-container {
    padding-top: 150px;
  }

  .about-two-value-heading.change-max-width, .about-two-value-paragraph, .about-two-mind-para-two-3 {
    max-width: 100%;
  }

  .about-three-help {
    padding-top: 120px;
    padding-bottom: 20px;
  }

  .about-three-help-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .about-two-value-details {
    max-width: 100%;
  }

  .about-three-project-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .about-three-project {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .about-two-design {
    display: none;
  }

  .about-three-project-next {
    padding-top: 0;
    padding-bottom: 70px;
  }

  .about-three-paragraph {
    padding-bottom: 40px;
  }

  .about-three-project-main {
    border-right-color: #fff0;
    flex: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .about-two-line-background {
    max-width: 100%;
  }

  .about-three-task {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-three-design {
    display: none;
  }

  .about-two-task-heading {
    max-width: 100%;
  }

  .about-three-main {
    flex-direction: column;
  }

  .about-two-task-line {
    max-width: 100%;
  }

  .about-three-brand {
    padding-bottom: 40px;
  }

  .about-one-business-small-paragraph-8 {
    max-width: 100%;
  }

  .footer-three-form-wrapper {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .footer-three-social-media-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-three-logo-wrapper {
    border-right-color: #fff0;
  }

  .footer-three-form {
    width: 100%;
  }

  .home-three-footer-new {
    margin-top: 0;
    padding-top: 70px;
  }

  .home-three-footer-new.change-padding-top {
    margin-top: 0;
    padding-top: 50px;
  }

  .footer-three-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .footer-three-wrapper {
    padding-bottom: 40px;
  }

  .footer-three-link-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .footer-three-social-link-wrapper {
    border-right-color: #f7f7f700;
  }

  .service-two-goal-design {
    display: none;
  }

  .service-two-service-subheading {
    max-width: none;
  }

  .service-two-solve-image-wrapper {
    background-size: contain;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-two-service-heading {
    max-width: none;
  }

  .service-three-solve-hand-svg {
    display: none;
  }

  .service-two-hero {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .service-two-service-container {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .service-two-service-option {
    flex-direction: column;
    display: flex;
  }

  .home-two-goal-title {
    max-width: none;
  }

  .home-two-task-paragraph-modified {
    max-width: 100%;
  }

  .service-two-solve-section {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 130px;
  }

  .service-two-solve-image-two {
    right: 0%;
  }

  .service-two-service-subheading-three {
    max-width: none;
  }

  .service-two-goal-container {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .service-two-service-subheading-four {
    max-width: none;
  }

  .service-three-hero-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .service-three-hero-container-modified {
    padding-top: 150px;
  }

  .service-two-service-design {
    display: none;
  }

  .service-three-hero-modified {
    padding-bottom: 70px;
  }

  .service-three-hero-heading {
    max-width: 100%;
  }

  .service-three-service-line {
    display: none;
  }

  .service-three-service-heading {
    max-width: 100%;
  }

  .service-three-service-option {
    flex-direction: column;
    display: flex;
  }

  .service-threee-strategy-design {
    display: none;
  }

  .service-three-strategy-heading, .service-three-strategy-paragraph {
    max-width: 100%;
  }

  .service-three-strategy-option-one {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    align-items: center;
  }

  .service-three-strategy {
    padding-bottom: 70px;
  }

  .service-three-strategy-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .service-three-strategy-details {
    max-width: 100%;
  }

  .service-three-strategy-option {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .service-three-solution {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .service-three-solution-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .service-three-solution-hand {
    display: none;
  }

  .pricing-one-stategy-image-one {
    right: -10%;
  }

  .pricing-one-plan-main {
    flex-direction: column;
  }

  .pricing-one-strategy-image-two {
    left: -10%;
  }

  .pricing-one-plan-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-one-stategy-image-three.backdrop-filter.change-padding {
    right: 0%;
  }

  .pricing-one-plan-section {
    padding-bottom: 120px;
  }

  .pricing-one-hero-paragraph {
    padding-bottom: 20px;
  }

  .pricing-one-strategy {
    padding-bottom: 50px;
  }

  .pricing-one-hero-design-two {
    display: none;
  }

  .pricing-one-strategy-wrapper {
    flex-direction: column;
  }

  .pricing-one-hero-heading {
    max-width: 100%;
  }

  .pricing-one-hero {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-one-hero-container {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .pricing-one-strategy-option {
    padding-top: 20px;
  }

  .pricing-one-strategy-paragraph {
    padding-bottom: 20px;
  }

  .pricing-one-hero-design, .blog-one-hero-image {
    display: none;
  }

  .blog-one-hero-image-two {
    display: none;
    top: 10%;
  }

  .blog-one-hero-wrapper {
    width: 100%;
    height: auto;
    display: none;
  }

  .contact-one-project-talk {
    width: 100%;
  }

  .contact-one-project-link-modified {
    max-width: 100%;
  }

  .contact-one-project-container-modified {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .text-field-contact, .text-field-contact::placeholder {
    font-size: 1rem;
  }

  .contact-one-form-paragraph-modified {
    padding-bottom: 40px;
  }

  .contact-one-hero-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 150px;
    padding-bottom: 40px;
  }

  .contact-one-design {
    display: none;
  }

  .blog-two-hero-container-new {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .blog-two-main-image-caption {
    max-width: 100%;
  }

  .blog-two-thumbsup, .blog-two-green-svg {
    display: none;
  }

  .blog-two-main-image-wrapper {
    width: 100%;
    height: auto;
    display: none;
  }

  .blog-two-main-image-thambnail {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .blog-two-hero-items {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .blog-two-hero-modified {
    padding-top: 150px;
    padding-bottom: 140px;
  }

  .change-display {
    flex-direction: column;
  }

  .landing-page-hero-design-one.overflow-hidden {
    display: none;
  }

  .landing-page-hero-design-two {
    bottom: -10%;
  }

  .landing-page-hero-design-two.overflow-hidden, .landing-page-experience-image.overflow-hidden, .landing-page-demo-design.overflow-hidden, .blog-three-hero-line, .blog-three-hero-hand {
    display: none;
  }

  .contact-two-hero {
    background-image: linear-gradient(224deg, #e1eeff 16%, #e3fcf4);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 150px;
    padding-bottom: 220px;
  }

  .contact-two-link-box {
    width: 100%;
    max-width: 100%;
  }

  .contact-two-form-heading {
    padding-bottom: 40px;
  }

  .contact-two-form {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .textarea-big-new.border-radius-ten::placeholder, .textarea-big-new.border-radius-ten.chnage-font {
    font-size: 1rem;
  }

  .theme-image, .theme-image-girl, .theme-round-image, .theme-image-man, .conatct-two-hero-hand, .contact-two-green-svg, .contact-three-massage {
    display: none;
  }

  .cvontact-three-hero-container {
    padding-top: 170px;
  }

  .contact-three-hero-design {
    display: none;
  }

  .contact-three-hero {
    background-image: radial-gradient(circle at 100% 0, #e1eeff, #e3fcf4 85%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 250px;
  }

  .text-contact-three {
    font-size: 1rem;
  }

  .contact-three-project-text {
    flex: 0 auto;
    width: 100%;
  }

  .sign-up-design-one, .sign-up-design-two, .sign-in-circle {
    display: none;
  }

  .utility-page-form {
    min-width: auto;
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .dropdown-list {
    border-style: none;
    margin-bottom: 10px;
    position: static;
  }

  .landing-page-footer-design, .landing-page-footer-design-two.overflow-hidden {
    display: none;
  }

  .plug-two {
    top: 50%;
    right: -30%;
  }

  .plug-one {
    top: 50%;
    left: -30%;
  }

  .plug-one.overflow-hidden {
    top: 60%;
  }

  .plug-one.overflow-hidden.responsive-display-off, .error-hero-design {
    display: none;
  }

  .form-field-wrapper {
    width: 80%;
    min-width: auto;
  }

  .password-hero-circle, .password-hero-image {
    display: none;
  }

  .div-block-2652 {
    padding-bottom: 60px;
  }

  .collection-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-20 {
    display: none;
  }

  .big-logo {
    inset: auto 0% 0%;
  }

  .landing-page-image-overlay {
    display: none;
  }

  .home-one-marque {
    padding-bottom: 70px;
  }

  .home-one-application-effect.change-width, .home-one-application-effect.change-max-width-two.responsive-full-width {
    max-width: 100%;
  }

  .home-two-hero-merque-modiied {
    flex-wrap: wrap;
    padding-top: 70px;
  }

  .home-two-hero-merque-modiied.overflow-hidden {
    padding-top: 40px;
  }

  .menu-button {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-image: linear-gradient(125deg, #753af2, #5473fc);
    border-radius: 2px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .menu-button.navbar-three-menu-button {
    border-radius: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .menu-button.navbar-one-menu-button {
    background-image: none;
  }

  .home-one-acordian {
    padding-bottom: 20px;
  }

  .about-paragraph {
    max-width: 100%;
    padding-bottom: 20px;
  }

  .display-flex {
    flex-direction: column;
  }

  .blog-one-one-blog-item-button-wrapper {
    width: 100%;
  }

  .home-three-nav {
    padding-top: 20px;
  }

  .error-nav.overflow-hidden {
    top: 60%;
  }

  .error-nav.overflow-hidden.responsive-display-off {
    display: none;
  }

  .footer-one-copyright {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button-line {
    background-color: #fff;
    width: 21.28px;
    height: 2px;
    margin-bottom: 6px;
    padding: 0;
  }

  .menu-button-line.bottom-line {
    width: 11px;
    margin-bottom: 0;
  }

  .menu-button-line.bottom-line.line-black, .menu-button-line.top-line.line-black, .menu-button-line.middle-line.line-black {
    background-color: #000;
  }

  .about-two-value-big-container {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 70px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .about-two-image {
    padding-top: 40px;
    display: block;
  }

  .div-block-2653 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .product-underline {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.125rem;
    line-height: 4.0625rem;
  }

  h2 {
    font-size: 2.1875rem;
    line-height: 2.5rem;
  }

  .auto-fit.border-radius-ten.responsive-image-full-width.change-image-position {
    object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .auto-fit.border-radius-twenty.responsive-image-full-width {
    width: 100%;
  }

  .auto-fit.fix-width {
    width: 19px;
  }

  .heading-one {
    font-size: 3.125rem;
    line-height: 4.0625rem;
  }

  .backdrop-filter.change-position-two, .backdrop-filter.change-position-three {
    right: auto;
  }

  .backdrop-filter.change-image-position-one {
    left: 0%;
  }

  .backdrop-filter.change-position-six {
    left: 0%;
  }

  .backdrop-filter.change-position-two {
    right: auto;
  }

  .backdrop-filter.change-position-one {
    position: relative;
  }

  .backdrop-filter.change-position-three {
    position: relative;
    right: auto;
  }

  .backdrop-filter.change-position-four {
    position: relative;
    left: 0%;
  }

  .backdrop-filter.change-backdrop-position {
    right: 0%;
  }

  .backdrop-filter.change-image-position {
    z-index: 2;
  }

  .home-two-task-main {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .home-three-transfer-overview {
    right: 0%;
  }

  .about-two-solve-main {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .team-one-members-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .form-row {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    padding-bottom: 15px;
  }

  .contact-three-form-container {
    padding: 40px 20px;
  }

  .sign-up-menu {
    flex-direction: column;
  }

  .sign-up-link-button, .sign-up-link-button-two {
    min-width: 100%;
  }

  .sign-in-menu {
    flex-direction: column;
  }

  .landing-page-utility-item {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .landing-page-demo-website {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .landing-page-template-option {
    flex-direction: column;
  }

  .landing-page-experience-item-one.border-radius-ten {
    flex: 0 auto;
  }

  .style-guied-color-option {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-top: 20px;
  }

  .team-details-text-glance.chnage-mergin {
    padding-left: 0;
  }

  .team-details-hero-main-image {
    width: 100%;
  }

  .home-one-about-image-one {
    left: auto;
  }

  .home-one-connect-image-one {
    z-index: 1;
    left: auto;
  }

  .home-one-connect-image-three {
    right: 0;
  }

  .home-one-team-image-one {
    bottom: 0%;
    left: 0%;
  }

  .home-one-connect-image-two {
    display: none;
    right: auto;
  }

  .footer-one-style-guied {
    max-width: 100%;
  }

  .home-two-task-section {
    padding-bottom: 0;
  }

  .footer-two-quick-link, .footer-two-utility-page {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-two-hero-image-one {
    display: none;
    position: relative;
    left: auto;
  }

  .home-two-hero-image-three {
    display: none;
  }

  .home-two-hero-cloud {
    z-index: 1;
    position: relative;
    top: auto;
    bottom: 100%;
    left: 75%;
  }

  .home-two-maneger-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-two-hero-container-modified {
    padding-bottom: 70px;
  }

  .footer-two-copyright-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-two-task-image-two {
    display: none;
    position: relative;
    bottom: auto;
    left: auto;
  }

  .home-two-task-emoji {
    display: none;
  }

  .footer-two-link-wrapper {
    flex-direction: column;
  }

  .footer-two-get-in-touch {
    padding-top: 0;
  }

  .footer-two-link-icon {
    flex-basis: 0;
  }

  .home-two-hero-image-background {
    background-position: 50%;
    background-size: contain;
    width: 100%;
  }

  .home-two-maneger-small-image {
    display: none;
    left: auto;
  }

  .home-two-maneger-main-image {
    position: relative;
    bottom: -10px;
    right: 0%;
  }

  .footer-two-link-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-two-maneger-image-wrapper {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .home-two-task-background {
    width: 100%;
  }

  .home-two-value-image-two {
    display: none;
    right: auto;
  }

  .home-two-value-image-backgound {
    width: 100%;
  }

  .home-two-task {
    display: none;
    position: relative;
    top: auto;
    left: 0%;
  }

  .footer-two-location {
    max-width: 100%;
  }

  .home-three-project-hand {
    display: none;
  }

  .home-three-customer-support {
    flex-direction: column;
  }

  .footer-three-logo-section-wrapper {
    justify-content: center;
    height: 140px;
  }

  .home-three-sass-service-main-image {
    left: 15%;
  }

  .home-three-work {
    padding-bottom: 60px;
  }

  .home-three-task-image-four {
    right: 0%;
  }

  .home-three-brand-design, .home-three-hero-design {
    display: none;
  }

  .footer-three-link {
    justify-content: space-between;
  }

  .footer-three-icon {
    flex-basis: 0;
  }

  .home-three-work-main-image {
    z-index: 1;
  }

  .home-three-work-customer {
    z-index: 2;
  }

  .green-svg-design, .about-one-line-design, .about-two-hand-image {
    display: none;
  }

  .about-two-help-image-rating.backdrop-filter.change-padding {
    left: auto;
  }

  .about-two-help-background {
    background-size: cover, cover;
  }

  .service-one-hero-design-two, .service-one-hero-design {
    display: none;
  }

  .service-one-development {
    padding-bottom: 0;
  }

  .about-three-hero-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .about-three-hero-image-one {
    left: -10%;
  }

  .about-three-help-image-one.backdrop-filter {
    position: relative;
  }

  .about-three-help-image-two {
    display: none;
    position: relative;
    right: -25px;
  }

  .about-three-help-image-background {
    width: 100%;
  }

  .about-three-project-service {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .about-three-solve-image-background {
    width: 100%;
  }

  .solve-image-one {
    position: relative;
    top: 15%;
    left: 0;
    right: auto;
  }

  .solve-image-two {
    position: relative;
    bottom: auto;
    left: auto;
  }

  .solve-image-three {
    display: none;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .about-three-brand-main-image {
    position: relative;
    bottom: 38%;
  }

  .about-three-brand-image-three.backdrop-filter.change-padding {
    left: 0%;
  }

  .about-three-image-one {
    display: block;
    position: relative;
    right: 0%;
  }

  .about-thtee-image-background {
    width: 100%;
  }

  .footer-three-link-wrapper {
    justify-content: space-between;
  }

  .footer-three-social-media-link-wrapper {
    flex-basis: 0;
  }

  .service-two-hero-cloud {
    display: none;
  }

  .service-two-hero-image-two.backdrop-filter.change-padding {
    left: auto;
  }

  .service-three-hero-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .service-there-strategy-image-one {
    left: 0%;
  }

  .service-three-strategy {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .service-three-strategy-image-two {
    right: 0;
  }

  .service-three-solution-image-four {
    right: 0%;
  }

  .service-three-solution-image-one {
    left: 0%;
  }

  .pricing-one-stategy-image-one {
    right: 0%;
  }

  .pricing-one-date {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing-one-strategy-image-two {
    left: 0%;
  }

  .pricing-one-hero-paragraph {
    padding-bottom: 10px;
  }

  .contact-one-hero-form {
    padding: 20px;
  }

  .contact-one-tal-graph {
    right: 0%;
  }

  .contact-one-image-three {
    left: 0%;
  }

  .landing-page-hero-design-two, .landing-page-experience-image, .landing-page-demo-design-two, .landing-page-utility-icon {
    display: none;
  }

  .contact-two-form-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .contact-two-form-heading {
    padding-bottom: 40px;
  }

  .contact-two-form {
    padding-top: 60px;
  }

  .contact-three-form-item-one-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .utility-page-content.padding-top {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .utility-page-form {
    padding-bottom: 70px;
  }

  .landing-page-footer-design-two {
    display: none;
  }

  .plug-two {
    right: -50%;
  }

  .plug-one {
    left: -50%;
  }

  .form-field-wrapper {
    width: 100%;
  }

  .home-three-customer-support-item {
    border-right-color: #fff0;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .utility-item-hover-effect {
    display: none;
  }

  .licencing-main-wrapper {
    grid-column-gap: 30px;
    grid-template-columns: 1fr;
  }

  .images-preview {
    grid-template-columns: 1fr;
  }

  .home-one-service-item-new {
    padding-left: 20px;
  }

  .home-one-heading-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: 0;
    font-size: 1.875rem;
    line-height: 2.5rem;
  }

  h2 {
    letter-spacing: 0;
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }

  h3 {
    letter-spacing: 0;
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  h4 {
    letter-spacing: 0;
    font-size: 1.125rem;
  }

  h5 {
    letter-spacing: 0;
    font-size: 1rem;
  }

  p {
    font-size: .9rem;
    line-height: 1.4rem;
  }

  .text-align-center.mobile-h-two {
    margin-bottom: 0;
  }

  .text-align-center.about-text {
    font-size: .9rem;
    line-height: 1.3rem;
  }

  .auto-fit.border-radius-fifteen {
    left: 5%;
    overflow: hidden;
  }

  .auto-fit.border-radius-fifteen.image-drop-shadow.mobile-image-full-width, .auto-fit.border-radius-ten.image-drop-shadow.mobile-full-width, .auto-fit.border-radius-twenty.image-drop-shadow.responsive-full-width {
    width: 100%;
    height: 100%;
  }

  .auto-fit.mobile-auto-fit-position-change {
    object-position: 50% 0%;
  }

  .auto-fit.mobile-change-size {
    width: 50%;
    height: 50%;
  }

  .auto-fit.mobile-image-full-width, .auto-fit.responsive-image-full-width {
    width: 100%;
    height: 100%;
  }

  .link-footer-one {
    font-size: .9rem;
    line-height: 1.3rem;
  }

  .home-one-hero-button {
    padding-bottom: 0;
  }

  .home-two-maneger-text, .home-two-task-text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-two-apps-item-paragraph {
    padding-bottom: 20px;
  }

  .home-one-top-heading {
    padding-bottom: 0;
  }

  .mobile-h-two {
    letter-spacing: 0;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .responsive-h-one.mobile-h-one {
    letter-spacing: 0;
    font-size: 2.4rem;
    line-height: 2.8rem;
  }

  .home-two-goal-text-heading {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    display: block;
  }

  .change-color-white.reduce-margin {
    margin-bottom: 0;
  }

  .change-color-white.mobile-h-three {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .home-three-hero-branch-analysis {
    position: relative;
    left: 20%;
    right: auto;
  }

  .home-three-hero-branch-analysis.backdrop-filter.change-backdrop-padding {
    display: none;
  }

  .service-one-hero-review {
    flex-direction: column;
  }

  .home-three-project-three {
    padding-bottom: 20px;
  }

  .home-three-work-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home-three-hero-growth-image {
    position: relative;
    inset: auto auto 20px 20%;
  }

  .home-three-hero-growth-image.backdrop-filter.change-backdrop-padding {
    display: none;
  }

  .about-one-business-option {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-one-work-rating-image {
    width: 300px;
    display: none;
    position: relative;
    bottom: 50px;
    right: auto;
  }

  .about-one-work-layout-image {
    max-width: 300px;
    position: relative;
    top: auto;
    left: auto;
  }

  .logo {
    margin-left: -10px;
  }

  .about-one-business-main {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .about-one-rating-image {
    display: none;
    right: 25%;
  }

  .about-two-hero-cofounder {
    position: relative;
    bottom: -40%;
    left: auto;
  }

  .about-two-hero-analysis {
    display: none;
    position: relative;
  }

  .about-two-hero-analysis.backdrop-filter.change-position {
    position: relative;
  }

  .about-three-brand-image {
    padding-top: 20px;
  }

  .service-one-experience-image-two {
    position: relative;
    bottom: 80px;
    left: auto;
  }

  .service-one-experience-image-two.backdrop-filter.change-padding {
    display: none;
  }

  .service-one-experience-paragraph {
    padding-bottom: 20px;
  }

  .service-one-operation-image-one {
    position: relative;
    top: auto;
  }

  .service-one-operation-image-two {
    display: none;
  }

  .service-two-solve {
    padding-top: 0;
  }

  .text-center.mobile-h-two {
    margin-bottom: 0;
  }

  .text-center.change-color-white.mobile-h-three {
    letter-spacing: 0;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .blog-two-popular-post-list, .blog-two-hero-blog-list-row-one {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .blog-one-blog-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-one-item-wrapper {
    z-index: 9;
    position: relative;
  }

  .blog-three-hero {
    overflow: hidden;
  }

  .blog-three-blog-item-one.background-color-white.change-drop-shadow.mobile-chnage-padding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-three-blog-item {
    padding-bottom: 20px;
  }

  .heading-one {
    letter-spacing: 0;
    font-size: 1.875rem;
    line-height: 2.5rem;
  }

  .blog-details-blog-sub-heading {
    padding-top: 20px;
    padding-left: 0;
  }

  .blog-details-ranking-heading {
    padding-left: 0;
  }

  .blog-details-sub-heading, .blog-details-item, .blog-details-ranking-paragraph, .blog-details-ranking-main-paragraph, .blog-details-paragraph-one, .blog-details-image-details-list {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-details-author-section {
    padding-left: 0;
  }

  .blog-details-image-details {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-details-new-blog {
    margin-top: 0;
    padding-top: 20px;
  }

  .blog-details-new-blog-details {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
  }

  .blog-details-paragraph-two {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-details-new-blog-container {
    flex-direction: column;
  }

  .home-one-success-main {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .home-one-hero-paragraph {
    padding-left: 0;
    padding-right: 0;
  }

  .home-one-connect-main {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .home-one-service-top-header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 10px;
  }

  .link-text.mobile-change-line-height {
    line-height: 1.2rem;
  }

  .home-two-apps-item-one-heading {
    justify-content: space-between;
  }

  .home-two-value-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home-two-goal-main {
    flex-direction: column;
    padding-top: 20px;
    display: flex;
  }

  .home-two-item-paragraph {
    max-width: 100%;
  }

  .backdrop-filter.change-image-position-one {
    position: relative;
    bottom: -25%;
    left: auto;
  }

  .backdrop-filter.change-backdrop-position, .backdrop-filter.change-image-position {
    display: none;
    position: relative;
  }

  .backdrop-filter.change-position-six {
    position: relative;
    top: 25%;
    left: auto;
  }

  .backdrop-filter.change-image-position-two {
    position: relative;
  }

  .backdrop-filter.change-image-position-three {
    position: relative;
    top: auto;
    left: auto;
  }

  .backdrop-filter.change-position-two {
    display: none;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .backdrop-filter.change-position-one {
    position: relative;
    bottom: auto;
  }

  .backdrop-filter.change-position-three {
    position: relative;
    top: auto;
    right: auto;
  }

  .backdrop-filter.change-position-four {
    position: relative;
    top: auto;
    left: auto;
  }

  .backdrop-filter.change-position-five {
    position: relative;
  }

  .backdrop-filter.change-backdrop-position, .backdrop-filter.change-image-position {
    display: none;
    position: relative;
  }

  .home-two-apps-items-wrapper {
    display: block;
  }

  .home-two-task-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-three-transfer-overview {
    display: none;
    position: relative;
    right: auto;
  }

  .home-three-experience-groth {
    display: none;
    position: relative;
    bottom: 5px;
    left: auto;
    right: auto;
  }

  .home-three-hero-image-background {
    width: 100%;
  }

  .home-three-project-one {
    padding-bottom: 20px;
  }

  .home-three-brand-paragraph {
    flex-wrap: wrap;
    max-width: 100%;
    padding-bottom: 20px;
  }

  .about-one-work-paragraph {
    padding-bottom: 0;
  }

  .about-one-business-sales-image {
    display: none;
    left: auto;
  }

  .about-one-business-main-image {
    position: relative;
    right: auto;
  }

  .about-one-success-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-bottom: 40px;
  }

  .about-two-hero-image {
    z-index: 1;
    width: 163%;
    left: auto;
    right: 60px;
  }

  .about-two-growth-paragraph {
    width: 100%;
  }

  .about-two-solve-main {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .about-two-hero-button {
    padding-bottom: 0;
  }

  .about-two-hero-happy-client {
    z-index: 1;
    display: none;
    position: relative;
    top: auto;
    right: auto;
  }

  .service-one-experience-image-three-2 {
    display: none;
  }

  .service-one-hero-image-two {
    display: none;
    position: relative;
    inset: auto auto 0% 25%;
  }

  .service-one-hero-heading {
    max-width: 100%;
  }

  .service-one-experience-one-2 {
    flex-direction: column;
    padding-top: 20px;
  }

  .service-one-hero-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-one-experience-wrapper-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column-reverse;
  }

  .service-one-experience-image-one-2 {
    position: relative;
    top: auto;
    right: auto;
  }

  .service-one-hero-paragraph {
    max-width: 100%;
  }

  .service-one-hero-image-one {
    position: relative;
    left: auto;
    right: auto;
  }

  .service-one-hero-image-three {
    display: none;
    position: relative;
    bottom: auto;
  }

  .home-two-goal-item-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-two-service-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-two-hero-image {
    margin-left: auto;
    margin-right: auto;
  }

  .service-two-hero-text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-two-service-balence-image {
    display: none;
  }

  .home-two-task-item-one {
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-two-solve-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .service-two-service-rating-image {
    display: none;
  }

  .service-three-hero-image {
    flex-direction: column;
    display: flex;
  }

  .service-three-hero-button {
    padding-bottom: 40px;
  }

  .service-three-services {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .para-text-pricing {
    font-size: .9rem;
    line-height: 1.3rem;
  }

  .team-one-hero-image-background-two, .team-one-hero-image-one-background {
    width: 100%;
    height: auto;
  }

  .team-one-members-item.background-green {
    width: 100%;
  }

  .team-one-hero {
    padding-left: 0;
    padding-right: 0;
  }

  .team-one-hero-female-image {
    position: relative;
    bottom: auto;
    left: auto;
  }

  .team-one-hero-image {
    flex-direction: column;
  }

  .team-one-hero-main {
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    padding-bottom: 0;
  }

  .contact-one-form-project {
    padding-bottom: 70px;
  }

  .contact-three-project-image {
    margin-left: 0;
  }

  .contact-three-project-image-one {
    position: relative;
    bottom: 23%;
    right: 0%;
  }

  .contact-three-project-background {
    background-size: cover;
    width: 100%;
    height: auto;
  }

  .contact-three-project-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contact-three-project-image-three, .contact-three-project-image-two {
    display: none;
  }

  .contact-three-project {
    padding-top: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .sign-up-menu {
    flex-direction: column;
  }

  .sign-up-link-button, .sign-up-link-button-two.change-box-shadow {
    justify-content: center;
    min-width: 266px;
    padding-left: 0;
    padding-right: 0;
  }

  .sign-in-image-section {
    padding-bottom: 160px;
  }

  .sign-in-image-one {
    left: 0%;
  }

  .sign-in-image-three {
    display: none;
  }

  .landing-page-template-heading {
    padding-bottom: 40px;
  }

  .landing-page-experience-item-one.border-radius-ten.width-hundred-percent {
    padding-left: 20px;
  }

  .style-guied-color-item {
    flex-direction: column;
  }

  .team-details-member-image {
    left: 5%;
  }

  .team-details-text {
    padding-top: 40px;
  }

  .team-details-member-one-background.background-purple {
    width: 100%;
  }

  .div-block-1756 {
    padding-left: 0;
    padding-right: 0;
  }

  .team-details-hero-main-image {
    width: 100%;
  }

  .team-details-member-heading {
    padding-bottom: 10px;
  }

  .heading-five {
    letter-spacing: 0;
    font-size: 1rem;
    line-height: 1.5625rem;
  }

  .home-one-team-image-background {
    width: 100%;
  }

  .home-one-team-image-background.responsive-background-white {
    height: auto;
  }

  .medium-text.text-align-center {
    line-height: 1.8rem;
  }

  .home-one-connect-image-background {
    background-image: linear-gradient(101deg, #fff, #fff 95%);
    width: 100%;
    height: auto;
  }

  .home-one-video {
    padding-top: 0;
  }

  .home-one-project-heading-one {
    padding-bottom: 20px;
  }

  .home-one-team-image-two {
    display: none;
  }

  .home-one-video-paragraph {
    width: 100%;
  }

  .nav-wrapper {
    justify-content: space-between;
  }

  .home-one-project-top-part {
    flex-direction: column;
  }

  .home-one-about-image-two.background-blur {
    display: none;
    position: relative;
  }

  .home-one-about-image-one {
    position: relative;
    top: auto;
    left: auto;
  }

  .home-one-about-image-wrapper {
    width: 100%;
    height: auto;
    padding: 10px;
  }

  .home-one-project-paragraph-one {
    margin-right: auto;
  }

  .heading-six {
    font-size: .9rem;
    line-height: .9rem;
  }

  .heading-six.change-color-purple.change-line-height {
    display: block;
  }

  .heading-six.responsive-display-none {
    display: none;
  }

  .heading-six.padding-top-bottom.change-color-royal-blue.change-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-one-connect-image-one {
    position: relative;
    bottom: auto;
    left: auto;
  }

  .footer-text {
    font-size: .9rem;
  }

  .footer-text.change-color-white.responsive-align-center, .footer-text.change-color-grey-blue.responsive-align-center {
    text-align: center;
  }

  .home-one-connect-image-three {
    position: relative;
    top: 10px;
    right: auto;
  }

  .home-one-success {
    padding-bottom: 40px;
  }

  .home-one-team-item.border-radius-eight.change-shadow {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .top-hero-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: .9rem;
    line-height: 1.3rem;
  }

  .heading-four {
    font-size: 1.125rem;
    line-height: 1.8125rem;
  }

  .heading-four.change-color-white.home-one-service-item-max-width {
    max-width: 100%;
  }

  .home-one-about-image-three {
    display: none;
    position: relative;
  }

  .home-one-team-image-one {
    position: relative;
    bottom: auto;
    left: auto;
  }

  .home-one-connect-image-two {
    display: none;
  }

  .nav-one-button-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
  }

  .home-one-connect-item-paragraph {
    padding-bottom: 10px;
  }

  .home-one-about-image {
    margin-left: 0;
    margin-right: 0;
  }

  .home-one-services {
    padding-top: 40px;
  }

  .home-one-hero-heading {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .home-one-application-main {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
  }

  .home-one-service-heading {
    width: 100%;
  }

  .home-one-application {
    padding-top: 10px;
  }

  .home-one-connect-modified {
    padding-top: 0;
  }

  .home-one-hero-sub-image-wrapper {
    flex-direction: column;
  }

  .nav-main.remove-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-one-button {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-one-form-text.margin-top::placeholder {
    font-size: .9rem;
    line-height: 1.5rem;
  }

  .footer-one-location, .footer-one-email, .footer-one-email.padding-bootom-twenty {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-1852 {
    min-width: 25px;
    min-height: 25px;
  }

  .footer-one-call {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-two-value {
    padding-top: 70px;
  }

  .footer-two-text.margin-top::placeholder {
    font-size: .9rem;
    line-height: 1.5rem;
  }

  .footer-two-quick-link {
    padding-bottom: 0;
  }

  .home-two-theme {
    padding-top: 40px;
  }

  .footer-two-utility-page {
    padding-bottom: 0;
  }

  .home-two-hero-image-one {
    display: none;
    position: relative;
    left: auto;
  }

  .home-two-hero-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-bottom: 0;
  }

  .home-two-maneger {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-two-hero-image-three {
    display: none;
    position: relative;
    bottom: auto;
    left: auto;
  }

  .home-two-hero-cloud {
    display: none;
  }

  .home-two-maneger-main {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-two-bell-icon {
    display: none;
  }

  .home-two-maneger-heading {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .home-two-customer-review {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-two-maneger-design {
    display: none;
  }

  .footer-two-phone-sales {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-two-value-apps {
    padding-bottom: 30px;
  }

  .home-two-hero {
    display: block;
  }

  .footer-two-copyright-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .home-two-hand-emoji {
    display: none;
  }

  .home-two-goal-heading {
    padding-bottom: 20px;
  }

  .home-two-task-image-two {
    display: none;
    position: relative;
    bottom: auto;
  }

  .footer-two-email-support, .footer-two-email-support.padding-bootom-twenty {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-two-location-icon {
    min-width: 25px;
    min-height: 25px;
  }

  .home-two-hero-image-background {
    width: 100%;
    height: auto;
  }

  .home-two-maneger-small-image {
    display: none;
    position: relative;
    top: auto;
    left: auto;
  }

  .home-two-design {
    display: none;
  }

  .home-two-maneger-main-image {
    position: relative;
    bottom: 0%;
    right: 0%;
  }

  .footer-two-link-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .footer-two-guied {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-two-maneger-image-wrapper, .home-two-task-background {
    background-size: cover;
    width: 100%;
    height: auto;
  }

  .home-two-value-image-two {
    display: none;
    position: relative;
    top: auto;
    right: auto;
  }

  .home-two-value-image-backgound {
    width: 100%;
    height: 100%;
  }

  .footer-two {
    padding-top: 70px;
  }

  .home-two-task {
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: relative;
    top: auto;
    left: auto;
  }

  .home-three-services {
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .footer-three-mail-section-wrapper {
    min-width: 100%;
  }

  .home-three-work-heading-modified {
    max-width: 100%;
  }

  .home-three-sass-service-small-image {
    display: none;
    position: relative;
    left: auto;
  }

  .home-three-task-image-wrapper {
    width: 100%;
    height: auto;
  }

  .footer-three-location {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-three-work-image-wrapper {
    width: 100%;
    height: auto;
  }

  .home-three-service-wrapper-modified {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home-three-red-background {
    width: 100%;
    height: auto;
  }

  .home-three-customer-support {
    flex-direction: column;
    padding-top: 30px;
  }

  .nav-three-call-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-three-logo-section-wrapper {
    height: 180px;
  }

  .home-three-hero-brand {
    padding-bottom: 40px;
  }

  .home-three-hero-rating {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-three-project-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .home-three-sass-service-main-image {
    position: relative;
    bottom: 12%;
    left: -8%;
  }

  .home-three-work {
    padding-top: 70px;
  }

  .home-three-sass-service-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .home-three-hero-container-modified {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-three-menu-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-three-hero-button {
    padding-bottom: 0;
  }

  .home-three-hero-man-image {
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    top: auto;
    left: 0%;
    overflow: hidden;
  }

  .home-three-hero-blue-background {
    width: 100%;
  }

  .home-three-hero-wrapper {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .home-three-project-image-one {
    left: 15%;
  }

  .heading-three {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  .home-three-work-option {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
  }

  .home-three-hero-text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-three-work-main-image {
    position: relative;
    bottom: 8%;
    left: auto;
  }

  .home-three-work-customer {
    display: none;
    position: relative;
    right: auto;
  }

  .home-three-project-heading.overflow-hidden {
    padding-bottom: 10px;
  }

  .home-three-task-small-image {
    display: none;
  }

  .home-three-project-item {
    width: 100%;
  }

  .footer-three-email, .footer-three-email.padding-bootom-twenty {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-three-task-image-one {
    display: none;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .footer-three-call {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-one-business-image-background {
    width: 100%;
    height: auto;
  }

  .about-one-project-heading {
    max-width: 100%;
  }

  .about-one-balence-picture {
    display: none;
    bottom: auto;
    left: auto;
  }

  .about-one-project-paragraph-2 {
    padding-top: 0;
  }

  .about-one-success {
    padding-bottom: 30px;
  }

  .about-one-success-background {
    width: 100%;
    height: auto;
    padding: 10px;
    left: 0%;
  }

  .about-one-hero-main-picture {
    width: 100%;
    height: auto;
  }

  .about-one-experience-paragraph-modified {
    padding-bottom: 30px;
  }

  .about-one-experience-heading {
    max-width: 100%;
  }

  .about-one-future-work {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .about-one-hero-growth {
    display: none;
    position: relative;
    top: auto;
  }

  .about-one-business-small-paragraph-5 {
    padding-bottom: 0;
  }

  .about-one-business-small-paragraph-5.padding-bottom-twenty {
    padding-bottom: 20px;
  }

  .about-one-success-image-one {
    max-width: 300px;
    position: relative;
    left: 0%;
  }

  .about-one-business {
    padding-bottom: 45px;
  }

  .about-one-hero-chat-image {
    top: 50%;
    right: auto;
  }

  .about-one-success-image-two {
    display: none;
    position: relative;
    bottom: 5%;
    right: auto;
  }

  .about-one-work-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-one-image-background {
    width: 100%;
    height: auto;
    padding: 10px;
  }

  .about-two-task-three {
    width: 250px;
  }

  .about-two-task-two {
    width: 150px;
  }

  .about-two-task-image-two {
    display: none;
    position: relative;
    bottom: auto;
  }

  .about-two-value {
    overflow: hidden;
  }

  .about-two-solve {
    padding-top: 70px;
    overflow: hidden;
  }

  .about-two-task-image-three {
    display: none;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .about-two-growth-heading {
    width: 100%;
    padding-bottom: 20px;
  }

  .about-two-help-text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-two-experience-image {
    display: none;
  }

  .about-two-help-image-background {
    width: auto;
    height: auto;
  }

  .about-two-help-heading {
    padding-bottom: 0;
  }

  .about-two-help-image-rating.backdrop-filter.change-padding {
    display: none;
    position: relative;
    bottom: auto;
    left: auto;
  }

  .about-two-hero {
    overflow: hidden;
  }

  .about-two-task-one-main {
    width: 200px;
  }

  .about-two-hero-design {
    display: none;
  }

  .about-two-help {
    padding-top: 70px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .about-two-help-background {
    position: relative;
    bottom: 32%;
    left: 5px;
    right: 0%;
  }

  .about-two-growth-modified {
    overflow: hidden;
  }

  .about-two-hero-design-two {
    display: none;
  }

  .about-two-task-image-background {
    width: auto;
    height: auto;
  }

  .service-one-operation-background-image {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    left: auto;
  }

  .service-ine-experience-line {
    margin-bottom: 10px;
  }

  .service-one-hero-background-image {
    width: 100%;
    height: auto;
  }

  .service-one-experience {
    padding-bottom: 70px;
  }

  .service-one-customer {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-one-experience-image-background {
    width: 100%;
    height: auto;
    padding: 10px;
    top: auto;
    left: auto;
  }

  .service-one-hero {
    padding-top: 20px;
    padding-bottom: 70px;
  }

  .service-one-development {
    padding-bottom: 0;
  }

  .service-one-development-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: center;
    padding-top: 0;
  }

  .service-one-service-modified {
    padding-bottom: 70px;
  }

  .about-three-hero-image-three {
    padding-top: 10px;
  }

  .about-three-hero-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .about-three-banner-image-wrapper {
    width: auto;
  }

  .about-three-hero-image-one {
    padding-bottom: 30px;
    top: auto;
    bottom: auto;
    left: 100px;
  }

  .about-three-hero-image-four {
    padding-top: 10px;
    left: auto;
  }

  .hero-image {
    display: none;
  }

  .about-three-hero-image-two {
    padding-top: 30px;
    padding-bottom: 20px;
    position: relative;
    top: auto;
    right: auto;
  }

  .about-three-man-wrapper {
    width: auto;
  }

  .about-three-man-main {
    position: absolute;
    top: -16%;
  }

  .about-three-help {
    padding-bottom: 20px;
  }

  .about-three-help-image-background {
    width: 100%;
    height: auto;
  }

  .about-three-paragraph {
    padding-bottom: 20px;
  }

  .about-three-project-service {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
  }

  .about-three-project-button {
    padding-bottom: 30px;
  }

  .about-three-solve-image-background {
    background-image: none;
    width: 100%;
    height: auto;
  }

  .solve-image-one {
    top: 0%;
    left: auto;
  }

  .about-three-design {
    display: none;
  }

  .about-two-red-line {
    width: 100px;
  }

  .about-two-red-line.chnage-size-two {
    width: 200px;
  }

  .about-two-task-heading {
    padding-bottom: 0;
  }

  .about-three-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-three-brand-main-image {
    left: auto;
  }

  .about-three-image-one {
    display: none;
  }

  .about-thtee-image-background {
    height: auto;
  }

  .footer-three-form-wrapper {
    min-width: 100%;
  }

  .footer-three-option-link-three {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-three-social-media-wrapper {
    height: 180px;
  }

  .footer-three-option-link-two, .footer-three-option-link-two.padding-bootom-twenty, .footer-three-option-link-one {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-two-solve-image-one {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    top: 0%;
    left: 0%;
  }

  .service-two-solve-image-wrapper {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    height: auto;
  }

  .service-two-customer-wraper {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-two-hero-rating {
    display: none;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .service-two-hero {
    background-image: radial-gradient(circle at 0 100%, #efeaff, #e3fcf4);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .service-two-hero-image-icon {
    display: none;
  }

  .service-two-hero-image-two.backdrop-filter.change-padding {
    display: none;
    position: relative;
    top: 0%;
    left: 0%;
  }

  .service-two-hero-image-background {
    width: 100%;
    height: auto;
  }

  .home-two-task-paragraph-modified {
    padding-bottom: 20px;
  }

  .service-two-solve-section {
    padding-top: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .service-two-solve-image-two {
    padding-left: 15px;
    padding-right: 15px;
    display: none;
    bottom: 0%;
  }

  .service-two-solve-image-three {
    display: none;
  }

  .service-two-hero-main-image {
    position: relative;
    inset: 0 auto 0 0;
  }

  .service-three-hero-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .service-three-service-details {
    max-width: 100%;
  }

  .servicethree-service-option-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-there-strategy-image-one {
    position: relative;
    top: auto;
    left: 0%;
  }

  .service-three-strategy-image-two {
    position: relative;
    top: 10px;
    bottom: auto;
    right: auto;
  }

  .service-three-srtategy-background {
    background-image: linear-gradient(117deg, #fff, #fff 93%);
    width: 100%;
    height: auto;
    left: auto;
  }

  .service-three-solution-image-four {
    position: relative;
    top: 10px;
    bottom: auto;
    right: auto;
  }

  .service-three-solution-image-one {
    position: relative;
    top: auto;
    left: auto;
  }

  .service-three-image-background {
    background-image: linear-gradient(225deg, #fff0, #fff0);
    width: 100%;
    height: auto;
  }

  .service-three-solution-image-five {
    display: none;
  }

  .pricing-one-strategy-backgroung {
    background-image: linear-gradient(127deg, #fff, #fff);
    width: 100%;
    height: auto;
  }

  .pricing-one-stategy-image-one {
    width: 100%;
    padding-bottom: 10px;
    position: relative;
    top: 0%;
  }

  .pricing-one-strategy-image-two, .pricing-one-stategy-image-three {
    position: relative;
  }

  .pricing-one-stategy-image-three.backdrop-filter.change-padding {
    display: none;
  }

  .pricing-one-plan-section {
    padding-bottom: 70px;
  }

  .pricing-one-hero-container {
    padding-bottom: 350px;
  }

  .contact-one-project-link-modified {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-one-project-container-modified {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contact-one-tal-graph {
    display: none;
    position: relative;
    top: 50%;
    right: 0%;
  }

  .contact-one-talk-main-image {
    position: relative;
    bottom: 5%;
    left: auto;
  }

  .contact-one-image-three {
    top: 50%;
    left: 0%;
  }

  .contact-one-talk-background {
    width: 100%;
    height: auto;
  }

  .blog-two-hero-paragraph-new {
    padding-bottom: 20px;
  }

  .blog-two-image-arrow {
    justify-content: center;
    display: flex;
  }

  .blog-two-main-image-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .blog-two-main-image-thambnail {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
  }

  .landing-page-figma-hand-design.overflow-hidden {
    display: none;
  }

  .contact-two-hero {
    padding-bottom: 180px;
  }

  .contact-two-form-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 0;
  }

  .contact-two-button {
    padding-top: 20px;
  }

  .conatct-two-hero-hand {
    display: none;
  }

  .contact-three-hero {
    padding-bottom: 230px;
  }

  .contact-three-big-massage {
    padding-bottom: 20px;
  }

  .contact-three-form-item-one-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 0;
  }

  .contact-three-project-text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .utility-page-content {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .utility-page-content.padding-top {
    padding-top: 40px;
  }

  .utility-page-form {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .plug-two {
    display: none;
    position: absolute;
    top: 55%;
    right: -100%;
  }

  .plug-one {
    display: none;
    top: 55%;
    left: -100%;
  }

  .four-zero-four-main {
    padding-top: 0;
  }

  .error-hero-design-two {
    display: none;
  }

  .form-field-wrapper {
    border-width: 0;
    flex-direction: column;
    width: 100%;
    padding-left: 5px;
  }

  .password-text.padding-change.chnage-button {
    border-color: #0000001a;
    border-radius: 30px;
    height: 53px;
  }

  .button-gredient.button-font.button-padding.button-round.button-full-width {
    width: 100%;
  }

  .password-hero-circle, .password-hero-image {
    display: none;
  }

  .home-three-customer-support-item {
    border-right-color: #fff0;
  }

  .blog-one-item-date {
    z-index: 9;
    position: relative;
  }

  .home-one-marque {
    padding-bottom: 40px;
  }

  .saslab {
    object-fit: contain;
  }

  .home-three-nav {
    padding-top: 15px;
  }

  .play-button {
    bottom: 20px;
    right: 20px;
  }

  .home-three-green-icon {
    display: none;
  }

  .home-one-service-item-new, .home-one-service-icon-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-two-card-details {
    padding-top: 0;
  }
}

#w-node-_864cac8c-f5ca-0344-f88b-a9fb07db4d79-1190c033, #w-node-_864cac8c-f5ca-0344-f88b-a9fb07db4d7e-1190c033, #w-node-_864cac8c-f5ca-0344-f88b-a9fb07db4d83-1190c033, #w-node-_864cac8c-f5ca-0344-f88b-a9fb07db4d88-1190c033, #w-node-_864cac8c-f5ca-0344-f88b-a9fb07db4d8d-1190c033, #w-node-_864cac8c-f5ca-0344-f88b-a9fb07db4d92-1190c033, #w-node-_864cac8c-f5ca-0344-f88b-a9fb07db4d97-1190c033, #w-node-_864cac8c-f5ca-0344-f88b-a9fb07db4d9c-1190c033, #w-node-_864cac8c-f5ca-0344-f88b-a9fb07db4da1-1190c033, #w-node-_864cac8c-f5ca-0344-f88b-a9fb07db4da6-1190c033, #w-node-_864cac8c-f5ca-0344-f88b-a9fb07db4dab-1190c033, #w-node-_864cac8c-f5ca-0344-f88b-a9fb07db4db0-1190c033, #w-node-_864cac8c-f5ca-0344-f88b-a9fb07db4db5-1190c033, #w-node-_864cac8c-f5ca-0344-f88b-a9fb07db4dba-1190c033, #w-node-_864cac8c-f5ca-0344-f88b-a9fb07db4dbf-1190c033, #w-node-_864cac8c-f5ca-0344-f88b-a9fb07db4dc4-1190c033, #w-node-_864cac8c-f5ca-0344-f88b-a9fb07db4dc9-1190c033, #w-node-_2c9ea606-fd86-3dcb-3e88-adbb1c87b625-1190c033, #w-node-_864cac8c-f5ca-0344-f88b-a9fb07db4dd9-1190c033, #w-node-_85cc9d9f-7b9e-7455-06a7-7fac0b5ac9bc-1190c033, #w-node-_864cac8c-f5ca-0344-f88b-a9fb07db4ddf-1190c033, #w-node-_174e5c1b-8656-89a4-443f-4f68548141ff-1190c033, #w-node-_864cac8c-f5ca-0344-f88b-a9fb07db4de5-1190c033, #w-node-_34a753be-3a56-07da-3a30-49315f539369-1190c033, #w-node-_864cac8c-f5ca-0344-f88b-a9fb07db4deb-1190c033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_204220f9-e02c-b760-898e-11fc31022150-91a4b565 {
  justify-self: center;
}

#w-node-_204220f9-e02c-b760-898e-11fc31022195-91a4b565 {
  justify-self: end;
}

#w-node-_03e66509-6eb4-cdee-618f-ddd949ba5b44-1190c05a, #w-node-_7007ebdd-19b5-18f4-88bd-c31e7ae305f7-1190c05a, #w-node-_8471f58c-ccf4-b5e6-1226-968e62046e0f-1190c05a, #w-node-_2c7e0387-4239-d36d-ce35-5c3bc003a725-1190c05a, #w-node-d640e637-6a4f-c3b4-da89-6bc1cd8ad4f4-1190c05a, #w-node-_2baa2337-3fff-e162-a145-1059a5f67df1-1190c05a, #w-node-_613406f7-1795-f183-8978-ad9afddb402d-1190c05a, #w-node-af193370-c4bf-7f0b-0d80-e63e55e1b551-1190c05a, #w-node-b740d5b9-7209-ac4d-6ce3-9f0b23dcc9c2-1190c07c, #w-node-b740d5b9-7209-ac4d-6ce3-9f0b23dcc9cd-1190c07c, #w-node-b740d5b9-7209-ac4d-6ce3-9f0b23dcc9d8-1190c07c, #w-node-b740d5b9-7209-ac4d-6ce3-9f0b23dcc9e3-1190c07c, #w-node-b740d5b9-7209-ac4d-6ce3-9f0b23dcc9ee-1190c07c, #w-node-b740d5b9-7209-ac4d-6ce3-9f0b23dcc9f9-1190c07c, #w-node-f22ea3e9-a630-6fed-0492-14be6e5e4ef0-1190c07c, #w-node-_8ffdfb92-9bee-584d-97c8-fdcb842b13fc-1190c07c, #w-node-_96e3b9e3-47de-dd16-6ea7-ab7384e4cf7f-1190c07c, #w-node-_3c7fae69-e17f-7d62-a088-67043fb2e823-1190c07c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_546134d9-fa18-9042-1c6c-28b2c143b17d-af718ef0 {
  justify-self: center;
}

#w-node-_546134d9-fa18-9042-1c6c-28b2c143b1c2-af718ef0 {
  justify-self: end;
}

#w-node-_3e18b374-735d-9c84-7ac5-877b6c931254-3f776a58 {
  justify-self: center;
}

#w-node-_3e18b374-735d-9c84-7ac5-877b6c931299-3f776a58 {
  justify-self: end;
}

#w-node-_2c5c5782-ffcb-8575-1b88-eaf1add5a3e7-1190c105, #w-node-_2c5c5782-ffcb-8575-1b88-eaf1add5a3f0-1190c105, #w-node-_2c5c5782-ffcb-8575-1b88-eaf1add5a3f9-1190c105, #w-node-_2c5c5782-ffcb-8575-1b88-eaf1add5a402-1190c105, #w-node-_2c5c5782-ffcb-8575-1b88-eaf1add5a40b-1190c105, #w-node-_2c5c5782-ffcb-8575-1b88-eaf1add5a414-1190c105, #w-node-_71e10b50-bfe6-45b2-363f-f2320d225e77-1190c106, #w-node-_71e10b50-bfe6-45b2-363f-f2320d225e78-1190c106, #w-node-_7b77a522-752e-fe8b-fb0f-f73a946407e0-1190c106, #w-node-_7b77a522-752e-fe8b-fb0f-f73a946407e1-1190c106, #w-node-_71e10b50-bfe6-45b2-363f-f2320d225e9b-1190c106, #w-node-_71e10b50-bfe6-45b2-363f-f2320d225e9c-1190c106, #w-node-_71e10b50-bfe6-45b2-363f-f2320d225eac-1190c106, #w-node-_71e10b50-bfe6-45b2-363f-f2320d225ece-1190c106, #w-node-_71e10b50-bfe6-45b2-363f-f2320d225ed4-1190c106, #w-node-_71e10b50-bfe6-45b2-363f-f2320d225eda-1190c106, #w-node-_71e10b50-bfe6-45b2-363f-f2320d225ee0-1190c106, #w-node-_3754749a-5a9c-3dbd-c409-1eb8782f040a-1190c107, #w-node-_6d3f4c39-885f-247d-4e2b-046df13b25f9-1190c108, #w-node-e49e0c7a-97ec-2c01-e3e3-144a8d2137c7-1190c108, #w-node-cfb38c17-79e4-fced-f9d8-db4495734b43-1190c108, #w-node-e49e0c7a-97ec-2c01-e3e3-144a8d2137d4-1190c108, #w-node-_33d3772a-b0c7-10d1-4400-2b6043f5b2bd-1190c108, #w-node-e49e0c7a-97ec-2c01-e3e3-144a8d2137e1-1190c108, #w-node-_24227fa7-c39c-f635-3d74-cc809c6ec604-1190c108, #w-node-e49e0c7a-97ec-2c01-e3e3-144a8d2137ee-1190c108, #w-node-_7c82ae7b-bfcf-73e1-20aa-f4608322ad93-1190c10a, #w-node-_7c82ae7b-bfcf-73e1-20aa-f4608322ad9d-1190c10a, #w-node-_7c82ae7b-bfcf-73e1-20aa-f4608322ada7-1190c10a, #w-node-_7c82ae7b-bfcf-73e1-20aa-f4608322adb1-1190c10a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5695169e-a275-b4aa-47f5-5be6a26ec6f0-1190c10b, #w-node-bd20be0d-babb-b39a-1982-2565670a2fb1-1190c10b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ce0fc86c-01a8-e07e-d3af-2494e7b557e2-1190c10c, #w-node-d16810de-ebce-d9fc-5ae0-28400d105f24-1190c12a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_204220f9-e02c-b760-898e-11fc31022150-91a4b565, #w-node-_546134d9-fa18-9042-1c6c-28b2c143b17d-af718ef0, #w-node-_3e18b374-735d-9c84-7ac5-877b6c931254-3f776a58 {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_204220f9-e02c-b760-898e-11fc31022150-91a4b565 {
    justify-self: center;
  }

  #w-node-_204220f9-e02c-b760-898e-11fc31022195-91a4b565 {
    justify-self: end;
  }

  #w-node-_546134d9-fa18-9042-1c6c-28b2c143b17d-af718ef0 {
    justify-self: center;
  }

  #w-node-_546134d9-fa18-9042-1c6c-28b2c143b1c2-af718ef0 {
    justify-self: end;
  }

  #w-node-_3e18b374-735d-9c84-7ac5-877b6c931254-3f776a58 {
    justify-self: center;
  }

  #w-node-_3e18b374-735d-9c84-7ac5-877b6c931299-3f776a58 {
    justify-self: end;
  }
}


