@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --secondary-color: #899cb3;
  --body-color: #e3edf7;
  --black-color: #201d24;
  --primary-color: #0161ff;
  --border-radius: 12px;
  --them-color: #e3edf7;
  --white-color: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--secondary-color);
  text-decoration: none;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

.body {
  background-color: var(--body-color);
  color: var(--black-color);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.hero-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-text-block {
  z-index: 0;
  color: #e3edf7;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 4px 3px 15px #7fa3c74d, -6px -6px 10px #f5f9fc;
  font-size: 130px;
  font-weight: 700;
  line-height: 138px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 15%;
  transform: rotate(-90deg);
}

.hero-span {
  color: var(--primary-color);
}

.hero-section-data {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  flex: none;
  width: 50%;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.hero-heading-data {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.paragraph-data-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.gradient-button {
  z-index: 1;
  border-radius: var(--border-radius);
  background-color: #fff0;
  background-image: linear-gradient(103deg, var(--them-color), var(--white-color));
  color: var(--black-color);
  align-items: center;
  padding: 20px 28px;
  font-weight: 700;
  display: flex;
  position: relative;
  box-shadow: 4px 3px 15px #7fa3c74d, -6px -6px 10px #f5f9fc;
}

.gradient-button.portfolio-button {
  padding: 14px 20px;
  display: inline-block;
}

.gradient-button.portfolio-button.testemonial-button {
  margin-top: -20px;
}

.button-span {
  font-family: "Fa Solid 900", sans-serif;
}

.hero-image-data {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-image-box {
  background-image: linear-gradient(103deg, var(--them-color), var(--white-color));
  border-radius: 50%;
  padding: 15px;
  box-shadow: 4px 3px 15px #7fa3c74d, 0 0 0 3px #fff;
}

.image-box {
  z-index: 2;
  background-image: linear-gradient(135deg, var(--them-color), var(--white-color));
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 405px;
  height: 405px;
  display: flex;
  position: relative;
  box-shadow: 4px 3px 15px #7fa3c74d;
}

.hero-image {
  border-radius: 44555px;
  height: 130%;
  position: absolute;
  bottom: 0%;
}

.hero-icon-box {
  z-index: 3;
  background-image: linear-gradient(180deg, var(--them-color), var(--white-color));
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 25px;
  display: flex;
  position: absolute;
  inset: auto -2% 3% auto;
  box-shadow: -1px -2px 10px #f5f9fc;
}

.button-hover-box {
  z-index: 0;
  background-color: #fff0;
  background-image: linear-gradient(-141deg, #0fa8e4, var(--primary-color));
  border-radius: 8px;
  width: 0%;
  height: 100%;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.button-box-data {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.button-text {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-transform: capitalize;
  font-family: Open Sans, sans-serif;
  display: flex;
  position: relative;
}

.about-us-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.about-section-data {
  flex-direction: column;
  width: 100%;
  max-width: 512px;
  display: flex;
}

.about-key-data {
  padding-top: 40px;
}

.about-grid {
  grid-column-gap: 112px;
  grid-row-gap: 160px;
  grid-template-rows: auto;
}

.about-image-box {
  background-image: linear-gradient(103deg, var(--them-color), var(--white-color));
  border-radius: 50%;
  align-self: baseline;
  margin-bottom: 28px;
  padding: 5px;
  box-shadow: 4px 3px 15px #7fa3c74d, 0 0 0 2px #fff;
}

.about-box {
  background-image: linear-gradient(135deg, var(--them-color), var(--white-color));
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  display: flex;
  position: relative;
  box-shadow: 4px 3px 15px #7fa3c74d;
}

.about-image {
  border-radius: 1000px;
  height: 125%;
  position: absolute;
  inset: auto 0% 0%;
}

.about-key-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.about-key-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.about-key-box.top-right {
  transform: none;
}

.about-key-data-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--black-color);
  text-align: left;
  border-left: 4px #201d2433;
  font-size: 50px;
  font-weight: 500;
  line-height: 58px;
}

.text-block {
  color: var(--black-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.about-me-number {
  font-size: 52px;
}

.fill-border {
  background-color: var(--black-color);
  width: 4px;
  height: 0%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.section-heading {
  color: var(--black-color);
  font-size: 40px;
  line-height: 52px;
}

.service-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.service-card {
  border-radius: var(--border-radius);
  background-image: none;
  flex-direction: column;
  flex: none;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  display: flex;
  box-shadow: 4px 3px 15px #7fa3c74d, -6px -6px 10px #f5f9fc;
}

.section-heading-pink {
  color: var(--primary-color);
}

.service-name {
  font-size: 20px;
  line-height: 26px;
}

.service-ttile-wrapper {
  text-align: center;
  width: 100%;
  max-width: 550px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.service-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.service-grid-col {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.service-icon {
  border-radius: 10px;
  flex: none;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  padding: 12px;
  box-shadow: inset 2px 2px 7px #31456a2e, inset -1px -1px #ffffff2e, inset -3px -2px 5px #ffffffa8;
}

.service-desc-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.skill-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: var(--border-radius);
  background-image: linear-gradient(103deg, #e3edf7, #fff);
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
  display: flex;
  box-shadow: 4px 3px 15px #7fa3c74d, -6px -6px 10px #f5f9fc;
}

.skill-img {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.image {
  object-fit: contain;
}

.skill-section {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.skill-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.skill-titme-wrapper {
  text-align: center;
  width: 100%;
  max-width: 550px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.skill-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.work-card {
  flex: none;
  width: 50%;
  height: 70%;
  min-height: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.counter-block {
  align-items: center;
  display: flex;
  overflow: hidden;
}

.key-metrics-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: var(--border-radius);
  background-image: linear-gradient(103deg, #e3edf7, #fff);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  box-shadow: 4px 3px 15px #00000026, -6px -6px 10px #f5f9fc;
}

.key-metrics-grid {
  grid-column-gap: 23px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.key-metrics-text {
  color: #201d24;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}

.numbers {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.number {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.key-metrics {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.number-main-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #201d24;
  flex-direction: column;
  justify-content: flex-start;
  height: 46px;
  display: flex;
}

.testimonail-arrow {
  width: 40px;
  position: relative;
}

.slide-nav {
  display: none;
}

.testimonail-image-block {
  background-image: url('../images/profile-1_1profile 1.webp'), linear-gradient(103deg, #e3edf7, #fff);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  width: 100%;
  max-width: 420px;
  min-height: 420px;
  box-shadow: -6px -6px 10px #f5f9fc, 4px 3px 15px #00000026;
}

.testimonail-image-block._01 {
  background-image: url('../images/troy-1.webp'), linear-gradient(103deg, #e3edf7, #fff);
  background-position: 50%, 0 0;
  box-shadow: -6px -6px 10px #f5f9fc, 4px 3px 15px #00000026;
}

.testimonail-image-block._02 {
  background-image: url('../images/Brittany-Blockman.webp'), linear-gradient(103deg, #e3edf7, #fff);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.testimonail-image-block._03 {
  background-image: url('../images/manja-boris.webp'), linear-gradient(103deg, #e3edf7, #fff);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.testimonail-slider {
  background-color: #ddd0;
  height: auto;
}

.testimonail-right-block {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-direction: column;
  width: 50%;
  margin-bottom: 90px;
  padding-top: 0;
  padding-bottom: 48px;
  display: flex;
}

.testimonail-wrap-block {
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 0;
  display: flex;
}

.left-arrow {
  background-image: linear-gradient(103deg, #e3edf7, #fff);
  border-radius: 0 50px 50px;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 50px;
  margin-bottom: 50px;
  display: flex;
  inset: auto 0 0 110px;
  box-shadow: -6px -6px 10px #f5f9fc, 4px 3px 15px #00000026;
}

.testimonail-writer-name {
  margin-bottom: 12px;
  font-size: 20px;
}

.testimonail-text {
  color: #201d24;
  font-size: 20px;
  line-height: 24px;
}

.testimonail-text.boris {
  margin-bottom: 0;
}

.testimonail-left-block {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.testimonail-left-block.boris-photo {
  padding-top: 30px;
}

.right-arrow {
  background-image: linear-gradient(103deg, #e3edf7, #fff);
  border-radius: 50px 0 50px 50px;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 50px;
  margin-bottom: 50px;
  display: flex;
  inset: auto 0 0% 380px;
  box-shadow: 3px 4px 15px #00000026, -6px -6px 10px #f5f9fc;
}

.tesstimonial {
  padding-top: 60px;
  padding-bottom: 60px;
}

.contact-form-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 370px;
  margin-bottom: 0;
  display: flex;
}

.contact-success-msg {
  color: #201d24;
}

.success-message {
  background-color: #ddd0;
  border-radius: 10px;
  width: 100%;
  box-shadow: 6px 6px 10px #00000026, -6px -6px 10px #f5f9fc;
}

.contact-cards-right {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: var(--border-radius);
  background-image: none;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  display: flex;
  box-shadow: -6px -6px 10px #f5f9fc, 6px 6px 10px #00000026;
}

.contact-btn {
  position: relative;
}

.contact-input-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.contact-form {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contact-text-field {
  color: #201d24;
  background-color: #e9f1f9;
  border: 1px #000;
  border-radius: 50px;
  margin-bottom: 0;
  padding: 24px 20px;
  font-size: 20px;
  line-height: 22px;
  transition: all .3s;
  box-shadow: 4px 3px 7px #00000026, -6px -6px 10px -1px #ffffffb3;
}

.contact-text-field:active, .contact-text-field:focus {
  box-shadow: inset 6px 6px 10px -1px #00000026, inset -6px -6px 10px -1px #ffffffb3;
}

.contact-text-field::placeholder {
  font-size: 16px;
  line-height: 22px;
}

.contact-text-field.h-100 {
  border-radius: 20px;
  height: 130px;
}

.contact-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-left: 200px;
  margin-right: 200px;
}

.contact-us {
  padding-top: 60px;
  padding-bottom: 60px;
}

.error-message {
  color: #201d24;
}

.submit-gradient-button {
  z-index: 2;
  color: #201d24;
  background-color: #3898ec00;
  background-image: linear-gradient(103deg, #e3edf7, #fff);
  border-radius: 8px;
  align-items: center;
  padding: 20px 28px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  position: relative;
  box-shadow: 4px 3px 15px #7fa3c74d, -6px -6px 10px #f5f9fc;
}

.submit-gradient-button.form {
  border-radius: var(--border-radius);
  background-image: none;
  padding: 16px 46px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.submit-button-hover-box {
  z-index: 1;
  background-color: #fff0;
  background-image: linear-gradient(-141deg, #0fa8e4, var(--primary-color));
  border-radius: 8px;
  width: 0%;
  height: 100%;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.footer-section {
  background-image: linear-gradient(90deg, var(--body-color), white 50%, var(--body-color));
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-block {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.rights-text {
  color: #899cb3;
  font-size: 16px;
}

.text-span {
  white-space: nowrap;
  margin-left: 20px;
  font-family: Roboto, sans-serif;
  display: inline-block;
}

.menu-button {
  z-index: 9999;
  background-color: #e3edf7;
  background-image: none;
  border: 1px solid #0000;
  border-radius: 50px;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 21px;
  font-family: "Fa Brands 400", sans-serif;
  text-decoration: none;
  transition: border-color .3s ease-in-out, color .3s ease-in-out, box-shadow .3s;
  display: flex;
  box-shadow: -6px -6px 10px -1px #ffffffb3, 6px 6px 10px -1px #00000026;
}

.menu-button:hover {
  color: #000;
  background-color: #e3edf7;
  border-color: #ffffff26;
  box-shadow: 0 12px 10px -10px #0000000d, .5px .5px #00000026, -.5px -.5px #fff, inset -6px -6px 10px -1px #ffffffb3, inset 6px 6px 10px -1px #00000026;
}

.menu-button.w--open {
  color: #000;
  background-color: #e3edf7;
}

.nav-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  box-shadow: none;
  text-transform: capitalize;
  background-image: none;
  margin-left: 0;
  margin-right: 0;
  font-family: "Fa Solid 900", sans-serif;
  text-decoration: none;
  transition: none;
  display: inline-block;
}

.nav-links:hover {
  box-shadow: none;
  color: #000;
  background-color: #e3edf700;
}

.nav-links.w--open {
  color: #000;
  background-color: #e3edf7;
  margin-left: 20px;
  margin-right: 20px;
}

.nav-link {
  color: #201d24;
  text-align: left;
  text-transform: capitalize;
  white-space: nowrap;
  background-color: #e3edf7;
  background-image: none;
  border: 1px solid #0000;
  border-radius: 50px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 20px;
  padding: 20px;
  font-family: "Fa Solid 900", sans-serif;
  text-decoration: none;
  transition: border-color .3s ease-in-out, color .3s ease-in-out, box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: -6px -6px 10px -1px #ffffffb3, 6px 6px 10px -1px #00000026;
}

.nav-link:hover {
  color: #000;
  background-color: #e3edf7;
  border-color: #ffffff26;
  box-shadow: 0 12px 10px -10px #0000000d, .5px .5px #00000026, -.5px -.5px #fff, inset -6px -6px 10px -1px #ffffffb3, inset 6px 6px 10px -1px #00000026;
}

.nav-link.w--current {
  background-image: none;
}

.nav-link.w--open {
  color: #000;
  background-color: #e3edf7;
  margin-left: 20px;
  margin-right: 20px;
}

.section-small-heading {
  color: var(--black-color);
  margin-bottom: 28px;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  overflow: hidden;
}

.project-content-heading {
  color: var(--primary-color);
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 30px;
}

.project-content-text {
  font-size: 16px;
}

.div-block-6 {
  width: 50px;
}

._404-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

._404-page-content {
  box-shadow: none;
  text-align: center;
  background-image: none;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  display: flex;
}

._404-heading {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 52px;
}

.text-span-2 {
  font-family: "Fa Solid 900", sans-serif;
}

.project-content-bg {
  z-index: 0;
  background-color: var(--them-color);
  width: 100%;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.project-card {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  border-radius: var(--border-radius);
  color: var(--black-color);
  background-image: linear-gradient(119deg, #e3edf7, #fff);
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
  box-shadow: -6px -6px 10px #f5f9fc, 4px 3px 15px #7fa3c74d;
}

.project-content-block {
  width: 100%;
  max-width: 50%;
  position: relative;
}

.project-content {
  z-index: 1;
  flex-wrap: wrap;
  margin-top: 22px;
  margin-bottom: 30px;
  position: relative;
}

.project-image-box {
  border-radius: var(--border-radius);
  flex: none;
  align-self: stretch;
  width: 100%;
  max-width: 50%;
  overflow: hidden;
}

.top-bar-hm5, .middle-bar-hm5, .bottom-bar-hm5 {
  background-color: var(--black-color);
  border-radius: 8px;
  flex: none;
  width: 16px;
  height: 3px;
  margin-top: 1px;
  margin-bottom: 1px;
}

.cross-bar-1-hm5, .cross-bar-2-hm5 {
  background-color: var(--black-color);
  border-radius: 8px;
  width: 16px;
  height: 3px;
  display: none;
  position: absolute;
  inset: auto auto 47%;
}

.dropdown-list {
  background-color: #dddddd03;
  flex-direction: column;
  align-items: flex-start;
  height: 0;
  overflow: hidden;
}

.dropdown-list.w--open {
  height: auto;
  display: flex;
  overflow: visible;
}

.navbar {
  z-index: 9999;
  position: fixed;
  inset: 2% auto auto 2%;
}

.about-key-metrics-block {
  border-radius: var(--border-radius);
  background-image: linear-gradient(103deg, #e3edf7, #fff);
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 3px 15px #00000026, -6px -6px 10px #f5f9fc;
}

.about-key-metrics-block.top-right {
  transform: translate(0, -80px);
}

.testmonial-arrow-hover-box {
  z-index: 0;
  background-color: #fff0;
  background-image: linear-gradient(-141deg, #0fa8e4, var(--primary-color));
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 0%;
  height: 100%;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.testmonial-arrow-hover-box.left {
  background-image: linear-gradient(-141deg, #0fa8e4, var(--primary-color));
  inset: 0% 0% 0% auto;
}

.white-arrow {
  z-index: 10;
  width: 40px;
  height: auto;
  position: absolute;
  top: 4px;
}

.portfolio-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.project-padding-block {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.service-text {
  color: var(--secondary-color);
  text-align: left;
  height: auto;
  font-size: 16px;
}

.number-plus {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.about-paragraph {
  color: var(--secondary-color);
  max-width: 650px;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 24px;
}

.portfolio-tabs {
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.portfolio-tabs-menu {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border-radius: var(--border-radius);
  background-color: #e3edf7;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 20px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 6px 6px 10px -1px #00000026;
}

.portfolio-tab-link {
  border-radius: var(--border-radius);
  color: var(--secondary-color);
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
  transition: border-color .3s ease-in-out, color .3s ease-in-out, box-shadow .3s;
}

.portfolio-tab-link:hover {
  background-image: linear-gradient(103deg, #e3edf7, #fff);
  border-color: #ffffff26;
  box-shadow: 0 12px 10px -10px #0000000d, .5px .5px #00000026, -.5px -.5px #fff, inset -6px -6px 10px -1px #ffffffb3, inset 6px 6px 10px -1px #00000026;
}

.portfolio-tab-link.w--current {
  color: var(--primary-color);
  background-color: #fff0;
  background-image: linear-gradient(103deg, #e3edf7, #fff);
  box-shadow: 0 12px 10px -10px #0000000d, .5px .5px #00000026, -.5px -.5px #fff, inset -6px -6px 10px -1px #ffffffb3, inset 6px 6px 10px -1px #00000026;
}

.portfolio-tabs-content {
  overflow: visible;
}

.project-text-data {
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  display: inline-block;
  box-shadow: inset -1px -1px #ffffff2e, inset -3px -2px 5px #ffffffa8, inset 2px 2px 7px #31456a2e;
}

.portfolio-card-data {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.portfolio-image, .portfolio-image._4 {
  object-position: 50% 50%;
}

.feature-arrow {
  display: none;
}

.portfolio-tabs-box {
  position: relative;
}

.image-2 {
  width: 16px;
  height: 16px;
  margin-left: 0;
}

.footer-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  line-height: 28px;
  display: flex;
}

.link-block {
  width: 170px;
}

.text-span-3 {
  color: var(--primary-color);
}

.bold-text {
  color: var(--primary-color);
  font-size: 24px;
}

.text-span-4 {
  color: var(--primary-color);
}

.text-block-2 {
  margin-bottom: 12px;
  font-size: 20px;
}

.text-block-3 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
}

.text-span-5 {
  color: var(--primary-color);
  font-size: 24px;
}

.text-block-4 {
  font-size: 20px;
  font-weight: 700;
}

.text-block-5 {
  font-size: 20px;
}

.text-block-6 {
  font-size: 20px;
  font-weight: 700;
}

.bold-text-2 {
  font-size: 24px;
}

.page-wrapper {
  width: 100%;
  overflow: hidden;
}

.text-span-6 {
  color: var(--primary-color);
}

.text-block-7, .text-block-8, .text-block-9, .bold-text-3 {
  font-size: 20px;
}

.hero-paragraph-2 {
  color: #899cb3;
  max-width: 650px;
  font-size: 20px;
}

.hero-section-2 {
  background-image: linear-gradient(90deg, #e3edf7, #fdfeff);
  padding-top: 170px;
  padding-bottom: 170px;
  position: relative;
}

.hero-icon-box-2 {
  z-index: 20;
  background-image: linear-gradient(#e3edf7, #fff);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 25px;
  display: flex;
  position: absolute;
  inset: auto -2% 3% auto;
  box-shadow: -2px -2px 4px #f5f9fc;
}

.hero-icon-box-2._01 {
  inset: -5% auto auto -8%;
}

.hero-icon-box-2._02 {
  inset: auto auto -6% -13%;
}

.button-hover-box-2 {
  z-index: 0;
  background-color: #fff0;
  background-image: linear-gradient(-141deg, #0fa8e4, #0161ff);
  border-radius: 8px;
  width: 0%;
  height: 100%;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.hero-heading-2 {
  color: #201d24;
  font-size: 82px;
  line-height: 90px;
}

.hero-small-heading-2 {
  color: #201d24;
  text-transform: capitalize;
  white-space: nowrap;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  position: absolute;
  overflow: hidden;
}

.button-text-2 {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-transform: capitalize;
  display: flex;
  position: relative;
}

.gradient-button-2 {
  z-index: 1;
  color: #201d24;
  background-color: #fff0;
  background-image: linear-gradient(103deg, #e3edf7, #fff);
  border-radius: 12px;
  align-items: center;
  padding: 20px 28px;
  font-weight: 700;
  display: flex;
  position: relative;
  box-shadow: 4px 3px 15px #7fa3c74d, -6px -6px 10px #f5f9fc;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.div-block-9 {
  height: 50px;
  position: relative;
  overflow: hidden;
}

.text-span-8 {
  color: var(--primary-color);
}

.skills-section {
  z-index: 3;
  cursor: none;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 120px;
  display: none;
  position: relative;
}

.skills-section-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  display: flex;
  position: relative;
  transform: translate(0);
}

.text-rotator-first {
  z-index: 5;
  background-color: var(--secondary-color);
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  transform: rotate(-6deg);
  box-shadow: 1px 10px 15px #0000001a;
}

.text-rotator-first._2 {
  z-index: 1;
  opacity: .6;
  width: auto;
  position: absolute;
  transform: rotate(6deg);
  box-shadow: 1px 10px 15px #0003;
}

.text-rotator {
  color: #3c4a53;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
}

.text-rotator._1 {
  color: #3c4a53;
  font-weight: 400;
}

.text-rotator-content {
  color: #fffef5;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  text-decoration: none;
  display: flex;
}

.start-icon {
  background-color: #3c4a53;
  border-radius: 100%;
  flex: none;
  width: 4px;
  height: 4px;
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (min-width: 1280px) {
  .hero-wrapper {
    flex-wrap: nowrap;
  }

  .hero-section-data {
    width: 62%;
  }

  .image-box {
    width: 410px;
    height: 410px;
  }

  .testimonail-writer-detail {
    margin-bottom: 12px;
  }

  .footer-block {
    height: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1400px;
  }

  .hero-section-data {
    width: 65%;
  }

  .image-box {
    width: 440px;
    height: 440px;
  }

  .work-card {
    width: 40%;
  }

  .testimonail-right-block {
    width: 33%;
  }

  .testimonail-left-block {
    justify-content: center;
    align-items: center;
    width: 50%;
    padding-top: 0;
    padding-left: 80px;
  }

  .testimonail-writer-detail {
    margin-bottom: 16px;
  }

  .footer-block {
    height: 44px;
  }

  .hero-heading-2 {
    max-width: 750px;
  }

  .container-2 {
    max-width: 1400px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1400px;
  }

  .hero-section-data {
    width: 66.66%;
  }

  .gradient-button.portfolio-button {
    font-size: 24px;
  }

  .gradient-button.portfolio-button.testemonial-button {
    min-width: 181px;
  }

  .image-box {
    width: 570px;
    height: 570px;
  }

  .service-name, .skill-name {
    font-size: 28px;
  }

  .work-card {
    width: 33.33%;
  }

  .key-metrics-text {
    font-size: 24px;
  }

  .testimonail-image-block._01 {
    max-width: 420px;
    min-height: 420px;
    margin-top: -15px;
  }

  .testimonail-slider {
    margin-left: auto;
    margin-right: auto;
  }

  .testimonail-right-block.brittany {
    margin-bottom: 108px;
  }

  .testimonail-right-block.boris {
    margin-bottom: 90px;
  }

  .testimonail-wrap-block {
    margin-left: auto;
    margin-right: auto;
    padding-right: 56px;
  }

  .testimonail-text {
    margin-top: 0;
    font-size: 24px;
    line-height: 28px;
  }

  .testimonail-left-block {
    margin-top: -60px;
    padding-top: 0;
  }

  .footer-block {
    height: 48px;
  }

  .rights-text {
    font-size: 18px;
  }

  .project-content-heading {
    font-size: 28px;
  }

  .project-content-text {
    font-size: 24px;
  }

  .about-key-metrics-block {
    min-height: 200px;
  }

  .project-padding-block {
    padding-left: 0;
    padding-right: 0;
  }

  .service-text {
    font-size: 24px;
    line-height: 26px;
  }

  .about-paragraph {
    font-size: 24px;
  }

  .portfolio-tabs {
    padding-left: 16px;
    padding-right: 16px;
  }

  .project-text-data {
    font-size: 20px;
  }

  .image-2 {
    width: 22px;
    height: 22px;
  }

  .bold-text {
    font-size: 32px;
  }

  .text-block-7, .text-block-8, .text-block-9 {
    font-size: 28px;
  }

  .bold-text-4, .hero-paragraph-2 {
    font-size: 24px;
  }

  .hero-heading-2 {
    font-size: 92px;
  }

  .gradient-button-2 {
    font-size: 20px;
  }

  .container-2 {
    max-width: 1400px;
  }
}

@media screen and (max-width: 991px) {
  .hero-text-block {
    display: none;
  }

  .hero-section-data {
    width: 100%;
  }

  .gradient-button.portfolio-button.testemonial-button {
    margin-top: 0;
  }

  .hero-image-data {
    margin-top: 80px;
  }

  .about-us-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-key-data {
    width: 100%;
    max-width: 512px;
    padding-top: 0;
  }

  .about-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .about-image-box {
    display: none;
  }

  .about-key-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .about-key-box.top-right {
    transform: none;
  }

  .service-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .service-card {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .service-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .service-desc-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .skill-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .skill-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .work-card {
    height: 400px;
  }

  .key-metrics-grid {
    grid-template-columns: 1fr 1fr;
  }

  .key-metrics {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .testimonail-image-block {
    min-height: 330px;
  }

  .testimonail-image-block._01 {
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .testimonail-image-block._03 {
    align-self: center;
  }

  .testimonail-right-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 64px;
  }

  .testimonail-right-block.brittany {
    padding-top: 6px;
  }

  .testimonail-right-block.boris {
    padding-top: 1px;
  }

  .testimonail-wrap-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .left-arrow {
    margin-bottom: -30px;
    left: 140px;
  }

  .testimonail-writer-name {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .testimonail-text {
    font-size: 18px;
  }

  .right-arrow {
    margin-bottom: -30px;
    left: 400px;
  }

  .tesstimonial {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    margin-left: 100px;
    margin-right: 100px;
  }

  .contact-us, .footer-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-block {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  .menu-button {
    margin-left: 0;
    margin-right: 10px;
  }

  .project-content-heading {
    font-size: 24px;
  }

  .project-card {
    flex-direction: column;
    width: 60vw;
    bottom: 0%;
  }

  .project-content-block {
    max-width: 100%;
  }

  .project-image-box {
    order: -1;
    max-width: 100%;
    height: 300px;
  }

  .dropdown-list {
    padding-right: 2%;
    display: none;
    top: 80px;
  }

  .navbar {
    justify-content: flex-end;
  }

  .about-key-metrics-block.top-right {
    transform: none;
  }

  .portfolio-section {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .service-text {
    font-size: 18px;
  }

  .about-paragraph {
    max-width: none;
    font-size: 20px;
  }

  .project-text-data {
    font-size: 12px;
  }

  .footer-div {
    line-height: 24px;
  }

  .text-block-2 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .text-block-3 {
    margin-bottom: 10px;
  }

  .bold-text-2 {
    font-size: 20px;
  }

  .bold-text-4 {
    font-size: 18px;
  }

  .hero-paragraph-2 {
    max-width: none;
  }

  .hero-section-2 {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .hero-heading-2 {
    font-size: 70px;
    line-height: 76px;
  }

  .text-rotator {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-section-data {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .paragraph-data-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .gradient-button {
    padding: 18px 24px;
  }

  .gradient-button.portfolio-button {
    padding: 12px 16px;
    font-size: 16px;
  }

  .gradient-button.portfolio-button.testemonial-button {
    margin-top: 0;
    font-size: 16px;
  }

  .hero-image-data {
    margin-top: 60px;
    margin-left: 0;
  }

  .image-box {
    width: 300px;
    height: 300px;
  }

  .hero-icon-box {
    width: 60px;
    height: 60px;
    padding: 16px;
  }

  .about-us-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-image-box {
    margin-bottom: 20px;
  }

  .about-key-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-block {
    font-size: 20px;
    line-height: 24px;
  }

  .section-heading {
    font-size: 32px;
    line-height: 40px;
  }

  .service-grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .service-name {
    font-size: 20px;
    line-height: 24px;
  }

  .service-ttile-wrapper {
    max-width: 450px;
    margin-bottom: 30px;
  }

  .service-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .service-icon {
    border-radius: 4px;
    margin-bottom: 10px;
  }

  .service-desc-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .skill-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 20px;
  }

  .skill-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .skill-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .skill-titme-wrapper {
    margin-bottom: 40px;
  }

  .skill-name {
    font-size: 24px;
  }

  .work-card {
    width: 100%;
    max-width: 600px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .key-metrics-grid {
    grid-template-columns: 1fr 1fr;
  }

  .key-metrics {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .testimonail-image-block {
    min-height: 400px;
  }

  .testimonail-image-block._01 {
    max-width: 320px;
    min-height: 300px;
  }

  .testimonail-right-block {
    width: 100%;
    padding-bottom: 40px;
    position: relative;
  }

  .testimonail-right-block.brittany {
    padding-bottom: 0;
  }

  .testimonail-wrap-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .left-arrow {
    margin-bottom: 0;
    inset: auto 0 -34px -120px;
  }

  .testimonail-writer-name {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .testimonail-text {
    text-align: center;
    margin-top: 112px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .testimonail-left-block {
    width: 100%;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .testimonail-mask {
    padding-top: 10px;
  }

  .right-arrow {
    margin-bottom: 0;
    inset: auto 0 -34px 150px;
  }

  .tesstimonial {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .testimonail-writer-detail {
    text-align: center;
    margin-bottom: 20px;
  }

  .contact-form-block {
    height: auto;
  }

  .contact-cards-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-input-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .contact-form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .contact-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-us {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .submit-gradient-button {
    padding: 18px 24px;
  }

  .footer-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    height: 40px;
  }

  .rights-text {
    font-size: 14px;
  }

  .text-span {
    margin-left: 14px;
  }

  .menu-button {
    width: 50px;
    height: 50px;
    padding: 16px;
  }

  .menu-button.w--open {
    width: 50px;
    height: 50px;
  }

  .nav-links {
    padding-right: 130px;
  }

  .nav-link {
    height: 50px;
    margin-right: 0;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .section-small-heading {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 40px;
  }

  .project-content-heading {
    margin-bottom: 14px;
    font-size: 24px;
  }

  .project-content-text {
    font-size: 16px;
  }

  .project-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
    padding: 16px;
    display: flex;
  }

  .project-content {
    margin-top: 12px;
    margin-bottom: 18px;
  }

  .project-image-box {
    height: 210px;
  }

  .portfolio-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .service-text {
    font-size: 16px;
  }

  .about-paragraph {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .portfolio-tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    overflow: hidden;
  }

  .portfolio-tab-link {
    text-align: center;
    border-radius: 0;
    justify-content: space-between;
    width: 100%;
    height: 72px;
    display: flex;
  }

  .portfolio-tab-link.w--current {
    order: -1;
  }

  .project-text-data {
    font-size: 16px;
  }

  .portfolio-card-data {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .portfolio-image {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .feature-arrow {
    z-index: 1;
    color: var(--primary-color);
    font-family: "Fa Solid 900", sans-serif;
    font-size: 16px;
    line-height: 22px;
    display: block;
    position: absolute;
    inset: 24px 24px auto auto;
  }

  .image-2 {
    width: 16px;
    height: 16px;
  }

  .footer-div {
    line-height: 28px;
  }

  .link-block {
    text-align: center;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block.first {
    margin-top: 100px;
  }

  .bold-text {
    font-size: 24px;
  }

  .text-block-2 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .second-link-block {
    text-align: center;
    width: 130px;
    margin-top: 136px;
    margin-left: auto;
    margin-right: auto;
  }

  .second-link-block.third {
    margin-top: 120px;
  }

  .second-link-block.second {
    margin-top: 144px;
  }

  .text-block-3 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .bold-text-2 {
    font-size: 24px;
  }

  .div-block-7, .div-block-8 {
    text-align: center;
  }

  .hero-section-2 {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .hero-icon-box-2, .hero-icon-box-2._01, .hero-icon-box-2._02 {
    width: 60px;
    height: 60px;
    padding: 16px;
  }

  .hero-heading-2 {
    font-size: 60px;
    line-height: 66px;
  }

  .hero-small-heading-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .gradient-button-2 {
    padding: 18px 24px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    font-size: 12px;
    line-height: 18px;
  }

  .hero-section-data {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .paragraph-data-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .gradient-button {
    align-self: baseline;
    padding: 12px 16px;
  }

  .gradient-button.w--current {
    align-self: center;
  }

  .gradient-button.portfolio-button.testemonial-button {
    margin-top: 10px;
  }

  .hero-image-data {
    margin-top: 40px;
    margin-left: 20px;
  }

  .image-box {
    width: 230px;
    height: 230px;
  }

  .button-hover-box {
    align-self: baseline;
  }

  .button-box-data {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .about-key-grid {
    grid-template-columns: 1fr;
  }

  .about-key-box {
    width: 100%;
    max-width: 170px;
  }

  .section-heading {
    text-align: center;
    font-size: 28px;
    line-height: 36px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    padding: 16px;
  }

  .service-desc-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .skill-wrapper {
    padding: 16px;
  }

  .skill-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .skill-titme-wrapper {
    margin-bottom: 20px;
  }

  .work-card {
    height: 300px;
  }

  .key-metrics-grid {
    grid-template-columns: 1fr;
  }

  .testimonail-image-block {
    min-height: 300px;
  }

  .testimonail-image-block._01 {
    max-width: 300px;
    min-height: 260px;
  }

  .testimonail-right-block {
    padding-bottom: 40px;
  }

  .testimonail-right-block.boris {
    padding-bottom: 20px;
  }

  .left-arrow {
    width: 100px;
    left: -110px;
  }

  .testimonail-writer-name {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .testimonail-text {
    margin-top: 100px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .testimonail-text.boris {
    margin-top: 86px;
    margin-bottom: 5px;
  }

  .testimonail-left-block {
    padding: 10px;
  }

  .right-arrow {
    width: 100px;
    left: 130px;
  }

  .contact-cards-right {
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-input-wrap {
    flex-wrap: wrap;
  }

  .contact-form {
    justify-content: center;
    align-items: center;
  }

  .contact-text-field {
    font-size: 16px;
  }

  .submit-gradient-button, .submit-button-hover-box {
    align-self: baseline;
  }

  .footer-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: auto;
  }

  .rights-text {
    font-size: 12px;
  }

  .section-small-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .project-content-text {
    font-size: 16px;
  }

  ._404-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .project-card {
    max-width: 100%;
  }

  .project-content-block {
    padding: 0;
  }

  .project-image-box {
    height: 250px;
  }

  .about-key-metrics-block {
    justify-content: center;
  }

  .testmonial-arrow-hover-box {
    align-self: baseline;
  }

  .project-padding-block {
    padding-left: 0;
    padding-right: 0;
  }

  .service-text, .about-paragraph {
    font-size: 16px;
  }

  .portfolio-tab-link {
    height: 58px;
    padding: 10px 14px;
    font-size: 13px;
  }

  .portfolio-tab-link.w--current {
    height: 58px;
  }

  .project-text-data {
    font-size: 14px;
  }

  .portfolio-card-data {
    flex-direction: column;
  }

  .feature-arrow {
    top: 18px;
  }

  .image-2 {
    width: 14px;
    height: 14px;
  }

  .footer-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    line-height: 32px;
  }

  .text-block-2 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .text-block-3 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .text-block-7, .text-block-8, .text-block-9 {
    font-size: 16px;
  }

  .hero-paragraph-2 {
    font-size: 18px;
  }

  .hero-section-2 {
    padding-top: 100px;
  }

  .button-hover-box-2 {
    align-self: baseline;
  }

  .hero-heading-2 {
    font-size: 46px;
    line-height: 52px;
  }

  .hero-small-heading-2 {
    font-size: 28px;
    line-height: 36px;
  }

  .gradient-button-2 {
    align-self: baseline;
    padding: 12px 16px;
  }

  .gradient-button-2.w--current {
    align-self: center;
  }

  .div-block-9 {
    height: 36px;
  }

  .skills-section {
    height: 50vh;
  }

  .skills-section-wrapper {
    overflow: visible;
  }

  .text-rotator-first {
    width: 99%;
    overflow: hidden;
    transform: rotate(-12deg);
  }

  .text-rotator-first._2 {
    width: 99%;
    transform: rotate(12deg);
  }

  .text-rotator {
    font-size: 14px;
  }
}

#w-node-_840c5934-68d4-0ecb-fc07-361a5adcd1a1-4cf52b1b, #w-node-_4d3d2fc3-d07f-4d2b-4b0c-52407c25ee88-4cf52b1b {
  align-self: center;
}

#w-node-ccce02e7-2476-226b-5ad9-c07f7c8297f2-4cf52b1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_317ffe1d-e1df-3302-becb-88a35765e4df-4cf52b1b {
  align-self: center;
}

#w-node-bc4c6c08-4bb2-be69-6e59-862920153390-4cf52b1b, #w-node-c1551732-c08b-728a-bd72-81783a695f4a-4cf52b1b, #w-node-bb3071bb-818f-08d4-b0ec-587d40be60b0-4cf52b1b, #w-node-d7c9ce64-e800-d740-3b18-f1aa3cf95f66-4cf52b1b, #w-node-fd94493b-e6cc-4f61-70d3-227c4659fcbe-4cf52b1b, #w-node-fd94493b-e6cc-4f61-70d3-227c4659fcda-4cf52b1b, #w-node-fd94493b-e6cc-4f61-70d3-227c4659fcb0-4cf52b1b, #w-node-fd94493b-e6cc-4f61-70d3-227c4659fccc-4cf52b1b, #w-node-ac03e74d-1dd5-a03b-50c5-30f4a0ab0ac3-4cf52b1b, #w-node-ac03e74d-1dd5-a03b-50c5-30f4a0ab0acf-4cf52b1b, #w-node-_4d54c3d8-d23c-eee3-6cd4-411f2abe3b62-4cf52b1b, #w-node-_4d54c3d8-d23c-eee3-6cd4-411f2abe3bb9-4cf52b1b, #w-node-_8c059b79-4d45-cf5c-10fa-fb2a8ff4b615-4cf52b1b, #w-node-_4d54c3d8-d23c-eee3-6cd4-411f2abe3c16-4cf52b1b, #w-node-_6c8c3a10-21c6-e73e-d090-1b3fd70bba85-4cf52b1b, #w-node-_4d54c3d8-d23c-eee3-6cd4-411f2abe3ae7-4cf52b1b, #w-node-d8a6cc05-10ea-44dc-f153-8a1b2dba14c3-4cf52b1b, #w-node-d8a6cc05-10ea-44dc-f153-8a1b2dba14cf-4cf52b1b, #w-node-bdbcbe57-bfb8-f22e-c975-cd97c9b58c9a-4cf52b1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-bdbcbe57-bfb8-f22e-c975-cd97c9b58c9a-4cf52b1b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-bdbcbe57-bfb8-f22e-c975-cd97c9b58c9a-4cf52b1b {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bdbcbe57-bfb8-f22e-c975-cd97c9b58c9a-4cf52b1b {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}